Tassilo Horn <tassilo at member.fsf.org>
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
ca8c5b8c
GM
12007-10-25 Glenn Morris <rgm@gnu.org>
2
3 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4
b6c764ef
RS
52007-10-24 Richard Stallman <rms@gnu.org>
6
7 * misc.texi (Interactive Shell): Cleanup last change.
8
eabd84c9
JL
92007-10-22 Juri Linkov <juri@jurta.org>
10
11 * mini.texi (Minibuffer History): Add text about a list of minibuffer
12 default values.
13
0b43c7e2
ER
142007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15
ca8c5b8c 16 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
17 'filesets'.
18
a80859d4
MR
192007-10-18 Martin Rudalics <rudalics@gmx.at>
20
21 * trouble.texi (Quitting): Fix typo.
22
c9447ae1
GM
232007-10-18 Glenn Morris <rgm@gnu.org>
24
25 * frames.texi (Mode Line Mouse): Mention minor mode names.
26
168b980f
JL
272007-10-17 Juri Linkov <juri@jurta.org>
28
29 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
30 fill-paragraph operates on the active region in Transient Mark mode.
31 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
32 with fill-paragraph.
33
34 * basic.texi (Arguments): Replace fill-paragraph-or-region with
35 fill-paragraph.
36
37 * fixit.texi (Spelling): ispell-word operates on the active region
38 in Transient Mark mode.
39
5a331f34
JB
402007-10-17 Aaron S. Hawley <aaronh@garden.org>
41
42 * building.texi (Source Buffers):
43 * custom.texi (Init Non-ASCII):
44 * glossary.texi (Glossary): Use "key binding" consistently.
45
2a9f4d55
JB
462007-10-17 Juanma Barranquero <lekktu@gmail.com>
47
48 * calendar.texi (Diary): Fix directive.
49
de13cecf
RS
502007-10-16 Richard Stallman <rms@gnu.org>
51
52 * calendar.texi (Diary): Clarify text about diary file example.
53
5f90d53e
ER
542007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
55
56 * files.texi: Capitalize node names according to convention.
57
3aa491bc
GM
582007-10-13 Glenn Morris <rgm@gnu.org>
59
60 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
61
8a3106d3
ER
622007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
63
64 * emacs.texi:
65 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 66 suggested by RMS and Robert J. Chassell.
8a3106d3 67
da1080a2
ER
682007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
69
3aa491bc 70 * files.texi (Version Systems):
0870a421
ER
71 * vc-xtra.texi:
72 * vc1-xtra.texi:
ac3f4c6f 73 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 74 operations. Change of terminology from `version' to `revision'.
a7fc5b78 75 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 76 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 77
58ade22b
ER
782007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
79
da1080a2 80 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
81 Reorder the descriptions to be chronological.
82
93870ce2
RS
832007-10-09 Richard Stallman <rms@gnu.org>
84
85 * display.texi (Cursor Display): Correct how cursor appears
86 in nonselected windows.
87
568c7288
NR
882007-10-04 Nick Roberts <nickrob@snap.net.nz>
89
90 * building.texi (GDB Graphical Interface): Remove references to gdba
91 and mention gud-gdb.
92
1af74d06 932007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 94
1af74d06 95 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 96
0d8fb755
JL
972007-10-06 Juri Linkov <juri@jurta.org>
98
99 * text.texi (Fill Commands): Document fill-paragraph-or-region.
100 (Fill Prefix, Format Indentation): Replace fill-paragraph with
101 fill-paragraph-or-region.
102
103 * basic.texi (Arguments): Replace fill-paragraph with
104 fill-paragraph-or-region.
105
b981e2c6
ER
1062007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
107
108 * files.texi: Update the section on version control for 2007
2a9f4d55 109 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
110 will come later.
111
5fceaf9c
GM
1122007-09-15 Glenn Morris <rgm@gnu.org>
113
114 * calendar.texi (Holidays): Change all instances of `holiday-list' back
115 to `list-holidays'.
116
b0e44b17
GM
1172007-09-14 Glenn Morris <rgm@gnu.org>
118
119 * calendar.texi: Update all instances of mark-calendar-holidays,
120 list-calendar-holidays, list-holidays with the new names.
121
8cf51b2c
GM
1222007-09-06 Glenn Morris <rgm@gnu.org>
123
124 * Move manual sources from man/ to subdirectories of doc/.
125 Split into the Emacs manual in emacs/, and other manuals in misc/.
126 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
127 manual.
128 (infodir): New variable.
129 (info): Use $infodir.
130 (emacsman): Delete target, not needed any more.
131 Move all targets that are not the Emacs manual to misc/Makefile.in.
132 (mostlyclean): Remove `gnustmp'.
133 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
134 manual.
92f9b43f 135 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
136 (emacsman): Delete target, not needed any more.
137 (clean): Remove all info files but Emacs manual.
138 Move all targets that are not the Emacs manual to misc/Makefile.in.
139 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
140
141 * Makefile.in (INFOSOURCES): Delete.
142 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
143 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
144 *.vrs *.toc here...
145 (maintainer-clean): ...from here.
146
1472007-09-05 Glenn Morris <rgm@gnu.org>
148
149 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
150
8cf51b2c
GM
1512007-08-29 Glenn Morris <rgm@gnu.org>
152
153 * emacs.texi (EMACSVER): Increase to 23.0.50.
154
3420c522
RS
1552007-08-27 Richard Stallman <rms@gnu.org>
156
157 * emacs.texi (Top): Clarify menu item for Glossary.
158
159 * display.texi (Faces): Change secn title.
160 Clarify not all fonts come from Font Lock.
161
8cf51b2c
GM
1622007-08-17 Eli Zaretskii <eliz@gnu.org>
163
164 * basic.texi (Position Info): Add index entry for face at point.
165 Mention that character faces are also displayed by "C-u C-x =".
166
8cf51b2c
GM
1672007-08-08 Glenn Morris <rgm@gnu.org>
168
169 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
170
1712007-08-07 Chong Yidong <cyd@stupidchicken.com>
172
173 * files.texi (File Conveniences): Document point motion keys in Image
174 mode.
175
8cf51b2c
GM
1762007-07-27 Glenn Morris <rgm@gnu.org>
177
8cf51b2c
GM
178 * emacs.texi (Copying): Include license text from gpl.texi, rather than
179 in-line.
180
181 * gpl.texi: New file with text of GPL.
182 * Makefile.in (EMACSSOURCES): Add gpl.texi.
183
1842007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
185
186 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
187
188 * dired.texi (Wdired): Mention C-x C-q key binding.
189
1902007-07-28 Nick Roberts <nickrob@snap.net.nz>
191
192 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
193
1942007-07-25 Glenn Morris <rgm@gnu.org>
195
8cf51b2c
GM
196 * emacs.texi (Copying): Replace license with GPLv3.
197
198 * Relicense all FSF files to GPLv3 or later.
199
2002007-07-24 Glenn Morris <rgm@gnu.org>
201
202 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
203 for some calendars.
204
2052007-07-23 Nick Roberts <nickrob@snap.net.nz>
206
207 * screen.texi (Mode Line): Describe new mode-line flag that shows if
208 default-directory for the current buffer is on a remote machine.
209
8cf51b2c
GM
2102007-07-21 Eli Zaretskii <eliz@gnu.org>
211
212 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
213 default value.
214
2152007-07-21 Richard Stallman <rms@gnu.org>
216
217 * files.texi (Why Version Control?): Improve previous change.
218
2192007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
220
221 * files.texi (Why Version Control?): New node.
222
8cf51b2c
GM
2232007-07-12 Nick Roberts <nickrob@snap.net.nz>
224
8cf51b2c
GM
225 * building.texi (Starting GUD): Add xref to this anchor.
226
8cf51b2c
GM
2272007-06-24 Karl Berry <karl@gnu.org>
228
2a9f4d55 229 * emacs.texi: New Back-Cover Text.
8cf51b2c 230
8cf51b2c
GM
2312007-06-07 Alan Mackenzie <acm@muc.de>
232
233 * display.texi (Optional Mode Line): Document the new form of
234 line+column numbers, "(561,2)".
235
2362007-06-06 Juanma Barranquero <lekktu@gmail.com>
237
49823426 238 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
239
2402007-06-02 Chong Yidong <cyd@stupidchicken.com>
241
242 * Version 22.1 released.
243
8cf51b2c
GM
2442007-05-07 Karl Berry <karl@gnu.org>
245
246 * emacs.texi (EMACSVER): Back to 22.
247
2482007-05-06 Richard Stallman <rms@gnu.org>
249
250 * maintaining.texi (Create Tags Table): Clean up previous change.
251
2522007-05-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
253
254 * maintaining.texi (Create Tags Table): Add text about the dangers of
255 making symbolic links to tags files.
256
2572007-05-04 Karl Berry <karl@gnu.org>
258
259 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
260
2612007-05-03 Karl Berry <karl@gnu.org>
262
263 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
264
265 * .cvsignore (*.pdf): New entry.
266
8cf51b2c
GM
267 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
268 for printing.
269
2702007-05-01 Richard Stallman <rms@gnu.org>
271
272 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
273
8cf51b2c
GM
2742007-04-28 Glenn Morris <rgm@gnu.org>
275
276 * ack.texi (Acknowledgments):
277 * anti.texi (Antinews):
8cf51b2c
GM
278 * programs.texi (Program Modes): Restore mention of python.el pending
279 consideration of legal status.
280
2812007-04-28 Richard Stallman <rms@gnu.org>
282
283 * files.texi (File Names): Fixes to ~ description on MS systems.
284
8cf51b2c
GM
2852007-04-26 Glenn Morris <rgm@gnu.org>
286
287 * emacs.texi (EMACSVER): Increase to 22.1.50.
288
2892007-04-25 Karl Berry <karl@gnu.org>
290
291 * emacs.texi: Improve line breaks on copyright page,
292 similar layout to lispref, 8.5x11 by default.
293
294 * dired.texi (Image-Dired): Improve line break, fix typo.
295
2962007-04-24 Chong Yidong <cyd@stupidchicken.com>
297
298 * programs.texi (Program Modes):
8cf51b2c
GM
299 * anti.texi (Antinews):
300 * ack.texi (Acknowledgments): python.el removed.
301
8cf51b2c
GM
3022007-04-23 Chong Yidong <cyd@stupidchicken.com>
303
304 * display.texi (Highlight Interactively): Correct description of
305 hi-lock-file-patterns-policy.
306
307 * files.texi (File Archives): Mention self-extracting executables.
308
3092007-04-23 Eli Zaretskii <eliz@gnu.org>
310
311 * search.texi (Unconditional Replace, Query Replace): Add xref to
312 "Replacement and Case".
313
3142007-04-22 Chong Yidong <cyd@stupidchicken.com>
315
316 * dired.texi (Image-Dired): Move from Thumbnails node.
317 * misc.texi (Thumbnails): Node deleted.
318 * emacs.texi (Top): Update node listing.
319
320 * files.texi (File Conveniences):
49823426 321 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
322
3232007-04-21 Richard Stallman <rms@gnu.org>
324
325 * display.texi (Highlight Interactively): Correct previous change.
326 Clarify doc of hi-lock-find-patterns, and move new features into it.
327
3282007-04-20 David Koppelman <koppel@ece.lsu.edu>
329
330 * display.texi (Highlight Interactively): Document
331 hi-lock-file-patterns-policy.
332
3332007-04-20 Martin Rudalics <rudalics@gmx.at>
334
335 * display.texi (Scrolling): Fix typo.
336
8cf51b2c
GM
3372007-04-15 Chong Yidong <cyd@stupidchicken.com>
338
8cf51b2c
GM
339 * doclicense.texi: Remove node heading, so that it can be included by
340 other files.
341
342 * emacs.texi: Insert node heading for GFDL.
343
8cf51b2c
GM
3442007-04-14 Eli Zaretskii <eliz@gnu.org>
345
346 * cmdargs.texi (Colors): Qualify "color of window" index entry by
347 "command line".
348
349 * display.texi (Faces): Refer to "Creating Frames" for face
350 and other frame customizations in .emacs.
351
352 * frames.texi (Creating Frames): Mention that face customizations can
353 be put in .emacs. Add index entries.
354
3552007-04-12 Richard Stallman <rms@gnu.org>
356
357 * glossary.texi (Glossary): Explain `iff'.
358
3592007-04-11 Karl Berry <karl@gnu.org>
360
361 * gnu.texi (Top),
362 * macos.texi (Mac Font Specs),
363 * anti.texi (Antinews),
364 * xresources.texi (Resources),
365 * misc.texi (Emulation),
366 * calendar.texi (Daylight Saving),
367 * dired.texi (Dired and Find),
368 * rmail.texi (Remote Mailboxes),
369 * sending.texi (Mail Headers),
370 * programs.texi (Which Function),
371 * files.texi (Recover),
372 * buffers.texi (Uniquify),
373 * frames.texi (Wheeled Mice),
374 * killing.texi (Rectangles): Wording to improve breaks in
375 8.5x11 format.
376 * mule.texi (Language Environments): \hbadness=10000 since there's
377 no way to reword.
378 * emacs.texi (smallbook): New @set to more easily switch between
379 smallbook and 8.5x11.
380
3812007-04-11 Richard Stallman <rms@gnu.org>
382
383 * files.texi (File Conveniences): Add xref to Tumme.
384 Delete text about Thumbnail mode.
385
8cf51b2c
GM
3862007-04-09 Alan Mackenzie <acm@muc.de>
387
388 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
389 new name. Insert concept index entries.
390
8cf51b2c
GM
3912007-04-08 Chong Yidong <cyd@stupidchicken.com>
392
393 * display.texi (Standard Faces): Document prefix arg for
394 list-faces-display.
395
396 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
397
8cf51b2c
GM
3982007-04-07 Chong Yidong <cyd@stupidchicken.com>
399
8cf51b2c
GM
400 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
401
402 * files.texi (Misc File Ops): Rewrite description of
403 insert-file-literally.
404
8cf51b2c
GM
4052007-03-31 Eli Zaretskii <eliz@gnu.org>
406
407 * misc.texi (Printing): Postscript -> PostScript.
408
8cf51b2c
GM
409 * ack.texi (Acknowledgments): Postscript -> PostScript.
410
411 * custom.texi (Init File, Init Non-ASCII): Fix last change.
412
413 * emacs.texi (Top): Fix the menu due to the change in custom.texi
414 below.
415
4162007-03-30 Chong Yidong <cyd@stupidchicken.com>
417
418 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
419 Init Non-ASCII.
420 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
421 (Init Non-ASCII): New node.
422
4232007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
424
425 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
426
8cf51b2c
GM
4272007-03-12 Glenn Morris <rgm@gnu.org>
428
8cf51b2c
GM
429 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
430 "Daylight Savings".
431
49823426 432 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
433 saving" in text throughout.
434
8cf51b2c
GM
4352007-03-04 Richard Stallman <rms@gnu.org>
436
437 * custom.texi (Safe File Variables): Minor correction.
438
8cf51b2c
GM
4392007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
440
441 * rmail.texi (Movemail): Add internal ref.
442 Don't indent the intro for the PROTO table.
443 Format PROTO table items with @code.
444
8cf51b2c
GM
4452007-02-26 Nick Roberts <nickrob@snap.net.nz>
446
447 * building.texi: Remove references to bashdb.
448
8cf51b2c
GM
4492007-02-19 Juanma Barranquero <lekktu@gmail.com>
450
451 * mule.texi (Language Environments): Update list of supported language
452 environments.
453
8cf51b2c
GM
4542007-02-14 Kim F. Storm <storm@cua.dk>
455
456 * building.texi (Grep Searching): Fix lgrep doc.
457
4582007-02-12 Chong Yidong <cyd@stupidchicken.com>
459
460 * back.texi: Remove unused file.
461
8cf51b2c
GM
4622007-02-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
463
464 * maintaining.texi (Tag Syntax): Now --members is the default for
465 etags, not for ctags yet.
466
8cf51b2c
GM
4672007-02-03 Eli Zaretskii <eliz@gnu.org>
468
469 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
470 headers compliant with Texinfo guidelines and with what texnfo-upd.el
471 expects. Add comments to prevent people from inadvertently modifying
472 the key parts needed by `texinfo-multiple-files-update'.
473
4742007-01-29 Chong Yidong <cyd@stupidchicken.com>
475
476 * frames.texi (Secondary Selection): Window clicked does not matter
477 when mouse-yank-at-point is non-nil.
478
8cf51b2c
GM
4792007-01-16 Glenn Morris <rgm@gnu.org>
480
481 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
482 system abbrev.
483
4842007-01-11 Richard Stallman <rms@gnu.org>
485
486 * msdog.texi (Windows Keyboard): Another small cleanup.
487
4882007-01-10 Richard Stallman <rms@gnu.org>
489
490 * msdog.texi (Windows Keyboard): Yet another try to make
491 everyone happy with that passage.
492
4932007-01-05 Richard Stallman <rms@gnu.org>
494
495 * anti.texi (Antinews): Mention M-x shell scrolling.
496
4972007-01-05 Nick Roberts <nickrob@snap.net.nz>
498
499 * building.texi (Watch Expressions): Describe gdb-max-children.
500
8cf51b2c
GM
5012007-01-04 Richard Stallman <rms@gnu.org>
502
8cf51b2c
GM
503 * msdog.texi (Windows Keyboard): Clarify previous change.
504
8cf51b2c
GM
5052007-01-02 Richard Stallman <rms@gnu.org>
506
507 * custom.texi (Changing a Variable): Minor clarification.
508 (Specific Customization): customize-customized => customize-unsaved.
509
510 * entering.texi (Entering Emacs): Clean up text about restarting
511 Emacs for each file.
512
513 * misc.texi (Shell Options): Minor cleanup.
514
515 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
516 with Emacs, not vice versa.
517
518 * programs.texi (Symbol Completion): Recommend customizing
519 window manager.
520
521 * xresources.texi (Resources): Minor fix.
522
8cf51b2c
GM
5232007-01-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
524
525 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
526
5272007-01-01 Richard Stallman <rms@gnu.org>
528
529 * commands.texi (User Input): Document keys stolen by window mangers.
530
5312006-12-31 Richard Stallman <rms@gnu.org>
532
533 * custom.texi (Specific Customization): Document customize-option
534 instead of customize-variable.
535
5362006-12-31 Kim F. Storm <storm@cua.dk>
537
538 * major.texi (Choosing Modes): Document auto-mode-case-fold.
539
5402006-12-30 Kim F. Storm <storm@cua.dk>
541
542 * killing.texi (CUA Bindings): Fix typo.
543
544 * xresources.texi (Table of Resources): Mention grow-only value for
545 auto-resize-tool-bars.
546
8cf51b2c
GM
5472006-12-27 Eli Zaretskii <eliz@gnu.org>
548
549 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
550 and how to get them back.
551
5522006-12-26 Richard Stallman <rms@gnu.org>
553
554 * calendar.texi (Holidays): Holiday listing is based on current
555 practice, but DST is not.
556
5572006-12-25 Richard Stallman <rms@gnu.org>
558
559 * emacs.texi (Top): Update subnode menus.
560
561 * mark.texi (Transient Mark): Fix xref.
562
563 * killing.texi (Graphical Kill): Node deleted.
564 (Killing): Add xref to Cut and Paste.
565 (CUA Bindings): Update xref.
566
567 * frames.texi (Cut and Paste): New section to hold other nodes.
568 (Mouse Commands): Node demoted.
569 (Cut/Paste Other App): Split out from Mouse Commands.
570 (Word and Line Mouse): Likewise.
571 (Secondary Selection, Clipboard): Nodes demoted.
572
8cf51b2c
GM
5732006-12-24 Kevin Ryde <user42@zip.com.au>
574
575 * calendar.texi (Holidays): US daylight saving begins second Sunday
576 in March for 2007 onwards.
577 (Daylight Savings): Show new US default daylight saving rules, 2nd
578 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
579
5802006-12-23 Chong Yidong <cyd@stupidchicken.com>
581
582 * calendar.texi (Scroll Calendar): < and > are switched.
583
5842006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
585
586 * killing.texi (Deletion): Describe M-\ prefix argument.
587
5882006-12-23 Richard Stallman <rms@gnu.org>
589
590 * search.texi (Regexp Search): Explain why forward and reverse regexp
591 search are not mirror images.
592
8cf51b2c
GM
5932006-12-19 Kim F. Storm <storm@cua.dk>
594
595 * major.texi (Choosing Modes): Describe match-function elements for
596 magic-mode-alist.
597
8cf51b2c
GM
5982006-12-18 Eli Zaretskii <eliz@gnu.org>
599
600 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
601 peculiarities.
602
6032006-12-18 Richard Stallman <rms@gnu.org>
604
605 * abbrevs.texi (Editing Abbrevs): Fix previous change.
606
8cf51b2c
GM
6072006-12-17 Alan Mackenzie <acm@muc.de>
608
609 * programs.texi (Left Margin Paren): Remove the bit which says
610 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
611 Discuss some of the issues of setting this option to nil.
612
6132006-12-17 Glenn Morris <rgm@gnu.org>
614
615 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
616
6172006-12-16 Eli Zaretskii <eliz@gnu.org>
618
619 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
620 (Windows Files): `w32-get-true-file-attributes' is only relevant for
621 NTFS volumes.
622 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
623 volumes.
624
6252006-12-15 Eli Zaretskii <eliz@gnu.org>
626
627 * text.texi (HTML Mode): Fix "C-c TAB".
628
8cf51b2c
GM
6292006-12-09 Richard Stallman <rms@gnu.org>
630
631 * misc.texi (Invoking emacsclient): Simplify TCP file text.
632
6332006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
634
635 * files.texi (Misc File Ops): Document insert-file-literally.
636
6372006-12-08 Eli Zaretskii <eliz@gnu.org>
638
639 * cmdargs.texi (Colors): Note that --color is intended for overriding
640 the terminal defaults, not for normal invocation.
641
642 * misc.texi (Emacs Server): Improve wording. Don't mention the
643 ``server program''. Add a cross-reference to "Init File" node.
644 (Invoking emacsclient): Add index entries. Document both short and
645 long versions of command-line options. Document the -f option.
646
8cf51b2c
GM
6472006-12-06 Richard Stallman <rms@gnu.org>
648
649 * text.texi (Outline Format): Say to set outline-regexp
650 and outline-level with major modes and file local variables.
651
6522006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
653
654 * anti.texi (Antinews): Mention the alternative to
655 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
656
8cf51b2c
GM
657 * misc.texi (Interactive Shell): Ditto.
658
6592006-12-04 Eli Zaretskii <eliz@gnu.org>
660
661 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
662
663 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
664
6652006-12-01 Eli Zaretskii <eliz@gnu.org>
666
667 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
668 colon in the mode line.
669
670 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
671
6722006-11-26 Nick Roberts <nickrob@snap.net.nz>
673
674 * building.texi (Watch Expressions): Mention SPC for expanding/
675 contracting watch expressions.
676
6772006-11-26 Kim F. Storm <storm@cua.dk>
678
679 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
680
6812006-11-26 Nick Roberts <nickrob@snap.net.nz>
682
683 * building.texi (Debugger Operation): Define text command mode.
684 Clarify how tooltips work.
685 (GDB Graphical Interface): Explain how to run in text command mode
686 more clearly.
687
6882006-11-25 Juanma Barranquero <lekktu@gmail.com>
689
690 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
691
6922006-11-22 Juanma Barranquero <lekktu@gmail.com>
693
694 * anti.texi (Antinews): Mention --server-file and TCP sockets.
695
8cf51b2c
GM
6962006-11-18 Chong Yidong <cyd@stupidchicken.com>
697
698 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
699 and EMACS is deprecated.
700
7012006-11-18 Juanma Barranquero <lekktu@gmail.com>
702
703 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
704
7052006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
706
707 * Makefile.in (emacs.dvi): Remove xresmini.texi.
708
709 * emacs.texi: Include xresources.texi both for info and dvi.
710
711 * xresources.texi: Merge text from xresmini.texi.
712
8cf51b2c
GM
7132006-11-12 Roberto Rodr\e,Am\e(Bguez <lanubeblanca@googlemail.com> (tiny change)
714
715 * glossary.texi: Fix typos.
716
8cf51b2c
GM
7172006-11-06 Richard Stallman <rms@gnu.org>
718
719 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
720
721 * ack.texi (Acknowledgments): Fix name spelling.
722
7232006-11-01 Juri Linkov <juri@jurta.org>
724
725 * search.texi (Word Search): Document incremental word search.
726
7272006-10-28 Glenn Morris <rgm@gnu.org>
728
729 * ack.texi (Acknowledgments): Add cal-html author.
730
731 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
732 Calendar"). Describe new package cal-html.
733 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
734 Calendar Files."
735
8cf51b2c
GM
7362006-10-23 Richard Stallman <rms@gnu.org>
737
738 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
739 Abbrev mode is enabled.
740
8cf51b2c
GM
7412006-10-16 Richard Stallman <rms@gnu.org>
742
8cf51b2c
GM
743 * emacs.texi: Update ISBN.
744
8cf51b2c
GM
7452006-10-11 Kim F. Storm <storm@cua.dk>
746
747 * emacs.texi (Acknowledgments): Use @dotless{i}.
748
7492006-10-08 Nick Roberts <nickrob@snap.net.nz>
750
751 * building.texi (Breakpoints Buffer): Mention catchpoints.
752
7532006-10-08 Kim F. Storm <storm@cua.dk>
754
755 * ack.texi (Acknowledgments): Update.
756
757 * emacs.texi (Acknowledgments): Fix bad @/ form.
758
8cf51b2c
GM
7592006-10-05 Kim F. Storm <storm@cua.dk>
760
761 * emacs.texi (Acknowledgments): Add more contributors.
762
7632006-10-03 Richard Stallman <rms@gnu.org>
764
765 * emacs.texi (Acknowledgments): Update version and edition.
766
8cf51b2c
GM
7672006-10-01 Karl Berry <karl@gnu.org>
768
769 * custom.texi (Customization Groups): Page break to keep example buffer
770 on one page.
771
7722006-09-30 Karl Berry <karl@gnu.org>
773
774 * programs.texi (Basic Indent): @need to improve page break.
775 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
776
7772006-09-29 Glenn Morris <rgm@gnu.org>
778
779 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
780
7812006-09-29 Karl Berry <karl@gnu.org>
782
783 * windows.texi (Basic Window): Remove forced @break, no longer
784 desirable.
785 * frames.texi (Frame Commands),
786 * mark.texi (Marking Objects): Reword to avoid bad page break.
787 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
788
7892006-09-19 Richard Stallman <rms@gnu.org>
790
791 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
792 stick to present tense.
793
7942006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
795
796 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
797 to x-gtk-use-old-file-dialog.
798 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
799
8002006-09-15 Jay Belanger <belanger@truman.edu>
801
49823426 802 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
803 Change "Library Public License" to "Lesser Public License"
804 throughout. Use "yyyy" to represent year.
805
8cf51b2c
GM
8062006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
807
808 * files.texi (Visiting): Add index entry "open file".
809
8cf51b2c
GM
8102006-09-11 Richard Stallman <rms@gnu.org>
811
812 * building.texi (Compilation Mode): Clarification.
813 (Grep Searching): Add xref to Compilation Mode.
814
8cf51b2c
GM
8152006-09-08 Richard Stallman <rms@gnu.org>
816
817 * search.texi (Search): Ref multi-file search commands here.
818 (Other Repeating Search): Not here.
819
8cf51b2c
GM
8202006-08-28 Richard Stallman <rms@gnu.org>
821
822 * windows.texi (Split Window): Update xref.
823
824 * basic.texi (Continuation Lines): Update xref.
825
826 * indent.texi (Tab Stops): Update xref.
827
828 * emacs.texi (Top): Update subnode menu.
829
830 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
831 split out of Display Custom.
832
8332006-08-25 Kim F. Storm <storm@cua.dk>
834
835 * display.texi (Display Custom): Add variables overline-margin
836 and x-underline-at-descent-line.
837
8382006-08-25 Richard Stallman <rms@gnu.org>
839
840 * entering.texi (Exiting): Rewrite to give graphical displays
841 priority over text terminals.
842
843 * search.texi (Incremental Search): Move index entries.
844
8452006-08-23 Chong Yidong <cyd@stupidchicken.com>
846
847 * custom.texi (Init File): Reference Find Init to avoid "home
848 directory" confusion.
849
8502006-08-22 Nick Roberts <nickrob@snap.net.nz>
851
852 * building.texi (Other GDB-UI Buffers): Describe how to edit
853 a value in the locals buffer.
854
8552006-08-21 Richard Stallman <rms@gnu.org>
856
857 * search.texi (Basic Isearch): Add `isearch' index entry.
858
8592006-08-16 Richard Stallman <rms@gnu.org>
860
861 * misc.texi (Saving Emacs Sessions): Clean up wording.
862
863 * mark.texi (Marking Objects): Mention term "select all".
864
865 * emacs.texi (Top): Update subnode menu.
866
867 * help.texi (Help Mode): Move node up in file.
868
8cf51b2c
GM
8692006-08-15 Nick Roberts <nickrob@snap.net.nz>
870
871 * building.texi (Stack Buffer): Explain fringe arrow.
872
8cf51b2c
GM
8732006-08-12 Eli Zaretskii <eliz@gnu.org>
874
8cf51b2c
GM
875 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
876 on startup.
877
8782006-08-11 Romain Francoise <romain@orebokech.com>
879
880 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
881
8822006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
883
884 * mule.texi (Recognize Coding, Text Coding): Fix typos.
885
8862006-08-10 Richard Stallman <rms@gnu.org>
887
888 * text.texi (Format Faces): Substantial rewrites to deal
889 with face merging. Empty regions don't count. Clarify
890 face property inheritance.
891
8922006-08-08 Romain Francoise <romain@orebokech.com>
893
894 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
895 <arjuropo@cc.jyu.fi>.
896
8cf51b2c
GM
8972006-08-04 Eli Zaretskii <eliz@gnu.org>
898
899 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
900 apply to all frames.
901
8cf51b2c
GM
9022006-08-01 Richard Stallman <rms@gnu.org>
903
904 * help.texi (Name Help): Add index entries for describe-variable.
905
9062006-08-01 Nick Roberts <nickrob@snap.net.nz>
907
908 * building.texi (GDB Graphical Interface): Shorten node names.
909 (GDB-UI Layout): Use GDB-related.
910 (Other GDB-UI Buffers): Simplify English.
911
9122006-07-31 Richard Stallman <rms@gnu.org>
913
914 * search.texi (Query Replace): Add xref for Dired's Q command.
915
8cf51b2c
GM
9162006-07-31 Nick Roberts <nickrob@snap.net.nz>
917
918 * building.texi (GDB commands in Fringe): Rename to...
919 (Source Buffers): ..this and move forward. Describe hollow arrow and
920 new option gdb-find-source-frame.
921
9222006-07-29 Richard Stallman <rms@gnu.org>
923
924 * dired.texi (Operating on Files): Simplify previous change
925 and fix Texinfo usage.
926
9272006-07-29 Eli Zaretskii <eliz@gnu.org>
928
929 * dired.texi (Operating on Files): Add cross-references. State the
930 Unix commands that do similar things.
931
9322006-07-28 Richard Stallman <rms@gnu.org>
933
934 * mark.texi (Transient Mark): Clarify that region never disappears
935 when Transient Mark mode is off, and not when it is on.
936
9372006-07-27 Richard Stallman <rms@gnu.org>
938
939 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
940
9412006-07-24 Richard Stallman <rms@gnu.org>
942
943 * xresources.texi (GTK styles): Fix texinfo usage.
944
8cf51b2c
GM
945 * commands.texi (User Input): Explain why we teach keyboard cmds.
946
947 * xresources.texi, xresmini.texi, search.texi, programs.texi:
948 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
949 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
950 * doclicense.texi, display.texi, dired.texi, basic.texi:
951 * anti.texi, ack.texi: Move periods and commas inside quotes.
952
9532006-07-22 Eli Zaretskii <eliz@gnu.org>
954
955 * cmdargs.texi (General Variables): Document EMAIL.
956
9572006-07-21 Eli Zaretskii <eliz@gnu.org>
958
959 * frames.texi (Frame Commands): Mention that focus-follows-mouse
960 doesn't have effect on MS-Windows.
961
8cf51b2c
GM
9622006-07-17 Richard Stallman <rms@gnu.org>
963
964 * building.texi (Grep Searching): Explain about chaining grep commands.
965
8cf51b2c
GM
9662006-07-10 Nick Roberts <nickrob@snap.net.nz>
967
49823426 968 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
969
9702006-07-09 Chong Yidong <cyd@stupidchicken.com>
971
972 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
973 is invoked for multiple files.
974
9752006-07-08 Eli Zaretskii <eliz@gnu.org>
976
977 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
978 on-line manual for the rest of this node.
979 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
980 unconditionally.
981 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
982 Improve wording.
983 (Windows Printing): Improve wording.
984 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
985 rest of this node.
986
8cf51b2c
GM
9872006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
988
49823426
GM
989 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
990 with eval-buffer.
8cf51b2c
GM
991
9922006-07-05 Nick Roberts <nickrob@snap.net.nz>
993
994 * mule.texi (Coding Systems, Specify Coding): Link descriptions
995 of character translation.
996
9972006-07-04 Nick Roberts <nickrob@snap.net.nz>
998
999 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1000
10012006-07-03 Karl Berry <karl@gnu.org>
1002
1003 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1004 not-too-underfull hboxes in the TeX output.
1005 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1006 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1007 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1008 * sending.texi, text.texi: Fix overfull/underfull boxes.
1009
10102006-07-03 Romain Francoise <romain@orebokech.com>
1011
1012 * m-x.texi (M-x): Fix.
1013
10142006-07-03 Richard Stallman <rms@gnu.org>
1015
8cf51b2c
GM
1016 * search.texi (Other Repeating Search): filename -> file name.
1017
1018 * misc.texi (Narrowing): Minor cleanups.
1019
1020 * files.texi (Visiting): filename -> file name.
1021
1022 * emacs.texi (Top): Update subnode menus.
1023
1024 * mule.texi (Coding Systems): Move char translation stuff here.
1025 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1026 (Recognize Coding): Substantial local rewrites.
1027 (International): Update menu.
1028
1029 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1030 (Scrolling): Substantial local rewrites.
1031 (Display): Update menu and intro.
1032
1033 * dired.texi: filename -> file name.
1034
1035 * custom.texi (Safe File Variables): Texinfo usage fix.
1036
10372006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1038
1039 * help.texi, m-x.texi: Lots of cleanups.
1040
8cf51b2c
GM
10412006-06-30 Eli Zaretskii <eliz@gnu.org>
1042
1043 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1044 (Windows Processes, Windows Misc): Shorten the printed version by
1045 selectively conditioning less important portions by @ifnottex.
1046
8cf51b2c
GM
10472006-06-27 Richard Stallman <rms@gnu.org>
1048
1049 * mini.texi (Minibuffer File): Minor cleanup.
1050
10512006-06-25 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * frames.texi (XTerm Mouse): Rename to...
1054 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1055
1056 * emacs.texi (Top): Use new node name.
1057
10582006-06-24 Eli Zaretskii <eliz@gnu.org>
1059
1060 * emacs.texi (Top): Update the detailed menu according to changes in
1061 msdog.texi.
1062
1063 * msdog.texi (Windows Keyboard): New section.
1064 (Windows Mouse): New section.
1065 (Windows System Menu): Remove section (text merged with "Windows
1066 Keyboard").
1067 (Windows Misc): New section.
1068
1069 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1070
1071 * msdog.texi (ls in Lisp): New section.
1072
1073 * files.texi (Visiting): Document case-insensitive wildcard matching
1074 under find-file-wildcards.
1075
8cf51b2c
GM
10762006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1077
1078 * macos.texi (Mac Input): Add description of mac-function-modifier.
1079 Now Unicode keyboard layouts work.
1080
8cf51b2c
GM
10812006-06-10 Richard Stallman <rms@gnu.org>
1082
1083 * mule.texi (Recognize Coding): Clarify previous change.
1084
10852006-06-09 Kenichi Handa <handa@m17n.org>
1086
1087 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1088 notation.
1089
10902006-06-07 Kevin Ryde <user42@zip.com.au>
1091
1092 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1093 manual for @ifnottex, but in emacs-extra for @iftex.
1094
1095 * cmdargs.texi (General Variables): Fix smtpmail xref.
1096
10972006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1098
8cf51b2c 1099 * programs.texi (Comment Commands):
8cf51b2c 1100 * custom.texi (Specifying File Variables):
49823426 1101 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1102
11032006-06-07 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * building.texi (Watch Expressions): Move node to end.
1106 (GDB Graphical Interface): Move description of clicks in fringe...
1107 (GDB commands in the Fringe): ...to here. New node.
1108
8cf51b2c
GM
11092006-06-05 Romain Francoise <romain@orebokech.com>
1110
49823426 1111 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
1112
11132006-06-05 Nick Roberts <nickrob@snap.net.nz>
1114
1115 * building.texi (GDB Graphical Interface): Update bindings.
1116 (Commands of GUD): Add gud-print. Remove gud-run.
1117 Restate availability more generally.
1118
11192006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1120
1121 * mini.texi: Lots of cleanups.
1122
11232006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1124
1125 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1126 and Mouse-2.
1127
11282006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1129
1130 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1131
8cf51b2c
GM
11322006-05-31 Richard Stallman <rms@gnu.org>
1133
1134 * basic.texi (Moving Point): Fix previous change.
1135
8cf51b2c
GM
11362006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1137
1138 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1139
11402006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1141
1142 * basic.texi: Many simplifications and improvements in wording.
1143
8cf51b2c
GM
11442006-05-26 Nick Roberts <nickrob@snap.net.nz>
1145
1146 * anti.texi (Antinews): Create a node for gdb-ui.
1147
8cf51b2c
GM
11482006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1149
1150 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1151
11522006-05-20 Richard Stallman <rms@gnu.org>
1153
1154 * dired.texi (Dired Navigation): dired-goto-file is now j.
1155
8cf51b2c
GM
11562006-05-20 Eli Zaretskii <eliz@gnu.org>
1157
1158 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1159 and their aliases.
1160
1161 * msdog.texi (Windows Printing): Mention non-support of plain text
1162 printing with some el-cheapo printers, and suggest a workaround.
1163
11642006-05-20 Kevin Ryde <user42@zip.com.au>
1165
1166 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1167 remove the bit saying you must set it.
1168
11692006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1170
1171 * trouble.texi (Checklist):
1172 * text.texi (Text, Auto Fill, Text Mode):
1173 * search.texi (Nonincremental Search):
1174 * rmail.texi (Rmail Labels):
1175 * mule.texi (Input Methods, Multibyte Conversion):
1176 * misc.texi (Gnus, Where to Look, PostScript):
1177 * maintaining.texi (Create Tags Table):
1178 * indent.texi (Indentation Commands):
1179 * fixit.texi (Spelling):
1180 * emacs.texi (Copying):
1181 * custom.texi (Init File): ifinfo -> ifnottex.
1182
8cf51b2c
GM
11832006-05-17 Richard Stallman <rms@gnu.org>
1184
1185 * files.texi (Diff Mode): Mention C-x `.
1186
11872006-05-08 Richard Stallman <rms@gnu.org>
1188
1189 * custom.texi (Disabling): Textual cleanups.
1190
8cf51b2c
GM
11912006-05-12 Glenn Morris <rgm@gnu.org>
1192
1193 * calendar.texi (Displaying the Diary, Format of Diary File):
1194 Refer to diary-view-entries, diary-list-entries,
1195 diary-show-all-entries rather than obsolete aliases.
1196
11972006-05-12 Eli Zaretskii <eliz@gnu.org>
1198
1199 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1200 (Displaying the Diary, Special Diary Entries, Importing Diary):
1201 * building.texi (Compilation Shell):
1202 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1203 emacs-xtra with @inforef's.
1204
1205 * files.texi (Visiting): Fix wording.
1206
1207 * mule.texi (Coding Systems, Text Coding): More indexing.
1208 Mention that C-x RET f can set eol conversion.
1209
8cf51b2c
GM
12102006-05-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1211
1212 * xresmini.texi (GTK resources): Insert GTK description.
1213
1214 * xresources.texi (GTK resources): metafont should be menufont.
1215
8cf51b2c
GM
12162006-05-06 Michael Albinus <michael.albinus@gmx.de>
1217
49823426 1218 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
1219 method, user name and host name is active only in partial
1220 completion mode.
1221
8cf51b2c
GM
12222006-05-06 Eli Zaretskii <eliz@gnu.org>
1223
1224 * makefile.w32-in (emacs.dvi):
1225 * Makefile.in (emacs.dvi): Add xresmini.texi.
1226
1227 * xresmini.texi (Table of Resources): Remove xref to non-existent
1228 node "LessTif Resources".
1229
1230 * msdog.texi (Microsoft Windows):
1231 * calendar.texi (Calendar/Diary, Displaying the Diary)
1232 (Special Diary Entries, Importing Diary, Holidays):
1233 * programs.texi (Program Modes):
1234 * text.texi (Text):
1235 * buffers.texi (Several Buffers):
1236 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1237
12382006-05-06 Eli Zaretskii <eliz@gnu.org>
1239
1240 The following changes merge the emacs-xtra manual into the main
1241 manual, but only for on-line version of the manual.
1242
1243 * vc2-xtra.texi (Version Backups, Local Version Control)
1244 (Making Snapshots, Change Logs and VC, Version Headers)
1245 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1246 on-line manual.
1247
1248 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1249 for on-line manual.
1250
1251 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1252 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1253 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1254 for on-line manual.
1255
1256 * fortran-xtra.texi (Fortran, Fortran Autofill)
1257 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1258 for on-line manual.
1259
1260 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1261 Conditional xref's for on-line manual.
1262
1263 * emerge-xtra.texi (Emerge, Overview of Emerge)
1264 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1265 manual.
1266
1267 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1268 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1269 (EMACSSOURCES): Use EMACS_XTRA.
1270 (../info/emacs-xtra): Remove.
1271 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1272
1273 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1274 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1275 (EMACSSOURCES): Use EMACS_XTRA.
1276 ($(infodir)/emacs-xtra): Remove.
1277 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1278
1279 * trouble.texi (Quitting):
1280 * text.texi (Text):
1281 * programs.texi (Program Modes):
1282 * msdog.texi (Microsoft Windows):
1283 * frames.texi (Frames):
1284 * files.texi (Backup, Version Control, VC Concepts)
1285 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1286 (Registering, VC Status, VC Undo, Multi-User Branching)
1287 (Comparing Files):
1288 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1289 (Displaying the Diary, Special Diary Entries, Importing Diary):
1290 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1291 conditional xref's, depending on @iftex/@ifnottex.
1292
1293 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1294 "MS-DOS". @include msdog-xtra.texi.
1295
1296 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1297 <Top Level> [ifnottex]: @include fortran-xtra.texi.
1298
1299 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1300 for vc-xtra.texi subsections.
1301 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1302 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1303
1304 * sending.texi (Sending Mail): A @node line without explicit Prev,
1305 Next, and Up links.
1306
1307 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1308 Next, and Up links.
1309
1310 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1311 and its sections. @include picture-xtra.texi.
1312
1313 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1314 "Emerge".
1315 (List Tags) [ifnottex]: @include emerge-xtra.texi.
1316
1317 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1318 exact duplicate of its name-sake in calendar.texi.
1319
1320 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1321 "Advanced Calendar/Diary Usage".
1322 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1323
1324 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1325 dired-xtra.texi.
1326 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1327
1328 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1329 (Files) [ifnottex]: Add menu entry for Autorevert.
1330
1331 * emacs-xtra.texi (Introduction): Reword to make consistent with
1332 printed version only.
1333 <Top level>: Remove the body of all chapters and move them to the
1334 new *-xtra.texi files. Use @raisesections and @lowersections to
1335 convert sections to chapters etc.
1336
1337 * msdog-xtra.texi:
1338 * fortran-xtra.texi:
1339 * vc-xtra.texi:
1340 * vc1-xtra.texi:
1341 * vc2-xtra.texi:
1342 * emerge-xtra.texi:
1343 * cal-xtra.texi:
1344 * dired-xtra.texi:
1345 * arevert-xtra.texi: New files, with text from respective chapters
1346 of emacs-xtra.texi. Convert each @chapter into @section, @section
1347 into @subsection, etc.
1348
1349 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
1350 updated.
1351
1352 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1353 Windows". All references updated.
1354
13552006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1356
1357 * macos.texi (Mac Input): Mention input from Character Palette.
1358 (Mac Font Specs): Fix typo.
1359
13602006-05-05 Richard Stallman <rms@gnu.org>
1361
1362 * files.texi (Diff Mode): Minor cleanup.
1363
13642006-05-05 Karl Berry <karl@gnu.org>
1365
8cf51b2c
GM
1366 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1367 errors from the current release of makeinfo (4.8).
1368 * help.texi (Library Keywords): Change widest word in multitable
1369 template from `emulations' to `convenience'. (Not sure if this is
1370 related to the font change.)
1371
13722006-05-05 Eli Zaretskii <eliz@gnu.org>
1373
1374 * files.texi (File Names): Add a footnote about limited support of
1375 ~USER on MS-Windows.
1376
1377 * cmdargs.texi (Initial Options): Add a footnote about limited
1378 support of ~USER on MS-Windows.
1379
13802006-05-03 Richard Stallman <rms@gnu.org>
1381
1382 * files.texi (Diff Mode): Node moved here.
1383 (Comparing Files): Delete what duplicates new node.
1384 (Files): Put Diff Mode in menu.
1385
1386 * misc.texi (Diff Mode): Moved to files.texi.
1387
1388 * emacs.texi (Top): Update menu for Diff Mode.
1389
1390 * trouble.texi (Emergency Escape): Simplify.
1391
1392 * emacs.texi (Top): Minor clarification.
1393
13942006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1395
1396 * commands.texi, entering.texi, screen.texi: Many simplifications.
1397
13982006-05-03 Richard Stallman <rms@gnu.org>
1399
1400 * commands.texi (Text Characters): Delete paragraph about unibyte
1401 non-ASCII printing chars.
1402
1403 * killing.texi (Killing): Say "graphical displays".
1404 * display.texi: Say "graphical displays".
1405
1406 * cmdargs.texi (Misc X): Say "graphical displays".
1407
14082006-05-01 Richard Stallman <rms@gnu.org>
1409
1410 * emacs.texi (Top): Add Diff Mode to menu.
1411
14122006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1413
1414 * misc.texi (Diff Mode): New node.
1415
14162006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1417
1418 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1419 (Mac Environment Variables): Shorten example line.
1420 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
1421
14222006-05-01 Nick Roberts <nickrob@snap.net.nz>
1423
1424 * building.texi (GUD Customization): Describe cases %d and %c.
1425 Update description for %e.
1426
14272006-04-30 Glenn Morris <rgm@gnu.org>
1428
1429 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1430
14312006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1432
1433 * custom.texi (Examining): Update C-h v output example.
1434
14352006-04-29 Kim F. Storm <storm@cua.dk>
1436
1437 * building.texi (Grep Searching): Add lgrep and rgrep.
1438
8cf51b2c
GM
14392006-04-23 Richard Stallman <rms@gnu.org>
1440
1441 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1442
1443 * xresmini.texi: New file.
1444
1445 * xresources.texi (Face Resources): Split table into font resources
1446 and the rest. Combine similar attributes for brevity.
1447
8cf51b2c
GM
14482006-04-21 Eli Zaretskii <eliz@gnu.org>
1449
1450 * emacs-xtra.texi (MS-DOS File Names): Remove section about
1451 backslashes and case-insensitivity in file names (moved to the
1452 main manual).
1453 (MS-DOS Printing): Move most of the text to the main manual.
1454
1455 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1456 New nodes.
1457 (Windows Processes, Windows System Menu): Add index entries and
1458 fix wording.
1459
8cf51b2c
GM
14602006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1461
1462 * misc.texi (Shell Ring): Add notes on saved input when
1463 navigating off the end of the history list.
1464
14652006-04-18 Chong Yidong <cyd@mit.edu>
1466
1467 * misc.texi (Shell Options): Correct default value of
1468 comint-scroll-show-maximum-output.
1469
8cf51b2c
GM
14702006-04-18 Nick Roberts <nickrob@snap.net.nz>
1471
1472 * building.texi (Watch Expressions): Update.
1473
8cf51b2c
GM
14742006-04-12 Richard Stallman <rms@gnu.org>
1475
1476 * search.texi: Clean up previous change.
1477
14782006-04-12 Eli Zaretskii <eliz@gnu.org>
1479
1480 * search.texi (Regexp Backslash, Regexp Replace): Add index
1481 entries for ``back reference'' and mention the term itself in the
1482 text.
1483
14842006-04-11 Richard Stallman <rms@gnu.org>
1485
1486 * custom.texi (Safe File Variables):
1487 Document enable-local-variables = :safe.
1488
14892006-04-11 Karl Berry <karl@gnu.org>
1490
1491 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1492 (Remote Repositories, Version Backups, Local Version Control)
1493 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1494 (Miscellaneous Commands and Features of VC, Change Logs and VC)
1495 (Renaming VC Work Files and Master Files)
1496 (Inserting Version Control Headers, Customizing VC, General Options)
1497 (Options for RCS and SCCS, Options specific for CVS): Move all
1498 these nodes to emacs-xtra.texi, for brevity.
1499 * cmdargs.texi, files.texi: Change cross-references.
1500
8cf51b2c
GM
15012006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1502
1503 * files.texi (Old Versions): Update description of vc-annotate's
1504 use of color to indicate date ranges.
1505
8cf51b2c
GM
15062006-04-09 Kevin Ryde <user42@zip.com.au>
1507
8cf51b2c
GM
1508 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1509 put info and printed manual names the right way around.
1510
15112006-04-09 Karl Berry <karl@gnu.org>
1512
1513 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1514 emacs-xtra.texi, leaving only MS Windows information.
1515 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1516 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1517 node names.
1518
1519 * emacs.texi: Move @summarycontents and @contents to the beginning
1520 of the file.
1521
8cf51b2c
GM
15222006-04-08 Kevin Ryde <user42@zip.com.au>
1523
1524 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1525
15262006-04-07 Richard Stallman <rms@gnu.org>
1527
1528 * programs.texi (Comments, Comment Commands, Options for Comments)
1529 (Multi-Line Comments): "Align", not "indent".
1530 (Basic Indent): C-j deletes trailing whitespace before the newline.
1531
15322006-04-06 Richard Stallman <rms@gnu.org>
1533
8cf51b2c
GM
1534 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1535
15362006-04-06 Eli Zaretskii <eliz@gnu.org>
1537
1538 * killing.texi (Rectangles): Add index entry for marking a rectangle.
1539
8cf51b2c
GM
15402006-04-05 Richard Stallman <rms@gnu.org>
1541
1542 * emacs.texi (Top): Update subnode menu.
1543
1544 * trouble.texi (Unasked-for Search): Node deleted.
1545 (Lossage): Delete from menu.
1546
15472006-04-04 Richard Stallman <rms@gnu.org>
1548
1549 * trouble.texi: Various cleanups.
1550 (Checklist): Don't bother saying how to snail a bug report.
1551 (Emergency Escape): Much rewriting.
1552 (After a Crash): Rename the core dump immediately.
1553 (Total Frustration): Call it a psychotherapist.
1554 (Bug Criteria): Avoid "illegal instruction".
1555 (Sending Patches): We always put the contributor's name in.
1556
1557 * misc.texi (Thumbnails): Minor correction.
1558
8cf51b2c
GM
15592006-04-03 Richard Stallman <rms@gnu.org>
1560
1561 * misc.texi (Thumbnails): Minor cleanup.
1562
15632006-04-02 Karl Berry <karl@gnu.org>
1564
1565 * sending.texi (Mail Sending): pxref to Top needs five args.
1566
1567 * texinfo.tex: Update to current version (2006-03-21.13).
1568
8cf51b2c
GM
15692006-03-31 Richard Stallman <rms@gnu.org>
1570
1571 * emacs.texi (Top): Update subnode menu.
1572
1573 * help.texi (Help Mode): Cleanup.
1574
1575 * dired.texi: Many cleanups.
1576 (Dired Deletion): Describe dired-recursive-deletes.
1577 (Operating on Files): dired-create-directory moved.
1578 (Misc Dired Features): Move to here.
1579 (Tumme): Node moved to misc.texi.
1580
1581 * custom.texi: Many cleanups.
1582 (Minor Modes): Don't mention ISO Accents Mode.
1583 (Examining): Update C-h v output example.
1584 (Hooks): Add index and xref for add-hook.
1585 (Locals): Delete list of vars that are always per-buffer. Rearrange.
1586 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
1587
1588 * misc.texi: Many cleanups.
1589 (beginning): Add to summary of topics.
1590 (Shell): Put eshell xref at the end. Remove eshell from table.
1591 (Thumbnails): New node.
1592
8cf51b2c
GM
15932006-03-28 Eli Zaretskii <eliz@gnu.org>
1594
1595 * files.texi (File Name Cache): Make it clear that the cache is
1596 not persistent.
1597
8cf51b2c
GM
15982006-03-25 Karl Berry <karl@gnu.org>
1599
49823426
GM
1600 * emacs-xtra.texi, emacs.texi, gnu.texi:
1601 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
1602 (2) do not indent copyright year list (or anything else).
1603
8cf51b2c
GM
16042006-03-21 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * files.texi (VC Dired Mode): Remove misplaced brackets.
1607
16082006-03-21 Andre Spiegel <spiegel@gnu.org>
1609
1610 * files.texi: Various updates and clarifications in the VC chapter.
1611
16122006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * help.texi (Help Mode): Document "C-c C-c".
1615
8cf51b2c
GM
16162006-03-16 Luc Teirlinck <teirllm@auburn.edu>
1617
1618 * emacs-xtra.texi (Top): Avoid ugly continuation line in
1619 menu in the standalone Info reader.
1620
16212006-03-15 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
1624 moved here from Emacs manual.
1625
1626 * programs.texi (Fortran): Section moved to emacs-xtra.
1627 (Program Modes): Xref to Fortran in emacs-xtra.
1628
1629 * maintaining.texi (Emerge): Move to emacs-xtra.
1630 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
1631
1632 * picture.texi: File deleted.
1633 * Makefile.in:
1634 * makefile.w32-in: Remove picture.texi.
1635
1636 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
1637 * abbrevs.texi (Abbrevs):
1638 * sending.texi (Sending Mail): Picture node removed.
1639
1640 * emacs.texi (Top): Update node listings.
1641
8cf51b2c
GM
16422006-03-12 Richard Stallman <rms@gnu.org>
1643
1644 * calendar.texi: Various cleanups.
1645
8cf51b2c
GM
16462006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1647
1648 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
1649 syntax.
1650
8cf51b2c
GM
16512006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1652
1653 * search.texi (Regexps): More accurately describe which characters
1654 are special in which situations. Recommend _not_ to quote `]' or
1655 `-' when they are not special.
1656
8cf51b2c
GM
16572006-02-28 Andre Spiegel <spiegel@gnu.org>
1658
1659 * files.texi (Old Versions): Clarify operation of C-x v =.
1660
8cf51b2c
GM
16612006-02-21 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * building.texi (Watch Expressions): Update and describe
1664 gdb-speedbar-auto-raise.
1665
16662006-02-19 Richard M. Stallman <rms@gnu.org>
1667
1668 * emacs.texi: Use @smallbook.
1669 (Top): Update ref to Emacs paper, delete ref to Cookbook.
1670 Update subnode menu.
1671
1672 * building.texi (Lisp Interaction): Minor addition.
1673
16742006-02-18 Nick Roberts <nickrob@snap.net.nz>
1675
1676 * building.texi (Watch Expressions): Update and be more precise.
1677
8cf51b2c
GM
16782006-02-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
1679
1680 * maintaining.texi (Create Tags Table): Explain why the
1681 exception when etags writes to files under the /dev tree.
1682
16832006-02-14 Richard M. Stallman <rms@gnu.org>
1684
1685 * custom.texi (Safe File Variables): Lots of clarification.
1686 Renamed from Unsafe File Variables.
1687
16882006-02-14 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * custom.texi (Unsafe File Variables): File variable confirmation
1691 assumed denied in batch mode.
1692
16932006-02-14 Richard M. Stallman <rms@gnu.org>
1694
1695 * building.texi (GDB User Interface Layout): Don't say `inferior'
1696 for program being debugged.
1697
16982006-02-15 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * building.texi (GDB Graphical Interface):
1701 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
1702
17032006-02-13 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * custom.texi (Specifying File Variables, Unsafe File Variables):
1706 New nodes, split from File Variables. Document new file local
1707 variable behavior.
1708
17092006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1710
1711 * display.texi (Standard Faces):
8cf51b2c
GM
1712 * files.texi (Visiting):
1713 * frames.texi (Clipboard):
1714 * glossary.texi (Glossary) <Clipboard>:
1715 * xresources.texi (X Resources): Mention Mac OS port.
1716
8cf51b2c
GM
17172006-02-12 Richard M. Stallman <rms@gnu.org>
1718
1719 * building.texi (Building): Clarify topic in intro.
1720
1721 * maintaining.texi (Maintaining): Change title; clarify topic.
1722 Delete duplicate index entries.
1723
1724 * building.texi (Other GDB User Interface Buffers): Clarifications.
1725
1726 * text.texi (Cell Commands): Clarifications.
1727
1728 * programs.texi (Defuns): Delete duplicate explanation of
1729 left-margin paren convention.
1730 (Hungry Delete): Minor cleanup.
1731
17322006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
1733
1734 * dired.texi (Tumme): More tumme documentation.
1735
17362006-02-11 Alan Mackenzie <acm@muc.de>
1737
1738 * programs.texi ("Hungry Delete"): Correct the appellation of the
1739 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
1740
17412006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
1742
1743 * dired.texi (Tumme): Fix small bug.
1744
17452006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1746
1747 * macos.texi (Mac International): Rename "fontset-mac" to
1748 "fontset-standard".
1749
8cf51b2c
GM
17502006-02-09 Mathias Dahl <mathias.dah@gmail.com>
1751
1752 * dired.texi (Tumme): Basic documentation for Tumme added.
1753
8cf51b2c
GM
17542006-02-07 Luc Teirlinck <teirllm@auburn.edu>
1755
1756 * mule.texi (International):
1757 * programs.texi (Basic Indent): Fix typos.
1758
8cf51b2c
GM
1759 * custom.texi (Minor Modes):
1760 * display.texi (Text Display):
1761 * commands.texi (Text Characters): Update xrefs.
1762
17632006-02-07 Richard M. Stallman <rms@gnu.org>
1764
1765 * emacs.texi (Top): Update subnode menu.
1766 Update info on old Emacs papers.
1767 (Intro): "Graphical display", not window system.
1768
1769 * xresources.texi (GTK styles): Minor clarifications.
1770
1771 * trouble.texi: "Graphical display", not window system.
1772 (Stuck Recursive): Minor clarification.
1773
1774 * text.texi: Minor clarifications.
1775 (Sentences): Explain why two-space convention is better.
1776 Explain sentence-end-without-period here.
1777 (Fill Commands): Not here.
1778 (Refill): Node moved down.
1779 (Filling): Update menu.
1780 (Table Creation, Cell Justification, Column Commands): Clarify.
1781
1782 * sending.texi: Minor clarifications.
1783
1784 * search.texi (Regexp Backslash): Clarification.
1785
1786 * rmail.texi: Minor cleanups.
1787 (Rmail): Delete digression about `rmail-mode'.
1788 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
1789 (Rmail Files): Mention C-u M-x rmail.
1790 (Rmail Reply): Mention References.
1791 (Rmail Display): Mention rmail-nonignored-headers.
1792
1793 * programs.texi: Minor cleanups.
1794 (Comment Commands): Mention momentary Transient Mark mode.
1795 (Matching): Be more specific about customizing show-paren-mode.
1796 (Info Lookup): Don't list the modes that support C-h S.
1797 Just say what it does in an unsupported mode.
1798 (Man Page): Delete excessive info on customizing woman.
1799 (Motion in C): Don't mention c-for/backward-into-nomenclature.
1800
1801 * abbrevs.texi: Minor clarifications.
1802 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
1803 not "dynamic abbrevs" as if they were a kind of abbrev.
1804
1805 * picture.texi (Picture): Minor cleanup.
1806
1807 * mule.texi (Communication Coding): Say "other applications".
1808 (Fontsets): Not specific to X. Add xref to X Resources.
1809 (Unibyte Mode): Rename from Single-Byte Character Support.
1810 "Graphical display", not window system.
1811 (International): Update menu.
1812
1813 * maintaining.texi (Format of ChangeLog):
1814 New node, split out from ChangeLog.
1815 (ChangeLog): Clarifications in the remaining text.
1816 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
1817 (Find Tag): Add @w.
1818 (Tags Search): Explain tag table order here. Simplify grep ref.
1819 (List Tags): tags-tag-face is a variable, not a face.
1820 (Emerge): Cleanups.
1821
1822 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
1823 (Keyboard Macros): Avoid "the user".
1824
1825 * killing.texi: "Graphical display", not window system.
1826
1827 * help.texi (Help Echo): "Graphical display", not window system.
1828
1829 * glossary.texi: Say "you", not "the user". Say "graphical display".
1830
1831 * frames.texi: Minor cleanups. "Graphical display", not window system.
1832
1833 * files.texi (Visiting): Make drag-and-drop not X-specific.
1834
1835 * custom.texi: Minor cleanups. "Graphical display", not window system.
1836
1837 * cmdargs.texi: Minor cleanups.
1838
1839 * building.texi (Compilation): Move and split kill-compilation para.
1840 Add para about multiple compilers.
1841 (Compilation Mode): Commands also available in grep mode and others.
1842 Mention C-u C-x ` more tutorially. Clarify C-x `.
1843 (Compilation Shell): Clarify. Put Bash example first.
1844 (Grep Searching): Minor cleanups; add @w.
1845 (Debuggers): Minor cleanups.
1846 (Starting GUD): Make GDB xgraphical mode issue clearer.
1847 (Debugger Operation): Lots of clarifications including
1848 GDB tooltip side-effect issue.
1849 (Commands of GUD): Clarify.
1850 (GUD Customization): Add bashdb-mode-hook.
1851 (GDB Graphical Interface): Rewrite for clarity.
1852 (GDB User Interface Layout): Rewrite for clarity.
1853 (Stack Buffer, Watch Expressions): Likewise.
1854 (Other GDB User Interface Buffers): Cleanups.
1855 (Lisp Libraries, External Lisp): Cleanup.
1856
1857 * basic.texi (Position Info): "Graphical displays", rather than
1858 window systems.
1859
1860 * anti.texi: Minor cleanup.
1861
8cf51b2c
GM
18622006-02-03 Eli Zaretskii <eliz@gnu.org>
1863
1864 * custom.texi (Init File, Find Init): Add cross-references to
1865 where $HOME is described.
1866
18672006-02-01 Luc Teirlinck <teirllm@auburn.edu>
1868
1869 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
1870 is not inside the @table.
1871
1872 * emacs.texi (Top): Correct node name.
1873
1874 * files.texi (File Names): Fix @xref.
1875 (Reverting): Fix typo.
1876
1877 * mule.texi (International): Correct node name.
1878
1879 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
1880
18812006-02-01 Richard M. Stallman <rms@gnu.org>
1882
1883 * emacs.texi (Top): Update subnode menu.
1884
1885 * mule.texi: Minor clarifications.
1886 Reduce the specific references to X Windows.
1887 Refer to "graphical" terminals, rather than window systems.
1888 (Text Coding): Rename from Specify Coding.
1889 (Communication Coding, File Name Coding, Terminal Coding):
1890 New nodes split out from Text Coding.
1891
1892 * kmacro.texi: Minor clarifications.
1893 (Keyboard Macro Ring): Comment out some excessive commands.
1894 (Basic Keyboard Macro): Split up the table, putting part in each node.
1895
1896 * major.texi: Minor clarifications.
1897
1898 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
1899
1900 * windows.texi: Minor clarifications.
1901 (Change Window): Don't describe mode-line mouse cmds here.
1902 Add xref to Mode Line Mouse.
1903
1904 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
1905
1906 * macos.texi (Mac International): Fix xref.
1907
1908 * indent.texi: Minor clarifications.
1909
1910 * frames.texi: Minor clarifications.
1911 Reduce the specific references to X Windows.
1912 Refer to "graphical" terminals, rather than window systems.
1913 (Frame Parameters): Don't mention commands like
1914 set-foreground-color. Just say to customize a face.
1915 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
1916
1917 * files.texi: Minor clarifications.
1918 (Numbered Backups): New node, split out from Backup Names.
1919
1920 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
1921
1922 * cmdargs.texi (General Variables): Fix xref.
1923
1924 * buffers.texi: Minor clarifications.
1925
8cf51b2c
GM
19262006-01-31 Richard M. Stallman <rms@gnu.org>
1927
1928 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
1929 Nodes moved to top.
1930
1931 * display.texi: Minor clarifications.
1932 (Display): Rearrange menu.
1933 (Standard Faces): Mention query-replace face.
1934 (Faces): Simplify.
1935 (Font Lock): Simplify face customization info.
1936 (Highlight Changes): Node merged into Highlight Interactively.
1937 (Highlight Interactively): Much rewriting and cleanup.
1938 (Optional Mode Line): Narrowed line number not good for goto-line.
1939 Simplify face customization advice.
1940 (Text Display): Mention use of escape-glyph face.
1941 Move ctl-arrow and tab-width here.
1942 (Display Custom): Move no-redraw-on-reenter to end of node.
1943
1944 * search.texi: Minor clarifications.
1945 (Isearch Scroll): Simplify.
1946 (Other Repeating Search): Document multi-occur-in-matching-buffers.
1947
1948 * regs.texi (Registers): Mention bookmarks here.
1949
1950 * mark.texi: Minor clarifications.
1951 (Selective Undo): Node deleted.
1952
1953 * m-x.texi: Minor clarifications.
1954
1955 * killing.texi: Minor clarifications.
1956 Refer to "graphical" terminals, rather than window systems.
1957
1958 * help.texi: Clarifications.
1959 (Help): Don't describe C-h F and C-h K here.
1960 (Key Help): Describe C-h K here.
1961 (Name Help): Mention Emacs Lisp Intro.
1962 Describe C-h F here.
1963 (Misc Help): Mention C-h F and C-h K only briefly.
1964
1965 * fixit.texi (Undo): New node, mostly copied from basic.texi.
1966 Selective undo text merged in.
1967 (Spelling): Mention Aspell along with Ispell.
1968
1969 * emacs.texi (Top): Update subnode menus.
1970
1971 * basic.texi (Basic Undo): Rename from Undo. Most of text
1972 moved to new Undo node.
1973
8cf51b2c
GM
19742006-01-29 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * basic.texi (Continuation Lines, Inserting Text):
1977 Mention longlines mode.
1978
19792006-01-29 Richard M. Stallman <rms@gnu.org>
1980
1981 * screen.texi: Minor cleaups.
1982 (Screen): Clean up the intro paragraphs.
1983 (Mode Line): Lots of rewriting. Handle frame-name better.
1984 eol-mnemonic-... vars moved out.
1985
1986 * emacs.texi (Top): Change menu item for MS-DOS node.
1987 Update subnode menu.
1988
1989 * msdog.texi (MS-DOS): Rewrite intro to explain how this
1990 chapter relates to Windows. Title changed.
1991
1992 * mini.texi: Minor cleanups.
1993
1994 * mark.texi (Selective Undo): New node, text moved from basic.texi.
1995 (Mark): Put it in the menu.
1996
1997 * entering.texi: Minor cleanups.
1998
1999 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2000 (Intro): Refer to "graphical" terminals, rather than X.
2001
2002 * display.texi (Display Custom): Add xref to Variables.
2003 (Optional Mode Line): eol-mnemonic-... vars moved here.
2004
2005 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2006 rather than X.
2007
8cf51b2c
GM
2008 * basic.texi: Minor cleanups.
2009 (Undo): selective-undo moved.
2010
8cf51b2c
GM
20112006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2012
2013 * anti.texi (Antinews): Various corrections and additions.
2014
20152006-01-23 Juri Linkov <juri@jurta.org>
2016
2017 * custom.texi (Easy Customization, Customization Groups)
2018 (Browsing Custom): Mention links along with buttons.
2019
8cf51b2c
GM
20202006-01-21 Eli Zaretskii <eliz@gnu.org>
2021
8cf51b2c
GM
2022 * text.texi (TeX Print): Use @key for TAB.
2023
8cf51b2c
GM
2024 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2025
8cf51b2c
GM
20262006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2027
2028 * files.texi (File Aliases): Don't claim that usually separate
2029 buffers are created for two file names that name the same data.
2030 Mention additional situations where different names mean the same
2031 file on disk.
2032
20332006-01-19 Richard M. Stallman <rms@gnu.org>
2034
2035 * killing.texi (Deletion): Upcase @key argument.
2036
2037 * custom.texi (Custom Themes): Minor cleanup.
2038
2039 * programs.texi (Hungry Delete): Upcase @key argument.
2040
8cf51b2c
GM
20412006-01-16 Juri Linkov <juri@jurta.org>
2042
2043 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2044 Move `mode-line-highlight' before `mode-line-buffer-id'.
2045
8cf51b2c
GM
20462006-01-14 Richard M. Stallman <rms@gnu.org>
2047
2048 * basic.texi (Inserting Text): Minor cleanup.
2049
8cf51b2c
GM
20502006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2051
2052 * custom.texi (Changing a Variable, Face Customization):
2053 Update for changes in Custom menus.
2054
8cf51b2c
GM
20552006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2056
2057 * macos.texi (Mac International): Undo last change.
2058
8cf51b2c
GM
20592006-01-02 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * custom.texi (Custom Themes): Describe the new
2062 customize-create-theme interface.
2063
20642005-12-30 Juri Linkov <juri@jurta.org>
2065
2066 * basic.texi (Position Info): Update example.
2067
8cf51b2c
GM
20682005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2069
2070 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2071
20722005-12-24 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * custom.texi (Custom Themes): `load-theme' always loads.
2075
20762005-12-23 Juri Linkov <juri@jurta.org>
2077
2078 * display.texi (Highlight Interactively): Use double space to
2079 separate sentences. Replace C-p with M-p, and C-n with M-n.
2080
20812005-12-22 Richard M. Stallman <rms@gnu.org>
2082
2083 * custom.texi (Easy Customization and subnodes):
2084 Replace "active field" with "button".
2085 Use "user option" only for variables.
2086 Use "setting" for variable-or-face.
2087
20882005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2089
2090 * buffers.texi (Select Buffer): Change order in table to make
2091 "Similar" refer to the correct item.
2092 (Indirect Buffers): Minor rewording.
2093
8cf51b2c
GM
20942005-12-20 Juri Linkov <juri@jurta.org>
2095
2096 * files.texi (VC Status): Put P and N near p and n.
2097
8cf51b2c
GM
20982005-12-19 Richard M. Stallman <rms@gnu.org>
2099
2100 * programs.texi (Electric C): Delete the info about newline control.
2101 (Other C Commands): Minor cleanup.
2102 (Left Margin Paren): Minor cleanup.
2103
21042005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2105
2106 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2107 (Customization Groups): Delete text moved to "Browsing Custom".
2108 (Browsing Custom): New node.
2109 (Specific Customization): Clarify which commands only work for
2110 loaded options.
2111
21122005-12-18 Bill Wohler <wohler@newt.com>
2113
2114 * frames.texi (Tool Bars): Shorten text of previous change.
2115
21162005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2117
2118 * files.texi (VC Status): Document log-view mode.
2119
21202005-12-18 Bill Wohler <wohler@newt.com>
2121
2122 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2123 permanently via the customize interface.
2124
8cf51b2c
GM
21252005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2126
2127 * killing.texi (Killing by Lines): Document `kill-whole-line'
2128 function.
2129
8cf51b2c
GM
21302005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2131
2132 * buffers.texi (Select Buffer): Change `prev-buffer' to
2133 `previous-buffer'. Indicate that these functions use a frame
2134 local buffer list.
2135
8cf51b2c
GM
21362005-12-12 Richard M. Stallman <rms@gnu.org>
2137
2138 * custom.texi (Easy Customization): Change menu comment.
2139 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2140
2141 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2142 (Help): Among the Apropos commands, describe only C-h a here.
2143
21442005-12-11 Richard M. Stallman <rms@gnu.org>
2145
2146 * programs.texi (Options for Comments): Comment-end starts with space.
2147
2148 * glossary.texi (Glossary): Minor cleanup.
2149
2150 * files.texi (Old Versions): Use @table.
2151
8cf51b2c
GM
21522005-12-10 David Koppelman <koppel@ece.lsu.edu>
2153
2154 * display.texi (Highlight Interactively): Include
2155 global-hi-lock-mode. Add miscellaneous details and elaborations.
2156
21572005-12-09 Richard M. Stallman <rms@gnu.org>
2158
2159 * display.texi (Font Lock): Delete the Global FL menu item.
2160
21612005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2162
2163 * custom.texi (Minibuffer Maps): Mention the maps for file name
2164 completion.
2165
21662005-12-09 Kim F. Storm <storm@cua.dk>
2167
2168 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2169 prefix keys even when mark is active. Decribe that RET moves
2170 cursor to next corner in rectangle; clarify insert around rectangle.
2171
8cf51b2c
GM
21722005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2173
2174 * custom.texi (Customization): Use xref to elisp manual for
2175 non-TeX output.
2176 (Minor Modes): Update.
2177 (Customization Groups, Changing a Variable, Face Customization):
2178 Update for new appearance of Custom buffers.
2179 (Changing a Variable): `custom-buffer-done-function' has been
2180 replaced by `custom-buffer-done-kill'.
2181 (Specific Customization): In the `customize-group' buffer, a
2182 subgroup's contents are not "hidden". They are not included at
2183 all. They have no [Show] button.
2184 (Mouse Buttons): Add pxref to description of mouse event lists in
2185 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2186 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2187 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2188
21892005-12-08 Richard M. Stallman <rms@gnu.org>
2190
2191 * mini.texi (Completion Commands, Completion):
2192 In file name input, SPC does not do completion.
2193
8cf51b2c
GM
21942005-12-08 Nick Roberts <nickrob@snap.net.nz>
2195
2196 * building.texi (GDB Graphical Interface): Explain screen size
2197 setting.
2198 (Other GDB User Interface Buffers): Describe features specific to
2199 GDB 6.4.
2200
8cf51b2c
GM
22012005-12-01 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * building.texi (GDB User Interface Layout): Describe how to
2204 kill associated buffers.
2205 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2206 (Watch Expressions): Be more precise.
2207 (Other GDB User Interface Buffers): Describe how to change a
2208 register value.
2209
8cf51b2c
GM
22102005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2211
2212 * macos.texi (Mac Input): Remove description of
2213 mac-command-key-is-meta. Add descriptions of
2214 mac-control-modifier, mac-command-modifier, and
2215 mac-option-modifier.
2216 (Mac International): Fix description of conversion of clipboard data.
2217 (Mac Font Specs): Add example of font customization by face attributes.
2218
22192005-11-22 Nick Roberts <nickrob@snap.net.nz>
2220
2221 * building.texi (Watch Expressions): Expand description.
2222 (Other GDB User Interface Buffers): Describe local map for
2223 gud-watch.
2224
22252005-11-21 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * display.texi (Font Lock): Font lock is enabled by default now.
2228
22292005-11-20 Juri Linkov <juri@jurta.org>
2230
2231 * basic.texi (Position Info): Update examples of the output.
2232 Remove the fact that examples are produced in the TeXinfo buffer,
2233 because in the Info reader users will get a different output from
2234 `C-x ='.
2235
2236 * building.texi (Compilation Mode): Remove paragraph duplicated
2237 from the node `Compilation'. Add `compilation-skip-threshold'.
2238
2239 * display.texi (Font Lock): Suggest more user-friendly method of
2240 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2241
22422005-11-18 Richard M. Stallman <rms@gnu.org>
2243
2244 * files.texi (Registering): Mention @@ in mode line.
2245
2246 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2247
22482005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2249
2250 * files.texi (Renaming and VC): Some back-ends don't
2251 handle renaming.
2252
8cf51b2c
GM
22532005-11-17 Juri Linkov <juri@jurta.org>
2254
2255 * emacs.texi (Top):
2256 * display.texi (Highlight Interactively): Put this font-lock based
2257 mode near Font Lock node.
2258
22592005-11-16 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2262 icons.
2263
22642005-11-12 Kim F. Storm <storm@cua.dk>
2265
2266 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2267 (Help Summary): Add C-h d and C-h e.
2268 (Apropos): Clarify that all apropos commands may search for either
2269 list of words or a regexp. Add C-h d for apropos-documentation.
2270 Describe apropos-documentation-sort-by-scores user option.
2271
8cf51b2c
GM
22722005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * killing.texi (CUA Bindings): Add @section.
2275
22762005-11-10 Kim F. Storm <storm@cua.dk>
2277
2278 * emacs.texi (Top): Add CUA Bindings entry to menu.
2279
2280 * killing.texi (CUA Bindings): New node. Moved here from
2281 misc.texi and extended with info on rectangle commands and
2282 rectangle highlighting, interface to registers, and the global
2283 mark feature.
2284
2285 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2286
2287 * regs.texi: Prev link points to CUA Bindings node.
2288
22892005-11-07 Luc Teirlinck <teirllm@auburn.edu>
2290
2291 * help.texi (Help Echo): By default, help echos are only shown on
2292 mouse-over, not on point-over.
2293
22942005-11-04 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org>
2295
2296 * misc.texi (Shell Mode): Describe how to activate password echoing.
2297
8cf51b2c
GM
22982005-11-04 Romain Francoise <romain@orebokech.com>
2299
2300 * mark.texi (Mark Ring): Fix typo.
2301
23022005-11-03 Richard M. Stallman <rms@gnu.org>
2303
2304 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2305
23062005-11-01 Bill Wohler <wohler@newt.com>
2307
2308 * help.texi (Help Mode): Fix typo.
2309
23102005-11-01 Nick Roberts <nickrob@snap.net.nz>
2311
2312 * building.texi (Other GDB User Interface Buffers): Describe
2313 the command gdb-use-inferior-io-buffer.
2314
23152005-10-31 Romain Francoise <romain@orebokech.com>
2316
2317 * files.texi (Compressed Files): Fix typo.
2318
2319 * buffers.texi (Misc Buffer): Downcase `*shell*'.
2320
2321 * windows.texi (Force Same Window): Likewise.
2322
23232005-10-30 Bill Wohler <wohler@newt.com>
2324
2325 * help.texi (Help Mode): URLs viewed with browse-url.
2326
23272005-10-31 Nick Roberts <nickrob@snap.net.nz>
2328
2329 * building.texi (GDB Graphical Interface): Don't reference
2330 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
2331 must stay in same frame.
2332
23332005-10-29 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * custom.texi (Init File): Document ~/.emacs.d/init.el.
2336
2337 * anti.texi (Antinews): Likewise.
2338
8cf51b2c
GM
23392005-10-28 Bill Wohler <wohler@newt.com>
2340
2341 * help.texi (Help): Help mode now creates hyperlinks for URLs.
2342
23432005-10-28 Richard M. Stallman <rms@gnu.org>
2344
2345 * files.texi (Visiting): Explain how to enter ? in a file name.
2346
2347 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2348
8cf51b2c
GM
23492005-10-25 Nick Roberts <nickrob@snap.net.nz>
2350
2351 * building.texi (GDB Graphical Interface): Describe
2352 gdb-mouse-until.
2353
23542005-10-23 Richard M. Stallman <rms@gnu.org>
2355
2356 * custom.texi (Init File): Recommend when to use site-start.el.
2357
8cf51b2c
GM
23582005-10-21 Juri Linkov <juri@jurta.org>
2359
2360 * custom.texi (Examining): Mention accessing the old variable
2361 value via M-n in set-variable.
2362
8cf51b2c
GM
23632005-10-18 Romain Francoise <romain@orebokech.com>
2364
2365 * files.texi (Version Systems): Capitalize GNU.
2366
8cf51b2c
GM
23672005-10-18 Nick Roberts <nickrob@snap.net.nz>
2368
2369 * building.texi (Compilation Mode): Remove redundant paragraph.
2370 (Watch Expressions): Remove paragraph to reflect code change.
2371
8cf51b2c
GM
23722005-10-16 Richard M. Stallman <rms@gnu.org>
2373
2374 * building.texi (Compilation Mode, Compilation): Clarified.
2375
23762005-10-15 Richard M. Stallman <rms@gnu.org>
2377
2378 * misc.texi (Saving Emacs Sessions): Mention savehist library.
2379
8cf51b2c
GM
23802005-10-13 Kenichi Handa <handa@m17n.org>
2381
2382 * basic.texi (Position Info): Fix previous change.
2383
23842005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2385
2386 * cmdargs.texi (Icons X): Fix typo.
2387
23882005-10-12 Kenichi Handa <handa@m17n.org>
2389
2390 * basic.texi (Position Info): Describe the case that Emacs shows
2391 "part of display ...".
2392
8cf51b2c
GM
23932005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2394
2395 * cmdargs.texi (Icons X): -nb => -nbi.
2396
23972005-10-10 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * frames.texi (Speedbar): A couple more clarifications.
2400
24012005-10-11 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * building.texi (GDB User Interface Layout): Improve diagram.
2404 (Watch Expressions): Explain how to make speedbar global.
2405 (Other GDB User Interface Buffers): Make references more precise.
2406
8cf51b2c
GM
24072005-10-09 Richard M. Stallman <rms@gnu.org>
2408
2409 * frames.texi (Speedbar): Clarify the text.
2410
24112005-10-09 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * frames.texi (Speedbar): Add information on keybindings,
2414 dismissing the speedbar, and buffer display mode. Link to
2415 speedbar manual.
2416
24172005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2418
2419 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2420 added -nb, --no-bitmap-icon.
2421
8cf51b2c
GM
24222005-10-07 Nick Roberts <nickrob@snap.net.nz>
2423
2424 * building.texi (GDB Graphical Interface): Add variables and
2425 functions to indices. Be more precise.
2426
8cf51b2c
GM
24272005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2428
2429 * frames.texi (Drag and Drop): Remove the x- from
2430 x-dnd-open-file-other-window and xdnd-protocol-alist.
2431
24322005-09-30 Romain Francoise <romain@orebokech.com>
2433
2434 * mini.texi (Minibuffer): The default value now appears before the
2435 colon in minibuffer prompts.
2436
8cf51b2c
GM
24372005-09-25 Richard M. Stallman <rms@gnu.org>
2438
2439 * search.texi (Regexp Search): Doc search-whitespace-regexp.
2440
8cf51b2c
GM
24412005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2442
2443 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2444
8cf51b2c
GM
24452005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2446
2447 * emacs.texi (Top): Update submenus from macos.texi.
2448
2449 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2450 (Mac OS): Update feature support status.
2451 (Mac Input): List supported input scripts. Remove description
2452 about `mac-keyboard-text-encoding'. Mention mouse button
2453 emulation and related variables.
2454 (Mac International): Mention Central European and Cyrillic
2455 support. Now `keyboard-coding-system' is dynamically changed.
2456 Add description about coding system for selection. Add
2457 description about language environment.
2458 (Mac Environment Variables): Mention
2459 `~/.MacOSX/environment.plist'. Give example of command line
2460 arguments. Add Preferences support.
2461 (Mac Directories): Explicitly state that this node is for Mac OS
2462 Classic only.
2463 (Mac Font Specs): Mention specification for scalable fonts. List
2464 supported charsets. Add preferred way of creating fontsets. Add
2465 description about `mac-allow-anti-aliasing'.
2466 (Mac Functions): Add descriptions about `mac-set-file-creator',
2467 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2468 and `mac-get-preference'.
2469
8cf51b2c
GM
24702005-09-16 Romain Francoise <romain@orebokech.com>
2471
2472 Update all files to specify GFDL version 1.2.
2473
2474 * doclicense.texi (GNU Free Documentation License): Update to
2475 version 1.2.
2476
24772005-09-15 Richard M. Stallman <rms@gnu.org>
2478
2479 * buffers.texi (List Buffers): Fix xref.
2480
2481 * rmail.texi (Rmail Basics): Fix xref.
2482
2483 * emacs.texi (Top): Update subnode menus.
2484
2485 * files.texi (Saving Commands): New node, broken out of Saving.
2486 (Customize Save): New node, broken out of Saving.
2487 Clarify effect of write-region-inhibit-fsync.
2488 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2489
8cf51b2c
GM
24902005-09-14 Romain Francoise <romain@orebokech.com>
2491
2492 * files.texi (Saving): Mention write-region-inhibit-fsync.
2493
24942005-09-05 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * custom.texi (Custom Themes): New node.
2497
24982005-09-03 Richard M. Stallman <rms@gnu.org>
2499
49823426
GM
2500 * search.texi (Search Case): Mention vars that control
2501 case-fold-search for various operations.
8cf51b2c
GM
2502
25032005-08-22 Juri Linkov <juri@jurta.org>
2504
2505 * display.texi (Standard Faces): Merge the text from
2506 `(elisp)Standard Faces' into this node.
2507
25082005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2509
2510 * emacs.texi (Top): Delete menu item for deleted node
2511 Keyboard Translations.
2512
25132005-08-18 Richard M. Stallman <rms@gnu.org>
2514
8cf51b2c
GM
2515 * trouble.texi (Unasked-for Search):
2516 Delete xref to Keyboard Translations.
2517
2518 * glossary.texi (Glossary): Delete xref.
2519
8cf51b2c
GM
2520 * custom.texi (Minor Modes): Say that the list here is not complete.
2521 (Keyboard Translations): Node deleted.
2522 (Disabling): Delete xref to it.
2523 (Customization Groups): Fix Custom buffer example.
2524 (Hooks): Mention remove-hooks.
2525
25262005-08-17 Luc Teirlinck <teirllm@auburn.edu>
2527
2528 * building.texi (GDB Graphical Interface): Improve filling of menu
2529 item.
2530
25312005-08-18 Nick Roberts <nickrob@snap.net.nz>
2532
2533 * building.texi (GDB Graphical Interface): Use better node names.
2534
25352005-08-14 Richard M. Stallman <rms@gnu.org>
2536
2537 * text.texi (Sentences): Fix xref.
2538
25392005-08-14 Juri Linkov <juri@jurta.org>
2540
2541 * building.texi (Compilation, Grep Searching): Move grep command
2542 headings from `Compilation' to `Grep Searching'.
2543
2544 * dired.texi (Dired and Find):
2545 * maintaining.texi (Tags Search): Replace grep xref to
2546 `Compilation' node with `Grep Searching'.
2547
2548 * files.texi (Comparing Files): Replace xref to `Compilation' with
2549 `Compilation Mode'.
2550
25512005-08-13 Alan Mackenzie <acm@muc.de>
2552
2553 * search.texi (Non-ASCII Isearch): Correct a typo.
2554 (Replacement Commands): Mention query-replace key binding.
2555
25562005-08-11 Richard M. Stallman <rms@gnu.org>
2557
2558 * programs.texi (Options for Comments): Fix xref.
2559
2560 * search.texi (Regexp Backslash, Regexp Example): New nodes split
2561 out of Regexps.
2562
8cf51b2c
GM
25632005-08-09 Juri Linkov <juri@jurta.org>
2564
2565 * building.texi (Compilation): Use `itemx' instead of `item'.
2566 (Grep Searching): Simplify phrase.
2567
2568 * display.texi (Standard Faces): Describe vertical-border on
2569 window systems.
2570
2571 * windows.texi (Split Window): Simplify phrase and mention
2572 vertical-border face.
2573
25742005-08-09 Richard M. Stallman <rms@gnu.org>
2575
2576 * files.texi (Comparing Files): Clarify compare-windows.
2577
2578 * calendar.texi (Scroll Calendar): Document < and > in calendar.
2579
8cf51b2c
GM
25802005-08-06 Eli Zaretskii <eliz@gnu.org>
2581
2582 * mule.texi (Coding Systems): Rephrase the paragraph about
2583 codepages: no need for "M-x codepage-setup" anymore, except on
2584 MS-DOS.
2585
2586 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
2587 the MS-DOS port only.
2588
25892005-07-30 Eli Zaretskii <eliz@gnu.org>
2590
2591 * makefile.w32-in (info): Don't run multi-install-info.bat.
2592 ($(infodir)/dir): New target, produced by running
2593 multi-install-info.bat.
2594
8cf51b2c
GM
25952005-07-22 Eli Zaretskii <eliz@gnu.org>
2596
2597 * files.texi (Quoted File Names): Add index entry.
2598
8cf51b2c
GM
25992005-07-19 Juri Linkov <juri@jurta.org>
2600
2601 * files.texi (Comparing Files): Mention resync for `compare-windows'.
2602
26032005-07-18 Juri Linkov <juri@jurta.org>
2604
8cf51b2c
GM
2605 * custom.texi (Easy Customization):
2606 * files.texi (Old Versions):
2607 * frames.texi (Wheeled Mice):
2608 * mule.texi (Specify Coding):
8cf51b2c
GM
2609 * text.texi (Cell Justification):
2610 * trouble.texi (After a Crash):
8cf51b2c
GM
2611 * xresources.texi (GTK styles):
2612 Delete duplicate duplicate words.
2613
26142005-07-17 Richard M. Stallman <rms@gnu.org>
2615
2616 * frames.texi (Creating Frames): Fix foreground color example.
2617
2618 * custom.texi (Init Examples): Clean up text about conditionals.
2619
26202005-07-16 Richard M. Stallman <rms@gnu.org>
2621
2622 * mini.texi (Completion Commands): Fix command name for ?.
2623
8cf51b2c
GM
26242005-07-16 Eli Zaretskii <eliz@gnu.org>
2625
2626 * display.texi (Standard Faces): Explain that customization of
2627 `menu' face has no effect on w32 and with GTK. Add
2628 cross-references.
2629
2630 * cmdargs.texi (General Variables): Clarify the default location
2631 of $HOME on w32 systems.
2632
26332005-07-15 Jason Rumney <jasonr@gnu.org>
2634
2635 * cmdargs.texi (General Variables): Default HOME on MS Windows has
2636 changed.
2637
26382005-07-08 Kenichi Handa <handa@m17n.org>
2639
2640 * mule.texi (Recognize Coding): Recommend
2641 revert-buffer-with-coding-system instead of revert-buffer.
2642
26432005-07-07 Richard M. Stallman <rms@gnu.org>
2644
2645 * anti.texi (Antinews): Mention mode-line-inverse-video.
2646
2647 * files.texi (Saving): Minor correction about C-x C-w.
2648
2649 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
2650
26512005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2652
2653 * search.texi (Isearch Scroll): Add example of using the
2654 `isearch-scroll' property.
2655 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
2656 `Display Custom' node.
2657 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
2658 and de-emphasize it.
2659 (Other Repeating Search): `occur' currently can not correctly
2660 handle multiline matches. Correct, clarify and update description
2661 of `flush-lines' and `keep-lines'.
2662
2663 * display.texi (Display Custom): Add anchor for `baud-rate'.
2664
26652005-07-07 Richard M. Stallman <rms@gnu.org>
2666
2667 * gnu.texi: Update where to get GNU status; add refs for how to help.
2668 Add footnotes 6 and 7.
2669
26702005-07-04 Lute Kamstra <lute@gnu.org>
2671
2672 Update FSF's address in GPL notices.
2673
8cf51b2c 2674 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
2675 * trouble.texi (Checklist): Update FSF's address.
2676
8cf51b2c
GM
26772005-06-24 Richard M. Stallman <rms@gnu.org>
2678
2679 * display.texi (Text Display): Change index entries.
2680
26812005-06-24 Eli Zaretskii <eliz@gnu.org>
2682
2683 * makefile.w32-in (MAKEINFO): Use --force.
2684 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
2685 Makefile.in.
8cf51b2c
GM
2686
26872005-06-23 Richard M. Stallman <rms@gnu.org>
2688
2689 * anti.texi (Antinews): Renamed show-nonbreak-escape to
2690 nobreak-char-display.
2691
2692 * emacs.texi (Top): Update detailed node listing.
2693
2694 * display.texi (Text Display): Renamed show-nonbreak-escape
2695 to nobreak-char-display and no-break-space to nobreak-space.
2696 (Standard Faces): Split up the list of standard faces
2697 and put it in a separate node. Add nobreak-space and
2698 escape-glyph.
2699
8cf51b2c
GM
27002005-06-23 Lute Kamstra <lute@gnu.org>
2701
2702 * mule.texi (Select Input Method): Fix typo.
2703
27042005-06-23 Kenichi Handa <handa@m17n.org>
2705
2706 * mule.texi (International): List all supported scripts. Adjust
2707 text for that leim is now included in the normal Emacs
2708 distribution.
2709 (Language Environments): List all language environments.
2710 Intlfonts contains fonts for most supported scripts, not all..
2711 (Select Input Method): Refer to C-u C-x = to see how to type to
2712 input a specifc character.
2713 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
2714
27152005-06-23 Juanma Barranquero <lekktu@gmail.com>
2716
49823426 2717 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
2718
27192005-06-22 Miles Bader <miles@gnu.org>
2720
2721 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
2722
27232005-06-20 Miles Bader <miles@gnu.org>
2724
2725 * display.texi (Faces): Add `vertical-divider'.
2726
27272005-06-17 Richard M. Stallman <rms@gnu.org>
2728
2729 * text.texi (Adaptive Fill): Minor clarification.
2730
8cf51b2c
GM
27312005-06-10 Lute Kamstra <lute@gnu.org>
2732
2733 * emacs.texi (Top): Correct version number.
2734 * anti.texi (Antinews): Correct version number. Use EMACSVER to
2735 refer to the current version of Emacs.
2736
27372005-06-08 Luc Teirlinck <teirllm@auburn.edu>
2738
2739 * files.texi (Log Buffer): Document when there can be more than
2740 one file to be committed.
2741
27422005-06-08 Juri Linkov <juri@jurta.org>
2743
2744 * display.texi (Faces): Add `shadow' face.
2745
27462005-06-07 Masatake YAMATO <jet@gyve.org>
2747
2748 * display.texi (Faces): Write about mode-line-highlight.
2749
27502005-06-06 Richard M. Stallman <rms@gnu.org>
2751
2752 * misc.texi (Printing Package): Explain how to initialize
2753 printing package.
2754
2755 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
2756
27572005-06-05 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * emacs.texi: Rename Hardcopy to Printing.
2760 Make PostScript and PostScript Variables subnodes of it.
2761
2762 * misc.texi (Printing): Rename node from Hardcopy.
2763 Mention menu bar options.
2764 Move PostScript and PostScript Variables to submenu.
2765 (Printing package): New node.
2766
2767 * mark.texi (Using Region): Change Hardcopy xref to Printing.
2768
2769 * dired.texi (Operating on Files): Likewise.
2770
2771 * calendar.texi (Displaying the Diary): Likewise.
2772
2773 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
2774
2775 * glossary.texi (Glossary): Likewise.
2776
2777 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
2778 effect.
2779
27802005-06-04 Richard M. Stallman <rms@gnu.org>
2781
2782 * trouble.texi (After a Crash): Polish previous change.
2783
8cf51b2c
GM
27842005-05-30 Noah Friedman <friedman@splode.com>
2785
2786 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
2787 recovery mechanism.
2788
8cf51b2c
GM
27892005-05-28 Nick Roberts <nickrob@snap.net.nz>
2790
2791 * building.texi (Other Buffers): SPC toggles display of
2792 floating point registers.
2793
8cf51b2c
GM
27942005-05-27 Nick Roberts <nickrob@snap.net.nz>
2795
2796 * files.texi (Log Buffer): Merge in description of Log Edit
2797 mode from pcl-cvs.texi.
2798
27992005-05-26 Richard M. Stallman <rms@gnu.org>
2800
2801 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
2802
8cf51b2c
GM
28032005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2804
2805 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
2806 not enabled by default.
2807 When not on a word, `ispell-word' by default checks the word
2808 before point.
2809
28102005-05-24 Nick Roberts <nickrob@snap.net.nz>
2811
2812 * building.texi (Debugger Operation): Simplify last sentence.
2813
28142005-05-23 Lute Kamstra <lute@gnu.org>
2815
2816 * emacs.texi: Update FSF's address throughout.
2817 (Preface): Use @cite.
2818 (Distrib): Add cross reference to the node "Copying". Mention the
2819 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
2820 printed manuals.
2821 (Intro): Use @xref for the Emacs Lisp Intro.
2822
8cf51b2c
GM
28232005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2824
2825 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
2826
2827 * basic.texi (Moving Point): Mention default for `goto-line'.
2828
2829 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
2830 of a variable's docstring.
2831
28322005-05-18 Lute Kamstra <lute@gnu.org>
2833
2834 * maintaining.texi (Overview of Emerge): Add cross reference.
2835 Remove duplication.
2836
2837 * emacs.texi (Top): Update to the current structure of the manual.
2838 * misc.texi (Emacs Server): Add menu description.
2839 * files.texi (Saving): Fix menu.
2840 * custom.texi (Customization): Fix menu.
2841 * mule.texi (International): Fix menu.
2842 * kmacro.texi (Keyboard Macros): Fix menu.
2843
28442005-05-16 Luc Teirlinck <teirllm@auburn.edu>
2845
2846 * display.texi: Various minor changes.
2847 (Faces): Delete text that is repeated in the next section.
2848
28492005-05-16 Nick Roberts <nickrob@snap.net.nz>
2850
2851 * building.texi (Debugger Operation): Mention GUD tooltips are
2852 disabled with GDB in text command mode.
2853
8cf51b2c
GM
28542005-05-16 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * building.texi: Replace toolbar with "tool bar" for consistency.
2857 (Compilation Mode): Describe compilation-context-lines
2858 and use of arrow in compilation buffer.
2859 (Debugger Operation): Replace help text with variable's value.
2860
2861 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
2862 consistency.
2863
28642005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2865
2866 * major.texi (Choosing Modes): normal-mode processes the -*- line.
2867 Add xref.
2868
8cf51b2c
GM
28692005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2870
2871 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
2872 (Position Info): Delete discussion of `goto-line'. It is already
2873 described in `Moving point'.
2874
2875 * mini.texi (Completion Commands): Correct reference.
2876 (Completion Options): Fix typo.
2877
2878 * killing.texi (Deletion): Complete description of `C-x C-o'.
2879
8cf51b2c
GM
28802005-05-10 Richard M. Stallman <rms@gnu.org>
2881
2882 * building.texi (Compilation): Clarify recompile's directory choice.
2883
2884 * frames.texi (Tooltips): Cleanups.
2885
2886 * basic.texi (Arguments): Fix punctuation.
2887
28882005-05-09 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * screen.texi (Menu Bar): The up and down (not left and right)
2891 arrow keys move through a keyboard menu.
2892
28932005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2894
2895 * basic.texi: Various typo and grammar fixes.
2896 (Moving Point): C-a now runs move-beginning-of-line.
2897
28982005-05-08 Nick Roberts <nickrob@snap.net.nz>
2899
2900 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
2901
2902 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
2903 as different animals.
2904
29052005-05-07 Luc Teirlinck <teirllm@auburn.edu>
2906
2907 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
2908 Correct index entry.
2909
29102005-05-07 Nick Roberts <nickrob@snap.net.nz>
2911
2912 * building.texi (Debugger Operation): Update to reflect changes
2913 in GUD tooltips.
2914
29152005-04-30 Richard M. Stallman <rms@gnu.org>
2916
2917 * files.texi (Compressed Files): Auto Compression normally enabled.
2918
2919 * building.texi (Debugger Operation): Clarify previous change.
2920
8cf51b2c
GM
29212005-04-28 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * building.texi (Debugger Operation): Add description for
2924 GUD tooltips when program is not running.
2925
29262005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2927
2928 * misc.texi (Shell): Add `Shell Prompts' to menu.
2929 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
2930 description. Delete remarks moved to new node.
2931 (Shell Prompts): New node.
2932 (History References): Replace remarks moved to `Shell Prompts'
2933 with xref to that node.
2934 (Remote Host): Clarify how to specify the terminal type when
2935 logging in to a different machine.
2936
29372005-04-26 Richard M. Stallman <rms@gnu.org>
2938
2939 * emacs.texi (Top): Update submenus from files.texi.
2940
2941 * files.texi (Filesets): Clarify previous change.
2942
2943 * dired.texi (Misc Dired Features): Clarify previous change.
2944
29452005-04-25 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
2948
2949 * dired.texi (Misc Dired Features): Document
2950 dired-compare-directories.
2951
2952 * files.texi (Filesets): New node.
2953 (File Conveniences): Document Image mode.
2954
2955 * text.texi (TeX Print): Document tex-compile.
2956
29572005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2958
2959 * frames.texi (Tooltips): Tooltip mode is enabled by default.
2960 Delete redundant reference to tooltip Custom group. It is
2961 referred too again in the next paragraph.
2962
29632005-04-24 Richard M. Stallman <rms@gnu.org>
2964
2965 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
2966
8cf51b2c
GM
29672005-04-19 Kim F. Storm <storm@cua.dk>
2968
2969 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
2970
29712005-04-18 Lars Hansen <larsh@math.ku.dk>
2972
2973 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
2974 turns off desktop-save-mode.
2975
29762005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2977
2978 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
2979 by default in terminals compatible with xterm. Mention that
2980 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
2981 node.
2982
8cf51b2c
GM
29832005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2984
2985 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
2986
29872005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2988
2989 * xresources.texi (Table of Resources): Add cursorBlink.
2990
29912005-04-11 Luc Teirlinck <teirllm@auburn.edu>
2992
2993 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
2994 `d', `C-d' and `u'.
2995
29962005-04-11 Richard M. Stallman <rms@gnu.org>
2997
2998 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
2999 (Misc X): Add -D, --basic-display.
3000
3001 * maintaining.texi (Change Log): Correct the description of
3002 the example.
3003
3004 * major.texi (Choosing Modes): Document magic-mode-alist.
3005
8cf51b2c
GM
30062005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3007
3008 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3009 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3010 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3011 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3012 `w', respectively.
3013 (Rmail Labels): Mention `l'.
3014 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3015 (Rmail Summary Edit): Describe `j' and RET.
3016
30172005-04-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3018
3019 * xresources.texi (Lucid Resources): Add fontSet resource.
3020
8cf51b2c
GM
30212005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3022
3023 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3024 now called `indicate-empty-lines'.
3025
30262005-04-06 Kim F. Storm <storm@cua.dk>
3027
3028 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3029
30302005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3031
3032 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3033 deleted.
3034 (Marks vs Flags): Add some convenient key bindings.
3035 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3036 (Misc Dired Features): Correct and expand description of `w' command.
3037
3038 * frames.texi (XTerm Mouse): Delete apparently false info.
3039 The GNU/Linux console currently does not appear to support
3040 `xterm-mouse-mode'.
3041
8cf51b2c
GM
30422005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3043
3044 * calendar.texi (Diary): Mention shell utility `calendar'.
3045
30462005-04-01 Richard M. Stallman <rms@gnu.org>
3047
3048 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3049
8cf51b2c
GM
30502005-04-01 Lute Kamstra <lute@gnu.org>
3051
3052 * maintaining.texi (Change Log): add-change-log-entry uses
3053 add-log-mailing-address.
3054
30552005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3056
3057 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3058 `VC Mode Line' and put in an xref to that node.
3059 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3060 its description.
3061
30622005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3063
3064 * calendar.texi (Calendar Systems): Say that the Persian calendar
3065 implemented here is the arithmetical one championed by Birashk.
3066
30672005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3068
3069 * programs.texi (Fortran Motion): Fix previous change.
3070
8cf51b2c
GM
30712005-03-29 Richard M. Stallman <rms@gnu.org>
3072
3073 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3074
30752005-03-29 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * text.texi (Refill): Refer to Long Lines Mode.
3078 (Longlines): New node.
3079 (Auto Fill): Don't index "word wrap" here.
3080 (Filling): Add Longlines to menu.
3081
30822005-03-29 Richard M. Stallman <rms@gnu.org>
3083
3084 * xresources.texi: Minor fixes.
3085
3086 * misc.texi (Emacs Server): Fix Texinfo usage.
3087
3088 * emacs.texi (Top): Don't use a real section heading for
3089 "Detailed Node Listing". Fake it instead.
3090
3091 * basic.texi (Position Info): Minor cleanup.
3092
3093 * mule.texi (Input Methods): Minor cleanup.
3094
30952005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3096
3097 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3098 constructs as well.
3099 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3100
31012005-03-29 Kenichi Handa <handa@m17n.org>
3102
3103 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3104
3105 * basic.texi (Position Info): Update the description about the
3106 command C-u C-x =.
3107
31082005-03-28 Richard M. Stallman <rms@gnu.org>
3109
3110 * emacs.texi (Top): Use @section for the detailed node listing.
3111
3112 * calendar.texi: Minor fixes to previous change.
3113
3114 * programs.texi (Fortran): Small fixes to previous changes.
3115
3116 * emacs.texi (Top): Update list of subnodes of Dired.
3117 Likewise for building.texi.
3118
3119 * files.texi (File Conveniences): Delete Auto Image File mode.
3120
31212005-03-28 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * building.texi (Flymake): New node.
3124
3125 * custom.texi (Function Keys): Document kp- event types and
3126 keypad-setup package.
3127
3128 * dired.texi (Wdired): New node.
3129
3130 * files.texi (File Conveniences): Reorder entries.
3131 Explain how to turn on Auto-image-file mode.
3132 Document Thumbs mode.
3133
3134 * mule.texi (Specify Coding): Document recode-region and
3135 recode-file-name.
3136
3137 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3138
31392005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3140
3141 * commands.texi (Keys): M-o is now a prefix key.
3142
31432005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3144
3145 * programs.texi: Reformat and update copyright years.
3146 (Fortran): Update section.
3147
31482005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3149
3150 * files.texi: Several small changes in addition to:
3151 (Visiting): Change xref for Dialog Boxes to ref.
3152 (Version Headers): Replace references to obsolete var
3153 `vc-header-alist' with `vc-BACKEND-header'.
3154 (Customizing VC): Update value of `vc-handled-backends'.
3155
31562005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3157
3158 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3159 move here from Emacs Lisp Reference Manual.
3160 * calendar.texi (Calendar/Diary, Diary Commands)
3161 (Special Diary Entries, Importing Diary): Change some xrefs to
3162 point to emacs-xtra rather than elisp.
3163
3164 * emacs-xtra.texi (Calendar Customizing):
3165 Move view-diary-entries-initially, view-calendar-holidays-initially,
3166 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3167 Emacs Manual.
3168 (Appt Customizing): Merge entire section into main Emacs Manual.
3169 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3170 mark-holidays-in-calendar here from emacs-xtra.
3171 (Displaying the Diary): Move view-diary-entries-initially,
3172 mark-diary-entries-in-calendar here from emacs-xtra.
3173 (Appointments): Move appt-display-mode-line,
3174 appt-display-duration, appt-disp-window-function,
3175 appt-delete-window-function here from emacs-xtra.
3176
3177 * calendar.texi: Update and reformat copyright.
3178 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3179 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3180 (Diary): Refer to `diary-file' rather than ~/diary.
3181 (Diary Commands): Rename node to "Displaying the Diary".
3182 * emacs.texi (Top): Rename "Diary Commands" section.
3183 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3184
31852005-03-26 Eli Zaretskii <eliz@gnu.org>
3186
3187 * misc.texi (Emacs Server): Fix the command for setting
3188 server-name. Add an xref to Invoking emacsclient.
3189
3190 * help.texi (Help Summary): Clarify when "C-h ." will do something
3191 nontrivial.
3192 (Apropos): Add cindex entry for apropos-sort-by-scores.
3193
3194 * display.texi (Text Display): Add index entries for how no-break
3195 characters are displayed.
3196
8cf51b2c
GM
31972005-03-26 Eli Zaretskii <eliz@gnu.org>
3198
3199 * files.texi (Visiting): Fix cross-references introduced with the
3200 last change.
3201
3202 * xresources.texi (GTK resources): Fix last change.
3203
8cf51b2c
GM
32042005-03-25 Chong Yidong <cyd@stupidchicken.com>
3205
3206 * xresources.texi (X Resources): GTK options documented too.
3207 (Resources): Clarify meaning of program name.
3208 (Table of Resources): Add visualClass.
3209 (GTK resources): Rewrite.
3210 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3211
3212 * display.texi (Text Display): Mention non-breaking spaces.
3213
3214 * files.texi (Reverting): Document auto-revert-check-vc-info.
3215
3216 * frames.texi (Mouse Commands): Document
3217 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3218
3219 * help.texi (Help Summary): Add `C-h .'.
3220 (Apropos): Apropos accepts a list of search terms.
3221 Document apropos-sort-by-scores.
3222 (Help Echo): Document display-local-help.
3223
3224 * misc.texi (Emacs Server): Document server-name.
3225 (Invoking emacsclient): Document -s option for server names.
3226
3227 * text.texi (Outline Visibility): Introduce "current heading
3228 line" (commands can be called with point on a body line).
3229 Re-order table to follow the sequence of discussion.
3230 hide-body won't hide lines before first header line.
3231 (TeX Mode): Add DocTeX mode.
3232
8cf51b2c
GM
32332005-03-24 Richard M. Stallman <rms@gnu.org>
3234
3235 * mule.texi (Single-Byte Character Support): Delete mention
3236 of iso-acc.el and iso-transl.el.
3237
8cf51b2c
GM
32382005-03-23 Lute Kamstra <lute@gnu.org>
3239
3240 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3241
32422005-03-23 Richard M. Stallman <rms@gnu.org>
3243
8cf51b2c
GM
3244 * search.texi: Delete explicit node pointers.
3245 (Incremental Search): New menu.
3246 (Basic Isearch, Repeat Isearch, Error in Isearch)
3247 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3248 (Slow Isearch): New subnodes.
3249 (Configuring Scrolling): Node deleted.
3250 (Search Case): Doc default-case-fold-search.
3251 (Regexp Replace): Move replace-regexp doc here.
3252
3253 * rmail.texi (Movemail): Put commas inside closequotes.
3254
3255 * picture.texi (Insert in Picture): Document C-c arrow combos.
3256 (Basic Picture): Clarify erasure.
3257
3258 * display.texi (Font Lock): Put commas inside closequotes.
3259
3260 * cmdargs.texi (General Variables): Put commas inside closequotes.
3261
32622005-03-23 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * building.texi (Stack Buffer): Mention reverse contrast for
3265 *selected* frame (might not be current frame).
3266
8cf51b2c
GM
32672005-03-21 Richard M. Stallman <rms@gnu.org>
3268
3269 * building.texi (Starting GUD): Add bashdb.
3270
32712005-03-20 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * basic.texi (Moving Point): Add M-g M-g binding.
3274 (Undo): Document undo-only.
3275 (Position Info): Document M-g M-g and C-u M-g M-g.
3276
3277 * building.texi (Building): Put Grep Searching after Compilation
3278 Shell.
3279 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3280 Document next-error-highlight.
3281 (Grep Searching): Document grep-highlight-matches.
3282 (Lisp Eval): Typing C-x C-e twice prints integers specially.
3283
3284 * calendar.texi (Importing Diary): Rename node from iCalendar.
3285 Document diary-from-outlook.
3286
3287 * dired.texi (Misc Dired Features): Rename node from Misc Dired
3288 Commands.
3289 Mention effect of X drag and drop on Dired buffers.
3290
3291 * files.texi (Visiting): Document large-file-warning-threshold.
3292 Move paragraph on file-selection dialog.
3293 Mention visiting files using X drag and drop.
3294 (Reverting): Mention using Auto-Revert mode to tail files.
3295 Document auto-revert-tail-mode.
3296 (Version Systems): Minor correction.
3297 (Comparing Files): Diff-mode is no longer based on Compilation
3298 mode.
3299 Document compare-ignore-whitespace.
3300 (Misc File Ops): Explain passing a directory to rename-file.
3301 Likewise for copy-file and make-symbolic-link.
3302
3303 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3304 Document mouse-wheel-progressive speed.
3305
3306 * help.texi (Misc Help): Document numeric argument for C-h i.
3307 Correctly explain the effect of just C-u as argument.
3308
3309 * killing.texi (Deletion): Document numeric argument for
3310 just-one-space.
3311
3312 * mini.texi (Completion): Completion acts on text before point.
3313
3314 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3315 (Emulation): CUA mode replaces pc-bindings-mode,
3316 pc-selection-mode, and s-region.
3317
3318 * mule.texi (Input Methods): Leim is now built-in.
3319 (Select Input Method): Document quail-show-key.
3320 (Specify Coding): Document revert-buffer-with-coding-system.
3321
3322 * programs.texi (Fortran Motion): Document f90-next-statement,
3323 f90-previous-statement, f90-next-block, f90-previous-block,
3324 f90-end-of-block, and f90-beginning-of-block.
3325
3326 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3327
3328 * emacs.texi (Acknowledgments): Updated.
3329
3330 * anti.texi: Total rewrite.
3331
8cf51b2c
GM
33322005-03-19 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * ack.texi (Acknowledgments): Update.
3335
33362005-03-19 Eli Zaretskii <eliz@gnu.org>
3337
3338 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
3339 copyright years.
3340
33412005-03-14 Nick Roberts <nickrob@snap.net.nz>
3342
3343 * building.texi (Commands of GUD): Move paragraph on setting
3344 breakpoints with mouse to the GDB Graphical Interface node.
3345
33462005-03-07 Richard M. Stallman <rms@gnu.org>
3347
8cf51b2c
GM
3348 * misc.texi (Single Shell, Shell Options): Fix previous change.
3349
3350 * building.texi (Debugger Operation): Update GUD tooltip enable info.
3351
33522005-03-06 Richard M. Stallman <rms@gnu.org>
3353
3354 * building.texi (Starting GUD): Don't explain text vs graphical
3355 GDB here. Just mention it and xref.
3356 Delete "just one debugger process".
3357 (Debugger Operation): Move GUD tooltip info here.
3358 (GUD Tooltips): Node deleted.
3359 (GDB Graphical Interface): Explain the two GDB modes here.
3360
8cf51b2c
GM
3361 * sending.texi (Sending Mail): Minor cleanup.
3362 (Mail Aliases): Explain quoting conventions.
3363 Update key rebinding example.
3364 (Header Editing): C-M-i is like M-TAB.
3365 (Mail Mode Misc): mail-attach-file does not do MIME.
3366
3367 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3368 that really belongs here.
3369 (Remote Mailboxes): Text moved to Rmail Inbox.
3370 (Rmail Display): Mention Mouse-1.
3371 (Movemail): Clarify two movemail versions.
3372 Clarify rmail-movemail-program.
3373
8cf51b2c
GM
3374 * misc.texi (Single Shell): Replace uudecode example with gpg example.
3375 Document async shell commands.
3376 (Shell History): Clarify.
3377 (Shell Ring): Mention C-UP an C-DOWN.
3378 (Shell Options): Add comint-prompt-read-only.
3379 (Invoking emacsclient): Set EDITOR to run Emacs.
3380 (Sorting): No need to explain what region is.
3381 (Saving Emacs Sessions): Fix typo.
3382 (Recursive Edit): Fix punctuation.
3383 (Emulation): Don't mention "PC bindings" which are standard.
3384 (Hyperlinking): Explain Mouse-1 convention here.
3385 (Find Func): Node deleted.
3386
8cf51b2c
GM
3387 * help.texi (Name Help): Xref to Hyperlinking.
3388
3389 * glossary.texi (Glossary):
3390 Rename "Balance Parentheses" to "Balancing...".
3391 Add "Byte Compilation". Correct "Copyleft".
3392 New xref in "Customization".
3393 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3394 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3395 Rename "Registers" to "Register".
3396 Replace "Selecting" with "Selected Frame",
3397 "Selected Window", and "Selecting a Buffer".
3398
3399 * files.texi (Types of Log File): Explain how projects'
3400 methods can vary.
3401
8cf51b2c
GM
3402 * display.texi (Faces): Delete "Emacs 21".
3403
3404 * custom.texi (Changing a Variable): C-M-i like M-TAB.
3405 * fixit.texi (Spelling): C-M-i like M-TAB.
3406 * mini.texi (Completion Options): C-M-i like M-TAB.
3407 * programs.texi (Symbol Completion): C-M-i like M-TAB.
3408 * text.texi (Text Mode): C-M-i like M-TAB.
3409
3410 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3411
3412 * calendar.texi (Specified Dates): Mention `g w'.
3413 (Appointments): appt-activate toggles with no arg.
3414
8cf51b2c
GM
34152005-03-05 Juri Linkov <juri@jurta.org>
3416
3417 * cmdargs.texi (Emacs Invocation): Add cindex
3418 "invocation (command line arguments)"
3419 (Misc X): Add -nbc, --no-blinking-cursor.
3420
34212005-03-04 Ulf Jasper <ulf.jasper@web.de>
3422
3423 * calendar.texi (iCalendar): No need to require it now.
3424
8cf51b2c
GM
34252005-03-03 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * trouble.texi (Contributing): Mention Savannah. Direct users to
3428 emacs-devel.
3429
34302005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3431
3432 * calendar.texi (Adding to Diary): Mention redrawing of calendar
3433 window.
3434
8cf51b2c
GM
34352005-02-27 Richard M. Stallman <rms@gnu.org>
3436
3437 * building.texi (Compilation): Update mode line status info.
3438
34392005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3440
3441 * calendar.texi (General Calendar): Document binding of
3442 scroll-other-window-down.
3443 (Mayan Calendar): Fix earliest date.
3444 (Time Intervals): Document timeclock-change.
3445 Fix timeclock-ask-before-exiting documentation.
3446
34472005-02-26 Kim F. Storm <storm@cua.dk>
3448
3449 * frames.texi (Mouse References):
3450 Add mouse-1-click-in-non-selected-windows.
3451
34522005-02-25 Richard M. Stallman <rms@gnu.org>
3453
3454 * screen.texi (Screen): Explain better about cursors and mode lines;
3455 don't presuppose text terminals.
3456 (Point): Don't assume just one cursor.
3457 Clarify explanation of cursors.
3458 (Echo Area, Menu Bar): Cleanups.
3459
3460 * mini.texi (Minibuffer): Prompts are highlighted.
3461 (Minibuffer Edit): Newline = C-j only on text terminals.
3462 Clarify resize-mini-windows values.
3463 Mention M-PAGEUP and M-PAGEDOWN.
3464 (Completion Commands): Mouse-1 like Mouse-2.
3465 (Minibuffer History): Explain history commands better.
3466 (Repetition): Add xref to Incremental Search.
3467
3468 * mark.texi (Setting Mark): Clarify info about displaying mark.
3469 Clarify explanation of C-@ and C-SPC.
3470 (Transient Mark): Mention Delete Selection mode.
3471 (Marking Objects): Clean up text about extending the region.
3472
3473 * m-x.texi (M-x): One C-g doesn't always go to top level.
3474 No delay before suggest-key-bindings output.
3475
3476 * fixit.texi (Fixit): Mention C-/ for undo.
3477 (Spelling): Mention ESC TAB like M-TAB.
3478 Replacement words with r and R are rechecked.
3479 Say where C-g leaves point. Mention ? as input.
3480
34812005-02-23 Lute Kamstra <lute@gnu.org>
3482
3483 * cmdargs.texi (Initial Options): Add cross reference.
3484
8cf51b2c
GM
34852005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3486
3487 * emacs.texi (Top): Update menu for splitting of node in
3488 msdog.texi.
3489 * frames.texi (Frames): Update xref for splitting of node in
3490 msdog.texi.
3491 * trouble.texi (Quitting): Ditto.
3492
34932005-02-16 Richard M. Stallman <rms@gnu.org>
3494
3495 * windows.texi (Split Window): Simplify line truncation info
3496 and xref to Display Custom.
3497
3498 * trouble.texi (Quitting): Emergency escape only for text terminal.
3499 (Screen Garbled): C-l for ungarbling is only for text terminal.
3500
3501 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3502
3503 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3504
3505 * programs.texi (Program Modes): Mention Python mode.
3506 (Moving by Defuns): Repeating C-M-h extends region.
3507 (Basic Indent): Clarify.
3508 (Custom C Indent): Clarify.
3509 (Expressions): Repeating C-M-@ extends region.
3510 (Info Lookup): Clarify for C-h S.
3511 (Symbol Completion): ESC TAB alternative for M-TAB.
3512 (Electric C): Clarify.
3513
3514 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3515
3516 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3517 MS-DOS Input node.
3518 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3519 (MS-DOS and MULE): Clarify.
3520 (MS-DOS Processes, Windows Processes): Fix typos.
3521
3522 * major.texi (Choosing Modes): Clarify.
3523
3524 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3525 (Keyboard Macro Step-Edit): Clarify.
3526
3527 * indent.texi (Indentation): Clarifications.
3528
3529 * help.texi (Help): Correct error about C-h in query-replace.
3530 Clarify apropos vs C-h a. Fix how to search in FAQ.
3531 (Key Help): Describe C-h w here.
3532 (Name Help): Minor cleanup. C-h w moved to Key Help.
3533 Clarify the "object" joke.
3534 (Apropos): Clarify. Mouse-1 like Mouse-2.
3535 (Help Mode): Mouse-1 like Mouse-2.
3536
3537 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3538
3539 * display.texi (Display): Reorder menu.
3540 (Faces): Cleanup.
3541 (Font Lock): Cleanup. Mention Options menu.
3542 Delete obsolete text.
3543 (Scrolling): For C-l, don't presume text terminal.
3544 (Horizontal Scrolling): Simplify intro.
3545 (Follow Mode): Clarify.
3546 (Cursor Display): Moved before Display Custom.
3547 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3548 Doc default-tab-width. Doc line truncation more thoroughly.
3549
3550 * dired.texi (Dired Enter): C-x C-f can run Dired.
3551 (Dired Visiting): Comment out `a' command.
3552 Mouse-1 is like Mouse-2.
3553 (Shell Commands in Dired): ? can be used more than once.
3554
3555 * basic.texi (Continuation Lines): Simplify description of truncation,
3556 and refer to Display Custom for the rest of it.
3557
8cf51b2c
GM
35582005-02-06 Lute Kamstra <lute@gnu.org>
3559
3560 * basic.texi (Undo): Fix typo.
3561
3562 * cmdargs.texi (Emacs Invocation): Fix typo.
3563
3564 * custom.texi (Init Examples): Fix typo.
3565
3566 * abbrevs.texi (Expanding Abbrevs): Fix typo.
3567
35682005-02-06 Richard M. Stallman <rms@gnu.org>
3569
3570 * regs.texi (Registers): Registers can hold numbers, too.
3571
3572 * killing.texi (Other Kill Commands): Cleanup.
3573 Delete redundant explanation of kill in read-only buffer.
3574 (Yanking): Mention term "copying".
3575 (Accumulating Text): Fix typo.
3576
3577 * entering.texi (Entering Emacs): Update rationale at start.
3578 (Exiting): Treat iconifying on a par with suspension.
3579
3580 * custom.texi (Minor Modes): Fix typo.
3581 (Easy Customization): Fix menu style.
3582 (Variables): Add xref.
3583 (Examining): Setting for future sessions works through .emacs.
3584 (Keymaps): "Text terminals", not "Many".
3585 (Init Rebinding): Explain \C-. Show example of \M-.
3586 Fix minor wording errors.
3587 (Function Keys): Explain vector syntax just once.
3588 (Named ASCII Chars): Clarify history of TAB/C-i connection.
3589 (Init File): Mention .emacs.d directory.
3590 (Init Examples): Add xref.
3591 (Find Init): Mention .emacs.d directory.
3592
3593 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
3594 (Action Arguments): Explain which kinds of -l args are found how.
3595 (Initial Options): --batch does not inhibit site-start.
3596 Add xrefs.
3597 (Command Example): Use --batch, not -batch.
3598
3599 * basic.texi (Inserting Text): Cleanup wording.
3600 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
3601 C-n is not error at end of buffer.
3602 (Undo): Doc C-/ like C-_. Add xrefs.
3603 (Arguments): META key may be labeled ALT.
3604 Peculiar arg meanings are explained in doc strings.
3605
3606 * abbrevs.texi (Expanding Abbrevs): Clarify.
3607
36082005-02-05 Eli Zaretskii <eliz@gnu.org>
3609
3610 * frames.texi (Frame Parameters): Add an xref to the description
3611 of list-colors-display. Add a pointer to the X docs about colors.
3612
3613 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
3614 Impove docs of list-colors-display.
3615
36162005-02-03 Lute Kamstra <lute@gnu.org>
3617
3618 * frames.texi (Frames, Drag and Drop): Fix typos.
3619
36202005-02-03 Richard M. Stallman <rms@gnu.org>
3621
3622 * windows.texi (Basic Window): Mention color-change in mode line.
3623 (Change Window): Explain dragging vertical boundaries.
3624
3625 * text.texi (Sentences): Clarify.
3626 (Paragraphs): Explain M-a and blank lines.
3627 (Outline Mode): Clarify text and menu.
3628 (Hard and Soft Newlines): Mention use-hard-newlines.
3629
3630 * frames.texi (Frames): Delete unnecessary mention of Windows.
3631 (Mouse Commands): Likewise. Mention xterm mouse support.
3632 (Clipboard): Clarify.
3633 (Mouse References): Mention use of Mouse-1 for following links.
3634 (Menu Mouse Clicks): Clarify.
3635 (Mode Line Mouse): Clarify.
3636 (Drag and Drop): Rewrite.
3637
3638 * fixit.texi (Spelling): Fix typo.
3639
3640 * files.texi (File Names): Clarify.
3641 (Visiting): Update conditions for use of file dialog. Clarify.
3642 (Saving): Doc d as answer in save-some-buffers.
3643 (Remote Files): Clean up the text.
3644
3645 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
3646
3647 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
3648 (List Buffers): Clarify.
3649 (Several Buffers): Doc T command.
3650 (Buffer Convenience): Clarify menu.
3651
3652 * basic.texi (Undo): Clarify last change.
3653
36542005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3655
3656 * fixit.texi (Spelling): Fix typo.
3657
36582005-02-01 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * basic.texi (Undo): Update description of `undo-outer-limit'.
3661
36622005-02-01 Nick Roberts <nickrob@snap.net.nz>
3663
3664 * building.texi: Update documentation relating to GDB Graphical
3665 Interface.
3666
36672005-01-30 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * custom.texi (Easy Customization): Adapt menu to node name change.
3670
36712005-01-30 Richard M. Stallman <rms@gnu.org>
3672
3673 * custom.texi (Easy Customization): Defn of "User Option" now
3674 includes faces. Don't say just "option" when talking about variables.
3675 Do say just "options" to mean "anything customizable".
3676 (Specific Customization): Describe `customize-variable',
3677 not `customize-option'.
3678
3679 * glossary.texi (Glossary) <Faces>: Add xref.
3680 <User Option>: Change definition--include faces. Change xref.
3681
3682 * picture.texi (Picture): Mention artist.el.
3683
3684 * sending.texi, screen.texi, programs.texi, misc.texi:
3685 * mini.texi, major.texi, maintaining.texi, macos.texi:
3686 * help.texi, frames.texi, files.texi:
3687 Don't say just "option" when talking about variables.
3688
3689 * display.texi, mule.texi: Don't say just "option" when talking
3690 about variables. Other minor cleanups.
3691
8cf51b2c
GM
36922005-01-26 Lute Kamstra <lute@gnu.org>
3693
3694 * cmdargs.texi (Initial Options): Add a cross reference to `Init
3695 File'. Mention the `-Q' option at the `--no-site-file' option.
3696
8cf51b2c
GM
36972005-01-22 David Kastrup <dak@gnu.org>
3698
3699 * building.texi (Grep Searching): Mention alias `find-grep' for
3700 `grep-find'.
3701
37022005-01-20 Richard M. Stallman <rms@gnu.org>
3703
3704 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
3705
8cf51b2c
GM
37062005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3707
3708 * rmail.texi (Movemail): Explain differences
3709 between standard and mailutils versions of movemail.
3710 Describe command line and configuration options introduced
3711 with the latter.
3712 Explain the notion of mailbox URL, provide examples and
3713 cross-references to mailutils documentation.
3714 Describe various methods of specifying mailbox names,
3715 user names and user passwords for rmail.
3716 (Remote Mailboxes): New section. Describe
3717 how movemail handles remote mailboxes. Describe configuration
3718 options used to control its behavior.
3719 (Other Mailbox Formats): Explain handling of various mailbox
3720 formats.
3721
37222005-01-13 Richard M. Stallman <rms@gnu.org>
3723
3724 * commands.texi (Commands): Clarification.
3725
37262005-01-11 Richard M. Stallman <rms@gnu.org>
3727
3728 * programs.texi (Multi-line Indent): Fix previous change.
3729 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
3730
8cf51b2c
GM
37312005-01-08 Richard M. Stallman <rms@gnu.org>
3732
3733 * display.texi (Faces): isearch-lazy-highlight-face renamed to
3734 lazy-highlight.
3735
3736 * search.texi (Query Replace): Mention faces query-replace
3737 and lazy-highlight.
3738 (Incremental Search): Update isearch highlighting info.
3739
8cf51b2c
GM
37402005-01-04 Richard M. Stallman <rms@gnu.org>
3741
3742 * custom.texi (Saving Customizations): Minor improvement.
3743
8cf51b2c
GM
37442005-01-03 Luc Teirlinck <teirllm@auburn.edu>
3745
3746 * custom.texi (Saving Customizations): Emacs no longer loads
3747 `custom-file' after .emacs. No longer mention customizing through
3748 Custom.
3749
8cf51b2c
GM
37502005-01-01 Andreas Schwab <schwab@suse.de>
3751
3752 * killing.texi (Graphical Kill): Move up under node Killing,
3753 change @section to @subsection.
3754
37552005-01-01 Richard M. Stallman <rms@gnu.org>
3756
3757 * custom.texi (Face Customization): Mention hex color specs.
3758
3759 * emacs.texi (Top): Update Killing submenu.
3760
3761 * killing.texi (Killing): Reorganize section.
3762 No more TeX-only text; put the node command at start of chapter.
3763 But the first section heading is used only in TeX.
3764 Rewrite the text to read better in this mode.
3765 (Graphical Kill): New subnode gets some of the text that
3766 used to be in the first section.
3767
37682004-12-31 Richard M. Stallman <rms@gnu.org>
3769
3770 * dired.texi (Shell Commands in Dired): Delete the ? example.
3771
3772 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
3773
3774 * files.texi (Saving): Describe new require-final-newline features
3775 and mode-require-final-newline.
3776
8cf51b2c
GM
37772004-12-29 Richard M. Stallman <rms@gnu.org>
3778
3779 * custom.texi (File Variables): Clarify previous change.
3780
37812004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3782
3783 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
3784 out now.
3785
37862004-12-27 Richard M. Stallman <rms@gnu.org>
3787
3788 * Makefile.in (MAKEINFO): Specify --force.
3789
3790 * basic.texi (Moving Point): C-e now runs move-end-of-line.
3791 (Undo): Doc undo-outer-limit.
3792
8cf51b2c
GM
37932004-12-15 Juri Linkov <juri@jurta.org>
3794
3795 * mark.texi (Transient Mark, Mark Ring): M-< and other
3796 movement commands don't set mark in Transient Mark mode
3797 if mark is active.
3798
8cf51b2c
GM
37992004-12-12 Juri Linkov <juri@jurta.org>
3800
3801 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
3802 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
3803
3804 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
3805 (Misc Dired Commands): Add @r{(Dired)} to w.
3806
38072004-12-12 Juri Linkov <juri@jurta.org>
3808
3809 * mark.texi (Marking Objects): Marking commands also extend the
3810 region when mark is active in Transient Mark mode.
3811
8cf51b2c
GM
38122004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3813
3814 * custom.texi (Saving Customizations): Emacs only loads the custom
3815 file automatically after the init file in version 22.1 or later.
3816 Adapt text and examples to this fact.
3817
8cf51b2c
GM
38182004-12-07 Luc Teirlinck <teirllm@auburn.edu>
3819
3820 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
3821 be set through Custom. Otherwise, it has no effect.
3822
8cf51b2c
GM
38232004-12-05 Richard M. Stallman <rms@gnu.org>
3824
3825 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
3826 * entering.texi: Rename Command Line to Emacs Invocation.
3827
8cf51b2c
GM
3828 * misc.texi (Term Mode): Correcty describe C-c.
3829
3830 * custom.texi (Easy Customization): Move up to section level,
3831 before Variables. Avoid using the term "variable"; say "option".
3832 New initial explanation.
3833 (Variables): In initial explanation, connect "variable" to the
3834 already-explained "user option".
3835
3836 * emacs.texi (Top): Fix ref to Command Line.
3837 Move reference to Easy Customization.
3838
3839 * xresources.texi (X Resources): Fix From link.
3840
3841 * doclicense.texi (GNU Free Documentation License): Fix To link.
3842
3843 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
3844
3845 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
3846
38472004-12-03 Richard M. Stallman <rms@gnu.org>
3848
3849 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
3850
38512004-12-01 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * kmacro.texi: Several small changes in addition to the following.
3854 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
3855 defining a keyboard macro.
3856 Mention `kmacro-ring-max'.
3857 (Keyboard Macro Counter): Clarify description of
3858 `kmacro-insert-counter', `kmacro-set-counter',
3859 `kmacro-add-counter' and `kmacro-set-format'.
3860
38612004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3862
3863 * custom.texi (File Variables): Add `unibyte' and make it more
3864 clear that `unibyte' and `coding' are special. Suggested by Simon
3865 Krahnke <overlord@gmx.li>.
3866
3867 * mule.texi (Enabling Multibyte): Refer to File Variables.
3868 Suggested by Simon Krahnke <overlord@gmx.li>.
3869
38702004-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3871
3872 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
3873 x-use-old-gtk-file-dialog.
3874
8cf51b2c
GM
38752004-11-20 Richard M. Stallman <rms@gnu.org>
3876
3877 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
3878
38792004-11-09 Lars Brinkhoff <lars@nocrew.org>
3880
3881 * building.texi (Lisp Eval): Delete hyphen in section name.
3882
38832004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3884
3885 * files.texi (Old Versions):
3886 No longer document annotation as "CVS only".
3887
38882004-11-10 Andre Spiegel <spiegel@gnu.org>
3889
3890 * files.texi (Version Control): Rewrite the introduction about
3891 version systems, mentioning the new ones that we support. Thanks
3892 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
3893 suggestions.
3894
8cf51b2c
GM
38952004-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3896
49823426 3897 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c
GM
3898
38992004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3900
3901 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
3902
39032004-10-23 Eli Zaretskii <eliz@gnu.org>
3904
3905 * text.texi (Text Based Tables, Table Definition)
3906 (Table Creation, Table Recognition, Cell Commands)
3907 (Cell Justification, Row Commands, Column Commands)
3908 (Fixed Width Mode, Table Conversion, Measuring Tables)
3909 (Table Misc): New nodes, documenting the Table Mode.
3910
8cf51b2c
GM
39112004-10-19 Jason Rumney <jasonr@gnu.org>
3912
3913 * makefile.w32-in (info): Change order of arguments to makeinfo.
3914
39152004-10-19 Ulf Jasper <ulf.jasper@web.de>
3916
3917 * calendar.texi (iCalendar): Update for package changes.
3918
8cf51b2c
GM
39192004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3920
3921 * files.texi (Misc File Ops): View mode is a minor mode.
3922
8cf51b2c
GM
39232004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3924
3925 * calendar.texi (iCalendar): Style changes.
3926
39272004-10-07 Luc Teirlinck <teirllm@auburn.edu>
3928
3929 * search.texi (Regexps): The regexp described in the example is no
3930 longer stored in the variable `sentence-end'.
3931
8cf51b2c
GM
39322004-10-06 Nick Roberts <nickrob@snap.net.nz>
3933
3934 * building.texi (Starting GUD): Note that multiple debugging
3935 sessions requires `gdb --fullname'.
3936
39372004-10-05 Ulf Jasper <ulf.jasper@web.de>
3938
3939 * calendar.texi (iCalendar): New section for a new package.
3940
8cf51b2c
GM
39412004-10-05 Luc Teirlinck <teirllm@auburn.edu>
3942
3943 * text.texi: Various small changes in addition to the following.
3944 (Text): Replace xref for autotype with inforef.
3945 (Sentences): Explain nil value for `sentence-end'.
3946 (Paragraphs): Update default values for `paragraph-start' and
3947 `paragraph-separate'.
3948 (Text Mode): Correct description of Text mode's effect on the
3949 syntax table.
3950 (Outline Visibility): `hide-other' does not hide top level headings.
3951 `selective-display-ellipses' no longer has an effect on Outline mode.
3952 (TeX Misc): Add missing @cindex.
3953 Replace xref for RefTeX with inforef.
3954 (Requesting Formatted Text): The variable
3955 `enriched-fill-after-visiting' no longer exists.
3956 (Editing Format Info): Update names of menu items and commands.
3957 (Format Faces): Mention special effect of specifying the default face.
3958 Describe inheritance of text properties.
3959 Correct description of `fixed' face.
3960 (Format Indentation): Correct description of effect of setting
3961 margins. Mention `set-left-margin' and `set-right-margin'.
3962 (Format Justification): Update names of menu items.
3963 `set-justification-full' is now bound to `M-j b'.
3964 Mention that `default-justification' is a per buffer variable.
3965 (Format Properties): Update name of menu item.
3966 (Forcing Enriched Mode): `format-decode-buffer' automatically
3967 turns on Enriched mode if the buffer is in text/enriched format.
3968
39692004-10-05 Emilio C. Lopes <eclig@gmx.net>
3970
3971 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
3972
39732004-09-28 Kim F. Storm <storm@cua.dk>
3974
3975 * display.texi (Display Custom) <indicate-buffer-boundaries>:
3976 Align with new functionality.
3977
8cf51b2c
GM
39782004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3979
3980 * display.texi (Display Custom): Remove stray `@end defvar'.
3981
39822004-09-23 Kim F. Storm <storm@cua.dk>
3983
3984 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
3985 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
3986
8cf51b2c
GM
39872004-09-20 Richard M. Stallman <rms@gnu.org>
3988
3989 * custom.texi (Hooks): Explain using setq to clear out a hook.
3990 (File Variables): Explain multiline string constants.
3991 (Non-ASCII Rebinding): Explain when you need to update
3992 non-ASCII char codes in .emacs.
3993
3994 * building.texi (Compilation): Explain how to make a silent
3995 subprocess that won't be terminated. Explain compilation-environment.
3996
39972004-09-13 Kim F. Storm <storm@cua.dk>
3998
3999 * mini.texi (Repetition): Rename isearch-resume-enabled to
4000 isearch-resume-in-command-history and change default to disabled.
4001
8cf51b2c
GM
40022004-09-09 Kim F. Storm <storm@cua.dk>
4003
4004 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4005 with new `kmacro-name-last-macro'.
4006
8cf51b2c
GM
40072004-09-08 Juri Linkov <juri@jurta.org>
4008
4009 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4010
8cf51b2c
GM
40112004-09-03 Juri Linkov <juri@jurta.org>
4012
4013 * search.texi (Incremental Search): Update wording for M-%.
4014
40152004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4016
4017 * killing.texi (Killing): Correct description of kill commands in
4018 read-only buffer.
4019
40202004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4021
4022 * building.texi (Compilation Mode): Add a paragraph about rules
4023 for finding the compilation buffer for `next-error'.
4024
4025 * search.texi (Other Repeating Search): Mention that Occur mode
4026 supports the next-error functionality.
4027
40282004-09-02 Juri Linkov <juri@jurta.org>
4029
4030 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4031
40322004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4033
4034 * kmacro.texi (Basic Keyboard Macro):
4035 `apply-macro-to-region-lines' now operates on all lines that begin
4036 in the region, rather than on all complete lines in the region.
4037
40382004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4039
4040 * frames.texi (Drag and drop): Add documentation about
4041 x-dnd-test-function and x-dnd-known-types.
4042
40432004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4044
4045 * indent.texi: Various minor changes in addition to:
4046 (Indentation Commands): Correct description of `indent-relative'.
4047 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4048 mode. The *Tab Stops* buffer uses Overwrite Mode.
4049 (Just Spaces): `tabify' converts sequences of at least two spaces
4050 to tabs.
4051
8cf51b2c
GM
40522004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4053
4054 * frames.texi (Secondary Selection): Setting the secondary
4055 selection with M-Drag-Mouse-1 does not alter the kill ring,
4056 setting it with M-Mouse-1 and M-Mouse-3 does.
4057 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4058 toolkit scroll bars.
4059 (Scroll Bars): Ditto.
4060
4061 * windows.texi (Basic Window): When using a window system, the value
4062 of point in a non-selected window is indicated by a hollow box.
4063 (Split Window): Side by side windows are separated by a scroll bar,
4064 if scroll bars are used.
4065 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4066 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4067 (Window Convenience): Update bindings for `winner-undo' and
4068 `winner-redo'.
4069
4070 * ack.texi (Acknowledgments): Use `@unnumbered'.
4071 * misc.texi : Adapt sectioning in Info to the node structure.
4072 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4073 of "Using Emacs as a Server".
4074 * building.texi (Building): Interchange nodes (for correct numbering).
4075 * programs.texi (Programs): Interchange nodes (for correct numbering).
4076 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4077 Info to the node structure.
4078 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4079 Rearrange order of nodes and sections such that both "GNU GENERAL
4080 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4081 end, as appropriate for appendices.
4082 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4083 Use `@unnumberedsec'.
4084 * trouble.texi: Adapt sectioning in Info to the node structure.
4085 Adapt node pointers to change in emacs.texi.
4086 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4087
8cf51b2c
GM
40882004-08-25 Kenichi Handa <handa@m17n.org>
4089
4090 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4091 description for unibyte mode.
4092
40932004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4094
4095 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4096
4097 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4098 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4099 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4100 in @pxref.
4101
41022004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4105 Change section names.
4106
8cf51b2c
GM
41072004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * kmacro.texi (Keyboard Macro Ring): Rename section.
4110 Emacs treats the head of the macro ring as the `last keyboard macro'.
4111 (Keyboard Macro Counter): Minor change.
4112 (Save Keyboard Macro): Some clarifications.
4113 (Edit Keyboard Macro): Rename section.
4114
4115 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4116 32-bit machines.
4117 (Several Buffers): Clarify which buffer is selected if `2' is
4118 pressed in the Buffer Menu.
4119 Auto Revert mode can be used to update the Buffer Menu
4120 automatically.
4121
41222004-08-21 Eli Zaretskii <eliz@gnu.org>
4123
4124 * help.texi (Misc Help): Add an index entry for finding an Info
4125 manual by its file name.
4126
41272004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4128
4129 * files.texi (Backup Deletion): Correct description of
4130 `delete-old-versions'.
4131 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4132 (Auto Save Files): Recommend `auto-save-mode' to reenable
4133 auto-saving, rather than the abbreviation `auto-save'.
4134
41352004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4136
4137 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4138 for "killing" and "yanking" in main menu.
4139
41402004-08-16 Richard M. Stallman <rms@gnu.org>
4141
4142 * killing.texi (Yanking, Killing): Minor cleanups.
4143
4144 * mark.texi (Momentary Mark): Minor cleanups.
4145
41462004-08-15 Kenichi Handa <handa@etl.go.jp>
4147
4148 * custom.texi (Non-ASCII Rebinding):
4149 C-q always inserts the right code to pass to global-set-key.
4150
8cf51b2c
GM
41512004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4152
4153 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4154 `insert-register', instead of `C-x r g' binding, for consistency.
4155
41562004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4157
4158 * fixit.texi (Spelling): Fix typo.
4159
41602004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * help.texi (Help): Fix Texinfo usage.
4163
8cf51b2c
GM
41642004-07-24 Richard M. Stallman <rms@gnu.org>
4165
4166 * text.texi (Paragraphs): Update how paragraphs are separated
4167 and the default for paragraph-separate.
4168
4169 * search.texi (Regexp Replace): Further update text for new
4170 replacement operators.
4171
8cf51b2c
GM
41722004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4175 `R' switch.
4176
4177 * dired.texi (Dired Updating): `k' only deletes inserted
4178 subdirectories from the Dired buffer if a prefix argument was given.
4179
4180 * search.texi (Regexps): Delete redundant definition of `symbol' in
4181 description of `\_>'. It already occurs in the description of `\_<'.
4182
8cf51b2c
GM
41832004-07-01 Juri Linkov <juri@jurta.org>
4184
4185 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4186 (Regexp Search): Add M-r.
4187
41882004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4189
4190 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4191
41922004-06-29 Jesper Harder <harder@ifa.au.dk>
4193
49823426 4194 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
4195
41962004-06-25 Richard M. Stallman <rms@gnu.org>
4197
4198 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4199
42002004-06-25 David Kastrup <dak@gnu.org>
4201
4202 * search.texi (Regexp Replace): Some typo corrections and
4203 rearrangement.
4204
42052004-06-24 David Kastrup <dak@gnu.org>
4206
4207 * search.texi (Unconditional Replace): Use replace-string instead
4208 of query-replace in example.
4209 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4210 sequences.
4211 (Query Replace): Correct explanation of `^' which does not use
4212 the mark stack.
4213
42142004-06-21 Nick Roberts <nickrob@gnu.org>
4215
4216 * misc.texi (Shell History Copying): Document comint-insert-input.
4217 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4218
8cf51b2c
GM
42192004-06-20 Jesper Harder <harder@ifa.au.dk>
4220
4221 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4222 * custom.texi (Customization): Do.
4223 * anti.texi (Antinews): Do.
4224 * abbrevs.texi (Defining Abbrevs): Do.
4225
4226 * programs.texi (Info Lookup): Fix keybinding for
4227 info-lookup-symbol.
4228
42292004-06-16 Juanma Barranquero <lektu@terra.es>
4230
4231 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4232 Add emacs-xtra.
4233 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4234 (clean): Add emacs-xtra and flymake. Remove redundancies.
4235
42362004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4239 Add emacs-xtra.
4240 * emacs-xtra.texi: New file.
4241
42422004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4245 (Dired and Find): Mention differences with ordinary Dired buffers.
4246
8cf51b2c
GM
42472004-06-13 Richard M. Stallman <rms@gnu.org>
4248
4249 * custom.texi (Init Syntax): Explain about vars that do special
4250 things when set with setq or with Custom.
4251 (Init Examples): Add line-number-mode example.
4252
8cf51b2c
GM
42532004-06-12 Juri Linkov <juri@jurta.org>
4254
4255 * dired.texi (Operating on Files): Add dired-do-touch.
4256
8cf51b2c
GM
42572004-06-10 Juri Linkov <juri@jurta.org>
4258
4259 * building.texi (Lisp Eval): Add C-M-x on defface.
4260
42612004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4262
4263 * files.texi (Reverting): Auto-Revert mode and
4264 Global Auto-Revert mode no longer revert remote files.
4265
8cf51b2c
GM
42662004-05-29 Richard M. Stallman <rms@gnu.org>
4267
4268 * custom.texi (Init File): Two dashes start --no-site-file.
4269
8cf51b2c
GM
42702004-05-29 Alan Mackenzie <acm@muc.de>
4271
4272 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4273 ("AWK"): Is consistently thus spelt throughout.
4274 (AWK, Pike): Document as "C-like modes".
4275 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4276 (M-x man): Supersedes M-x manual-entry.
4277 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4278
4279 ("Comments in C"): Delete node; the info is in CC Mode manual.
4280 (c-comment-only-line-offset): Remove description.
4281
4282 (C-c ., C-c C-c): Describe new C Mode bindings.
4283
4284 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4285 (@dfn{Style}, c-default-style, comment-column, comment-padding)
4286 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4287 Amend definitions.
4288
4289 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4290 Describe functions.
4291
4292 (c-comment-start-regexp, c-hanging-comment-ender-p)
4293 (c-hanging-comment-starter-p): Remove obsolete definitions.
4294
4295 * emacs.texi: Remove the menu entry "Comments in C".
4296
8cf51b2c
GM
42972004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4298
4299 * dired.texi (Dired and Find): `find-ls-option' does not apply to
4300 `M-x locate'.
4301
43022004-05-16 Karl Berry <karl@gnu.org>
4303
4304 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4305 makeinfo --html fails.
4306 * help.texi (Help Summary) [@ifnottex]: Likewise.
4307
43082004-05-13 Nick Roberts <nickrob@gnu.org>
4309
4310 * building.texi (GDB Graphical Interface): Update and describe
4311 layout first.
4312
8cf51b2c
GM
43132004-05-04 Jason Rumney <jasonr@gnu.org>
4314
4315 * makefile.w32-in: Revert last change.
4316
43172004-05-03 Jason Rumney <jasonr@gnu.org>
4318
4319 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4320
8cf51b2c
GM
43212004-04-23 Juanma Barranquero <lektu@terra.es>
4322
4323 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4324
43252004-04-18 Juri Linkov <juri@jurta.org>
4326
4327 * fixit.texi (Spelling): Remove file extension from ispell xref.
4328
43292004-04-15 Kim F. Storm <storm@cua.dk>
4330
4331 * cmdargs.texi (Initial Options): Add -Q.
4332
43332004-04-05 Kim F. Storm <storm@cua.dk>
4334
4335 * custom.texi (File Variables): Add safe-local-eval-forms.
4336
8cf51b2c
GM
43372004-04-02 Luc Teirlinck <teirllm@auburn.edu>
4338
4339 * files.texi (Reverting): Correct description of revert-buffer's
4340 handling of point.
4341
43422004-03-22 Juri Linkov <juri@jurta.org>
4343
4344 * emacs.texi (Top): Add `Misc X'.
4345
49823426 4346 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
4347
4348 * glossary.texi: Improve references.
4349
4350 * help.texi: Sync keywords with finder.el.
4351
4352 * mini.texi (Completion): Add description for menu items.
4353
4354 * misc.texi (Browse-URL, FFAP): Add information about keywords.
4355
4356 * sending.texi (Mail Methods): Fix xref to Message manual.
4357
8cf51b2c
GM
43582004-03-12 Richard M. Stallman <rms@gnu.org>
4359
8cf51b2c
GM
4360 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4361
8cf51b2c
GM
43622004-03-04 Richard M. Stallman <rms@gnu.org>
4363
4364 * search.texi (Regexps): Explain that ^ and $ have their
4365 special meanings only in certain contexts.
4366
4367 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4368
4369 * mule.texi (Specify Coding): Doc C-x RET F.
4370
4371 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4372 for multiple compile and grep buffers.
4373 (Indirect Buffers): Don't recommand clone-indirect-buffer
4374 for multiple compile and grep buffers.
4375
8cf51b2c
GM
43762004-02-29 Juanma Barranquero <lektu@terra.es>
4377
4378 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4379 Use $(DEL) instead of rm, and ignore exit code.
4380
8cf51b2c
GM
43812004-02-23 Nick Roberts <nick@nick.uklinux.net>
4382
4383 * building.texi (Watch Expressions): Update.
4384
43852004-02-21 Juri Linkov <juri@jurta.org>
4386
4387 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
4388 --directory, --help, --version. Move text about command-line-args
4389 to Command Arguments.
4390 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
4391 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
4392 (Window Size X): Join -g and --geometry. Add @cindex.
4393 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
4394 (Title X): Remove alias -title.
4395 (Misc X): New node.
4396
8cf51b2c
GM
43972004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4398
4399 * frames.texi (Drag and drop): Add Motif to list of supported
4400 protocols.
4401
8cf51b2c
GM
44022004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4403
4404 * frames.texi (Drag and drop): New section.
4405
44062004-01-24 Richard M. Stallman <rms@gnu.org>
4407
4408 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4409 Include it only @ifnotinfo. Patch the preceding and following
4410 node headers to point to each other.
4411
44122004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4413
4414 * calendar.texi (Appointments): Update section.
4415
44162003-12-29 Kevin Ryde <user42@zip.com.au>
4417
8cf51b2c
GM
4418 * programs.texi (C Modes): Fix the xref.
4419
44202003-12-23 Nick Roberts <nick@nick.uklinux.net>
4421
4422 * building.texi (Watch Expressions): Update.
4423 (Commands of GUD): Include use of toolbar + breakpoints set from
4424 fringe/margin.
4425
44262003-12-03 Andre Spiegel <spiegel@gnu.org>
4427
4428 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
4429 <acm@muc.de>.
4430
8cf51b2c
GM
44312003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4432
4433 * frames.texi (Dialog Boxes): Add use-file-dialog.
4434
8cf51b2c
GM
44352003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4436
4437 * ack.texi: Note that Alan Mackenzie contributed the AWK support
4438 in CC Mode.
4439
8cf51b2c
GM
44402003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4441
4442 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4443 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 4444 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
4445 * man/frames.texi, man/glossary.texi, man/killing.texi:
4446 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4447 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
4448 * man/sending.texi, man/text.texi, man/trouble.texi:
4449 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
4450
44512003-11-01 Alan Mackenzie <acm@muc.de>
4452
4453 * search.texi (Scrolling During Incremental Search): Document a
4454 new scrolling facility in isearch mode.
4455
8cf51b2c
GM
44562003-10-22 Miles Bader <miles@gnu.org>
4457
4458 * Makefile.in (info): Move before $(top_srcdir)/info.
4459
44602003-10-22 Nick Roberts <nick@nick.uklinux.net>
4461
4462 * building.texi (Watch Expressions): Update section on data display
4463 to reflect code changes (GDB Graphical Interface).
4464
8cf51b2c
GM
44652003-10-13 Richard M. Stallman <rms@gnu.org>
4466
4467 * xresources.texi (GTK resources): Clean up previous change.
4468
44692003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4470
4471 * xresources.texi (GTK resources): Add a note that some themes
4472 disallow customizations. Add scroll theme example.
4473
8cf51b2c
GM
44742003-09-30 Richard M. Stallman <rms@gnu.org>
4475
8cf51b2c
GM
4476 * cmdargs.texi (General Variables): Remove MAILRC envvar.
4477
4478 * misc.texi (Saving Emacs Sessions): Shorten the section,
4479 collapsing back into one node.
4480
44812003-09-30 Lars Hansen <larsh@math.ku.dk>
4482
4483 * misc.texi: Section "Saving Emacs Sessions" rewritten.
4484
44852003-09-29 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
4486
4487 * xresources.texi (GTK names in Emacs): Correct typo.
4488
8cf51b2c
GM
44892003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
4490
4491 * cmdargs.texi (Font X): Mention new default font. More
4492 fully describe long font names, wildcard patterns and the
4493 problems involved. (Result of discussion on emacs-devel.)
4494
44952003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
4496
4497 * emacs.texi (Acknowledgements): Correct typo.
4498
44992003-09-22 Richard M. Stallman <rms@gnu.org>
4500
4501 * dired.texi (Misc Dired Commands): New node.
4502 (Dired Navigation): Add dired-goto-file.
4503
4504 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4505
4506 * emacs.texi (Acknowledgements): New node, split from Distribution.
4507
4508 * cmdargs.texi (Action Arguments): -f reads interactive args.
4509
8cf51b2c
GM
45102003-09-08 Lute Kamstra <lute@gnu.org>
4511
4512 * screen.texi (Mode Line): Say that POS comes before LINE.
4513 Mention `size-indication-mode'.
4514 * display.texi (Optional Mode Line): Document
4515 `size-indication-mode'.
4516 * basic.texi (Position Info): Mention `size-indication-mode'.
4517
45182003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4519
4520 * xresources.texi (Resources): Refer to `editres' man page.
4521 (Lucid Resources): Update defaults. Expand description of
4522 `shadowThickness'.
4523
45242003-09-04 Miles Bader <miles@gnu.org>
4525
4526 * Makefile.in (top_srcdir): New variable.
4527 ($(top_srcdir)/info): New rule.
4528 (info): Depend on it.
4529
45302003-09-03 Peter Runestig <peter@runestig.com>
4531
4532 * makefile.w32-in: New file.
4533
45342003-08-29 Richard M. Stallman <rms@gnu.org>
4535
4536 * misc.texi (Saving Emacs Sessions): Correct previous change.
4537
8cf51b2c
GM
45382003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4539
8cf51b2c
GM
4540 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4541 (Intro): Include kmacro.texi after fixit.texi instead of after
4542 custom.texi. (As suggested by Kim Storm.)
4543
45442003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4545
4546 * fixit.texi (Fixit): Update `Next' pointer.
4547 * files.texi (Files): Update `Previous' pointer.
4548 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4549 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4550 (Suggested by Kim Storm.)
4551 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
4552
45532003-08-18 Kim F. Storm <storm@cua.dk>
4554
4555 * kmacro.texi: New file describing enhanced keyboard macro
4556 functionality. Replaces old description in custom.texi.
4557
4558 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4559 (Keyboard Macros): Move to new kmacro.texi file.
4560
4561 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4562
8cf51b2c
GM
45632003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
4564
4565 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
4566
45672003-08-17 Alex Schroeder <alex@gnu.org>
4568
4569 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
4570 required.
4571
8cf51b2c
GM
45722003-08-05 Richard M. Stallman <rms@gnu.org>
4573
4574 * programs.texi (Lisp Indent): Don't describe
4575 lisp-indent-function property here. Use xref to Lisp Manual.
4576
8cf51b2c
GM
45772003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4578
4579 * calendar.texi (Date Formats): Document changed behaviour of
4580 abbreviations.
4581
45822003-07-24 Markus Rost <rost@math.ohio-state.edu>
4583
4584 * buffers.texi (List Buffers): Fix previous change.
4585
8cf51b2c
GM
45862003-07-13 Markus Rost <rost@math.ohio-state.edu>
4587
4588 * buffers.texi (List Buffers): Adjust to new format of *Buffer
4589 List*.
4590
45912003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4592
8cf51b2c
GM
4593 * display.texi (Font Lock): Fix typo.
4594
45952003-07-07 Richard M. Stallman <rms@gnu.org>
4596
4597 * display.texi (Font Lock): Add xref for format info on
4598 font-lock-remove-keywords.
4599
4600 * building.texi (Compilation): Document what happens with asynch
4601 children of compiler process.
4602
4603 * help.texi (Library Keywords): Use @multitable.
4604
8cf51b2c
GM
46052003-06-04 Richard M. Stallman <rms@gnu.org>
4606
4607 * programs.texi (Expressions): Delete C-M-DEL.
4608
4609 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
4610 comint-move-point-for-output renamed from
4611 comint-scroll-to-bottom-on-output.
4612
4613 * custom.texi (Init Rebinding): Replace previous change with xref.
4614 (Non-ASCII Rebinding): Explain that issue more briefly here.
4615
46162003-05-28 Richard M. Stallman <rms@gnu.org>
4617
4618 * indent.texi (Indentation): Condense, simplify, clarify prev change.
4619
46202003-05-28 Nick Roberts <nick@nick.uklinux.net>
4621
4622 * building.texi (GDB Graphical Interface): New node.
4623 (Rewritten somewhat by RMS.)
4624
46252003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4626
4627 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
4628 non-English letters. Explain how to set coding systems correctly
4629 and how to include the right coding cookie in the file.
4630
8cf51b2c
GM
46312003-05-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4632
4633 * indent.texi (Indentation): Explain the concepts.
4634 (Just Spaces): Explain why preventing tabs for indentation might
4635 be useful.
4636
8cf51b2c
GM
46372003-04-16 Richard M. Stallman <rms@gnu.org>
4638
4639 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
4640
8cf51b2c
GM
46412003-02-22 Alex Schroeder <alex@emacswiki.org>
4642
4643 * cmdargs.texi (General Variables): Document SMTPSERVER.
4644
8cf51b2c
GM
4645 * sending.texi: Remove SMTP node.
4646 (Mail Sending): Describe `send-mail-function'. Link to SMTP
4647 library.
4648
8cf51b2c
GM
46492003-02-22 Alex Schroeder <alex@emacswiki.org>
4650
4651 * sending.texi (Sending via SMTP): Explain MTA/MUA.
4652
46532003-02-22 Simon Josefsson <jas@extundo.com>
4654
4655 * sending.texi (Mail Methods): Add node about SMTP.
4656
46572003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4658
4659 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
4660
8cf51b2c
GM
46612003-02-01 Kevin Ryde <user42@zip.com.au>
4662
4663 * glossary.texi (Glossary): Correction to cl cross reference.
4664
46652003-01-20 Richard M. Stallman <rms@gnu.org>
4666
4667 * killing.texi (Rectangles): Document C-x c r.
4668
46692003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4670
4671 * xresources.texi (GTK resources): New node.
4672 (GTK widget names): New node.
4673 (GTK names in Emacs): New node.
4674 (GTK styles): New node.
4675
8cf51b2c
GM
46762003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
4677
4678 * maintaining.texi (Create Tags Table): Add reference to the new
4679 `etags --help --lang=LANG' option.
4680
8cf51b2c
GM
46812002-10-02 Karl Berry <karl@gnu.org>
4682
49823426
GM
4683 * emacs.texi: Per rms, update all manuals to use @copying instead of
4684 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
4685 where needed for the sake of the HTML output.
8cf51b2c
GM
4686
46872001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4688
4689 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
4690 source files.
4691
46922001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4693
4694 * Makefile.in (emacsman): New target.
4695
8cf51b2c
GM
46962001-10-20 Gerd Moellmann <gerd@gnu.org>
4697
4698 * (Version 21.1 released.)
4699
47002001-10-05 Gerd Moellmann <gerd@gnu.org>
4701
4702 * Branch for 21.1.
4703
8cf51b2c
GM
47042001-03-05 Gerd Moellmann <gerd@gnu.org>
4705
4706 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4707
8cf51b2c
GM
47082000-05-31 Stefan Monnier <monnier@cs.yale.edu>
4709
4710 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
4711
8cf51b2c
GM
47121999-07-12 Richard Stallman <rms@gnu.org>
4713
4714 * Version 20.4 released.
4715
47161998-12-04 Markus Rost <rost@delysid.gnu.org>
4717
4718 * Makefile.in (INFO_TARGETS): Delete customize.info.
4719 (DVI_TARGETS): Delete customize.dvi.
4720 (../info/customize, customize.dvi): Targets deleted.
4721
47221998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4723
4724 * Version 20.3 released.
4725
47261998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4727
4728 * Makefile.in (EMACSSOURCES): Add mule.texi.
4729 Add msdog.texi, ack.texi. Remove gnu1.texi.
4730
47311998-04-06 Andreas Schwab <schwab@gnu.org>
4732
4733 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
4734 it in dvi targets.
8cf51b2c
GM
4735
47361997-09-23 Paul Eggert <eggert@twinsun.com>
4737
4738 * Makefile.in: Merge changes mistakenly made to `Makefile'.
4739 (INFO_TARGETS): Change ../info/custom to ../info/customize.
4740 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
4741
47421997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4743
4744 * Version 20.2 released.
4745
47461997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4747
4748 * Version 20.1 released.
4749
47501997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4751
4752 * Makefile (../info/customize, customize.dvi): New targets.
4753 (INFO_TARGETS): Add ../info/customize.
4754 (DVI_TARGETS): Add customize.dvi.
4755
8cf51b2c
GM
47561996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4757
4758 * Version 19.33 released.
4759
47601996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4761
4762 * Version 19.32 released.
4763
8cf51b2c
GM
47641996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4765
4766 * Makefile.in (All info targets): cd $(srcdir) to do the work.
4767
47681996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4769
4770 * Makefile.in (All info targets): Specify $(srcdir) in input files.
4771 Specify -I option.
4772 (All dvi targets): Set the TEXINPUTS variable.
4773
47741996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4775
4776 * Version 19.31 released.
4777
8cf51b2c
GM
47781995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4779
4780 * Version 19.30 released.
4781
8cf51b2c
GM
47821995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4783
4784 * Makefile.in (maintainer-clean): Rename from realclean.
4785
47861994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4787
4788 * Makefile.in: New file.
4789 * Makefile: File deleted.
4790
47911994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4792
4793 * Makefile (TEXINDEX_OBJS): Variable deleted.
4794 (texindex, texindex.o, getopt.o): Rules deleted.
4795 All deps on texindex deleted.
4796 (distclean): Don't delete texindex.
4797 (mostlyclean): Don't delete *.o.
4798 * texindex.c, getopt.c: Files deleted.
4799
48001994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4801
4802 * Version 19.26 released.
4803
48041994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
4805
4806 * Makefile (EMACSSOURCES): Exclude undo.texi.
4807
48081994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4809
4810 * Version 19.25 released.
4811
48121994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4813
4814 * Version 19.24 released.
4815
48161994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4817
4818 * Version 19.23 released.
4819
48201994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4821
4822 * Makefile: Delete spurious tab.
4823
48241994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4825
4826 * Makefile (.SUFFIXES): New rule.
4827
8cf51b2c
GM
48281993-12-04 Richard Stallman (rms@srarc2)
4829
4830 * getopt.c: New file.
4831 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
4832 (getopt.o): New rule.
4833 (dvi): Don't depend on texindex.
49823426 4834 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
4835
48361993-12-03 Richard Stallman (rms@srarc2)
4837
49823426
GM
4838 * Makefile (TEXI2DVI): New variable.
4839 (emacs.dvi): Add explicit command.
8cf51b2c
GM
4840 (TEXINDEX_OBJS): Delete duplicate getopt.o.
4841
48421993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4843
4844 * Version 19.22 released.
4845
48461993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4847
4848 * Makefile (TEXINDEX_OBJS): Delete spurious period.
4849
48501993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4851
4852 * Version 19.21 released.
4853
8cf51b2c
GM
48541993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4855
4856 * Makefile (realclean): Don't delete the Info files.
4857
48581993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
4859
8cf51b2c
GM
4860 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
4861 4' where appropriate.
4862
48631993-10-20 Brian Fox (bfox@ai.mit.edu)
4864
49823426 4865 * Makefile: Fix targets for texindex.
8cf51b2c
GM
4866
4867 * texindex.c: Include "../src/config.h" if building in emacs.
4868
4869 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 4870 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
4871 Add target to build texindex.c, defining `emacs'.
4872
8cf51b2c
GM
48731993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4874
4875 * Version 19.19 released.
4876
8cf51b2c
GM
48771993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4878
4879 * Version 19.18 released.
4880
48811993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4882
4883 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
4884
48851993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4886
4887 * Version 19.17 released.
4888
48891993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4890
4891 * split-man: Fix typos in last change.
4892
48931993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4894
4895 * Version 19.16 released.
4896
48971993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4898
4899 * version 19.15 released.
4900
49011993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4902
4903 * Makefile (distclean): It's rm, not rf.
4904
49051993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4906
4907 * Version 19.14 released.
4908
49091993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4910
4911 * Makefile: New file.
4912
49131993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4914
4915 * Version 19.13 released.
4916
49171993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4918
4919 * Version 19.9 released.
4920
49211993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4922
4923 * Version 19.8 released.
4924
49251993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4926
4927 * cmdargs.texi: Document the -i, -itype, and -iconic options.
4928
4929 * trouble.texi: It's `enable-flow-control-on', not
4930 `evade-flow-control-on'.
4931
49321993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4933
4934 * display.texi: Document standard-display-european.
4935
49361993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4937
4938 * Version 19.7 released.
4939
4940 * emacs.texi: Add a sentence to the top menu mentioning the
4941 specific version of Emacs this manual applies to.
4942
49431993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4944
4945 * basic.texi: Document next-line-add-lines variable used to
4946 implement down-arrow.
4947
4948 * killing.texi: Document kill-whole-line.
4949
49501993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4951
4952 * text.texi: Update unix TeX ordering information.
4953
49541993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4955
4956 * news.texi: Mention fill-rectangle in keybinding list.
4957
4958 * killing.texi: Document fill-rectangle.
4959
49601993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4961
4962 * vc.texi: Bring the docs up to date with VC 5.2.
4963
49641992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4965
4966 * emacs.tex: Mention blackbox and gomoku under Amusements.
4967 Assembler mode is now mentioned and appropriately indexed
4968 under Programming Modes.
4969
49701991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
4971
4972 * emacs.tex: Update TeX ordering information.
4973
8cf51b2c
GM
49741990-06-26 David Lawrence (tale@geech)
4975
4976 * emacs.tex: Note that completion-ignored-extensions is not used
4977 to filter out names when all completions are displayed in
4978 *Completions*.
4979
49801990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4981
4982 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
4983
49841990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
4985
4986 * emacs.tex: Add @findex grep.
4987
8cf51b2c
GM
49881988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4989
4990 * emacs.tex: Correct two typos. No other changes before
4991 Version 19 will be made.
4992
8cf51b2c
GM
49931988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4994
4995 * emacs.tex: Update information for obtaining TeX distribution from the
4996 University of Washington.
4997
4998;; Local Variables:
4999;; coding: iso-2022-7bit
5000;; fill-column: 79
5001;; add-log-time-zone-rule: t
5002;; End:
5003
5004 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
5005 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
5006
5007 This file is part of GNU Emacs.
5008
5009 GNU Emacs is free software; you can redistribute it and/or modify
5010 it under the terms of the GNU General Public License as published by
5011 the Free Software Foundation; either version 3, or (at your option)
5012 any later version.
5013
5014 GNU Emacs is distributed in the hope that it will be useful,
5015 but WITHOUT ANY WARRANTY; without even the implied warranty of
5016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5017 GNU General Public License for more details.
5018
5019 You should have received a copy of the GNU General Public License
5020 along with GNU Emacs; see the file COPYING. If not, write to the
5021 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5022 Boston, MA 02110-1301, USA.
5023
5024;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd