(ibuffer-mode-map): Don't redefine the cursor keys, since that's too annoying.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
ea274122
GM
12010-10-09 Glenn Morris <rgm@gnu.org>
2
f7a31f11
GM
3 * emacsver.texi.in: New file.
4 * emacs.texi: Set EMACSVER by including emacsver.texi.
5 * Makefile.in (distclean): Delete emacsver.texi.
6 (dist): Copy emacsver.texi.
b13254e7 7 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 8
3fb78d1f
GM
9 * ack.texi (Acknowledgments): No more b2m.c.
10
ea274122
GM
11 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
12 (emacs): Remove rule.
13 (dist): No need to deal with the emacs rule any more.
14
17ca7950
GM
152010-10-07 Glenn Morris <rgm@gnu.org>
16
17 * Makefile.in (version): New, set by configure.
18 (clean): Delete dist tar file.
19 (dist): Use version in tar name.
20
4c83f6e1
GM
212010-10-06 Glenn Morris <rgm@gnu.org>
22
23 * Makefile.in (EMACS_XTRA): Add the main source file.
24 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
25 (mostlyclean): No core files, reorder other files.
26 (clean): Delete specific dvi and pdf files.
27 (infoclean, dist): New rules.
28 (maintainer-clean): Use infoclean.
8a944cea 29 ($(infodir)): Add parallel build workaround.
4c83f6e1 30
0264072d
GM
312010-10-04 Glenn Morris <rgm@gnu.org>
32
33 * Makefile.in (SHELL): Set it.
34 (INFO_TARGETS, DVI_TARGETS): Remove variables.
35 (info, dvi): Replace above variables with their expansions.
36 (info): Move mkdir from here...
37 ($(infodir)/emacs): ... to here (for parallel builds).
38 (pdf): New target.
39 ($(infodir)/emacs): Pass -o option to makeinfo.
40 (.PHONY): Declare clean rules.
41 (maintainer-clean): Delete dvi and pdf files.
42 Guard against cd failures. Use a more restrictive delete.
43
3226d6ca
GM
442010-10-02 Glenn Morris <rgm@gnu.org>
45
46 * misc.texi (Shell Mode): Remove reference to old function name.
47
cad90f3b
EZ
482010-09-30 Eli Zaretskii <eliz@gnu.org>
49
50 * maintaining.texi (VC Mode Line): Mention all the possible VC status
51 indicator characters.
52
5f874327
GM
532010-09-29 Glenn Morris <rgm@gnu.org>
54
55 * Makefile.in (top_srcdir): Remove unused variable.
56
0ab9cff3
GM
572010-09-14 Glenn Morris <rgm@gnu.org>
58
67ae9766
GM
59 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
60 the last hook item.
61
0ab9cff3
GM
62 * calendar.texi (Appointments): Also updated when a diary include file
63 is saved.
64
6664fc59 652010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
66
67 * trouble.texi (Bugs): Update the section intro.
68 (Known Problems): New section.
69 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
70 (Sending Patches): Bug fixes are best as responses to existing bugs.
71 * emacs.texi (Known Problems): Add menu entry for new section.
72
be3283d7
GM
732010-09-09 Glenn Morris <rgm@gnu.org>
74
75 * xresources.texi: Untabify.
76
10999305 772010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
78
79 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
80
10999305 812010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
82
83 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
84
30641319
JD
852010-09-02 Jan Djärv <jan.h.d@swipnet.se>
86
87 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
88
50dd7bc6
GM
892010-08-21 Glenn Morris <rgm@gnu.org>
90
91 * misc.texi (Amusements): Mention bubbles and animate.
92
5e620eca
EZ
932010-07-31 Eli Zaretskii <eliz@gnu.org>
94
95 * files.texi (Visiting): Add more index entries for
96 large-file-warning-threshold.
97
8b2dd508
JD
982010-07-29 Jan Djärv <jan.h.d@swipnet.se>
99
100 * frames.texi (Tool Bars): Add doc for tool-bar-position.
101
8838673e
GM
1022010-06-23 Glenn Morris <rgm@gnu.org>
103
104 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
105 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
106 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
107 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
108 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
109 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
110 Untabify Texinfo files.
111
04d3bb6c
GM
1122010-06-10 Glenn Morris <rgm@gnu.org>
113
103dd3a8
GM
114 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
115
04d3bb6c
GM
116 * basic.texi (Inserting Text): Fix typo.
117
50b79479
GM
1182010-06-10 Glenn Morris <rgm@gnu.org>
119
120 * ack.texi (Acknowledgments):
121 * emacs.texi (Acknowledgments): Update for notifications.el.
122
86d7a550
DU
1232010-05-31 Daiki Ueno <ueno@unixuser.org>
124
125 * dired.texi (Operating on Files): Mention encryption commands
126 (Bug#6315).
127
db5dce9d
EZ
1282010-05-29 Eli Zaretskii <eliz@gnu.org>
129
130 * basic.texi (Moving Point): Update due to renaming of commands bound
131 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
132
34313041
EZ
1332010-05-18 Eli Zaretskii <eliz@gnu.org>
134
135 * display.texi (Fringes): Document reversal of fringe arrows for R2L
136 paragraphs.
137 (Line Truncation): Fix wording for bidi display.
138
1fc0ce04 139 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
140 keys.
141
0235128c 1422010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
143
144 * building.texi (GDB Graphical Interface): Remove misleading comparison
145 to an IDE (Bug#6128).
146
0235128c 1472010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
148
149 * programs.texi (Man Page):
150 * misc.texi (Invoking emacsclient):
151 * mini.texi (Repetition):
152 * mark.texi (Setting Mark): Fix typos.
153
0235128c 1542010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
155
156 * misc.texi (Printing): Document htmlfontify-buffer.
157
0235128c 1582010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
159
160 * calendar.texi (Displaying the Diary, Format of Diary File):
161 Fix external cross-references for TeX format output.
162
0235128c
SM
1632010-05-07 Chong Yidong <cyd@stupidchicken.com>
164
165 * Version 23.2 released.
166
f63d0028
JD
1672010-05-02 Jan Djärv <jan.h.d@swipnet.se>
168
169 * cmdargs.texi (Initial Options): Mention --chdir.
170
20fe03ad
JD
1712010-04-21 Jan Djärv <jan.h.d@swipnet.se>
172
173 * frames.texi (Tool Bars): Add tool-bar-style.
174
b7d65a5f
GM
1752010-04-21 Glenn Morris <rgm@gnu.org>
176
177 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
178
a42dbee1
CY
1792010-04-18 Chong Yidong <cyd@stupidchicken.com>
180
181 * programs.texi (Semantic): New node.
182
183 * maintaining.texi (EDE): New node.
184
185 * emacs.texi: Update node listing.
186
187 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
188
6e104790 1892010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 190
d52dbd3d
GM
191 * emacs.texi (Acknowledgments): Remove duplicate.
192
a77fe20c
GM
193 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
194
6e104790 1952010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 196
4ebe9902
GM
197 * dired.texi (Misc Dired Features): Mention VC diff and log.
198 * maintaining.texi (Old Revisions, VC Change Log):
199 Mention that diff and log work in Dired buffers.
200
98932641
GM
201 * help.texi (Help Summary): Mention M-x info-finder.
202
d5b22ab2 203 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 204
4d4e9522
GM
205 * custom.texi (Specifying File Variables, Directory Variables):
206 Document new commands for manipulating local variable lists.
207
6e104790 2082010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
209
210 * trouble.texi (Contributing): Add cindex entry.
211 Mention etc/CONTRIBUTE.
212
6e104790 2132010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
214
215 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
216 query-replace (Bug#5774).
217
a20a9df3
GM
2182010-04-16 Glenn Morris <rgm@gnu.org>
219
220 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
221
1ecb2d3f
JD
2222010-04-11 Jan Djärv <jan.h.d@swipnet.se>
223
224 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
225
99852628
JD
2262010-04-08 Jan Djärv <jan.h.d@swipnet.se>
227
228 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
229
ce79424f
EZ
2302010-03-30 Eli Zaretskii <eliz@gnu.org>
231
232 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
233 cross-reference to "Inserting Text".
234
235 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
236 Mention completion provided by `ucs-insert'.
237
85738751 2382010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
239
240 * sending.texi (Sending Mail): Note variables that may need
241 customizing.
242 (Mail Sending): Expand discussion of send-mail-function.
243
85738751 2442010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
245
246 Document Message mode as the default mail mode.
247
248 * sending.texi (Sending Mail): Copyedits.
249 (Mail Format, Mail Headers): Document mail-from-style changes.
250 (Mail Commands): Rename from Mail mode. Document Message mode.
251 (Mail Misc): Rename from Mail mode Misc.
252 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
253 command names and update keybindings.
254 (Header Editing): Document message-tab. De-document
255 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
256 favor of mail-default-headers. Ad index entries for user-full-name and
257 user-mail-address.
258 (Citing Mail): Update changes in Message mode behavior. Document
259 mail-yank-prefix.
260 (Mail Signature): New node, moved from Mail Misc.
261 (Mail Aliases): Mail abbrevs are the default with Message mode.
262 (Mail Methods): Note that Message mode is now the default.
263
264 * rmail.texi (Rmail Reply):
265 * text.texi (Text Mode):
266 * major.texi (Major Modes):
267 * mule.texi (Output Coding): Refer to Message mode.
268
269 * custom.texi (Init Examples): Add xref to Mail Header.
270
1fc0ce04 271 * emacs.texi (Top): Fix xrefs.
e73c2434 272
85738751 2732010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 274
c0c035fa
CY
275 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
276 repository if there is none.
277 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
278 vc-print-root-log.
ef7b27ef 279 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 280
71785b7a
CY
281 * programs.texi (Program Modes): Mention Javascript mode.
282
f67c5dd0
CY
283 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
284 * emacs.texi: Update node description.
285
0f72a391 286 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 287 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 288
dc2d2590
JL
2892010-03-30 Juri Linkov <juri@jurta.org>
290
291 * search.texi (Other Repeating Search): Remove line that `occur'
292 can not handle multiline matches.
293
a7b02820
EZ
2942010-03-30 Eli Zaretskii <eliz@gnu.org>
295
296 * mule.texi (International): Mention support of bidirectional editing.
297 (Bidirectional Editing): New section.
298
22ef1944
NR
2992010-03-28 Nick Roberts <nickrob@snap.net.nz>
300
301 * emacs.texi (Top): Update node names to those in building.texi.
302
146b8b16
NR
3032010-03-27 Nick Roberts <nickrob@snap.net.nz>
304
305 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
306 doc/emacs/emacs.texi: Update node names for building.texi.
307
6d98672d
GM
3082010-03-24 Glenn Morris <rgm@gnu.org>
309
310 * ack.texi (Acknowledgments):
311 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
312
93318cbd
JD
3132010-03-20 Jan Djärv <jan.h.d@swipnet.se>
314
315 * xresources.texi (Table of Resources): Clarify toolBar number
316 for Gtk+.
317
318 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
319
15cf2f52
CY
3202010-03-21 Chong Yidong <cyd@stupidchicken.com>
321
4102856c
CY
322 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
323
15cf2f52
CY
324 * search.texi (Other Repeating Search): Document multi-isearch-buffers
325 and multi-isearch-buffers-regexp.
326
327 * indent.texi (Indentation): Clarify description of
328 indent-for-tab-command. Document tab-always-indent.
329
d68eb23c
CY
3302010-03-20 Chong Yidong <cyd@stupidchicken.com>
331
332 * cmdargs.texi (Font X): Move most content to Fonts.
333
334 * frames.texi (Fonts): New node. Document font-use-system-font.
335
336 * emacs.texi (Top):
337 * xresources.texi (Table of Resources):
338 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
339
288f9fc0
CY
3402010-03-10 Chong Yidong <cyd@stupidchicken.com>
341
342 * Branch for 23.2.
343
17782bec
CY
3442010-03-06 Chong Yidong <cyd@stupidchicken.com>
345
346 * custom.texi (Init Examples): Add xref to Locals.
347
348 * major.texi (Choosing Modes): Mention usage of setq-default for
349 setting the default value of major-mode (Bug#5688).
350
b4a1a8b2
CY
3512010-03-02 Chong Yidong <cyd@stupidchicken.com>
352
353 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
354
355 * display.texi (Display Custom): Document make-pointer-invisible and
356 underline-minimum-offset. Remove inverse-video.
357
a1e759cd
CY
3582010-02-21 Chong Yidong <cyd@stupidchicken.com>
359
360 * frames.texi (Frame Commands): Note that the last ordinary frame can
361 be deleted in daemon mode (Bug#5616).
362
4f3bc373
GM
3632010-02-18 Glenn Morris <rgm@gnu.org>
364
365 * trouble.texi (Contributing): Repository is no longer CVS.
366
5dbbdd33
GM
3672010-02-08 Glenn Morris <rgm@gnu.org>
368
369 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
370
cd61af01
SM
3712010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * display.texi (Useless Whitespace, Text Display):
374 * custom.texi (Init Examples): Avoid obsolete special default variables
375 like default-major-mode.
376
b1bb0a25 3772010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
378
379 * programs.texi (Other C Commands): Replace reference to obsolete
380 c-subword-mode.
381
99d0985b
GM
3822010-01-21 Glenn Morris <rgm@gnu.org>
383
384 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
385
893db5bc
GM
3862010-01-12 Glenn Morris <rgm@gnu.org>
387
388 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
389 emacs-pretest-bug for bug reports for development versions.
390
0419b8d6
GM
3912010-01-11 Glenn Morris <rgm@gnu.org>
392
393 * display.texi (Highlight Interactively): `t' does not mean highlight
394 all patterns. (Bug#5335)
395
26e533e2
CY
3962009-12-29 Chong Yidong <cyd@stupidchicken.com>
397
398 * misc.texi (Shell): Document async-shell-command.
399
400 * building.texi (Grep Searching): Document zrgrep.
401
484eaeac 402 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 403
7ee6c59b
NR
4042009-12-29 Nick Roberts <nickrob@snap.net.nz>
405
406 * building.texi: Import GDB Graphical Interface description from
407 EMACS_23_1_RC.
408
91ed7ea8
CY
4092009-12-24 Chong Yidong <cyd@stupidchicken.com>
410
411 * emacs.texi (Top): Update node listing.
412
413 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
414
415 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
416
417 * cmdargs.texi (Initial Options):
418 * xresources.texi (Resources): Document inhibit-x-resources.
419
420 * custom.texi (Specifying File Variables): Note that minor modes are
421 enabled unconditionally.
422
423 * display.texi (Scrolling): Briefly document the old recenter command,
424 and document recenter-positions.
425
426 * files.texi (Visiting):
427 * buffers.texi (Buffers): Max buffer size is now 512 MB.
428
429 * frames.texi (Cut/Paste Other App): Document
430 save-interprogram-paste-before-kill.
431
432 * killing.texi (Kill Options): New node.
433
6ca89aaa
CY
4342009-12-05 Chong Yidong <cyd@stupidchicken.com>
435
436 * misc.texi (Shell Options): ansi-color is now default.
437
806642d4
GM
4382009-12-05 Glenn Morris <rgm@gnu.org>
439
806642d4
GM
440 * emacs.texi (Top): Update menu for cal-xtra node changes.
441 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
442 or mode line. Don't mention invisible text or the details of
443 diary-print-entries here, only in cal-xtra.
444 (Format of Diary File): Mention that the "date on first line" format
445 only really affects the simple display.
446 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
447 (Diary Customizing): Holidays may be in the buffer or mode line.
448 Move diary-print-entries to the "Diary Display" section.
449 (Diary Display): New section, split out from "Fancy Diary Display".
450 Explain the limitations of simple display, and how to print it.
451
1a4f0c0a
GM
452 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
453
e11adbd8
GM
454 * cal-xtra.texi (Diary Display): Mention View mode.
455
29a483ac
JL
4562009-11-29 Juri Linkov <juri@jurta.org>
457
458 * display.texi (Highlight Interactively): Actually a list of
459 default faces is pre-loaded into a list of default values
460 instead of the history.
461
83d60c79
GM
4622009-11-20 Glenn Morris <rgm@gnu.org>
463
464 * ack.texi (Acknowledgments):
465 * emacs.texi (Acknowledgments): Add htmlfontify.
466
276bbe96
GM
4672009-11-14 Glenn Morris <rgm@gnu.org>
468
98ad1bae
GM
469 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
470
276bbe96
GM
471 * ack.texi (Acknowledgments):
472 * emacs.texi (Acknowledgments): Update for recent Org changes.
473
18430066
CY
4742009-10-31 Chong Yidong <cyd@stupidchicken.com>
475
476 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
477 `charset' property, which is irrelevant to the user manual (Bug#3526).
478
522ddc9f
JB
4792009-10-14 Juanma Barranquero <lekktu@gmail.com>
480
481 * trouble.texi (DEL Does Not Delete): Fix typo.
482
50b49ade
MA
4832009-10-05 Michael Albinus <michael.albinus@gmx.de>
484
485 * files.texi (Misc File Ops): Mention copy-directory.
486
6308321a
EZ
4872009-10-04 Eli Zaretskii <eliz@gnu.org>
488
43b3b4d1
EZ
489 * mule.texi (Unibyte Mode): Emphasize that
490 unibyte-display-via-language-environment affects only the display.
491
6308321a
EZ
492 * display.texi (Horizontal Scrolling): Document cursor behavior under
493 horizontal scrolling when point moves off the screen (Bug#4564).
494 Improve wording.
495
bd51ea7f
MA
4962009-10-01 Michael Albinus <michael.albinus@gmx.de>
497
498 * files.texi (Directories): delete-directory prompts for recursive
499 deletion.
500
55381962
GM
5012009-09-30 Glenn Morris <rgm@gnu.org>
502
503 * ack.texi (Acknowledgments):
504 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
505
13989ab1
TH
5062009-09-25 Tassilo Horn <tassilo@member.fsf.org>
507
508 * dired.texi (Dired Navigation): Use @code instead of @var for
509 dired-isearch-filenames, so that it's not capitalized.
510
8ba46c89
CY
5112009-09-19 Chong Yidong <cyd@stupidchicken.com>
512
513 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
514
515 * entering.texi (Exiting): C-z is now bound to suspend-frame.
516
517 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
518 (Key Bindings): Reference Init Rebinding in introductory text. Shift
519 some of the introduction to Keymaps node.
520 (Keymaps): Simplify.
521 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
522 (Minibuffer Maps): Remove mention of Mocklisp.
523 (Init Rebinding): Move mode-local rebinding example here from Local
524 Keymaps.
525 (Modifier Keys): Clarify.
1e11b018 526 (Rebinding): Add cindex for "binding keys".
8ba46c89 527
6a5ca7c8
CY
5282009-09-13 Chong Yidong <cyd@stupidchicken.com>
529
530 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
531
0e1cba51
NR
5322009-08-31 Nick Roberts <nickrob@snap.net.nz>
533
6a5ca7c8 534 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 535 Re-organise these two sections.
0e1cba51 536
76a87a4d
EZ
5372009-08-29 Eli Zaretskii <eliz@gnu.org>
538
539 * cmdargs.texi (Initial Options): Fix last change.
540
82e98df4
SM
5412009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * mule.texi (Enabling Multibyte):
544 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
545 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
546
fb89fad9
GM
5472009-08-20 Glenn Morris <rgm@gnu.org>
548
549 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
550
e99652b0
GM
5512009-08-19 Glenn Morris <rgm@gnu.org>
552
553 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
554
5cca97ad
GM
5552009-08-18 Glenn Morris <rgm@gnu.org>
556
557 * ack.texi (Acknowledgments):
558 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
559
997797ae 560 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 561
985bf85b
GM
5622009-08-09 Glenn Morris <rgm@gnu.org>
563
564 * ack.texi (Acknowledgments):
565 * emacs.texi (Acknowledgments): Add gdb-mi entry.
566
8d6bb99e
DD
5672009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
568
569 * emacs.texi (Top): Add new menu items for GDB-UI.
570
571 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 572 section. Threads buffer is in separate section now.
8d6bb99e 573
8353da9c
GM
5742009-08-08 Glenn Morris <rgm@gnu.org>
575
576 * ack.texi (Acknowledgments):
577 * emacs.texi (Acknowledgments):
578 Update for js2-mode and org changes.
579
f2074faf
MA
5802009-08-02 Michael Albinus <michael.albinus@gmx.de>
581
582 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
583 files.
584
e8d2d3fb
CY
5852009-07-28 Chong Yidong <cyd@stupidchicken.com>
586
587 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
588
324a4f6a
GM
5892009-07-23 Glenn Morris <rgm@gnu.org>
590
591 * programs.texi (Matching): Update blink-matching-paren-distance.
592
b6937a70
CY
5932009-07-21 Chong Yidong <cyd@stupidchicken.com>
594
595 * frames.texi (Cut/Paste Other App): For select-active-regions,
596 selection is now updated on moving point.
597
bd8aaa36
RS
5982009-07-21 Richard Stallman <rms@gnu.org>
599
600 * glossary.texi (GNU, Daemon): Update information.
601
8d9b5eba
JL
6022009-07-19 Juri Linkov <juri@jurta.org>
603
604 * custom.texi (Specifying File Variables, Safe File Variables):
605 "variables/value pairs" -> "variable/value pairs".
606
a2acc1db
GM
6072009-07-15 Glenn Morris <rgm@gnu.org>
608
609 * misc.texi (Gnus): Remove widow.
610
c5ae942b
GM
6112009-07-11 Glenn Morris <rgm@gnu.org>
612
703d26ba
GM
613 * Makefile.in (TEXI2PDF): New.
614 (emacs.pdf, emacs-xtra.pdf): New targets.
615
522ddc9f 616 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
617
618 * display.texi (Horizontal Scrolling): Re-word to remove widow.
619
620 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
621 Don't print the copying notice twice in the printed version.
622 Update the menu and detailmenu.
623 (Preface): The meaning of "on-line" has changed.
624 Correct name for "Common Problems" chapter.
625 (Distrib): Update FSF shop URL.
626 (Intro): Showing two files at once is not so exciting.
627
628 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
629 (Mac / GNUstep Basics): Minor grammar changes.
630 (Mac / GNUstep Events): Fix typo.
631 (GNUstep Support): CANNOT_DUMP no longer applies.
632
633 * misc.texi (Document View): Fix typos.
634
635 * dired.texi (Dired):
636 * help.texi (Help):
637 * macos.texi (Mac OS / GNUstep):
638 * maintaining.texi (Version Control, Introduction to VC):
639 End menu descriptions with a period.
c5ae942b 640
b1c8242b
EZ
6412009-07-09 Eli Zaretskii <eliz@gnu.org>
642
643 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
644 so categorical in saying that the option is only useful on NTFS.
645
220d9aa6
GM
6462009-07-09 Glenn Morris <rgm@gnu.org>
647
648 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
649 (ENVADD): Add texinfodir to TEXINPUTS.
650
651 * emacs.texi (Top): Fix cross-reference.
652
653 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
654
655 * vc1-xtra.texi (Revision Tags): Fix typo.
656
d07e72d3
GM
6572009-07-03 Glenn Morris <rgm@gnu.org>
658
659 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
660 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
661 (Merge Commands): `.' does not seem to work in A or B buffer.
662 `l' can recreate the 3-window display.
663
664 * glossary.texi (Glossary): Minor phrasing changes throughout.
665 Add more internal cross-references.
666 <Autoloading>: You can't really autoload a variable.
667 <C-M->: Move details here from `M-C-' item.
668 <Continuation Line>: Refer to `Truncation.'
669 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
670 <Home Directory, Unix>: New entries.
671 <Deletion of Files>: Mention recycle bins.
672 <Directory>: Mention ``folders.''
673 <Error>: Don't mention ``type-ahead.''
674 <Fringe>: Refer to the manual node.
675 <Minor Mode>: Can be global or local.
676 <Spell Checking>: There are other checkers besides Ispell.
677
f144038a
GM
6782009-07-02 Glenn Morris <rgm@gnu.org>
679
680 * anti.texi (Antinews): Minor changes in phrasing.
681
682 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
683 some underfull lines in dvi output.
684
685 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
686
687 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
688
689 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
690
3f1c6666
JD
6912009-07-01 Jan Djärv <jan.h.d@swipnet.se>
692
693 * xresources.texi (Table of Resources): Mention maximized for
694 fullscreen.
695
696 * cmdargs.texi (Window Size X): -mm/--maximized is new.
697
62aadce7
CY
6982009-07-01 Chong Yidong <cyd@stupidchicken.com>
699
700 * anti.texi (Antinews): Correct the list of removed platforms.
701
82ec412e
GM
7022009-06-28 Glenn Morris <rgm@gnu.org>
703
704 * arevert-xtra.texi: Minor language tweaks.
705
09964e7d
GM
706 * dired-xtra.texi: Minor revisions.
707
666e158e
MB
7082009-06-23 Miles Bader <miles@gnu.org>
709
c4cc8b9a 710 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 711 (Temporary Face Changes): Document `text-scale-set'.
666e158e 712
70243478
CY
7132009-06-21 Chong Yidong <cyd@stupidchicken.com>
714
715 * Branch for 23.1.
716
67cbe681
KH
7172009-06-17 Kenichi Handa <handa@m17n.org>
718
719 * mule.texi (Charsets): Update the description for the new charset.
720 (list-character-sets): New findex.
125dd7c5 721 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 722
40e67246
CY
7232009-06-10 Chong Yidong <cyd@stupidchicken.com>
724
b5700de6
CY
725 * basic.texi (Moving Point): Fix tag.
726
727 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
728
729 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
730 use camel-case for PageUp and PageDown.
731
732 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
733 camel-case for PageUp and PageDown.
734
735 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
736
40e67246 737 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 738 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 739
522ddc9f 7402009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 741
522ddc9f
JB
742 * fixit.texi (Spelling): Set default dictionary.
743 Improve descriptions (Bug#2554)
6f591cf4 744
53483c76
DR
7452009-06-08 David Reitter <david.reitter@gmail.com>
746
747 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
748 since saving colors and faces set this way is not implemented.
749 (Environment variables): Remove mention of mac-fix-env, which is
750 scheduled to be removed.
751
1557ef4f
CY
7522009-06-04 Chong Yidong <cyd@stupidchicken.com>
753
91056528
CY
754 * custom.texi (Init Examples): Add example of changing load-path.
755
1557ef4f
CY
756 * building.texi (Lisp Libraries): Add example of changing
757 load-path (Bug#3446).
758
623cec4c
CY
7592009-05-28 Chong Yidong <cyd@stupidchicken.com>
760
761 * mark.texi (Mark): Further clarifications.
762 (Setting Mark): Emphasize that C-SPC activates the mark.
763
0fcca8ee
CY
7642009-05-28 Chong Yidong <cyd@stupidchicken.com>
765
702b10e1
CY
766 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
767 Mark mode.
0fcca8ee
CY
768 (Using Region, Persistent Mark): Use "active mark" instead of "active
769 region".
770
d3b396e4
CY
7712009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
772
773 * mule.texi (Select Input Method): Fix typo.
774
3f698a06
CY
7752009-05-13 Chong Yidong <cyd@stupidchicken.com>
776
777 * anti.texi (Antinews): Document completion changes. Some additional
778 copyedits and rearrangement of entries.
779
b2a42eb7
CY
7802009-05-12 Chong Yidong <cyd@stupidchicken.com>
781
932fd020
CY
782 * misc.texi (Interactive Shell, Saving Emacs Sessions)
783 (Shell History Copying, Terminal emulator): Copyedits.
784
ac36a8f1
CY
785 * xresources.texi (Resources): Simplify descriptions. Shorten
786 description of editres, which is not very useful these days.
787 (Table of Resources): Document fontBackend resource.
788
b2a42eb7
CY
789 * trouble.texi (Quitting): Add other undo bindings to table.
790 (DEL Does Not Delete): Note that the erasure key is usually labelled
791 "Backspace". Remove discussion of obscure Xmodmap issue.
792
c6ea7fb8
CY
7932009-05-07 Chong Yidong <cyd@stupidchicken.com>
794
795 * files.texi (Visiting): Copyedits.
796
ad36c422
CY
7972009-05-06 Chong Yidong <cyd@stupidchicken.com>
798
799 * basic.texi (Inserting Text): Document ucs-insert.
800
801 * mule.texi (International Chars): Define "multibyte". Note that
802 internal representation is unicode-based. Simplify definition of raw
803 bytes. Mention ucs-insert.
804 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
805 (Language Environments): Add language environments new to Emacs 23.
806 (Multibyte Conversion): Node deleted.
807 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
808 mention obsolete emacs-mule coding system.
809 (Output Coding): Copyedits.
810
811 * emacs.texi (Top): Update node listing.
812
d4ad7b96
CY
8132009-05-05 Per Starbäck <per@starback.se> (tiny change)
814
815 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
816
5bd66204
SM
8172009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * building.texi (Lisp Libraries): `load-library' does offer completion.
820
bc36ad1c
CY
8212009-04-28 Chong Yidong <cyd@stupidchicken.com>
822
823 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
824 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
825
f1a47884
EZ
8262009-04-25 Eli Zaretskii <eliz@gnu.org>
827
828 * maintaining.texi (Tags): Clarify text. (Bug#3101)
829
be77bd45
CY
8302009-04-22 Chong Yidong <cyd@stupidchicken.com>
831
832 * entering.texi (Entering Emacs): Document initial-buffer-choice.
833
834 * building.texi (Lisp Interaction): Document initial-scratch-message.
835
d3b82927
JB
8362009-04-18 Juanma Barranquero <lekktu@gmail.com>
837
ed6e7b11
JB
838 * msdog.texi (Windows Fonts): Fix typos.
839
d3b82927
JB
840 * files.texi (Save Commands): Fix pxref.
841
bc323c04
CY
8422009-04-18 Chong Yidong <cyd@stupidchicken.com>
843
844 * files.texi (Save Commands): Mention diff-buffer-with-file.
845 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
846 Henoch (Bug#3036).
847
2186d13f
GM
8482009-03-15 Glenn Morris <rgm@gnu.org>
849
850 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
851 the former is not always used.
852 (Mail Headers): Use active voice. Add "Mail-reply-to".
853 Change case of "Id". Avoid repeated "appropriate".
854 (Mail Aliases): Fix previous change - use an example with a ".", so it
855 does actually get quoted when expanded.
856 (Mail Sending): Mailclient is the default on some systems.
857 (Citing Mail): Mention mail-indentation-spaces.
858 (Mail Mode Misc): Add an @dfn for "mail signature".
859
71e454fc
CY
8602009-03-15 Chong Yidong <cyd@stupidchicken.com>
861
862 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
863 (Completion Options): Document read-file-name-completion-ignore-case,
864 read-buffer-completion-ignore-case, and completion-styles. Remove
865 description of partial-completion-mode.
866
df1a3e06
GM
8672009-03-14 Glenn Morris <rgm@gnu.org>
868
869 * sending.texi (Mail Format): Fix typo. Add index entry for
870 mail-header-separator.
871 (Mail Headers): Put info about initialization and changing in one place
872 at the start. Update FCC section for mbox Rmail. Clarify From
873 section, mention mail-setup-with-from. Clarify Reply-to section.
874 Add Mail-followup-to and mail-mailing-lists. Clarify References
875 section.
876 (Mail Aliases): Update example, make less contentious.
877 Update for name change of mail-interactive-insert-alias.
878 (Mail Mode): Remove mention of `%' as a word separator.
879 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
880 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
881 commands. Clarify FCC handling. In mail-complete, add reference to
882 Mail Aliases section, and mention mail-complete-function.
883 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
884 (Mail Mode Misc): Clarify the mail-signature function. Add basic
885 signature netiquette. Explain how the mail hooks work when continuing
886 a composition.
887 (Mail Amusements): Internationalize the spook section a bit.
888 Remove the spook mail-setup-hook example, since it doesn't work well.
889 Mention fortune-file.
890 (Mail Methods): Mention read-mail-command.
891
ed6e7b11 8922009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 893
df1a3e06
GM
894 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
895 and NS resources following recent changes.
959d68bd 896
86dca3e8
JR
8972009-03-10 Jason Rumney <jasonr@gnu.org>
898
899 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
900 w32-use-visible-system-caret doc to indicate that it should get set
901 automatically.
902 (Windows Fonts): Add doc for the uniscribe backend.
903
042fe98f
DN
9042009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
905
906 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
907 vc-dir. (Bug#2598)
908
7f8dba73
RS
9092009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
910
911 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
912
505e70c3
GM
9132009-03-05 Glenn Morris <rgm@gnu.org>
914
04242bdc
GM
915 * rmail.texi (Rmail Basics): Add reference to sorting.
916 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
917 Minor re-wordings.
918 (Rmail Motion): Mention rmail-next-same-subject.
919 (Rmail Deletion): Expunging is not the only way to change the numbers.
920 (Rmail Labels): Labels can also be used in sorting.
921 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
922 (Rmail Display): Mention rmail-mime.
923
00cfe22c
GM
9242009-03-04 Glenn Morris <rgm@gnu.org>
925
926 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
927 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
928 summary. Mention sorts cannot be undone.
929 (Rmail Display): Give an example of how to use goto-address-mode.
930 (Rmail Editing): It's keybindings that are redefined, not commands.
931 Fix some typos.
932 (Movemail): Some minor rewording.
933 (Remote Mailboxes): Emacs movemail supports pop by default.
934 Fix some minor grammatical issues. The "two alternative ways" to
935 specify a POP mailbox are really just one. Remove all reference to the
936 variables rmail-pop-password and rmail-pop-password-required, obsolete
937 since Emacs 22.1. Clarify the four password steps. Emacs movemail
938 can support Kerberos.
939
3d963b67
GM
9402009-03-03 Glenn Morris <rgm@gnu.org>
941
942 * rmail.texi (Rmail Deletion): Revert previous change, which was
943 describing the Rmail summary versions.
944 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
945 Minor re-wording for rmail-resend.
946 (Rmail Make Summary): Summaries apply to buffers rather than files.
947 <rmail-summary-by-topic>: Headers includes the subject.
948 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
949 details, including prefix arguments.
2340abde 950 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
951 Not counting lines might be faster.
952 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
953 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
954 Name the commands bound to the various keys. Mention prefix argument
955 for searching.
3d963b67
GM
956 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
957 Simplify rmail-highlighted-headers description. Update face name.
958
a8ce3d17
JB
9592009-03-02 Juanma Barranquero <lekktu@gmail.com>
960
961 * mark.texi (Marking Objects): Fix typo.
962
130a29b6
CY
9632009-03-01 Chong Yidong <cyd@stupidchicken.com>
964
965 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
966 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
967
9d5de6f8
GM
9682009-03-01 Glenn Morris <rgm@gnu.org>
969
79fc530e 970 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
971 (Rmail Motion): - M-s searches from the end of messages.
972 (Rmail Deletion): Minor clarification. Fix numeric argument
973 description.
974 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
975 newmail and RMAILOSE files need not be in home-directory.
976 (Rmail Files): Mention I/O menus are unselectable if no files match.
977 Mention `MAIL' env-var.
978
b545ff9c
JR
9792009-02-24 Jason Rumney <jasonr@gnu.org>
980
981 * mule.texi (Fontsets): Mention fontset-default, font specs and
982 fallback fontsets.
983 (Defining Fontsets): Mention ns and w32 variants of
984 standard-fontset-spec. Update description of startup fontset to match
985 Emacs 23 behavior.
a93be82a 986 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 987 (International): Link to Modifying Fontsets.
b545ff9c 988
75da0618 9892009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
990
991 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
992 Mention ns-extended-platform-support-mode.
993
6be93a16
KB
9942009-02-22 Karl Berry <karl@gnu.org>
995
996 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
997
867d4bb3
JB
9982009-02-19 Juanma Barranquero <lekktu@gmail.com>
999
1000 * basic.texi (Moving Point, Position Info):
1001 * files.texi (Visiting):
1002 * mini.texi (Completion Options):
1003 * text.texi (HTML Mode): Remove duplicate words.
1004
49b5c0e8
GM
10052009-02-20 Glenn Morris <rgm@gnu.org>
1006
1007 * rmail.texi: Minor updates for mbox rather than Babyl.
1008
f43a822c
KB
10092009-02-17 Karl Berry <karl@gnu.org>
1010
49b5c0e8 1011 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1012
80d634b8
RS
10132009-02-17 Richard M Stallman <rms@gnu.org>
1014
1015 * anti.texi (Antinews): Mention Babyl format.
1016
1017 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1018
1019 * rmail.texi: Update for mbox format.
1020 Various small fixes, as well as the following.
1021 (Out of Rmail): Node deleted.
1022 (Rmail): Update menu.
1023 (Rmail Files): Comment out set-rmail-inbox-list.
1024 Document rmail-inbox-list instead.
1025 (Rmail Output): Substantial changes since C-o is now
1026 rmail-output-as-seen and o is rmail-output.
1027 (Rmail Attributes): Delete `stored', add `retried'.
1028 (Rmail Display): Editing headers works in all cases.
1029
f0d129c6
GM
10302009-02-17 Glenn Morris <rgm@gnu.org>
1031
1032 * basic.texi (Position Info): M-x count-lines-region is not always on
1033 M-=. (Bug#2269)
1034
160f11d3
GM
10352009-02-09 Glenn Morris <rgm@gnu.org>
1036
1037 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1038 defaults.
1039
763e01c4
EZ
10402009-02-07 Eli Zaretskii <eliz@gnu.org>
1041
1042 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1043 documentation of possible problems with redecoding.
1044
f5e1441d
GM
10452009-02-03 Glenn Morris <rgm@gnu.org>
1046
1047 * rmail.texi (Out of Rmail): Mention b2m.pl.
1048
e1eabe41
GM
10492009-01-31 Glenn Morris <rgm@gnu.org>
1050
1051 * rmail.texi (Out of Rmail): Correct b2m location.
1052
dd05f9de
CY
10532009-01-27 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * fixit.texi (Undo): Update undo limit values.
1056
d74d846e
GM
10572009-01-27 Glenn Morris <rgm@gnu.org>
1058
1059 * emacs.texi (Top): Fix Antinews menu entry.
1060
49ffdce8
KB
10612009-01-25 Karl Berry <karl@gnu.org>
1062
1063 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1064 item with no marker, instead of the syntactically incorrect
1065 @itemize @asis.
1066
467e8d77
JL
10672009-01-25 Juri Linkov <juri@jurta.org>
1068
1069 * building.texi (Grep Searching): Fix index entry for lgrep.
1070
6c60bbdb
EZ
10712009-01-24 Eli Zaretskii <eliz@gnu.org>
1072
1073 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1074
9ce5a36f
AR
10752009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1076
1077 * macos.texi (Preferences Panel): Update description of font setting to
1078 reflect that prior frame selection is no longer needed.
1079
9aa5f2fb
NR
10802009-01-20 Nick Roberts <nickrob@snap.net.nz>
1081
1082 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1083 raise GUD subsections.
1084
3892ff9c
GM
10852009-01-15 Glenn Morris <rgm@gnu.org>
1086
1087 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1088
14731c8f
GM
10892009-01-10 Glenn Morris <rgm@gnu.org>
1090
1091 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1092
45c55e53
CY
10932009-01-04 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1096 logical lines.
1097
2e4667d1
JL
10982008-12-29 Juri Linkov <juri@jurta.org>
1099
1100 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1101
1102 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1103
2a3eac47
CY
11042008-12-28 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1107 goto-address-mode instead of goto-address.
1108
3da8da94
CY
1109 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1110 mode.
1111
2a3eac47
CY
1112 * emacs.texi (Top): Update node listing.
1113
057f6dd3
EZ
11142008-12-26 Eli Zaretskii <eliz@gnu.org>
1115
1116 * custom.texi (Directory Variables): Explain what is a "project".
1117 Add indexing. Improve wording. Add a footnote about using
1118 _dir-locals.el on MS-DOS.
1119
e6979067
DN
11202008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1121
1122 * files.texi (Misc File Ops): Mention chmod as an alias for
1123 set-file-modes.
1124
9de15963
MR
11252008-12-24 Martin Rudalics <rudalics@gmx.at>
1126
1127 * help.texi (Help): Fix typos and reword.
1128 (Help Summary): Add entries for C-h n and C-h r, reorder
1129 entries, and do some minor fixes.
1130 (Name Help): Say that C-h F works for commands only.
1131 (Misc Help): Say that view-lossage displays 300 keystrokes.
1132
236fd60d
GM
11332008-12-20 Glenn Morris <rgm@gnu.org>
1134
1135 * ack.texi (Acknowledgments): General update based on AUTHORS,
1136 including removal of some stuff no longer distributed.
1137
349b3256
AM
11382008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1139
1140 * fixit.texi: Mention hunspell
1141
e840fca5
GM
11422008-12-19 Glenn Morris <rgm@gnu.org>
1143
1144 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1145 Consolidate explanatory text at start.
e840fca5
GM
1146
1147 * display.texi (Text Display):
1148 * indent.texi (Indentation): Use @acronym with ASCII.
1149
9dfa7983
GM
11502008-12-18 Glenn Morris <rgm@gnu.org>
1151
1152 * ack.texi: Various small updates and fixes.
1153
97b3a00b
JL
11542008-12-18 Juri Linkov <juri@jurta.org>
1155
1156 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1157 as a key binding to start a forward nonincremental word search.
1158 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1159 a backward nonincremental word search. Add index for `M-s w'
1160 `isearch-forward-word'.
1161 (Regexp Search): Add a short summary of regexp key commands like
1162 in the node "Basic Isearch".
1163 (Other Repeating Search): Fix typo.
1164
11652008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1166
1167 * misc.texi (PostScript Variables): Fix doc.
1168
31ce6a07
CY
11692008-12-10 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * programs.texi (Program Modes): Mention Ruby mode.
1172
636b507b
DN
11732008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * misc.texi (emacsclient Options): Describe what an empty string
1176 argument does for --alternate-editor.
1177
a323fa14
CY
11782008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1179
1180 * cmdargs.texi (Font X): Distinguish between client-side and
1181 server-side fonts. List valid Fontconfig properties. Add reference to
1182 Fontconfig manual. List valid GTK font properties. Explain use of
1183 fc-list.
1184
c5ca6cd0
CY
11852008-12-09 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * cmdargs.texi (Font X): Move discussion of quoting to top.
1188
e5136377
GM
11892008-12-06 Glenn Morris <rgm@gnu.org>
1190
1191 * maintaining.texi (Old Revisions): Improve previous change.
1192
248c026b
RS
11932008-12-05 Richard M Stallman <rms@gnu.org>
1194
1195 * anti.texi (Antinews): Minor fixes.
1196
a9253a1e
GM
11972008-12-03 Glenn Morris <rgm@gnu.org>
1198
1199 * maintaining.texi (Old Revisions): Fix diff-switches description.
1200
fa687b02
MR
12012008-12-01 Martin Rudalics <rudalics@gmx.at>
1202
1203 * emacs.texi (Top): Fix typo.
1204
72e6decd
CY
12052008-11-30 Chong Yidong <cyd@stupidchicken.com>
1206
320ee034
CY
1207 * misc.texi (Document View): Explain dependence on gs at the top.
1208 Copyedits.
1209
1210 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1211
72e6decd
CY
1212 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1213 (Comment Commands): Discuss region-active behavior of M-; first.
1214
2a472ee4
MR
12152008-11-29 Martin Rudalics <rudalics@gmx.at>
1216
9c6361c9
MR
1217 * display.texi (Line Truncation): Add reference to Continuation
1218 Lines.
1219
2a472ee4
MR
1220 * windows.texi (Pop Up Window): Mention split-height-threshold
1221 and split-width-threshold.
9c6361c9 1222 (Split Window): Add reference to Continuation Lines.
2a472ee4 1223
e93bc142
AR
12242008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1225
1226 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1227 (GNUstep Support): New node.
1228 * anti.texi:
1229 * emacs.texi:
1230 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1231
43b978db
RS
12322008-11-28 Richard M Stallman <rms@gnu.org>
1233
1234 * misc.texi (Dissociated Press): Minor cleanups.
1235
1236 * dired.texi (Image-Dired): Avoid passive.
1237
e8e2bd93
EZ
12382008-11-28 Eli Zaretskii <eliz@gnu.org>
1239
1240 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1241 representation.
1242
8d2d45da
CY
12432008-11-26 Richard M. Stallman <rms@gnu.org>
1244
1245 * files.texi (Visiting): Rewrite paragraph for clarity.
1246
1247 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1248
a5f7bbcc
AM
12492008-11-25 Alan Mackenzie <acm@muc.de>
1250
1251 * programs.texi (Moving by Parens): Clarify that parens inside strings
1252 and comments are ignored, and that the commands assume the starting
1253 point isn't in a string or comment.
1254
a71703d3
AR
12552008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1256
1257 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1258 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1259 version.
1260 (Mac Customization): Rewrite Preferences Panel section and merge in to
1261 this node, add Open files by dragging to an Emacs window.
1262
1263 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1264
aa5ab79a
CY
12652008-11-26 Chong Yidong <cyd@stupidchicken.com>
1266
0cc92c19
CY
1267 * files.texi (Misc File Ops): Document set-file-modes.
1268
c366b4e4
CY
1269 * windows.texi (Split Window): Document integer values of
1270 truncate-partial-width-windows.
1271
aa5ab79a
CY
1272 * text.texi (Text): Simplify description of markup languages.
1273 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1274 (TeX Editing): Note that `""' inserts one `"' character.
1275 (HTML Mode): Note in the introduction that XML mode is an alias for
1276 SGML mode. Mention nXML mode.
1277
56221db7
CY
12782008-11-25 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * building.texi (Watch Expressions): Fix typo.
1281
90effe33
CY
12822008-11-24 Chong Yidong <cyd@stupidchicken.com>
1283
f90a5ae3
CY
1284 * files.texi (Visiting): Document new behavior of
1285 confirm-nonexistent-file-or-buffer.
1286
1287 * buffers.texi (Select Buffer): Document
1288 confirm-nonexistent-file-or-buffer.
1289
a18ffb4a
CY
1290 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1291 edit-picture.
1292
90effe33
CY
1293 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1294 edit-picture', since that is just an alias for picture-mode.
1295 (Sentences): Note that repeated M-@ extends the region.
1296 (Pages): Make terminology more consistent. Link to Regexps node.
1297 (Longlines): Discuss relationship with Visual Line mode.
1298 (Text Mode): Remove extraneous discussion of other modes, since they
1299 were already introduced in the parent node.
1300
e85103ec
CY
13012008-11-23 Chong Yidong <cyd@stupidchicken.com>
1302
5cb2fe30
CY
1303 * anti.texi (Antinews): Rewrite.
1304
1eb9b307 1305 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1306
1307 * frames.texi (Frame Commands): Mention "minimize" terminology.
1308
e85103ec
CY
1309 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1310 formats.
b908332f
CY
1311 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1312 (Misc X): Don't document useless -hb option.
e85103ec 1313
607f5f88
JL
13142008-11-22 Juri Linkov <juri@jurta.org>
1315
1316 * dired.texi (Dired Navigation): Change normal file name search option
1317 from `non-nil' to `t'. Add `dwim' option.
1318
e1b867a0
JL
13192008-11-22 Juri Linkov <juri@jurta.org>
1320
1321 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1322 ".dir-locals.el". Rename `define-project-bindings' to
1323 `dir-locals-set-class-variables'. Rename `set-directory-project' to
1324 `dir-locals-set-directory-class'.
1325
dd186936
LK
13262008-11-22 Lute Kamstra <lute@gnu.org>
1327
1328 * buffers.texi (Select Buffer): Index goto-line.
1329 * basic.texi (Moving Point): Mention the use of a numeric prefix
1330 argument with goto-line and refer to Select Buffer for the use of a
1331 plain prefix argument.
1332
4b121911
GM
13332008-11-19 Glenn Morris <rgm@gnu.org>
1334
1335 * doclicense.texi: Update to FDL 1.3.
1336 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
1337
27267e4c
CY
13382008-11-17 Chong Yidong <cyd@stupidchicken.com>
1339
696f351d
CY
1340 * custom.texi (Minor Modes): Define mode commands and mode variables
1341 more precisely. Recommend using mode commands instead of setting
1342 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
1343 (Easy Customization): Use "init file" instead of .emacs.
1344 (Customization Groups): Update to new Custom buffer appearance.
1345 (Saving Customizations): Copyedits. Update example.
1346 (Variables): Give example of variable type-sensitivity.
1347 (Examining): Update example.
1348 (Hooks): Copyedits.
1349 (Specifying File Variables): Use C comments instead of an artificial
1350 Lisp for the example.
1351 (Keymaps): Move internals discussion to Prefix Keymaps.
1352 (Rebinding): Remove redundant paragraph (stated in Key Binding).
1353 (Init Rebinding): Document kbd macro.
1354 (Init File): Link to Find Init.
696f351d
CY
1355
1356 * mark.texi (Using Region): Document Delete Selection Mode more
1357 thoroughly.
1358
1359 * frames.texi (Mouse Commands): Move most of the description of Delete
1360 Selection Mode to Using Region, and link to it.
1bc9c425 1361 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 1362
b0570c25
CY
1363 * building.texi (Compilation): Document first-error value of
1364 compilation-scroll-output.
1365 (Compilation Mode): Note that compilation-auto-jump-to-first-error
1366 works as soon as an error is available. Suggested by Juri Linkov.
1367
27267e4c
CY
1368 * mini.texi (Passwords): New node.
1369
1370 * files.texi (Remote Files): Link to Passwords node.
1371
1372 * emacs.texi (Top): Update node listings.
1373
122eb807
CY
13742008-11-16 Chong Yidong <cyd@stupidchicken.com>
1375
9c9855a3
CY
1376 * ack.texi (Acknowledgments): Some updating of credits.
1377
bd6fdcad
CY
1378 * emacs.texi (Acknowledgments): Add a couple more names.
1379
dd1eef46
CY
1380 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
1381
122eb807 1382 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 1383 (Misc File Ops): Document use of trash.
122eb807 1384
801a8da1
JB
13852008-11-16 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * macos.texi (Mac Customization): Fix typos.
1388
0b4f2253
CY
13892008-11-14 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
1392 replacing previous contents. Numerous copyedits to adapt ns-emacs to
1393 the conventions of the main Emacs manual.
1394
1395 * emacs.texi (Top): Update node listings.
1396
517e2b89
CY
13972008-11-12 Chong Yidong <cyd@stupidchicken.com>
1398
07a85685
CY
1399 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
1400 command-line-args is processed during startup.
1401 (Action Arguments): Correctly describe how file arguments interact with
1402 the startup screen. Link to Lisp Interaction for scratch buffer.
1403 (Initial Options): Link to Command Example for -batch option.
1404 (Environment): Document initial-environment.
1405
517e2b89
CY
1406 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1407 can't be changed in the site-start file.
1408
6337bbde
CY
14092008-11-07 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * dired.texi (Dired): Mention C-x C-d too.
1412 (Dired Enter): Document M-n in the Dired minibuffer.
1413 (Dired Navigation): Explain dired-goto-file more clearly. Document
1414 dired-isearch-filenames.
1415 (Dired Deletion): Remove unnecessary "expunged" terminology.
1416 (Flagging Many Files): & is now rebound to `% &'.
1417 (Shell Commands in Dired): Document dired-do-async-shell-command.
1418 Clarify how multi-file arguments are passed.
1419 (Misc Dired Features): Document dired-do-isearch.
1420
9e8eeff9
CY
14212008-11-06 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1424
e071f849
CY
14252008-11-03 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * search.texi (Other Repeating Search): Remove obsolete findex entries.
1428
05482eb1
CY
14292008-11-01 Chong Yidong <cyd@stupidchicken.com>
1430
e2346dea
CY
1431 * programs.texi (Program Modes): Link to Program Indent node.
1432 (Left Margin Paren): Explain consequences of changing
1433 open-paren-in-column-0-is-defun-start more concisely.
1434 (Which Function, Program Indent, Info Lookup): Minor edits.
1435 (Basic Indent): If region is active, TAB indents the region.
1436 (Multi-line Indent): If region is active, TAB indents the region. Note
1437 that indent-region is useful when Transient Mark mode is off.
1438 (Matching): The delimiter at the cursor is highlighted---the character
1439 changes color.
1440 (Symbol Completion): Link to Completion node.
1441
e4b6428c
CY
1442 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1443 a strictly text-only system.
1444
05482eb1
CY
1445 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1446 batch mode.
1447
a11d3737
RS
14482008-11-01 Richard M. Stallman <rms@gnu.org>
1449
5abad626
RS
1450 * misc.texi (Document View): Major rewrite.
1451
a11d3737
RS
1452 * maintaining.texi (Types of Log File): Change logs are older than
1453 version control.
1454 (VCS Concepts): Simplify and rearrange.
1455 (Version Control Systems): Make it clear that Linux is only the kernel.
1456 (VC Mode Line): Shorten reference to menu item.
1457 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
1458 (VC Directory Mode): Minor cleanup.
1459 Unchanged files are hidden, not omitted.
1460 (VC Directory Commands): Shorten and simplify.
1461 (Change Log Commands): New node, split from Change Logs.
1462 (VC Directory Buffer): New node, split from VC Directory Mode.
1463
c55a4acb
CY
14642008-10-31 Chong Yidong <cyd@stupidchicken.com>
1465
df0356f6
CY
1466 * misc.texi (Document View): Renamed from Document Files, moved here
1467 from files.texi.
1468
1469 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
1470 moved as well.
1471 (Document Files): Moved to misc.texi.
1472
c55a4acb
CY
1473 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1474 vc-update-change-log.
df0356f6
CY
1475 (Version Control): Move here from files.texi.
1476 (Format of ChangeLog): Make it a subnode of Change Log.
1477
1478 * emacs.texi (Top): Update node listing.
c55a4acb 1479
ef082374
TH
14802008-10-31 Tassilo Horn <tassilo@member.fsf.org>
1481
1482 * files.texi (Files): Add a section about document
1483 files (doc-view-mode).
1484
d52582c3
CY
14852008-10-31 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * building.texi (Compilation Mode): Document
1488 compilation-auto-jump-to-first-error.
1489 (Debuggers): Lower GUD subsections to subsubsections.
1490 (Starting GUD): Add cindex.
1491 (Lisp Interaction): Note that scratch is no longer the initial buffer.
1492
4e0a0968
CY
14932008-10-30 Chong Yidong <cyd@stupidchicken.com>
1494
03625b47
CY
1495 * indent.texi (Indentation): Link to Program Indent.
1496
4e0a0968
CY
1497 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1498 now uses emacsclient's terminal.
1499
8bd3f7ef
CY
15002008-10-29 Chong Yidong <cyd@stupidchicken.com>
1501
80e5620e
CY
1502 * mark.texi (Using Region): Document use-empty-active-region.
1503
97d5c404
CY
1504 * emacs.texi (Top): Update node listings.
1505
8bd3f7ef
CY
1506 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
1507 mention obsolete emacs.bash script.
1508 (Invoking emacsclient): Rewrite, moving optional arguments to
1509 emacsclient Options.
21d2bae3
CY
1510 (emacsclient Options): New node. Document server-use-tcp and
1511 server-host.
8bd3f7ef 1512
5fda2cbd
CY
15132008-10-28 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * indent.texi (Indentation): Replace list with paragraphed text,
1516 putting description of syntax-driven indentation first. Document new
1517 effect of active regions on tab.
1518 (Tab Stops): Note that editable tab stops affect indentation commands.
1519
4ff029f6
DN
15202008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1521
1522 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1523
996cd6e4
CY
15242008-10-23 Chong Yidong <cyd@stupidchicken.com>
1525
f28815e3
CY
1526 * custom.texi (Function Keys): Note that modified keypad keys are not
1527 translated.
1528
996cd6e4
CY
1529 * basic.texi (Arguments): Explain how to insert multiple digits.
1530
49545fe2
MA
15312008-10-22 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * files.texi (Remote Files): Precise selection of default method.
1534 Rewrite paragraph about disabling remote file names.
1535
edac0b53
CY
15362008-10-22 Chong Yidong <cyd@stupidchicken.com>
1537
e752c544
CY
1538 * search.texi (Special Isearch): Document M-TAB is isearch.
1539
edac0b53
CY
1540 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1541 command.
1542
1543 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1544
20a36054
TH
15452008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1546
1547 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1548 section.
1549
69051ab6
CY
15502008-10-21 Chong Yidong <cyd@stupidchicken.com>
1551
c4b1a32a
CY
1552 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1553 to files.texi. Move contents of vc2-xtra.texi here.
1554
1555 * vc2-xtra.texi: File removed.
1556
1557 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1558 Directory Commands from the submenu. Don't include deleted file
1559 vc2-xtra.texi.
1560
1561 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1562 (Version Control): Add VC Directory Mode and VC Directory Commands to
1563 the submenu.
1564 (Why Version Control?): Use table format.
1565 (Version Control Systems): Note that Meta-CVS support is gone.
1566 (VCS Concepts): Note precisely when VC started supporting filesets.
1567 Remove bogus xref to CVS Options node.
1568 (Types of Log File): Copyedits.
1569 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1570 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1571 The Right Thing.
1572 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1573 (Log Buffer): Reorganize node, putting C-c C-c description first.
1574 (Old Revisions): Use CVS for example, not RCS.
1575 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1576 Commands from the submenu, putting them under Version Control.
1577 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1578 need to include it in the manual unconditionally, since it is now
1579 crucial to using distributed version control systems.
1a6e2954
CY
1580 (Comparing Files): Note that diff uses the minibuffer, and that the
1581 output is shown using Diff mode.
1582 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1583 diff-update-on-the-fly, diff-refine-hunk, and
1584 diff-show-trailing-whitespaces.
1a6e2954 1585 (File Archives): Add rar support.
c4b1a32a 1586
69051ab6
CY
1587 * major.texi (Choosing Modes): Make mode selection sequence more
1588 obvious by describing the steps in order of priority. Note that
1589 magic-mode-alist is nil by default. Document
1590 magic-fallback-mode-alist.
1591
e7421e03
CY
15922008-10-20 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * frames.texi (Mouse References): Copyedits.
1595
6b2efdc2
TH
15962008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1597
1598 * ack.texi (Acknowledgments): Add myself as doc-view author.
1599
9c5e9396
EZ
16002008-10-20 Eli Zaretskii <eliz@gnu.org>
1601
1602 * frames.texi (Dialog Boxes): Add @cindex entries.
1603
dac94f8e
CY
16042008-10-20 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1607 (Text-Only Mouse): Copyedit.
1608
25597d40
CY
16092008-10-19 Chong Yidong <cyd@stupidchicken.com>
1610
f8a447f6
CY
1611 * frames.texi: Use @key throughout for mouse clicks.
1612 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1613 (Secondary Selection): Fix modified mouse click syntax.
1614 (Clipboard): Describe Cut, Copy and Paste commands.
1615 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1616 Copyedits.
1617 (Creating Frames): Add xref to Init File.
1618 (Frame Commands): Add xref to Exiting.
1619 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1620
b0f95216
CY
16212008-10-15 Chong Yidong <cyd@stupidchicken.com>
1622
b0817f00
CY
1623 * files.texi (Version Control): Copyedits. Add Bazaar.
1624 (Version Control Systems): List different VCS's using an itemized list.
1625 Add Bazaar.
1626 (VCS Concepts): Copyedits. Tweak description of file merging.
1627
b0f95216
CY
1628 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1629 (Cut/Paste Other App): Document select-active-regions and
1630 x-select-enable-primary.
1631
69d0d701
CY
16322008-10-13 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * mark.texi (Shift Selection): Correct case in node name.
1635
1636 * emacs.texi (Top): Update node order in Mark chapter.
1637
375e8351
EZ
16382008-10-12 Eli Zaretskii <eliz@gnu.org>
1639
1640 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1641
1642 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1643 elsewhere in the manual instead of describing yet again the intricacies
1644 of $HOME on MS-Windows and MS-DOS.
1645
ab58114f
CY
16462008-10-12 Chong Yidong <cyd@stupidchicken.com>
1647
4f959513
CY
1648 * mini.texi (Minibuffer File): Add xref to File Names.
1649 (Minibuffer File): Add discussion of `~' in file names. Add
1650 insert-default-directory index reference.
1651
ab58114f
CY
1652 * files.texi (File Names): Reorganize description.
1653 (Visiting): Add xref to Mode Line. Copyedits.
1654 (Save Commands): Mention prefix behavior of C-x C-s.
1655 (Numbered Backups): Node deleted.
1656 (Backup Names): Contents of Numbered Backups moved here. State default
1657 of version-control variable.
1658 (Reverting): Copyedits.
1659 (Version Control): Add additional version control systems.
1660
1661 * emacs.texi (Top): Delete Numbered Backups node.
1662
1663 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1664 Backup Names.
f2884f63 1665 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1666
b0b5100a
RF
16672008-10-11 Romain Francoise <romain@orebokech.com>
1668
1669 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1670
89774b5f
CY
16712008-10-11 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1674 (Select Buffer): Mention use of minibuffer history. Describe default
1675 value of default-major-mode. Mention that C-x 4 b selects the other
1676 window.
1677 (List Buffers): Document CRM indicators in the order they appear.
1678 (Kill Buffer): Document new command kill-matching buffers.
1679 (Several Buffers): Move explanation of the relationship between buffer
1680 list and buffer menu to the top.
1681 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1682
4c72bf27
CY
16832008-10-10 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * entering.texi (Exiting): Document change of C-x C-c to
1686 save-buffers-kill-terminal. Document kill-emacs.
1687
f68eb991
EZ
16882008-09-30 Eli Zaretskii <eliz@gnu.org>
1689
1690 * mule.texi (Coding Systems): Don't mention codepage-setup.
1691
1692 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1693 cpNNN coding systems anymore.
1694 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1695 for unibyte mode. Don't mention line-drawing characters. Don't
1696 mention dos-unsupported-char-glyph.
1697
1a2dd44d
CY
16982008-09-25 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * search.texi (Search): Shorten introduction.
1701 (Basic Isearch): Add command table. Discuss reverse isearch and
1702 isearch highlighting.
1703 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1704 ring to cindex.
1705 (Special Isearch): Move input methods discussion here.
1706 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1707 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1708 Repeat Isearch.
1709 (Isearch Minibuffer): New node.
1710 (Word Search): Document new word search commands.
1711 (Regexp Example): Simplify example using sentence-end-base variable.
1712 (Replace): Reword introduction.
1713 (Unconditional Replace): Remove unnecessary example.
1714 (Other Repeating Search): Document new `M-s o' binding.
1715
1716 * emacs.texi (Top): Update node listings.
1717
e45da31d
JB
17182008-09-22 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * emacs.texi (Top): Remove Kill Errors from menu.
1721
841c8096
CY
17222008-09-22 Chong Yidong <cyd@stupidchicken.com>
1723
402168fa
CY
1724 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1725 interface for defining macros. Simplify examples. Note that C-g quits
1726 macro definitions.
801a8da1 1727 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1728 usage example.
1729 (Keyboard Macro Query): Organize query responses in a table.
1730
1731 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1732 to Erasing node.
841c8096
CY
1733 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1734 rationale to a footnote.
1735 (Kill Errors): Remove node, due to redundancy with Erasing.
1736 (Spelling): Move discussion of flyspell to end. Note new behavior of
1737 M-$ in active region. Remove non-ispell-specific keybindings from
1738 table.
1739
eab2ee89
DN
17402008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1741
1742 * cmdargs.texi (Initial Options): Document --daemon.
1743
3d53e905
GM
17442008-09-20 Glenn Morris <rgm@gnu.org>
1745
1746 * files.texi (Numbered Backups): Mention that some modes set
1747 version-control.
1748
1c90484d
GM
17492008-09-20 Jim Blandy <jimb@red-bean.com>
1750
1751 * files.texi (Numbered Backups): Reference File Variables, as well.
1752 Remove discussion of Rmail's implementation.
1753
0fc0d844
CY
17542008-09-06 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * misc.texi (Recursive Edit): Note that top-level exits active
1757 minibuffers.
1758
1759 * trouble.texi (Quitting): Likewise.
1760
b18d283d
CY
17612008-08-31 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * emacs.texi (Top): Add Temporary Face Changes xref.
1764
1765 * display.texi (Display): Move Temporary Face Changes node to just
1766 after Standard Faces.
1767 (Scrolling): Document recenter-top-bottom instead of recenter.
1768 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1769 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1770 (Display Custom): Copyedits.
1771 (Optional Mode Line): Document display-battery-mode.
1772
180135fc
RF
17732008-08-27 Romain Francoise <romain@orebokech.com>
1774
1775 * custom.texi (Directory Variables): Minor fix.
1776
d3fe3475
GM
17772008-08-27 Glenn Morris <rgm@gnu.org>
1778
1779 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1780 descriptions.
1781 (Calendar Customizing): Tweak layout description.
183080b6 1782 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1783 markers. Condense calendar-star-date and calendar-mark-today
1784 description.
1785 (Holiday Customizing): Add oriental and solar holidays.
1786 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1787 Fix holiday-float description. Use zerop in examples. Be less verbose.
1788 (Date Display Format): Change ISO format. Be less verbose.
1789 (Diary Customizing): Mention day and month abbrev arrays.
1790 Mention the date-form variables by name. Update European example.
1791 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1792 Condense examples. Mention diary-entry-symbols by name.
1793 Condense table for insertion commands.
1794 (Fancy Diary Display): Mention diary-include-string and
1795 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1796 Ethiopic, Persian date functions. Condense descriptions.
1797
1798 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1799 (Adding to Diary): Adapt for changed node name.
1800
71755807
GM
18012008-08-26 Glenn Morris <rgm@gnu.org>
1802
1803 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1804 node "Hebrew/Islamic Entries".
1805
1806 * calendar.texi (Specified Dates): Fix names of iso functions.
1807 (General Calendar): There may not be another window.
1808 (Writing Calendar Files, Holidays): Tweak intro.
1809 (Holidays): Mention Baha'i and Chinese holidays.
1810 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1811 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1812 (To Other Calendar): Add calendar-print-other-dates.
1813 Refer to "graphic display" rather than "X.
1814 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1815 (Displaying the Diary): Fix whitespace after reference.
1816 Fix `diary-number-of-entries' reference.
1817 (Date Formats): Explicitly mention that day names can be abbreviated.
1818 (Adding to Diary): Add some references to other sections.
1819 (Special Diary Entries): Fix reference.
1820 (Appointments): Simplify appt-message-warning-time entry.
1821 Clarify where times must be.
1822 (Importing Diary): Comment out icalendar paragraph that does not apply.
1823 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1824
d76ebc75
GM
18252008-08-23 Glenn Morris <rgm@gnu.org>
1826
1827 * fortran-xtra.texi (Fortran): Change description of free form and
1828 fixed form a bit. Mention hideshow and imenu.
1829 (Fortran Motion): Mention fortran-end-of-subprogram,
1830 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1831 (Fortran Indent): Minor re-word.
1832 (ForIndent Commands): Mention fortran-fill-paragraph and
1833 fortran-fill-statement.
1834 (ForIndent Cont): Mention fortran-tab-mode-string.
1835 (Fortran Comments): Mention fortran-comment-line-start-skip.
1836 (Fortran Columns): Mention font-locking.
1837 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1838
1fc0ce04 18392008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
1840
1841 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1842
5c52e13c
CY
18432008-08-22 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * mini.texi (Minibuffer): Simplify introduction.
1846 (Minibuffer File): Document tilde in minibuffer filenames.
1847 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1848 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1849 (Completion Example): Update example to current command list.
1850 (Completion Options): Document `lazy' value of completion-auto-help.
1851 Update contents of completion-ignored-extensions.
1852 (Minibuffer History): Describe "future history" list. State default
1853 value of history-delete-duplicates.
1854
77a00355
GM
18552008-08-21 Glenn Morris <rgm@gnu.org>
1856
1857 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1858 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1859
39ee1d04
CY
18602008-08-17 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * regs.texi (Registers): Clarify valid register names.
1863 (RegPos): Note that buffer is saved and restored too.
1864 (RegText): Note that mark is reactivated/deactivated.
1865 (RegConfig): Xref to Windows node.
1866
b12c348f
CY
18672008-08-16 Chong Yidong <cyd@stupidchicken.com>
1868
3ae7ba79
CY
1869 * basic.texi (Inserting Text): Provide command name for C-q.
1870
b12c348f
CY
1871 * killing.texi (Killing): Copyedit. Define read-only text.
1872 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1873 (Killing by Lines): Copyedit.
1874 (Other Kill Commands): Move M-w description here.
1875 (Yanking): Move M-w to Other Kill Commands.
1876 (Kill Ring): Also mention saving text in registers. Link to Text
1877 Properties in elisp manual.
1878 (Accumulating Text): Copyedit.
1879 (CUA Bindings): Shift selection is now the default.
1880
d8ff7692
TZ
18812008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1882
1883 * maintaining.texi (Change Log): Mention next-error is available.
1884
a43a8a2e
GM
18852008-08-10 Glenn Morris <rgm@gnu.org>
1886
1887 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1888 and intermonth text.
1889 (Holiday Customizing): Add holiday-chinese.
1890
eba27308
EZ
18912008-08-08 Eli Zaretskii <eliz@gnu.org>
1892
1893 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1894
5f14a5b3
DN
18952008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * files.texi (Log Buffer): Describe C-c C-d.
1898 (Diff Mode): Describe C-x 4 A.
1899
49989bff
EZ
19002008-08-06 Eli Zaretskii <eliz@gnu.org>
1901
1902 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1903
5c915c02
DN
19042008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1905
2beaf97a
DN
1906 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1907 describe the new bindings to show the changeset diff, toggle annotation
1908 visibility, show revisions.
1909 (VC Status): Describe key bindings for modifying the change comments,
1910 displaying changeset diffs and annotations.
1911
5c915c02
DN
1912 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1913
71798ace
NR
19142008-08-05 Nick Roberts <nickrob@snap.net.nz>
1915
1916 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1917
b8949644
EZ
19182008-08-02 Eli Zaretskii <eliz@gnu.org>
1919
1920 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1921 and wording.
1922
819567d1
DN
19232008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1926 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1927 commands. Improve some old info.
1928
5f38310a
CY
19292008-07-31 Chong Yidong <cyd@stupidchicken.com>
1930
0dc3906b
CY
1931 * display.texi (Visual Line Mode): New node.
1932
5f38310a
CY
1933 * basic.texi (Inserting Text): Move DEL to deletion node.
1934 (Moving Point): Add additional alternative key bindings. Describe
1935 line-move-visual.
1936 (Erasing): Describe DEL.
1937 (Basic Undo, Blank Lines, Arguments): Copyedit.
1938 (Continuation Lines): Mention Visual Line mode.
1939 (Position Info): Move extended discussion to mule.texi.
1940
1941 * mule.texi (International Chars): Describe C-x =.
1942
1943 * emacs.texi (Top): Add Visual Line Mode node.
1944
7c2fb837
DN
19452008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1946
1947 * emacs.texi: Remove VMS support.
1948
3f6b73ef
DN
19492008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1950
1951 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1952 the vc-dir command name.
1953
9e2a2647
DN
19542008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1955
1956 * xresources.texi: Remove mentions of Mac Carbon.
1957
568beaa2
AS
19582008-07-19 Andreas Schwab <schwab@suse.de>
1959
1960 * ns-emacs.texi: Move to ../misc.
1961
0ef94706
CY
19622008-07-15 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * entering.texi (Exiting): Don't describe text-only terminals as the
1965 default. Describe the new startup screen.
1966 (Exiting): Describe how to kill Emacs first. Change description of
1967 iconification to handle modern window systems.
1968
ba60bd44 19692008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1970
1971 * ns-emacs.texi: New file, documents features of Emacs port under
1972 NeXTstep windowing.
1973
9f30aa73
CY
19742008-07-15 Chong Yidong <cyd@stupidchicken.com>
1975
938a5d2e
CY
1976 * entering.texi (Entering Emacs): Update prev node.
1977
1978 * glossary.texi (Glossary): Remove xref to Text Characters.
1979
9f30aa73
CY
1980 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1981 directly, rather than in the context of ASCII. Move description of
1982 special properties of modifier key to new Modifier Keys node.
1983 (Keys): Copyedit.
1984 (Text Characters): Delete node. Multibyte is the default nowadays, and
1985 the node contents are obsolete.
1986
1987 * custom.texi (Modifier Keys): New node.
1988
1989 * emacs.texi (Top): Update node list.
1990
7e53d36c
CY
19912008-07-13 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1994 saying that Emacs provides menus and mouse support (which is par for
1995 the course).
1996
1997 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1998 early on.
1999 (Point): Copyedit. Relegate historical trivia to a footnote.
2000 (Mode Line): Explain mode-line format more consistently.
2001 (Menu Bar): Copyedit.
2002
1e9fa96d
GM
20032008-06-27 Glenn Morris <rgm@gnu.org>
2004
2005 * cal-xtra.texi (Sexp Diary Entries):
2006 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2007
dc9bebb8
CY
20082008-06-26 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * mark.texi (Shift selection): New node.
2011 (Mark): Copyedits.
2012 (Persistent Mark): Move to the end of the chapter.
2013
e7881076
EZ
20142008-06-20 Eli Zaretskii <eliz@gnu.org>
2015
2016 * makefile.w32-in (distclean): Remove makefile.
2017
f427400c
NR
20182008-06-17 Nick Roberts <nickrob@snap.net.nz>
2019
2020 * building.texi (Starting GUD): Add an entry for gud-gdb.
2021 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2022 command mode.
2023
b597d348
GM
20242008-06-17 Glenn Morris <rgm@gnu.org>
2025
2026 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2027
647b7094
NR
20282008-06-17 Nick Roberts <nickrob@snap.net.nz>
2029
2030 * building.texi (Starting GUD): Expand on remote debugging.
2031 (Other GDB-UI Buffers): Mention new keyboard bindings.
2032
47a30023
GM
20332008-06-15 Glenn Morris <rgm@gnu.org>
2034
2035 * gnu.texi: Use a verbatim license for this invariant section,
2036 as per etc/GNU.
2037
37e5d54a
GM
20382008-06-13 Daniel Engeler <engeler@gmail.com>
2039
2040 * emacs.texi, misc.texi: Add documentation about serial port access.
2041
8e65d46c
GM
20422008-06-13 Glenn Morris <rgm@gnu.org>
2043
c1473b4c
MB
2044 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2045 maintain.info.
8e65d46c 2046
e40a85cd
MB
20472008-06-05 Miles Bader <miles@gnu.org>
2048
2049 * display.texi (Temporary Face Changes): Update to reflect function
2050 renamings in face-remap.el.
2051
56c73dec
MB
20522008-06-04 Miles Bader <miles@gnu.org>
2053
2054 * display.texi (Temporary Face Changes): Add
2055 `adjust-buffer-face-height'. Rewrite description of
2056 `increase-buffer-face-height' and `decrease-default-face-height' now
2057 that they aren't bound by default.
2058
9d3d42fb
MB
20592008-06-03 Miles Bader <miles@gnu.org>
2060
2061 * display.texi (Temporary Face Changes): New node.
2062
2be6bfe2
EZ
20632008-05-31 Eli Zaretskii <eliz@gnu.org>
2064
2065 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2066
daf7e339
GM
20672008-05-31 Glenn Morris <rgm@gnu.org>
2068
2069 * cal-xtra.texi (Fancy Diary Display): Simplify.
2070
d21d2618
GM
20712008-05-30 Glenn Morris <rgm@gnu.org>
2072
2073 * cal-xtra.texi (Fancy Diary Display): Update for
2074 diary-display-function replacing diary-display-hook.
2075
71ce5fd0
JB
20762008-05-29 Drew Adams <drew.adams@oracle.com>
2077
2078 * msdog.texi (Windows Keyboard): Add descriptions of
2079 w32-register-hot-key and w32-unregister-hot-key.
2080
a3cdbdf8
MO
20812008-05-21 Tom Tromey <tromey@redhat.com>
2082
2083 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2084 Variables node.
2085
854a574c
MO
20862008-05-19 Tom Tromey <tromey@redhat.com>
2087
2088 * custom.texi (Variables): Add Directory Variables to menu.
2089 (Directory Variables): New node.
2090
7c2ec3f9
ER
20912008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2092
71ce5fd0 2093 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2094
370fded4
ER
20952008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2096
2097 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2098 Revision Tags and rewritten. Section now uses modern terminology,
2099 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2100 accurately.
2101
6af511e3
EZ
21022008-05-10 Eli Zaretskii <eliz@gnu.org>
2103
2104 * msdog.texi (Windows Files): Update documentation of
2105 w32-get-true-file-attributes.
2106
7a78b6e7
ER
21072008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2108
2109 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2110 directory mode.
2111
1bcfc24e
CY
21122008-05-08 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2115 entry "television".
1bcfc24e 2116
db86064f
ER
21172008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2118
ab5ec32c 2119 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2120
a31b405e
ER
21212008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2122
2123 * emacs/buffers.texi, emacs/files.texi (Version-control):
2124 vc-toggle-read-only is no longer a good idea...
2125
ff2c14fc
GM
21262008-04-29 Glenn Morris <rgm@gnu.org>
2127
2128 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2129
367c9b7c
JL
21302008-04-22 Juri Linkov <juri@jurta.org>
2131
2132 * dired.texi (Subdirectories in Dired): Describe using `^'
2133 to return to the parent directory.
2134
4ac1e9b4
NR
21352008-04-22 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2138 recent changes.
2139
b9b3bf2b
NR
21402008-04-19 Nick Roberts <nickrob@snap.net.nz>
2141
2142 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2143 (Other GDB-UI Buffers): Update for recent thread related changes.
2144
4d120d6a
SM
21452008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2146
2147 * maintaining.texi (Maintaining):
2148 * emacs.texi (Top): Typo.
2149
a152877d
SM
21502008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2151
b9b3bf2b
NR
2152 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2153 arg in `font-lock-add-keywords'.
a152877d 2154
36c0514c
GM
21552008-04-08 Glenn Morris <rgm@gnu.org>
2156
2157 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2158 Also add Baha'i calendar references where appropriate.
2159
06a97d46
GM
21602008-04-05 Glenn Morris <rgm@gnu.org>
2161
2162 * custom.texi (Init File): Byte-compiling .emacs is bad.
2163
6adc6eed
SM
21642008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2167
571388b0
GM
21682008-03-29 Glenn Morris <rgm@gnu.org>
2169
2170 * calendar.texi: Update for `calendar-date-style' replacing
2171 `european-calendar'.
2172
3ae8f876
JR
21732008-03-28 Jason Rumney <jasonr@gnu.org>
2174
2175 * display.texi (Display Custom): Mention overlay-margin in text.
2176
5bc6ddff 21772008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2178
5bc6ddff
MB
2179 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2180 tutorial' comments.
03a864d5 2181
7186a830
CY
21822008-03-28 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * mark.texi (Mark): Rearrange nodes.
2185 (Persistent Mark): Rename from Transient Mark.
2186 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2187 Describe Transient Mark mode as the default.
2188
2189 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2190 the default behavior with Transient Mark mode off.
2191 (Position Info): Fix typo.
2192
71ce5fd0
JB
2193 * display.texi (Standard Faces): Reference the Mark node.
2194 Remove discussion of the region face, which is discussed there.
7186a830
CY
2195
2196 * emacs.texi (Top): Update node listings.
2197
2198 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2199 as the default.
2200
2201 * fixit.texi (Undo): Standardize choice of undo key sequence.
2202 (Undo, Spelling): Describe Transient Mark mode as the default.
2203
2204 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2205 default.
2206
2207 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2208
2209 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2210 mode is the default, and note that the mark is not activated when set.
2211
2212 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2213 Describe Transient Mark mode as the default.
2214
2215 * search.texi (Basic Isearch): Reference the Mark Ring node.
2216 (Replace, Unconditional Replace, Other Repeating Search):
2217 Describe Transient Mark mode as the default.
2218
2219 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
2220 Transient Mark mode as the default.
2221 (Paragraphs): Describe how M-h behaves when region is active.
2222
2223 * trouble.texi (Quitting): Clarify effects of C-g.
2224
dc47d1ff
GM
22252008-03-13 Glenn Morris <rgm@gnu.org>
2226
2227 * emacs.texi (EMACSVER): Set to 23.0.60.
2228
e3e0fb39 22292008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2230
e3e0fb39
GM
2231 * dired.texi (Hiding Subdirectories): Fix previous change.
2232
22332008-03-05 Drew Adams <drew.adams@oracle.com>
2234
2235 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2236
5e14abf8
KS
22372008-02-28 Kim F. Storm <storm@cua.dk>
2238
2239 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2240 Move describe-distribution to C-h C-o.
2241 Move view-emacs-problems to C-h C-p.
2242 Add view-emacs-debugging on C-h C-d.
2243 Add view-external-packages on C-h C-e.
d0207bf3 2244 Add view-order-manuals on C-h C-m.
5e14abf8 2245
d0207bf3 22462008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2247
2248 * msdog-xtra.texi (MS-DOS): Docstring fix.
2249
87e391bb
EZ
22502008-02-09 Eli Zaretskii <eliz@gnu.org>
2251
2252 * msdog.texi (Windows Fonts): Use a @table for describing font
2253 properties.
2254
5662e503
JR
22552008-02-07 Jason Rumney <jasonr@gnu.org>
2256
2257 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2258 value has changed.
2259 (Windows HOME): Clarify what is meant by "if that fails as well".
2260 (Windows Fonts): New section.
2261
72463824
GM
22622008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2263
2264 * basic.texi (Basic Undo): Remove duplicate "you can".
2265
7ff926e0
EZ
22662008-02-02 Eli Zaretskii <eliz@gnu.org>
2267
2268 * maintaining.texi (Tags): Fix last change.
2269
6ab7aef1
MA
22702008-02-02 Michael Albinus <michael.albinus@gmx.de>
2271
093571c3 2272 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2273
ace67e7e
NR
22742008-01-31 Nick Roberts <nickrob@snap.net.nz>
2275
2276 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2277
ae068fdf
RS
22782008-01-26 Richard Stallman <rms@gnu.org>
2279
2280 * maintaining.texi (Tags): Delete redundant index entry.
2281
a56d9a08
EZ
22822008-01-26 Eli Zaretskii <eliz@gnu.org>
2283
2284 * programs.texi (Imenu): Move "@cindex tags" from here...
2285 * maintaining.texi (Tags): ...to here.
2286
e941ed90
NR
22872008-01-23 Kevin Ryde <user42@zip.com.au>
2288
2289 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2290 click count.
2291
650276d5
JB
22922008-01-21 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * entering.texi (Exiting): Fix typo.
2295 Reported by D. E. Evans <sinuhe@gnu.org>.
2296
8dc17977
MR
22972007-12-31 Martin Rudalics <rudalics@gmx.at>
2298
2299 * glossary.texi (Glossary): Fix typo.
2300
9f9695a6
RS
23012007-12-27 Richard Stallman <rms@gnu.org>
2302
2303 * text.texi (Formatted Text): Improve menu tag.
2304 (Editing Format Info): In Info, add duplicate menu of nodes
2305 about the submenus.
2306 (Format Faces): Say where Faces menu is found. Mention Other.
2307 (Format Colors): Say where these submenus are found.
2308 (Format Indentation, Format Justification): Likewise.
2309 (Format Properties): Likewise.
2310
abfd0191
RS
23112007-12-22 Richard Stallman <rms@gnu.org>
2312
2313 * search.texi (Query Replace): Make exp of query-replace more
2314 self-contained, and clarify.
8dc17977 2315
abfd0191
RS
2316 * cc-mode.texi (Getting Started): Change @ref to @pxref.
2317
a2586785
RS
23182007-12-15 Richard Stallman <rms@gnu.org>
2319
2320 * files.texi (Auto Save): Clarify definition of auto-saving.
2321
a67cf2bb
RS
23222007-11-26 Richard Stallman <rms@gnu.org>
2323
2324 * help.texi (Help Echo): Cleanups.
2325
448b33b1
TTN
23262007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2327
2328 * files.texi (Why Version Control?): Fix typo.
2329 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
2330 (Selecting a Fileset): Fix typos; small rewording.
2331 (Log Buffer): Likewise.
2332 (Old Revisions): Likewise.
448b33b1 2333
221bb7f6
EZ
23342007-11-17 Eli Zaretskii <eliz@gnu.org>
2335
2336 * mule.texi (Communication Coding): Fix wording of last change.
2337
d0207bf3 23382007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 2339
630cb3b7
JB
2340 * custom.texi (Specifying File Variables):
2341 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 2342
53b7759e
KH
23432007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
2344
a5ab2e0c 2345 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
2346
2347 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
2348
c8763fb6 23492007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 2350
630cb3b7 2351 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
2352 --output=file.
2353
ff98e024
MR
23542007-11-13 Martin Rudalics <rudalics@gmx.at>
2355
2356 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
2357 (Help Echo): Avoid mentioning the term "region" here and
2358 consistently use the term "active text".
2359
37b11c22
GM
23602007-11-11 Glenn Morris <rgm@gnu.org>
2361
2362 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
2363
21d50ba1
JL
23642007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2365
2366 * search.texi (Query Replace): Mention
2367 `query-replace-show-replacement'.
2368
c12ecb0a 23692007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
2370
2371 * building.texi (Watch Expressions): Remove obscure sentence.
2372
3b4201f4
KH
23732007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
2374
2375 * mule.texi (Select Input Method): Describe how to activate an input
2376 method in the text mode.
2377
07e5c0b0
DN
23782007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 * cmdargs.texi (Misc Variables): Remove Sun windows info.
2381
52dd7391
NR
23822007-10-30 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
2385
c004e539
GM
23862007-10-30 Glenn Morris <rgm@gnu.org>
2387
2388 * misc.texi (Directory Tracking): Explain a bit more about
2389 dirtrack-mode.
2390
ca8c5b8c
GM
23912007-10-25 Glenn Morris <rgm@gnu.org>
2392
2393 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
2394
b6c764ef
RS
23952007-10-24 Richard Stallman <rms@gnu.org>
2396
2397 * misc.texi (Interactive Shell): Cleanup last change.
2398
eabd84c9
JL
23992007-10-22 Juri Linkov <juri@jurta.org>
2400
2401 * mini.texi (Minibuffer History): Add text about a list of minibuffer
2402 default values.
2403
0b43c7e2
ER
24042007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2405
ca8c5b8c 2406 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
2407 'filesets'.
2408
a80859d4
MR
24092007-10-18 Martin Rudalics <rudalics@gmx.at>
2410
2411 * trouble.texi (Quitting): Fix typo.
2412
c9447ae1
GM
24132007-10-18 Glenn Morris <rgm@gnu.org>
2414
2415 * frames.texi (Mode Line Mouse): Mention minor mode names.
2416
168b980f
JL
24172007-10-17 Juri Linkov <juri@jurta.org>
2418
2419 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2420 fill-paragraph operates on the active region in Transient Mark mode.
2421 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2422 with fill-paragraph.
2423
2424 * basic.texi (Arguments): Replace fill-paragraph-or-region with
2425 fill-paragraph.
2426
2427 * fixit.texi (Spelling): ispell-word operates on the active region
2428 in Transient Mark mode.
2429
5a331f34
JB
24302007-10-17 Aaron S. Hawley <aaronh@garden.org>
2431
2432 * building.texi (Source Buffers):
2433 * custom.texi (Init Non-ASCII):
2434 * glossary.texi (Glossary): Use "key binding" consistently.
2435
2a9f4d55
JB
24362007-10-17 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * calendar.texi (Diary): Fix directive.
2439
de13cecf
RS
24402007-10-16 Richard Stallman <rms@gnu.org>
2441
2442 * calendar.texi (Diary): Clarify text about diary file example.
2443
5f90d53e
ER
24442007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
2445
2446 * files.texi: Capitalize node names according to convention.
2447
3aa491bc
GM
24482007-10-13 Glenn Morris <rgm@gnu.org>
2449
2450 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2451
8a3106d3
ER
24522007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2453
2454 * emacs.texi:
2455 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 2456 suggested by RMS and Robert J. Chassell.
8a3106d3 2457
da1080a2
ER
24582007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2459
3aa491bc 2460 * files.texi (Version Systems):
0870a421
ER
2461 * vc-xtra.texi:
2462 * vc1-xtra.texi:
ac3f4c6f 2463 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 2464 operations. Change of terminology from `version' to `revision'.
a7fc5b78 2465 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 2466 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 2467
58ade22b
ER
24682007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2469
da1080a2 2470 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
2471 Reorder the descriptions to be chronological.
2472
93870ce2
RS
24732007-10-09 Richard Stallman <rms@gnu.org>
2474
2475 * display.texi (Cursor Display): Correct how cursor appears
2476 in nonselected windows.
2477
568c7288
NR
24782007-10-04 Nick Roberts <nickrob@snap.net.nz>
2479
2480 * building.texi (GDB Graphical Interface): Remove references to gdba
2481 and mention gud-gdb.
2482
1af74d06 24832007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 2484
1af74d06 2485 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 2486
0d8fb755
JL
24872007-10-06 Juri Linkov <juri@jurta.org>
2488
2489 * text.texi (Fill Commands): Document fill-paragraph-or-region.
2490 (Fill Prefix, Format Indentation): Replace fill-paragraph with
2491 fill-paragraph-or-region.
2492
2493 * basic.texi (Arguments): Replace fill-paragraph with
2494 fill-paragraph-or-region.
2495
b981e2c6
ER
24962007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2497
2498 * files.texi: Update the section on version control for 2007
2a9f4d55 2499 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
2500 will come later.
2501
5fceaf9c
GM
25022007-09-15 Glenn Morris <rgm@gnu.org>
2503
2504 * calendar.texi (Holidays): Change all instances of `holiday-list' back
2505 to `list-holidays'.
2506
b0e44b17
GM
25072007-09-14 Glenn Morris <rgm@gnu.org>
2508
2509 * calendar.texi: Update all instances of mark-calendar-holidays,
2510 list-calendar-holidays, list-holidays with the new names.
2511
8cf51b2c
GM
25122007-09-06 Glenn Morris <rgm@gnu.org>
2513
46a367db 2514 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
2515 Split into the Emacs manual in emacs/, and other manuals in misc/.
2516 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2517 manual.
2518 (infodir): New variable.
2519 (info): Use $infodir.
2520 (emacsman): Delete target, not needed any more.
2521 Move all targets that are not the Emacs manual to misc/Makefile.in.
2522 (mostlyclean): Remove `gnustmp'.
2523 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2524 manual.
92f9b43f 2525 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
2526 (emacsman): Delete target, not needed any more.
2527 (clean): Remove all info files but Emacs manual.
2528 Move all targets that are not the Emacs manual to misc/Makefile.in.
2529 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2530
2531 * Makefile.in (INFOSOURCES): Delete.
2532 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2533 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2534 *.vrs *.toc here...
2535 (maintainer-clean): ...from here.
2536
25372007-09-05 Glenn Morris <rgm@gnu.org>
2538
2539 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2540
8cf51b2c
GM
25412007-08-29 Glenn Morris <rgm@gnu.org>
2542
2543 * emacs.texi (EMACSVER): Increase to 23.0.50.
2544
3420c522
RS
25452007-08-27 Richard Stallman <rms@gnu.org>
2546
2547 * emacs.texi (Top): Clarify menu item for Glossary.
2548
2549 * display.texi (Faces): Change secn title.
2550 Clarify not all fonts come from Font Lock.
2551
8cf51b2c
GM
25522007-08-17 Eli Zaretskii <eliz@gnu.org>
2553
2554 * basic.texi (Position Info): Add index entry for face at point.
2555 Mention that character faces are also displayed by "C-u C-x =".
2556
8cf51b2c
GM
25572007-08-08 Glenn Morris <rgm@gnu.org>
2558
2559 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2560
25612007-08-07 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * files.texi (File Conveniences): Document point motion keys in Image
2564 mode.
2565
8cf51b2c
GM
25662007-07-27 Glenn Morris <rgm@gnu.org>
2567
8cf51b2c
GM
2568 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2569 in-line.
2570
2571 * gpl.texi: New file with text of GPL.
2572 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2573
25742007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2577
2578 * dired.texi (Wdired): Mention C-x C-q key binding.
2579
25802007-07-28 Nick Roberts <nickrob@snap.net.nz>
2581
2582 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2583
25842007-07-25 Glenn Morris <rgm@gnu.org>
2585
8cf51b2c
GM
2586 * emacs.texi (Copying): Replace license with GPLv3.
2587
2588 * Relicense all FSF files to GPLv3 or later.
2589
25902007-07-24 Glenn Morris <rgm@gnu.org>
2591
2592 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2593 for some calendars.
2594
25952007-07-23 Nick Roberts <nickrob@snap.net.nz>
2596
2597 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2598 default-directory for the current buffer is on a remote machine.
2599
8cf51b2c
GM
26002007-07-21 Eli Zaretskii <eliz@gnu.org>
2601
2602 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2603 default value.
2604
26052007-07-21 Richard Stallman <rms@gnu.org>
2606
2607 * files.texi (Why Version Control?): Improve previous change.
2608
26092007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2610
2611 * files.texi (Why Version Control?): New node.
2612
8cf51b2c
GM
26132007-07-12 Nick Roberts <nickrob@snap.net.nz>
2614
8cf51b2c
GM
2615 * building.texi (Starting GUD): Add xref to this anchor.
2616
8cf51b2c
GM
26172007-06-24 Karl Berry <karl@gnu.org>
2618
2a9f4d55 2619 * emacs.texi: New Back-Cover Text.
8cf51b2c 2620
8cf51b2c
GM
26212007-06-07 Alan Mackenzie <acm@muc.de>
2622
2623 * display.texi (Optional Mode Line): Document the new form of
2624 line+column numbers, "(561,2)".
2625
26262007-06-06 Juanma Barranquero <lekktu@gmail.com>
2627
49823426 2628 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2629
26302007-06-02 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * Version 22.1 released.
2633
8cf51b2c
GM
26342007-05-07 Karl Berry <karl@gnu.org>
2635
2636 * emacs.texi (EMACSVER): Back to 22.
2637
26382007-05-06 Richard Stallman <rms@gnu.org>
2639
2640 * maintaining.texi (Create Tags Table): Clean up previous change.
2641
c8763fb6 26422007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2643
2644 * maintaining.texi (Create Tags Table): Add text about the dangers of
2645 making symbolic links to tags files.
2646
26472007-05-04 Karl Berry <karl@gnu.org>
2648
2649 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2650
26512007-05-03 Karl Berry <karl@gnu.org>
2652
2653 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2654
2655 * .cvsignore (*.pdf): New entry.
2656
8cf51b2c
GM
2657 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2658 for printing.
2659
26602007-05-01 Richard Stallman <rms@gnu.org>
2661
2662 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2663
8cf51b2c
GM
26642007-04-28 Glenn Morris <rgm@gnu.org>
2665
2666 * ack.texi (Acknowledgments):
2667 * anti.texi (Antinews):
8cf51b2c
GM
2668 * programs.texi (Program Modes): Restore mention of python.el pending
2669 consideration of legal status.
2670
26712007-04-28 Richard Stallman <rms@gnu.org>
2672
2673 * files.texi (File Names): Fixes to ~ description on MS systems.
2674
8cf51b2c
GM
26752007-04-26 Glenn Morris <rgm@gnu.org>
2676
2677 * emacs.texi (EMACSVER): Increase to 22.1.50.
2678
26792007-04-25 Karl Berry <karl@gnu.org>
2680
2681 * emacs.texi: Improve line breaks on copyright page,
2682 similar layout to lispref, 8.5x11 by default.
2683
2684 * dired.texi (Image-Dired): Improve line break, fix typo.
2685
26862007-04-24 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * programs.texi (Program Modes):
8cf51b2c
GM
2689 * anti.texi (Antinews):
2690 * ack.texi (Acknowledgments): python.el removed.
2691
8cf51b2c
GM
26922007-04-23 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * display.texi (Highlight Interactively): Correct description of
2695 hi-lock-file-patterns-policy.
2696
2697 * files.texi (File Archives): Mention self-extracting executables.
2698
26992007-04-23 Eli Zaretskii <eliz@gnu.org>
2700
2701 * search.texi (Unconditional Replace, Query Replace): Add xref to
2702 "Replacement and Case".
2703
27042007-04-22 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * dired.texi (Image-Dired): Move from Thumbnails node.
2707 * misc.texi (Thumbnails): Node deleted.
2708 * emacs.texi (Top): Update node listing.
2709
2710 * files.texi (File Conveniences):
49823426 2711 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2712
27132007-04-21 Richard Stallman <rms@gnu.org>
2714
2715 * display.texi (Highlight Interactively): Correct previous change.
2716 Clarify doc of hi-lock-find-patterns, and move new features into it.
2717
27182007-04-20 David Koppelman <koppel@ece.lsu.edu>
2719
2720 * display.texi (Highlight Interactively): Document
2721 hi-lock-file-patterns-policy.
2722
27232007-04-20 Martin Rudalics <rudalics@gmx.at>
2724
2725 * display.texi (Scrolling): Fix typo.
2726
8cf51b2c
GM
27272007-04-15 Chong Yidong <cyd@stupidchicken.com>
2728
8cf51b2c
GM
2729 * doclicense.texi: Remove node heading, so that it can be included by
2730 other files.
2731
2732 * emacs.texi: Insert node heading for GFDL.
2733
8cf51b2c
GM
27342007-04-14 Eli Zaretskii <eliz@gnu.org>
2735
2736 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2737 "command line".
2738
2739 * display.texi (Faces): Refer to "Creating Frames" for face
2740 and other frame customizations in .emacs.
2741
2742 * frames.texi (Creating Frames): Mention that face customizations can
2743 be put in .emacs. Add index entries.
2744
27452007-04-12 Richard Stallman <rms@gnu.org>
2746
2747 * glossary.texi (Glossary): Explain `iff'.
2748
27492007-04-11 Karl Berry <karl@gnu.org>
2750
2751 * gnu.texi (Top),
2752 * macos.texi (Mac Font Specs),
2753 * anti.texi (Antinews),
2754 * xresources.texi (Resources),
2755 * misc.texi (Emulation),
2756 * calendar.texi (Daylight Saving),
2757 * dired.texi (Dired and Find),
2758 * rmail.texi (Remote Mailboxes),
2759 * sending.texi (Mail Headers),
2760 * programs.texi (Which Function),
2761 * files.texi (Recover),
2762 * buffers.texi (Uniquify),
2763 * frames.texi (Wheeled Mice),
2764 * killing.texi (Rectangles): Wording to improve breaks in
2765 8.5x11 format.
2766 * mule.texi (Language Environments): \hbadness=10000 since there's
2767 no way to reword.
2768 * emacs.texi (smallbook): New @set to more easily switch between
2769 smallbook and 8.5x11.
2770
27712007-04-11 Richard Stallman <rms@gnu.org>
2772
2773 * files.texi (File Conveniences): Add xref to Tumme.
2774 Delete text about Thumbnail mode.
2775
8cf51b2c
GM
27762007-04-09 Alan Mackenzie <acm@muc.de>
2777
2778 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2779 new name. Insert concept index entries.
2780
8cf51b2c
GM
27812007-04-08 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * display.texi (Standard Faces): Document prefix arg for
2784 list-faces-display.
2785
2786 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2787
8cf51b2c
GM
27882007-04-07 Chong Yidong <cyd@stupidchicken.com>
2789
8cf51b2c
GM
2790 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2791
2792 * files.texi (Misc File Ops): Rewrite description of
2793 insert-file-literally.
2794
8cf51b2c
GM
27952007-03-31 Eli Zaretskii <eliz@gnu.org>
2796
2797 * misc.texi (Printing): Postscript -> PostScript.
2798
8cf51b2c
GM
2799 * ack.texi (Acknowledgments): Postscript -> PostScript.
2800
2801 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2802
2803 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2804 below.
2805
28062007-03-30 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2809 Init Non-ASCII.
2810 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2811 (Init Non-ASCII): New node.
2812
28132007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2814
2815 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2816
8cf51b2c
GM
28172007-03-12 Glenn Morris <rgm@gnu.org>
2818
8cf51b2c
GM
2819 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2820 "Daylight Savings".
2821
49823426 2822 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2823 saving" in text throughout.
2824
8cf51b2c
GM
28252007-03-04 Richard Stallman <rms@gnu.org>
2826
2827 * custom.texi (Safe File Variables): Minor correction.
2828
8cf51b2c
GM
28292007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2830
2831 * rmail.texi (Movemail): Add internal ref.
2832 Don't indent the intro for the PROTO table.
2833 Format PROTO table items with @code.
2834
8cf51b2c
GM
28352007-02-26 Nick Roberts <nickrob@snap.net.nz>
2836
2837 * building.texi: Remove references to bashdb.
2838
8cf51b2c
GM
28392007-02-19 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * mule.texi (Language Environments): Update list of supported language
2842 environments.
2843
8cf51b2c
GM
28442007-02-14 Kim F. Storm <storm@cua.dk>
2845
2846 * building.texi (Grep Searching): Fix lgrep doc.
2847
28482007-02-12 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * back.texi: Remove unused file.
2851
c8763fb6 28522007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2853
2854 * maintaining.texi (Tag Syntax): Now --members is the default for
2855 etags, not for ctags yet.
2856
8cf51b2c
GM
28572007-02-03 Eli Zaretskii <eliz@gnu.org>
2858
2859 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2860 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2861 expects. Add comments to prevent people from inadvertently modifying
2862 the key parts needed by `texinfo-multiple-files-update'.
2863
28642007-01-29 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * frames.texi (Secondary Selection): Window clicked does not matter
2867 when mouse-yank-at-point is non-nil.
2868
8cf51b2c
GM
28692007-01-16 Glenn Morris <rgm@gnu.org>
2870
2871 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2872 system abbrev.
2873
28742007-01-11 Richard Stallman <rms@gnu.org>
2875
2876 * msdog.texi (Windows Keyboard): Another small cleanup.
2877
28782007-01-10 Richard Stallman <rms@gnu.org>
2879
2880 * msdog.texi (Windows Keyboard): Yet another try to make
2881 everyone happy with that passage.
2882
28832007-01-05 Richard Stallman <rms@gnu.org>
2884
2885 * anti.texi (Antinews): Mention M-x shell scrolling.
2886
28872007-01-05 Nick Roberts <nickrob@snap.net.nz>
2888
2889 * building.texi (Watch Expressions): Describe gdb-max-children.
2890
8cf51b2c
GM
28912007-01-04 Richard Stallman <rms@gnu.org>
2892
8cf51b2c
GM
2893 * msdog.texi (Windows Keyboard): Clarify previous change.
2894
8cf51b2c
GM
28952007-01-02 Richard Stallman <rms@gnu.org>
2896
2897 * custom.texi (Changing a Variable): Minor clarification.
2898 (Specific Customization): customize-customized => customize-unsaved.
2899
2900 * entering.texi (Entering Emacs): Clean up text about restarting
2901 Emacs for each file.
2902
2903 * misc.texi (Shell Options): Minor cleanup.
2904
2905 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2906 with Emacs, not vice versa.
2907
2908 * programs.texi (Symbol Completion): Recommend customizing
2909 window manager.
2910
2911 * xresources.texi (Resources): Minor fix.
2912
c8763fb6 29132007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2914
2915 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2916
29172007-01-01 Richard Stallman <rms@gnu.org>
2918
2919 * commands.texi (User Input): Document keys stolen by window mangers.
2920
29212006-12-31 Richard Stallman <rms@gnu.org>
2922
2923 * custom.texi (Specific Customization): Document customize-option
2924 instead of customize-variable.
2925
29262006-12-31 Kim F. Storm <storm@cua.dk>
2927
2928 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2929
29302006-12-30 Kim F. Storm <storm@cua.dk>
2931
2932 * killing.texi (CUA Bindings): Fix typo.
2933
2934 * xresources.texi (Table of Resources): Mention grow-only value for
2935 auto-resize-tool-bars.
2936
8cf51b2c
GM
29372006-12-27 Eli Zaretskii <eliz@gnu.org>
2938
2939 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2940 and how to get them back.
2941
29422006-12-26 Richard Stallman <rms@gnu.org>
2943
2944 * calendar.texi (Holidays): Holiday listing is based on current
2945 practice, but DST is not.
2946
29472006-12-25 Richard Stallman <rms@gnu.org>
2948
2949 * emacs.texi (Top): Update subnode menus.
2950
2951 * mark.texi (Transient Mark): Fix xref.
2952
2953 * killing.texi (Graphical Kill): Node deleted.
2954 (Killing): Add xref to Cut and Paste.
2955 (CUA Bindings): Update xref.
2956
2957 * frames.texi (Cut and Paste): New section to hold other nodes.
2958 (Mouse Commands): Node demoted.
2959 (Cut/Paste Other App): Split out from Mouse Commands.
2960 (Word and Line Mouse): Likewise.
2961 (Secondary Selection, Clipboard): Nodes demoted.
2962
8cf51b2c
GM
29632006-12-24 Kevin Ryde <user42@zip.com.au>
2964
2965 * calendar.texi (Holidays): US daylight saving begins second Sunday
2966 in March for 2007 onwards.
2967 (Daylight Savings): Show new US default daylight saving rules, 2nd
2968 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2969
29702006-12-23 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * calendar.texi (Scroll Calendar): < and > are switched.
2973
29742006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2975
2976 * killing.texi (Deletion): Describe M-\ prefix argument.
2977
29782006-12-23 Richard Stallman <rms@gnu.org>
2979
2980 * search.texi (Regexp Search): Explain why forward and reverse regexp
2981 search are not mirror images.
2982
8cf51b2c
GM
29832006-12-19 Kim F. Storm <storm@cua.dk>
2984
2985 * major.texi (Choosing Modes): Describe match-function elements for
2986 magic-mode-alist.
2987
8cf51b2c
GM
29882006-12-18 Eli Zaretskii <eliz@gnu.org>
2989
2990 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2991 peculiarities.
2992
29932006-12-18 Richard Stallman <rms@gnu.org>
2994
2995 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2996
8cf51b2c
GM
29972006-12-17 Alan Mackenzie <acm@muc.de>
2998
2999 * programs.texi (Left Margin Paren): Remove the bit which says
3000 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3001 Discuss some of the issues of setting this option to nil.
3002
30032006-12-17 Glenn Morris <rgm@gnu.org>
3004
3005 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3006
30072006-12-16 Eli Zaretskii <eliz@gnu.org>
3008
3009 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3010 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3011 NTFS volumes.
3012 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3013 volumes.
3014
30152006-12-15 Eli Zaretskii <eliz@gnu.org>
3016
3017 * text.texi (HTML Mode): Fix "C-c TAB".
3018
8cf51b2c
GM
30192006-12-09 Richard Stallman <rms@gnu.org>
3020
3021 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3022
30232006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3024
3025 * files.texi (Misc File Ops): Document insert-file-literally.
3026
30272006-12-08 Eli Zaretskii <eliz@gnu.org>
3028
3029 * cmdargs.texi (Colors): Note that --color is intended for overriding
3030 the terminal defaults, not for normal invocation.
3031
3032 * misc.texi (Emacs Server): Improve wording. Don't mention the
3033 ``server program''. Add a cross-reference to "Init File" node.
3034 (Invoking emacsclient): Add index entries. Document both short and
3035 long versions of command-line options. Document the -f option.
3036
8cf51b2c
GM
30372006-12-06 Richard Stallman <rms@gnu.org>
3038
3039 * text.texi (Outline Format): Say to set outline-regexp
3040 and outline-level with major modes and file local variables.
3041
c8763fb6 30422006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3043
3044 * anti.texi (Antinews): Mention the alternative to
3045 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3046
8cf51b2c
GM
3047 * misc.texi (Interactive Shell): Ditto.
3048
30492006-12-04 Eli Zaretskii <eliz@gnu.org>
3050
3051 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3052
3053 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3054
30552006-12-01 Eli Zaretskii <eliz@gnu.org>
3056
3057 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3058 colon in the mode line.
3059
3060 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3061
30622006-11-26 Nick Roberts <nickrob@snap.net.nz>
3063
3064 * building.texi (Watch Expressions): Mention SPC for expanding/
3065 contracting watch expressions.
3066
30672006-11-26 Kim F. Storm <storm@cua.dk>
3068
3069 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3070
30712006-11-26 Nick Roberts <nickrob@snap.net.nz>
3072
3073 * building.texi (Debugger Operation): Define text command mode.
3074 Clarify how tooltips work.
3075 (GDB Graphical Interface): Explain how to run in text command mode
3076 more clearly.
3077
30782006-11-25 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3081
30822006-11-22 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3085
8cf51b2c
GM
30862006-11-18 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3089 and EMACS is deprecated.
3090
30912006-11-18 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3094
c8763fb6 30952006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3096
3097 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3098
3099 * emacs.texi: Include xresources.texi both for info and dvi.
3100
3101 * xresources.texi: Merge text from xresmini.texi.
3102
c8763fb6 31032006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3104
3105 * glossary.texi: Fix typos.
3106
8cf51b2c
GM
31072006-11-06 Richard Stallman <rms@gnu.org>
3108
3109 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3110
3111 * ack.texi (Acknowledgments): Fix name spelling.
3112
31132006-11-01 Juri Linkov <juri@jurta.org>
3114
3115 * search.texi (Word Search): Document incremental word search.
3116
31172006-10-28 Glenn Morris <rgm@gnu.org>
3118
3119 * ack.texi (Acknowledgments): Add cal-html author.
3120
3121 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3122 Calendar"). Describe new package cal-html.
3123 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3124 Calendar Files."
3125
8cf51b2c
GM
31262006-10-23 Richard Stallman <rms@gnu.org>
3127
3128 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3129 Abbrev mode is enabled.
3130
8cf51b2c
GM
31312006-10-16 Richard Stallman <rms@gnu.org>
3132
8cf51b2c
GM
3133 * emacs.texi: Update ISBN.
3134
8cf51b2c
GM
31352006-10-11 Kim F. Storm <storm@cua.dk>
3136
3137 * emacs.texi (Acknowledgments): Use @dotless{i}.
3138
31392006-10-08 Nick Roberts <nickrob@snap.net.nz>
3140
3141 * building.texi (Breakpoints Buffer): Mention catchpoints.
3142
31432006-10-08 Kim F. Storm <storm@cua.dk>
3144
3145 * ack.texi (Acknowledgments): Update.
3146
3147 * emacs.texi (Acknowledgments): Fix bad @/ form.
3148
8cf51b2c
GM
31492006-10-05 Kim F. Storm <storm@cua.dk>
3150
3151 * emacs.texi (Acknowledgments): Add more contributors.
3152
31532006-10-03 Richard Stallman <rms@gnu.org>
3154
3155 * emacs.texi (Acknowledgments): Update version and edition.
3156
8cf51b2c
GM
31572006-10-01 Karl Berry <karl@gnu.org>
3158
3159 * custom.texi (Customization Groups): Page break to keep example buffer
3160 on one page.
3161
31622006-09-30 Karl Berry <karl@gnu.org>
3163
3164 * programs.texi (Basic Indent): @need to improve page break.
3165 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3166
31672006-09-29 Glenn Morris <rgm@gnu.org>
3168
3169 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3170
31712006-09-29 Karl Berry <karl@gnu.org>
3172
3173 * windows.texi (Basic Window): Remove forced @break, no longer
3174 desirable.
3175 * frames.texi (Frame Commands),
3176 * mark.texi (Marking Objects): Reword to avoid bad page break.
3177 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3178
31792006-09-19 Richard Stallman <rms@gnu.org>
3180
3181 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3182 stick to present tense.
3183
c8763fb6 31842006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3185
3186 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3187 to x-gtk-use-old-file-dialog.
3188 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3189
31902006-09-15 Jay Belanger <belanger@truman.edu>
3191
49823426 3192 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3193 Change "Library Public License" to "Lesser Public License"
3194 throughout. Use "yyyy" to represent year.
3195
8cf51b2c
GM
31962006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3197
3198 * files.texi (Visiting): Add index entry "open file".
3199
8cf51b2c
GM
32002006-09-11 Richard Stallman <rms@gnu.org>
3201
3202 * building.texi (Compilation Mode): Clarification.
3203 (Grep Searching): Add xref to Compilation Mode.
3204
8cf51b2c
GM
32052006-09-08 Richard Stallman <rms@gnu.org>
3206
3207 * search.texi (Search): Ref multi-file search commands here.
3208 (Other Repeating Search): Not here.
3209
8cf51b2c
GM
32102006-08-28 Richard Stallman <rms@gnu.org>
3211
3212 * windows.texi (Split Window): Update xref.
3213
3214 * basic.texi (Continuation Lines): Update xref.
3215
3216 * indent.texi (Tab Stops): Update xref.
3217
3218 * emacs.texi (Top): Update subnode menu.
3219
3220 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3221 split out of Display Custom.
3222
32232006-08-25 Kim F. Storm <storm@cua.dk>
3224
3225 * display.texi (Display Custom): Add variables overline-margin
3226 and x-underline-at-descent-line.
3227
32282006-08-25 Richard Stallman <rms@gnu.org>
3229
3230 * entering.texi (Exiting): Rewrite to give graphical displays
3231 priority over text terminals.
3232
3233 * search.texi (Incremental Search): Move index entries.
3234
32352006-08-23 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * custom.texi (Init File): Reference Find Init to avoid "home
3238 directory" confusion.
3239
32402006-08-22 Nick Roberts <nickrob@snap.net.nz>
3241
3242 * building.texi (Other GDB-UI Buffers): Describe how to edit
3243 a value in the locals buffer.
3244
32452006-08-21 Richard Stallman <rms@gnu.org>
3246
3247 * search.texi (Basic Isearch): Add `isearch' index entry.
3248
32492006-08-16 Richard Stallman <rms@gnu.org>
3250
3251 * misc.texi (Saving Emacs Sessions): Clean up wording.
3252
3253 * mark.texi (Marking Objects): Mention term "select all".
3254
3255 * emacs.texi (Top): Update subnode menu.
3256
3257 * help.texi (Help Mode): Move node up in file.
3258
8cf51b2c
GM
32592006-08-15 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * building.texi (Stack Buffer): Explain fringe arrow.
3262
8cf51b2c
GM
32632006-08-12 Eli Zaretskii <eliz@gnu.org>
3264
8cf51b2c
GM
3265 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3266 on startup.
3267
32682006-08-11 Romain Francoise <romain@orebokech.com>
3269
3270 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3271
32722006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3273
3274 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3275
32762006-08-10 Richard Stallman <rms@gnu.org>
3277
3278 * text.texi (Format Faces): Substantial rewrites to deal
3279 with face merging. Empty regions don't count. Clarify
3280 face property inheritance.
3281
32822006-08-08 Romain Francoise <romain@orebokech.com>
3283
3284 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3285 <arjuropo@cc.jyu.fi>.
3286
8cf51b2c
GM
32872006-08-04 Eli Zaretskii <eliz@gnu.org>
3288
3289 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3290 apply to all frames.
3291
8cf51b2c
GM
32922006-08-01 Richard Stallman <rms@gnu.org>
3293
3294 * help.texi (Name Help): Add index entries for describe-variable.
3295
32962006-08-01 Nick Roberts <nickrob@snap.net.nz>
3297
3298 * building.texi (GDB Graphical Interface): Shorten node names.
3299 (GDB-UI Layout): Use GDB-related.
3300 (Other GDB-UI Buffers): Simplify English.
3301
33022006-07-31 Richard Stallman <rms@gnu.org>
3303
3304 * search.texi (Query Replace): Add xref for Dired's Q command.
3305
8cf51b2c
GM
33062006-07-31 Nick Roberts <nickrob@snap.net.nz>
3307
3308 * building.texi (GDB commands in Fringe): Rename to...
3309 (Source Buffers): ..this and move forward. Describe hollow arrow and
3310 new option gdb-find-source-frame.
3311
33122006-07-29 Richard Stallman <rms@gnu.org>
3313
3314 * dired.texi (Operating on Files): Simplify previous change
3315 and fix Texinfo usage.
3316
33172006-07-29 Eli Zaretskii <eliz@gnu.org>
3318
3319 * dired.texi (Operating on Files): Add cross-references. State the
3320 Unix commands that do similar things.
3321
33222006-07-28 Richard Stallman <rms@gnu.org>
3323
3324 * mark.texi (Transient Mark): Clarify that region never disappears
3325 when Transient Mark mode is off, and not when it is on.
3326
33272006-07-27 Richard Stallman <rms@gnu.org>
3328
3329 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
3330
33312006-07-24 Richard Stallman <rms@gnu.org>
3332
3333 * xresources.texi (GTK styles): Fix texinfo usage.
3334
8cf51b2c
GM
3335 * commands.texi (User Input): Explain why we teach keyboard cmds.
3336
3337 * xresources.texi, xresmini.texi, search.texi, programs.texi:
3338 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
3339 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
3340 * doclicense.texi, display.texi, dired.texi, basic.texi:
3341 * anti.texi, ack.texi: Move periods and commas inside quotes.
3342
33432006-07-22 Eli Zaretskii <eliz@gnu.org>
3344
3345 * cmdargs.texi (General Variables): Document EMAIL.
3346
33472006-07-21 Eli Zaretskii <eliz@gnu.org>
3348
3349 * frames.texi (Frame Commands): Mention that focus-follows-mouse
3350 doesn't have effect on MS-Windows.
3351
8cf51b2c
GM
33522006-07-17 Richard Stallman <rms@gnu.org>
3353
3354 * building.texi (Grep Searching): Explain about chaining grep commands.
3355
8cf51b2c
GM
33562006-07-10 Nick Roberts <nickrob@snap.net.nz>
3357
49823426 3358 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
3359
33602006-07-09 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
3363 is invoked for multiple files.
3364
33652006-07-08 Eli Zaretskii <eliz@gnu.org>
3366
3367 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
3368 on-line manual for the rest of this node.
3369 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
3370 unconditionally.
3371 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
3372 Improve wording.
3373 (Windows Printing): Improve wording.
3374 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
3375 rest of this node.
3376
8cf51b2c
GM
33772006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3378
49823426
GM
3379 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
3380 with eval-buffer.
8cf51b2c
GM
3381
33822006-07-05 Nick Roberts <nickrob@snap.net.nz>
3383
3384 * mule.texi (Coding Systems, Specify Coding): Link descriptions
3385 of character translation.
3386
33872006-07-04 Nick Roberts <nickrob@snap.net.nz>
3388
3389 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
3390
33912006-07-03 Karl Berry <karl@gnu.org>
3392
3393 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
3394 not-too-underfull hboxes in the TeX output.
3395 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3396 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3397 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3398 * sending.texi, text.texi: Fix overfull/underfull boxes.
3399
34002006-07-03 Romain Francoise <romain@orebokech.com>
3401
3402 * m-x.texi (M-x): Fix.
3403
34042006-07-03 Richard Stallman <rms@gnu.org>
3405
8cf51b2c
GM
3406 * search.texi (Other Repeating Search): filename -> file name.
3407
3408 * misc.texi (Narrowing): Minor cleanups.
3409
3410 * files.texi (Visiting): filename -> file name.
3411
3412 * emacs.texi (Top): Update subnode menus.
3413
3414 * mule.texi (Coding Systems): Move char translation stuff here.
3415 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3416 (Recognize Coding): Substantial local rewrites.
3417 (International): Update menu.
3418
3419 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3420 (Scrolling): Substantial local rewrites.
3421 (Display): Update menu and intro.
3422
3423 * dired.texi: filename -> file name.
3424
3425 * custom.texi (Safe File Variables): Texinfo usage fix.
3426
f0131492 34272006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3428
3429 * help.texi, m-x.texi: Lots of cleanups.
3430
8cf51b2c
GM
34312006-06-30 Eli Zaretskii <eliz@gnu.org>
3432
3433 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3434 (Windows Processes, Windows Misc): Shorten the printed version by
3435 selectively conditioning less important portions by @ifnottex.
3436
8cf51b2c
GM
34372006-06-27 Richard Stallman <rms@gnu.org>
3438
3439 * mini.texi (Minibuffer File): Minor cleanup.
3440
34412006-06-25 Nick Roberts <nickrob@snap.net.nz>
3442
3443 * frames.texi (XTerm Mouse): Rename to...
3444 (Text-Only Mouse): ...this. Mention t-mouse-mode.
3445
3446 * emacs.texi (Top): Use new node name.
3447
34482006-06-24 Eli Zaretskii <eliz@gnu.org>
3449
3450 * emacs.texi (Top): Update the detailed menu according to changes in
3451 msdog.texi.
3452
3453 * msdog.texi (Windows Keyboard): New section.
3454 (Windows Mouse): New section.
3455 (Windows System Menu): Remove section (text merged with "Windows
3456 Keyboard").
3457 (Windows Misc): New section.
3458
3459 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3460
3461 * msdog.texi (ls in Lisp): New section.
3462
3463 * files.texi (Visiting): Document case-insensitive wildcard matching
3464 under find-file-wildcards.
3465
8cf51b2c
GM
34662006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3467
3468 * macos.texi (Mac Input): Add description of mac-function-modifier.
3469 Now Unicode keyboard layouts work.
3470
8cf51b2c
GM
34712006-06-10 Richard Stallman <rms@gnu.org>
3472
3473 * mule.texi (Recognize Coding): Clarify previous change.
3474
34752006-06-09 Kenichi Handa <handa@m17n.org>
3476
3477 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3478 notation.
3479
34802006-06-07 Kevin Ryde <user42@zip.com.au>
3481
3482 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3483 manual for @ifnottex, but in emacs-extra for @iftex.
3484
3485 * cmdargs.texi (General Variables): Fix smtpmail xref.
3486
34872006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3488
8cf51b2c 3489 * programs.texi (Comment Commands):
8cf51b2c 3490 * custom.texi (Specifying File Variables):
49823426 3491 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
3492
34932006-06-07 Nick Roberts <nickrob@snap.net.nz>
3494
3495 * building.texi (Watch Expressions): Move node to end.
3496 (GDB Graphical Interface): Move description of clicks in fringe...
3497 (GDB commands in the Fringe): ...to here. New node.
3498
8cf51b2c
GM
34992006-06-05 Romain Francoise <romain@orebokech.com>
3500
49823426 3501 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
3502
35032006-06-05 Nick Roberts <nickrob@snap.net.nz>
3504
3505 * building.texi (GDB Graphical Interface): Update bindings.
3506 (Commands of GUD): Add gud-print. Remove gud-run.
3507 Restate availability more generally.
3508
f0131492 35092006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3510
3511 * mini.texi: Lots of cleanups.
3512
35132006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3514
3515 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3516 and Mouse-2.
3517
c8763fb6 35182006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3519
3520 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3521
8cf51b2c
GM
35222006-05-31 Richard Stallman <rms@gnu.org>
3523
3524 * basic.texi (Moving Point): Fix previous change.
3525
c8763fb6 35262006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3527
3528 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3529
f0131492 35302006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3531
3532 * basic.texi: Many simplifications and improvements in wording.
3533
8cf51b2c
GM
35342006-05-26 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * anti.texi (Antinews): Create a node for gdb-ui.
3537
8cf51b2c
GM
35382006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3539
3540 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3541
35422006-05-20 Richard Stallman <rms@gnu.org>
3543
3544 * dired.texi (Dired Navigation): dired-goto-file is now j.
3545
8cf51b2c
GM
35462006-05-20 Eli Zaretskii <eliz@gnu.org>
3547
3548 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3549 and their aliases.
3550
3551 * msdog.texi (Windows Printing): Mention non-support of plain text
3552 printing with some el-cheapo printers, and suggest a workaround.
3553
35542006-05-20 Kevin Ryde <user42@zip.com.au>
3555
3556 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3557 remove the bit saying you must set it.
3558
35592006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * trouble.texi (Checklist):
3562 * text.texi (Text, Auto Fill, Text Mode):
3563 * search.texi (Nonincremental Search):
3564 * rmail.texi (Rmail Labels):
3565 * mule.texi (Input Methods, Multibyte Conversion):
3566 * misc.texi (Gnus, Where to Look, PostScript):
3567 * maintaining.texi (Create Tags Table):
3568 * indent.texi (Indentation Commands):
3569 * fixit.texi (Spelling):
3570 * emacs.texi (Copying):
3571 * custom.texi (Init File): ifinfo -> ifnottex.
3572
8cf51b2c
GM
35732006-05-17 Richard Stallman <rms@gnu.org>
3574
3575 * files.texi (Diff Mode): Mention C-x `.
3576
35772006-05-08 Richard Stallman <rms@gnu.org>
3578
3579 * custom.texi (Disabling): Textual cleanups.
3580
8cf51b2c
GM
35812006-05-12 Glenn Morris <rgm@gnu.org>
3582
3583 * calendar.texi (Displaying the Diary, Format of Diary File):
3584 Refer to diary-view-entries, diary-list-entries,
3585 diary-show-all-entries rather than obsolete aliases.
3586
35872006-05-12 Eli Zaretskii <eliz@gnu.org>
3588
3589 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3590 (Displaying the Diary, Special Diary Entries, Importing Diary):
3591 * building.texi (Compilation Shell):
3592 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3593 emacs-xtra with @inforef's.
3594
3595 * files.texi (Visiting): Fix wording.
3596
3597 * mule.texi (Coding Systems, Text Coding): More indexing.
3598 Mention that C-x RET f can set eol conversion.
3599
c8763fb6 36002006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3601
3602 * xresmini.texi (GTK resources): Insert GTK description.
3603
3604 * xresources.texi (GTK resources): metafont should be menufont.
3605
8cf51b2c
GM
36062006-05-06 Michael Albinus <michael.albinus@gmx.de>
3607
49823426 3608 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3609 method, user name and host name is active only in partial
3610 completion mode.
3611
8cf51b2c
GM
36122006-05-06 Eli Zaretskii <eliz@gnu.org>
3613
3614 * makefile.w32-in (emacs.dvi):
3615 * Makefile.in (emacs.dvi): Add xresmini.texi.
3616
3617 * xresmini.texi (Table of Resources): Remove xref to non-existent
3618 node "LessTif Resources".
3619
3620 * msdog.texi (Microsoft Windows):
3621 * calendar.texi (Calendar/Diary, Displaying the Diary)
3622 (Special Diary Entries, Importing Diary, Holidays):
3623 * programs.texi (Program Modes):
3624 * text.texi (Text):
3625 * buffers.texi (Several Buffers):
3626 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3627
36282006-05-06 Eli Zaretskii <eliz@gnu.org>
3629
3630 The following changes merge the emacs-xtra manual into the main
3631 manual, but only for on-line version of the manual.
3632
3633 * vc2-xtra.texi (Version Backups, Local Version Control)
3634 (Making Snapshots, Change Logs and VC, Version Headers)
3635 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3636 on-line manual.
3637
3638 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3639 for on-line manual.
3640
3641 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3642 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3643 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3644 for on-line manual.
3645
3646 * fortran-xtra.texi (Fortran, Fortran Autofill)
3647 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3648 for on-line manual.
3649
3650 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3651 Conditional xref's for on-line manual.
3652
3653 * emerge-xtra.texi (Emerge, Overview of Emerge)
3654 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3655 manual.
3656
3657 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3658 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3659 (EMACSSOURCES): Use EMACS_XTRA.
3660 (../info/emacs-xtra): Remove.
3661 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3662
3663 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3664 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3665 (EMACSSOURCES): Use EMACS_XTRA.
3666 ($(infodir)/emacs-xtra): Remove.
3667 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3668
3669 * trouble.texi (Quitting):
3670 * text.texi (Text):
3671 * programs.texi (Program Modes):
3672 * msdog.texi (Microsoft Windows):
3673 * frames.texi (Frames):
3674 * files.texi (Backup, Version Control, VC Concepts)
3675 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3676 (Registering, VC Status, VC Undo, Multi-User Branching)
3677 (Comparing Files):
3678 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3679 (Displaying the Diary, Special Diary Entries, Importing Diary):
3680 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3681 conditional xref's, depending on @iftex/@ifnottex.
3682
3683 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3684 "MS-DOS". @include msdog-xtra.texi.
3685
3686 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3687 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3688
3689 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3690 for vc-xtra.texi subsections.
3691 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3692 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3693
3694 * sending.texi (Sending Mail): A @node line without explicit Prev,
3695 Next, and Up links.
3696
3697 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3698 Next, and Up links.
3699
3700 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3701 and its sections. @include picture-xtra.texi.
3702
3703 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3704 "Emerge".
3705 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3706
3707 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3708 exact duplicate of its name-sake in calendar.texi.
3709
3710 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3711 "Advanced Calendar/Diary Usage".
3712 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3713
3714 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3715 dired-xtra.texi.
3716 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3717
3718 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3719 (Files) [ifnottex]: Add menu entry for Autorevert.
3720
3721 * emacs-xtra.texi (Introduction): Reword to make consistent with
3722 printed version only.
3723 <Top level>: Remove the body of all chapters and move them to the
3724 new *-xtra.texi files. Use @raisesections and @lowersections to
3725 convert sections to chapters etc.
3726
3727 * msdog-xtra.texi:
3728 * fortran-xtra.texi:
3729 * vc-xtra.texi:
3730 * vc1-xtra.texi:
3731 * vc2-xtra.texi:
3732 * emerge-xtra.texi:
3733 * cal-xtra.texi:
3734 * dired-xtra.texi:
3735 * arevert-xtra.texi: New files, with text from respective chapters
3736 of emacs-xtra.texi. Convert each @chapter into @section, @section
3737 into @subsection, etc.
3738
3739 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3740 updated.
3741
3742 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3743 Windows". All references updated.
3744
37452006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3746
3747 * macos.texi (Mac Input): Mention input from Character Palette.
3748 (Mac Font Specs): Fix typo.
3749
37502006-05-05 Richard Stallman <rms@gnu.org>
3751
3752 * files.texi (Diff Mode): Minor cleanup.
3753
37542006-05-05 Karl Berry <karl@gnu.org>
3755
8cf51b2c
GM
3756 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3757 errors from the current release of makeinfo (4.8).
3758 * help.texi (Library Keywords): Change widest word in multitable
3759 template from `emulations' to `convenience'. (Not sure if this is
3760 related to the font change.)
3761
37622006-05-05 Eli Zaretskii <eliz@gnu.org>
3763
3764 * files.texi (File Names): Add a footnote about limited support of
3765 ~USER on MS-Windows.
3766
3767 * cmdargs.texi (Initial Options): Add a footnote about limited
3768 support of ~USER on MS-Windows.
3769
37702006-05-03 Richard Stallman <rms@gnu.org>
3771
3772 * files.texi (Diff Mode): Node moved here.
3773 (Comparing Files): Delete what duplicates new node.
3774 (Files): Put Diff Mode in menu.
3775
3776 * misc.texi (Diff Mode): Moved to files.texi.
3777
3778 * emacs.texi (Top): Update menu for Diff Mode.
3779
3780 * trouble.texi (Emergency Escape): Simplify.
3781
3782 * emacs.texi (Top): Minor clarification.
3783
37842006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3785
3786 * commands.texi, entering.texi, screen.texi: Many simplifications.
3787
37882006-05-03 Richard Stallman <rms@gnu.org>
3789
3790 * commands.texi (Text Characters): Delete paragraph about unibyte
3791 non-ASCII printing chars.
3792
3793 * killing.texi (Killing): Say "graphical displays".
3794 * display.texi: Say "graphical displays".
3795
3796 * cmdargs.texi (Misc X): Say "graphical displays".
3797
37982006-05-01 Richard Stallman <rms@gnu.org>
3799
3800 * emacs.texi (Top): Add Diff Mode to menu.
3801
38022006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3803
3804 * misc.texi (Diff Mode): New node.
3805
38062006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3807
3808 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3809 (Mac Environment Variables): Shorten example line.
3810 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3811
38122006-05-01 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * building.texi (GUD Customization): Describe cases %d and %c.
3815 Update description for %e.
3816
38172006-04-30 Glenn Morris <rgm@gnu.org>
3818
3819 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3820
38212006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3822
3823 * custom.texi (Examining): Update C-h v output example.
3824
38252006-04-29 Kim F. Storm <storm@cua.dk>
3826
3827 * building.texi (Grep Searching): Add lgrep and rgrep.
3828
8cf51b2c
GM
38292006-04-23 Richard Stallman <rms@gnu.org>
3830
3831 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3832
3833 * xresmini.texi: New file.
3834
3835 * xresources.texi (Face Resources): Split table into font resources
3836 and the rest. Combine similar attributes for brevity.
3837
8cf51b2c
GM
38382006-04-21 Eli Zaretskii <eliz@gnu.org>
3839
3840 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3841 backslashes and case-insensitivity in file names (moved to the
3842 main manual).
3843 (MS-DOS Printing): Move most of the text to the main manual.
3844
3845 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3846 New nodes.
3847 (Windows Processes, Windows System Menu): Add index entries and
3848 fix wording.
3849
8cf51b2c
GM
38502006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3851
3852 * misc.texi (Shell Ring): Add notes on saved input when
3853 navigating off the end of the history list.
3854
38552006-04-18 Chong Yidong <cyd@mit.edu>
3856
3857 * misc.texi (Shell Options): Correct default value of
3858 comint-scroll-show-maximum-output.
3859
8cf51b2c
GM
38602006-04-18 Nick Roberts <nickrob@snap.net.nz>
3861
3862 * building.texi (Watch Expressions): Update.
3863
8cf51b2c
GM
38642006-04-12 Richard Stallman <rms@gnu.org>
3865
3866 * search.texi: Clean up previous change.
3867
38682006-04-12 Eli Zaretskii <eliz@gnu.org>
3869
3870 * search.texi (Regexp Backslash, Regexp Replace): Add index
3871 entries for ``back reference'' and mention the term itself in the
3872 text.
3873
38742006-04-11 Richard Stallman <rms@gnu.org>
3875
3876 * custom.texi (Safe File Variables):
3877 Document enable-local-variables = :safe.
3878
38792006-04-11 Karl Berry <karl@gnu.org>
3880
3881 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3882 (Remote Repositories, Version Backups, Local Version Control)
3883 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3884 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3885 (Renaming VC Work Files and Master Files)
3886 (Inserting Version Control Headers, Customizing VC, General Options)
3887 (Options for RCS and SCCS, Options specific for CVS): Move all
3888 these nodes to emacs-xtra.texi, for brevity.
3889 * cmdargs.texi, files.texi: Change cross-references.
3890
8cf51b2c
GM
38912006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3892
3893 * files.texi (Old Versions): Update description of vc-annotate's
3894 use of color to indicate date ranges.
3895
8cf51b2c
GM
38962006-04-09 Kevin Ryde <user42@zip.com.au>
3897
8cf51b2c
GM
3898 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3899 put info and printed manual names the right way around.
3900
39012006-04-09 Karl Berry <karl@gnu.org>
3902
3903 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3904 emacs-xtra.texi, leaving only MS Windows information.
3905 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3906 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3907 node names.
3908
3909 * emacs.texi: Move @summarycontents and @contents to the beginning
3910 of the file.
3911
8cf51b2c
GM
39122006-04-08 Kevin Ryde <user42@zip.com.au>
3913
3914 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3915
39162006-04-07 Richard Stallman <rms@gnu.org>
3917
3918 * programs.texi (Comments, Comment Commands, Options for Comments)
3919 (Multi-Line Comments): "Align", not "indent".
3920 (Basic Indent): C-j deletes trailing whitespace before the newline.
3921
39222006-04-06 Richard Stallman <rms@gnu.org>
3923
8cf51b2c
GM
3924 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3925
39262006-04-06 Eli Zaretskii <eliz@gnu.org>
3927
3928 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3929
8cf51b2c
GM
39302006-04-05 Richard Stallman <rms@gnu.org>
3931
3932 * emacs.texi (Top): Update subnode menu.
3933
3934 * trouble.texi (Unasked-for Search): Node deleted.
3935 (Lossage): Delete from menu.
3936
39372006-04-04 Richard Stallman <rms@gnu.org>
3938
3939 * trouble.texi: Various cleanups.
3940 (Checklist): Don't bother saying how to snail a bug report.
3941 (Emergency Escape): Much rewriting.
3942 (After a Crash): Rename the core dump immediately.
3943 (Total Frustration): Call it a psychotherapist.
3944 (Bug Criteria): Avoid "illegal instruction".
3945 (Sending Patches): We always put the contributor's name in.
3946
3947 * misc.texi (Thumbnails): Minor correction.
3948
8cf51b2c
GM
39492006-04-03 Richard Stallman <rms@gnu.org>
3950
3951 * misc.texi (Thumbnails): Minor cleanup.
3952
39532006-04-02 Karl Berry <karl@gnu.org>
3954
3955 * sending.texi (Mail Sending): pxref to Top needs five args.
3956
3957 * texinfo.tex: Update to current version (2006-03-21.13).
3958
8cf51b2c
GM
39592006-03-31 Richard Stallman <rms@gnu.org>
3960
3961 * emacs.texi (Top): Update subnode menu.
3962
3963 * help.texi (Help Mode): Cleanup.
3964
3965 * dired.texi: Many cleanups.
3966 (Dired Deletion): Describe dired-recursive-deletes.
3967 (Operating on Files): dired-create-directory moved.
3968 (Misc Dired Features): Move to here.
3969 (Tumme): Node moved to misc.texi.
3970
3971 * custom.texi: Many cleanups.
3972 (Minor Modes): Don't mention ISO Accents Mode.
3973 (Examining): Update C-h v output example.
3974 (Hooks): Add index and xref for add-hook.
3975 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3976 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3977
3978 * misc.texi: Many cleanups.
3979 (beginning): Add to summary of topics.
3980 (Shell): Put eshell xref at the end. Remove eshell from table.
3981 (Thumbnails): New node.
3982
8cf51b2c
GM
39832006-03-28 Eli Zaretskii <eliz@gnu.org>
3984
3985 * files.texi (File Name Cache): Make it clear that the cache is
3986 not persistent.
3987
8cf51b2c
GM
39882006-03-25 Karl Berry <karl@gnu.org>
3989
49823426
GM
3990 * emacs-xtra.texi, emacs.texi, gnu.texi:
3991 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3992 (2) do not indent copyright year list (or anything else).
3993
8cf51b2c
GM
39942006-03-21 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * files.texi (VC Dired Mode): Remove misplaced brackets.
3997
39982006-03-21 Andre Spiegel <spiegel@gnu.org>
3999
4000 * files.texi: Various updates and clarifications in the VC chapter.
4001
40022006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4003
4004 * help.texi (Help Mode): Document "C-c C-c".
4005
8cf51b2c
GM
40062006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4009 menu in the standalone Info reader.
4010
40112006-03-15 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4014 moved here from Emacs manual.
4015
4016 * programs.texi (Fortran): Section moved to emacs-xtra.
4017 (Program Modes): Xref to Fortran in emacs-xtra.
4018
4019 * maintaining.texi (Emerge): Move to emacs-xtra.
4020 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4021
4022 * picture.texi: File deleted.
4023 * Makefile.in:
4024 * makefile.w32-in: Remove picture.texi.
4025
4026 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4027 * abbrevs.texi (Abbrevs):
4028 * sending.texi (Sending Mail): Picture node removed.
4029
4030 * emacs.texi (Top): Update node listings.
4031
8cf51b2c
GM
40322006-03-12 Richard Stallman <rms@gnu.org>
4033
4034 * calendar.texi: Various cleanups.
4035
8cf51b2c
GM
40362006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4037
4038 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4039 syntax.
4040
8cf51b2c
GM
40412006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4042
4043 * search.texi (Regexps): More accurately describe which characters
4044 are special in which situations. Recommend _not_ to quote `]' or
4045 `-' when they are not special.
4046
8cf51b2c
GM
40472006-02-28 Andre Spiegel <spiegel@gnu.org>
4048
4049 * files.texi (Old Versions): Clarify operation of C-x v =.
4050
8cf51b2c
GM
40512006-02-21 Nick Roberts <nickrob@snap.net.nz>
4052
4053 * building.texi (Watch Expressions): Update and describe
4054 gdb-speedbar-auto-raise.
4055
40562006-02-19 Richard M. Stallman <rms@gnu.org>
4057
4058 * emacs.texi: Use @smallbook.
4059 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4060 Update subnode menu.
4061
4062 * building.texi (Lisp Interaction): Minor addition.
4063
40642006-02-18 Nick Roberts <nickrob@snap.net.nz>
4065
4066 * building.texi (Watch Expressions): Update and be more precise.
4067
c8763fb6 40682006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4069
4070 * maintaining.texi (Create Tags Table): Explain why the
4071 exception when etags writes to files under the /dev tree.
4072
40732006-02-14 Richard M. Stallman <rms@gnu.org>
4074
4075 * custom.texi (Safe File Variables): Lots of clarification.
4076 Renamed from Unsafe File Variables.
4077
40782006-02-14 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * custom.texi (Unsafe File Variables): File variable confirmation
4081 assumed denied in batch mode.
4082
40832006-02-14 Richard M. Stallman <rms@gnu.org>
4084
4085 * building.texi (GDB User Interface Layout): Don't say `inferior'
4086 for program being debugged.
4087
40882006-02-15 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * building.texi (GDB Graphical Interface):
4091 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4092
40932006-02-13 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * custom.texi (Specifying File Variables, Unsafe File Variables):
4096 New nodes, split from File Variables. Document new file local
4097 variable behavior.
4098
40992006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4100
4101 * display.texi (Standard Faces):
8cf51b2c
GM
4102 * files.texi (Visiting):
4103 * frames.texi (Clipboard):
4104 * glossary.texi (Glossary) <Clipboard>:
4105 * xresources.texi (X Resources): Mention Mac OS port.
4106
8cf51b2c
GM
41072006-02-12 Richard M. Stallman <rms@gnu.org>
4108
4109 * building.texi (Building): Clarify topic in intro.
4110
4111 * maintaining.texi (Maintaining): Change title; clarify topic.
4112 Delete duplicate index entries.
4113
4114 * building.texi (Other GDB User Interface Buffers): Clarifications.
4115
4116 * text.texi (Cell Commands): Clarifications.
4117
4118 * programs.texi (Defuns): Delete duplicate explanation of
4119 left-margin paren convention.
4120 (Hungry Delete): Minor cleanup.
4121
41222006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4123
4124 * dired.texi (Tumme): More tumme documentation.
4125
41262006-02-11 Alan Mackenzie <acm@muc.de>
4127
4128 * programs.texi ("Hungry Delete"): Correct the appellation of the
4129 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4130
41312006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4132
4133 * dired.texi (Tumme): Fix small bug.
4134
41352006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4136
4137 * macos.texi (Mac International): Rename "fontset-mac" to
4138 "fontset-standard".
4139
8cf51b2c
GM
41402006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4141
4142 * dired.texi (Tumme): Basic documentation for Tumme added.
4143
8cf51b2c
GM
41442006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4145
4146 * mule.texi (International):
4147 * programs.texi (Basic Indent): Fix typos.
4148
8cf51b2c
GM
4149 * custom.texi (Minor Modes):
4150 * display.texi (Text Display):
4151 * commands.texi (Text Characters): Update xrefs.
4152
41532006-02-07 Richard M. Stallman <rms@gnu.org>
4154
4155 * emacs.texi (Top): Update subnode menu.
4156 Update info on old Emacs papers.
4157 (Intro): "Graphical display", not window system.
4158
4159 * xresources.texi (GTK styles): Minor clarifications.
4160
4161 * trouble.texi: "Graphical display", not window system.
4162 (Stuck Recursive): Minor clarification.
4163
4164 * text.texi: Minor clarifications.
4165 (Sentences): Explain why two-space convention is better.
4166 Explain sentence-end-without-period here.
4167 (Fill Commands): Not here.
4168 (Refill): Node moved down.
4169 (Filling): Update menu.
4170 (Table Creation, Cell Justification, Column Commands): Clarify.
4171
4172 * sending.texi: Minor clarifications.
4173
4174 * search.texi (Regexp Backslash): Clarification.
4175
4176 * rmail.texi: Minor cleanups.
4177 (Rmail): Delete digression about `rmail-mode'.
4178 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4179 (Rmail Files): Mention C-u M-x rmail.
4180 (Rmail Reply): Mention References.
4181 (Rmail Display): Mention rmail-nonignored-headers.
4182
4183 * programs.texi: Minor cleanups.
4184 (Comment Commands): Mention momentary Transient Mark mode.
4185 (Matching): Be more specific about customizing show-paren-mode.
4186 (Info Lookup): Don't list the modes that support C-h S.
4187 Just say what it does in an unsupported mode.
4188 (Man Page): Delete excessive info on customizing woman.
4189 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4190
4191 * abbrevs.texi: Minor clarifications.
4192 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4193 not "dynamic abbrevs" as if they were a kind of abbrev.
4194
4195 * picture.texi (Picture): Minor cleanup.
4196
4197 * mule.texi (Communication Coding): Say "other applications".
4198 (Fontsets): Not specific to X. Add xref to X Resources.
4199 (Unibyte Mode): Rename from Single-Byte Character Support.
4200 "Graphical display", not window system.
4201 (International): Update menu.
4202
4203 * maintaining.texi (Format of ChangeLog):
4204 New node, split out from ChangeLog.
4205 (ChangeLog): Clarifications in the remaining text.
4206 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4207 (Find Tag): Add @w.
4208 (Tags Search): Explain tag table order here. Simplify grep ref.
4209 (List Tags): tags-tag-face is a variable, not a face.
4210 (Emerge): Cleanups.
4211
4212 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4213 (Keyboard Macros): Avoid "the user".
4214
4215 * killing.texi: "Graphical display", not window system.
4216
4217 * help.texi (Help Echo): "Graphical display", not window system.
4218
4219 * glossary.texi: Say "you", not "the user". Say "graphical display".
4220
4221 * frames.texi: Minor cleanups. "Graphical display", not window system.
4222
4223 * files.texi (Visiting): Make drag-and-drop not X-specific.
4224
4225 * custom.texi: Minor cleanups. "Graphical display", not window system.
4226
4227 * cmdargs.texi: Minor cleanups.
4228
4229 * building.texi (Compilation): Move and split kill-compilation para.
4230 Add para about multiple compilers.
4231 (Compilation Mode): Commands also available in grep mode and others.
4232 Mention C-u C-x ` more tutorially. Clarify C-x `.
4233 (Compilation Shell): Clarify. Put Bash example first.
4234 (Grep Searching): Minor cleanups; add @w.
4235 (Debuggers): Minor cleanups.
4236 (Starting GUD): Make GDB xgraphical mode issue clearer.
4237 (Debugger Operation): Lots of clarifications including
4238 GDB tooltip side-effect issue.
4239 (Commands of GUD): Clarify.
4240 (GUD Customization): Add bashdb-mode-hook.
4241 (GDB Graphical Interface): Rewrite for clarity.
4242 (GDB User Interface Layout): Rewrite for clarity.
4243 (Stack Buffer, Watch Expressions): Likewise.
4244 (Other GDB User Interface Buffers): Cleanups.
4245 (Lisp Libraries, External Lisp): Cleanup.
4246
4247 * basic.texi (Position Info): "Graphical displays", rather than
4248 window systems.
4249
4250 * anti.texi: Minor cleanup.
4251
8cf51b2c
GM
42522006-02-03 Eli Zaretskii <eliz@gnu.org>
4253
4254 * custom.texi (Init File, Find Init): Add cross-references to
4255 where $HOME is described.
4256
42572006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4258
4259 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4260 is not inside the @table.
4261
4262 * emacs.texi (Top): Correct node name.
4263
4264 * files.texi (File Names): Fix @xref.
4265 (Reverting): Fix typo.
4266
4267 * mule.texi (International): Correct node name.
4268
4269 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4270
42712006-02-01 Richard M. Stallman <rms@gnu.org>
4272
4273 * emacs.texi (Top): Update subnode menu.
4274
4275 * mule.texi: Minor clarifications.
4276 Reduce the specific references to X Windows.
4277 Refer to "graphical" terminals, rather than window systems.
4278 (Text Coding): Rename from Specify Coding.
4279 (Communication Coding, File Name Coding, Terminal Coding):
4280 New nodes split out from Text Coding.
4281
4282 * kmacro.texi: Minor clarifications.
4283 (Keyboard Macro Ring): Comment out some excessive commands.
4284 (Basic Keyboard Macro): Split up the table, putting part in each node.
4285
4286 * major.texi: Minor clarifications.
4287
4288 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4289
4290 * windows.texi: Minor clarifications.
4291 (Change Window): Don't describe mode-line mouse cmds here.
4292 Add xref to Mode Line Mouse.
4293
4294 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4295
4296 * macos.texi (Mac International): Fix xref.
4297
4298 * indent.texi: Minor clarifications.
4299
4300 * frames.texi: Minor clarifications.
4301 Reduce the specific references to X Windows.
4302 Refer to "graphical" terminals, rather than window systems.
4303 (Frame Parameters): Don't mention commands like
4304 set-foreground-color. Just say to customize a face.
4305 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4306
4307 * files.texi: Minor clarifications.
4308 (Numbered Backups): New node, split out from Backup Names.
4309
4310 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4311
4312 * cmdargs.texi (General Variables): Fix xref.
4313
4314 * buffers.texi: Minor clarifications.
4315
8cf51b2c
GM
43162006-01-31 Richard M. Stallman <rms@gnu.org>
4317
4318 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4319 Nodes moved to top.
4320
4321 * display.texi: Minor clarifications.
4322 (Display): Rearrange menu.
4323 (Standard Faces): Mention query-replace face.
4324 (Faces): Simplify.
4325 (Font Lock): Simplify face customization info.
4326 (Highlight Changes): Node merged into Highlight Interactively.
4327 (Highlight Interactively): Much rewriting and cleanup.
4328 (Optional Mode Line): Narrowed line number not good for goto-line.
4329 Simplify face customization advice.
4330 (Text Display): Mention use of escape-glyph face.
4331 Move ctl-arrow and tab-width here.
4332 (Display Custom): Move no-redraw-on-reenter to end of node.
4333
4334 * search.texi: Minor clarifications.
4335 (Isearch Scroll): Simplify.
4336 (Other Repeating Search): Document multi-occur-in-matching-buffers.
4337
4338 * regs.texi (Registers): Mention bookmarks here.
4339
4340 * mark.texi: Minor clarifications.
4341 (Selective Undo): Node deleted.
4342
4343 * m-x.texi: Minor clarifications.
4344
4345 * killing.texi: Minor clarifications.
4346 Refer to "graphical" terminals, rather than window systems.
4347
4348 * help.texi: Clarifications.
4349 (Help): Don't describe C-h F and C-h K here.
4350 (Key Help): Describe C-h K here.
4351 (Name Help): Mention Emacs Lisp Intro.
4352 Describe C-h F here.
4353 (Misc Help): Mention C-h F and C-h K only briefly.
4354
4355 * fixit.texi (Undo): New node, mostly copied from basic.texi.
4356 Selective undo text merged in.
4357 (Spelling): Mention Aspell along with Ispell.
4358
4359 * emacs.texi (Top): Update subnode menus.
4360
4361 * basic.texi (Basic Undo): Rename from Undo. Most of text
4362 moved to new Undo node.
4363
8cf51b2c
GM
43642006-01-29 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * basic.texi (Continuation Lines, Inserting Text):
4367 Mention longlines mode.
4368
43692006-01-29 Richard M. Stallman <rms@gnu.org>
4370
10d1d0af 4371 * screen.texi: Minor cleanups.
8cf51b2c
GM
4372 (Screen): Clean up the intro paragraphs.
4373 (Mode Line): Lots of rewriting. Handle frame-name better.
4374 eol-mnemonic-... vars moved out.
4375
4376 * emacs.texi (Top): Change menu item for MS-DOS node.
4377 Update subnode menu.
4378
4379 * msdog.texi (MS-DOS): Rewrite intro to explain how this
4380 chapter relates to Windows. Title changed.
4381
4382 * mini.texi: Minor cleanups.
4383
4384 * mark.texi (Selective Undo): New node, text moved from basic.texi.
4385 (Mark): Put it in the menu.
4386
4387 * entering.texi: Minor cleanups.
4388
4389 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
4390 (Intro): Refer to "graphical" terminals, rather than X.
4391
4392 * display.texi (Display Custom): Add xref to Variables.
4393 (Optional Mode Line): eol-mnemonic-... vars moved here.
4394
4395 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
4396 rather than X.
4397
8cf51b2c
GM
4398 * basic.texi: Minor cleanups.
4399 (Undo): selective-undo moved.
4400
8cf51b2c
GM
44012006-01-25 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * anti.texi (Antinews): Various corrections and additions.
4404
44052006-01-23 Juri Linkov <juri@jurta.org>
4406
4407 * custom.texi (Easy Customization, Customization Groups)
4408 (Browsing Custom): Mention links along with buttons.
4409
8cf51b2c
GM
44102006-01-21 Eli Zaretskii <eliz@gnu.org>
4411
8cf51b2c
GM
4412 * text.texi (TeX Print): Use @key for TAB.
4413
8cf51b2c
GM
4414 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4415
8cf51b2c
GM
44162006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
4417
4418 * files.texi (File Aliases): Don't claim that usually separate
4419 buffers are created for two file names that name the same data.
4420 Mention additional situations where different names mean the same
4421 file on disk.
4422
44232006-01-19 Richard M. Stallman <rms@gnu.org>
4424
4425 * killing.texi (Deletion): Upcase @key argument.
4426
4427 * custom.texi (Custom Themes): Minor cleanup.
4428
4429 * programs.texi (Hungry Delete): Upcase @key argument.
4430
8cf51b2c
GM
44312006-01-16 Juri Linkov <juri@jurta.org>
4432
4433 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4434 Move `mode-line-highlight' before `mode-line-buffer-id'.
4435
8cf51b2c
GM
44362006-01-14 Richard M. Stallman <rms@gnu.org>
4437
4438 * basic.texi (Inserting Text): Minor cleanup.
4439
8cf51b2c
GM
44402006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4441
4442 * custom.texi (Changing a Variable, Face Customization):
4443 Update for changes in Custom menus.
4444
8cf51b2c
GM
44452006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4446
4447 * macos.texi (Mac International): Undo last change.
4448
8cf51b2c
GM
44492006-01-02 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * custom.texi (Custom Themes): Describe the new
4452 customize-create-theme interface.
4453
44542005-12-30 Juri Linkov <juri@jurta.org>
4455
4456 * basic.texi (Position Info): Update example.
4457
c8763fb6 44582005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4459
4460 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4461
44622005-12-24 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * custom.texi (Custom Themes): `load-theme' always loads.
4465
44662005-12-23 Juri Linkov <juri@jurta.org>
4467
4468 * display.texi (Highlight Interactively): Use double space to
4469 separate sentences. Replace C-p with M-p, and C-n with M-n.
4470
44712005-12-22 Richard M. Stallman <rms@gnu.org>
4472
4473 * custom.texi (Easy Customization and subnodes):
4474 Replace "active field" with "button".
4475 Use "user option" only for variables.
4476 Use "setting" for variable-or-face.
4477
44782005-12-22 Luc Teirlinck <teirllm@auburn.edu>
4479
4480 * buffers.texi (Select Buffer): Change order in table to make
4481 "Similar" refer to the correct item.
4482 (Indirect Buffers): Minor rewording.
4483
8cf51b2c
GM
44842005-12-20 Juri Linkov <juri@jurta.org>
4485
4486 * files.texi (VC Status): Put P and N near p and n.
4487
8cf51b2c
GM
44882005-12-19 Richard M. Stallman <rms@gnu.org>
4489
4490 * programs.texi (Electric C): Delete the info about newline control.
4491 (Other C Commands): Minor cleanup.
4492 (Left Margin Paren): Minor cleanup.
4493
44942005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4495
4496 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4497 (Customization Groups): Delete text moved to "Browsing Custom".
4498 (Browsing Custom): New node.
4499 (Specific Customization): Clarify which commands only work for
4500 loaded options.
4501
45022005-12-18 Bill Wohler <wohler@newt.com>
4503
4504 * frames.texi (Tool Bars): Shorten text of previous change.
4505
45062005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4507
4508 * files.texi (VC Status): Document log-view mode.
4509
45102005-12-18 Bill Wohler <wohler@newt.com>
4511
4512 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4513 permanently via the customize interface.
4514
8cf51b2c
GM
45152005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4516
4517 * killing.texi (Killing by Lines): Document `kill-whole-line'
4518 function.
4519
c8763fb6 45202005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
4521
4522 * buffers.texi (Select Buffer): Change `prev-buffer' to
4523 `previous-buffer'. Indicate that these functions use a frame
4524 local buffer list.
4525
8cf51b2c
GM
45262005-12-12 Richard M. Stallman <rms@gnu.org>
4527
4528 * custom.texi (Easy Customization): Change menu comment.
4529 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4530
4531 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4532 (Help): Among the Apropos commands, describe only C-h a here.
4533
45342005-12-11 Richard M. Stallman <rms@gnu.org>
4535
4536 * programs.texi (Options for Comments): Comment-end starts with space.
4537
4538 * glossary.texi (Glossary): Minor cleanup.
4539
4540 * files.texi (Old Versions): Use @table.
4541
8cf51b2c
GM
45422005-12-10 David Koppelman <koppel@ece.lsu.edu>
4543
4544 * display.texi (Highlight Interactively): Include
4545 global-hi-lock-mode. Add miscellaneous details and elaborations.
4546
45472005-12-09 Richard M. Stallman <rms@gnu.org>
4548
4549 * display.texi (Font Lock): Delete the Global FL menu item.
4550
45512005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * custom.texi (Minibuffer Maps): Mention the maps for file name
4554 completion.
4555
45562005-12-09 Kim F. Storm <storm@cua.dk>
4557
4558 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4559 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4560 cursor to next corner in rectangle; clarify insert around rectangle.
4561
8cf51b2c
GM
45622005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4563
4564 * custom.texi (Customization): Use xref to elisp manual for
4565 non-TeX output.
4566 (Minor Modes): Update.
4567 (Customization Groups, Changing a Variable, Face Customization):
4568 Update for new appearance of Custom buffers.
4569 (Changing a Variable): `custom-buffer-done-function' has been
4570 replaced by `custom-buffer-done-kill'.
4571 (Specific Customization): In the `customize-group' buffer, a
4572 subgroup's contents are not "hidden". They are not included at
4573 all. They have no [Show] button.
4574 (Mouse Buttons): Add pxref to description of mouse event lists in
4575 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4576 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4577 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4578
45792005-12-08 Richard M. Stallman <rms@gnu.org>
4580
4581 * mini.texi (Completion Commands, Completion):
4582 In file name input, SPC does not do completion.
4583
8cf51b2c
GM
45842005-12-08 Nick Roberts <nickrob@snap.net.nz>
4585
4586 * building.texi (GDB Graphical Interface): Explain screen size
4587 setting.
4588 (Other GDB User Interface Buffers): Describe features specific to
4589 GDB 6.4.
4590
8cf51b2c
GM
45912005-12-01 Nick Roberts <nickrob@snap.net.nz>
4592
4593 * building.texi (GDB User Interface Layout): Describe how to
4594 kill associated buffers.
4595 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4596 (Watch Expressions): Be more precise.
4597 (Other GDB User Interface Buffers): Describe how to change a
4598 register value.
4599
8cf51b2c
GM
46002005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4601
4602 * macos.texi (Mac Input): Remove description of
4603 mac-command-key-is-meta. Add descriptions of
4604 mac-control-modifier, mac-command-modifier, and
4605 mac-option-modifier.
4606 (Mac International): Fix description of conversion of clipboard data.
4607 (Mac Font Specs): Add example of font customization by face attributes.
4608
46092005-11-22 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * building.texi (Watch Expressions): Expand description.
4612 (Other GDB User Interface Buffers): Describe local map for
4613 gud-watch.
4614
46152005-11-21 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * display.texi (Font Lock): Font lock is enabled by default now.
4618
46192005-11-20 Juri Linkov <juri@jurta.org>
4620
4621 * basic.texi (Position Info): Update examples of the output.
4622 Remove the fact that examples are produced in the TeXinfo buffer,
4623 because in the Info reader users will get a different output from
4624 `C-x ='.
4625
4626 * building.texi (Compilation Mode): Remove paragraph duplicated
4627 from the node `Compilation'. Add `compilation-skip-threshold'.
4628
4629 * display.texi (Font Lock): Suggest more user-friendly method of
4630 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4631
46322005-11-18 Richard M. Stallman <rms@gnu.org>
4633
4634 * files.texi (Registering): Mention @@ in mode line.
4635
4636 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4637
46382005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4639
4640 * files.texi (Renaming and VC): Some back-ends don't
4641 handle renaming.
4642
8cf51b2c
GM
46432005-11-17 Juri Linkov <juri@jurta.org>
4644
4645 * emacs.texi (Top):
4646 * display.texi (Highlight Interactively): Put this font-lock based
4647 mode near Font Lock node.
4648
46492005-11-16 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4652 icons.
4653
46542005-11-12 Kim F. Storm <storm@cua.dk>
4655
4656 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4657 (Help Summary): Add C-h d and C-h e.
4658 (Apropos): Clarify that all apropos commands may search for either
4659 list of words or a regexp. Add C-h d for apropos-documentation.
4660 Describe apropos-documentation-sort-by-scores user option.
4661
8cf51b2c
GM
46622005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4663
4664 * killing.texi (CUA Bindings): Add @section.
4665
46662005-11-10 Kim F. Storm <storm@cua.dk>
4667
4668 * emacs.texi (Top): Add CUA Bindings entry to menu.
4669
4670 * killing.texi (CUA Bindings): New node. Moved here from
4671 misc.texi and extended with info on rectangle commands and
4672 rectangle highlighting, interface to registers, and the global
4673 mark feature.
4674
4675 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4676
4677 * regs.texi: Prev link points to CUA Bindings node.
4678
46792005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * help.texi (Help Echo): By default, help echos are only shown on
4682 mouse-over, not on point-over.
4683
c8763fb6 46842005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4685
4686 * misc.texi (Shell Mode): Describe how to activate password echoing.
4687
8cf51b2c
GM
46882005-11-04 Romain Francoise <romain@orebokech.com>
4689
4690 * mark.texi (Mark Ring): Fix typo.
4691
46922005-11-03 Richard M. Stallman <rms@gnu.org>
4693
4694 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4695
46962005-11-01 Bill Wohler <wohler@newt.com>
4697
4698 * help.texi (Help Mode): Fix typo.
4699
47002005-11-01 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * building.texi (Other GDB User Interface Buffers): Describe
4703 the command gdb-use-inferior-io-buffer.
4704
47052005-10-31 Romain Francoise <romain@orebokech.com>
4706
4707 * files.texi (Compressed Files): Fix typo.
4708
4709 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4710
4711 * windows.texi (Force Same Window): Likewise.
4712
47132005-10-30 Bill Wohler <wohler@newt.com>
4714
4715 * help.texi (Help Mode): URLs viewed with browse-url.
4716
47172005-10-31 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * building.texi (GDB Graphical Interface): Don't reference
4720 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4721 must stay in same frame.
4722
47232005-10-29 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4726
4727 * anti.texi (Antinews): Likewise.
4728
8cf51b2c
GM
47292005-10-28 Bill Wohler <wohler@newt.com>
4730
4731 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4732
47332005-10-28 Richard M. Stallman <rms@gnu.org>
4734
4735 * files.texi (Visiting): Explain how to enter ? in a file name.
4736
4737 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4738
8cf51b2c
GM
47392005-10-25 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * building.texi (GDB Graphical Interface): Describe
4742 gdb-mouse-until.
4743
47442005-10-23 Richard M. Stallman <rms@gnu.org>
4745
4746 * custom.texi (Init File): Recommend when to use site-start.el.
4747
8cf51b2c
GM
47482005-10-21 Juri Linkov <juri@jurta.org>
4749
4750 * custom.texi (Examining): Mention accessing the old variable
4751 value via M-n in set-variable.
4752
8cf51b2c
GM
47532005-10-18 Romain Francoise <romain@orebokech.com>
4754
4755 * files.texi (Version Systems): Capitalize GNU.
4756
8cf51b2c
GM
47572005-10-18 Nick Roberts <nickrob@snap.net.nz>
4758
4759 * building.texi (Compilation Mode): Remove redundant paragraph.
4760 (Watch Expressions): Remove paragraph to reflect code change.
4761
8cf51b2c
GM
47622005-10-16 Richard M. Stallman <rms@gnu.org>
4763
4764 * building.texi (Compilation Mode, Compilation): Clarified.
4765
47662005-10-15 Richard M. Stallman <rms@gnu.org>
4767
4768 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4769
8cf51b2c
GM
47702005-10-13 Kenichi Handa <handa@m17n.org>
4771
4772 * basic.texi (Position Info): Fix previous change.
4773
c8763fb6 47742005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4775
4776 * cmdargs.texi (Icons X): Fix typo.
4777
47782005-10-12 Kenichi Handa <handa@m17n.org>
4779
4780 * basic.texi (Position Info): Describe the case that Emacs shows
4781 "part of display ...".
4782
c8763fb6 47832005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4784
4785 * cmdargs.texi (Icons X): -nb => -nbi.
4786
47872005-10-10 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * frames.texi (Speedbar): A couple more clarifications.
4790
47912005-10-11 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * building.texi (GDB User Interface Layout): Improve diagram.
4794 (Watch Expressions): Explain how to make speedbar global.
4795 (Other GDB User Interface Buffers): Make references more precise.
4796
8cf51b2c
GM
47972005-10-09 Richard M. Stallman <rms@gnu.org>
4798
4799 * frames.texi (Speedbar): Clarify the text.
4800
48012005-10-09 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * frames.texi (Speedbar): Add information on keybindings,
4804 dismissing the speedbar, and buffer display mode. Link to
4805 speedbar manual.
4806
c8763fb6 48072005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4808
4809 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4810 added -nb, --no-bitmap-icon.
4811
8cf51b2c
GM
48122005-10-07 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * building.texi (GDB Graphical Interface): Add variables and
4815 functions to indices. Be more precise.
4816
c8763fb6 48172005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4818
4819 * frames.texi (Drag and Drop): Remove the x- from
4820 x-dnd-open-file-other-window and xdnd-protocol-alist.
4821
48222005-09-30 Romain Francoise <romain@orebokech.com>
4823
4824 * mini.texi (Minibuffer): The default value now appears before the
4825 colon in minibuffer prompts.
4826
8cf51b2c
GM
48272005-09-25 Richard M. Stallman <rms@gnu.org>
4828
4829 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4830
8cf51b2c
GM
48312005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4832
4833 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4834
8cf51b2c
GM
48352005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4836
4837 * emacs.texi (Top): Update submenus from macos.texi.
4838
4839 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4840 (Mac OS): Update feature support status.
4841 (Mac Input): List supported input scripts. Remove description
4842 about `mac-keyboard-text-encoding'. Mention mouse button
4843 emulation and related variables.
4844 (Mac International): Mention Central European and Cyrillic
4845 support. Now `keyboard-coding-system' is dynamically changed.
4846 Add description about coding system for selection. Add
4847 description about language environment.
4848 (Mac Environment Variables): Mention
4849 `~/.MacOSX/environment.plist'. Give example of command line
4850 arguments. Add Preferences support.
4851 (Mac Directories): Explicitly state that this node is for Mac OS
4852 Classic only.
4853 (Mac Font Specs): Mention specification for scalable fonts. List
4854 supported charsets. Add preferred way of creating fontsets. Add
4855 description about `mac-allow-anti-aliasing'.
4856 (Mac Functions): Add descriptions about `mac-set-file-creator',
4857 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4858 and `mac-get-preference'.
4859
8cf51b2c
GM
48602005-09-16 Romain Francoise <romain@orebokech.com>
4861
4862 Update all files to specify GFDL version 1.2.
4863
4864 * doclicense.texi (GNU Free Documentation License): Update to
4865 version 1.2.
4866
48672005-09-15 Richard M. Stallman <rms@gnu.org>
4868
4869 * buffers.texi (List Buffers): Fix xref.
4870
4871 * rmail.texi (Rmail Basics): Fix xref.
4872
4873 * emacs.texi (Top): Update subnode menus.
4874
4875 * files.texi (Saving Commands): New node, broken out of Saving.
4876 (Customize Save): New node, broken out of Saving.
4877 Clarify effect of write-region-inhibit-fsync.
4878 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4879
8cf51b2c
GM
48802005-09-14 Romain Francoise <romain@orebokech.com>
4881
4882 * files.texi (Saving): Mention write-region-inhibit-fsync.
4883
48842005-09-05 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * custom.texi (Custom Themes): New node.
4887
48882005-09-03 Richard M. Stallman <rms@gnu.org>
4889
49823426
GM
4890 * search.texi (Search Case): Mention vars that control
4891 case-fold-search for various operations.
8cf51b2c
GM
4892
48932005-08-22 Juri Linkov <juri@jurta.org>
4894
4895 * display.texi (Standard Faces): Merge the text from
4896 `(elisp)Standard Faces' into this node.
4897
48982005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4899
4900 * emacs.texi (Top): Delete menu item for deleted node
4901 Keyboard Translations.
4902
49032005-08-18 Richard M. Stallman <rms@gnu.org>
4904
8cf51b2c
GM
4905 * trouble.texi (Unasked-for Search):
4906 Delete xref to Keyboard Translations.
4907
4908 * glossary.texi (Glossary): Delete xref.
4909
8cf51b2c
GM
4910 * custom.texi (Minor Modes): Say that the list here is not complete.
4911 (Keyboard Translations): Node deleted.
4912 (Disabling): Delete xref to it.
4913 (Customization Groups): Fix Custom buffer example.
4914 (Hooks): Mention remove-hooks.
4915
49162005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4917
4918 * building.texi (GDB Graphical Interface): Improve filling of menu
4919 item.
4920
49212005-08-18 Nick Roberts <nickrob@snap.net.nz>
4922
4923 * building.texi (GDB Graphical Interface): Use better node names.
4924
49252005-08-14 Richard M. Stallman <rms@gnu.org>
4926
4927 * text.texi (Sentences): Fix xref.
4928
49292005-08-14 Juri Linkov <juri@jurta.org>
4930
4931 * building.texi (Compilation, Grep Searching): Move grep command
4932 headings from `Compilation' to `Grep Searching'.
4933
4934 * dired.texi (Dired and Find):
4935 * maintaining.texi (Tags Search): Replace grep xref to
4936 `Compilation' node with `Grep Searching'.
4937
4938 * files.texi (Comparing Files): Replace xref to `Compilation' with
4939 `Compilation Mode'.
4940
49412005-08-13 Alan Mackenzie <acm@muc.de>
4942
4943 * search.texi (Non-ASCII Isearch): Correct a typo.
4944 (Replacement Commands): Mention query-replace key binding.
4945
49462005-08-11 Richard M. Stallman <rms@gnu.org>
4947
4948 * programs.texi (Options for Comments): Fix xref.
4949
4950 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4951 out of Regexps.
4952
8cf51b2c
GM
49532005-08-09 Juri Linkov <juri@jurta.org>
4954
4955 * building.texi (Compilation): Use `itemx' instead of `item'.
4956 (Grep Searching): Simplify phrase.
4957
4958 * display.texi (Standard Faces): Describe vertical-border on
4959 window systems.
4960
4961 * windows.texi (Split Window): Simplify phrase and mention
4962 vertical-border face.
4963
49642005-08-09 Richard M. Stallman <rms@gnu.org>
4965
4966 * files.texi (Comparing Files): Clarify compare-windows.
4967
4968 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4969
8cf51b2c
GM
49702005-08-06 Eli Zaretskii <eliz@gnu.org>
4971
4972 * mule.texi (Coding Systems): Rephrase the paragraph about
4973 codepages: no need for "M-x codepage-setup" anymore, except on
4974 MS-DOS.
4975
4976 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4977 the MS-DOS port only.
4978
49792005-07-30 Eli Zaretskii <eliz@gnu.org>
4980
4981 * makefile.w32-in (info): Don't run multi-install-info.bat.
4982 ($(infodir)/dir): New target, produced by running
4983 multi-install-info.bat.
4984
8cf51b2c
GM
49852005-07-22 Eli Zaretskii <eliz@gnu.org>
4986
4987 * files.texi (Quoted File Names): Add index entry.
4988
8cf51b2c
GM
49892005-07-19 Juri Linkov <juri@jurta.org>
4990
4991 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4992
49932005-07-18 Juri Linkov <juri@jurta.org>
4994
8cf51b2c
GM
4995 * custom.texi (Easy Customization):
4996 * files.texi (Old Versions):
4997 * frames.texi (Wheeled Mice):
4998 * mule.texi (Specify Coding):
8cf51b2c
GM
4999 * text.texi (Cell Justification):
5000 * trouble.texi (After a Crash):
8cf51b2c
GM
5001 * xresources.texi (GTK styles):
5002 Delete duplicate duplicate words.
5003
50042005-07-17 Richard M. Stallman <rms@gnu.org>
5005
5006 * frames.texi (Creating Frames): Fix foreground color example.
5007
5008 * custom.texi (Init Examples): Clean up text about conditionals.
5009
50102005-07-16 Richard M. Stallman <rms@gnu.org>
5011
5012 * mini.texi (Completion Commands): Fix command name for ?.
5013
8cf51b2c
GM
50142005-07-16 Eli Zaretskii <eliz@gnu.org>
5015
5016 * display.texi (Standard Faces): Explain that customization of
5017 `menu' face has no effect on w32 and with GTK. Add
5018 cross-references.
5019
5020 * cmdargs.texi (General Variables): Clarify the default location
5021 of $HOME on w32 systems.
5022
50232005-07-15 Jason Rumney <jasonr@gnu.org>
5024
5025 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5026 changed.
5027
50282005-07-08 Kenichi Handa <handa@m17n.org>
5029
5030 * mule.texi (Recognize Coding): Recommend
5031 revert-buffer-with-coding-system instead of revert-buffer.
5032
50332005-07-07 Richard M. Stallman <rms@gnu.org>
5034
5035 * anti.texi (Antinews): Mention mode-line-inverse-video.
5036
5037 * files.texi (Saving): Minor correction about C-x C-w.
5038
5039 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5040
50412005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * search.texi (Isearch Scroll): Add example of using the
5044 `isearch-scroll' property.
5045 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5046 `Display Custom' node.
5047 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5048 and de-emphasize it.
5049 (Other Repeating Search): `occur' currently can not correctly
5050 handle multiline matches. Correct, clarify and update description
5051 of `flush-lines' and `keep-lines'.
5052
5053 * display.texi (Display Custom): Add anchor for `baud-rate'.
5054
50552005-07-07 Richard M. Stallman <rms@gnu.org>
5056
5057 * gnu.texi: Update where to get GNU status; add refs for how to help.
5058 Add footnotes 6 and 7.
5059
50602005-07-04 Lute Kamstra <lute@gnu.org>
5061
5062 Update FSF's address in GPL notices.
5063
8cf51b2c 5064 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5065 * trouble.texi (Checklist): Update FSF's address.
5066
8cf51b2c
GM
50672005-06-24 Richard M. Stallman <rms@gnu.org>
5068
5069 * display.texi (Text Display): Change index entries.
5070
50712005-06-24 Eli Zaretskii <eliz@gnu.org>
5072
5073 * makefile.w32-in (MAKEINFO): Use --force.
5074 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5075 Makefile.in.
8cf51b2c
GM
5076
50772005-06-23 Richard M. Stallman <rms@gnu.org>
5078
5079 * anti.texi (Antinews): Renamed show-nonbreak-escape to
5080 nobreak-char-display.
5081
5082 * emacs.texi (Top): Update detailed node listing.
5083
5084 * display.texi (Text Display): Renamed show-nonbreak-escape
5085 to nobreak-char-display and no-break-space to nobreak-space.
5086 (Standard Faces): Split up the list of standard faces
5087 and put it in a separate node. Add nobreak-space and
5088 escape-glyph.
5089
8cf51b2c
GM
50902005-06-23 Lute Kamstra <lute@gnu.org>
5091
5092 * mule.texi (Select Input Method): Fix typo.
5093
50942005-06-23 Kenichi Handa <handa@m17n.org>
5095
5096 * mule.texi (International): List all supported scripts. Adjust
5097 text for that leim is now included in the normal Emacs
5098 distribution.
5099 (Language Environments): List all language environments.
5100 Intlfonts contains fonts for most supported scripts, not all..
5101 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5102 input a specific character.
8cf51b2c
GM
5103 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5104
51052005-06-23 Juanma Barranquero <lekktu@gmail.com>
5106
49823426 5107 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5108
51092005-06-22 Miles Bader <miles@gnu.org>
5110
5111 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5112
51132005-06-20 Miles Bader <miles@gnu.org>
5114
5115 * display.texi (Faces): Add `vertical-divider'.
5116
51172005-06-17 Richard M. Stallman <rms@gnu.org>
5118
5119 * text.texi (Adaptive Fill): Minor clarification.
5120
8cf51b2c
GM
51212005-06-10 Lute Kamstra <lute@gnu.org>
5122
5123 * emacs.texi (Top): Correct version number.
5124 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5125 refer to the current version of Emacs.
5126
51272005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5128
5129 * files.texi (Log Buffer): Document when there can be more than
5130 one file to be committed.
5131
51322005-06-08 Juri Linkov <juri@jurta.org>
5133
5134 * display.texi (Faces): Add `shadow' face.
5135
51362005-06-07 Masatake YAMATO <jet@gyve.org>
5137
5138 * display.texi (Faces): Write about mode-line-highlight.
5139
51402005-06-06 Richard M. Stallman <rms@gnu.org>
5141
5142 * misc.texi (Printing Package): Explain how to initialize
5143 printing package.
5144
5145 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5146
51472005-06-05 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * emacs.texi: Rename Hardcopy to Printing.
5150 Make PostScript and PostScript Variables subnodes of it.
5151
5152 * misc.texi (Printing): Rename node from Hardcopy.
5153 Mention menu bar options.
5154 Move PostScript and PostScript Variables to submenu.
5155 (Printing package): New node.
5156
5157 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5158
5159 * dired.texi (Operating on Files): Likewise.
5160
5161 * calendar.texi (Displaying the Diary): Likewise.
5162
5163 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5164
5165 * glossary.texi (Glossary): Likewise.
5166
5167 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5168 effect.
5169
51702005-06-04 Richard M. Stallman <rms@gnu.org>
5171
5172 * trouble.texi (After a Crash): Polish previous change.
5173
8cf51b2c
GM
51742005-05-30 Noah Friedman <friedman@splode.com>
5175
5176 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5177 recovery mechanism.
5178
8cf51b2c
GM
51792005-05-28 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * building.texi (Other Buffers): SPC toggles display of
5182 floating point registers.
5183
8cf51b2c
GM
51842005-05-27 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * files.texi (Log Buffer): Merge in description of Log Edit
5187 mode from pcl-cvs.texi.
5188
51892005-05-26 Richard M. Stallman <rms@gnu.org>
5190
5191 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5192
8cf51b2c
GM
51932005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5194
5195 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5196 not enabled by default.
5197 When not on a word, `ispell-word' by default checks the word
5198 before point.
5199
52002005-05-24 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * building.texi (Debugger Operation): Simplify last sentence.
5203
52042005-05-23 Lute Kamstra <lute@gnu.org>
5205
5206 * emacs.texi: Update FSF's address throughout.
5207 (Preface): Use @cite.
5208 (Distrib): Add cross reference to the node "Copying". Mention the
5209 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5210 printed manuals.
5211 (Intro): Use @xref for the Emacs Lisp Intro.
5212
8cf51b2c
GM
52132005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5214
5215 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5216
5217 * basic.texi (Moving Point): Mention default for `goto-line'.
5218
5219 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5220 of a variable's docstring.
5221
52222005-05-18 Lute Kamstra <lute@gnu.org>
5223
5224 * maintaining.texi (Overview of Emerge): Add cross reference.
5225 Remove duplication.
5226
5227 * emacs.texi (Top): Update to the current structure of the manual.
5228 * misc.texi (Emacs Server): Add menu description.
5229 * files.texi (Saving): Fix menu.
5230 * custom.texi (Customization): Fix menu.
5231 * mule.texi (International): Fix menu.
5232 * kmacro.texi (Keyboard Macros): Fix menu.
5233
52342005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5235
5236 * display.texi: Various minor changes.
5237 (Faces): Delete text that is repeated in the next section.
5238
52392005-05-16 Nick Roberts <nickrob@snap.net.nz>
5240
5241 * building.texi (Debugger Operation): Mention GUD tooltips are
5242 disabled with GDB in text command mode.
5243
8cf51b2c
GM
52442005-05-16 Nick Roberts <nickrob@snap.net.nz>
5245
5246 * building.texi: Replace toolbar with "tool bar" for consistency.
5247 (Compilation Mode): Describe compilation-context-lines
5248 and use of arrow in compilation buffer.
5249 (Debugger Operation): Replace help text with variable's value.
5250
5251 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5252 consistency.
5253
52542005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5255
5256 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5257 Add xref.
5258
8cf51b2c
GM
52592005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5260
5261 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5262 (Position Info): Delete discussion of `goto-line'. It is already
5263 described in `Moving point'.
5264
5265 * mini.texi (Completion Commands): Correct reference.
5266 (Completion Options): Fix typo.
5267
5268 * killing.texi (Deletion): Complete description of `C-x C-o'.
5269
8cf51b2c
GM
52702005-05-10 Richard M. Stallman <rms@gnu.org>
5271
5272 * building.texi (Compilation): Clarify recompile's directory choice.
5273
5274 * frames.texi (Tooltips): Cleanups.
5275
5276 * basic.texi (Arguments): Fix punctuation.
5277
52782005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5279
5280 * screen.texi (Menu Bar): The up and down (not left and right)
5281 arrow keys move through a keyboard menu.
5282
52832005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5284
5285 * basic.texi: Various typo and grammar fixes.
5286 (Moving Point): C-a now runs move-beginning-of-line.
5287
52882005-05-08 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5291
5292 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5293 as different animals.
5294
52952005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5298 Correct index entry.
5299
53002005-05-07 Nick Roberts <nickrob@snap.net.nz>
5301
5302 * building.texi (Debugger Operation): Update to reflect changes
5303 in GUD tooltips.
5304
53052005-04-30 Richard M. Stallman <rms@gnu.org>
5306
5307 * files.texi (Compressed Files): Auto Compression normally enabled.
5308
5309 * building.texi (Debugger Operation): Clarify previous change.
5310
8cf51b2c
GM
53112005-04-28 Nick Roberts <nickrob@snap.net.nz>
5312
5313 * building.texi (Debugger Operation): Add description for
5314 GUD tooltips when program is not running.
5315
53162005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5317
5318 * misc.texi (Shell): Add `Shell Prompts' to menu.
5319 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
5320 description. Delete remarks moved to new node.
5321 (Shell Prompts): New node.
5322 (History References): Replace remarks moved to `Shell Prompts'
5323 with xref to that node.
5324 (Remote Host): Clarify how to specify the terminal type when
5325 logging in to a different machine.
5326
53272005-04-26 Richard M. Stallman <rms@gnu.org>
5328
5329 * emacs.texi (Top): Update submenus from files.texi.
5330
5331 * files.texi (Filesets): Clarify previous change.
5332
5333 * dired.texi (Misc Dired Features): Clarify previous change.
5334
53352005-04-25 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
5338
5339 * dired.texi (Misc Dired Features): Document
5340 dired-compare-directories.
5341
5342 * files.texi (Filesets): New node.
5343 (File Conveniences): Document Image mode.
5344
5345 * text.texi (TeX Print): Document tex-compile.
5346
53472005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * frames.texi (Tooltips): Tooltip mode is enabled by default.
5350 Delete redundant reference to tooltip Custom group. It is
5351 referred too again in the next paragraph.
5352
53532005-04-24 Richard M. Stallman <rms@gnu.org>
5354
5355 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
5356
8cf51b2c
GM
53572005-04-19 Kim F. Storm <storm@cua.dk>
5358
5359 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
5360
53612005-04-18 Lars Hansen <larsh@math.ku.dk>
5362
5363 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
5364 turns off desktop-save-mode.
5365
53662005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
5369 by default in terminals compatible with xterm. Mention that
5370 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
5371 node.
5372
8cf51b2c
GM
53732005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
5376
c8763fb6 53772005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5378
5379 * xresources.texi (Table of Resources): Add cursorBlink.
5380
53812005-04-11 Luc Teirlinck <teirllm@auburn.edu>
5382
5383 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
5384 `d', `C-d' and `u'.
5385
53862005-04-11 Richard M. Stallman <rms@gnu.org>
5387
5388 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
5389 (Misc X): Add -D, --basic-display.
5390
5391 * maintaining.texi (Change Log): Correct the description of
5392 the example.
5393
5394 * major.texi (Choosing Modes): Document magic-mode-alist.
5395
8cf51b2c
GM
53962005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5397
5398 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5399 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5400 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5401 (Rmail Output): Clarify which statements apply to `o', `C-o' and
5402 `w', respectively.
5403 (Rmail Labels): Mention `l'.
5404 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
5405 (Rmail Summary Edit): Describe `j' and RET.
5406
c8763fb6 54072005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5408
5409 * xresources.texi (Lucid Resources): Add fontSet resource.
5410
8cf51b2c
GM
54112005-04-09 Luc Teirlinck <teirllm@auburn.edu>
5412
5413 * display.texi (Useless Whitespace): `indicate-unused-lines' is
5414 now called `indicate-empty-lines'.
5415
54162005-04-06 Kim F. Storm <storm@cua.dk>
5417
5418 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5419
54202005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5421
5422 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5423 deleted.
5424 (Marks vs Flags): Add some convenient key bindings.
5425 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5426 (Misc Dired Features): Correct and expand description of `w' command.
5427
5428 * frames.texi (XTerm Mouse): Delete apparently false info.
5429 The GNU/Linux console currently does not appear to support
5430 `xterm-mouse-mode'.
5431
8cf51b2c
GM
54322005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5433
5434 * calendar.texi (Diary): Mention shell utility `calendar'.
5435
54362005-04-01 Richard M. Stallman <rms@gnu.org>
5437
5438 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5439
8cf51b2c
GM
54402005-04-01 Lute Kamstra <lute@gnu.org>
5441
5442 * maintaining.texi (Change Log): add-change-log-entry uses
5443 add-log-mailing-address.
5444
54452005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5446
5447 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5448 `VC Mode Line' and put in an xref to that node.
5449 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5450 its description.
5451
54522005-03-31 Paul Eggert <eggert@cs.ucla.edu>
5453
5454 * calendar.texi (Calendar Systems): Say that the Persian calendar
5455 implemented here is the arithmetical one championed by Birashk.
5456
54572005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5458
5459 * programs.texi (Fortran Motion): Fix previous change.
5460
8cf51b2c
GM
54612005-03-29 Richard M. Stallman <rms@gnu.org>
5462
5463 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5464
54652005-03-29 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * text.texi (Refill): Refer to Long Lines Mode.
5468 (Longlines): New node.
5469 (Auto Fill): Don't index "word wrap" here.
5470 (Filling): Add Longlines to menu.
5471
54722005-03-29 Richard M. Stallman <rms@gnu.org>
5473
5474 * xresources.texi: Minor fixes.
5475
5476 * misc.texi (Emacs Server): Fix Texinfo usage.
5477
5478 * emacs.texi (Top): Don't use a real section heading for
5479 "Detailed Node Listing". Fake it instead.
5480
5481 * basic.texi (Position Info): Minor cleanup.
5482
5483 * mule.texi (Input Methods): Minor cleanup.
5484
54852005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5486
5487 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5488 constructs as well.
5489 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5490
54912005-03-29 Kenichi Handa <handa@m17n.org>
5492
5493 * mule.texi (Input Methods): Refer to the command C-u C-x =.
5494
5495 * basic.texi (Position Info): Update the description about the
5496 command C-u C-x =.
5497
54982005-03-28 Richard M. Stallman <rms@gnu.org>
5499
5500 * emacs.texi (Top): Use @section for the detailed node listing.
5501
5502 * calendar.texi: Minor fixes to previous change.
5503
5504 * programs.texi (Fortran): Small fixes to previous changes.
5505
5506 * emacs.texi (Top): Update list of subnodes of Dired.
5507 Likewise for building.texi.
5508
5509 * files.texi (File Conveniences): Delete Auto Image File mode.
5510
55112005-03-28 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * building.texi (Flymake): New node.
5514
5515 * custom.texi (Function Keys): Document kp- event types and
5516 keypad-setup package.
5517
5518 * dired.texi (Wdired): New node.
5519
5520 * files.texi (File Conveniences): Reorder entries.
5521 Explain how to turn on Auto-image-file mode.
5522 Document Thumbs mode.
5523
5524 * mule.texi (Specify Coding): Document recode-region and
5525 recode-file-name.
5526
5527 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5528
55292005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5530
5531 * commands.texi (Keys): M-o is now a prefix key.
5532
55332005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5534
5535 * programs.texi: Reformat and update copyright years.
5536 (Fortran): Update section.
5537
55382005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5539
5540 * files.texi: Several small changes in addition to:
5541 (Visiting): Change xref for Dialog Boxes to ref.
5542 (Version Headers): Replace references to obsolete var
5543 `vc-header-alist' with `vc-BACKEND-header'.
5544 (Customizing VC): Update value of `vc-handled-backends'.
5545
55462005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5547
5548 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5549 move here from Emacs Lisp Reference Manual.
5550 * calendar.texi (Calendar/Diary, Diary Commands)
5551 (Special Diary Entries, Importing Diary): Change some xrefs to
5552 point to emacs-xtra rather than elisp.
5553
5554 * emacs-xtra.texi (Calendar Customizing):
5555 Move view-diary-entries-initially, view-calendar-holidays-initially,
5556 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5557 Emacs Manual.
5558 (Appt Customizing): Merge entire section into main Emacs Manual.
5559 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5560 mark-holidays-in-calendar here from emacs-xtra.
5561 (Displaying the Diary): Move view-diary-entries-initially,
5562 mark-diary-entries-in-calendar here from emacs-xtra.
5563 (Appointments): Move appt-display-mode-line,
5564 appt-display-duration, appt-disp-window-function,
5565 appt-delete-window-function here from emacs-xtra.
5566
5567 * calendar.texi: Update and reformat copyright.
5568 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5569 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5570 (Diary): Refer to `diary-file' rather than ~/diary.
5571 (Diary Commands): Rename node to "Displaying the Diary".
5572 * emacs.texi (Top): Rename "Diary Commands" section.
5573 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5574
55752005-03-26 Eli Zaretskii <eliz@gnu.org>
5576
5577 * misc.texi (Emacs Server): Fix the command for setting
5578 server-name. Add an xref to Invoking emacsclient.
5579
5580 * help.texi (Help Summary): Clarify when "C-h ." will do something
5581 nontrivial.
5582 (Apropos): Add cindex entry for apropos-sort-by-scores.
5583
5584 * display.texi (Text Display): Add index entries for how no-break
5585 characters are displayed.
5586
8cf51b2c
GM
55872005-03-26 Eli Zaretskii <eliz@gnu.org>
5588
5589 * files.texi (Visiting): Fix cross-references introduced with the
5590 last change.
5591
5592 * xresources.texi (GTK resources): Fix last change.
5593
8cf51b2c
GM
55942005-03-25 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * xresources.texi (X Resources): GTK options documented too.
5597 (Resources): Clarify meaning of program name.
5598 (Table of Resources): Add visualClass.
5599 (GTK resources): Rewrite.
5600 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5601
5602 * display.texi (Text Display): Mention non-breaking spaces.
5603
5604 * files.texi (Reverting): Document auto-revert-check-vc-info.
5605
5606 * frames.texi (Mouse Commands): Document
5607 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5608
5609 * help.texi (Help Summary): Add `C-h .'.
5610 (Apropos): Apropos accepts a list of search terms.
5611 Document apropos-sort-by-scores.
5612 (Help Echo): Document display-local-help.
5613
5614 * misc.texi (Emacs Server): Document server-name.
5615 (Invoking emacsclient): Document -s option for server names.
5616
5617 * text.texi (Outline Visibility): Introduce "current heading
5618 line" (commands can be called with point on a body line).
5619 Re-order table to follow the sequence of discussion.
5620 hide-body won't hide lines before first header line.
5621 (TeX Mode): Add DocTeX mode.
5622
8cf51b2c
GM
56232005-03-24 Richard M. Stallman <rms@gnu.org>
5624
5625 * mule.texi (Single-Byte Character Support): Delete mention
5626 of iso-acc.el and iso-transl.el.
5627
8cf51b2c
GM
56282005-03-23 Lute Kamstra <lute@gnu.org>
5629
5630 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5631
56322005-03-23 Richard M. Stallman <rms@gnu.org>
5633
8cf51b2c
GM
5634 * search.texi: Delete explicit node pointers.
5635 (Incremental Search): New menu.
5636 (Basic Isearch, Repeat Isearch, Error in Isearch)
5637 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5638 (Slow Isearch): New subnodes.
5639 (Configuring Scrolling): Node deleted.
5640 (Search Case): Doc default-case-fold-search.
5641 (Regexp Replace): Move replace-regexp doc here.
5642
5643 * rmail.texi (Movemail): Put commas inside closequotes.
5644
5645 * picture.texi (Insert in Picture): Document C-c arrow combos.
5646 (Basic Picture): Clarify erasure.
5647
5648 * display.texi (Font Lock): Put commas inside closequotes.
5649
5650 * cmdargs.texi (General Variables): Put commas inside closequotes.
5651
56522005-03-23 Nick Roberts <nickrob@snap.net.nz>
5653
5654 * building.texi (Stack Buffer): Mention reverse contrast for
5655 *selected* frame (might not be current frame).
5656
8cf51b2c
GM
56572005-03-21 Richard M. Stallman <rms@gnu.org>
5658
5659 * building.texi (Starting GUD): Add bashdb.
5660
56612005-03-20 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * basic.texi (Moving Point): Add M-g M-g binding.
5664 (Undo): Document undo-only.
5665 (Position Info): Document M-g M-g and C-u M-g M-g.
5666
5667 * building.texi (Building): Put Grep Searching after Compilation
5668 Shell.
5669 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5670 Document next-error-highlight.
5671 (Grep Searching): Document grep-highlight-matches.
5672 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5673
5674 * calendar.texi (Importing Diary): Rename node from iCalendar.
5675 Document diary-from-outlook.
5676
5677 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5678 Commands.
5679 Mention effect of X drag and drop on Dired buffers.
5680
5681 * files.texi (Visiting): Document large-file-warning-threshold.
5682 Move paragraph on file-selection dialog.
5683 Mention visiting files using X drag and drop.
5684 (Reverting): Mention using Auto-Revert mode to tail files.
5685 Document auto-revert-tail-mode.
5686 (Version Systems): Minor correction.
5687 (Comparing Files): Diff-mode is no longer based on Compilation
5688 mode.
5689 Document compare-ignore-whitespace.
5690 (Misc File Ops): Explain passing a directory to rename-file.
5691 Likewise for copy-file and make-symbolic-link.
5692
5693 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5694 Document mouse-wheel-progressive speed.
5695
5696 * help.texi (Misc Help): Document numeric argument for C-h i.
5697 Correctly explain the effect of just C-u as argument.
5698
5699 * killing.texi (Deletion): Document numeric argument for
5700 just-one-space.
5701
5702 * mini.texi (Completion): Completion acts on text before point.
5703
5704 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5705 (Emulation): CUA mode replaces pc-bindings-mode,
5706 pc-selection-mode, and s-region.
5707
5708 * mule.texi (Input Methods): Leim is now built-in.
5709 (Select Input Method): Document quail-show-key.
5710 (Specify Coding): Document revert-buffer-with-coding-system.
5711
5712 * programs.texi (Fortran Motion): Document f90-next-statement,
5713 f90-previous-statement, f90-next-block, f90-previous-block,
5714 f90-end-of-block, and f90-beginning-of-block.
5715
5716 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5717
5718 * emacs.texi (Acknowledgments): Updated.
5719
5720 * anti.texi: Total rewrite.
5721
8cf51b2c
GM
57222005-03-19 Chong Yidong <cyd@stupidchicken.com>
5723
5724 * ack.texi (Acknowledgments): Update.
5725
57262005-03-19 Eli Zaretskii <eliz@gnu.org>
5727
5728 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5729 copyright years.
5730
57312005-03-14 Nick Roberts <nickrob@snap.net.nz>
5732
5733 * building.texi (Commands of GUD): Move paragraph on setting
5734 breakpoints with mouse to the GDB Graphical Interface node.
5735
57362005-03-07 Richard M. Stallman <rms@gnu.org>
5737
8cf51b2c
GM
5738 * misc.texi (Single Shell, Shell Options): Fix previous change.
5739
5740 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5741
57422005-03-06 Richard M. Stallman <rms@gnu.org>
5743
5744 * building.texi (Starting GUD): Don't explain text vs graphical
5745 GDB here. Just mention it and xref.
5746 Delete "just one debugger process".
5747 (Debugger Operation): Move GUD tooltip info here.
5748 (GUD Tooltips): Node deleted.
5749 (GDB Graphical Interface): Explain the two GDB modes here.
5750
8cf51b2c
GM
5751 * sending.texi (Sending Mail): Minor cleanup.
5752 (Mail Aliases): Explain quoting conventions.
5753 Update key rebinding example.
5754 (Header Editing): C-M-i is like M-TAB.
5755 (Mail Mode Misc): mail-attach-file does not do MIME.
5756
5757 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5758 that really belongs here.
5759 (Remote Mailboxes): Text moved to Rmail Inbox.
5760 (Rmail Display): Mention Mouse-1.
5761 (Movemail): Clarify two movemail versions.
5762 Clarify rmail-movemail-program.
5763
8cf51b2c
GM
5764 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5765 Document async shell commands.
5766 (Shell History): Clarify.
5767 (Shell Ring): Mention C-UP an C-DOWN.
5768 (Shell Options): Add comint-prompt-read-only.
5769 (Invoking emacsclient): Set EDITOR to run Emacs.
5770 (Sorting): No need to explain what region is.
5771 (Saving Emacs Sessions): Fix typo.
5772 (Recursive Edit): Fix punctuation.
5773 (Emulation): Don't mention "PC bindings" which are standard.
5774 (Hyperlinking): Explain Mouse-1 convention here.
5775 (Find Func): Node deleted.
5776
8cf51b2c
GM
5777 * help.texi (Name Help): Xref to Hyperlinking.
5778
5779 * glossary.texi (Glossary):
5780 Rename "Balance Parentheses" to "Balancing...".
5781 Add "Byte Compilation". Correct "Copyleft".
5782 New xref in "Customization".
5783 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5784 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5785 Rename "Registers" to "Register".
5786 Replace "Selecting" with "Selected Frame",
5787 "Selected Window", and "Selecting a Buffer".
5788
5789 * files.texi (Types of Log File): Explain how projects'
5790 methods can vary.
5791
8cf51b2c
GM
5792 * display.texi (Faces): Delete "Emacs 21".
5793
5794 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5795 * fixit.texi (Spelling): C-M-i like M-TAB.
5796 * mini.texi (Completion Options): C-M-i like M-TAB.
5797 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5798 * text.texi (Text Mode): C-M-i like M-TAB.
5799
5800 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5801
5802 * calendar.texi (Specified Dates): Mention `g w'.
5803 (Appointments): appt-activate toggles with no arg.
5804
8cf51b2c
GM
58052005-03-05 Juri Linkov <juri@jurta.org>
5806
5807 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 5808 "invocation (command line arguments)".
8cf51b2c
GM
5809 (Misc X): Add -nbc, --no-blinking-cursor.
5810
58112005-03-04 Ulf Jasper <ulf.jasper@web.de>
5812
5813 * calendar.texi (iCalendar): No need to require it now.
5814
8cf51b2c
GM
58152005-03-03 Nick Roberts <nickrob@snap.net.nz>
5816
5817 * trouble.texi (Contributing): Mention Savannah. Direct users to
5818 emacs-devel.
5819
58202005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5821
5822 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5823 window.
5824
8cf51b2c
GM
58252005-02-27 Richard M. Stallman <rms@gnu.org>
5826
5827 * building.texi (Compilation): Update mode line status info.
5828
58292005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5830
5831 * calendar.texi (General Calendar): Document binding of
5832 scroll-other-window-down.
5833 (Mayan Calendar): Fix earliest date.
5834 (Time Intervals): Document timeclock-change.
5835 Fix timeclock-ask-before-exiting documentation.
5836
58372005-02-26 Kim F. Storm <storm@cua.dk>
5838
5839 * frames.texi (Mouse References):
5840 Add mouse-1-click-in-non-selected-windows.
5841
58422005-02-25 Richard M. Stallman <rms@gnu.org>
5843
5844 * screen.texi (Screen): Explain better about cursors and mode lines;
5845 don't presuppose text terminals.
5846 (Point): Don't assume just one cursor.
5847 Clarify explanation of cursors.
5848 (Echo Area, Menu Bar): Cleanups.
5849
5850 * mini.texi (Minibuffer): Prompts are highlighted.
5851 (Minibuffer Edit): Newline = C-j only on text terminals.
5852 Clarify resize-mini-windows values.
5853 Mention M-PAGEUP and M-PAGEDOWN.
5854 (Completion Commands): Mouse-1 like Mouse-2.
5855 (Minibuffer History): Explain history commands better.
5856 (Repetition): Add xref to Incremental Search.
5857
5858 * mark.texi (Setting Mark): Clarify info about displaying mark.
5859 Clarify explanation of C-@ and C-SPC.
5860 (Transient Mark): Mention Delete Selection mode.
5861 (Marking Objects): Clean up text about extending the region.
5862
5863 * m-x.texi (M-x): One C-g doesn't always go to top level.
5864 No delay before suggest-key-bindings output.
5865
5866 * fixit.texi (Fixit): Mention C-/ for undo.
5867 (Spelling): Mention ESC TAB like M-TAB.
5868 Replacement words with r and R are rechecked.
5869 Say where C-g leaves point. Mention ? as input.
5870
58712005-02-23 Lute Kamstra <lute@gnu.org>
5872
5873 * cmdargs.texi (Initial Options): Add cross reference.
5874
8cf51b2c
GM
58752005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5876
5877 * emacs.texi (Top): Update menu for splitting of node in
5878 msdog.texi.
5879 * frames.texi (Frames): Update xref for splitting of node in
5880 msdog.texi.
5881 * trouble.texi (Quitting): Ditto.
5882
58832005-02-16 Richard M. Stallman <rms@gnu.org>
5884
5885 * windows.texi (Split Window): Simplify line truncation info
5886 and xref to Display Custom.
5887
5888 * trouble.texi (Quitting): Emergency escape only for text terminal.
5889 (Screen Garbled): C-l for ungarbling is only for text terminal.
5890
5891 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5892
5893 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5894
5895 * programs.texi (Program Modes): Mention Python mode.
5896 (Moving by Defuns): Repeating C-M-h extends region.
5897 (Basic Indent): Clarify.
5898 (Custom C Indent): Clarify.
5899 (Expressions): Repeating C-M-@ extends region.
5900 (Info Lookup): Clarify for C-h S.
5901 (Symbol Completion): ESC TAB alternative for M-TAB.
5902 (Electric C): Clarify.
5903
5904 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5905
5906 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5907 MS-DOS Input node.
5908 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5909 (MS-DOS and MULE): Clarify.
5910 (MS-DOS Processes, Windows Processes): Fix typos.
5911
5912 * major.texi (Choosing Modes): Clarify.
5913
5914 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5915 (Keyboard Macro Step-Edit): Clarify.
5916
5917 * indent.texi (Indentation): Clarifications.
5918
5919 * help.texi (Help): Correct error about C-h in query-replace.
5920 Clarify apropos vs C-h a. Fix how to search in FAQ.
5921 (Key Help): Describe C-h w here.
5922 (Name Help): Minor cleanup. C-h w moved to Key Help.
5923 Clarify the "object" joke.
5924 (Apropos): Clarify. Mouse-1 like Mouse-2.
5925 (Help Mode): Mouse-1 like Mouse-2.
5926
5927 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5928
5929 * display.texi (Display): Reorder menu.
5930 (Faces): Cleanup.
5931 (Font Lock): Cleanup. Mention Options menu.
5932 Delete obsolete text.
5933 (Scrolling): For C-l, don't presume text terminal.
5934 (Horizontal Scrolling): Simplify intro.
5935 (Follow Mode): Clarify.
5936 (Cursor Display): Moved before Display Custom.
5937 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5938 Doc default-tab-width. Doc line truncation more thoroughly.
5939
5940 * dired.texi (Dired Enter): C-x C-f can run Dired.
5941 (Dired Visiting): Comment out `a' command.
5942 Mouse-1 is like Mouse-2.
5943 (Shell Commands in Dired): ? can be used more than once.
5944
5945 * basic.texi (Continuation Lines): Simplify description of truncation,
5946 and refer to Display Custom for the rest of it.
5947
8cf51b2c
GM
59482005-02-06 Lute Kamstra <lute@gnu.org>
5949
5950 * basic.texi (Undo): Fix typo.
5951
5952 * cmdargs.texi (Emacs Invocation): Fix typo.
5953
5954 * custom.texi (Init Examples): Fix typo.
5955
5956 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5957
59582005-02-06 Richard M. Stallman <rms@gnu.org>
5959
5960 * regs.texi (Registers): Registers can hold numbers, too.
5961
5962 * killing.texi (Other Kill Commands): Cleanup.
5963 Delete redundant explanation of kill in read-only buffer.
5964 (Yanking): Mention term "copying".
5965 (Accumulating Text): Fix typo.
5966
5967 * entering.texi (Entering Emacs): Update rationale at start.
5968 (Exiting): Treat iconifying on a par with suspension.
5969
5970 * custom.texi (Minor Modes): Fix typo.
5971 (Easy Customization): Fix menu style.
5972 (Variables): Add xref.
5973 (Examining): Setting for future sessions works through .emacs.
5974 (Keymaps): "Text terminals", not "Many".
5975 (Init Rebinding): Explain \C-. Show example of \M-.
5976 Fix minor wording errors.
5977 (Function Keys): Explain vector syntax just once.
5978 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5979 (Init File): Mention .emacs.d directory.
5980 (Init Examples): Add xref.
5981 (Find Init): Mention .emacs.d directory.
5982
5983 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5984 (Action Arguments): Explain which kinds of -l args are found how.
5985 (Initial Options): --batch does not inhibit site-start.
5986 Add xrefs.
5987 (Command Example): Use --batch, not -batch.
5988
5989 * basic.texi (Inserting Text): Cleanup wording.
5990 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5991 C-n is not error at end of buffer.
5992 (Undo): Doc C-/ like C-_. Add xrefs.
5993 (Arguments): META key may be labeled ALT.
5994 Peculiar arg meanings are explained in doc strings.
5995
5996 * abbrevs.texi (Expanding Abbrevs): Clarify.
5997
59982005-02-05 Eli Zaretskii <eliz@gnu.org>
5999
6000 * frames.texi (Frame Parameters): Add an xref to the description
6001 of list-colors-display. Add a pointer to the X docs about colors.
6002
6003 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6004 Improve docs of list-colors-display.
8cf51b2c
GM
6005
60062005-02-03 Lute Kamstra <lute@gnu.org>
6007
6008 * frames.texi (Frames, Drag and Drop): Fix typos.
6009
60102005-02-03 Richard M. Stallman <rms@gnu.org>
6011
6012 * windows.texi (Basic Window): Mention color-change in mode line.
6013 (Change Window): Explain dragging vertical boundaries.
6014
6015 * text.texi (Sentences): Clarify.
6016 (Paragraphs): Explain M-a and blank lines.
6017 (Outline Mode): Clarify text and menu.
6018 (Hard and Soft Newlines): Mention use-hard-newlines.
6019
6020 * frames.texi (Frames): Delete unnecessary mention of Windows.
6021 (Mouse Commands): Likewise. Mention xterm mouse support.
6022 (Clipboard): Clarify.
6023 (Mouse References): Mention use of Mouse-1 for following links.
6024 (Menu Mouse Clicks): Clarify.
6025 (Mode Line Mouse): Clarify.
6026 (Drag and Drop): Rewrite.
6027
6028 * fixit.texi (Spelling): Fix typo.
6029
6030 * files.texi (File Names): Clarify.
6031 (Visiting): Update conditions for use of file dialog. Clarify.
6032 (Saving): Doc d as answer in save-some-buffers.
6033 (Remote Files): Clean up the text.
6034
6035 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6036
6037 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6038 (List Buffers): Clarify.
6039 (Several Buffers): Doc T command.
6040 (Buffer Convenience): Clarify menu.
6041
6042 * basic.texi (Undo): Clarify last change.
6043
60442005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6045
6046 * fixit.texi (Spelling): Fix typo.
6047
60482005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * basic.texi (Undo): Update description of `undo-outer-limit'.
6051
60522005-02-01 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * building.texi: Update documentation relating to GDB Graphical
6055 Interface.
6056
60572005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * custom.texi (Easy Customization): Adapt menu to node name change.
6060
60612005-01-30 Richard M. Stallman <rms@gnu.org>
6062
6063 * custom.texi (Easy Customization): Defn of "User Option" now
6064 includes faces. Don't say just "option" when talking about variables.
6065 Do say just "options" to mean "anything customizable".
6066 (Specific Customization): Describe `customize-variable',
6067 not `customize-option'.
6068
6069 * glossary.texi (Glossary) <Faces>: Add xref.
6070 <User Option>: Change definition--include faces. Change xref.
6071
6072 * picture.texi (Picture): Mention artist.el.
6073
6074 * sending.texi, screen.texi, programs.texi, misc.texi:
6075 * mini.texi, major.texi, maintaining.texi, macos.texi:
6076 * help.texi, frames.texi, files.texi:
6077 Don't say just "option" when talking about variables.
6078
6079 * display.texi, mule.texi: Don't say just "option" when talking
6080 about variables. Other minor cleanups.
6081
8cf51b2c
GM
60822005-01-26 Lute Kamstra <lute@gnu.org>
6083
6084 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6085 File'. Mention the `-Q' option at the `--no-site-file' option.
6086
8cf51b2c
GM
60872005-01-22 David Kastrup <dak@gnu.org>
6088
6089 * building.texi (Grep Searching): Mention alias `find-grep' for
6090 `grep-find'.
6091
60922005-01-20 Richard M. Stallman <rms@gnu.org>
6093
6094 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6095
8cf51b2c
GM
60962005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6097
6098 * rmail.texi (Movemail): Explain differences
6099 between standard and mailutils versions of movemail.
6100 Describe command line and configuration options introduced
6101 with the latter.
6102 Explain the notion of mailbox URL, provide examples and
6103 cross-references to mailutils documentation.
6104 Describe various methods of specifying mailbox names,
6105 user names and user passwords for rmail.
6106 (Remote Mailboxes): New section. Describe
6107 how movemail handles remote mailboxes. Describe configuration
6108 options used to control its behavior.
6109 (Other Mailbox Formats): Explain handling of various mailbox
6110 formats.
6111
61122005-01-13 Richard M. Stallman <rms@gnu.org>
6113
6114 * commands.texi (Commands): Clarification.
6115
61162005-01-11 Richard M. Stallman <rms@gnu.org>
6117
6118 * programs.texi (Multi-line Indent): Fix previous change.
6119 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6120
8cf51b2c
GM
61212005-01-08 Richard M. Stallman <rms@gnu.org>
6122
6123 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6124 lazy-highlight.
6125
6126 * search.texi (Query Replace): Mention faces query-replace
6127 and lazy-highlight.
6128 (Incremental Search): Update isearch highlighting info.
6129
8cf51b2c
GM
61302005-01-04 Richard M. Stallman <rms@gnu.org>
6131
6132 * custom.texi (Saving Customizations): Minor improvement.
6133
8cf51b2c
GM
61342005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6135
6136 * custom.texi (Saving Customizations): Emacs no longer loads
6137 `custom-file' after .emacs. No longer mention customizing through
6138 Custom.
6139
8cf51b2c
GM
61402005-01-01 Andreas Schwab <schwab@suse.de>
6141
6142 * killing.texi (Graphical Kill): Move up under node Killing,
6143 change @section to @subsection.
6144
61452005-01-01 Richard M. Stallman <rms@gnu.org>
6146
6147 * custom.texi (Face Customization): Mention hex color specs.
6148
6149 * emacs.texi (Top): Update Killing submenu.
6150
6151 * killing.texi (Killing): Reorganize section.
6152 No more TeX-only text; put the node command at start of chapter.
6153 But the first section heading is used only in TeX.
6154 Rewrite the text to read better in this mode.
6155 (Graphical Kill): New subnode gets some of the text that
6156 used to be in the first section.
6157
61582004-12-31 Richard M. Stallman <rms@gnu.org>
6159
6160 * dired.texi (Shell Commands in Dired): Delete the ? example.
6161
6162 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6163
6164 * files.texi (Saving): Describe new require-final-newline features
6165 and mode-require-final-newline.
6166
8cf51b2c
GM
61672004-12-29 Richard M. Stallman <rms@gnu.org>
6168
6169 * custom.texi (File Variables): Clarify previous change.
6170
c8763fb6 61712004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6172
6173 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6174 out now.
6175
61762004-12-27 Richard M. Stallman <rms@gnu.org>
6177
6178 * Makefile.in (MAKEINFO): Specify --force.
6179
6180 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6181 (Undo): Doc undo-outer-limit.
6182
8cf51b2c
GM
61832004-12-15 Juri Linkov <juri@jurta.org>
6184
6185 * mark.texi (Transient Mark, Mark Ring): M-< and other
6186 movement commands don't set mark in Transient Mark mode
6187 if mark is active.
6188
8cf51b2c
GM
61892004-12-12 Juri Linkov <juri@jurta.org>
6190
6191 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6192 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6193
6194 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6195 (Misc Dired Commands): Add @r{(Dired)} to w.
6196
61972004-12-12 Juri Linkov <juri@jurta.org>
6198
6199 * mark.texi (Marking Objects): Marking commands also extend the
6200 region when mark is active in Transient Mark mode.
6201
8cf51b2c
GM
62022004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * custom.texi (Saving Customizations): Emacs only loads the custom
6205 file automatically after the init file in version 22.1 or later.
6206 Adapt text and examples to this fact.
6207
8cf51b2c
GM
62082004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6209
6210 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6211 be set through Custom. Otherwise, it has no effect.
6212
8cf51b2c
GM
62132004-12-05 Richard M. Stallman <rms@gnu.org>
6214
6215 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6216 * entering.texi: Rename Command Line to Emacs Invocation.
6217
10d1d0af 6218 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6219
6220 * custom.texi (Easy Customization): Move up to section level,
6221 before Variables. Avoid using the term "variable"; say "option".
6222 New initial explanation.
6223 (Variables): In initial explanation, connect "variable" to the
6224 already-explained "user option".
6225
6226 * emacs.texi (Top): Fix ref to Command Line.
6227 Move reference to Easy Customization.
6228
6229 * xresources.texi (X Resources): Fix From link.
6230
6231 * doclicense.texi (GNU Free Documentation License): Fix To link.
6232
6233 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6234
6235 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6236
62372004-12-03 Richard M. Stallman <rms@gnu.org>
6238
6239 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6240
62412004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * kmacro.texi: Several small changes in addition to the following.
6244 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6245 defining a keyboard macro.
6246 Mention `kmacro-ring-max'.
6247 (Keyboard Macro Counter): Clarify description of
6248 `kmacro-insert-counter', `kmacro-set-counter',
6249 `kmacro-add-counter' and `kmacro-set-format'.
6250
62512004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6252
6253 * custom.texi (File Variables): Add `unibyte' and make it more
6254 clear that `unibyte' and `coding' are special. Suggested by Simon
6255 Krahnke <overlord@gmx.li>.
6256
6257 * mule.texi (Enabling Multibyte): Refer to File Variables.
6258 Suggested by Simon Krahnke <overlord@gmx.li>.
6259
c8763fb6 62602004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6261
6262 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6263 x-use-old-gtk-file-dialog.
6264
8cf51b2c
GM
62652004-11-20 Richard M. Stallman <rms@gnu.org>
6266
6267 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6268
62692004-11-09 Lars Brinkhoff <lars@nocrew.org>
6270
6271 * building.texi (Lisp Eval): Delete hyphen in section name.
6272
62732004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6274
6275 * files.texi (Old Versions):
6276 No longer document annotation as "CVS only".
6277
62782004-11-10 Andre Spiegel <spiegel@gnu.org>
6279
6280 * files.texi (Version Control): Rewrite the introduction about
6281 version systems, mentioning the new ones that we support. Thanks
6282 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
6283 suggestions.
6284
c8763fb6 62852004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6286
49823426 6287 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6288
c8763fb6 62892004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6290
6291 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6292
62932004-10-23 Eli Zaretskii <eliz@gnu.org>
6294
6295 * text.texi (Text Based Tables, Table Definition)
6296 (Table Creation, Table Recognition, Cell Commands)
6297 (Cell Justification, Row Commands, Column Commands)
6298 (Fixed Width Mode, Table Conversion, Measuring Tables)
6299 (Table Misc): New nodes, documenting the Table Mode.
6300
8cf51b2c
GM
63012004-10-19 Jason Rumney <jasonr@gnu.org>
6302
6303 * makefile.w32-in (info): Change order of arguments to makeinfo.
6304
63052004-10-19 Ulf Jasper <ulf.jasper@web.de>
6306
6307 * calendar.texi (iCalendar): Update for package changes.
6308
8cf51b2c
GM
63092004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6310
6311 * files.texi (Misc File Ops): View mode is a minor mode.
6312
8cf51b2c
GM
63132004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6314
6315 * calendar.texi (iCalendar): Style changes.
6316
63172004-10-07 Luc Teirlinck <teirllm@auburn.edu>
6318
6319 * search.texi (Regexps): The regexp described in the example is no
6320 longer stored in the variable `sentence-end'.
6321
8cf51b2c
GM
63222004-10-06 Nick Roberts <nickrob@snap.net.nz>
6323
6324 * building.texi (Starting GUD): Note that multiple debugging
6325 sessions requires `gdb --fullname'.
6326
63272004-10-05 Ulf Jasper <ulf.jasper@web.de>
6328
6329 * calendar.texi (iCalendar): New section for a new package.
6330
8cf51b2c
GM
63312004-10-05 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * text.texi: Various small changes in addition to the following.
6334 (Text): Replace xref for autotype with inforef.
6335 (Sentences): Explain nil value for `sentence-end'.
6336 (Paragraphs): Update default values for `paragraph-start' and
6337 `paragraph-separate'.
6338 (Text Mode): Correct description of Text mode's effect on the
6339 syntax table.
6340 (Outline Visibility): `hide-other' does not hide top level headings.
6341 `selective-display-ellipses' no longer has an effect on Outline mode.
6342 (TeX Misc): Add missing @cindex.
6343 Replace xref for RefTeX with inforef.
6344 (Requesting Formatted Text): The variable
6345 `enriched-fill-after-visiting' no longer exists.
6346 (Editing Format Info): Update names of menu items and commands.
6347 (Format Faces): Mention special effect of specifying the default face.
6348 Describe inheritance of text properties.
6349 Correct description of `fixed' face.
6350 (Format Indentation): Correct description of effect of setting
6351 margins. Mention `set-left-margin' and `set-right-margin'.
6352 (Format Justification): Update names of menu items.
6353 `set-justification-full' is now bound to `M-j b'.
6354 Mention that `default-justification' is a per buffer variable.
6355 (Format Properties): Update name of menu item.
6356 (Forcing Enriched Mode): `format-decode-buffer' automatically
6357 turns on Enriched mode if the buffer is in text/enriched format.
6358
63592004-10-05 Emilio C. Lopes <eclig@gmx.net>
6360
6361 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
6362
63632004-09-28 Kim F. Storm <storm@cua.dk>
6364
6365 * display.texi (Display Custom) <indicate-buffer-boundaries>:
6366 Align with new functionality.
6367
8cf51b2c
GM
63682004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6369
6370 * display.texi (Display Custom): Remove stray `@end defvar'.
6371
63722004-09-23 Kim F. Storm <storm@cua.dk>
6373
6374 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
6375 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
6376
8cf51b2c
GM
63772004-09-20 Richard M. Stallman <rms@gnu.org>
6378
6379 * custom.texi (Hooks): Explain using setq to clear out a hook.
6380 (File Variables): Explain multiline string constants.
6381 (Non-ASCII Rebinding): Explain when you need to update
6382 non-ASCII char codes in .emacs.
6383
6384 * building.texi (Compilation): Explain how to make a silent
6385 subprocess that won't be terminated. Explain compilation-environment.
6386
63872004-09-13 Kim F. Storm <storm@cua.dk>
6388
6389 * mini.texi (Repetition): Rename isearch-resume-enabled to
6390 isearch-resume-in-command-history and change default to disabled.
6391
8cf51b2c
GM
63922004-09-09 Kim F. Storm <storm@cua.dk>
6393
6394 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6395 with new `kmacro-name-last-macro'.
6396
8cf51b2c
GM
63972004-09-08 Juri Linkov <juri@jurta.org>
6398
6399 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6400
8cf51b2c
GM
64012004-09-03 Juri Linkov <juri@jurta.org>
6402
6403 * search.texi (Incremental Search): Update wording for M-%.
6404
64052004-09-02 Luc Teirlinck <teirllm@auburn.edu>
6406
6407 * killing.texi (Killing): Correct description of kill commands in
6408 read-only buffer.
6409
64102004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
6411
6412 * building.texi (Compilation Mode): Add a paragraph about rules
6413 for finding the compilation buffer for `next-error'.
6414
6415 * search.texi (Other Repeating Search): Mention that Occur mode
6416 supports the next-error functionality.
6417
64182004-09-02 Juri Linkov <juri@jurta.org>
6419
6420 * search.texi (Regexp Replace): Add missing backslash to \footnote.
6421
64222004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * kmacro.texi (Basic Keyboard Macro):
6425 `apply-macro-to-region-lines' now operates on all lines that begin
6426 in the region, rather than on all complete lines in the region.
6427
c8763fb6 64282004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6429
6430 * frames.texi (Drag and drop): Add documentation about
6431 x-dnd-test-function and x-dnd-known-types.
6432
64332004-08-30 Luc Teirlinck <teirllm@auburn.edu>
6434
6435 * indent.texi: Various minor changes in addition to:
6436 (Indentation Commands): Correct description of `indent-relative'.
6437 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6438 mode. The *Tab Stops* buffer uses Overwrite Mode.
6439 (Just Spaces): `tabify' converts sequences of at least two spaces
6440 to tabs.
6441
8cf51b2c
GM
64422004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6443
6444 * frames.texi (Secondary Selection): Setting the secondary
6445 selection with M-Drag-Mouse-1 does not alter the kill ring,
6446 setting it with M-Mouse-1 and M-Mouse-3 does.
6447 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6448 toolkit scroll bars.
6449 (Scroll Bars): Ditto.
6450
6451 * windows.texi (Basic Window): When using a window system, the value
6452 of point in a non-selected window is indicated by a hollow box.
6453 (Split Window): Side by side windows are separated by a scroll bar,
6454 if scroll bars are used.
6455 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6456 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6457 (Window Convenience): Update bindings for `winner-undo' and
6458 `winner-redo'.
6459
6460 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 6461 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
6462 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6463 of "Using Emacs as a Server".
6464 * building.texi (Building): Interchange nodes (for correct numbering).
6465 * programs.texi (Programs): Interchange nodes (for correct numbering).
6466 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6467 Info to the node structure.
6468 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6469 Rearrange order of nodes and sections such that both "GNU GENERAL
6470 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6471 end, as appropriate for appendices.
6472 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6473 Use `@unnumberedsec'.
6474 * trouble.texi: Adapt sectioning in Info to the node structure.
6475 Adapt node pointers to change in emacs.texi.
6476 * cmdargs.texi, doclicense.texi: Adapt node pointers.
6477
8cf51b2c
GM
64782004-08-25 Kenichi Handa <handa@m17n.org>
6479
6480 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6481 description for unibyte mode.
6482
64832004-08-23 Luc Teirlinck <teirllm@auburn.edu>
6484
6485 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6486
6487 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6488 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6489 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6490 in @pxref.
6491
64922004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6493
6494 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6495 Change section names.
6496
8cf51b2c
GM
64972004-08-21 Luc Teirlinck <teirllm@auburn.edu>
6498
6499 * kmacro.texi (Keyboard Macro Ring): Rename section.
6500 Emacs treats the head of the macro ring as the `last keyboard macro'.
6501 (Keyboard Macro Counter): Minor change.
6502 (Save Keyboard Macro): Some clarifications.
6503 (Edit Keyboard Macro): Rename section.
6504
6505 * buffers.texi (Buffers): Maximum buffer size is now 256M on
6506 32-bit machines.
6507 (Several Buffers): Clarify which buffer is selected if `2' is
6508 pressed in the Buffer Menu.
6509 Auto Revert mode can be used to update the Buffer Menu
6510 automatically.
6511
65122004-08-21 Eli Zaretskii <eliz@gnu.org>
6513
6514 * help.texi (Misc Help): Add an index entry for finding an Info
6515 manual by its file name.
6516
65172004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6518
6519 * files.texi (Backup Deletion): Correct description of
6520 `delete-old-versions'.
6521 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6522 (Auto Save Files): Recommend `auto-save-mode' to reenable
6523 auto-saving, rather than the abbreviation `auto-save'.
6524
65252004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6526
6527 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6528 for "killing" and "yanking" in main menu.
6529
65302004-08-16 Richard M. Stallman <rms@gnu.org>
6531
6532 * killing.texi (Yanking, Killing): Minor cleanups.
6533
6534 * mark.texi (Momentary Mark): Minor cleanups.
6535
65362004-08-15 Kenichi Handa <handa@etl.go.jp>
6537
6538 * custom.texi (Non-ASCII Rebinding):
6539 C-q always inserts the right code to pass to global-set-key.
6540
8cf51b2c
GM
65412004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6542
6543 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6544 `insert-register', instead of `C-x r g' binding, for consistency.
6545
65462004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6547
6548 * fixit.texi (Spelling): Fix typo.
6549
65502004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * help.texi (Help): Fix Texinfo usage.
6553
8cf51b2c
GM
65542004-07-24 Richard M. Stallman <rms@gnu.org>
6555
6556 * text.texi (Paragraphs): Update how paragraphs are separated
6557 and the default for paragraph-separate.
6558
6559 * search.texi (Regexp Replace): Further update text for new
6560 replacement operators.
6561
8cf51b2c
GM
65622004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6565 `R' switch.
6566
6567 * dired.texi (Dired Updating): `k' only deletes inserted
6568 subdirectories from the Dired buffer if a prefix argument was given.
6569
6570 * search.texi (Regexps): Delete redundant definition of `symbol' in
6571 description of `\_>'. It already occurs in the description of `\_<'.
6572
8cf51b2c
GM
65732004-07-01 Juri Linkov <juri@jurta.org>
6574
6575 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6576 (Regexp Search): Add M-r.
6577
65782004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6579
6580 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6581
65822004-06-29 Jesper Harder <harder@ifa.au.dk>
6583
49823426 6584 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6585
65862004-06-25 Richard M. Stallman <rms@gnu.org>
6587
6588 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6589
65902004-06-25 David Kastrup <dak@gnu.org>
6591
6592 * search.texi (Regexp Replace): Some typo corrections and
6593 rearrangement.
6594
65952004-06-24 David Kastrup <dak@gnu.org>
6596
6597 * search.texi (Unconditional Replace): Use replace-string instead
6598 of query-replace in example.
6599 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6600 sequences.
6601 (Query Replace): Correct explanation of `^' which does not use
6602 the mark stack.
6603
66042004-06-21 Nick Roberts <nickrob@gnu.org>
6605
6606 * misc.texi (Shell History Copying): Document comint-insert-input.
6607 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6608
8cf51b2c
GM
66092004-06-20 Jesper Harder <harder@ifa.au.dk>
6610
6611 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6612 * custom.texi (Customization): Do.
6613 * anti.texi (Antinews): Do.
6614 * abbrevs.texi (Defining Abbrevs): Do.
6615
6616 * programs.texi (Info Lookup): Fix keybinding for
6617 info-lookup-symbol.
6618
66192004-06-16 Juanma Barranquero <lektu@terra.es>
6620
6621 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6622 Add emacs-xtra.
6623 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6624 (clean): Add emacs-xtra and flymake. Remove redundancies.
6625
66262004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6627
6628 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6629 Add emacs-xtra.
6630 * emacs-xtra.texi: New file.
6631
66322004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6633
6634 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6635 (Dired and Find): Mention differences with ordinary Dired buffers.
6636
8cf51b2c
GM
66372004-06-13 Richard M. Stallman <rms@gnu.org>
6638
6639 * custom.texi (Init Syntax): Explain about vars that do special
6640 things when set with setq or with Custom.
6641 (Init Examples): Add line-number-mode example.
6642
8cf51b2c
GM
66432004-06-12 Juri Linkov <juri@jurta.org>
6644
6645 * dired.texi (Operating on Files): Add dired-do-touch.
6646
8cf51b2c
GM
66472004-06-10 Juri Linkov <juri@jurta.org>
6648
6649 * building.texi (Lisp Eval): Add C-M-x on defface.
6650
66512004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * files.texi (Reverting): Auto-Revert mode and
6654 Global Auto-Revert mode no longer revert remote files.
6655
8cf51b2c
GM
66562004-05-29 Richard M. Stallman <rms@gnu.org>
6657
6658 * custom.texi (Init File): Two dashes start --no-site-file.
6659
8cf51b2c
GM
66602004-05-29 Alan Mackenzie <acm@muc.de>
6661
6662 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6663 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6664 (AWK, Pike): Document as "C-like modes".
6665 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6666 (M-x man): Supersedes M-x manual-entry.
6667 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6668
6669 ("Comments in C"): Delete node; the info is in CC Mode manual.
6670 (c-comment-only-line-offset): Remove description.
6671
6672 (C-c ., C-c C-c): Describe new C Mode bindings.
6673
6674 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6675 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6676 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6677 Amend definitions.
6678
6679 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6680 Describe functions.
6681
6682 (c-comment-start-regexp, c-hanging-comment-ender-p)
6683 (c-hanging-comment-starter-p): Remove obsolete definitions.
6684
6685 * emacs.texi: Remove the menu entry "Comments in C".
6686
8cf51b2c
GM
66872004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6690 `M-x locate'.
6691
66922004-05-16 Karl Berry <karl@gnu.org>
6693
6694 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6695 makeinfo --html fails.
6696 * help.texi (Help Summary) [@ifnottex]: Likewise.
6697
66982004-05-13 Nick Roberts <nickrob@gnu.org>
6699
6700 * building.texi (GDB Graphical Interface): Update and describe
6701 layout first.
6702
8cf51b2c
GM
67032004-05-04 Jason Rumney <jasonr@gnu.org>
6704
6705 * makefile.w32-in: Revert last change.
6706
67072004-05-03 Jason Rumney <jasonr@gnu.org>
6708
6709 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6710
8cf51b2c
GM
67112004-04-23 Juanma Barranquero <lektu@terra.es>
6712
6713 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6714
67152004-04-18 Juri Linkov <juri@jurta.org>
6716
6717 * fixit.texi (Spelling): Remove file extension from ispell xref.
6718
67192004-04-15 Kim F. Storm <storm@cua.dk>
6720
6721 * cmdargs.texi (Initial Options): Add -Q.
6722
67232004-04-05 Kim F. Storm <storm@cua.dk>
6724
6725 * custom.texi (File Variables): Add safe-local-eval-forms.
6726
8cf51b2c
GM
67272004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6728
6729 * files.texi (Reverting): Correct description of revert-buffer's
6730 handling of point.
6731
67322004-03-22 Juri Linkov <juri@jurta.org>
6733
6734 * emacs.texi (Top): Add `Misc X'.
6735
49823426 6736 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6737
6738 * glossary.texi: Improve references.
6739
6740 * help.texi: Sync keywords with finder.el.
6741
6742 * mini.texi (Completion): Add description for menu items.
6743
6744 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6745
6746 * sending.texi (Mail Methods): Fix xref to Message manual.
6747
8cf51b2c
GM
67482004-03-12 Richard M. Stallman <rms@gnu.org>
6749
8cf51b2c
GM
6750 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6751
8cf51b2c
GM
67522004-03-04 Richard M. Stallman <rms@gnu.org>
6753
6754 * search.texi (Regexps): Explain that ^ and $ have their
6755 special meanings only in certain contexts.
6756
6757 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6758
6759 * mule.texi (Specify Coding): Doc C-x RET F.
6760
6761 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6762 for multiple compile and grep buffers.
6763 (Indirect Buffers): Don't recommand clone-indirect-buffer
6764 for multiple compile and grep buffers.
6765
8cf51b2c
GM
67662004-02-29 Juanma Barranquero <lektu@terra.es>
6767
6768 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6769 Use $(DEL) instead of rm, and ignore exit code.
6770
8cf51b2c
GM
67712004-02-23 Nick Roberts <nick@nick.uklinux.net>
6772
6773 * building.texi (Watch Expressions): Update.
6774
67752004-02-21 Juri Linkov <juri@jurta.org>
6776
6777 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6778 --directory, --help, --version. Move text about command-line-args
6779 to Command Arguments.
6780 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6781 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6782 (Window Size X): Join -g and --geometry. Add @cindex.
6783 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6784 (Title X): Remove alias -title.
6785 (Misc X): New node.
6786
c8763fb6 67872004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6788
6789 * frames.texi (Drag and drop): Add Motif to list of supported
6790 protocols.
6791
c8763fb6 67922004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6793
6794 * frames.texi (Drag and drop): New section.
6795
67962004-01-24 Richard M. Stallman <rms@gnu.org>
6797
6798 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6799 Include it only @ifnotinfo. Patch the preceding and following
6800 node headers to point to each other.
6801
68022004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6803
6804 * calendar.texi (Appointments): Update section.
6805
68062003-12-29 Kevin Ryde <user42@zip.com.au>
6807
8cf51b2c
GM
6808 * programs.texi (C Modes): Fix the xref.
6809
68102003-12-23 Nick Roberts <nick@nick.uklinux.net>
6811
6812 * building.texi (Watch Expressions): Update.
6813 (Commands of GUD): Include use of toolbar + breakpoints set from
6814 fringe/margin.
6815
68162003-12-03 Andre Spiegel <spiegel@gnu.org>
6817
6818 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6819 <acm@muc.de>.
6820
c8763fb6 68212003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6822
6823 * frames.texi (Dialog Boxes): Add use-file-dialog.
6824
8cf51b2c
GM
68252003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6826
6827 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6828 in CC Mode.
6829
8cf51b2c
GM
68302003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6831
6832 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6833 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6834 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6835 * man/frames.texi, man/glossary.texi, man/killing.texi:
6836 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6837 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6838 * man/sending.texi, man/text.texi, man/trouble.texi:
6839 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6840
68412003-11-01 Alan Mackenzie <acm@muc.de>
6842
6843 * search.texi (Scrolling During Incremental Search): Document a
6844 new scrolling facility in isearch mode.
6845
8cf51b2c
GM
68462003-10-22 Miles Bader <miles@gnu.org>
6847
6848 * Makefile.in (info): Move before $(top_srcdir)/info.
6849
68502003-10-22 Nick Roberts <nick@nick.uklinux.net>
6851
6852 * building.texi (Watch Expressions): Update section on data display
6853 to reflect code changes (GDB Graphical Interface).
6854
8cf51b2c
GM
68552003-10-13 Richard M. Stallman <rms@gnu.org>
6856
6857 * xresources.texi (GTK resources): Clean up previous change.
6858
c8763fb6 68592003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6860
6861 * xresources.texi (GTK resources): Add a note that some themes
6862 disallow customizations. Add scroll theme example.
6863
8cf51b2c
GM
68642003-09-30 Richard M. Stallman <rms@gnu.org>
6865
8cf51b2c
GM
6866 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6867
6868 * misc.texi (Saving Emacs Sessions): Shorten the section,
6869 collapsing back into one node.
6870
68712003-09-30 Lars Hansen <larsh@math.ku.dk>
6872
6873 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6874
ce058493 68752003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6876
6877 * xresources.texi (GTK names in Emacs): Correct typo.
6878
8cf51b2c
GM
68792003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6880
6881 * cmdargs.texi (Font X): Mention new default font. More
6882 fully describe long font names, wildcard patterns and the
6883 problems involved. (Result of discussion on emacs-devel.)
6884
68852003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6886
6887 * emacs.texi (Acknowledgements): Correct typo.
6888
68892003-09-22 Richard M. Stallman <rms@gnu.org>
6890
6891 * dired.texi (Misc Dired Commands): New node.
6892 (Dired Navigation): Add dired-goto-file.
6893
6894 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6895
6896 * emacs.texi (Acknowledgements): New node, split from Distribution.
6897
6898 * cmdargs.texi (Action Arguments): -f reads interactive args.
6899
8cf51b2c
GM
69002003-09-08 Lute Kamstra <lute@gnu.org>
6901
6902 * screen.texi (Mode Line): Say that POS comes before LINE.
6903 Mention `size-indication-mode'.
6904 * display.texi (Optional Mode Line): Document
6905 `size-indication-mode'.
6906 * basic.texi (Position Info): Mention `size-indication-mode'.
6907
69082003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6909
6910 * xresources.texi (Resources): Refer to `editres' man page.
6911 (Lucid Resources): Update defaults. Expand description of
6912 `shadowThickness'.
6913
69142003-09-04 Miles Bader <miles@gnu.org>
6915
6916 * Makefile.in (top_srcdir): New variable.
6917 ($(top_srcdir)/info): New rule.
6918 (info): Depend on it.
6919
69202003-09-03 Peter Runestig <peter@runestig.com>
6921
6922 * makefile.w32-in: New file.
6923
69242003-08-29 Richard M. Stallman <rms@gnu.org>
6925
6926 * misc.texi (Saving Emacs Sessions): Correct previous change.
6927
8cf51b2c
GM
69282003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6929
8cf51b2c
GM
6930 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6931 (Intro): Include kmacro.texi after fixit.texi instead of after
6932 custom.texi. (As suggested by Kim Storm.)
6933
69342003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6935
6936 * fixit.texi (Fixit): Update `Next' pointer.
6937 * files.texi (Files): Update `Previous' pointer.
6938 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6939 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6940 (Suggested by Kim Storm.)
6941 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6942
69432003-08-18 Kim F. Storm <storm@cua.dk>
6944
6945 * kmacro.texi: New file describing enhanced keyboard macro
6946 functionality. Replaces old description in custom.texi.
6947
6948 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6949 (Keyboard Macros): Move to new kmacro.texi file.
6950
6951 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6952
8cf51b2c
GM
69532003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6954
6955 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6956
69572003-08-17 Alex Schroeder <alex@gnu.org>
6958
6959 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6960 required.
6961
8cf51b2c
GM
69622003-08-05 Richard M. Stallman <rms@gnu.org>
6963
6964 * programs.texi (Lisp Indent): Don't describe
6965 lisp-indent-function property here. Use xref to Lisp Manual.
6966
8cf51b2c
GM
69672003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6968
fffa137c 6969 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6970 abbreviations.
6971
69722003-07-24 Markus Rost <rost@math.ohio-state.edu>
6973
6974 * buffers.texi (List Buffers): Fix previous change.
6975
8cf51b2c
GM
69762003-07-13 Markus Rost <rost@math.ohio-state.edu>
6977
6978 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6979 List*.
6980
69812003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6982
8cf51b2c
GM
6983 * display.texi (Font Lock): Fix typo.
6984
69852003-07-07 Richard M. Stallman <rms@gnu.org>
6986
6987 * display.texi (Font Lock): Add xref for format info on
6988 font-lock-remove-keywords.
6989
6990 * building.texi (Compilation): Document what happens with asynch
6991 children of compiler process.
6992
6993 * help.texi (Library Keywords): Use @multitable.
6994
8cf51b2c
GM
69952003-06-04 Richard M. Stallman <rms@gnu.org>
6996
6997 * programs.texi (Expressions): Delete C-M-DEL.
6998
6999 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7000 comint-move-point-for-output renamed from
7001 comint-scroll-to-bottom-on-output.
7002
7003 * custom.texi (Init Rebinding): Replace previous change with xref.
7004 (Non-ASCII Rebinding): Explain that issue more briefly here.
7005
70062003-05-28 Richard M. Stallman <rms@gnu.org>
7007
7008 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7009
70102003-05-28 Nick Roberts <nick@nick.uklinux.net>
7011
7012 * building.texi (GDB Graphical Interface): New node.
7013 (Rewritten somewhat by RMS.)
7014
c8763fb6 70152003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7016
7017 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7018 non-English letters. Explain how to set coding systems correctly
7019 and how to include the right coding cookie in the file.
7020
c8763fb6 70212003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7022
7023 * indent.texi (Indentation): Explain the concepts.
7024 (Just Spaces): Explain why preventing tabs for indentation might
7025 be useful.
7026
8cf51b2c
GM
70272003-04-16 Richard M. Stallman <rms@gnu.org>
7028
7029 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7030
8cf51b2c
GM
70312003-02-22 Alex Schroeder <alex@emacswiki.org>
7032
7033 * cmdargs.texi (General Variables): Document SMTPSERVER.
7034
8cf51b2c
GM
7035 * sending.texi: Remove SMTP node.
7036 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7037 library.
7038
8cf51b2c
GM
70392003-02-22 Alex Schroeder <alex@emacswiki.org>
7040
7041 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7042
70432003-02-22 Simon Josefsson <jas@extundo.com>
7044
7045 * sending.texi (Mail Methods): Add node about SMTP.
7046
c8763fb6 70472003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7048
7049 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7050
8cf51b2c
GM
70512003-02-01 Kevin Ryde <user42@zip.com.au>
7052
7053 * glossary.texi (Glossary): Correction to cl cross reference.
7054
70552003-01-20 Richard M. Stallman <rms@gnu.org>
7056
7057 * killing.texi (Rectangles): Document C-x c r.
7058
c8763fb6 70592003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7060
7061 * xresources.texi (GTK resources): New node.
7062 (GTK widget names): New node.
7063 (GTK names in Emacs): New node.
7064 (GTK styles): New node.
7065
c8763fb6 70662003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7067
7068 * maintaining.texi (Create Tags Table): Add reference to the new
7069 `etags --help --lang=LANG' option.
7070
8cf51b2c
GM
70712002-10-02 Karl Berry <karl@gnu.org>
7072
49823426 7073 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7074 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7075 where needed for the sake of the HTML output.
8cf51b2c
GM
7076
70772001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7080 source files.
7081
70822001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7083
7084 * Makefile.in (emacsman): New target.
7085
8cf51b2c
GM
70862001-10-20 Gerd Moellmann <gerd@gnu.org>
7087
7088 * (Version 21.1 released.)
7089
70902001-10-05 Gerd Moellmann <gerd@gnu.org>
7091
7092 * Branch for 21.1.
7093
8cf51b2c
GM
70942001-03-05 Gerd Moellmann <gerd@gnu.org>
7095
7096 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7097
8cf51b2c
GM
70982000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7099
7100 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7101
8cf51b2c
GM
71021999-07-12 Richard Stallman <rms@gnu.org>
7103
7104 * Version 20.4 released.
7105
71061998-12-04 Markus Rost <rost@delysid.gnu.org>
7107
7108 * Makefile.in (INFO_TARGETS): Delete customize.info.
7109 (DVI_TARGETS): Delete customize.dvi.
7110 (../info/customize, customize.dvi): Targets deleted.
7111
71121998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7113
7114 * Version 20.3 released.
7115
71161998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7117
7118 * Makefile.in (EMACSSOURCES): Add mule.texi.
7119 Add msdog.texi, ack.texi. Remove gnu1.texi.
7120
71211998-04-06 Andreas Schwab <schwab@gnu.org>
7122
768c0c0f
JB
7123 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7124 Use it in dvi targets.
8cf51b2c
GM
7125
71261997-09-23 Paul Eggert <eggert@twinsun.com>
7127
7128 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7129 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7130 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7131
71321997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7133
7134 * Version 20.2 released.
7135
71361997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7137
7138 * Version 20.1 released.
7139
71401997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7141
7142 * Makefile (../info/customize, customize.dvi): New targets.
7143 (INFO_TARGETS): Add ../info/customize.
7144 (DVI_TARGETS): Add customize.dvi.
7145
8cf51b2c
GM
71461996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7147
7148 * Version 19.33 released.
7149
71501996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7151
7152 * Version 19.32 released.
7153
8cf51b2c
GM
71541996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7155
7156 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7157
71581996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7159
7160 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7161 Specify -I option.
7162 (All dvi targets): Set the TEXINPUTS variable.
7163
71641996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7165
7166 * Version 19.31 released.
7167
8cf51b2c
GM
71681995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7169
7170 * Version 19.30 released.
7171
8cf51b2c
GM
71721995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7173
7174 * Makefile.in (maintainer-clean): Rename from realclean.
7175
71761994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7177
7178 * Makefile.in: New file.
7179 * Makefile: File deleted.
7180
71811994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7182
7183 * Makefile (TEXINDEX_OBJS): Variable deleted.
7184 (texindex, texindex.o, getopt.o): Rules deleted.
7185 All deps on texindex deleted.
7186 (distclean): Don't delete texindex.
7187 (mostlyclean): Don't delete *.o.
7188 * texindex.c, getopt.c: Files deleted.
7189
71901994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7191
7192 * Version 19.26 released.
7193
71941994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7195
7196 * Makefile (EMACSSOURCES): Exclude undo.texi.
7197
71981994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7199
7200 * Version 19.25 released.
7201
72021994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7203
7204 * Version 19.24 released.
7205
72061994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7207
7208 * Version 19.23 released.
7209
72101994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7211
7212 * Makefile: Delete spurious tab.
7213
72141994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7215
7216 * Makefile (.SUFFIXES): New rule.
7217
8cf51b2c
GM
72181993-12-04 Richard Stallman (rms@srarc2)
7219
7220 * getopt.c: New file.
7221 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7222 (getopt.o): New rule.
7223 (dvi): Don't depend on texindex.
49823426 7224 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7225
72261993-12-03 Richard Stallman (rms@srarc2)
7227
49823426
GM
7228 * Makefile (TEXI2DVI): New variable.
7229 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7230 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7231
72321993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7233
7234 * Version 19.22 released.
7235
72361993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7237
7238 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7239
72401993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7241
7242 * Version 19.21 released.
7243
8cf51b2c
GM
72441993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7245
7246 * Makefile (realclean): Don't delete the Info files.
7247
f0131492 72481993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7249
8cf51b2c
GM
7250 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7251 4' where appropriate.
7252
f0131492 72531993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7254
49823426 7255 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7256
7257 * texindex.c: Include "../src/config.h" if building in emacs.
7258
7259 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7260 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7261 Add target to build texindex.c, defining `emacs'.
7262
8cf51b2c
GM
72631993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7264
7265 * Version 19.19 released.
7266
8cf51b2c
GM
72671993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7268
7269 * Version 19.18 released.
7270
72711993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7272
7273 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7274
72751993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7276
7277 * Version 19.17 released.
7278
72791993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7280
7281 * split-man: Fix typos in last change.
7282
72831993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7284
7285 * Version 19.16 released.
7286
72871993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7288
7289 * version 19.15 released.
7290
72911993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7292
7293 * Makefile (distclean): It's rm, not rf.
7294
72951993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7296
7297 * Version 19.14 released.
7298
72991993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7300
7301 * Makefile: New file.
7302
73031993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7304
7305 * Version 19.13 released.
7306
73071993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7308
7309 * Version 19.9 released.
7310
73111993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7312
7313 * Version 19.8 released.
7314
73151993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7316
7317 * cmdargs.texi: Document the -i, -itype, and -iconic options.
7318
7319 * trouble.texi: It's `enable-flow-control-on', not
7320 `evade-flow-control-on'.
7321
73221993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7323
7324 * display.texi: Document standard-display-european.
7325
73261993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7327
7328 * Version 19.7 released.
7329
7330 * emacs.texi: Add a sentence to the top menu mentioning the
7331 specific version of Emacs this manual applies to.
7332
73331993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7334
7335 * basic.texi: Document next-line-add-lines variable used to
7336 implement down-arrow.
7337
7338 * killing.texi: Document kill-whole-line.
7339
73401993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7341
7342 * text.texi: Update unix TeX ordering information.
7343
73441993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7345
7346 * news.texi: Mention fill-rectangle in keybinding list.
7347
7348 * killing.texi: Document fill-rectangle.
7349
73501993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7351
7352 * vc.texi: Bring the docs up to date with VC 5.2.
7353
73541992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7355
7356 * emacs.tex: Mention blackbox and gomoku under Amusements.
7357 Assembler mode is now mentioned and appropriately indexed
7358 under Programming Modes.
7359
73601991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
7361
7362 * emacs.tex: Update TeX ordering information.
7363
8cf51b2c
GM
73641990-06-26 David Lawrence (tale@geech)
7365
7366 * emacs.tex: Note that completion-ignored-extensions is not used
7367 to filter out names when all completions are displayed in
7368 *Completions*.
7369
73701990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
7371
7372 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
7373
73741990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
7375
7376 * emacs.tex: Add @findex grep.
7377
8cf51b2c
GM
73781988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7379
7380 * emacs.tex: Correct two typos. No other changes before
7381 Version 19 will be made.
7382
8cf51b2c
GM
73831988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7384
7385 * emacs.tex: Update information for obtaining TeX distribution from the
7386 University of Washington.
7387
7388;; Local Variables:
c8763fb6 7389;; coding: utf-8
8cf51b2c
GM
7390;; End:
7391
17ca7950
GM
7392 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
7393 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
7394 Free Software Foundation, Inc.
8cf51b2c
GM
7395
7396 This file is part of GNU Emacs.
7397
352c8b4a 7398 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 7399 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7400 the Free Software Foundation, either version 3 of the License, or
7401 (at your option) any later version.
8cf51b2c
GM
7402
7403 GNU Emacs is distributed in the hope that it will be useful,
7404 but WITHOUT ANY WARRANTY; without even the implied warranty of
7405 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7406 GNU General Public License for more details.
7407
7408 You should have received a copy of the GNU General Public License
352c8b4a 7409 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.