Merge from emacs--rel--22
[emacs.git] / doc / emacs / ChangeLog
blob9d5e6158f3ff0d797f0d37286b1315fa2b0008bc
1 2007-10-13  Eric S. Raymond  <esr@snark.thyrsus.com>
3         * files.texi: Capitalize node names according to convention.
5 2007-10-13  Glenn Morris  <rgm@gnu.org>
7         * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
9 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11         * emacs.texi:
12         * files.texi (Version Systems): Minor fixes to version-control material
13         suggseted by RMS and Robert J. Chassell.
15 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
17         * files.texi (Version Systems):
18         * vc-xtra.texi:
19         * vc1-xtra.texi:
20         * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
21         operations.  Change of terminology from 'version' to `revision'.
22         Revise text for adequate description of VCSes with monotonic IDs.
23         * emacs.texi: Change of terminology from 'version' to `revision'.
25 2007-10-09  Eric S. Raymond  <esr@snark.thyrsus.com>
27         * files.texi (Version Systems): Describe newer VCses.
28         Reorder the descriptions to be chronological.
30 2007-10-09  Richard Stallman  <rms@gnu.org>
32         * display.texi (Cursor Display): Correct how cursor appears
33         in nonselected windows.
35 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
37         * building.texi (GDB Graphical Interface): Remove references to gdba
38         and mention gud-gdb.
40 2007-08-31  Eli Zaretskii  <eliz@gnu.org>
42         * rmail.texi (Rmail Sorting): Improve indexing.
44 2007-10-06  Juri Linkov  <juri@jurta.org>
46         * text.texi (Fill Commands): Document fill-paragraph-or-region.
47         (Fill Prefix, Format Indentation): Replace fill-paragraph with
48         fill-paragraph-or-region.
50         * basic.texi (Arguments): Replace fill-paragraph with
51         fill-paragraph-or-region.
53 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
55         * files.texi: Update the section on version control for 2007
56         conditions. None of these changes are new-VC-specific; that
57         will come later.
59 2007-09-15  Glenn Morris  <rgm@gnu.org>
61         * calendar.texi (Holidays): Change all instances of `holiday-list' back
62         to `list-holidays'.
64 2007-09-14  Glenn Morris  <rgm@gnu.org>
66         * calendar.texi: Update all instances of mark-calendar-holidays,
67         list-calendar-holidays, list-holidays with the new names.
69 2007-09-06  Glenn Morris  <rgm@gnu.org>
71         * Move manual sources from man/ to subdirectories of doc/.
72         Split into the Emacs manual in emacs/, and other manuals in misc/.
73         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
74         manual.
75         (infodir): New variable.
76         (info): Use $infodir.
77         (emacsman): Delete target, not needed any more.
78         Move all targets that are not the Emacs manual to misc/Makefile.in.
79         (mostlyclean): Remove `gnustmp'.
80         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
81         manual.
82         (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
83         (emacsman): Delete target, not needed any more.
84         (clean): Remove all info files but Emacs manual.
85         Move all targets that are not the Emacs manual to misc/Makefile.in.
86         * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
88         * Makefile.in (INFOSOURCES): Delete.
89         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
90         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
91         *.vrs *.toc here...
92         (maintainer-clean): ...from here.
94 2007-09-05  Glenn Morris  <rgm@gnu.org>
96         * custom.texi (Safe File Variables): Clarify `!' and risky variables.
98 2007-08-29  Glenn Morris  <rgm@gnu.org>
100         * emacs.texi (EMACSVER): Increase to 23.0.50.
102 2007-08-27  Richard Stallman  <rms@gnu.org>
104         * emacs.texi (Top): Clarify menu item for Glossary.
106         * display.texi (Faces): Change secn title.
107         Clarify not all fonts come from Font Lock.
109 2007-08-17  Eli Zaretskii  <eliz@gnu.org>
111         * basic.texi (Position Info): Add index entry for face at point.
112         Mention that character faces are also displayed by "C-u C-x =".
114 2007-08-08  Glenn Morris  <rgm@gnu.org>
116         * glossary.texi (Glossary): Deprecate `iff'.
118 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
120         * files.texi (File Conveniences): Document point motion keys in Image
121         mode.
123 2007-07-27  Glenn Morris  <rgm@gnu.org>
125         * emacs.texi (Copying): Include license text from gpl.texi, rather than
126         in-line.
128         * gpl.texi: New file with text of GPL.
129         * Makefile.in (EMACSSOURCES): Add gpl.texi.
131 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
133         * vc2-xtra.texi (Customizing VC): Add GIT and HG.
135         * dired.texi (Wdired): Mention C-x C-q key binding.
137 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
139         * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
141 2007-07-25  Glenn Morris  <rgm@gnu.org>
143         * emacs.texi (Copying): Replace license with GPLv3.
145         * Relicense all FSF files to GPLv3 or later.
147 2007-07-24  Glenn Morris  <rgm@gnu.org>
149         * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
150         for some calendars.
152 2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
154         * screen.texi (Mode Line): Describe new mode-line flag that shows if
155         default-directory for the current buffer is on a remote machine.
157 2007-07-21  Eli Zaretskii  <eliz@gnu.org>
159         * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
160         default value.
162 2007-07-21  Richard Stallman  <rms@gnu.org>
164         * files.texi (Why Version Control?): Improve previous change.
166 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
168         * files.texi (Why Version Control?): New node.
170 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
172         * building.texi (Starting GUD): Add xref to this anchor.
174 2007-06-24  Karl Berry  <karl@gnu.org>
176         * emacs.texi: new Back-Cover Text.
178 2007-06-07  Alan Mackenzie  <acm@muc.de>
180         * display.texi (Optional Mode Line): Document the new form of
181         line+column numbers, "(561,2)".
183 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
185         * maintaining.texi (Create Tags Table): Fix typos.
187 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
189         * Version 22.1 released.
191 2007-05-07  Karl Berry  <karl@gnu.org>
193         * emacs.texi (EMACSVER): Back to 22.
195 2007-05-06  Richard Stallman  <rms@gnu.org>
197         * maintaining.texi (Create Tags Table): Clean up previous change.
199 2007-05-05  Francesco Potort\e,Al\e(B  <pot@gnu.org>
201         * maintaining.texi (Create Tags Table): Add text about the dangers of
202         making symbolic links to tags files.
204 2007-05-04  Karl Berry  <karl@gnu.org>
206         * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
208 2007-05-03  Karl Berry  <karl@gnu.org>
210         * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
212         * .cvsignore (*.pdf): New entry.
214         * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
215         for printing.
217 2007-05-01  Richard Stallman  <rms@gnu.org>
219         * cmdargs.texi (Initial Options): Under --batch, mention --eval.
221 2007-04-28  Glenn Morris  <rgm@gnu.org>
223         * ack.texi (Acknowledgments):
224         * anti.texi (Antinews):
225         * programs.texi (Program Modes): Restore mention of python.el pending
226         consideration of legal status.
228 2007-04-28  Richard Stallman  <rms@gnu.org>
230         * files.texi (File Names): Fixes to ~ description on MS systems.
232 2007-04-26  Glenn Morris  <rgm@gnu.org>
234         * emacs.texi (EMACSVER): Increase to 22.1.50.
236 2007-04-25  Karl Berry  <karl@gnu.org>
238         * emacs.texi: Improve line breaks on copyright page,
239         similar layout to lispref, 8.5x11 by default.
241         * dired.texi (Image-Dired): Improve line break, fix typo.
243 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
245         * programs.texi (Program Modes):
246         * anti.texi (Antinews):
247         * ack.texi (Acknowledgments): python.el removed.
249 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
251         * display.texi (Highlight Interactively): Correct description of
252         hi-lock-file-patterns-policy.
254         * files.texi (File Archives): Mention self-extracting executables.
256 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
258         * search.texi (Unconditional Replace, Query Replace): Add xref to
259         "Replacement and Case".
261 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
263         * dired.texi (Image-Dired): Move from Thumbnails node.
264         * misc.texi (Thumbnails): Node deleted.
265         * emacs.texi (Top): Update node listing.
267         * files.texi (File Conveniences):
268         * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
270 2007-04-21  Richard Stallman  <rms@gnu.org>
272         * display.texi (Highlight Interactively): Correct previous change.
273         Clarify doc of hi-lock-find-patterns, and move new features into it.
275 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
277         * display.texi (Highlight Interactively): Document
278         hi-lock-file-patterns-policy.
280 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
282         * display.texi (Scrolling): Fix typo.
284 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
286         * doclicense.texi: Remove node heading, so that it can be included by
287         other files.
289         * emacs.texi: Insert node heading for GFDL.
291 2007-04-14  Eli Zaretskii  <eliz@gnu.org>
293         * cmdargs.texi (Colors): Qualify "color of window" index entry by
294         "command line".
296         * display.texi (Faces): Refer to "Creating Frames" for face
297         and other frame customizations in .emacs.
299         * frames.texi (Creating Frames): Mention that face customizations can
300         be put in .emacs.  Add index entries.
302 2007-04-12  Richard Stallman  <rms@gnu.org>
304         * glossary.texi (Glossary): Explain `iff'.
306 2007-04-11  Karl Berry  <karl@gnu.org>
308         * gnu.texi (Top),
309         * macos.texi (Mac Font Specs),
310         * anti.texi (Antinews),
311         * xresources.texi (Resources),
312         * misc.texi (Emulation),
313         * calendar.texi (Daylight Saving),
314         * dired.texi (Dired and Find),
315         * rmail.texi (Remote Mailboxes),
316         * sending.texi (Mail Headers),
317         * programs.texi (Which Function),
318         * files.texi (Recover),
319         * buffers.texi (Uniquify),
320         * frames.texi (Wheeled Mice),
321         * killing.texi (Rectangles): Wording to improve breaks in
322         8.5x11 format.
323         * mule.texi (Language Environments): \hbadness=10000 since there's
324         no way to reword.
325         * emacs.texi (smallbook): New @set to more easily switch between
326         smallbook and 8.5x11.
328 2007-04-11  Richard Stallman  <rms@gnu.org>
330         * files.texi (File Conveniences): Add xref to Tumme.
331         Delete text about Thumbnail mode.
333 2007-04-09  Alan Mackenzie  <acm@muc.de>
335         * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
336         new name.  Insert concept index entries.
338 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
340         * display.texi (Standard Faces): Document prefix arg for
341         list-faces-display.
343         * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
345 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
347         * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
349         * files.texi (Misc File Ops): Rewrite description of
350         insert-file-literally.
352 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
354         * misc.texi (Printing): Postscript -> PostScript.
356         * ack.texi (Acknowledgments): Postscript -> PostScript.
358         * custom.texi (Init File, Init Non-ASCII): Fix last change.
360         * emacs.texi (Top): Fix the menu due to the change in custom.texi
361         below.
363 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
365         * custom.texi (Non-ASCII Rebinding): Node deleted.  Material moved to
366         Init Non-ASCII.
367         (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
368         (Init Non-ASCII): New node.
370 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
372         * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
374 2007-03-12  Glenn Morris  <rgm@gnu.org>
376         * calendar.texi, emacs.texi (Daylight Saving): Rename node from
377         "Daylight Savings".
379         * calendar.texi: Replace "daylight savings" with "daylight
380         saving" in text throughout.
382 2007-03-04  Richard Stallman  <rms@gnu.org>
384         * custom.texi (Safe File Variables): Minor correction.
386 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
388         * rmail.texi (Movemail): Add internal ref.
389         Don't indent the intro for the PROTO table.
390         Format PROTO table items with @code.
392 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
394         * building.texi: Remove references to bashdb.
396 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
398         * mule.texi (Language Environments): Update list of supported language
399         environments.
401 2007-02-14  Kim F. Storm  <storm@cua.dk>
403         * building.texi (Grep Searching): Fix lgrep doc.
405 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
407         * back.texi: Remove unused file.
409 2007-02-05  Francesco Potort\e,Al\e(B  <pot@gnu.org>
411         * maintaining.texi (Tag Syntax): Now --members is the default for
412         etags, not for ctags yet.
414 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
416         * emacs.texi (Top): Update the top-level menus.  Make the detailed menu
417         headers compliant with Texinfo guidelines and with what texnfo-upd.el
418         expects.  Add comments to prevent people from inadvertently modifying
419         the key parts needed by `texinfo-multiple-files-update'.
421 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
423         * frames.texi (Secondary Selection): Window clicked does not matter
424         when mouse-yank-at-point is non-nil.
426 2007-01-16  Glenn Morris  <rgm@gnu.org>
428         * abbrevs.texi (Editing Abbrevs): Describe how to disable a
429         system abbrev.
431 2007-01-11  Richard Stallman  <rms@gnu.org>
433         * msdog.texi (Windows Keyboard): Another small cleanup.
435 2007-01-10  Richard Stallman  <rms@gnu.org>
437         * msdog.texi (Windows Keyboard): Yet another try to make
438         everyone happy with that passage.
440 2007-01-05  Richard Stallman  <rms@gnu.org>
442         * anti.texi (Antinews): Mention M-x shell scrolling.
444 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
446         * building.texi (Watch Expressions): Describe gdb-max-children.
448 2007-01-04  Richard Stallman  <rms@gnu.org>
450         * msdog.texi (Windows Keyboard): Clarify previous change.
452 2007-01-02  Richard Stallman  <rms@gnu.org>
454         * custom.texi (Changing a Variable): Minor clarification.
455         (Specific Customization): customize-customized => customize-unsaved.
457         * entering.texi (Entering Emacs): Clean up text about restarting
458         Emacs for each file.
460         * misc.texi (Shell Options): Minor cleanup.
462         * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
463         with Emacs, not vice versa.
465         * programs.texi (Symbol Completion): Recommend customizing
466         window manager.
468         * xresources.texi (Resources): Minor fix.
470 2007-01-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
472         * xresources.texi (Table of Resources): Add scrollBarWidth resource.
474 2007-01-01  Richard Stallman  <rms@gnu.org>
476         * commands.texi (User Input): Document keys stolen by window mangers.
478 2006-12-31  Richard Stallman  <rms@gnu.org>
480         * custom.texi (Specific Customization): Document customize-option
481         instead of customize-variable.
483 2006-12-31  Kim F. Storm  <storm@cua.dk>
485         * major.texi (Choosing Modes): Document auto-mode-case-fold.
487 2006-12-30  Kim F. Storm  <storm@cua.dk>
489         * killing.texi (CUA Bindings): Fix typo.
491         * xresources.texi (Table of Resources): Mention grow-only value for
492         auto-resize-tool-bars.
494 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
496         * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
497         and how to get them back.
499 2006-12-26  Richard Stallman  <rms@gnu.org>
501         * calendar.texi (Holidays): Holiday listing is based on current
502         practice, but DST is not.
504 2006-12-25  Richard Stallman  <rms@gnu.org>
506         * emacs.texi (Top): Update subnode menus.
508         * mark.texi (Transient Mark): Fix xref.
510         * killing.texi (Graphical Kill): Node deleted.
511         (Killing): Add xref to Cut and Paste.
512         (CUA Bindings): Update xref.
514         * frames.texi (Cut and Paste): New section to hold other nodes.
515         (Mouse Commands): Node demoted.
516         (Cut/Paste Other App): Split out from Mouse Commands.
517         (Word and Line Mouse): Likewise.
518         (Secondary Selection, Clipboard): Nodes demoted.
520 2006-12-24  Kevin Ryde  <user42@zip.com.au>
522         * calendar.texi (Holidays): US daylight saving begins second Sunday
523         in March for 2007 onwards.
524         (Daylight Savings): Show new US default daylight saving rules, 2nd
525         Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
527 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
529         * calendar.texi (Scroll Calendar): < and > are switched.
531 2006-12-23  Kevin Rodgers  <ihs_4664@yahoo.com>
533         * killing.texi (Deletion): Describe M-\ prefix argument.
535 2006-12-23  Richard Stallman  <rms@gnu.org>
537         * search.texi (Regexp Search): Explain why forward and reverse regexp
538         search are not mirror images.
540 2006-12-19  Kim F. Storm  <storm@cua.dk>
542         * major.texi (Choosing Modes): Describe match-function elements for
543         magic-mode-alist.
545 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
547         * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
548         peculiarities.
550 2006-12-18  Richard Stallman  <rms@gnu.org>
552         * abbrevs.texi (Editing Abbrevs): Fix previous change.
554 2006-12-17  Alan Mackenzie  <acm@muc.de>
556         * programs.texi (Left Margin Paren): Remove the bit which says
557         that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
558         Discuss some of the issues of setting this option to nil.
560 2006-12-17  Glenn Morris  <rgm@gnu.org>
562         * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
564 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
566         * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
567         (Windows Files): `w32-get-true-file-attributes' is only relevant for
568         NTFS volumes.
569         (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
570         volumes.
572 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
574         * text.texi (HTML Mode): Fix "C-c TAB".
576 2006-12-09  Richard Stallman  <rms@gnu.org>
578         * misc.texi (Invoking emacsclient): Simplify TCP file text.
580 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
582         * files.texi (Misc File Ops): Document insert-file-literally.
584 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
586         * cmdargs.texi (Colors): Note that --color is intended for overriding
587         the terminal defaults, not for normal invocation.
589         * misc.texi (Emacs Server): Improve wording.  Don't mention the
590         ``server program''.  Add a cross-reference to "Init File" node.
591         (Invoking emacsclient): Add index entries.  Document both short and
592         long versions of command-line options.  Document the -f option.
594 2006-12-06  Richard Stallman  <rms@gnu.org>
596         * text.texi (Outline Format): Say to set outline-regexp
597         and outline-level with major modes and file local variables.
599 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
601         * anti.texi (Antinews): Mention the alternative to
602         `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
604         * misc.texi (Interactive Shell): Ditto.
606 2006-12-04  Eli Zaretskii  <eliz@gnu.org>
608         * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
610         * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
612 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
614         * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
615         colon in the mode line.
617         * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
619 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
621         * building.texi (Watch Expressions): Mention SPC for expanding/
622         contracting watch expressions.
624 2006-11-26  Kim F. Storm  <storm@cua.dk>
626         * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
628 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
630         * building.texi (Debugger Operation): Define text command mode.
631         Clarify how tooltips work.
632         (GDB Graphical Interface): Explain how to run in text command mode
633         more clearly.
635 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
637         * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
639 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
641         * anti.texi (Antinews): Mention --server-file and TCP sockets.
643 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
645         * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
646         and EMACS is deprecated.
648 2006-11-18  Juanma Barranquero  <lekktu@gmail.com>
650         * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
652 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
654         * Makefile.in (emacs.dvi): Remove xresmini.texi.
656         * emacs.texi: Include xresources.texi both for info and dvi.
658         * xresources.texi: Merge text from xresmini.texi.
660 2006-11-12  Roberto Rodr\e,Am\e(Bguez  <lanubeblanca@googlemail.com>  (tiny change)
662         * glossary.texi: Fix typos.
664 2006-11-06  Richard Stallman  <rms@gnu.org>
666         * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
668         * ack.texi (Acknowledgments): Fix name spelling.
670 2006-11-01  Juri Linkov  <juri@jurta.org>
672         * search.texi (Word Search): Document incremental word search.
674 2006-10-28  Glenn Morris  <rgm@gnu.org>
676         * ack.texi (Acknowledgments): Add cal-html author.
678         * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
679         Calendar").  Describe new package cal-html.
680         * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
681         Calendar Files."
683 2006-10-23  Richard Stallman  <rms@gnu.org>
685         * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
686         Abbrev mode is enabled.
688 2006-10-16  Richard Stallman  <rms@gnu.org>
690         * emacs.texi: Update ISBN.
692 2006-10-11  Kim F. Storm  <storm@cua.dk>
694         * emacs.texi (Acknowledgments): Use @dotless{i}.
696 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
698         * building.texi (Breakpoints Buffer): Mention catchpoints.
700 2006-10-08  Kim F. Storm  <storm@cua.dk>
702         * ack.texi (Acknowledgments): Update.
704         * emacs.texi (Acknowledgments): Fix bad @/ form.
706 2006-10-05  Kim F. Storm  <storm@cua.dk>
708         * emacs.texi (Acknowledgments): Add more contributors.
710 2006-10-03  Richard Stallman  <rms@gnu.org>
712         * emacs.texi (Acknowledgments): Update version and edition.
714 2006-10-01  Karl Berry  <karl@gnu.org>
716         * custom.texi (Customization Groups): Page break to keep example buffer
717         on one page.
719 2006-09-30  Karl Berry  <karl@gnu.org>
721         * programs.texi (Basic Indent): @need to improve page break.
722         * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
724 2006-09-29  Glenn Morris  <rgm@gnu.org>
726         * calendar.texi (Date Formats): Doc fix for european-calendar-style.
728 2006-09-29  Karl Berry  <karl@gnu.org>
730         * windows.texi (Basic Window): Remove forced @break, no longer
731         desirable.
732         * frames.texi (Frame Commands),
733         * mark.texi (Marking Objects): Reword to avoid bad page break.
734         * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
736 2006-09-19  Richard Stallman  <rms@gnu.org>
738         * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
739         stick to present tense.
741 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
743         * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
744         to x-gtk-use-old-file-dialog.
745         (Dialog Boxes): Document x-gtk-file-dialog-help-text.
747 2006-09-15  Jay Belanger  <belanger@truman.edu>
749         * emacs.texi (GNU GENERAL PUBLIC LICENSE):
750         Change "Library Public License" to "Lesser Public License"
751         throughout.  Use "yyyy" to represent year.
753 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
755         * files.texi (Visiting): Add index entry "open file".
757 2006-09-11  Richard Stallman  <rms@gnu.org>
759         * building.texi (Compilation Mode): Clarification.
760         (Grep Searching): Add xref to Compilation Mode.
762 2006-09-08  Richard Stallman  <rms@gnu.org>
764         * search.texi (Search): Ref multi-file search commands here.
765         (Other Repeating Search): Not here.
767 2006-08-28  Richard Stallman  <rms@gnu.org>
769         * windows.texi (Split Window): Update xref.
771         * basic.texi (Continuation Lines): Update xref.
773         * indent.texi (Tab Stops): Update xref.
775         * emacs.texi (Top): Update subnode menu.
777         * display.texi (Line Truncation, Displaying Boundaries): New nodes,
778         split out of Display Custom.
780 2006-08-25  Kim F. Storm  <storm@cua.dk>
782         * display.texi (Display Custom): Add variables overline-margin
783         and x-underline-at-descent-line.
785 2006-08-25  Richard Stallman  <rms@gnu.org>
787         * entering.texi (Exiting): Rewrite to give graphical displays
788         priority over text terminals.
790         * search.texi (Incremental Search): Move index entries.
792 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
794         * custom.texi (Init File): Reference Find Init to avoid "home
795         directory" confusion.
797 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
799         * building.texi (Other GDB-UI Buffers): Describe how to edit
800         a value in the locals buffer.
802 2006-08-21  Richard Stallman  <rms@gnu.org>
804         * search.texi (Basic Isearch): Add `isearch' index entry.
806 2006-08-16  Richard Stallman  <rms@gnu.org>
808         * misc.texi (Saving Emacs Sessions): Clean up wording.
810         * mark.texi (Marking Objects): Mention term "select all".
812         * emacs.texi (Top): Update subnode menu.
814         * help.texi (Help Mode): Move node up in file.
816 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
818         * building.texi (Stack Buffer): Explain fringe arrow.
820 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
822         * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
823         on startup.
825 2006-08-11  Romain Francoise  <romain@orebokech.com>
827         * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
829 2006-08-10  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
831         * mule.texi (Recognize Coding, Text Coding): Fix typos.
833 2006-08-10  Richard Stallman  <rms@gnu.org>
835         * text.texi (Format Faces): Substantial rewrites to deal
836         with face merging.  Empty regions don't count.  Clarify
837         face property inheritance.
839 2006-08-08  Romain Francoise  <romain@orebokech.com>
841         * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
842         <arjuropo@cc.jyu.fi>.
844 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
846         * cmdargs.texi (Window Size X) <--geometry>: Only width and height
847         apply to all frames.
849 2006-08-01  Richard Stallman  <rms@gnu.org>
851         * help.texi (Name Help): Add index entries for describe-variable.
853 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
855         * building.texi (GDB Graphical Interface): Shorten node names.
856         (GDB-UI Layout): Use GDB-related.
857         (Other GDB-UI Buffers): Simplify English.
859 2006-07-31  Richard Stallman  <rms@gnu.org>
861         * search.texi (Query Replace): Add xref for Dired's Q command.
863 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
865         * building.texi (GDB commands in Fringe): Rename to...
866         (Source Buffers): ..this and move forward.  Describe hollow arrow and
867         new option gdb-find-source-frame.
869 2006-07-29  Richard Stallman  <rms@gnu.org>
871         * dired.texi (Operating on Files): Simplify previous change
872         and fix Texinfo usage.
874 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
876         * dired.texi (Operating on Files): Add cross-references.  State the
877         Unix commands that do similar things.
879 2006-07-28  Richard Stallman  <rms@gnu.org>
881         * mark.texi (Transient Mark): Clarify that region never disappears
882         when Transient Mark mode is off, and not when it is on.
884 2006-07-27  Richard Stallman  <rms@gnu.org>
886         * search.texi (Non-ASCII Isearch): Clarify.  Mention C-q.
888 2006-07-24  Richard Stallman  <rms@gnu.org>
890         * xresources.texi (GTK styles): Fix texinfo usage.
892         * commands.texi (User Input): Explain why we teach keyboard cmds.
894         * xresources.texi, xresmini.texi, search.texi, programs.texi:
895         * misc.texi, kmacro.texi, killing.texi, glossary.texi:
896         * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
897         * doclicense.texi, display.texi, dired.texi, basic.texi:
898         * anti.texi, ack.texi: Move periods and commas inside quotes.
900 2006-07-22  Eli Zaretskii  <eliz@gnu.org>
902         * cmdargs.texi (General Variables): Document EMAIL.
904 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
906         * frames.texi (Frame Commands): Mention that focus-follows-mouse
907         doesn't have effect on MS-Windows.
909 2006-07-17  Richard Stallman  <rms@gnu.org>
911         * building.texi (Grep Searching): Explain about chaining grep commands.
913 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
915         * killing.texi, mini.texi: Fix typos.
917 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
919         * misc.texi (Invoking emacsclient): Document behavior when emacsclient
920         is invoked for multiple files.
922 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
924         * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
925         on-line manual for the rest of this node.
926         (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
927         unconditionally.
928         (Windows Processes) <w32-quote-process-args>: Include unconditionally.
929         Improve wording.
930         (Windows Printing): Improve wording.
931         (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
932         rest of this node.
934 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
936         * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
937         with eval-buffer.
939 2006-07-05  Nick Roberts  <nickrob@snap.net.nz>
941         * mule.texi (Coding Systems, Specify Coding): Link descriptions
942         of character translation.
944 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
946         * rmail.texi (Remote Mailboxes): Add missing @code keyword.
948 2006-07-03  Karl Berry  <karl@gnu.org>
950         * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
951         not-too-underfull hboxes in the TeX output.
952         * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
953         * cmdargs.texi, custom.texi, dired.texi, macos.texi,
954         * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
955         * sending.texi, text.texi: Fix overfull/underfull boxes.
957 2006-07-03  Romain Francoise  <romain@orebokech.com>
959         * m-x.texi (M-x): Fix.
961 2006-07-03  Richard Stallman  <rms@gnu.org>
963         * search.texi (Other Repeating Search): filename -> file name.
965         * misc.texi (Narrowing): Minor cleanups.
967         * files.texi (Visiting): filename -> file name.
969         * emacs.texi (Top): Update subnode menus.
971         * mule.texi (Coding Systems): Move char translation stuff here.
972         (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
973         (Recognize Coding): Substantial local rewrites.
974         (International): Update menu.
976         * display.texi (Auto Scrolling): New node, broken out of Scrolling.
977         (Scrolling): Substantial local rewrites.
978         (Display): Update menu and intro.
980         * dired.texi: filename -> file name.
982         * custom.texi (Safe File Variables): Texinfo usage fix.
984 2006-07-03  Ted Zlatanov  <tzz@lifelogs.com>
986         * help.texi, m-x.texi: Lots of cleanups.
988 2006-06-30  Eli Zaretskii  <eliz@gnu.org>
990         * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
991         (Windows Processes, Windows Misc): Shorten the printed version by
992         selectively conditioning less important portions by @ifnottex.
994 2006-06-27  Richard Stallman  <rms@gnu.org>
996         * mini.texi (Minibuffer File): Minor cleanup.
998 2006-06-25  Nick Roberts  <nickrob@snap.net.nz>
1000         * frames.texi (XTerm Mouse): Rename to...
1001         (Text-Only Mouse): ...this.  Mention t-mouse-mode.
1003         * emacs.texi (Top): Use new node name.
1005 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1007         * emacs.texi (Top): Update the detailed menu according to changes in
1008         msdog.texi.
1010         * msdog.texi (Windows Keyboard): New section.
1011         (Windows Mouse): New section.
1012         (Windows System Menu): Remove section (text merged with "Windows
1013         Keyboard").
1014         (Windows Misc): New section.
1016         * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1018         * msdog.texi (ls in Lisp): New section.
1020         * files.texi (Visiting): Document case-insensitive wildcard matching
1021         under find-file-wildcards.
1023 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1025         * macos.texi (Mac Input): Add description of mac-function-modifier.
1026         Now Unicode keyboard layouts work.
1028 2006-06-10  Richard Stallman  <rms@gnu.org>
1030         * mule.texi (Recognize Coding): Clarify previous change.
1032 2006-06-09  Kenichi Handa  <handa@m17n.org>
1034         * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1035         notation.
1037 2006-06-07  Kevin Ryde  <user42@zip.com.au>
1039         * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1040         manual for @ifnottex, but in emacs-extra for @iftex.
1042         * cmdargs.texi (General Variables): Fix smtpmail xref.
1044 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * programs.texi (Comment Commands):
1047         * custom.texi (Specifying File Variables):
1048         Use ;; instead of ;;; to better follow coding conventions.
1050 2006-06-07  Nick Roberts  <nickrob@snap.net.nz>
1052         * building.texi (Watch Expressions): Move node to end.
1053         (GDB Graphical Interface): Move description of clicks in fringe...
1054         (GDB commands in the Fringe): ...to here.  New node.
1056 2006-06-05  Romain Francoise  <romain@orebokech.com>
1058         * xresmini.texi (GTK resources): Fix various typos.
1060 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
1062         * building.texi (GDB Graphical Interface): Update bindings.
1063         (Commands of GUD): Add gud-print.  Remove gud-run.
1064         Restate availability more generally.
1066 2006-06-03  Ted Zlatanov  <tzz@lifelogs.com>
1068         * mini.texi: Lots of cleanups.
1070 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1072         * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1073         and Mouse-2.
1075 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1077         * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1079 2006-05-31  Richard Stallman  <rms@gnu.org>
1081         * basic.texi (Moving Point): Fix previous change.
1083 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1085         * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1087 2006-05-28  Ted Zlatanov  <tzz@lifelogs.com>
1089         * basic.texi: Many simplifications and improvements in wording.
1091 2006-05-26  Nick Roberts  <nickrob@snap.net.nz>
1093         * anti.texi (Antinews): Create a node for gdb-ui.
1095 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1097         * frames.texi (Menu Bars, Tool Bars): Add index entries.
1099 2006-05-20  Richard Stallman  <rms@gnu.org>
1101         * dired.texi (Dired Navigation): dired-goto-file is now j.
1103 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1105         * mule.texi (Coding Systems): Mention the undecided-* coding systems
1106         and their aliases.
1108         * msdog.texi (Windows Printing): Mention non-support of plain text
1109         printing with some el-cheapo printers, and suggest a workaround.
1111 2006-05-20  Kevin Ryde  <user42@zip.com.au>
1113         * text.texi (TeX Print): tex-dvi-view-command has a default value,
1114         remove the bit saying you must set it.
1116 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1118         * trouble.texi (Checklist):
1119         * text.texi (Text, Auto Fill, Text Mode):
1120         * search.texi (Nonincremental Search):
1121         * rmail.texi (Rmail Labels):
1122         * mule.texi (Input Methods, Multibyte Conversion):
1123         * misc.texi (Gnus, Where to Look, PostScript):
1124         * maintaining.texi (Create Tags Table):
1125         * indent.texi (Indentation Commands):
1126         * fixit.texi (Spelling):
1127         * emacs.texi (Copying):
1128         * custom.texi (Init File): ifinfo -> ifnottex.
1130 2006-05-17  Richard Stallman  <rms@gnu.org>
1132         * files.texi (Diff Mode): Mention C-x `.
1134 2006-05-08  Richard Stallman  <rms@gnu.org>
1136         * custom.texi (Disabling): Textual cleanups.
1138 2006-05-12  Glenn Morris  <rgm@gnu.org>
1140         * calendar.texi (Displaying the Diary, Format of Diary File):
1141         Refer to diary-view-entries, diary-list-entries,
1142         diary-show-all-entries rather than obsolete aliases.
1144 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1146         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1147         (Displaying the Diary, Special Diary Entries, Importing Diary):
1148         * building.texi (Compilation Shell):
1149         * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1150         emacs-xtra with @inforef's.
1152         * files.texi (Visiting): Fix wording.
1154         * mule.texi (Coding Systems, Text Coding): More indexing.
1155         Mention that C-x RET f can set eol conversion.
1157 2006-05-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1159         * xresmini.texi (GTK resources): Insert GTK description.
1161         * xresources.texi (GTK resources): metafont should be menufont.
1163 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
1165         * mini.texi (Completion Options): Completion of remote files'
1166         method, user name and host name is active only in partial
1167         completion mode.
1169 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1171         * makefile.w32-in (emacs.dvi):
1172         * Makefile.in (emacs.dvi): Add xresmini.texi.
1174         * xresmini.texi (Table of Resources): Remove xref to non-existent
1175         node "LessTif Resources".
1177         * msdog.texi (Microsoft Windows):
1178         * calendar.texi (Calendar/Diary, Displaying the Diary)
1179         (Special Diary Entries, Importing Diary, Holidays):
1180         * programs.texi (Program Modes):
1181         * text.texi (Text):
1182         * buffers.texi (Several Buffers):
1183         * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1185 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1187         The following changes merge the emacs-xtra manual into the main
1188         manual, but only for on-line version of the manual.
1190         * vc2-xtra.texi (Version Backups, Local Version Control)
1191         (Making Snapshots, Change Logs and VC, Version Headers)
1192         (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1193         on-line manual.
1195         * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1196         for on-line manual.
1198         * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1199         (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1200         (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1201         for on-line manual.
1203         * fortran-xtra.texi (Fortran, Fortran Autofill)
1204         (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1205         for on-line manual.
1207         * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1208         Conditional xref's for on-line manual.
1210         * emerge-xtra.texi (Emerge, Overview of Emerge)
1211         (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1212         manual.
1214         * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1215         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1216         (EMACSSOURCES): Use EMACS_XTRA.
1217         (../info/emacs-xtra): Remove.
1218         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1220         * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1221         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1222         (EMACSSOURCES): Use EMACS_XTRA.
1223         ($(infodir)/emacs-xtra): Remove.
1224         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1226         * trouble.texi (Quitting):
1227         * text.texi (Text):
1228         * programs.texi (Program Modes):
1229         * msdog.texi (Microsoft Windows):
1230         * frames.texi (Frames):
1231         * files.texi (Backup, Version Control, VC Concepts)
1232         (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1233         (Registering, VC Status, VC Undo, Multi-User Branching)
1234         (Comparing Files):
1235         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1236         (Displaying the Diary, Special Diary Entries, Importing Diary):
1237         * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1238         conditional xref's, depending on @iftex/@ifnottex.
1240         * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1241         "MS-DOS".  @include msdog-xtra.texi.
1243         * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1244         <Top Level> [ifnottex]: @include fortran-xtra.texi.
1246         * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1247         for vc-xtra.texi subsections.
1248         (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1249         (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1251         * sending.texi (Sending Mail): A @node line without explicit Prev,
1252         Next, and Up links.
1254         * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1255         Next, and Up links.
1257         * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1258         and its sections.  @include picture-xtra.texi.
1260         * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1261         "Emerge".
1262         (List Tags) [ifnottex]: @include emerge-xtra.texi.
1264         * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1265         exact duplicate of its name-sake in calendar.texi.
1267         * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1268         "Advanced Calendar/Diary Usage".
1269         (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1271         * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1272         dired-xtra.texi.
1273         (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1275         * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1276         (Files) [ifnottex]: Add menu entry for Autorevert.
1278         * emacs-xtra.texi (Introduction): Reword to make consistent with
1279         printed version only.
1280         <Top level>: Remove the body of all chapters and move them to the
1281         new *-xtra.texi files.  Use @raisesections and @lowersections to
1282         convert sections to chapters etc.
1284         * msdog-xtra.texi:
1285         * fortran-xtra.texi:
1286         * vc-xtra.texi:
1287         * vc1-xtra.texi:
1288         * vc2-xtra.texi:
1289         * emerge-xtra.texi:
1290         * cal-xtra.texi:
1291         * dired-xtra.texi:
1292         * arevert-xtra.texi: New files, with text from respective chapters
1293         of emacs-xtra.texi.  Convert each @chapter into @section, @section
1294         into @subsection, etc.
1296         * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG".  All references
1297         updated.
1299         * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1300         Windows".  All references updated.
1302 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1304         * macos.texi (Mac Input): Mention input from Character Palette.
1305         (Mac Font Specs): Fix typo.
1307 2006-05-05  Richard Stallman  <rms@gnu.org>
1309         * files.texi (Diff Mode): Minor cleanup.
1311 2006-05-05  Karl Berry  <karl@gnu.org>
1313         * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1314         errors from the current release of makeinfo (4.8).
1315         * help.texi (Library Keywords): Change widest word in multitable
1316         template from `emulations' to `convenience'.  (Not sure if this is
1317         related to the font change.)
1319 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1321         * files.texi (File Names): Add a footnote about limited support of
1322         ~USER on MS-Windows.
1324         * cmdargs.texi (Initial Options): Add a footnote about limited
1325         support of ~USER on MS-Windows.
1327 2006-05-03  Richard Stallman  <rms@gnu.org>
1329         * files.texi (Diff Mode): Node moved here.
1330         (Comparing Files): Delete what duplicates new node.
1331         (Files): Put Diff Mode in menu.
1333         * misc.texi (Diff Mode): Moved to files.texi.
1335         * emacs.texi (Top): Update menu for Diff Mode.
1337         * trouble.texi (Emergency Escape): Simplify.
1339         * emacs.texi (Top): Minor clarification.
1341 2006-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1343         * commands.texi, entering.texi, screen.texi: Many simplifications.
1345 2006-05-03  Richard Stallman  <rms@gnu.org>
1347         * commands.texi (Text Characters): Delete paragraph about unibyte
1348         non-ASCII printing chars.
1350         * killing.texi (Killing): Say "graphical displays".
1351         * display.texi: Say "graphical displays".
1353         * cmdargs.texi (Misc X): Say "graphical displays".
1355 2006-05-01  Richard Stallman  <rms@gnu.org>
1357         * emacs.texi (Top): Add Diff Mode to menu.
1359 2006-05-01  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1361         * misc.texi (Diff Mode): New node.
1363 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1365         * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1366         (Mac Environment Variables): Shorten example line.
1367         (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
1369 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
1371         * building.texi (GUD Customization): Describe cases %d and %c.
1372         Update description for %e.
1374 2006-04-30  Glenn Morris  <rgm@gnu.org>
1376         * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1378 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
1380         * custom.texi (Examining): Update C-h v output example.
1382 2006-04-29  Kim F. Storm  <storm@cua.dk>
1384         * building.texi (Grep Searching): Add lgrep and rgrep.
1386 2006-04-23  Richard Stallman  <rms@gnu.org>
1388         * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1390         * xresmini.texi: New file.
1392         * xresources.texi (Face Resources): Split table into font resources
1393         and the rest.  Combine similar attributes for brevity.
1395 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
1397         * emacs-xtra.texi (MS-DOS File Names): Remove section about
1398         backslashes and case-insensitivity in file names (moved to the
1399         main manual).
1400         (MS-DOS Printing): Move most of the text to the main manual.
1402         * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1403         New nodes.
1404         (Windows Processes, Windows System Menu): Add index entries and
1405         fix wording.
1407 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
1409         * misc.texi (Shell Ring): Add notes on saved input when
1410         navigating off the end of the history list.
1412 2006-04-18  Chong Yidong  <cyd@mit.edu>
1414         * misc.texi (Shell Options): Correct default value of
1415         comint-scroll-show-maximum-output.
1417 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
1419         * building.texi (Watch Expressions): Update.
1421 2006-04-12  Richard Stallman  <rms@gnu.org>
1423         * search.texi: Clean up previous change.
1425 2006-04-12  Eli Zaretskii  <eliz@gnu.org>
1427         * search.texi (Regexp Backslash, Regexp Replace): Add index
1428         entries for ``back reference'' and mention the term itself in the
1429         text.
1431 2006-04-11  Richard Stallman  <rms@gnu.org>
1433         * custom.texi (Safe File Variables):
1434         Document enable-local-variables = :safe.
1436 2006-04-11  Karl Berry  <karl@gnu.org>
1438         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1439         (Remote Repositories, Version Backups, Local Version Control)
1440         (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1441         (Miscellaneous Commands and Features of VC, Change Logs and VC)
1442         (Renaming VC Work Files and Master Files)
1443         (Inserting Version Control Headers, Customizing VC, General Options)
1444         (Options for RCS and SCCS, Options specific for CVS): Move all
1445         these nodes to emacs-xtra.texi, for brevity.
1446         * cmdargs.texi, files.texi: Change cross-references.
1448 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
1450         * files.texi (Old Versions): Update description of vc-annotate's
1451         use of color to indicate date ranges.
1453 2006-04-09  Kevin Ryde  <user42@zip.com.au>
1455         * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1456         put info and printed manual names the right way around.
1458 2006-04-09  Karl Berry  <karl@gnu.org>
1460         * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1461         emacs-xtra.texi, leaving only MS Windows information.
1462         * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1463         * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1464         node names.
1466         * emacs.texi: Move @summarycontents and @contents to the beginning
1467         of the file.
1469 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1471         * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1473 2006-04-07  Richard Stallman  <rms@gnu.org>
1475         * programs.texi (Comments, Comment Commands, Options for Comments)
1476         (Multi-Line Comments): "Align", not "indent".
1477         (Basic Indent): C-j deletes trailing whitespace before the newline.
1479 2006-04-06  Richard Stallman  <rms@gnu.org>
1481         * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1483 2006-04-06  Eli Zaretskii  <eliz@gnu.org>
1485         * killing.texi (Rectangles): Add index entry for marking a rectangle.
1487 2006-04-05  Richard Stallman  <rms@gnu.org>
1489         * emacs.texi (Top): Update subnode menu.
1491         * trouble.texi (Unasked-for Search): Node deleted.
1492         (Lossage): Delete from menu.
1494 2006-04-04  Richard Stallman  <rms@gnu.org>
1496         * trouble.texi: Various cleanups.
1497         (Checklist): Don't bother saying how to snail a bug report.
1498         (Emergency Escape): Much rewriting.
1499         (After a Crash): Rename the core dump immediately.
1500         (Total Frustration): Call it a psychotherapist.
1501         (Bug Criteria): Avoid "illegal instruction".
1502         (Sending Patches): We always put the contributor's name in.
1504         * misc.texi (Thumbnails): Minor correction.
1506 2006-04-03  Richard Stallman  <rms@gnu.org>
1508         * misc.texi (Thumbnails): Minor cleanup.
1510 2006-04-02  Karl Berry  <karl@gnu.org>
1512         * sending.texi (Mail Sending): pxref to Top needs five args.
1514         * texinfo.tex: Update to current version (2006-03-21.13).
1516 2006-03-31  Richard Stallman  <rms@gnu.org>
1518         * emacs.texi (Top): Update subnode menu.
1520         * help.texi (Help Mode): Cleanup.
1522         * dired.texi: Many cleanups.
1523         (Dired Deletion): Describe dired-recursive-deletes.
1524         (Operating on Files): dired-create-directory moved.
1525         (Misc Dired Features): Move to here.
1526         (Tumme): Node moved to misc.texi.
1528         * custom.texi: Many cleanups.
1529         (Minor Modes): Don't mention ISO Accents Mode.
1530         (Examining): Update C-h v output example.
1531         (Hooks): Add index and xref for add-hook.
1532         (Locals): Delete list of vars that are always per-buffer.  Rearrange.
1533         (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
1535         * misc.texi: Many cleanups.
1536         (beginning): Add to summary of topics.
1537         (Shell): Put eshell xref at the end.  Remove eshell from table.
1538         (Thumbnails): New node.
1540 2006-03-28  Eli Zaretskii  <eliz@gnu.org>
1542         * files.texi (File Name Cache): Make it clear that the cache is
1543         not persistent.
1545 2006-03-25  Karl Berry  <karl@gnu.org>
1547         * emacs-xtra.texi, emacs.texi, gnu.texi:
1548         (1) use @copyright{} instead of (C) in typeset text;
1549         (2) do not indent copyright year list (or anything else).
1551 2006-03-21  Juanma Barranquero  <lekktu@gmail.com>
1553         * files.texi (VC Dired Mode): Remove misplaced brackets.
1555 2006-03-21  Andre Spiegel  <spiegel@gnu.org>
1557         * files.texi: Various updates and clarifications in the VC chapter.
1559 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1561         * help.texi (Help Mode): Document "C-c C-c".
1563 2006-03-16  Luc Teirlinck  <teirllm@auburn.edu>
1565         * emacs-xtra.texi (Top): Avoid ugly continuation line in
1566         menu in the standalone Info reader.
1568 2006-03-15  Chong Yidong  <cyd@stupidchicken.com>
1570         * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
1571         moved here from Emacs manual.
1573         * programs.texi (Fortran): Section moved to emacs-xtra.
1574         (Program Modes): Xref to Fortran in emacs-xtra.
1576         * maintaining.texi (Emerge): Move to emacs-xtra.
1577         * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
1579         * picture.texi: File deleted.
1580         * Makefile.in:
1581         * makefile.w32-in: Remove picture.texi.
1583         * text.texi (Text): Xref to Picture Mode in emacs-xtra.
1584         * abbrevs.texi (Abbrevs):
1585         * sending.texi (Sending Mail): Picture node removed.
1587         * emacs.texi (Top): Update node listings.
1589 2006-03-12  Richard Stallman  <rms@gnu.org>
1591         * calendar.texi: Various cleanups.
1593 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1595         * search.texi (Regexps): Use @samp for regexp that is not in Lisp
1596         syntax.
1598 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1600         * search.texi (Regexps): More accurately describe which characters
1601         are special in which situations.  Recommend _not_ to quote `]' or
1602         `-' when they are not special.
1604 2006-02-28  Andre Spiegel  <spiegel@gnu.org>
1606         * files.texi (Old Versions): Clarify operation of C-x v =.
1608 2006-02-21  Nick Roberts  <nickrob@snap.net.nz>
1610         * building.texi (Watch Expressions): Update and describe
1611         gdb-speedbar-auto-raise.
1613 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1615         * emacs.texi: Use @smallbook.
1616         (Top): Update ref to Emacs paper, delete ref to Cookbook.
1617         Update subnode menu.
1619         * building.texi (Lisp Interaction): Minor addition.
1621 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1623         * building.texi (Watch Expressions): Update and be more precise.
1625 2006-02-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1627         * maintaining.texi (Create Tags Table): Explain why the
1628         exception when etags writes to files under the /dev tree.
1630 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1632         * custom.texi (Safe File Variables): Lots of clarification.
1633         Renamed from Unsafe File Variables.
1635 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1637         * custom.texi (Unsafe File Variables): File variable confirmation
1638         assumed denied in batch mode.
1640 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1642         * building.texi (GDB User Interface Layout): Don't say `inferior'
1643         for program being debugged.
1645 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1647         * building.texi (GDB Graphical Interface):
1648         Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
1650 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1652         * custom.texi (Specifying File Variables, Unsafe File Variables):
1653         New nodes, split from File Variables.  Document new file local
1654         variable behavior.
1656 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1658         * display.texi (Standard Faces):
1659         * files.texi (Visiting):
1660         * frames.texi (Clipboard):
1661         * glossary.texi (Glossary) <Clipboard>:
1662         * xresources.texi (X Resources): Mention Mac OS port.
1664 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1666         * building.texi (Building): Clarify topic in intro.
1668         * maintaining.texi (Maintaining): Change title; clarify topic.
1669         Delete duplicate index entries.
1671         * building.texi (Other GDB User Interface Buffers): Clarifications.
1673         * text.texi (Cell Commands): Clarifications.
1675         * programs.texi (Defuns): Delete duplicate explanation of
1676         left-margin paren convention.
1677         (Hungry Delete): Minor cleanup.
1679 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
1681         * dired.texi (Tumme): More tumme documentation.
1683 2006-02-11  Alan Mackenzie  <acm@muc.de>
1685         * programs.texi ("Hungry Delete"): Correct the appellation of the
1686         backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
1688 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
1690         * dired.texi (Tumme): Fix small bug.
1692 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1694         * macos.texi (Mac International): Rename "fontset-mac" to
1695         "fontset-standard".
1697 2006-02-09  Mathias Dahl  <mathias.dah@gmail.com>
1699         * dired.texi (Tumme): Basic documentation for Tumme added.
1701 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
1703         * mule.texi (International):
1704         * programs.texi (Basic Indent): Fix typos.
1706         * custom.texi (Minor Modes):
1707         * display.texi (Text Display):
1708         * commands.texi (Text Characters): Update xrefs.
1710 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1712         * emacs.texi (Top): Update subnode menu.
1713         Update info on old Emacs papers.
1714         (Intro): "Graphical display", not window system.
1716         * xresources.texi (GTK styles): Minor clarifications.
1718         * trouble.texi: "Graphical display", not window system.
1719         (Stuck Recursive): Minor clarification.
1721         * text.texi: Minor clarifications.
1722         (Sentences): Explain why two-space convention is better.
1723         Explain sentence-end-without-period here.
1724         (Fill Commands): Not here.
1725         (Refill): Node moved down.
1726         (Filling): Update menu.
1727         (Table Creation, Cell Justification, Column Commands): Clarify.
1729         * sending.texi: Minor clarifications.
1731         * search.texi (Regexp Backslash): Clarification.
1733         * rmail.texi: Minor cleanups.
1734         (Rmail): Delete digression about `rmail-mode'.
1735         (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
1736         (Rmail Files): Mention C-u M-x rmail.
1737         (Rmail Reply): Mention References.
1738         (Rmail Display): Mention rmail-nonignored-headers.
1740         * programs.texi: Minor cleanups.
1741         (Comment Commands): Mention momentary Transient Mark mode.
1742         (Matching): Be more specific about customizing show-paren-mode.
1743         (Info Lookup): Don't list the modes that support C-h S.
1744         Just say what it does in an unsupported mode.
1745         (Man Page): Delete excessive info on customizing woman.
1746         (Motion in C): Don't mention c-for/backward-into-nomenclature.
1748         * abbrevs.texi: Minor clarifications.
1749         (Dabbrev Customization): Talk about "dynamic abbrev expansion",
1750         not "dynamic abbrevs" as if they were a kind of abbrev.
1752         * picture.texi (Picture): Minor cleanup.
1754         * mule.texi (Communication Coding): Say "other applications".
1755         (Fontsets): Not specific to X.  Add xref to X Resources.
1756         (Unibyte Mode): Rename from Single-Byte Character Support.
1757         "Graphical display", not window system.
1758         (International): Update menu.
1760         * maintaining.texi (Format of ChangeLog):
1761         New node, split out from ChangeLog.
1762         (ChangeLog): Clarifications in the remaining text.
1763         (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
1764         (Find Tag): Add @w.
1765         (Tags Search): Explain tag table order here.  Simplify grep ref.
1766         (List Tags): tags-tag-face is a variable, not a face.
1767         (Emerge): Cleanups.
1769         * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
1770         (Keyboard Macros): Avoid "the user".
1772         * killing.texi: "Graphical display", not window system.
1774         * help.texi (Help Echo): "Graphical display", not window system.
1776         * glossary.texi: Say "you", not "the user".  Say "graphical display".
1778         * frames.texi: Minor cleanups.  "Graphical display", not window system.
1780         * files.texi (Visiting): Make drag-and-drop not X-specific.
1782         * custom.texi: Minor cleanups.  "Graphical display", not window system.
1784         * cmdargs.texi: Minor cleanups.
1786         * building.texi (Compilation): Move and split kill-compilation para.
1787         Add para about multiple compilers.
1788         (Compilation Mode): Commands also available in grep mode and others.
1789         Mention C-u C-x ` more tutorially.  Clarify C-x `.
1790         (Compilation Shell): Clarify.  Put Bash example first.
1791         (Grep Searching): Minor cleanups; add @w.
1792         (Debuggers): Minor cleanups.
1793         (Starting GUD): Make GDB xgraphical mode issue clearer.
1794         (Debugger Operation): Lots of clarifications including
1795         GDB tooltip side-effect issue.
1796         (Commands of GUD): Clarify.
1797         (GUD Customization): Add bashdb-mode-hook.
1798         (GDB Graphical Interface): Rewrite for clarity.
1799         (GDB User Interface Layout): Rewrite for clarity.
1800         (Stack Buffer, Watch Expressions): Likewise.
1801         (Other GDB User Interface Buffers): Cleanups.
1802         (Lisp Libraries, External Lisp): Cleanup.
1804         * basic.texi (Position Info): "Graphical displays", rather than
1805         window systems.
1807         * anti.texi: Minor cleanup.
1809 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
1811         * custom.texi (Init File, Find Init): Add cross-references to
1812         where $HOME is described.
1814 2006-02-01  Luc Teirlinck  <teirllm@auburn.edu>
1816         * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
1817         is not inside the @table.
1819         * emacs.texi (Top): Correct node name.
1821         * files.texi (File Names): Fix @xref.
1822         (Reverting): Fix typo.
1824         * mule.texi (International): Correct node name.
1826         * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
1828 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1830         * emacs.texi (Top): Update subnode menu.
1832         * mule.texi: Minor clarifications.
1833         Reduce the specific references to X Windows.
1834         Refer to "graphical" terminals, rather than window systems.
1835         (Text Coding): Rename from Specify Coding.
1836         (Communication Coding, File Name Coding, Terminal Coding):
1837         New nodes split out from Text Coding.
1839         * kmacro.texi: Minor clarifications.
1840         (Keyboard Macro Ring): Comment out some excessive commands.
1841         (Basic Keyboard Macro): Split up the table, putting part in each node.
1843         * major.texi: Minor clarifications.
1845         * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
1847         * windows.texi: Minor clarifications.
1848         (Change Window): Don't describe mode-line mouse cmds here.
1849         Add xref to Mode Line Mouse.
1851         * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
1853         * macos.texi (Mac International): Fix xref.
1855         * indent.texi: Minor clarifications.
1857         * frames.texi: Minor clarifications.
1858         Reduce the specific references to X Windows.
1859         Refer to "graphical" terminals, rather than window systems.
1860         (Frame Parameters): Don't mention commands like
1861         set-foreground-color.  Just say to customize a face.
1862         (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
1864         * files.texi: Minor clarifications.
1865         (Numbered Backups): New node, split out from Backup Names.
1867         * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
1869         * cmdargs.texi (General Variables): Fix xref.
1871         * buffers.texi: Minor clarifications.
1873 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1875         * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
1876         Nodes moved to top.
1878         * display.texi: Minor clarifications.
1879         (Display): Rearrange menu.
1880         (Standard Faces): Mention query-replace face.
1881         (Faces): Simplify.
1882         (Font Lock): Simplify face customization info.
1883         (Highlight Changes): Node merged into Highlight Interactively.
1884         (Highlight Interactively): Much rewriting and cleanup.
1885         (Optional Mode Line): Narrowed line number not good for goto-line.
1886         Simplify face customization advice.
1887         (Text Display): Mention use of escape-glyph face.
1888         Move ctl-arrow and tab-width here.
1889         (Display Custom): Move no-redraw-on-reenter to end of node.
1891         * search.texi: Minor clarifications.
1892         (Isearch Scroll): Simplify.
1893         (Other Repeating Search): Document multi-occur-in-matching-buffers.
1895         * regs.texi (Registers): Mention bookmarks here.
1897         * mark.texi: Minor clarifications.
1898         (Selective Undo): Node deleted.
1900         * m-x.texi: Minor clarifications.
1902         * killing.texi: Minor clarifications.
1903         Refer to "graphical" terminals, rather than window systems.
1905         * help.texi: Clarifications.
1906         (Help): Don't describe C-h F and C-h K here.
1907         (Key Help): Describe C-h K here.
1908         (Name Help): Mention Emacs Lisp Intro.
1909         Describe C-h F here.
1910         (Misc Help): Mention C-h F and C-h K only briefly.
1912         * fixit.texi (Undo): New node, mostly copied from basic.texi.
1913         Selective undo text merged in.
1914         (Spelling): Mention Aspell along with Ispell.
1916         * emacs.texi (Top): Update subnode menus.
1918         * basic.texi (Basic Undo): Rename from Undo.  Most of text
1919         moved to new Undo node.
1921 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1923         * basic.texi (Continuation Lines, Inserting Text):
1924         Mention longlines mode.
1926 2006-01-29  Richard M. Stallman  <rms@gnu.org>
1928         * screen.texi: Minor cleaups.
1929         (Screen): Clean up the intro paragraphs.
1930         (Mode Line): Lots of rewriting.  Handle frame-name better.
1931         eol-mnemonic-... vars moved out.
1933         * emacs.texi (Top): Change menu item for MS-DOS node.
1934         Update subnode menu.
1936         * msdog.texi (MS-DOS): Rewrite intro to explain how this
1937         chapter relates to Windows.  Title changed.
1939         * mini.texi: Minor cleanups.
1941         * mark.texi (Selective Undo): New node, text moved from basic.texi.
1942         (Mark): Put it in the menu.
1944         * entering.texi: Minor cleanups.
1946         * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
1947         (Intro): Refer to "graphical" terminals, rather than X.
1949         * display.texi (Display Custom): Add xref to Variables.
1950         (Optional Mode Line): eol-mnemonic-... vars moved here.
1952         * commands.texi: Minor cleanups.  Refer to "graphical" terminals,
1953         rather than X.
1955         * basic.texi: Minor cleanups.
1956         (Undo): selective-undo moved.
1958 2006-01-25  Luc Teirlinck  <teirllm@auburn.edu>
1960         * anti.texi (Antinews): Various corrections and additions.
1962 2006-01-23  Juri Linkov  <juri@jurta.org>
1964         * custom.texi (Easy Customization, Customization Groups)
1965         (Browsing Custom): Mention links along with buttons.
1967 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1969         * text.texi (TeX Print): Use @key for TAB.
1971         * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
1973 2006-01-15  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1975         * files.texi (File Aliases): Don't claim that usually separate
1976         buffers are created for two file names that name the same data.
1977         Mention additional situations where different names mean the same
1978         file on disk.
1980 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1982         * killing.texi (Deletion): Upcase @key argument.
1984         * custom.texi (Custom Themes): Minor cleanup.
1986         * programs.texi (Hungry Delete): Upcase @key argument.
1988 2006-01-16  Juri Linkov  <juri@jurta.org>
1990         * display.texi (Standard Faces): Add `mode-line-buffer-id'.
1991         Move `mode-line-highlight' before `mode-line-buffer-id'.
1993 2006-01-14  Richard M. Stallman  <rms@gnu.org>
1995         * basic.texi (Inserting Text): Minor cleanup.
1997 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
1999         * custom.texi (Changing a Variable, Face Customization):
2000         Update for changes in Custom menus.
2002 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2004         * macos.texi (Mac International): Undo last change.
2006 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2008         * custom.texi (Custom Themes): Describe the new
2009         customize-create-theme interface.
2011 2005-12-30  Juri Linkov  <juri@jurta.org>
2013         * basic.texi (Position Info): Update example.
2015 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2017         * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2019 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
2021         * custom.texi (Custom Themes): `load-theme' always loads.
2023 2005-12-23  Juri Linkov  <juri@jurta.org>
2025         * display.texi (Highlight Interactively): Use double space to
2026         separate sentences.  Replace C-p with M-p, and C-n with M-n.
2028 2005-12-22  Richard M. Stallman  <rms@gnu.org>
2030         * custom.texi (Easy Customization and subnodes):
2031         Replace "active field" with "button".
2032         Use "user option" only for variables.
2033         Use "setting" for variable-or-face.
2035 2005-12-22  Luc Teirlinck  <teirllm@auburn.edu>
2037         * buffers.texi (Select Buffer): Change order in table to make
2038         "Similar" refer to the correct item.
2039         (Indirect Buffers): Minor rewording.
2041 2005-12-20  Juri Linkov  <juri@jurta.org>
2043         * files.texi (VC Status): Put P and N near p and n.
2045 2005-12-19  Richard M. Stallman  <rms@gnu.org>
2047         * programs.texi (Electric C): Delete the info about newline control.
2048         (Other C Commands): Minor cleanup.
2049         (Left Margin Paren): Minor cleanup.
2051 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2053         * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2054         (Customization Groups): Delete text moved to "Browsing Custom".
2055         (Browsing Custom): New node.
2056         (Specific Customization): Clarify which commands only work for
2057         loaded options.
2059 2005-12-18  Bill Wohler  <wohler@newt.com>
2061         * frames.texi (Tool Bars): Shorten text of previous change.
2063 2005-12-18  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
2065         * files.texi (VC Status): Document log-view mode.
2067 2005-12-18  Bill Wohler  <wohler@newt.com>
2069         * frames.texi (Tool Bars): Mention that you can turn off tool bars
2070         permanently via the customize interface.
2072 2005-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
2074         * killing.texi (Killing by Lines): Document `kill-whole-line'
2075         function.
2077 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2079         * buffers.texi (Select Buffer): Change `prev-buffer' to
2080         `previous-buffer'.  Indicate that these functions use a frame
2081         local buffer list.
2083 2005-12-12  Richard M. Stallman  <rms@gnu.org>
2085         * custom.texi (Easy Customization): Change menu comment.
2086         (Prefix Keymaps): Fix spelling of Control-X-prefix.
2088         * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
2089         (Help): Among the Apropos commands, describe only C-h a here.
2091 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2093         * programs.texi (Options for Comments): Comment-end starts with space.
2095         * glossary.texi (Glossary): Minor cleanup.
2097         * files.texi (Old Versions): Use @table.
2099 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2101         * display.texi (Highlight Interactively): Include
2102         global-hi-lock-mode.  Add miscellaneous details and elaborations.
2104 2005-12-09  Richard M. Stallman  <rms@gnu.org>
2106         * display.texi (Font Lock): Delete the Global FL menu item.
2108 2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
2110         * custom.texi (Minibuffer Maps): Mention the maps for file name
2111         completion.
2113 2005-12-09  Kim F. Storm  <storm@cua.dk>
2115         * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2116         prefix keys even when mark is active.  Decribe that RET moves
2117         cursor to next corner in rectangle; clarify insert around rectangle.
2119 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
2121         * custom.texi (Customization): Use xref to elisp manual for
2122         non-TeX output.
2123         (Minor Modes): Update.
2124         (Customization Groups, Changing a Variable, Face Customization):
2125         Update for new appearance of Custom buffers.
2126         (Changing a Variable): `custom-buffer-done-function' has been
2127         replaced by `custom-buffer-done-kill'.
2128         (Specific Customization): In the `customize-group' buffer, a
2129         subgroup's contents are not "hidden".  They are not included at
2130         all.  They have no [Show] button.
2131         (Mouse Buttons): Add pxref to description of mouse event lists in
2132         Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
2133         (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2134         ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2136 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2138         * mini.texi (Completion Commands, Completion):
2139         In file name input, SPC does not do completion.
2141 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2143         * building.texi (GDB Graphical Interface): Explain screen size
2144         setting.
2145         (Other GDB User Interface Buffers): Describe features specific to
2146         GDB 6.4.
2148 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2150         * building.texi (GDB User Interface Layout): Describe how to
2151         kill associated buffers.
2152         (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2153         (Watch Expressions): Be more precise.
2154         (Other GDB User Interface Buffers): Describe how to change a
2155         register value.
2157 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2159         * macos.texi (Mac Input): Remove description of
2160         mac-command-key-is-meta.  Add descriptions of
2161         mac-control-modifier, mac-command-modifier, and
2162         mac-option-modifier.
2163         (Mac International): Fix description of conversion of clipboard data.
2164         (Mac Font Specs): Add example of font customization by face attributes.
2166 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2168         * building.texi (Watch Expressions): Expand description.
2169         (Other GDB User Interface Buffers): Describe local map for
2170         gud-watch.
2172 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
2174         * display.texi (Font Lock): Font lock is enabled by default now.
2176 2005-11-20  Juri Linkov  <juri@jurta.org>
2178         * basic.texi (Position Info): Update examples of the output.
2179         Remove the fact that examples are produced in the TeXinfo buffer,
2180         because in the Info reader users will get a different output from
2181         `C-x ='.
2183         * building.texi (Compilation Mode): Remove paragraph duplicated
2184         from the node `Compilation'.  Add `compilation-skip-threshold'.
2186         * display.texi (Font Lock): Suggest more user-friendly method of
2187         finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2189 2005-11-18  Richard M. Stallman  <rms@gnu.org>
2191         * files.texi (Registering): Mention @@ in mode line.
2193         * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
2195 2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
2197         * files.texi (Renaming and VC): Some back-ends don't
2198         handle renaming.
2200 2005-11-17  Juri Linkov  <juri@jurta.org>
2202         * emacs.texi (Top):
2203         * display.texi (Highlight Interactively): Put this font-lock based
2204         mode near Font Lock node.
2206 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
2208         * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2209         icons.
2211 2005-11-12  Kim F. Storm  <storm@cua.dk>
2213         * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
2214         (Help Summary): Add C-h d and C-h e.
2215         (Apropos): Clarify that all apropos commands may search for either
2216         list of words or a regexp.  Add C-h d for apropos-documentation.
2217         Describe apropos-documentation-sort-by-scores user option.
2219 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
2221         * killing.texi (CUA Bindings): Add @section.
2223 2005-11-10  Kim F. Storm  <storm@cua.dk>
2225         * emacs.texi (Top): Add CUA Bindings entry to menu.
2227         * killing.texi (CUA Bindings): New node.  Moved here from
2228         misc.texi and extended with info on rectangle commands and
2229         rectangle highlighting, interface to registers, and the global
2230         mark feature.
2232         * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2234         * regs.texi: Prev link points to CUA Bindings node.
2236 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
2238         * help.texi (Help Echo): By default, help echos are only shown on
2239         mouse-over, not on point-over.
2241 2005-11-04  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>
2243         * misc.texi (Shell Mode): Describe how to activate password echoing.
2245 2005-11-04  Romain Francoise  <romain@orebokech.com>
2247         * mark.texi (Mark Ring): Fix typo.
2249 2005-11-03  Richard M. Stallman  <rms@gnu.org>
2251         * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2253 2005-11-01  Bill Wohler  <wohler@newt.com>
2255         * help.texi (Help Mode): Fix typo.
2257 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
2259         * building.texi (Other GDB User Interface Buffers): Describe
2260         the command gdb-use-inferior-io-buffer.
2262 2005-10-31  Romain Francoise  <romain@orebokech.com>
2264         * files.texi (Compressed Files): Fix typo.
2266         * buffers.texi (Misc Buffer): Downcase `*shell*'.
2268         * windows.texi (Force Same Window): Likewise.
2270 2005-10-30  Bill Wohler  <wohler@newt.com>
2272         * help.texi (Help Mode): URLs viewed with browse-url.
2274 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
2276         * building.texi (GDB Graphical Interface): Don't reference
2277         gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
2278         must stay in same frame.
2280 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
2282         * custom.texi (Init File): Document ~/.emacs.d/init.el.
2284         * anti.texi (Antinews): Likewise.
2286 2005-10-28  Bill Wohler  <wohler@newt.com>
2288         * help.texi (Help): Help mode now creates hyperlinks for URLs.
2290 2005-10-28  Richard M. Stallman  <rms@gnu.org>
2292         * files.texi (Visiting): Explain how to enter ? in a file name.
2294         * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2296 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
2298         * building.texi (GDB Graphical Interface): Describe
2299         gdb-mouse-until.
2301 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2303         * custom.texi (Init File): Recommend when to use site-start.el.
2305 2005-10-21  Juri Linkov  <juri@jurta.org>
2307         * custom.texi (Examining): Mention accessing the old variable
2308         value via M-n in set-variable.
2310 2005-10-18  Romain Francoise  <romain@orebokech.com>
2312         * files.texi (Version Systems): Capitalize GNU.
2314 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2316         * building.texi (Compilation Mode): Remove redundant paragraph.
2317         (Watch Expressions): Remove paragraph to reflect code change.
2319 2005-10-16  Richard M. Stallman  <rms@gnu.org>
2321         * building.texi (Compilation Mode, Compilation): Clarified.
2323 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2325         * misc.texi (Saving Emacs Sessions): Mention savehist library.
2327 2005-10-13  Kenichi Handa  <handa@m17n.org>
2329         * basic.texi (Position Info): Fix previous change.
2331 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2333         * cmdargs.texi (Icons X): Fix typo.
2335 2005-10-12  Kenichi Handa  <handa@m17n.org>
2337         * basic.texi (Position Info): Describe the case that Emacs shows
2338         "part of display ...".
2340 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2342         * cmdargs.texi (Icons X): -nb => -nbi.
2344 2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
2346         * frames.texi (Speedbar): A couple more clarifications.
2348 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2350         * building.texi (GDB User Interface Layout): Improve diagram.
2351         (Watch Expressions): Explain how to make speedbar global.
2352         (Other GDB User Interface Buffers): Make references more precise.
2354 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2356         * frames.texi (Speedbar): Clarify the text.
2358 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2360         * frames.texi (Speedbar): Add information on keybindings,
2361         dismissing the speedbar, and buffer display mode.  Link to
2362         speedbar manual.
2364 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2366         * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2367         added -nb, --no-bitmap-icon.
2369 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2371         * building.texi (GDB Graphical Interface): Add variables and
2372         functions to indices.  Be more precise.
2374 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2376         * frames.texi (Drag and Drop): Remove the x- from
2377         x-dnd-open-file-other-window and xdnd-protocol-alist.
2379 2005-09-30  Romain Francoise  <romain@orebokech.com>
2381         * mini.texi (Minibuffer): The default value now appears before the
2382         colon in minibuffer prompts.
2384 2005-09-25  Richard M. Stallman  <rms@gnu.org>
2386         * search.texi (Regexp Search): Doc search-whitespace-regexp.
2388 2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2390         * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2392 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2394         * emacs.texi (Top): Update submenus from macos.texi.
2396         * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2397         (Mac OS): Update feature support status.
2398         (Mac Input): List supported input scripts.  Remove description
2399         about `mac-keyboard-text-encoding'.  Mention mouse button
2400         emulation and related variables.
2401         (Mac International): Mention Central European and Cyrillic
2402         support.  Now `keyboard-coding-system' is dynamically changed.
2403         Add description about coding system for selection.  Add
2404         description about language environment.
2405         (Mac Environment Variables): Mention
2406         `~/.MacOSX/environment.plist'.  Give example of command line
2407         arguments.  Add Preferences support.
2408         (Mac Directories): Explicitly state that this node is for Mac OS
2409         Classic only.
2410         (Mac Font Specs): Mention specification for scalable fonts.  List
2411         supported charsets.  Add preferred way of creating fontsets.  Add
2412         description about `mac-allow-anti-aliasing'.
2413         (Mac Functions): Add descriptions about `mac-set-file-creator',
2414         `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2415         and `mac-get-preference'.
2417 2005-09-16  Romain Francoise  <romain@orebokech.com>
2419         Update all files to specify GFDL version 1.2.
2421         * doclicense.texi (GNU Free Documentation License): Update to
2422         version 1.2.
2424 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2426         * buffers.texi (List Buffers): Fix xref.
2428         * rmail.texi (Rmail Basics): Fix xref.
2430         * emacs.texi (Top): Update subnode menus.
2432         * files.texi (Saving Commands): New node, broken out of Saving.
2433         (Customize Save): New node, broken out of Saving.
2434         Clarify effect of write-region-inhibit-fsync.
2435         (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2437 2005-09-14  Romain Francoise  <romain@orebokech.com>
2439         * files.texi (Saving): Mention write-region-inhibit-fsync.
2441 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
2443         * custom.texi (Custom Themes): New node.
2445 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2447         * search.texi (Search Case): Mention vars that control
2448         case-fold-search for various operations.
2450 2005-08-22  Juri Linkov  <juri@jurta.org>
2452         * display.texi (Standard Faces): Merge the text from
2453         `(elisp)Standard Faces' into this node.
2455 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
2457         * emacs.texi (Top): Delete menu item for deleted node
2458         Keyboard Translations.
2460 2005-08-18  Richard M. Stallman  <rms@gnu.org>
2462         * trouble.texi (Unasked-for Search):
2463         Delete xref to Keyboard Translations.
2465         * glossary.texi (Glossary): Delete xref.
2467         * custom.texi (Minor Modes): Say that the list here is not complete.
2468         (Keyboard Translations): Node deleted.
2469         (Disabling): Delete xref to it.
2470         (Customization Groups): Fix Custom buffer example.
2471         (Hooks): Mention remove-hooks.
2473 2005-08-17  Luc Teirlinck  <teirllm@auburn.edu>
2475         * building.texi (GDB Graphical Interface): Improve filling of menu
2476         item.
2478 2005-08-18  Nick Roberts  <nickrob@snap.net.nz>
2480         * building.texi (GDB Graphical Interface): Use better node names.
2482 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2484         * text.texi (Sentences): Fix xref.
2486 2005-08-14  Juri Linkov  <juri@jurta.org>
2488         * building.texi (Compilation, Grep Searching): Move grep command
2489         headings from `Compilation' to `Grep Searching'.
2491         * dired.texi (Dired and Find):
2492         * maintaining.texi (Tags Search): Replace grep xref to
2493         `Compilation' node with `Grep Searching'.
2495         * files.texi (Comparing Files): Replace xref to `Compilation' with
2496         `Compilation Mode'.
2498 2005-08-13  Alan Mackenzie  <acm@muc.de>
2500         * search.texi (Non-ASCII Isearch): Correct a typo.
2501         (Replacement Commands): Mention query-replace key binding.
2503 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2505         * programs.texi (Options for Comments): Fix xref.
2507         * search.texi (Regexp Backslash, Regexp Example): New nodes split
2508         out of Regexps.
2510 2005-08-09  Juri Linkov  <juri@jurta.org>
2512         * building.texi (Compilation): Use `itemx' instead of `item'.
2513         (Grep Searching): Simplify phrase.
2515         * display.texi (Standard Faces): Describe vertical-border on
2516         window systems.
2518         * windows.texi (Split Window): Simplify phrase and mention
2519         vertical-border face.
2521 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2523         * files.texi (Comparing Files): Clarify compare-windows.
2525         * calendar.texi (Scroll Calendar): Document < and > in calendar.
2527 2005-08-06  Eli Zaretskii  <eliz@gnu.org>
2529         * mule.texi (Coding Systems): Rephrase the paragraph about
2530         codepages: no need for "M-x codepage-setup" anymore, except on
2531         MS-DOS.
2533         * msdog.texi (MS-DOS and MULE): Clarify that this section is for
2534         the MS-DOS port only.
2536 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2538         * makefile.w32-in (info): Don't run multi-install-info.bat.
2539         ($(infodir)/dir): New target, produced by running
2540         multi-install-info.bat.
2542 2005-07-22  Eli Zaretskii  <eliz@gnu.org>
2544         * files.texi (Quoted File Names): Add index entry.
2546 2005-07-19  Juri Linkov  <juri@jurta.org>
2548         * files.texi (Comparing Files): Mention resync for `compare-windows'.
2550 2005-07-18  Juri Linkov  <juri@jurta.org>
2552         * custom.texi (Easy Customization):
2553         * files.texi (Old Versions):
2554         * frames.texi (Wheeled Mice):
2555         * mule.texi (Specify Coding):
2556         * text.texi (Cell Justification):
2557         * trouble.texi (After a Crash):
2558         * xresources.texi (GTK styles):
2559         Delete duplicate duplicate words.
2561 2005-07-17  Richard M. Stallman  <rms@gnu.org>
2563         * frames.texi (Creating Frames): Fix foreground color example.
2565         * custom.texi (Init Examples): Clean up text about conditionals.
2567 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2569         * mini.texi (Completion Commands): Fix command name for ?.
2571 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2573         * display.texi (Standard Faces): Explain that customization of
2574         `menu' face has no effect on w32 and with GTK.  Add
2575         cross-references.
2577         * cmdargs.texi (General Variables): Clarify the default location
2578         of $HOME on w32 systems.
2580 2005-07-15  Jason Rumney  <jasonr@gnu.org>
2582         * cmdargs.texi (General Variables): Default HOME on MS Windows has
2583         changed.
2585 2005-07-08  Kenichi Handa  <handa@m17n.org>
2587         * mule.texi (Recognize Coding): Recommend
2588         revert-buffer-with-coding-system instead of revert-buffer.
2590 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2592         * anti.texi (Antinews): Mention mode-line-inverse-video.
2594         * files.texi (Saving): Minor correction about C-x C-w.
2596         * display.texi (Display Custom): Don't mention mode-line-inverse-video.
2598 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2600         * search.texi (Isearch Scroll): Add example of using the
2601         `isearch-scroll' property.
2602         (Slow Isearch): Reference anchor for `baud-rate' instead of entire
2603         `Display Custom' node.
2604         (Regexp Replace): Put text that requires Emacs Lisp knowledge last
2605         and de-emphasize it.
2606         (Other Repeating Search): `occur' currently can not correctly
2607         handle multiline matches.  Correct, clarify and update description
2608         of `flush-lines' and `keep-lines'.
2610         * display.texi (Display Custom): Add anchor for `baud-rate'.
2612 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2614         * gnu.texi: Update where to get GNU status; add refs for how to help.
2615         Add footnotes 6 and 7.
2617 2005-07-04  Lute Kamstra  <lute@gnu.org>
2619         Update FSF's address in GPL notices.
2621         * doclicense.texi (GNU Free Documentation License):
2622         * trouble.texi (Checklist): Update FSF's address.
2624 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2626         * display.texi (Text Display): Change index entries.
2628 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2630         * makefile.w32-in (MAKEINFO): Use --force.
2631         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
2632         Makefile.in.
2634 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2636         * anti.texi (Antinews): Renamed show-nonbreak-escape to
2637         nobreak-char-display.
2639         * emacs.texi (Top): Update detailed node listing.
2641         * display.texi (Text Display): Renamed show-nonbreak-escape
2642         to nobreak-char-display and no-break-space to nobreak-space.
2643         (Standard Faces): Split up the list of standard faces
2644         and put it in a separate node.  Add nobreak-space and
2645         escape-glyph.
2647 2005-06-23  Lute Kamstra  <lute@gnu.org>
2649         * mule.texi (Select Input Method): Fix typo.
2651 2005-06-23  Kenichi Handa  <handa@m17n.org>
2653         * mule.texi (International): List all supported scripts.  Adjust
2654         text for that leim is now included in the normal Emacs
2655         distribution.
2656         (Language Environments): List all language environments.
2657         Intlfonts contains fonts for most supported scripts, not all..
2658         (Select Input Method): Refer to C-u C-x = to see how to type to
2659         input a specifc character.
2660         (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
2662 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2664         * building.texi (Grep Searching): Texinfo usage fix.
2666 2005-06-22  Miles Bader  <miles@gnu.org>
2668         * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
2670 2005-06-20  Miles Bader  <miles@gnu.org>
2672         * display.texi (Faces): Add `vertical-divider'.
2674 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2676         * text.texi (Adaptive Fill): Minor clarification.
2678 2005-06-10  Lute Kamstra  <lute@gnu.org>
2680         * emacs.texi (Top): Correct version number.
2681         * anti.texi (Antinews): Correct version number.  Use EMACSVER to
2682         refer to the current version of Emacs.
2684 2005-06-08  Luc Teirlinck  <teirllm@auburn.edu>
2686         * files.texi (Log Buffer): Document when there can be more than
2687         one file to be committed.
2689 2005-06-08  Juri Linkov  <juri@jurta.org>
2691         * display.texi (Faces): Add `shadow' face.
2693 2005-06-07  Masatake YAMATO  <jet@gyve.org>
2695         * display.texi (Faces): Write about mode-line-highlight.
2697 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2699         * misc.texi (Printing Package): Explain how to initialize
2700         printing package.
2702         * cmdargs.texi (Action Arguments): Clarify directory default for -l.
2704 2005-06-05  Chong Yidong  <cyd@stupidchicken.com>
2706         * emacs.texi: Rename Hardcopy to Printing.
2707         Make PostScript and PostScript Variables subnodes of it.
2709         * misc.texi (Printing): Rename node from Hardcopy.
2710         Mention menu bar options.
2711         Move PostScript and PostScript Variables to submenu.
2712         (Printing package): New node.
2714         * mark.texi (Using Region): Change Hardcopy xref to Printing.
2716         * dired.texi (Operating on Files): Likewise.
2718         * calendar.texi (Displaying the Diary): Likewise.
2720         * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
2722         * glossary.texi (Glossary): Likewise.
2724         * frames.texi (Mode Line Mouse): Mention mode-line-highlight
2725         effect.
2727 2005-06-04  Richard M. Stallman  <rms@gnu.org>
2729         * trouble.texi (After a Crash): Polish previous change.
2731 2005-05-30  Noah Friedman  <friedman@splode.com>
2733         * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
2734         recovery mechanism.
2736 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
2738         * building.texi (Other Buffers): SPC toggles display of
2739         floating point registers.
2741 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
2743         * files.texi (Log Buffer): Merge in description of Log Edit
2744         mode from pcl-cvs.texi.
2746 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2748         * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
2750 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2752         * fixit.texi (Spelling): Delete confusing sentence; flyspell is
2753         not enabled by default.
2754         When not on a word, `ispell-word' by default checks the word
2755         before point.
2757 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2759         * building.texi (Debugger Operation): Simplify last sentence.
2761 2005-05-23  Lute Kamstra  <lute@gnu.org>
2763         * emacs.texi: Update FSF's address throughout.
2764         (Preface): Use @cite.
2765         (Distrib): Add cross reference to the node "Copying".  Mention the
2766         FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of
2767         printed manuals.
2768         (Intro): Use @xref for the Emacs Lisp Intro.
2770 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2772         * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
2774         * basic.texi (Moving Point): Mention default for `goto-line'.
2776         * programs.texi (Lisp Doc): Eldoc mode shows only the first line
2777         of a variable's docstring.
2779 2005-05-18  Lute Kamstra  <lute@gnu.org>
2781         * maintaining.texi (Overview of Emerge): Add cross reference.
2782         Remove duplication.
2784         * emacs.texi (Top): Update to the current structure of the manual.
2785         * misc.texi (Emacs Server): Add menu description.
2786         * files.texi (Saving): Fix menu.
2787         * custom.texi (Customization): Fix menu.
2788         * mule.texi (International): Fix menu.
2789         * kmacro.texi (Keyboard Macros): Fix menu.
2791 2005-05-16  Luc Teirlinck  <teirllm@auburn.edu>
2793         * display.texi: Various minor changes.
2794         (Faces): Delete text that is repeated in the next section.
2796 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2798         * building.texi (Debugger Operation): Mention GUD tooltips are
2799         disabled with GDB in text command mode.
2801 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2803         * building.texi: Replace toolbar with "tool bar" for consistency.
2804         (Compilation Mode): Describe compilation-context-lines
2805         and use of arrow in compilation buffer.
2806         (Debugger Operation): Replace help text with variable's value.
2808         * frames.texi (Tooltips): Replace toolbar with "tool bar" for
2809         consistency.
2811 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2813         * major.texi (Choosing Modes): normal-mode processes the -*- line.
2814         Add xref.
2816 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2818         * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
2819         (Position Info): Delete discussion of `goto-line'.  It is already
2820         described in `Moving point'.
2822         * mini.texi (Completion Commands): Correct reference.
2823         (Completion Options): Fix typo.
2825         * killing.texi (Deletion): Complete description of `C-x C-o'.
2827 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2829         * building.texi (Compilation): Clarify recompile's directory choice.
2831         * frames.texi (Tooltips): Cleanups.
2833         * basic.texi (Arguments): Fix punctuation.
2835 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
2837         * screen.texi (Menu Bar): The up and down (not left and right)
2838         arrow keys move through a keyboard menu.
2840 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2842         * basic.texi: Various typo and grammar fixes.
2843         (Moving Point): C-a now runs move-beginning-of-line.
2845 2005-05-08  Nick Roberts  <nickrob@snap.net.nz>
2847         * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
2849         * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
2850         as different animals.
2852 2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
2854         * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
2855         Correct index entry.
2857 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
2859         * building.texi (Debugger Operation): Update to reflect changes
2860         in GUD tooltips.
2862 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2864         * files.texi (Compressed Files): Auto Compression normally enabled.
2866         * building.texi (Debugger Operation): Clarify previous change.
2868 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
2870         * building.texi (Debugger Operation): Add description for
2871         GUD tooltips when program is not running.
2873 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
2875         * misc.texi (Shell): Add `Shell Prompts' to menu.
2876         (Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
2877         description.  Delete remarks moved to new node.
2878         (Shell Prompts): New node.
2879         (History References): Replace remarks moved to `Shell Prompts'
2880         with xref to that node.
2881         (Remote Host): Clarify how to specify the terminal type when
2882         logging in to a different machine.
2884 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2886         * emacs.texi (Top): Update submenus from files.texi.
2888         * files.texi (Filesets): Clarify previous change.
2890         * dired.texi (Misc Dired Features): Clarify previous change.
2892 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2894         * ack.texi (Acknowledgments): Delete info about iso-acc.el.
2896         * dired.texi (Misc Dired Features): Document
2897         dired-compare-directories.
2899         * files.texi (Filesets): New node.
2900         (File Conveniences): Document Image mode.
2902         * text.texi (TeX Print): Document tex-compile.
2904 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2906         * frames.texi (Tooltips): Tooltip mode is enabled by default.
2907         Delete redundant reference to tooltip Custom group.  It is
2908         referred too again in the next paragraph.
2910 2005-04-24  Richard M. Stallman  <rms@gnu.org>
2912         * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
2914 2005-04-19  Kim F. Storm  <storm@cua.dk>
2916         * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
2918 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
2920         * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
2921         turns off desktop-save-mode.
2923 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
2925         * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
2926         by default in terminals compatible with xterm.  Mention that
2927         xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
2928         node.
2930 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
2932         * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
2934 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2936         * xresources.texi (Table of Resources): Add cursorBlink.
2938 2005-04-11  Luc Teirlinck  <teirllm@auburn.edu>
2940         * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
2941         `d', `C-d' and `u'.
2943 2005-04-11  Richard M. Stallman  <rms@gnu.org>
2945         * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
2946         (Misc X): Add -D, --basic-display.
2948         * maintaining.texi (Change Log): Correct the description of
2949         the example.
2951         * major.texi (Choosing Modes): Document magic-mode-alist.
2953 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
2955         * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
2956         (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
2957         (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
2958         (Rmail Output): Clarify which statements apply to `o', `C-o' and
2959         `w', respectively.
2960         (Rmail Labels): Mention `l'.
2961         (Rmail Attributes): Correct pxref.  Mention `stored' attribute.
2962         (Rmail Summary Edit): Describe `j' and RET.
2964 2005-04-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2966         * xresources.texi (Lucid Resources): Add fontSet resource.
2968 2005-04-09  Luc Teirlinck  <teirllm@auburn.edu>
2970         * display.texi (Useless Whitespace): `indicate-unused-lines' is
2971         now called `indicate-empty-lines'.
2973 2005-04-06  Kim F. Storm  <storm@cua.dk>
2975         * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
2977 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2979         * dired.texi (Dired Visiting): `dired-view-command-alist' has been
2980         deleted.
2981         (Marks vs Flags): Add some convenient key bindings.
2982         (Hiding Subdirectories): Delete redundant and inaccurate sentence.
2983         (Misc Dired Features): Correct and expand description of `w' command.
2985         * frames.texi (XTerm Mouse): Delete apparently false info.
2986         The GNU/Linux console currently does not appear to support
2987         `xterm-mouse-mode'.
2989 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2991         * calendar.texi (Diary): Mention shell utility `calendar'.
2993 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2995         * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
2997 2005-04-01  Lute Kamstra  <lute@gnu.org>
2999         * maintaining.texi (Change Log): add-change-log-entry uses
3000         add-log-mailing-address.
3002 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3004         * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3005         `VC Mode Line' and put in an xref to that node.
3006         (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3007         its description.
3009 2005-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3011         * calendar.texi (Calendar Systems): Say that the Persian calendar
3012         implemented here is the arithmetical one championed by Birashk.
3014 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3016         * programs.texi (Fortran Motion): Fix previous change.
3018 2005-03-29  Richard M. Stallman  <rms@gnu.org>
3020         * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3022 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3024         * text.texi (Refill): Refer to Long Lines Mode.
3025         (Longlines): New node.
3026         (Auto Fill): Don't index "word wrap" here.
3027         (Filling): Add Longlines to menu.
3029 2005-03-29  Richard M. Stallman  <rms@gnu.org>
3031         * xresources.texi: Minor fixes.
3033         * misc.texi (Emacs Server): Fix Texinfo usage.
3035         * emacs.texi (Top): Don't use a real section heading for
3036         "Detailed Node Listing".  Fake it instead.
3038         * basic.texi (Position Info): Minor cleanup.
3040         * mule.texi (Input Methods): Minor cleanup.
3042 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3044         * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3045         constructs as well.
3046         (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3048 2005-03-29  Kenichi Handa  <handa@m17n.org>
3050         * mule.texi (Input Methods): Refer to the command C-u C-x =.
3052         * basic.texi (Position Info): Update the description about the
3053         command C-u C-x =.
3055 2005-03-28  Richard M. Stallman  <rms@gnu.org>
3057         * emacs.texi (Top): Use @section for the detailed node listing.
3059         * calendar.texi: Minor fixes to previous change.
3061         * programs.texi (Fortran): Small fixes to previous changes.
3063         * emacs.texi (Top): Update list of subnodes of Dired.
3064         Likewise for building.texi.
3066         * files.texi (File Conveniences): Delete Auto Image File mode.
3068 2005-03-28  Chong Yidong  <cyd@stupidchicken.com>
3070         * building.texi (Flymake): New node.
3072         * custom.texi (Function Keys): Document kp- event types and
3073         keypad-setup package.
3075         * dired.texi (Wdired): New node.
3077         * files.texi (File Conveniences): Reorder entries.
3078         Explain how to turn on Auto-image-file mode.
3079         Document Thumbs mode.
3081         * mule.texi (Specify Coding): Document recode-region and
3082         recode-file-name.
3084         * programs.texi (Program Modes): Add Conf mode and DNS mode.
3086 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3088         * commands.texi (Keys): M-o is now a prefix key.
3090 2005-03-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
3092         * programs.texi: Reformat and update copyright years.
3093         (Fortran): Update section.
3095 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3097         * files.texi: Several small changes in addition to:
3098         (Visiting): Change xref for Dialog Boxes to ref.
3099         (Version Headers): Replace references to obsolete var
3100         `vc-header-alist' with `vc-BACKEND-header'.
3101         (Customizing VC): Update value of `vc-handled-backends'.
3103 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3105         * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3106         move here from Emacs Lisp Reference Manual.
3107         * calendar.texi (Calendar/Diary, Diary Commands)
3108         (Special Diary Entries, Importing Diary): Change some xrefs to
3109         point to emacs-xtra rather than elisp.
3111         * emacs-xtra.texi (Calendar Customizing):
3112         Move view-diary-entries-initially, view-calendar-holidays-initially,
3113         mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3114         Emacs Manual.
3115         (Appt Customizing): Merge entire section into main Emacs Manual.
3116         * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3117         mark-holidays-in-calendar here from emacs-xtra.
3118         (Displaying the Diary): Move view-diary-entries-initially,
3119         mark-diary-entries-in-calendar here from emacs-xtra.
3120         (Appointments): Move appt-display-mode-line,
3121         appt-display-duration, appt-disp-window-function,
3122         appt-delete-window-function here from emacs-xtra.
3124         * calendar.texi: Update and reformat copyright.
3125         Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3126         (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3127         (Diary): Refer to `diary-file' rather than ~/diary.
3128         (Diary Commands): Rename node to "Displaying the Diary".
3129         * emacs.texi (Top): Rename "Diary Commands" section.
3130         * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3132 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3134         * misc.texi (Emacs Server): Fix the command for setting
3135         server-name.  Add an xref to Invoking emacsclient.
3137         * help.texi (Help Summary): Clarify when "C-h ." will do something
3138         nontrivial.
3139         (Apropos): Add cindex entry for apropos-sort-by-scores.
3141         * display.texi (Text Display): Add index entries for how no-break
3142         characters are displayed.
3144 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3146         * files.texi (Visiting): Fix cross-references introduced with the
3147         last change.
3149         * xresources.texi (GTK resources): Fix last change.
3151 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3153         * xresources.texi (X Resources): GTK options documented too.
3154         (Resources): Clarify meaning of program name.
3155         (Table of Resources): Add visualClass.
3156         (GTK resources): Rewrite.
3157         (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3159         * display.texi (Text Display): Mention non-breaking spaces.
3161         * files.texi (Reverting): Document auto-revert-check-vc-info.
3163         * frames.texi (Mouse Commands): Document
3164         x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3166         * help.texi (Help Summary): Add `C-h .'.
3167         (Apropos): Apropos accepts a list of search terms.
3168         Document apropos-sort-by-scores.
3169         (Help Echo): Document display-local-help.
3171         * misc.texi (Emacs Server): Document server-name.
3172         (Invoking emacsclient): Document -s option for server names.
3174         * text.texi (Outline Visibility): Introduce "current heading
3175         line" (commands can be called with point on a body line).
3176         Re-order table to follow the sequence of discussion.
3177         hide-body won't hide lines before first header line.
3178         (TeX Mode): Add DocTeX mode.
3180 2005-03-24  Richard M. Stallman  <rms@gnu.org>
3182         * mule.texi (Single-Byte Character Support): Delete mention
3183         of iso-acc.el and iso-transl.el.
3185 2005-03-23  Lute Kamstra  <lute@gnu.org>
3187         * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3189 2005-03-23  Richard M. Stallman  <rms@gnu.org>
3191         * search.texi: Delete explicit node pointers.
3192         (Incremental Search): New menu.
3193         (Basic Isearch, Repeat Isearch, Error in Isearch)
3194         (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3195         (Slow Isearch): New subnodes.
3196         (Configuring Scrolling): Node deleted.
3197         (Search Case): Doc default-case-fold-search.
3198         (Regexp Replace): Move replace-regexp doc here.
3200         * rmail.texi (Movemail): Put commas inside closequotes.
3202         * picture.texi (Insert in Picture): Document C-c arrow combos.
3203         (Basic Picture): Clarify erasure.
3205         * display.texi (Font Lock): Put commas inside closequotes.
3207         * cmdargs.texi (General Variables): Put commas inside closequotes.
3209 2005-03-23  Nick Roberts  <nickrob@snap.net.nz>
3211         * building.texi (Stack Buffer): Mention reverse contrast for
3212         *selected* frame (might not be current frame).
3214 2005-03-21  Richard M. Stallman  <rms@gnu.org>
3216         * building.texi (Starting GUD): Add bashdb.
3218 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3220         * basic.texi (Moving Point): Add M-g M-g binding.
3221         (Undo): Document undo-only.
3222         (Position Info): Document M-g M-g and C-u M-g M-g.
3224         * building.texi (Building): Put Grep Searching after Compilation
3225         Shell.
3226         (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3227         Document next-error-highlight.
3228         (Grep Searching): Document grep-highlight-matches.
3229         (Lisp Eval): Typing C-x C-e twice prints integers specially.
3231         * calendar.texi (Importing Diary): Rename node from iCalendar.
3232         Document diary-from-outlook.
3234         * dired.texi (Misc Dired Features): Rename node from Misc Dired
3235         Commands.
3236         Mention effect of X drag and drop on Dired buffers.
3238         * files.texi (Visiting): Document large-file-warning-threshold.
3239         Move paragraph on file-selection dialog.
3240         Mention visiting files using X drag and drop.
3241         (Reverting): Mention using Auto-Revert mode to tail files.
3242         Document auto-revert-tail-mode.
3243         (Version Systems): Minor correction.
3244         (Comparing Files): Diff-mode is no longer based on Compilation
3245         mode.
3246         Document compare-ignore-whitespace.
3247         (Misc File Ops): Explain passing a directory to rename-file.
3248         Likewise for copy-file and make-symbolic-link.
3250         * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3251         Document mouse-wheel-progressive speed.
3253         * help.texi (Misc Help): Document numeric argument for C-h i.
3254         Correctly explain the effect of just C-u as argument.
3256         * killing.texi (Deletion): Document numeric argument for
3257         just-one-space.
3259         * mini.texi (Completion): Completion acts on text before point.
3261         * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3262         (Emulation): CUA mode replaces pc-bindings-mode,
3263         pc-selection-mode, and s-region.
3265         * mule.texi (Input Methods): Leim is now built-in.
3266         (Select Input Method): Document quail-show-key.
3267         (Specify Coding): Document revert-buffer-with-coding-system.
3269         * programs.texi (Fortran Motion): Document f90-next-statement,
3270         f90-previous-statement, f90-next-block, f90-previous-block,
3271         f90-end-of-block, and f90-beginning-of-block.
3273         * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3275         * emacs.texi (Acknowledgments): Updated.
3277         * anti.texi: Total rewrite.
3279 2005-03-19  Chong Yidong  <cyd@stupidchicken.com>
3281         * ack.texi (Acknowledgments): Update.
3283 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3285         * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.  Update
3286         copyright years.
3288 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
3290         * building.texi (Commands of GUD): Move paragraph on setting
3291         breakpoints with mouse to the GDB Graphical Interface node.
3293 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3295         * misc.texi (Single Shell, Shell Options): Fix previous change.
3297         * building.texi (Debugger Operation): Update GUD tooltip enable info.
3299 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3301         * building.texi (Starting GUD): Don't explain text vs graphical
3302         GDB here.  Just mention it and xref.
3303         Delete "just one debugger process".
3304         (Debugger Operation): Move GUD tooltip info here.
3305         (GUD Tooltips): Node deleted.
3306         (GDB Graphical Interface): Explain the two GDB modes here.
3308         * sending.texi (Sending Mail): Minor cleanup.
3309         (Mail Aliases): Explain quoting conventions.
3310         Update key rebinding example.
3311         (Header Editing): C-M-i is like M-TAB.
3312         (Mail Mode Misc): mail-attach-file does not do MIME.
3314         * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3315         that really belongs here.
3316         (Remote Mailboxes): Text moved to Rmail Inbox.
3317         (Rmail Display): Mention Mouse-1.
3318         (Movemail): Clarify two movemail versions.
3319         Clarify rmail-movemail-program.
3321         * misc.texi (Single Shell): Replace uudecode example with gpg example.
3322         Document async shell commands.
3323         (Shell History): Clarify.
3324         (Shell Ring): Mention C-UP an C-DOWN.
3325         (Shell Options): Add comint-prompt-read-only.
3326         (Invoking emacsclient): Set EDITOR to run Emacs.
3327         (Sorting): No need to explain what region is.
3328         (Saving Emacs Sessions): Fix typo.
3329         (Recursive Edit): Fix punctuation.
3330         (Emulation): Don't mention "PC bindings" which are standard.
3331         (Hyperlinking): Explain Mouse-1 convention here.
3332         (Find Func): Node deleted.
3334         * help.texi (Name Help): Xref to Hyperlinking.
3336         * glossary.texi (Glossary):
3337         Rename "Balance Parentheses" to "Balancing...".
3338         Add "Byte Compilation".  Correct "Copyleft".
3339         New xref in "Customization".
3340         Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3341         Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3342         Rename "Registers" to "Register".
3343         Replace "Selecting" with "Selected Frame",
3344         "Selected Window", and "Selecting a Buffer".
3346         * files.texi (Types of Log File): Explain how projects'
3347         methods can vary.
3349         * display.texi (Faces): Delete "Emacs 21".
3351         * custom.texi (Changing a Variable): C-M-i like M-TAB.
3352         * fixit.texi (Spelling): C-M-i like M-TAB.
3353         * mini.texi (Completion Options): C-M-i like M-TAB.
3354         * programs.texi (Symbol Completion): C-M-i like M-TAB.
3355         * text.texi (Text Mode): C-M-i like M-TAB.
3357         * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3359         * calendar.texi (Specified Dates): Mention `g w'.
3360         (Appointments): appt-activate toggles with no arg.
3362 2005-03-05  Juri Linkov  <juri@jurta.org>
3364         * cmdargs.texi (Emacs Invocation): Add cindex
3365         "invocation (command line arguments)"
3366         (Misc X): Add -nbc, --no-blinking-cursor.
3368 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
3370         * calendar.texi (iCalendar): No need to require it now.
3372 2005-03-03  Nick Roberts  <nickrob@snap.net.nz>
3374         * trouble.texi (Contributing): Mention Savannah.  Direct users to
3375         emacs-devel.
3377 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3379         * calendar.texi (Adding to Diary): Mention redrawing of calendar
3380         window.
3382 2005-02-27  Richard M. Stallman  <rms@gnu.org>
3384         * building.texi (Compilation): Update mode line status info.
3386 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
3388         * calendar.texi (General Calendar): Document binding of
3389         scroll-other-window-down.
3390         (Mayan Calendar): Fix earliest date.
3391         (Time Intervals): Document timeclock-change.
3392         Fix timeclock-ask-before-exiting documentation.
3394 2005-02-26  Kim F. Storm  <storm@cua.dk>
3396         * frames.texi (Mouse References):
3397         Add mouse-1-click-in-non-selected-windows.
3399 2005-02-25  Richard M. Stallman  <rms@gnu.org>
3401         * screen.texi (Screen): Explain better about cursors and mode lines;
3402         don't presuppose text terminals.
3403         (Point): Don't assume just one cursor.
3404         Clarify explanation of cursors.
3405         (Echo Area, Menu Bar): Cleanups.
3407         * mini.texi (Minibuffer): Prompts are highlighted.
3408         (Minibuffer Edit): Newline = C-j only on text terminals.
3409         Clarify resize-mini-windows values.
3410         Mention M-PAGEUP and M-PAGEDOWN.
3411         (Completion Commands): Mouse-1 like Mouse-2.
3412         (Minibuffer History): Explain history commands better.
3413         (Repetition): Add xref to Incremental Search.
3415         * mark.texi (Setting Mark): Clarify info about displaying mark.
3416         Clarify explanation of C-@ and C-SPC.
3417         (Transient Mark): Mention Delete Selection mode.
3418         (Marking Objects): Clean up text about extending the region.
3420         * m-x.texi (M-x): One C-g doesn't always go to top level.
3421         No delay before suggest-key-bindings output.
3423         * fixit.texi (Fixit): Mention C-/ for undo.
3424         (Spelling): Mention ESC TAB like M-TAB.
3425         Replacement words with r and R are rechecked.
3426         Say where C-g leaves point.  Mention ? as input.
3428 2005-02-23  Lute Kamstra  <lute@gnu.org>
3430         * cmdargs.texi (Initial Options): Add cross reference.
3432 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3434         * emacs.texi (Top): Update menu for splitting of node in
3435         msdog.texi.
3436         * frames.texi (Frames): Update xref for splitting of node in
3437         msdog.texi.
3438         * trouble.texi (Quitting): Ditto.
3440 2005-02-16  Richard M. Stallman  <rms@gnu.org>
3442         * windows.texi (Split Window): Simplify line truncation info
3443         and xref to Display Custom.
3445         * trouble.texi (Quitting): Emergency escape only for text terminal.
3446         (Screen Garbled): C-l for ungarbling is only for text terminal.
3448         * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3450         * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3452         * programs.texi (Program Modes): Mention Python mode.
3453         (Moving by Defuns): Repeating C-M-h extends region.
3454         (Basic Indent): Clarify.
3455         (Custom C Indent): Clarify.
3456         (Expressions): Repeating C-M-@ extends region.
3457         (Info Lookup): Clarify for C-h S.
3458         (Symbol Completion): ESC TAB alternative for M-TAB.
3459         (Electric C): Clarify.
3461         * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3463         * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3464         MS-DOS Input node.
3465         (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3466         (MS-DOS and MULE): Clarify.
3467         (MS-DOS Processes, Windows Processes): Fix typos.
3469         * major.texi (Choosing Modes): Clarify.
3471         * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3472         (Keyboard Macro Step-Edit): Clarify.
3474         * indent.texi (Indentation): Clarifications.
3476         * help.texi (Help): Correct error about C-h in query-replace.
3477         Clarify apropos vs C-h a.  Fix how to search in FAQ.
3478         (Key Help): Describe C-h w here.
3479         (Name Help): Minor cleanup.  C-h w moved to Key Help.
3480         Clarify the "object" joke.
3481         (Apropos): Clarify.  Mouse-1 like Mouse-2.
3482         (Help Mode): Mouse-1 like Mouse-2.
3484         * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3486         * display.texi (Display): Reorder menu.
3487         (Faces): Cleanup.
3488         (Font Lock): Cleanup.  Mention Options menu.
3489         Delete obsolete text.
3490         (Scrolling): For C-l, don't presume text terminal.
3491         (Horizontal Scrolling): Simplify intro.
3492         (Follow Mode): Clarify.
3493         (Cursor Display): Moved before Display Custom.
3494         (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3495         Doc default-tab-width.  Doc line truncation more thoroughly.
3497         * dired.texi (Dired Enter): C-x C-f can run Dired.
3498         (Dired Visiting): Comment out `a' command.
3499         Mouse-1 is like Mouse-2.
3500         (Shell Commands in Dired): ? can be used more than once.
3502         * basic.texi (Continuation Lines): Simplify description of truncation,
3503         and refer to Display Custom for the rest of it.
3505 2005-02-06  Lute Kamstra  <lute@gnu.org>
3507         * basic.texi (Undo): Fix typo.
3509         * cmdargs.texi (Emacs Invocation): Fix typo.
3511         * custom.texi (Init Examples): Fix typo.
3513         * abbrevs.texi (Expanding Abbrevs): Fix typo.
3515 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3517         * regs.texi (Registers): Registers can hold numbers, too.
3519         * killing.texi (Other Kill Commands): Cleanup.
3520         Delete redundant explanation of kill in read-only buffer.
3521         (Yanking): Mention term "copying".
3522         (Accumulating Text): Fix typo.
3524         * entering.texi (Entering Emacs): Update rationale at start.
3525         (Exiting): Treat iconifying on a par with suspension.
3527         * custom.texi (Minor Modes): Fix typo.
3528         (Easy Customization): Fix menu style.
3529         (Variables): Add xref.
3530         (Examining): Setting for future sessions works through .emacs.
3531         (Keymaps): "Text terminals", not "Many".
3532         (Init Rebinding): Explain \C-.  Show example of \M-.
3533         Fix minor wording errors.
3534         (Function Keys): Explain vector syntax just once.
3535         (Named ASCII Chars): Clarify history of TAB/C-i connection.
3536         (Init File): Mention .emacs.d directory.
3537         (Init Examples): Add xref.
3538         (Find Init): Mention .emacs.d directory.
3540         * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
3541         (Action Arguments): Explain which kinds of -l args are found how.
3542         (Initial Options): --batch does not inhibit site-start.
3543         Add xrefs.
3544         (Command Example): Use --batch, not -batch.
3546         * basic.texi (Inserting Text): Cleanup wording.
3547         (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
3548         C-n is not error at end of buffer.
3549         (Undo): Doc C-/ like C-_.  Add xrefs.
3550         (Arguments): META key may be labeled ALT.
3551         Peculiar arg meanings are explained in doc strings.
3553         * abbrevs.texi (Expanding Abbrevs): Clarify.
3555 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3557         * frames.texi (Frame Parameters): Add an xref to the description
3558         of list-colors-display.  Add a pointer to the X docs about colors.
3560         * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
3561         Impove docs of list-colors-display.
3563 2005-02-03  Lute Kamstra  <lute@gnu.org>
3565         * frames.texi (Frames, Drag and Drop): Fix typos.
3567 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3569         * windows.texi (Basic Window): Mention color-change in mode line.
3570         (Change Window): Explain dragging vertical boundaries.
3572         * text.texi (Sentences): Clarify.
3573         (Paragraphs): Explain M-a and blank lines.
3574         (Outline Mode): Clarify text and menu.
3575         (Hard and Soft Newlines): Mention use-hard-newlines.
3577         * frames.texi (Frames): Delete unnecessary mention of Windows.
3578         (Mouse Commands): Likewise.  Mention xterm mouse support.
3579         (Clipboard): Clarify.
3580         (Mouse References): Mention use of Mouse-1 for following links.
3581         (Menu Mouse Clicks): Clarify.
3582         (Mode Line Mouse): Clarify.
3583         (Drag and Drop): Rewrite.
3585         * fixit.texi (Spelling): Fix typo.
3587         * files.texi (File Names): Clarify.
3588         (Visiting): Update conditions for use of file dialog.  Clarify.
3589         (Saving): Doc d as answer in save-some-buffers.
3590         (Remote Files): Clean up the text.
3592         * dired.texi (Misc Dired Commands): Delete dired-marked-files.
3594         * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
3595         (List Buffers): Clarify.
3596         (Several Buffers): Doc T command.
3597         (Buffer Convenience): Clarify menu.
3599         * basic.texi (Undo): Clarify last change.
3601 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3603         * fixit.texi (Spelling): Fix typo.
3605 2005-02-01  Luc Teirlinck  <teirllm@auburn.edu>
3607         * basic.texi (Undo): Update description of `undo-outer-limit'.
3609 2005-02-01  Nick Roberts  <nickrob@snap.net.nz>
3611         * building.texi: Update documentation relating to GDB Graphical
3612         Interface.
3614 2005-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3616         * custom.texi (Easy Customization): Adapt menu to node name change.
3618 2005-01-30  Richard M. Stallman  <rms@gnu.org>
3620         * custom.texi (Easy Customization): Defn of "User Option" now
3621         includes faces.  Don't say just "option" when talking about variables.
3622         Do say just "options" to mean "anything customizable".
3623         (Specific Customization): Describe `customize-variable',
3624         not `customize-option'.
3626         * glossary.texi (Glossary) <Faces>: Add xref.
3627         <User Option>: Change definition--include faces.  Change xref.
3629         * picture.texi (Picture): Mention artist.el.
3631         * sending.texi, screen.texi, programs.texi, misc.texi:
3632         * mini.texi, major.texi, maintaining.texi, macos.texi:
3633         * help.texi, frames.texi, files.texi:
3634         Don't say just "option" when talking about variables.
3636         * display.texi, mule.texi: Don't say just "option" when talking
3637         about variables.  Other minor cleanups.
3639 2005-01-26  Lute Kamstra  <lute@gnu.org>
3641         * cmdargs.texi (Initial Options): Add a cross reference to `Init
3642         File'.  Mention the `-Q' option at the `--no-site-file' option.
3644 2005-01-22  David Kastrup  <dak@gnu.org>
3646         * building.texi (Grep Searching): Mention alias `find-grep' for
3647         `grep-find'.
3649 2005-01-20  Richard M. Stallman  <rms@gnu.org>
3651         * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
3653 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
3655         * rmail.texi (Movemail): Explain differences
3656         between standard and mailutils versions of movemail.
3657         Describe command line and configuration options introduced
3658         with the latter.
3659         Explain the notion of mailbox URL, provide examples and
3660         cross-references to mailutils documentation.
3661         Describe various methods of specifying mailbox names,
3662         user names and user passwords for rmail.
3663         (Remote Mailboxes): New section.  Describe
3664         how movemail handles remote mailboxes.  Describe configuration
3665         options used to control its behavior.
3666         (Other Mailbox Formats): Explain handling of various mailbox
3667         formats.
3669 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3671         * commands.texi (Commands): Clarification.
3673 2005-01-11  Richard M. Stallman  <rms@gnu.org>
3675         * programs.texi (Multi-line Indent): Fix previous change.
3676         (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
3678 2005-01-08  Richard M. Stallman  <rms@gnu.org>
3680         * display.texi (Faces): isearch-lazy-highlight-face renamed to
3681         lazy-highlight.
3683         * search.texi (Query Replace): Mention faces query-replace
3684         and lazy-highlight.
3685         (Incremental Search): Update isearch highlighting info.
3687 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3689         * custom.texi (Saving Customizations): Minor improvement.
3691 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3693         * custom.texi (Saving Customizations): Emacs no longer loads
3694         `custom-file' after .emacs.  No longer mention customizing through
3695         Custom.
3697 2005-01-01  Andreas Schwab  <schwab@suse.de>
3699         * killing.texi (Graphical Kill): Move up under node Killing,
3700         change @section to @subsection.
3702 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3704         * custom.texi (Face Customization): Mention hex color specs.
3706         * emacs.texi (Top): Update Killing submenu.
3708         * killing.texi (Killing): Reorganize section.
3709         No more TeX-only text; put the node command at start of chapter.
3710         But the first section heading is used only in TeX.
3711         Rewrite the text to read better in this mode.
3712         (Graphical Kill): New subnode gets some of the text that
3713         used to be in the first section.
3715 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3717         * dired.texi (Shell Commands in Dired): Delete the ? example.
3719         * display.texi (Scrolling): Correct scroll-preserve-screen-position.
3721         * files.texi (Saving): Describe new require-final-newline features
3722         and mode-require-final-newline.
3724 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3726         * custom.texi (File Variables): Clarify previous change.
3728 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3730         * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
3731         out now.
3733 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3735         * Makefile.in (MAKEINFO): Specify --force.
3737         * basic.texi (Moving Point): C-e now runs move-end-of-line.
3738         (Undo): Doc undo-outer-limit.
3740 2004-12-15  Juri Linkov  <juri@jurta.org>
3742         * mark.texi (Transient Mark, Mark Ring): M-< and other
3743         movement commands don't set mark in Transient Mark mode
3744         if mark is active.
3746 2004-12-12  Juri Linkov  <juri@jurta.org>
3748         * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
3749         C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
3751         * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
3752         (Misc Dired Commands): Add @r{(Dired)} to w.
3754 2004-12-12  Juri Linkov  <juri@jurta.org>
3756         * mark.texi (Marking Objects): Marking commands also extend the
3757         region when mark is active in Transient Mark mode.
3759 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3761         * custom.texi (Saving Customizations): Emacs only loads the custom
3762         file automatically after the init file in version 22.1 or later.
3763         Adapt text and examples to this fact.
3765 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
3767         * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
3768         be set through Custom.  Otherwise, it has no effect.
3770 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3772         * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
3773         * entering.texi: Rename Command Line to Emacs Invocation.
3775         * misc.texi (Term Mode): Correcty describe C-c.
3777         * custom.texi (Easy Customization): Move up to section level,
3778         before Variables.  Avoid using the term "variable"; say "option".
3779         New initial explanation.
3780         (Variables): In initial explanation, connect "variable" to the
3781         already-explained "user option".
3783         * emacs.texi (Top): Fix ref to Command Line.
3784         Move reference to Easy Customization.
3786         * xresources.texi (X Resources): Fix From link.
3788         * doclicense.texi (GNU Free Documentation License): Fix To link.
3790         * entering.texi (Entering Emacs): Fix xref, now to Command Line.
3792         * cmdargs.texi (Command Line): Node renamed from Command Arguments.
3794 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3796         * cmdargs.texi (Initial Options): Clarify batch mode i/o.
3798 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3800         * kmacro.texi: Several small changes in addition to the following.
3801         (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
3802         defining a keyboard macro.
3803         Mention `kmacro-ring-max'.
3804         (Keyboard Macro Counter): Clarify description of
3805         `kmacro-insert-counter', `kmacro-set-counter',
3806         `kmacro-add-counter' and `kmacro-set-format'.
3808 2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3810         * custom.texi (File Variables): Add `unibyte' and make it more
3811         clear that `unibyte' and `coding' are special.  Suggested by Simon
3812         Krahnke <overlord@gmx.li>.
3814         * mule.texi (Enabling Multibyte): Refer to File Variables.
3815         Suggested by Simon Krahnke <overlord@gmx.li>.
3817 2004-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3819         * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
3820         x-use-old-gtk-file-dialog.
3822 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3824         * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
3826 2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
3828         * building.texi (Lisp Eval): Delete hyphen in section name.
3830 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3832         * files.texi (Old Versions):
3833         No longer document annotation as "CVS only".
3835 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
3837         * files.texi (Version Control): Rewrite the introduction about
3838         version systems, mentioning the new ones that we support.  Thanks
3839         to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
3840         suggestions.
3842 2004-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3844         * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
3846 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3848         * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
3850 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
3852         * text.texi (Text Based Tables, Table Definition)
3853         (Table Creation, Table Recognition, Cell Commands)
3854         (Cell Justification, Row Commands, Column Commands)
3855         (Fixed Width Mode, Table Conversion, Measuring Tables)
3856         (Table Misc): New nodes, documenting the Table Mode.
3858 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3860         * makefile.w32-in (info): Change order of arguments to makeinfo.
3862 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3864         * calendar.texi (iCalendar): Update for package changes.
3866 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3868         * files.texi (Misc File Ops): View mode is a minor mode.
3870 2004-10-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
3872         * calendar.texi (iCalendar): Style changes.
3874 2004-10-07  Luc Teirlinck  <teirllm@auburn.edu>
3876         * search.texi (Regexps): The regexp described in the example is no
3877         longer stored in the variable `sentence-end'.
3879 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
3881         * building.texi (Starting GUD): Note that multiple debugging
3882         sessions requires `gdb --fullname'.
3884 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
3886         * calendar.texi (iCalendar): New section for a new package.
3888 2004-10-05  Luc Teirlinck  <teirllm@auburn.edu>
3890         * text.texi: Various small changes in addition to the following.
3891         (Text): Replace xref for autotype with inforef.
3892         (Sentences): Explain nil value for `sentence-end'.
3893         (Paragraphs): Update default values for `paragraph-start' and
3894         `paragraph-separate'.
3895         (Text Mode): Correct description of Text mode's effect on the
3896         syntax table.
3897         (Outline Visibility): `hide-other' does not hide top level headings.
3898         `selective-display-ellipses' no longer has an effect on Outline mode.
3899         (TeX Misc): Add missing @cindex.
3900         Replace xref for RefTeX with inforef.
3901         (Requesting Formatted Text): The variable
3902         `enriched-fill-after-visiting' no longer exists.
3903         (Editing Format Info): Update names of menu items and commands.
3904         (Format Faces): Mention special effect of specifying the default face.
3905         Describe inheritance of text properties.
3906         Correct description of `fixed' face.
3907         (Format Indentation): Correct description of effect of setting
3908         margins.  Mention `set-left-margin' and `set-right-margin'.
3909         (Format Justification): Update names of menu items.
3910         `set-justification-full' is now bound to `M-j b'.
3911         Mention that `default-justification' is a per buffer variable.
3912         (Format Properties): Update name of menu item.
3913         (Forcing Enriched Mode): `format-decode-buffer' automatically
3914         turns on Enriched mode if the buffer is in text/enriched format.
3916 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
3918         * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
3920 2004-09-28  Kim F. Storm  <storm@cua.dk>
3922         * display.texi (Display Custom) <indicate-buffer-boundaries>:
3923         Align with new functionality.
3925 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3927         * display.texi (Display Custom): Remove stray `@end defvar'.
3929 2004-09-23  Kim F. Storm  <storm@cua.dk>
3931         * display.texi (Display Custom): Add `overflow-newline-into-fringe',
3932         `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
3934 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3936         * custom.texi (Hooks): Explain using setq to clear out a hook.
3937         (File Variables): Explain multiline string constants.
3938         (Non-ASCII Rebinding): Explain when you need to update
3939         non-ASCII char codes in .emacs.
3941         * building.texi (Compilation): Explain how to make a silent
3942         subprocess that won't be terminated.  Explain compilation-environment.
3944 2004-09-13  Kim F. Storm  <storm@cua.dk>
3946         * mini.texi (Repetition): Rename isearch-resume-enabled to
3947         isearch-resume-in-command-history and change default to disabled.
3949 2004-09-09  Kim F. Storm  <storm@cua.dk>
3951         * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
3952         with new `kmacro-name-last-macro'.
3954 2004-09-08  Juri Linkov  <juri@jurta.org>
3956         * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
3958 2004-09-03  Juri Linkov  <juri@jurta.org>
3960         * search.texi (Incremental Search): Update wording for M-%.
3962 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
3964         * killing.texi (Killing): Correct description of kill commands in
3965         read-only buffer.
3967 2004-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3969         * building.texi (Compilation Mode): Add a paragraph about rules
3970         for finding the compilation buffer for `next-error'.
3972         * search.texi (Other Repeating Search): Mention that Occur mode
3973         supports the next-error functionality.
3975 2004-09-02  Juri Linkov  <juri@jurta.org>
3977         * search.texi (Regexp Replace): Add missing backslash to \footnote.
3979 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
3981         * kmacro.texi (Basic Keyboard Macro):
3982         `apply-macro-to-region-lines' now operates on all lines that begin
3983         in the region, rather than on all complete lines in the region.
3985 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3987         * frames.texi (Drag and drop): Add documentation about
3988         x-dnd-test-function and x-dnd-known-types.
3990 2004-08-30  Luc Teirlinck  <teirllm@auburn.edu>
3992         * indent.texi: Various minor changes in addition to:
3993         (Indentation Commands): Correct description of `indent-relative'.
3994         (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
3995         mode.  The *Tab Stops* buffer uses Overwrite Mode.
3996         (Just Spaces): `tabify' converts sequences of at least two spaces
3997         to tabs.
3999 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
4001         * frames.texi (Secondary Selection): Setting the secondary
4002         selection with M-Drag-Mouse-1 does not alter the kill ring,
4003         setting it with M-Mouse-1 and M-Mouse-3 does.
4004         (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4005         toolkit scroll bars.
4006         (Scroll Bars): Ditto.
4008         * windows.texi (Basic Window): When using a window system, the value
4009         of point in a non-selected window is indicated by a hollow box.
4010         (Split Window): Side by side windows are separated by a scroll bar,
4011         if scroll bars are used.
4012         C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4013         (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4014         (Window Convenience): Update bindings for `winner-undo' and
4015         `winner-redo'.
4017         * ack.texi (Acknowledgments): Use `@unnumbered'.
4018         * misc.texi : Adapt sectioning in Info to the node structure.
4019         (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4020         of "Using Emacs as a Server".
4021         * building.texi (Building): Interchange nodes (for correct numbering).
4022         * programs.texi (Programs): Interchange nodes (for correct numbering).
4023         * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4024         Info to the node structure.
4025         * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4026         Rearrange order of nodes and sections such that both "GNU GENERAL
4027         PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4028         end, as appropriate for appendices.
4029         (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4030         Use `@unnumberedsec'.
4031         * trouble.texi: Adapt sectioning in Info to the node structure.
4032         Adapt node pointers to change in emacs.texi.
4033         * cmdargs.texi, doclicense.texi: Adapt node pointers.
4035 2004-08-25  Kenichi Handa  <handa@m17n.org>
4037         * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4038         description for unibyte mode.
4040 2004-08-23  Luc Teirlinck  <teirllm@auburn.edu>
4042         * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4044         * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4045         (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4046         (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4047         in @pxref.
4049 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
4051         * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4052         Change section names.
4054 2004-08-21  Luc Teirlinck  <teirllm@auburn.edu>
4056         * kmacro.texi (Keyboard Macro Ring): Rename section.
4057         Emacs treats the head of the macro ring as the `last keyboard macro'.
4058         (Keyboard Macro Counter): Minor change.
4059         (Save Keyboard Macro): Some clarifications.
4060         (Edit Keyboard Macro): Rename section.
4062         * buffers.texi (Buffers): Maximum buffer size is now 256M on
4063         32-bit machines.
4064         (Several Buffers): Clarify which buffer is selected if `2' is
4065         pressed in the Buffer Menu.
4066         Auto Revert mode can be used to update the Buffer Menu
4067         automatically.
4069 2004-08-21  Eli Zaretskii  <eliz@gnu.org>
4071         * help.texi (Misc Help): Add an index entry for finding an Info
4072         manual by its file name.
4074 2004-08-20  Luc Teirlinck  <teirllm@auburn.edu>
4076         * files.texi (Backup Deletion): Correct description of
4077         `delete-old-versions'.
4078         (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4079         (Auto Save Files): Recommend `auto-save-mode' to reenable
4080         auto-saving, rather than the abbreviation `auto-save'.
4082 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
4084         * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4085         for "killing" and "yanking" in main menu.
4087 2004-08-16  Richard M. Stallman  <rms@gnu.org>
4089         * killing.texi (Yanking, Killing): Minor cleanups.
4091         * mark.texi (Momentary Mark): Minor cleanups.
4093 2004-08-15  Kenichi Handa  <handa@etl.go.jp>
4095         * custom.texi (Non-ASCII Rebinding):
4096         C-q always inserts the right code to pass to global-set-key.
4098 2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
4100         * regs.texi (RegNumbers): Mention `C-x r i' binding for
4101         `insert-register', instead of `C-x r g' binding, for consistency.
4103 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
4105         * fixit.texi (Spelling): Fix typo.
4107 2004-08-11  Luc Teirlinck  <teirllm@auburn.edu>
4109         * help.texi (Help): Fix Texinfo usage.
4111 2004-07-24  Richard M. Stallman  <rms@gnu.org>
4113         * text.texi (Paragraphs): Update how paragraphs are separated
4114         and the default for paragraph-separate.
4116         * search.texi (Regexp Replace): Further update text for new
4117         replacement operators.
4119 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
4121         * emacs-xtra.texi (Subdir switches): Dired does not remember the
4122         `R' switch.
4124         * dired.texi (Dired Updating): `k' only deletes inserted
4125         subdirectories from the Dired buffer if a prefix argument was given.
4127         * search.texi (Regexps): Delete redundant definition of `symbol' in
4128         description of `\_>'.  It already occurs in the description of `\_<'.
4130 2004-07-01  Juri Linkov  <juri@jurta.org>
4132         * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4133         (Regexp Search): Add M-r.
4135 2004-06-30  Luc Teirlinck  <teirllm@auburn.edu>
4137         * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4139 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
4141         * search.texi, calendar.texi: Markup fixes.
4143 2004-06-25  Richard M. Stallman  <rms@gnu.org>
4145         * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4147 2004-06-25  David Kastrup  <dak@gnu.org>
4149         * search.texi (Regexp Replace): Some typo corrections and
4150         rearrangement.
4152 2004-06-24  David Kastrup  <dak@gnu.org>
4154         * search.texi (Unconditional Replace): Use replace-string instead
4155         of query-replace in example.
4156         (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4157         sequences.
4158         (Query Replace): Correct explanation of `^' which does not use
4159         the mark stack.
4161 2004-06-21  Nick Roberts  <nickrob@gnu.org>
4163         * misc.texi (Shell History Copying): Document comint-insert-input.
4164         (Shell Ring): Describe comint-dynamic-list-input-ring here.
4166 2004-06-20  Jesper Harder  <harder@ifa.au.dk>
4168         * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4169         * custom.texi (Customization): Do.
4170         * anti.texi (Antinews): Do.
4171         * abbrevs.texi (Defining Abbrevs): Do.
4173         * programs.texi (Info Lookup): Fix keybinding for
4174         info-lookup-symbol.
4176 2004-06-16  Juanma Barranquero  <lektu@terra.es>
4178         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4179         Add emacs-xtra.
4180         ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4181         (clean): Add emacs-xtra and flymake.  Remove redundancies.
4183 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4185         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4186         Add emacs-xtra.
4187         * emacs-xtra.texi: New file.
4189 2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4191         * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4192         (Dired and Find): Mention differences with ordinary Dired buffers.
4194 2004-06-13  Richard M. Stallman  <rms@gnu.org>
4196         * custom.texi (Init Syntax): Explain about vars that do special
4197         things when set with setq or with Custom.
4198         (Init Examples): Add line-number-mode example.
4200 2004-06-12  Juri Linkov  <juri@jurta.org>
4202         * dired.texi (Operating on Files): Add dired-do-touch.
4204 2004-06-10  Juri Linkov  <juri@jurta.org>
4206         * building.texi (Lisp Eval): Add C-M-x on defface.
4208 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
4210         * files.texi (Reverting): Auto-Revert mode and
4211         Global Auto-Revert mode no longer revert remote files.
4213 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4215         * custom.texi (Init File): Two dashes start --no-site-file.
4217 2004-05-29  Alan Mackenzie  <acm@muc.de>
4219         * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4220         ("AWK"): Is consistently thus spelt throughout.
4221         (AWK, Pike): Document as "C-like modes".
4222         (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4223         (M-x man): Supersedes M-x manual-entry.
4224         Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
4226         ("Comments in C"): Delete node; the info is in CC Mode manual.
4227         (c-comment-only-line-offset): Remove description.
4229         (C-c ., C-c C-c): Describe new C Mode bindings.
4231         (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4232         (@dfn{Style}, c-default-style, comment-column, comment-padding)
4233         (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4234         Amend definitions.
4236         (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4237         Describe functions.
4239         (c-comment-start-regexp, c-hanging-comment-ender-p)
4240         (c-hanging-comment-starter-p): Remove obsolete definitions.
4242         * emacs.texi: Remove the menu entry "Comments in C".
4244 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
4246         * dired.texi (Dired and Find): `find-ls-option' does not apply to
4247         `M-x locate'.
4249 2004-05-16  Karl Berry  <karl@gnu.org>
4251         * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4252         makeinfo --html fails.
4253         * help.texi (Help Summary) [@ifnottex]: Likewise.
4255 2004-05-13  Nick Roberts  <nickrob@gnu.org>
4257         * building.texi (GDB Graphical Interface): Update and describe
4258         layout first.
4260 2004-05-04  Jason Rumney  <jasonr@gnu.org>
4262         * makefile.w32-in: Revert last change.
4264 2004-05-03  Jason Rumney  <jasonr@gnu.org>
4266         * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4268 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4270         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4272 2004-04-18  Juri Linkov  <juri@jurta.org>
4274         * fixit.texi (Spelling): Remove file extension from ispell xref.
4276 2004-04-15  Kim F. Storm  <storm@cua.dk>
4278         * cmdargs.texi (Initial Options): Add -Q.
4280 2004-04-05  Kim F. Storm  <storm@cua.dk>
4282         * custom.texi (File Variables): Add safe-local-eval-forms.
4284 2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
4286         * files.texi (Reverting): Correct description of revert-buffer's
4287         handling of point.
4289 2004-03-22  Juri Linkov  <juri@jurta.org>
4291         * emacs.texi (Top): Add `Misc X'.
4293         * trouble.texi: Fix help key bindings.
4295         * glossary.texi: Improve references.
4297         * help.texi: Sync keywords with finder.el.
4299         * mini.texi (Completion): Add description for menu items.
4301         * misc.texi (Browse-URL, FFAP): Add information about keywords.
4303         * sending.texi (Mail Methods): Fix xref to Message manual.
4305 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4307         * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4309 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4311         * search.texi (Regexps): Explain that ^ and $ have their
4312         special meanings only in certain contexts.
4314         * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4316         * mule.texi (Specify Coding): Doc C-x RET F.
4318         * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4319         for multiple compile and grep buffers.
4320         (Indirect Buffers): Don't recommand clone-indirect-buffer
4321         for multiple compile and grep buffers.
4323 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4325         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4326         Use $(DEL) instead of rm, and ignore exit code.
4328 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4330         * building.texi (Watch Expressions): Update.
4332 2004-02-21  Juri Linkov  <juri@jurta.org>
4334         * cmdargs.texi (Action Arguments): Add alias --find-file.  Add
4335         --directory, --help, --version.  Move text about command-line-args
4336         to Command Arguments.
4337         (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
4338         Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
4339         (Window Size X): Join -g and --geometry.  Add @cindex.
4340         (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
4341         (Title X): Remove alias -title.
4342         (Misc X): New node.
4344 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4346         * frames.texi (Drag and drop): Add Motif to list of supported
4347         protocols.
4349 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4351         * frames.texi (Drag and drop): New section.
4353 2004-01-24  Richard M. Stallman  <rms@gnu.org>
4355         * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4356         Include it only @ifnotinfo.  Patch the preceding and following
4357         node headers to point to each other.
4359 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4361         * calendar.texi (Appointments): Update section.
4363 2003-12-29  Kevin Ryde  <user42@zip.com.au>
4365         * programs.texi (C Modes): Fix the xref.
4367 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4369         * building.texi (Watch Expressions): Update.
4370         (Commands of GUD): Include use of toolbar + breakpoints set from
4371         fringe/margin.
4373 2003-12-03  Andre Spiegel  <spiegel@gnu.org>
4375         * files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
4376         <acm@muc.de>.
4378 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4380         * frames.texi (Dialog Boxes): Add use-file-dialog.
4382 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4384         * ack.texi: Note that Alan Mackenzie contributed the AWK support
4385         in CC Mode.
4387 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4389         * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4390         * man/commands.texi, man/custom.texi, man/display.texi:
4391         * man/emacs.texi, man/files.texi:
4392         * man/frames.texi, man/glossary.texi, man/killing.texi:
4393         * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4394         * man/mule.texi, man/rmail.texi, man/search.texi:
4395         * man/sending.texi, man/text.texi, man/trouble.texi:
4396         Replace @sc{ascii} and ASCII with @acronym{ASCII}.
4398 2003-11-01  Alan Mackenzie  <acm@muc.de>
4400         * search.texi (Scrolling During Incremental Search): Document a
4401         new scrolling facility in isearch mode.
4403 2003-10-22  Miles Bader  <miles@gnu.org>
4405         * Makefile.in (info): Move before $(top_srcdir)/info.
4407 2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
4409         * building.texi (Watch Expressions): Update section on data display
4410         to reflect code changes (GDB Graphical Interface).
4412 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4414         * xresources.texi (GTK resources): Clean up previous change.
4416 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4418         * xresources.texi (GTK resources): Add a note that some themes
4419         disallow customizations.  Add scroll theme example.
4421 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4423         * cmdargs.texi (General Variables): Remove MAILRC envvar.
4425         * misc.texi (Saving Emacs Sessions): Shorten the section,
4426         collapsing back into one node.
4428 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
4430         * misc.texi: Section "Saving Emacs Sessions" rewritten.
4432 2003-09-29  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
4434         * xresources.texi (GTK names in Emacs): Correct typo.
4436 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
4438         * cmdargs.texi (Font X): Mention new default font.  More
4439         fully describe long font names, wildcard patterns and the
4440         problems involved.  (Result of discussion on emacs-devel.)
4442 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
4444         * emacs.texi (Acknowledgements): Correct typo.
4446 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4448         * dired.texi (Misc Dired Commands): New node.
4449         (Dired Navigation): Add dired-goto-file.
4451         * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4453         * emacs.texi (Acknowledgements): New node, split from Distribution.
4455         * cmdargs.texi (Action Arguments): -f reads interactive args.
4457 2003-09-08  Lute Kamstra  <lute@gnu.org>
4459         * screen.texi (Mode Line): Say that POS comes before LINE.
4460         Mention `size-indication-mode'.
4461         * display.texi (Optional Mode Line): Document
4462         `size-indication-mode'.
4463         * basic.texi (Position Info): Mention `size-indication-mode'.
4465 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
4467         * xresources.texi (Resources): Refer to `editres' man page.
4468         (Lucid Resources): Update defaults.  Expand description of
4469         `shadowThickness'.
4471 2003-09-04  Miles Bader  <miles@gnu.org>
4473         * Makefile.in (top_srcdir): New variable.
4474         ($(top_srcdir)/info): New rule.
4475         (info): Depend on it.
4477 2003-09-03  Peter Runestig  <peter@runestig.com>
4479         * makefile.w32-in: New file.
4481 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4483         * misc.texi (Saving Emacs Sessions): Correct previous change.
4485 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
4487         * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4488         (Intro): Include kmacro.texi after fixit.texi instead of after
4489         custom.texi.  (As suggested by Kim Storm.)
4491 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
4493         * fixit.texi (Fixit): Update `Next' pointer.
4494         * files.texi (Files): Update `Previous' pointer.
4495         * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4496         * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4497         (Suggested by Kim Storm.)
4498         * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim Storm.)
4500 2003-08-18  Kim F. Storm  <storm@cua.dk>
4502         * kmacro.texi: New file describing enhanced keyboard macro
4503         functionality.  Replaces old description in custom.texi.
4505         * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4506         (Keyboard Macros): Move to new kmacro.texi file.
4508         * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4510 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4512         * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
4514 2003-08-17  Alex Schroeder  <alex@gnu.org>
4516         * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
4517         required.
4519 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4521         * programs.texi (Lisp Indent): Don't describe
4522         lisp-indent-function property here.  Use xref to Lisp Manual.
4524 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4526         * calendar.texi (Date Formats): Document changed behaviour of
4527         abbreviations.
4529 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
4531         * buffers.texi (List Buffers): Fix previous change.
4533 2003-07-13  Markus Rost  <rost@math.ohio-state.edu>
4535         * buffers.texi (List Buffers): Adjust to new format of *Buffer
4536         List*.
4538 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
4540         * display.texi (Font Lock): Fix typo.
4542 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4544         * display.texi (Font Lock): Add xref for format info on
4545         font-lock-remove-keywords.
4547         * building.texi (Compilation): Document what happens with asynch
4548         children of compiler process.
4550         * help.texi (Library Keywords): Use @multitable.
4552 2003-06-04  Richard M. Stallman  <rms@gnu.org>
4554         * programs.texi (Expressions): Delete C-M-DEL.
4556         * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
4557         comint-move-point-for-output renamed from
4558         comint-scroll-to-bottom-on-output.
4560         * custom.texi (Init Rebinding): Replace previous change with xref.
4561         (Non-ASCII Rebinding): Explain that issue more briefly here.
4563 2003-05-28  Richard M. Stallman  <rms@gnu.org>
4565         * indent.texi (Indentation): Condense, simplify, clarify prev change.
4567 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
4569         * building.texi (GDB Graphical Interface): New node.
4570         (Rewritten somewhat by RMS.)
4572 2003-05-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4574         * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
4575         non-English letters.  Explain how to set coding systems correctly
4576         and how to include the right coding cookie in the file.
4578 2003-05-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4580         * indent.texi (Indentation): Explain the concepts.
4581         (Just Spaces): Explain why preventing tabs for indentation might
4582         be useful.
4584 2003-04-16  Richard M. Stallman  <rms@gnu.org>
4586         * search.texi (Regexps): Ref to Lisp manual for more regexp features.
4588 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
4590         * cmdargs.texi (General Variables): Document SMTPSERVER.
4592         * sending.texi: Remove SMTP node.
4593         (Mail Sending): Describe `send-mail-function'.  Link to SMTP
4594         library.
4596 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
4598         * sending.texi (Sending via SMTP): Explain MTA/MUA.
4600 2003-02-22  Simon Josefsson  <jas@extundo.com>
4602         * sending.texi (Mail Methods): Add node about SMTP.
4604 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4606         * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
4608 2003-02-01  Kevin Ryde  <user42@zip.com.au>
4610         * glossary.texi (Glossary): Correction to cl cross reference.
4612 2003-01-20  Richard M. Stallman  <rms@gnu.org>
4614         * killing.texi (Rectangles): Document C-x c r.
4616 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4618         * xresources.texi (GTK resources): New node.
4619         (GTK widget names): New node.
4620         (GTK names in Emacs): New node.
4621         (GTK styles): New node.
4623 2003-01-09  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4625         * maintaining.texi (Create Tags Table): Add reference to the new
4626         `etags --help --lang=LANG' option.
4628 2002-10-02  Karl Berry  <karl@gnu.org>
4630         * emacs.texi: Per rms, update all manuals to use @copying instead of
4631         @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
4632         where needed for the sake of the HTML output.
4634 2001-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
4636         * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
4637         source files.
4639 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
4641         * Makefile.in (emacsman): New target.
4643 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
4645         * (Version 21.1 released.)
4647 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
4649         * Branch for 21.1.
4651 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
4653         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4655 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
4657         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
4659 1999-07-12  Richard Stallman  <rms@gnu.org>
4661         * Version 20.4 released.
4663 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
4665         * Makefile.in (INFO_TARGETS): Delete customize.info.
4666         (DVI_TARGETS): Delete customize.dvi.
4667         (../info/customize, customize.dvi): Targets deleted.
4669 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
4671         * Version 20.3 released.
4673 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
4675         * Makefile.in (EMACSSOURCES): Add mule.texi.
4676         Add msdog.texi, ack.texi.  Remove gnu1.texi.
4678 1998-04-06  Andreas Schwab  <schwab@gnu.org>
4680         * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi.  Use
4681         it in dvi targets.
4683 1997-09-23  Paul Eggert  <eggert@twinsun.com>
4685         * Makefile.in: Merge changes mistakenly made to `Makefile'.
4686         (INFO_TARGETS): Change ../info/custom to ../info/customize.
4687         (../info/customize): Rename from ../info/custom.
4689 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4691         * Version 20.2 released.
4693 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4695         * Version 20.1 released.
4697 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4699         * Makefile (../info/customize, customize.dvi): New targets.
4700         (INFO_TARGETS): Add ../info/customize.
4701         (DVI_TARGETS): Add customize.dvi.
4703 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4705         * Version 19.33 released.
4707 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4709         * Version 19.32 released.
4711 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4713         * Makefile.in (All info targets): cd $(srcdir) to do the work.
4715 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4717         * Makefile.in (All info targets): Specify $(srcdir) in input files.
4718         Specify -I option.
4719         (All dvi targets): Set the TEXINPUTS variable.
4721 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4723         * Version 19.31 released.
4725 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4727         * Version 19.30 released.
4729 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
4731         * Makefile.in (maintainer-clean): Rename from realclean.
4733 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4735         * Makefile.in: New file.
4736         * Makefile: File deleted.
4738 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4740         * Makefile (TEXINDEX_OBJS): Variable deleted.
4741         (texindex, texindex.o, getopt.o): Rules deleted.
4742         All deps on texindex deleted.
4743         (distclean): Don't delete texindex.
4744         (mostlyclean): Don't delete *.o.
4745         * texindex.c, getopt.c: Files deleted.
4747 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4749         * Version 19.26 released.
4751 1994-07-02  Richard Stallman  (rms@gnu.ai.mit.edu)
4753         * Makefile (EMACSSOURCES): Exclude undo.texi.
4755 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4757         * Version 19.25 released.
4759 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4761         * Version 19.24 released.
4763 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4765         * Version 19.23 released.
4767 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4769         * Makefile: Delete spurious tab.
4771 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4773         * Makefile (.SUFFIXES): New rule.
4775 1993-12-04  Richard Stallman  (rms@srarc2)
4777         * getopt.c: New file.
4778         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
4779         (getopt.o): New rule.
4780         (dvi): Don't depend on texindex.
4781         (emacs.dvi): Depend on texindex.
4783 1993-12-03  Richard Stallman  (rms@srarc2)
4785         * Makefile (TEXI2DVI): New variable.
4786         (emacs.dvi): Add explicit command.
4787         (TEXINDEX_OBJS): Delete duplicate getopt.o.
4789 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4791         * Version 19.22 released.
4793 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4795         * Makefile (TEXINDEX_OBJS): Delete spurious period.
4797 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4799         * Version 19.21 released.
4801 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4803         * Makefile (realclean): Don't delete the Info files.
4805 1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
4807         * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
4808         4' where appropriate.
4810 1993-10-20  Brian Fox  (bfox@ai.mit.edu)
4812         * Makefile: Fix targets for texindex.
4814         * texindex.c: Include "../src/config.h" if building in emacs.
4816         * Makefile: Change all files to FILENAME.texi, force all targets
4817         to be FILENAME, not FILENAME.info.
4818         Add target to build texindex.c, defining `emacs'.
4820 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4822         * Version 19.19 released.
4824 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4826         * Version 19.18 released.
4828 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4830         * Makefile: Fix source file names of the separate manuals.
4832 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4834         * Version 19.17 released.
4836 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4838         * split-man: Fix typos in last change.
4840 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4842         * Version 19.16 released.
4844 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4846         * version 19.15 released.
4848 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4850         * Makefile (distclean): It's rm, not rf.
4852 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4854         * Version 19.14 released.
4856 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4858         * Makefile: New file.
4860 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4862         * Version 19.13 released.
4864 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4866         * Version 19.9 released.
4868 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4870         * Version 19.8 released.
4872 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4874         * cmdargs.texi: Document the -i, -itype, and -iconic options.
4876         * trouble.texi: It's `enable-flow-control-on', not
4877         `evade-flow-control-on'.
4879 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4881         * display.texi: Document standard-display-european.
4883 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4885         * Version 19.7 released.
4887         * emacs.texi: Add a sentence to the top menu mentioning the
4888         specific version of Emacs this manual applies to.
4890 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4892         * basic.texi: Document next-line-add-lines variable used to
4893         implement down-arrow.
4895         * killing.texi: Document kill-whole-line.
4897 1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
4899         * text.texi: Update unix TeX ordering information.
4901 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4903         * news.texi: Mention fill-rectangle in keybinding list.
4905         * killing.texi: Document fill-rectangle.
4907 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4909         * vc.texi: Bring the docs up to date with VC 5.2.
4911 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4913         * emacs.tex: Mention blackbox and gomoku under Amusements.
4914         Assembler mode is now mentioned and appropriately indexed
4915         under Programming Modes.
4917 1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
4919         * emacs.tex: Update TeX ordering information.
4921 1990-06-26  David Lawrence  (tale@geech)
4923         * emacs.tex: Note that completion-ignored-extensions is not used
4924         to filter out names when all completions are displayed in
4925         *Completions*.
4927 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4929         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
4931 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
4933         * emacs.tex: Add @findex grep.
4935 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
4937         * emacs.tex: Correct two typos.  No other changes before
4938         Version 19 will be made.
4940 1988-05-23  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
4942         * emacs.tex: Update information for obtaining TeX distribution from the
4943         University of Washington.
4945 ;; Local Variables:
4946 ;; coding: iso-2022-7bit
4947 ;; fill-column: 79
4948 ;; add-log-time-zone-rule: t
4949 ;; End:
4951     Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
4952       2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4954   This file is part of GNU Emacs.
4956   GNU Emacs is free software; you can redistribute it and/or modify
4957   it under the terms of the GNU General Public License as published by
4958   the Free Software Foundation; either version 3, or (at your option)
4959   any later version.
4961   GNU Emacs is distributed in the hope that it will be useful,
4962   but WITHOUT ANY WARRANTY; without even the implied warranty of
4963   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4964   GNU General Public License for more details.
4966   You should have received a copy of the GNU General Public License
4967   along with GNU Emacs; see the file COPYING.  If not, write to the
4968   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4969   Boston, MA 02110-1301, USA.
4971 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd