(install-arch-indep, info): Handle MAKEINFO == off.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
1bcfc24e
CY
12008-05-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * killing.texi (Appending Kills): Remove a strangely off-topic index
4 entry.
5
db86064f
ER
62008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
7
8 * aack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer
9 supported.
10
a31b405e
ER
112008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
12
13 * emacs/buffers.texi, emacs/files.texi (Version-control):
14 vc-toggle-read-only is no longer a good idea...
15
ff2c14fc
GM
162008-04-29 Glenn Morris <rgm@gnu.org>
17
18 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
19
367c9b7c
JL
202008-04-22 Juri Linkov <juri@jurta.org>
21
22 * dired.texi (Subdirectories in Dired): Describe using `^'
23 to return to the parent directory.
24
4ac1e9b4
NR
252008-04-22 Nick Roberts <nickrob@snap.net.nz>
26
27 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
28 recent changes.
29
b9b3bf2b
NR
302008-04-19 Nick Roberts <nickrob@snap.net.nz>
31
32 * building.texi (GDB-UI Layout, Breakpoints Buffer)
33 (Other GDB-UI Buffers): Update for recent thread related changes.
34
4d120d6a
SM
352008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
36
37 * maintaining.texi (Maintaining):
38 * emacs.texi (Top): Typo.
39
a152877d
SM
402008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
41
b9b3bf2b
NR
42 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
43 arg in `font-lock-add-keywords'.
a152877d 44
36c0514c
GM
452008-04-08 Glenn Morris <rgm@gnu.org>
46
47 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
48 Also add Baha'i calendar references where appropriate.
49
06a97d46
GM
502008-04-05 Glenn Morris <rgm@gnu.org>
51
52 * custom.texi (Init File): Byte-compiling .emacs is bad.
53
6adc6eed
SM
542008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
57
571388b0
GM
582008-03-29 Glenn Morris <rgm@gnu.org>
59
60 * calendar.texi: Update for `calendar-date-style' replacing
61 `european-calendar'.
62
3ae8f876
JR
632008-03-28 Jason Rumney <jasonr@gnu.org>
64
65 * display.texi (Display Custom): Mention overlay-margin in text.
66
5bc6ddff 672008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 68
5bc6ddff
MB
69 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
70 tutorial' comments.
03a864d5 71
7186a830
CY
722008-03-28 Chong Yidong <cyd@stupidchicken.com>
73
74 * mark.texi (Mark): Rearrange nodes.
75 (Persistent Mark): Rename from Transient Mark.
76 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
77 Describe Transient Mark mode as the default.
78
79 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
80 the default behavior with Transient Mark mode off.
81 (Position Info): Fix typo.
82
83 * display.texi (Standard Faces): Reference the Mark node. Remove
84 discussion of the region face, which is discussed there.
85
86 * emacs.texi (Top): Update node listings.
87
88 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
89 as the default.
90
91 * fixit.texi (Undo): Standardize choice of undo key sequence.
92 (Undo, Spelling): Describe Transient Mark mode as the default.
93
94 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
95 default.
96
97 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
98
99 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
100 mode is the default, and note that the mark is not activated when set.
101
102 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
103 Describe Transient Mark mode as the default.
104
105 * search.texi (Basic Isearch): Reference the Mark Ring node.
106 (Replace, Unconditional Replace, Other Repeating Search):
107 Describe Transient Mark mode as the default.
108
109 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
110 Transient Mark mode as the default.
111 (Paragraphs): Describe how M-h behaves when region is active.
112
113 * trouble.texi (Quitting): Clarify effects of C-g.
114
dc47d1ff
GM
1152008-03-13 Glenn Morris <rgm@gnu.org>
116
117 * emacs.texi (EMACSVER): Set to 23.0.60.
118
e3e0fb39 1192008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 120
e3e0fb39
GM
121 * dired.texi (Hiding Subdirectories): Fix previous change.
122
1232008-03-05 Drew Adams <drew.adams@oracle.com>
124
125 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 126
5e14abf8
KS
1272008-02-28 Kim F. Storm <storm@cua.dk>
128
129 * help.texi (Help Files): Move describe-gnu-project to C-h g.
130 Move describe-distribution to C-h C-o.
131 Move view-emacs-problems to C-h C-p.
132 Add view-emacs-debugging on C-h C-d.
133 Add view-external-packages on C-h C-e.
d0207bf3 134 Add view-order-manuals on C-h C-m.
5e14abf8 135
d0207bf3 1362008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
137
138 * msdog-xtra.texi (MS-DOS): Docstring fix.
139
87e391bb
EZ
1402008-02-09 Eli Zaretskii <eliz@gnu.org>
141
142 * msdog.texi (Windows Fonts): Use a @table for describing font
143 properties.
144
5662e503
JR
1452008-02-07 Jason Rumney <jasonr@gnu.org>
146
147 * msdog.texi (Windows Files): w32-get-true-file-attributes default
148 value has changed.
149 (Windows HOME): Clarify what is meant by "if that fails as well".
150 (Windows Fonts): New section.
151
72463824
GM
1522008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
153
154 * basic.texi (Basic Undo): Remove duplicate "you can".
155
7ff926e0
EZ
1562008-02-02 Eli Zaretskii <eliz@gnu.org>
157
158 * maintaining.texi (Tags): Fix last change.
159
6ab7aef1
MA
1602008-02-02 Michael Albinus <michael.albinus@gmx.de>
161
093571c3 162 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 163
ace67e7e
NR
1642008-01-31 Nick Roberts <nickrob@snap.net.nz>
165
166 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
167
ae068fdf
RS
1682008-01-26 Richard Stallman <rms@gnu.org>
169
170 * maintaining.texi (Tags): Delete redundant index entry.
171
a56d9a08
EZ
1722008-01-26 Eli Zaretskii <eliz@gnu.org>
173
174 * programs.texi (Imenu): Move "@cindex tags" from here...
175 * maintaining.texi (Tags): ...to here.
176
e941ed90
NR
1772008-01-23 Kevin Ryde <user42@zip.com.au>
178
179 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
180 click count.
181
650276d5
JB
1822008-01-21 Juanma Barranquero <lekktu@gmail.com>
183
184 * entering.texi (Exiting): Fix typo.
185 Reported by D. E. Evans <sinuhe@gnu.org>.
186
8dc17977
MR
1872007-12-31 Martin Rudalics <rudalics@gmx.at>
188
189 * glossary.texi (Glossary): Fix typo.
190
9f9695a6
RS
1912007-12-27 Richard Stallman <rms@gnu.org>
192
193 * text.texi (Formatted Text): Improve menu tag.
194 (Editing Format Info): In Info, add duplicate menu of nodes
195 about the submenus.
196 (Format Faces): Say where Faces menu is found. Mention Other.
197 (Format Colors): Say where these submenus are found.
198 (Format Indentation, Format Justification): Likewise.
199 (Format Properties): Likewise.
200
abfd0191
RS
2012007-12-22 Richard Stallman <rms@gnu.org>
202
203 * search.texi (Query Replace): Make exp of query-replace more
204 self-contained, and clarify.
8dc17977 205
abfd0191
RS
206 * cc-mode.texi (Getting Started): Change @ref to @pxref.
207
a2586785
RS
2082007-12-15 Richard Stallman <rms@gnu.org>
209
210 * files.texi (Auto Save): Clarify definition of auto-saving.
211
a67cf2bb
RS
2122007-11-26 Richard Stallman <rms@gnu.org>
213
214 * help.texi (Help Echo): Cleanups.
215
448b33b1
TTN
2162007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
217
218 * files.texi (Why Version Control?): Fix typo.
219 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
220 (Selecting a Fileset): Fix typos; small rewording.
221 (Log Buffer): Likewise.
222 (Old Revisions): Likewise.
448b33b1 223
221bb7f6
EZ
2242007-11-17 Eli Zaretskii <eliz@gnu.org>
225
226 * mule.texi (Communication Coding): Fix wording of last change.
227
d0207bf3 2282007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 229
630cb3b7
JB
230 * custom.texi (Specifying File Variables):
231 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 232
53b7759e
KH
2332007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
234
a5ab2e0c 235 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
236
237 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
238
c8763fb6 2392007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 240
630cb3b7 241 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
242 --output=file.
243
ff98e024
MR
2442007-11-13 Martin Rudalics <rudalics@gmx.at>
245
246 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
247 (Help Echo): Avoid mentioning the term "region" here and
248 consistently use the term "active text".
249
37b11c22
GM
2502007-11-11 Glenn Morris <rgm@gnu.org>
251
252 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
253
21d50ba1
JL
2542007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
255
256 * search.texi (Query Replace): Mention
257 `query-replace-show-replacement'.
258
c12ecb0a 2592007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
260
261 * building.texi (Watch Expressions): Remove obscure sentence.
262
3b4201f4
KH
2632007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
264
265 * mule.texi (Select Input Method): Describe how to activate an input
266 method in the text mode.
267
07e5c0b0
DN
2682007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
269
270 * cmdargs.texi (Misc Variables): Remove Sun windows info.
271
52dd7391
NR
2722007-10-30 Nick Roberts <nickrob@snap.net.nz>
273
274 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
275
c004e539
GM
2762007-10-30 Glenn Morris <rgm@gnu.org>
277
278 * misc.texi (Directory Tracking): Explain a bit more about
279 dirtrack-mode.
280
ca8c5b8c
GM
2812007-10-25 Glenn Morris <rgm@gnu.org>
282
283 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
284
b6c764ef
RS
2852007-10-24 Richard Stallman <rms@gnu.org>
286
287 * misc.texi (Interactive Shell): Cleanup last change.
288
eabd84c9
JL
2892007-10-22 Juri Linkov <juri@jurta.org>
290
291 * mini.texi (Minibuffer History): Add text about a list of minibuffer
292 default values.
293
0b43c7e2
ER
2942007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
295
ca8c5b8c 296 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
297 'filesets'.
298
a80859d4
MR
2992007-10-18 Martin Rudalics <rudalics@gmx.at>
300
301 * trouble.texi (Quitting): Fix typo.
302
c9447ae1
GM
3032007-10-18 Glenn Morris <rgm@gnu.org>
304
305 * frames.texi (Mode Line Mouse): Mention minor mode names.
306
168b980f
JL
3072007-10-17 Juri Linkov <juri@jurta.org>
308
309 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
310 fill-paragraph operates on the active region in Transient Mark mode.
311 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
312 with fill-paragraph.
313
314 * basic.texi (Arguments): Replace fill-paragraph-or-region with
315 fill-paragraph.
316
317 * fixit.texi (Spelling): ispell-word operates on the active region
318 in Transient Mark mode.
319
5a331f34
JB
3202007-10-17 Aaron S. Hawley <aaronh@garden.org>
321
322 * building.texi (Source Buffers):
323 * custom.texi (Init Non-ASCII):
324 * glossary.texi (Glossary): Use "key binding" consistently.
325
2a9f4d55
JB
3262007-10-17 Juanma Barranquero <lekktu@gmail.com>
327
328 * calendar.texi (Diary): Fix directive.
329
de13cecf
RS
3302007-10-16 Richard Stallman <rms@gnu.org>
331
332 * calendar.texi (Diary): Clarify text about diary file example.
333
5f90d53e
ER
3342007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
335
336 * files.texi: Capitalize node names according to convention.
337
3aa491bc
GM
3382007-10-13 Glenn Morris <rgm@gnu.org>
339
340 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
341
8a3106d3
ER
3422007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
343
344 * emacs.texi:
345 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 346 suggested by RMS and Robert J. Chassell.
8a3106d3 347
da1080a2
ER
3482007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
349
3aa491bc 350 * files.texi (Version Systems):
0870a421
ER
351 * vc-xtra.texi:
352 * vc1-xtra.texi:
ac3f4c6f 353 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 354 operations. Change of terminology from `version' to `revision'.
a7fc5b78 355 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 356 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 357
58ade22b
ER
3582007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
359
da1080a2 360 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
361 Reorder the descriptions to be chronological.
362
93870ce2
RS
3632007-10-09 Richard Stallman <rms@gnu.org>
364
365 * display.texi (Cursor Display): Correct how cursor appears
366 in nonselected windows.
367
568c7288
NR
3682007-10-04 Nick Roberts <nickrob@snap.net.nz>
369
370 * building.texi (GDB Graphical Interface): Remove references to gdba
371 and mention gud-gdb.
372
1af74d06 3732007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 374
1af74d06 375 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 376
0d8fb755
JL
3772007-10-06 Juri Linkov <juri@jurta.org>
378
379 * text.texi (Fill Commands): Document fill-paragraph-or-region.
380 (Fill Prefix, Format Indentation): Replace fill-paragraph with
381 fill-paragraph-or-region.
382
383 * basic.texi (Arguments): Replace fill-paragraph with
384 fill-paragraph-or-region.
385
b981e2c6
ER
3862007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
387
388 * files.texi: Update the section on version control for 2007
2a9f4d55 389 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
390 will come later.
391
5fceaf9c
GM
3922007-09-15 Glenn Morris <rgm@gnu.org>
393
394 * calendar.texi (Holidays): Change all instances of `holiday-list' back
395 to `list-holidays'.
396
b0e44b17
GM
3972007-09-14 Glenn Morris <rgm@gnu.org>
398
399 * calendar.texi: Update all instances of mark-calendar-holidays,
400 list-calendar-holidays, list-holidays with the new names.
401
8cf51b2c
GM
4022007-09-06 Glenn Morris <rgm@gnu.org>
403
404 * Move manual sources from man/ to subdirectories of doc/.
405 Split into the Emacs manual in emacs/, and other manuals in misc/.
406 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
407 manual.
408 (infodir): New variable.
409 (info): Use $infodir.
410 (emacsman): Delete target, not needed any more.
411 Move all targets that are not the Emacs manual to misc/Makefile.in.
412 (mostlyclean): Remove `gnustmp'.
413 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
414 manual.
92f9b43f 415 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
416 (emacsman): Delete target, not needed any more.
417 (clean): Remove all info files but Emacs manual.
418 Move all targets that are not the Emacs manual to misc/Makefile.in.
419 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
420
421 * Makefile.in (INFOSOURCES): Delete.
422 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
423 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
424 *.vrs *.toc here...
425 (maintainer-clean): ...from here.
426
4272007-09-05 Glenn Morris <rgm@gnu.org>
428
429 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
430
8cf51b2c
GM
4312007-08-29 Glenn Morris <rgm@gnu.org>
432
433 * emacs.texi (EMACSVER): Increase to 23.0.50.
434
3420c522
RS
4352007-08-27 Richard Stallman <rms@gnu.org>
436
437 * emacs.texi (Top): Clarify menu item for Glossary.
438
439 * display.texi (Faces): Change secn title.
440 Clarify not all fonts come from Font Lock.
441
8cf51b2c
GM
4422007-08-17 Eli Zaretskii <eliz@gnu.org>
443
444 * basic.texi (Position Info): Add index entry for face at point.
445 Mention that character faces are also displayed by "C-u C-x =".
446
8cf51b2c
GM
4472007-08-08 Glenn Morris <rgm@gnu.org>
448
449 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
450
4512007-08-07 Chong Yidong <cyd@stupidchicken.com>
452
453 * files.texi (File Conveniences): Document point motion keys in Image
454 mode.
455
8cf51b2c
GM
4562007-07-27 Glenn Morris <rgm@gnu.org>
457
8cf51b2c
GM
458 * emacs.texi (Copying): Include license text from gpl.texi, rather than
459 in-line.
460
461 * gpl.texi: New file with text of GPL.
462 * Makefile.in (EMACSSOURCES): Add gpl.texi.
463
4642007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
465
466 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
467
468 * dired.texi (Wdired): Mention C-x C-q key binding.
469
4702007-07-28 Nick Roberts <nickrob@snap.net.nz>
471
472 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
473
4742007-07-25 Glenn Morris <rgm@gnu.org>
475
8cf51b2c
GM
476 * emacs.texi (Copying): Replace license with GPLv3.
477
478 * Relicense all FSF files to GPLv3 or later.
479
4802007-07-24 Glenn Morris <rgm@gnu.org>
481
482 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
483 for some calendars.
484
4852007-07-23 Nick Roberts <nickrob@snap.net.nz>
486
487 * screen.texi (Mode Line): Describe new mode-line flag that shows if
488 default-directory for the current buffer is on a remote machine.
489
8cf51b2c
GM
4902007-07-21 Eli Zaretskii <eliz@gnu.org>
491
492 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
493 default value.
494
4952007-07-21 Richard Stallman <rms@gnu.org>
496
497 * files.texi (Why Version Control?): Improve previous change.
498
4992007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
500
501 * files.texi (Why Version Control?): New node.
502
8cf51b2c
GM
5032007-07-12 Nick Roberts <nickrob@snap.net.nz>
504
8cf51b2c
GM
505 * building.texi (Starting GUD): Add xref to this anchor.
506
8cf51b2c
GM
5072007-06-24 Karl Berry <karl@gnu.org>
508
2a9f4d55 509 * emacs.texi: New Back-Cover Text.
8cf51b2c 510
8cf51b2c
GM
5112007-06-07 Alan Mackenzie <acm@muc.de>
512
513 * display.texi (Optional Mode Line): Document the new form of
514 line+column numbers, "(561,2)".
515
5162007-06-06 Juanma Barranquero <lekktu@gmail.com>
517
49823426 518 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
519
5202007-06-02 Chong Yidong <cyd@stupidchicken.com>
521
522 * Version 22.1 released.
523
8cf51b2c
GM
5242007-05-07 Karl Berry <karl@gnu.org>
525
526 * emacs.texi (EMACSVER): Back to 22.
527
5282007-05-06 Richard Stallman <rms@gnu.org>
529
530 * maintaining.texi (Create Tags Table): Clean up previous change.
531
c8763fb6 5322007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
533
534 * maintaining.texi (Create Tags Table): Add text about the dangers of
535 making symbolic links to tags files.
536
5372007-05-04 Karl Berry <karl@gnu.org>
538
539 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
540
5412007-05-03 Karl Berry <karl@gnu.org>
542
543 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
544
545 * .cvsignore (*.pdf): New entry.
546
8cf51b2c
GM
547 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
548 for printing.
549
5502007-05-01 Richard Stallman <rms@gnu.org>
551
552 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
553
8cf51b2c
GM
5542007-04-28 Glenn Morris <rgm@gnu.org>
555
556 * ack.texi (Acknowledgments):
557 * anti.texi (Antinews):
8cf51b2c
GM
558 * programs.texi (Program Modes): Restore mention of python.el pending
559 consideration of legal status.
560
5612007-04-28 Richard Stallman <rms@gnu.org>
562
563 * files.texi (File Names): Fixes to ~ description on MS systems.
564
8cf51b2c
GM
5652007-04-26 Glenn Morris <rgm@gnu.org>
566
567 * emacs.texi (EMACSVER): Increase to 22.1.50.
568
5692007-04-25 Karl Berry <karl@gnu.org>
570
571 * emacs.texi: Improve line breaks on copyright page,
572 similar layout to lispref, 8.5x11 by default.
573
574 * dired.texi (Image-Dired): Improve line break, fix typo.
575
5762007-04-24 Chong Yidong <cyd@stupidchicken.com>
577
578 * programs.texi (Program Modes):
8cf51b2c
GM
579 * anti.texi (Antinews):
580 * ack.texi (Acknowledgments): python.el removed.
581
8cf51b2c
GM
5822007-04-23 Chong Yidong <cyd@stupidchicken.com>
583
584 * display.texi (Highlight Interactively): Correct description of
585 hi-lock-file-patterns-policy.
586
587 * files.texi (File Archives): Mention self-extracting executables.
588
5892007-04-23 Eli Zaretskii <eliz@gnu.org>
590
591 * search.texi (Unconditional Replace, Query Replace): Add xref to
592 "Replacement and Case".
593
5942007-04-22 Chong Yidong <cyd@stupidchicken.com>
595
596 * dired.texi (Image-Dired): Move from Thumbnails node.
597 * misc.texi (Thumbnails): Node deleted.
598 * emacs.texi (Top): Update node listing.
599
600 * files.texi (File Conveniences):
49823426 601 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
602
6032007-04-21 Richard Stallman <rms@gnu.org>
604
605 * display.texi (Highlight Interactively): Correct previous change.
606 Clarify doc of hi-lock-find-patterns, and move new features into it.
607
6082007-04-20 David Koppelman <koppel@ece.lsu.edu>
609
610 * display.texi (Highlight Interactively): Document
611 hi-lock-file-patterns-policy.
612
6132007-04-20 Martin Rudalics <rudalics@gmx.at>
614
615 * display.texi (Scrolling): Fix typo.
616
8cf51b2c
GM
6172007-04-15 Chong Yidong <cyd@stupidchicken.com>
618
8cf51b2c
GM
619 * doclicense.texi: Remove node heading, so that it can be included by
620 other files.
621
622 * emacs.texi: Insert node heading for GFDL.
623
8cf51b2c
GM
6242007-04-14 Eli Zaretskii <eliz@gnu.org>
625
626 * cmdargs.texi (Colors): Qualify "color of window" index entry by
627 "command line".
628
629 * display.texi (Faces): Refer to "Creating Frames" for face
630 and other frame customizations in .emacs.
631
632 * frames.texi (Creating Frames): Mention that face customizations can
633 be put in .emacs. Add index entries.
634
6352007-04-12 Richard Stallman <rms@gnu.org>
636
637 * glossary.texi (Glossary): Explain `iff'.
638
6392007-04-11 Karl Berry <karl@gnu.org>
640
641 * gnu.texi (Top),
642 * macos.texi (Mac Font Specs),
643 * anti.texi (Antinews),
644 * xresources.texi (Resources),
645 * misc.texi (Emulation),
646 * calendar.texi (Daylight Saving),
647 * dired.texi (Dired and Find),
648 * rmail.texi (Remote Mailboxes),
649 * sending.texi (Mail Headers),
650 * programs.texi (Which Function),
651 * files.texi (Recover),
652 * buffers.texi (Uniquify),
653 * frames.texi (Wheeled Mice),
654 * killing.texi (Rectangles): Wording to improve breaks in
655 8.5x11 format.
656 * mule.texi (Language Environments): \hbadness=10000 since there's
657 no way to reword.
658 * emacs.texi (smallbook): New @set to more easily switch between
659 smallbook and 8.5x11.
660
6612007-04-11 Richard Stallman <rms@gnu.org>
662
663 * files.texi (File Conveniences): Add xref to Tumme.
664 Delete text about Thumbnail mode.
665
8cf51b2c
GM
6662007-04-09 Alan Mackenzie <acm@muc.de>
667
668 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
669 new name. Insert concept index entries.
670
8cf51b2c
GM
6712007-04-08 Chong Yidong <cyd@stupidchicken.com>
672
673 * display.texi (Standard Faces): Document prefix arg for
674 list-faces-display.
675
676 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
677
8cf51b2c
GM
6782007-04-07 Chong Yidong <cyd@stupidchicken.com>
679
8cf51b2c
GM
680 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
681
682 * files.texi (Misc File Ops): Rewrite description of
683 insert-file-literally.
684
8cf51b2c
GM
6852007-03-31 Eli Zaretskii <eliz@gnu.org>
686
687 * misc.texi (Printing): Postscript -> PostScript.
688
8cf51b2c
GM
689 * ack.texi (Acknowledgments): Postscript -> PostScript.
690
691 * custom.texi (Init File, Init Non-ASCII): Fix last change.
692
693 * emacs.texi (Top): Fix the menu due to the change in custom.texi
694 below.
695
6962007-03-30 Chong Yidong <cyd@stupidchicken.com>
697
698 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
699 Init Non-ASCII.
700 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
701 (Init Non-ASCII): New node.
702
7032007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
704
705 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
706
8cf51b2c
GM
7072007-03-12 Glenn Morris <rgm@gnu.org>
708
8cf51b2c
GM
709 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
710 "Daylight Savings".
711
49823426 712 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
713 saving" in text throughout.
714
8cf51b2c
GM
7152007-03-04 Richard Stallman <rms@gnu.org>
716
717 * custom.texi (Safe File Variables): Minor correction.
718
8cf51b2c
GM
7192007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
720
721 * rmail.texi (Movemail): Add internal ref.
722 Don't indent the intro for the PROTO table.
723 Format PROTO table items with @code.
724
8cf51b2c
GM
7252007-02-26 Nick Roberts <nickrob@snap.net.nz>
726
727 * building.texi: Remove references to bashdb.
728
8cf51b2c
GM
7292007-02-19 Juanma Barranquero <lekktu@gmail.com>
730
731 * mule.texi (Language Environments): Update list of supported language
732 environments.
733
8cf51b2c
GM
7342007-02-14 Kim F. Storm <storm@cua.dk>
735
736 * building.texi (Grep Searching): Fix lgrep doc.
737
7382007-02-12 Chong Yidong <cyd@stupidchicken.com>
739
740 * back.texi: Remove unused file.
741
c8763fb6 7422007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
743
744 * maintaining.texi (Tag Syntax): Now --members is the default for
745 etags, not for ctags yet.
746
8cf51b2c
GM
7472007-02-03 Eli Zaretskii <eliz@gnu.org>
748
749 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
750 headers compliant with Texinfo guidelines and with what texnfo-upd.el
751 expects. Add comments to prevent people from inadvertently modifying
752 the key parts needed by `texinfo-multiple-files-update'.
753
7542007-01-29 Chong Yidong <cyd@stupidchicken.com>
755
756 * frames.texi (Secondary Selection): Window clicked does not matter
757 when mouse-yank-at-point is non-nil.
758
8cf51b2c
GM
7592007-01-16 Glenn Morris <rgm@gnu.org>
760
761 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
762 system abbrev.
763
7642007-01-11 Richard Stallman <rms@gnu.org>
765
766 * msdog.texi (Windows Keyboard): Another small cleanup.
767
7682007-01-10 Richard Stallman <rms@gnu.org>
769
770 * msdog.texi (Windows Keyboard): Yet another try to make
771 everyone happy with that passage.
772
7732007-01-05 Richard Stallman <rms@gnu.org>
774
775 * anti.texi (Antinews): Mention M-x shell scrolling.
776
7772007-01-05 Nick Roberts <nickrob@snap.net.nz>
778
779 * building.texi (Watch Expressions): Describe gdb-max-children.
780
8cf51b2c
GM
7812007-01-04 Richard Stallman <rms@gnu.org>
782
8cf51b2c
GM
783 * msdog.texi (Windows Keyboard): Clarify previous change.
784
8cf51b2c
GM
7852007-01-02 Richard Stallman <rms@gnu.org>
786
787 * custom.texi (Changing a Variable): Minor clarification.
788 (Specific Customization): customize-customized => customize-unsaved.
789
790 * entering.texi (Entering Emacs): Clean up text about restarting
791 Emacs for each file.
792
793 * misc.texi (Shell Options): Minor cleanup.
794
795 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
796 with Emacs, not vice versa.
797
798 * programs.texi (Symbol Completion): Recommend customizing
799 window manager.
800
801 * xresources.texi (Resources): Minor fix.
802
c8763fb6 8032007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
804
805 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
806
8072007-01-01 Richard Stallman <rms@gnu.org>
808
809 * commands.texi (User Input): Document keys stolen by window mangers.
810
8112006-12-31 Richard Stallman <rms@gnu.org>
812
813 * custom.texi (Specific Customization): Document customize-option
814 instead of customize-variable.
815
8162006-12-31 Kim F. Storm <storm@cua.dk>
817
818 * major.texi (Choosing Modes): Document auto-mode-case-fold.
819
8202006-12-30 Kim F. Storm <storm@cua.dk>
821
822 * killing.texi (CUA Bindings): Fix typo.
823
824 * xresources.texi (Table of Resources): Mention grow-only value for
825 auto-resize-tool-bars.
826
8cf51b2c
GM
8272006-12-27 Eli Zaretskii <eliz@gnu.org>
828
829 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
830 and how to get them back.
831
8322006-12-26 Richard Stallman <rms@gnu.org>
833
834 * calendar.texi (Holidays): Holiday listing is based on current
835 practice, but DST is not.
836
8372006-12-25 Richard Stallman <rms@gnu.org>
838
839 * emacs.texi (Top): Update subnode menus.
840
841 * mark.texi (Transient Mark): Fix xref.
842
843 * killing.texi (Graphical Kill): Node deleted.
844 (Killing): Add xref to Cut and Paste.
845 (CUA Bindings): Update xref.
846
847 * frames.texi (Cut and Paste): New section to hold other nodes.
848 (Mouse Commands): Node demoted.
849 (Cut/Paste Other App): Split out from Mouse Commands.
850 (Word and Line Mouse): Likewise.
851 (Secondary Selection, Clipboard): Nodes demoted.
852
8cf51b2c
GM
8532006-12-24 Kevin Ryde <user42@zip.com.au>
854
855 * calendar.texi (Holidays): US daylight saving begins second Sunday
856 in March for 2007 onwards.
857 (Daylight Savings): Show new US default daylight saving rules, 2nd
858 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
859
8602006-12-23 Chong Yidong <cyd@stupidchicken.com>
861
862 * calendar.texi (Scroll Calendar): < and > are switched.
863
8642006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
865
866 * killing.texi (Deletion): Describe M-\ prefix argument.
867
8682006-12-23 Richard Stallman <rms@gnu.org>
869
870 * search.texi (Regexp Search): Explain why forward and reverse regexp
871 search are not mirror images.
872
8cf51b2c
GM
8732006-12-19 Kim F. Storm <storm@cua.dk>
874
875 * major.texi (Choosing Modes): Describe match-function elements for
876 magic-mode-alist.
877
8cf51b2c
GM
8782006-12-18 Eli Zaretskii <eliz@gnu.org>
879
880 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
881 peculiarities.
882
8832006-12-18 Richard Stallman <rms@gnu.org>
884
885 * abbrevs.texi (Editing Abbrevs): Fix previous change.
886
8cf51b2c
GM
8872006-12-17 Alan Mackenzie <acm@muc.de>
888
889 * programs.texi (Left Margin Paren): Remove the bit which says
890 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
891 Discuss some of the issues of setting this option to nil.
892
8932006-12-17 Glenn Morris <rgm@gnu.org>
894
895 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
896
8972006-12-16 Eli Zaretskii <eliz@gnu.org>
898
899 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
900 (Windows Files): `w32-get-true-file-attributes' is only relevant for
901 NTFS volumes.
902 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
903 volumes.
904
9052006-12-15 Eli Zaretskii <eliz@gnu.org>
906
907 * text.texi (HTML Mode): Fix "C-c TAB".
908
8cf51b2c
GM
9092006-12-09 Richard Stallman <rms@gnu.org>
910
911 * misc.texi (Invoking emacsclient): Simplify TCP file text.
912
9132006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
914
915 * files.texi (Misc File Ops): Document insert-file-literally.
916
9172006-12-08 Eli Zaretskii <eliz@gnu.org>
918
919 * cmdargs.texi (Colors): Note that --color is intended for overriding
920 the terminal defaults, not for normal invocation.
921
922 * misc.texi (Emacs Server): Improve wording. Don't mention the
923 ``server program''. Add a cross-reference to "Init File" node.
924 (Invoking emacsclient): Add index entries. Document both short and
925 long versions of command-line options. Document the -f option.
926
8cf51b2c
GM
9272006-12-06 Richard Stallman <rms@gnu.org>
928
929 * text.texi (Outline Format): Say to set outline-regexp
930 and outline-level with major modes and file local variables.
931
c8763fb6 9322006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
933
934 * anti.texi (Antinews): Mention the alternative to
935 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
936
8cf51b2c
GM
937 * misc.texi (Interactive Shell): Ditto.
938
9392006-12-04 Eli Zaretskii <eliz@gnu.org>
940
941 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
942
943 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
944
9452006-12-01 Eli Zaretskii <eliz@gnu.org>
946
947 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
948 colon in the mode line.
949
950 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
951
9522006-11-26 Nick Roberts <nickrob@snap.net.nz>
953
954 * building.texi (Watch Expressions): Mention SPC for expanding/
955 contracting watch expressions.
956
9572006-11-26 Kim F. Storm <storm@cua.dk>
958
959 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
960
9612006-11-26 Nick Roberts <nickrob@snap.net.nz>
962
963 * building.texi (Debugger Operation): Define text command mode.
964 Clarify how tooltips work.
965 (GDB Graphical Interface): Explain how to run in text command mode
966 more clearly.
967
9682006-11-25 Juanma Barranquero <lekktu@gmail.com>
969
970 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
971
9722006-11-22 Juanma Barranquero <lekktu@gmail.com>
973
974 * anti.texi (Antinews): Mention --server-file and TCP sockets.
975
8cf51b2c
GM
9762006-11-18 Chong Yidong <cyd@stupidchicken.com>
977
978 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
979 and EMACS is deprecated.
980
9812006-11-18 Juanma Barranquero <lekktu@gmail.com>
982
983 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
984
c8763fb6 9852006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
986
987 * Makefile.in (emacs.dvi): Remove xresmini.texi.
988
989 * emacs.texi: Include xresources.texi both for info and dvi.
990
991 * xresources.texi: Merge text from xresmini.texi.
992
c8763fb6 9932006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
994
995 * glossary.texi: Fix typos.
996
8cf51b2c
GM
9972006-11-06 Richard Stallman <rms@gnu.org>
998
999 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1000
1001 * ack.texi (Acknowledgments): Fix name spelling.
1002
10032006-11-01 Juri Linkov <juri@jurta.org>
1004
1005 * search.texi (Word Search): Document incremental word search.
1006
10072006-10-28 Glenn Morris <rgm@gnu.org>
1008
1009 * ack.texi (Acknowledgments): Add cal-html author.
1010
1011 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1012 Calendar"). Describe new package cal-html.
1013 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1014 Calendar Files."
1015
8cf51b2c
GM
10162006-10-23 Richard Stallman <rms@gnu.org>
1017
1018 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1019 Abbrev mode is enabled.
1020
8cf51b2c
GM
10212006-10-16 Richard Stallman <rms@gnu.org>
1022
8cf51b2c
GM
1023 * emacs.texi: Update ISBN.
1024
8cf51b2c
GM
10252006-10-11 Kim F. Storm <storm@cua.dk>
1026
1027 * emacs.texi (Acknowledgments): Use @dotless{i}.
1028
10292006-10-08 Nick Roberts <nickrob@snap.net.nz>
1030
1031 * building.texi (Breakpoints Buffer): Mention catchpoints.
1032
10332006-10-08 Kim F. Storm <storm@cua.dk>
1034
1035 * ack.texi (Acknowledgments): Update.
1036
1037 * emacs.texi (Acknowledgments): Fix bad @/ form.
1038
8cf51b2c
GM
10392006-10-05 Kim F. Storm <storm@cua.dk>
1040
1041 * emacs.texi (Acknowledgments): Add more contributors.
1042
10432006-10-03 Richard Stallman <rms@gnu.org>
1044
1045 * emacs.texi (Acknowledgments): Update version and edition.
1046
8cf51b2c
GM
10472006-10-01 Karl Berry <karl@gnu.org>
1048
1049 * custom.texi (Customization Groups): Page break to keep example buffer
1050 on one page.
1051
10522006-09-30 Karl Berry <karl@gnu.org>
1053
1054 * programs.texi (Basic Indent): @need to improve page break.
1055 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1056
10572006-09-29 Glenn Morris <rgm@gnu.org>
1058
1059 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1060
10612006-09-29 Karl Berry <karl@gnu.org>
1062
1063 * windows.texi (Basic Window): Remove forced @break, no longer
1064 desirable.
1065 * frames.texi (Frame Commands),
1066 * mark.texi (Marking Objects): Reword to avoid bad page break.
1067 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1068
10692006-09-19 Richard Stallman <rms@gnu.org>
1070
1071 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1072 stick to present tense.
1073
c8763fb6 10742006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1075
1076 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1077 to x-gtk-use-old-file-dialog.
1078 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1079
10802006-09-15 Jay Belanger <belanger@truman.edu>
1081
49823426 1082 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1083 Change "Library Public License" to "Lesser Public License"
1084 throughout. Use "yyyy" to represent year.
1085
8cf51b2c
GM
10862006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1087
1088 * files.texi (Visiting): Add index entry "open file".
1089
8cf51b2c
GM
10902006-09-11 Richard Stallman <rms@gnu.org>
1091
1092 * building.texi (Compilation Mode): Clarification.
1093 (Grep Searching): Add xref to Compilation Mode.
1094
8cf51b2c
GM
10952006-09-08 Richard Stallman <rms@gnu.org>
1096
1097 * search.texi (Search): Ref multi-file search commands here.
1098 (Other Repeating Search): Not here.
1099
8cf51b2c
GM
11002006-08-28 Richard Stallman <rms@gnu.org>
1101
1102 * windows.texi (Split Window): Update xref.
1103
1104 * basic.texi (Continuation Lines): Update xref.
1105
1106 * indent.texi (Tab Stops): Update xref.
1107
1108 * emacs.texi (Top): Update subnode menu.
1109
1110 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1111 split out of Display Custom.
1112
11132006-08-25 Kim F. Storm <storm@cua.dk>
1114
1115 * display.texi (Display Custom): Add variables overline-margin
1116 and x-underline-at-descent-line.
1117
11182006-08-25 Richard Stallman <rms@gnu.org>
1119
1120 * entering.texi (Exiting): Rewrite to give graphical displays
1121 priority over text terminals.
1122
1123 * search.texi (Incremental Search): Move index entries.
1124
11252006-08-23 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * custom.texi (Init File): Reference Find Init to avoid "home
1128 directory" confusion.
1129
11302006-08-22 Nick Roberts <nickrob@snap.net.nz>
1131
1132 * building.texi (Other GDB-UI Buffers): Describe how to edit
1133 a value in the locals buffer.
1134
11352006-08-21 Richard Stallman <rms@gnu.org>
1136
1137 * search.texi (Basic Isearch): Add `isearch' index entry.
1138
11392006-08-16 Richard Stallman <rms@gnu.org>
1140
1141 * misc.texi (Saving Emacs Sessions): Clean up wording.
1142
1143 * mark.texi (Marking Objects): Mention term "select all".
1144
1145 * emacs.texi (Top): Update subnode menu.
1146
1147 * help.texi (Help Mode): Move node up in file.
1148
8cf51b2c
GM
11492006-08-15 Nick Roberts <nickrob@snap.net.nz>
1150
1151 * building.texi (Stack Buffer): Explain fringe arrow.
1152
8cf51b2c
GM
11532006-08-12 Eli Zaretskii <eliz@gnu.org>
1154
8cf51b2c
GM
1155 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1156 on startup.
1157
11582006-08-11 Romain Francoise <romain@orebokech.com>
1159
1160 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1161
11622006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1163
1164 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1165
11662006-08-10 Richard Stallman <rms@gnu.org>
1167
1168 * text.texi (Format Faces): Substantial rewrites to deal
1169 with face merging. Empty regions don't count. Clarify
1170 face property inheritance.
1171
11722006-08-08 Romain Francoise <romain@orebokech.com>
1173
1174 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1175 <arjuropo@cc.jyu.fi>.
1176
8cf51b2c
GM
11772006-08-04 Eli Zaretskii <eliz@gnu.org>
1178
1179 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1180 apply to all frames.
1181
8cf51b2c
GM
11822006-08-01 Richard Stallman <rms@gnu.org>
1183
1184 * help.texi (Name Help): Add index entries for describe-variable.
1185
11862006-08-01 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * building.texi (GDB Graphical Interface): Shorten node names.
1189 (GDB-UI Layout): Use GDB-related.
1190 (Other GDB-UI Buffers): Simplify English.
1191
11922006-07-31 Richard Stallman <rms@gnu.org>
1193
1194 * search.texi (Query Replace): Add xref for Dired's Q command.
1195
8cf51b2c
GM
11962006-07-31 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * building.texi (GDB commands in Fringe): Rename to...
1199 (Source Buffers): ..this and move forward. Describe hollow arrow and
1200 new option gdb-find-source-frame.
1201
12022006-07-29 Richard Stallman <rms@gnu.org>
1203
1204 * dired.texi (Operating on Files): Simplify previous change
1205 and fix Texinfo usage.
1206
12072006-07-29 Eli Zaretskii <eliz@gnu.org>
1208
1209 * dired.texi (Operating on Files): Add cross-references. State the
1210 Unix commands that do similar things.
1211
12122006-07-28 Richard Stallman <rms@gnu.org>
1213
1214 * mark.texi (Transient Mark): Clarify that region never disappears
1215 when Transient Mark mode is off, and not when it is on.
1216
12172006-07-27 Richard Stallman <rms@gnu.org>
1218
1219 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1220
12212006-07-24 Richard Stallman <rms@gnu.org>
1222
1223 * xresources.texi (GTK styles): Fix texinfo usage.
1224
8cf51b2c
GM
1225 * commands.texi (User Input): Explain why we teach keyboard cmds.
1226
1227 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1228 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1229 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1230 * doclicense.texi, display.texi, dired.texi, basic.texi:
1231 * anti.texi, ack.texi: Move periods and commas inside quotes.
1232
12332006-07-22 Eli Zaretskii <eliz@gnu.org>
1234
1235 * cmdargs.texi (General Variables): Document EMAIL.
1236
12372006-07-21 Eli Zaretskii <eliz@gnu.org>
1238
1239 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1240 doesn't have effect on MS-Windows.
1241
8cf51b2c
GM
12422006-07-17 Richard Stallman <rms@gnu.org>
1243
1244 * building.texi (Grep Searching): Explain about chaining grep commands.
1245
8cf51b2c
GM
12462006-07-10 Nick Roberts <nickrob@snap.net.nz>
1247
49823426 1248 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1249
12502006-07-09 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1253 is invoked for multiple files.
1254
12552006-07-08 Eli Zaretskii <eliz@gnu.org>
1256
1257 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1258 on-line manual for the rest of this node.
1259 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1260 unconditionally.
1261 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1262 Improve wording.
1263 (Windows Printing): Improve wording.
1264 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1265 rest of this node.
1266
8cf51b2c
GM
12672006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1268
49823426
GM
1269 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1270 with eval-buffer.
8cf51b2c
GM
1271
12722006-07-05 Nick Roberts <nickrob@snap.net.nz>
1273
1274 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1275 of character translation.
1276
12772006-07-04 Nick Roberts <nickrob@snap.net.nz>
1278
1279 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1280
12812006-07-03 Karl Berry <karl@gnu.org>
1282
1283 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1284 not-too-underfull hboxes in the TeX output.
1285 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1286 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1287 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1288 * sending.texi, text.texi: Fix overfull/underfull boxes.
1289
12902006-07-03 Romain Francoise <romain@orebokech.com>
1291
1292 * m-x.texi (M-x): Fix.
1293
12942006-07-03 Richard Stallman <rms@gnu.org>
1295
8cf51b2c
GM
1296 * search.texi (Other Repeating Search): filename -> file name.
1297
1298 * misc.texi (Narrowing): Minor cleanups.
1299
1300 * files.texi (Visiting): filename -> file name.
1301
1302 * emacs.texi (Top): Update subnode menus.
1303
1304 * mule.texi (Coding Systems): Move char translation stuff here.
1305 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1306 (Recognize Coding): Substantial local rewrites.
1307 (International): Update menu.
1308
1309 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1310 (Scrolling): Substantial local rewrites.
1311 (Display): Update menu and intro.
1312
1313 * dired.texi: filename -> file name.
1314
1315 * custom.texi (Safe File Variables): Texinfo usage fix.
1316
13172006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1318
1319 * help.texi, m-x.texi: Lots of cleanups.
1320
8cf51b2c
GM
13212006-06-30 Eli Zaretskii <eliz@gnu.org>
1322
1323 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1324 (Windows Processes, Windows Misc): Shorten the printed version by
1325 selectively conditioning less important portions by @ifnottex.
1326
8cf51b2c
GM
13272006-06-27 Richard Stallman <rms@gnu.org>
1328
1329 * mini.texi (Minibuffer File): Minor cleanup.
1330
13312006-06-25 Nick Roberts <nickrob@snap.net.nz>
1332
1333 * frames.texi (XTerm Mouse): Rename to...
1334 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1335
1336 * emacs.texi (Top): Use new node name.
1337
13382006-06-24 Eli Zaretskii <eliz@gnu.org>
1339
1340 * emacs.texi (Top): Update the detailed menu according to changes in
1341 msdog.texi.
1342
1343 * msdog.texi (Windows Keyboard): New section.
1344 (Windows Mouse): New section.
1345 (Windows System Menu): Remove section (text merged with "Windows
1346 Keyboard").
1347 (Windows Misc): New section.
1348
1349 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1350
1351 * msdog.texi (ls in Lisp): New section.
1352
1353 * files.texi (Visiting): Document case-insensitive wildcard matching
1354 under find-file-wildcards.
1355
8cf51b2c
GM
13562006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1357
1358 * macos.texi (Mac Input): Add description of mac-function-modifier.
1359 Now Unicode keyboard layouts work.
1360
8cf51b2c
GM
13612006-06-10 Richard Stallman <rms@gnu.org>
1362
1363 * mule.texi (Recognize Coding): Clarify previous change.
1364
13652006-06-09 Kenichi Handa <handa@m17n.org>
1366
1367 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1368 notation.
1369
13702006-06-07 Kevin Ryde <user42@zip.com.au>
1371
1372 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1373 manual for @ifnottex, but in emacs-extra for @iftex.
1374
1375 * cmdargs.texi (General Variables): Fix smtpmail xref.
1376
13772006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1378
8cf51b2c 1379 * programs.texi (Comment Commands):
8cf51b2c 1380 * custom.texi (Specifying File Variables):
49823426 1381 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1382
13832006-06-07 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * building.texi (Watch Expressions): Move node to end.
1386 (GDB Graphical Interface): Move description of clicks in fringe...
1387 (GDB commands in the Fringe): ...to here. New node.
1388
8cf51b2c
GM
13892006-06-05 Romain Francoise <romain@orebokech.com>
1390
49823426 1391 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
1392
13932006-06-05 Nick Roberts <nickrob@snap.net.nz>
1394
1395 * building.texi (GDB Graphical Interface): Update bindings.
1396 (Commands of GUD): Add gud-print. Remove gud-run.
1397 Restate availability more generally.
1398
13992006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1400
1401 * mini.texi: Lots of cleanups.
1402
14032006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1404
1405 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1406 and Mouse-2.
1407
c8763fb6 14082006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1409
1410 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1411
8cf51b2c
GM
14122006-05-31 Richard Stallman <rms@gnu.org>
1413
1414 * basic.texi (Moving Point): Fix previous change.
1415
c8763fb6 14162006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1417
1418 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1419
14202006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1421
1422 * basic.texi: Many simplifications and improvements in wording.
1423
8cf51b2c
GM
14242006-05-26 Nick Roberts <nickrob@snap.net.nz>
1425
1426 * anti.texi (Antinews): Create a node for gdb-ui.
1427
8cf51b2c
GM
14282006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1429
1430 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1431
14322006-05-20 Richard Stallman <rms@gnu.org>
1433
1434 * dired.texi (Dired Navigation): dired-goto-file is now j.
1435
8cf51b2c
GM
14362006-05-20 Eli Zaretskii <eliz@gnu.org>
1437
1438 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1439 and their aliases.
1440
1441 * msdog.texi (Windows Printing): Mention non-support of plain text
1442 printing with some el-cheapo printers, and suggest a workaround.
1443
14442006-05-20 Kevin Ryde <user42@zip.com.au>
1445
1446 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1447 remove the bit saying you must set it.
1448
14492006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1450
1451 * trouble.texi (Checklist):
1452 * text.texi (Text, Auto Fill, Text Mode):
1453 * search.texi (Nonincremental Search):
1454 * rmail.texi (Rmail Labels):
1455 * mule.texi (Input Methods, Multibyte Conversion):
1456 * misc.texi (Gnus, Where to Look, PostScript):
1457 * maintaining.texi (Create Tags Table):
1458 * indent.texi (Indentation Commands):
1459 * fixit.texi (Spelling):
1460 * emacs.texi (Copying):
1461 * custom.texi (Init File): ifinfo -> ifnottex.
1462
8cf51b2c
GM
14632006-05-17 Richard Stallman <rms@gnu.org>
1464
1465 * files.texi (Diff Mode): Mention C-x `.
1466
14672006-05-08 Richard Stallman <rms@gnu.org>
1468
1469 * custom.texi (Disabling): Textual cleanups.
1470
8cf51b2c
GM
14712006-05-12 Glenn Morris <rgm@gnu.org>
1472
1473 * calendar.texi (Displaying the Diary, Format of Diary File):
1474 Refer to diary-view-entries, diary-list-entries,
1475 diary-show-all-entries rather than obsolete aliases.
1476
14772006-05-12 Eli Zaretskii <eliz@gnu.org>
1478
1479 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1480 (Displaying the Diary, Special Diary Entries, Importing Diary):
1481 * building.texi (Compilation Shell):
1482 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1483 emacs-xtra with @inforef's.
1484
1485 * files.texi (Visiting): Fix wording.
1486
1487 * mule.texi (Coding Systems, Text Coding): More indexing.
1488 Mention that C-x RET f can set eol conversion.
1489
c8763fb6 14902006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1491
1492 * xresmini.texi (GTK resources): Insert GTK description.
1493
1494 * xresources.texi (GTK resources): metafont should be menufont.
1495
8cf51b2c
GM
14962006-05-06 Michael Albinus <michael.albinus@gmx.de>
1497
49823426 1498 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
1499 method, user name and host name is active only in partial
1500 completion mode.
1501
8cf51b2c
GM
15022006-05-06 Eli Zaretskii <eliz@gnu.org>
1503
1504 * makefile.w32-in (emacs.dvi):
1505 * Makefile.in (emacs.dvi): Add xresmini.texi.
1506
1507 * xresmini.texi (Table of Resources): Remove xref to non-existent
1508 node "LessTif Resources".
1509
1510 * msdog.texi (Microsoft Windows):
1511 * calendar.texi (Calendar/Diary, Displaying the Diary)
1512 (Special Diary Entries, Importing Diary, Holidays):
1513 * programs.texi (Program Modes):
1514 * text.texi (Text):
1515 * buffers.texi (Several Buffers):
1516 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1517
15182006-05-06 Eli Zaretskii <eliz@gnu.org>
1519
1520 The following changes merge the emacs-xtra manual into the main
1521 manual, but only for on-line version of the manual.
1522
1523 * vc2-xtra.texi (Version Backups, Local Version Control)
1524 (Making Snapshots, Change Logs and VC, Version Headers)
1525 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1526 on-line manual.
1527
1528 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1529 for on-line manual.
1530
1531 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1532 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1533 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1534 for on-line manual.
1535
1536 * fortran-xtra.texi (Fortran, Fortran Autofill)
1537 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1538 for on-line manual.
1539
1540 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1541 Conditional xref's for on-line manual.
1542
1543 * emerge-xtra.texi (Emerge, Overview of Emerge)
1544 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1545 manual.
1546
1547 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1548 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1549 (EMACSSOURCES): Use EMACS_XTRA.
1550 (../info/emacs-xtra): Remove.
1551 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1552
1553 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1554 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1555 (EMACSSOURCES): Use EMACS_XTRA.
1556 ($(infodir)/emacs-xtra): Remove.
1557 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1558
1559 * trouble.texi (Quitting):
1560 * text.texi (Text):
1561 * programs.texi (Program Modes):
1562 * msdog.texi (Microsoft Windows):
1563 * frames.texi (Frames):
1564 * files.texi (Backup, Version Control, VC Concepts)
1565 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1566 (Registering, VC Status, VC Undo, Multi-User Branching)
1567 (Comparing Files):
1568 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1569 (Displaying the Diary, Special Diary Entries, Importing Diary):
1570 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1571 conditional xref's, depending on @iftex/@ifnottex.
1572
1573 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1574 "MS-DOS". @include msdog-xtra.texi.
1575
1576 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1577 <Top Level> [ifnottex]: @include fortran-xtra.texi.
1578
1579 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1580 for vc-xtra.texi subsections.
1581 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1582 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1583
1584 * sending.texi (Sending Mail): A @node line without explicit Prev,
1585 Next, and Up links.
1586
1587 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1588 Next, and Up links.
1589
1590 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1591 and its sections. @include picture-xtra.texi.
1592
1593 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1594 "Emerge".
1595 (List Tags) [ifnottex]: @include emerge-xtra.texi.
1596
1597 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1598 exact duplicate of its name-sake in calendar.texi.
1599
1600 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1601 "Advanced Calendar/Diary Usage".
1602 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1603
1604 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1605 dired-xtra.texi.
1606 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1607
1608 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1609 (Files) [ifnottex]: Add menu entry for Autorevert.
1610
1611 * emacs-xtra.texi (Introduction): Reword to make consistent with
1612 printed version only.
1613 <Top level>: Remove the body of all chapters and move them to the
1614 new *-xtra.texi files. Use @raisesections and @lowersections to
1615 convert sections to chapters etc.
1616
1617 * msdog-xtra.texi:
1618 * fortran-xtra.texi:
1619 * vc-xtra.texi:
1620 * vc1-xtra.texi:
1621 * vc2-xtra.texi:
1622 * emerge-xtra.texi:
1623 * cal-xtra.texi:
1624 * dired-xtra.texi:
1625 * arevert-xtra.texi: New files, with text from respective chapters
1626 of emacs-xtra.texi. Convert each @chapter into @section, @section
1627 into @subsection, etc.
1628
1629 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
1630 updated.
1631
1632 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1633 Windows". All references updated.
1634
16352006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1636
1637 * macos.texi (Mac Input): Mention input from Character Palette.
1638 (Mac Font Specs): Fix typo.
1639
16402006-05-05 Richard Stallman <rms@gnu.org>
1641
1642 * files.texi (Diff Mode): Minor cleanup.
1643
16442006-05-05 Karl Berry <karl@gnu.org>
1645
8cf51b2c
GM
1646 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1647 errors from the current release of makeinfo (4.8).
1648 * help.texi (Library Keywords): Change widest word in multitable
1649 template from `emulations' to `convenience'. (Not sure if this is
1650 related to the font change.)
1651
16522006-05-05 Eli Zaretskii <eliz@gnu.org>
1653
1654 * files.texi (File Names): Add a footnote about limited support of
1655 ~USER on MS-Windows.
1656
1657 * cmdargs.texi (Initial Options): Add a footnote about limited
1658 support of ~USER on MS-Windows.
1659
16602006-05-03 Richard Stallman <rms@gnu.org>
1661
1662 * files.texi (Diff Mode): Node moved here.
1663 (Comparing Files): Delete what duplicates new node.
1664 (Files): Put Diff Mode in menu.
1665
1666 * misc.texi (Diff Mode): Moved to files.texi.
1667
1668 * emacs.texi (Top): Update menu for Diff Mode.
1669
1670 * trouble.texi (Emergency Escape): Simplify.
1671
1672 * emacs.texi (Top): Minor clarification.
1673
16742006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1675
1676 * commands.texi, entering.texi, screen.texi: Many simplifications.
1677
16782006-05-03 Richard Stallman <rms@gnu.org>
1679
1680 * commands.texi (Text Characters): Delete paragraph about unibyte
1681 non-ASCII printing chars.
1682
1683 * killing.texi (Killing): Say "graphical displays".
1684 * display.texi: Say "graphical displays".
1685
1686 * cmdargs.texi (Misc X): Say "graphical displays".
1687
16882006-05-01 Richard Stallman <rms@gnu.org>
1689
1690 * emacs.texi (Top): Add Diff Mode to menu.
1691
16922006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1693
1694 * misc.texi (Diff Mode): New node.
1695
16962006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1697
1698 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1699 (Mac Environment Variables): Shorten example line.
1700 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
1701
17022006-05-01 Nick Roberts <nickrob@snap.net.nz>
1703
1704 * building.texi (GUD Customization): Describe cases %d and %c.
1705 Update description for %e.
1706
17072006-04-30 Glenn Morris <rgm@gnu.org>
1708
1709 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1710
17112006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1712
1713 * custom.texi (Examining): Update C-h v output example.
1714
17152006-04-29 Kim F. Storm <storm@cua.dk>
1716
1717 * building.texi (Grep Searching): Add lgrep and rgrep.
1718
8cf51b2c
GM
17192006-04-23 Richard Stallman <rms@gnu.org>
1720
1721 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1722
1723 * xresmini.texi: New file.
1724
1725 * xresources.texi (Face Resources): Split table into font resources
1726 and the rest. Combine similar attributes for brevity.
1727
8cf51b2c
GM
17282006-04-21 Eli Zaretskii <eliz@gnu.org>
1729
1730 * emacs-xtra.texi (MS-DOS File Names): Remove section about
1731 backslashes and case-insensitivity in file names (moved to the
1732 main manual).
1733 (MS-DOS Printing): Move most of the text to the main manual.
1734
1735 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1736 New nodes.
1737 (Windows Processes, Windows System Menu): Add index entries and
1738 fix wording.
1739
8cf51b2c
GM
17402006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1741
1742 * misc.texi (Shell Ring): Add notes on saved input when
1743 navigating off the end of the history list.
1744
17452006-04-18 Chong Yidong <cyd@mit.edu>
1746
1747 * misc.texi (Shell Options): Correct default value of
1748 comint-scroll-show-maximum-output.
1749
8cf51b2c
GM
17502006-04-18 Nick Roberts <nickrob@snap.net.nz>
1751
1752 * building.texi (Watch Expressions): Update.
1753
8cf51b2c
GM
17542006-04-12 Richard Stallman <rms@gnu.org>
1755
1756 * search.texi: Clean up previous change.
1757
17582006-04-12 Eli Zaretskii <eliz@gnu.org>
1759
1760 * search.texi (Regexp Backslash, Regexp Replace): Add index
1761 entries for ``back reference'' and mention the term itself in the
1762 text.
1763
17642006-04-11 Richard Stallman <rms@gnu.org>
1765
1766 * custom.texi (Safe File Variables):
1767 Document enable-local-variables = :safe.
1768
17692006-04-11 Karl Berry <karl@gnu.org>
1770
1771 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1772 (Remote Repositories, Version Backups, Local Version Control)
1773 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1774 (Miscellaneous Commands and Features of VC, Change Logs and VC)
1775 (Renaming VC Work Files and Master Files)
1776 (Inserting Version Control Headers, Customizing VC, General Options)
1777 (Options for RCS and SCCS, Options specific for CVS): Move all
1778 these nodes to emacs-xtra.texi, for brevity.
1779 * cmdargs.texi, files.texi: Change cross-references.
1780
8cf51b2c
GM
17812006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1782
1783 * files.texi (Old Versions): Update description of vc-annotate's
1784 use of color to indicate date ranges.
1785
8cf51b2c
GM
17862006-04-09 Kevin Ryde <user42@zip.com.au>
1787
8cf51b2c
GM
1788 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1789 put info and printed manual names the right way around.
1790
17912006-04-09 Karl Berry <karl@gnu.org>
1792
1793 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1794 emacs-xtra.texi, leaving only MS Windows information.
1795 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1796 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1797 node names.
1798
1799 * emacs.texi: Move @summarycontents and @contents to the beginning
1800 of the file.
1801
8cf51b2c
GM
18022006-04-08 Kevin Ryde <user42@zip.com.au>
1803
1804 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1805
18062006-04-07 Richard Stallman <rms@gnu.org>
1807
1808 * programs.texi (Comments, Comment Commands, Options for Comments)
1809 (Multi-Line Comments): "Align", not "indent".
1810 (Basic Indent): C-j deletes trailing whitespace before the newline.
1811
18122006-04-06 Richard Stallman <rms@gnu.org>
1813
8cf51b2c
GM
1814 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1815
18162006-04-06 Eli Zaretskii <eliz@gnu.org>
1817
1818 * killing.texi (Rectangles): Add index entry for marking a rectangle.
1819
8cf51b2c
GM
18202006-04-05 Richard Stallman <rms@gnu.org>
1821
1822 * emacs.texi (Top): Update subnode menu.
1823
1824 * trouble.texi (Unasked-for Search): Node deleted.
1825 (Lossage): Delete from menu.
1826
18272006-04-04 Richard Stallman <rms@gnu.org>
1828
1829 * trouble.texi: Various cleanups.
1830 (Checklist): Don't bother saying how to snail a bug report.
1831 (Emergency Escape): Much rewriting.
1832 (After a Crash): Rename the core dump immediately.
1833 (Total Frustration): Call it a psychotherapist.
1834 (Bug Criteria): Avoid "illegal instruction".
1835 (Sending Patches): We always put the contributor's name in.
1836
1837 * misc.texi (Thumbnails): Minor correction.
1838
8cf51b2c
GM
18392006-04-03 Richard Stallman <rms@gnu.org>
1840
1841 * misc.texi (Thumbnails): Minor cleanup.
1842
18432006-04-02 Karl Berry <karl@gnu.org>
1844
1845 * sending.texi (Mail Sending): pxref to Top needs five args.
1846
1847 * texinfo.tex: Update to current version (2006-03-21.13).
1848
8cf51b2c
GM
18492006-03-31 Richard Stallman <rms@gnu.org>
1850
1851 * emacs.texi (Top): Update subnode menu.
1852
1853 * help.texi (Help Mode): Cleanup.
1854
1855 * dired.texi: Many cleanups.
1856 (Dired Deletion): Describe dired-recursive-deletes.
1857 (Operating on Files): dired-create-directory moved.
1858 (Misc Dired Features): Move to here.
1859 (Tumme): Node moved to misc.texi.
1860
1861 * custom.texi: Many cleanups.
1862 (Minor Modes): Don't mention ISO Accents Mode.
1863 (Examining): Update C-h v output example.
1864 (Hooks): Add index and xref for add-hook.
1865 (Locals): Delete list of vars that are always per-buffer. Rearrange.
1866 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
1867
1868 * misc.texi: Many cleanups.
1869 (beginning): Add to summary of topics.
1870 (Shell): Put eshell xref at the end. Remove eshell from table.
1871 (Thumbnails): New node.
1872
8cf51b2c
GM
18732006-03-28 Eli Zaretskii <eliz@gnu.org>
1874
1875 * files.texi (File Name Cache): Make it clear that the cache is
1876 not persistent.
1877
8cf51b2c
GM
18782006-03-25 Karl Berry <karl@gnu.org>
1879
49823426
GM
1880 * emacs-xtra.texi, emacs.texi, gnu.texi:
1881 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
1882 (2) do not indent copyright year list (or anything else).
1883
8cf51b2c
GM
18842006-03-21 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * files.texi (VC Dired Mode): Remove misplaced brackets.
1887
18882006-03-21 Andre Spiegel <spiegel@gnu.org>
1889
1890 * files.texi: Various updates and clarifications in the VC chapter.
1891
18922006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1893
1894 * help.texi (Help Mode): Document "C-c C-c".
1895
8cf51b2c
GM
18962006-03-16 Luc Teirlinck <teirllm@auburn.edu>
1897
1898 * emacs-xtra.texi (Top): Avoid ugly continuation line in
1899 menu in the standalone Info reader.
1900
19012006-03-15 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
1904 moved here from Emacs manual.
1905
1906 * programs.texi (Fortran): Section moved to emacs-xtra.
1907 (Program Modes): Xref to Fortran in emacs-xtra.
1908
1909 * maintaining.texi (Emerge): Move to emacs-xtra.
1910 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
1911
1912 * picture.texi: File deleted.
1913 * Makefile.in:
1914 * makefile.w32-in: Remove picture.texi.
1915
1916 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
1917 * abbrevs.texi (Abbrevs):
1918 * sending.texi (Sending Mail): Picture node removed.
1919
1920 * emacs.texi (Top): Update node listings.
1921
8cf51b2c
GM
19222006-03-12 Richard Stallman <rms@gnu.org>
1923
1924 * calendar.texi: Various cleanups.
1925
8cf51b2c
GM
19262006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1927
1928 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
1929 syntax.
1930
8cf51b2c
GM
19312006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1932
1933 * search.texi (Regexps): More accurately describe which characters
1934 are special in which situations. Recommend _not_ to quote `]' or
1935 `-' when they are not special.
1936
8cf51b2c
GM
19372006-02-28 Andre Spiegel <spiegel@gnu.org>
1938
1939 * files.texi (Old Versions): Clarify operation of C-x v =.
1940
8cf51b2c
GM
19412006-02-21 Nick Roberts <nickrob@snap.net.nz>
1942
1943 * building.texi (Watch Expressions): Update and describe
1944 gdb-speedbar-auto-raise.
1945
19462006-02-19 Richard M. Stallman <rms@gnu.org>
1947
1948 * emacs.texi: Use @smallbook.
1949 (Top): Update ref to Emacs paper, delete ref to Cookbook.
1950 Update subnode menu.
1951
1952 * building.texi (Lisp Interaction): Minor addition.
1953
19542006-02-18 Nick Roberts <nickrob@snap.net.nz>
1955
1956 * building.texi (Watch Expressions): Update and be more precise.
1957
c8763fb6 19582006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1959
1960 * maintaining.texi (Create Tags Table): Explain why the
1961 exception when etags writes to files under the /dev tree.
1962
19632006-02-14 Richard M. Stallman <rms@gnu.org>
1964
1965 * custom.texi (Safe File Variables): Lots of clarification.
1966 Renamed from Unsafe File Variables.
1967
19682006-02-14 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * custom.texi (Unsafe File Variables): File variable confirmation
1971 assumed denied in batch mode.
1972
19732006-02-14 Richard M. Stallman <rms@gnu.org>
1974
1975 * building.texi (GDB User Interface Layout): Don't say `inferior'
1976 for program being debugged.
1977
19782006-02-15 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * building.texi (GDB Graphical Interface):
1981 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
1982
19832006-02-13 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * custom.texi (Specifying File Variables, Unsafe File Variables):
1986 New nodes, split from File Variables. Document new file local
1987 variable behavior.
1988
19892006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1990
1991 * display.texi (Standard Faces):
8cf51b2c
GM
1992 * files.texi (Visiting):
1993 * frames.texi (Clipboard):
1994 * glossary.texi (Glossary) <Clipboard>:
1995 * xresources.texi (X Resources): Mention Mac OS port.
1996
8cf51b2c
GM
19972006-02-12 Richard M. Stallman <rms@gnu.org>
1998
1999 * building.texi (Building): Clarify topic in intro.
2000
2001 * maintaining.texi (Maintaining): Change title; clarify topic.
2002 Delete duplicate index entries.
2003
2004 * building.texi (Other GDB User Interface Buffers): Clarifications.
2005
2006 * text.texi (Cell Commands): Clarifications.
2007
2008 * programs.texi (Defuns): Delete duplicate explanation of
2009 left-margin paren convention.
2010 (Hungry Delete): Minor cleanup.
2011
20122006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2013
2014 * dired.texi (Tumme): More tumme documentation.
2015
20162006-02-11 Alan Mackenzie <acm@muc.de>
2017
2018 * programs.texi ("Hungry Delete"): Correct the appellation of the
2019 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2020
20212006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2022
2023 * dired.texi (Tumme): Fix small bug.
2024
20252006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2026
2027 * macos.texi (Mac International): Rename "fontset-mac" to
2028 "fontset-standard".
2029
8cf51b2c
GM
20302006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2031
2032 * dired.texi (Tumme): Basic documentation for Tumme added.
2033
8cf51b2c
GM
20342006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2035
2036 * mule.texi (International):
2037 * programs.texi (Basic Indent): Fix typos.
2038
8cf51b2c
GM
2039 * custom.texi (Minor Modes):
2040 * display.texi (Text Display):
2041 * commands.texi (Text Characters): Update xrefs.
2042
20432006-02-07 Richard M. Stallman <rms@gnu.org>
2044
2045 * emacs.texi (Top): Update subnode menu.
2046 Update info on old Emacs papers.
2047 (Intro): "Graphical display", not window system.
2048
2049 * xresources.texi (GTK styles): Minor clarifications.
2050
2051 * trouble.texi: "Graphical display", not window system.
2052 (Stuck Recursive): Minor clarification.
2053
2054 * text.texi: Minor clarifications.
2055 (Sentences): Explain why two-space convention is better.
2056 Explain sentence-end-without-period here.
2057 (Fill Commands): Not here.
2058 (Refill): Node moved down.
2059 (Filling): Update menu.
2060 (Table Creation, Cell Justification, Column Commands): Clarify.
2061
2062 * sending.texi: Minor clarifications.
2063
2064 * search.texi (Regexp Backslash): Clarification.
2065
2066 * rmail.texi: Minor cleanups.
2067 (Rmail): Delete digression about `rmail-mode'.
2068 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2069 (Rmail Files): Mention C-u M-x rmail.
2070 (Rmail Reply): Mention References.
2071 (Rmail Display): Mention rmail-nonignored-headers.
2072
2073 * programs.texi: Minor cleanups.
2074 (Comment Commands): Mention momentary Transient Mark mode.
2075 (Matching): Be more specific about customizing show-paren-mode.
2076 (Info Lookup): Don't list the modes that support C-h S.
2077 Just say what it does in an unsupported mode.
2078 (Man Page): Delete excessive info on customizing woman.
2079 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2080
2081 * abbrevs.texi: Minor clarifications.
2082 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2083 not "dynamic abbrevs" as if they were a kind of abbrev.
2084
2085 * picture.texi (Picture): Minor cleanup.
2086
2087 * mule.texi (Communication Coding): Say "other applications".
2088 (Fontsets): Not specific to X. Add xref to X Resources.
2089 (Unibyte Mode): Rename from Single-Byte Character Support.
2090 "Graphical display", not window system.
2091 (International): Update menu.
2092
2093 * maintaining.texi (Format of ChangeLog):
2094 New node, split out from ChangeLog.
2095 (ChangeLog): Clarifications in the remaining text.
2096 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2097 (Find Tag): Add @w.
2098 (Tags Search): Explain tag table order here. Simplify grep ref.
2099 (List Tags): tags-tag-face is a variable, not a face.
2100 (Emerge): Cleanups.
2101
2102 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2103 (Keyboard Macros): Avoid "the user".
2104
2105 * killing.texi: "Graphical display", not window system.
2106
2107 * help.texi (Help Echo): "Graphical display", not window system.
2108
2109 * glossary.texi: Say "you", not "the user". Say "graphical display".
2110
2111 * frames.texi: Minor cleanups. "Graphical display", not window system.
2112
2113 * files.texi (Visiting): Make drag-and-drop not X-specific.
2114
2115 * custom.texi: Minor cleanups. "Graphical display", not window system.
2116
2117 * cmdargs.texi: Minor cleanups.
2118
2119 * building.texi (Compilation): Move and split kill-compilation para.
2120 Add para about multiple compilers.
2121 (Compilation Mode): Commands also available in grep mode and others.
2122 Mention C-u C-x ` more tutorially. Clarify C-x `.
2123 (Compilation Shell): Clarify. Put Bash example first.
2124 (Grep Searching): Minor cleanups; add @w.
2125 (Debuggers): Minor cleanups.
2126 (Starting GUD): Make GDB xgraphical mode issue clearer.
2127 (Debugger Operation): Lots of clarifications including
2128 GDB tooltip side-effect issue.
2129 (Commands of GUD): Clarify.
2130 (GUD Customization): Add bashdb-mode-hook.
2131 (GDB Graphical Interface): Rewrite for clarity.
2132 (GDB User Interface Layout): Rewrite for clarity.
2133 (Stack Buffer, Watch Expressions): Likewise.
2134 (Other GDB User Interface Buffers): Cleanups.
2135 (Lisp Libraries, External Lisp): Cleanup.
2136
2137 * basic.texi (Position Info): "Graphical displays", rather than
2138 window systems.
2139
2140 * anti.texi: Minor cleanup.
2141
8cf51b2c
GM
21422006-02-03 Eli Zaretskii <eliz@gnu.org>
2143
2144 * custom.texi (Init File, Find Init): Add cross-references to
2145 where $HOME is described.
2146
21472006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2148
2149 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2150 is not inside the @table.
2151
2152 * emacs.texi (Top): Correct node name.
2153
2154 * files.texi (File Names): Fix @xref.
2155 (Reverting): Fix typo.
2156
2157 * mule.texi (International): Correct node name.
2158
2159 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2160
21612006-02-01 Richard M. Stallman <rms@gnu.org>
2162
2163 * emacs.texi (Top): Update subnode menu.
2164
2165 * mule.texi: Minor clarifications.
2166 Reduce the specific references to X Windows.
2167 Refer to "graphical" terminals, rather than window systems.
2168 (Text Coding): Rename from Specify Coding.
2169 (Communication Coding, File Name Coding, Terminal Coding):
2170 New nodes split out from Text Coding.
2171
2172 * kmacro.texi: Minor clarifications.
2173 (Keyboard Macro Ring): Comment out some excessive commands.
2174 (Basic Keyboard Macro): Split up the table, putting part in each node.
2175
2176 * major.texi: Minor clarifications.
2177
2178 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2179
2180 * windows.texi: Minor clarifications.
2181 (Change Window): Don't describe mode-line mouse cmds here.
2182 Add xref to Mode Line Mouse.
2183
2184 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2185
2186 * macos.texi (Mac International): Fix xref.
2187
2188 * indent.texi: Minor clarifications.
2189
2190 * frames.texi: Minor clarifications.
2191 Reduce the specific references to X Windows.
2192 Refer to "graphical" terminals, rather than window systems.
2193 (Frame Parameters): Don't mention commands like
2194 set-foreground-color. Just say to customize a face.
2195 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2196
2197 * files.texi: Minor clarifications.
2198 (Numbered Backups): New node, split out from Backup Names.
2199
2200 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2201
2202 * cmdargs.texi (General Variables): Fix xref.
2203
2204 * buffers.texi: Minor clarifications.
2205
8cf51b2c
GM
22062006-01-31 Richard M. Stallman <rms@gnu.org>
2207
2208 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2209 Nodes moved to top.
2210
2211 * display.texi: Minor clarifications.
2212 (Display): Rearrange menu.
2213 (Standard Faces): Mention query-replace face.
2214 (Faces): Simplify.
2215 (Font Lock): Simplify face customization info.
2216 (Highlight Changes): Node merged into Highlight Interactively.
2217 (Highlight Interactively): Much rewriting and cleanup.
2218 (Optional Mode Line): Narrowed line number not good for goto-line.
2219 Simplify face customization advice.
2220 (Text Display): Mention use of escape-glyph face.
2221 Move ctl-arrow and tab-width here.
2222 (Display Custom): Move no-redraw-on-reenter to end of node.
2223
2224 * search.texi: Minor clarifications.
2225 (Isearch Scroll): Simplify.
2226 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2227
2228 * regs.texi (Registers): Mention bookmarks here.
2229
2230 * mark.texi: Minor clarifications.
2231 (Selective Undo): Node deleted.
2232
2233 * m-x.texi: Minor clarifications.
2234
2235 * killing.texi: Minor clarifications.
2236 Refer to "graphical" terminals, rather than window systems.
2237
2238 * help.texi: Clarifications.
2239 (Help): Don't describe C-h F and C-h K here.
2240 (Key Help): Describe C-h K here.
2241 (Name Help): Mention Emacs Lisp Intro.
2242 Describe C-h F here.
2243 (Misc Help): Mention C-h F and C-h K only briefly.
2244
2245 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2246 Selective undo text merged in.
2247 (Spelling): Mention Aspell along with Ispell.
2248
2249 * emacs.texi (Top): Update subnode menus.
2250
2251 * basic.texi (Basic Undo): Rename from Undo. Most of text
2252 moved to new Undo node.
2253
8cf51b2c
GM
22542006-01-29 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * basic.texi (Continuation Lines, Inserting Text):
2257 Mention longlines mode.
2258
22592006-01-29 Richard M. Stallman <rms@gnu.org>
2260
2261 * screen.texi: Minor cleaups.
2262 (Screen): Clean up the intro paragraphs.
2263 (Mode Line): Lots of rewriting. Handle frame-name better.
2264 eol-mnemonic-... vars moved out.
2265
2266 * emacs.texi (Top): Change menu item for MS-DOS node.
2267 Update subnode menu.
2268
2269 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2270 chapter relates to Windows. Title changed.
2271
2272 * mini.texi: Minor cleanups.
2273
2274 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2275 (Mark): Put it in the menu.
2276
2277 * entering.texi: Minor cleanups.
2278
2279 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2280 (Intro): Refer to "graphical" terminals, rather than X.
2281
2282 * display.texi (Display Custom): Add xref to Variables.
2283 (Optional Mode Line): eol-mnemonic-... vars moved here.
2284
2285 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2286 rather than X.
2287
8cf51b2c
GM
2288 * basic.texi: Minor cleanups.
2289 (Undo): selective-undo moved.
2290
8cf51b2c
GM
22912006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2292
2293 * anti.texi (Antinews): Various corrections and additions.
2294
22952006-01-23 Juri Linkov <juri@jurta.org>
2296
2297 * custom.texi (Easy Customization, Customization Groups)
2298 (Browsing Custom): Mention links along with buttons.
2299
8cf51b2c
GM
23002006-01-21 Eli Zaretskii <eliz@gnu.org>
2301
8cf51b2c
GM
2302 * text.texi (TeX Print): Use @key for TAB.
2303
8cf51b2c
GM
2304 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2305
8cf51b2c
GM
23062006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2307
2308 * files.texi (File Aliases): Don't claim that usually separate
2309 buffers are created for two file names that name the same data.
2310 Mention additional situations where different names mean the same
2311 file on disk.
2312
23132006-01-19 Richard M. Stallman <rms@gnu.org>
2314
2315 * killing.texi (Deletion): Upcase @key argument.
2316
2317 * custom.texi (Custom Themes): Minor cleanup.
2318
2319 * programs.texi (Hungry Delete): Upcase @key argument.
2320
8cf51b2c
GM
23212006-01-16 Juri Linkov <juri@jurta.org>
2322
2323 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2324 Move `mode-line-highlight' before `mode-line-buffer-id'.
2325
8cf51b2c
GM
23262006-01-14 Richard M. Stallman <rms@gnu.org>
2327
2328 * basic.texi (Inserting Text): Minor cleanup.
2329
8cf51b2c
GM
23302006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2331
2332 * custom.texi (Changing a Variable, Face Customization):
2333 Update for changes in Custom menus.
2334
8cf51b2c
GM
23352006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2336
2337 * macos.texi (Mac International): Undo last change.
2338
8cf51b2c
GM
23392006-01-02 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * custom.texi (Custom Themes): Describe the new
2342 customize-create-theme interface.
2343
23442005-12-30 Juri Linkov <juri@jurta.org>
2345
2346 * basic.texi (Position Info): Update example.
2347
c8763fb6 23482005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2349
2350 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2351
23522005-12-24 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * custom.texi (Custom Themes): `load-theme' always loads.
2355
23562005-12-23 Juri Linkov <juri@jurta.org>
2357
2358 * display.texi (Highlight Interactively): Use double space to
2359 separate sentences. Replace C-p with M-p, and C-n with M-n.
2360
23612005-12-22 Richard M. Stallman <rms@gnu.org>
2362
2363 * custom.texi (Easy Customization and subnodes):
2364 Replace "active field" with "button".
2365 Use "user option" only for variables.
2366 Use "setting" for variable-or-face.
2367
23682005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2369
2370 * buffers.texi (Select Buffer): Change order in table to make
2371 "Similar" refer to the correct item.
2372 (Indirect Buffers): Minor rewording.
2373
8cf51b2c
GM
23742005-12-20 Juri Linkov <juri@jurta.org>
2375
2376 * files.texi (VC Status): Put P and N near p and n.
2377
8cf51b2c
GM
23782005-12-19 Richard M. Stallman <rms@gnu.org>
2379
2380 * programs.texi (Electric C): Delete the info about newline control.
2381 (Other C Commands): Minor cleanup.
2382 (Left Margin Paren): Minor cleanup.
2383
23842005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2385
2386 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2387 (Customization Groups): Delete text moved to "Browsing Custom".
2388 (Browsing Custom): New node.
2389 (Specific Customization): Clarify which commands only work for
2390 loaded options.
2391
23922005-12-18 Bill Wohler <wohler@newt.com>
2393
2394 * frames.texi (Tool Bars): Shorten text of previous change.
2395
23962005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2397
2398 * files.texi (VC Status): Document log-view mode.
2399
24002005-12-18 Bill Wohler <wohler@newt.com>
2401
2402 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2403 permanently via the customize interface.
2404
8cf51b2c
GM
24052005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2406
2407 * killing.texi (Killing by Lines): Document `kill-whole-line'
2408 function.
2409
c8763fb6 24102005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
2411
2412 * buffers.texi (Select Buffer): Change `prev-buffer' to
2413 `previous-buffer'. Indicate that these functions use a frame
2414 local buffer list.
2415
8cf51b2c
GM
24162005-12-12 Richard M. Stallman <rms@gnu.org>
2417
2418 * custom.texi (Easy Customization): Change menu comment.
2419 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2420
2421 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2422 (Help): Among the Apropos commands, describe only C-h a here.
2423
24242005-12-11 Richard M. Stallman <rms@gnu.org>
2425
2426 * programs.texi (Options for Comments): Comment-end starts with space.
2427
2428 * glossary.texi (Glossary): Minor cleanup.
2429
2430 * files.texi (Old Versions): Use @table.
2431
8cf51b2c
GM
24322005-12-10 David Koppelman <koppel@ece.lsu.edu>
2433
2434 * display.texi (Highlight Interactively): Include
2435 global-hi-lock-mode. Add miscellaneous details and elaborations.
2436
24372005-12-09 Richard M. Stallman <rms@gnu.org>
2438
2439 * display.texi (Font Lock): Delete the Global FL menu item.
2440
24412005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2442
2443 * custom.texi (Minibuffer Maps): Mention the maps for file name
2444 completion.
2445
24462005-12-09 Kim F. Storm <storm@cua.dk>
2447
2448 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2449 prefix keys even when mark is active. Decribe that RET moves
2450 cursor to next corner in rectangle; clarify insert around rectangle.
2451
8cf51b2c
GM
24522005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2453
2454 * custom.texi (Customization): Use xref to elisp manual for
2455 non-TeX output.
2456 (Minor Modes): Update.
2457 (Customization Groups, Changing a Variable, Face Customization):
2458 Update for new appearance of Custom buffers.
2459 (Changing a Variable): `custom-buffer-done-function' has been
2460 replaced by `custom-buffer-done-kill'.
2461 (Specific Customization): In the `customize-group' buffer, a
2462 subgroup's contents are not "hidden". They are not included at
2463 all. They have no [Show] button.
2464 (Mouse Buttons): Add pxref to description of mouse event lists in
2465 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2466 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2467 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2468
24692005-12-08 Richard M. Stallman <rms@gnu.org>
2470
2471 * mini.texi (Completion Commands, Completion):
2472 In file name input, SPC does not do completion.
2473
8cf51b2c
GM
24742005-12-08 Nick Roberts <nickrob@snap.net.nz>
2475
2476 * building.texi (GDB Graphical Interface): Explain screen size
2477 setting.
2478 (Other GDB User Interface Buffers): Describe features specific to
2479 GDB 6.4.
2480
8cf51b2c
GM
24812005-12-01 Nick Roberts <nickrob@snap.net.nz>
2482
2483 * building.texi (GDB User Interface Layout): Describe how to
2484 kill associated buffers.
2485 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2486 (Watch Expressions): Be more precise.
2487 (Other GDB User Interface Buffers): Describe how to change a
2488 register value.
2489
8cf51b2c
GM
24902005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2491
2492 * macos.texi (Mac Input): Remove description of
2493 mac-command-key-is-meta. Add descriptions of
2494 mac-control-modifier, mac-command-modifier, and
2495 mac-option-modifier.
2496 (Mac International): Fix description of conversion of clipboard data.
2497 (Mac Font Specs): Add example of font customization by face attributes.
2498
24992005-11-22 Nick Roberts <nickrob@snap.net.nz>
2500
2501 * building.texi (Watch Expressions): Expand description.
2502 (Other GDB User Interface Buffers): Describe local map for
2503 gud-watch.
2504
25052005-11-21 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * display.texi (Font Lock): Font lock is enabled by default now.
2508
25092005-11-20 Juri Linkov <juri@jurta.org>
2510
2511 * basic.texi (Position Info): Update examples of the output.
2512 Remove the fact that examples are produced in the TeXinfo buffer,
2513 because in the Info reader users will get a different output from
2514 `C-x ='.
2515
2516 * building.texi (Compilation Mode): Remove paragraph duplicated
2517 from the node `Compilation'. Add `compilation-skip-threshold'.
2518
2519 * display.texi (Font Lock): Suggest more user-friendly method of
2520 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2521
25222005-11-18 Richard M. Stallman <rms@gnu.org>
2523
2524 * files.texi (Registering): Mention @@ in mode line.
2525
2526 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2527
25282005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2529
2530 * files.texi (Renaming and VC): Some back-ends don't
2531 handle renaming.
2532
8cf51b2c
GM
25332005-11-17 Juri Linkov <juri@jurta.org>
2534
2535 * emacs.texi (Top):
2536 * display.texi (Highlight Interactively): Put this font-lock based
2537 mode near Font Lock node.
2538
25392005-11-16 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2542 icons.
2543
25442005-11-12 Kim F. Storm <storm@cua.dk>
2545
2546 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2547 (Help Summary): Add C-h d and C-h e.
2548 (Apropos): Clarify that all apropos commands may search for either
2549 list of words or a regexp. Add C-h d for apropos-documentation.
2550 Describe apropos-documentation-sort-by-scores user option.
2551
8cf51b2c
GM
25522005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2553
2554 * killing.texi (CUA Bindings): Add @section.
2555
25562005-11-10 Kim F. Storm <storm@cua.dk>
2557
2558 * emacs.texi (Top): Add CUA Bindings entry to menu.
2559
2560 * killing.texi (CUA Bindings): New node. Moved here from
2561 misc.texi and extended with info on rectangle commands and
2562 rectangle highlighting, interface to registers, and the global
2563 mark feature.
2564
2565 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2566
2567 * regs.texi: Prev link points to CUA Bindings node.
2568
25692005-11-07 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * help.texi (Help Echo): By default, help echos are only shown on
2572 mouse-over, not on point-over.
2573
c8763fb6 25742005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
2575
2576 * misc.texi (Shell Mode): Describe how to activate password echoing.
2577
8cf51b2c
GM
25782005-11-04 Romain Francoise <romain@orebokech.com>
2579
2580 * mark.texi (Mark Ring): Fix typo.
2581
25822005-11-03 Richard M. Stallman <rms@gnu.org>
2583
2584 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2585
25862005-11-01 Bill Wohler <wohler@newt.com>
2587
2588 * help.texi (Help Mode): Fix typo.
2589
25902005-11-01 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * building.texi (Other GDB User Interface Buffers): Describe
2593 the command gdb-use-inferior-io-buffer.
2594
25952005-10-31 Romain Francoise <romain@orebokech.com>
2596
2597 * files.texi (Compressed Files): Fix typo.
2598
2599 * buffers.texi (Misc Buffer): Downcase `*shell*'.
2600
2601 * windows.texi (Force Same Window): Likewise.
2602
26032005-10-30 Bill Wohler <wohler@newt.com>
2604
2605 * help.texi (Help Mode): URLs viewed with browse-url.
2606
26072005-10-31 Nick Roberts <nickrob@snap.net.nz>
2608
2609 * building.texi (GDB Graphical Interface): Don't reference
2610 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
2611 must stay in same frame.
2612
26132005-10-29 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * custom.texi (Init File): Document ~/.emacs.d/init.el.
2616
2617 * anti.texi (Antinews): Likewise.
2618
8cf51b2c
GM
26192005-10-28 Bill Wohler <wohler@newt.com>
2620
2621 * help.texi (Help): Help mode now creates hyperlinks for URLs.
2622
26232005-10-28 Richard M. Stallman <rms@gnu.org>
2624
2625 * files.texi (Visiting): Explain how to enter ? in a file name.
2626
2627 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2628
8cf51b2c
GM
26292005-10-25 Nick Roberts <nickrob@snap.net.nz>
2630
2631 * building.texi (GDB Graphical Interface): Describe
2632 gdb-mouse-until.
2633
26342005-10-23 Richard M. Stallman <rms@gnu.org>
2635
2636 * custom.texi (Init File): Recommend when to use site-start.el.
2637
8cf51b2c
GM
26382005-10-21 Juri Linkov <juri@jurta.org>
2639
2640 * custom.texi (Examining): Mention accessing the old variable
2641 value via M-n in set-variable.
2642
8cf51b2c
GM
26432005-10-18 Romain Francoise <romain@orebokech.com>
2644
2645 * files.texi (Version Systems): Capitalize GNU.
2646
8cf51b2c
GM
26472005-10-18 Nick Roberts <nickrob@snap.net.nz>
2648
2649 * building.texi (Compilation Mode): Remove redundant paragraph.
2650 (Watch Expressions): Remove paragraph to reflect code change.
2651
8cf51b2c
GM
26522005-10-16 Richard M. Stallman <rms@gnu.org>
2653
2654 * building.texi (Compilation Mode, Compilation): Clarified.
2655
26562005-10-15 Richard M. Stallman <rms@gnu.org>
2657
2658 * misc.texi (Saving Emacs Sessions): Mention savehist library.
2659
8cf51b2c
GM
26602005-10-13 Kenichi Handa <handa@m17n.org>
2661
2662 * basic.texi (Position Info): Fix previous change.
2663
c8763fb6 26642005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2665
2666 * cmdargs.texi (Icons X): Fix typo.
2667
26682005-10-12 Kenichi Handa <handa@m17n.org>
2669
2670 * basic.texi (Position Info): Describe the case that Emacs shows
2671 "part of display ...".
2672
c8763fb6 26732005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2674
2675 * cmdargs.texi (Icons X): -nb => -nbi.
2676
26772005-10-10 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * frames.texi (Speedbar): A couple more clarifications.
2680
26812005-10-11 Nick Roberts <nickrob@snap.net.nz>
2682
2683 * building.texi (GDB User Interface Layout): Improve diagram.
2684 (Watch Expressions): Explain how to make speedbar global.
2685 (Other GDB User Interface Buffers): Make references more precise.
2686
8cf51b2c
GM
26872005-10-09 Richard M. Stallman <rms@gnu.org>
2688
2689 * frames.texi (Speedbar): Clarify the text.
2690
26912005-10-09 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * frames.texi (Speedbar): Add information on keybindings,
2694 dismissing the speedbar, and buffer display mode. Link to
2695 speedbar manual.
2696
c8763fb6 26972005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2698
2699 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2700 added -nb, --no-bitmap-icon.
2701
8cf51b2c
GM
27022005-10-07 Nick Roberts <nickrob@snap.net.nz>
2703
2704 * building.texi (GDB Graphical Interface): Add variables and
2705 functions to indices. Be more precise.
2706
c8763fb6 27072005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2708
2709 * frames.texi (Drag and Drop): Remove the x- from
2710 x-dnd-open-file-other-window and xdnd-protocol-alist.
2711
27122005-09-30 Romain Francoise <romain@orebokech.com>
2713
2714 * mini.texi (Minibuffer): The default value now appears before the
2715 colon in minibuffer prompts.
2716
8cf51b2c
GM
27172005-09-25 Richard M. Stallman <rms@gnu.org>
2718
2719 * search.texi (Regexp Search): Doc search-whitespace-regexp.
2720
8cf51b2c
GM
27212005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2722
2723 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2724
8cf51b2c
GM
27252005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2726
2727 * emacs.texi (Top): Update submenus from macos.texi.
2728
2729 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2730 (Mac OS): Update feature support status.
2731 (Mac Input): List supported input scripts. Remove description
2732 about `mac-keyboard-text-encoding'. Mention mouse button
2733 emulation and related variables.
2734 (Mac International): Mention Central European and Cyrillic
2735 support. Now `keyboard-coding-system' is dynamically changed.
2736 Add description about coding system for selection. Add
2737 description about language environment.
2738 (Mac Environment Variables): Mention
2739 `~/.MacOSX/environment.plist'. Give example of command line
2740 arguments. Add Preferences support.
2741 (Mac Directories): Explicitly state that this node is for Mac OS
2742 Classic only.
2743 (Mac Font Specs): Mention specification for scalable fonts. List
2744 supported charsets. Add preferred way of creating fontsets. Add
2745 description about `mac-allow-anti-aliasing'.
2746 (Mac Functions): Add descriptions about `mac-set-file-creator',
2747 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2748 and `mac-get-preference'.
2749
8cf51b2c
GM
27502005-09-16 Romain Francoise <romain@orebokech.com>
2751
2752 Update all files to specify GFDL version 1.2.
2753
2754 * doclicense.texi (GNU Free Documentation License): Update to
2755 version 1.2.
2756
27572005-09-15 Richard M. Stallman <rms@gnu.org>
2758
2759 * buffers.texi (List Buffers): Fix xref.
2760
2761 * rmail.texi (Rmail Basics): Fix xref.
2762
2763 * emacs.texi (Top): Update subnode menus.
2764
2765 * files.texi (Saving Commands): New node, broken out of Saving.
2766 (Customize Save): New node, broken out of Saving.
2767 Clarify effect of write-region-inhibit-fsync.
2768 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2769
8cf51b2c
GM
27702005-09-14 Romain Francoise <romain@orebokech.com>
2771
2772 * files.texi (Saving): Mention write-region-inhibit-fsync.
2773
27742005-09-05 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * custom.texi (Custom Themes): New node.
2777
27782005-09-03 Richard M. Stallman <rms@gnu.org>
2779
49823426
GM
2780 * search.texi (Search Case): Mention vars that control
2781 case-fold-search for various operations.
8cf51b2c
GM
2782
27832005-08-22 Juri Linkov <juri@jurta.org>
2784
2785 * display.texi (Standard Faces): Merge the text from
2786 `(elisp)Standard Faces' into this node.
2787
27882005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2789
2790 * emacs.texi (Top): Delete menu item for deleted node
2791 Keyboard Translations.
2792
27932005-08-18 Richard M. Stallman <rms@gnu.org>
2794
8cf51b2c
GM
2795 * trouble.texi (Unasked-for Search):
2796 Delete xref to Keyboard Translations.
2797
2798 * glossary.texi (Glossary): Delete xref.
2799
8cf51b2c
GM
2800 * custom.texi (Minor Modes): Say that the list here is not complete.
2801 (Keyboard Translations): Node deleted.
2802 (Disabling): Delete xref to it.
2803 (Customization Groups): Fix Custom buffer example.
2804 (Hooks): Mention remove-hooks.
2805
28062005-08-17 Luc Teirlinck <teirllm@auburn.edu>
2807
2808 * building.texi (GDB Graphical Interface): Improve filling of menu
2809 item.
2810
28112005-08-18 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * building.texi (GDB Graphical Interface): Use better node names.
2814
28152005-08-14 Richard M. Stallman <rms@gnu.org>
2816
2817 * text.texi (Sentences): Fix xref.
2818
28192005-08-14 Juri Linkov <juri@jurta.org>
2820
2821 * building.texi (Compilation, Grep Searching): Move grep command
2822 headings from `Compilation' to `Grep Searching'.
2823
2824 * dired.texi (Dired and Find):
2825 * maintaining.texi (Tags Search): Replace grep xref to
2826 `Compilation' node with `Grep Searching'.
2827
2828 * files.texi (Comparing Files): Replace xref to `Compilation' with
2829 `Compilation Mode'.
2830
28312005-08-13 Alan Mackenzie <acm@muc.de>
2832
2833 * search.texi (Non-ASCII Isearch): Correct a typo.
2834 (Replacement Commands): Mention query-replace key binding.
2835
28362005-08-11 Richard M. Stallman <rms@gnu.org>
2837
2838 * programs.texi (Options for Comments): Fix xref.
2839
2840 * search.texi (Regexp Backslash, Regexp Example): New nodes split
2841 out of Regexps.
2842
8cf51b2c
GM
28432005-08-09 Juri Linkov <juri@jurta.org>
2844
2845 * building.texi (Compilation): Use `itemx' instead of `item'.
2846 (Grep Searching): Simplify phrase.
2847
2848 * display.texi (Standard Faces): Describe vertical-border on
2849 window systems.
2850
2851 * windows.texi (Split Window): Simplify phrase and mention
2852 vertical-border face.
2853
28542005-08-09 Richard M. Stallman <rms@gnu.org>
2855
2856 * files.texi (Comparing Files): Clarify compare-windows.
2857
2858 * calendar.texi (Scroll Calendar): Document < and > in calendar.
2859
8cf51b2c
GM
28602005-08-06 Eli Zaretskii <eliz@gnu.org>
2861
2862 * mule.texi (Coding Systems): Rephrase the paragraph about
2863 codepages: no need for "M-x codepage-setup" anymore, except on
2864 MS-DOS.
2865
2866 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
2867 the MS-DOS port only.
2868
28692005-07-30 Eli Zaretskii <eliz@gnu.org>
2870
2871 * makefile.w32-in (info): Don't run multi-install-info.bat.
2872 ($(infodir)/dir): New target, produced by running
2873 multi-install-info.bat.
2874
8cf51b2c
GM
28752005-07-22 Eli Zaretskii <eliz@gnu.org>
2876
2877 * files.texi (Quoted File Names): Add index entry.
2878
8cf51b2c
GM
28792005-07-19 Juri Linkov <juri@jurta.org>
2880
2881 * files.texi (Comparing Files): Mention resync for `compare-windows'.
2882
28832005-07-18 Juri Linkov <juri@jurta.org>
2884
8cf51b2c
GM
2885 * custom.texi (Easy Customization):
2886 * files.texi (Old Versions):
2887 * frames.texi (Wheeled Mice):
2888 * mule.texi (Specify Coding):
8cf51b2c
GM
2889 * text.texi (Cell Justification):
2890 * trouble.texi (After a Crash):
8cf51b2c
GM
2891 * xresources.texi (GTK styles):
2892 Delete duplicate duplicate words.
2893
28942005-07-17 Richard M. Stallman <rms@gnu.org>
2895
2896 * frames.texi (Creating Frames): Fix foreground color example.
2897
2898 * custom.texi (Init Examples): Clean up text about conditionals.
2899
29002005-07-16 Richard M. Stallman <rms@gnu.org>
2901
2902 * mini.texi (Completion Commands): Fix command name for ?.
2903
8cf51b2c
GM
29042005-07-16 Eli Zaretskii <eliz@gnu.org>
2905
2906 * display.texi (Standard Faces): Explain that customization of
2907 `menu' face has no effect on w32 and with GTK. Add
2908 cross-references.
2909
2910 * cmdargs.texi (General Variables): Clarify the default location
2911 of $HOME on w32 systems.
2912
29132005-07-15 Jason Rumney <jasonr@gnu.org>
2914
2915 * cmdargs.texi (General Variables): Default HOME on MS Windows has
2916 changed.
2917
29182005-07-08 Kenichi Handa <handa@m17n.org>
2919
2920 * mule.texi (Recognize Coding): Recommend
2921 revert-buffer-with-coding-system instead of revert-buffer.
2922
29232005-07-07 Richard M. Stallman <rms@gnu.org>
2924
2925 * anti.texi (Antinews): Mention mode-line-inverse-video.
2926
2927 * files.texi (Saving): Minor correction about C-x C-w.
2928
2929 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
2930
29312005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2932
2933 * search.texi (Isearch Scroll): Add example of using the
2934 `isearch-scroll' property.
2935 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
2936 `Display Custom' node.
2937 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
2938 and de-emphasize it.
2939 (Other Repeating Search): `occur' currently can not correctly
2940 handle multiline matches. Correct, clarify and update description
2941 of `flush-lines' and `keep-lines'.
2942
2943 * display.texi (Display Custom): Add anchor for `baud-rate'.
2944
29452005-07-07 Richard M. Stallman <rms@gnu.org>
2946
2947 * gnu.texi: Update where to get GNU status; add refs for how to help.
2948 Add footnotes 6 and 7.
2949
29502005-07-04 Lute Kamstra <lute@gnu.org>
2951
2952 Update FSF's address in GPL notices.
2953
8cf51b2c 2954 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
2955 * trouble.texi (Checklist): Update FSF's address.
2956
8cf51b2c
GM
29572005-06-24 Richard M. Stallman <rms@gnu.org>
2958
2959 * display.texi (Text Display): Change index entries.
2960
29612005-06-24 Eli Zaretskii <eliz@gnu.org>
2962
2963 * makefile.w32-in (MAKEINFO): Use --force.
2964 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
2965 Makefile.in.
8cf51b2c
GM
2966
29672005-06-23 Richard M. Stallman <rms@gnu.org>
2968
2969 * anti.texi (Antinews): Renamed show-nonbreak-escape to
2970 nobreak-char-display.
2971
2972 * emacs.texi (Top): Update detailed node listing.
2973
2974 * display.texi (Text Display): Renamed show-nonbreak-escape
2975 to nobreak-char-display and no-break-space to nobreak-space.
2976 (Standard Faces): Split up the list of standard faces
2977 and put it in a separate node. Add nobreak-space and
2978 escape-glyph.
2979
8cf51b2c
GM
29802005-06-23 Lute Kamstra <lute@gnu.org>
2981
2982 * mule.texi (Select Input Method): Fix typo.
2983
29842005-06-23 Kenichi Handa <handa@m17n.org>
2985
2986 * mule.texi (International): List all supported scripts. Adjust
2987 text for that leim is now included in the normal Emacs
2988 distribution.
2989 (Language Environments): List all language environments.
2990 Intlfonts contains fonts for most supported scripts, not all..
2991 (Select Input Method): Refer to C-u C-x = to see how to type to
2992 input a specifc character.
2993 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
2994
29952005-06-23 Juanma Barranquero <lekktu@gmail.com>
2996
49823426 2997 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
2998
29992005-06-22 Miles Bader <miles@gnu.org>
3000
3001 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3002
30032005-06-20 Miles Bader <miles@gnu.org>
3004
3005 * display.texi (Faces): Add `vertical-divider'.
3006
30072005-06-17 Richard M. Stallman <rms@gnu.org>
3008
3009 * text.texi (Adaptive Fill): Minor clarification.
3010
8cf51b2c
GM
30112005-06-10 Lute Kamstra <lute@gnu.org>
3012
3013 * emacs.texi (Top): Correct version number.
3014 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3015 refer to the current version of Emacs.
3016
30172005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3018
3019 * files.texi (Log Buffer): Document when there can be more than
3020 one file to be committed.
3021
30222005-06-08 Juri Linkov <juri@jurta.org>
3023
3024 * display.texi (Faces): Add `shadow' face.
3025
30262005-06-07 Masatake YAMATO <jet@gyve.org>
3027
3028 * display.texi (Faces): Write about mode-line-highlight.
3029
30302005-06-06 Richard M. Stallman <rms@gnu.org>
3031
3032 * misc.texi (Printing Package): Explain how to initialize
3033 printing package.
3034
3035 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3036
30372005-06-05 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * emacs.texi: Rename Hardcopy to Printing.
3040 Make PostScript and PostScript Variables subnodes of it.
3041
3042 * misc.texi (Printing): Rename node from Hardcopy.
3043 Mention menu bar options.
3044 Move PostScript and PostScript Variables to submenu.
3045 (Printing package): New node.
3046
3047 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3048
3049 * dired.texi (Operating on Files): Likewise.
3050
3051 * calendar.texi (Displaying the Diary): Likewise.
3052
3053 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3054
3055 * glossary.texi (Glossary): Likewise.
3056
3057 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3058 effect.
3059
30602005-06-04 Richard M. Stallman <rms@gnu.org>
3061
3062 * trouble.texi (After a Crash): Polish previous change.
3063
8cf51b2c
GM
30642005-05-30 Noah Friedman <friedman@splode.com>
3065
3066 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3067 recovery mechanism.
3068
8cf51b2c
GM
30692005-05-28 Nick Roberts <nickrob@snap.net.nz>
3070
3071 * building.texi (Other Buffers): SPC toggles display of
3072 floating point registers.
3073
8cf51b2c
GM
30742005-05-27 Nick Roberts <nickrob@snap.net.nz>
3075
3076 * files.texi (Log Buffer): Merge in description of Log Edit
3077 mode from pcl-cvs.texi.
3078
30792005-05-26 Richard M. Stallman <rms@gnu.org>
3080
3081 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3082
8cf51b2c
GM
30832005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3084
3085 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3086 not enabled by default.
3087 When not on a word, `ispell-word' by default checks the word
3088 before point.
3089
30902005-05-24 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * building.texi (Debugger Operation): Simplify last sentence.
3093
30942005-05-23 Lute Kamstra <lute@gnu.org>
3095
3096 * emacs.texi: Update FSF's address throughout.
3097 (Preface): Use @cite.
3098 (Distrib): Add cross reference to the node "Copying". Mention the
3099 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3100 printed manuals.
3101 (Intro): Use @xref for the Emacs Lisp Intro.
3102
8cf51b2c
GM
31032005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3104
3105 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3106
3107 * basic.texi (Moving Point): Mention default for `goto-line'.
3108
3109 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3110 of a variable's docstring.
3111
31122005-05-18 Lute Kamstra <lute@gnu.org>
3113
3114 * maintaining.texi (Overview of Emerge): Add cross reference.
3115 Remove duplication.
3116
3117 * emacs.texi (Top): Update to the current structure of the manual.
3118 * misc.texi (Emacs Server): Add menu description.
3119 * files.texi (Saving): Fix menu.
3120 * custom.texi (Customization): Fix menu.
3121 * mule.texi (International): Fix menu.
3122 * kmacro.texi (Keyboard Macros): Fix menu.
3123
31242005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3125
3126 * display.texi: Various minor changes.
3127 (Faces): Delete text that is repeated in the next section.
3128
31292005-05-16 Nick Roberts <nickrob@snap.net.nz>
3130
3131 * building.texi (Debugger Operation): Mention GUD tooltips are
3132 disabled with GDB in text command mode.
3133
8cf51b2c
GM
31342005-05-16 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * building.texi: Replace toolbar with "tool bar" for consistency.
3137 (Compilation Mode): Describe compilation-context-lines
3138 and use of arrow in compilation buffer.
3139 (Debugger Operation): Replace help text with variable's value.
3140
3141 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3142 consistency.
3143
31442005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3145
3146 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3147 Add xref.
3148
8cf51b2c
GM
31492005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3150
3151 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3152 (Position Info): Delete discussion of `goto-line'. It is already
3153 described in `Moving point'.
3154
3155 * mini.texi (Completion Commands): Correct reference.
3156 (Completion Options): Fix typo.
3157
3158 * killing.texi (Deletion): Complete description of `C-x C-o'.
3159
8cf51b2c
GM
31602005-05-10 Richard M. Stallman <rms@gnu.org>
3161
3162 * building.texi (Compilation): Clarify recompile's directory choice.
3163
3164 * frames.texi (Tooltips): Cleanups.
3165
3166 * basic.texi (Arguments): Fix punctuation.
3167
31682005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3169
3170 * screen.texi (Menu Bar): The up and down (not left and right)
3171 arrow keys move through a keyboard menu.
3172
31732005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3174
3175 * basic.texi: Various typo and grammar fixes.
3176 (Moving Point): C-a now runs move-beginning-of-line.
3177
31782005-05-08 Nick Roberts <nickrob@snap.net.nz>
3179
3180 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3181
3182 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3183 as different animals.
3184
31852005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3186
3187 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3188 Correct index entry.
3189
31902005-05-07 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * building.texi (Debugger Operation): Update to reflect changes
3193 in GUD tooltips.
3194
31952005-04-30 Richard M. Stallman <rms@gnu.org>
3196
3197 * files.texi (Compressed Files): Auto Compression normally enabled.
3198
3199 * building.texi (Debugger Operation): Clarify previous change.
3200
8cf51b2c
GM
32012005-04-28 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * building.texi (Debugger Operation): Add description for
3204 GUD tooltips when program is not running.
3205
32062005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3207
3208 * misc.texi (Shell): Add `Shell Prompts' to menu.
3209 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3210 description. Delete remarks moved to new node.
3211 (Shell Prompts): New node.
3212 (History References): Replace remarks moved to `Shell Prompts'
3213 with xref to that node.
3214 (Remote Host): Clarify how to specify the terminal type when
3215 logging in to a different machine.
3216
32172005-04-26 Richard M. Stallman <rms@gnu.org>
3218
3219 * emacs.texi (Top): Update submenus from files.texi.
3220
3221 * files.texi (Filesets): Clarify previous change.
3222
3223 * dired.texi (Misc Dired Features): Clarify previous change.
3224
32252005-04-25 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3228
3229 * dired.texi (Misc Dired Features): Document
3230 dired-compare-directories.
3231
3232 * files.texi (Filesets): New node.
3233 (File Conveniences): Document Image mode.
3234
3235 * text.texi (TeX Print): Document tex-compile.
3236
32372005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3238
3239 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3240 Delete redundant reference to tooltip Custom group. It is
3241 referred too again in the next paragraph.
3242
32432005-04-24 Richard M. Stallman <rms@gnu.org>
3244
3245 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3246
8cf51b2c
GM
32472005-04-19 Kim F. Storm <storm@cua.dk>
3248
3249 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3250
32512005-04-18 Lars Hansen <larsh@math.ku.dk>
3252
3253 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3254 turns off desktop-save-mode.
3255
32562005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3257
3258 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3259 by default in terminals compatible with xterm. Mention that
3260 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3261 node.
3262
8cf51b2c
GM
32632005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3264
3265 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3266
c8763fb6 32672005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3268
3269 * xresources.texi (Table of Resources): Add cursorBlink.
3270
32712005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3272
3273 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3274 `d', `C-d' and `u'.
3275
32762005-04-11 Richard M. Stallman <rms@gnu.org>
3277
3278 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3279 (Misc X): Add -D, --basic-display.
3280
3281 * maintaining.texi (Change Log): Correct the description of
3282 the example.
3283
3284 * major.texi (Choosing Modes): Document magic-mode-alist.
3285
8cf51b2c
GM
32862005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3287
3288 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3289 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3290 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3291 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3292 `w', respectively.
3293 (Rmail Labels): Mention `l'.
3294 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3295 (Rmail Summary Edit): Describe `j' and RET.
3296
c8763fb6 32972005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3298
3299 * xresources.texi (Lucid Resources): Add fontSet resource.
3300
8cf51b2c
GM
33012005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3302
3303 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3304 now called `indicate-empty-lines'.
3305
33062005-04-06 Kim F. Storm <storm@cua.dk>
3307
3308 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3309
33102005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3311
3312 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3313 deleted.
3314 (Marks vs Flags): Add some convenient key bindings.
3315 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3316 (Misc Dired Features): Correct and expand description of `w' command.
3317
3318 * frames.texi (XTerm Mouse): Delete apparently false info.
3319 The GNU/Linux console currently does not appear to support
3320 `xterm-mouse-mode'.
3321
8cf51b2c
GM
33222005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3323
3324 * calendar.texi (Diary): Mention shell utility `calendar'.
3325
33262005-04-01 Richard M. Stallman <rms@gnu.org>
3327
3328 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3329
8cf51b2c
GM
33302005-04-01 Lute Kamstra <lute@gnu.org>
3331
3332 * maintaining.texi (Change Log): add-change-log-entry uses
3333 add-log-mailing-address.
3334
33352005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3336
3337 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3338 `VC Mode Line' and put in an xref to that node.
3339 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3340 its description.
3341
33422005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3343
3344 * calendar.texi (Calendar Systems): Say that the Persian calendar
3345 implemented here is the arithmetical one championed by Birashk.
3346
33472005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3348
3349 * programs.texi (Fortran Motion): Fix previous change.
3350
8cf51b2c
GM
33512005-03-29 Richard M. Stallman <rms@gnu.org>
3352
3353 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3354
33552005-03-29 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * text.texi (Refill): Refer to Long Lines Mode.
3358 (Longlines): New node.
3359 (Auto Fill): Don't index "word wrap" here.
3360 (Filling): Add Longlines to menu.
3361
33622005-03-29 Richard M. Stallman <rms@gnu.org>
3363
3364 * xresources.texi: Minor fixes.
3365
3366 * misc.texi (Emacs Server): Fix Texinfo usage.
3367
3368 * emacs.texi (Top): Don't use a real section heading for
3369 "Detailed Node Listing". Fake it instead.
3370
3371 * basic.texi (Position Info): Minor cleanup.
3372
3373 * mule.texi (Input Methods): Minor cleanup.
3374
33752005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3376
3377 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3378 constructs as well.
3379 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3380
33812005-03-29 Kenichi Handa <handa@m17n.org>
3382
3383 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3384
3385 * basic.texi (Position Info): Update the description about the
3386 command C-u C-x =.
3387
33882005-03-28 Richard M. Stallman <rms@gnu.org>
3389
3390 * emacs.texi (Top): Use @section for the detailed node listing.
3391
3392 * calendar.texi: Minor fixes to previous change.
3393
3394 * programs.texi (Fortran): Small fixes to previous changes.
3395
3396 * emacs.texi (Top): Update list of subnodes of Dired.
3397 Likewise for building.texi.
3398
3399 * files.texi (File Conveniences): Delete Auto Image File mode.
3400
34012005-03-28 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * building.texi (Flymake): New node.
3404
3405 * custom.texi (Function Keys): Document kp- event types and
3406 keypad-setup package.
3407
3408 * dired.texi (Wdired): New node.
3409
3410 * files.texi (File Conveniences): Reorder entries.
3411 Explain how to turn on Auto-image-file mode.
3412 Document Thumbs mode.
3413
3414 * mule.texi (Specify Coding): Document recode-region and
3415 recode-file-name.
3416
3417 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3418
34192005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3420
3421 * commands.texi (Keys): M-o is now a prefix key.
3422
34232005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3424
3425 * programs.texi: Reformat and update copyright years.
3426 (Fortran): Update section.
3427
34282005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3429
3430 * files.texi: Several small changes in addition to:
3431 (Visiting): Change xref for Dialog Boxes to ref.
3432 (Version Headers): Replace references to obsolete var
3433 `vc-header-alist' with `vc-BACKEND-header'.
3434 (Customizing VC): Update value of `vc-handled-backends'.
3435
34362005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3437
3438 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3439 move here from Emacs Lisp Reference Manual.
3440 * calendar.texi (Calendar/Diary, Diary Commands)
3441 (Special Diary Entries, Importing Diary): Change some xrefs to
3442 point to emacs-xtra rather than elisp.
3443
3444 * emacs-xtra.texi (Calendar Customizing):
3445 Move view-diary-entries-initially, view-calendar-holidays-initially,
3446 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3447 Emacs Manual.
3448 (Appt Customizing): Merge entire section into main Emacs Manual.
3449 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3450 mark-holidays-in-calendar here from emacs-xtra.
3451 (Displaying the Diary): Move view-diary-entries-initially,
3452 mark-diary-entries-in-calendar here from emacs-xtra.
3453 (Appointments): Move appt-display-mode-line,
3454 appt-display-duration, appt-disp-window-function,
3455 appt-delete-window-function here from emacs-xtra.
3456
3457 * calendar.texi: Update and reformat copyright.
3458 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3459 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3460 (Diary): Refer to `diary-file' rather than ~/diary.
3461 (Diary Commands): Rename node to "Displaying the Diary".
3462 * emacs.texi (Top): Rename "Diary Commands" section.
3463 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3464
34652005-03-26 Eli Zaretskii <eliz@gnu.org>
3466
3467 * misc.texi (Emacs Server): Fix the command for setting
3468 server-name. Add an xref to Invoking emacsclient.
3469
3470 * help.texi (Help Summary): Clarify when "C-h ." will do something
3471 nontrivial.
3472 (Apropos): Add cindex entry for apropos-sort-by-scores.
3473
3474 * display.texi (Text Display): Add index entries for how no-break
3475 characters are displayed.
3476
8cf51b2c
GM
34772005-03-26 Eli Zaretskii <eliz@gnu.org>
3478
3479 * files.texi (Visiting): Fix cross-references introduced with the
3480 last change.
3481
3482 * xresources.texi (GTK resources): Fix last change.
3483
8cf51b2c
GM
34842005-03-25 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * xresources.texi (X Resources): GTK options documented too.
3487 (Resources): Clarify meaning of program name.
3488 (Table of Resources): Add visualClass.
3489 (GTK resources): Rewrite.
3490 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3491
3492 * display.texi (Text Display): Mention non-breaking spaces.
3493
3494 * files.texi (Reverting): Document auto-revert-check-vc-info.
3495
3496 * frames.texi (Mouse Commands): Document
3497 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3498
3499 * help.texi (Help Summary): Add `C-h .'.
3500 (Apropos): Apropos accepts a list of search terms.
3501 Document apropos-sort-by-scores.
3502 (Help Echo): Document display-local-help.
3503
3504 * misc.texi (Emacs Server): Document server-name.
3505 (Invoking emacsclient): Document -s option for server names.
3506
3507 * text.texi (Outline Visibility): Introduce "current heading
3508 line" (commands can be called with point on a body line).
3509 Re-order table to follow the sequence of discussion.
3510 hide-body won't hide lines before first header line.
3511 (TeX Mode): Add DocTeX mode.
3512
8cf51b2c
GM
35132005-03-24 Richard M. Stallman <rms@gnu.org>
3514
3515 * mule.texi (Single-Byte Character Support): Delete mention
3516 of iso-acc.el and iso-transl.el.
3517
8cf51b2c
GM
35182005-03-23 Lute Kamstra <lute@gnu.org>
3519
3520 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3521
35222005-03-23 Richard M. Stallman <rms@gnu.org>
3523
8cf51b2c
GM
3524 * search.texi: Delete explicit node pointers.
3525 (Incremental Search): New menu.
3526 (Basic Isearch, Repeat Isearch, Error in Isearch)
3527 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3528 (Slow Isearch): New subnodes.
3529 (Configuring Scrolling): Node deleted.
3530 (Search Case): Doc default-case-fold-search.
3531 (Regexp Replace): Move replace-regexp doc here.
3532
3533 * rmail.texi (Movemail): Put commas inside closequotes.
3534
3535 * picture.texi (Insert in Picture): Document C-c arrow combos.
3536 (Basic Picture): Clarify erasure.
3537
3538 * display.texi (Font Lock): Put commas inside closequotes.
3539
3540 * cmdargs.texi (General Variables): Put commas inside closequotes.
3541
35422005-03-23 Nick Roberts <nickrob@snap.net.nz>
3543
3544 * building.texi (Stack Buffer): Mention reverse contrast for
3545 *selected* frame (might not be current frame).
3546
8cf51b2c
GM
35472005-03-21 Richard M. Stallman <rms@gnu.org>
3548
3549 * building.texi (Starting GUD): Add bashdb.
3550
35512005-03-20 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * basic.texi (Moving Point): Add M-g M-g binding.
3554 (Undo): Document undo-only.
3555 (Position Info): Document M-g M-g and C-u M-g M-g.
3556
3557 * building.texi (Building): Put Grep Searching after Compilation
3558 Shell.
3559 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3560 Document next-error-highlight.
3561 (Grep Searching): Document grep-highlight-matches.
3562 (Lisp Eval): Typing C-x C-e twice prints integers specially.
3563
3564 * calendar.texi (Importing Diary): Rename node from iCalendar.
3565 Document diary-from-outlook.
3566
3567 * dired.texi (Misc Dired Features): Rename node from Misc Dired
3568 Commands.
3569 Mention effect of X drag and drop on Dired buffers.
3570
3571 * files.texi (Visiting): Document large-file-warning-threshold.
3572 Move paragraph on file-selection dialog.
3573 Mention visiting files using X drag and drop.
3574 (Reverting): Mention using Auto-Revert mode to tail files.
3575 Document auto-revert-tail-mode.
3576 (Version Systems): Minor correction.
3577 (Comparing Files): Diff-mode is no longer based on Compilation
3578 mode.
3579 Document compare-ignore-whitespace.
3580 (Misc File Ops): Explain passing a directory to rename-file.
3581 Likewise for copy-file and make-symbolic-link.
3582
3583 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3584 Document mouse-wheel-progressive speed.
3585
3586 * help.texi (Misc Help): Document numeric argument for C-h i.
3587 Correctly explain the effect of just C-u as argument.
3588
3589 * killing.texi (Deletion): Document numeric argument for
3590 just-one-space.
3591
3592 * mini.texi (Completion): Completion acts on text before point.
3593
3594 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3595 (Emulation): CUA mode replaces pc-bindings-mode,
3596 pc-selection-mode, and s-region.
3597
3598 * mule.texi (Input Methods): Leim is now built-in.
3599 (Select Input Method): Document quail-show-key.
3600 (Specify Coding): Document revert-buffer-with-coding-system.
3601
3602 * programs.texi (Fortran Motion): Document f90-next-statement,
3603 f90-previous-statement, f90-next-block, f90-previous-block,
3604 f90-end-of-block, and f90-beginning-of-block.
3605
3606 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3607
3608 * emacs.texi (Acknowledgments): Updated.
3609
3610 * anti.texi: Total rewrite.
3611
8cf51b2c
GM
36122005-03-19 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * ack.texi (Acknowledgments): Update.
3615
36162005-03-19 Eli Zaretskii <eliz@gnu.org>
3617
3618 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
3619 copyright years.
3620
36212005-03-14 Nick Roberts <nickrob@snap.net.nz>
3622
3623 * building.texi (Commands of GUD): Move paragraph on setting
3624 breakpoints with mouse to the GDB Graphical Interface node.
3625
36262005-03-07 Richard M. Stallman <rms@gnu.org>
3627
8cf51b2c
GM
3628 * misc.texi (Single Shell, Shell Options): Fix previous change.
3629
3630 * building.texi (Debugger Operation): Update GUD tooltip enable info.
3631
36322005-03-06 Richard M. Stallman <rms@gnu.org>
3633
3634 * building.texi (Starting GUD): Don't explain text vs graphical
3635 GDB here. Just mention it and xref.
3636 Delete "just one debugger process".
3637 (Debugger Operation): Move GUD tooltip info here.
3638 (GUD Tooltips): Node deleted.
3639 (GDB Graphical Interface): Explain the two GDB modes here.
3640
8cf51b2c
GM
3641 * sending.texi (Sending Mail): Minor cleanup.
3642 (Mail Aliases): Explain quoting conventions.
3643 Update key rebinding example.
3644 (Header Editing): C-M-i is like M-TAB.
3645 (Mail Mode Misc): mail-attach-file does not do MIME.
3646
3647 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3648 that really belongs here.
3649 (Remote Mailboxes): Text moved to Rmail Inbox.
3650 (Rmail Display): Mention Mouse-1.
3651 (Movemail): Clarify two movemail versions.
3652 Clarify rmail-movemail-program.
3653
8cf51b2c
GM
3654 * misc.texi (Single Shell): Replace uudecode example with gpg example.
3655 Document async shell commands.
3656 (Shell History): Clarify.
3657 (Shell Ring): Mention C-UP an C-DOWN.
3658 (Shell Options): Add comint-prompt-read-only.
3659 (Invoking emacsclient): Set EDITOR to run Emacs.
3660 (Sorting): No need to explain what region is.
3661 (Saving Emacs Sessions): Fix typo.
3662 (Recursive Edit): Fix punctuation.
3663 (Emulation): Don't mention "PC bindings" which are standard.
3664 (Hyperlinking): Explain Mouse-1 convention here.
3665 (Find Func): Node deleted.
3666
8cf51b2c
GM
3667 * help.texi (Name Help): Xref to Hyperlinking.
3668
3669 * glossary.texi (Glossary):
3670 Rename "Balance Parentheses" to "Balancing...".
3671 Add "Byte Compilation". Correct "Copyleft".
3672 New xref in "Customization".
3673 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3674 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3675 Rename "Registers" to "Register".
3676 Replace "Selecting" with "Selected Frame",
3677 "Selected Window", and "Selecting a Buffer".
3678
3679 * files.texi (Types of Log File): Explain how projects'
3680 methods can vary.
3681
8cf51b2c
GM
3682 * display.texi (Faces): Delete "Emacs 21".
3683
3684 * custom.texi (Changing a Variable): C-M-i like M-TAB.
3685 * fixit.texi (Spelling): C-M-i like M-TAB.
3686 * mini.texi (Completion Options): C-M-i like M-TAB.
3687 * programs.texi (Symbol Completion): C-M-i like M-TAB.
3688 * text.texi (Text Mode): C-M-i like M-TAB.
3689
3690 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3691
3692 * calendar.texi (Specified Dates): Mention `g w'.
3693 (Appointments): appt-activate toggles with no arg.
3694
8cf51b2c
GM
36952005-03-05 Juri Linkov <juri@jurta.org>
3696
3697 * cmdargs.texi (Emacs Invocation): Add cindex
3698 "invocation (command line arguments)"
3699 (Misc X): Add -nbc, --no-blinking-cursor.
3700
37012005-03-04 Ulf Jasper <ulf.jasper@web.de>
3702
3703 * calendar.texi (iCalendar): No need to require it now.
3704
8cf51b2c
GM
37052005-03-03 Nick Roberts <nickrob@snap.net.nz>
3706
3707 * trouble.texi (Contributing): Mention Savannah. Direct users to
3708 emacs-devel.
3709
37102005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3711
3712 * calendar.texi (Adding to Diary): Mention redrawing of calendar
3713 window.
3714
8cf51b2c
GM
37152005-02-27 Richard M. Stallman <rms@gnu.org>
3716
3717 * building.texi (Compilation): Update mode line status info.
3718
37192005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3720
3721 * calendar.texi (General Calendar): Document binding of
3722 scroll-other-window-down.
3723 (Mayan Calendar): Fix earliest date.
3724 (Time Intervals): Document timeclock-change.
3725 Fix timeclock-ask-before-exiting documentation.
3726
37272005-02-26 Kim F. Storm <storm@cua.dk>
3728
3729 * frames.texi (Mouse References):
3730 Add mouse-1-click-in-non-selected-windows.
3731
37322005-02-25 Richard M. Stallman <rms@gnu.org>
3733
3734 * screen.texi (Screen): Explain better about cursors and mode lines;
3735 don't presuppose text terminals.
3736 (Point): Don't assume just one cursor.
3737 Clarify explanation of cursors.
3738 (Echo Area, Menu Bar): Cleanups.
3739
3740 * mini.texi (Minibuffer): Prompts are highlighted.
3741 (Minibuffer Edit): Newline = C-j only on text terminals.
3742 Clarify resize-mini-windows values.
3743 Mention M-PAGEUP and M-PAGEDOWN.
3744 (Completion Commands): Mouse-1 like Mouse-2.
3745 (Minibuffer History): Explain history commands better.
3746 (Repetition): Add xref to Incremental Search.
3747
3748 * mark.texi (Setting Mark): Clarify info about displaying mark.
3749 Clarify explanation of C-@ and C-SPC.
3750 (Transient Mark): Mention Delete Selection mode.
3751 (Marking Objects): Clean up text about extending the region.
3752
3753 * m-x.texi (M-x): One C-g doesn't always go to top level.
3754 No delay before suggest-key-bindings output.
3755
3756 * fixit.texi (Fixit): Mention C-/ for undo.
3757 (Spelling): Mention ESC TAB like M-TAB.
3758 Replacement words with r and R are rechecked.
3759 Say where C-g leaves point. Mention ? as input.
3760
37612005-02-23 Lute Kamstra <lute@gnu.org>
3762
3763 * cmdargs.texi (Initial Options): Add cross reference.
3764
8cf51b2c
GM
37652005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3766
3767 * emacs.texi (Top): Update menu for splitting of node in
3768 msdog.texi.
3769 * frames.texi (Frames): Update xref for splitting of node in
3770 msdog.texi.
3771 * trouble.texi (Quitting): Ditto.
3772
37732005-02-16 Richard M. Stallman <rms@gnu.org>
3774
3775 * windows.texi (Split Window): Simplify line truncation info
3776 and xref to Display Custom.
3777
3778 * trouble.texi (Quitting): Emergency escape only for text terminal.
3779 (Screen Garbled): C-l for ungarbling is only for text terminal.
3780
3781 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3782
3783 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3784
3785 * programs.texi (Program Modes): Mention Python mode.
3786 (Moving by Defuns): Repeating C-M-h extends region.
3787 (Basic Indent): Clarify.
3788 (Custom C Indent): Clarify.
3789 (Expressions): Repeating C-M-@ extends region.
3790 (Info Lookup): Clarify for C-h S.
3791 (Symbol Completion): ESC TAB alternative for M-TAB.
3792 (Electric C): Clarify.
3793
3794 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3795
3796 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3797 MS-DOS Input node.
3798 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3799 (MS-DOS and MULE): Clarify.
3800 (MS-DOS Processes, Windows Processes): Fix typos.
3801
3802 * major.texi (Choosing Modes): Clarify.
3803
3804 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3805 (Keyboard Macro Step-Edit): Clarify.
3806
3807 * indent.texi (Indentation): Clarifications.
3808
3809 * help.texi (Help): Correct error about C-h in query-replace.
3810 Clarify apropos vs C-h a. Fix how to search in FAQ.
3811 (Key Help): Describe C-h w here.
3812 (Name Help): Minor cleanup. C-h w moved to Key Help.
3813 Clarify the "object" joke.
3814 (Apropos): Clarify. Mouse-1 like Mouse-2.
3815 (Help Mode): Mouse-1 like Mouse-2.
3816
3817 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3818
3819 * display.texi (Display): Reorder menu.
3820 (Faces): Cleanup.
3821 (Font Lock): Cleanup. Mention Options menu.
3822 Delete obsolete text.
3823 (Scrolling): For C-l, don't presume text terminal.
3824 (Horizontal Scrolling): Simplify intro.
3825 (Follow Mode): Clarify.
3826 (Cursor Display): Moved before Display Custom.
3827 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3828 Doc default-tab-width. Doc line truncation more thoroughly.
3829
3830 * dired.texi (Dired Enter): C-x C-f can run Dired.
3831 (Dired Visiting): Comment out `a' command.
3832 Mouse-1 is like Mouse-2.
3833 (Shell Commands in Dired): ? can be used more than once.
3834
3835 * basic.texi (Continuation Lines): Simplify description of truncation,
3836 and refer to Display Custom for the rest of it.
3837
8cf51b2c
GM
38382005-02-06 Lute Kamstra <lute@gnu.org>
3839
3840 * basic.texi (Undo): Fix typo.
3841
3842 * cmdargs.texi (Emacs Invocation): Fix typo.
3843
3844 * custom.texi (Init Examples): Fix typo.
3845
3846 * abbrevs.texi (Expanding Abbrevs): Fix typo.
3847
38482005-02-06 Richard M. Stallman <rms@gnu.org>
3849
3850 * regs.texi (Registers): Registers can hold numbers, too.
3851
3852 * killing.texi (Other Kill Commands): Cleanup.
3853 Delete redundant explanation of kill in read-only buffer.
3854 (Yanking): Mention term "copying".
3855 (Accumulating Text): Fix typo.
3856
3857 * entering.texi (Entering Emacs): Update rationale at start.
3858 (Exiting): Treat iconifying on a par with suspension.
3859
3860 * custom.texi (Minor Modes): Fix typo.
3861 (Easy Customization): Fix menu style.
3862 (Variables): Add xref.
3863 (Examining): Setting for future sessions works through .emacs.
3864 (Keymaps): "Text terminals", not "Many".
3865 (Init Rebinding): Explain \C-. Show example of \M-.
3866 Fix minor wording errors.
3867 (Function Keys): Explain vector syntax just once.
3868 (Named ASCII Chars): Clarify history of TAB/C-i connection.
3869 (Init File): Mention .emacs.d directory.
3870 (Init Examples): Add xref.
3871 (Find Init): Mention .emacs.d directory.
3872
3873 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
3874 (Action Arguments): Explain which kinds of -l args are found how.
3875 (Initial Options): --batch does not inhibit site-start.
3876 Add xrefs.
3877 (Command Example): Use --batch, not -batch.
3878
3879 * basic.texi (Inserting Text): Cleanup wording.
3880 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
3881 C-n is not error at end of buffer.
3882 (Undo): Doc C-/ like C-_. Add xrefs.
3883 (Arguments): META key may be labeled ALT.
3884 Peculiar arg meanings are explained in doc strings.
3885
3886 * abbrevs.texi (Expanding Abbrevs): Clarify.
3887
38882005-02-05 Eli Zaretskii <eliz@gnu.org>
3889
3890 * frames.texi (Frame Parameters): Add an xref to the description
3891 of list-colors-display. Add a pointer to the X docs about colors.
3892
3893 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
3894 Impove docs of list-colors-display.
3895
38962005-02-03 Lute Kamstra <lute@gnu.org>
3897
3898 * frames.texi (Frames, Drag and Drop): Fix typos.
3899
39002005-02-03 Richard M. Stallman <rms@gnu.org>
3901
3902 * windows.texi (Basic Window): Mention color-change in mode line.
3903 (Change Window): Explain dragging vertical boundaries.
3904
3905 * text.texi (Sentences): Clarify.
3906 (Paragraphs): Explain M-a and blank lines.
3907 (Outline Mode): Clarify text and menu.
3908 (Hard and Soft Newlines): Mention use-hard-newlines.
3909
3910 * frames.texi (Frames): Delete unnecessary mention of Windows.
3911 (Mouse Commands): Likewise. Mention xterm mouse support.
3912 (Clipboard): Clarify.
3913 (Mouse References): Mention use of Mouse-1 for following links.
3914 (Menu Mouse Clicks): Clarify.
3915 (Mode Line Mouse): Clarify.
3916 (Drag and Drop): Rewrite.
3917
3918 * fixit.texi (Spelling): Fix typo.
3919
3920 * files.texi (File Names): Clarify.
3921 (Visiting): Update conditions for use of file dialog. Clarify.
3922 (Saving): Doc d as answer in save-some-buffers.
3923 (Remote Files): Clean up the text.
3924
3925 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
3926
3927 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
3928 (List Buffers): Clarify.
3929 (Several Buffers): Doc T command.
3930 (Buffer Convenience): Clarify menu.
3931
3932 * basic.texi (Undo): Clarify last change.
3933
39342005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3935
3936 * fixit.texi (Spelling): Fix typo.
3937
39382005-02-01 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * basic.texi (Undo): Update description of `undo-outer-limit'.
3941
39422005-02-01 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * building.texi: Update documentation relating to GDB Graphical
3945 Interface.
3946
39472005-01-30 Luc Teirlinck <teirllm@auburn.edu>
3948
3949 * custom.texi (Easy Customization): Adapt menu to node name change.
3950
39512005-01-30 Richard M. Stallman <rms@gnu.org>
3952
3953 * custom.texi (Easy Customization): Defn of "User Option" now
3954 includes faces. Don't say just "option" when talking about variables.
3955 Do say just "options" to mean "anything customizable".
3956 (Specific Customization): Describe `customize-variable',
3957 not `customize-option'.
3958
3959 * glossary.texi (Glossary) <Faces>: Add xref.
3960 <User Option>: Change definition--include faces. Change xref.
3961
3962 * picture.texi (Picture): Mention artist.el.
3963
3964 * sending.texi, screen.texi, programs.texi, misc.texi:
3965 * mini.texi, major.texi, maintaining.texi, macos.texi:
3966 * help.texi, frames.texi, files.texi:
3967 Don't say just "option" when talking about variables.
3968
3969 * display.texi, mule.texi: Don't say just "option" when talking
3970 about variables. Other minor cleanups.
3971
8cf51b2c
GM
39722005-01-26 Lute Kamstra <lute@gnu.org>
3973
3974 * cmdargs.texi (Initial Options): Add a cross reference to `Init
3975 File'. Mention the `-Q' option at the `--no-site-file' option.
3976
8cf51b2c
GM
39772005-01-22 David Kastrup <dak@gnu.org>
3978
3979 * building.texi (Grep Searching): Mention alias `find-grep' for
3980 `grep-find'.
3981
39822005-01-20 Richard M. Stallman <rms@gnu.org>
3983
3984 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
3985
8cf51b2c
GM
39862005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3987
3988 * rmail.texi (Movemail): Explain differences
3989 between standard and mailutils versions of movemail.
3990 Describe command line and configuration options introduced
3991 with the latter.
3992 Explain the notion of mailbox URL, provide examples and
3993 cross-references to mailutils documentation.
3994 Describe various methods of specifying mailbox names,
3995 user names and user passwords for rmail.
3996 (Remote Mailboxes): New section. Describe
3997 how movemail handles remote mailboxes. Describe configuration
3998 options used to control its behavior.
3999 (Other Mailbox Formats): Explain handling of various mailbox
4000 formats.
4001
40022005-01-13 Richard M. Stallman <rms@gnu.org>
4003
4004 * commands.texi (Commands): Clarification.
4005
40062005-01-11 Richard M. Stallman <rms@gnu.org>
4007
4008 * programs.texi (Multi-line Indent): Fix previous change.
4009 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4010
8cf51b2c
GM
40112005-01-08 Richard M. Stallman <rms@gnu.org>
4012
4013 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4014 lazy-highlight.
4015
4016 * search.texi (Query Replace): Mention faces query-replace
4017 and lazy-highlight.
4018 (Incremental Search): Update isearch highlighting info.
4019
8cf51b2c
GM
40202005-01-04 Richard M. Stallman <rms@gnu.org>
4021
4022 * custom.texi (Saving Customizations): Minor improvement.
4023
8cf51b2c
GM
40242005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4025
4026 * custom.texi (Saving Customizations): Emacs no longer loads
4027 `custom-file' after .emacs. No longer mention customizing through
4028 Custom.
4029
8cf51b2c
GM
40302005-01-01 Andreas Schwab <schwab@suse.de>
4031
4032 * killing.texi (Graphical Kill): Move up under node Killing,
4033 change @section to @subsection.
4034
40352005-01-01 Richard M. Stallman <rms@gnu.org>
4036
4037 * custom.texi (Face Customization): Mention hex color specs.
4038
4039 * emacs.texi (Top): Update Killing submenu.
4040
4041 * killing.texi (Killing): Reorganize section.
4042 No more TeX-only text; put the node command at start of chapter.
4043 But the first section heading is used only in TeX.
4044 Rewrite the text to read better in this mode.
4045 (Graphical Kill): New subnode gets some of the text that
4046 used to be in the first section.
4047
40482004-12-31 Richard M. Stallman <rms@gnu.org>
4049
4050 * dired.texi (Shell Commands in Dired): Delete the ? example.
4051
4052 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4053
4054 * files.texi (Saving): Describe new require-final-newline features
4055 and mode-require-final-newline.
4056
8cf51b2c
GM
40572004-12-29 Richard M. Stallman <rms@gnu.org>
4058
4059 * custom.texi (File Variables): Clarify previous change.
4060
c8763fb6 40612004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4062
4063 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4064 out now.
4065
40662004-12-27 Richard M. Stallman <rms@gnu.org>
4067
4068 * Makefile.in (MAKEINFO): Specify --force.
4069
4070 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4071 (Undo): Doc undo-outer-limit.
4072
8cf51b2c
GM
40732004-12-15 Juri Linkov <juri@jurta.org>
4074
4075 * mark.texi (Transient Mark, Mark Ring): M-< and other
4076 movement commands don't set mark in Transient Mark mode
4077 if mark is active.
4078
8cf51b2c
GM
40792004-12-12 Juri Linkov <juri@jurta.org>
4080
4081 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4082 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4083
4084 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4085 (Misc Dired Commands): Add @r{(Dired)} to w.
4086
40872004-12-12 Juri Linkov <juri@jurta.org>
4088
4089 * mark.texi (Marking Objects): Marking commands also extend the
4090 region when mark is active in Transient Mark mode.
4091
8cf51b2c
GM
40922004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4093
4094 * custom.texi (Saving Customizations): Emacs only loads the custom
4095 file automatically after the init file in version 22.1 or later.
4096 Adapt text and examples to this fact.
4097
8cf51b2c
GM
40982004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4099
4100 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4101 be set through Custom. Otherwise, it has no effect.
4102
8cf51b2c
GM
41032004-12-05 Richard M. Stallman <rms@gnu.org>
4104
4105 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4106 * entering.texi: Rename Command Line to Emacs Invocation.
4107
8cf51b2c
GM
4108 * misc.texi (Term Mode): Correcty describe C-c.
4109
4110 * custom.texi (Easy Customization): Move up to section level,
4111 before Variables. Avoid using the term "variable"; say "option".
4112 New initial explanation.
4113 (Variables): In initial explanation, connect "variable" to the
4114 already-explained "user option".
4115
4116 * emacs.texi (Top): Fix ref to Command Line.
4117 Move reference to Easy Customization.
4118
4119 * xresources.texi (X Resources): Fix From link.
4120
4121 * doclicense.texi (GNU Free Documentation License): Fix To link.
4122
4123 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4124
4125 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4126
41272004-12-03 Richard M. Stallman <rms@gnu.org>
4128
4129 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4130
41312004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * kmacro.texi: Several small changes in addition to the following.
4134 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4135 defining a keyboard macro.
4136 Mention `kmacro-ring-max'.
4137 (Keyboard Macro Counter): Clarify description of
4138 `kmacro-insert-counter', `kmacro-set-counter',
4139 `kmacro-add-counter' and `kmacro-set-format'.
4140
41412004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4142
4143 * custom.texi (File Variables): Add `unibyte' and make it more
4144 clear that `unibyte' and `coding' are special. Suggested by Simon
4145 Krahnke <overlord@gmx.li>.
4146
4147 * mule.texi (Enabling Multibyte): Refer to File Variables.
4148 Suggested by Simon Krahnke <overlord@gmx.li>.
4149
c8763fb6 41502004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4151
4152 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4153 x-use-old-gtk-file-dialog.
4154
8cf51b2c
GM
41552004-11-20 Richard M. Stallman <rms@gnu.org>
4156
4157 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4158
41592004-11-09 Lars Brinkhoff <lars@nocrew.org>
4160
4161 * building.texi (Lisp Eval): Delete hyphen in section name.
4162
41632004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4164
4165 * files.texi (Old Versions):
4166 No longer document annotation as "CVS only".
4167
41682004-11-10 Andre Spiegel <spiegel@gnu.org>
4169
4170 * files.texi (Version Control): Rewrite the introduction about
4171 version systems, mentioning the new ones that we support. Thanks
4172 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4173 suggestions.
4174
c8763fb6 41752004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4176
49823426 4177 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4178
c8763fb6 41792004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4180
4181 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4182
41832004-10-23 Eli Zaretskii <eliz@gnu.org>
4184
4185 * text.texi (Text Based Tables, Table Definition)
4186 (Table Creation, Table Recognition, Cell Commands)
4187 (Cell Justification, Row Commands, Column Commands)
4188 (Fixed Width Mode, Table Conversion, Measuring Tables)
4189 (Table Misc): New nodes, documenting the Table Mode.
4190
8cf51b2c
GM
41912004-10-19 Jason Rumney <jasonr@gnu.org>
4192
4193 * makefile.w32-in (info): Change order of arguments to makeinfo.
4194
41952004-10-19 Ulf Jasper <ulf.jasper@web.de>
4196
4197 * calendar.texi (iCalendar): Update for package changes.
4198
8cf51b2c
GM
41992004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4200
4201 * files.texi (Misc File Ops): View mode is a minor mode.
4202
8cf51b2c
GM
42032004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4204
4205 * calendar.texi (iCalendar): Style changes.
4206
42072004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * search.texi (Regexps): The regexp described in the example is no
4210 longer stored in the variable `sentence-end'.
4211
8cf51b2c
GM
42122004-10-06 Nick Roberts <nickrob@snap.net.nz>
4213
4214 * building.texi (Starting GUD): Note that multiple debugging
4215 sessions requires `gdb --fullname'.
4216
42172004-10-05 Ulf Jasper <ulf.jasper@web.de>
4218
4219 * calendar.texi (iCalendar): New section for a new package.
4220
8cf51b2c
GM
42212004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * text.texi: Various small changes in addition to the following.
4224 (Text): Replace xref for autotype with inforef.
4225 (Sentences): Explain nil value for `sentence-end'.
4226 (Paragraphs): Update default values for `paragraph-start' and
4227 `paragraph-separate'.
4228 (Text Mode): Correct description of Text mode's effect on the
4229 syntax table.
4230 (Outline Visibility): `hide-other' does not hide top level headings.
4231 `selective-display-ellipses' no longer has an effect on Outline mode.
4232 (TeX Misc): Add missing @cindex.
4233 Replace xref for RefTeX with inforef.
4234 (Requesting Formatted Text): The variable
4235 `enriched-fill-after-visiting' no longer exists.
4236 (Editing Format Info): Update names of menu items and commands.
4237 (Format Faces): Mention special effect of specifying the default face.
4238 Describe inheritance of text properties.
4239 Correct description of `fixed' face.
4240 (Format Indentation): Correct description of effect of setting
4241 margins. Mention `set-left-margin' and `set-right-margin'.
4242 (Format Justification): Update names of menu items.
4243 `set-justification-full' is now bound to `M-j b'.
4244 Mention that `default-justification' is a per buffer variable.
4245 (Format Properties): Update name of menu item.
4246 (Forcing Enriched Mode): `format-decode-buffer' automatically
4247 turns on Enriched mode if the buffer is in text/enriched format.
4248
42492004-10-05 Emilio C. Lopes <eclig@gmx.net>
4250
4251 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4252
42532004-09-28 Kim F. Storm <storm@cua.dk>
4254
4255 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4256 Align with new functionality.
4257
8cf51b2c
GM
42582004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4259
4260 * display.texi (Display Custom): Remove stray `@end defvar'.
4261
42622004-09-23 Kim F. Storm <storm@cua.dk>
4263
4264 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4265 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4266
8cf51b2c
GM
42672004-09-20 Richard M. Stallman <rms@gnu.org>
4268
4269 * custom.texi (Hooks): Explain using setq to clear out a hook.
4270 (File Variables): Explain multiline string constants.
4271 (Non-ASCII Rebinding): Explain when you need to update
4272 non-ASCII char codes in .emacs.
4273
4274 * building.texi (Compilation): Explain how to make a silent
4275 subprocess that won't be terminated. Explain compilation-environment.
4276
42772004-09-13 Kim F. Storm <storm@cua.dk>
4278
4279 * mini.texi (Repetition): Rename isearch-resume-enabled to
4280 isearch-resume-in-command-history and change default to disabled.
4281
8cf51b2c
GM
42822004-09-09 Kim F. Storm <storm@cua.dk>
4283
4284 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4285 with new `kmacro-name-last-macro'.
4286
8cf51b2c
GM
42872004-09-08 Juri Linkov <juri@jurta.org>
4288
4289 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4290
8cf51b2c
GM
42912004-09-03 Juri Linkov <juri@jurta.org>
4292
4293 * search.texi (Incremental Search): Update wording for M-%.
4294
42952004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4296
4297 * killing.texi (Killing): Correct description of kill commands in
4298 read-only buffer.
4299
43002004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4301
4302 * building.texi (Compilation Mode): Add a paragraph about rules
4303 for finding the compilation buffer for `next-error'.
4304
4305 * search.texi (Other Repeating Search): Mention that Occur mode
4306 supports the next-error functionality.
4307
43082004-09-02 Juri Linkov <juri@jurta.org>
4309
4310 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4311
43122004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * kmacro.texi (Basic Keyboard Macro):
4315 `apply-macro-to-region-lines' now operates on all lines that begin
4316 in the region, rather than on all complete lines in the region.
4317
c8763fb6 43182004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4319
4320 * frames.texi (Drag and drop): Add documentation about
4321 x-dnd-test-function and x-dnd-known-types.
4322
43232004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4324
4325 * indent.texi: Various minor changes in addition to:
4326 (Indentation Commands): Correct description of `indent-relative'.
4327 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4328 mode. The *Tab Stops* buffer uses Overwrite Mode.
4329 (Just Spaces): `tabify' converts sequences of at least two spaces
4330 to tabs.
4331
8cf51b2c
GM
43322004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4333
4334 * frames.texi (Secondary Selection): Setting the secondary
4335 selection with M-Drag-Mouse-1 does not alter the kill ring,
4336 setting it with M-Mouse-1 and M-Mouse-3 does.
4337 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4338 toolkit scroll bars.
4339 (Scroll Bars): Ditto.
4340
4341 * windows.texi (Basic Window): When using a window system, the value
4342 of point in a non-selected window is indicated by a hollow box.
4343 (Split Window): Side by side windows are separated by a scroll bar,
4344 if scroll bars are used.
4345 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4346 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4347 (Window Convenience): Update bindings for `winner-undo' and
4348 `winner-redo'.
4349
4350 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 4351 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
4352 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4353 of "Using Emacs as a Server".
4354 * building.texi (Building): Interchange nodes (for correct numbering).
4355 * programs.texi (Programs): Interchange nodes (for correct numbering).
4356 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4357 Info to the node structure.
4358 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4359 Rearrange order of nodes and sections such that both "GNU GENERAL
4360 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4361 end, as appropriate for appendices.
4362 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4363 Use `@unnumberedsec'.
4364 * trouble.texi: Adapt sectioning in Info to the node structure.
4365 Adapt node pointers to change in emacs.texi.
4366 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4367
8cf51b2c
GM
43682004-08-25 Kenichi Handa <handa@m17n.org>
4369
4370 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4371 description for unibyte mode.
4372
43732004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4374
4375 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4376
4377 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4378 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4379 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4380 in @pxref.
4381
43822004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4383
4384 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4385 Change section names.
4386
8cf51b2c
GM
43872004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4388
4389 * kmacro.texi (Keyboard Macro Ring): Rename section.
4390 Emacs treats the head of the macro ring as the `last keyboard macro'.
4391 (Keyboard Macro Counter): Minor change.
4392 (Save Keyboard Macro): Some clarifications.
4393 (Edit Keyboard Macro): Rename section.
4394
4395 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4396 32-bit machines.
4397 (Several Buffers): Clarify which buffer is selected if `2' is
4398 pressed in the Buffer Menu.
4399 Auto Revert mode can be used to update the Buffer Menu
4400 automatically.
4401
44022004-08-21 Eli Zaretskii <eliz@gnu.org>
4403
4404 * help.texi (Misc Help): Add an index entry for finding an Info
4405 manual by its file name.
4406
44072004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4408
4409 * files.texi (Backup Deletion): Correct description of
4410 `delete-old-versions'.
4411 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4412 (Auto Save Files): Recommend `auto-save-mode' to reenable
4413 auto-saving, rather than the abbreviation `auto-save'.
4414
44152004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4416
4417 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4418 for "killing" and "yanking" in main menu.
4419
44202004-08-16 Richard M. Stallman <rms@gnu.org>
4421
4422 * killing.texi (Yanking, Killing): Minor cleanups.
4423
4424 * mark.texi (Momentary Mark): Minor cleanups.
4425
44262004-08-15 Kenichi Handa <handa@etl.go.jp>
4427
4428 * custom.texi (Non-ASCII Rebinding):
4429 C-q always inserts the right code to pass to global-set-key.
4430
8cf51b2c
GM
44312004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4432
4433 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4434 `insert-register', instead of `C-x r g' binding, for consistency.
4435
44362004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4437
4438 * fixit.texi (Spelling): Fix typo.
4439
44402004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4441
4442 * help.texi (Help): Fix Texinfo usage.
4443
8cf51b2c
GM
44442004-07-24 Richard M. Stallman <rms@gnu.org>
4445
4446 * text.texi (Paragraphs): Update how paragraphs are separated
4447 and the default for paragraph-separate.
4448
4449 * search.texi (Regexp Replace): Further update text for new
4450 replacement operators.
4451
8cf51b2c
GM
44522004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4453
4454 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4455 `R' switch.
4456
4457 * dired.texi (Dired Updating): `k' only deletes inserted
4458 subdirectories from the Dired buffer if a prefix argument was given.
4459
4460 * search.texi (Regexps): Delete redundant definition of `symbol' in
4461 description of `\_>'. It already occurs in the description of `\_<'.
4462
8cf51b2c
GM
44632004-07-01 Juri Linkov <juri@jurta.org>
4464
4465 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4466 (Regexp Search): Add M-r.
4467
44682004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4471
44722004-06-29 Jesper Harder <harder@ifa.au.dk>
4473
49823426 4474 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
4475
44762004-06-25 Richard M. Stallman <rms@gnu.org>
4477
4478 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4479
44802004-06-25 David Kastrup <dak@gnu.org>
4481
4482 * search.texi (Regexp Replace): Some typo corrections and
4483 rearrangement.
4484
44852004-06-24 David Kastrup <dak@gnu.org>
4486
4487 * search.texi (Unconditional Replace): Use replace-string instead
4488 of query-replace in example.
4489 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4490 sequences.
4491 (Query Replace): Correct explanation of `^' which does not use
4492 the mark stack.
4493
44942004-06-21 Nick Roberts <nickrob@gnu.org>
4495
4496 * misc.texi (Shell History Copying): Document comint-insert-input.
4497 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4498
8cf51b2c
GM
44992004-06-20 Jesper Harder <harder@ifa.au.dk>
4500
4501 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4502 * custom.texi (Customization): Do.
4503 * anti.texi (Antinews): Do.
4504 * abbrevs.texi (Defining Abbrevs): Do.
4505
4506 * programs.texi (Info Lookup): Fix keybinding for
4507 info-lookup-symbol.
4508
45092004-06-16 Juanma Barranquero <lektu@terra.es>
4510
4511 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4512 Add emacs-xtra.
4513 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4514 (clean): Add emacs-xtra and flymake. Remove redundancies.
4515
45162004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4517
4518 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4519 Add emacs-xtra.
4520 * emacs-xtra.texi: New file.
4521
45222004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4523
4524 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4525 (Dired and Find): Mention differences with ordinary Dired buffers.
4526
8cf51b2c
GM
45272004-06-13 Richard M. Stallman <rms@gnu.org>
4528
4529 * custom.texi (Init Syntax): Explain about vars that do special
4530 things when set with setq or with Custom.
4531 (Init Examples): Add line-number-mode example.
4532
8cf51b2c
GM
45332004-06-12 Juri Linkov <juri@jurta.org>
4534
4535 * dired.texi (Operating on Files): Add dired-do-touch.
4536
8cf51b2c
GM
45372004-06-10 Juri Linkov <juri@jurta.org>
4538
4539 * building.texi (Lisp Eval): Add C-M-x on defface.
4540
45412004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4542
4543 * files.texi (Reverting): Auto-Revert mode and
4544 Global Auto-Revert mode no longer revert remote files.
4545
8cf51b2c
GM
45462004-05-29 Richard M. Stallman <rms@gnu.org>
4547
4548 * custom.texi (Init File): Two dashes start --no-site-file.
4549
8cf51b2c
GM
45502004-05-29 Alan Mackenzie <acm@muc.de>
4551
4552 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4553 ("AWK"): Is consistently thus spelt throughout.
4554 (AWK, Pike): Document as "C-like modes".
4555 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4556 (M-x man): Supersedes M-x manual-entry.
4557 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4558
4559 ("Comments in C"): Delete node; the info is in CC Mode manual.
4560 (c-comment-only-line-offset): Remove description.
4561
4562 (C-c ., C-c C-c): Describe new C Mode bindings.
4563
4564 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4565 (@dfn{Style}, c-default-style, comment-column, comment-padding)
4566 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4567 Amend definitions.
4568
4569 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4570 Describe functions.
4571
4572 (c-comment-start-regexp, c-hanging-comment-ender-p)
4573 (c-hanging-comment-starter-p): Remove obsolete definitions.
4574
4575 * emacs.texi: Remove the menu entry "Comments in C".
4576
8cf51b2c
GM
45772004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4578
4579 * dired.texi (Dired and Find): `find-ls-option' does not apply to
4580 `M-x locate'.
4581
45822004-05-16 Karl Berry <karl@gnu.org>
4583
4584 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4585 makeinfo --html fails.
4586 * help.texi (Help Summary) [@ifnottex]: Likewise.
4587
45882004-05-13 Nick Roberts <nickrob@gnu.org>
4589
4590 * building.texi (GDB Graphical Interface): Update and describe
4591 layout first.
4592
8cf51b2c
GM
45932004-05-04 Jason Rumney <jasonr@gnu.org>
4594
4595 * makefile.w32-in: Revert last change.
4596
45972004-05-03 Jason Rumney <jasonr@gnu.org>
4598
4599 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4600
8cf51b2c
GM
46012004-04-23 Juanma Barranquero <lektu@terra.es>
4602
4603 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4604
46052004-04-18 Juri Linkov <juri@jurta.org>
4606
4607 * fixit.texi (Spelling): Remove file extension from ispell xref.
4608
46092004-04-15 Kim F. Storm <storm@cua.dk>
4610
4611 * cmdargs.texi (Initial Options): Add -Q.
4612
46132004-04-05 Kim F. Storm <storm@cua.dk>
4614
4615 * custom.texi (File Variables): Add safe-local-eval-forms.
4616
8cf51b2c
GM
46172004-04-02 Luc Teirlinck <teirllm@auburn.edu>
4618
4619 * files.texi (Reverting): Correct description of revert-buffer's
4620 handling of point.
4621
46222004-03-22 Juri Linkov <juri@jurta.org>
4623
4624 * emacs.texi (Top): Add `Misc X'.
4625
49823426 4626 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
4627
4628 * glossary.texi: Improve references.
4629
4630 * help.texi: Sync keywords with finder.el.
4631
4632 * mini.texi (Completion): Add description for menu items.
4633
4634 * misc.texi (Browse-URL, FFAP): Add information about keywords.
4635
4636 * sending.texi (Mail Methods): Fix xref to Message manual.
4637
8cf51b2c
GM
46382004-03-12 Richard M. Stallman <rms@gnu.org>
4639
8cf51b2c
GM
4640 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4641
8cf51b2c
GM
46422004-03-04 Richard M. Stallman <rms@gnu.org>
4643
4644 * search.texi (Regexps): Explain that ^ and $ have their
4645 special meanings only in certain contexts.
4646
4647 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4648
4649 * mule.texi (Specify Coding): Doc C-x RET F.
4650
4651 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4652 for multiple compile and grep buffers.
4653 (Indirect Buffers): Don't recommand clone-indirect-buffer
4654 for multiple compile and grep buffers.
4655
8cf51b2c
GM
46562004-02-29 Juanma Barranquero <lektu@terra.es>
4657
4658 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4659 Use $(DEL) instead of rm, and ignore exit code.
4660
8cf51b2c
GM
46612004-02-23 Nick Roberts <nick@nick.uklinux.net>
4662
4663 * building.texi (Watch Expressions): Update.
4664
46652004-02-21 Juri Linkov <juri@jurta.org>
4666
4667 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
4668 --directory, --help, --version. Move text about command-line-args
4669 to Command Arguments.
4670 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
4671 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
4672 (Window Size X): Join -g and --geometry. Add @cindex.
4673 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
4674 (Title X): Remove alias -title.
4675 (Misc X): New node.
4676
c8763fb6 46772004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4678
4679 * frames.texi (Drag and drop): Add Motif to list of supported
4680 protocols.
4681
c8763fb6 46822004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4683
4684 * frames.texi (Drag and drop): New section.
4685
46862004-01-24 Richard M. Stallman <rms@gnu.org>
4687
4688 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4689 Include it only @ifnotinfo. Patch the preceding and following
4690 node headers to point to each other.
4691
46922004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4693
4694 * calendar.texi (Appointments): Update section.
4695
46962003-12-29 Kevin Ryde <user42@zip.com.au>
4697
8cf51b2c
GM
4698 * programs.texi (C Modes): Fix the xref.
4699
47002003-12-23 Nick Roberts <nick@nick.uklinux.net>
4701
4702 * building.texi (Watch Expressions): Update.
4703 (Commands of GUD): Include use of toolbar + breakpoints set from
4704 fringe/margin.
4705
47062003-12-03 Andre Spiegel <spiegel@gnu.org>
4707
4708 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
4709 <acm@muc.de>.
4710
c8763fb6 47112003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4712
4713 * frames.texi (Dialog Boxes): Add use-file-dialog.
4714
8cf51b2c
GM
47152003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4716
4717 * ack.texi: Note that Alan Mackenzie contributed the AWK support
4718 in CC Mode.
4719
8cf51b2c
GM
47202003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4721
4722 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4723 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 4724 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
4725 * man/frames.texi, man/glossary.texi, man/killing.texi:
4726 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4727 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
4728 * man/sending.texi, man/text.texi, man/trouble.texi:
4729 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
4730
47312003-11-01 Alan Mackenzie <acm@muc.de>
4732
4733 * search.texi (Scrolling During Incremental Search): Document a
4734 new scrolling facility in isearch mode.
4735
8cf51b2c
GM
47362003-10-22 Miles Bader <miles@gnu.org>
4737
4738 * Makefile.in (info): Move before $(top_srcdir)/info.
4739
47402003-10-22 Nick Roberts <nick@nick.uklinux.net>
4741
4742 * building.texi (Watch Expressions): Update section on data display
4743 to reflect code changes (GDB Graphical Interface).
4744
8cf51b2c
GM
47452003-10-13 Richard M. Stallman <rms@gnu.org>
4746
4747 * xresources.texi (GTK resources): Clean up previous change.
4748
c8763fb6 47492003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4750
4751 * xresources.texi (GTK resources): Add a note that some themes
4752 disallow customizations. Add scroll theme example.
4753
8cf51b2c
GM
47542003-09-30 Richard M. Stallman <rms@gnu.org>
4755
8cf51b2c
GM
4756 * cmdargs.texi (General Variables): Remove MAILRC envvar.
4757
4758 * misc.texi (Saving Emacs Sessions): Shorten the section,
4759 collapsing back into one node.
4760
47612003-09-30 Lars Hansen <larsh@math.ku.dk>
4762
4763 * misc.texi: Section "Saving Emacs Sessions" rewritten.
4764
c8763fb6 47652003-09-29 Jan Djärv. <jan.h.d@swipnet.se>
8cf51b2c
GM
4766
4767 * xresources.texi (GTK names in Emacs): Correct typo.
4768
8cf51b2c
GM
47692003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
4770
4771 * cmdargs.texi (Font X): Mention new default font. More
4772 fully describe long font names, wildcard patterns and the
4773 problems involved. (Result of discussion on emacs-devel.)
4774
47752003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
4776
4777 * emacs.texi (Acknowledgements): Correct typo.
4778
47792003-09-22 Richard M. Stallman <rms@gnu.org>
4780
4781 * dired.texi (Misc Dired Commands): New node.
4782 (Dired Navigation): Add dired-goto-file.
4783
4784 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4785
4786 * emacs.texi (Acknowledgements): New node, split from Distribution.
4787
4788 * cmdargs.texi (Action Arguments): -f reads interactive args.
4789
8cf51b2c
GM
47902003-09-08 Lute Kamstra <lute@gnu.org>
4791
4792 * screen.texi (Mode Line): Say that POS comes before LINE.
4793 Mention `size-indication-mode'.
4794 * display.texi (Optional Mode Line): Document
4795 `size-indication-mode'.
4796 * basic.texi (Position Info): Mention `size-indication-mode'.
4797
47982003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4799
4800 * xresources.texi (Resources): Refer to `editres' man page.
4801 (Lucid Resources): Update defaults. Expand description of
4802 `shadowThickness'.
4803
48042003-09-04 Miles Bader <miles@gnu.org>
4805
4806 * Makefile.in (top_srcdir): New variable.
4807 ($(top_srcdir)/info): New rule.
4808 (info): Depend on it.
4809
48102003-09-03 Peter Runestig <peter@runestig.com>
4811
4812 * makefile.w32-in: New file.
4813
48142003-08-29 Richard M. Stallman <rms@gnu.org>
4815
4816 * misc.texi (Saving Emacs Sessions): Correct previous change.
4817
8cf51b2c
GM
48182003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4819
8cf51b2c
GM
4820 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4821 (Intro): Include kmacro.texi after fixit.texi instead of after
4822 custom.texi. (As suggested by Kim Storm.)
4823
48242003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4825
4826 * fixit.texi (Fixit): Update `Next' pointer.
4827 * files.texi (Files): Update `Previous' pointer.
4828 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4829 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4830 (Suggested by Kim Storm.)
4831 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
4832
48332003-08-18 Kim F. Storm <storm@cua.dk>
4834
4835 * kmacro.texi: New file describing enhanced keyboard macro
4836 functionality. Replaces old description in custom.texi.
4837
4838 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4839 (Keyboard Macros): Move to new kmacro.texi file.
4840
4841 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4842
8cf51b2c
GM
48432003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
4844
4845 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
4846
48472003-08-17 Alex Schroeder <alex@gnu.org>
4848
4849 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
4850 required.
4851
8cf51b2c
GM
48522003-08-05 Richard M. Stallman <rms@gnu.org>
4853
4854 * programs.texi (Lisp Indent): Don't describe
4855 lisp-indent-function property here. Use xref to Lisp Manual.
4856
8cf51b2c
GM
48572003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4858
4859 * calendar.texi (Date Formats): Document changed behaviour of
4860 abbreviations.
4861
48622003-07-24 Markus Rost <rost@math.ohio-state.edu>
4863
4864 * buffers.texi (List Buffers): Fix previous change.
4865
8cf51b2c
GM
48662003-07-13 Markus Rost <rost@math.ohio-state.edu>
4867
4868 * buffers.texi (List Buffers): Adjust to new format of *Buffer
4869 List*.
4870
48712003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4872
8cf51b2c
GM
4873 * display.texi (Font Lock): Fix typo.
4874
48752003-07-07 Richard M. Stallman <rms@gnu.org>
4876
4877 * display.texi (Font Lock): Add xref for format info on
4878 font-lock-remove-keywords.
4879
4880 * building.texi (Compilation): Document what happens with asynch
4881 children of compiler process.
4882
4883 * help.texi (Library Keywords): Use @multitable.
4884
8cf51b2c
GM
48852003-06-04 Richard M. Stallman <rms@gnu.org>
4886
4887 * programs.texi (Expressions): Delete C-M-DEL.
4888
4889 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
4890 comint-move-point-for-output renamed from
4891 comint-scroll-to-bottom-on-output.
4892
4893 * custom.texi (Init Rebinding): Replace previous change with xref.
4894 (Non-ASCII Rebinding): Explain that issue more briefly here.
4895
48962003-05-28 Richard M. Stallman <rms@gnu.org>
4897
4898 * indent.texi (Indentation): Condense, simplify, clarify prev change.
4899
49002003-05-28 Nick Roberts <nick@nick.uklinux.net>
4901
4902 * building.texi (GDB Graphical Interface): New node.
4903 (Rewritten somewhat by RMS.)
4904
c8763fb6 49052003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
4906
4907 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
4908 non-English letters. Explain how to set coding systems correctly
4909 and how to include the right coding cookie in the file.
4910
c8763fb6 49112003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
4912
4913 * indent.texi (Indentation): Explain the concepts.
4914 (Just Spaces): Explain why preventing tabs for indentation might
4915 be useful.
4916
8cf51b2c
GM
49172003-04-16 Richard M. Stallman <rms@gnu.org>
4918
4919 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
4920
8cf51b2c
GM
49212003-02-22 Alex Schroeder <alex@emacswiki.org>
4922
4923 * cmdargs.texi (General Variables): Document SMTPSERVER.
4924
8cf51b2c
GM
4925 * sending.texi: Remove SMTP node.
4926 (Mail Sending): Describe `send-mail-function'. Link to SMTP
4927 library.
4928
8cf51b2c
GM
49292003-02-22 Alex Schroeder <alex@emacswiki.org>
4930
4931 * sending.texi (Sending via SMTP): Explain MTA/MUA.
4932
49332003-02-22 Simon Josefsson <jas@extundo.com>
4934
4935 * sending.texi (Mail Methods): Add node about SMTP.
4936
c8763fb6 49372003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4938
4939 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
4940
8cf51b2c
GM
49412003-02-01 Kevin Ryde <user42@zip.com.au>
4942
4943 * glossary.texi (Glossary): Correction to cl cross reference.
4944
49452003-01-20 Richard M. Stallman <rms@gnu.org>
4946
4947 * killing.texi (Rectangles): Document C-x c r.
4948
c8763fb6 49492003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4950
4951 * xresources.texi (GTK resources): New node.
4952 (GTK widget names): New node.
4953 (GTK names in Emacs): New node.
4954 (GTK styles): New node.
4955
c8763fb6 49562003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4957
4958 * maintaining.texi (Create Tags Table): Add reference to the new
4959 `etags --help --lang=LANG' option.
4960
8cf51b2c
GM
49612002-10-02 Karl Berry <karl@gnu.org>
4962
49823426 4963 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 4964 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 4965 where needed for the sake of the HTML output.
8cf51b2c
GM
4966
49672001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4968
4969 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
4970 source files.
4971
49722001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4973
4974 * Makefile.in (emacsman): New target.
4975
8cf51b2c
GM
49762001-10-20 Gerd Moellmann <gerd@gnu.org>
4977
4978 * (Version 21.1 released.)
4979
49802001-10-05 Gerd Moellmann <gerd@gnu.org>
4981
4982 * Branch for 21.1.
4983
8cf51b2c
GM
49842001-03-05 Gerd Moellmann <gerd@gnu.org>
4985
4986 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4987
8cf51b2c
GM
49882000-05-31 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
4991
8cf51b2c
GM
49921999-07-12 Richard Stallman <rms@gnu.org>
4993
4994 * Version 20.4 released.
4995
49961998-12-04 Markus Rost <rost@delysid.gnu.org>
4997
4998 * Makefile.in (INFO_TARGETS): Delete customize.info.
4999 (DVI_TARGETS): Delete customize.dvi.
5000 (../info/customize, customize.dvi): Targets deleted.
5001
50021998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5003
5004 * Version 20.3 released.
5005
50061998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5007
5008 * Makefile.in (EMACSSOURCES): Add mule.texi.
5009 Add msdog.texi, ack.texi. Remove gnu1.texi.
5010
50111998-04-06 Andreas Schwab <schwab@gnu.org>
5012
5013 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5014 it in dvi targets.
8cf51b2c
GM
5015
50161997-09-23 Paul Eggert <eggert@twinsun.com>
5017
5018 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5019 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5020 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5021
50221997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5023
5024 * Version 20.2 released.
5025
50261997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5027
5028 * Version 20.1 released.
5029
50301997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5031
5032 * Makefile (../info/customize, customize.dvi): New targets.
5033 (INFO_TARGETS): Add ../info/customize.
5034 (DVI_TARGETS): Add customize.dvi.
5035
8cf51b2c
GM
50361996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5037
5038 * Version 19.33 released.
5039
50401996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5041
5042 * Version 19.32 released.
5043
8cf51b2c
GM
50441996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5045
5046 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5047
50481996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5049
5050 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5051 Specify -I option.
5052 (All dvi targets): Set the TEXINPUTS variable.
5053
50541996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5055
5056 * Version 19.31 released.
5057
8cf51b2c
GM
50581995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5059
5060 * Version 19.30 released.
5061
8cf51b2c
GM
50621995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5063
5064 * Makefile.in (maintainer-clean): Rename from realclean.
5065
50661994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5067
5068 * Makefile.in: New file.
5069 * Makefile: File deleted.
5070
50711994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5072
5073 * Makefile (TEXINDEX_OBJS): Variable deleted.
5074 (texindex, texindex.o, getopt.o): Rules deleted.
5075 All deps on texindex deleted.
5076 (distclean): Don't delete texindex.
5077 (mostlyclean): Don't delete *.o.
5078 * texindex.c, getopt.c: Files deleted.
5079
50801994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5081
5082 * Version 19.26 released.
5083
50841994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5085
5086 * Makefile (EMACSSOURCES): Exclude undo.texi.
5087
50881994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5089
5090 * Version 19.25 released.
5091
50921994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5093
5094 * Version 19.24 released.
5095
50961994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5097
5098 * Version 19.23 released.
5099
51001994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5101
5102 * Makefile: Delete spurious tab.
5103
51041994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5105
5106 * Makefile (.SUFFIXES): New rule.
5107
8cf51b2c
GM
51081993-12-04 Richard Stallman (rms@srarc2)
5109
5110 * getopt.c: New file.
5111 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5112 (getopt.o): New rule.
5113 (dvi): Don't depend on texindex.
49823426 5114 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5115
51161993-12-03 Richard Stallman (rms@srarc2)
5117
49823426
GM
5118 * Makefile (TEXI2DVI): New variable.
5119 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5120 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5121
51221993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5123
5124 * Version 19.22 released.
5125
51261993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5127
5128 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5129
51301993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5131
5132 * Version 19.21 released.
5133
8cf51b2c
GM
51341993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5135
5136 * Makefile (realclean): Don't delete the Info files.
5137
51381993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5139
8cf51b2c
GM
5140 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5141 4' where appropriate.
5142
51431993-10-20 Brian Fox (bfox@ai.mit.edu)
5144
49823426 5145 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5146
5147 * texindex.c: Include "../src/config.h" if building in emacs.
5148
5149 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5150 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5151 Add target to build texindex.c, defining `emacs'.
5152
8cf51b2c
GM
51531993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5154
5155 * Version 19.19 released.
5156
8cf51b2c
GM
51571993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5158
5159 * Version 19.18 released.
5160
51611993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5162
5163 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5164
51651993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5166
5167 * Version 19.17 released.
5168
51691993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5170
5171 * split-man: Fix typos in last change.
5172
51731993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5174
5175 * Version 19.16 released.
5176
51771993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5178
5179 * version 19.15 released.
5180
51811993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5182
5183 * Makefile (distclean): It's rm, not rf.
5184
51851993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5186
5187 * Version 19.14 released.
5188
51891993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5190
5191 * Makefile: New file.
5192
51931993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5194
5195 * Version 19.13 released.
5196
51971993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5198
5199 * Version 19.9 released.
5200
52011993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5202
5203 * Version 19.8 released.
5204
52051993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5206
5207 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5208
5209 * trouble.texi: It's `enable-flow-control-on', not
5210 `evade-flow-control-on'.
5211
52121993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5213
5214 * display.texi: Document standard-display-european.
5215
52161993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5217
5218 * Version 19.7 released.
5219
5220 * emacs.texi: Add a sentence to the top menu mentioning the
5221 specific version of Emacs this manual applies to.
5222
52231993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5224
5225 * basic.texi: Document next-line-add-lines variable used to
5226 implement down-arrow.
5227
5228 * killing.texi: Document kill-whole-line.
5229
52301993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5231
5232 * text.texi: Update unix TeX ordering information.
5233
52341993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5235
5236 * news.texi: Mention fill-rectangle in keybinding list.
5237
5238 * killing.texi: Document fill-rectangle.
5239
52401993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5241
5242 * vc.texi: Bring the docs up to date with VC 5.2.
5243
52441992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5245
5246 * emacs.tex: Mention blackbox and gomoku under Amusements.
5247 Assembler mode is now mentioned and appropriately indexed
5248 under Programming Modes.
5249
52501991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5251
5252 * emacs.tex: Update TeX ordering information.
5253
8cf51b2c
GM
52541990-06-26 David Lawrence (tale@geech)
5255
5256 * emacs.tex: Note that completion-ignored-extensions is not used
5257 to filter out names when all completions are displayed in
5258 *Completions*.
5259
52601990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5261
5262 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5263
52641990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5265
5266 * emacs.tex: Add @findex grep.
5267
8cf51b2c
GM
52681988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5269
5270 * emacs.tex: Correct two typos. No other changes before
5271 Version 19 will be made.
5272
8cf51b2c
GM
52731988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5274
5275 * emacs.tex: Update information for obtaining TeX distribution from the
5276 University of Washington.
5277
5278;; Local Variables:
c8763fb6 5279;; coding: utf-8
8cf51b2c
GM
5280;; fill-column: 79
5281;; add-log-time-zone-rule: t
5282;; End:
5283
5284 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 5285 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5286
5287 This file is part of GNU Emacs.
5288
5289 GNU Emacs is free software; you can redistribute it and/or modify
5290 it under the terms of the GNU General Public License as published by
5291 the Free Software Foundation; either version 3, or (at your option)
5292 any later version.
5293
5294 GNU Emacs is distributed in the hope that it will be useful,
5295 but WITHOUT ANY WARRANTY; without even the implied warranty of
5296 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5297 GNU General Public License for more details.
5298
5299 You should have received a copy of the GNU General Public License
5300 along with GNU Emacs; see the file COPYING. If not, write to the
5301 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5302 Boston, MA 02110-1301, USA.
5303
5304;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd