Merge in new VC with filesets.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
58ade22b
ER
12007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * files.texi (Version Systems): Describe newerte VCses.
4 Reorder the descriptions to be chronological.
5
568c7288
NR
62007-10-04 Nick Roberts <nickrob@snap.net.nz>
7
8 * building.texi (GDB Graphical Interface): Remove references to gdba
9 and mention gud-gdb.
10
1af74d06 112007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 12
1af74d06 13 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 14
0d8fb755
JL
152007-10-06 Juri Linkov <juri@jurta.org>
16
17 * text.texi (Fill Commands): Document fill-paragraph-or-region.
18 (Fill Prefix, Format Indentation): Replace fill-paragraph with
19 fill-paragraph-or-region.
20
21 * basic.texi (Arguments): Replace fill-paragraph with
22 fill-paragraph-or-region.
23
b981e2c6
ER
242007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
25
26 * files.texi: Update the section on version control for 2007
27 conditions. None of these changes are new-VC-specific; that
28 will come later.
29
5fceaf9c
GM
302007-09-15 Glenn Morris <rgm@gnu.org>
31
32 * calendar.texi (Holidays): Change all instances of `holiday-list' back
33 to `list-holidays'.
34
b0e44b17
GM
352007-09-14 Glenn Morris <rgm@gnu.org>
36
37 * calendar.texi: Update all instances of mark-calendar-holidays,
38 list-calendar-holidays, list-holidays with the new names.
39
8cf51b2c
GM
402007-09-06 Glenn Morris <rgm@gnu.org>
41
42 * Move manual sources from man/ to subdirectories of doc/.
43 Split into the Emacs manual in emacs/, and other manuals in misc/.
44 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
45 manual.
46 (infodir): New variable.
47 (info): Use $infodir.
48 (emacsman): Delete target, not needed any more.
49 Move all targets that are not the Emacs manual to misc/Makefile.in.
50 (mostlyclean): Remove `gnustmp'.
51 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
52 manual.
92f9b43f 53 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
54 (emacsman): Delete target, not needed any more.
55 (clean): Remove all info files but Emacs manual.
56 Move all targets that are not the Emacs manual to misc/Makefile.in.
57 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
58
59 * Makefile.in (INFOSOURCES): Delete.
60 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
61 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
62 *.vrs *.toc here...
63 (maintainer-clean): ...from here.
64
652007-09-05 Glenn Morris <rgm@gnu.org>
66
67 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
68
8cf51b2c
GM
692007-08-29 Glenn Morris <rgm@gnu.org>
70
71 * emacs.texi (EMACSVER): Increase to 23.0.50.
72
3420c522
RS
732007-08-27 Richard Stallman <rms@gnu.org>
74
75 * emacs.texi (Top): Clarify menu item for Glossary.
76
77 * display.texi (Faces): Change secn title.
78 Clarify not all fonts come from Font Lock.
79
8cf51b2c
GM
802007-08-17 Eli Zaretskii <eliz@gnu.org>
81
82 * basic.texi (Position Info): Add index entry for face at point.
83 Mention that character faces are also displayed by "C-u C-x =".
84
8cf51b2c
GM
852007-08-08 Glenn Morris <rgm@gnu.org>
86
87 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
88
892007-08-07 Chong Yidong <cyd@stupidchicken.com>
90
91 * files.texi (File Conveniences): Document point motion keys in Image
92 mode.
93
8cf51b2c
GM
942007-07-27 Glenn Morris <rgm@gnu.org>
95
8cf51b2c
GM
96 * emacs.texi (Copying): Include license text from gpl.texi, rather than
97 in-line.
98
99 * gpl.texi: New file with text of GPL.
100 * Makefile.in (EMACSSOURCES): Add gpl.texi.
101
1022007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
103
104 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
105
106 * dired.texi (Wdired): Mention C-x C-q key binding.
107
1082007-07-28 Nick Roberts <nickrob@snap.net.nz>
109
110 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
111
1122007-07-25 Glenn Morris <rgm@gnu.org>
113
8cf51b2c
GM
114 * emacs.texi (Copying): Replace license with GPLv3.
115
116 * Relicense all FSF files to GPLv3 or later.
117
1182007-07-24 Glenn Morris <rgm@gnu.org>
119
120 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
121 for some calendars.
122
1232007-07-23 Nick Roberts <nickrob@snap.net.nz>
124
125 * screen.texi (Mode Line): Describe new mode-line flag that shows if
126 default-directory for the current buffer is on a remote machine.
127
8cf51b2c
GM
1282007-07-21 Eli Zaretskii <eliz@gnu.org>
129
130 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
131 default value.
132
1332007-07-21 Richard Stallman <rms@gnu.org>
134
135 * files.texi (Why Version Control?): Improve previous change.
136
1372007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
138
139 * files.texi (Why Version Control?): New node.
140
8cf51b2c
GM
1412007-07-12 Nick Roberts <nickrob@snap.net.nz>
142
8cf51b2c
GM
143 * building.texi (Starting GUD): Add xref to this anchor.
144
8cf51b2c
GM
1452007-06-24 Karl Berry <karl@gnu.org>
146
147 * emacs.texi: new Back-Cover Text.
148
8cf51b2c
GM
1492007-06-07 Alan Mackenzie <acm@muc.de>
150
151 * display.texi (Optional Mode Line): Document the new form of
152 line+column numbers, "(561,2)".
153
1542007-06-06 Juanma Barranquero <lekktu@gmail.com>
155
49823426 156 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
157
1582007-06-02 Chong Yidong <cyd@stupidchicken.com>
159
160 * Version 22.1 released.
161
8cf51b2c
GM
1622007-05-07 Karl Berry <karl@gnu.org>
163
164 * emacs.texi (EMACSVER): Back to 22.
165
1662007-05-06 Richard Stallman <rms@gnu.org>
167
168 * maintaining.texi (Create Tags Table): Clean up previous change.
169
1702007-05-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
171
172 * maintaining.texi (Create Tags Table): Add text about the dangers of
173 making symbolic links to tags files.
174
1752007-05-04 Karl Berry <karl@gnu.org>
176
177 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
178
1792007-05-03 Karl Berry <karl@gnu.org>
180
181 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
182
183 * .cvsignore (*.pdf): New entry.
184
8cf51b2c
GM
185 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
186 for printing.
187
1882007-05-01 Richard Stallman <rms@gnu.org>
189
190 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
191
8cf51b2c
GM
1922007-04-28 Glenn Morris <rgm@gnu.org>
193
194 * ack.texi (Acknowledgments):
195 * anti.texi (Antinews):
8cf51b2c
GM
196 * programs.texi (Program Modes): Restore mention of python.el pending
197 consideration of legal status.
198
1992007-04-28 Richard Stallman <rms@gnu.org>
200
201 * files.texi (File Names): Fixes to ~ description on MS systems.
202
8cf51b2c
GM
2032007-04-26 Glenn Morris <rgm@gnu.org>
204
205 * emacs.texi (EMACSVER): Increase to 22.1.50.
206
2072007-04-25 Karl Berry <karl@gnu.org>
208
209 * emacs.texi: Improve line breaks on copyright page,
210 similar layout to lispref, 8.5x11 by default.
211
212 * dired.texi (Image-Dired): Improve line break, fix typo.
213
2142007-04-24 Chong Yidong <cyd@stupidchicken.com>
215
216 * programs.texi (Program Modes):
8cf51b2c
GM
217 * anti.texi (Antinews):
218 * ack.texi (Acknowledgments): python.el removed.
219
8cf51b2c
GM
2202007-04-23 Chong Yidong <cyd@stupidchicken.com>
221
222 * display.texi (Highlight Interactively): Correct description of
223 hi-lock-file-patterns-policy.
224
225 * files.texi (File Archives): Mention self-extracting executables.
226
2272007-04-23 Eli Zaretskii <eliz@gnu.org>
228
229 * search.texi (Unconditional Replace, Query Replace): Add xref to
230 "Replacement and Case".
231
2322007-04-22 Chong Yidong <cyd@stupidchicken.com>
233
234 * dired.texi (Image-Dired): Move from Thumbnails node.
235 * misc.texi (Thumbnails): Node deleted.
236 * emacs.texi (Top): Update node listing.
237
238 * files.texi (File Conveniences):
49823426 239 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
240
2412007-04-21 Richard Stallman <rms@gnu.org>
242
243 * display.texi (Highlight Interactively): Correct previous change.
244 Clarify doc of hi-lock-find-patterns, and move new features into it.
245
2462007-04-20 David Koppelman <koppel@ece.lsu.edu>
247
248 * display.texi (Highlight Interactively): Document
249 hi-lock-file-patterns-policy.
250
2512007-04-20 Martin Rudalics <rudalics@gmx.at>
252
253 * display.texi (Scrolling): Fix typo.
254
8cf51b2c
GM
2552007-04-15 Chong Yidong <cyd@stupidchicken.com>
256
8cf51b2c
GM
257 * doclicense.texi: Remove node heading, so that it can be included by
258 other files.
259
260 * emacs.texi: Insert node heading for GFDL.
261
8cf51b2c
GM
2622007-04-14 Eli Zaretskii <eliz@gnu.org>
263
264 * cmdargs.texi (Colors): Qualify "color of window" index entry by
265 "command line".
266
267 * display.texi (Faces): Refer to "Creating Frames" for face
268 and other frame customizations in .emacs.
269
270 * frames.texi (Creating Frames): Mention that face customizations can
271 be put in .emacs. Add index entries.
272
2732007-04-12 Richard Stallman <rms@gnu.org>
274
275 * glossary.texi (Glossary): Explain `iff'.
276
2772007-04-11 Karl Berry <karl@gnu.org>
278
279 * gnu.texi (Top),
280 * macos.texi (Mac Font Specs),
281 * anti.texi (Antinews),
282 * xresources.texi (Resources),
283 * misc.texi (Emulation),
284 * calendar.texi (Daylight Saving),
285 * dired.texi (Dired and Find),
286 * rmail.texi (Remote Mailboxes),
287 * sending.texi (Mail Headers),
288 * programs.texi (Which Function),
289 * files.texi (Recover),
290 * buffers.texi (Uniquify),
291 * frames.texi (Wheeled Mice),
292 * killing.texi (Rectangles): Wording to improve breaks in
293 8.5x11 format.
294 * mule.texi (Language Environments): \hbadness=10000 since there's
295 no way to reword.
296 * emacs.texi (smallbook): New @set to more easily switch between
297 smallbook and 8.5x11.
298
2992007-04-11 Richard Stallman <rms@gnu.org>
300
301 * files.texi (File Conveniences): Add xref to Tumme.
302 Delete text about Thumbnail mode.
303
8cf51b2c
GM
3042007-04-09 Alan Mackenzie <acm@muc.de>
305
306 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
307 new name. Insert concept index entries.
308
8cf51b2c
GM
3092007-04-08 Chong Yidong <cyd@stupidchicken.com>
310
311 * display.texi (Standard Faces): Document prefix arg for
312 list-faces-display.
313
314 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
315
8cf51b2c
GM
3162007-04-07 Chong Yidong <cyd@stupidchicken.com>
317
8cf51b2c
GM
318 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
319
320 * files.texi (Misc File Ops): Rewrite description of
321 insert-file-literally.
322
8cf51b2c
GM
3232007-03-31 Eli Zaretskii <eliz@gnu.org>
324
325 * misc.texi (Printing): Postscript -> PostScript.
326
8cf51b2c
GM
327 * ack.texi (Acknowledgments): Postscript -> PostScript.
328
329 * custom.texi (Init File, Init Non-ASCII): Fix last change.
330
331 * emacs.texi (Top): Fix the menu due to the change in custom.texi
332 below.
333
3342007-03-30 Chong Yidong <cyd@stupidchicken.com>
335
336 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
337 Init Non-ASCII.
338 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
339 (Init Non-ASCII): New node.
340
3412007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
342
343 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
344
8cf51b2c
GM
3452007-03-12 Glenn Morris <rgm@gnu.org>
346
8cf51b2c
GM
347 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
348 "Daylight Savings".
349
49823426 350 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
351 saving" in text throughout.
352
8cf51b2c
GM
3532007-03-04 Richard Stallman <rms@gnu.org>
354
355 * custom.texi (Safe File Variables): Minor correction.
356
8cf51b2c
GM
3572007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
358
359 * rmail.texi (Movemail): Add internal ref.
360 Don't indent the intro for the PROTO table.
361 Format PROTO table items with @code.
362
8cf51b2c
GM
3632007-02-26 Nick Roberts <nickrob@snap.net.nz>
364
365 * building.texi: Remove references to bashdb.
366
8cf51b2c
GM
3672007-02-19 Juanma Barranquero <lekktu@gmail.com>
368
369 * mule.texi (Language Environments): Update list of supported language
370 environments.
371
8cf51b2c
GM
3722007-02-14 Kim F. Storm <storm@cua.dk>
373
374 * building.texi (Grep Searching): Fix lgrep doc.
375
3762007-02-12 Chong Yidong <cyd@stupidchicken.com>
377
378 * back.texi: Remove unused file.
379
8cf51b2c
GM
3802007-02-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
381
382 * maintaining.texi (Tag Syntax): Now --members is the default for
383 etags, not for ctags yet.
384
8cf51b2c
GM
3852007-02-03 Eli Zaretskii <eliz@gnu.org>
386
387 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
388 headers compliant with Texinfo guidelines and with what texnfo-upd.el
389 expects. Add comments to prevent people from inadvertently modifying
390 the key parts needed by `texinfo-multiple-files-update'.
391
3922007-01-29 Chong Yidong <cyd@stupidchicken.com>
393
394 * frames.texi (Secondary Selection): Window clicked does not matter
395 when mouse-yank-at-point is non-nil.
396
8cf51b2c
GM
3972007-01-16 Glenn Morris <rgm@gnu.org>
398
399 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
400 system abbrev.
401
4022007-01-11 Richard Stallman <rms@gnu.org>
403
404 * msdog.texi (Windows Keyboard): Another small cleanup.
405
4062007-01-10 Richard Stallman <rms@gnu.org>
407
408 * msdog.texi (Windows Keyboard): Yet another try to make
409 everyone happy with that passage.
410
4112007-01-05 Richard Stallman <rms@gnu.org>
412
413 * anti.texi (Antinews): Mention M-x shell scrolling.
414
4152007-01-05 Nick Roberts <nickrob@snap.net.nz>
416
417 * building.texi (Watch Expressions): Describe gdb-max-children.
418
8cf51b2c
GM
4192007-01-04 Richard Stallman <rms@gnu.org>
420
8cf51b2c
GM
421 * msdog.texi (Windows Keyboard): Clarify previous change.
422
8cf51b2c
GM
4232007-01-02 Richard Stallman <rms@gnu.org>
424
425 * custom.texi (Changing a Variable): Minor clarification.
426 (Specific Customization): customize-customized => customize-unsaved.
427
428 * entering.texi (Entering Emacs): Clean up text about restarting
429 Emacs for each file.
430
431 * misc.texi (Shell Options): Minor cleanup.
432
433 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
434 with Emacs, not vice versa.
435
436 * programs.texi (Symbol Completion): Recommend customizing
437 window manager.
438
439 * xresources.texi (Resources): Minor fix.
440
8cf51b2c
GM
4412007-01-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
442
443 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
444
4452007-01-01 Richard Stallman <rms@gnu.org>
446
447 * commands.texi (User Input): Document keys stolen by window mangers.
448
4492006-12-31 Richard Stallman <rms@gnu.org>
450
451 * custom.texi (Specific Customization): Document customize-option
452 instead of customize-variable.
453
4542006-12-31 Kim F. Storm <storm@cua.dk>
455
456 * major.texi (Choosing Modes): Document auto-mode-case-fold.
457
4582006-12-30 Kim F. Storm <storm@cua.dk>
459
460 * killing.texi (CUA Bindings): Fix typo.
461
462 * xresources.texi (Table of Resources): Mention grow-only value for
463 auto-resize-tool-bars.
464
8cf51b2c
GM
4652006-12-27 Eli Zaretskii <eliz@gnu.org>
466
467 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
468 and how to get them back.
469
4702006-12-26 Richard Stallman <rms@gnu.org>
471
472 * calendar.texi (Holidays): Holiday listing is based on current
473 practice, but DST is not.
474
4752006-12-25 Richard Stallman <rms@gnu.org>
476
477 * emacs.texi (Top): Update subnode menus.
478
479 * mark.texi (Transient Mark): Fix xref.
480
481 * killing.texi (Graphical Kill): Node deleted.
482 (Killing): Add xref to Cut and Paste.
483 (CUA Bindings): Update xref.
484
485 * frames.texi (Cut and Paste): New section to hold other nodes.
486 (Mouse Commands): Node demoted.
487 (Cut/Paste Other App): Split out from Mouse Commands.
488 (Word and Line Mouse): Likewise.
489 (Secondary Selection, Clipboard): Nodes demoted.
490
8cf51b2c
GM
4912006-12-24 Kevin Ryde <user42@zip.com.au>
492
493 * calendar.texi (Holidays): US daylight saving begins second Sunday
494 in March for 2007 onwards.
495 (Daylight Savings): Show new US default daylight saving rules, 2nd
496 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
497
4982006-12-23 Chong Yidong <cyd@stupidchicken.com>
499
500 * calendar.texi (Scroll Calendar): < and > are switched.
501
5022006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
503
504 * killing.texi (Deletion): Describe M-\ prefix argument.
505
5062006-12-23 Richard Stallman <rms@gnu.org>
507
508 * search.texi (Regexp Search): Explain why forward and reverse regexp
509 search are not mirror images.
510
8cf51b2c
GM
5112006-12-19 Kim F. Storm <storm@cua.dk>
512
513 * major.texi (Choosing Modes): Describe match-function elements for
514 magic-mode-alist.
515
8cf51b2c
GM
5162006-12-18 Eli Zaretskii <eliz@gnu.org>
517
518 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
519 peculiarities.
520
5212006-12-18 Richard Stallman <rms@gnu.org>
522
523 * abbrevs.texi (Editing Abbrevs): Fix previous change.
524
8cf51b2c
GM
5252006-12-17 Alan Mackenzie <acm@muc.de>
526
527 * programs.texi (Left Margin Paren): Remove the bit which says
528 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
529 Discuss some of the issues of setting this option to nil.
530
5312006-12-17 Glenn Morris <rgm@gnu.org>
532
533 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
534
5352006-12-16 Eli Zaretskii <eliz@gnu.org>
536
537 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
538 (Windows Files): `w32-get-true-file-attributes' is only relevant for
539 NTFS volumes.
540 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
541 volumes.
542
5432006-12-15 Eli Zaretskii <eliz@gnu.org>
544
545 * text.texi (HTML Mode): Fix "C-c TAB".
546
8cf51b2c
GM
5472006-12-09 Richard Stallman <rms@gnu.org>
548
549 * misc.texi (Invoking emacsclient): Simplify TCP file text.
550
5512006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
552
553 * files.texi (Misc File Ops): Document insert-file-literally.
554
5552006-12-08 Eli Zaretskii <eliz@gnu.org>
556
557 * cmdargs.texi (Colors): Note that --color is intended for overriding
558 the terminal defaults, not for normal invocation.
559
560 * misc.texi (Emacs Server): Improve wording. Don't mention the
561 ``server program''. Add a cross-reference to "Init File" node.
562 (Invoking emacsclient): Add index entries. Document both short and
563 long versions of command-line options. Document the -f option.
564
8cf51b2c
GM
5652006-12-06 Richard Stallman <rms@gnu.org>
566
567 * text.texi (Outline Format): Say to set outline-regexp
568 and outline-level with major modes and file local variables.
569
5702006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
571
572 * anti.texi (Antinews): Mention the alternative to
573 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
574
8cf51b2c
GM
575 * misc.texi (Interactive Shell): Ditto.
576
5772006-12-04 Eli Zaretskii <eliz@gnu.org>
578
579 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
580
581 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
582
5832006-12-01 Eli Zaretskii <eliz@gnu.org>
584
585 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
586 colon in the mode line.
587
588 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
589
5902006-11-26 Nick Roberts <nickrob@snap.net.nz>
591
592 * building.texi (Watch Expressions): Mention SPC for expanding/
593 contracting watch expressions.
594
5952006-11-26 Kim F. Storm <storm@cua.dk>
596
597 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
598
5992006-11-26 Nick Roberts <nickrob@snap.net.nz>
600
601 * building.texi (Debugger Operation): Define text command mode.
602 Clarify how tooltips work.
603 (GDB Graphical Interface): Explain how to run in text command mode
604 more clearly.
605
6062006-11-25 Juanma Barranquero <lekktu@gmail.com>
607
608 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
609
6102006-11-22 Juanma Barranquero <lekktu@gmail.com>
611
612 * anti.texi (Antinews): Mention --server-file and TCP sockets.
613
8cf51b2c
GM
6142006-11-18 Chong Yidong <cyd@stupidchicken.com>
615
616 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
617 and EMACS is deprecated.
618
6192006-11-18 Juanma Barranquero <lekktu@gmail.com>
620
621 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
622
6232006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
624
625 * Makefile.in (emacs.dvi): Remove xresmini.texi.
626
627 * emacs.texi: Include xresources.texi both for info and dvi.
628
629 * xresources.texi: Merge text from xresmini.texi.
630
8cf51b2c
GM
6312006-11-12 Roberto Rodr\e,Am\e(Bguez <lanubeblanca@googlemail.com> (tiny change)
632
633 * glossary.texi: Fix typos.
634
8cf51b2c
GM
6352006-11-06 Richard Stallman <rms@gnu.org>
636
637 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
638
639 * ack.texi (Acknowledgments): Fix name spelling.
640
6412006-11-01 Juri Linkov <juri@jurta.org>
642
643 * search.texi (Word Search): Document incremental word search.
644
6452006-10-28 Glenn Morris <rgm@gnu.org>
646
647 * ack.texi (Acknowledgments): Add cal-html author.
648
649 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
650 Calendar"). Describe new package cal-html.
651 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
652 Calendar Files."
653
8cf51b2c
GM
6542006-10-23 Richard Stallman <rms@gnu.org>
655
656 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
657 Abbrev mode is enabled.
658
8cf51b2c
GM
6592006-10-16 Richard Stallman <rms@gnu.org>
660
8cf51b2c
GM
661 * emacs.texi: Update ISBN.
662
8cf51b2c
GM
6632006-10-11 Kim F. Storm <storm@cua.dk>
664
665 * emacs.texi (Acknowledgments): Use @dotless{i}.
666
6672006-10-08 Nick Roberts <nickrob@snap.net.nz>
668
669 * building.texi (Breakpoints Buffer): Mention catchpoints.
670
6712006-10-08 Kim F. Storm <storm@cua.dk>
672
673 * ack.texi (Acknowledgments): Update.
674
675 * emacs.texi (Acknowledgments): Fix bad @/ form.
676
8cf51b2c
GM
6772006-10-05 Kim F. Storm <storm@cua.dk>
678
679 * emacs.texi (Acknowledgments): Add more contributors.
680
6812006-10-03 Richard Stallman <rms@gnu.org>
682
683 * emacs.texi (Acknowledgments): Update version and edition.
684
8cf51b2c
GM
6852006-10-01 Karl Berry <karl@gnu.org>
686
687 * custom.texi (Customization Groups): Page break to keep example buffer
688 on one page.
689
6902006-09-30 Karl Berry <karl@gnu.org>
691
692 * programs.texi (Basic Indent): @need to improve page break.
693 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
694
6952006-09-29 Glenn Morris <rgm@gnu.org>
696
697 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
698
6992006-09-29 Karl Berry <karl@gnu.org>
700
701 * windows.texi (Basic Window): Remove forced @break, no longer
702 desirable.
703 * frames.texi (Frame Commands),
704 * mark.texi (Marking Objects): Reword to avoid bad page break.
705 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
706
7072006-09-19 Richard Stallman <rms@gnu.org>
708
709 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
710 stick to present tense.
711
7122006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
713
714 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
715 to x-gtk-use-old-file-dialog.
716 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
717
7182006-09-15 Jay Belanger <belanger@truman.edu>
719
49823426 720 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
721 Change "Library Public License" to "Lesser Public License"
722 throughout. Use "yyyy" to represent year.
723
8cf51b2c
GM
7242006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
725
726 * files.texi (Visiting): Add index entry "open file".
727
8cf51b2c
GM
7282006-09-11 Richard Stallman <rms@gnu.org>
729
730 * building.texi (Compilation Mode): Clarification.
731 (Grep Searching): Add xref to Compilation Mode.
732
8cf51b2c
GM
7332006-09-08 Richard Stallman <rms@gnu.org>
734
735 * search.texi (Search): Ref multi-file search commands here.
736 (Other Repeating Search): Not here.
737
8cf51b2c
GM
7382006-08-28 Richard Stallman <rms@gnu.org>
739
740 * windows.texi (Split Window): Update xref.
741
742 * basic.texi (Continuation Lines): Update xref.
743
744 * indent.texi (Tab Stops): Update xref.
745
746 * emacs.texi (Top): Update subnode menu.
747
748 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
749 split out of Display Custom.
750
7512006-08-25 Kim F. Storm <storm@cua.dk>
752
753 * display.texi (Display Custom): Add variables overline-margin
754 and x-underline-at-descent-line.
755
7562006-08-25 Richard Stallman <rms@gnu.org>
757
758 * entering.texi (Exiting): Rewrite to give graphical displays
759 priority over text terminals.
760
761 * search.texi (Incremental Search): Move index entries.
762
7632006-08-23 Chong Yidong <cyd@stupidchicken.com>
764
765 * custom.texi (Init File): Reference Find Init to avoid "home
766 directory" confusion.
767
7682006-08-22 Nick Roberts <nickrob@snap.net.nz>
769
770 * building.texi (Other GDB-UI Buffers): Describe how to edit
771 a value in the locals buffer.
772
7732006-08-21 Richard Stallman <rms@gnu.org>
774
775 * search.texi (Basic Isearch): Add `isearch' index entry.
776
7772006-08-16 Richard Stallman <rms@gnu.org>
778
779 * misc.texi (Saving Emacs Sessions): Clean up wording.
780
781 * mark.texi (Marking Objects): Mention term "select all".
782
783 * emacs.texi (Top): Update subnode menu.
784
785 * help.texi (Help Mode): Move node up in file.
786
8cf51b2c
GM
7872006-08-15 Nick Roberts <nickrob@snap.net.nz>
788
789 * building.texi (Stack Buffer): Explain fringe arrow.
790
8cf51b2c
GM
7912006-08-12 Eli Zaretskii <eliz@gnu.org>
792
8cf51b2c
GM
793 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
794 on startup.
795
7962006-08-11 Romain Francoise <romain@orebokech.com>
797
798 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
799
8002006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
801
802 * mule.texi (Recognize Coding, Text Coding): Fix typos.
803
8042006-08-10 Richard Stallman <rms@gnu.org>
805
806 * text.texi (Format Faces): Substantial rewrites to deal
807 with face merging. Empty regions don't count. Clarify
808 face property inheritance.
809
8102006-08-08 Romain Francoise <romain@orebokech.com>
811
812 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
813 <arjuropo@cc.jyu.fi>.
814
8cf51b2c
GM
8152006-08-04 Eli Zaretskii <eliz@gnu.org>
816
817 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
818 apply to all frames.
819
8cf51b2c
GM
8202006-08-01 Richard Stallman <rms@gnu.org>
821
822 * help.texi (Name Help): Add index entries for describe-variable.
823
8242006-08-01 Nick Roberts <nickrob@snap.net.nz>
825
826 * building.texi (GDB Graphical Interface): Shorten node names.
827 (GDB-UI Layout): Use GDB-related.
828 (Other GDB-UI Buffers): Simplify English.
829
8302006-07-31 Richard Stallman <rms@gnu.org>
831
832 * search.texi (Query Replace): Add xref for Dired's Q command.
833
8cf51b2c
GM
8342006-07-31 Nick Roberts <nickrob@snap.net.nz>
835
836 * building.texi (GDB commands in Fringe): Rename to...
837 (Source Buffers): ..this and move forward. Describe hollow arrow and
838 new option gdb-find-source-frame.
839
8402006-07-29 Richard Stallman <rms@gnu.org>
841
842 * dired.texi (Operating on Files): Simplify previous change
843 and fix Texinfo usage.
844
8452006-07-29 Eli Zaretskii <eliz@gnu.org>
846
847 * dired.texi (Operating on Files): Add cross-references. State the
848 Unix commands that do similar things.
849
8502006-07-28 Richard Stallman <rms@gnu.org>
851
852 * mark.texi (Transient Mark): Clarify that region never disappears
853 when Transient Mark mode is off, and not when it is on.
854
8552006-07-27 Richard Stallman <rms@gnu.org>
856
857 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
858
8592006-07-24 Richard Stallman <rms@gnu.org>
860
861 * xresources.texi (GTK styles): Fix texinfo usage.
862
8cf51b2c
GM
863 * commands.texi (User Input): Explain why we teach keyboard cmds.
864
865 * xresources.texi, xresmini.texi, search.texi, programs.texi:
866 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
867 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
868 * doclicense.texi, display.texi, dired.texi, basic.texi:
869 * anti.texi, ack.texi: Move periods and commas inside quotes.
870
8712006-07-22 Eli Zaretskii <eliz@gnu.org>
872
873 * cmdargs.texi (General Variables): Document EMAIL.
874
8752006-07-21 Eli Zaretskii <eliz@gnu.org>
876
877 * frames.texi (Frame Commands): Mention that focus-follows-mouse
878 doesn't have effect on MS-Windows.
879
8cf51b2c
GM
8802006-07-17 Richard Stallman <rms@gnu.org>
881
882 * building.texi (Grep Searching): Explain about chaining grep commands.
883
8cf51b2c
GM
8842006-07-10 Nick Roberts <nickrob@snap.net.nz>
885
49823426 886 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
887
8882006-07-09 Chong Yidong <cyd@stupidchicken.com>
889
890 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
891 is invoked for multiple files.
892
8932006-07-08 Eli Zaretskii <eliz@gnu.org>
894
895 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
896 on-line manual for the rest of this node.
897 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
898 unconditionally.
899 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
900 Improve wording.
901 (Windows Printing): Improve wording.
902 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
903 rest of this node.
904
8cf51b2c
GM
9052006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
906
49823426
GM
907 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
908 with eval-buffer.
8cf51b2c
GM
909
9102006-07-05 Nick Roberts <nickrob@snap.net.nz>
911
912 * mule.texi (Coding Systems, Specify Coding): Link descriptions
913 of character translation.
914
9152006-07-04 Nick Roberts <nickrob@snap.net.nz>
916
917 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
918
9192006-07-03 Karl Berry <karl@gnu.org>
920
921 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
922 not-too-underfull hboxes in the TeX output.
923 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
924 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
925 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
926 * sending.texi, text.texi: Fix overfull/underfull boxes.
927
9282006-07-03 Romain Francoise <romain@orebokech.com>
929
930 * m-x.texi (M-x): Fix.
931
9322006-07-03 Richard Stallman <rms@gnu.org>
933
8cf51b2c
GM
934 * search.texi (Other Repeating Search): filename -> file name.
935
936 * misc.texi (Narrowing): Minor cleanups.
937
938 * files.texi (Visiting): filename -> file name.
939
940 * emacs.texi (Top): Update subnode menus.
941
942 * mule.texi (Coding Systems): Move char translation stuff here.
943 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
944 (Recognize Coding): Substantial local rewrites.
945 (International): Update menu.
946
947 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
948 (Scrolling): Substantial local rewrites.
949 (Display): Update menu and intro.
950
951 * dired.texi: filename -> file name.
952
953 * custom.texi (Safe File Variables): Texinfo usage fix.
954
9552006-07-03 Ted Zlatanov <tzz@lifelogs.com>
956
957 * help.texi, m-x.texi: Lots of cleanups.
958
8cf51b2c
GM
9592006-06-30 Eli Zaretskii <eliz@gnu.org>
960
961 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
962 (Windows Processes, Windows Misc): Shorten the printed version by
963 selectively conditioning less important portions by @ifnottex.
964
8cf51b2c
GM
9652006-06-27 Richard Stallman <rms@gnu.org>
966
967 * mini.texi (Minibuffer File): Minor cleanup.
968
9692006-06-25 Nick Roberts <nickrob@snap.net.nz>
970
971 * frames.texi (XTerm Mouse): Rename to...
972 (Text-Only Mouse): ...this. Mention t-mouse-mode.
973
974 * emacs.texi (Top): Use new node name.
975
9762006-06-24 Eli Zaretskii <eliz@gnu.org>
977
978 * emacs.texi (Top): Update the detailed menu according to changes in
979 msdog.texi.
980
981 * msdog.texi (Windows Keyboard): New section.
982 (Windows Mouse): New section.
983 (Windows System Menu): Remove section (text merged with "Windows
984 Keyboard").
985 (Windows Misc): New section.
986
987 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
988
989 * msdog.texi (ls in Lisp): New section.
990
991 * files.texi (Visiting): Document case-insensitive wildcard matching
992 under find-file-wildcards.
993
8cf51b2c
GM
9942006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
995
996 * macos.texi (Mac Input): Add description of mac-function-modifier.
997 Now Unicode keyboard layouts work.
998
8cf51b2c
GM
9992006-06-10 Richard Stallman <rms@gnu.org>
1000
1001 * mule.texi (Recognize Coding): Clarify previous change.
1002
10032006-06-09 Kenichi Handa <handa@m17n.org>
1004
1005 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1006 notation.
1007
10082006-06-07 Kevin Ryde <user42@zip.com.au>
1009
1010 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1011 manual for @ifnottex, but in emacs-extra for @iftex.
1012
1013 * cmdargs.texi (General Variables): Fix smtpmail xref.
1014
10152006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1016
8cf51b2c 1017 * programs.texi (Comment Commands):
8cf51b2c 1018 * custom.texi (Specifying File Variables):
49823426 1019 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1020
10212006-06-07 Nick Roberts <nickrob@snap.net.nz>
1022
1023 * building.texi (Watch Expressions): Move node to end.
1024 (GDB Graphical Interface): Move description of clicks in fringe...
1025 (GDB commands in the Fringe): ...to here. New node.
1026
8cf51b2c
GM
10272006-06-05 Romain Francoise <romain@orebokech.com>
1028
49823426 1029 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
1030
10312006-06-05 Nick Roberts <nickrob@snap.net.nz>
1032
1033 * building.texi (GDB Graphical Interface): Update bindings.
1034 (Commands of GUD): Add gud-print. Remove gud-run.
1035 Restate availability more generally.
1036
10372006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1038
1039 * mini.texi: Lots of cleanups.
1040
10412006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1042
1043 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1044 and Mouse-2.
1045
10462006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1047
1048 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1049
8cf51b2c
GM
10502006-05-31 Richard Stallman <rms@gnu.org>
1051
1052 * basic.texi (Moving Point): Fix previous change.
1053
8cf51b2c
GM
10542006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1055
1056 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1057
10582006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1059
1060 * basic.texi: Many simplifications and improvements in wording.
1061
8cf51b2c
GM
10622006-05-26 Nick Roberts <nickrob@snap.net.nz>
1063
1064 * anti.texi (Antinews): Create a node for gdb-ui.
1065
8cf51b2c
GM
10662006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1067
1068 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1069
10702006-05-20 Richard Stallman <rms@gnu.org>
1071
1072 * dired.texi (Dired Navigation): dired-goto-file is now j.
1073
8cf51b2c
GM
10742006-05-20 Eli Zaretskii <eliz@gnu.org>
1075
1076 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1077 and their aliases.
1078
1079 * msdog.texi (Windows Printing): Mention non-support of plain text
1080 printing with some el-cheapo printers, and suggest a workaround.
1081
10822006-05-20 Kevin Ryde <user42@zip.com.au>
1083
1084 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1085 remove the bit saying you must set it.
1086
10872006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1088
1089 * trouble.texi (Checklist):
1090 * text.texi (Text, Auto Fill, Text Mode):
1091 * search.texi (Nonincremental Search):
1092 * rmail.texi (Rmail Labels):
1093 * mule.texi (Input Methods, Multibyte Conversion):
1094 * misc.texi (Gnus, Where to Look, PostScript):
1095 * maintaining.texi (Create Tags Table):
1096 * indent.texi (Indentation Commands):
1097 * fixit.texi (Spelling):
1098 * emacs.texi (Copying):
1099 * custom.texi (Init File): ifinfo -> ifnottex.
1100
8cf51b2c
GM
11012006-05-17 Richard Stallman <rms@gnu.org>
1102
1103 * files.texi (Diff Mode): Mention C-x `.
1104
11052006-05-08 Richard Stallman <rms@gnu.org>
1106
1107 * custom.texi (Disabling): Textual cleanups.
1108
8cf51b2c
GM
11092006-05-12 Glenn Morris <rgm@gnu.org>
1110
1111 * calendar.texi (Displaying the Diary, Format of Diary File):
1112 Refer to diary-view-entries, diary-list-entries,
1113 diary-show-all-entries rather than obsolete aliases.
1114
11152006-05-12 Eli Zaretskii <eliz@gnu.org>
1116
1117 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1118 (Displaying the Diary, Special Diary Entries, Importing Diary):
1119 * building.texi (Compilation Shell):
1120 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1121 emacs-xtra with @inforef's.
1122
1123 * files.texi (Visiting): Fix wording.
1124
1125 * mule.texi (Coding Systems, Text Coding): More indexing.
1126 Mention that C-x RET f can set eol conversion.
1127
8cf51b2c
GM
11282006-05-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1129
1130 * xresmini.texi (GTK resources): Insert GTK description.
1131
1132 * xresources.texi (GTK resources): metafont should be menufont.
1133
8cf51b2c
GM
11342006-05-06 Michael Albinus <michael.albinus@gmx.de>
1135
49823426 1136 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
1137 method, user name and host name is active only in partial
1138 completion mode.
1139
8cf51b2c
GM
11402006-05-06 Eli Zaretskii <eliz@gnu.org>
1141
1142 * makefile.w32-in (emacs.dvi):
1143 * Makefile.in (emacs.dvi): Add xresmini.texi.
1144
1145 * xresmini.texi (Table of Resources): Remove xref to non-existent
1146 node "LessTif Resources".
1147
1148 * msdog.texi (Microsoft Windows):
1149 * calendar.texi (Calendar/Diary, Displaying the Diary)
1150 (Special Diary Entries, Importing Diary, Holidays):
1151 * programs.texi (Program Modes):
1152 * text.texi (Text):
1153 * buffers.texi (Several Buffers):
1154 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1155
11562006-05-06 Eli Zaretskii <eliz@gnu.org>
1157
1158 The following changes merge the emacs-xtra manual into the main
1159 manual, but only for on-line version of the manual.
1160
1161 * vc2-xtra.texi (Version Backups, Local Version Control)
1162 (Making Snapshots, Change Logs and VC, Version Headers)
1163 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1164 on-line manual.
1165
1166 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1167 for on-line manual.
1168
1169 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1170 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1171 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1172 for on-line manual.
1173
1174 * fortran-xtra.texi (Fortran, Fortran Autofill)
1175 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1176 for on-line manual.
1177
1178 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1179 Conditional xref's for on-line manual.
1180
1181 * emerge-xtra.texi (Emerge, Overview of Emerge)
1182 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1183 manual.
1184
1185 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1186 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1187 (EMACSSOURCES): Use EMACS_XTRA.
1188 (../info/emacs-xtra): Remove.
1189 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1190
1191 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1192 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1193 (EMACSSOURCES): Use EMACS_XTRA.
1194 ($(infodir)/emacs-xtra): Remove.
1195 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1196
1197 * trouble.texi (Quitting):
1198 * text.texi (Text):
1199 * programs.texi (Program Modes):
1200 * msdog.texi (Microsoft Windows):
1201 * frames.texi (Frames):
1202 * files.texi (Backup, Version Control, VC Concepts)
1203 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1204 (Registering, VC Status, VC Undo, Multi-User Branching)
1205 (Comparing Files):
1206 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1207 (Displaying the Diary, Special Diary Entries, Importing Diary):
1208 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1209 conditional xref's, depending on @iftex/@ifnottex.
1210
1211 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1212 "MS-DOS". @include msdog-xtra.texi.
1213
1214 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1215 <Top Level> [ifnottex]: @include fortran-xtra.texi.
1216
1217 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1218 for vc-xtra.texi subsections.
1219 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1220 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1221
1222 * sending.texi (Sending Mail): A @node line without explicit Prev,
1223 Next, and Up links.
1224
1225 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1226 Next, and Up links.
1227
1228 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1229 and its sections. @include picture-xtra.texi.
1230
1231 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1232 "Emerge".
1233 (List Tags) [ifnottex]: @include emerge-xtra.texi.
1234
1235 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1236 exact duplicate of its name-sake in calendar.texi.
1237
1238 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1239 "Advanced Calendar/Diary Usage".
1240 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1241
1242 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1243 dired-xtra.texi.
1244 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1245
1246 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1247 (Files) [ifnottex]: Add menu entry for Autorevert.
1248
1249 * emacs-xtra.texi (Introduction): Reword to make consistent with
1250 printed version only.
1251 <Top level>: Remove the body of all chapters and move them to the
1252 new *-xtra.texi files. Use @raisesections and @lowersections to
1253 convert sections to chapters etc.
1254
1255 * msdog-xtra.texi:
1256 * fortran-xtra.texi:
1257 * vc-xtra.texi:
1258 * vc1-xtra.texi:
1259 * vc2-xtra.texi:
1260 * emerge-xtra.texi:
1261 * cal-xtra.texi:
1262 * dired-xtra.texi:
1263 * arevert-xtra.texi: New files, with text from respective chapters
1264 of emacs-xtra.texi. Convert each @chapter into @section, @section
1265 into @subsection, etc.
1266
1267 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
1268 updated.
1269
1270 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1271 Windows". All references updated.
1272
12732006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1274
1275 * macos.texi (Mac Input): Mention input from Character Palette.
1276 (Mac Font Specs): Fix typo.
1277
12782006-05-05 Richard Stallman <rms@gnu.org>
1279
1280 * files.texi (Diff Mode): Minor cleanup.
1281
12822006-05-05 Karl Berry <karl@gnu.org>
1283
8cf51b2c
GM
1284 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1285 errors from the current release of makeinfo (4.8).
1286 * help.texi (Library Keywords): Change widest word in multitable
1287 template from `emulations' to `convenience'. (Not sure if this is
1288 related to the font change.)
1289
12902006-05-05 Eli Zaretskii <eliz@gnu.org>
1291
1292 * files.texi (File Names): Add a footnote about limited support of
1293 ~USER on MS-Windows.
1294
1295 * cmdargs.texi (Initial Options): Add a footnote about limited
1296 support of ~USER on MS-Windows.
1297
12982006-05-03 Richard Stallman <rms@gnu.org>
1299
1300 * files.texi (Diff Mode): Node moved here.
1301 (Comparing Files): Delete what duplicates new node.
1302 (Files): Put Diff Mode in menu.
1303
1304 * misc.texi (Diff Mode): Moved to files.texi.
1305
1306 * emacs.texi (Top): Update menu for Diff Mode.
1307
1308 * trouble.texi (Emergency Escape): Simplify.
1309
1310 * emacs.texi (Top): Minor clarification.
1311
13122006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1313
1314 * commands.texi, entering.texi, screen.texi: Many simplifications.
1315
13162006-05-03 Richard Stallman <rms@gnu.org>
1317
1318 * commands.texi (Text Characters): Delete paragraph about unibyte
1319 non-ASCII printing chars.
1320
1321 * killing.texi (Killing): Say "graphical displays".
1322 * display.texi: Say "graphical displays".
1323
1324 * cmdargs.texi (Misc X): Say "graphical displays".
1325
13262006-05-01 Richard Stallman <rms@gnu.org>
1327
1328 * emacs.texi (Top): Add Diff Mode to menu.
1329
13302006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1331
1332 * misc.texi (Diff Mode): New node.
1333
13342006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1335
1336 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1337 (Mac Environment Variables): Shorten example line.
1338 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
1339
13402006-05-01 Nick Roberts <nickrob@snap.net.nz>
1341
1342 * building.texi (GUD Customization): Describe cases %d and %c.
1343 Update description for %e.
1344
13452006-04-30 Glenn Morris <rgm@gnu.org>
1346
1347 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1348
13492006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1350
1351 * custom.texi (Examining): Update C-h v output example.
1352
13532006-04-29 Kim F. Storm <storm@cua.dk>
1354
1355 * building.texi (Grep Searching): Add lgrep and rgrep.
1356
8cf51b2c
GM
13572006-04-23 Richard Stallman <rms@gnu.org>
1358
1359 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1360
1361 * xresmini.texi: New file.
1362
1363 * xresources.texi (Face Resources): Split table into font resources
1364 and the rest. Combine similar attributes for brevity.
1365
8cf51b2c
GM
13662006-04-21 Eli Zaretskii <eliz@gnu.org>
1367
1368 * emacs-xtra.texi (MS-DOS File Names): Remove section about
1369 backslashes and case-insensitivity in file names (moved to the
1370 main manual).
1371 (MS-DOS Printing): Move most of the text to the main manual.
1372
1373 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1374 New nodes.
1375 (Windows Processes, Windows System Menu): Add index entries and
1376 fix wording.
1377
8cf51b2c
GM
13782006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1379
1380 * misc.texi (Shell Ring): Add notes on saved input when
1381 navigating off the end of the history list.
1382
13832006-04-18 Chong Yidong <cyd@mit.edu>
1384
1385 * misc.texi (Shell Options): Correct default value of
1386 comint-scroll-show-maximum-output.
1387
8cf51b2c
GM
13882006-04-18 Nick Roberts <nickrob@snap.net.nz>
1389
1390 * building.texi (Watch Expressions): Update.
1391
8cf51b2c
GM
13922006-04-12 Richard Stallman <rms@gnu.org>
1393
1394 * search.texi: Clean up previous change.
1395
13962006-04-12 Eli Zaretskii <eliz@gnu.org>
1397
1398 * search.texi (Regexp Backslash, Regexp Replace): Add index
1399 entries for ``back reference'' and mention the term itself in the
1400 text.
1401
14022006-04-11 Richard Stallman <rms@gnu.org>
1403
1404 * custom.texi (Safe File Variables):
1405 Document enable-local-variables = :safe.
1406
14072006-04-11 Karl Berry <karl@gnu.org>
1408
1409 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1410 (Remote Repositories, Version Backups, Local Version Control)
1411 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1412 (Miscellaneous Commands and Features of VC, Change Logs and VC)
1413 (Renaming VC Work Files and Master Files)
1414 (Inserting Version Control Headers, Customizing VC, General Options)
1415 (Options for RCS and SCCS, Options specific for CVS): Move all
1416 these nodes to emacs-xtra.texi, for brevity.
1417 * cmdargs.texi, files.texi: Change cross-references.
1418
8cf51b2c
GM
14192006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1420
1421 * files.texi (Old Versions): Update description of vc-annotate's
1422 use of color to indicate date ranges.
1423
8cf51b2c
GM
14242006-04-09 Kevin Ryde <user42@zip.com.au>
1425
8cf51b2c
GM
1426 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1427 put info and printed manual names the right way around.
1428
14292006-04-09 Karl Berry <karl@gnu.org>
1430
1431 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1432 emacs-xtra.texi, leaving only MS Windows information.
1433 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1434 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1435 node names.
1436
1437 * emacs.texi: Move @summarycontents and @contents to the beginning
1438 of the file.
1439
8cf51b2c
GM
14402006-04-08 Kevin Ryde <user42@zip.com.au>
1441
1442 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1443
14442006-04-07 Richard Stallman <rms@gnu.org>
1445
1446 * programs.texi (Comments, Comment Commands, Options for Comments)
1447 (Multi-Line Comments): "Align", not "indent".
1448 (Basic Indent): C-j deletes trailing whitespace before the newline.
1449
14502006-04-06 Richard Stallman <rms@gnu.org>
1451
8cf51b2c
GM
1452 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1453
14542006-04-06 Eli Zaretskii <eliz@gnu.org>
1455
1456 * killing.texi (Rectangles): Add index entry for marking a rectangle.
1457
8cf51b2c
GM
14582006-04-05 Richard Stallman <rms@gnu.org>
1459
1460 * emacs.texi (Top): Update subnode menu.
1461
1462 * trouble.texi (Unasked-for Search): Node deleted.
1463 (Lossage): Delete from menu.
1464
14652006-04-04 Richard Stallman <rms@gnu.org>
1466
1467 * trouble.texi: Various cleanups.
1468 (Checklist): Don't bother saying how to snail a bug report.
1469 (Emergency Escape): Much rewriting.
1470 (After a Crash): Rename the core dump immediately.
1471 (Total Frustration): Call it a psychotherapist.
1472 (Bug Criteria): Avoid "illegal instruction".
1473 (Sending Patches): We always put the contributor's name in.
1474
1475 * misc.texi (Thumbnails): Minor correction.
1476
8cf51b2c
GM
14772006-04-03 Richard Stallman <rms@gnu.org>
1478
1479 * misc.texi (Thumbnails): Minor cleanup.
1480
14812006-04-02 Karl Berry <karl@gnu.org>
1482
1483 * sending.texi (Mail Sending): pxref to Top needs five args.
1484
1485 * texinfo.tex: Update to current version (2006-03-21.13).
1486
8cf51b2c
GM
14872006-03-31 Richard Stallman <rms@gnu.org>
1488
1489 * emacs.texi (Top): Update subnode menu.
1490
1491 * help.texi (Help Mode): Cleanup.
1492
1493 * dired.texi: Many cleanups.
1494 (Dired Deletion): Describe dired-recursive-deletes.
1495 (Operating on Files): dired-create-directory moved.
1496 (Misc Dired Features): Move to here.
1497 (Tumme): Node moved to misc.texi.
1498
1499 * custom.texi: Many cleanups.
1500 (Minor Modes): Don't mention ISO Accents Mode.
1501 (Examining): Update C-h v output example.
1502 (Hooks): Add index and xref for add-hook.
1503 (Locals): Delete list of vars that are always per-buffer. Rearrange.
1504 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
1505
1506 * misc.texi: Many cleanups.
1507 (beginning): Add to summary of topics.
1508 (Shell): Put eshell xref at the end. Remove eshell from table.
1509 (Thumbnails): New node.
1510
8cf51b2c
GM
15112006-03-28 Eli Zaretskii <eliz@gnu.org>
1512
1513 * files.texi (File Name Cache): Make it clear that the cache is
1514 not persistent.
1515
8cf51b2c
GM
15162006-03-25 Karl Berry <karl@gnu.org>
1517
49823426
GM
1518 * emacs-xtra.texi, emacs.texi, gnu.texi:
1519 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
1520 (2) do not indent copyright year list (or anything else).
1521
8cf51b2c
GM
15222006-03-21 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * files.texi (VC Dired Mode): Remove misplaced brackets.
1525
15262006-03-21 Andre Spiegel <spiegel@gnu.org>
1527
1528 * files.texi: Various updates and clarifications in the VC chapter.
1529
15302006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1531
1532 * help.texi (Help Mode): Document "C-c C-c".
1533
8cf51b2c
GM
15342006-03-16 Luc Teirlinck <teirllm@auburn.edu>
1535
1536 * emacs-xtra.texi (Top): Avoid ugly continuation line in
1537 menu in the standalone Info reader.
1538
15392006-03-15 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
1542 moved here from Emacs manual.
1543
1544 * programs.texi (Fortran): Section moved to emacs-xtra.
1545 (Program Modes): Xref to Fortran in emacs-xtra.
1546
1547 * maintaining.texi (Emerge): Move to emacs-xtra.
1548 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
1549
1550 * picture.texi: File deleted.
1551 * Makefile.in:
1552 * makefile.w32-in: Remove picture.texi.
1553
1554 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
1555 * abbrevs.texi (Abbrevs):
1556 * sending.texi (Sending Mail): Picture node removed.
1557
1558 * emacs.texi (Top): Update node listings.
1559
8cf51b2c
GM
15602006-03-12 Richard Stallman <rms@gnu.org>
1561
1562 * calendar.texi: Various cleanups.
1563
8cf51b2c
GM
15642006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1565
1566 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
1567 syntax.
1568
8cf51b2c
GM
15692006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1570
1571 * search.texi (Regexps): More accurately describe which characters
1572 are special in which situations. Recommend _not_ to quote `]' or
1573 `-' when they are not special.
1574
8cf51b2c
GM
15752006-02-28 Andre Spiegel <spiegel@gnu.org>
1576
1577 * files.texi (Old Versions): Clarify operation of C-x v =.
1578
8cf51b2c
GM
15792006-02-21 Nick Roberts <nickrob@snap.net.nz>
1580
1581 * building.texi (Watch Expressions): Update and describe
1582 gdb-speedbar-auto-raise.
1583
15842006-02-19 Richard M. Stallman <rms@gnu.org>
1585
1586 * emacs.texi: Use @smallbook.
1587 (Top): Update ref to Emacs paper, delete ref to Cookbook.
1588 Update subnode menu.
1589
1590 * building.texi (Lisp Interaction): Minor addition.
1591
15922006-02-18 Nick Roberts <nickrob@snap.net.nz>
1593
1594 * building.texi (Watch Expressions): Update and be more precise.
1595
8cf51b2c
GM
15962006-02-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
1597
1598 * maintaining.texi (Create Tags Table): Explain why the
1599 exception when etags writes to files under the /dev tree.
1600
16012006-02-14 Richard M. Stallman <rms@gnu.org>
1602
1603 * custom.texi (Safe File Variables): Lots of clarification.
1604 Renamed from Unsafe File Variables.
1605
16062006-02-14 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * custom.texi (Unsafe File Variables): File variable confirmation
1609 assumed denied in batch mode.
1610
16112006-02-14 Richard M. Stallman <rms@gnu.org>
1612
1613 * building.texi (GDB User Interface Layout): Don't say `inferior'
1614 for program being debugged.
1615
16162006-02-15 Nick Roberts <nickrob@snap.net.nz>
1617
1618 * building.texi (GDB Graphical Interface):
1619 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
1620
16212006-02-13 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * custom.texi (Specifying File Variables, Unsafe File Variables):
1624 New nodes, split from File Variables. Document new file local
1625 variable behavior.
1626
16272006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1628
1629 * display.texi (Standard Faces):
8cf51b2c
GM
1630 * files.texi (Visiting):
1631 * frames.texi (Clipboard):
1632 * glossary.texi (Glossary) <Clipboard>:
1633 * xresources.texi (X Resources): Mention Mac OS port.
1634
8cf51b2c
GM
16352006-02-12 Richard M. Stallman <rms@gnu.org>
1636
1637 * building.texi (Building): Clarify topic in intro.
1638
1639 * maintaining.texi (Maintaining): Change title; clarify topic.
1640 Delete duplicate index entries.
1641
1642 * building.texi (Other GDB User Interface Buffers): Clarifications.
1643
1644 * text.texi (Cell Commands): Clarifications.
1645
1646 * programs.texi (Defuns): Delete duplicate explanation of
1647 left-margin paren convention.
1648 (Hungry Delete): Minor cleanup.
1649
16502006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
1651
1652 * dired.texi (Tumme): More tumme documentation.
1653
16542006-02-11 Alan Mackenzie <acm@muc.de>
1655
1656 * programs.texi ("Hungry Delete"): Correct the appellation of the
1657 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
1658
16592006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
1660
1661 * dired.texi (Tumme): Fix small bug.
1662
16632006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1664
1665 * macos.texi (Mac International): Rename "fontset-mac" to
1666 "fontset-standard".
1667
8cf51b2c
GM
16682006-02-09 Mathias Dahl <mathias.dah@gmail.com>
1669
1670 * dired.texi (Tumme): Basic documentation for Tumme added.
1671
8cf51b2c
GM
16722006-02-07 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * mule.texi (International):
1675 * programs.texi (Basic Indent): Fix typos.
1676
8cf51b2c
GM
1677 * custom.texi (Minor Modes):
1678 * display.texi (Text Display):
1679 * commands.texi (Text Characters): Update xrefs.
1680
16812006-02-07 Richard M. Stallman <rms@gnu.org>
1682
1683 * emacs.texi (Top): Update subnode menu.
1684 Update info on old Emacs papers.
1685 (Intro): "Graphical display", not window system.
1686
1687 * xresources.texi (GTK styles): Minor clarifications.
1688
1689 * trouble.texi: "Graphical display", not window system.
1690 (Stuck Recursive): Minor clarification.
1691
1692 * text.texi: Minor clarifications.
1693 (Sentences): Explain why two-space convention is better.
1694 Explain sentence-end-without-period here.
1695 (Fill Commands): Not here.
1696 (Refill): Node moved down.
1697 (Filling): Update menu.
1698 (Table Creation, Cell Justification, Column Commands): Clarify.
1699
1700 * sending.texi: Minor clarifications.
1701
1702 * search.texi (Regexp Backslash): Clarification.
1703
1704 * rmail.texi: Minor cleanups.
1705 (Rmail): Delete digression about `rmail-mode'.
1706 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
1707 (Rmail Files): Mention C-u M-x rmail.
1708 (Rmail Reply): Mention References.
1709 (Rmail Display): Mention rmail-nonignored-headers.
1710
1711 * programs.texi: Minor cleanups.
1712 (Comment Commands): Mention momentary Transient Mark mode.
1713 (Matching): Be more specific about customizing show-paren-mode.
1714 (Info Lookup): Don't list the modes that support C-h S.
1715 Just say what it does in an unsupported mode.
1716 (Man Page): Delete excessive info on customizing woman.
1717 (Motion in C): Don't mention c-for/backward-into-nomenclature.
1718
1719 * abbrevs.texi: Minor clarifications.
1720 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
1721 not "dynamic abbrevs" as if they were a kind of abbrev.
1722
1723 * picture.texi (Picture): Minor cleanup.
1724
1725 * mule.texi (Communication Coding): Say "other applications".
1726 (Fontsets): Not specific to X. Add xref to X Resources.
1727 (Unibyte Mode): Rename from Single-Byte Character Support.
1728 "Graphical display", not window system.
1729 (International): Update menu.
1730
1731 * maintaining.texi (Format of ChangeLog):
1732 New node, split out from ChangeLog.
1733 (ChangeLog): Clarifications in the remaining text.
1734 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
1735 (Find Tag): Add @w.
1736 (Tags Search): Explain tag table order here. Simplify grep ref.
1737 (List Tags): tags-tag-face is a variable, not a face.
1738 (Emerge): Cleanups.
1739
1740 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
1741 (Keyboard Macros): Avoid "the user".
1742
1743 * killing.texi: "Graphical display", not window system.
1744
1745 * help.texi (Help Echo): "Graphical display", not window system.
1746
1747 * glossary.texi: Say "you", not "the user". Say "graphical display".
1748
1749 * frames.texi: Minor cleanups. "Graphical display", not window system.
1750
1751 * files.texi (Visiting): Make drag-and-drop not X-specific.
1752
1753 * custom.texi: Minor cleanups. "Graphical display", not window system.
1754
1755 * cmdargs.texi: Minor cleanups.
1756
1757 * building.texi (Compilation): Move and split kill-compilation para.
1758 Add para about multiple compilers.
1759 (Compilation Mode): Commands also available in grep mode and others.
1760 Mention C-u C-x ` more tutorially. Clarify C-x `.
1761 (Compilation Shell): Clarify. Put Bash example first.
1762 (Grep Searching): Minor cleanups; add @w.
1763 (Debuggers): Minor cleanups.
1764 (Starting GUD): Make GDB xgraphical mode issue clearer.
1765 (Debugger Operation): Lots of clarifications including
1766 GDB tooltip side-effect issue.
1767 (Commands of GUD): Clarify.
1768 (GUD Customization): Add bashdb-mode-hook.
1769 (GDB Graphical Interface): Rewrite for clarity.
1770 (GDB User Interface Layout): Rewrite for clarity.
1771 (Stack Buffer, Watch Expressions): Likewise.
1772 (Other GDB User Interface Buffers): Cleanups.
1773 (Lisp Libraries, External Lisp): Cleanup.
1774
1775 * basic.texi (Position Info): "Graphical displays", rather than
1776 window systems.
1777
1778 * anti.texi: Minor cleanup.
1779
8cf51b2c
GM
17802006-02-03 Eli Zaretskii <eliz@gnu.org>
1781
1782 * custom.texi (Init File, Find Init): Add cross-references to
1783 where $HOME is described.
1784
17852006-02-01 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
1788 is not inside the @table.
1789
1790 * emacs.texi (Top): Correct node name.
1791
1792 * files.texi (File Names): Fix @xref.
1793 (Reverting): Fix typo.
1794
1795 * mule.texi (International): Correct node name.
1796
1797 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
1798
17992006-02-01 Richard M. Stallman <rms@gnu.org>
1800
1801 * emacs.texi (Top): Update subnode menu.
1802
1803 * mule.texi: Minor clarifications.
1804 Reduce the specific references to X Windows.
1805 Refer to "graphical" terminals, rather than window systems.
1806 (Text Coding): Rename from Specify Coding.
1807 (Communication Coding, File Name Coding, Terminal Coding):
1808 New nodes split out from Text Coding.
1809
1810 * kmacro.texi: Minor clarifications.
1811 (Keyboard Macro Ring): Comment out some excessive commands.
1812 (Basic Keyboard Macro): Split up the table, putting part in each node.
1813
1814 * major.texi: Minor clarifications.
1815
1816 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
1817
1818 * windows.texi: Minor clarifications.
1819 (Change Window): Don't describe mode-line mouse cmds here.
1820 Add xref to Mode Line Mouse.
1821
1822 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
1823
1824 * macos.texi (Mac International): Fix xref.
1825
1826 * indent.texi: Minor clarifications.
1827
1828 * frames.texi: Minor clarifications.
1829 Reduce the specific references to X Windows.
1830 Refer to "graphical" terminals, rather than window systems.
1831 (Frame Parameters): Don't mention commands like
1832 set-foreground-color. Just say to customize a face.
1833 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
1834
1835 * files.texi: Minor clarifications.
1836 (Numbered Backups): New node, split out from Backup Names.
1837
1838 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
1839
1840 * cmdargs.texi (General Variables): Fix xref.
1841
1842 * buffers.texi: Minor clarifications.
1843
8cf51b2c
GM
18442006-01-31 Richard M. Stallman <rms@gnu.org>
1845
1846 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
1847 Nodes moved to top.
1848
1849 * display.texi: Minor clarifications.
1850 (Display): Rearrange menu.
1851 (Standard Faces): Mention query-replace face.
1852 (Faces): Simplify.
1853 (Font Lock): Simplify face customization info.
1854 (Highlight Changes): Node merged into Highlight Interactively.
1855 (Highlight Interactively): Much rewriting and cleanup.
1856 (Optional Mode Line): Narrowed line number not good for goto-line.
1857 Simplify face customization advice.
1858 (Text Display): Mention use of escape-glyph face.
1859 Move ctl-arrow and tab-width here.
1860 (Display Custom): Move no-redraw-on-reenter to end of node.
1861
1862 * search.texi: Minor clarifications.
1863 (Isearch Scroll): Simplify.
1864 (Other Repeating Search): Document multi-occur-in-matching-buffers.
1865
1866 * regs.texi (Registers): Mention bookmarks here.
1867
1868 * mark.texi: Minor clarifications.
1869 (Selective Undo): Node deleted.
1870
1871 * m-x.texi: Minor clarifications.
1872
1873 * killing.texi: Minor clarifications.
1874 Refer to "graphical" terminals, rather than window systems.
1875
1876 * help.texi: Clarifications.
1877 (Help): Don't describe C-h F and C-h K here.
1878 (Key Help): Describe C-h K here.
1879 (Name Help): Mention Emacs Lisp Intro.
1880 Describe C-h F here.
1881 (Misc Help): Mention C-h F and C-h K only briefly.
1882
1883 * fixit.texi (Undo): New node, mostly copied from basic.texi.
1884 Selective undo text merged in.
1885 (Spelling): Mention Aspell along with Ispell.
1886
1887 * emacs.texi (Top): Update subnode menus.
1888
1889 * basic.texi (Basic Undo): Rename from Undo. Most of text
1890 moved to new Undo node.
1891
8cf51b2c
GM
18922006-01-29 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * basic.texi (Continuation Lines, Inserting Text):
1895 Mention longlines mode.
1896
18972006-01-29 Richard M. Stallman <rms@gnu.org>
1898
1899 * screen.texi: Minor cleaups.
1900 (Screen): Clean up the intro paragraphs.
1901 (Mode Line): Lots of rewriting. Handle frame-name better.
1902 eol-mnemonic-... vars moved out.
1903
1904 * emacs.texi (Top): Change menu item for MS-DOS node.
1905 Update subnode menu.
1906
1907 * msdog.texi (MS-DOS): Rewrite intro to explain how this
1908 chapter relates to Windows. Title changed.
1909
1910 * mini.texi: Minor cleanups.
1911
1912 * mark.texi (Selective Undo): New node, text moved from basic.texi.
1913 (Mark): Put it in the menu.
1914
1915 * entering.texi: Minor cleanups.
1916
1917 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
1918 (Intro): Refer to "graphical" terminals, rather than X.
1919
1920 * display.texi (Display Custom): Add xref to Variables.
1921 (Optional Mode Line): eol-mnemonic-... vars moved here.
1922
1923 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
1924 rather than X.
1925
8cf51b2c
GM
1926 * basic.texi: Minor cleanups.
1927 (Undo): selective-undo moved.
1928
8cf51b2c
GM
19292006-01-25 Luc Teirlinck <teirllm@auburn.edu>
1930
1931 * anti.texi (Antinews): Various corrections and additions.
1932
19332006-01-23 Juri Linkov <juri@jurta.org>
1934
1935 * custom.texi (Easy Customization, Customization Groups)
1936 (Browsing Custom): Mention links along with buttons.
1937
8cf51b2c
GM
19382006-01-21 Eli Zaretskii <eliz@gnu.org>
1939
8cf51b2c
GM
1940 * text.texi (TeX Print): Use @key for TAB.
1941
8cf51b2c
GM
1942 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
1943
8cf51b2c
GM
19442006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
1945
1946 * files.texi (File Aliases): Don't claim that usually separate
1947 buffers are created for two file names that name the same data.
1948 Mention additional situations where different names mean the same
1949 file on disk.
1950
19512006-01-19 Richard M. Stallman <rms@gnu.org>
1952
1953 * killing.texi (Deletion): Upcase @key argument.
1954
1955 * custom.texi (Custom Themes): Minor cleanup.
1956
1957 * programs.texi (Hungry Delete): Upcase @key argument.
1958
8cf51b2c
GM
19592006-01-16 Juri Linkov <juri@jurta.org>
1960
1961 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
1962 Move `mode-line-highlight' before `mode-line-buffer-id'.
1963
8cf51b2c
GM
19642006-01-14 Richard M. Stallman <rms@gnu.org>
1965
1966 * basic.texi (Inserting Text): Minor cleanup.
1967
8cf51b2c
GM
19682006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1969
1970 * custom.texi (Changing a Variable, Face Customization):
1971 Update for changes in Custom menus.
1972
8cf51b2c
GM
19732006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1974
1975 * macos.texi (Mac International): Undo last change.
1976
8cf51b2c
GM
19772006-01-02 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * custom.texi (Custom Themes): Describe the new
1980 customize-create-theme interface.
1981
19822005-12-30 Juri Linkov <juri@jurta.org>
1983
1984 * basic.texi (Position Info): Update example.
1985
8cf51b2c
GM
19862005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1987
1988 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
1989
19902005-12-24 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * custom.texi (Custom Themes): `load-theme' always loads.
1993
19942005-12-23 Juri Linkov <juri@jurta.org>
1995
1996 * display.texi (Highlight Interactively): Use double space to
1997 separate sentences. Replace C-p with M-p, and C-n with M-n.
1998
19992005-12-22 Richard M. Stallman <rms@gnu.org>
2000
2001 * custom.texi (Easy Customization and subnodes):
2002 Replace "active field" with "button".
2003 Use "user option" only for variables.
2004 Use "setting" for variable-or-face.
2005
20062005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2007
2008 * buffers.texi (Select Buffer): Change order in table to make
2009 "Similar" refer to the correct item.
2010 (Indirect Buffers): Minor rewording.
2011
8cf51b2c
GM
20122005-12-20 Juri Linkov <juri@jurta.org>
2013
2014 * files.texi (VC Status): Put P and N near p and n.
2015
8cf51b2c
GM
20162005-12-19 Richard M. Stallman <rms@gnu.org>
2017
2018 * programs.texi (Electric C): Delete the info about newline control.
2019 (Other C Commands): Minor cleanup.
2020 (Left Margin Paren): Minor cleanup.
2021
20222005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2023
2024 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2025 (Customization Groups): Delete text moved to "Browsing Custom".
2026 (Browsing Custom): New node.
2027 (Specific Customization): Clarify which commands only work for
2028 loaded options.
2029
20302005-12-18 Bill Wohler <wohler@newt.com>
2031
2032 * frames.texi (Tool Bars): Shorten text of previous change.
2033
20342005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2035
2036 * files.texi (VC Status): Document log-view mode.
2037
20382005-12-18 Bill Wohler <wohler@newt.com>
2039
2040 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2041 permanently via the customize interface.
2042
8cf51b2c
GM
20432005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2044
2045 * killing.texi (Killing by Lines): Document `kill-whole-line'
2046 function.
2047
8cf51b2c
GM
20482005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2049
2050 * buffers.texi (Select Buffer): Change `prev-buffer' to
2051 `previous-buffer'. Indicate that these functions use a frame
2052 local buffer list.
2053
8cf51b2c
GM
20542005-12-12 Richard M. Stallman <rms@gnu.org>
2055
2056 * custom.texi (Easy Customization): Change menu comment.
2057 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2058
2059 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2060 (Help): Among the Apropos commands, describe only C-h a here.
2061
20622005-12-11 Richard M. Stallman <rms@gnu.org>
2063
2064 * programs.texi (Options for Comments): Comment-end starts with space.
2065
2066 * glossary.texi (Glossary): Minor cleanup.
2067
2068 * files.texi (Old Versions): Use @table.
2069
8cf51b2c
GM
20702005-12-10 David Koppelman <koppel@ece.lsu.edu>
2071
2072 * display.texi (Highlight Interactively): Include
2073 global-hi-lock-mode. Add miscellaneous details and elaborations.
2074
20752005-12-09 Richard M. Stallman <rms@gnu.org>
2076
2077 * display.texi (Font Lock): Delete the Global FL menu item.
2078
20792005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2080
2081 * custom.texi (Minibuffer Maps): Mention the maps for file name
2082 completion.
2083
20842005-12-09 Kim F. Storm <storm@cua.dk>
2085
2086 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2087 prefix keys even when mark is active. Decribe that RET moves
2088 cursor to next corner in rectangle; clarify insert around rectangle.
2089
8cf51b2c
GM
20902005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2091
2092 * custom.texi (Customization): Use xref to elisp manual for
2093 non-TeX output.
2094 (Minor Modes): Update.
2095 (Customization Groups, Changing a Variable, Face Customization):
2096 Update for new appearance of Custom buffers.
2097 (Changing a Variable): `custom-buffer-done-function' has been
2098 replaced by `custom-buffer-done-kill'.
2099 (Specific Customization): In the `customize-group' buffer, a
2100 subgroup's contents are not "hidden". They are not included at
2101 all. They have no [Show] button.
2102 (Mouse Buttons): Add pxref to description of mouse event lists in
2103 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2104 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2105 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2106
21072005-12-08 Richard M. Stallman <rms@gnu.org>
2108
2109 * mini.texi (Completion Commands, Completion):
2110 In file name input, SPC does not do completion.
2111
8cf51b2c
GM
21122005-12-08 Nick Roberts <nickrob@snap.net.nz>
2113
2114 * building.texi (GDB Graphical Interface): Explain screen size
2115 setting.
2116 (Other GDB User Interface Buffers): Describe features specific to
2117 GDB 6.4.
2118
8cf51b2c
GM
21192005-12-01 Nick Roberts <nickrob@snap.net.nz>
2120
2121 * building.texi (GDB User Interface Layout): Describe how to
2122 kill associated buffers.
2123 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2124 (Watch Expressions): Be more precise.
2125 (Other GDB User Interface Buffers): Describe how to change a
2126 register value.
2127
8cf51b2c
GM
21282005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2129
2130 * macos.texi (Mac Input): Remove description of
2131 mac-command-key-is-meta. Add descriptions of
2132 mac-control-modifier, mac-command-modifier, and
2133 mac-option-modifier.
2134 (Mac International): Fix description of conversion of clipboard data.
2135 (Mac Font Specs): Add example of font customization by face attributes.
2136
21372005-11-22 Nick Roberts <nickrob@snap.net.nz>
2138
2139 * building.texi (Watch Expressions): Expand description.
2140 (Other GDB User Interface Buffers): Describe local map for
2141 gud-watch.
2142
21432005-11-21 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * display.texi (Font Lock): Font lock is enabled by default now.
2146
21472005-11-20 Juri Linkov <juri@jurta.org>
2148
2149 * basic.texi (Position Info): Update examples of the output.
2150 Remove the fact that examples are produced in the TeXinfo buffer,
2151 because in the Info reader users will get a different output from
2152 `C-x ='.
2153
2154 * building.texi (Compilation Mode): Remove paragraph duplicated
2155 from the node `Compilation'. Add `compilation-skip-threshold'.
2156
2157 * display.texi (Font Lock): Suggest more user-friendly method of
2158 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2159
21602005-11-18 Richard M. Stallman <rms@gnu.org>
2161
2162 * files.texi (Registering): Mention @@ in mode line.
2163
2164 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2165
21662005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2167
2168 * files.texi (Renaming and VC): Some back-ends don't
2169 handle renaming.
2170
8cf51b2c
GM
21712005-11-17 Juri Linkov <juri@jurta.org>
2172
2173 * emacs.texi (Top):
2174 * display.texi (Highlight Interactively): Put this font-lock based
2175 mode near Font Lock node.
2176
21772005-11-16 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2180 icons.
2181
21822005-11-12 Kim F. Storm <storm@cua.dk>
2183
2184 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2185 (Help Summary): Add C-h d and C-h e.
2186 (Apropos): Clarify that all apropos commands may search for either
2187 list of words or a regexp. Add C-h d for apropos-documentation.
2188 Describe apropos-documentation-sort-by-scores user option.
2189
8cf51b2c
GM
21902005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2191
2192 * killing.texi (CUA Bindings): Add @section.
2193
21942005-11-10 Kim F. Storm <storm@cua.dk>
2195
2196 * emacs.texi (Top): Add CUA Bindings entry to menu.
2197
2198 * killing.texi (CUA Bindings): New node. Moved here from
2199 misc.texi and extended with info on rectangle commands and
2200 rectangle highlighting, interface to registers, and the global
2201 mark feature.
2202
2203 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2204
2205 * regs.texi: Prev link points to CUA Bindings node.
2206
22072005-11-07 Luc Teirlinck <teirllm@auburn.edu>
2208
2209 * help.texi (Help Echo): By default, help echos are only shown on
2210 mouse-over, not on point-over.
2211
22122005-11-04 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org>
2213
2214 * misc.texi (Shell Mode): Describe how to activate password echoing.
2215
8cf51b2c
GM
22162005-11-04 Romain Francoise <romain@orebokech.com>
2217
2218 * mark.texi (Mark Ring): Fix typo.
2219
22202005-11-03 Richard M. Stallman <rms@gnu.org>
2221
2222 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2223
22242005-11-01 Bill Wohler <wohler@newt.com>
2225
2226 * help.texi (Help Mode): Fix typo.
2227
22282005-11-01 Nick Roberts <nickrob@snap.net.nz>
2229
2230 * building.texi (Other GDB User Interface Buffers): Describe
2231 the command gdb-use-inferior-io-buffer.
2232
22332005-10-31 Romain Francoise <romain@orebokech.com>
2234
2235 * files.texi (Compressed Files): Fix typo.
2236
2237 * buffers.texi (Misc Buffer): Downcase `*shell*'.
2238
2239 * windows.texi (Force Same Window): Likewise.
2240
22412005-10-30 Bill Wohler <wohler@newt.com>
2242
2243 * help.texi (Help Mode): URLs viewed with browse-url.
2244
22452005-10-31 Nick Roberts <nickrob@snap.net.nz>
2246
2247 * building.texi (GDB Graphical Interface): Don't reference
2248 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
2249 must stay in same frame.
2250
22512005-10-29 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * custom.texi (Init File): Document ~/.emacs.d/init.el.
2254
2255 * anti.texi (Antinews): Likewise.
2256
8cf51b2c
GM
22572005-10-28 Bill Wohler <wohler@newt.com>
2258
2259 * help.texi (Help): Help mode now creates hyperlinks for URLs.
2260
22612005-10-28 Richard M. Stallman <rms@gnu.org>
2262
2263 * files.texi (Visiting): Explain how to enter ? in a file name.
2264
2265 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2266
8cf51b2c
GM
22672005-10-25 Nick Roberts <nickrob@snap.net.nz>
2268
2269 * building.texi (GDB Graphical Interface): Describe
2270 gdb-mouse-until.
2271
22722005-10-23 Richard M. Stallman <rms@gnu.org>
2273
2274 * custom.texi (Init File): Recommend when to use site-start.el.
2275
8cf51b2c
GM
22762005-10-21 Juri Linkov <juri@jurta.org>
2277
2278 * custom.texi (Examining): Mention accessing the old variable
2279 value via M-n in set-variable.
2280
8cf51b2c
GM
22812005-10-18 Romain Francoise <romain@orebokech.com>
2282
2283 * files.texi (Version Systems): Capitalize GNU.
2284
8cf51b2c
GM
22852005-10-18 Nick Roberts <nickrob@snap.net.nz>
2286
2287 * building.texi (Compilation Mode): Remove redundant paragraph.
2288 (Watch Expressions): Remove paragraph to reflect code change.
2289
8cf51b2c
GM
22902005-10-16 Richard M. Stallman <rms@gnu.org>
2291
2292 * building.texi (Compilation Mode, Compilation): Clarified.
2293
22942005-10-15 Richard M. Stallman <rms@gnu.org>
2295
2296 * misc.texi (Saving Emacs Sessions): Mention savehist library.
2297
8cf51b2c
GM
22982005-10-13 Kenichi Handa <handa@m17n.org>
2299
2300 * basic.texi (Position Info): Fix previous change.
2301
23022005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2303
2304 * cmdargs.texi (Icons X): Fix typo.
2305
23062005-10-12 Kenichi Handa <handa@m17n.org>
2307
2308 * basic.texi (Position Info): Describe the case that Emacs shows
2309 "part of display ...".
2310
8cf51b2c
GM
23112005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2312
2313 * cmdargs.texi (Icons X): -nb => -nbi.
2314
23152005-10-10 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * frames.texi (Speedbar): A couple more clarifications.
2318
23192005-10-11 Nick Roberts <nickrob@snap.net.nz>
2320
2321 * building.texi (GDB User Interface Layout): Improve diagram.
2322 (Watch Expressions): Explain how to make speedbar global.
2323 (Other GDB User Interface Buffers): Make references more precise.
2324
8cf51b2c
GM
23252005-10-09 Richard M. Stallman <rms@gnu.org>
2326
2327 * frames.texi (Speedbar): Clarify the text.
2328
23292005-10-09 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * frames.texi (Speedbar): Add information on keybindings,
2332 dismissing the speedbar, and buffer display mode. Link to
2333 speedbar manual.
2334
23352005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2336
2337 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2338 added -nb, --no-bitmap-icon.
2339
8cf51b2c
GM
23402005-10-07 Nick Roberts <nickrob@snap.net.nz>
2341
2342 * building.texi (GDB Graphical Interface): Add variables and
2343 functions to indices. Be more precise.
2344
8cf51b2c
GM
23452005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2346
2347 * frames.texi (Drag and Drop): Remove the x- from
2348 x-dnd-open-file-other-window and xdnd-protocol-alist.
2349
23502005-09-30 Romain Francoise <romain@orebokech.com>
2351
2352 * mini.texi (Minibuffer): The default value now appears before the
2353 colon in minibuffer prompts.
2354
8cf51b2c
GM
23552005-09-25 Richard M. Stallman <rms@gnu.org>
2356
2357 * search.texi (Regexp Search): Doc search-whitespace-regexp.
2358
8cf51b2c
GM
23592005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2360
2361 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2362
8cf51b2c
GM
23632005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2364
2365 * emacs.texi (Top): Update submenus from macos.texi.
2366
2367 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2368 (Mac OS): Update feature support status.
2369 (Mac Input): List supported input scripts. Remove description
2370 about `mac-keyboard-text-encoding'. Mention mouse button
2371 emulation and related variables.
2372 (Mac International): Mention Central European and Cyrillic
2373 support. Now `keyboard-coding-system' is dynamically changed.
2374 Add description about coding system for selection. Add
2375 description about language environment.
2376 (Mac Environment Variables): Mention
2377 `~/.MacOSX/environment.plist'. Give example of command line
2378 arguments. Add Preferences support.
2379 (Mac Directories): Explicitly state that this node is for Mac OS
2380 Classic only.
2381 (Mac Font Specs): Mention specification for scalable fonts. List
2382 supported charsets. Add preferred way of creating fontsets. Add
2383 description about `mac-allow-anti-aliasing'.
2384 (Mac Functions): Add descriptions about `mac-set-file-creator',
2385 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2386 and `mac-get-preference'.
2387
8cf51b2c
GM
23882005-09-16 Romain Francoise <romain@orebokech.com>
2389
2390 Update all files to specify GFDL version 1.2.
2391
2392 * doclicense.texi (GNU Free Documentation License): Update to
2393 version 1.2.
2394
23952005-09-15 Richard M. Stallman <rms@gnu.org>
2396
2397 * buffers.texi (List Buffers): Fix xref.
2398
2399 * rmail.texi (Rmail Basics): Fix xref.
2400
2401 * emacs.texi (Top): Update subnode menus.
2402
2403 * files.texi (Saving Commands): New node, broken out of Saving.
2404 (Customize Save): New node, broken out of Saving.
2405 Clarify effect of write-region-inhibit-fsync.
2406 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2407
8cf51b2c
GM
24082005-09-14 Romain Francoise <romain@orebokech.com>
2409
2410 * files.texi (Saving): Mention write-region-inhibit-fsync.
2411
24122005-09-05 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * custom.texi (Custom Themes): New node.
2415
24162005-09-03 Richard M. Stallman <rms@gnu.org>
2417
49823426
GM
2418 * search.texi (Search Case): Mention vars that control
2419 case-fold-search for various operations.
8cf51b2c
GM
2420
24212005-08-22 Juri Linkov <juri@jurta.org>
2422
2423 * display.texi (Standard Faces): Merge the text from
2424 `(elisp)Standard Faces' into this node.
2425
24262005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2427
2428 * emacs.texi (Top): Delete menu item for deleted node
2429 Keyboard Translations.
2430
24312005-08-18 Richard M. Stallman <rms@gnu.org>
2432
8cf51b2c
GM
2433 * trouble.texi (Unasked-for Search):
2434 Delete xref to Keyboard Translations.
2435
2436 * glossary.texi (Glossary): Delete xref.
2437
8cf51b2c
GM
2438 * custom.texi (Minor Modes): Say that the list here is not complete.
2439 (Keyboard Translations): Node deleted.
2440 (Disabling): Delete xref to it.
2441 (Customization Groups): Fix Custom buffer example.
2442 (Hooks): Mention remove-hooks.
2443
24442005-08-17 Luc Teirlinck <teirllm@auburn.edu>
2445
2446 * building.texi (GDB Graphical Interface): Improve filling of menu
2447 item.
2448
24492005-08-18 Nick Roberts <nickrob@snap.net.nz>
2450
2451 * building.texi (GDB Graphical Interface): Use better node names.
2452
24532005-08-14 Richard M. Stallman <rms@gnu.org>
2454
2455 * text.texi (Sentences): Fix xref.
2456
24572005-08-14 Juri Linkov <juri@jurta.org>
2458
2459 * building.texi (Compilation, Grep Searching): Move grep command
2460 headings from `Compilation' to `Grep Searching'.
2461
2462 * dired.texi (Dired and Find):
2463 * maintaining.texi (Tags Search): Replace grep xref to
2464 `Compilation' node with `Grep Searching'.
2465
2466 * files.texi (Comparing Files): Replace xref to `Compilation' with
2467 `Compilation Mode'.
2468
24692005-08-13 Alan Mackenzie <acm@muc.de>
2470
2471 * search.texi (Non-ASCII Isearch): Correct a typo.
2472 (Replacement Commands): Mention query-replace key binding.
2473
24742005-08-11 Richard M. Stallman <rms@gnu.org>
2475
2476 * programs.texi (Options for Comments): Fix xref.
2477
2478 * search.texi (Regexp Backslash, Regexp Example): New nodes split
2479 out of Regexps.
2480
8cf51b2c
GM
24812005-08-09 Juri Linkov <juri@jurta.org>
2482
2483 * building.texi (Compilation): Use `itemx' instead of `item'.
2484 (Grep Searching): Simplify phrase.
2485
2486 * display.texi (Standard Faces): Describe vertical-border on
2487 window systems.
2488
2489 * windows.texi (Split Window): Simplify phrase and mention
2490 vertical-border face.
2491
24922005-08-09 Richard M. Stallman <rms@gnu.org>
2493
2494 * files.texi (Comparing Files): Clarify compare-windows.
2495
2496 * calendar.texi (Scroll Calendar): Document < and > in calendar.
2497
8cf51b2c
GM
24982005-08-06 Eli Zaretskii <eliz@gnu.org>
2499
2500 * mule.texi (Coding Systems): Rephrase the paragraph about
2501 codepages: no need for "M-x codepage-setup" anymore, except on
2502 MS-DOS.
2503
2504 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
2505 the MS-DOS port only.
2506
25072005-07-30 Eli Zaretskii <eliz@gnu.org>
2508
2509 * makefile.w32-in (info): Don't run multi-install-info.bat.
2510 ($(infodir)/dir): New target, produced by running
2511 multi-install-info.bat.
2512
8cf51b2c
GM
25132005-07-22 Eli Zaretskii <eliz@gnu.org>
2514
2515 * files.texi (Quoted File Names): Add index entry.
2516
8cf51b2c
GM
25172005-07-19 Juri Linkov <juri@jurta.org>
2518
2519 * files.texi (Comparing Files): Mention resync for `compare-windows'.
2520
25212005-07-18 Juri Linkov <juri@jurta.org>
2522
8cf51b2c
GM
2523 * custom.texi (Easy Customization):
2524 * files.texi (Old Versions):
2525 * frames.texi (Wheeled Mice):
2526 * mule.texi (Specify Coding):
8cf51b2c
GM
2527 * text.texi (Cell Justification):
2528 * trouble.texi (After a Crash):
8cf51b2c
GM
2529 * xresources.texi (GTK styles):
2530 Delete duplicate duplicate words.
2531
25322005-07-17 Richard M. Stallman <rms@gnu.org>
2533
2534 * frames.texi (Creating Frames): Fix foreground color example.
2535
2536 * custom.texi (Init Examples): Clean up text about conditionals.
2537
25382005-07-16 Richard M. Stallman <rms@gnu.org>
2539
2540 * mini.texi (Completion Commands): Fix command name for ?.
2541
8cf51b2c
GM
25422005-07-16 Eli Zaretskii <eliz@gnu.org>
2543
2544 * display.texi (Standard Faces): Explain that customization of
2545 `menu' face has no effect on w32 and with GTK. Add
2546 cross-references.
2547
2548 * cmdargs.texi (General Variables): Clarify the default location
2549 of $HOME on w32 systems.
2550
25512005-07-15 Jason Rumney <jasonr@gnu.org>
2552
2553 * cmdargs.texi (General Variables): Default HOME on MS Windows has
2554 changed.
2555
25562005-07-08 Kenichi Handa <handa@m17n.org>
2557
2558 * mule.texi (Recognize Coding): Recommend
2559 revert-buffer-with-coding-system instead of revert-buffer.
2560
25612005-07-07 Richard M. Stallman <rms@gnu.org>
2562
2563 * anti.texi (Antinews): Mention mode-line-inverse-video.
2564
2565 * files.texi (Saving): Minor correction about C-x C-w.
2566
2567 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
2568
25692005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * search.texi (Isearch Scroll): Add example of using the
2572 `isearch-scroll' property.
2573 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
2574 `Display Custom' node.
2575 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
2576 and de-emphasize it.
2577 (Other Repeating Search): `occur' currently can not correctly
2578 handle multiline matches. Correct, clarify and update description
2579 of `flush-lines' and `keep-lines'.
2580
2581 * display.texi (Display Custom): Add anchor for `baud-rate'.
2582
25832005-07-07 Richard M. Stallman <rms@gnu.org>
2584
2585 * gnu.texi: Update where to get GNU status; add refs for how to help.
2586 Add footnotes 6 and 7.
2587
25882005-07-04 Lute Kamstra <lute@gnu.org>
2589
2590 Update FSF's address in GPL notices.
2591
8cf51b2c 2592 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
2593 * trouble.texi (Checklist): Update FSF's address.
2594
8cf51b2c
GM
25952005-06-24 Richard M. Stallman <rms@gnu.org>
2596
2597 * display.texi (Text Display): Change index entries.
2598
25992005-06-24 Eli Zaretskii <eliz@gnu.org>
2600
2601 * makefile.w32-in (MAKEINFO): Use --force.
2602 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
2603 Makefile.in.
8cf51b2c
GM
2604
26052005-06-23 Richard M. Stallman <rms@gnu.org>
2606
2607 * anti.texi (Antinews): Renamed show-nonbreak-escape to
2608 nobreak-char-display.
2609
2610 * emacs.texi (Top): Update detailed node listing.
2611
2612 * display.texi (Text Display): Renamed show-nonbreak-escape
2613 to nobreak-char-display and no-break-space to nobreak-space.
2614 (Standard Faces): Split up the list of standard faces
2615 and put it in a separate node. Add nobreak-space and
2616 escape-glyph.
2617
8cf51b2c
GM
26182005-06-23 Lute Kamstra <lute@gnu.org>
2619
2620 * mule.texi (Select Input Method): Fix typo.
2621
26222005-06-23 Kenichi Handa <handa@m17n.org>
2623
2624 * mule.texi (International): List all supported scripts. Adjust
2625 text for that leim is now included in the normal Emacs
2626 distribution.
2627 (Language Environments): List all language environments.
2628 Intlfonts contains fonts for most supported scripts, not all..
2629 (Select Input Method): Refer to C-u C-x = to see how to type to
2630 input a specifc character.
2631 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
2632
26332005-06-23 Juanma Barranquero <lekktu@gmail.com>
2634
49823426 2635 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
2636
26372005-06-22 Miles Bader <miles@gnu.org>
2638
2639 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
2640
26412005-06-20 Miles Bader <miles@gnu.org>
2642
2643 * display.texi (Faces): Add `vertical-divider'.
2644
26452005-06-17 Richard M. Stallman <rms@gnu.org>
2646
2647 * text.texi (Adaptive Fill): Minor clarification.
2648
8cf51b2c
GM
26492005-06-10 Lute Kamstra <lute@gnu.org>
2650
2651 * emacs.texi (Top): Correct version number.
2652 * anti.texi (Antinews): Correct version number. Use EMACSVER to
2653 refer to the current version of Emacs.
2654
26552005-06-08 Luc Teirlinck <teirllm@auburn.edu>
2656
2657 * files.texi (Log Buffer): Document when there can be more than
2658 one file to be committed.
2659
26602005-06-08 Juri Linkov <juri@jurta.org>
2661
2662 * display.texi (Faces): Add `shadow' face.
2663
26642005-06-07 Masatake YAMATO <jet@gyve.org>
2665
2666 * display.texi (Faces): Write about mode-line-highlight.
2667
26682005-06-06 Richard M. Stallman <rms@gnu.org>
2669
2670 * misc.texi (Printing Package): Explain how to initialize
2671 printing package.
2672
2673 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
2674
26752005-06-05 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * emacs.texi: Rename Hardcopy to Printing.
2678 Make PostScript and PostScript Variables subnodes of it.
2679
2680 * misc.texi (Printing): Rename node from Hardcopy.
2681 Mention menu bar options.
2682 Move PostScript and PostScript Variables to submenu.
2683 (Printing package): New node.
2684
2685 * mark.texi (Using Region): Change Hardcopy xref to Printing.
2686
2687 * dired.texi (Operating on Files): Likewise.
2688
2689 * calendar.texi (Displaying the Diary): Likewise.
2690
2691 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
2692
2693 * glossary.texi (Glossary): Likewise.
2694
2695 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
2696 effect.
2697
26982005-06-04 Richard M. Stallman <rms@gnu.org>
2699
2700 * trouble.texi (After a Crash): Polish previous change.
2701
8cf51b2c
GM
27022005-05-30 Noah Friedman <friedman@splode.com>
2703
2704 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
2705 recovery mechanism.
2706
8cf51b2c
GM
27072005-05-28 Nick Roberts <nickrob@snap.net.nz>
2708
2709 * building.texi (Other Buffers): SPC toggles display of
2710 floating point registers.
2711
8cf51b2c
GM
27122005-05-27 Nick Roberts <nickrob@snap.net.nz>
2713
2714 * files.texi (Log Buffer): Merge in description of Log Edit
2715 mode from pcl-cvs.texi.
2716
27172005-05-26 Richard M. Stallman <rms@gnu.org>
2718
2719 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
2720
8cf51b2c
GM
27212005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
2724 not enabled by default.
2725 When not on a word, `ispell-word' by default checks the word
2726 before point.
2727
27282005-05-24 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * building.texi (Debugger Operation): Simplify last sentence.
2731
27322005-05-23 Lute Kamstra <lute@gnu.org>
2733
2734 * emacs.texi: Update FSF's address throughout.
2735 (Preface): Use @cite.
2736 (Distrib): Add cross reference to the node "Copying". Mention the
2737 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
2738 printed manuals.
2739 (Intro): Use @xref for the Emacs Lisp Intro.
2740
8cf51b2c
GM
27412005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2742
2743 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
2744
2745 * basic.texi (Moving Point): Mention default for `goto-line'.
2746
2747 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
2748 of a variable's docstring.
2749
27502005-05-18 Lute Kamstra <lute@gnu.org>
2751
2752 * maintaining.texi (Overview of Emerge): Add cross reference.
2753 Remove duplication.
2754
2755 * emacs.texi (Top): Update to the current structure of the manual.
2756 * misc.texi (Emacs Server): Add menu description.
2757 * files.texi (Saving): Fix menu.
2758 * custom.texi (Customization): Fix menu.
2759 * mule.texi (International): Fix menu.
2760 * kmacro.texi (Keyboard Macros): Fix menu.
2761
27622005-05-16 Luc Teirlinck <teirllm@auburn.edu>
2763
2764 * display.texi: Various minor changes.
2765 (Faces): Delete text that is repeated in the next section.
2766
27672005-05-16 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * building.texi (Debugger Operation): Mention GUD tooltips are
2770 disabled with GDB in text command mode.
2771
8cf51b2c
GM
27722005-05-16 Nick Roberts <nickrob@snap.net.nz>
2773
2774 * building.texi: Replace toolbar with "tool bar" for consistency.
2775 (Compilation Mode): Describe compilation-context-lines
2776 and use of arrow in compilation buffer.
2777 (Debugger Operation): Replace help text with variable's value.
2778
2779 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
2780 consistency.
2781
27822005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2783
2784 * major.texi (Choosing Modes): normal-mode processes the -*- line.
2785 Add xref.
2786
8cf51b2c
GM
27872005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2788
2789 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
2790 (Position Info): Delete discussion of `goto-line'. It is already
2791 described in `Moving point'.
2792
2793 * mini.texi (Completion Commands): Correct reference.
2794 (Completion Options): Fix typo.
2795
2796 * killing.texi (Deletion): Complete description of `C-x C-o'.
2797
8cf51b2c
GM
27982005-05-10 Richard M. Stallman <rms@gnu.org>
2799
2800 * building.texi (Compilation): Clarify recompile's directory choice.
2801
2802 * frames.texi (Tooltips): Cleanups.
2803
2804 * basic.texi (Arguments): Fix punctuation.
2805
28062005-05-09 Luc Teirlinck <teirllm@auburn.edu>
2807
2808 * screen.texi (Menu Bar): The up and down (not left and right)
2809 arrow keys move through a keyboard menu.
2810
28112005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2812
2813 * basic.texi: Various typo and grammar fixes.
2814 (Moving Point): C-a now runs move-beginning-of-line.
2815
28162005-05-08 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
2819
2820 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
2821 as different animals.
2822
28232005-05-07 Luc Teirlinck <teirllm@auburn.edu>
2824
2825 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
2826 Correct index entry.
2827
28282005-05-07 Nick Roberts <nickrob@snap.net.nz>
2829
2830 * building.texi (Debugger Operation): Update to reflect changes
2831 in GUD tooltips.
2832
28332005-04-30 Richard M. Stallman <rms@gnu.org>
2834
2835 * files.texi (Compressed Files): Auto Compression normally enabled.
2836
2837 * building.texi (Debugger Operation): Clarify previous change.
2838
8cf51b2c
GM
28392005-04-28 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * building.texi (Debugger Operation): Add description for
2842 GUD tooltips when program is not running.
2843
28442005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2845
2846 * misc.texi (Shell): Add `Shell Prompts' to menu.
2847 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
2848 description. Delete remarks moved to new node.
2849 (Shell Prompts): New node.
2850 (History References): Replace remarks moved to `Shell Prompts'
2851 with xref to that node.
2852 (Remote Host): Clarify how to specify the terminal type when
2853 logging in to a different machine.
2854
28552005-04-26 Richard M. Stallman <rms@gnu.org>
2856
2857 * emacs.texi (Top): Update submenus from files.texi.
2858
2859 * files.texi (Filesets): Clarify previous change.
2860
2861 * dired.texi (Misc Dired Features): Clarify previous change.
2862
28632005-04-25 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
2866
2867 * dired.texi (Misc Dired Features): Document
2868 dired-compare-directories.
2869
2870 * files.texi (Filesets): New node.
2871 (File Conveniences): Document Image mode.
2872
2873 * text.texi (TeX Print): Document tex-compile.
2874
28752005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2876
2877 * frames.texi (Tooltips): Tooltip mode is enabled by default.
2878 Delete redundant reference to tooltip Custom group. It is
2879 referred too again in the next paragraph.
2880
28812005-04-24 Richard M. Stallman <rms@gnu.org>
2882
2883 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
2884
8cf51b2c
GM
28852005-04-19 Kim F. Storm <storm@cua.dk>
2886
2887 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
2888
28892005-04-18 Lars Hansen <larsh@math.ku.dk>
2890
2891 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
2892 turns off desktop-save-mode.
2893
28942005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2895
2896 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
2897 by default in terminals compatible with xterm. Mention that
2898 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
2899 node.
2900
8cf51b2c
GM
29012005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2902
2903 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
2904
29052005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2906
2907 * xresources.texi (Table of Resources): Add cursorBlink.
2908
29092005-04-11 Luc Teirlinck <teirllm@auburn.edu>
2910
2911 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
2912 `d', `C-d' and `u'.
2913
29142005-04-11 Richard M. Stallman <rms@gnu.org>
2915
2916 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
2917 (Misc X): Add -D, --basic-display.
2918
2919 * maintaining.texi (Change Log): Correct the description of
2920 the example.
2921
2922 * major.texi (Choosing Modes): Document magic-mode-alist.
2923
8cf51b2c
GM
29242005-04-10 Luc Teirlinck <teirllm@auburn.edu>
2925
2926 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
2927 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
2928 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
2929 (Rmail Output): Clarify which statements apply to `o', `C-o' and
2930 `w', respectively.
2931 (Rmail Labels): Mention `l'.
2932 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
2933 (Rmail Summary Edit): Describe `j' and RET.
2934
29352005-04-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2936
2937 * xresources.texi (Lucid Resources): Add fontSet resource.
2938
8cf51b2c
GM
29392005-04-09 Luc Teirlinck <teirllm@auburn.edu>
2940
2941 * display.texi (Useless Whitespace): `indicate-unused-lines' is
2942 now called `indicate-empty-lines'.
2943
29442005-04-06 Kim F. Storm <storm@cua.dk>
2945
2946 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
2947
29482005-04-04 Luc Teirlinck <teirllm@auburn.edu>
2949
2950 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
2951 deleted.
2952 (Marks vs Flags): Add some convenient key bindings.
2953 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
2954 (Misc Dired Features): Correct and expand description of `w' command.
2955
2956 * frames.texi (XTerm Mouse): Delete apparently false info.
2957 The GNU/Linux console currently does not appear to support
2958 `xterm-mouse-mode'.
2959
8cf51b2c
GM
29602005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
2961
2962 * calendar.texi (Diary): Mention shell utility `calendar'.
2963
29642005-04-01 Richard M. Stallman <rms@gnu.org>
2965
2966 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
2967
8cf51b2c
GM
29682005-04-01 Lute Kamstra <lute@gnu.org>
2969
2970 * maintaining.texi (Change Log): add-change-log-entry uses
2971 add-log-mailing-address.
2972
29732005-03-31 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
2976 `VC Mode Line' and put in an xref to that node.
2977 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
2978 its description.
2979
29802005-03-31 Paul Eggert <eggert@cs.ucla.edu>
2981
2982 * calendar.texi (Calendar Systems): Say that the Persian calendar
2983 implemented here is the arithmetical one championed by Birashk.
2984
29852005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2986
2987 * programs.texi (Fortran Motion): Fix previous change.
2988
8cf51b2c
GM
29892005-03-29 Richard M. Stallman <rms@gnu.org>
2990
2991 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
2992
29932005-03-29 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * text.texi (Refill): Refer to Long Lines Mode.
2996 (Longlines): New node.
2997 (Auto Fill): Don't index "word wrap" here.
2998 (Filling): Add Longlines to menu.
2999
30002005-03-29 Richard M. Stallman <rms@gnu.org>
3001
3002 * xresources.texi: Minor fixes.
3003
3004 * misc.texi (Emacs Server): Fix Texinfo usage.
3005
3006 * emacs.texi (Top): Don't use a real section heading for
3007 "Detailed Node Listing". Fake it instead.
3008
3009 * basic.texi (Position Info): Minor cleanup.
3010
3011 * mule.texi (Input Methods): Minor cleanup.
3012
30132005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3014
3015 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3016 constructs as well.
3017 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3018
30192005-03-29 Kenichi Handa <handa@m17n.org>
3020
3021 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3022
3023 * basic.texi (Position Info): Update the description about the
3024 command C-u C-x =.
3025
30262005-03-28 Richard M. Stallman <rms@gnu.org>
3027
3028 * emacs.texi (Top): Use @section for the detailed node listing.
3029
3030 * calendar.texi: Minor fixes to previous change.
3031
3032 * programs.texi (Fortran): Small fixes to previous changes.
3033
3034 * emacs.texi (Top): Update list of subnodes of Dired.
3035 Likewise for building.texi.
3036
3037 * files.texi (File Conveniences): Delete Auto Image File mode.
3038
30392005-03-28 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * building.texi (Flymake): New node.
3042
3043 * custom.texi (Function Keys): Document kp- event types and
3044 keypad-setup package.
3045
3046 * dired.texi (Wdired): New node.
3047
3048 * files.texi (File Conveniences): Reorder entries.
3049 Explain how to turn on Auto-image-file mode.
3050 Document Thumbs mode.
3051
3052 * mule.texi (Specify Coding): Document recode-region and
3053 recode-file-name.
3054
3055 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3056
30572005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3058
3059 * commands.texi (Keys): M-o is now a prefix key.
3060
30612005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3062
3063 * programs.texi: Reformat and update copyright years.
3064 (Fortran): Update section.
3065
30662005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3067
3068 * files.texi: Several small changes in addition to:
3069 (Visiting): Change xref for Dialog Boxes to ref.
3070 (Version Headers): Replace references to obsolete var
3071 `vc-header-alist' with `vc-BACKEND-header'.
3072 (Customizing VC): Update value of `vc-handled-backends'.
3073
30742005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3075
3076 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3077 move here from Emacs Lisp Reference Manual.
3078 * calendar.texi (Calendar/Diary, Diary Commands)
3079 (Special Diary Entries, Importing Diary): Change some xrefs to
3080 point to emacs-xtra rather than elisp.
3081
3082 * emacs-xtra.texi (Calendar Customizing):
3083 Move view-diary-entries-initially, view-calendar-holidays-initially,
3084 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3085 Emacs Manual.
3086 (Appt Customizing): Merge entire section into main Emacs Manual.
3087 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3088 mark-holidays-in-calendar here from emacs-xtra.
3089 (Displaying the Diary): Move view-diary-entries-initially,
3090 mark-diary-entries-in-calendar here from emacs-xtra.
3091 (Appointments): Move appt-display-mode-line,
3092 appt-display-duration, appt-disp-window-function,
3093 appt-delete-window-function here from emacs-xtra.
3094
3095 * calendar.texi: Update and reformat copyright.
3096 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3097 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3098 (Diary): Refer to `diary-file' rather than ~/diary.
3099 (Diary Commands): Rename node to "Displaying the Diary".
3100 * emacs.texi (Top): Rename "Diary Commands" section.
3101 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3102
31032005-03-26 Eli Zaretskii <eliz@gnu.org>
3104
3105 * misc.texi (Emacs Server): Fix the command for setting
3106 server-name. Add an xref to Invoking emacsclient.
3107
3108 * help.texi (Help Summary): Clarify when "C-h ." will do something
3109 nontrivial.
3110 (Apropos): Add cindex entry for apropos-sort-by-scores.
3111
3112 * display.texi (Text Display): Add index entries for how no-break
3113 characters are displayed.
3114
8cf51b2c
GM
31152005-03-26 Eli Zaretskii <eliz@gnu.org>
3116
3117 * files.texi (Visiting): Fix cross-references introduced with the
3118 last change.
3119
3120 * xresources.texi (GTK resources): Fix last change.
3121
8cf51b2c
GM
31222005-03-25 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * xresources.texi (X Resources): GTK options documented too.
3125 (Resources): Clarify meaning of program name.
3126 (Table of Resources): Add visualClass.
3127 (GTK resources): Rewrite.
3128 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3129
3130 * display.texi (Text Display): Mention non-breaking spaces.
3131
3132 * files.texi (Reverting): Document auto-revert-check-vc-info.
3133
3134 * frames.texi (Mouse Commands): Document
3135 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3136
3137 * help.texi (Help Summary): Add `C-h .'.
3138 (Apropos): Apropos accepts a list of search terms.
3139 Document apropos-sort-by-scores.
3140 (Help Echo): Document display-local-help.
3141
3142 * misc.texi (Emacs Server): Document server-name.
3143 (Invoking emacsclient): Document -s option for server names.
3144
3145 * text.texi (Outline Visibility): Introduce "current heading
3146 line" (commands can be called with point on a body line).
3147 Re-order table to follow the sequence of discussion.
3148 hide-body won't hide lines before first header line.
3149 (TeX Mode): Add DocTeX mode.
3150
8cf51b2c
GM
31512005-03-24 Richard M. Stallman <rms@gnu.org>
3152
3153 * mule.texi (Single-Byte Character Support): Delete mention
3154 of iso-acc.el and iso-transl.el.
3155
8cf51b2c
GM
31562005-03-23 Lute Kamstra <lute@gnu.org>
3157
3158 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3159
31602005-03-23 Richard M. Stallman <rms@gnu.org>
3161
8cf51b2c
GM
3162 * search.texi: Delete explicit node pointers.
3163 (Incremental Search): New menu.
3164 (Basic Isearch, Repeat Isearch, Error in Isearch)
3165 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3166 (Slow Isearch): New subnodes.
3167 (Configuring Scrolling): Node deleted.
3168 (Search Case): Doc default-case-fold-search.
3169 (Regexp Replace): Move replace-regexp doc here.
3170
3171 * rmail.texi (Movemail): Put commas inside closequotes.
3172
3173 * picture.texi (Insert in Picture): Document C-c arrow combos.
3174 (Basic Picture): Clarify erasure.
3175
3176 * display.texi (Font Lock): Put commas inside closequotes.
3177
3178 * cmdargs.texi (General Variables): Put commas inside closequotes.
3179
31802005-03-23 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * building.texi (Stack Buffer): Mention reverse contrast for
3183 *selected* frame (might not be current frame).
3184
8cf51b2c
GM
31852005-03-21 Richard M. Stallman <rms@gnu.org>
3186
3187 * building.texi (Starting GUD): Add bashdb.
3188
31892005-03-20 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * basic.texi (Moving Point): Add M-g M-g binding.
3192 (Undo): Document undo-only.
3193 (Position Info): Document M-g M-g and C-u M-g M-g.
3194
3195 * building.texi (Building): Put Grep Searching after Compilation
3196 Shell.
3197 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3198 Document next-error-highlight.
3199 (Grep Searching): Document grep-highlight-matches.
3200 (Lisp Eval): Typing C-x C-e twice prints integers specially.
3201
3202 * calendar.texi (Importing Diary): Rename node from iCalendar.
3203 Document diary-from-outlook.
3204
3205 * dired.texi (Misc Dired Features): Rename node from Misc Dired
3206 Commands.
3207 Mention effect of X drag and drop on Dired buffers.
3208
3209 * files.texi (Visiting): Document large-file-warning-threshold.
3210 Move paragraph on file-selection dialog.
3211 Mention visiting files using X drag and drop.
3212 (Reverting): Mention using Auto-Revert mode to tail files.
3213 Document auto-revert-tail-mode.
3214 (Version Systems): Minor correction.
3215 (Comparing Files): Diff-mode is no longer based on Compilation
3216 mode.
3217 Document compare-ignore-whitespace.
3218 (Misc File Ops): Explain passing a directory to rename-file.
3219 Likewise for copy-file and make-symbolic-link.
3220
3221 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3222 Document mouse-wheel-progressive speed.
3223
3224 * help.texi (Misc Help): Document numeric argument for C-h i.
3225 Correctly explain the effect of just C-u as argument.
3226
3227 * killing.texi (Deletion): Document numeric argument for
3228 just-one-space.
3229
3230 * mini.texi (Completion): Completion acts on text before point.
3231
3232 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3233 (Emulation): CUA mode replaces pc-bindings-mode,
3234 pc-selection-mode, and s-region.
3235
3236 * mule.texi (Input Methods): Leim is now built-in.
3237 (Select Input Method): Document quail-show-key.
3238 (Specify Coding): Document revert-buffer-with-coding-system.
3239
3240 * programs.texi (Fortran Motion): Document f90-next-statement,
3241 f90-previous-statement, f90-next-block, f90-previous-block,
3242 f90-end-of-block, and f90-beginning-of-block.
3243
3244 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3245
3246 * emacs.texi (Acknowledgments): Updated.
3247
3248 * anti.texi: Total rewrite.
3249
8cf51b2c
GM
32502005-03-19 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * ack.texi (Acknowledgments): Update.
3253
32542005-03-19 Eli Zaretskii <eliz@gnu.org>
3255
3256 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
3257 copyright years.
3258
32592005-03-14 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * building.texi (Commands of GUD): Move paragraph on setting
3262 breakpoints with mouse to the GDB Graphical Interface node.
3263
32642005-03-07 Richard M. Stallman <rms@gnu.org>
3265
8cf51b2c
GM
3266 * misc.texi (Single Shell, Shell Options): Fix previous change.
3267
3268 * building.texi (Debugger Operation): Update GUD tooltip enable info.
3269
32702005-03-06 Richard M. Stallman <rms@gnu.org>
3271
3272 * building.texi (Starting GUD): Don't explain text vs graphical
3273 GDB here. Just mention it and xref.
3274 Delete "just one debugger process".
3275 (Debugger Operation): Move GUD tooltip info here.
3276 (GUD Tooltips): Node deleted.
3277 (GDB Graphical Interface): Explain the two GDB modes here.
3278
8cf51b2c
GM
3279 * sending.texi (Sending Mail): Minor cleanup.
3280 (Mail Aliases): Explain quoting conventions.
3281 Update key rebinding example.
3282 (Header Editing): C-M-i is like M-TAB.
3283 (Mail Mode Misc): mail-attach-file does not do MIME.
3284
3285 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3286 that really belongs here.
3287 (Remote Mailboxes): Text moved to Rmail Inbox.
3288 (Rmail Display): Mention Mouse-1.
3289 (Movemail): Clarify two movemail versions.
3290 Clarify rmail-movemail-program.
3291
8cf51b2c
GM
3292 * misc.texi (Single Shell): Replace uudecode example with gpg example.
3293 Document async shell commands.
3294 (Shell History): Clarify.
3295 (Shell Ring): Mention C-UP an C-DOWN.
3296 (Shell Options): Add comint-prompt-read-only.
3297 (Invoking emacsclient): Set EDITOR to run Emacs.
3298 (Sorting): No need to explain what region is.
3299 (Saving Emacs Sessions): Fix typo.
3300 (Recursive Edit): Fix punctuation.
3301 (Emulation): Don't mention "PC bindings" which are standard.
3302 (Hyperlinking): Explain Mouse-1 convention here.
3303 (Find Func): Node deleted.
3304
8cf51b2c
GM
3305 * help.texi (Name Help): Xref to Hyperlinking.
3306
3307 * glossary.texi (Glossary):
3308 Rename "Balance Parentheses" to "Balancing...".
3309 Add "Byte Compilation". Correct "Copyleft".
3310 New xref in "Customization".
3311 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3312 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3313 Rename "Registers" to "Register".
3314 Replace "Selecting" with "Selected Frame",
3315 "Selected Window", and "Selecting a Buffer".
3316
3317 * files.texi (Types of Log File): Explain how projects'
3318 methods can vary.
3319
8cf51b2c
GM
3320 * display.texi (Faces): Delete "Emacs 21".
3321
3322 * custom.texi (Changing a Variable): C-M-i like M-TAB.
3323 * fixit.texi (Spelling): C-M-i like M-TAB.
3324 * mini.texi (Completion Options): C-M-i like M-TAB.
3325 * programs.texi (Symbol Completion): C-M-i like M-TAB.
3326 * text.texi (Text Mode): C-M-i like M-TAB.
3327
3328 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3329
3330 * calendar.texi (Specified Dates): Mention `g w'.
3331 (Appointments): appt-activate toggles with no arg.
3332
8cf51b2c
GM
33332005-03-05 Juri Linkov <juri@jurta.org>
3334
3335 * cmdargs.texi (Emacs Invocation): Add cindex
3336 "invocation (command line arguments)"
3337 (Misc X): Add -nbc, --no-blinking-cursor.
3338
33392005-03-04 Ulf Jasper <ulf.jasper@web.de>
3340
3341 * calendar.texi (iCalendar): No need to require it now.
3342
8cf51b2c
GM
33432005-03-03 Nick Roberts <nickrob@snap.net.nz>
3344
3345 * trouble.texi (Contributing): Mention Savannah. Direct users to
3346 emacs-devel.
3347
33482005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3349
3350 * calendar.texi (Adding to Diary): Mention redrawing of calendar
3351 window.
3352
8cf51b2c
GM
33532005-02-27 Richard M. Stallman <rms@gnu.org>
3354
3355 * building.texi (Compilation): Update mode line status info.
3356
33572005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3358
3359 * calendar.texi (General Calendar): Document binding of
3360 scroll-other-window-down.
3361 (Mayan Calendar): Fix earliest date.
3362 (Time Intervals): Document timeclock-change.
3363 Fix timeclock-ask-before-exiting documentation.
3364
33652005-02-26 Kim F. Storm <storm@cua.dk>
3366
3367 * frames.texi (Mouse References):
3368 Add mouse-1-click-in-non-selected-windows.
3369
33702005-02-25 Richard M. Stallman <rms@gnu.org>
3371
3372 * screen.texi (Screen): Explain better about cursors and mode lines;
3373 don't presuppose text terminals.
3374 (Point): Don't assume just one cursor.
3375 Clarify explanation of cursors.
3376 (Echo Area, Menu Bar): Cleanups.
3377
3378 * mini.texi (Minibuffer): Prompts are highlighted.
3379 (Minibuffer Edit): Newline = C-j only on text terminals.
3380 Clarify resize-mini-windows values.
3381 Mention M-PAGEUP and M-PAGEDOWN.
3382 (Completion Commands): Mouse-1 like Mouse-2.
3383 (Minibuffer History): Explain history commands better.
3384 (Repetition): Add xref to Incremental Search.
3385
3386 * mark.texi (Setting Mark): Clarify info about displaying mark.
3387 Clarify explanation of C-@ and C-SPC.
3388 (Transient Mark): Mention Delete Selection mode.
3389 (Marking Objects): Clean up text about extending the region.
3390
3391 * m-x.texi (M-x): One C-g doesn't always go to top level.
3392 No delay before suggest-key-bindings output.
3393
3394 * fixit.texi (Fixit): Mention C-/ for undo.
3395 (Spelling): Mention ESC TAB like M-TAB.
3396 Replacement words with r and R are rechecked.
3397 Say where C-g leaves point. Mention ? as input.
3398
33992005-02-23 Lute Kamstra <lute@gnu.org>
3400
3401 * cmdargs.texi (Initial Options): Add cross reference.
3402
8cf51b2c
GM
34032005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3404
3405 * emacs.texi (Top): Update menu for splitting of node in
3406 msdog.texi.
3407 * frames.texi (Frames): Update xref for splitting of node in
3408 msdog.texi.
3409 * trouble.texi (Quitting): Ditto.
3410
34112005-02-16 Richard M. Stallman <rms@gnu.org>
3412
3413 * windows.texi (Split Window): Simplify line truncation info
3414 and xref to Display Custom.
3415
3416 * trouble.texi (Quitting): Emergency escape only for text terminal.
3417 (Screen Garbled): C-l for ungarbling is only for text terminal.
3418
3419 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3420
3421 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3422
3423 * programs.texi (Program Modes): Mention Python mode.
3424 (Moving by Defuns): Repeating C-M-h extends region.
3425 (Basic Indent): Clarify.
3426 (Custom C Indent): Clarify.
3427 (Expressions): Repeating C-M-@ extends region.
3428 (Info Lookup): Clarify for C-h S.
3429 (Symbol Completion): ESC TAB alternative for M-TAB.
3430 (Electric C): Clarify.
3431
3432 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3433
3434 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3435 MS-DOS Input node.
3436 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3437 (MS-DOS and MULE): Clarify.
3438 (MS-DOS Processes, Windows Processes): Fix typos.
3439
3440 * major.texi (Choosing Modes): Clarify.
3441
3442 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3443 (Keyboard Macro Step-Edit): Clarify.
3444
3445 * indent.texi (Indentation): Clarifications.
3446
3447 * help.texi (Help): Correct error about C-h in query-replace.
3448 Clarify apropos vs C-h a. Fix how to search in FAQ.
3449 (Key Help): Describe C-h w here.
3450 (Name Help): Minor cleanup. C-h w moved to Key Help.
3451 Clarify the "object" joke.
3452 (Apropos): Clarify. Mouse-1 like Mouse-2.
3453 (Help Mode): Mouse-1 like Mouse-2.
3454
3455 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3456
3457 * display.texi (Display): Reorder menu.
3458 (Faces): Cleanup.
3459 (Font Lock): Cleanup. Mention Options menu.
3460 Delete obsolete text.
3461 (Scrolling): For C-l, don't presume text terminal.
3462 (Horizontal Scrolling): Simplify intro.
3463 (Follow Mode): Clarify.
3464 (Cursor Display): Moved before Display Custom.
3465 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3466 Doc default-tab-width. Doc line truncation more thoroughly.
3467
3468 * dired.texi (Dired Enter): C-x C-f can run Dired.
3469 (Dired Visiting): Comment out `a' command.
3470 Mouse-1 is like Mouse-2.
3471 (Shell Commands in Dired): ? can be used more than once.
3472
3473 * basic.texi (Continuation Lines): Simplify description of truncation,
3474 and refer to Display Custom for the rest of it.
3475
8cf51b2c
GM
34762005-02-06 Lute Kamstra <lute@gnu.org>
3477
3478 * basic.texi (Undo): Fix typo.
3479
3480 * cmdargs.texi (Emacs Invocation): Fix typo.
3481
3482 * custom.texi (Init Examples): Fix typo.
3483
3484 * abbrevs.texi (Expanding Abbrevs): Fix typo.
3485
34862005-02-06 Richard M. Stallman <rms@gnu.org>
3487
3488 * regs.texi (Registers): Registers can hold numbers, too.
3489
3490 * killing.texi (Other Kill Commands): Cleanup.
3491 Delete redundant explanation of kill in read-only buffer.
3492 (Yanking): Mention term "copying".
3493 (Accumulating Text): Fix typo.
3494
3495 * entering.texi (Entering Emacs): Update rationale at start.
3496 (Exiting): Treat iconifying on a par with suspension.
3497
3498 * custom.texi (Minor Modes): Fix typo.
3499 (Easy Customization): Fix menu style.
3500 (Variables): Add xref.
3501 (Examining): Setting for future sessions works through .emacs.
3502 (Keymaps): "Text terminals", not "Many".
3503 (Init Rebinding): Explain \C-. Show example of \M-.
3504 Fix minor wording errors.
3505 (Function Keys): Explain vector syntax just once.
3506 (Named ASCII Chars): Clarify history of TAB/C-i connection.
3507 (Init File): Mention .emacs.d directory.
3508 (Init Examples): Add xref.
3509 (Find Init): Mention .emacs.d directory.
3510
3511 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
3512 (Action Arguments): Explain which kinds of -l args are found how.
3513 (Initial Options): --batch does not inhibit site-start.
3514 Add xrefs.
3515 (Command Example): Use --batch, not -batch.
3516
3517 * basic.texi (Inserting Text): Cleanup wording.
3518 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
3519 C-n is not error at end of buffer.
3520 (Undo): Doc C-/ like C-_. Add xrefs.
3521 (Arguments): META key may be labeled ALT.
3522 Peculiar arg meanings are explained in doc strings.
3523
3524 * abbrevs.texi (Expanding Abbrevs): Clarify.
3525
35262005-02-05 Eli Zaretskii <eliz@gnu.org>
3527
3528 * frames.texi (Frame Parameters): Add an xref to the description
3529 of list-colors-display. Add a pointer to the X docs about colors.
3530
3531 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
3532 Impove docs of list-colors-display.
3533
35342005-02-03 Lute Kamstra <lute@gnu.org>
3535
3536 * frames.texi (Frames, Drag and Drop): Fix typos.
3537
35382005-02-03 Richard M. Stallman <rms@gnu.org>
3539
3540 * windows.texi (Basic Window): Mention color-change in mode line.
3541 (Change Window): Explain dragging vertical boundaries.
3542
3543 * text.texi (Sentences): Clarify.
3544 (Paragraphs): Explain M-a and blank lines.
3545 (Outline Mode): Clarify text and menu.
3546 (Hard and Soft Newlines): Mention use-hard-newlines.
3547
3548 * frames.texi (Frames): Delete unnecessary mention of Windows.
3549 (Mouse Commands): Likewise. Mention xterm mouse support.
3550 (Clipboard): Clarify.
3551 (Mouse References): Mention use of Mouse-1 for following links.
3552 (Menu Mouse Clicks): Clarify.
3553 (Mode Line Mouse): Clarify.
3554 (Drag and Drop): Rewrite.
3555
3556 * fixit.texi (Spelling): Fix typo.
3557
3558 * files.texi (File Names): Clarify.
3559 (Visiting): Update conditions for use of file dialog. Clarify.
3560 (Saving): Doc d as answer in save-some-buffers.
3561 (Remote Files): Clean up the text.
3562
3563 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
3564
3565 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
3566 (List Buffers): Clarify.
3567 (Several Buffers): Doc T command.
3568 (Buffer Convenience): Clarify menu.
3569
3570 * basic.texi (Undo): Clarify last change.
3571
35722005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3573
3574 * fixit.texi (Spelling): Fix typo.
3575
35762005-02-01 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * basic.texi (Undo): Update description of `undo-outer-limit'.
3579
35802005-02-01 Nick Roberts <nickrob@snap.net.nz>
3581
3582 * building.texi: Update documentation relating to GDB Graphical
3583 Interface.
3584
35852005-01-30 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * custom.texi (Easy Customization): Adapt menu to node name change.
3588
35892005-01-30 Richard M. Stallman <rms@gnu.org>
3590
3591 * custom.texi (Easy Customization): Defn of "User Option" now
3592 includes faces. Don't say just "option" when talking about variables.
3593 Do say just "options" to mean "anything customizable".
3594 (Specific Customization): Describe `customize-variable',
3595 not `customize-option'.
3596
3597 * glossary.texi (Glossary) <Faces>: Add xref.
3598 <User Option>: Change definition--include faces. Change xref.
3599
3600 * picture.texi (Picture): Mention artist.el.
3601
3602 * sending.texi, screen.texi, programs.texi, misc.texi:
3603 * mini.texi, major.texi, maintaining.texi, macos.texi:
3604 * help.texi, frames.texi, files.texi:
3605 Don't say just "option" when talking about variables.
3606
3607 * display.texi, mule.texi: Don't say just "option" when talking
3608 about variables. Other minor cleanups.
3609
8cf51b2c
GM
36102005-01-26 Lute Kamstra <lute@gnu.org>
3611
3612 * cmdargs.texi (Initial Options): Add a cross reference to `Init
3613 File'. Mention the `-Q' option at the `--no-site-file' option.
3614
8cf51b2c
GM
36152005-01-22 David Kastrup <dak@gnu.org>
3616
3617 * building.texi (Grep Searching): Mention alias `find-grep' for
3618 `grep-find'.
3619
36202005-01-20 Richard M. Stallman <rms@gnu.org>
3621
3622 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
3623
8cf51b2c
GM
36242005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3625
3626 * rmail.texi (Movemail): Explain differences
3627 between standard and mailutils versions of movemail.
3628 Describe command line and configuration options introduced
3629 with the latter.
3630 Explain the notion of mailbox URL, provide examples and
3631 cross-references to mailutils documentation.
3632 Describe various methods of specifying mailbox names,
3633 user names and user passwords for rmail.
3634 (Remote Mailboxes): New section. Describe
3635 how movemail handles remote mailboxes. Describe configuration
3636 options used to control its behavior.
3637 (Other Mailbox Formats): Explain handling of various mailbox
3638 formats.
3639
36402005-01-13 Richard M. Stallman <rms@gnu.org>
3641
3642 * commands.texi (Commands): Clarification.
3643
36442005-01-11 Richard M. Stallman <rms@gnu.org>
3645
3646 * programs.texi (Multi-line Indent): Fix previous change.
3647 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
3648
8cf51b2c
GM
36492005-01-08 Richard M. Stallman <rms@gnu.org>
3650
3651 * display.texi (Faces): isearch-lazy-highlight-face renamed to
3652 lazy-highlight.
3653
3654 * search.texi (Query Replace): Mention faces query-replace
3655 and lazy-highlight.
3656 (Incremental Search): Update isearch highlighting info.
3657
8cf51b2c
GM
36582005-01-04 Richard M. Stallman <rms@gnu.org>
3659
3660 * custom.texi (Saving Customizations): Minor improvement.
3661
8cf51b2c
GM
36622005-01-03 Luc Teirlinck <teirllm@auburn.edu>
3663
3664 * custom.texi (Saving Customizations): Emacs no longer loads
3665 `custom-file' after .emacs. No longer mention customizing through
3666 Custom.
3667
8cf51b2c
GM
36682005-01-01 Andreas Schwab <schwab@suse.de>
3669
3670 * killing.texi (Graphical Kill): Move up under node Killing,
3671 change @section to @subsection.
3672
36732005-01-01 Richard M. Stallman <rms@gnu.org>
3674
3675 * custom.texi (Face Customization): Mention hex color specs.
3676
3677 * emacs.texi (Top): Update Killing submenu.
3678
3679 * killing.texi (Killing): Reorganize section.
3680 No more TeX-only text; put the node command at start of chapter.
3681 But the first section heading is used only in TeX.
3682 Rewrite the text to read better in this mode.
3683 (Graphical Kill): New subnode gets some of the text that
3684 used to be in the first section.
3685
36862004-12-31 Richard M. Stallman <rms@gnu.org>
3687
3688 * dired.texi (Shell Commands in Dired): Delete the ? example.
3689
3690 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
3691
3692 * files.texi (Saving): Describe new require-final-newline features
3693 and mode-require-final-newline.
3694
8cf51b2c
GM
36952004-12-29 Richard M. Stallman <rms@gnu.org>
3696
3697 * custom.texi (File Variables): Clarify previous change.
3698
36992004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3700
3701 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
3702 out now.
3703
37042004-12-27 Richard M. Stallman <rms@gnu.org>
3705
3706 * Makefile.in (MAKEINFO): Specify --force.
3707
3708 * basic.texi (Moving Point): C-e now runs move-end-of-line.
3709 (Undo): Doc undo-outer-limit.
3710
8cf51b2c
GM
37112004-12-15 Juri Linkov <juri@jurta.org>
3712
3713 * mark.texi (Transient Mark, Mark Ring): M-< and other
3714 movement commands don't set mark in Transient Mark mode
3715 if mark is active.
3716
8cf51b2c
GM
37172004-12-12 Juri Linkov <juri@jurta.org>
3718
3719 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
3720 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
3721
3722 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
3723 (Misc Dired Commands): Add @r{(Dired)} to w.
3724
37252004-12-12 Juri Linkov <juri@jurta.org>
3726
3727 * mark.texi (Marking Objects): Marking commands also extend the
3728 region when mark is active in Transient Mark mode.
3729
8cf51b2c
GM
37302004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * custom.texi (Saving Customizations): Emacs only loads the custom
3733 file automatically after the init file in version 22.1 or later.
3734 Adapt text and examples to this fact.
3735
8cf51b2c
GM
37362004-12-07 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
3739 be set through Custom. Otherwise, it has no effect.
3740
8cf51b2c
GM
37412004-12-05 Richard M. Stallman <rms@gnu.org>
3742
3743 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
3744 * entering.texi: Rename Command Line to Emacs Invocation.
3745
8cf51b2c
GM
3746 * misc.texi (Term Mode): Correcty describe C-c.
3747
3748 * custom.texi (Easy Customization): Move up to section level,
3749 before Variables. Avoid using the term "variable"; say "option".
3750 New initial explanation.
3751 (Variables): In initial explanation, connect "variable" to the
3752 already-explained "user option".
3753
3754 * emacs.texi (Top): Fix ref to Command Line.
3755 Move reference to Easy Customization.
3756
3757 * xresources.texi (X Resources): Fix From link.
3758
3759 * doclicense.texi (GNU Free Documentation License): Fix To link.
3760
3761 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
3762
3763 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
3764
37652004-12-03 Richard M. Stallman <rms@gnu.org>
3766
3767 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
3768
37692004-12-01 Luc Teirlinck <teirllm@auburn.edu>
3770
3771 * kmacro.texi: Several small changes in addition to the following.
3772 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
3773 defining a keyboard macro.
3774 Mention `kmacro-ring-max'.
3775 (Keyboard Macro Counter): Clarify description of
3776 `kmacro-insert-counter', `kmacro-set-counter',
3777 `kmacro-add-counter' and `kmacro-set-format'.
3778
37792004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3780
3781 * custom.texi (File Variables): Add `unibyte' and make it more
3782 clear that `unibyte' and `coding' are special. Suggested by Simon
3783 Krahnke <overlord@gmx.li>.
3784
3785 * mule.texi (Enabling Multibyte): Refer to File Variables.
3786 Suggested by Simon Krahnke <overlord@gmx.li>.
3787
37882004-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3789
3790 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
3791 x-use-old-gtk-file-dialog.
3792
8cf51b2c
GM
37932004-11-20 Richard M. Stallman <rms@gnu.org>
3794
3795 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
3796
37972004-11-09 Lars Brinkhoff <lars@nocrew.org>
3798
3799 * building.texi (Lisp Eval): Delete hyphen in section name.
3800
38012004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3802
3803 * files.texi (Old Versions):
3804 No longer document annotation as "CVS only".
3805
38062004-11-10 Andre Spiegel <spiegel@gnu.org>
3807
3808 * files.texi (Version Control): Rewrite the introduction about
3809 version systems, mentioning the new ones that we support. Thanks
3810 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
3811 suggestions.
3812
8cf51b2c
GM
38132004-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3814
49823426 3815 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c
GM
3816
38172004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3818
3819 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
3820
38212004-10-23 Eli Zaretskii <eliz@gnu.org>
3822
3823 * text.texi (Text Based Tables, Table Definition)
3824 (Table Creation, Table Recognition, Cell Commands)
3825 (Cell Justification, Row Commands, Column Commands)
3826 (Fixed Width Mode, Table Conversion, Measuring Tables)
3827 (Table Misc): New nodes, documenting the Table Mode.
3828
8cf51b2c
GM
38292004-10-19 Jason Rumney <jasonr@gnu.org>
3830
3831 * makefile.w32-in (info): Change order of arguments to makeinfo.
3832
38332004-10-19 Ulf Jasper <ulf.jasper@web.de>
3834
3835 * calendar.texi (iCalendar): Update for package changes.
3836
8cf51b2c
GM
38372004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3838
3839 * files.texi (Misc File Ops): View mode is a minor mode.
3840
8cf51b2c
GM
38412004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3842
3843 * calendar.texi (iCalendar): Style changes.
3844
38452004-10-07 Luc Teirlinck <teirllm@auburn.edu>
3846
3847 * search.texi (Regexps): The regexp described in the example is no
3848 longer stored in the variable `sentence-end'.
3849
8cf51b2c
GM
38502004-10-06 Nick Roberts <nickrob@snap.net.nz>
3851
3852 * building.texi (Starting GUD): Note that multiple debugging
3853 sessions requires `gdb --fullname'.
3854
38552004-10-05 Ulf Jasper <ulf.jasper@web.de>
3856
3857 * calendar.texi (iCalendar): New section for a new package.
3858
8cf51b2c
GM
38592004-10-05 Luc Teirlinck <teirllm@auburn.edu>
3860
3861 * text.texi: Various small changes in addition to the following.
3862 (Text): Replace xref for autotype with inforef.
3863 (Sentences): Explain nil value for `sentence-end'.
3864 (Paragraphs): Update default values for `paragraph-start' and
3865 `paragraph-separate'.
3866 (Text Mode): Correct description of Text mode's effect on the
3867 syntax table.
3868 (Outline Visibility): `hide-other' does not hide top level headings.
3869 `selective-display-ellipses' no longer has an effect on Outline mode.
3870 (TeX Misc): Add missing @cindex.
3871 Replace xref for RefTeX with inforef.
3872 (Requesting Formatted Text): The variable
3873 `enriched-fill-after-visiting' no longer exists.
3874 (Editing Format Info): Update names of menu items and commands.
3875 (Format Faces): Mention special effect of specifying the default face.
3876 Describe inheritance of text properties.
3877 Correct description of `fixed' face.
3878 (Format Indentation): Correct description of effect of setting
3879 margins. Mention `set-left-margin' and `set-right-margin'.
3880 (Format Justification): Update names of menu items.
3881 `set-justification-full' is now bound to `M-j b'.
3882 Mention that `default-justification' is a per buffer variable.
3883 (Format Properties): Update name of menu item.
3884 (Forcing Enriched Mode): `format-decode-buffer' automatically
3885 turns on Enriched mode if the buffer is in text/enriched format.
3886
38872004-10-05 Emilio C. Lopes <eclig@gmx.net>
3888
3889 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
3890
38912004-09-28 Kim F. Storm <storm@cua.dk>
3892
3893 * display.texi (Display Custom) <indicate-buffer-boundaries>:
3894 Align with new functionality.
3895
8cf51b2c
GM
38962004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3897
3898 * display.texi (Display Custom): Remove stray `@end defvar'.
3899
39002004-09-23 Kim F. Storm <storm@cua.dk>
3901
3902 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
3903 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
3904
8cf51b2c
GM
39052004-09-20 Richard M. Stallman <rms@gnu.org>
3906
3907 * custom.texi (Hooks): Explain using setq to clear out a hook.
3908 (File Variables): Explain multiline string constants.
3909 (Non-ASCII Rebinding): Explain when you need to update
3910 non-ASCII char codes in .emacs.
3911
3912 * building.texi (Compilation): Explain how to make a silent
3913 subprocess that won't be terminated. Explain compilation-environment.
3914
39152004-09-13 Kim F. Storm <storm@cua.dk>
3916
3917 * mini.texi (Repetition): Rename isearch-resume-enabled to
3918 isearch-resume-in-command-history and change default to disabled.
3919
8cf51b2c
GM
39202004-09-09 Kim F. Storm <storm@cua.dk>
3921
3922 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
3923 with new `kmacro-name-last-macro'.
3924
8cf51b2c
GM
39252004-09-08 Juri Linkov <juri@jurta.org>
3926
3927 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
3928
8cf51b2c
GM
39292004-09-03 Juri Linkov <juri@jurta.org>
3930
3931 * search.texi (Incremental Search): Update wording for M-%.
3932
39332004-09-02 Luc Teirlinck <teirllm@auburn.edu>
3934
3935 * killing.texi (Killing): Correct description of kill commands in
3936 read-only buffer.
3937
39382004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3939
3940 * building.texi (Compilation Mode): Add a paragraph about rules
3941 for finding the compilation buffer for `next-error'.
3942
3943 * search.texi (Other Repeating Search): Mention that Occur mode
3944 supports the next-error functionality.
3945
39462004-09-02 Juri Linkov <juri@jurta.org>
3947
3948 * search.texi (Regexp Replace): Add missing backslash to \footnote.
3949
39502004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * kmacro.texi (Basic Keyboard Macro):
3953 `apply-macro-to-region-lines' now operates on all lines that begin
3954 in the region, rather than on all complete lines in the region.
3955
39562004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3957
3958 * frames.texi (Drag and drop): Add documentation about
3959 x-dnd-test-function and x-dnd-known-types.
3960
39612004-08-30 Luc Teirlinck <teirllm@auburn.edu>
3962
3963 * indent.texi: Various minor changes in addition to:
3964 (Indentation Commands): Correct description of `indent-relative'.
3965 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
3966 mode. The *Tab Stops* buffer uses Overwrite Mode.
3967 (Just Spaces): `tabify' converts sequences of at least two spaces
3968 to tabs.
3969
8cf51b2c
GM
39702004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3971
3972 * frames.texi (Secondary Selection): Setting the secondary
3973 selection with M-Drag-Mouse-1 does not alter the kill ring,
3974 setting it with M-Mouse-1 and M-Mouse-3 does.
3975 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
3976 toolkit scroll bars.
3977 (Scroll Bars): Ditto.
3978
3979 * windows.texi (Basic Window): When using a window system, the value
3980 of point in a non-selected window is indicated by a hollow box.
3981 (Split Window): Side by side windows are separated by a scroll bar,
3982 if scroll bars are used.
3983 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
3984 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
3985 (Window Convenience): Update bindings for `winner-undo' and
3986 `winner-redo'.
3987
3988 * ack.texi (Acknowledgments): Use `@unnumbered'.
3989 * misc.texi : Adapt sectioning in Info to the node structure.
3990 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
3991 of "Using Emacs as a Server".
3992 * building.texi (Building): Interchange nodes (for correct numbering).
3993 * programs.texi (Programs): Interchange nodes (for correct numbering).
3994 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
3995 Info to the node structure.
3996 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
3997 Rearrange order of nodes and sections such that both "GNU GENERAL
3998 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
3999 end, as appropriate for appendices.
4000 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4001 Use `@unnumberedsec'.
4002 * trouble.texi: Adapt sectioning in Info to the node structure.
4003 Adapt node pointers to change in emacs.texi.
4004 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4005
8cf51b2c
GM
40062004-08-25 Kenichi Handa <handa@m17n.org>
4007
4008 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4009 description for unibyte mode.
4010
40112004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4012
4013 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4014
4015 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4016 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4017 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4018 in @pxref.
4019
40202004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4021
4022 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4023 Change section names.
4024
8cf51b2c
GM
40252004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * kmacro.texi (Keyboard Macro Ring): Rename section.
4028 Emacs treats the head of the macro ring as the `last keyboard macro'.
4029 (Keyboard Macro Counter): Minor change.
4030 (Save Keyboard Macro): Some clarifications.
4031 (Edit Keyboard Macro): Rename section.
4032
4033 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4034 32-bit machines.
4035 (Several Buffers): Clarify which buffer is selected if `2' is
4036 pressed in the Buffer Menu.
4037 Auto Revert mode can be used to update the Buffer Menu
4038 automatically.
4039
40402004-08-21 Eli Zaretskii <eliz@gnu.org>
4041
4042 * help.texi (Misc Help): Add an index entry for finding an Info
4043 manual by its file name.
4044
40452004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4046
4047 * files.texi (Backup Deletion): Correct description of
4048 `delete-old-versions'.
4049 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4050 (Auto Save Files): Recommend `auto-save-mode' to reenable
4051 auto-saving, rather than the abbreviation `auto-save'.
4052
40532004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4054
4055 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4056 for "killing" and "yanking" in main menu.
4057
40582004-08-16 Richard M. Stallman <rms@gnu.org>
4059
4060 * killing.texi (Yanking, Killing): Minor cleanups.
4061
4062 * mark.texi (Momentary Mark): Minor cleanups.
4063
40642004-08-15 Kenichi Handa <handa@etl.go.jp>
4065
4066 * custom.texi (Non-ASCII Rebinding):
4067 C-q always inserts the right code to pass to global-set-key.
4068
8cf51b2c
GM
40692004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4070
4071 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4072 `insert-register', instead of `C-x r g' binding, for consistency.
4073
40742004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4075
4076 * fixit.texi (Spelling): Fix typo.
4077
40782004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4079
4080 * help.texi (Help): Fix Texinfo usage.
4081
8cf51b2c
GM
40822004-07-24 Richard M. Stallman <rms@gnu.org>
4083
4084 * text.texi (Paragraphs): Update how paragraphs are separated
4085 and the default for paragraph-separate.
4086
4087 * search.texi (Regexp Replace): Further update text for new
4088 replacement operators.
4089
8cf51b2c
GM
40902004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4091
4092 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4093 `R' switch.
4094
4095 * dired.texi (Dired Updating): `k' only deletes inserted
4096 subdirectories from the Dired buffer if a prefix argument was given.
4097
4098 * search.texi (Regexps): Delete redundant definition of `symbol' in
4099 description of `\_>'. It already occurs in the description of `\_<'.
4100
8cf51b2c
GM
41012004-07-01 Juri Linkov <juri@jurta.org>
4102
4103 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4104 (Regexp Search): Add M-r.
4105
41062004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4109
41102004-06-29 Jesper Harder <harder@ifa.au.dk>
4111
49823426 4112 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
4113
41142004-06-25 Richard M. Stallman <rms@gnu.org>
4115
4116 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4117
41182004-06-25 David Kastrup <dak@gnu.org>
4119
4120 * search.texi (Regexp Replace): Some typo corrections and
4121 rearrangement.
4122
41232004-06-24 David Kastrup <dak@gnu.org>
4124
4125 * search.texi (Unconditional Replace): Use replace-string instead
4126 of query-replace in example.
4127 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4128 sequences.
4129 (Query Replace): Correct explanation of `^' which does not use
4130 the mark stack.
4131
41322004-06-21 Nick Roberts <nickrob@gnu.org>
4133
4134 * misc.texi (Shell History Copying): Document comint-insert-input.
4135 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4136
8cf51b2c
GM
41372004-06-20 Jesper Harder <harder@ifa.au.dk>
4138
4139 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4140 * custom.texi (Customization): Do.
4141 * anti.texi (Antinews): Do.
4142 * abbrevs.texi (Defining Abbrevs): Do.
4143
4144 * programs.texi (Info Lookup): Fix keybinding for
4145 info-lookup-symbol.
4146
41472004-06-16 Juanma Barranquero <lektu@terra.es>
4148
4149 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4150 Add emacs-xtra.
4151 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4152 (clean): Add emacs-xtra and flymake. Remove redundancies.
4153
41542004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4155
4156 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4157 Add emacs-xtra.
4158 * emacs-xtra.texi: New file.
4159
41602004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4163 (Dired and Find): Mention differences with ordinary Dired buffers.
4164
8cf51b2c
GM
41652004-06-13 Richard M. Stallman <rms@gnu.org>
4166
4167 * custom.texi (Init Syntax): Explain about vars that do special
4168 things when set with setq or with Custom.
4169 (Init Examples): Add line-number-mode example.
4170
8cf51b2c
GM
41712004-06-12 Juri Linkov <juri@jurta.org>
4172
4173 * dired.texi (Operating on Files): Add dired-do-touch.
4174
8cf51b2c
GM
41752004-06-10 Juri Linkov <juri@jurta.org>
4176
4177 * building.texi (Lisp Eval): Add C-M-x on defface.
4178
41792004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * files.texi (Reverting): Auto-Revert mode and
4182 Global Auto-Revert mode no longer revert remote files.
4183
8cf51b2c
GM
41842004-05-29 Richard M. Stallman <rms@gnu.org>
4185
4186 * custom.texi (Init File): Two dashes start --no-site-file.
4187
8cf51b2c
GM
41882004-05-29 Alan Mackenzie <acm@muc.de>
4189
4190 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4191 ("AWK"): Is consistently thus spelt throughout.
4192 (AWK, Pike): Document as "C-like modes".
4193 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4194 (M-x man): Supersedes M-x manual-entry.
4195 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4196
4197 ("Comments in C"): Delete node; the info is in CC Mode manual.
4198 (c-comment-only-line-offset): Remove description.
4199
4200 (C-c ., C-c C-c): Describe new C Mode bindings.
4201
4202 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4203 (@dfn{Style}, c-default-style, comment-column, comment-padding)
4204 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4205 Amend definitions.
4206
4207 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4208 Describe functions.
4209
4210 (c-comment-start-regexp, c-hanging-comment-ender-p)
4211 (c-hanging-comment-starter-p): Remove obsolete definitions.
4212
4213 * emacs.texi: Remove the menu entry "Comments in C".
4214
8cf51b2c
GM
42152004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4216
4217 * dired.texi (Dired and Find): `find-ls-option' does not apply to
4218 `M-x locate'.
4219
42202004-05-16 Karl Berry <karl@gnu.org>
4221
4222 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4223 makeinfo --html fails.
4224 * help.texi (Help Summary) [@ifnottex]: Likewise.
4225
42262004-05-13 Nick Roberts <nickrob@gnu.org>
4227
4228 * building.texi (GDB Graphical Interface): Update and describe
4229 layout first.
4230
8cf51b2c
GM
42312004-05-04 Jason Rumney <jasonr@gnu.org>
4232
4233 * makefile.w32-in: Revert last change.
4234
42352004-05-03 Jason Rumney <jasonr@gnu.org>
4236
4237 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4238
8cf51b2c
GM
42392004-04-23 Juanma Barranquero <lektu@terra.es>
4240
4241 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4242
42432004-04-18 Juri Linkov <juri@jurta.org>
4244
4245 * fixit.texi (Spelling): Remove file extension from ispell xref.
4246
42472004-04-15 Kim F. Storm <storm@cua.dk>
4248
4249 * cmdargs.texi (Initial Options): Add -Q.
4250
42512004-04-05 Kim F. Storm <storm@cua.dk>
4252
4253 * custom.texi (File Variables): Add safe-local-eval-forms.
4254
8cf51b2c
GM
42552004-04-02 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * files.texi (Reverting): Correct description of revert-buffer's
4258 handling of point.
4259
42602004-03-22 Juri Linkov <juri@jurta.org>
4261
4262 * emacs.texi (Top): Add `Misc X'.
4263
49823426 4264 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
4265
4266 * glossary.texi: Improve references.
4267
4268 * help.texi: Sync keywords with finder.el.
4269
4270 * mini.texi (Completion): Add description for menu items.
4271
4272 * misc.texi (Browse-URL, FFAP): Add information about keywords.
4273
4274 * sending.texi (Mail Methods): Fix xref to Message manual.
4275
8cf51b2c
GM
42762004-03-12 Richard M. Stallman <rms@gnu.org>
4277
8cf51b2c
GM
4278 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4279
8cf51b2c
GM
42802004-03-04 Richard M. Stallman <rms@gnu.org>
4281
4282 * search.texi (Regexps): Explain that ^ and $ have their
4283 special meanings only in certain contexts.
4284
4285 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4286
4287 * mule.texi (Specify Coding): Doc C-x RET F.
4288
4289 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4290 for multiple compile and grep buffers.
4291 (Indirect Buffers): Don't recommand clone-indirect-buffer
4292 for multiple compile and grep buffers.
4293
8cf51b2c
GM
42942004-02-29 Juanma Barranquero <lektu@terra.es>
4295
4296 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4297 Use $(DEL) instead of rm, and ignore exit code.
4298
8cf51b2c
GM
42992004-02-23 Nick Roberts <nick@nick.uklinux.net>
4300
4301 * building.texi (Watch Expressions): Update.
4302
43032004-02-21 Juri Linkov <juri@jurta.org>
4304
4305 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
4306 --directory, --help, --version. Move text about command-line-args
4307 to Command Arguments.
4308 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
4309 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
4310 (Window Size X): Join -g and --geometry. Add @cindex.
4311 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
4312 (Title X): Remove alias -title.
4313 (Misc X): New node.
4314
8cf51b2c
GM
43152004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4316
4317 * frames.texi (Drag and drop): Add Motif to list of supported
4318 protocols.
4319
8cf51b2c
GM
43202004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4321
4322 * frames.texi (Drag and drop): New section.
4323
43242004-01-24 Richard M. Stallman <rms@gnu.org>
4325
4326 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4327 Include it only @ifnotinfo. Patch the preceding and following
4328 node headers to point to each other.
4329
43302004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4331
4332 * calendar.texi (Appointments): Update section.
4333
43342003-12-29 Kevin Ryde <user42@zip.com.au>
4335
8cf51b2c
GM
4336 * programs.texi (C Modes): Fix the xref.
4337
43382003-12-23 Nick Roberts <nick@nick.uklinux.net>
4339
4340 * building.texi (Watch Expressions): Update.
4341 (Commands of GUD): Include use of toolbar + breakpoints set from
4342 fringe/margin.
4343
43442003-12-03 Andre Spiegel <spiegel@gnu.org>
4345
4346 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
4347 <acm@muc.de>.
4348
8cf51b2c
GM
43492003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4350
4351 * frames.texi (Dialog Boxes): Add use-file-dialog.
4352
8cf51b2c
GM
43532003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4354
4355 * ack.texi: Note that Alan Mackenzie contributed the AWK support
4356 in CC Mode.
4357
8cf51b2c
GM
43582003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4359
4360 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4361 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 4362 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
4363 * man/frames.texi, man/glossary.texi, man/killing.texi:
4364 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4365 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
4366 * man/sending.texi, man/text.texi, man/trouble.texi:
4367 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
4368
43692003-11-01 Alan Mackenzie <acm@muc.de>
4370
4371 * search.texi (Scrolling During Incremental Search): Document a
4372 new scrolling facility in isearch mode.
4373
8cf51b2c
GM
43742003-10-22 Miles Bader <miles@gnu.org>
4375
4376 * Makefile.in (info): Move before $(top_srcdir)/info.
4377
43782003-10-22 Nick Roberts <nick@nick.uklinux.net>
4379
4380 * building.texi (Watch Expressions): Update section on data display
4381 to reflect code changes (GDB Graphical Interface).
4382
8cf51b2c
GM
43832003-10-13 Richard M. Stallman <rms@gnu.org>
4384
4385 * xresources.texi (GTK resources): Clean up previous change.
4386
43872003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4388
4389 * xresources.texi (GTK resources): Add a note that some themes
4390 disallow customizations. Add scroll theme example.
4391
8cf51b2c
GM
43922003-09-30 Richard M. Stallman <rms@gnu.org>
4393
8cf51b2c
GM
4394 * cmdargs.texi (General Variables): Remove MAILRC envvar.
4395
4396 * misc.texi (Saving Emacs Sessions): Shorten the section,
4397 collapsing back into one node.
4398
43992003-09-30 Lars Hansen <larsh@math.ku.dk>
4400
4401 * misc.texi: Section "Saving Emacs Sessions" rewritten.
4402
44032003-09-29 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
4404
4405 * xresources.texi (GTK names in Emacs): Correct typo.
4406
8cf51b2c
GM
44072003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
4408
4409 * cmdargs.texi (Font X): Mention new default font. More
4410 fully describe long font names, wildcard patterns and the
4411 problems involved. (Result of discussion on emacs-devel.)
4412
44132003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
4414
4415 * emacs.texi (Acknowledgements): Correct typo.
4416
44172003-09-22 Richard M. Stallman <rms@gnu.org>
4418
4419 * dired.texi (Misc Dired Commands): New node.
4420 (Dired Navigation): Add dired-goto-file.
4421
4422 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4423
4424 * emacs.texi (Acknowledgements): New node, split from Distribution.
4425
4426 * cmdargs.texi (Action Arguments): -f reads interactive args.
4427
8cf51b2c
GM
44282003-09-08 Lute Kamstra <lute@gnu.org>
4429
4430 * screen.texi (Mode Line): Say that POS comes before LINE.
4431 Mention `size-indication-mode'.
4432 * display.texi (Optional Mode Line): Document
4433 `size-indication-mode'.
4434 * basic.texi (Position Info): Mention `size-indication-mode'.
4435
44362003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4437
4438 * xresources.texi (Resources): Refer to `editres' man page.
4439 (Lucid Resources): Update defaults. Expand description of
4440 `shadowThickness'.
4441
44422003-09-04 Miles Bader <miles@gnu.org>
4443
4444 * Makefile.in (top_srcdir): New variable.
4445 ($(top_srcdir)/info): New rule.
4446 (info): Depend on it.
4447
44482003-09-03 Peter Runestig <peter@runestig.com>
4449
4450 * makefile.w32-in: New file.
4451
44522003-08-29 Richard M. Stallman <rms@gnu.org>
4453
4454 * misc.texi (Saving Emacs Sessions): Correct previous change.
4455
8cf51b2c
GM
44562003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4457
8cf51b2c
GM
4458 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4459 (Intro): Include kmacro.texi after fixit.texi instead of after
4460 custom.texi. (As suggested by Kim Storm.)
4461
44622003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4463
4464 * fixit.texi (Fixit): Update `Next' pointer.
4465 * files.texi (Files): Update `Previous' pointer.
4466 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4467 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4468 (Suggested by Kim Storm.)
4469 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
4470
44712003-08-18 Kim F. Storm <storm@cua.dk>
4472
4473 * kmacro.texi: New file describing enhanced keyboard macro
4474 functionality. Replaces old description in custom.texi.
4475
4476 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4477 (Keyboard Macros): Move to new kmacro.texi file.
4478
4479 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4480
8cf51b2c
GM
44812003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
4482
4483 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
4484
44852003-08-17 Alex Schroeder <alex@gnu.org>
4486
4487 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
4488 required.
4489
8cf51b2c
GM
44902003-08-05 Richard M. Stallman <rms@gnu.org>
4491
4492 * programs.texi (Lisp Indent): Don't describe
4493 lisp-indent-function property here. Use xref to Lisp Manual.
4494
8cf51b2c
GM
44952003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4496
4497 * calendar.texi (Date Formats): Document changed behaviour of
4498 abbreviations.
4499
45002003-07-24 Markus Rost <rost@math.ohio-state.edu>
4501
4502 * buffers.texi (List Buffers): Fix previous change.
4503
8cf51b2c
GM
45042003-07-13 Markus Rost <rost@math.ohio-state.edu>
4505
4506 * buffers.texi (List Buffers): Adjust to new format of *Buffer
4507 List*.
4508
45092003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4510
8cf51b2c
GM
4511 * display.texi (Font Lock): Fix typo.
4512
45132003-07-07 Richard M. Stallman <rms@gnu.org>
4514
4515 * display.texi (Font Lock): Add xref for format info on
4516 font-lock-remove-keywords.
4517
4518 * building.texi (Compilation): Document what happens with asynch
4519 children of compiler process.
4520
4521 * help.texi (Library Keywords): Use @multitable.
4522
8cf51b2c
GM
45232003-06-04 Richard M. Stallman <rms@gnu.org>
4524
4525 * programs.texi (Expressions): Delete C-M-DEL.
4526
4527 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
4528 comint-move-point-for-output renamed from
4529 comint-scroll-to-bottom-on-output.
4530
4531 * custom.texi (Init Rebinding): Replace previous change with xref.
4532 (Non-ASCII Rebinding): Explain that issue more briefly here.
4533
45342003-05-28 Richard M. Stallman <rms@gnu.org>
4535
4536 * indent.texi (Indentation): Condense, simplify, clarify prev change.
4537
45382003-05-28 Nick Roberts <nick@nick.uklinux.net>
4539
4540 * building.texi (GDB Graphical Interface): New node.
4541 (Rewritten somewhat by RMS.)
4542
45432003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4544
4545 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
4546 non-English letters. Explain how to set coding systems correctly
4547 and how to include the right coding cookie in the file.
4548
8cf51b2c
GM
45492003-05-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4550
4551 * indent.texi (Indentation): Explain the concepts.
4552 (Just Spaces): Explain why preventing tabs for indentation might
4553 be useful.
4554
8cf51b2c
GM
45552003-04-16 Richard M. Stallman <rms@gnu.org>
4556
4557 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
4558
8cf51b2c
GM
45592003-02-22 Alex Schroeder <alex@emacswiki.org>
4560
4561 * cmdargs.texi (General Variables): Document SMTPSERVER.
4562
8cf51b2c
GM
4563 * sending.texi: Remove SMTP node.
4564 (Mail Sending): Describe `send-mail-function'. Link to SMTP
4565 library.
4566
8cf51b2c
GM
45672003-02-22 Alex Schroeder <alex@emacswiki.org>
4568
4569 * sending.texi (Sending via SMTP): Explain MTA/MUA.
4570
45712003-02-22 Simon Josefsson <jas@extundo.com>
4572
4573 * sending.texi (Mail Methods): Add node about SMTP.
4574
45752003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4576
4577 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
4578
8cf51b2c
GM
45792003-02-01 Kevin Ryde <user42@zip.com.au>
4580
4581 * glossary.texi (Glossary): Correction to cl cross reference.
4582
45832003-01-20 Richard M. Stallman <rms@gnu.org>
4584
4585 * killing.texi (Rectangles): Document C-x c r.
4586
45872003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4588
4589 * xresources.texi (GTK resources): New node.
4590 (GTK widget names): New node.
4591 (GTK names in Emacs): New node.
4592 (GTK styles): New node.
4593
8cf51b2c
GM
45942003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
4595
4596 * maintaining.texi (Create Tags Table): Add reference to the new
4597 `etags --help --lang=LANG' option.
4598
8cf51b2c
GM
45992002-10-02 Karl Berry <karl@gnu.org>
4600
49823426
GM
4601 * emacs.texi: Per rms, update all manuals to use @copying instead of
4602 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
4603 where needed for the sake of the HTML output.
8cf51b2c
GM
4604
46052001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4606
4607 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
4608 source files.
4609
46102001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * Makefile.in (emacsman): New target.
4613
8cf51b2c
GM
46142001-10-20 Gerd Moellmann <gerd@gnu.org>
4615
4616 * (Version 21.1 released.)
4617
46182001-10-05 Gerd Moellmann <gerd@gnu.org>
4619
4620 * Branch for 21.1.
4621
8cf51b2c
GM
46222001-03-05 Gerd Moellmann <gerd@gnu.org>
4623
4624 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4625
8cf51b2c
GM
46262000-05-31 Stefan Monnier <monnier@cs.yale.edu>
4627
4628 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
4629
8cf51b2c
GM
46301999-07-12 Richard Stallman <rms@gnu.org>
4631
4632 * Version 20.4 released.
4633
46341998-12-04 Markus Rost <rost@delysid.gnu.org>
4635
4636 * Makefile.in (INFO_TARGETS): Delete customize.info.
4637 (DVI_TARGETS): Delete customize.dvi.
4638 (../info/customize, customize.dvi): Targets deleted.
4639
46401998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4641
4642 * Version 20.3 released.
4643
46441998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4645
4646 * Makefile.in (EMACSSOURCES): Add mule.texi.
4647 Add msdog.texi, ack.texi. Remove gnu1.texi.
4648
46491998-04-06 Andreas Schwab <schwab@gnu.org>
4650
4651 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
4652 it in dvi targets.
8cf51b2c
GM
4653
46541997-09-23 Paul Eggert <eggert@twinsun.com>
4655
4656 * Makefile.in: Merge changes mistakenly made to `Makefile'.
4657 (INFO_TARGETS): Change ../info/custom to ../info/customize.
4658 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
4659
46601997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4661
4662 * Version 20.2 released.
4663
46641997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4665
4666 * Version 20.1 released.
4667
46681997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4669
4670 * Makefile (../info/customize, customize.dvi): New targets.
4671 (INFO_TARGETS): Add ../info/customize.
4672 (DVI_TARGETS): Add customize.dvi.
4673
8cf51b2c
GM
46741996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4675
4676 * Version 19.33 released.
4677
46781996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4679
4680 * Version 19.32 released.
4681
8cf51b2c
GM
46821996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4683
4684 * Makefile.in (All info targets): cd $(srcdir) to do the work.
4685
46861996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4687
4688 * Makefile.in (All info targets): Specify $(srcdir) in input files.
4689 Specify -I option.
4690 (All dvi targets): Set the TEXINPUTS variable.
4691
46921996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4693
4694 * Version 19.31 released.
4695
8cf51b2c
GM
46961995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4697
4698 * Version 19.30 released.
4699
8cf51b2c
GM
47001995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4701
4702 * Makefile.in (maintainer-clean): Rename from realclean.
4703
47041994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4705
4706 * Makefile.in: New file.
4707 * Makefile: File deleted.
4708
47091994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4710
4711 * Makefile (TEXINDEX_OBJS): Variable deleted.
4712 (texindex, texindex.o, getopt.o): Rules deleted.
4713 All deps on texindex deleted.
4714 (distclean): Don't delete texindex.
4715 (mostlyclean): Don't delete *.o.
4716 * texindex.c, getopt.c: Files deleted.
4717
47181994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4719
4720 * Version 19.26 released.
4721
47221994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
4723
4724 * Makefile (EMACSSOURCES): Exclude undo.texi.
4725
47261994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4727
4728 * Version 19.25 released.
4729
47301994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4731
4732 * Version 19.24 released.
4733
47341994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4735
4736 * Version 19.23 released.
4737
47381994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4739
4740 * Makefile: Delete spurious tab.
4741
47421994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4743
4744 * Makefile (.SUFFIXES): New rule.
4745
8cf51b2c
GM
47461993-12-04 Richard Stallman (rms@srarc2)
4747
4748 * getopt.c: New file.
4749 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
4750 (getopt.o): New rule.
4751 (dvi): Don't depend on texindex.
49823426 4752 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
4753
47541993-12-03 Richard Stallman (rms@srarc2)
4755
49823426
GM
4756 * Makefile (TEXI2DVI): New variable.
4757 (emacs.dvi): Add explicit command.
8cf51b2c
GM
4758 (TEXINDEX_OBJS): Delete duplicate getopt.o.
4759
47601993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4761
4762 * Version 19.22 released.
4763
47641993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4765
4766 * Makefile (TEXINDEX_OBJS): Delete spurious period.
4767
47681993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4769
4770 * Version 19.21 released.
4771
8cf51b2c
GM
47721993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4773
4774 * Makefile (realclean): Don't delete the Info files.
4775
47761993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
4777
8cf51b2c
GM
4778 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
4779 4' where appropriate.
4780
47811993-10-20 Brian Fox (bfox@ai.mit.edu)
4782
49823426 4783 * Makefile: Fix targets for texindex.
8cf51b2c
GM
4784
4785 * texindex.c: Include "../src/config.h" if building in emacs.
4786
4787 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 4788 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
4789 Add target to build texindex.c, defining `emacs'.
4790
8cf51b2c
GM
47911993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4792
4793 * Version 19.19 released.
4794
8cf51b2c
GM
47951993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4796
4797 * Version 19.18 released.
4798
47991993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4800
4801 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
4802
48031993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4804
4805 * Version 19.17 released.
4806
48071993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4808
4809 * split-man: Fix typos in last change.
4810
48111993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4812
4813 * Version 19.16 released.
4814
48151993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4816
4817 * version 19.15 released.
4818
48191993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4820
4821 * Makefile (distclean): It's rm, not rf.
4822
48231993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4824
4825 * Version 19.14 released.
4826
48271993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4828
4829 * Makefile: New file.
4830
48311993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4832
4833 * Version 19.13 released.
4834
48351993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4836
4837 * Version 19.9 released.
4838
48391993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4840
4841 * Version 19.8 released.
4842
48431993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4844
4845 * cmdargs.texi: Document the -i, -itype, and -iconic options.
4846
4847 * trouble.texi: It's `enable-flow-control-on', not
4848 `evade-flow-control-on'.
4849
48501993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4851
4852 * display.texi: Document standard-display-european.
4853
48541993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4855
4856 * Version 19.7 released.
4857
4858 * emacs.texi: Add a sentence to the top menu mentioning the
4859 specific version of Emacs this manual applies to.
4860
48611993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4862
4863 * basic.texi: Document next-line-add-lines variable used to
4864 implement down-arrow.
4865
4866 * killing.texi: Document kill-whole-line.
4867
48681993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4869
4870 * text.texi: Update unix TeX ordering information.
4871
48721993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4873
4874 * news.texi: Mention fill-rectangle in keybinding list.
4875
4876 * killing.texi: Document fill-rectangle.
4877
48781993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4879
4880 * vc.texi: Bring the docs up to date with VC 5.2.
4881
48821992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4883
4884 * emacs.tex: Mention blackbox and gomoku under Amusements.
4885 Assembler mode is now mentioned and appropriately indexed
4886 under Programming Modes.
4887
48881991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
4889
4890 * emacs.tex: Update TeX ordering information.
4891
8cf51b2c
GM
48921990-06-26 David Lawrence (tale@geech)
4893
4894 * emacs.tex: Note that completion-ignored-extensions is not used
4895 to filter out names when all completions are displayed in
4896 *Completions*.
4897
48981990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4899
4900 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
4901
49021990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
4903
4904 * emacs.tex: Add @findex grep.
4905
8cf51b2c
GM
49061988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4907
4908 * emacs.tex: Correct two typos. No other changes before
4909 Version 19 will be made.
4910
8cf51b2c
GM
49111988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4912
4913 * emacs.tex: Update information for obtaining TeX distribution from the
4914 University of Washington.
4915
4916;; Local Variables:
4917;; coding: iso-2022-7bit
4918;; fill-column: 79
4919;; add-log-time-zone-rule: t
4920;; End:
4921
4922 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
4923 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4924
4925 This file is part of GNU Emacs.
4926
4927 GNU Emacs is free software; you can redistribute it and/or modify
4928 it under the terms of the GNU General Public License as published by
4929 the Free Software Foundation; either version 3, or (at your option)
4930 any later version.
4931
4932 GNU Emacs is distributed in the hope that it will be useful,
4933 but WITHOUT ANY WARRANTY; without even the implied warranty of
4934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4935 GNU General Public License for more details.
4936
4937 You should have received a copy of the GNU General Public License
4938 along with GNU Emacs; see the file COPYING. If not, write to the
4939 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4940 Boston, MA 02110-1301, USA.
4941
4942;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd