* w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
9f30aa73
CY
12008-07-15 Chong Yidong <cyd@stupidchicken.com>
2
938a5d2e
CY
3 * entering.texi (Entering Emacs): Update prev node.
4
5 * glossary.texi (Glossary): Remove xref to Text Characters.
6
9f30aa73
CY
7 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
8 directly, rather than in the context of ASCII. Move description of
9 special properties of modifier key to new Modifier Keys node.
10 (Keys): Copyedit.
11 (Text Characters): Delete node. Multibyte is the default nowadays, and
12 the node contents are obsolete.
13
14 * custom.texi (Modifier Keys): New node.
15
16 * emacs.texi (Top): Update node list.
17
7e53d36c
CY
182008-07-13 Chong Yidong <cyd@stupidchicken.com>
19
20 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
21 saying that Emacs provides menus and mouse support (which is par for
22 the course).
23
24 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
25 early on.
26 (Point): Copyedit. Relegate historical trivia to a footnote.
27 (Mode Line): Explain mode-line format more consistently.
28 (Menu Bar): Copyedit.
29
1e9fa96d
GM
302008-06-27 Glenn Morris <rgm@gnu.org>
31
32 * cal-xtra.texi (Sexp Diary Entries):
33 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
34
dc9bebb8
CY
352008-06-26 Chong Yidong <cyd@stupidchicken.com>
36
37 * mark.texi (Shift selection): New node.
38 (Mark): Copyedits.
39 (Persistent Mark): Move to the end of the chapter.
40
e7881076
EZ
412008-06-20 Eli Zaretskii <eliz@gnu.org>
42
43 * makefile.w32-in (distclean): Remove makefile.
44
f427400c
NR
452008-06-17 Nick Roberts <nickrob@snap.net.nz>
46
47 * building.texi (Starting GUD): Add an entry for gud-gdb.
48 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
49 command mode.
50
b597d348
GM
512008-06-17 Glenn Morris <rgm@gnu.org>
52
53 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
54
647b7094
NR
552008-06-17 Nick Roberts <nickrob@snap.net.nz>
56
57 * building.texi (Starting GUD): Expand on remote debugging.
58 (Other GDB-UI Buffers): Mention new keyboard bindings.
59
47a30023
GM
602008-06-15 Glenn Morris <rgm@gnu.org>
61
62 * gnu.texi: Use a verbatim license for this invariant section,
63 as per etc/GNU.
64
37e5d54a
GM
652008-06-13 Daniel Engeler <engeler@gmail.com>
66
67 * emacs.texi, misc.texi: Add documentation about serial port access.
68
8e65d46c
GM
692008-06-13 Glenn Morris <rgm@gnu.org>
70
c1473b4c
MB
71 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
72 maintain.info.
8e65d46c 73
e40a85cd
MB
742008-06-05 Miles Bader <miles@gnu.org>
75
76 * display.texi (Temporary Face Changes): Update to reflect function
77 renamings in face-remap.el.
78
56c73dec
MB
792008-06-04 Miles Bader <miles@gnu.org>
80
81 * display.texi (Temporary Face Changes): Add
82 `adjust-buffer-face-height'. Rewrite description of
83 `increase-buffer-face-height' and `decrease-default-face-height' now
84 that they aren't bound by default.
85
9d3d42fb
MB
862008-06-03 Miles Bader <miles@gnu.org>
87
88 * display.texi (Temporary Face Changes): New node.
89
2be6bfe2
EZ
902008-05-31 Eli Zaretskii <eliz@gnu.org>
91
92 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
93
daf7e339
GM
942008-05-31 Glenn Morris <rgm@gnu.org>
95
96 * cal-xtra.texi (Fancy Diary Display): Simplify.
97
d21d2618
GM
982008-05-30 Glenn Morris <rgm@gnu.org>
99
100 * cal-xtra.texi (Fancy Diary Display): Update for
101 diary-display-function replacing diary-display-hook.
102
71ce5fd0
JB
1032008-05-29 Drew Adams <drew.adams@oracle.com>
104
105 * msdog.texi (Windows Keyboard): Add descriptions of
106 w32-register-hot-key and w32-unregister-hot-key.
107
a3cdbdf8
MO
1082008-05-21 Tom Tromey <tromey@redhat.com>
109
110 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
111 Variables node.
112
854a574c
MO
1132008-05-19 Tom Tromey <tromey@redhat.com>
114
115 * custom.texi (Variables): Add Directory Variables to menu.
116 (Directory Variables): New node.
117
7c2ec3f9
ER
1182008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
119
71ce5fd0 120 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 121
370fded4
ER
1222008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
123
124 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
125 Revision Tags and rewritten. Section now uses modern terminology,
126 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
127 accurately.
128
6af511e3
EZ
1292008-05-10 Eli Zaretskii <eliz@gnu.org>
130
131 * msdog.texi (Windows Files): Update documentation of
132 w32-get-true-file-attributes.
133
7a78b6e7
ER
1342008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
135
136 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
137 directory mode.
138
1bcfc24e
CY
1392008-05-08 Chong Yidong <cyd@stupidchicken.com>
140
141 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 142 entry "television".
1bcfc24e 143
db86064f
ER
1442008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
145
ab5ec32c 146 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 147
a31b405e
ER
1482008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
149
150 * emacs/buffers.texi, emacs/files.texi (Version-control):
151 vc-toggle-read-only is no longer a good idea...
152
ff2c14fc
GM
1532008-04-29 Glenn Morris <rgm@gnu.org>
154
155 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
156
367c9b7c
JL
1572008-04-22 Juri Linkov <juri@jurta.org>
158
159 * dired.texi (Subdirectories in Dired): Describe using `^'
160 to return to the parent directory.
161
4ac1e9b4
NR
1622008-04-22 Nick Roberts <nickrob@snap.net.nz>
163
164 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
165 recent changes.
166
b9b3bf2b
NR
1672008-04-19 Nick Roberts <nickrob@snap.net.nz>
168
169 * building.texi (GDB-UI Layout, Breakpoints Buffer)
170 (Other GDB-UI Buffers): Update for recent thread related changes.
171
4d120d6a
SM
1722008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
173
174 * maintaining.texi (Maintaining):
175 * emacs.texi (Top): Typo.
176
a152877d
SM
1772008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
178
b9b3bf2b
NR
179 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
180 arg in `font-lock-add-keywords'.
a152877d 181
36c0514c
GM
1822008-04-08 Glenn Morris <rgm@gnu.org>
183
184 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
185 Also add Baha'i calendar references where appropriate.
186
06a97d46
GM
1872008-04-05 Glenn Morris <rgm@gnu.org>
188
189 * custom.texi (Init File): Byte-compiling .emacs is bad.
190
6adc6eed
SM
1912008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
194
571388b0
GM
1952008-03-29 Glenn Morris <rgm@gnu.org>
196
197 * calendar.texi: Update for `calendar-date-style' replacing
198 `european-calendar'.
199
3ae8f876
JR
2002008-03-28 Jason Rumney <jasonr@gnu.org>
201
202 * display.texi (Display Custom): Mention overlay-margin in text.
203
5bc6ddff 2042008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 205
5bc6ddff
MB
206 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
207 tutorial' comments.
03a864d5 208
7186a830
CY
2092008-03-28 Chong Yidong <cyd@stupidchicken.com>
210
211 * mark.texi (Mark): Rearrange nodes.
212 (Persistent Mark): Rename from Transient Mark.
213 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
214 Describe Transient Mark mode as the default.
215
216 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
217 the default behavior with Transient Mark mode off.
218 (Position Info): Fix typo.
219
71ce5fd0
JB
220 * display.texi (Standard Faces): Reference the Mark node.
221 Remove discussion of the region face, which is discussed there.
7186a830
CY
222
223 * emacs.texi (Top): Update node listings.
224
225 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
226 as the default.
227
228 * fixit.texi (Undo): Standardize choice of undo key sequence.
229 (Undo, Spelling): Describe Transient Mark mode as the default.
230
231 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
232 default.
233
234 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
235
236 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
237 mode is the default, and note that the mark is not activated when set.
238
239 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
240 Describe Transient Mark mode as the default.
241
242 * search.texi (Basic Isearch): Reference the Mark Ring node.
243 (Replace, Unconditional Replace, Other Repeating Search):
244 Describe Transient Mark mode as the default.
245
246 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
247 Transient Mark mode as the default.
248 (Paragraphs): Describe how M-h behaves when region is active.
249
250 * trouble.texi (Quitting): Clarify effects of C-g.
251
dc47d1ff
GM
2522008-03-13 Glenn Morris <rgm@gnu.org>
253
254 * emacs.texi (EMACSVER): Set to 23.0.60.
255
e3e0fb39 2562008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 257
e3e0fb39
GM
258 * dired.texi (Hiding Subdirectories): Fix previous change.
259
2602008-03-05 Drew Adams <drew.adams@oracle.com>
261
262 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 263
5e14abf8
KS
2642008-02-28 Kim F. Storm <storm@cua.dk>
265
266 * help.texi (Help Files): Move describe-gnu-project to C-h g.
267 Move describe-distribution to C-h C-o.
268 Move view-emacs-problems to C-h C-p.
269 Add view-emacs-debugging on C-h C-d.
270 Add view-external-packages on C-h C-e.
d0207bf3 271 Add view-order-manuals on C-h C-m.
5e14abf8 272
d0207bf3 2732008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
274
275 * msdog-xtra.texi (MS-DOS): Docstring fix.
276
87e391bb
EZ
2772008-02-09 Eli Zaretskii <eliz@gnu.org>
278
279 * msdog.texi (Windows Fonts): Use a @table for describing font
280 properties.
281
5662e503
JR
2822008-02-07 Jason Rumney <jasonr@gnu.org>
283
284 * msdog.texi (Windows Files): w32-get-true-file-attributes default
285 value has changed.
286 (Windows HOME): Clarify what is meant by "if that fails as well".
287 (Windows Fonts): New section.
288
72463824
GM
2892008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
290
291 * basic.texi (Basic Undo): Remove duplicate "you can".
292
7ff926e0
EZ
2932008-02-02 Eli Zaretskii <eliz@gnu.org>
294
295 * maintaining.texi (Tags): Fix last change.
296
6ab7aef1
MA
2972008-02-02 Michael Albinus <michael.albinus@gmx.de>
298
093571c3 299 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 300
ace67e7e
NR
3012008-01-31 Nick Roberts <nickrob@snap.net.nz>
302
303 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
304
ae068fdf
RS
3052008-01-26 Richard Stallman <rms@gnu.org>
306
307 * maintaining.texi (Tags): Delete redundant index entry.
308
a56d9a08
EZ
3092008-01-26 Eli Zaretskii <eliz@gnu.org>
310
311 * programs.texi (Imenu): Move "@cindex tags" from here...
312 * maintaining.texi (Tags): ...to here.
313
e941ed90
NR
3142008-01-23 Kevin Ryde <user42@zip.com.au>
315
316 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
317 click count.
318
650276d5
JB
3192008-01-21 Juanma Barranquero <lekktu@gmail.com>
320
321 * entering.texi (Exiting): Fix typo.
322 Reported by D. E. Evans <sinuhe@gnu.org>.
323
8dc17977
MR
3242007-12-31 Martin Rudalics <rudalics@gmx.at>
325
326 * glossary.texi (Glossary): Fix typo.
327
9f9695a6
RS
3282007-12-27 Richard Stallman <rms@gnu.org>
329
330 * text.texi (Formatted Text): Improve menu tag.
331 (Editing Format Info): In Info, add duplicate menu of nodes
332 about the submenus.
333 (Format Faces): Say where Faces menu is found. Mention Other.
334 (Format Colors): Say where these submenus are found.
335 (Format Indentation, Format Justification): Likewise.
336 (Format Properties): Likewise.
337
abfd0191
RS
3382007-12-22 Richard Stallman <rms@gnu.org>
339
340 * search.texi (Query Replace): Make exp of query-replace more
341 self-contained, and clarify.
8dc17977 342
abfd0191
RS
343 * cc-mode.texi (Getting Started): Change @ref to @pxref.
344
a2586785
RS
3452007-12-15 Richard Stallman <rms@gnu.org>
346
347 * files.texi (Auto Save): Clarify definition of auto-saving.
348
a67cf2bb
RS
3492007-11-26 Richard Stallman <rms@gnu.org>
350
351 * help.texi (Help Echo): Cleanups.
352
448b33b1
TTN
3532007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
354
355 * files.texi (Why Version Control?): Fix typo.
356 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
357 (Selecting a Fileset): Fix typos; small rewording.
358 (Log Buffer): Likewise.
359 (Old Revisions): Likewise.
448b33b1 360
221bb7f6
EZ
3612007-11-17 Eli Zaretskii <eliz@gnu.org>
362
363 * mule.texi (Communication Coding): Fix wording of last change.
364
d0207bf3 3652007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 366
630cb3b7
JB
367 * custom.texi (Specifying File Variables):
368 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 369
53b7759e
KH
3702007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
371
a5ab2e0c 372 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
373
374 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
375
c8763fb6 3762007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 377
630cb3b7 378 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
379 --output=file.
380
ff98e024
MR
3812007-11-13 Martin Rudalics <rudalics@gmx.at>
382
383 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
384 (Help Echo): Avoid mentioning the term "region" here and
385 consistently use the term "active text".
386
37b11c22
GM
3872007-11-11 Glenn Morris <rgm@gnu.org>
388
389 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
390
21d50ba1
JL
3912007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
392
393 * search.texi (Query Replace): Mention
394 `query-replace-show-replacement'.
395
c12ecb0a 3962007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
397
398 * building.texi (Watch Expressions): Remove obscure sentence.
399
3b4201f4
KH
4002007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
401
402 * mule.texi (Select Input Method): Describe how to activate an input
403 method in the text mode.
404
07e5c0b0
DN
4052007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
406
407 * cmdargs.texi (Misc Variables): Remove Sun windows info.
408
52dd7391
NR
4092007-10-30 Nick Roberts <nickrob@snap.net.nz>
410
411 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
412
c004e539
GM
4132007-10-30 Glenn Morris <rgm@gnu.org>
414
415 * misc.texi (Directory Tracking): Explain a bit more about
416 dirtrack-mode.
417
ca8c5b8c
GM
4182007-10-25 Glenn Morris <rgm@gnu.org>
419
420 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
421
b6c764ef
RS
4222007-10-24 Richard Stallman <rms@gnu.org>
423
424 * misc.texi (Interactive Shell): Cleanup last change.
425
eabd84c9
JL
4262007-10-22 Juri Linkov <juri@jurta.org>
427
428 * mini.texi (Minibuffer History): Add text about a list of minibuffer
429 default values.
430
0b43c7e2
ER
4312007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
432
ca8c5b8c 433 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
434 'filesets'.
435
a80859d4
MR
4362007-10-18 Martin Rudalics <rudalics@gmx.at>
437
438 * trouble.texi (Quitting): Fix typo.
439
c9447ae1
GM
4402007-10-18 Glenn Morris <rgm@gnu.org>
441
442 * frames.texi (Mode Line Mouse): Mention minor mode names.
443
168b980f
JL
4442007-10-17 Juri Linkov <juri@jurta.org>
445
446 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
447 fill-paragraph operates on the active region in Transient Mark mode.
448 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
449 with fill-paragraph.
450
451 * basic.texi (Arguments): Replace fill-paragraph-or-region with
452 fill-paragraph.
453
454 * fixit.texi (Spelling): ispell-word operates on the active region
455 in Transient Mark mode.
456
5a331f34
JB
4572007-10-17 Aaron S. Hawley <aaronh@garden.org>
458
459 * building.texi (Source Buffers):
460 * custom.texi (Init Non-ASCII):
461 * glossary.texi (Glossary): Use "key binding" consistently.
462
2a9f4d55
JB
4632007-10-17 Juanma Barranquero <lekktu@gmail.com>
464
465 * calendar.texi (Diary): Fix directive.
466
de13cecf
RS
4672007-10-16 Richard Stallman <rms@gnu.org>
468
469 * calendar.texi (Diary): Clarify text about diary file example.
470
5f90d53e
ER
4712007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
472
473 * files.texi: Capitalize node names according to convention.
474
3aa491bc
GM
4752007-10-13 Glenn Morris <rgm@gnu.org>
476
477 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
478
8a3106d3
ER
4792007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
480
481 * emacs.texi:
482 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 483 suggested by RMS and Robert J. Chassell.
8a3106d3 484
da1080a2
ER
4852007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
486
3aa491bc 487 * files.texi (Version Systems):
0870a421
ER
488 * vc-xtra.texi:
489 * vc1-xtra.texi:
ac3f4c6f 490 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 491 operations. Change of terminology from `version' to `revision'.
a7fc5b78 492 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 493 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 494
58ade22b
ER
4952007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
496
da1080a2 497 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
498 Reorder the descriptions to be chronological.
499
93870ce2
RS
5002007-10-09 Richard Stallman <rms@gnu.org>
501
502 * display.texi (Cursor Display): Correct how cursor appears
503 in nonselected windows.
504
568c7288
NR
5052007-10-04 Nick Roberts <nickrob@snap.net.nz>
506
507 * building.texi (GDB Graphical Interface): Remove references to gdba
508 and mention gud-gdb.
509
1af74d06 5102007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 511
1af74d06 512 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 513
0d8fb755
JL
5142007-10-06 Juri Linkov <juri@jurta.org>
515
516 * text.texi (Fill Commands): Document fill-paragraph-or-region.
517 (Fill Prefix, Format Indentation): Replace fill-paragraph with
518 fill-paragraph-or-region.
519
520 * basic.texi (Arguments): Replace fill-paragraph with
521 fill-paragraph-or-region.
522
b981e2c6
ER
5232007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
524
525 * files.texi: Update the section on version control for 2007
2a9f4d55 526 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
527 will come later.
528
5fceaf9c
GM
5292007-09-15 Glenn Morris <rgm@gnu.org>
530
531 * calendar.texi (Holidays): Change all instances of `holiday-list' back
532 to `list-holidays'.
533
b0e44b17
GM
5342007-09-14 Glenn Morris <rgm@gnu.org>
535
536 * calendar.texi: Update all instances of mark-calendar-holidays,
537 list-calendar-holidays, list-holidays with the new names.
538
8cf51b2c
GM
5392007-09-06 Glenn Morris <rgm@gnu.org>
540
541 * Move manual sources from man/ to subdirectories of doc/.
542 Split into the Emacs manual in emacs/, and other manuals in misc/.
543 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
544 manual.
545 (infodir): New variable.
546 (info): Use $infodir.
547 (emacsman): Delete target, not needed any more.
548 Move all targets that are not the Emacs manual to misc/Makefile.in.
549 (mostlyclean): Remove `gnustmp'.
550 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
551 manual.
92f9b43f 552 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
553 (emacsman): Delete target, not needed any more.
554 (clean): Remove all info files but Emacs manual.
555 Move all targets that are not the Emacs manual to misc/Makefile.in.
556 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
557
558 * Makefile.in (INFOSOURCES): Delete.
559 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
560 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
561 *.vrs *.toc here...
562 (maintainer-clean): ...from here.
563
5642007-09-05 Glenn Morris <rgm@gnu.org>
565
566 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
567
8cf51b2c
GM
5682007-08-29 Glenn Morris <rgm@gnu.org>
569
570 * emacs.texi (EMACSVER): Increase to 23.0.50.
571
3420c522
RS
5722007-08-27 Richard Stallman <rms@gnu.org>
573
574 * emacs.texi (Top): Clarify menu item for Glossary.
575
576 * display.texi (Faces): Change secn title.
577 Clarify not all fonts come from Font Lock.
578
8cf51b2c
GM
5792007-08-17 Eli Zaretskii <eliz@gnu.org>
580
581 * basic.texi (Position Info): Add index entry for face at point.
582 Mention that character faces are also displayed by "C-u C-x =".
583
8cf51b2c
GM
5842007-08-08 Glenn Morris <rgm@gnu.org>
585
586 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
587
5882007-08-07 Chong Yidong <cyd@stupidchicken.com>
589
590 * files.texi (File Conveniences): Document point motion keys in Image
591 mode.
592
8cf51b2c
GM
5932007-07-27 Glenn Morris <rgm@gnu.org>
594
8cf51b2c
GM
595 * emacs.texi (Copying): Include license text from gpl.texi, rather than
596 in-line.
597
598 * gpl.texi: New file with text of GPL.
599 * Makefile.in (EMACSSOURCES): Add gpl.texi.
600
6012007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
602
603 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
604
605 * dired.texi (Wdired): Mention C-x C-q key binding.
606
6072007-07-28 Nick Roberts <nickrob@snap.net.nz>
608
609 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
610
6112007-07-25 Glenn Morris <rgm@gnu.org>
612
8cf51b2c
GM
613 * emacs.texi (Copying): Replace license with GPLv3.
614
615 * Relicense all FSF files to GPLv3 or later.
616
6172007-07-24 Glenn Morris <rgm@gnu.org>
618
619 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
620 for some calendars.
621
6222007-07-23 Nick Roberts <nickrob@snap.net.nz>
623
624 * screen.texi (Mode Line): Describe new mode-line flag that shows if
625 default-directory for the current buffer is on a remote machine.
626
8cf51b2c
GM
6272007-07-21 Eli Zaretskii <eliz@gnu.org>
628
629 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
630 default value.
631
6322007-07-21 Richard Stallman <rms@gnu.org>
633
634 * files.texi (Why Version Control?): Improve previous change.
635
6362007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
637
638 * files.texi (Why Version Control?): New node.
639
8cf51b2c
GM
6402007-07-12 Nick Roberts <nickrob@snap.net.nz>
641
8cf51b2c
GM
642 * building.texi (Starting GUD): Add xref to this anchor.
643
8cf51b2c
GM
6442007-06-24 Karl Berry <karl@gnu.org>
645
2a9f4d55 646 * emacs.texi: New Back-Cover Text.
8cf51b2c 647
8cf51b2c
GM
6482007-06-07 Alan Mackenzie <acm@muc.de>
649
650 * display.texi (Optional Mode Line): Document the new form of
651 line+column numbers, "(561,2)".
652
6532007-06-06 Juanma Barranquero <lekktu@gmail.com>
654
49823426 655 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
656
6572007-06-02 Chong Yidong <cyd@stupidchicken.com>
658
659 * Version 22.1 released.
660
8cf51b2c
GM
6612007-05-07 Karl Berry <karl@gnu.org>
662
663 * emacs.texi (EMACSVER): Back to 22.
664
6652007-05-06 Richard Stallman <rms@gnu.org>
666
667 * maintaining.texi (Create Tags Table): Clean up previous change.
668
c8763fb6 6692007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
670
671 * maintaining.texi (Create Tags Table): Add text about the dangers of
672 making symbolic links to tags files.
673
6742007-05-04 Karl Berry <karl@gnu.org>
675
676 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
677
6782007-05-03 Karl Berry <karl@gnu.org>
679
680 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
681
682 * .cvsignore (*.pdf): New entry.
683
8cf51b2c
GM
684 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
685 for printing.
686
6872007-05-01 Richard Stallman <rms@gnu.org>
688
689 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
690
8cf51b2c
GM
6912007-04-28 Glenn Morris <rgm@gnu.org>
692
693 * ack.texi (Acknowledgments):
694 * anti.texi (Antinews):
8cf51b2c
GM
695 * programs.texi (Program Modes): Restore mention of python.el pending
696 consideration of legal status.
697
6982007-04-28 Richard Stallman <rms@gnu.org>
699
700 * files.texi (File Names): Fixes to ~ description on MS systems.
701
8cf51b2c
GM
7022007-04-26 Glenn Morris <rgm@gnu.org>
703
704 * emacs.texi (EMACSVER): Increase to 22.1.50.
705
7062007-04-25 Karl Berry <karl@gnu.org>
707
708 * emacs.texi: Improve line breaks on copyright page,
709 similar layout to lispref, 8.5x11 by default.
710
711 * dired.texi (Image-Dired): Improve line break, fix typo.
712
7132007-04-24 Chong Yidong <cyd@stupidchicken.com>
714
715 * programs.texi (Program Modes):
8cf51b2c
GM
716 * anti.texi (Antinews):
717 * ack.texi (Acknowledgments): python.el removed.
718
8cf51b2c
GM
7192007-04-23 Chong Yidong <cyd@stupidchicken.com>
720
721 * display.texi (Highlight Interactively): Correct description of
722 hi-lock-file-patterns-policy.
723
724 * files.texi (File Archives): Mention self-extracting executables.
725
7262007-04-23 Eli Zaretskii <eliz@gnu.org>
727
728 * search.texi (Unconditional Replace, Query Replace): Add xref to
729 "Replacement and Case".
730
7312007-04-22 Chong Yidong <cyd@stupidchicken.com>
732
733 * dired.texi (Image-Dired): Move from Thumbnails node.
734 * misc.texi (Thumbnails): Node deleted.
735 * emacs.texi (Top): Update node listing.
736
737 * files.texi (File Conveniences):
49823426 738 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
739
7402007-04-21 Richard Stallman <rms@gnu.org>
741
742 * display.texi (Highlight Interactively): Correct previous change.
743 Clarify doc of hi-lock-find-patterns, and move new features into it.
744
7452007-04-20 David Koppelman <koppel@ece.lsu.edu>
746
747 * display.texi (Highlight Interactively): Document
748 hi-lock-file-patterns-policy.
749
7502007-04-20 Martin Rudalics <rudalics@gmx.at>
751
752 * display.texi (Scrolling): Fix typo.
753
8cf51b2c
GM
7542007-04-15 Chong Yidong <cyd@stupidchicken.com>
755
8cf51b2c
GM
756 * doclicense.texi: Remove node heading, so that it can be included by
757 other files.
758
759 * emacs.texi: Insert node heading for GFDL.
760
8cf51b2c
GM
7612007-04-14 Eli Zaretskii <eliz@gnu.org>
762
763 * cmdargs.texi (Colors): Qualify "color of window" index entry by
764 "command line".
765
766 * display.texi (Faces): Refer to "Creating Frames" for face
767 and other frame customizations in .emacs.
768
769 * frames.texi (Creating Frames): Mention that face customizations can
770 be put in .emacs. Add index entries.
771
7722007-04-12 Richard Stallman <rms@gnu.org>
773
774 * glossary.texi (Glossary): Explain `iff'.
775
7762007-04-11 Karl Berry <karl@gnu.org>
777
778 * gnu.texi (Top),
779 * macos.texi (Mac Font Specs),
780 * anti.texi (Antinews),
781 * xresources.texi (Resources),
782 * misc.texi (Emulation),
783 * calendar.texi (Daylight Saving),
784 * dired.texi (Dired and Find),
785 * rmail.texi (Remote Mailboxes),
786 * sending.texi (Mail Headers),
787 * programs.texi (Which Function),
788 * files.texi (Recover),
789 * buffers.texi (Uniquify),
790 * frames.texi (Wheeled Mice),
791 * killing.texi (Rectangles): Wording to improve breaks in
792 8.5x11 format.
793 * mule.texi (Language Environments): \hbadness=10000 since there's
794 no way to reword.
795 * emacs.texi (smallbook): New @set to more easily switch between
796 smallbook and 8.5x11.
797
7982007-04-11 Richard Stallman <rms@gnu.org>
799
800 * files.texi (File Conveniences): Add xref to Tumme.
801 Delete text about Thumbnail mode.
802
8cf51b2c
GM
8032007-04-09 Alan Mackenzie <acm@muc.de>
804
805 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
806 new name. Insert concept index entries.
807
8cf51b2c
GM
8082007-04-08 Chong Yidong <cyd@stupidchicken.com>
809
810 * display.texi (Standard Faces): Document prefix arg for
811 list-faces-display.
812
813 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
814
8cf51b2c
GM
8152007-04-07 Chong Yidong <cyd@stupidchicken.com>
816
8cf51b2c
GM
817 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
818
819 * files.texi (Misc File Ops): Rewrite description of
820 insert-file-literally.
821
8cf51b2c
GM
8222007-03-31 Eli Zaretskii <eliz@gnu.org>
823
824 * misc.texi (Printing): Postscript -> PostScript.
825
8cf51b2c
GM
826 * ack.texi (Acknowledgments): Postscript -> PostScript.
827
828 * custom.texi (Init File, Init Non-ASCII): Fix last change.
829
830 * emacs.texi (Top): Fix the menu due to the change in custom.texi
831 below.
832
8332007-03-30 Chong Yidong <cyd@stupidchicken.com>
834
835 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
836 Init Non-ASCII.
837 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
838 (Init Non-ASCII): New node.
839
8402007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
841
842 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
843
8cf51b2c
GM
8442007-03-12 Glenn Morris <rgm@gnu.org>
845
8cf51b2c
GM
846 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
847 "Daylight Savings".
848
49823426 849 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
850 saving" in text throughout.
851
8cf51b2c
GM
8522007-03-04 Richard Stallman <rms@gnu.org>
853
854 * custom.texi (Safe File Variables): Minor correction.
855
8cf51b2c
GM
8562007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
857
858 * rmail.texi (Movemail): Add internal ref.
859 Don't indent the intro for the PROTO table.
860 Format PROTO table items with @code.
861
8cf51b2c
GM
8622007-02-26 Nick Roberts <nickrob@snap.net.nz>
863
864 * building.texi: Remove references to bashdb.
865
8cf51b2c
GM
8662007-02-19 Juanma Barranquero <lekktu@gmail.com>
867
868 * mule.texi (Language Environments): Update list of supported language
869 environments.
870
8cf51b2c
GM
8712007-02-14 Kim F. Storm <storm@cua.dk>
872
873 * building.texi (Grep Searching): Fix lgrep doc.
874
8752007-02-12 Chong Yidong <cyd@stupidchicken.com>
876
877 * back.texi: Remove unused file.
878
c8763fb6 8792007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
880
881 * maintaining.texi (Tag Syntax): Now --members is the default for
882 etags, not for ctags yet.
883
8cf51b2c
GM
8842007-02-03 Eli Zaretskii <eliz@gnu.org>
885
886 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
887 headers compliant with Texinfo guidelines and with what texnfo-upd.el
888 expects. Add comments to prevent people from inadvertently modifying
889 the key parts needed by `texinfo-multiple-files-update'.
890
8912007-01-29 Chong Yidong <cyd@stupidchicken.com>
892
893 * frames.texi (Secondary Selection): Window clicked does not matter
894 when mouse-yank-at-point is non-nil.
895
8cf51b2c
GM
8962007-01-16 Glenn Morris <rgm@gnu.org>
897
898 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
899 system abbrev.
900
9012007-01-11 Richard Stallman <rms@gnu.org>
902
903 * msdog.texi (Windows Keyboard): Another small cleanup.
904
9052007-01-10 Richard Stallman <rms@gnu.org>
906
907 * msdog.texi (Windows Keyboard): Yet another try to make
908 everyone happy with that passage.
909
9102007-01-05 Richard Stallman <rms@gnu.org>
911
912 * anti.texi (Antinews): Mention M-x shell scrolling.
913
9142007-01-05 Nick Roberts <nickrob@snap.net.nz>
915
916 * building.texi (Watch Expressions): Describe gdb-max-children.
917
8cf51b2c
GM
9182007-01-04 Richard Stallman <rms@gnu.org>
919
8cf51b2c
GM
920 * msdog.texi (Windows Keyboard): Clarify previous change.
921
8cf51b2c
GM
9222007-01-02 Richard Stallman <rms@gnu.org>
923
924 * custom.texi (Changing a Variable): Minor clarification.
925 (Specific Customization): customize-customized => customize-unsaved.
926
927 * entering.texi (Entering Emacs): Clean up text about restarting
928 Emacs for each file.
929
930 * misc.texi (Shell Options): Minor cleanup.
931
932 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
933 with Emacs, not vice versa.
934
935 * programs.texi (Symbol Completion): Recommend customizing
936 window manager.
937
938 * xresources.texi (Resources): Minor fix.
939
c8763fb6 9402007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
941
942 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
943
9442007-01-01 Richard Stallman <rms@gnu.org>
945
946 * commands.texi (User Input): Document keys stolen by window mangers.
947
9482006-12-31 Richard Stallman <rms@gnu.org>
949
950 * custom.texi (Specific Customization): Document customize-option
951 instead of customize-variable.
952
9532006-12-31 Kim F. Storm <storm@cua.dk>
954
955 * major.texi (Choosing Modes): Document auto-mode-case-fold.
956
9572006-12-30 Kim F. Storm <storm@cua.dk>
958
959 * killing.texi (CUA Bindings): Fix typo.
960
961 * xresources.texi (Table of Resources): Mention grow-only value for
962 auto-resize-tool-bars.
963
8cf51b2c
GM
9642006-12-27 Eli Zaretskii <eliz@gnu.org>
965
966 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
967 and how to get them back.
968
9692006-12-26 Richard Stallman <rms@gnu.org>
970
971 * calendar.texi (Holidays): Holiday listing is based on current
972 practice, but DST is not.
973
9742006-12-25 Richard Stallman <rms@gnu.org>
975
976 * emacs.texi (Top): Update subnode menus.
977
978 * mark.texi (Transient Mark): Fix xref.
979
980 * killing.texi (Graphical Kill): Node deleted.
981 (Killing): Add xref to Cut and Paste.
982 (CUA Bindings): Update xref.
983
984 * frames.texi (Cut and Paste): New section to hold other nodes.
985 (Mouse Commands): Node demoted.
986 (Cut/Paste Other App): Split out from Mouse Commands.
987 (Word and Line Mouse): Likewise.
988 (Secondary Selection, Clipboard): Nodes demoted.
989
8cf51b2c
GM
9902006-12-24 Kevin Ryde <user42@zip.com.au>
991
992 * calendar.texi (Holidays): US daylight saving begins second Sunday
993 in March for 2007 onwards.
994 (Daylight Savings): Show new US default daylight saving rules, 2nd
995 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
996
9972006-12-23 Chong Yidong <cyd@stupidchicken.com>
998
999 * calendar.texi (Scroll Calendar): < and > are switched.
1000
10012006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1002
1003 * killing.texi (Deletion): Describe M-\ prefix argument.
1004
10052006-12-23 Richard Stallman <rms@gnu.org>
1006
1007 * search.texi (Regexp Search): Explain why forward and reverse regexp
1008 search are not mirror images.
1009
8cf51b2c
GM
10102006-12-19 Kim F. Storm <storm@cua.dk>
1011
1012 * major.texi (Choosing Modes): Describe match-function elements for
1013 magic-mode-alist.
1014
8cf51b2c
GM
10152006-12-18 Eli Zaretskii <eliz@gnu.org>
1016
1017 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1018 peculiarities.
1019
10202006-12-18 Richard Stallman <rms@gnu.org>
1021
1022 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1023
8cf51b2c
GM
10242006-12-17 Alan Mackenzie <acm@muc.de>
1025
1026 * programs.texi (Left Margin Paren): Remove the bit which says
1027 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1028 Discuss some of the issues of setting this option to nil.
1029
10302006-12-17 Glenn Morris <rgm@gnu.org>
1031
1032 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1033
10342006-12-16 Eli Zaretskii <eliz@gnu.org>
1035
1036 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1037 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1038 NTFS volumes.
1039 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1040 volumes.
1041
10422006-12-15 Eli Zaretskii <eliz@gnu.org>
1043
1044 * text.texi (HTML Mode): Fix "C-c TAB".
1045
8cf51b2c
GM
10462006-12-09 Richard Stallman <rms@gnu.org>
1047
1048 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1049
10502006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1051
1052 * files.texi (Misc File Ops): Document insert-file-literally.
1053
10542006-12-08 Eli Zaretskii <eliz@gnu.org>
1055
1056 * cmdargs.texi (Colors): Note that --color is intended for overriding
1057 the terminal defaults, not for normal invocation.
1058
1059 * misc.texi (Emacs Server): Improve wording. Don't mention the
1060 ``server program''. Add a cross-reference to "Init File" node.
1061 (Invoking emacsclient): Add index entries. Document both short and
1062 long versions of command-line options. Document the -f option.
1063
8cf51b2c
GM
10642006-12-06 Richard Stallman <rms@gnu.org>
1065
1066 * text.texi (Outline Format): Say to set outline-regexp
1067 and outline-level with major modes and file local variables.
1068
c8763fb6 10692006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1070
1071 * anti.texi (Antinews): Mention the alternative to
1072 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1073
8cf51b2c
GM
1074 * misc.texi (Interactive Shell): Ditto.
1075
10762006-12-04 Eli Zaretskii <eliz@gnu.org>
1077
1078 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1079
1080 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1081
10822006-12-01 Eli Zaretskii <eliz@gnu.org>
1083
1084 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1085 colon in the mode line.
1086
1087 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1088
10892006-11-26 Nick Roberts <nickrob@snap.net.nz>
1090
1091 * building.texi (Watch Expressions): Mention SPC for expanding/
1092 contracting watch expressions.
1093
10942006-11-26 Kim F. Storm <storm@cua.dk>
1095
1096 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1097
10982006-11-26 Nick Roberts <nickrob@snap.net.nz>
1099
1100 * building.texi (Debugger Operation): Define text command mode.
1101 Clarify how tooltips work.
1102 (GDB Graphical Interface): Explain how to run in text command mode
1103 more clearly.
1104
11052006-11-25 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1108
11092006-11-22 Juanma Barranquero <lekktu@gmail.com>
1110
1111 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1112
8cf51b2c
GM
11132006-11-18 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1116 and EMACS is deprecated.
1117
11182006-11-18 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1121
c8763fb6 11222006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1123
1124 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1125
1126 * emacs.texi: Include xresources.texi both for info and dvi.
1127
1128 * xresources.texi: Merge text from xresmini.texi.
1129
c8763fb6 11302006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1131
1132 * glossary.texi: Fix typos.
1133
8cf51b2c
GM
11342006-11-06 Richard Stallman <rms@gnu.org>
1135
1136 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1137
1138 * ack.texi (Acknowledgments): Fix name spelling.
1139
11402006-11-01 Juri Linkov <juri@jurta.org>
1141
1142 * search.texi (Word Search): Document incremental word search.
1143
11442006-10-28 Glenn Morris <rgm@gnu.org>
1145
1146 * ack.texi (Acknowledgments): Add cal-html author.
1147
1148 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1149 Calendar"). Describe new package cal-html.
1150 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1151 Calendar Files."
1152
8cf51b2c
GM
11532006-10-23 Richard Stallman <rms@gnu.org>
1154
1155 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1156 Abbrev mode is enabled.
1157
8cf51b2c
GM
11582006-10-16 Richard Stallman <rms@gnu.org>
1159
8cf51b2c
GM
1160 * emacs.texi: Update ISBN.
1161
8cf51b2c
GM
11622006-10-11 Kim F. Storm <storm@cua.dk>
1163
1164 * emacs.texi (Acknowledgments): Use @dotless{i}.
1165
11662006-10-08 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * building.texi (Breakpoints Buffer): Mention catchpoints.
1169
11702006-10-08 Kim F. Storm <storm@cua.dk>
1171
1172 * ack.texi (Acknowledgments): Update.
1173
1174 * emacs.texi (Acknowledgments): Fix bad @/ form.
1175
8cf51b2c
GM
11762006-10-05 Kim F. Storm <storm@cua.dk>
1177
1178 * emacs.texi (Acknowledgments): Add more contributors.
1179
11802006-10-03 Richard Stallman <rms@gnu.org>
1181
1182 * emacs.texi (Acknowledgments): Update version and edition.
1183
8cf51b2c
GM
11842006-10-01 Karl Berry <karl@gnu.org>
1185
1186 * custom.texi (Customization Groups): Page break to keep example buffer
1187 on one page.
1188
11892006-09-30 Karl Berry <karl@gnu.org>
1190
1191 * programs.texi (Basic Indent): @need to improve page break.
1192 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1193
11942006-09-29 Glenn Morris <rgm@gnu.org>
1195
1196 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1197
11982006-09-29 Karl Berry <karl@gnu.org>
1199
1200 * windows.texi (Basic Window): Remove forced @break, no longer
1201 desirable.
1202 * frames.texi (Frame Commands),
1203 * mark.texi (Marking Objects): Reword to avoid bad page break.
1204 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1205
12062006-09-19 Richard Stallman <rms@gnu.org>
1207
1208 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1209 stick to present tense.
1210
c8763fb6 12112006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1212
1213 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1214 to x-gtk-use-old-file-dialog.
1215 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1216
12172006-09-15 Jay Belanger <belanger@truman.edu>
1218
49823426 1219 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1220 Change "Library Public License" to "Lesser Public License"
1221 throughout. Use "yyyy" to represent year.
1222
8cf51b2c
GM
12232006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1224
1225 * files.texi (Visiting): Add index entry "open file".
1226
8cf51b2c
GM
12272006-09-11 Richard Stallman <rms@gnu.org>
1228
1229 * building.texi (Compilation Mode): Clarification.
1230 (Grep Searching): Add xref to Compilation Mode.
1231
8cf51b2c
GM
12322006-09-08 Richard Stallman <rms@gnu.org>
1233
1234 * search.texi (Search): Ref multi-file search commands here.
1235 (Other Repeating Search): Not here.
1236
8cf51b2c
GM
12372006-08-28 Richard Stallman <rms@gnu.org>
1238
1239 * windows.texi (Split Window): Update xref.
1240
1241 * basic.texi (Continuation Lines): Update xref.
1242
1243 * indent.texi (Tab Stops): Update xref.
1244
1245 * emacs.texi (Top): Update subnode menu.
1246
1247 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1248 split out of Display Custom.
1249
12502006-08-25 Kim F. Storm <storm@cua.dk>
1251
1252 * display.texi (Display Custom): Add variables overline-margin
1253 and x-underline-at-descent-line.
1254
12552006-08-25 Richard Stallman <rms@gnu.org>
1256
1257 * entering.texi (Exiting): Rewrite to give graphical displays
1258 priority over text terminals.
1259
1260 * search.texi (Incremental Search): Move index entries.
1261
12622006-08-23 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * custom.texi (Init File): Reference Find Init to avoid "home
1265 directory" confusion.
1266
12672006-08-22 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * building.texi (Other GDB-UI Buffers): Describe how to edit
1270 a value in the locals buffer.
1271
12722006-08-21 Richard Stallman <rms@gnu.org>
1273
1274 * search.texi (Basic Isearch): Add `isearch' index entry.
1275
12762006-08-16 Richard Stallman <rms@gnu.org>
1277
1278 * misc.texi (Saving Emacs Sessions): Clean up wording.
1279
1280 * mark.texi (Marking Objects): Mention term "select all".
1281
1282 * emacs.texi (Top): Update subnode menu.
1283
1284 * help.texi (Help Mode): Move node up in file.
1285
8cf51b2c
GM
12862006-08-15 Nick Roberts <nickrob@snap.net.nz>
1287
1288 * building.texi (Stack Buffer): Explain fringe arrow.
1289
8cf51b2c
GM
12902006-08-12 Eli Zaretskii <eliz@gnu.org>
1291
8cf51b2c
GM
1292 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1293 on startup.
1294
12952006-08-11 Romain Francoise <romain@orebokech.com>
1296
1297 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1298
12992006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1300
1301 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1302
13032006-08-10 Richard Stallman <rms@gnu.org>
1304
1305 * text.texi (Format Faces): Substantial rewrites to deal
1306 with face merging. Empty regions don't count. Clarify
1307 face property inheritance.
1308
13092006-08-08 Romain Francoise <romain@orebokech.com>
1310
1311 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1312 <arjuropo@cc.jyu.fi>.
1313
8cf51b2c
GM
13142006-08-04 Eli Zaretskii <eliz@gnu.org>
1315
1316 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1317 apply to all frames.
1318
8cf51b2c
GM
13192006-08-01 Richard Stallman <rms@gnu.org>
1320
1321 * help.texi (Name Help): Add index entries for describe-variable.
1322
13232006-08-01 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * building.texi (GDB Graphical Interface): Shorten node names.
1326 (GDB-UI Layout): Use GDB-related.
1327 (Other GDB-UI Buffers): Simplify English.
1328
13292006-07-31 Richard Stallman <rms@gnu.org>
1330
1331 * search.texi (Query Replace): Add xref for Dired's Q command.
1332
8cf51b2c
GM
13332006-07-31 Nick Roberts <nickrob@snap.net.nz>
1334
1335 * building.texi (GDB commands in Fringe): Rename to...
1336 (Source Buffers): ..this and move forward. Describe hollow arrow and
1337 new option gdb-find-source-frame.
1338
13392006-07-29 Richard Stallman <rms@gnu.org>
1340
1341 * dired.texi (Operating on Files): Simplify previous change
1342 and fix Texinfo usage.
1343
13442006-07-29 Eli Zaretskii <eliz@gnu.org>
1345
1346 * dired.texi (Operating on Files): Add cross-references. State the
1347 Unix commands that do similar things.
1348
13492006-07-28 Richard Stallman <rms@gnu.org>
1350
1351 * mark.texi (Transient Mark): Clarify that region never disappears
1352 when Transient Mark mode is off, and not when it is on.
1353
13542006-07-27 Richard Stallman <rms@gnu.org>
1355
1356 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1357
13582006-07-24 Richard Stallman <rms@gnu.org>
1359
1360 * xresources.texi (GTK styles): Fix texinfo usage.
1361
8cf51b2c
GM
1362 * commands.texi (User Input): Explain why we teach keyboard cmds.
1363
1364 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1365 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1366 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1367 * doclicense.texi, display.texi, dired.texi, basic.texi:
1368 * anti.texi, ack.texi: Move periods and commas inside quotes.
1369
13702006-07-22 Eli Zaretskii <eliz@gnu.org>
1371
1372 * cmdargs.texi (General Variables): Document EMAIL.
1373
13742006-07-21 Eli Zaretskii <eliz@gnu.org>
1375
1376 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1377 doesn't have effect on MS-Windows.
1378
8cf51b2c
GM
13792006-07-17 Richard Stallman <rms@gnu.org>
1380
1381 * building.texi (Grep Searching): Explain about chaining grep commands.
1382
8cf51b2c
GM
13832006-07-10 Nick Roberts <nickrob@snap.net.nz>
1384
49823426 1385 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1386
13872006-07-09 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1390 is invoked for multiple files.
1391
13922006-07-08 Eli Zaretskii <eliz@gnu.org>
1393
1394 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1395 on-line manual for the rest of this node.
1396 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1397 unconditionally.
1398 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1399 Improve wording.
1400 (Windows Printing): Improve wording.
1401 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1402 rest of this node.
1403
8cf51b2c
GM
14042006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1405
49823426
GM
1406 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1407 with eval-buffer.
8cf51b2c
GM
1408
14092006-07-05 Nick Roberts <nickrob@snap.net.nz>
1410
1411 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1412 of character translation.
1413
14142006-07-04 Nick Roberts <nickrob@snap.net.nz>
1415
1416 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1417
14182006-07-03 Karl Berry <karl@gnu.org>
1419
1420 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1421 not-too-underfull hboxes in the TeX output.
1422 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1423 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1424 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1425 * sending.texi, text.texi: Fix overfull/underfull boxes.
1426
14272006-07-03 Romain Francoise <romain@orebokech.com>
1428
1429 * m-x.texi (M-x): Fix.
1430
14312006-07-03 Richard Stallman <rms@gnu.org>
1432
8cf51b2c
GM
1433 * search.texi (Other Repeating Search): filename -> file name.
1434
1435 * misc.texi (Narrowing): Minor cleanups.
1436
1437 * files.texi (Visiting): filename -> file name.
1438
1439 * emacs.texi (Top): Update subnode menus.
1440
1441 * mule.texi (Coding Systems): Move char translation stuff here.
1442 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1443 (Recognize Coding): Substantial local rewrites.
1444 (International): Update menu.
1445
1446 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1447 (Scrolling): Substantial local rewrites.
1448 (Display): Update menu and intro.
1449
1450 * dired.texi: filename -> file name.
1451
1452 * custom.texi (Safe File Variables): Texinfo usage fix.
1453
14542006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1455
1456 * help.texi, m-x.texi: Lots of cleanups.
1457
8cf51b2c
GM
14582006-06-30 Eli Zaretskii <eliz@gnu.org>
1459
1460 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1461 (Windows Processes, Windows Misc): Shorten the printed version by
1462 selectively conditioning less important portions by @ifnottex.
1463
8cf51b2c
GM
14642006-06-27 Richard Stallman <rms@gnu.org>
1465
1466 * mini.texi (Minibuffer File): Minor cleanup.
1467
14682006-06-25 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * frames.texi (XTerm Mouse): Rename to...
1471 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1472
1473 * emacs.texi (Top): Use new node name.
1474
14752006-06-24 Eli Zaretskii <eliz@gnu.org>
1476
1477 * emacs.texi (Top): Update the detailed menu according to changes in
1478 msdog.texi.
1479
1480 * msdog.texi (Windows Keyboard): New section.
1481 (Windows Mouse): New section.
1482 (Windows System Menu): Remove section (text merged with "Windows
1483 Keyboard").
1484 (Windows Misc): New section.
1485
1486 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1487
1488 * msdog.texi (ls in Lisp): New section.
1489
1490 * files.texi (Visiting): Document case-insensitive wildcard matching
1491 under find-file-wildcards.
1492
8cf51b2c
GM
14932006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1494
1495 * macos.texi (Mac Input): Add description of mac-function-modifier.
1496 Now Unicode keyboard layouts work.
1497
8cf51b2c
GM
14982006-06-10 Richard Stallman <rms@gnu.org>
1499
1500 * mule.texi (Recognize Coding): Clarify previous change.
1501
15022006-06-09 Kenichi Handa <handa@m17n.org>
1503
1504 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1505 notation.
1506
15072006-06-07 Kevin Ryde <user42@zip.com.au>
1508
1509 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1510 manual for @ifnottex, but in emacs-extra for @iftex.
1511
1512 * cmdargs.texi (General Variables): Fix smtpmail xref.
1513
15142006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1515
8cf51b2c 1516 * programs.texi (Comment Commands):
8cf51b2c 1517 * custom.texi (Specifying File Variables):
49823426 1518 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1519
15202006-06-07 Nick Roberts <nickrob@snap.net.nz>
1521
1522 * building.texi (Watch Expressions): Move node to end.
1523 (GDB Graphical Interface): Move description of clicks in fringe...
1524 (GDB commands in the Fringe): ...to here. New node.
1525
8cf51b2c
GM
15262006-06-05 Romain Francoise <romain@orebokech.com>
1527
49823426 1528 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
1529
15302006-06-05 Nick Roberts <nickrob@snap.net.nz>
1531
1532 * building.texi (GDB Graphical Interface): Update bindings.
1533 (Commands of GUD): Add gud-print. Remove gud-run.
1534 Restate availability more generally.
1535
15362006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1537
1538 * mini.texi: Lots of cleanups.
1539
15402006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1541
1542 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1543 and Mouse-2.
1544
c8763fb6 15452006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1546
1547 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1548
8cf51b2c
GM
15492006-05-31 Richard Stallman <rms@gnu.org>
1550
1551 * basic.texi (Moving Point): Fix previous change.
1552
c8763fb6 15532006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1554
1555 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1556
15572006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1558
1559 * basic.texi: Many simplifications and improvements in wording.
1560
8cf51b2c
GM
15612006-05-26 Nick Roberts <nickrob@snap.net.nz>
1562
1563 * anti.texi (Antinews): Create a node for gdb-ui.
1564
8cf51b2c
GM
15652006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1566
1567 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1568
15692006-05-20 Richard Stallman <rms@gnu.org>
1570
1571 * dired.texi (Dired Navigation): dired-goto-file is now j.
1572
8cf51b2c
GM
15732006-05-20 Eli Zaretskii <eliz@gnu.org>
1574
1575 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1576 and their aliases.
1577
1578 * msdog.texi (Windows Printing): Mention non-support of plain text
1579 printing with some el-cheapo printers, and suggest a workaround.
1580
15812006-05-20 Kevin Ryde <user42@zip.com.au>
1582
1583 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1584 remove the bit saying you must set it.
1585
15862006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1587
1588 * trouble.texi (Checklist):
1589 * text.texi (Text, Auto Fill, Text Mode):
1590 * search.texi (Nonincremental Search):
1591 * rmail.texi (Rmail Labels):
1592 * mule.texi (Input Methods, Multibyte Conversion):
1593 * misc.texi (Gnus, Where to Look, PostScript):
1594 * maintaining.texi (Create Tags Table):
1595 * indent.texi (Indentation Commands):
1596 * fixit.texi (Spelling):
1597 * emacs.texi (Copying):
1598 * custom.texi (Init File): ifinfo -> ifnottex.
1599
8cf51b2c
GM
16002006-05-17 Richard Stallman <rms@gnu.org>
1601
1602 * files.texi (Diff Mode): Mention C-x `.
1603
16042006-05-08 Richard Stallman <rms@gnu.org>
1605
1606 * custom.texi (Disabling): Textual cleanups.
1607
8cf51b2c
GM
16082006-05-12 Glenn Morris <rgm@gnu.org>
1609
1610 * calendar.texi (Displaying the Diary, Format of Diary File):
1611 Refer to diary-view-entries, diary-list-entries,
1612 diary-show-all-entries rather than obsolete aliases.
1613
16142006-05-12 Eli Zaretskii <eliz@gnu.org>
1615
1616 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1617 (Displaying the Diary, Special Diary Entries, Importing Diary):
1618 * building.texi (Compilation Shell):
1619 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1620 emacs-xtra with @inforef's.
1621
1622 * files.texi (Visiting): Fix wording.
1623
1624 * mule.texi (Coding Systems, Text Coding): More indexing.
1625 Mention that C-x RET f can set eol conversion.
1626
c8763fb6 16272006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1628
1629 * xresmini.texi (GTK resources): Insert GTK description.
1630
1631 * xresources.texi (GTK resources): metafont should be menufont.
1632
8cf51b2c
GM
16332006-05-06 Michael Albinus <michael.albinus@gmx.de>
1634
49823426 1635 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
1636 method, user name and host name is active only in partial
1637 completion mode.
1638
8cf51b2c
GM
16392006-05-06 Eli Zaretskii <eliz@gnu.org>
1640
1641 * makefile.w32-in (emacs.dvi):
1642 * Makefile.in (emacs.dvi): Add xresmini.texi.
1643
1644 * xresmini.texi (Table of Resources): Remove xref to non-existent
1645 node "LessTif Resources".
1646
1647 * msdog.texi (Microsoft Windows):
1648 * calendar.texi (Calendar/Diary, Displaying the Diary)
1649 (Special Diary Entries, Importing Diary, Holidays):
1650 * programs.texi (Program Modes):
1651 * text.texi (Text):
1652 * buffers.texi (Several Buffers):
1653 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1654
16552006-05-06 Eli Zaretskii <eliz@gnu.org>
1656
1657 The following changes merge the emacs-xtra manual into the main
1658 manual, but only for on-line version of the manual.
1659
1660 * vc2-xtra.texi (Version Backups, Local Version Control)
1661 (Making Snapshots, Change Logs and VC, Version Headers)
1662 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1663 on-line manual.
1664
1665 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1666 for on-line manual.
1667
1668 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1669 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1670 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1671 for on-line manual.
1672
1673 * fortran-xtra.texi (Fortran, Fortran Autofill)
1674 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1675 for on-line manual.
1676
1677 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1678 Conditional xref's for on-line manual.
1679
1680 * emerge-xtra.texi (Emerge, Overview of Emerge)
1681 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1682 manual.
1683
1684 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1685 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1686 (EMACSSOURCES): Use EMACS_XTRA.
1687 (../info/emacs-xtra): Remove.
1688 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1689
1690 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1691 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1692 (EMACSSOURCES): Use EMACS_XTRA.
1693 ($(infodir)/emacs-xtra): Remove.
1694 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1695
1696 * trouble.texi (Quitting):
1697 * text.texi (Text):
1698 * programs.texi (Program Modes):
1699 * msdog.texi (Microsoft Windows):
1700 * frames.texi (Frames):
1701 * files.texi (Backup, Version Control, VC Concepts)
1702 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1703 (Registering, VC Status, VC Undo, Multi-User Branching)
1704 (Comparing Files):
1705 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1706 (Displaying the Diary, Special Diary Entries, Importing Diary):
1707 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1708 conditional xref's, depending on @iftex/@ifnottex.
1709
1710 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1711 "MS-DOS". @include msdog-xtra.texi.
1712
1713 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1714 <Top Level> [ifnottex]: @include fortran-xtra.texi.
1715
1716 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1717 for vc-xtra.texi subsections.
1718 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1719 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1720
1721 * sending.texi (Sending Mail): A @node line without explicit Prev,
1722 Next, and Up links.
1723
1724 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1725 Next, and Up links.
1726
1727 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1728 and its sections. @include picture-xtra.texi.
1729
1730 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1731 "Emerge".
1732 (List Tags) [ifnottex]: @include emerge-xtra.texi.
1733
1734 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1735 exact duplicate of its name-sake in calendar.texi.
1736
1737 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1738 "Advanced Calendar/Diary Usage".
1739 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1740
1741 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1742 dired-xtra.texi.
1743 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1744
1745 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1746 (Files) [ifnottex]: Add menu entry for Autorevert.
1747
1748 * emacs-xtra.texi (Introduction): Reword to make consistent with
1749 printed version only.
1750 <Top level>: Remove the body of all chapters and move them to the
1751 new *-xtra.texi files. Use @raisesections and @lowersections to
1752 convert sections to chapters etc.
1753
1754 * msdog-xtra.texi:
1755 * fortran-xtra.texi:
1756 * vc-xtra.texi:
1757 * vc1-xtra.texi:
1758 * vc2-xtra.texi:
1759 * emerge-xtra.texi:
1760 * cal-xtra.texi:
1761 * dired-xtra.texi:
1762 * arevert-xtra.texi: New files, with text from respective chapters
1763 of emacs-xtra.texi. Convert each @chapter into @section, @section
1764 into @subsection, etc.
1765
1766 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
1767 updated.
1768
1769 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1770 Windows". All references updated.
1771
17722006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1773
1774 * macos.texi (Mac Input): Mention input from Character Palette.
1775 (Mac Font Specs): Fix typo.
1776
17772006-05-05 Richard Stallman <rms@gnu.org>
1778
1779 * files.texi (Diff Mode): Minor cleanup.
1780
17812006-05-05 Karl Berry <karl@gnu.org>
1782
8cf51b2c
GM
1783 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1784 errors from the current release of makeinfo (4.8).
1785 * help.texi (Library Keywords): Change widest word in multitable
1786 template from `emulations' to `convenience'. (Not sure if this is
1787 related to the font change.)
1788
17892006-05-05 Eli Zaretskii <eliz@gnu.org>
1790
1791 * files.texi (File Names): Add a footnote about limited support of
1792 ~USER on MS-Windows.
1793
1794 * cmdargs.texi (Initial Options): Add a footnote about limited
1795 support of ~USER on MS-Windows.
1796
17972006-05-03 Richard Stallman <rms@gnu.org>
1798
1799 * files.texi (Diff Mode): Node moved here.
1800 (Comparing Files): Delete what duplicates new node.
1801 (Files): Put Diff Mode in menu.
1802
1803 * misc.texi (Diff Mode): Moved to files.texi.
1804
1805 * emacs.texi (Top): Update menu for Diff Mode.
1806
1807 * trouble.texi (Emergency Escape): Simplify.
1808
1809 * emacs.texi (Top): Minor clarification.
1810
18112006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1812
1813 * commands.texi, entering.texi, screen.texi: Many simplifications.
1814
18152006-05-03 Richard Stallman <rms@gnu.org>
1816
1817 * commands.texi (Text Characters): Delete paragraph about unibyte
1818 non-ASCII printing chars.
1819
1820 * killing.texi (Killing): Say "graphical displays".
1821 * display.texi: Say "graphical displays".
1822
1823 * cmdargs.texi (Misc X): Say "graphical displays".
1824
18252006-05-01 Richard Stallman <rms@gnu.org>
1826
1827 * emacs.texi (Top): Add Diff Mode to menu.
1828
18292006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1830
1831 * misc.texi (Diff Mode): New node.
1832
18332006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1834
1835 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1836 (Mac Environment Variables): Shorten example line.
1837 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
1838
18392006-05-01 Nick Roberts <nickrob@snap.net.nz>
1840
1841 * building.texi (GUD Customization): Describe cases %d and %c.
1842 Update description for %e.
1843
18442006-04-30 Glenn Morris <rgm@gnu.org>
1845
1846 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1847
18482006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * custom.texi (Examining): Update C-h v output example.
1851
18522006-04-29 Kim F. Storm <storm@cua.dk>
1853
1854 * building.texi (Grep Searching): Add lgrep and rgrep.
1855
8cf51b2c
GM
18562006-04-23 Richard Stallman <rms@gnu.org>
1857
1858 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1859
1860 * xresmini.texi: New file.
1861
1862 * xresources.texi (Face Resources): Split table into font resources
1863 and the rest. Combine similar attributes for brevity.
1864
8cf51b2c
GM
18652006-04-21 Eli Zaretskii <eliz@gnu.org>
1866
1867 * emacs-xtra.texi (MS-DOS File Names): Remove section about
1868 backslashes and case-insensitivity in file names (moved to the
1869 main manual).
1870 (MS-DOS Printing): Move most of the text to the main manual.
1871
1872 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1873 New nodes.
1874 (Windows Processes, Windows System Menu): Add index entries and
1875 fix wording.
1876
8cf51b2c
GM
18772006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1878
1879 * misc.texi (Shell Ring): Add notes on saved input when
1880 navigating off the end of the history list.
1881
18822006-04-18 Chong Yidong <cyd@mit.edu>
1883
1884 * misc.texi (Shell Options): Correct default value of
1885 comint-scroll-show-maximum-output.
1886
8cf51b2c
GM
18872006-04-18 Nick Roberts <nickrob@snap.net.nz>
1888
1889 * building.texi (Watch Expressions): Update.
1890
8cf51b2c
GM
18912006-04-12 Richard Stallman <rms@gnu.org>
1892
1893 * search.texi: Clean up previous change.
1894
18952006-04-12 Eli Zaretskii <eliz@gnu.org>
1896
1897 * search.texi (Regexp Backslash, Regexp Replace): Add index
1898 entries for ``back reference'' and mention the term itself in the
1899 text.
1900
19012006-04-11 Richard Stallman <rms@gnu.org>
1902
1903 * custom.texi (Safe File Variables):
1904 Document enable-local-variables = :safe.
1905
19062006-04-11 Karl Berry <karl@gnu.org>
1907
1908 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1909 (Remote Repositories, Version Backups, Local Version Control)
1910 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1911 (Miscellaneous Commands and Features of VC, Change Logs and VC)
1912 (Renaming VC Work Files and Master Files)
1913 (Inserting Version Control Headers, Customizing VC, General Options)
1914 (Options for RCS and SCCS, Options specific for CVS): Move all
1915 these nodes to emacs-xtra.texi, for brevity.
1916 * cmdargs.texi, files.texi: Change cross-references.
1917
8cf51b2c
GM
19182006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1919
1920 * files.texi (Old Versions): Update description of vc-annotate's
1921 use of color to indicate date ranges.
1922
8cf51b2c
GM
19232006-04-09 Kevin Ryde <user42@zip.com.au>
1924
8cf51b2c
GM
1925 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1926 put info and printed manual names the right way around.
1927
19282006-04-09 Karl Berry <karl@gnu.org>
1929
1930 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1931 emacs-xtra.texi, leaving only MS Windows information.
1932 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1933 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1934 node names.
1935
1936 * emacs.texi: Move @summarycontents and @contents to the beginning
1937 of the file.
1938
8cf51b2c
GM
19392006-04-08 Kevin Ryde <user42@zip.com.au>
1940
1941 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1942
19432006-04-07 Richard Stallman <rms@gnu.org>
1944
1945 * programs.texi (Comments, Comment Commands, Options for Comments)
1946 (Multi-Line Comments): "Align", not "indent".
1947 (Basic Indent): C-j deletes trailing whitespace before the newline.
1948
19492006-04-06 Richard Stallman <rms@gnu.org>
1950
8cf51b2c
GM
1951 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1952
19532006-04-06 Eli Zaretskii <eliz@gnu.org>
1954
1955 * killing.texi (Rectangles): Add index entry for marking a rectangle.
1956
8cf51b2c
GM
19572006-04-05 Richard Stallman <rms@gnu.org>
1958
1959 * emacs.texi (Top): Update subnode menu.
1960
1961 * trouble.texi (Unasked-for Search): Node deleted.
1962 (Lossage): Delete from menu.
1963
19642006-04-04 Richard Stallman <rms@gnu.org>
1965
1966 * trouble.texi: Various cleanups.
1967 (Checklist): Don't bother saying how to snail a bug report.
1968 (Emergency Escape): Much rewriting.
1969 (After a Crash): Rename the core dump immediately.
1970 (Total Frustration): Call it a psychotherapist.
1971 (Bug Criteria): Avoid "illegal instruction".
1972 (Sending Patches): We always put the contributor's name in.
1973
1974 * misc.texi (Thumbnails): Minor correction.
1975
8cf51b2c
GM
19762006-04-03 Richard Stallman <rms@gnu.org>
1977
1978 * misc.texi (Thumbnails): Minor cleanup.
1979
19802006-04-02 Karl Berry <karl@gnu.org>
1981
1982 * sending.texi (Mail Sending): pxref to Top needs five args.
1983
1984 * texinfo.tex: Update to current version (2006-03-21.13).
1985
8cf51b2c
GM
19862006-03-31 Richard Stallman <rms@gnu.org>
1987
1988 * emacs.texi (Top): Update subnode menu.
1989
1990 * help.texi (Help Mode): Cleanup.
1991
1992 * dired.texi: Many cleanups.
1993 (Dired Deletion): Describe dired-recursive-deletes.
1994 (Operating on Files): dired-create-directory moved.
1995 (Misc Dired Features): Move to here.
1996 (Tumme): Node moved to misc.texi.
1997
1998 * custom.texi: Many cleanups.
1999 (Minor Modes): Don't mention ISO Accents Mode.
2000 (Examining): Update C-h v output example.
2001 (Hooks): Add index and xref for add-hook.
2002 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2003 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2004
2005 * misc.texi: Many cleanups.
2006 (beginning): Add to summary of topics.
2007 (Shell): Put eshell xref at the end. Remove eshell from table.
2008 (Thumbnails): New node.
2009
8cf51b2c
GM
20102006-03-28 Eli Zaretskii <eliz@gnu.org>
2011
2012 * files.texi (File Name Cache): Make it clear that the cache is
2013 not persistent.
2014
8cf51b2c
GM
20152006-03-25 Karl Berry <karl@gnu.org>
2016
49823426
GM
2017 * emacs-xtra.texi, emacs.texi, gnu.texi:
2018 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2019 (2) do not indent copyright year list (or anything else).
2020
8cf51b2c
GM
20212006-03-21 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * files.texi (VC Dired Mode): Remove misplaced brackets.
2024
20252006-03-21 Andre Spiegel <spiegel@gnu.org>
2026
2027 * files.texi: Various updates and clarifications in the VC chapter.
2028
20292006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2030
2031 * help.texi (Help Mode): Document "C-c C-c".
2032
8cf51b2c
GM
20332006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2034
2035 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2036 menu in the standalone Info reader.
2037
20382006-03-15 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2041 moved here from Emacs manual.
2042
2043 * programs.texi (Fortran): Section moved to emacs-xtra.
2044 (Program Modes): Xref to Fortran in emacs-xtra.
2045
2046 * maintaining.texi (Emerge): Move to emacs-xtra.
2047 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2048
2049 * picture.texi: File deleted.
2050 * Makefile.in:
2051 * makefile.w32-in: Remove picture.texi.
2052
2053 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2054 * abbrevs.texi (Abbrevs):
2055 * sending.texi (Sending Mail): Picture node removed.
2056
2057 * emacs.texi (Top): Update node listings.
2058
8cf51b2c
GM
20592006-03-12 Richard Stallman <rms@gnu.org>
2060
2061 * calendar.texi: Various cleanups.
2062
8cf51b2c
GM
20632006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2064
2065 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2066 syntax.
2067
8cf51b2c
GM
20682006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2069
2070 * search.texi (Regexps): More accurately describe which characters
2071 are special in which situations. Recommend _not_ to quote `]' or
2072 `-' when they are not special.
2073
8cf51b2c
GM
20742006-02-28 Andre Spiegel <spiegel@gnu.org>
2075
2076 * files.texi (Old Versions): Clarify operation of C-x v =.
2077
8cf51b2c
GM
20782006-02-21 Nick Roberts <nickrob@snap.net.nz>
2079
2080 * building.texi (Watch Expressions): Update and describe
2081 gdb-speedbar-auto-raise.
2082
20832006-02-19 Richard M. Stallman <rms@gnu.org>
2084
2085 * emacs.texi: Use @smallbook.
2086 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2087 Update subnode menu.
2088
2089 * building.texi (Lisp Interaction): Minor addition.
2090
20912006-02-18 Nick Roberts <nickrob@snap.net.nz>
2092
2093 * building.texi (Watch Expressions): Update and be more precise.
2094
c8763fb6 20952006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2096
2097 * maintaining.texi (Create Tags Table): Explain why the
2098 exception when etags writes to files under the /dev tree.
2099
21002006-02-14 Richard M. Stallman <rms@gnu.org>
2101
2102 * custom.texi (Safe File Variables): Lots of clarification.
2103 Renamed from Unsafe File Variables.
2104
21052006-02-14 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * custom.texi (Unsafe File Variables): File variable confirmation
2108 assumed denied in batch mode.
2109
21102006-02-14 Richard M. Stallman <rms@gnu.org>
2111
2112 * building.texi (GDB User Interface Layout): Don't say `inferior'
2113 for program being debugged.
2114
21152006-02-15 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * building.texi (GDB Graphical Interface):
2118 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2119
21202006-02-13 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * custom.texi (Specifying File Variables, Unsafe File Variables):
2123 New nodes, split from File Variables. Document new file local
2124 variable behavior.
2125
21262006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2127
2128 * display.texi (Standard Faces):
8cf51b2c
GM
2129 * files.texi (Visiting):
2130 * frames.texi (Clipboard):
2131 * glossary.texi (Glossary) <Clipboard>:
2132 * xresources.texi (X Resources): Mention Mac OS port.
2133
8cf51b2c
GM
21342006-02-12 Richard M. Stallman <rms@gnu.org>
2135
2136 * building.texi (Building): Clarify topic in intro.
2137
2138 * maintaining.texi (Maintaining): Change title; clarify topic.
2139 Delete duplicate index entries.
2140
2141 * building.texi (Other GDB User Interface Buffers): Clarifications.
2142
2143 * text.texi (Cell Commands): Clarifications.
2144
2145 * programs.texi (Defuns): Delete duplicate explanation of
2146 left-margin paren convention.
2147 (Hungry Delete): Minor cleanup.
2148
21492006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2150
2151 * dired.texi (Tumme): More tumme documentation.
2152
21532006-02-11 Alan Mackenzie <acm@muc.de>
2154
2155 * programs.texi ("Hungry Delete"): Correct the appellation of the
2156 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2157
21582006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2159
2160 * dired.texi (Tumme): Fix small bug.
2161
21622006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2163
2164 * macos.texi (Mac International): Rename "fontset-mac" to
2165 "fontset-standard".
2166
8cf51b2c
GM
21672006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2168
2169 * dired.texi (Tumme): Basic documentation for Tumme added.
2170
8cf51b2c
GM
21712006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2172
2173 * mule.texi (International):
2174 * programs.texi (Basic Indent): Fix typos.
2175
8cf51b2c
GM
2176 * custom.texi (Minor Modes):
2177 * display.texi (Text Display):
2178 * commands.texi (Text Characters): Update xrefs.
2179
21802006-02-07 Richard M. Stallman <rms@gnu.org>
2181
2182 * emacs.texi (Top): Update subnode menu.
2183 Update info on old Emacs papers.
2184 (Intro): "Graphical display", not window system.
2185
2186 * xresources.texi (GTK styles): Minor clarifications.
2187
2188 * trouble.texi: "Graphical display", not window system.
2189 (Stuck Recursive): Minor clarification.
2190
2191 * text.texi: Minor clarifications.
2192 (Sentences): Explain why two-space convention is better.
2193 Explain sentence-end-without-period here.
2194 (Fill Commands): Not here.
2195 (Refill): Node moved down.
2196 (Filling): Update menu.
2197 (Table Creation, Cell Justification, Column Commands): Clarify.
2198
2199 * sending.texi: Minor clarifications.
2200
2201 * search.texi (Regexp Backslash): Clarification.
2202
2203 * rmail.texi: Minor cleanups.
2204 (Rmail): Delete digression about `rmail-mode'.
2205 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2206 (Rmail Files): Mention C-u M-x rmail.
2207 (Rmail Reply): Mention References.
2208 (Rmail Display): Mention rmail-nonignored-headers.
2209
2210 * programs.texi: Minor cleanups.
2211 (Comment Commands): Mention momentary Transient Mark mode.
2212 (Matching): Be more specific about customizing show-paren-mode.
2213 (Info Lookup): Don't list the modes that support C-h S.
2214 Just say what it does in an unsupported mode.
2215 (Man Page): Delete excessive info on customizing woman.
2216 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2217
2218 * abbrevs.texi: Minor clarifications.
2219 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2220 not "dynamic abbrevs" as if they were a kind of abbrev.
2221
2222 * picture.texi (Picture): Minor cleanup.
2223
2224 * mule.texi (Communication Coding): Say "other applications".
2225 (Fontsets): Not specific to X. Add xref to X Resources.
2226 (Unibyte Mode): Rename from Single-Byte Character Support.
2227 "Graphical display", not window system.
2228 (International): Update menu.
2229
2230 * maintaining.texi (Format of ChangeLog):
2231 New node, split out from ChangeLog.
2232 (ChangeLog): Clarifications in the remaining text.
2233 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2234 (Find Tag): Add @w.
2235 (Tags Search): Explain tag table order here. Simplify grep ref.
2236 (List Tags): tags-tag-face is a variable, not a face.
2237 (Emerge): Cleanups.
2238
2239 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2240 (Keyboard Macros): Avoid "the user".
2241
2242 * killing.texi: "Graphical display", not window system.
2243
2244 * help.texi (Help Echo): "Graphical display", not window system.
2245
2246 * glossary.texi: Say "you", not "the user". Say "graphical display".
2247
2248 * frames.texi: Minor cleanups. "Graphical display", not window system.
2249
2250 * files.texi (Visiting): Make drag-and-drop not X-specific.
2251
2252 * custom.texi: Minor cleanups. "Graphical display", not window system.
2253
2254 * cmdargs.texi: Minor cleanups.
2255
2256 * building.texi (Compilation): Move and split kill-compilation para.
2257 Add para about multiple compilers.
2258 (Compilation Mode): Commands also available in grep mode and others.
2259 Mention C-u C-x ` more tutorially. Clarify C-x `.
2260 (Compilation Shell): Clarify. Put Bash example first.
2261 (Grep Searching): Minor cleanups; add @w.
2262 (Debuggers): Minor cleanups.
2263 (Starting GUD): Make GDB xgraphical mode issue clearer.
2264 (Debugger Operation): Lots of clarifications including
2265 GDB tooltip side-effect issue.
2266 (Commands of GUD): Clarify.
2267 (GUD Customization): Add bashdb-mode-hook.
2268 (GDB Graphical Interface): Rewrite for clarity.
2269 (GDB User Interface Layout): Rewrite for clarity.
2270 (Stack Buffer, Watch Expressions): Likewise.
2271 (Other GDB User Interface Buffers): Cleanups.
2272 (Lisp Libraries, External Lisp): Cleanup.
2273
2274 * basic.texi (Position Info): "Graphical displays", rather than
2275 window systems.
2276
2277 * anti.texi: Minor cleanup.
2278
8cf51b2c
GM
22792006-02-03 Eli Zaretskii <eliz@gnu.org>
2280
2281 * custom.texi (Init File, Find Init): Add cross-references to
2282 where $HOME is described.
2283
22842006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2285
2286 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2287 is not inside the @table.
2288
2289 * emacs.texi (Top): Correct node name.
2290
2291 * files.texi (File Names): Fix @xref.
2292 (Reverting): Fix typo.
2293
2294 * mule.texi (International): Correct node name.
2295
2296 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2297
22982006-02-01 Richard M. Stallman <rms@gnu.org>
2299
2300 * emacs.texi (Top): Update subnode menu.
2301
2302 * mule.texi: Minor clarifications.
2303 Reduce the specific references to X Windows.
2304 Refer to "graphical" terminals, rather than window systems.
2305 (Text Coding): Rename from Specify Coding.
2306 (Communication Coding, File Name Coding, Terminal Coding):
2307 New nodes split out from Text Coding.
2308
2309 * kmacro.texi: Minor clarifications.
2310 (Keyboard Macro Ring): Comment out some excessive commands.
2311 (Basic Keyboard Macro): Split up the table, putting part in each node.
2312
2313 * major.texi: Minor clarifications.
2314
2315 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2316
2317 * windows.texi: Minor clarifications.
2318 (Change Window): Don't describe mode-line mouse cmds here.
2319 Add xref to Mode Line Mouse.
2320
2321 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2322
2323 * macos.texi (Mac International): Fix xref.
2324
2325 * indent.texi: Minor clarifications.
2326
2327 * frames.texi: Minor clarifications.
2328 Reduce the specific references to X Windows.
2329 Refer to "graphical" terminals, rather than window systems.
2330 (Frame Parameters): Don't mention commands like
2331 set-foreground-color. Just say to customize a face.
2332 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2333
2334 * files.texi: Minor clarifications.
2335 (Numbered Backups): New node, split out from Backup Names.
2336
2337 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2338
2339 * cmdargs.texi (General Variables): Fix xref.
2340
2341 * buffers.texi: Minor clarifications.
2342
8cf51b2c
GM
23432006-01-31 Richard M. Stallman <rms@gnu.org>
2344
2345 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2346 Nodes moved to top.
2347
2348 * display.texi: Minor clarifications.
2349 (Display): Rearrange menu.
2350 (Standard Faces): Mention query-replace face.
2351 (Faces): Simplify.
2352 (Font Lock): Simplify face customization info.
2353 (Highlight Changes): Node merged into Highlight Interactively.
2354 (Highlight Interactively): Much rewriting and cleanup.
2355 (Optional Mode Line): Narrowed line number not good for goto-line.
2356 Simplify face customization advice.
2357 (Text Display): Mention use of escape-glyph face.
2358 Move ctl-arrow and tab-width here.
2359 (Display Custom): Move no-redraw-on-reenter to end of node.
2360
2361 * search.texi: Minor clarifications.
2362 (Isearch Scroll): Simplify.
2363 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2364
2365 * regs.texi (Registers): Mention bookmarks here.
2366
2367 * mark.texi: Minor clarifications.
2368 (Selective Undo): Node deleted.
2369
2370 * m-x.texi: Minor clarifications.
2371
2372 * killing.texi: Minor clarifications.
2373 Refer to "graphical" terminals, rather than window systems.
2374
2375 * help.texi: Clarifications.
2376 (Help): Don't describe C-h F and C-h K here.
2377 (Key Help): Describe C-h K here.
2378 (Name Help): Mention Emacs Lisp Intro.
2379 Describe C-h F here.
2380 (Misc Help): Mention C-h F and C-h K only briefly.
2381
2382 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2383 Selective undo text merged in.
2384 (Spelling): Mention Aspell along with Ispell.
2385
2386 * emacs.texi (Top): Update subnode menus.
2387
2388 * basic.texi (Basic Undo): Rename from Undo. Most of text
2389 moved to new Undo node.
2390
8cf51b2c
GM
23912006-01-29 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * basic.texi (Continuation Lines, Inserting Text):
2394 Mention longlines mode.
2395
23962006-01-29 Richard M. Stallman <rms@gnu.org>
2397
2398 * screen.texi: Minor cleaups.
2399 (Screen): Clean up the intro paragraphs.
2400 (Mode Line): Lots of rewriting. Handle frame-name better.
2401 eol-mnemonic-... vars moved out.
2402
2403 * emacs.texi (Top): Change menu item for MS-DOS node.
2404 Update subnode menu.
2405
2406 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2407 chapter relates to Windows. Title changed.
2408
2409 * mini.texi: Minor cleanups.
2410
2411 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2412 (Mark): Put it in the menu.
2413
2414 * entering.texi: Minor cleanups.
2415
2416 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2417 (Intro): Refer to "graphical" terminals, rather than X.
2418
2419 * display.texi (Display Custom): Add xref to Variables.
2420 (Optional Mode Line): eol-mnemonic-... vars moved here.
2421
2422 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2423 rather than X.
2424
8cf51b2c
GM
2425 * basic.texi: Minor cleanups.
2426 (Undo): selective-undo moved.
2427
8cf51b2c
GM
24282006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * anti.texi (Antinews): Various corrections and additions.
2431
24322006-01-23 Juri Linkov <juri@jurta.org>
2433
2434 * custom.texi (Easy Customization, Customization Groups)
2435 (Browsing Custom): Mention links along with buttons.
2436
8cf51b2c
GM
24372006-01-21 Eli Zaretskii <eliz@gnu.org>
2438
8cf51b2c
GM
2439 * text.texi (TeX Print): Use @key for TAB.
2440
8cf51b2c
GM
2441 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2442
8cf51b2c
GM
24432006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2444
2445 * files.texi (File Aliases): Don't claim that usually separate
2446 buffers are created for two file names that name the same data.
2447 Mention additional situations where different names mean the same
2448 file on disk.
2449
24502006-01-19 Richard M. Stallman <rms@gnu.org>
2451
2452 * killing.texi (Deletion): Upcase @key argument.
2453
2454 * custom.texi (Custom Themes): Minor cleanup.
2455
2456 * programs.texi (Hungry Delete): Upcase @key argument.
2457
8cf51b2c
GM
24582006-01-16 Juri Linkov <juri@jurta.org>
2459
2460 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2461 Move `mode-line-highlight' before `mode-line-buffer-id'.
2462
8cf51b2c
GM
24632006-01-14 Richard M. Stallman <rms@gnu.org>
2464
2465 * basic.texi (Inserting Text): Minor cleanup.
2466
8cf51b2c
GM
24672006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2468
2469 * custom.texi (Changing a Variable, Face Customization):
2470 Update for changes in Custom menus.
2471
8cf51b2c
GM
24722006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2473
2474 * macos.texi (Mac International): Undo last change.
2475
8cf51b2c
GM
24762006-01-02 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * custom.texi (Custom Themes): Describe the new
2479 customize-create-theme interface.
2480
24812005-12-30 Juri Linkov <juri@jurta.org>
2482
2483 * basic.texi (Position Info): Update example.
2484
c8763fb6 24852005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2486
2487 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2488
24892005-12-24 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * custom.texi (Custom Themes): `load-theme' always loads.
2492
24932005-12-23 Juri Linkov <juri@jurta.org>
2494
2495 * display.texi (Highlight Interactively): Use double space to
2496 separate sentences. Replace C-p with M-p, and C-n with M-n.
2497
24982005-12-22 Richard M. Stallman <rms@gnu.org>
2499
2500 * custom.texi (Easy Customization and subnodes):
2501 Replace "active field" with "button".
2502 Use "user option" only for variables.
2503 Use "setting" for variable-or-face.
2504
25052005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * buffers.texi (Select Buffer): Change order in table to make
2508 "Similar" refer to the correct item.
2509 (Indirect Buffers): Minor rewording.
2510
8cf51b2c
GM
25112005-12-20 Juri Linkov <juri@jurta.org>
2512
2513 * files.texi (VC Status): Put P and N near p and n.
2514
8cf51b2c
GM
25152005-12-19 Richard M. Stallman <rms@gnu.org>
2516
2517 * programs.texi (Electric C): Delete the info about newline control.
2518 (Other C Commands): Minor cleanup.
2519 (Left Margin Paren): Minor cleanup.
2520
25212005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2522
2523 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2524 (Customization Groups): Delete text moved to "Browsing Custom".
2525 (Browsing Custom): New node.
2526 (Specific Customization): Clarify which commands only work for
2527 loaded options.
2528
25292005-12-18 Bill Wohler <wohler@newt.com>
2530
2531 * frames.texi (Tool Bars): Shorten text of previous change.
2532
25332005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2534
2535 * files.texi (VC Status): Document log-view mode.
2536
25372005-12-18 Bill Wohler <wohler@newt.com>
2538
2539 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2540 permanently via the customize interface.
2541
8cf51b2c
GM
25422005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2543
2544 * killing.texi (Killing by Lines): Document `kill-whole-line'
2545 function.
2546
c8763fb6 25472005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
2548
2549 * buffers.texi (Select Buffer): Change `prev-buffer' to
2550 `previous-buffer'. Indicate that these functions use a frame
2551 local buffer list.
2552
8cf51b2c
GM
25532005-12-12 Richard M. Stallman <rms@gnu.org>
2554
2555 * custom.texi (Easy Customization): Change menu comment.
2556 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2557
2558 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2559 (Help): Among the Apropos commands, describe only C-h a here.
2560
25612005-12-11 Richard M. Stallman <rms@gnu.org>
2562
2563 * programs.texi (Options for Comments): Comment-end starts with space.
2564
2565 * glossary.texi (Glossary): Minor cleanup.
2566
2567 * files.texi (Old Versions): Use @table.
2568
8cf51b2c
GM
25692005-12-10 David Koppelman <koppel@ece.lsu.edu>
2570
2571 * display.texi (Highlight Interactively): Include
2572 global-hi-lock-mode. Add miscellaneous details and elaborations.
2573
25742005-12-09 Richard M. Stallman <rms@gnu.org>
2575
2576 * display.texi (Font Lock): Delete the Global FL menu item.
2577
25782005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2579
2580 * custom.texi (Minibuffer Maps): Mention the maps for file name
2581 completion.
2582
25832005-12-09 Kim F. Storm <storm@cua.dk>
2584
2585 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2586 prefix keys even when mark is active. Decribe that RET moves
2587 cursor to next corner in rectangle; clarify insert around rectangle.
2588
8cf51b2c
GM
25892005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2590
2591 * custom.texi (Customization): Use xref to elisp manual for
2592 non-TeX output.
2593 (Minor Modes): Update.
2594 (Customization Groups, Changing a Variable, Face Customization):
2595 Update for new appearance of Custom buffers.
2596 (Changing a Variable): `custom-buffer-done-function' has been
2597 replaced by `custom-buffer-done-kill'.
2598 (Specific Customization): In the `customize-group' buffer, a
2599 subgroup's contents are not "hidden". They are not included at
2600 all. They have no [Show] button.
2601 (Mouse Buttons): Add pxref to description of mouse event lists in
2602 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2603 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2604 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2605
26062005-12-08 Richard M. Stallman <rms@gnu.org>
2607
2608 * mini.texi (Completion Commands, Completion):
2609 In file name input, SPC does not do completion.
2610
8cf51b2c
GM
26112005-12-08 Nick Roberts <nickrob@snap.net.nz>
2612
2613 * building.texi (GDB Graphical Interface): Explain screen size
2614 setting.
2615 (Other GDB User Interface Buffers): Describe features specific to
2616 GDB 6.4.
2617
8cf51b2c
GM
26182005-12-01 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * building.texi (GDB User Interface Layout): Describe how to
2621 kill associated buffers.
2622 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2623 (Watch Expressions): Be more precise.
2624 (Other GDB User Interface Buffers): Describe how to change a
2625 register value.
2626
8cf51b2c
GM
26272005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2628
2629 * macos.texi (Mac Input): Remove description of
2630 mac-command-key-is-meta. Add descriptions of
2631 mac-control-modifier, mac-command-modifier, and
2632 mac-option-modifier.
2633 (Mac International): Fix description of conversion of clipboard data.
2634 (Mac Font Specs): Add example of font customization by face attributes.
2635
26362005-11-22 Nick Roberts <nickrob@snap.net.nz>
2637
2638 * building.texi (Watch Expressions): Expand description.
2639 (Other GDB User Interface Buffers): Describe local map for
2640 gud-watch.
2641
26422005-11-21 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * display.texi (Font Lock): Font lock is enabled by default now.
2645
26462005-11-20 Juri Linkov <juri@jurta.org>
2647
2648 * basic.texi (Position Info): Update examples of the output.
2649 Remove the fact that examples are produced in the TeXinfo buffer,
2650 because in the Info reader users will get a different output from
2651 `C-x ='.
2652
2653 * building.texi (Compilation Mode): Remove paragraph duplicated
2654 from the node `Compilation'. Add `compilation-skip-threshold'.
2655
2656 * display.texi (Font Lock): Suggest more user-friendly method of
2657 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2658
26592005-11-18 Richard M. Stallman <rms@gnu.org>
2660
2661 * files.texi (Registering): Mention @@ in mode line.
2662
2663 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2664
26652005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2666
2667 * files.texi (Renaming and VC): Some back-ends don't
2668 handle renaming.
2669
8cf51b2c
GM
26702005-11-17 Juri Linkov <juri@jurta.org>
2671
2672 * emacs.texi (Top):
2673 * display.texi (Highlight Interactively): Put this font-lock based
2674 mode near Font Lock node.
2675
26762005-11-16 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2679 icons.
2680
26812005-11-12 Kim F. Storm <storm@cua.dk>
2682
2683 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2684 (Help Summary): Add C-h d and C-h e.
2685 (Apropos): Clarify that all apropos commands may search for either
2686 list of words or a regexp. Add C-h d for apropos-documentation.
2687 Describe apropos-documentation-sort-by-scores user option.
2688
8cf51b2c
GM
26892005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2690
2691 * killing.texi (CUA Bindings): Add @section.
2692
26932005-11-10 Kim F. Storm <storm@cua.dk>
2694
2695 * emacs.texi (Top): Add CUA Bindings entry to menu.
2696
2697 * killing.texi (CUA Bindings): New node. Moved here from
2698 misc.texi and extended with info on rectangle commands and
2699 rectangle highlighting, interface to registers, and the global
2700 mark feature.
2701
2702 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2703
2704 * regs.texi: Prev link points to CUA Bindings node.
2705
27062005-11-07 Luc Teirlinck <teirllm@auburn.edu>
2707
2708 * help.texi (Help Echo): By default, help echos are only shown on
2709 mouse-over, not on point-over.
2710
c8763fb6 27112005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
2712
2713 * misc.texi (Shell Mode): Describe how to activate password echoing.
2714
8cf51b2c
GM
27152005-11-04 Romain Francoise <romain@orebokech.com>
2716
2717 * mark.texi (Mark Ring): Fix typo.
2718
27192005-11-03 Richard M. Stallman <rms@gnu.org>
2720
2721 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2722
27232005-11-01 Bill Wohler <wohler@newt.com>
2724
2725 * help.texi (Help Mode): Fix typo.
2726
27272005-11-01 Nick Roberts <nickrob@snap.net.nz>
2728
2729 * building.texi (Other GDB User Interface Buffers): Describe
2730 the command gdb-use-inferior-io-buffer.
2731
27322005-10-31 Romain Francoise <romain@orebokech.com>
2733
2734 * files.texi (Compressed Files): Fix typo.
2735
2736 * buffers.texi (Misc Buffer): Downcase `*shell*'.
2737
2738 * windows.texi (Force Same Window): Likewise.
2739
27402005-10-30 Bill Wohler <wohler@newt.com>
2741
2742 * help.texi (Help Mode): URLs viewed with browse-url.
2743
27442005-10-31 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * building.texi (GDB Graphical Interface): Don't reference
2747 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
2748 must stay in same frame.
2749
27502005-10-29 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * custom.texi (Init File): Document ~/.emacs.d/init.el.
2753
2754 * anti.texi (Antinews): Likewise.
2755
8cf51b2c
GM
27562005-10-28 Bill Wohler <wohler@newt.com>
2757
2758 * help.texi (Help): Help mode now creates hyperlinks for URLs.
2759
27602005-10-28 Richard M. Stallman <rms@gnu.org>
2761
2762 * files.texi (Visiting): Explain how to enter ? in a file name.
2763
2764 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2765
8cf51b2c
GM
27662005-10-25 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * building.texi (GDB Graphical Interface): Describe
2769 gdb-mouse-until.
2770
27712005-10-23 Richard M. Stallman <rms@gnu.org>
2772
2773 * custom.texi (Init File): Recommend when to use site-start.el.
2774
8cf51b2c
GM
27752005-10-21 Juri Linkov <juri@jurta.org>
2776
2777 * custom.texi (Examining): Mention accessing the old variable
2778 value via M-n in set-variable.
2779
8cf51b2c
GM
27802005-10-18 Romain Francoise <romain@orebokech.com>
2781
2782 * files.texi (Version Systems): Capitalize GNU.
2783
8cf51b2c
GM
27842005-10-18 Nick Roberts <nickrob@snap.net.nz>
2785
2786 * building.texi (Compilation Mode): Remove redundant paragraph.
2787 (Watch Expressions): Remove paragraph to reflect code change.
2788
8cf51b2c
GM
27892005-10-16 Richard M. Stallman <rms@gnu.org>
2790
2791 * building.texi (Compilation Mode, Compilation): Clarified.
2792
27932005-10-15 Richard M. Stallman <rms@gnu.org>
2794
2795 * misc.texi (Saving Emacs Sessions): Mention savehist library.
2796
8cf51b2c
GM
27972005-10-13 Kenichi Handa <handa@m17n.org>
2798
2799 * basic.texi (Position Info): Fix previous change.
2800
c8763fb6 28012005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2802
2803 * cmdargs.texi (Icons X): Fix typo.
2804
28052005-10-12 Kenichi Handa <handa@m17n.org>
2806
2807 * basic.texi (Position Info): Describe the case that Emacs shows
2808 "part of display ...".
2809
c8763fb6 28102005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2811
2812 * cmdargs.texi (Icons X): -nb => -nbi.
2813
28142005-10-10 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * frames.texi (Speedbar): A couple more clarifications.
2817
28182005-10-11 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * building.texi (GDB User Interface Layout): Improve diagram.
2821 (Watch Expressions): Explain how to make speedbar global.
2822 (Other GDB User Interface Buffers): Make references more precise.
2823
8cf51b2c
GM
28242005-10-09 Richard M. Stallman <rms@gnu.org>
2825
2826 * frames.texi (Speedbar): Clarify the text.
2827
28282005-10-09 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * frames.texi (Speedbar): Add information on keybindings,
2831 dismissing the speedbar, and buffer display mode. Link to
2832 speedbar manual.
2833
c8763fb6 28342005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2835
2836 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2837 added -nb, --no-bitmap-icon.
2838
8cf51b2c
GM
28392005-10-07 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * building.texi (GDB Graphical Interface): Add variables and
2842 functions to indices. Be more precise.
2843
c8763fb6 28442005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2845
2846 * frames.texi (Drag and Drop): Remove the x- from
2847 x-dnd-open-file-other-window and xdnd-protocol-alist.
2848
28492005-09-30 Romain Francoise <romain@orebokech.com>
2850
2851 * mini.texi (Minibuffer): The default value now appears before the
2852 colon in minibuffer prompts.
2853
8cf51b2c
GM
28542005-09-25 Richard M. Stallman <rms@gnu.org>
2855
2856 * search.texi (Regexp Search): Doc search-whitespace-regexp.
2857
8cf51b2c
GM
28582005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2859
2860 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2861
8cf51b2c
GM
28622005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2863
2864 * emacs.texi (Top): Update submenus from macos.texi.
2865
2866 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2867 (Mac OS): Update feature support status.
2868 (Mac Input): List supported input scripts. Remove description
2869 about `mac-keyboard-text-encoding'. Mention mouse button
2870 emulation and related variables.
2871 (Mac International): Mention Central European and Cyrillic
2872 support. Now `keyboard-coding-system' is dynamically changed.
2873 Add description about coding system for selection. Add
2874 description about language environment.
2875 (Mac Environment Variables): Mention
2876 `~/.MacOSX/environment.plist'. Give example of command line
2877 arguments. Add Preferences support.
2878 (Mac Directories): Explicitly state that this node is for Mac OS
2879 Classic only.
2880 (Mac Font Specs): Mention specification for scalable fonts. List
2881 supported charsets. Add preferred way of creating fontsets. Add
2882 description about `mac-allow-anti-aliasing'.
2883 (Mac Functions): Add descriptions about `mac-set-file-creator',
2884 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2885 and `mac-get-preference'.
2886
8cf51b2c
GM
28872005-09-16 Romain Francoise <romain@orebokech.com>
2888
2889 Update all files to specify GFDL version 1.2.
2890
2891 * doclicense.texi (GNU Free Documentation License): Update to
2892 version 1.2.
2893
28942005-09-15 Richard M. Stallman <rms@gnu.org>
2895
2896 * buffers.texi (List Buffers): Fix xref.
2897
2898 * rmail.texi (Rmail Basics): Fix xref.
2899
2900 * emacs.texi (Top): Update subnode menus.
2901
2902 * files.texi (Saving Commands): New node, broken out of Saving.
2903 (Customize Save): New node, broken out of Saving.
2904 Clarify effect of write-region-inhibit-fsync.
2905 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2906
8cf51b2c
GM
29072005-09-14 Romain Francoise <romain@orebokech.com>
2908
2909 * files.texi (Saving): Mention write-region-inhibit-fsync.
2910
29112005-09-05 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * custom.texi (Custom Themes): New node.
2914
29152005-09-03 Richard M. Stallman <rms@gnu.org>
2916
49823426
GM
2917 * search.texi (Search Case): Mention vars that control
2918 case-fold-search for various operations.
8cf51b2c
GM
2919
29202005-08-22 Juri Linkov <juri@jurta.org>
2921
2922 * display.texi (Standard Faces): Merge the text from
2923 `(elisp)Standard Faces' into this node.
2924
29252005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2926
2927 * emacs.texi (Top): Delete menu item for deleted node
2928 Keyboard Translations.
2929
29302005-08-18 Richard M. Stallman <rms@gnu.org>
2931
8cf51b2c
GM
2932 * trouble.texi (Unasked-for Search):
2933 Delete xref to Keyboard Translations.
2934
2935 * glossary.texi (Glossary): Delete xref.
2936
8cf51b2c
GM
2937 * custom.texi (Minor Modes): Say that the list here is not complete.
2938 (Keyboard Translations): Node deleted.
2939 (Disabling): Delete xref to it.
2940 (Customization Groups): Fix Custom buffer example.
2941 (Hooks): Mention remove-hooks.
2942
29432005-08-17 Luc Teirlinck <teirllm@auburn.edu>
2944
2945 * building.texi (GDB Graphical Interface): Improve filling of menu
2946 item.
2947
29482005-08-18 Nick Roberts <nickrob@snap.net.nz>
2949
2950 * building.texi (GDB Graphical Interface): Use better node names.
2951
29522005-08-14 Richard M. Stallman <rms@gnu.org>
2953
2954 * text.texi (Sentences): Fix xref.
2955
29562005-08-14 Juri Linkov <juri@jurta.org>
2957
2958 * building.texi (Compilation, Grep Searching): Move grep command
2959 headings from `Compilation' to `Grep Searching'.
2960
2961 * dired.texi (Dired and Find):
2962 * maintaining.texi (Tags Search): Replace grep xref to
2963 `Compilation' node with `Grep Searching'.
2964
2965 * files.texi (Comparing Files): Replace xref to `Compilation' with
2966 `Compilation Mode'.
2967
29682005-08-13 Alan Mackenzie <acm@muc.de>
2969
2970 * search.texi (Non-ASCII Isearch): Correct a typo.
2971 (Replacement Commands): Mention query-replace key binding.
2972
29732005-08-11 Richard M. Stallman <rms@gnu.org>
2974
2975 * programs.texi (Options for Comments): Fix xref.
2976
2977 * search.texi (Regexp Backslash, Regexp Example): New nodes split
2978 out of Regexps.
2979
8cf51b2c
GM
29802005-08-09 Juri Linkov <juri@jurta.org>
2981
2982 * building.texi (Compilation): Use `itemx' instead of `item'.
2983 (Grep Searching): Simplify phrase.
2984
2985 * display.texi (Standard Faces): Describe vertical-border on
2986 window systems.
2987
2988 * windows.texi (Split Window): Simplify phrase and mention
2989 vertical-border face.
2990
29912005-08-09 Richard M. Stallman <rms@gnu.org>
2992
2993 * files.texi (Comparing Files): Clarify compare-windows.
2994
2995 * calendar.texi (Scroll Calendar): Document < and > in calendar.
2996
8cf51b2c
GM
29972005-08-06 Eli Zaretskii <eliz@gnu.org>
2998
2999 * mule.texi (Coding Systems): Rephrase the paragraph about
3000 codepages: no need for "M-x codepage-setup" anymore, except on
3001 MS-DOS.
3002
3003 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3004 the MS-DOS port only.
3005
30062005-07-30 Eli Zaretskii <eliz@gnu.org>
3007
3008 * makefile.w32-in (info): Don't run multi-install-info.bat.
3009 ($(infodir)/dir): New target, produced by running
3010 multi-install-info.bat.
3011
8cf51b2c
GM
30122005-07-22 Eli Zaretskii <eliz@gnu.org>
3013
3014 * files.texi (Quoted File Names): Add index entry.
3015
8cf51b2c
GM
30162005-07-19 Juri Linkov <juri@jurta.org>
3017
3018 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3019
30202005-07-18 Juri Linkov <juri@jurta.org>
3021
8cf51b2c
GM
3022 * custom.texi (Easy Customization):
3023 * files.texi (Old Versions):
3024 * frames.texi (Wheeled Mice):
3025 * mule.texi (Specify Coding):
8cf51b2c
GM
3026 * text.texi (Cell Justification):
3027 * trouble.texi (After a Crash):
8cf51b2c
GM
3028 * xresources.texi (GTK styles):
3029 Delete duplicate duplicate words.
3030
30312005-07-17 Richard M. Stallman <rms@gnu.org>
3032
3033 * frames.texi (Creating Frames): Fix foreground color example.
3034
3035 * custom.texi (Init Examples): Clean up text about conditionals.
3036
30372005-07-16 Richard M. Stallman <rms@gnu.org>
3038
3039 * mini.texi (Completion Commands): Fix command name for ?.
3040
8cf51b2c
GM
30412005-07-16 Eli Zaretskii <eliz@gnu.org>
3042
3043 * display.texi (Standard Faces): Explain that customization of
3044 `menu' face has no effect on w32 and with GTK. Add
3045 cross-references.
3046
3047 * cmdargs.texi (General Variables): Clarify the default location
3048 of $HOME on w32 systems.
3049
30502005-07-15 Jason Rumney <jasonr@gnu.org>
3051
3052 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3053 changed.
3054
30552005-07-08 Kenichi Handa <handa@m17n.org>
3056
3057 * mule.texi (Recognize Coding): Recommend
3058 revert-buffer-with-coding-system instead of revert-buffer.
3059
30602005-07-07 Richard M. Stallman <rms@gnu.org>
3061
3062 * anti.texi (Antinews): Mention mode-line-inverse-video.
3063
3064 * files.texi (Saving): Minor correction about C-x C-w.
3065
3066 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3067
30682005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3069
3070 * search.texi (Isearch Scroll): Add example of using the
3071 `isearch-scroll' property.
3072 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3073 `Display Custom' node.
3074 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3075 and de-emphasize it.
3076 (Other Repeating Search): `occur' currently can not correctly
3077 handle multiline matches. Correct, clarify and update description
3078 of `flush-lines' and `keep-lines'.
3079
3080 * display.texi (Display Custom): Add anchor for `baud-rate'.
3081
30822005-07-07 Richard M. Stallman <rms@gnu.org>
3083
3084 * gnu.texi: Update where to get GNU status; add refs for how to help.
3085 Add footnotes 6 and 7.
3086
30872005-07-04 Lute Kamstra <lute@gnu.org>
3088
3089 Update FSF's address in GPL notices.
3090
8cf51b2c 3091 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3092 * trouble.texi (Checklist): Update FSF's address.
3093
8cf51b2c
GM
30942005-06-24 Richard M. Stallman <rms@gnu.org>
3095
3096 * display.texi (Text Display): Change index entries.
3097
30982005-06-24 Eli Zaretskii <eliz@gnu.org>
3099
3100 * makefile.w32-in (MAKEINFO): Use --force.
3101 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3102 Makefile.in.
8cf51b2c
GM
3103
31042005-06-23 Richard M. Stallman <rms@gnu.org>
3105
3106 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3107 nobreak-char-display.
3108
3109 * emacs.texi (Top): Update detailed node listing.
3110
3111 * display.texi (Text Display): Renamed show-nonbreak-escape
3112 to nobreak-char-display and no-break-space to nobreak-space.
3113 (Standard Faces): Split up the list of standard faces
3114 and put it in a separate node. Add nobreak-space and
3115 escape-glyph.
3116
8cf51b2c
GM
31172005-06-23 Lute Kamstra <lute@gnu.org>
3118
3119 * mule.texi (Select Input Method): Fix typo.
3120
31212005-06-23 Kenichi Handa <handa@m17n.org>
3122
3123 * mule.texi (International): List all supported scripts. Adjust
3124 text for that leim is now included in the normal Emacs
3125 distribution.
3126 (Language Environments): List all language environments.
3127 Intlfonts contains fonts for most supported scripts, not all..
3128 (Select Input Method): Refer to C-u C-x = to see how to type to
3129 input a specifc character.
3130 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3131
31322005-06-23 Juanma Barranquero <lekktu@gmail.com>
3133
49823426 3134 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3135
31362005-06-22 Miles Bader <miles@gnu.org>
3137
3138 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3139
31402005-06-20 Miles Bader <miles@gnu.org>
3141
3142 * display.texi (Faces): Add `vertical-divider'.
3143
31442005-06-17 Richard M. Stallman <rms@gnu.org>
3145
3146 * text.texi (Adaptive Fill): Minor clarification.
3147
8cf51b2c
GM
31482005-06-10 Lute Kamstra <lute@gnu.org>
3149
3150 * emacs.texi (Top): Correct version number.
3151 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3152 refer to the current version of Emacs.
3153
31542005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3155
3156 * files.texi (Log Buffer): Document when there can be more than
3157 one file to be committed.
3158
31592005-06-08 Juri Linkov <juri@jurta.org>
3160
3161 * display.texi (Faces): Add `shadow' face.
3162
31632005-06-07 Masatake YAMATO <jet@gyve.org>
3164
3165 * display.texi (Faces): Write about mode-line-highlight.
3166
31672005-06-06 Richard M. Stallman <rms@gnu.org>
3168
3169 * misc.texi (Printing Package): Explain how to initialize
3170 printing package.
3171
3172 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3173
31742005-06-05 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * emacs.texi: Rename Hardcopy to Printing.
3177 Make PostScript and PostScript Variables subnodes of it.
3178
3179 * misc.texi (Printing): Rename node from Hardcopy.
3180 Mention menu bar options.
3181 Move PostScript and PostScript Variables to submenu.
3182 (Printing package): New node.
3183
3184 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3185
3186 * dired.texi (Operating on Files): Likewise.
3187
3188 * calendar.texi (Displaying the Diary): Likewise.
3189
3190 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3191
3192 * glossary.texi (Glossary): Likewise.
3193
3194 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3195 effect.
3196
31972005-06-04 Richard M. Stallman <rms@gnu.org>
3198
3199 * trouble.texi (After a Crash): Polish previous change.
3200
8cf51b2c
GM
32012005-05-30 Noah Friedman <friedman@splode.com>
3202
3203 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3204 recovery mechanism.
3205
8cf51b2c
GM
32062005-05-28 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * building.texi (Other Buffers): SPC toggles display of
3209 floating point registers.
3210
8cf51b2c
GM
32112005-05-27 Nick Roberts <nickrob@snap.net.nz>
3212
3213 * files.texi (Log Buffer): Merge in description of Log Edit
3214 mode from pcl-cvs.texi.
3215
32162005-05-26 Richard M. Stallman <rms@gnu.org>
3217
3218 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3219
8cf51b2c
GM
32202005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3221
3222 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3223 not enabled by default.
3224 When not on a word, `ispell-word' by default checks the word
3225 before point.
3226
32272005-05-24 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * building.texi (Debugger Operation): Simplify last sentence.
3230
32312005-05-23 Lute Kamstra <lute@gnu.org>
3232
3233 * emacs.texi: Update FSF's address throughout.
3234 (Preface): Use @cite.
3235 (Distrib): Add cross reference to the node "Copying". Mention the
3236 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3237 printed manuals.
3238 (Intro): Use @xref for the Emacs Lisp Intro.
3239
8cf51b2c
GM
32402005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3241
3242 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3243
3244 * basic.texi (Moving Point): Mention default for `goto-line'.
3245
3246 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3247 of a variable's docstring.
3248
32492005-05-18 Lute Kamstra <lute@gnu.org>
3250
3251 * maintaining.texi (Overview of Emerge): Add cross reference.
3252 Remove duplication.
3253
3254 * emacs.texi (Top): Update to the current structure of the manual.
3255 * misc.texi (Emacs Server): Add menu description.
3256 * files.texi (Saving): Fix menu.
3257 * custom.texi (Customization): Fix menu.
3258 * mule.texi (International): Fix menu.
3259 * kmacro.texi (Keyboard Macros): Fix menu.
3260
32612005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3262
3263 * display.texi: Various minor changes.
3264 (Faces): Delete text that is repeated in the next section.
3265
32662005-05-16 Nick Roberts <nickrob@snap.net.nz>
3267
3268 * building.texi (Debugger Operation): Mention GUD tooltips are
3269 disabled with GDB in text command mode.
3270
8cf51b2c
GM
32712005-05-16 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * building.texi: Replace toolbar with "tool bar" for consistency.
3274 (Compilation Mode): Describe compilation-context-lines
3275 and use of arrow in compilation buffer.
3276 (Debugger Operation): Replace help text with variable's value.
3277
3278 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3279 consistency.
3280
32812005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3284 Add xref.
3285
8cf51b2c
GM
32862005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3287
3288 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3289 (Position Info): Delete discussion of `goto-line'. It is already
3290 described in `Moving point'.
3291
3292 * mini.texi (Completion Commands): Correct reference.
3293 (Completion Options): Fix typo.
3294
3295 * killing.texi (Deletion): Complete description of `C-x C-o'.
3296
8cf51b2c
GM
32972005-05-10 Richard M. Stallman <rms@gnu.org>
3298
3299 * building.texi (Compilation): Clarify recompile's directory choice.
3300
3301 * frames.texi (Tooltips): Cleanups.
3302
3303 * basic.texi (Arguments): Fix punctuation.
3304
33052005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3306
3307 * screen.texi (Menu Bar): The up and down (not left and right)
3308 arrow keys move through a keyboard menu.
3309
33102005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3311
3312 * basic.texi: Various typo and grammar fixes.
3313 (Moving Point): C-a now runs move-beginning-of-line.
3314
33152005-05-08 Nick Roberts <nickrob@snap.net.nz>
3316
3317 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3318
3319 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3320 as different animals.
3321
33222005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3323
3324 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3325 Correct index entry.
3326
33272005-05-07 Nick Roberts <nickrob@snap.net.nz>
3328
3329 * building.texi (Debugger Operation): Update to reflect changes
3330 in GUD tooltips.
3331
33322005-04-30 Richard M. Stallman <rms@gnu.org>
3333
3334 * files.texi (Compressed Files): Auto Compression normally enabled.
3335
3336 * building.texi (Debugger Operation): Clarify previous change.
3337
8cf51b2c
GM
33382005-04-28 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * building.texi (Debugger Operation): Add description for
3341 GUD tooltips when program is not running.
3342
33432005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3344
3345 * misc.texi (Shell): Add `Shell Prompts' to menu.
3346 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3347 description. Delete remarks moved to new node.
3348 (Shell Prompts): New node.
3349 (History References): Replace remarks moved to `Shell Prompts'
3350 with xref to that node.
3351 (Remote Host): Clarify how to specify the terminal type when
3352 logging in to a different machine.
3353
33542005-04-26 Richard M. Stallman <rms@gnu.org>
3355
3356 * emacs.texi (Top): Update submenus from files.texi.
3357
3358 * files.texi (Filesets): Clarify previous change.
3359
3360 * dired.texi (Misc Dired Features): Clarify previous change.
3361
33622005-04-25 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3365
3366 * dired.texi (Misc Dired Features): Document
3367 dired-compare-directories.
3368
3369 * files.texi (Filesets): New node.
3370 (File Conveniences): Document Image mode.
3371
3372 * text.texi (TeX Print): Document tex-compile.
3373
33742005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3375
3376 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3377 Delete redundant reference to tooltip Custom group. It is
3378 referred too again in the next paragraph.
3379
33802005-04-24 Richard M. Stallman <rms@gnu.org>
3381
3382 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3383
8cf51b2c
GM
33842005-04-19 Kim F. Storm <storm@cua.dk>
3385
3386 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3387
33882005-04-18 Lars Hansen <larsh@math.ku.dk>
3389
3390 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3391 turns off desktop-save-mode.
3392
33932005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3394
3395 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3396 by default in terminals compatible with xterm. Mention that
3397 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3398 node.
3399
8cf51b2c
GM
34002005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3401
3402 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3403
c8763fb6 34042005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3405
3406 * xresources.texi (Table of Resources): Add cursorBlink.
3407
34082005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3409
3410 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3411 `d', `C-d' and `u'.
3412
34132005-04-11 Richard M. Stallman <rms@gnu.org>
3414
3415 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3416 (Misc X): Add -D, --basic-display.
3417
3418 * maintaining.texi (Change Log): Correct the description of
3419 the example.
3420
3421 * major.texi (Choosing Modes): Document magic-mode-alist.
3422
8cf51b2c
GM
34232005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3424
3425 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3426 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3427 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3428 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3429 `w', respectively.
3430 (Rmail Labels): Mention `l'.
3431 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3432 (Rmail Summary Edit): Describe `j' and RET.
3433
c8763fb6 34342005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3435
3436 * xresources.texi (Lucid Resources): Add fontSet resource.
3437
8cf51b2c
GM
34382005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3439
3440 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3441 now called `indicate-empty-lines'.
3442
34432005-04-06 Kim F. Storm <storm@cua.dk>
3444
3445 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3446
34472005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3448
3449 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3450 deleted.
3451 (Marks vs Flags): Add some convenient key bindings.
3452 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3453 (Misc Dired Features): Correct and expand description of `w' command.
3454
3455 * frames.texi (XTerm Mouse): Delete apparently false info.
3456 The GNU/Linux console currently does not appear to support
3457 `xterm-mouse-mode'.
3458
8cf51b2c
GM
34592005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3460
3461 * calendar.texi (Diary): Mention shell utility `calendar'.
3462
34632005-04-01 Richard M. Stallman <rms@gnu.org>
3464
3465 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3466
8cf51b2c
GM
34672005-04-01 Lute Kamstra <lute@gnu.org>
3468
3469 * maintaining.texi (Change Log): add-change-log-entry uses
3470 add-log-mailing-address.
3471
34722005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3473
3474 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3475 `VC Mode Line' and put in an xref to that node.
3476 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3477 its description.
3478
34792005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3480
3481 * calendar.texi (Calendar Systems): Say that the Persian calendar
3482 implemented here is the arithmetical one championed by Birashk.
3483
34842005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3485
3486 * programs.texi (Fortran Motion): Fix previous change.
3487
8cf51b2c
GM
34882005-03-29 Richard M. Stallman <rms@gnu.org>
3489
3490 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3491
34922005-03-29 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * text.texi (Refill): Refer to Long Lines Mode.
3495 (Longlines): New node.
3496 (Auto Fill): Don't index "word wrap" here.
3497 (Filling): Add Longlines to menu.
3498
34992005-03-29 Richard M. Stallman <rms@gnu.org>
3500
3501 * xresources.texi: Minor fixes.
3502
3503 * misc.texi (Emacs Server): Fix Texinfo usage.
3504
3505 * emacs.texi (Top): Don't use a real section heading for
3506 "Detailed Node Listing". Fake it instead.
3507
3508 * basic.texi (Position Info): Minor cleanup.
3509
3510 * mule.texi (Input Methods): Minor cleanup.
3511
35122005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3513
3514 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3515 constructs as well.
3516 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3517
35182005-03-29 Kenichi Handa <handa@m17n.org>
3519
3520 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3521
3522 * basic.texi (Position Info): Update the description about the
3523 command C-u C-x =.
3524
35252005-03-28 Richard M. Stallman <rms@gnu.org>
3526
3527 * emacs.texi (Top): Use @section for the detailed node listing.
3528
3529 * calendar.texi: Minor fixes to previous change.
3530
3531 * programs.texi (Fortran): Small fixes to previous changes.
3532
3533 * emacs.texi (Top): Update list of subnodes of Dired.
3534 Likewise for building.texi.
3535
3536 * files.texi (File Conveniences): Delete Auto Image File mode.
3537
35382005-03-28 Chong Yidong <cyd@stupidchicken.com>
3539
3540 * building.texi (Flymake): New node.
3541
3542 * custom.texi (Function Keys): Document kp- event types and
3543 keypad-setup package.
3544
3545 * dired.texi (Wdired): New node.
3546
3547 * files.texi (File Conveniences): Reorder entries.
3548 Explain how to turn on Auto-image-file mode.
3549 Document Thumbs mode.
3550
3551 * mule.texi (Specify Coding): Document recode-region and
3552 recode-file-name.
3553
3554 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3555
35562005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3557
3558 * commands.texi (Keys): M-o is now a prefix key.
3559
35602005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3561
3562 * programs.texi: Reformat and update copyright years.
3563 (Fortran): Update section.
3564
35652005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * files.texi: Several small changes in addition to:
3568 (Visiting): Change xref for Dialog Boxes to ref.
3569 (Version Headers): Replace references to obsolete var
3570 `vc-header-alist' with `vc-BACKEND-header'.
3571 (Customizing VC): Update value of `vc-handled-backends'.
3572
35732005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3574
3575 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3576 move here from Emacs Lisp Reference Manual.
3577 * calendar.texi (Calendar/Diary, Diary Commands)
3578 (Special Diary Entries, Importing Diary): Change some xrefs to
3579 point to emacs-xtra rather than elisp.
3580
3581 * emacs-xtra.texi (Calendar Customizing):
3582 Move view-diary-entries-initially, view-calendar-holidays-initially,
3583 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3584 Emacs Manual.
3585 (Appt Customizing): Merge entire section into main Emacs Manual.
3586 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3587 mark-holidays-in-calendar here from emacs-xtra.
3588 (Displaying the Diary): Move view-diary-entries-initially,
3589 mark-diary-entries-in-calendar here from emacs-xtra.
3590 (Appointments): Move appt-display-mode-line,
3591 appt-display-duration, appt-disp-window-function,
3592 appt-delete-window-function here from emacs-xtra.
3593
3594 * calendar.texi: Update and reformat copyright.
3595 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3596 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3597 (Diary): Refer to `diary-file' rather than ~/diary.
3598 (Diary Commands): Rename node to "Displaying the Diary".
3599 * emacs.texi (Top): Rename "Diary Commands" section.
3600 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3601
36022005-03-26 Eli Zaretskii <eliz@gnu.org>
3603
3604 * misc.texi (Emacs Server): Fix the command for setting
3605 server-name. Add an xref to Invoking emacsclient.
3606
3607 * help.texi (Help Summary): Clarify when "C-h ." will do something
3608 nontrivial.
3609 (Apropos): Add cindex entry for apropos-sort-by-scores.
3610
3611 * display.texi (Text Display): Add index entries for how no-break
3612 characters are displayed.
3613
8cf51b2c
GM
36142005-03-26 Eli Zaretskii <eliz@gnu.org>
3615
3616 * files.texi (Visiting): Fix cross-references introduced with the
3617 last change.
3618
3619 * xresources.texi (GTK resources): Fix last change.
3620
8cf51b2c
GM
36212005-03-25 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * xresources.texi (X Resources): GTK options documented too.
3624 (Resources): Clarify meaning of program name.
3625 (Table of Resources): Add visualClass.
3626 (GTK resources): Rewrite.
3627 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3628
3629 * display.texi (Text Display): Mention non-breaking spaces.
3630
3631 * files.texi (Reverting): Document auto-revert-check-vc-info.
3632
3633 * frames.texi (Mouse Commands): Document
3634 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3635
3636 * help.texi (Help Summary): Add `C-h .'.
3637 (Apropos): Apropos accepts a list of search terms.
3638 Document apropos-sort-by-scores.
3639 (Help Echo): Document display-local-help.
3640
3641 * misc.texi (Emacs Server): Document server-name.
3642 (Invoking emacsclient): Document -s option for server names.
3643
3644 * text.texi (Outline Visibility): Introduce "current heading
3645 line" (commands can be called with point on a body line).
3646 Re-order table to follow the sequence of discussion.
3647 hide-body won't hide lines before first header line.
3648 (TeX Mode): Add DocTeX mode.
3649
8cf51b2c
GM
36502005-03-24 Richard M. Stallman <rms@gnu.org>
3651
3652 * mule.texi (Single-Byte Character Support): Delete mention
3653 of iso-acc.el and iso-transl.el.
3654
8cf51b2c
GM
36552005-03-23 Lute Kamstra <lute@gnu.org>
3656
3657 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3658
36592005-03-23 Richard M. Stallman <rms@gnu.org>
3660
8cf51b2c
GM
3661 * search.texi: Delete explicit node pointers.
3662 (Incremental Search): New menu.
3663 (Basic Isearch, Repeat Isearch, Error in Isearch)
3664 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3665 (Slow Isearch): New subnodes.
3666 (Configuring Scrolling): Node deleted.
3667 (Search Case): Doc default-case-fold-search.
3668 (Regexp Replace): Move replace-regexp doc here.
3669
3670 * rmail.texi (Movemail): Put commas inside closequotes.
3671
3672 * picture.texi (Insert in Picture): Document C-c arrow combos.
3673 (Basic Picture): Clarify erasure.
3674
3675 * display.texi (Font Lock): Put commas inside closequotes.
3676
3677 * cmdargs.texi (General Variables): Put commas inside closequotes.
3678
36792005-03-23 Nick Roberts <nickrob@snap.net.nz>
3680
3681 * building.texi (Stack Buffer): Mention reverse contrast for
3682 *selected* frame (might not be current frame).
3683
8cf51b2c
GM
36842005-03-21 Richard M. Stallman <rms@gnu.org>
3685
3686 * building.texi (Starting GUD): Add bashdb.
3687
36882005-03-20 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * basic.texi (Moving Point): Add M-g M-g binding.
3691 (Undo): Document undo-only.
3692 (Position Info): Document M-g M-g and C-u M-g M-g.
3693
3694 * building.texi (Building): Put Grep Searching after Compilation
3695 Shell.
3696 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3697 Document next-error-highlight.
3698 (Grep Searching): Document grep-highlight-matches.
3699 (Lisp Eval): Typing C-x C-e twice prints integers specially.
3700
3701 * calendar.texi (Importing Diary): Rename node from iCalendar.
3702 Document diary-from-outlook.
3703
3704 * dired.texi (Misc Dired Features): Rename node from Misc Dired
3705 Commands.
3706 Mention effect of X drag and drop on Dired buffers.
3707
3708 * files.texi (Visiting): Document large-file-warning-threshold.
3709 Move paragraph on file-selection dialog.
3710 Mention visiting files using X drag and drop.
3711 (Reverting): Mention using Auto-Revert mode to tail files.
3712 Document auto-revert-tail-mode.
3713 (Version Systems): Minor correction.
3714 (Comparing Files): Diff-mode is no longer based on Compilation
3715 mode.
3716 Document compare-ignore-whitespace.
3717 (Misc File Ops): Explain passing a directory to rename-file.
3718 Likewise for copy-file and make-symbolic-link.
3719
3720 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3721 Document mouse-wheel-progressive speed.
3722
3723 * help.texi (Misc Help): Document numeric argument for C-h i.
3724 Correctly explain the effect of just C-u as argument.
3725
3726 * killing.texi (Deletion): Document numeric argument for
3727 just-one-space.
3728
3729 * mini.texi (Completion): Completion acts on text before point.
3730
3731 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3732 (Emulation): CUA mode replaces pc-bindings-mode,
3733 pc-selection-mode, and s-region.
3734
3735 * mule.texi (Input Methods): Leim is now built-in.
3736 (Select Input Method): Document quail-show-key.
3737 (Specify Coding): Document revert-buffer-with-coding-system.
3738
3739 * programs.texi (Fortran Motion): Document f90-next-statement,
3740 f90-previous-statement, f90-next-block, f90-previous-block,
3741 f90-end-of-block, and f90-beginning-of-block.
3742
3743 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3744
3745 * emacs.texi (Acknowledgments): Updated.
3746
3747 * anti.texi: Total rewrite.
3748
8cf51b2c
GM
37492005-03-19 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * ack.texi (Acknowledgments): Update.
3752
37532005-03-19 Eli Zaretskii <eliz@gnu.org>
3754
3755 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
3756 copyright years.
3757
37582005-03-14 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * building.texi (Commands of GUD): Move paragraph on setting
3761 breakpoints with mouse to the GDB Graphical Interface node.
3762
37632005-03-07 Richard M. Stallman <rms@gnu.org>
3764
8cf51b2c
GM
3765 * misc.texi (Single Shell, Shell Options): Fix previous change.
3766
3767 * building.texi (Debugger Operation): Update GUD tooltip enable info.
3768
37692005-03-06 Richard M. Stallman <rms@gnu.org>
3770
3771 * building.texi (Starting GUD): Don't explain text vs graphical
3772 GDB here. Just mention it and xref.
3773 Delete "just one debugger process".
3774 (Debugger Operation): Move GUD tooltip info here.
3775 (GUD Tooltips): Node deleted.
3776 (GDB Graphical Interface): Explain the two GDB modes here.
3777
8cf51b2c
GM
3778 * sending.texi (Sending Mail): Minor cleanup.
3779 (Mail Aliases): Explain quoting conventions.
3780 Update key rebinding example.
3781 (Header Editing): C-M-i is like M-TAB.
3782 (Mail Mode Misc): mail-attach-file does not do MIME.
3783
3784 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3785 that really belongs here.
3786 (Remote Mailboxes): Text moved to Rmail Inbox.
3787 (Rmail Display): Mention Mouse-1.
3788 (Movemail): Clarify two movemail versions.
3789 Clarify rmail-movemail-program.
3790
8cf51b2c
GM
3791 * misc.texi (Single Shell): Replace uudecode example with gpg example.
3792 Document async shell commands.
3793 (Shell History): Clarify.
3794 (Shell Ring): Mention C-UP an C-DOWN.
3795 (Shell Options): Add comint-prompt-read-only.
3796 (Invoking emacsclient): Set EDITOR to run Emacs.
3797 (Sorting): No need to explain what region is.
3798 (Saving Emacs Sessions): Fix typo.
3799 (Recursive Edit): Fix punctuation.
3800 (Emulation): Don't mention "PC bindings" which are standard.
3801 (Hyperlinking): Explain Mouse-1 convention here.
3802 (Find Func): Node deleted.
3803
8cf51b2c
GM
3804 * help.texi (Name Help): Xref to Hyperlinking.
3805
3806 * glossary.texi (Glossary):
3807 Rename "Balance Parentheses" to "Balancing...".
3808 Add "Byte Compilation". Correct "Copyleft".
3809 New xref in "Customization".
3810 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3811 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3812 Rename "Registers" to "Register".
3813 Replace "Selecting" with "Selected Frame",
3814 "Selected Window", and "Selecting a Buffer".
3815
3816 * files.texi (Types of Log File): Explain how projects'
3817 methods can vary.
3818
8cf51b2c
GM
3819 * display.texi (Faces): Delete "Emacs 21".
3820
3821 * custom.texi (Changing a Variable): C-M-i like M-TAB.
3822 * fixit.texi (Spelling): C-M-i like M-TAB.
3823 * mini.texi (Completion Options): C-M-i like M-TAB.
3824 * programs.texi (Symbol Completion): C-M-i like M-TAB.
3825 * text.texi (Text Mode): C-M-i like M-TAB.
3826
3827 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3828
3829 * calendar.texi (Specified Dates): Mention `g w'.
3830 (Appointments): appt-activate toggles with no arg.
3831
8cf51b2c
GM
38322005-03-05 Juri Linkov <juri@jurta.org>
3833
3834 * cmdargs.texi (Emacs Invocation): Add cindex
3835 "invocation (command line arguments)"
3836 (Misc X): Add -nbc, --no-blinking-cursor.
3837
38382005-03-04 Ulf Jasper <ulf.jasper@web.de>
3839
3840 * calendar.texi (iCalendar): No need to require it now.
3841
8cf51b2c
GM
38422005-03-03 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * trouble.texi (Contributing): Mention Savannah. Direct users to
3845 emacs-devel.
3846
38472005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3848
3849 * calendar.texi (Adding to Diary): Mention redrawing of calendar
3850 window.
3851
8cf51b2c
GM
38522005-02-27 Richard M. Stallman <rms@gnu.org>
3853
3854 * building.texi (Compilation): Update mode line status info.
3855
38562005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3857
3858 * calendar.texi (General Calendar): Document binding of
3859 scroll-other-window-down.
3860 (Mayan Calendar): Fix earliest date.
3861 (Time Intervals): Document timeclock-change.
3862 Fix timeclock-ask-before-exiting documentation.
3863
38642005-02-26 Kim F. Storm <storm@cua.dk>
3865
3866 * frames.texi (Mouse References):
3867 Add mouse-1-click-in-non-selected-windows.
3868
38692005-02-25 Richard M. Stallman <rms@gnu.org>
3870
3871 * screen.texi (Screen): Explain better about cursors and mode lines;
3872 don't presuppose text terminals.
3873 (Point): Don't assume just one cursor.
3874 Clarify explanation of cursors.
3875 (Echo Area, Menu Bar): Cleanups.
3876
3877 * mini.texi (Minibuffer): Prompts are highlighted.
3878 (Minibuffer Edit): Newline = C-j only on text terminals.
3879 Clarify resize-mini-windows values.
3880 Mention M-PAGEUP and M-PAGEDOWN.
3881 (Completion Commands): Mouse-1 like Mouse-2.
3882 (Minibuffer History): Explain history commands better.
3883 (Repetition): Add xref to Incremental Search.
3884
3885 * mark.texi (Setting Mark): Clarify info about displaying mark.
3886 Clarify explanation of C-@ and C-SPC.
3887 (Transient Mark): Mention Delete Selection mode.
3888 (Marking Objects): Clean up text about extending the region.
3889
3890 * m-x.texi (M-x): One C-g doesn't always go to top level.
3891 No delay before suggest-key-bindings output.
3892
3893 * fixit.texi (Fixit): Mention C-/ for undo.
3894 (Spelling): Mention ESC TAB like M-TAB.
3895 Replacement words with r and R are rechecked.
3896 Say where C-g leaves point. Mention ? as input.
3897
38982005-02-23 Lute Kamstra <lute@gnu.org>
3899
3900 * cmdargs.texi (Initial Options): Add cross reference.
3901
8cf51b2c
GM
39022005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3903
3904 * emacs.texi (Top): Update menu for splitting of node in
3905 msdog.texi.
3906 * frames.texi (Frames): Update xref for splitting of node in
3907 msdog.texi.
3908 * trouble.texi (Quitting): Ditto.
3909
39102005-02-16 Richard M. Stallman <rms@gnu.org>
3911
3912 * windows.texi (Split Window): Simplify line truncation info
3913 and xref to Display Custom.
3914
3915 * trouble.texi (Quitting): Emergency escape only for text terminal.
3916 (Screen Garbled): C-l for ungarbling is only for text terminal.
3917
3918 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3919
3920 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3921
3922 * programs.texi (Program Modes): Mention Python mode.
3923 (Moving by Defuns): Repeating C-M-h extends region.
3924 (Basic Indent): Clarify.
3925 (Custom C Indent): Clarify.
3926 (Expressions): Repeating C-M-@ extends region.
3927 (Info Lookup): Clarify for C-h S.
3928 (Symbol Completion): ESC TAB alternative for M-TAB.
3929 (Electric C): Clarify.
3930
3931 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3932
3933 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3934 MS-DOS Input node.
3935 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3936 (MS-DOS and MULE): Clarify.
3937 (MS-DOS Processes, Windows Processes): Fix typos.
3938
3939 * major.texi (Choosing Modes): Clarify.
3940
3941 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3942 (Keyboard Macro Step-Edit): Clarify.
3943
3944 * indent.texi (Indentation): Clarifications.
3945
3946 * help.texi (Help): Correct error about C-h in query-replace.
3947 Clarify apropos vs C-h a. Fix how to search in FAQ.
3948 (Key Help): Describe C-h w here.
3949 (Name Help): Minor cleanup. C-h w moved to Key Help.
3950 Clarify the "object" joke.
3951 (Apropos): Clarify. Mouse-1 like Mouse-2.
3952 (Help Mode): Mouse-1 like Mouse-2.
3953
3954 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3955
3956 * display.texi (Display): Reorder menu.
3957 (Faces): Cleanup.
3958 (Font Lock): Cleanup. Mention Options menu.
3959 Delete obsolete text.
3960 (Scrolling): For C-l, don't presume text terminal.
3961 (Horizontal Scrolling): Simplify intro.
3962 (Follow Mode): Clarify.
3963 (Cursor Display): Moved before Display Custom.
3964 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3965 Doc default-tab-width. Doc line truncation more thoroughly.
3966
3967 * dired.texi (Dired Enter): C-x C-f can run Dired.
3968 (Dired Visiting): Comment out `a' command.
3969 Mouse-1 is like Mouse-2.
3970 (Shell Commands in Dired): ? can be used more than once.
3971
3972 * basic.texi (Continuation Lines): Simplify description of truncation,
3973 and refer to Display Custom for the rest of it.
3974
8cf51b2c
GM
39752005-02-06 Lute Kamstra <lute@gnu.org>
3976
3977 * basic.texi (Undo): Fix typo.
3978
3979 * cmdargs.texi (Emacs Invocation): Fix typo.
3980
3981 * custom.texi (Init Examples): Fix typo.
3982
3983 * abbrevs.texi (Expanding Abbrevs): Fix typo.
3984
39852005-02-06 Richard M. Stallman <rms@gnu.org>
3986
3987 * regs.texi (Registers): Registers can hold numbers, too.
3988
3989 * killing.texi (Other Kill Commands): Cleanup.
3990 Delete redundant explanation of kill in read-only buffer.
3991 (Yanking): Mention term "copying".
3992 (Accumulating Text): Fix typo.
3993
3994 * entering.texi (Entering Emacs): Update rationale at start.
3995 (Exiting): Treat iconifying on a par with suspension.
3996
3997 * custom.texi (Minor Modes): Fix typo.
3998 (Easy Customization): Fix menu style.
3999 (Variables): Add xref.
4000 (Examining): Setting for future sessions works through .emacs.
4001 (Keymaps): "Text terminals", not "Many".
4002 (Init Rebinding): Explain \C-. Show example of \M-.
4003 Fix minor wording errors.
4004 (Function Keys): Explain vector syntax just once.
4005 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4006 (Init File): Mention .emacs.d directory.
4007 (Init Examples): Add xref.
4008 (Find Init): Mention .emacs.d directory.
4009
4010 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4011 (Action Arguments): Explain which kinds of -l args are found how.
4012 (Initial Options): --batch does not inhibit site-start.
4013 Add xrefs.
4014 (Command Example): Use --batch, not -batch.
4015
4016 * basic.texi (Inserting Text): Cleanup wording.
4017 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4018 C-n is not error at end of buffer.
4019 (Undo): Doc C-/ like C-_. Add xrefs.
4020 (Arguments): META key may be labeled ALT.
4021 Peculiar arg meanings are explained in doc strings.
4022
4023 * abbrevs.texi (Expanding Abbrevs): Clarify.
4024
40252005-02-05 Eli Zaretskii <eliz@gnu.org>
4026
4027 * frames.texi (Frame Parameters): Add an xref to the description
4028 of list-colors-display. Add a pointer to the X docs about colors.
4029
4030 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
4031 Impove docs of list-colors-display.
4032
40332005-02-03 Lute Kamstra <lute@gnu.org>
4034
4035 * frames.texi (Frames, Drag and Drop): Fix typos.
4036
40372005-02-03 Richard M. Stallman <rms@gnu.org>
4038
4039 * windows.texi (Basic Window): Mention color-change in mode line.
4040 (Change Window): Explain dragging vertical boundaries.
4041
4042 * text.texi (Sentences): Clarify.
4043 (Paragraphs): Explain M-a and blank lines.
4044 (Outline Mode): Clarify text and menu.
4045 (Hard and Soft Newlines): Mention use-hard-newlines.
4046
4047 * frames.texi (Frames): Delete unnecessary mention of Windows.
4048 (Mouse Commands): Likewise. Mention xterm mouse support.
4049 (Clipboard): Clarify.
4050 (Mouse References): Mention use of Mouse-1 for following links.
4051 (Menu Mouse Clicks): Clarify.
4052 (Mode Line Mouse): Clarify.
4053 (Drag and Drop): Rewrite.
4054
4055 * fixit.texi (Spelling): Fix typo.
4056
4057 * files.texi (File Names): Clarify.
4058 (Visiting): Update conditions for use of file dialog. Clarify.
4059 (Saving): Doc d as answer in save-some-buffers.
4060 (Remote Files): Clean up the text.
4061
4062 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4063
4064 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4065 (List Buffers): Clarify.
4066 (Several Buffers): Doc T command.
4067 (Buffer Convenience): Clarify menu.
4068
4069 * basic.texi (Undo): Clarify last change.
4070
40712005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4072
4073 * fixit.texi (Spelling): Fix typo.
4074
40752005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * basic.texi (Undo): Update description of `undo-outer-limit'.
4078
40792005-02-01 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * building.texi: Update documentation relating to GDB Graphical
4082 Interface.
4083
40842005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4085
4086 * custom.texi (Easy Customization): Adapt menu to node name change.
4087
40882005-01-30 Richard M. Stallman <rms@gnu.org>
4089
4090 * custom.texi (Easy Customization): Defn of "User Option" now
4091 includes faces. Don't say just "option" when talking about variables.
4092 Do say just "options" to mean "anything customizable".
4093 (Specific Customization): Describe `customize-variable',
4094 not `customize-option'.
4095
4096 * glossary.texi (Glossary) <Faces>: Add xref.
4097 <User Option>: Change definition--include faces. Change xref.
4098
4099 * picture.texi (Picture): Mention artist.el.
4100
4101 * sending.texi, screen.texi, programs.texi, misc.texi:
4102 * mini.texi, major.texi, maintaining.texi, macos.texi:
4103 * help.texi, frames.texi, files.texi:
4104 Don't say just "option" when talking about variables.
4105
4106 * display.texi, mule.texi: Don't say just "option" when talking
4107 about variables. Other minor cleanups.
4108
8cf51b2c
GM
41092005-01-26 Lute Kamstra <lute@gnu.org>
4110
4111 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4112 File'. Mention the `-Q' option at the `--no-site-file' option.
4113
8cf51b2c
GM
41142005-01-22 David Kastrup <dak@gnu.org>
4115
4116 * building.texi (Grep Searching): Mention alias `find-grep' for
4117 `grep-find'.
4118
41192005-01-20 Richard M. Stallman <rms@gnu.org>
4120
4121 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4122
8cf51b2c
GM
41232005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4124
4125 * rmail.texi (Movemail): Explain differences
4126 between standard and mailutils versions of movemail.
4127 Describe command line and configuration options introduced
4128 with the latter.
4129 Explain the notion of mailbox URL, provide examples and
4130 cross-references to mailutils documentation.
4131 Describe various methods of specifying mailbox names,
4132 user names and user passwords for rmail.
4133 (Remote Mailboxes): New section. Describe
4134 how movemail handles remote mailboxes. Describe configuration
4135 options used to control its behavior.
4136 (Other Mailbox Formats): Explain handling of various mailbox
4137 formats.
4138
41392005-01-13 Richard M. Stallman <rms@gnu.org>
4140
4141 * commands.texi (Commands): Clarification.
4142
41432005-01-11 Richard M. Stallman <rms@gnu.org>
4144
4145 * programs.texi (Multi-line Indent): Fix previous change.
4146 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4147
8cf51b2c
GM
41482005-01-08 Richard M. Stallman <rms@gnu.org>
4149
4150 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4151 lazy-highlight.
4152
4153 * search.texi (Query Replace): Mention faces query-replace
4154 and lazy-highlight.
4155 (Incremental Search): Update isearch highlighting info.
4156
8cf51b2c
GM
41572005-01-04 Richard M. Stallman <rms@gnu.org>
4158
4159 * custom.texi (Saving Customizations): Minor improvement.
4160
8cf51b2c
GM
41612005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4162
4163 * custom.texi (Saving Customizations): Emacs no longer loads
4164 `custom-file' after .emacs. No longer mention customizing through
4165 Custom.
4166
8cf51b2c
GM
41672005-01-01 Andreas Schwab <schwab@suse.de>
4168
4169 * killing.texi (Graphical Kill): Move up under node Killing,
4170 change @section to @subsection.
4171
41722005-01-01 Richard M. Stallman <rms@gnu.org>
4173
4174 * custom.texi (Face Customization): Mention hex color specs.
4175
4176 * emacs.texi (Top): Update Killing submenu.
4177
4178 * killing.texi (Killing): Reorganize section.
4179 No more TeX-only text; put the node command at start of chapter.
4180 But the first section heading is used only in TeX.
4181 Rewrite the text to read better in this mode.
4182 (Graphical Kill): New subnode gets some of the text that
4183 used to be in the first section.
4184
41852004-12-31 Richard M. Stallman <rms@gnu.org>
4186
4187 * dired.texi (Shell Commands in Dired): Delete the ? example.
4188
4189 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4190
4191 * files.texi (Saving): Describe new require-final-newline features
4192 and mode-require-final-newline.
4193
8cf51b2c
GM
41942004-12-29 Richard M. Stallman <rms@gnu.org>
4195
4196 * custom.texi (File Variables): Clarify previous change.
4197
c8763fb6 41982004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4199
4200 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4201 out now.
4202
42032004-12-27 Richard M. Stallman <rms@gnu.org>
4204
4205 * Makefile.in (MAKEINFO): Specify --force.
4206
4207 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4208 (Undo): Doc undo-outer-limit.
4209
8cf51b2c
GM
42102004-12-15 Juri Linkov <juri@jurta.org>
4211
4212 * mark.texi (Transient Mark, Mark Ring): M-< and other
4213 movement commands don't set mark in Transient Mark mode
4214 if mark is active.
4215
8cf51b2c
GM
42162004-12-12 Juri Linkov <juri@jurta.org>
4217
4218 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4219 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4220
4221 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4222 (Misc Dired Commands): Add @r{(Dired)} to w.
4223
42242004-12-12 Juri Linkov <juri@jurta.org>
4225
4226 * mark.texi (Marking Objects): Marking commands also extend the
4227 region when mark is active in Transient Mark mode.
4228
8cf51b2c
GM
42292004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * custom.texi (Saving Customizations): Emacs only loads the custom
4232 file automatically after the init file in version 22.1 or later.
4233 Adapt text and examples to this fact.
4234
8cf51b2c
GM
42352004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4236
4237 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4238 be set through Custom. Otherwise, it has no effect.
4239
8cf51b2c
GM
42402004-12-05 Richard M. Stallman <rms@gnu.org>
4241
4242 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4243 * entering.texi: Rename Command Line to Emacs Invocation.
4244
8cf51b2c
GM
4245 * misc.texi (Term Mode): Correcty describe C-c.
4246
4247 * custom.texi (Easy Customization): Move up to section level,
4248 before Variables. Avoid using the term "variable"; say "option".
4249 New initial explanation.
4250 (Variables): In initial explanation, connect "variable" to the
4251 already-explained "user option".
4252
4253 * emacs.texi (Top): Fix ref to Command Line.
4254 Move reference to Easy Customization.
4255
4256 * xresources.texi (X Resources): Fix From link.
4257
4258 * doclicense.texi (GNU Free Documentation License): Fix To link.
4259
4260 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4261
4262 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4263
42642004-12-03 Richard M. Stallman <rms@gnu.org>
4265
4266 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4267
42682004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4269
4270 * kmacro.texi: Several small changes in addition to the following.
4271 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4272 defining a keyboard macro.
4273 Mention `kmacro-ring-max'.
4274 (Keyboard Macro Counter): Clarify description of
4275 `kmacro-insert-counter', `kmacro-set-counter',
4276 `kmacro-add-counter' and `kmacro-set-format'.
4277
42782004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4279
4280 * custom.texi (File Variables): Add `unibyte' and make it more
4281 clear that `unibyte' and `coding' are special. Suggested by Simon
4282 Krahnke <overlord@gmx.li>.
4283
4284 * mule.texi (Enabling Multibyte): Refer to File Variables.
4285 Suggested by Simon Krahnke <overlord@gmx.li>.
4286
c8763fb6 42872004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4288
4289 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4290 x-use-old-gtk-file-dialog.
4291
8cf51b2c
GM
42922004-11-20 Richard M. Stallman <rms@gnu.org>
4293
4294 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4295
42962004-11-09 Lars Brinkhoff <lars@nocrew.org>
4297
4298 * building.texi (Lisp Eval): Delete hyphen in section name.
4299
43002004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4301
4302 * files.texi (Old Versions):
4303 No longer document annotation as "CVS only".
4304
43052004-11-10 Andre Spiegel <spiegel@gnu.org>
4306
4307 * files.texi (Version Control): Rewrite the introduction about
4308 version systems, mentioning the new ones that we support. Thanks
4309 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4310 suggestions.
4311
c8763fb6 43122004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4313
49823426 4314 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4315
c8763fb6 43162004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4317
4318 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4319
43202004-10-23 Eli Zaretskii <eliz@gnu.org>
4321
4322 * text.texi (Text Based Tables, Table Definition)
4323 (Table Creation, Table Recognition, Cell Commands)
4324 (Cell Justification, Row Commands, Column Commands)
4325 (Fixed Width Mode, Table Conversion, Measuring Tables)
4326 (Table Misc): New nodes, documenting the Table Mode.
4327
8cf51b2c
GM
43282004-10-19 Jason Rumney <jasonr@gnu.org>
4329
4330 * makefile.w32-in (info): Change order of arguments to makeinfo.
4331
43322004-10-19 Ulf Jasper <ulf.jasper@web.de>
4333
4334 * calendar.texi (iCalendar): Update for package changes.
4335
8cf51b2c
GM
43362004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4337
4338 * files.texi (Misc File Ops): View mode is a minor mode.
4339
8cf51b2c
GM
43402004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4341
4342 * calendar.texi (iCalendar): Style changes.
4343
43442004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4345
4346 * search.texi (Regexps): The regexp described in the example is no
4347 longer stored in the variable `sentence-end'.
4348
8cf51b2c
GM
43492004-10-06 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * building.texi (Starting GUD): Note that multiple debugging
4352 sessions requires `gdb --fullname'.
4353
43542004-10-05 Ulf Jasper <ulf.jasper@web.de>
4355
4356 * calendar.texi (iCalendar): New section for a new package.
4357
8cf51b2c
GM
43582004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4359
4360 * text.texi: Various small changes in addition to the following.
4361 (Text): Replace xref for autotype with inforef.
4362 (Sentences): Explain nil value for `sentence-end'.
4363 (Paragraphs): Update default values for `paragraph-start' and
4364 `paragraph-separate'.
4365 (Text Mode): Correct description of Text mode's effect on the
4366 syntax table.
4367 (Outline Visibility): `hide-other' does not hide top level headings.
4368 `selective-display-ellipses' no longer has an effect on Outline mode.
4369 (TeX Misc): Add missing @cindex.
4370 Replace xref for RefTeX with inforef.
4371 (Requesting Formatted Text): The variable
4372 `enriched-fill-after-visiting' no longer exists.
4373 (Editing Format Info): Update names of menu items and commands.
4374 (Format Faces): Mention special effect of specifying the default face.
4375 Describe inheritance of text properties.
4376 Correct description of `fixed' face.
4377 (Format Indentation): Correct description of effect of setting
4378 margins. Mention `set-left-margin' and `set-right-margin'.
4379 (Format Justification): Update names of menu items.
4380 `set-justification-full' is now bound to `M-j b'.
4381 Mention that `default-justification' is a per buffer variable.
4382 (Format Properties): Update name of menu item.
4383 (Forcing Enriched Mode): `format-decode-buffer' automatically
4384 turns on Enriched mode if the buffer is in text/enriched format.
4385
43862004-10-05 Emilio C. Lopes <eclig@gmx.net>
4387
4388 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4389
43902004-09-28 Kim F. Storm <storm@cua.dk>
4391
4392 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4393 Align with new functionality.
4394
8cf51b2c
GM
43952004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4396
4397 * display.texi (Display Custom): Remove stray `@end defvar'.
4398
43992004-09-23 Kim F. Storm <storm@cua.dk>
4400
4401 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4402 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4403
8cf51b2c
GM
44042004-09-20 Richard M. Stallman <rms@gnu.org>
4405
4406 * custom.texi (Hooks): Explain using setq to clear out a hook.
4407 (File Variables): Explain multiline string constants.
4408 (Non-ASCII Rebinding): Explain when you need to update
4409 non-ASCII char codes in .emacs.
4410
4411 * building.texi (Compilation): Explain how to make a silent
4412 subprocess that won't be terminated. Explain compilation-environment.
4413
44142004-09-13 Kim F. Storm <storm@cua.dk>
4415
4416 * mini.texi (Repetition): Rename isearch-resume-enabled to
4417 isearch-resume-in-command-history and change default to disabled.
4418
8cf51b2c
GM
44192004-09-09 Kim F. Storm <storm@cua.dk>
4420
4421 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4422 with new `kmacro-name-last-macro'.
4423
8cf51b2c
GM
44242004-09-08 Juri Linkov <juri@jurta.org>
4425
4426 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4427
8cf51b2c
GM
44282004-09-03 Juri Linkov <juri@jurta.org>
4429
4430 * search.texi (Incremental Search): Update wording for M-%.
4431
44322004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4433
4434 * killing.texi (Killing): Correct description of kill commands in
4435 read-only buffer.
4436
44372004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4438
4439 * building.texi (Compilation Mode): Add a paragraph about rules
4440 for finding the compilation buffer for `next-error'.
4441
4442 * search.texi (Other Repeating Search): Mention that Occur mode
4443 supports the next-error functionality.
4444
44452004-09-02 Juri Linkov <juri@jurta.org>
4446
4447 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4448
44492004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4450
4451 * kmacro.texi (Basic Keyboard Macro):
4452 `apply-macro-to-region-lines' now operates on all lines that begin
4453 in the region, rather than on all complete lines in the region.
4454
c8763fb6 44552004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4456
4457 * frames.texi (Drag and drop): Add documentation about
4458 x-dnd-test-function and x-dnd-known-types.
4459
44602004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4461
4462 * indent.texi: Various minor changes in addition to:
4463 (Indentation Commands): Correct description of `indent-relative'.
4464 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4465 mode. The *Tab Stops* buffer uses Overwrite Mode.
4466 (Just Spaces): `tabify' converts sequences of at least two spaces
4467 to tabs.
4468
8cf51b2c
GM
44692004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4470
4471 * frames.texi (Secondary Selection): Setting the secondary
4472 selection with M-Drag-Mouse-1 does not alter the kill ring,
4473 setting it with M-Mouse-1 and M-Mouse-3 does.
4474 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4475 toolkit scroll bars.
4476 (Scroll Bars): Ditto.
4477
4478 * windows.texi (Basic Window): When using a window system, the value
4479 of point in a non-selected window is indicated by a hollow box.
4480 (Split Window): Side by side windows are separated by a scroll bar,
4481 if scroll bars are used.
4482 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4483 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4484 (Window Convenience): Update bindings for `winner-undo' and
4485 `winner-redo'.
4486
4487 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 4488 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
4489 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4490 of "Using Emacs as a Server".
4491 * building.texi (Building): Interchange nodes (for correct numbering).
4492 * programs.texi (Programs): Interchange nodes (for correct numbering).
4493 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4494 Info to the node structure.
4495 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4496 Rearrange order of nodes and sections such that both "GNU GENERAL
4497 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4498 end, as appropriate for appendices.
4499 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4500 Use `@unnumberedsec'.
4501 * trouble.texi: Adapt sectioning in Info to the node structure.
4502 Adapt node pointers to change in emacs.texi.
4503 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4504
8cf51b2c
GM
45052004-08-25 Kenichi Handa <handa@m17n.org>
4506
4507 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4508 description for unibyte mode.
4509
45102004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4511
4512 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4513
4514 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4515 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4516 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4517 in @pxref.
4518
45192004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4522 Change section names.
4523
8cf51b2c
GM
45242004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * kmacro.texi (Keyboard Macro Ring): Rename section.
4527 Emacs treats the head of the macro ring as the `last keyboard macro'.
4528 (Keyboard Macro Counter): Minor change.
4529 (Save Keyboard Macro): Some clarifications.
4530 (Edit Keyboard Macro): Rename section.
4531
4532 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4533 32-bit machines.
4534 (Several Buffers): Clarify which buffer is selected if `2' is
4535 pressed in the Buffer Menu.
4536 Auto Revert mode can be used to update the Buffer Menu
4537 automatically.
4538
45392004-08-21 Eli Zaretskii <eliz@gnu.org>
4540
4541 * help.texi (Misc Help): Add an index entry for finding an Info
4542 manual by its file name.
4543
45442004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * files.texi (Backup Deletion): Correct description of
4547 `delete-old-versions'.
4548 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4549 (Auto Save Files): Recommend `auto-save-mode' to reenable
4550 auto-saving, rather than the abbreviation `auto-save'.
4551
45522004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4553
4554 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4555 for "killing" and "yanking" in main menu.
4556
45572004-08-16 Richard M. Stallman <rms@gnu.org>
4558
4559 * killing.texi (Yanking, Killing): Minor cleanups.
4560
4561 * mark.texi (Momentary Mark): Minor cleanups.
4562
45632004-08-15 Kenichi Handa <handa@etl.go.jp>
4564
4565 * custom.texi (Non-ASCII Rebinding):
4566 C-q always inserts the right code to pass to global-set-key.
4567
8cf51b2c
GM
45682004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4571 `insert-register', instead of `C-x r g' binding, for consistency.
4572
45732004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4574
4575 * fixit.texi (Spelling): Fix typo.
4576
45772004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4578
4579 * help.texi (Help): Fix Texinfo usage.
4580
8cf51b2c
GM
45812004-07-24 Richard M. Stallman <rms@gnu.org>
4582
4583 * text.texi (Paragraphs): Update how paragraphs are separated
4584 and the default for paragraph-separate.
4585
4586 * search.texi (Regexp Replace): Further update text for new
4587 replacement operators.
4588
8cf51b2c
GM
45892004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4590
4591 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4592 `R' switch.
4593
4594 * dired.texi (Dired Updating): `k' only deletes inserted
4595 subdirectories from the Dired buffer if a prefix argument was given.
4596
4597 * search.texi (Regexps): Delete redundant definition of `symbol' in
4598 description of `\_>'. It already occurs in the description of `\_<'.
4599
8cf51b2c
GM
46002004-07-01 Juri Linkov <juri@jurta.org>
4601
4602 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4603 (Regexp Search): Add M-r.
4604
46052004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4608
46092004-06-29 Jesper Harder <harder@ifa.au.dk>
4610
49823426 4611 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
4612
46132004-06-25 Richard M. Stallman <rms@gnu.org>
4614
4615 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4616
46172004-06-25 David Kastrup <dak@gnu.org>
4618
4619 * search.texi (Regexp Replace): Some typo corrections and
4620 rearrangement.
4621
46222004-06-24 David Kastrup <dak@gnu.org>
4623
4624 * search.texi (Unconditional Replace): Use replace-string instead
4625 of query-replace in example.
4626 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4627 sequences.
4628 (Query Replace): Correct explanation of `^' which does not use
4629 the mark stack.
4630
46312004-06-21 Nick Roberts <nickrob@gnu.org>
4632
4633 * misc.texi (Shell History Copying): Document comint-insert-input.
4634 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4635
8cf51b2c
GM
46362004-06-20 Jesper Harder <harder@ifa.au.dk>
4637
4638 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4639 * custom.texi (Customization): Do.
4640 * anti.texi (Antinews): Do.
4641 * abbrevs.texi (Defining Abbrevs): Do.
4642
4643 * programs.texi (Info Lookup): Fix keybinding for
4644 info-lookup-symbol.
4645
46462004-06-16 Juanma Barranquero <lektu@terra.es>
4647
4648 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4649 Add emacs-xtra.
4650 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4651 (clean): Add emacs-xtra and flymake. Remove redundancies.
4652
46532004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4656 Add emacs-xtra.
4657 * emacs-xtra.texi: New file.
4658
46592004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4662 (Dired and Find): Mention differences with ordinary Dired buffers.
4663
8cf51b2c
GM
46642004-06-13 Richard M. Stallman <rms@gnu.org>
4665
4666 * custom.texi (Init Syntax): Explain about vars that do special
4667 things when set with setq or with Custom.
4668 (Init Examples): Add line-number-mode example.
4669
8cf51b2c
GM
46702004-06-12 Juri Linkov <juri@jurta.org>
4671
4672 * dired.texi (Operating on Files): Add dired-do-touch.
4673
8cf51b2c
GM
46742004-06-10 Juri Linkov <juri@jurta.org>
4675
4676 * building.texi (Lisp Eval): Add C-M-x on defface.
4677
46782004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * files.texi (Reverting): Auto-Revert mode and
4681 Global Auto-Revert mode no longer revert remote files.
4682
8cf51b2c
GM
46832004-05-29 Richard M. Stallman <rms@gnu.org>
4684
4685 * custom.texi (Init File): Two dashes start --no-site-file.
4686
8cf51b2c
GM
46872004-05-29 Alan Mackenzie <acm@muc.de>
4688
4689 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4690 ("AWK"): Is consistently thus spelt throughout.
4691 (AWK, Pike): Document as "C-like modes".
4692 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4693 (M-x man): Supersedes M-x manual-entry.
4694 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4695
4696 ("Comments in C"): Delete node; the info is in CC Mode manual.
4697 (c-comment-only-line-offset): Remove description.
4698
4699 (C-c ., C-c C-c): Describe new C Mode bindings.
4700
4701 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4702 (@dfn{Style}, c-default-style, comment-column, comment-padding)
4703 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4704 Amend definitions.
4705
4706 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4707 Describe functions.
4708
4709 (c-comment-start-regexp, c-hanging-comment-ender-p)
4710 (c-hanging-comment-starter-p): Remove obsolete definitions.
4711
4712 * emacs.texi: Remove the menu entry "Comments in C".
4713
8cf51b2c
GM
47142004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4715
4716 * dired.texi (Dired and Find): `find-ls-option' does not apply to
4717 `M-x locate'.
4718
47192004-05-16 Karl Berry <karl@gnu.org>
4720
4721 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4722 makeinfo --html fails.
4723 * help.texi (Help Summary) [@ifnottex]: Likewise.
4724
47252004-05-13 Nick Roberts <nickrob@gnu.org>
4726
4727 * building.texi (GDB Graphical Interface): Update and describe
4728 layout first.
4729
8cf51b2c
GM
47302004-05-04 Jason Rumney <jasonr@gnu.org>
4731
4732 * makefile.w32-in: Revert last change.
4733
47342004-05-03 Jason Rumney <jasonr@gnu.org>
4735
4736 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4737
8cf51b2c
GM
47382004-04-23 Juanma Barranquero <lektu@terra.es>
4739
4740 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4741
47422004-04-18 Juri Linkov <juri@jurta.org>
4743
4744 * fixit.texi (Spelling): Remove file extension from ispell xref.
4745
47462004-04-15 Kim F. Storm <storm@cua.dk>
4747
4748 * cmdargs.texi (Initial Options): Add -Q.
4749
47502004-04-05 Kim F. Storm <storm@cua.dk>
4751
4752 * custom.texi (File Variables): Add safe-local-eval-forms.
4753
8cf51b2c
GM
47542004-04-02 Luc Teirlinck <teirllm@auburn.edu>
4755
4756 * files.texi (Reverting): Correct description of revert-buffer's
4757 handling of point.
4758
47592004-03-22 Juri Linkov <juri@jurta.org>
4760
4761 * emacs.texi (Top): Add `Misc X'.
4762
49823426 4763 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
4764
4765 * glossary.texi: Improve references.
4766
4767 * help.texi: Sync keywords with finder.el.
4768
4769 * mini.texi (Completion): Add description for menu items.
4770
4771 * misc.texi (Browse-URL, FFAP): Add information about keywords.
4772
4773 * sending.texi (Mail Methods): Fix xref to Message manual.
4774
8cf51b2c
GM
47752004-03-12 Richard M. Stallman <rms@gnu.org>
4776
8cf51b2c
GM
4777 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4778
8cf51b2c
GM
47792004-03-04 Richard M. Stallman <rms@gnu.org>
4780
4781 * search.texi (Regexps): Explain that ^ and $ have their
4782 special meanings only in certain contexts.
4783
4784 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4785
4786 * mule.texi (Specify Coding): Doc C-x RET F.
4787
4788 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4789 for multiple compile and grep buffers.
4790 (Indirect Buffers): Don't recommand clone-indirect-buffer
4791 for multiple compile and grep buffers.
4792
8cf51b2c
GM
47932004-02-29 Juanma Barranquero <lektu@terra.es>
4794
4795 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4796 Use $(DEL) instead of rm, and ignore exit code.
4797
8cf51b2c
GM
47982004-02-23 Nick Roberts <nick@nick.uklinux.net>
4799
4800 * building.texi (Watch Expressions): Update.
4801
48022004-02-21 Juri Linkov <juri@jurta.org>
4803
4804 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
4805 --directory, --help, --version. Move text about command-line-args
4806 to Command Arguments.
4807 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
4808 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
4809 (Window Size X): Join -g and --geometry. Add @cindex.
4810 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
4811 (Title X): Remove alias -title.
4812 (Misc X): New node.
4813
c8763fb6 48142004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4815
4816 * frames.texi (Drag and drop): Add Motif to list of supported
4817 protocols.
4818
c8763fb6 48192004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4820
4821 * frames.texi (Drag and drop): New section.
4822
48232004-01-24 Richard M. Stallman <rms@gnu.org>
4824
4825 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4826 Include it only @ifnotinfo. Patch the preceding and following
4827 node headers to point to each other.
4828
48292004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4830
4831 * calendar.texi (Appointments): Update section.
4832
48332003-12-29 Kevin Ryde <user42@zip.com.au>
4834
8cf51b2c
GM
4835 * programs.texi (C Modes): Fix the xref.
4836
48372003-12-23 Nick Roberts <nick@nick.uklinux.net>
4838
4839 * building.texi (Watch Expressions): Update.
4840 (Commands of GUD): Include use of toolbar + breakpoints set from
4841 fringe/margin.
4842
48432003-12-03 Andre Spiegel <spiegel@gnu.org>
4844
4845 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
4846 <acm@muc.de>.
4847
c8763fb6 48482003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4849
4850 * frames.texi (Dialog Boxes): Add use-file-dialog.
4851
8cf51b2c
GM
48522003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4853
4854 * ack.texi: Note that Alan Mackenzie contributed the AWK support
4855 in CC Mode.
4856
8cf51b2c
GM
48572003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4858
4859 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4860 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 4861 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
4862 * man/frames.texi, man/glossary.texi, man/killing.texi:
4863 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4864 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
4865 * man/sending.texi, man/text.texi, man/trouble.texi:
4866 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
4867
48682003-11-01 Alan Mackenzie <acm@muc.de>
4869
4870 * search.texi (Scrolling During Incremental Search): Document a
4871 new scrolling facility in isearch mode.
4872
8cf51b2c
GM
48732003-10-22 Miles Bader <miles@gnu.org>
4874
4875 * Makefile.in (info): Move before $(top_srcdir)/info.
4876
48772003-10-22 Nick Roberts <nick@nick.uklinux.net>
4878
4879 * building.texi (Watch Expressions): Update section on data display
4880 to reflect code changes (GDB Graphical Interface).
4881
8cf51b2c
GM
48822003-10-13 Richard M. Stallman <rms@gnu.org>
4883
4884 * xresources.texi (GTK resources): Clean up previous change.
4885
c8763fb6 48862003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4887
4888 * xresources.texi (GTK resources): Add a note that some themes
4889 disallow customizations. Add scroll theme example.
4890
8cf51b2c
GM
48912003-09-30 Richard M. Stallman <rms@gnu.org>
4892
8cf51b2c
GM
4893 * cmdargs.texi (General Variables): Remove MAILRC envvar.
4894
4895 * misc.texi (Saving Emacs Sessions): Shorten the section,
4896 collapsing back into one node.
4897
48982003-09-30 Lars Hansen <larsh@math.ku.dk>
4899
4900 * misc.texi: Section "Saving Emacs Sessions" rewritten.
4901
ce058493 49022003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4903
4904 * xresources.texi (GTK names in Emacs): Correct typo.
4905
8cf51b2c
GM
49062003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
4907
4908 * cmdargs.texi (Font X): Mention new default font. More
4909 fully describe long font names, wildcard patterns and the
4910 problems involved. (Result of discussion on emacs-devel.)
4911
49122003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
4913
4914 * emacs.texi (Acknowledgements): Correct typo.
4915
49162003-09-22 Richard M. Stallman <rms@gnu.org>
4917
4918 * dired.texi (Misc Dired Commands): New node.
4919 (Dired Navigation): Add dired-goto-file.
4920
4921 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4922
4923 * emacs.texi (Acknowledgements): New node, split from Distribution.
4924
4925 * cmdargs.texi (Action Arguments): -f reads interactive args.
4926
8cf51b2c
GM
49272003-09-08 Lute Kamstra <lute@gnu.org>
4928
4929 * screen.texi (Mode Line): Say that POS comes before LINE.
4930 Mention `size-indication-mode'.
4931 * display.texi (Optional Mode Line): Document
4932 `size-indication-mode'.
4933 * basic.texi (Position Info): Mention `size-indication-mode'.
4934
49352003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4936
4937 * xresources.texi (Resources): Refer to `editres' man page.
4938 (Lucid Resources): Update defaults. Expand description of
4939 `shadowThickness'.
4940
49412003-09-04 Miles Bader <miles@gnu.org>
4942
4943 * Makefile.in (top_srcdir): New variable.
4944 ($(top_srcdir)/info): New rule.
4945 (info): Depend on it.
4946
49472003-09-03 Peter Runestig <peter@runestig.com>
4948
4949 * makefile.w32-in: New file.
4950
49512003-08-29 Richard M. Stallman <rms@gnu.org>
4952
4953 * misc.texi (Saving Emacs Sessions): Correct previous change.
4954
8cf51b2c
GM
49552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4956
8cf51b2c
GM
4957 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4958 (Intro): Include kmacro.texi after fixit.texi instead of after
4959 custom.texi. (As suggested by Kim Storm.)
4960
49612003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4962
4963 * fixit.texi (Fixit): Update `Next' pointer.
4964 * files.texi (Files): Update `Previous' pointer.
4965 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4966 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4967 (Suggested by Kim Storm.)
4968 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
4969
49702003-08-18 Kim F. Storm <storm@cua.dk>
4971
4972 * kmacro.texi: New file describing enhanced keyboard macro
4973 functionality. Replaces old description in custom.texi.
4974
4975 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4976 (Keyboard Macros): Move to new kmacro.texi file.
4977
4978 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4979
8cf51b2c
GM
49802003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
4981
4982 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
4983
49842003-08-17 Alex Schroeder <alex@gnu.org>
4985
4986 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
4987 required.
4988
8cf51b2c
GM
49892003-08-05 Richard M. Stallman <rms@gnu.org>
4990
4991 * programs.texi (Lisp Indent): Don't describe
4992 lisp-indent-function property here. Use xref to Lisp Manual.
4993
8cf51b2c
GM
49942003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4995
fffa137c 4996 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
4997 abbreviations.
4998
49992003-07-24 Markus Rost <rost@math.ohio-state.edu>
5000
5001 * buffers.texi (List Buffers): Fix previous change.
5002
8cf51b2c
GM
50032003-07-13 Markus Rost <rost@math.ohio-state.edu>
5004
5005 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5006 List*.
5007
50082003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5009
8cf51b2c
GM
5010 * display.texi (Font Lock): Fix typo.
5011
50122003-07-07 Richard M. Stallman <rms@gnu.org>
5013
5014 * display.texi (Font Lock): Add xref for format info on
5015 font-lock-remove-keywords.
5016
5017 * building.texi (Compilation): Document what happens with asynch
5018 children of compiler process.
5019
5020 * help.texi (Library Keywords): Use @multitable.
5021
8cf51b2c
GM
50222003-06-04 Richard M. Stallman <rms@gnu.org>
5023
5024 * programs.texi (Expressions): Delete C-M-DEL.
5025
5026 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5027 comint-move-point-for-output renamed from
5028 comint-scroll-to-bottom-on-output.
5029
5030 * custom.texi (Init Rebinding): Replace previous change with xref.
5031 (Non-ASCII Rebinding): Explain that issue more briefly here.
5032
50332003-05-28 Richard M. Stallman <rms@gnu.org>
5034
5035 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5036
50372003-05-28 Nick Roberts <nick@nick.uklinux.net>
5038
5039 * building.texi (GDB Graphical Interface): New node.
5040 (Rewritten somewhat by RMS.)
5041
c8763fb6 50422003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5043
5044 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5045 non-English letters. Explain how to set coding systems correctly
5046 and how to include the right coding cookie in the file.
5047
c8763fb6 50482003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5049
5050 * indent.texi (Indentation): Explain the concepts.
5051 (Just Spaces): Explain why preventing tabs for indentation might
5052 be useful.
5053
8cf51b2c
GM
50542003-04-16 Richard M. Stallman <rms@gnu.org>
5055
5056 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5057
8cf51b2c
GM
50582003-02-22 Alex Schroeder <alex@emacswiki.org>
5059
5060 * cmdargs.texi (General Variables): Document SMTPSERVER.
5061
8cf51b2c
GM
5062 * sending.texi: Remove SMTP node.
5063 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5064 library.
5065
8cf51b2c
GM
50662003-02-22 Alex Schroeder <alex@emacswiki.org>
5067
5068 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5069
50702003-02-22 Simon Josefsson <jas@extundo.com>
5071
5072 * sending.texi (Mail Methods): Add node about SMTP.
5073
c8763fb6 50742003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5075
5076 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5077
8cf51b2c
GM
50782003-02-01 Kevin Ryde <user42@zip.com.au>
5079
5080 * glossary.texi (Glossary): Correction to cl cross reference.
5081
50822003-01-20 Richard M. Stallman <rms@gnu.org>
5083
5084 * killing.texi (Rectangles): Document C-x c r.
5085
c8763fb6 50862003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5087
5088 * xresources.texi (GTK resources): New node.
5089 (GTK widget names): New node.
5090 (GTK names in Emacs): New node.
5091 (GTK styles): New node.
5092
c8763fb6 50932003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5094
5095 * maintaining.texi (Create Tags Table): Add reference to the new
5096 `etags --help --lang=LANG' option.
5097
8cf51b2c
GM
50982002-10-02 Karl Berry <karl@gnu.org>
5099
49823426 5100 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5101 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5102 where needed for the sake of the HTML output.
8cf51b2c
GM
5103
51042001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5105
5106 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5107 source files.
5108
51092001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5110
5111 * Makefile.in (emacsman): New target.
5112
8cf51b2c
GM
51132001-10-20 Gerd Moellmann <gerd@gnu.org>
5114
5115 * (Version 21.1 released.)
5116
51172001-10-05 Gerd Moellmann <gerd@gnu.org>
5118
5119 * Branch for 21.1.
5120
8cf51b2c
GM
51212001-03-05 Gerd Moellmann <gerd@gnu.org>
5122
5123 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5124
8cf51b2c
GM
51252000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5126
5127 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5128
8cf51b2c
GM
51291999-07-12 Richard Stallman <rms@gnu.org>
5130
5131 * Version 20.4 released.
5132
51331998-12-04 Markus Rost <rost@delysid.gnu.org>
5134
5135 * Makefile.in (INFO_TARGETS): Delete customize.info.
5136 (DVI_TARGETS): Delete customize.dvi.
5137 (../info/customize, customize.dvi): Targets deleted.
5138
51391998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5140
5141 * Version 20.3 released.
5142
51431998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5144
5145 * Makefile.in (EMACSSOURCES): Add mule.texi.
5146 Add msdog.texi, ack.texi. Remove gnu1.texi.
5147
51481998-04-06 Andreas Schwab <schwab@gnu.org>
5149
5150 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5151 it in dvi targets.
8cf51b2c
GM
5152
51531997-09-23 Paul Eggert <eggert@twinsun.com>
5154
5155 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5156 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5157 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5158
51591997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5160
5161 * Version 20.2 released.
5162
51631997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5164
5165 * Version 20.1 released.
5166
51671997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5168
5169 * Makefile (../info/customize, customize.dvi): New targets.
5170 (INFO_TARGETS): Add ../info/customize.
5171 (DVI_TARGETS): Add customize.dvi.
5172
8cf51b2c
GM
51731996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5174
5175 * Version 19.33 released.
5176
51771996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5178
5179 * Version 19.32 released.
5180
8cf51b2c
GM
51811996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5182
5183 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5184
51851996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5186
5187 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5188 Specify -I option.
5189 (All dvi targets): Set the TEXINPUTS variable.
5190
51911996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5192
5193 * Version 19.31 released.
5194
8cf51b2c
GM
51951995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5196
5197 * Version 19.30 released.
5198
8cf51b2c
GM
51991995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5200
5201 * Makefile.in (maintainer-clean): Rename from realclean.
5202
52031994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5204
5205 * Makefile.in: New file.
5206 * Makefile: File deleted.
5207
52081994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5209
5210 * Makefile (TEXINDEX_OBJS): Variable deleted.
5211 (texindex, texindex.o, getopt.o): Rules deleted.
5212 All deps on texindex deleted.
5213 (distclean): Don't delete texindex.
5214 (mostlyclean): Don't delete *.o.
5215 * texindex.c, getopt.c: Files deleted.
5216
52171994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5218
5219 * Version 19.26 released.
5220
52211994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5222
5223 * Makefile (EMACSSOURCES): Exclude undo.texi.
5224
52251994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5226
5227 * Version 19.25 released.
5228
52291994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5230
5231 * Version 19.24 released.
5232
52331994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5234
5235 * Version 19.23 released.
5236
52371994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5238
5239 * Makefile: Delete spurious tab.
5240
52411994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5242
5243 * Makefile (.SUFFIXES): New rule.
5244
8cf51b2c
GM
52451993-12-04 Richard Stallman (rms@srarc2)
5246
5247 * getopt.c: New file.
5248 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5249 (getopt.o): New rule.
5250 (dvi): Don't depend on texindex.
49823426 5251 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5252
52531993-12-03 Richard Stallman (rms@srarc2)
5254
49823426
GM
5255 * Makefile (TEXI2DVI): New variable.
5256 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5257 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5258
52591993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5260
5261 * Version 19.22 released.
5262
52631993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5264
5265 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5266
52671993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5268
5269 * Version 19.21 released.
5270
8cf51b2c
GM
52711993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5272
5273 * Makefile (realclean): Don't delete the Info files.
5274
52751993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5276
8cf51b2c
GM
5277 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5278 4' where appropriate.
5279
52801993-10-20 Brian Fox (bfox@ai.mit.edu)
5281
49823426 5282 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5283
5284 * texindex.c: Include "../src/config.h" if building in emacs.
5285
5286 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5287 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5288 Add target to build texindex.c, defining `emacs'.
5289
8cf51b2c
GM
52901993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5291
5292 * Version 19.19 released.
5293
8cf51b2c
GM
52941993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5295
5296 * Version 19.18 released.
5297
52981993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5299
5300 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5301
53021993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5303
5304 * Version 19.17 released.
5305
53061993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5307
5308 * split-man: Fix typos in last change.
5309
53101993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5311
5312 * Version 19.16 released.
5313
53141993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5315
5316 * version 19.15 released.
5317
53181993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5319
5320 * Makefile (distclean): It's rm, not rf.
5321
53221993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5323
5324 * Version 19.14 released.
5325
53261993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5327
5328 * Makefile: New file.
5329
53301993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5331
5332 * Version 19.13 released.
5333
53341993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5335
5336 * Version 19.9 released.
5337
53381993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5339
5340 * Version 19.8 released.
5341
53421993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5343
5344 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5345
5346 * trouble.texi: It's `enable-flow-control-on', not
5347 `evade-flow-control-on'.
5348
53491993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5350
5351 * display.texi: Document standard-display-european.
5352
53531993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5354
5355 * Version 19.7 released.
5356
5357 * emacs.texi: Add a sentence to the top menu mentioning the
5358 specific version of Emacs this manual applies to.
5359
53601993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5361
5362 * basic.texi: Document next-line-add-lines variable used to
5363 implement down-arrow.
5364
5365 * killing.texi: Document kill-whole-line.
5366
53671993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5368
5369 * text.texi: Update unix TeX ordering information.
5370
53711993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5372
5373 * news.texi: Mention fill-rectangle in keybinding list.
5374
5375 * killing.texi: Document fill-rectangle.
5376
53771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5378
5379 * vc.texi: Bring the docs up to date with VC 5.2.
5380
53811992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5382
5383 * emacs.tex: Mention blackbox and gomoku under Amusements.
5384 Assembler mode is now mentioned and appropriately indexed
5385 under Programming Modes.
5386
53871991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5388
5389 * emacs.tex: Update TeX ordering information.
5390
8cf51b2c
GM
53911990-06-26 David Lawrence (tale@geech)
5392
5393 * emacs.tex: Note that completion-ignored-extensions is not used
5394 to filter out names when all completions are displayed in
5395 *Completions*.
5396
53971990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5398
5399 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5400
54011990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5402
5403 * emacs.tex: Add @findex grep.
5404
8cf51b2c
GM
54051988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5406
5407 * emacs.tex: Correct two typos. No other changes before
5408 Version 19 will be made.
5409
8cf51b2c
GM
54101988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5411
5412 * emacs.tex: Update information for obtaining TeX distribution from the
5413 University of Washington.
5414
5415;; Local Variables:
c8763fb6 5416;; coding: utf-8
8cf51b2c
GM
5417;; fill-column: 79
5418;; add-log-time-zone-rule: t
5419;; End:
5420
5421 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 5422 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5423
5424 This file is part of GNU Emacs.
5425
352c8b4a 5426 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 5427 it under the terms of the GNU General Public License as published by
352c8b4a
GM
5428 the Free Software Foundation, either version 3 of the License, or
5429 (at your option) any later version.
8cf51b2c
GM
5430
5431 GNU Emacs is distributed in the hope that it will be useful,
5432 but WITHOUT ANY WARRANTY; without even the implied warranty of
5433 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5434 GNU General Public License for more details.
5435
5436 You should have received a copy of the GNU General Public License
352c8b4a 5437 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
5438
5439;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd