Merge changes from emacs-23 branch
[emacs.git] / doc / emacs / ChangeLog
blobe390c6cbc163241c86705be09aab0fd4be36bd9d
1 2010-11-27  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
3         * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
4         * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
6 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
8         * maintaining.texi (Version Control Systems): Fix repeated sentence.
9         Suggested by Štěpán Němec.
11 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
13         * maintaining.texi (Version Control): Say "commit", not "check in".
14         (Version Control Systems): Simplify descriptions.
15         (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
16         VCS Concepts.
17         (VC Mode Line): Update example.
18         (Old Revisions): Document revert-buffer for vc-diff.
19         (Log Buffer): Promote to a subsection.  Document header lines.
21         * macos.texi (Mac / GNUstep Basics): Document
22         ns-right-alternate-modifier.
24         * emacs.texi (Top): Update node listing.
26 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
28         * rmail.texi (Rmail Coding): Characters with no fonts are not
29         necessarily displayed as empty boxes.
31         * mule.texi (Language Environments, Fontsets): Characters with no
32         fonts are not necessarily displayed as empty boxes.
34         * display.texi (Text Display): Document display of glyphless
35         characters.
37 2010-11-13  Glenn Morris  <rgm@gnu.org>
39         * basic.texi (Position Info): Add M-x count-words-region.
41 2010-11-11  Glenn Morris  <rgm@gnu.org>
43         * msdog.texi (ls in Lisp): Update for ls-lisp changes.
45 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
47         * msdog.texi (Windows HOME): Add information regarding startup
48         directory when invoking Emacs from a desktop shortcut.  (bug#7300)
50 2010-10-11  Glenn Morris  <rgm@gnu.org>
52         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
54         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
55         (DVIPS): New variable.
56         (.PHONY): Add html, ps.
57         (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
58         (clean): Delete html, ps files.
60 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
62         * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
64 2010-10-09  Glenn Morris  <rgm@gnu.org>
66         * Makefile.in (VPATH): Remove.
67         (infodir): Make it absolute.
68         (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
70         * Makefile.in (dist): Anchor regexps.
72         * Makefile.in (EMACSSOURCES): Put emacs.texi first.
73         ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
74         (emacs-xtra.pdf): Use $<.
76         * Makefile.in (infoclean): Remove harmless, long-standing error.
78         * Makefile.in ($(infodir)): Delete rule.
79         (mkinfodir): New.
80         ($(infodir)/emacs): Use $mkinfodir instead of infodir.
82         * Makefile.in (distclean): Do not delete emacsver.texi.
83         (dist): Remove reference to emacsver.texi.in.
84         * emacsver.texi: New file, replacing emacsver.texi.in.
86 2010-10-09  Glenn Morris  <rgm@gnu.org>
88         * emacsver.texi.in: New file.
89         * emacs.texi: Set EMACSVER by including emacsver.texi.
90         * Makefile.in (distclean): Delete emacsver.texi.
91         (dist): Copy emacsver.texi.
92         (EMACSSOURCES): Add emacsver.texi.
94         * ack.texi (Acknowledgments): No more b2m.c.
96         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
97         (emacs): Remove rule.
98         (dist): No need to deal with the emacs rule any more.
100 2010-10-07  Glenn Morris  <rgm@gnu.org>
102         * Makefile.in (version): New, set by configure.
103         (clean): Delete dist tar file.
104         (dist): Use version in tar name.
106 2010-10-06  Glenn Morris  <rgm@gnu.org>
108         * Makefile.in (EMACS_XTRA): Add the main source file.
109         (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
110         (mostlyclean): No core files, reorder other files.
111         (clean): Delete specific dvi and pdf files.
112         (infoclean, dist): New rules.
113         (maintainer-clean): Use infoclean.
114         ($(infodir)): Add parallel build workaround.
116 2010-10-04  Glenn Morris  <rgm@gnu.org>
118         * Makefile.in (SHELL): Set it.
119         (INFO_TARGETS, DVI_TARGETS): Remove variables.
120         (info, dvi): Replace above variables with their expansions.
121         (info): Move mkdir from here...
122         ($(infodir)/emacs): ... to here (for parallel builds).
123         (pdf): New target.
124         ($(infodir)/emacs): Pass -o option to makeinfo.
125         (.PHONY): Declare clean rules.
126         (maintainer-clean): Delete dvi and pdf files.
127         Guard against cd failures.  Use a more restrictive delete.
129 2010-10-02  Glenn Morris  <rgm@gnu.org>
131         * misc.texi (Shell Mode): Remove reference to old function name.
133 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
135         * maintaining.texi (VC Mode Line): Mention all the possible VC status
136         indicator characters.
138 2010-09-29  Glenn Morris  <rgm@gnu.org>
140         * Makefile.in (top_srcdir): Remove unused variable.
142 2010-09-14  Glenn Morris  <rgm@gnu.org>
144         * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
145         the last hook item.
147         * calendar.texi (Appointments): Also updated when a diary include file
148         is saved.
150 2010-09-14  Glenn Morris  <rgm@gnu.org>
152         * trouble.texi (Bugs): Update the section intro.
153         (Known Problems): New section.
154         (Checklist): Misc updates.  Prefer M-x report-emacs-bug.
155         (Sending Patches): Bug fixes are best as responses to existing bugs.
156         * emacs.texi (Known Problems): Add menu entry for new section.
158 2010-09-09  Glenn Morris  <rgm@gnu.org>
160         * xresources.texi: Untabify.
162 2010-09-06  Chong Yidong  <cyd@stupidchicken.com>
164         * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
166 2010-09-06  Glenn Morris  <rgm@gnu.org>
168         * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
170 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
172         * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
174 2010-08-21  Glenn Morris  <rgm@gnu.org>
176         * misc.texi (Amusements): Mention bubbles and animate.
178 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
180         * files.texi (Visiting): Add more index entries for
181         large-file-warning-threshold.
183 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
185         * frames.texi (Tool Bars): Add doc for tool-bar-position.
187 2010-06-23  Glenn Morris  <rgm@gnu.org>
189         * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
190         * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
191         * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
192         * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
193         * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
194         * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
195         Untabify Texinfo files.
197 2010-06-10  Glenn Morris  <rgm@gnu.org>
199         * basic.texi (Inserting Text): Minor clarification.  (Bug#6374)
201         * basic.texi (Inserting Text): Fix typo.
203 2010-06-10  Glenn Morris  <rgm@gnu.org>
205         * ack.texi (Acknowledgments):
206         * emacs.texi (Acknowledgments): Update for notifications.el.
208 2010-05-31  Daiki Ueno  <ueno@unixuser.org>
210         * dired.texi (Operating on Files): Mention encryption commands
211         (Bug#6315).
213 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
215         * basic.texi (Moving Point): Update due to renaming of commands bound
216         to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
218 2010-05-18  Eli Zaretskii  <eliz@gnu.org>
220         * display.texi (Fringes): Document reversal of fringe arrows for R2L
221         paragraphs.
222         (Line Truncation): Fix wording for bidi display.
224         * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
225         keys.
227 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
229         * building.texi (GDB Graphical Interface): Remove misleading comparison
230         to an IDE (Bug#6128).
232 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
234         * programs.texi (Man Page):
235         * misc.texi (Invoking emacsclient):
236         * mini.texi (Repetition):
237         * mark.texi (Setting Mark): Fix typos.
239 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
241         * misc.texi (Printing): Document htmlfontify-buffer.
243 2010-05-08  Glenn Morris  <rgm@gnu.org>
245         * calendar.texi (Displaying the Diary, Format of Diary File):
246         Fix external cross-references for TeX format output.
248 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
250         * Version 23.2 released.
252 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
254         * cmdargs.texi (Initial Options): Mention --chdir.
256 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
258         * frames.texi (Tool Bars): Add tool-bar-style.
260 2010-04-21  Glenn Morris  <rgm@gnu.org>
262         * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
264 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
266         * programs.texi (Semantic): New node.
268         * maintaining.texi (EDE): New node.
270         * emacs.texi: Update node listing.
272         * misc.texi (Gnus): Use the `C-h i' keybinding for info.
274 2010-04-18  Glenn Morris  <rgm@gnu.org>
276         * emacs.texi (Acknowledgments): Remove duplicate.
278         * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
280 2010-04-18  Glenn Morris  <rgm@gnu.org>
282         * dired.texi (Misc Dired Features): Mention VC diff and log.
283         * maintaining.texi (Old Revisions, VC Change Log):
284         Mention that diff and log work in Dired buffers.
286         * help.texi (Help Summary): Mention M-x info-finder.
288         * ack.texi (Acknowledgments): Add mpc.el.
290         * custom.texi (Specifying File Variables, Directory Variables):
291         Document new commands for manipulating local variable lists.
293 2010-04-18  Glenn Morris  <rgm@gnu.org>
295         * trouble.texi (Contributing): Add cindex entry.
296         Mention etc/CONTRIBUTE.
298 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
300         * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
301         query-replace (Bug#5774).
303 2010-04-16  Glenn Morris  <rgm@gnu.org>
305         * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
307 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
309         * xresources.texi (Lucid Resources): Mention faceName for dialogs.
311 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
313         * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
315 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
317         * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
318         cross-reference to "Inserting Text".
320         * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
321         Mention completion provided by `ucs-insert'.
323 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
325         * sending.texi (Sending Mail): Note variables that may need
326         customizing.
327         (Mail Sending): Expand discussion of send-mail-function.
329 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
331         Document Message mode as the default mail mode.
333         * sending.texi (Sending Mail): Copyedits.
334         (Mail Format, Mail Headers): Document mail-from-style changes.
335         (Mail Commands): Rename from Mail mode.  Document Message mode.
336         (Mail Misc): Rename from Mail mode Misc.
337         (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
338         command names and update keybindings.
339         (Header Editing): Document message-tab.  De-document
340         mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
341         favor of mail-default-headers.  Ad index entries for user-full-name and
342         user-mail-address.
343         (Citing Mail): Update changes in Message mode behavior.  Document
344         mail-yank-prefix.
345         (Mail Signature): New node, moved from Mail Misc.
346         (Mail Aliases): Mail abbrevs are the default with Message mode.
347         (Mail Methods): Note that Message mode is now the default.
349         * rmail.texi (Rmail Reply):
350         * text.texi (Text Mode):
351         * major.texi (Major Modes):
352         * mule.texi (Output Coding): Refer to Message mode.
354         * custom.texi (Init Examples): Add xref to Mail Header.
356         * emacs.texi (Top): Fix xrefs.
358 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
360         * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
361         repository if there is none.
362         (VC Change Log): Rename from VC Status.  Document vc-log-show-limit and
363         vc-print-root-log.
364         (Old Revisions): Copyedits.  Document vc-root-diff.
366         * programs.texi (Program Modes): Mention Javascript mode.
368         * text.texi (HTML Mode): Note that nXML is now the default XML mode.
369         * emacs.texi: Update node description.
371         * misc.texi (Navigation): Document doc-view-continuous.
372         (Shell Ring): Document new M-r binding.  M-s is no longer bound.
374 2010-03-30  Juri Linkov  <juri@jurta.org>
376         * search.texi (Other Repeating Search): Remove line that `occur'
377         can not handle multiline matches.
379 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
381         * mule.texi (International): Mention support of bidirectional editing.
382         (Bidirectional Editing): New section.
384 2010-03-28  Nick Roberts  <nickrob@snap.net.nz>
386         * emacs.texi (Top): Update node names to those in building.texi.
388 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
390         doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
391         doc/emacs/emacs.texi: Update node names for building.texi.
393 2010-03-24  Glenn Morris  <rgm@gnu.org>
395         * ack.texi (Acknowledgments):
396         * emacs.texi (Acknowledgments): Fix ispell attribution.  (Bug#5759)
398 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
400         * xresources.texi (Table of Resources): Clarify toolBar number
401         for Gtk+.
403         * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
405 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
407         * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
409         * search.texi (Other Repeating Search): Document multi-isearch-buffers
410         and multi-isearch-buffers-regexp.
412         * indent.texi (Indentation): Clarify description of
413         indent-for-tab-command.  Document tab-always-indent.
415 2010-03-20  Chong Yidong  <cyd@stupidchicken.com>
417         * cmdargs.texi (Font X): Move most content to Fonts.
419         * frames.texi (Fonts): New node.  Document font-use-system-font.
421         * emacs.texi (Top):
422         * xresources.texi (Table of Resources):
423         * mule.texi (Defining Fontsets, Charsets): Update xrefs.
425 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
427         * Branch for 23.2.
429 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
431         * custom.texi (Init Examples): Add xref to Locals.
433         * major.texi (Choosing Modes): Mention usage of setq-default for
434         setting the default value of major-mode (Bug#5688).
436 2010-03-02  Chong Yidong  <cyd@stupidchicken.com>
438         * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
440         * display.texi (Display Custom): Document make-pointer-invisible and
441         underline-minimum-offset.  Remove inverse-video.
443 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
445         * frames.texi (Frame Commands): Note that the last ordinary frame can
446         be deleted in daemon mode (Bug#5616).
448 2010-02-18  Glenn Morris  <rgm@gnu.org>
450         * trouble.texi (Contributing): Repository is no longer CVS.
452 2010-02-08  Glenn Morris  <rgm@gnu.org>
454         * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
456 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * display.texi (Useless Whitespace, Text Display):
459         * custom.texi (Init Examples): Avoid obsolete special default variables
460         like default-major-mode.
462 2010-01-24  Mark A. Hershberger  <mah@everybody.org>
464         * programs.texi (Other C Commands): Replace reference to obsolete
465         c-subword-mode.
467 2010-01-21  Glenn Morris  <rgm@gnu.org>
469         * trouble.texi (Bugs): Fix PROBLEMS keybinding.
471 2010-01-12  Glenn Morris  <rgm@gnu.org>
473         * trouble.texi (Checklist): Use bug-gnu-emacs rather than
474         emacs-pretest-bug for bug reports for development versions.
476 2010-01-11  Glenn Morris  <rgm@gnu.org>
478         * display.texi (Highlight Interactively): `t' does not mean highlight
479         all patterns.  (Bug#5335)
481 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
483         * misc.texi (Shell): Document async-shell-command.
485         * building.texi (Grep Searching): Document zrgrep.
487         * mini.texi (Completion Options): Mention `initials' completion style.
489 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
491         * building.texi: Import GDB Graphical Interface description from
492         EMACS_23_1_RC.
494 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
496         * emacs.texi (Top): Update node listing.
498         * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
500         * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
502         * cmdargs.texi (Initial Options):
503         * xresources.texi (Resources): Document inhibit-x-resources.
505         * custom.texi (Specifying File Variables): Note that minor modes are
506         enabled unconditionally.
508         * display.texi (Scrolling): Briefly document the old recenter command,
509         and document recenter-positions.
511         * files.texi (Visiting):
512         * buffers.texi (Buffers): Max buffer size is now 512 MB.
514         * frames.texi (Cut/Paste Other App): Document
515         save-interprogram-paste-before-kill.
517         * killing.texi (Kill Options): New node.
519 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
521         * misc.texi (Shell Options): ansi-color is now default.
523 2009-12-05  Glenn Morris  <rgm@gnu.org>
525         * emacs.texi (Top): Update menu for cal-xtra node changes.
526         * calendar.texi (Displaying the Diary): Holidays may be in the buffer
527         or mode line.  Don't mention invisible text or the details of
528         diary-print-entries here, only in cal-xtra.
529         (Format of Diary File): Mention that the "date on first line" format
530         only really affects the simple display.
531         * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
532         (Diary Customizing): Holidays may be in the buffer or mode line.
533         Move diary-print-entries to the "Diary Display" section.
534         (Diary Display): New section, split out from "Fancy Diary Display".
535         Explain the limitations of simple display, and how to print it.
537         * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
539         * cal-xtra.texi (Diary Display): Mention View mode.
541 2009-11-29  Juri Linkov  <juri@jurta.org>
543         * display.texi (Highlight Interactively): Actually a list of
544         default faces is pre-loaded into a list of default values
545         instead of the history.
547 2009-11-20  Glenn Morris  <rgm@gnu.org>
549         * ack.texi (Acknowledgments):
550         * emacs.texi (Acknowledgments): Add htmlfontify.
552 2009-11-14  Glenn Morris  <rgm@gnu.org>
554         * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
556         * ack.texi (Acknowledgments):
557         * emacs.texi (Acknowledgments): Update for recent Org changes.
559 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
561         * mule.texi (Charsets): Numerous copyedits.  Don't discuss the
562         `charset' property, which is irrelevant to the user manual (Bug#3526).
564 2009-10-14  Juanma Barranquero  <lekktu@gmail.com>
566         * trouble.texi (DEL Does Not Delete): Fix typo.
568 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
570         * files.texi (Misc File Ops): Mention copy-directory.
572 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
574         * mule.texi (Unibyte Mode): Emphasize that
575         unibyte-display-via-language-environment affects only the display.
577         * display.texi (Horizontal Scrolling): Document cursor behavior under
578         horizontal scrolling when point moves off the screen (Bug#4564).
579         Improve wording.
581 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
583         * files.texi (Directories): delete-directory prompts for recursive
584         deletion.
586 2009-09-30  Glenn Morris  <rgm@gnu.org>
588         * ack.texi (Acknowledgments):
589         * emacs.texi (Acknowledgments): CEDET updates.  Fix Hungarian accent.
591 2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>
593         * dired.texi (Dired Navigation): Use @code instead of @var for
594         dired-isearch-filenames, so that it's not capitalized.
596 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
598         * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
600         * entering.texi (Exiting): C-z is now bound to suspend-frame.
602         * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
603         (Key Bindings): Reference Init Rebinding in introductory text.  Shift
604         some of the introduction to Keymaps node.
605         (Keymaps): Simplify.
606         (Local Keymaps): Simplify.  Move binding example to Init Rebinding.
607         (Minibuffer Maps): Remove mention of Mocklisp.
608         (Init Rebinding): Move mode-local rebinding example here from Local
609         Keymaps.
610         (Modifier Keys): Clarify.
611         (Rebinding): Add cindex for "binding keys".
613 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
615         * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
617 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
619         * building.texi (Threads Buffer, Multithreaded Debugging):
620         Re-organise these two sections.
622 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
624         * cmdargs.texi (Initial Options): Fix last change.
626 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * mule.texi (Enabling Multibyte):
629         * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
630         (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
632 2009-08-20  Glenn Morris  <rgm@gnu.org>
634         * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
636 2009-08-19  Glenn Morris  <rgm@gnu.org>
638         * ack.texi (Acknowledgments): Remove cvtmail.  Mention info-finder.
640 2009-08-18  Glenn Morris  <rgm@gnu.org>
642         * ack.texi (Acknowledgments):
643         * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
645         * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
647 2009-08-09  Glenn Morris  <rgm@gnu.org>
649         * ack.texi (Acknowledgments):
650         * emacs.texi (Acknowledgments): Add gdb-mi entry.
652 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
654         * emacs.texi (Top): Add new menu items for GDB-UI.
656         * building.texi (GDB Graphical Interface): Add Multithreaded debugging
657         section.  Threads buffer is in separate section now.
659 2009-08-08  Glenn Morris  <rgm@gnu.org>
661         * ack.texi (Acknowledgments):
662         * emacs.texi (Acknowledgments):
663         Update for js2-mode and org changes.
665 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
667         * files.texi (Reverting): Auto-Revert Tail mode works also for remote
668         files.
670 2009-07-28  Chong Yidong  <cyd@stupidchicken.com>
672         * building.texi (Lisp Libraries): Clarify meaning of autoloading.
674 2009-07-23  Glenn Morris  <rgm@gnu.org>
676         * programs.texi (Matching): Update blink-matching-paren-distance.
678 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
680         * frames.texi (Cut/Paste Other App): For select-active-regions,
681         selection is now updated on moving point.
683 2009-07-21  Richard Stallman  <rms@gnu.org>
685         * glossary.texi (GNU, Daemon): Update information.
687 2009-07-19  Juri Linkov  <juri@jurta.org>
689         * custom.texi (Specifying File Variables, Safe File Variables):
690         "variables/value pairs" -> "variable/value pairs".
692 2009-07-15  Glenn Morris  <rgm@gnu.org>
694         * misc.texi (Gnus): Remove widow.
696 2009-07-11  Glenn Morris  <rgm@gnu.org>
698         * Makefile.in (TEXI2PDF): New.
699         (emacs.pdf, emacs-xtra.pdf): New targets.
701         * arevert-xtra.texi (Autorevert): Add menu descriptions.
703         * display.texi (Horizontal Scrolling): Re-word to remove widow.
705         * emacs.texi (Top): Info can be read from other places than Emacs.
706         Don't print the copying notice twice in the printed version.
707         Update the menu and detailmenu.
708         (Preface): The meaning of "on-line" has changed.
709         Correct name for "Common Problems" chapter.
710         (Distrib): Update FSF shop URL.
711         (Intro): Showing two files at once is not so exciting.
713         * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
714         (Mac / GNUstep Basics): Minor grammar changes.
715         (Mac / GNUstep Events): Fix typo.
716         (GNUstep Support): CANNOT_DUMP no longer applies.
718         * misc.texi (Document View): Fix typos.
720         * dired.texi (Dired):
721         * help.texi (Help):
722         * macos.texi (Mac OS / GNUstep):
723         * maintaining.texi (Version Control, Introduction to VC):
724         End menu descriptions with a period.
726 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
728         * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
729         so categorical in saying that the option is only useful on NTFS.
731 2009-07-09  Glenn Morris  <rgm@gnu.org>
733         * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
734         (ENVADD): Add texinfodir to TEXINPUTS.
736         * emacs.texi (Top): Fix cross-reference.
738         * maintaining.texi (VC Directory Buffer): Fix cross-reference.
740         * vc1-xtra.texi (Revision Tags): Fix typo.
742 2009-07-03  Glenn Morris  <rgm@gnu.org>
744         * emerge-xtra.texi (Emerge): Tweak Misc menu description.
745         (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
746         (Merge Commands): `.' does not seem to work in A or B buffer.
747         `l' can recreate the 3-window display.
749         * glossary.texi (Glossary): Minor phrasing changes throughout.
750         Add more internal cross-references.
751         <Autoloading>: You can't really autoload a variable.
752         <C-M->: Move details here from `M-C-' item.
753         <Continuation Line>: Refer to `Truncation.'
754         <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
755         <Home Directory, Unix>: New entries.
756         <Deletion of Files>: Mention recycle bins.
757         <Directory>: Mention ``folders.''
758         <Error>: Don't mention ``type-ahead.''
759         <Fringe>: Refer to the manual node.
760         <Minor Mode>: Can be global or local.
761         <Spell Checking>: There are other checkers besides Ispell.
763 2009-07-02  Glenn Morris  <rgm@gnu.org>
765         * anti.texi (Antinews): Minor changes in phrasing.
767         * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
768         some underfull lines in dvi output.
770         * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
772         * sending.texi (Mail Sending): Add a tiny bit on mailclient.
774         * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
776 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
778         * xresources.texi (Table of Resources): Mention maximized for
779         fullscreen.
781         * cmdargs.texi (Window Size X): -mm/--maximized is new.
783 2009-07-01  Chong Yidong  <cyd@stupidchicken.com>
785         * anti.texi (Antinews): Correct the list of removed platforms.
787 2009-06-28  Glenn Morris  <rgm@gnu.org>
789         * arevert-xtra.texi: Minor language tweaks.
791         * dired-xtra.texi: Minor revisions.
793 2009-06-23  Miles Bader  <miles@gnu.org>
795         * display.texi (Scrolling): Document `recenter-redisplay'.
796         (Temporary Face Changes): Document `text-scale-set'.
798 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
800         * Branch for 23.1.
802 2009-06-17  Kenichi Handa  <handa@m17n.org>
804         * mule.texi (Charsets): Update the description for the new charset.
805         (list-character-sets): New findex.
806         (Language Environments): Add @anchor{Describe Language Environment}.
808 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
810         * basic.texi (Moving Point): Fix tag.
812         * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
814         * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
815         use camel-case for PageUp and PageDown.
817         * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
818         camel-case for PageUp and PageDown.
820         * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
822         * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
823         (Isearch Scroll): Decapitalize <next> and <prior>.
825 2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
827         * fixit.texi (Spelling): Set default dictionary.
828         Improve descriptions (Bug#2554)
830 2009-06-08  David Reitter  <david.reitter@gmail.com>
832         * macos.texi (Color panel, Font panel): Remove mention of Save Options,
833         since saving colors and faces set this way is not implemented.
834         (Environment variables): Remove mention of mac-fix-env, which is
835         scheduled to be removed.
837 2009-06-04  Chong Yidong  <cyd@stupidchicken.com>
839         * custom.texi (Init Examples): Add example of changing load-path.
841         * building.texi (Lisp Libraries): Add example of changing
842         load-path (Bug#3446).
844 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
846         * mark.texi (Mark): Further clarifications.
847         (Setting Mark): Emphasize that C-SPC activates the mark.
849 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
851         * mark.texi (Mark): Clarify introduction.  Mention disabling Transient
852         Mark mode.
853         (Using Region, Persistent Mark): Use "active mark" instead of "active
854         region".
856 2009-05-16  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
858         * mule.texi (Select Input Method): Fix typo.
860 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
862         * anti.texi (Antinews): Document completion changes.  Some additional
863         copyedits and rearrangement of entries.
865 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
867         * misc.texi (Interactive Shell, Saving Emacs Sessions)
868         (Shell History Copying, Terminal emulator): Copyedits.
870         * xresources.texi (Resources): Simplify descriptions.  Shorten
871         description of editres, which is not very useful these days.
872         (Table of Resources): Document fontBackend resource.
874         * trouble.texi (Quitting): Add other undo bindings to table.
875         (DEL Does Not Delete): Note that the erasure key is usually labelled
876         "Backspace".  Remove discussion of obscure Xmodmap issue.
878 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
880         * files.texi (Visiting): Copyedits.
882 2009-05-06  Chong Yidong  <cyd@stupidchicken.com>
884         * basic.texi (Inserting Text): Document ucs-insert.
886         * mule.texi (International Chars): Define "multibyte".  Note that
887         internal representation is unicode-based.  Simplify definition of raw
888         bytes.  Mention ucs-insert.
889         (Enabling Multibyte): Remove obsolete discussion.  Copyedits.
890         (Language Environments): Add language environments new to Emacs 23.
891         (Multibyte Conversion): Node deleted.
892         (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.  Don't
893         mention obsolete emacs-mule coding system.
894         (Output Coding): Copyedits.
896         * emacs.texi (Top): Update node listing.
898 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
900         * trouble.texi (Lossage): Use new binding of view-emacs-problems.
902 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * building.texi (Lisp Libraries): `load-library' does offer completion.
906 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
908         * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
909         t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).
911 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
913         * maintaining.texi (Tags): Clarify text.  (Bug#3101)
915 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
917         * entering.texi (Entering Emacs): Document initial-buffer-choice.
919         * building.texi (Lisp Interaction): Document initial-scratch-message.
921 2009-04-18  Juanma Barranquero  <lekktu@gmail.com>
923         * msdog.texi (Windows Fonts): Fix typos.
925         * files.texi (Save Commands): Fix pxref.
927 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
929         * files.texi (Save Commands): Mention diff-buffer-with-file.
930         (Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
931         Henoch (Bug#3036).
933 2009-03-15  Glenn Morris  <rgm@gnu.org>
935         * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
936         the former is not always used.
937         (Mail Headers): Use active voice.  Add "Mail-reply-to".
938         Change case of "Id".  Avoid repeated "appropriate".
939         (Mail Aliases): Fix previous change - use an example with a ".", so it
940         does actually get quoted when expanded.
941         (Mail Sending): Mailclient is the default on some systems.
942         (Citing Mail): Mention mail-indentation-spaces.
943         (Mail Mode Misc): Add an @dfn for "mail signature".
945 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
947         * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
948         (Completion Options): Document read-file-name-completion-ignore-case,
949         read-buffer-completion-ignore-case, and completion-styles.  Remove
950         description of partial-completion-mode.
952 2009-03-14  Glenn Morris  <rgm@gnu.org>
954         * sending.texi (Mail Format): Fix typo.  Add index entry for
955         mail-header-separator.
956         (Mail Headers): Put info about initialization and changing in one place
957         at the start.  Update FCC section for mbox Rmail.  Clarify From
958         section, mention mail-setup-with-from.  Clarify Reply-to section.
959         Add Mail-followup-to and mail-mailing-lists.  Clarify References
960         section.
961         (Mail Aliases): Update example, make less contentious.
962         Update for name change of mail-interactive-insert-alias.
963         (Mail Mode): Remove mention of `%' as a word separator.
964         (Mail Sending): Mention mail-send-hook.  Mention Mailclient.
965         (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
966         commands.  Clarify FCC handling.  In mail-complete, add reference to
967         Mail Aliases section, and mention mail-complete-function.
968         (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
969         (Mail Mode Misc): Clarify the mail-signature function.  Add basic
970         signature netiquette.  Explain how the mail hooks work when continuing
971         a composition.
972         (Mail Amusements): Internationalize the spook section a bit.
973         Remove the spook mail-setup-hook example, since it doesn't work well.
974         Mention fortune-file.
975         (Mail Methods): Mention read-mail-command.
977 2009-03-14  David Reitter  <david.reitter@gmail.com>
979         * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
980         and NS resources following recent changes.
982 2009-03-10  Jason Rumney  <jasonr@gnu.org>
984         * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
985         w32-use-visible-system-caret doc to indicate that it should get set
986         automatically.
987         (Windows Fonts): Add doc for the uniscribe backend.
989 2009-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
991         * maintaining.texi (VC Directory Commands): Fix doc for the x key in
992         vc-dir.  (Bug#2598)
994 2009-03-05  Reiner Steib  <Reiner.Steib@gmx.de>
996         * fixit.texi (Spelling): Add turn-on-flyspell.  (Bug#2517)
998 2009-03-05  Glenn Morris  <rgm@gnu.org>
1000         * rmail.texi (Rmail Basics): Add reference to sorting.
1001         (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1002         Minor re-wordings.
1003         (Rmail Motion): Mention rmail-next-same-subject.
1004         (Rmail Deletion): Expunging is not the only way to change the numbers.
1005         (Rmail Labels): Labels can also be used in sorting.
1006         (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
1007         (Rmail Display): Mention rmail-mime.
1009 2009-03-04  Glenn Morris  <rgm@gnu.org>
1011         * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1012         sort command.  Fix `rmail-sort-by-labels' name.  Mention sorting from
1013         summary.  Mention sorts cannot be undone.
1014         (Rmail Display): Give an example of how to use goto-address-mode.
1015         (Rmail Editing): It's keybindings that are redefined, not commands.
1016         Fix some typos.
1017         (Movemail): Some minor rewording.
1018         (Remote Mailboxes): Emacs movemail supports pop by default.
1019         Fix some minor grammatical issues.  The "two alternative ways" to
1020         specify a POP mailbox are really just one.  Remove all reference to the
1021         variables rmail-pop-password and rmail-pop-password-required, obsolete
1022         since Emacs 22.1.  Clarify the four password steps.  Emacs movemail
1023         can support Kerberos.
1025 2009-03-03  Glenn Morris  <rgm@gnu.org>
1027         * rmail.texi (Rmail Deletion): Revert previous change, which was
1028         describing the Rmail summary versions.
1029         (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1030         Minor re-wording for rmail-resend.
1031         (Rmail Make Summary): Summaries apply to buffers rather than files.
1032         <rmail-summary-by-topic>: Headers includes the subject.
1033         <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1034         details, including prefix arguments.
1035         Mention rmail-summary-by-senders on C-M-f.
1036         Not counting lines might be faster.
1037         (Rmail Summary Edit): More details on the delete commands.
1038         Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1039         Name the commands bound to the various keys.  Mention prefix argument
1040         for searching.
1041         (Rmail Display): Mention rmail-displayed-headers.  Fix typo.
1042         Simplify rmail-highlighted-headers description.  Update face name.
1044 2009-03-02  Juanma Barranquero  <lekktu@gmail.com>
1046         * mark.texi (Marking Objects): Fix typo.
1048 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
1050         * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1051         instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
1053 2009-03-01  Glenn Morris  <rgm@gnu.org>
1055         * rmail.texi (Rmail): Fix some typos.  Use consistent case in menu.
1056         (Rmail Motion): - M-s searches from the end of messages.
1057         (Rmail Deletion): Minor clarification.  Fix numeric argument
1058         description.
1059         (Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
1060         newmail and RMAILOSE files need not be in home-directory.
1061         (Rmail Files): Mention I/O menus are unselectable if no files match.
1062         Mention `MAIL' env-var.
1064 2009-02-24  Jason Rumney  <jasonr@gnu.org>
1066         * mule.texi (Fontsets): Mention fontset-default, font specs and
1067         fallback fontsets.
1068         (Defining Fontsets): Mention ns and w32 variants of
1069         standard-fontset-spec.  Update description of startup fontset to match
1070         Emacs 23 behavior.
1071         (Modifying Fontsets): New section.  (Bug#656)
1072         (International): Link to Modifying Fontsets.
1074 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1076         * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1077         Mention ns-extended-platform-support-mode.
1079 2009-02-22  Karl Berry  <karl@gnu.org>
1081         * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1083 2009-02-19  Juanma Barranquero  <lekktu@gmail.com>
1085         * basic.texi (Moving Point, Position Info):
1086         * files.texi (Visiting):
1087         * mini.texi (Completion Options):
1088         * text.texi (HTML Mode): Remove duplicate words.
1090 2009-02-20  Glenn Morris  <rgm@gnu.org>
1092         * rmail.texi: Minor updates for mbox rather than Babyl.
1094 2009-02-17  Karl Berry  <karl@gnu.org>
1096         * emacs.texi (Top): Add @insertcopying before master menu.  (Bug#1988)
1098 2009-02-17  Richard M Stallman  <rms@gnu.org>
1100         * anti.texi (Antinews): Mention Babyl format.
1102         * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1104         * rmail.texi: Update for mbox format.
1105         Various small fixes, as well as the following.
1106         (Out of Rmail): Node deleted.
1107         (Rmail): Update menu.
1108         (Rmail Files): Comment out set-rmail-inbox-list.
1109         Document rmail-inbox-list instead.
1110         (Rmail Output): Substantial changes since C-o is now
1111         rmail-output-as-seen and o is rmail-output.
1112         (Rmail Attributes): Delete `stored', add `retried'.
1113         (Rmail Display): Editing headers works in all cases.
1115 2009-02-17  Glenn Morris  <rgm@gnu.org>
1117         * basic.texi (Position Info): M-x count-lines-region is not always on
1118         M-=.  (Bug#2269)
1120 2009-02-09  Glenn Morris  <rgm@gnu.org>
1122         * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1123         defaults.
1125 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1127         * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1128         documentation of possible problems with redecoding.
1130 2009-02-03  Glenn Morris  <rgm@gnu.org>
1132         * rmail.texi (Out of Rmail): Mention b2m.pl.
1134 2009-01-31  Glenn Morris  <rgm@gnu.org>
1136         * rmail.texi (Out of Rmail): Correct b2m location.
1138 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1140         * fixit.texi (Undo): Update undo limit values.
1142 2009-01-27  Glenn Morris  <rgm@gnu.org>
1144         * emacs.texi (Top): Fix Antinews menu entry.
1146 2009-01-25  Karl Berry  <karl@gnu.org>
1148         * text.texi (Foldout): Use @itemize @w{} to make an itemize
1149         item with no marker, instead of the syntactically incorrect
1150         @itemize @asis.
1152 2009-01-25  Juri Linkov  <juri@jurta.org>
1154         * building.texi (Grep Searching): Fix index entry for lgrep.
1156 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1158         * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1160 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
1162         * macos.texi (Preferences Panel): Update description of font setting to
1163         reflect that prior frame selection is no longer needed.
1165 2009-01-20  Nick Roberts  <nickrob@snap.net.nz>
1167         * building.texi (Debuggers): Revert some of 2008-10-31 change  to
1168         raise GUD subsections.
1170 2009-01-15  Glenn Morris  <rgm@gnu.org>
1172         * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1174 2009-01-10  Glenn Morris  <rgm@gnu.org>
1176         * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1178 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
1180         * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1181         logical lines.
1183 2008-12-29  Juri Linkov  <juri@jurta.org>
1185         * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1187         * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1189 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
1191         * misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
1192         goto-address-mode instead of goto-address.
1194         * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1195         mode.
1197         * emacs.texi (Top): Update node listing.
1199 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
1201         * custom.texi (Directory Variables): Explain what is a "project".
1202         Add indexing.  Improve wording.  Add a footnote about using
1203         _dir-locals.el on MS-DOS.
1205 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
1207         * files.texi (Misc File Ops): Mention chmod as an alias for
1208         set-file-modes.
1210 2008-12-24  Martin Rudalics  <rudalics@gmx.at>
1212         * help.texi (Help): Fix typos and reword.
1213         (Help Summary): Add entries for C-h n and C-h r, reorder
1214         entries, and do some minor fixes.
1215         (Name Help): Say that C-h F works for commands only.
1216         (Misc Help): Say that view-lossage displays 300 keystrokes.
1218 2008-12-20  Glenn Morris  <rgm@gnu.org>
1220         * ack.texi (Acknowledgments): General update based on AUTHORS,
1221         including removal of some stuff no longer distributed.
1223 2008-12-19  Agustin Martin  <agustin.martin@hispalinux.es>
1225         * fixit.texi: Mention hunspell
1227 2008-12-19  Glenn Morris  <rgm@gnu.org>
1229         * ack.texi (Acknowledgments): Small grammar fix.
1230         Consolidate explanatory text at start.
1232         * display.texi (Text Display):
1233         * indent.texi (Indentation): Use @acronym with ASCII.
1235 2008-12-18  Glenn Morris  <rgm@gnu.org>
1237         * ack.texi: Various small updates and fixes.
1239 2008-12-18  Juri Linkov  <juri@jurta.org>
1241         * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1242         as a key binding to start a forward nonincremental word search.
1243         Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1244         a backward nonincremental word search.  Add index for `M-s w'
1245         `isearch-forward-word'.
1246         (Regexp Search): Add a short summary of regexp key commands like
1247         in the node "Basic Isearch".
1248         (Other Repeating Search): Fix typo.
1250 2008-12-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1252         * misc.texi (PostScript Variables): Fix doc.
1254 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
1256         * programs.texi (Program Modes): Mention Ruby mode.
1258 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1260         * misc.texi (emacsclient Options): Describe what an empty string
1261         argument does for --alternate-editor.
1263 2008-12-09  Frank Schmitt  <ich@frank-schmitt.net>
1265         * cmdargs.texi (Font X): Distinguish between client-side and
1266         server-side fonts.  List valid Fontconfig properties.  Add reference to
1267         Fontconfig manual.  List valid GTK font properties.  Explain use of
1268         fc-list.
1270 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
1272         * cmdargs.texi (Font X): Move discussion of quoting to top.
1274 2008-12-06  Glenn Morris  <rgm@gnu.org>
1276         * maintaining.texi (Old Revisions): Improve previous change.
1278 2008-12-05  Richard M Stallman  <rms@gnu.org>
1280         * anti.texi (Antinews): Minor fixes.
1282 2008-12-03  Glenn Morris  <rgm@gnu.org>
1284         * maintaining.texi (Old Revisions): Fix diff-switches description.
1286 2008-12-01  Martin Rudalics  <rudalics@gmx.at>
1288         * emacs.texi (Top): Fix typo.
1290 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
1292         * misc.texi (Document View): Explain dependence on gs at the top.
1293         Copyedits.
1295         * emacs.texi (Top): Add DocView nodes to detailed node listing.
1297         * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1298         (Comment Commands): Discuss region-active behavior of M-; first.
1300 2008-11-29  Martin Rudalics  <rudalics@gmx.at>
1302         * display.texi (Line Truncation): Add reference to Continuation
1303         Lines.
1305         * windows.texi (Pop Up Window): Mention split-height-threshold
1306         and split-width-threshold.
1307         (Split Window): Add reference to Continuation Lines.
1309 2008-11-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
1311         * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1312         (GNUstep Support): New node.
1313         * anti.texi:
1314         * emacs.texi:
1315         * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1317 2008-11-28  Richard M Stallman  <rms@gnu.org>
1319         * misc.texi (Dissociated Press): Minor cleanups.
1321         * dired.texi (Image-Dired): Avoid passive.
1323 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1325         * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1326         representation.
1328 2008-11-26  Richard M. Stallman  <rms@gnu.org>
1330         * files.texi (Visiting): Rewrite paragraph for clarity.
1332         * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1334 2008-11-25  Alan Mackenzie  <acm@muc.de>
1336         * programs.texi (Moving by Parens): Clarify that parens inside strings
1337         and comments are ignored, and that the commands assume the starting
1338         point isn't in a string or comment.
1340 2008-11-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
1342         * macos.texi: Add Prev/Next/Top pointers to all nodes.
1343         (Mac Basics): Merge in Grabbing Environment Variables from earlier
1344         version.
1345         (Mac Customization): Rewrite Preferences Panel section and merge in to
1346         this node, add Open files by dragging to an Emacs window.
1348         * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1350 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1352         * files.texi (Misc File Ops): Document set-file-modes.
1354         * windows.texi (Split Window): Document integer values of
1355         truncate-partial-width-windows.
1357         * text.texi (Text): Simplify description of markup languages.
1358         (TeX Mode): Simplify introduction.  Mention BibTeX mode.
1359         (TeX Editing): Note that `""' inserts one `"' character.
1360         (HTML Mode): Note in the introduction that XML mode is an alias for
1361         SGML mode.  Mention nXML mode.
1363 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1365         * building.texi (Watch Expressions): Fix typo.
1367 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1369         * files.texi (Visiting): Document new behavior of
1370         confirm-nonexistent-file-or-buffer.
1372         * buffers.texi (Select Buffer): Document
1373         confirm-nonexistent-file-or-buffer.
1375         * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1376         edit-picture.
1378         * text.texi (Text): Simplify introduction.  Discard mention of `M-x
1379         edit-picture', since that is just an alias for picture-mode.
1380         (Sentences): Note that repeated M-@ extends the region.
1381         (Pages): Make terminology more consistent.  Link to Regexps node.
1382         (Longlines): Discuss relationship with Visual Line mode.
1383         (Text Mode): Remove extraneous discussion of other modes, since they
1384         were already introduced in the parent node.
1386 2008-11-23  Chong Yidong  <cyd@stupidchicken.com>
1388         * anti.texi (Antinews): Rewrite.
1390         * entering.texi (Exiting): Mention "minimize" terminology.
1392         * frames.texi (Frame Commands): Mention "minimize" terminology.
1394         * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1395         formats.
1396         (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1397         (Misc X): Don't document useless -hb option.
1399 2008-11-22  Juri Linkov  <juri@jurta.org>
1401         * dired.texi (Dired Navigation): Change normal file name search option
1402         from `non-nil' to `t'.  Add `dwim' option.
1404 2008-11-22  Juri Linkov  <juri@jurta.org>
1406         * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1407         ".dir-locals.el".  Rename `define-project-bindings' to
1408         `dir-locals-set-class-variables'.  Rename `set-directory-project' to
1409         `dir-locals-set-directory-class'.
1411 2008-11-22  Lute Kamstra  <lute@gnu.org>
1413         * buffers.texi (Select Buffer): Index goto-line.
1414         * basic.texi (Moving Point): Mention the use of a numeric prefix
1415         argument with goto-line and refer to Select Buffer for the use of a
1416         plain prefix argument.
1418 2008-11-19  Glenn Morris  <rgm@gnu.org>
1420         * doclicense.texi: Update to FDL 1.3.
1421         * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
1423 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1425         * custom.texi (Minor Modes): Define mode commands and mode variables
1426         more precisely.  Recommend using mode commands instead of setting
1427         variables directly.  Put minor modes in a list, and add more modes.
1428         (Easy Customization): Use "init file" instead of .emacs.
1429         (Customization Groups): Update to new Custom buffer appearance.
1430         (Saving Customizations): Copyedits.  Update example.
1431         (Variables): Give example of variable type-sensitivity.
1432         (Examining): Update example.
1433         (Hooks): Copyedits.
1434         (Specifying File Variables): Use C comments instead of an artificial
1435         Lisp for the example.
1436         (Keymaps): Move internals discussion to Prefix Keymaps.
1437         (Rebinding): Remove redundant paragraph (stated in Key Binding).
1438         (Init Rebinding): Document kbd macro.
1439         (Init File): Link to Find Init.
1441         * mark.texi (Using Region): Document Delete Selection Mode more
1442         thoroughly.
1444         * frames.texi (Mouse Commands): Move most of the description of Delete
1445         Selection Mode to Using Region, and link to it.
1446         (Clipboard): Note that paste is bound to clipboard-yank.
1448         * building.texi (Compilation): Document first-error value of
1449         compilation-scroll-output.
1450         (Compilation Mode): Note that compilation-auto-jump-to-first-error
1451         works as soon as an error is available.  Suggested by Juri Linkov.
1453         * mini.texi (Passwords): New node.
1455         * files.texi (Remote Files): Link to Passwords node.
1457         * emacs.texi (Top): Update node listings.
1459 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1461         * ack.texi (Acknowledgments): Some updating of credits.
1463         * emacs.texi (Acknowledgments): Add a couple more names.
1465         * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
1467         * files.texi (Directories): Describe delete-directory in text.
1468         (Misc File Ops): Document use of trash.
1470 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1472         * macos.texi (Mac Customization): Fix typos.
1474 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
1476         * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
1477         replacing previous contents.  Numerous copyedits to adapt ns-emacs to
1478         the conventions of the main Emacs manual.
1480         * emacs.texi (Top): Update node listings.
1482 2008-11-12  Chong Yidong  <cyd@stupidchicken.com>
1484         * cmdargs.texi (Emacs Invocation): Link to Emacs Server.  Note that
1485         command-line-args is processed during startup.
1486         (Action Arguments): Correctly describe how file arguments interact with
1487         the startup screen.  Link to Lisp Interaction for scratch buffer.
1488         (Initial Options): Link to Command Example for -batch option.
1489         (Environment): Document initial-environment.
1491         * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1492         can't be changed in the site-start file.
1494 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
1496         * dired.texi (Dired): Mention C-x C-d too.
1497         (Dired Enter): Document M-n in the Dired minibuffer.
1498         (Dired Navigation): Explain dired-goto-file more clearly.  Document
1499         dired-isearch-filenames.
1500         (Dired Deletion): Remove unnecessary "expunged" terminology.
1501         (Flagging Many Files): & is now rebound to `% &'.
1502         (Shell Commands in Dired): Document dired-do-async-shell-command.
1503         Clarify how multi-file arguments are passed.
1504         (Misc Dired Features): Document dired-do-isearch.
1506 2008-11-06  Chong Yidong  <cyd@stupidchicken.com>
1508         * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1510 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1512         * search.texi (Other Repeating Search): Remove obsolete findex entries.
1514 2008-11-01  Chong Yidong  <cyd@stupidchicken.com>
1516         * programs.texi (Program Modes): Link to Program Indent node.
1517         (Left Margin Paren): Explain consequences of changing
1518         open-paren-in-column-0-is-defun-start more concisely.
1519         (Which Function, Program Indent, Info Lookup): Minor edits.
1520         (Basic Indent): If region is active, TAB indents the region.
1521         (Multi-line Indent): If region is active, TAB indents the region.  Note
1522         that indent-region is useful when Transient Mark mode is off.
1523         (Matching): The delimiter at the cursor is highlighted---the character
1524         changes color.
1525         (Symbol Completion): Link to Completion node.
1527         * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1528         a strictly text-only system.
1530         * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1531         batch mode.
1533 2008-11-01  Richard M. Stallman  <rms@gnu.org>
1535         * misc.texi (Document View): Major rewrite.
1537         * maintaining.texi (Types of Log File): Change logs are older than
1538         version control.
1539         (VCS Concepts): Simplify and rearrange.
1540         (Version Control Systems): Make it clear that Linux is only the kernel.
1541         (VC Mode Line): Shorten reference to menu item.
1542         (Basic VC Editing): Clarify VC fileset.  Shorten and simplify.
1543         (VC Directory Mode): Minor cleanup.
1544         Unchanged files are hidden, not omitted.
1545         (VC Directory Commands): Shorten and simplify.
1546         (Change Log Commands): New node, split from Change Logs.
1547         (VC Directory Buffer): New node, split from VC Directory Mode.
1549 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
1551         * misc.texi (Document View): Renamed from Document Files, moved here
1552         from files.texi.
1554         * files.texi (Version Control): Moved to maintaining.texi.  Subnodes
1555         moved as well.
1556         (Document Files): Moved to misc.texi.
1558         * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1559         vc-update-change-log.
1560         (Version Control): Move here from files.texi.
1561         (Format of ChangeLog): Make it a subnode of Change Log.
1563         * emacs.texi (Top): Update node listing.
1565 2008-10-31  Tassilo Horn  <tassilo@member.fsf.org>
1567         * files.texi (Files): Add a section about document
1568         files (doc-view-mode).
1570 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
1572         * building.texi (Compilation Mode): Document
1573         compilation-auto-jump-to-first-error.
1574         (Debuggers): Lower GUD subsections to subsubsections.
1575         (Starting GUD): Add cindex.
1576         (Lisp Interaction): Note that scratch is no longer the initial buffer.
1578 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1580         * indent.texi (Indentation): Link to Program Indent.
1582         * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1583         now uses emacsclient's terminal.
1585 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1587         * mark.texi (Using Region): Document use-empty-active-region.
1589         * emacs.texi (Top): Update node listings.
1591         * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.  Don't
1592         mention obsolete emacs.bash script.
1593         (Invoking emacsclient): Rewrite, moving optional arguments to
1594         emacsclient Options.
1595         (emacsclient Options): New node.  Document server-use-tcp and
1596         server-host.
1598 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
1600         * indent.texi (Indentation): Replace list with paragraphed text,
1601         putting description of syntax-driven indentation first.  Document new
1602         effect of active regions on tab.
1603         (Tab Stops): Note that editable tab stops affect indentation commands.
1605 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1607         * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1609 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1611         * custom.texi (Function Keys): Note that modified keypad keys are not
1612         translated.
1614         * basic.texi (Arguments): Explain how to insert multiple digits.
1616 2008-10-22  Michael Albinus  <michael.albinus@gmx.de>
1618         * files.texi (Remote Files): Precise selection of default method.
1619         Rewrite paragraph about disabling remote file names.
1621 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1623         * search.texi (Special Isearch): Document M-TAB is isearch.
1625         * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1626         command.
1628         * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1630 2008-10-22  Tassilo Horn  <tassilo@member.fsf.org>
1632         * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1633         section.
1635 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1637         * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1638         to files.texi.  Move contents of vc2-xtra.texi here.
1640         * vc2-xtra.texi: File removed.
1642         * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1643         Directory Commands from the submenu.  Don't include deleted file
1644         vc2-xtra.texi.
1646         * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1647         (Version Control): Add VC Directory Mode and VC Directory Commands to
1648         the submenu.
1649         (Why Version Control?): Use table format.
1650         (Version Control Systems): Note that Meta-CVS support is gone.
1651         (VCS Concepts): Note precisely when VC started supporting filesets.
1652         Remove bogus xref to CVS Options node.
1653         (Types of Log File): Copyedits.
1654         (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1655         (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1656         The Right Thing.
1657         (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1658         (Log Buffer): Reorganize node, putting C-c C-c description first.
1659         (Old Revisions): Use CVS for example, not RCS.
1660         (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1661         Commands from the submenu, putting them under Version Control.
1662         (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1663         need to include it in the manual unconditionally, since it is now
1664         crucial to using distributed version control systems.
1665         (Comparing Files): Note that diff uses the minibuffer, and that the
1666         output is shown using Diff mode.
1667         (Diff Mode): Explain what "patch" and "hunk" mean.  Document
1668         diff-update-on-the-fly, diff-refine-hunk, and
1669         diff-show-trailing-whitespaces.
1670         (File Archives): Add rar support.
1672         * major.texi (Choosing Modes): Make mode selection sequence more
1673         obvious by describing the steps in order of priority.  Note that
1674         magic-mode-alist is nil by default.  Document
1675         magic-fallback-mode-alist.
1677 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
1679         * frames.texi (Mouse References): Copyedits.
1681 2008-10-20  Tassilo Horn  <tassilo@member.fsf.org>
1683         * ack.texi (Acknowledgments): Add myself as doc-view author.
1685 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1687         * frames.texi (Dialog Boxes): Add @cindex entries.
1689 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
1691         * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1692         (Text-Only Mouse): Copyedit.
1694 2008-10-19  Chong Yidong  <cyd@stupidchicken.com>
1696         * frames.texi: Use @key throughout for mouse clicks.
1697         (Cut/Paste Other App): Document yank-pop-change-selection.
1698         (Secondary Selection): Fix modified mouse click syntax.
1699         (Clipboard): Describe Cut, Copy and Paste commands.
1700         (Mouse References): Not all references are in read-only buffers.
1701         Copyedits.
1702         (Creating Frames): Add xref to Init File.
1703         (Frame Commands): Add xref to Exiting.
1704         (Scroll Bars): Document GTK vs toolkit behavior.
1706 2008-10-15  Chong Yidong  <cyd@stupidchicken.com>
1708         * files.texi (Version Control): Copyedits.  Add Bazaar.
1709         (Version Control Systems): List different VCS's using an itemized list.
1710         Add Bazaar.
1711         (VCS Concepts): Copyedits.  Tweak description of file merging.
1713         * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1714         (Cut/Paste Other App): Document select-active-regions and
1715         x-select-enable-primary.
1717 2008-10-13  Chong Yidong  <cyd@stupidchicken.com>
1719         * mark.texi (Shift Selection): Correct case in node name.
1721         * emacs.texi (Top): Update node order in Mark chapter.
1723 2008-10-12  Eli Zaretskii  <eliz@gnu.org>
1725         * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1727         * mini.texi (Minibuffer File): Fix markup in last change.  Refer to
1728         elsewhere in the manual instead of describing yet again the intricacies
1729         of $HOME on MS-Windows and MS-DOS.
1731 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1733         * mini.texi (Minibuffer File): Add xref to File Names.
1734         (Minibuffer File): Add discussion of `~' in file names.  Add
1735         insert-default-directory index reference.
1737         * files.texi (File Names): Reorganize description.
1738         (Visiting): Add xref to Mode Line.  Copyedits.
1739         (Save Commands): Mention prefix behavior of C-x C-s.
1740         (Numbered Backups): Node deleted.
1741         (Backup Names): Contents of Numbered Backups moved here.  State default
1742         of version-control variable.
1743         (Reverting): Copyedits.
1744         (Version Control): Add additional version control systems.
1746         * emacs.texi (Top): Delete Numbered Backups node.
1748         * cmdargs.texi (General Variables): Change Numbered Backups xref to
1749         Backup Names.
1750         (Initial Options): Document renamed variable inhibit-startup-screen.
1752 2008-10-11  Romain Francoise  <romain@orebokech.com>
1754         * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1756 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1758         * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1759         (Select Buffer): Mention use of minibuffer history.  Describe default
1760         value of default-major-mode.  Mention that C-x 4 b selects the other
1761         window.
1762         (List Buffers): Document CRM indicators in the order they appear.
1763         (Kill Buffer): Document new command kill-matching buffers.
1764         (Several Buffers): Move explanation of the relationship between buffer
1765         list and buffer menu to the top.
1766         (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1768 2008-10-10  Chong Yidong  <cyd@stupidchicken.com>
1770         * entering.texi (Exiting): Document change of C-x C-c to
1771         save-buffers-kill-terminal.  Document kill-emacs.
1773 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1775         * mule.texi (Coding Systems): Don't mention codepage-setup.
1777         * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1778         cpNNN coding systems anymore.
1779         (MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support
1780         for unibyte mode.  Don't mention line-drawing characters.  Don't
1781         mention dos-unsupported-char-glyph.
1783 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1785         * search.texi (Search): Shorten introduction.
1786         (Basic Isearch): Add command table.  Discuss reverse isearch and
1787         isearch highlighting.
1788         (Repeat Isearch): Move lazy highlighting discussion here.  Add search
1789         ring to cindex.
1790         (Special Isearch): Move input methods discussion here.
1791         (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1792         (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1793         Repeat Isearch.
1794         (Isearch Minibuffer): New node.
1795         (Word Search): Document new word search commands.
1796         (Regexp Example): Simplify example using sentence-end-base variable.
1797         (Replace): Reword introduction.
1798         (Unconditional Replace): Remove unnecessary example.
1799         (Other Repeating Search): Document new `M-s o' binding.
1801         * emacs.texi (Top): Update node listings.
1803 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
1805         * emacs.texi (Top): Remove Kill Errors from menu.
1807 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
1809         * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1810         interface for defining macros.  Simplify examples.  Note that C-g quits
1811         macro definitions.
1812         (Keyboard Macro Counter): Document using F3 to insert counter.  Give
1813         usage example.
1814         (Keyboard Macro Query): Organize query responses in a table.
1816         * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.  Link
1817         to Erasing node.
1818         (Undo): Reorganize paragraphs for logical flow.  Move keybinding
1819         rationale to a footnote.
1820         (Kill Errors): Remove node, due to redundancy with Erasing.
1821         (Spelling): Move discussion of flyspell to end.  Note new behavior of
1822         M-$ in active region.  Remove non-ispell-specific keybindings from
1823         table.
1825 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1827         * cmdargs.texi (Initial Options): Document --daemon.
1829 2008-09-20  Glenn Morris  <rgm@gnu.org>
1831         * files.texi (Numbered Backups): Mention that some modes set
1832         version-control.
1834 2008-09-20  Jim Blandy  <jimb@red-bean.com>
1836         * files.texi (Numbered Backups): Reference File Variables, as well.
1837         Remove discussion of Rmail's implementation.
1839 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
1841         * misc.texi (Recursive Edit): Note that top-level exits active
1842         minibuffers.
1844         * trouble.texi (Quitting): Likewise.
1846 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
1848         * emacs.texi (Top): Add Temporary Face Changes xref.
1850         * display.texi (Display): Move Temporary Face Changes node to just
1851         after Standard Faces.
1852         (Scrolling): Document recenter-top-bottom instead of recenter.
1853         (Horizontal Scrolling): Move auto hscroll discussion to the top.
1854         (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1855         (Display Custom): Copyedits.
1856         (Optional Mode Line): Document display-battery-mode.
1858 2008-08-27  Romain Francoise  <romain@orebokech.com>
1860         * custom.texi (Directory Variables): Minor fix.
1862 2008-08-27  Glenn Morris  <rgm@gnu.org>
1864         * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1865         descriptions.
1866         (Calendar Customizing): Tweak layout description.
1867         Move calendar-today-marker and calendar-today face to the other
1868         markers.  Condense calendar-star-date and calendar-mark-today
1869         description.
1870         (Holiday Customizing): Add oriental and solar holidays.
1871         Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1872         Fix holiday-float description.  Use zerop in examples.  Be less verbose.
1873         (Date Display Format): Change ISO format.  Be less verbose.
1874         (Diary Customizing): Mention day and month abbrev arrays.
1875         Mention the date-form variables by name.  Update European example.
1876         (Non-Gregorian Diary): Change node name.  Mention Baha'i functions.
1877         Condense examples.  Mention diary-entry-symbols by name.
1878         Condense table for insertion commands.
1879         (Fancy Diary Display): Mention diary-include-string and
1880         diary-sexp-entry-symbol.  Condense example.  Add Chinese, Coptic,
1881         Ethiopic, Persian date functions.  Condense descriptions.
1883         * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1884         (Adding to Diary): Adapt for changed node name.
1886 2008-08-26  Glenn Morris  <rgm@gnu.org>
1888         * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1889         node "Hebrew/Islamic Entries".
1891         * calendar.texi (Specified Dates): Fix names of iso functions.
1892         (General Calendar): There may not be another window.
1893         (Writing Calendar Files, Holidays): Tweak intro.
1894         (Holidays): Mention Baha'i and Chinese holidays.
1895         (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1896         (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1897         (To Other Calendar): Add calendar-print-other-dates.
1898         Refer to "graphic display" rather than "X.
1899         (From Other Calendar): Add calendar-bahai-goto-date.  Fix reference.
1900         (Displaying the Diary): Fix whitespace after reference.
1901         Fix `diary-number-of-entries' reference.
1902         (Date Formats): Explicitly mention that day names can be abbreviated.
1903         (Adding to Diary): Add some references to other sections.
1904         (Special Diary Entries): Fix reference.
1905         (Appointments): Simplify appt-message-warning-time entry.
1906         Clarify where times must be.
1907         (Importing Diary): Comment out icalendar paragraph that does not apply.
1908         (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1910 2008-08-23  Glenn Morris  <rgm@gnu.org>
1912         * fortran-xtra.texi (Fortran): Change description of free form and
1913         fixed form a bit.  Mention hideshow and imenu.
1914         (Fortran Motion): Mention fortran-end-of-subprogram,
1915         fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1916         (Fortran Indent): Minor re-word.
1917         (ForIndent Commands): Mention fortran-fill-paragraph and
1918         fortran-fill-statement.
1919         (ForIndent Cont): Mention fortran-tab-mode-string.
1920         (Fortran Comments): Mention fortran-comment-line-start-skip.
1921         (Fortran Columns): Mention font-locking.
1922         (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1924 2008-08-23  Johan Bockgård  <bojohan@muon>
1926         * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1928 2008-08-22  Chong Yidong  <cyd@stupidchicken.com>
1930         * mini.texi (Minibuffer): Simplify introduction.
1931         (Minibuffer File): Document tilde in minibuffer filenames.
1932         (Minibuffer Edit): Mention that the prompt is read-only.  Describe how
1933         to enter tabs, spaces, and question marks.  Describe behavior of C-a.
1934         (Completion Example): Update example to current command list.
1935         (Completion Options): Document `lazy' value of completion-auto-help.
1936         Update contents of completion-ignored-extensions.
1937         (Minibuffer History): Describe "future history" list.  State default
1938         value of history-delete-duplicates.
1940 2008-08-21  Glenn Morris  <rgm@gnu.org>
1942         * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
1943         (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
1945 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
1947         * regs.texi (Registers): Clarify valid register names.
1948         (RegPos): Note that buffer is saved and restored too.
1949         (RegText): Note that mark is reactivated/deactivated.
1950         (RegConfig): Xref to Windows node.
1952 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
1954         * basic.texi (Inserting Text): Provide command name for C-q.
1956         * killing.texi (Killing): Copyedit.  Define read-only text.
1957         (Deletion): DEL and C-d were already explained in Erasing; xref there.
1958         (Killing by Lines): Copyedit.
1959         (Other Kill Commands): Move M-w description here.
1960         (Yanking): Move M-w to Other Kill Commands.
1961         (Kill Ring): Also mention saving text in registers.  Link to Text
1962         Properties in elisp manual.
1963         (Accumulating Text): Copyedit.
1964         (CUA Bindings): Shift selection is now the default.
1966 2008-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1968         * maintaining.texi (Change Log): Mention next-error is available.
1970 2008-08-10  Glenn Morris  <rgm@gnu.org>
1972         * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1973         and intermonth text.
1974         (Holiday Customizing): Add holiday-chinese.
1976 2008-08-08  Eli Zaretskii  <eliz@gnu.org>
1978         * files.texi (Log Buffer, Diff Mode): Fix last changes.  Add indexing.
1980 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1982         * files.texi (Log Buffer): Describe C-c C-d.
1983         (Diff Mode): Describe C-x 4 A.
1985 2008-08-06  Eli Zaretskii  <eliz@gnu.org>
1987         * vc1-xtra.texi (VC Directory Mode): Fix last change.
1989 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1991         * files.texi (Old Revisions): Update the keys used by vc-annotate and
1992         describe the new bindings to show the changeset diff, toggle annotation
1993         visibility, show revisions.
1994         (VC Status): Describe key bindings for modifying the change comments,
1995         displaying changeset diffs and annotations.
1997         * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1999 2008-08-05  Nick Roberts  <nickrob@snap.net.nz>
2001         * vc1-xtra.texi (VC Directory Mode): Fix typo.
2003 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
2005         * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2006         and wording.
2008 2008-08-02  Dan Nicolaescu  <dann@ics.uci.edu>
2010         * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
2011         marking/unmarking.  Add descriptions for the multiple file search
2012         commands.  Improve some old info.
2014 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
2016         * display.texi (Visual Line Mode): New node.
2018         * basic.texi (Inserting Text): Move DEL to deletion node.
2019         (Moving Point): Add additional alternative key bindings.  Describe
2020         line-move-visual.
2021         (Erasing): Describe DEL.
2022         (Basic Undo, Blank Lines, Arguments): Copyedit.
2023         (Continuation Lines): Mention Visual Line mode.
2024         (Position Info): Move extended discussion to mule.texi.
2026         * mule.texi (International Chars): Describe C-x =.
2028         * emacs.texi (Top): Add Visual Line Mode node.
2030 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2032         * emacs.texi: Remove VMS support.
2034 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
2036         * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2037         the vc-dir command name.
2039 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2041         * xresources.texi: Remove mentions of Mac Carbon.
2043 2008-07-19  Andreas Schwab  <schwab@suse.de>
2045         * ns-emacs.texi: Move to ../misc.
2047 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
2049         * entering.texi (Exiting): Don't describe text-only terminals as the
2050         default.  Describe the new startup screen.
2051         (Exiting): Describe how to kill Emacs first.  Change description of
2052         iconification to handle modern window systems.
2054 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2056         * ns-emacs.texi: New file, documents features of Emacs port under
2057         NeXTstep windowing.
2059 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
2061         * entering.texi (Entering Emacs): Update prev node.
2063         * glossary.texi (Glossary): Remove xref to Text Characters.
2065         * commands.texi (User Input): Rewrite.  Describe Emacs' behavior
2066         directly, rather than in the context of ASCII.  Move description of
2067         special properties of modifier key to new Modifier Keys node.
2068         (Keys): Copyedit.
2069         (Text Characters): Delete node.  Multibyte is the default nowadays, and
2070         the node contents are obsolete.
2072         * custom.texi (Modifier Keys): New node.
2074         * emacs.texi (Top): Update node list.
2076 2008-07-13  Chong Yidong  <cyd@stupidchicken.com>
2078         * emacs.texi (Intro): Increase conciseness slightly.  Remove paragraph
2079         saying that Emacs provides menus and mouse support (which is par for
2080         the course).
2082         * screen.texi (Screen): Copyedit.  Define "buffer" and "current buffer"
2083         early on.
2084         (Point): Copyedit.  Relegate historical trivia to a footnote.
2085         (Mode Line): Explain mode-line format more consistently.
2086         (Menu Bar): Copyedit.
2088 2008-06-27  Glenn Morris  <rgm@gnu.org>
2090         * cal-xtra.texi (Sexp Diary Entries):
2091         * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2093 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
2095         * mark.texi (Shift selection): New node.
2096         (Mark): Copyedits.
2097         (Persistent Mark): Move to the end of the chapter.
2099 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2101         * makefile.w32-in (distclean): Remove makefile.
2103 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
2105         * building.texi (Starting GUD): Add an entry for gud-gdb.
2106         (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2107         command mode.
2109 2008-06-17  Glenn Morris  <rgm@gnu.org>
2111         * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2113 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
2115         * building.texi (Starting GUD): Expand on remote debugging.
2116         (Other GDB-UI Buffers): Mention new keyboard bindings.
2118 2008-06-15  Glenn Morris  <rgm@gnu.org>
2120         * gnu.texi: Use a verbatim license for this invariant section,
2121         as per etc/GNU.
2123 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2125         * emacs.texi, misc.texi: Add documentation about serial port access.
2127 2008-06-13  Glenn Morris  <rgm@gnu.org>
2129         * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2130         maintain.info.
2132 2008-06-05  Miles Bader  <miles@gnu.org>
2134         * display.texi (Temporary Face Changes): Update to reflect function
2135         renamings in face-remap.el.
2137 2008-06-04  Miles Bader  <miles@gnu.org>
2139         * display.texi (Temporary Face Changes): Add
2140         `adjust-buffer-face-height'.  Rewrite description of
2141         `increase-buffer-face-height' and `decrease-default-face-height' now
2142         that they aren't bound by default.
2144 2008-06-03  Miles Bader  <miles@gnu.org>
2146         * display.texi (Temporary Face Changes): New node.
2148 2008-05-31  Eli Zaretskii  <eliz@gnu.org>
2150         * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2152 2008-05-31  Glenn Morris  <rgm@gnu.org>
2154         * cal-xtra.texi (Fancy Diary Display): Simplify.
2156 2008-05-30  Glenn Morris  <rgm@gnu.org>
2158         * cal-xtra.texi (Fancy Diary Display): Update for
2159         diary-display-function replacing diary-display-hook.
2161 2008-05-29  Drew Adams  <drew.adams@oracle.com>
2163         * msdog.texi (Windows Keyboard): Add descriptions of
2164         w32-register-hot-key and w32-unregister-hot-key.
2166 2008-05-21  Tom Tromey  <tromey@redhat.com>
2168         * custom.texi (Directory Variables): Grammar fix.  Link to Safe File
2169         Variables node.
2171 2008-05-19  Tom Tromey  <tromey@redhat.com>
2173         * custom.texi (Variables): Add Directory Variables to menu.
2174         (Directory Variables): New node.
2176 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2178         * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
2180 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
2182         * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
2183         Revision Tags and rewritten.  Section now uses modern terminology,
2184         (tags rather than snapshots) and describes post-SCCS systems more
2185         accurately.
2187 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
2189         * msdog.texi (Windows Files): Update documentation of
2190         w32-get-true-file-attributes.
2192 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2194         * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2195         directory mode.
2197 2008-05-08  Chong Yidong  <cyd@stupidchicken.com>
2199         * killing.texi (Appending Kills): Remove a strangely off-topic index
2200         entry "television".
2202 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
2204         * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
2206 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
2208         * emacs/buffers.texi, emacs/files.texi (Version-control):
2209         vc-toggle-read-only is no longer a good idea...
2211 2008-04-29  Glenn Morris  <rgm@gnu.org>
2213         * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2215 2008-04-22  Juri Linkov  <juri@jurta.org>
2217         * dired.texi (Subdirectories in Dired): Describe using `^'
2218         to return to the parent directory.
2220 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2222         * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2223         recent changes.
2225 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2227         * building.texi (GDB-UI Layout, Breakpoints Buffer)
2228         (Other GDB-UI Buffers): Update for recent thread related changes.
2230 2008-04-11  Mirko Vukovic  <mirko.vukovic@gmail.com>  (tiny change)
2232         * maintaining.texi (Maintaining):
2233         * emacs.texi (Top): Typo.
2235 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2238         arg in `font-lock-add-keywords'.
2240 2008-04-08  Glenn Morris  <rgm@gnu.org>
2242         * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2243         Also add Baha'i calendar references where appropriate.
2245 2008-04-05  Glenn Morris  <rgm@gnu.org>
2247         * custom.texi (Init File): Byte-compiling .emacs is bad.
2249 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2253 2008-03-29  Glenn Morris  <rgm@gnu.org>
2255         * calendar.texi: Update for `calendar-date-style' replacing
2256         `european-calendar'.
2258 2008-03-28  Jason Rumney  <jasonr@gnu.org>
2260         * display.texi (Display Custom): Mention overlay-margin in text.
2262 2008-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
2264         * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2265         tutorial' comments.
2267 2008-03-28  Chong Yidong  <cyd@stupidchicken.com>
2269         * mark.texi (Mark): Rearrange nodes.
2270         (Persistent Mark): Rename from Transient Mark.
2271         (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2272         Describe Transient Mark mode as the default.
2274         * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2275         the default behavior with Transient Mark mode off.
2276         (Position Info): Fix typo.
2278         * display.texi (Standard Faces): Reference the Mark node.
2279         Remove discussion of the region face, which is discussed there.
2281         * emacs.texi (Top): Update node listings.
2283         * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2284         as the default.
2286         * fixit.texi (Undo): Standardize choice of undo key sequence.
2287         (Undo, Spelling): Describe Transient Mark mode as the default.
2289         * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2290         default.
2292         * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2294         * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2295         mode is the default, and note that the mark is not activated when set.
2297         * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2298         Describe Transient Mark mode as the default.
2300         * search.texi (Basic Isearch): Reference the Mark Ring node.
2301         (Replace, Unconditional Replace, Other Repeating Search):
2302         Describe Transient Mark mode as the default.
2304         * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
2305         Transient Mark mode as the default.
2306         (Paragraphs): Describe how M-h behaves when region is active.
2308         * trouble.texi (Quitting): Clarify effects of C-g.
2310 2008-03-13  Glenn Morris  <rgm@gnu.org>
2312         * emacs.texi (EMACSVER): Set to 23.0.60.
2314 2008-03-05  Glenn Morris  <rgm@gnu.org>
2316         * dired.texi (Hiding Subdirectories): Fix previous change.
2318 2008-03-05  Drew Adams  <drew.adams@oracle.com>
2320         * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
2322 2008-02-28  Kim F. Storm  <storm@cua.dk>
2324         * help.texi (Help Files): Move describe-gnu-project to C-h g.
2325         Move describe-distribution to C-h C-o.
2326         Move view-emacs-problems to C-h C-p.
2327         Add view-emacs-debugging on C-h C-d.
2328         Add view-external-packages on C-h C-e.
2329         Add view-order-manuals on C-h C-m.
2331 2008-02-17  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2333         * msdog-xtra.texi (MS-DOS): Docstring fix.
2335 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
2337         * msdog.texi (Windows Fonts): Use a @table for describing font
2338         properties.
2340 2008-02-07  Jason Rumney  <jasonr@gnu.org>
2342         * msdog.texi (Windows Files): w32-get-true-file-attributes default
2343         value has changed.
2344         (Windows HOME): Clarify what is meant by "if that fails as well".
2345         (Windows Fonts): New section.
2347 2008-02-07  D. E. Evans  <sinuhe@gnu.org>  (tiny change)
2349         * basic.texi (Basic Undo): Remove duplicate "you can".
2351 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
2353         * maintaining.texi (Tags): Fix last change.
2355 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
2357         * tramp.texi: Use new FSF's Back-Cover Text.
2359 2008-01-31  Nick Roberts  <nickrob@snap.net.nz>
2361         * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2363 2008-01-26  Richard Stallman  <rms@gnu.org>
2365         * maintaining.texi (Tags): Delete redundant index entry.
2367 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
2369         * programs.texi (Imenu): Move "@cindex tags" from here...
2370         * maintaining.texi (Tags): ...to here.
2372 2008-01-23  Kevin Ryde  <user42@zip.com.au>
2374         * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2375         click count.
2377 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
2379         * entering.texi (Exiting): Fix typo.
2380         Reported by D. E. Evans <sinuhe@gnu.org>.
2382 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
2384         * glossary.texi (Glossary): Fix typo.
2386 2007-12-27  Richard Stallman  <rms@gnu.org>
2388         * text.texi (Formatted Text): Improve menu tag.
2389         (Editing Format Info): In Info, add duplicate menu of nodes
2390         about the submenus.
2391         (Format Faces): Say where Faces menu is found.  Mention Other.
2392         (Format Colors): Say where these submenus are found.
2393         (Format Indentation, Format Justification): Likewise.
2394         (Format Properties): Likewise.
2396 2007-12-22  Richard Stallman  <rms@gnu.org>
2398         * search.texi (Query Replace): Make exp of query-replace more
2399         self-contained, and clarify.
2401         * cc-mode.texi (Getting Started): Change @ref to @pxref.
2403 2007-12-15  Richard Stallman  <rms@gnu.org>
2405         * files.texi (Auto Save): Clarify definition of auto-saving.
2407 2007-11-26  Richard Stallman  <rms@gnu.org>
2409         * help.texi (Help Echo): Cleanups.
2411 2007-11-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2413         * files.texi (Why Version Control?): Fix typo.
2414         (VCS Concepts): Fix typos; small tense fix.
2415         (Selecting a Fileset): Fix typos; small rewording.
2416         (Log Buffer): Likewise.
2417         (Old Revisions): Likewise.
2419 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
2421         * mule.texi (Communication Coding): Fix wording of last change.
2423 2007-11-16  Werner Lemberg  <wl@gnu.org>
2425         * custom.texi (Specifying File Variables):
2426         * major.texi (Choosing Modes): Mention '\" in man pages.
2428 2007-11-16  Kenichi Handa  <handa@ni.aist.go.jp>
2430         * mule.texi (Communication Coding): Document x-select-request-type.
2432         * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
2434 2007-11-15  Francesco Potortì  <pot@gnu.org>
2436         * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
2437         --output=file.
2439 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2441         * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
2442         (Help Echo): Avoid mentioning the term "region" here and
2443         consistently use the term "active text".
2445 2007-11-11  Glenn Morris  <rgm@gnu.org>
2447         * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
2449 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2451         * search.texi (Query Replace): Mention
2452         `query-replace-show-replacement'.
2454 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
2456         * building.texi (Watch Expressions): Remove obscure sentence.
2458 2007-11-06  Kenichi Handa  <handa@ni.aist.go.jp>
2460         * mule.texi (Select Input Method): Describe how to activate an input
2461         method in the text mode.
2463 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2465         * cmdargs.texi (Misc Variables): Remove Sun windows info.
2467 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
2469         * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
2471 2007-10-30  Glenn Morris  <rgm@gnu.org>
2473         * misc.texi (Directory Tracking): Explain a bit more about
2474         dirtrack-mode.
2476 2007-10-25  Glenn Morris  <rgm@gnu.org>
2478         * fortran-xtra.texi (Fortran): F90 mode handles F2003.
2480 2007-10-24  Richard Stallman  <rms@gnu.org>
2482         * misc.texi (Interactive Shell): Cleanup last change.
2484 2007-10-22  Juri Linkov  <juri@jurta.org>
2486         * mini.texi (Minibuffer History): Add text about a list of minibuffer
2487         default values.
2489 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
2491         * files.texi: Disambiguate two slightly different uses of the term
2492         'filesets'.
2494 2007-10-18  Martin Rudalics  <rudalics@gmx.at>
2496         * trouble.texi (Quitting): Fix typo.
2498 2007-10-18  Glenn Morris  <rgm@gnu.org>
2500         * frames.texi (Mode Line Mouse): Mention minor mode names.
2502 2007-10-17  Juri Linkov  <juri@jurta.org>
2504         * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2505         fill-paragraph operates on the active region in Transient Mark mode.
2506         (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2507         with fill-paragraph.
2509         * basic.texi (Arguments): Replace fill-paragraph-or-region with
2510         fill-paragraph.
2512         * fixit.texi (Spelling): ispell-word operates on the active region
2513         in Transient Mark mode.
2515 2007-10-17  Aaron S. Hawley  <aaronh@garden.org>
2517         * building.texi (Source Buffers):
2518         * custom.texi (Init Non-ASCII):
2519         * glossary.texi (Glossary): Use "key binding" consistently.
2521 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
2523         * calendar.texi (Diary): Fix directive.
2525 2007-10-16  Richard Stallman  <rms@gnu.org>
2527         * calendar.texi (Diary): Clarify text about diary file example.
2529 2007-10-13  Eric S. Raymond  <esr@snark.thyrsus.com>
2531         * files.texi: Capitalize node names according to convention.
2533 2007-10-13  Glenn Morris  <rgm@gnu.org>
2535         * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2537 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2539         * emacs.texi:
2540         * files.texi (Version Systems): Minor fixes to version-control material
2541         suggested by RMS and Robert J. Chassell.
2543 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2545         * files.texi (Version Systems):
2546         * vc-xtra.texi:
2547         * vc1-xtra.texi:
2548         * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2549         operations.  Change of terminology from `version' to `revision'.
2550         Revise text for adequate description of VCSes with monotonic IDs.
2551         * emacs.texi: Change of terminology from `version' to `revision'.
2553 2007-10-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2555         * files.texi (Version Systems): Describe newer VCses.
2556         Reorder the descriptions to be chronological.
2558 2007-10-09  Richard Stallman  <rms@gnu.org>
2560         * display.texi (Cursor Display): Correct how cursor appears
2561         in nonselected windows.
2563 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
2565         * building.texi (GDB Graphical Interface): Remove references to gdba
2566         and mention gud-gdb.
2568 2007-08-31  Eli Zaretskii  <eliz@gnu.org>
2570         * rmail.texi (Rmail Sorting): Improve indexing.
2572 2007-10-06  Juri Linkov  <juri@jurta.org>
2574         * text.texi (Fill Commands): Document fill-paragraph-or-region.
2575         (Fill Prefix, Format Indentation): Replace fill-paragraph with
2576         fill-paragraph-or-region.
2578         * basic.texi (Arguments): Replace fill-paragraph with
2579         fill-paragraph-or-region.
2581 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
2583         * files.texi: Update the section on version control for 2007
2584         conditions.  None of these changes are new-VC-specific; that
2585         will come later.
2587 2007-09-15  Glenn Morris  <rgm@gnu.org>
2589         * calendar.texi (Holidays): Change all instances of `holiday-list' back
2590         to `list-holidays'.
2592 2007-09-14  Glenn Morris  <rgm@gnu.org>
2594         * calendar.texi: Update all instances of mark-calendar-holidays,
2595         list-calendar-holidays, list-holidays with the new names.
2597 2007-09-06  Glenn Morris  <rgm@gnu.org>
2599         Move manual sources from man/ to subdirectories of doc/.
2600         Split into the Emacs manual in emacs/, and other manuals in misc/.
2601         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2602         manual.
2603         (infodir): New variable.
2604         (info): Use $infodir.
2605         (emacsman): Delete target, not needed any more.
2606         Move all targets that are not the Emacs manual to misc/Makefile.in.
2607         (mostlyclean): Remove `gnustmp'.
2608         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2609         manual.
2610         (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
2611         (emacsman): Delete target, not needed any more.
2612         (clean): Remove all info files but Emacs manual.
2613         Move all targets that are not the Emacs manual to misc/Makefile.in.
2614         * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2616         * Makefile.in (INFOSOURCES): Delete.
2617         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2618         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
2619         *.vrs *.toc here...
2620         (maintainer-clean): ...from here.
2622 2007-09-05  Glenn Morris  <rgm@gnu.org>
2624         * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2626 2007-08-29  Glenn Morris  <rgm@gnu.org>
2628         * emacs.texi (EMACSVER): Increase to 23.0.50.
2630 2007-08-27  Richard Stallman  <rms@gnu.org>
2632         * emacs.texi (Top): Clarify menu item for Glossary.
2634         * display.texi (Faces): Change secn title.
2635         Clarify not all fonts come from Font Lock.
2637 2007-08-17  Eli Zaretskii  <eliz@gnu.org>
2639         * basic.texi (Position Info): Add index entry for face at point.
2640         Mention that character faces are also displayed by "C-u C-x =".
2642 2007-08-08  Glenn Morris  <rgm@gnu.org>
2644         * glossary.texi (Glossary): Deprecate `iff'.
2646 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2648         * files.texi (File Conveniences): Document point motion keys in Image
2649         mode.
2651 2007-07-27  Glenn Morris  <rgm@gnu.org>
2653         * emacs.texi (Copying): Include license text from gpl.texi, rather than
2654         in-line.
2656         * gpl.texi: New file with text of GPL.
2657         * Makefile.in (EMACSSOURCES): Add gpl.texi.
2659 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
2661         * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2663         * dired.texi (Wdired): Mention C-x C-q key binding.
2665 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
2667         * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2669 2007-07-25  Glenn Morris  <rgm@gnu.org>
2671         * emacs.texi (Copying): Replace license with GPLv3.
2673         * Relicense all FSF files to GPLv3 or later.
2675 2007-07-24  Glenn Morris  <rgm@gnu.org>
2677         * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2678         for some calendars.
2680 2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
2682         * screen.texi (Mode Line): Describe new mode-line flag that shows if
2683         default-directory for the current buffer is on a remote machine.
2685 2007-07-21  Eli Zaretskii  <eliz@gnu.org>
2687         * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2688         default value.
2690 2007-07-21  Richard Stallman  <rms@gnu.org>
2692         * files.texi (Why Version Control?): Improve previous change.
2694 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
2696         * files.texi (Why Version Control?): New node.
2698 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
2700         * building.texi (Starting GUD): Add xref to this anchor.
2702 2007-06-24  Karl Berry  <karl@gnu.org>
2704         * emacs.texi: New Back-Cover Text.
2706 2007-06-07  Alan Mackenzie  <acm@muc.de>
2708         * display.texi (Optional Mode Line): Document the new form of
2709         line+column numbers, "(561,2)".
2711 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2713         * maintaining.texi (Create Tags Table): Fix typos.
2715 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2717         * Version 22.1 released.
2719 2007-05-07  Karl Berry  <karl@gnu.org>
2721         * emacs.texi (EMACSVER): Back to 22.
2723 2007-05-06  Richard Stallman  <rms@gnu.org>
2725         * maintaining.texi (Create Tags Table): Clean up previous change.
2727 2007-05-05  Francesco Potortì  <pot@gnu.org>
2729         * maintaining.texi (Create Tags Table): Add text about the dangers of
2730         making symbolic links to tags files.
2732 2007-05-04  Karl Berry  <karl@gnu.org>
2734         * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2736 2007-05-03  Karl Berry  <karl@gnu.org>
2738         * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2740         * .cvsignore (*.pdf): New entry.
2742         * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2743         for printing.
2745 2007-05-01  Richard Stallman  <rms@gnu.org>
2747         * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2749 2007-04-28  Glenn Morris  <rgm@gnu.org>
2751         * ack.texi (Acknowledgments):
2752         * anti.texi (Antinews):
2753         * programs.texi (Program Modes): Restore mention of python.el pending
2754         consideration of legal status.
2756 2007-04-28  Richard Stallman  <rms@gnu.org>
2758         * files.texi (File Names): Fixes to ~ description on MS systems.
2760 2007-04-26  Glenn Morris  <rgm@gnu.org>
2762         * emacs.texi (EMACSVER): Increase to 22.1.50.
2764 2007-04-25  Karl Berry  <karl@gnu.org>
2766         * emacs.texi: Improve line breaks on copyright page,
2767         similar layout to lispref, 8.5x11 by default.
2769         * dired.texi (Image-Dired): Improve line break, fix typo.
2771 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2773         * programs.texi (Program Modes):
2774         * anti.texi (Antinews):
2775         * ack.texi (Acknowledgments): python.el removed.
2777 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2779         * display.texi (Highlight Interactively): Correct description of
2780         hi-lock-file-patterns-policy.
2782         * files.texi (File Archives): Mention self-extracting executables.
2784 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
2786         * search.texi (Unconditional Replace, Query Replace): Add xref to
2787         "Replacement and Case".
2789 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2791         * dired.texi (Image-Dired): Move from Thumbnails node.
2792         * misc.texi (Thumbnails): Node deleted.
2793         * emacs.texi (Top): Update node listing.
2795         * files.texi (File Conveniences):
2796         * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
2798 2007-04-21  Richard Stallman  <rms@gnu.org>
2800         * display.texi (Highlight Interactively): Correct previous change.
2801         Clarify doc of hi-lock-find-patterns, and move new features into it.
2803 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2805         * display.texi (Highlight Interactively): Document
2806         hi-lock-file-patterns-policy.
2808 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
2810         * display.texi (Scrolling): Fix typo.
2812 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2814         * doclicense.texi: Remove node heading, so that it can be included by
2815         other files.
2817         * emacs.texi: Insert node heading for GFDL.
2819 2007-04-14  Eli Zaretskii  <eliz@gnu.org>
2821         * cmdargs.texi (Colors): Qualify "color of window" index entry by
2822         "command line".
2824         * display.texi (Faces): Refer to "Creating Frames" for face
2825         and other frame customizations in .emacs.
2827         * frames.texi (Creating Frames): Mention that face customizations can
2828         be put in .emacs.  Add index entries.
2830 2007-04-12  Richard Stallman  <rms@gnu.org>
2832         * glossary.texi (Glossary): Explain `iff'.
2834 2007-04-11  Karl Berry  <karl@gnu.org>
2836         * gnu.texi (Top),
2837         * macos.texi (Mac Font Specs),
2838         * anti.texi (Antinews),
2839         * xresources.texi (Resources),
2840         * misc.texi (Emulation),
2841         * calendar.texi (Daylight Saving),
2842         * dired.texi (Dired and Find),
2843         * rmail.texi (Remote Mailboxes),
2844         * sending.texi (Mail Headers),
2845         * programs.texi (Which Function),
2846         * files.texi (Recover),
2847         * buffers.texi (Uniquify),
2848         * frames.texi (Wheeled Mice),
2849         * killing.texi (Rectangles): Wording to improve breaks in
2850         8.5x11 format.
2851         * mule.texi (Language Environments): \hbadness=10000 since there's
2852         no way to reword.
2853         * emacs.texi (smallbook): New @set to more easily switch between
2854         smallbook and 8.5x11.
2856 2007-04-11  Richard Stallman  <rms@gnu.org>
2858         * files.texi (File Conveniences): Add xref to Tumme.
2859         Delete text about Thumbnail mode.
2861 2007-04-09  Alan Mackenzie  <acm@muc.de>
2863         * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2864         new name.  Insert concept index entries.
2866 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2868         * display.texi (Standard Faces): Document prefix arg for
2869         list-faces-display.
2871         * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2873 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2875         * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2877         * files.texi (Misc File Ops): Rewrite description of
2878         insert-file-literally.
2880 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2882         * misc.texi (Printing): Postscript -> PostScript.
2884         * ack.texi (Acknowledgments): Postscript -> PostScript.
2886         * custom.texi (Init File, Init Non-ASCII): Fix last change.
2888         * emacs.texi (Top): Fix the menu due to the change in custom.texi
2889         below.
2891 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2893         * custom.texi (Non-ASCII Rebinding): Node deleted.  Material moved to
2894         Init Non-ASCII.
2895         (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2896         (Init Non-ASCII): New node.
2898 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2900         * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2902 2007-03-12  Glenn Morris  <rgm@gnu.org>
2904         * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2905         "Daylight Savings".
2907         * calendar.texi: Replace "daylight savings" with "daylight
2908         saving" in text throughout.
2910 2007-03-04  Richard Stallman  <rms@gnu.org>
2912         * custom.texi (Safe File Variables): Minor correction.
2914 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
2916         * rmail.texi (Movemail): Add internal ref.
2917         Don't indent the intro for the PROTO table.
2918         Format PROTO table items with @code.
2920 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2922         * building.texi: Remove references to bashdb.
2924 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
2926         * mule.texi (Language Environments): Update list of supported language
2927         environments.
2929 2007-02-14  Kim F. Storm  <storm@cua.dk>
2931         * building.texi (Grep Searching): Fix lgrep doc.
2933 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
2935         * back.texi: Remove unused file.
2937 2007-02-05  Francesco Potortì  <pot@gnu.org>
2939         * maintaining.texi (Tag Syntax): Now --members is the default for
2940         etags, not for ctags yet.
2942 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2944         * emacs.texi (Top): Update the top-level menus.  Make the detailed menu
2945         headers compliant with Texinfo guidelines and with what texnfo-upd.el
2946         expects.  Add comments to prevent people from inadvertently modifying
2947         the key parts needed by `texinfo-multiple-files-update'.
2949 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2951         * frames.texi (Secondary Selection): Window clicked does not matter
2952         when mouse-yank-at-point is non-nil.
2954 2007-01-16  Glenn Morris  <rgm@gnu.org>
2956         * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2957         system abbrev.
2959 2007-01-11  Richard Stallman  <rms@gnu.org>
2961         * msdog.texi (Windows Keyboard): Another small cleanup.
2963 2007-01-10  Richard Stallman  <rms@gnu.org>
2965         * msdog.texi (Windows Keyboard): Yet another try to make
2966         everyone happy with that passage.
2968 2007-01-05  Richard Stallman  <rms@gnu.org>
2970         * anti.texi (Antinews): Mention M-x shell scrolling.
2972 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2974         * building.texi (Watch Expressions): Describe gdb-max-children.
2976 2007-01-04  Richard Stallman  <rms@gnu.org>
2978         * msdog.texi (Windows Keyboard): Clarify previous change.
2980 2007-01-02  Richard Stallman  <rms@gnu.org>
2982         * custom.texi (Changing a Variable): Minor clarification.
2983         (Specific Customization): customize-customized => customize-unsaved.
2985         * entering.texi (Entering Emacs): Clean up text about restarting
2986         Emacs for each file.
2988         * misc.texi (Shell Options): Minor cleanup.
2990         * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2991         with Emacs, not vice versa.
2993         * programs.texi (Symbol Completion): Recommend customizing
2994         window manager.
2996         * xresources.texi (Resources): Minor fix.
2998 2007-01-01  Jan Djärv  <jan.h.d@swipnet.se>
3000         * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3002 2007-01-01  Richard Stallman  <rms@gnu.org>
3004         * commands.texi (User Input): Document keys stolen by window mangers.
3006 2006-12-31  Richard Stallman  <rms@gnu.org>
3008         * custom.texi (Specific Customization): Document customize-option
3009         instead of customize-variable.
3011 2006-12-31  Kim F. Storm  <storm@cua.dk>
3013         * major.texi (Choosing Modes): Document auto-mode-case-fold.
3015 2006-12-30  Kim F. Storm  <storm@cua.dk>
3017         * killing.texi (CUA Bindings): Fix typo.
3019         * xresources.texi (Table of Resources): Mention grow-only value for
3020         auto-resize-tool-bars.
3022 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3024         * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3025         and how to get them back.
3027 2006-12-26  Richard Stallman  <rms@gnu.org>
3029         * calendar.texi (Holidays): Holiday listing is based on current
3030         practice, but DST is not.
3032 2006-12-25  Richard Stallman  <rms@gnu.org>
3034         * emacs.texi (Top): Update subnode menus.
3036         * mark.texi (Transient Mark): Fix xref.
3038         * killing.texi (Graphical Kill): Node deleted.
3039         (Killing): Add xref to Cut and Paste.
3040         (CUA Bindings): Update xref.
3042         * frames.texi (Cut and Paste): New section to hold other nodes.
3043         (Mouse Commands): Node demoted.
3044         (Cut/Paste Other App): Split out from Mouse Commands.
3045         (Word and Line Mouse): Likewise.
3046         (Secondary Selection, Clipboard): Nodes demoted.
3048 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3050         * calendar.texi (Holidays): US daylight saving begins second Sunday
3051         in March for 2007 onwards.
3052         (Daylight Savings): Show new US default daylight saving rules, 2nd
3053         Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3055 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3057         * calendar.texi (Scroll Calendar): < and > are switched.
3059 2006-12-23  Kevin Rodgers  <ihs_4664@yahoo.com>
3061         * killing.texi (Deletion): Describe M-\ prefix argument.
3063 2006-12-23  Richard Stallman  <rms@gnu.org>
3065         * search.texi (Regexp Search): Explain why forward and reverse regexp
3066         search are not mirror images.
3068 2006-12-19  Kim F. Storm  <storm@cua.dk>
3070         * major.texi (Choosing Modes): Describe match-function elements for
3071         magic-mode-alist.
3073 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
3075         * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3076         peculiarities.
3078 2006-12-18  Richard Stallman  <rms@gnu.org>
3080         * abbrevs.texi (Editing Abbrevs): Fix previous change.
3082 2006-12-17  Alan Mackenzie  <acm@muc.de>
3084         * programs.texi (Left Margin Paren): Remove the bit which says
3085         that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3086         Discuss some of the issues of setting this option to nil.
3088 2006-12-17  Glenn Morris  <rgm@gnu.org>
3090         * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3092 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
3094         * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3095         (Windows Files): `w32-get-true-file-attributes' is only relevant for
3096         NTFS volumes.
3097         (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3098         volumes.
3100 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
3102         * text.texi (HTML Mode): Fix "C-c TAB".
3104 2006-12-09  Richard Stallman  <rms@gnu.org>
3106         * misc.texi (Invoking emacsclient): Simplify TCP file text.
3108 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
3110         * files.texi (Misc File Ops): Document insert-file-literally.
3112 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
3114         * cmdargs.texi (Colors): Note that --color is intended for overriding
3115         the terminal defaults, not for normal invocation.
3117         * misc.texi (Emacs Server): Improve wording.  Don't mention the
3118         ``server program''.  Add a cross-reference to "Init File" node.
3119         (Invoking emacsclient): Add index entries.  Document both short and
3120         long versions of command-line options.  Document the -f option.
3122 2006-12-06  Richard Stallman  <rms@gnu.org>
3124         * text.texi (Outline Format): Say to set outline-regexp
3125         and outline-level with major modes and file local variables.
3127 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3129         * anti.texi (Antinews): Mention the alternative to
3130         `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3132         * misc.texi (Interactive Shell): Ditto.
3134 2006-12-04  Eli Zaretskii  <eliz@gnu.org>
3136         * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3138         * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3140 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
3142         * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3143         colon in the mode line.
3145         * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3147 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3149         * building.texi (Watch Expressions): Mention SPC for expanding/
3150         contracting watch expressions.
3152 2006-11-26  Kim F. Storm  <storm@cua.dk>
3154         * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3156 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3158         * building.texi (Debugger Operation): Define text command mode.
3159         Clarify how tooltips work.
3160         (GDB Graphical Interface): Explain how to run in text command mode
3161         more clearly.
3163 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3165         * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3167 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
3169         * anti.texi (Antinews): Mention --server-file and TCP sockets.
3171 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
3173         * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3174         and EMACS is deprecated.
3176 2006-11-18  Juanma Barranquero  <lekktu@gmail.com>
3178         * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3180 2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
3182         * Makefile.in (emacs.dvi): Remove xresmini.texi.
3184         * emacs.texi: Include xresources.texi both for info and dvi.
3186         * xresources.texi: Merge text from xresmini.texi.
3188 2006-11-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
3190         * glossary.texi: Fix typos.
3192 2006-11-06  Richard Stallman  <rms@gnu.org>
3194         * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3196         * ack.texi (Acknowledgments): Fix name spelling.
3198 2006-11-01  Juri Linkov  <juri@jurta.org>
3200         * search.texi (Word Search): Document incremental word search.
3202 2006-10-28  Glenn Morris  <rgm@gnu.org>
3204         * ack.texi (Acknowledgments): Add cal-html author.
3206         * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3207         Calendar").  Describe new package cal-html.
3208         * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3209         Calendar Files."
3211 2006-10-23  Richard Stallman  <rms@gnu.org>
3213         * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3214         Abbrev mode is enabled.
3216 2006-10-16  Richard Stallman  <rms@gnu.org>
3218         * emacs.texi: Update ISBN.
3220 2006-10-11  Kim F. Storm  <storm@cua.dk>
3222         * emacs.texi (Acknowledgments): Use @dotless{i}.
3224 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
3226         * building.texi (Breakpoints Buffer): Mention catchpoints.
3228 2006-10-08  Kim F. Storm  <storm@cua.dk>
3230         * ack.texi (Acknowledgments): Update.
3232         * emacs.texi (Acknowledgments): Fix bad @/ form.
3234 2006-10-05  Kim F. Storm  <storm@cua.dk>
3236         * emacs.texi (Acknowledgments): Add more contributors.
3238 2006-10-03  Richard Stallman  <rms@gnu.org>
3240         * emacs.texi (Acknowledgments): Update version and edition.
3242 2006-10-01  Karl Berry  <karl@gnu.org>
3244         * custom.texi (Customization Groups): Page break to keep example buffer
3245         on one page.
3247 2006-09-30  Karl Berry  <karl@gnu.org>
3249         * programs.texi (Basic Indent): @need to improve page break.
3250         * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3252 2006-09-29  Glenn Morris  <rgm@gnu.org>
3254         * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3256 2006-09-29  Karl Berry  <karl@gnu.org>
3258         * windows.texi (Basic Window): Remove forced @break, no longer
3259         desirable.
3260         * frames.texi (Frame Commands),
3261         * mark.texi (Marking Objects): Reword to avoid bad page break.
3262         * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3264 2006-09-19  Richard Stallman  <rms@gnu.org>
3266         * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3267         stick to present tense.
3269 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
3271         * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3272         to x-gtk-use-old-file-dialog.
3273         (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3275 2006-09-15  Jay Belanger  <belanger@truman.edu>
3277         * emacs.texi (GNU GENERAL PUBLIC LICENSE):
3278         Change "Library Public License" to "Lesser Public License"
3279         throughout.  Use "yyyy" to represent year.
3281 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
3283         * files.texi (Visiting): Add index entry "open file".
3285 2006-09-11  Richard Stallman  <rms@gnu.org>
3287         * building.texi (Compilation Mode): Clarification.
3288         (Grep Searching): Add xref to Compilation Mode.
3290 2006-09-08  Richard Stallman  <rms@gnu.org>
3292         * search.texi (Search): Ref multi-file search commands here.
3293         (Other Repeating Search): Not here.
3295 2006-08-28  Richard Stallman  <rms@gnu.org>
3297         * windows.texi (Split Window): Update xref.
3299         * basic.texi (Continuation Lines): Update xref.
3301         * indent.texi (Tab Stops): Update xref.
3303         * emacs.texi (Top): Update subnode menu.
3305         * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3306         split out of Display Custom.
3308 2006-08-25  Kim F. Storm  <storm@cua.dk>
3310         * display.texi (Display Custom): Add variables overline-margin
3311         and x-underline-at-descent-line.
3313 2006-08-25  Richard Stallman  <rms@gnu.org>
3315         * entering.texi (Exiting): Rewrite to give graphical displays
3316         priority over text terminals.
3318         * search.texi (Incremental Search): Move index entries.
3320 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
3322         * custom.texi (Init File): Reference Find Init to avoid "home
3323         directory" confusion.
3325 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
3327         * building.texi (Other GDB-UI Buffers): Describe how to edit
3328         a value in the locals buffer.
3330 2006-08-21  Richard Stallman  <rms@gnu.org>
3332         * search.texi (Basic Isearch): Add `isearch' index entry.
3334 2006-08-16  Richard Stallman  <rms@gnu.org>
3336         * misc.texi (Saving Emacs Sessions): Clean up wording.
3338         * mark.texi (Marking Objects): Mention term "select all".
3340         * emacs.texi (Top): Update subnode menu.
3342         * help.texi (Help Mode): Move node up in file.
3344 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
3346         * building.texi (Stack Buffer): Explain fringe arrow.
3348 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
3350         * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3351         on startup.
3353 2006-08-11  Romain Francoise  <romain@orebokech.com>
3355         * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3357 2006-08-10  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3359         * mule.texi (Recognize Coding, Text Coding): Fix typos.
3361 2006-08-10  Richard Stallman  <rms@gnu.org>
3363         * text.texi (Format Faces): Substantial rewrites to deal
3364         with face merging.  Empty regions don't count.  Clarify
3365         face property inheritance.
3367 2006-08-08  Romain Francoise  <romain@orebokech.com>
3369         * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3370         <arjuropo@cc.jyu.fi>.
3372 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3374         * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3375         apply to all frames.
3377 2006-08-01  Richard Stallman  <rms@gnu.org>
3379         * help.texi (Name Help): Add index entries for describe-variable.
3381 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
3383         * building.texi (GDB Graphical Interface): Shorten node names.
3384         (GDB-UI Layout): Use GDB-related.
3385         (Other GDB-UI Buffers): Simplify English.
3387 2006-07-31  Richard Stallman  <rms@gnu.org>
3389         * search.texi (Query Replace): Add xref for Dired's Q command.
3391 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3393         * building.texi (GDB commands in Fringe): Rename to...
3394         (Source Buffers): ..this and move forward.  Describe hollow arrow and
3395         new option gdb-find-source-frame.
3397 2006-07-29  Richard Stallman  <rms@gnu.org>
3399         * dired.texi (Operating on Files): Simplify previous change
3400         and fix Texinfo usage.
3402 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
3404         * dired.texi (Operating on Files): Add cross-references.  State the
3405         Unix commands that do similar things.
3407 2006-07-28  Richard Stallman  <rms@gnu.org>
3409         * mark.texi (Transient Mark): Clarify that region never disappears
3410         when Transient Mark mode is off, and not when it is on.
3412 2006-07-27  Richard Stallman  <rms@gnu.org>
3414         * search.texi (Non-ASCII Isearch): Clarify.  Mention C-q.
3416 2006-07-24  Richard Stallman  <rms@gnu.org>
3418         * xresources.texi (GTK styles): Fix texinfo usage.
3420         * commands.texi (User Input): Explain why we teach keyboard cmds.
3422         * xresources.texi, xresmini.texi, search.texi, programs.texi:
3423         * misc.texi, kmacro.texi, killing.texi, glossary.texi:
3424         * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
3425         * doclicense.texi, display.texi, dired.texi, basic.texi:
3426         * anti.texi, ack.texi: Move periods and commas inside quotes.
3428 2006-07-22  Eli Zaretskii  <eliz@gnu.org>
3430         * cmdargs.texi (General Variables): Document EMAIL.
3432 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3434         * frames.texi (Frame Commands): Mention that focus-follows-mouse
3435         doesn't have effect on MS-Windows.
3437 2006-07-17  Richard Stallman  <rms@gnu.org>
3439         * building.texi (Grep Searching): Explain about chaining grep commands.
3441 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
3443         * killing.texi, mini.texi: Fix typos.
3445 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
3447         * misc.texi (Invoking emacsclient): Document behavior when emacsclient
3448         is invoked for multiple files.
3450 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3452         * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
3453         on-line manual for the rest of this node.
3454         (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
3455         unconditionally.
3456         (Windows Processes) <w32-quote-process-args>: Include unconditionally.
3457         Improve wording.
3458         (Windows Printing): Improve wording.
3459         (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
3460         rest of this node.
3462 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
3464         * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
3465         with eval-buffer.
3467 2006-07-05  Nick Roberts  <nickrob@snap.net.nz>
3469         * mule.texi (Coding Systems, Specify Coding): Link descriptions
3470         of character translation.
3472 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
3474         * rmail.texi (Remote Mailboxes): Add missing @code keyword.
3476 2006-07-03  Karl Berry  <karl@gnu.org>
3478         * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
3479         not-too-underfull hboxes in the TeX output.
3480         * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3481         * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3482         * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3483         * sending.texi, text.texi: Fix overfull/underfull boxes.
3485 2006-07-03  Romain Francoise  <romain@orebokech.com>
3487         * m-x.texi (M-x): Fix.
3489 2006-07-03  Richard Stallman  <rms@gnu.org>
3491         * search.texi (Other Repeating Search): filename -> file name.
3493         * misc.texi (Narrowing): Minor cleanups.
3495         * files.texi (Visiting): filename -> file name.
3497         * emacs.texi (Top): Update subnode menus.
3499         * mule.texi (Coding Systems): Move char translation stuff here.
3500         (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3501         (Recognize Coding): Substantial local rewrites.
3502         (International): Update menu.
3504         * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3505         (Scrolling): Substantial local rewrites.
3506         (Display): Update menu and intro.
3508         * dired.texi: filename -> file name.
3510         * custom.texi (Safe File Variables): Texinfo usage fix.
3512 2006-07-03  Teodor Zlatanov  <tzz@lifelogs.com>
3514         * help.texi, m-x.texi: Lots of cleanups.
3516 2006-06-30  Eli Zaretskii  <eliz@gnu.org>
3518         * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3519         (Windows Processes, Windows Misc): Shorten the printed version by
3520         selectively conditioning less important portions by @ifnottex.
3522 2006-06-27  Richard Stallman  <rms@gnu.org>
3524         * mini.texi (Minibuffer File): Minor cleanup.
3526 2006-06-25  Nick Roberts  <nickrob@snap.net.nz>
3528         * frames.texi (XTerm Mouse): Rename to...
3529         (Text-Only Mouse): ...this.  Mention t-mouse-mode.
3531         * emacs.texi (Top): Use new node name.
3533 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
3535         * emacs.texi (Top): Update the detailed menu according to changes in
3536         msdog.texi.
3538         * msdog.texi (Windows Keyboard): New section.
3539         (Windows Mouse): New section.
3540         (Windows System Menu): Remove section (text merged with "Windows
3541         Keyboard").
3542         (Windows Misc): New section.
3544         * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3546         * msdog.texi (ls in Lisp): New section.
3548         * files.texi (Visiting): Document case-insensitive wildcard matching
3549         under find-file-wildcards.
3551 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3553         * macos.texi (Mac Input): Add description of mac-function-modifier.
3554         Now Unicode keyboard layouts work.
3556 2006-06-10  Richard Stallman  <rms@gnu.org>
3558         * mule.texi (Recognize Coding): Clarify previous change.
3560 2006-06-09  Kenichi Handa  <handa@m17n.org>
3562         * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3563         notation.
3565 2006-06-07  Kevin Ryde  <user42@zip.com.au>
3567         * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3568         manual for @ifnottex, but in emacs-extra for @iftex.
3570         * cmdargs.texi (General Variables): Fix smtpmail xref.
3572 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * programs.texi (Comment Commands):
3575         * custom.texi (Specifying File Variables):
3576         Use ;; instead of ;;; to better follow coding conventions.
3578 2006-06-07  Nick Roberts  <nickrob@snap.net.nz>
3580         * building.texi (Watch Expressions): Move node to end.
3581         (GDB Graphical Interface): Move description of clicks in fringe...
3582         (GDB commands in the Fringe): ...to here.  New node.
3584 2006-06-05  Romain Francoise  <romain@orebokech.com>
3586         * xresmini.texi (GTK resources): Fix various typos.
3588 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
3590         * building.texi (GDB Graphical Interface): Update bindings.
3591         (Commands of GUD): Add gud-print.  Remove gud-run.
3592         Restate availability more generally.
3594 2006-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
3596         * mini.texi: Lots of cleanups.
3598 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3600         * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3601         and Mouse-2.
3603 2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
3605         * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3607 2006-05-31  Richard Stallman  <rms@gnu.org>
3609         * basic.texi (Moving Point): Fix previous change.
3611 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
3613         * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3615 2006-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
3617         * basic.texi: Many simplifications and improvements in wording.
3619 2006-05-26  Nick Roberts  <nickrob@snap.net.nz>
3621         * anti.texi (Antinews): Create a node for gdb-ui.
3623 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3625         * frames.texi (Menu Bars, Tool Bars): Add index entries.
3627 2006-05-20  Richard Stallman  <rms@gnu.org>
3629         * dired.texi (Dired Navigation): dired-goto-file is now j.
3631 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3633         * mule.texi (Coding Systems): Mention the undecided-* coding systems
3634         and their aliases.
3636         * msdog.texi (Windows Printing): Mention non-support of plain text
3637         printing with some el-cheapo printers, and suggest a workaround.
3639 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3641         * text.texi (TeX Print): tex-dvi-view-command has a default value,
3642         remove the bit saying you must set it.
3644 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3646         * trouble.texi (Checklist):
3647         * text.texi (Text, Auto Fill, Text Mode):
3648         * search.texi (Nonincremental Search):
3649         * rmail.texi (Rmail Labels):
3650         * mule.texi (Input Methods, Multibyte Conversion):
3651         * misc.texi (Gnus, Where to Look, PostScript):
3652         * maintaining.texi (Create Tags Table):
3653         * indent.texi (Indentation Commands):
3654         * fixit.texi (Spelling):
3655         * emacs.texi (Copying):
3656         * custom.texi (Init File): ifinfo -> ifnottex.
3658 2006-05-17  Richard Stallman  <rms@gnu.org>
3660         * files.texi (Diff Mode): Mention C-x `.
3662 2006-05-08  Richard Stallman  <rms@gnu.org>
3664         * custom.texi (Disabling): Textual cleanups.
3666 2006-05-12  Glenn Morris  <rgm@gnu.org>
3668         * calendar.texi (Displaying the Diary, Format of Diary File):
3669         Refer to diary-view-entries, diary-list-entries,
3670         diary-show-all-entries rather than obsolete aliases.
3672 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
3674         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3675         (Displaying the Diary, Special Diary Entries, Importing Diary):
3676         * building.texi (Compilation Shell):
3677         * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3678         emacs-xtra with @inforef's.
3680         * files.texi (Visiting): Fix wording.
3682         * mule.texi (Coding Systems, Text Coding): More indexing.
3683         Mention that C-x RET f can set eol conversion.
3685 2006-05-07  Jan Djärv  <jan.h.d@swipnet.se>
3687         * xresmini.texi (GTK resources): Insert GTK description.
3689         * xresources.texi (GTK resources): metafont should be menufont.
3691 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
3693         * mini.texi (Completion Options): Completion of remote files'
3694         method, user name and host name is active only in partial
3695         completion mode.
3697 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3699         * makefile.w32-in (emacs.dvi):
3700         * Makefile.in (emacs.dvi): Add xresmini.texi.
3702         * xresmini.texi (Table of Resources): Remove xref to non-existent
3703         node "LessTif Resources".
3705         * msdog.texi (Microsoft Windows):
3706         * calendar.texi (Calendar/Diary, Displaying the Diary)
3707         (Special Diary Entries, Importing Diary, Holidays):
3708         * programs.texi (Program Modes):
3709         * text.texi (Text):
3710         * buffers.texi (Several Buffers):
3711         * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3713 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3715         The following changes merge the emacs-xtra manual into the main
3716         manual, but only for on-line version of the manual.
3718         * vc2-xtra.texi (Version Backups, Local Version Control)
3719         (Making Snapshots, Change Logs and VC, Version Headers)
3720         (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3721         on-line manual.
3723         * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3724         for on-line manual.
3726         * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3727         (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3728         (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3729         for on-line manual.
3731         * fortran-xtra.texi (Fortran, Fortran Autofill)
3732         (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3733         for on-line manual.
3735         * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3736         Conditional xref's for on-line manual.
3738         * emerge-xtra.texi (Emerge, Overview of Emerge)
3739         (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3740         manual.
3742         * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3743         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3744         (EMACSSOURCES): Use EMACS_XTRA.
3745         (../info/emacs-xtra): Remove.
3746         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3748         * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3749         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3750         (EMACSSOURCES): Use EMACS_XTRA.
3751         ($(infodir)/emacs-xtra): Remove.
3752         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3754         * trouble.texi (Quitting):
3755         * text.texi (Text):
3756         * programs.texi (Program Modes):
3757         * msdog.texi (Microsoft Windows):
3758         * frames.texi (Frames):
3759         * files.texi (Backup, Version Control, VC Concepts)
3760         (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3761         (Registering, VC Status, VC Undo, Multi-User Branching)
3762         (Comparing Files):
3763         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3764         (Displaying the Diary, Special Diary Entries, Importing Diary):
3765         * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3766         conditional xref's, depending on @iftex/@ifnottex.
3768         * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3769         "MS-DOS".  @include msdog-xtra.texi.
3771         * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3772         <Top Level> [ifnottex]: @include fortran-xtra.texi.
3774         * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3775         for vc-xtra.texi subsections.
3776         (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3777         (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3779         * sending.texi (Sending Mail): A @node line without explicit Prev,
3780         Next, and Up links.
3782         * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3783         Next, and Up links.
3785         * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3786         and its sections.  @include picture-xtra.texi.
3788         * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3789         "Emerge".
3790         (List Tags) [ifnottex]: @include emerge-xtra.texi.
3792         * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3793         exact duplicate of its name-sake in calendar.texi.
3795         * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3796         "Advanced Calendar/Diary Usage".
3797         (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3799         * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3800         dired-xtra.texi.
3801         (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3803         * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3804         (Files) [ifnottex]: Add menu entry for Autorevert.
3806         * emacs-xtra.texi (Introduction): Reword to make consistent with
3807         printed version only.
3808         <Top level>: Remove the body of all chapters and move them to the
3809         new *-xtra.texi files.  Use @raisesections and @lowersections to
3810         convert sections to chapters etc.
3812         * msdog-xtra.texi:
3813         * fortran-xtra.texi:
3814         * vc-xtra.texi:
3815         * vc1-xtra.texi:
3816         * vc2-xtra.texi:
3817         * emerge-xtra.texi:
3818         * cal-xtra.texi:
3819         * dired-xtra.texi:
3820         * arevert-xtra.texi: New files, with text from respective chapters
3821         of emacs-xtra.texi.  Convert each @chapter into @section, @section
3822         into @subsection, etc.
3824         * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG".  All references
3825         updated.
3827         * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3828         Windows".  All references updated.
3830 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3832         * macos.texi (Mac Input): Mention input from Character Palette.
3833         (Mac Font Specs): Fix typo.
3835 2006-05-05  Richard Stallman  <rms@gnu.org>
3837         * files.texi (Diff Mode): Minor cleanup.
3839 2006-05-05  Karl Berry  <karl@gnu.org>
3841         * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3842         errors from the current release of makeinfo (4.8).
3843         * help.texi (Library Keywords): Change widest word in multitable
3844         template from `emulations' to `convenience'.  (Not sure if this is
3845         related to the font change.)
3847 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3849         * files.texi (File Names): Add a footnote about limited support of
3850         ~USER on MS-Windows.
3852         * cmdargs.texi (Initial Options): Add a footnote about limited
3853         support of ~USER on MS-Windows.
3855 2006-05-03  Richard Stallman  <rms@gnu.org>
3857         * files.texi (Diff Mode): Node moved here.
3858         (Comparing Files): Delete what duplicates new node.
3859         (Files): Put Diff Mode in menu.
3861         * misc.texi (Diff Mode): Moved to files.texi.
3863         * emacs.texi (Top): Update menu for Diff Mode.
3865         * trouble.texi (Emergency Escape): Simplify.
3867         * emacs.texi (Top): Minor clarification.
3869 2006-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3871         * commands.texi, entering.texi, screen.texi: Many simplifications.
3873 2006-05-03  Richard Stallman  <rms@gnu.org>
3875         * commands.texi (Text Characters): Delete paragraph about unibyte
3876         non-ASCII printing chars.
3878         * killing.texi (Killing): Say "graphical displays".
3879         * display.texi: Say "graphical displays".
3881         * cmdargs.texi (Misc X): Say "graphical displays".
3883 2006-05-01  Richard Stallman  <rms@gnu.org>
3885         * emacs.texi (Top): Add Diff Mode to menu.
3887 2006-05-01  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3889         * misc.texi (Diff Mode): New node.
3891 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3893         * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3894         (Mac Environment Variables): Shorten example line.
3895         (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
3897 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3899         * building.texi (GUD Customization): Describe cases %d and %c.
3900         Update description for %e.
3902 2006-04-30  Glenn Morris  <rgm@gnu.org>
3904         * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3906 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3908         * custom.texi (Examining): Update C-h v output example.
3910 2006-04-29  Kim F. Storm  <storm@cua.dk>
3912         * building.texi (Grep Searching): Add lgrep and rgrep.
3914 2006-04-23  Richard Stallman  <rms@gnu.org>
3916         * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3918         * xresmini.texi: New file.
3920         * xresources.texi (Face Resources): Split table into font resources
3921         and the rest.  Combine similar attributes for brevity.
3923 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
3925         * emacs-xtra.texi (MS-DOS File Names): Remove section about
3926         backslashes and case-insensitivity in file names (moved to the
3927         main manual).
3928         (MS-DOS Printing): Move most of the text to the main manual.
3930         * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3931         New nodes.
3932         (Windows Processes, Windows System Menu): Add index entries and
3933         fix wording.
3935 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
3937         * misc.texi (Shell Ring): Add notes on saved input when
3938         navigating off the end of the history list.
3940 2006-04-18  Chong Yidong  <cyd@mit.edu>
3942         * misc.texi (Shell Options): Correct default value of
3943         comint-scroll-show-maximum-output.
3945 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
3947         * building.texi (Watch Expressions): Update.
3949 2006-04-12  Richard Stallman  <rms@gnu.org>
3951         * search.texi: Clean up previous change.
3953 2006-04-12  Eli Zaretskii  <eliz@gnu.org>
3955         * search.texi (Regexp Backslash, Regexp Replace): Add index
3956         entries for ``back reference'' and mention the term itself in the
3957         text.
3959 2006-04-11  Richard Stallman  <rms@gnu.org>
3961         * custom.texi (Safe File Variables):
3962         Document enable-local-variables = :safe.
3964 2006-04-11  Karl Berry  <karl@gnu.org>
3966         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3967         (Remote Repositories, Version Backups, Local Version Control)
3968         (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3969         (Miscellaneous Commands and Features of VC, Change Logs and VC)
3970         (Renaming VC Work Files and Master Files)
3971         (Inserting Version Control Headers, Customizing VC, General Options)
3972         (Options for RCS and SCCS, Options specific for CVS): Move all
3973         these nodes to emacs-xtra.texi, for brevity.
3974         * cmdargs.texi, files.texi: Change cross-references.
3976 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
3978         * files.texi (Old Versions): Update description of vc-annotate's
3979         use of color to indicate date ranges.
3981 2006-04-09  Kevin Ryde  <user42@zip.com.au>
3983         * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3984         put info and printed manual names the right way around.
3986 2006-04-09  Karl Berry  <karl@gnu.org>
3988         * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3989         emacs-xtra.texi, leaving only MS Windows information.
3990         * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3991         * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3992         node names.
3994         * emacs.texi: Move @summarycontents and @contents to the beginning
3995         of the file.
3997 2006-04-08  Kevin Ryde  <user42@zip.com.au>
3999         * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4001 2006-04-07  Richard Stallman  <rms@gnu.org>
4003         * programs.texi (Comments, Comment Commands, Options for Comments)
4004         (Multi-Line Comments): "Align", not "indent".
4005         (Basic Indent): C-j deletes trailing whitespace before the newline.
4007 2006-04-06  Richard Stallman  <rms@gnu.org>
4009         * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4011 2006-04-06  Eli Zaretskii  <eliz@gnu.org>
4013         * killing.texi (Rectangles): Add index entry for marking a rectangle.
4015 2006-04-05  Richard Stallman  <rms@gnu.org>
4017         * emacs.texi (Top): Update subnode menu.
4019         * trouble.texi (Unasked-for Search): Node deleted.
4020         (Lossage): Delete from menu.
4022 2006-04-04  Richard Stallman  <rms@gnu.org>
4024         * trouble.texi: Various cleanups.
4025         (Checklist): Don't bother saying how to snail a bug report.
4026         (Emergency Escape): Much rewriting.
4027         (After a Crash): Rename the core dump immediately.
4028         (Total Frustration): Call it a psychotherapist.
4029         (Bug Criteria): Avoid "illegal instruction".
4030         (Sending Patches): We always put the contributor's name in.
4032         * misc.texi (Thumbnails): Minor correction.
4034 2006-04-03  Richard Stallman  <rms@gnu.org>
4036         * misc.texi (Thumbnails): Minor cleanup.
4038 2006-04-02  Karl Berry  <karl@gnu.org>
4040         * sending.texi (Mail Sending): pxref to Top needs five args.
4042         * texinfo.tex: Update to current version (2006-03-21.13).
4044 2006-03-31  Richard Stallman  <rms@gnu.org>
4046         * emacs.texi (Top): Update subnode menu.
4048         * help.texi (Help Mode): Cleanup.
4050         * dired.texi: Many cleanups.
4051         (Dired Deletion): Describe dired-recursive-deletes.
4052         (Operating on Files): dired-create-directory moved.
4053         (Misc Dired Features): Move to here.
4054         (Tumme): Node moved to misc.texi.
4056         * custom.texi: Many cleanups.
4057         (Minor Modes): Don't mention ISO Accents Mode.
4058         (Examining): Update C-h v output example.
4059         (Hooks): Add index and xref for add-hook.
4060         (Locals): Delete list of vars that are always per-buffer.  Rearrange.
4061         (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4063         * misc.texi: Many cleanups.
4064         (beginning): Add to summary of topics.
4065         (Shell): Put eshell xref at the end.  Remove eshell from table.
4066         (Thumbnails): New node.
4068 2006-03-28  Eli Zaretskii  <eliz@gnu.org>
4070         * files.texi (File Name Cache): Make it clear that the cache is
4071         not persistent.
4073 2006-03-25  Karl Berry  <karl@gnu.org>
4075         * emacs-xtra.texi, emacs.texi, gnu.texi:
4076         (1) use @copyright{} instead of (C) in typeset text;
4077         (2) do not indent copyright year list (or anything else).
4079 2006-03-21  Juanma Barranquero  <lekktu@gmail.com>
4081         * files.texi (VC Dired Mode): Remove misplaced brackets.
4083 2006-03-21  Andre Spiegel  <spiegel@gnu.org>
4085         * files.texi: Various updates and clarifications in the VC chapter.
4087 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4089         * help.texi (Help Mode): Document "C-c C-c".
4091 2006-03-16  Luc Teirlinck  <teirllm@auburn.edu>
4093         * emacs-xtra.texi (Top): Avoid ugly continuation line in
4094         menu in the standalone Info reader.
4096 2006-03-15  Chong Yidong  <cyd@stupidchicken.com>
4098         * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4099         moved here from Emacs manual.
4101         * programs.texi (Fortran): Section moved to emacs-xtra.
4102         (Program Modes): Xref to Fortran in emacs-xtra.
4104         * maintaining.texi (Emerge): Move to emacs-xtra.
4105         * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4107         * picture.texi: File deleted.
4108         * Makefile.in:
4109         * makefile.w32-in: Remove picture.texi.
4111         * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4112         * abbrevs.texi (Abbrevs):
4113         * sending.texi (Sending Mail): Picture node removed.
4115         * emacs.texi (Top): Update node listings.
4117 2006-03-12  Richard Stallman  <rms@gnu.org>
4119         * calendar.texi: Various cleanups.
4121 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4123         * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4124         syntax.
4126 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
4128         * search.texi (Regexps): More accurately describe which characters
4129         are special in which situations.  Recommend _not_ to quote `]' or
4130         `-' when they are not special.
4132 2006-02-28  Andre Spiegel  <spiegel@gnu.org>
4134         * files.texi (Old Versions): Clarify operation of C-x v =.
4136 2006-02-21  Nick Roberts  <nickrob@snap.net.nz>
4138         * building.texi (Watch Expressions): Update and describe
4139         gdb-speedbar-auto-raise.
4141 2006-02-19  Richard M. Stallman  <rms@gnu.org>
4143         * emacs.texi: Use @smallbook.
4144         (Top): Update ref to Emacs paper, delete ref to Cookbook.
4145         Update subnode menu.
4147         * building.texi (Lisp Interaction): Minor addition.
4149 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
4151         * building.texi (Watch Expressions): Update and be more precise.
4153 2006-02-15  Francesco Potortì  <pot@gnu.org>
4155         * maintaining.texi (Create Tags Table): Explain why the
4156         exception when etags writes to files under the /dev tree.
4158 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4160         * custom.texi (Safe File Variables): Lots of clarification.
4161         Renamed from Unsafe File Variables.
4163 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4165         * custom.texi (Unsafe File Variables): File variable confirmation
4166         assumed denied in batch mode.
4168 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4170         * building.texi (GDB User Interface Layout): Don't say `inferior'
4171         for program being debugged.
4173 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
4175         * building.texi (GDB Graphical Interface):
4176         Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4178 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4180         * custom.texi (Specifying File Variables, Unsafe File Variables):
4181         New nodes, split from File Variables.  Document new file local
4182         variable behavior.
4184 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4186         * display.texi (Standard Faces):
4187         * files.texi (Visiting):
4188         * frames.texi (Clipboard):
4189         * glossary.texi (Glossary) <Clipboard>:
4190         * xresources.texi (X Resources): Mention Mac OS port.
4192 2006-02-12  Richard M. Stallman  <rms@gnu.org>
4194         * building.texi (Building): Clarify topic in intro.
4196         * maintaining.texi (Maintaining): Change title; clarify topic.
4197         Delete duplicate index entries.
4199         * building.texi (Other GDB User Interface Buffers): Clarifications.
4201         * text.texi (Cell Commands): Clarifications.
4203         * programs.texi (Defuns): Delete duplicate explanation of
4204         left-margin paren convention.
4205         (Hungry Delete): Minor cleanup.
4207 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
4209         * dired.texi (Tumme): More tumme documentation.
4211 2006-02-11  Alan Mackenzie  <acm@muc.de>
4213         * programs.texi ("Hungry Delete"): Correct the appellation of the
4214         backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4216 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
4218         * dired.texi (Tumme): Fix small bug.
4220 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4222         * macos.texi (Mac International): Rename "fontset-mac" to
4223         "fontset-standard".
4225 2006-02-09  Mathias Dahl  <mathias.dah@gmail.com>
4227         * dired.texi (Tumme): Basic documentation for Tumme added.
4229 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
4231         * mule.texi (International):
4232         * programs.texi (Basic Indent): Fix typos.
4234         * custom.texi (Minor Modes):
4235         * display.texi (Text Display):
4236         * commands.texi (Text Characters): Update xrefs.
4238 2006-02-07  Richard M. Stallman  <rms@gnu.org>
4240         * emacs.texi (Top): Update subnode menu.
4241         Update info on old Emacs papers.
4242         (Intro): "Graphical display", not window system.
4244         * xresources.texi (GTK styles): Minor clarifications.
4246         * trouble.texi: "Graphical display", not window system.
4247         (Stuck Recursive): Minor clarification.
4249         * text.texi: Minor clarifications.
4250         (Sentences): Explain why two-space convention is better.
4251         Explain sentence-end-without-period here.
4252         (Fill Commands): Not here.
4253         (Refill): Node moved down.
4254         (Filling): Update menu.
4255         (Table Creation, Cell Justification, Column Commands): Clarify.
4257         * sending.texi: Minor clarifications.
4259         * search.texi (Regexp Backslash): Clarification.
4261         * rmail.texi: Minor cleanups.
4262         (Rmail): Delete digression about `rmail-mode'.
4263         (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4264         (Rmail Files): Mention C-u M-x rmail.
4265         (Rmail Reply): Mention References.
4266         (Rmail Display): Mention rmail-nonignored-headers.
4268         * programs.texi: Minor cleanups.
4269         (Comment Commands): Mention momentary Transient Mark mode.
4270         (Matching): Be more specific about customizing show-paren-mode.
4271         (Info Lookup): Don't list the modes that support C-h S.
4272         Just say what it does in an unsupported mode.
4273         (Man Page): Delete excessive info on customizing woman.
4274         (Motion in C): Don't mention c-for/backward-into-nomenclature.
4276         * abbrevs.texi: Minor clarifications.
4277         (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4278         not "dynamic abbrevs" as if they were a kind of abbrev.
4280         * picture.texi (Picture): Minor cleanup.
4282         * mule.texi (Communication Coding): Say "other applications".
4283         (Fontsets): Not specific to X.  Add xref to X Resources.
4284         (Unibyte Mode): Rename from Single-Byte Character Support.
4285         "Graphical display", not window system.
4286         (International): Update menu.
4288         * maintaining.texi (Format of ChangeLog):
4289         New node, split out from ChangeLog.
4290         (ChangeLog): Clarifications in the remaining text.
4291         (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4292         (Find Tag): Add @w.
4293         (Tags Search): Explain tag table order here.  Simplify grep ref.
4294         (List Tags): tags-tag-face is a variable, not a face.
4295         (Emerge): Cleanups.
4297         * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4298         (Keyboard Macros): Avoid "the user".
4300         * killing.texi: "Graphical display", not window system.
4302         * help.texi (Help Echo): "Graphical display", not window system.
4304         * glossary.texi: Say "you", not "the user".  Say "graphical display".
4306         * frames.texi: Minor cleanups.  "Graphical display", not window system.
4308         * files.texi (Visiting): Make drag-and-drop not X-specific.
4310         * custom.texi: Minor cleanups.  "Graphical display", not window system.
4312         * cmdargs.texi: Minor cleanups.
4314         * building.texi (Compilation): Move and split kill-compilation para.
4315         Add para about multiple compilers.
4316         (Compilation Mode): Commands also available in grep mode and others.
4317         Mention C-u C-x ` more tutorially.  Clarify C-x `.
4318         (Compilation Shell): Clarify.  Put Bash example first.
4319         (Grep Searching): Minor cleanups; add @w.
4320         (Debuggers): Minor cleanups.
4321         (Starting GUD): Make GDB xgraphical mode issue clearer.
4322         (Debugger Operation): Lots of clarifications including
4323         GDB tooltip side-effect issue.
4324         (Commands of GUD): Clarify.
4325         (GUD Customization): Add bashdb-mode-hook.
4326         (GDB Graphical Interface): Rewrite for clarity.
4327         (GDB User Interface Layout): Rewrite for clarity.
4328         (Stack Buffer, Watch Expressions): Likewise.
4329         (Other GDB User Interface Buffers): Cleanups.
4330         (Lisp Libraries, External Lisp): Cleanup.
4332         * basic.texi (Position Info): "Graphical displays", rather than
4333         window systems.
4335         * anti.texi: Minor cleanup.
4337 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
4339         * custom.texi (Init File, Find Init): Add cross-references to
4340         where $HOME is described.
4342 2006-02-01  Luc Teirlinck  <teirllm@auburn.edu>
4344         * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4345         is not inside the @table.
4347         * emacs.texi (Top): Correct node name.
4349         * files.texi (File Names): Fix @xref.
4350         (Reverting): Fix typo.
4352         * mule.texi (International): Correct node name.
4354         * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4356 2006-02-01  Richard M. Stallman  <rms@gnu.org>
4358         * emacs.texi (Top): Update subnode menu.
4360         * mule.texi: Minor clarifications.
4361         Reduce the specific references to X Windows.
4362         Refer to "graphical" terminals, rather than window systems.
4363         (Text Coding): Rename from Specify Coding.
4364         (Communication Coding, File Name Coding, Terminal Coding):
4365         New nodes split out from Text Coding.
4367         * kmacro.texi: Minor clarifications.
4368         (Keyboard Macro Ring): Comment out some excessive commands.
4369         (Basic Keyboard Macro): Split up the table, putting part in each node.
4371         * major.texi: Minor clarifications.
4373         * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4375         * windows.texi: Minor clarifications.
4376         (Change Window): Don't describe mode-line mouse cmds here.
4377         Add xref to Mode Line Mouse.
4379         * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4381         * macos.texi (Mac International): Fix xref.
4383         * indent.texi: Minor clarifications.
4385         * frames.texi: Minor clarifications.
4386         Reduce the specific references to X Windows.
4387         Refer to "graphical" terminals, rather than window systems.
4388         (Frame Parameters): Don't mention commands like
4389         set-foreground-color.  Just say to customize a face.
4390         (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4392         * files.texi: Minor clarifications.
4393         (Numbered Backups): New node, split out from Backup Names.
4395         * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4397         * cmdargs.texi (General Variables): Fix xref.
4399         * buffers.texi: Minor clarifications.
4401 2006-01-31  Richard M. Stallman  <rms@gnu.org>
4403         * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4404         Nodes moved to top.
4406         * display.texi: Minor clarifications.
4407         (Display): Rearrange menu.
4408         (Standard Faces): Mention query-replace face.
4409         (Faces): Simplify.
4410         (Font Lock): Simplify face customization info.
4411         (Highlight Changes): Node merged into Highlight Interactively.
4412         (Highlight Interactively): Much rewriting and cleanup.
4413         (Optional Mode Line): Narrowed line number not good for goto-line.
4414         Simplify face customization advice.
4415         (Text Display): Mention use of escape-glyph face.
4416         Move ctl-arrow and tab-width here.
4417         (Display Custom): Move no-redraw-on-reenter to end of node.
4419         * search.texi: Minor clarifications.
4420         (Isearch Scroll): Simplify.
4421         (Other Repeating Search): Document multi-occur-in-matching-buffers.
4423         * regs.texi (Registers): Mention bookmarks here.
4425         * mark.texi: Minor clarifications.
4426         (Selective Undo): Node deleted.
4428         * m-x.texi: Minor clarifications.
4430         * killing.texi: Minor clarifications.
4431         Refer to "graphical" terminals, rather than window systems.
4433         * help.texi: Clarifications.
4434         (Help): Don't describe C-h F and C-h K here.
4435         (Key Help): Describe C-h K here.
4436         (Name Help): Mention Emacs Lisp Intro.
4437         Describe C-h F here.
4438         (Misc Help): Mention C-h F and C-h K only briefly.
4440         * fixit.texi (Undo): New node, mostly copied from basic.texi.
4441         Selective undo text merged in.
4442         (Spelling): Mention Aspell along with Ispell.
4444         * emacs.texi (Top): Update subnode menus.
4446         * basic.texi (Basic Undo): Rename from Undo.  Most of text
4447         moved to new Undo node.
4449 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
4451         * basic.texi (Continuation Lines, Inserting Text):
4452         Mention longlines mode.
4454 2006-01-29  Richard M. Stallman  <rms@gnu.org>
4456         * screen.texi: Minor cleanups.
4457         (Screen): Clean up the intro paragraphs.
4458         (Mode Line): Lots of rewriting.  Handle frame-name better.
4459         eol-mnemonic-... vars moved out.
4461         * emacs.texi (Top): Change menu item for MS-DOS node.
4462         Update subnode menu.
4464         * msdog.texi (MS-DOS): Rewrite intro to explain how this
4465         chapter relates to Windows.  Title changed.
4467         * mini.texi: Minor cleanups.
4469         * mark.texi (Selective Undo): New node, text moved from basic.texi.
4470         (Mark): Put it in the menu.
4472         * entering.texi: Minor cleanups.
4474         * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
4475         (Intro): Refer to "graphical" terminals, rather than X.
4477         * display.texi (Display Custom): Add xref to Variables.
4478         (Optional Mode Line): eol-mnemonic-... vars moved here.
4480         * commands.texi: Minor cleanups.  Refer to "graphical" terminals,
4481         rather than X.
4483         * basic.texi: Minor cleanups.
4484         (Undo): selective-undo moved.
4486 2006-01-25  Luc Teirlinck  <teirllm@auburn.edu>
4488         * anti.texi (Antinews): Various corrections and additions.
4490 2006-01-23  Juri Linkov  <juri@jurta.org>
4492         * custom.texi (Easy Customization, Customization Groups)
4493         (Browsing Custom): Mention links along with buttons.
4495 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
4497         * text.texi (TeX Print): Use @key for TAB.
4499         * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4501 2006-01-15  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4503         * files.texi (File Aliases): Don't claim that usually separate
4504         buffers are created for two file names that name the same data.
4505         Mention additional situations where different names mean the same
4506         file on disk.
4508 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4510         * killing.texi (Deletion): Upcase @key argument.
4512         * custom.texi (Custom Themes): Minor cleanup.
4514         * programs.texi (Hungry Delete): Upcase @key argument.
4516 2006-01-16  Juri Linkov  <juri@jurta.org>
4518         * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4519         Move `mode-line-highlight' before `mode-line-buffer-id'.
4521 2006-01-14  Richard M. Stallman  <rms@gnu.org>
4523         * basic.texi (Inserting Text): Minor cleanup.
4525 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4527         * custom.texi (Changing a Variable, Face Customization):
4528         Update for changes in Custom menus.
4530 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4532         * macos.texi (Mac International): Undo last change.
4534 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
4536         * custom.texi (Custom Themes): Describe the new
4537         customize-create-theme interface.
4539 2005-12-30  Juri Linkov  <juri@jurta.org>
4541         * basic.texi (Position Info): Update example.
4543 2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
4545         * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4547 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4549         * custom.texi (Custom Themes): `load-theme' always loads.
4551 2005-12-23  Juri Linkov  <juri@jurta.org>
4553         * display.texi (Highlight Interactively): Use double space to
4554         separate sentences.  Replace C-p with M-p, and C-n with M-n.
4556 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4558         * custom.texi (Easy Customization and subnodes):
4559         Replace "active field" with "button".
4560         Use "user option" only for variables.
4561         Use "setting" for variable-or-face.
4563 2005-12-22  Luc Teirlinck  <teirllm@auburn.edu>
4565         * buffers.texi (Select Buffer): Change order in table to make
4566         "Similar" refer to the correct item.
4567         (Indirect Buffers): Minor rewording.
4569 2005-12-20  Juri Linkov  <juri@jurta.org>
4571         * files.texi (VC Status): Put P and N near p and n.
4573 2005-12-19  Richard M. Stallman  <rms@gnu.org>
4575         * programs.texi (Electric C): Delete the info about newline control.
4576         (Other C Commands): Minor cleanup.
4577         (Left Margin Paren): Minor cleanup.
4579 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4581         * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4582         (Customization Groups): Delete text moved to "Browsing Custom".
4583         (Browsing Custom): New node.
4584         (Specific Customization): Clarify which commands only work for
4585         loaded options.
4587 2005-12-18  Bill Wohler  <wohler@newt.com>
4589         * frames.texi (Tool Bars): Shorten text of previous change.
4591 2005-12-18  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4593         * files.texi (VC Status): Document log-view mode.
4595 2005-12-18  Bill Wohler  <wohler@newt.com>
4597         * frames.texi (Tool Bars): Mention that you can turn off tool bars
4598         permanently via the customize interface.
4600 2005-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
4602         * killing.texi (Killing by Lines): Document `kill-whole-line'
4603         function.
4605 2005-12-16  Lőrentey Károly  <lorentey@elte.hu>
4607         * buffers.texi (Select Buffer): Change `prev-buffer' to
4608         `previous-buffer'.  Indicate that these functions use a frame
4609         local buffer list.
4611 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4613         * custom.texi (Easy Customization): Change menu comment.
4614         (Prefix Keymaps): Fix spelling of Control-X-prefix.
4616         * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
4617         (Help): Among the Apropos commands, describe only C-h a here.
4619 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4621         * programs.texi (Options for Comments): Comment-end starts with space.
4623         * glossary.texi (Glossary): Minor cleanup.
4625         * files.texi (Old Versions): Use @table.
4627 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4629         * display.texi (Highlight Interactively): Include
4630         global-hi-lock-mode.  Add miscellaneous details and elaborations.
4632 2005-12-09  Richard M. Stallman  <rms@gnu.org>
4634         * display.texi (Font Lock): Delete the Global FL menu item.
4636 2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
4638         * custom.texi (Minibuffer Maps): Mention the maps for file name
4639         completion.
4641 2005-12-09  Kim F. Storm  <storm@cua.dk>
4643         * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
4644         prefix keys even when mark is active.  Describe that RET moves
4645         cursor to next corner in rectangle; clarify insert around rectangle.
4647 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4649         * custom.texi (Customization): Use xref to elisp manual for
4650         non-TeX output.
4651         (Minor Modes): Update.
4652         (Customization Groups, Changing a Variable, Face Customization):
4653         Update for new appearance of Custom buffers.
4654         (Changing a Variable): `custom-buffer-done-function' has been
4655         replaced by `custom-buffer-done-kill'.
4656         (Specific Customization): In the `customize-group' buffer, a
4657         subgroup's contents are not "hidden".  They are not included at
4658         all.  They have no [Show] button.
4659         (Mouse Buttons): Add pxref to description of mouse event lists in
4660         Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
4661         (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4662         ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4664 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4666         * mini.texi (Completion Commands, Completion):
4667         In file name input, SPC does not do completion.
4669 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
4671         * building.texi (GDB Graphical Interface): Explain screen size
4672         setting.
4673         (Other GDB User Interface Buffers): Describe features specific to
4674         GDB 6.4.
4676 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
4678         * building.texi (GDB User Interface Layout): Describe how to
4679         kill associated buffers.
4680         (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4681         (Watch Expressions): Be more precise.
4682         (Other GDB User Interface Buffers): Describe how to change a
4683         register value.
4685 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4687         * macos.texi (Mac Input): Remove description of
4688         mac-command-key-is-meta.  Add descriptions of
4689         mac-control-modifier, mac-command-modifier, and
4690         mac-option-modifier.
4691         (Mac International): Fix description of conversion of clipboard data.
4692         (Mac Font Specs): Add example of font customization by face attributes.
4694 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
4696         * building.texi (Watch Expressions): Expand description.
4697         (Other GDB User Interface Buffers): Describe local map for
4698         gud-watch.
4700 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
4702         * display.texi (Font Lock): Font lock is enabled by default now.
4704 2005-11-20  Juri Linkov  <juri@jurta.org>
4706         * basic.texi (Position Info): Update examples of the output.
4707         Remove the fact that examples are produced in the TeXinfo buffer,
4708         because in the Info reader users will get a different output from
4709         `C-x ='.
4711         * building.texi (Compilation Mode): Remove paragraph duplicated
4712         from the node `Compilation'.  Add `compilation-skip-threshold'.
4714         * display.texi (Font Lock): Suggest more user-friendly method of
4715         finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4717 2005-11-18  Richard M. Stallman  <rms@gnu.org>
4719         * files.texi (Registering): Mention @@ in mode line.
4721         * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
4723 2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4725         * files.texi (Renaming and VC): Some back-ends don't
4726         handle renaming.
4728 2005-11-17  Juri Linkov  <juri@jurta.org>
4730         * emacs.texi (Top):
4731         * display.texi (Highlight Interactively): Put this font-lock based
4732         mode near Font Lock node.
4734 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
4736         * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4737         icons.
4739 2005-11-12  Kim F. Storm  <storm@cua.dk>
4741         * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
4742         (Help Summary): Add C-h d and C-h e.
4743         (Apropos): Clarify that all apropos commands may search for either
4744         list of words or a regexp.  Add C-h d for apropos-documentation.
4745         Describe apropos-documentation-sort-by-scores user option.
4747 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4749         * killing.texi (CUA Bindings): Add @section.
4751 2005-11-10  Kim F. Storm  <storm@cua.dk>
4753         * emacs.texi (Top): Add CUA Bindings entry to menu.
4755         * killing.texi (CUA Bindings): New node.  Moved here from
4756         misc.texi and extended with info on rectangle commands and
4757         rectangle highlighting, interface to registers, and the global
4758         mark feature.
4760         * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4762         * regs.texi: Prev link points to CUA Bindings node.
4764 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
4766         * help.texi (Help Echo): By default, help echos are only shown on
4767         mouse-over, not on point-over.
4769 2005-11-04  Jérôme Marant  <jerome@marant.org>
4771         * misc.texi (Shell Mode): Describe how to activate password echoing.
4773 2005-11-04  Romain Francoise  <romain@orebokech.com>
4775         * mark.texi (Mark Ring): Fix typo.
4777 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4779         * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4781 2005-11-01  Bill Wohler  <wohler@newt.com>
4783         * help.texi (Help Mode): Fix typo.
4785 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4787         * building.texi (Other GDB User Interface Buffers): Describe
4788         the command gdb-use-inferior-io-buffer.
4790 2005-10-31  Romain Francoise  <romain@orebokech.com>
4792         * files.texi (Compressed Files): Fix typo.
4794         * buffers.texi (Misc Buffer): Downcase `*shell*'.
4796         * windows.texi (Force Same Window): Likewise.
4798 2005-10-30  Bill Wohler  <wohler@newt.com>
4800         * help.texi (Help Mode): URLs viewed with browse-url.
4802 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4804         * building.texi (GDB Graphical Interface): Don't reference
4805         gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
4806         must stay in same frame.
4808 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4810         * custom.texi (Init File): Document ~/.emacs.d/init.el.
4812         * anti.texi (Antinews): Likewise.
4814 2005-10-28  Bill Wohler  <wohler@newt.com>
4816         * help.texi (Help): Help mode now creates hyperlinks for URLs.
4818 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4820         * files.texi (Visiting): Explain how to enter ? in a file name.
4822         * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4824 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4826         * building.texi (GDB Graphical Interface): Describe
4827         gdb-mouse-until.
4829 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4831         * custom.texi (Init File): Recommend when to use site-start.el.
4833 2005-10-21  Juri Linkov  <juri@jurta.org>
4835         * custom.texi (Examining): Mention accessing the old variable
4836         value via M-n in set-variable.
4838 2005-10-18  Romain Francoise  <romain@orebokech.com>
4840         * files.texi (Version Systems): Capitalize GNU.
4842 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
4844         * building.texi (Compilation Mode): Remove redundant paragraph.
4845         (Watch Expressions): Remove paragraph to reflect code change.
4847 2005-10-16  Richard M. Stallman  <rms@gnu.org>
4849         * building.texi (Compilation Mode, Compilation): Clarified.
4851 2005-10-15  Richard M. Stallman  <rms@gnu.org>
4853         * misc.texi (Saving Emacs Sessions): Mention savehist library.
4855 2005-10-13  Kenichi Handa  <handa@m17n.org>
4857         * basic.texi (Position Info): Fix previous change.
4859 2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
4861         * cmdargs.texi (Icons X): Fix typo.
4863 2005-10-12  Kenichi Handa  <handa@m17n.org>
4865         * basic.texi (Position Info): Describe the case that Emacs shows
4866         "part of display ...".
4868 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
4870         * cmdargs.texi (Icons X): -nb => -nbi.
4872 2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
4874         * frames.texi (Speedbar): A couple more clarifications.
4876 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
4878         * building.texi (GDB User Interface Layout): Improve diagram.
4879         (Watch Expressions): Explain how to make speedbar global.
4880         (Other GDB User Interface Buffers): Make references more precise.
4882 2005-10-09  Richard M. Stallman  <rms@gnu.org>
4884         * frames.texi (Speedbar): Clarify the text.
4886 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
4888         * frames.texi (Speedbar): Add information on keybindings,
4889         dismissing the speedbar, and buffer display mode.  Link to
4890         speedbar manual.
4892 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
4894         * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4895         added -nb, --no-bitmap-icon.
4897 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
4899         * building.texi (GDB Graphical Interface): Add variables and
4900         functions to indices.  Be more precise.
4902 2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
4904         * frames.texi (Drag and Drop): Remove the x- from
4905         x-dnd-open-file-other-window and xdnd-protocol-alist.
4907 2005-09-30  Romain Francoise  <romain@orebokech.com>
4909         * mini.texi (Minibuffer): The default value now appears before the
4910         colon in minibuffer prompts.
4912 2005-09-25  Richard M. Stallman  <rms@gnu.org>
4914         * search.texi (Regexp Search): Doc search-whitespace-regexp.
4916 2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4918         * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4920 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4922         * emacs.texi (Top): Update submenus from macos.texi.
4924         * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4925         (Mac OS): Update feature support status.
4926         (Mac Input): List supported input scripts.  Remove description
4927         about `mac-keyboard-text-encoding'.  Mention mouse button
4928         emulation and related variables.
4929         (Mac International): Mention Central European and Cyrillic
4930         support.  Now `keyboard-coding-system' is dynamically changed.
4931         Add description about coding system for selection.  Add
4932         description about language environment.
4933         (Mac Environment Variables): Mention
4934         `~/.MacOSX/environment.plist'.  Give example of command line
4935         arguments.  Add Preferences support.
4936         (Mac Directories): Explicitly state that this node is for Mac OS
4937         Classic only.
4938         (Mac Font Specs): Mention specification for scalable fonts.  List
4939         supported charsets.  Add preferred way of creating fontsets.  Add
4940         description about `mac-allow-anti-aliasing'.
4941         (Mac Functions): Add descriptions about `mac-set-file-creator',
4942         `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4943         and `mac-get-preference'.
4945 2005-09-16  Romain Francoise  <romain@orebokech.com>
4947         Update all files to specify GFDL version 1.2.
4949         * doclicense.texi (GNU Free Documentation License): Update to
4950         version 1.2.
4952 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4954         * buffers.texi (List Buffers): Fix xref.
4956         * rmail.texi (Rmail Basics): Fix xref.
4958         * emacs.texi (Top): Update subnode menus.
4960         * files.texi (Saving Commands): New node, broken out of Saving.
4961         (Customize Save): New node, broken out of Saving.
4962         Clarify effect of write-region-inhibit-fsync.
4963         (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4965 2005-09-14  Romain Francoise  <romain@orebokech.com>
4967         * files.texi (Saving): Mention write-region-inhibit-fsync.
4969 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4971         * custom.texi (Custom Themes): New node.
4973 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4975         * search.texi (Search Case): Mention vars that control
4976         case-fold-search for various operations.
4978 2005-08-22  Juri Linkov  <juri@jurta.org>
4980         * display.texi (Standard Faces): Merge the text from
4981         `(elisp)Standard Faces' into this node.
4983 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4985         * emacs.texi (Top): Delete menu item for deleted node
4986         Keyboard Translations.
4988 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4990         * trouble.texi (Unasked-for Search):
4991         Delete xref to Keyboard Translations.
4993         * glossary.texi (Glossary): Delete xref.
4995         * custom.texi (Minor Modes): Say that the list here is not complete.
4996         (Keyboard Translations): Node deleted.
4997         (Disabling): Delete xref to it.
4998         (Customization Groups): Fix Custom buffer example.
4999         (Hooks): Mention remove-hooks.
5001 2005-08-17  Luc Teirlinck  <teirllm@auburn.edu>
5003         * building.texi (GDB Graphical Interface): Improve filling of menu
5004         item.
5006 2005-08-18  Nick Roberts  <nickrob@snap.net.nz>
5008         * building.texi (GDB Graphical Interface): Use better node names.
5010 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5012         * text.texi (Sentences): Fix xref.
5014 2005-08-14  Juri Linkov  <juri@jurta.org>
5016         * building.texi (Compilation, Grep Searching): Move grep command
5017         headings from `Compilation' to `Grep Searching'.
5019         * dired.texi (Dired and Find):
5020         * maintaining.texi (Tags Search): Replace grep xref to
5021         `Compilation' node with `Grep Searching'.
5023         * files.texi (Comparing Files): Replace xref to `Compilation' with
5024         `Compilation Mode'.
5026 2005-08-13  Alan Mackenzie  <acm@muc.de>
5028         * search.texi (Non-ASCII Isearch): Correct a typo.
5029         (Replacement Commands): Mention query-replace key binding.
5031 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5033         * programs.texi (Options for Comments): Fix xref.
5035         * search.texi (Regexp Backslash, Regexp Example): New nodes split
5036         out of Regexps.
5038 2005-08-09  Juri Linkov  <juri@jurta.org>
5040         * building.texi (Compilation): Use `itemx' instead of `item'.
5041         (Grep Searching): Simplify phrase.
5043         * display.texi (Standard Faces): Describe vertical-border on
5044         window systems.
5046         * windows.texi (Split Window): Simplify phrase and mention
5047         vertical-border face.
5049 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5051         * files.texi (Comparing Files): Clarify compare-windows.
5053         * calendar.texi (Scroll Calendar): Document < and > in calendar.
5055 2005-08-06  Eli Zaretskii  <eliz@gnu.org>
5057         * mule.texi (Coding Systems): Rephrase the paragraph about
5058         codepages: no need for "M-x codepage-setup" anymore, except on
5059         MS-DOS.
5061         * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5062         the MS-DOS port only.
5064 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
5066         * makefile.w32-in (info): Don't run multi-install-info.bat.
5067         ($(infodir)/dir): New target, produced by running
5068         multi-install-info.bat.
5070 2005-07-22  Eli Zaretskii  <eliz@gnu.org>
5072         * files.texi (Quoted File Names): Add index entry.
5074 2005-07-19  Juri Linkov  <juri@jurta.org>
5076         * files.texi (Comparing Files): Mention resync for `compare-windows'.
5078 2005-07-18  Juri Linkov  <juri@jurta.org>
5080         * custom.texi (Easy Customization):
5081         * files.texi (Old Versions):
5082         * frames.texi (Wheeled Mice):
5083         * mule.texi (Specify Coding):
5084         * text.texi (Cell Justification):
5085         * trouble.texi (After a Crash):
5086         * xresources.texi (GTK styles):
5087         Delete duplicate duplicate words.
5089 2005-07-17  Richard M. Stallman  <rms@gnu.org>
5091         * frames.texi (Creating Frames): Fix foreground color example.
5093         * custom.texi (Init Examples): Clean up text about conditionals.
5095 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5097         * mini.texi (Completion Commands): Fix command name for ?.
5099 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
5101         * display.texi (Standard Faces): Explain that customization of
5102         `menu' face has no effect on w32 and with GTK.  Add
5103         cross-references.
5105         * cmdargs.texi (General Variables): Clarify the default location
5106         of $HOME on w32 systems.
5108 2005-07-15  Jason Rumney  <jasonr@gnu.org>
5110         * cmdargs.texi (General Variables): Default HOME on MS Windows has
5111         changed.
5113 2005-07-08  Kenichi Handa  <handa@m17n.org>
5115         * mule.texi (Recognize Coding): Recommend
5116         revert-buffer-with-coding-system instead of revert-buffer.
5118 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5120         * anti.texi (Antinews): Mention mode-line-inverse-video.
5122         * files.texi (Saving): Minor correction about C-x C-w.
5124         * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5126 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
5128         * search.texi (Isearch Scroll): Add example of using the
5129         `isearch-scroll' property.
5130         (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5131         `Display Custom' node.
5132         (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5133         and de-emphasize it.
5134         (Other Repeating Search): `occur' currently can not correctly
5135         handle multiline matches.  Correct, clarify and update description
5136         of `flush-lines' and `keep-lines'.
5138         * display.texi (Display Custom): Add anchor for `baud-rate'.
5140 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5142         * gnu.texi: Update where to get GNU status; add refs for how to help.
5143         Add footnotes 6 and 7.
5145 2005-07-04  Lute Kamstra  <lute@gnu.org>
5147         Update FSF's address in GPL notices.
5149         * doclicense.texi (GNU Free Documentation License):
5150         * trouble.texi (Checklist): Update FSF's address.
5152 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5154         * display.texi (Text Display): Change index entries.
5156 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5158         * makefile.w32-in (MAKEINFO): Use --force.
5159         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5160         Makefile.in.
5162 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5164         * anti.texi (Antinews): Renamed show-nonbreak-escape to
5165         nobreak-char-display.
5167         * emacs.texi (Top): Update detailed node listing.
5169         * display.texi (Text Display): Renamed show-nonbreak-escape
5170         to nobreak-char-display and no-break-space to nobreak-space.
5171         (Standard Faces): Split up the list of standard faces
5172         and put it in a separate node.  Add nobreak-space and
5173         escape-glyph.
5175 2005-06-23  Lute Kamstra  <lute@gnu.org>
5177         * mule.texi (Select Input Method): Fix typo.
5179 2005-06-23  Kenichi Handa  <handa@m17n.org>
5181         * mule.texi (International): List all supported scripts.  Adjust
5182         text for that leim is now included in the normal Emacs
5183         distribution.
5184         (Language Environments): List all language environments.
5185         Intlfonts contains fonts for most supported scripts, not all..
5186         (Select Input Method): Refer to C-u C-x = to see how to type to
5187         input a specific character.
5188         (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5190 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5192         * building.texi (Grep Searching): Texinfo usage fix.
5194 2005-06-22  Miles Bader  <miles@gnu.org>
5196         * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5198 2005-06-20  Miles Bader  <miles@gnu.org>
5200         * display.texi (Faces): Add `vertical-divider'.
5202 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5204         * text.texi (Adaptive Fill): Minor clarification.
5206 2005-06-10  Lute Kamstra  <lute@gnu.org>
5208         * emacs.texi (Top): Correct version number.
5209         * anti.texi (Antinews): Correct version number.  Use EMACSVER to
5210         refer to the current version of Emacs.
5212 2005-06-08  Luc Teirlinck  <teirllm@auburn.edu>
5214         * files.texi (Log Buffer): Document when there can be more than
5215         one file to be committed.
5217 2005-06-08  Juri Linkov  <juri@jurta.org>
5219         * display.texi (Faces): Add `shadow' face.
5221 2005-06-07  Masatake YAMATO  <jet@gyve.org>
5223         * display.texi (Faces): Write about mode-line-highlight.
5225 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5227         * misc.texi (Printing Package): Explain how to initialize
5228         printing package.
5230         * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5232 2005-06-05  Chong Yidong  <cyd@stupidchicken.com>
5234         * emacs.texi: Rename Hardcopy to Printing.
5235         Make PostScript and PostScript Variables subnodes of it.
5237         * misc.texi (Printing): Rename node from Hardcopy.
5238         Mention menu bar options.
5239         Move PostScript and PostScript Variables to submenu.
5240         (Printing package): New node.
5242         * mark.texi (Using Region): Change Hardcopy xref to Printing.
5244         * dired.texi (Operating on Files): Likewise.
5246         * calendar.texi (Displaying the Diary): Likewise.
5248         * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5250         * glossary.texi (Glossary): Likewise.
5252         * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5253         effect.
5255 2005-06-04  Richard M. Stallman  <rms@gnu.org>
5257         * trouble.texi (After a Crash): Polish previous change.
5259 2005-05-30  Noah Friedman  <friedman@splode.com>
5261         * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5262         recovery mechanism.
5264 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
5266         * building.texi (Other Buffers): SPC toggles display of
5267         floating point registers.
5269 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
5271         * files.texi (Log Buffer): Merge in description of Log Edit
5272         mode from pcl-cvs.texi.
5274 2005-05-26  Richard M. Stallman  <rms@gnu.org>
5276         * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5278 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5280         * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5281         not enabled by default.
5282         When not on a word, `ispell-word' by default checks the word
5283         before point.
5285 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5287         * building.texi (Debugger Operation): Simplify last sentence.
5289 2005-05-23  Lute Kamstra  <lute@gnu.org>
5291         * emacs.texi: Update FSF's address throughout.
5292         (Preface): Use @cite.
5293         (Distrib): Add cross reference to the node "Copying".  Mention the
5294         FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of
5295         printed manuals.
5296         (Intro): Use @xref for the Emacs Lisp Intro.
5298 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5300         * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5302         * basic.texi (Moving Point): Mention default for `goto-line'.
5304         * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5305         of a variable's docstring.
5307 2005-05-18  Lute Kamstra  <lute@gnu.org>
5309         * maintaining.texi (Overview of Emerge): Add cross reference.
5310         Remove duplication.
5312         * emacs.texi (Top): Update to the current structure of the manual.
5313         * misc.texi (Emacs Server): Add menu description.
5314         * files.texi (Saving): Fix menu.
5315         * custom.texi (Customization): Fix menu.
5316         * mule.texi (International): Fix menu.
5317         * kmacro.texi (Keyboard Macros): Fix menu.
5319 2005-05-16  Luc Teirlinck  <teirllm@auburn.edu>
5321         * display.texi: Various minor changes.
5322         (Faces): Delete text that is repeated in the next section.
5324 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5326         * building.texi (Debugger Operation): Mention GUD tooltips are
5327         disabled with GDB in text command mode.
5329 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5331         * building.texi: Replace toolbar with "tool bar" for consistency.
5332         (Compilation Mode): Describe compilation-context-lines
5333         and use of arrow in compilation buffer.
5334         (Debugger Operation): Replace help text with variable's value.
5336         * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5337         consistency.
5339 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
5341         * major.texi (Choosing Modes): normal-mode processes the -*- line.
5342         Add xref.
5344 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5346         * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5347         (Position Info): Delete discussion of `goto-line'.  It is already
5348         described in `Moving point'.
5350         * mini.texi (Completion Commands): Correct reference.
5351         (Completion Options): Fix typo.
5353         * killing.texi (Deletion): Complete description of `C-x C-o'.
5355 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5357         * building.texi (Compilation): Clarify recompile's directory choice.
5359         * frames.texi (Tooltips): Cleanups.
5361         * basic.texi (Arguments): Fix punctuation.
5363 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
5365         * screen.texi (Menu Bar): The up and down (not left and right)
5366         arrow keys move through a keyboard menu.
5368 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5370         * basic.texi: Various typo and grammar fixes.
5371         (Moving Point): C-a now runs move-beginning-of-line.
5373 2005-05-08  Nick Roberts  <nickrob@snap.net.nz>
5375         * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5377         * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5378         as different animals.
5380 2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
5382         * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5383         Correct index entry.
5385 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5387         * building.texi (Debugger Operation): Update to reflect changes
5388         in GUD tooltips.
5390 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5392         * files.texi (Compressed Files): Auto Compression normally enabled.
5394         * building.texi (Debugger Operation): Clarify previous change.
5396 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5398         * building.texi (Debugger Operation): Add description for
5399         GUD tooltips when program is not running.
5401 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5403         * misc.texi (Shell): Add `Shell Prompts' to menu.
5404         (Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
5405         description.  Delete remarks moved to new node.
5406         (Shell Prompts): New node.
5407         (History References): Replace remarks moved to `Shell Prompts'
5408         with xref to that node.
5409         (Remote Host): Clarify how to specify the terminal type when
5410         logging in to a different machine.
5412 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5414         * emacs.texi (Top): Update submenus from files.texi.
5416         * files.texi (Filesets): Clarify previous change.
5418         * dired.texi (Misc Dired Features): Clarify previous change.
5420 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5422         * ack.texi (Acknowledgments): Delete info about iso-acc.el.
5424         * dired.texi (Misc Dired Features): Document
5425         dired-compare-directories.
5427         * files.texi (Filesets): New node.
5428         (File Conveniences): Document Image mode.
5430         * text.texi (TeX Print): Document tex-compile.
5432 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5434         * frames.texi (Tooltips): Tooltip mode is enabled by default.
5435         Delete redundant reference to tooltip Custom group.  It is
5436         referred too again in the next paragraph.
5438 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5440         * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
5442 2005-04-19  Kim F. Storm  <storm@cua.dk>
5444         * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
5446 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5448         * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
5449         turns off desktop-save-mode.
5451 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5453         * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
5454         by default in terminals compatible with xterm.  Mention that
5455         xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
5456         node.
5458 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
5460         * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
5462 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
5464         * xresources.texi (Table of Resources): Add cursorBlink.
5466 2005-04-11  Luc Teirlinck  <teirllm@auburn.edu>
5468         * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
5469         `d', `C-d' and `u'.
5471 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5473         * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
5474         (Misc X): Add -D, --basic-display.
5476         * maintaining.texi (Change Log): Correct the description of
5477         the example.
5479         * major.texi (Choosing Modes): Document magic-mode-alist.
5481 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5483         * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5484         (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5485         (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5486         (Rmail Output): Clarify which statements apply to `o', `C-o' and
5487         `w', respectively.
5488         (Rmail Labels): Mention `l'.
5489         (Rmail Attributes): Correct pxref.  Mention `stored' attribute.
5490         (Rmail Summary Edit): Describe `j' and RET.
5492 2005-04-10  Jan Djärv  <jan.h.d@swipnet.se>
5494         * xresources.texi (Lucid Resources): Add fontSet resource.
5496 2005-04-09  Luc Teirlinck  <teirllm@auburn.edu>
5498         * display.texi (Useless Whitespace): `indicate-unused-lines' is
5499         now called `indicate-empty-lines'.
5501 2005-04-06  Kim F. Storm  <storm@cua.dk>
5503         * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5505 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5507         * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5508         deleted.
5509         (Marks vs Flags): Add some convenient key bindings.
5510         (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5511         (Misc Dired Features): Correct and expand description of `w' command.
5513         * frames.texi (XTerm Mouse): Delete apparently false info.
5514         The GNU/Linux console currently does not appear to support
5515         `xterm-mouse-mode'.
5517 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5519         * calendar.texi (Diary): Mention shell utility `calendar'.
5521 2005-04-01  Richard M. Stallman  <rms@gnu.org>
5523         * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5525 2005-04-01  Lute Kamstra  <lute@gnu.org>
5527         * maintaining.texi (Change Log): add-change-log-entry uses
5528         add-log-mailing-address.
5530 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5532         * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5533         `VC Mode Line' and put in an xref to that node.
5534         (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5535         its description.
5537 2005-03-31  Paul Eggert  <eggert@cs.ucla.edu>
5539         * calendar.texi (Calendar Systems): Say that the Persian calendar
5540         implemented here is the arithmetical one championed by Birashk.
5542 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5544         * programs.texi (Fortran Motion): Fix previous change.
5546 2005-03-29  Richard M. Stallman  <rms@gnu.org>
5548         * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5550 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5552         * text.texi (Refill): Refer to Long Lines Mode.
5553         (Longlines): New node.
5554         (Auto Fill): Don't index "word wrap" here.
5555         (Filling): Add Longlines to menu.
5557 2005-03-29  Richard M. Stallman  <rms@gnu.org>
5559         * xresources.texi: Minor fixes.
5561         * misc.texi (Emacs Server): Fix Texinfo usage.
5563         * emacs.texi (Top): Don't use a real section heading for
5564         "Detailed Node Listing".  Fake it instead.
5566         * basic.texi (Position Info): Minor cleanup.
5568         * mule.texi (Input Methods): Minor cleanup.
5570 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
5572         * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5573         constructs as well.
5574         (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5576 2005-03-29  Kenichi Handa  <handa@m17n.org>
5578         * mule.texi (Input Methods): Refer to the command C-u C-x =.
5580         * basic.texi (Position Info): Update the description about the
5581         command C-u C-x =.
5583 2005-03-28  Richard M. Stallman  <rms@gnu.org>
5585         * emacs.texi (Top): Use @section for the detailed node listing.
5587         * calendar.texi: Minor fixes to previous change.
5589         * programs.texi (Fortran): Small fixes to previous changes.
5591         * emacs.texi (Top): Update list of subnodes of Dired.
5592         Likewise for building.texi.
5594         * files.texi (File Conveniences): Delete Auto Image File mode.
5596 2005-03-28  Chong Yidong  <cyd@stupidchicken.com>
5598         * building.texi (Flymake): New node.
5600         * custom.texi (Function Keys): Document kp- event types and
5601         keypad-setup package.
5603         * dired.texi (Wdired): New node.
5605         * files.texi (File Conveniences): Reorder entries.
5606         Explain how to turn on Auto-image-file mode.
5607         Document Thumbs mode.
5609         * mule.texi (Specify Coding): Document recode-region and
5610         recode-file-name.
5612         * programs.texi (Program Modes): Add Conf mode and DNS mode.
5614 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5616         * commands.texi (Keys): M-o is now a prefix key.
5618 2005-03-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
5620         * programs.texi: Reformat and update copyright years.
5621         (Fortran): Update section.
5623 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
5625         * files.texi: Several small changes in addition to:
5626         (Visiting): Change xref for Dialog Boxes to ref.
5627         (Version Headers): Replace references to obsolete var
5628         `vc-header-alist' with `vc-BACKEND-header'.
5629         (Customizing VC): Update value of `vc-handled-backends'.
5631 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5633         * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5634         move here from Emacs Lisp Reference Manual.
5635         * calendar.texi (Calendar/Diary, Diary Commands)
5636         (Special Diary Entries, Importing Diary): Change some xrefs to
5637         point to emacs-xtra rather than elisp.
5639         * emacs-xtra.texi (Calendar Customizing):
5640         Move view-diary-entries-initially, view-calendar-holidays-initially,
5641         mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5642         Emacs Manual.
5643         (Appt Customizing): Merge entire section into main Emacs Manual.
5644         * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5645         mark-holidays-in-calendar here from emacs-xtra.
5646         (Displaying the Diary): Move view-diary-entries-initially,
5647         mark-diary-entries-in-calendar here from emacs-xtra.
5648         (Appointments): Move appt-display-mode-line,
5649         appt-display-duration, appt-disp-window-function,
5650         appt-delete-window-function here from emacs-xtra.
5652         * calendar.texi: Update and reformat copyright.
5653         Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5654         (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5655         (Diary): Refer to `diary-file' rather than ~/diary.
5656         (Diary Commands): Rename node to "Displaying the Diary".
5657         * emacs.texi (Top): Rename "Diary Commands" section.
5658         * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5660 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5662         * misc.texi (Emacs Server): Fix the command for setting
5663         server-name.  Add an xref to Invoking emacsclient.
5665         * help.texi (Help Summary): Clarify when "C-h ." will do something
5666         nontrivial.
5667         (Apropos): Add cindex entry for apropos-sort-by-scores.
5669         * display.texi (Text Display): Add index entries for how no-break
5670         characters are displayed.
5672 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5674         * files.texi (Visiting): Fix cross-references introduced with the
5675         last change.
5677         * xresources.texi (GTK resources): Fix last change.
5679 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
5681         * xresources.texi (X Resources): GTK options documented too.
5682         (Resources): Clarify meaning of program name.
5683         (Table of Resources): Add visualClass.
5684         (GTK resources): Rewrite.
5685         (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5687         * display.texi (Text Display): Mention non-breaking spaces.
5689         * files.texi (Reverting): Document auto-revert-check-vc-info.
5691         * frames.texi (Mouse Commands): Document
5692         x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5694         * help.texi (Help Summary): Add `C-h .'.
5695         (Apropos): Apropos accepts a list of search terms.
5696         Document apropos-sort-by-scores.
5697         (Help Echo): Document display-local-help.
5699         * misc.texi (Emacs Server): Document server-name.
5700         (Invoking emacsclient): Document -s option for server names.
5702         * text.texi (Outline Visibility): Introduce "current heading
5703         line" (commands can be called with point on a body line).
5704         Re-order table to follow the sequence of discussion.
5705         hide-body won't hide lines before first header line.
5706         (TeX Mode): Add DocTeX mode.
5708 2005-03-24  Richard M. Stallman  <rms@gnu.org>
5710         * mule.texi (Single-Byte Character Support): Delete mention
5711         of iso-acc.el and iso-transl.el.
5713 2005-03-23  Lute Kamstra  <lute@gnu.org>
5715         * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5717 2005-03-23  Richard M. Stallman  <rms@gnu.org>
5719         * search.texi: Delete explicit node pointers.
5720         (Incremental Search): New menu.
5721         (Basic Isearch, Repeat Isearch, Error in Isearch)
5722         (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5723         (Slow Isearch): New subnodes.
5724         (Configuring Scrolling): Node deleted.
5725         (Search Case): Doc default-case-fold-search.
5726         (Regexp Replace): Move replace-regexp doc here.
5728         * rmail.texi (Movemail): Put commas inside closequotes.
5730         * picture.texi (Insert in Picture): Document C-c arrow combos.
5731         (Basic Picture): Clarify erasure.
5733         * display.texi (Font Lock): Put commas inside closequotes.
5735         * cmdargs.texi (General Variables): Put commas inside closequotes.
5737 2005-03-23  Nick Roberts  <nickrob@snap.net.nz>
5739         * building.texi (Stack Buffer): Mention reverse contrast for
5740         *selected* frame (might not be current frame).
5742 2005-03-21  Richard M. Stallman  <rms@gnu.org>
5744         * building.texi (Starting GUD): Add bashdb.
5746 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5748         * basic.texi (Moving Point): Add M-g M-g binding.
5749         (Undo): Document undo-only.
5750         (Position Info): Document M-g M-g and C-u M-g M-g.
5752         * building.texi (Building): Put Grep Searching after Compilation
5753         Shell.
5754         (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5755         Document next-error-highlight.
5756         (Grep Searching): Document grep-highlight-matches.
5757         (Lisp Eval): Typing C-x C-e twice prints integers specially.
5759         * calendar.texi (Importing Diary): Rename node from iCalendar.
5760         Document diary-from-outlook.
5762         * dired.texi (Misc Dired Features): Rename node from Misc Dired
5763         Commands.
5764         Mention effect of X drag and drop on Dired buffers.
5766         * files.texi (Visiting): Document large-file-warning-threshold.
5767         Move paragraph on file-selection dialog.
5768         Mention visiting files using X drag and drop.
5769         (Reverting): Mention using Auto-Revert mode to tail files.
5770         Document auto-revert-tail-mode.
5771         (Version Systems): Minor correction.
5772         (Comparing Files): Diff-mode is no longer based on Compilation
5773         mode.
5774         Document compare-ignore-whitespace.
5775         (Misc File Ops): Explain passing a directory to rename-file.
5776         Likewise for copy-file and make-symbolic-link.
5778         * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5779         Document mouse-wheel-progressive speed.
5781         * help.texi (Misc Help): Document numeric argument for C-h i.
5782         Correctly explain the effect of just C-u as argument.
5784         * killing.texi (Deletion): Document numeric argument for
5785         just-one-space.
5787         * mini.texi (Completion): Completion acts on text before point.
5789         * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5790         (Emulation): CUA mode replaces pc-bindings-mode,
5791         pc-selection-mode, and s-region.
5793         * mule.texi (Input Methods): Leim is now built-in.
5794         (Select Input Method): Document quail-show-key.
5795         (Specify Coding): Document revert-buffer-with-coding-system.
5797         * programs.texi (Fortran Motion): Document f90-next-statement,
5798         f90-previous-statement, f90-next-block, f90-previous-block,
5799         f90-end-of-block, and f90-beginning-of-block.
5801         * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5803         * emacs.texi (Acknowledgments): Updated.
5805         * anti.texi: Total rewrite.
5807 2005-03-19  Chong Yidong  <cyd@stupidchicken.com>
5809         * ack.texi (Acknowledgments): Update.
5811 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5813         * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.  Update
5814         copyright years.
5816 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
5818         * building.texi (Commands of GUD): Move paragraph on setting
5819         breakpoints with mouse to the GDB Graphical Interface node.
5821 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5823         * misc.texi (Single Shell, Shell Options): Fix previous change.
5825         * building.texi (Debugger Operation): Update GUD tooltip enable info.
5827 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5829         * building.texi (Starting GUD): Don't explain text vs graphical
5830         GDB here.  Just mention it and xref.
5831         Delete "just one debugger process".
5832         (Debugger Operation): Move GUD tooltip info here.
5833         (GUD Tooltips): Node deleted.
5834         (GDB Graphical Interface): Explain the two GDB modes here.
5836         * sending.texi (Sending Mail): Minor cleanup.
5837         (Mail Aliases): Explain quoting conventions.
5838         Update key rebinding example.
5839         (Header Editing): C-M-i is like M-TAB.
5840         (Mail Mode Misc): mail-attach-file does not do MIME.
5842         * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5843         that really belongs here.
5844         (Remote Mailboxes): Text moved to Rmail Inbox.
5845         (Rmail Display): Mention Mouse-1.
5846         (Movemail): Clarify two movemail versions.
5847         Clarify rmail-movemail-program.
5849         * misc.texi (Single Shell): Replace uudecode example with gpg example.
5850         Document async shell commands.
5851         (Shell History): Clarify.
5852         (Shell Ring): Mention C-UP an C-DOWN.
5853         (Shell Options): Add comint-prompt-read-only.
5854         (Invoking emacsclient): Set EDITOR to run Emacs.
5855         (Sorting): No need to explain what region is.
5856         (Saving Emacs Sessions): Fix typo.
5857         (Recursive Edit): Fix punctuation.
5858         (Emulation): Don't mention "PC bindings" which are standard.
5859         (Hyperlinking): Explain Mouse-1 convention here.
5860         (Find Func): Node deleted.
5862         * help.texi (Name Help): Xref to Hyperlinking.
5864         * glossary.texi (Glossary):
5865         Rename "Balance Parentheses" to "Balancing...".
5866         Add "Byte Compilation".  Correct "Copyleft".
5867         New xref in "Customization".
5868         Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5869         Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5870         Rename "Registers" to "Register".
5871         Replace "Selecting" with "Selected Frame",
5872         "Selected Window", and "Selecting a Buffer".
5874         * files.texi (Types of Log File): Explain how projects'
5875         methods can vary.
5877         * display.texi (Faces): Delete "Emacs 21".
5879         * custom.texi (Changing a Variable): C-M-i like M-TAB.
5880         * fixit.texi (Spelling): C-M-i like M-TAB.
5881         * mini.texi (Completion Options): C-M-i like M-TAB.
5882         * programs.texi (Symbol Completion): C-M-i like M-TAB.
5883         * text.texi (Text Mode): C-M-i like M-TAB.
5885         * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5887         * calendar.texi (Specified Dates): Mention `g w'.
5888         (Appointments): appt-activate toggles with no arg.
5890 2005-03-05  Juri Linkov  <juri@jurta.org>
5892         * cmdargs.texi (Emacs Invocation): Add cindex
5893         "invocation (command line arguments)".
5894         (Misc X): Add -nbc, --no-blinking-cursor.
5896 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
5898         * calendar.texi (iCalendar): No need to require it now.
5900 2005-03-03  Nick Roberts  <nickrob@snap.net.nz>
5902         * trouble.texi (Contributing): Mention Savannah.  Direct users to
5903         emacs-devel.
5905 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5907         * calendar.texi (Adding to Diary): Mention redrawing of calendar
5908         window.
5910 2005-02-27  Richard M. Stallman  <rms@gnu.org>
5912         * building.texi (Compilation): Update mode line status info.
5914 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
5916         * calendar.texi (General Calendar): Document binding of
5917         scroll-other-window-down.
5918         (Mayan Calendar): Fix earliest date.
5919         (Time Intervals): Document timeclock-change.
5920         Fix timeclock-ask-before-exiting documentation.
5922 2005-02-26  Kim F. Storm  <storm@cua.dk>
5924         * frames.texi (Mouse References):
5925         Add mouse-1-click-in-non-selected-windows.
5927 2005-02-25  Richard M. Stallman  <rms@gnu.org>
5929         * screen.texi (Screen): Explain better about cursors and mode lines;
5930         don't presuppose text terminals.
5931         (Point): Don't assume just one cursor.
5932         Clarify explanation of cursors.
5933         (Echo Area, Menu Bar): Cleanups.
5935         * mini.texi (Minibuffer): Prompts are highlighted.
5936         (Minibuffer Edit): Newline = C-j only on text terminals.
5937         Clarify resize-mini-windows values.
5938         Mention M-PAGEUP and M-PAGEDOWN.
5939         (Completion Commands): Mouse-1 like Mouse-2.
5940         (Minibuffer History): Explain history commands better.
5941         (Repetition): Add xref to Incremental Search.
5943         * mark.texi (Setting Mark): Clarify info about displaying mark.
5944         Clarify explanation of C-@ and C-SPC.
5945         (Transient Mark): Mention Delete Selection mode.
5946         (Marking Objects): Clean up text about extending the region.
5948         * m-x.texi (M-x): One C-g doesn't always go to top level.
5949         No delay before suggest-key-bindings output.
5951         * fixit.texi (Fixit): Mention C-/ for undo.
5952         (Spelling): Mention ESC TAB like M-TAB.
5953         Replacement words with r and R are rechecked.
5954         Say where C-g leaves point.  Mention ? as input.
5956 2005-02-23  Lute Kamstra  <lute@gnu.org>
5958         * cmdargs.texi (Initial Options): Add cross reference.
5960 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5962         * emacs.texi (Top): Update menu for splitting of node in
5963         msdog.texi.
5964         * frames.texi (Frames): Update xref for splitting of node in
5965         msdog.texi.
5966         * trouble.texi (Quitting): Ditto.
5968 2005-02-16  Richard M. Stallman  <rms@gnu.org>
5970         * windows.texi (Split Window): Simplify line truncation info
5971         and xref to Display Custom.
5973         * trouble.texi (Quitting): Emergency escape only for text terminal.
5974         (Screen Garbled): C-l for ungarbling is only for text terminal.
5976         * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5978         * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5980         * programs.texi (Program Modes): Mention Python mode.
5981         (Moving by Defuns): Repeating C-M-h extends region.
5982         (Basic Indent): Clarify.
5983         (Custom C Indent): Clarify.
5984         (Expressions): Repeating C-M-@ extends region.
5985         (Info Lookup): Clarify for C-h S.
5986         (Symbol Completion): ESC TAB alternative for M-TAB.
5987         (Electric C): Clarify.
5989         * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5991         * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5992         MS-DOS Input node.
5993         (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5994         (MS-DOS and MULE): Clarify.
5995         (MS-DOS Processes, Windows Processes): Fix typos.
5997         * major.texi (Choosing Modes): Clarify.
5999         * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6000         (Keyboard Macro Step-Edit): Clarify.
6002         * indent.texi (Indentation): Clarifications.
6004         * help.texi (Help): Correct error about C-h in query-replace.
6005         Clarify apropos vs C-h a.  Fix how to search in FAQ.
6006         (Key Help): Describe C-h w here.
6007         (Name Help): Minor cleanup.  C-h w moved to Key Help.
6008         Clarify the "object" joke.
6009         (Apropos): Clarify.  Mouse-1 like Mouse-2.
6010         (Help Mode): Mouse-1 like Mouse-2.
6012         * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6014         * display.texi (Display): Reorder menu.
6015         (Faces): Cleanup.
6016         (Font Lock): Cleanup.  Mention Options menu.
6017         Delete obsolete text.
6018         (Scrolling): For C-l, don't presume text terminal.
6019         (Horizontal Scrolling): Simplify intro.
6020         (Follow Mode): Clarify.
6021         (Cursor Display): Moved before Display Custom.
6022         (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6023         Doc default-tab-width.  Doc line truncation more thoroughly.
6025         * dired.texi (Dired Enter): C-x C-f can run Dired.
6026         (Dired Visiting): Comment out `a' command.
6027         Mouse-1 is like Mouse-2.
6028         (Shell Commands in Dired): ? can be used more than once.
6030         * basic.texi (Continuation Lines): Simplify description of truncation,
6031         and refer to Display Custom for the rest of it.
6033 2005-02-06  Lute Kamstra  <lute@gnu.org>
6035         * basic.texi (Undo): Fix typo.
6037         * cmdargs.texi (Emacs Invocation): Fix typo.
6039         * custom.texi (Init Examples): Fix typo.
6041         * abbrevs.texi (Expanding Abbrevs): Fix typo.
6043 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6045         * regs.texi (Registers): Registers can hold numbers, too.
6047         * killing.texi (Other Kill Commands): Cleanup.
6048         Delete redundant explanation of kill in read-only buffer.
6049         (Yanking): Mention term "copying".
6050         (Accumulating Text): Fix typo.
6052         * entering.texi (Entering Emacs): Update rationale at start.
6053         (Exiting): Treat iconifying on a par with suspension.
6055         * custom.texi (Minor Modes): Fix typo.
6056         (Easy Customization): Fix menu style.
6057         (Variables): Add xref.
6058         (Examining): Setting for future sessions works through .emacs.
6059         (Keymaps): "Text terminals", not "Many".
6060         (Init Rebinding): Explain \C-.  Show example of \M-.
6061         Fix minor wording errors.
6062         (Function Keys): Explain vector syntax just once.
6063         (Named ASCII Chars): Clarify history of TAB/C-i connection.
6064         (Init File): Mention .emacs.d directory.
6065         (Init Examples): Add xref.
6066         (Find Init): Mention .emacs.d directory.
6068         * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6069         (Action Arguments): Explain which kinds of -l args are found how.
6070         (Initial Options): --batch does not inhibit site-start.
6071         Add xrefs.
6072         (Command Example): Use --batch, not -batch.
6074         * basic.texi (Inserting Text): Cleanup wording.
6075         (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6076         C-n is not error at end of buffer.
6077         (Undo): Doc C-/ like C-_.  Add xrefs.
6078         (Arguments): META key may be labeled ALT.
6079         Peculiar arg meanings are explained in doc strings.
6081         * abbrevs.texi (Expanding Abbrevs): Clarify.
6083 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6085         * frames.texi (Frame Parameters): Add an xref to the description
6086         of list-colors-display.  Add a pointer to the X docs about colors.
6088         * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
6089         Improve docs of list-colors-display.
6091 2005-02-03  Lute Kamstra  <lute@gnu.org>
6093         * frames.texi (Frames, Drag and Drop): Fix typos.
6095 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6097         * windows.texi (Basic Window): Mention color-change in mode line.
6098         (Change Window): Explain dragging vertical boundaries.
6100         * text.texi (Sentences): Clarify.
6101         (Paragraphs): Explain M-a and blank lines.
6102         (Outline Mode): Clarify text and menu.
6103         (Hard and Soft Newlines): Mention use-hard-newlines.
6105         * frames.texi (Frames): Delete unnecessary mention of Windows.
6106         (Mouse Commands): Likewise.  Mention xterm mouse support.
6107         (Clipboard): Clarify.
6108         (Mouse References): Mention use of Mouse-1 for following links.
6109         (Menu Mouse Clicks): Clarify.
6110         (Mode Line Mouse): Clarify.
6111         (Drag and Drop): Rewrite.
6113         * fixit.texi (Spelling): Fix typo.
6115         * files.texi (File Names): Clarify.
6116         (Visiting): Update conditions for use of file dialog.  Clarify.
6117         (Saving): Doc d as answer in save-some-buffers.
6118         (Remote Files): Clean up the text.
6120         * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6122         * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6123         (List Buffers): Clarify.
6124         (Several Buffers): Doc T command.
6125         (Buffer Convenience): Clarify menu.
6127         * basic.texi (Undo): Clarify last change.
6129 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
6131         * fixit.texi (Spelling): Fix typo.
6133 2005-02-01  Luc Teirlinck  <teirllm@auburn.edu>
6135         * basic.texi (Undo): Update description of `undo-outer-limit'.
6137 2005-02-01  Nick Roberts  <nickrob@snap.net.nz>
6139         * building.texi: Update documentation relating to GDB Graphical
6140         Interface.
6142 2005-01-30  Luc Teirlinck  <teirllm@auburn.edu>
6144         * custom.texi (Easy Customization): Adapt menu to node name change.
6146 2005-01-30  Richard M. Stallman  <rms@gnu.org>
6148         * custom.texi (Easy Customization): Defn of "User Option" now
6149         includes faces.  Don't say just "option" when talking about variables.
6150         Do say just "options" to mean "anything customizable".
6151         (Specific Customization): Describe `customize-variable',
6152         not `customize-option'.
6154         * glossary.texi (Glossary) <Faces>: Add xref.
6155         <User Option>: Change definition--include faces.  Change xref.
6157         * picture.texi (Picture): Mention artist.el.
6159         * sending.texi, screen.texi, programs.texi, misc.texi:
6160         * mini.texi, major.texi, maintaining.texi, macos.texi:
6161         * help.texi, frames.texi, files.texi:
6162         Don't say just "option" when talking about variables.
6164         * display.texi, mule.texi: Don't say just "option" when talking
6165         about variables.  Other minor cleanups.
6167 2005-01-26  Lute Kamstra  <lute@gnu.org>
6169         * cmdargs.texi (Initial Options): Add a cross reference to `Init
6170         File'.  Mention the `-Q' option at the `--no-site-file' option.
6172 2005-01-22  David Kastrup  <dak@gnu.org>
6174         * building.texi (Grep Searching): Mention alias `find-grep' for
6175         `grep-find'.
6177 2005-01-20  Richard M. Stallman  <rms@gnu.org>
6179         * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6181 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
6183         * rmail.texi (Movemail): Explain differences
6184         between standard and mailutils versions of movemail.
6185         Describe command line and configuration options introduced
6186         with the latter.
6187         Explain the notion of mailbox URL, provide examples and
6188         cross-references to mailutils documentation.
6189         Describe various methods of specifying mailbox names,
6190         user names and user passwords for rmail.
6191         (Remote Mailboxes): New section.  Describe
6192         how movemail handles remote mailboxes.  Describe configuration
6193         options used to control its behavior.
6194         (Other Mailbox Formats): Explain handling of various mailbox
6195         formats.
6197 2005-01-13  Richard M. Stallman  <rms@gnu.org>
6199         * commands.texi (Commands): Clarification.
6201 2005-01-11  Richard M. Stallman  <rms@gnu.org>
6203         * programs.texi (Multi-line Indent): Fix previous change.
6204         (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6206 2005-01-08  Richard M. Stallman  <rms@gnu.org>
6208         * display.texi (Faces): isearch-lazy-highlight-face renamed to
6209         lazy-highlight.
6211         * search.texi (Query Replace): Mention faces query-replace
6212         and lazy-highlight.
6213         (Incremental Search): Update isearch highlighting info.
6215 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6217         * custom.texi (Saving Customizations): Minor improvement.
6219 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6221         * custom.texi (Saving Customizations): Emacs no longer loads
6222         `custom-file' after .emacs.  No longer mention customizing through
6223         Custom.
6225 2005-01-01  Andreas Schwab  <schwab@suse.de>
6227         * killing.texi (Graphical Kill): Move up under node Killing,
6228         change @section to @subsection.
6230 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6232         * custom.texi (Face Customization): Mention hex color specs.
6234         * emacs.texi (Top): Update Killing submenu.
6236         * killing.texi (Killing): Reorganize section.
6237         No more TeX-only text; put the node command at start of chapter.
6238         But the first section heading is used only in TeX.
6239         Rewrite the text to read better in this mode.
6240         (Graphical Kill): New subnode gets some of the text that
6241         used to be in the first section.
6243 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6245         * dired.texi (Shell Commands in Dired): Delete the ? example.
6247         * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6249         * files.texi (Saving): Describe new require-final-newline features
6250         and mode-require-final-newline.
6252 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6254         * custom.texi (File Variables): Clarify previous change.
6256 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
6258         * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6259         out now.
6261 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6263         * Makefile.in (MAKEINFO): Specify --force.
6265         * basic.texi (Moving Point): C-e now runs move-end-of-line.
6266         (Undo): Doc undo-outer-limit.
6268 2004-12-15  Juri Linkov  <juri@jurta.org>
6270         * mark.texi (Transient Mark, Mark Ring): M-< and other
6271         movement commands don't set mark in Transient Mark mode
6272         if mark is active.
6274 2004-12-12  Juri Linkov  <juri@jurta.org>
6276         * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6277         C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6279         * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6280         (Misc Dired Commands): Add @r{(Dired)} to w.
6282 2004-12-12  Juri Linkov  <juri@jurta.org>
6284         * mark.texi (Marking Objects): Marking commands also extend the
6285         region when mark is active in Transient Mark mode.
6287 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
6289         * custom.texi (Saving Customizations): Emacs only loads the custom
6290         file automatically after the init file in version 22.1 or later.
6291         Adapt text and examples to this fact.
6293 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
6295         * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6296         be set through Custom.  Otherwise, it has no effect.
6298 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6300         * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6301         * entering.texi: Rename Command Line to Emacs Invocation.
6303         * misc.texi (Term Mode): Correctly describe C-c.
6305         * custom.texi (Easy Customization): Move up to section level,
6306         before Variables.  Avoid using the term "variable"; say "option".
6307         New initial explanation.
6308         (Variables): In initial explanation, connect "variable" to the
6309         already-explained "user option".
6311         * emacs.texi (Top): Fix ref to Command Line.
6312         Move reference to Easy Customization.
6314         * xresources.texi (X Resources): Fix From link.
6316         * doclicense.texi (GNU Free Documentation License): Fix To link.
6318         * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6320         * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6322 2004-12-03  Richard M. Stallman  <rms@gnu.org>
6324         * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6326 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6328         * kmacro.texi: Several small changes in addition to the following.
6329         (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6330         defining a keyboard macro.
6331         Mention `kmacro-ring-max'.
6332         (Keyboard Macro Counter): Clarify description of
6333         `kmacro-insert-counter', `kmacro-set-counter',
6334         `kmacro-add-counter' and `kmacro-set-format'.
6336 2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6338         * custom.texi (File Variables): Add `unibyte' and make it more
6339         clear that `unibyte' and `coding' are special.  Suggested by Simon
6340         Krahnke <overlord@gmx.li>.
6342         * mule.texi (Enabling Multibyte): Refer to File Variables.
6343         Suggested by Simon Krahnke <overlord@gmx.li>.
6345 2004-11-26  Jan Djärv  <jan.h.d@swipnet.se>
6347         * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6348         x-use-old-gtk-file-dialog.
6350 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6352         * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6354 2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
6356         * building.texi (Lisp Eval): Delete hyphen in section name.
6358 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
6360         * files.texi (Old Versions):
6361         No longer document annotation as "CVS only".
6363 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
6365         * files.texi (Version Control): Rewrite the introduction about
6366         version systems, mentioning the new ones that we support.  Thanks
6367         to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
6368         suggestions.
6370 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
6372         * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
6374 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
6376         * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6378 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
6380         * text.texi (Text Based Tables, Table Definition)
6381         (Table Creation, Table Recognition, Cell Commands)
6382         (Cell Justification, Row Commands, Column Commands)
6383         (Fixed Width Mode, Table Conversion, Measuring Tables)
6384         (Table Misc): New nodes, documenting the Table Mode.
6386 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6388         * makefile.w32-in (info): Change order of arguments to makeinfo.
6390 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
6392         * calendar.texi (iCalendar): Update for package changes.
6394 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6396         * files.texi (Misc File Ops): View mode is a minor mode.
6398 2004-10-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
6400         * calendar.texi (iCalendar): Style changes.
6402 2004-10-07  Luc Teirlinck  <teirllm@auburn.edu>
6404         * search.texi (Regexps): The regexp described in the example is no
6405         longer stored in the variable `sentence-end'.
6407 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6409         * building.texi (Starting GUD): Note that multiple debugging
6410         sessions requires `gdb --fullname'.
6412 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6414         * calendar.texi (iCalendar): New section for a new package.
6416 2004-10-05  Luc Teirlinck  <teirllm@auburn.edu>
6418         * text.texi: Various small changes in addition to the following.
6419         (Text): Replace xref for autotype with inforef.
6420         (Sentences): Explain nil value for `sentence-end'.
6421         (Paragraphs): Update default values for `paragraph-start' and
6422         `paragraph-separate'.
6423         (Text Mode): Correct description of Text mode's effect on the
6424         syntax table.
6425         (Outline Visibility): `hide-other' does not hide top level headings.
6426         `selective-display-ellipses' no longer has an effect on Outline mode.
6427         (TeX Misc): Add missing @cindex.
6428         Replace xref for RefTeX with inforef.
6429         (Requesting Formatted Text): The variable
6430         `enriched-fill-after-visiting' no longer exists.
6431         (Editing Format Info): Update names of menu items and commands.
6432         (Format Faces): Mention special effect of specifying the default face.
6433         Describe inheritance of text properties.
6434         Correct description of `fixed' face.
6435         (Format Indentation): Correct description of effect of setting
6436         margins.  Mention `set-left-margin' and `set-right-margin'.
6437         (Format Justification): Update names of menu items.
6438         `set-justification-full' is now bound to `M-j b'.
6439         Mention that `default-justification' is a per buffer variable.
6440         (Format Properties): Update name of menu item.
6441         (Forcing Enriched Mode): `format-decode-buffer' automatically
6442         turns on Enriched mode if the buffer is in text/enriched format.
6444 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
6446         * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
6448 2004-09-28  Kim F. Storm  <storm@cua.dk>
6450         * display.texi (Display Custom) <indicate-buffer-boundaries>:
6451         Align with new functionality.
6453 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6455         * display.texi (Display Custom): Remove stray `@end defvar'.
6457 2004-09-23  Kim F. Storm  <storm@cua.dk>
6459         * display.texi (Display Custom): Add `overflow-newline-into-fringe',
6460         `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
6462 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6464         * custom.texi (Hooks): Explain using setq to clear out a hook.
6465         (File Variables): Explain multiline string constants.
6466         (Non-ASCII Rebinding): Explain when you need to update
6467         non-ASCII char codes in .emacs.
6469         * building.texi (Compilation): Explain how to make a silent
6470         subprocess that won't be terminated.  Explain compilation-environment.
6472 2004-09-13  Kim F. Storm  <storm@cua.dk>
6474         * mini.texi (Repetition): Rename isearch-resume-enabled to
6475         isearch-resume-in-command-history and change default to disabled.
6477 2004-09-09  Kim F. Storm  <storm@cua.dk>
6479         * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6480         with new `kmacro-name-last-macro'.
6482 2004-09-08  Juri Linkov  <juri@jurta.org>
6484         * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6486 2004-09-03  Juri Linkov  <juri@jurta.org>
6488         * search.texi (Incremental Search): Update wording for M-%.
6490 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
6492         * killing.texi (Killing): Correct description of kill commands in
6493         read-only buffer.
6495 2004-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
6497         * building.texi (Compilation Mode): Add a paragraph about rules
6498         for finding the compilation buffer for `next-error'.
6500         * search.texi (Other Repeating Search): Mention that Occur mode
6501         supports the next-error functionality.
6503 2004-09-02  Juri Linkov  <juri@jurta.org>
6505         * search.texi (Regexp Replace): Add missing backslash to \footnote.
6507 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
6509         * kmacro.texi (Basic Keyboard Macro):
6510         `apply-macro-to-region-lines' now operates on all lines that begin
6511         in the region, rather than on all complete lines in the region.
6513 2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>
6515         * frames.texi (Drag and drop): Add documentation about
6516         x-dnd-test-function and x-dnd-known-types.
6518 2004-08-30  Luc Teirlinck  <teirllm@auburn.edu>
6520         * indent.texi: Various minor changes in addition to:
6521         (Indentation Commands): Correct description of `indent-relative'.
6522         (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6523         mode.  The *Tab Stops* buffer uses Overwrite Mode.
6524         (Just Spaces): `tabify' converts sequences of at least two spaces
6525         to tabs.
6527 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6529         * frames.texi (Secondary Selection): Setting the secondary
6530         selection with M-Drag-Mouse-1 does not alter the kill ring,
6531         setting it with M-Mouse-1 and M-Mouse-3 does.
6532         (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6533         toolkit scroll bars.
6534         (Scroll Bars): Ditto.
6536         * windows.texi (Basic Window): When using a window system, the value
6537         of point in a non-selected window is indicated by a hollow box.
6538         (Split Window): Side by side windows are separated by a scroll bar,
6539         if scroll bars are used.
6540         C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6541         (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6542         (Window Convenience): Update bindings for `winner-undo' and
6543         `winner-redo'.
6545         * ack.texi (Acknowledgments): Use `@unnumbered'.
6546         * misc.texi: Adapt sectioning in Info to the node structure.
6547         (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6548         of "Using Emacs as a Server".
6549         * building.texi (Building): Interchange nodes (for correct numbering).
6550         * programs.texi (Programs): Interchange nodes (for correct numbering).
6551         * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6552         Info to the node structure.
6553         * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6554         Rearrange order of nodes and sections such that both "GNU GENERAL
6555         PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6556         end, as appropriate for appendices.
6557         (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6558         Use `@unnumberedsec'.
6559         * trouble.texi: Adapt sectioning in Info to the node structure.
6560         Adapt node pointers to change in emacs.texi.
6561         * cmdargs.texi, doclicense.texi: Adapt node pointers.
6563 2004-08-25  Kenichi Handa  <handa@m17n.org>
6565         * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6566         description for unibyte mode.
6568 2004-08-23  Luc Teirlinck  <teirllm@auburn.edu>
6570         * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6572         * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6573         (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6574         (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6575         in @pxref.
6577 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
6579         * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6580         Change section names.
6582 2004-08-21  Luc Teirlinck  <teirllm@auburn.edu>
6584         * kmacro.texi (Keyboard Macro Ring): Rename section.
6585         Emacs treats the head of the macro ring as the `last keyboard macro'.
6586         (Keyboard Macro Counter): Minor change.
6587         (Save Keyboard Macro): Some clarifications.
6588         (Edit Keyboard Macro): Rename section.
6590         * buffers.texi (Buffers): Maximum buffer size is now 256M on
6591         32-bit machines.
6592         (Several Buffers): Clarify which buffer is selected if `2' is
6593         pressed in the Buffer Menu.
6594         Auto Revert mode can be used to update the Buffer Menu
6595         automatically.
6597 2004-08-21  Eli Zaretskii  <eliz@gnu.org>
6599         * help.texi (Misc Help): Add an index entry for finding an Info
6600         manual by its file name.
6602 2004-08-20  Luc Teirlinck  <teirllm@auburn.edu>
6604         * files.texi (Backup Deletion): Correct description of
6605         `delete-old-versions'.
6606         (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6607         (Auto Save Files): Recommend `auto-save-mode' to reenable
6608         auto-saving, rather than the abbreviation `auto-save'.
6610 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6612         * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6613         for "killing" and "yanking" in main menu.
6615 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6617         * killing.texi (Yanking, Killing): Minor cleanups.
6619         * mark.texi (Momentary Mark): Minor cleanups.
6621 2004-08-15  Kenichi Handa  <handa@etl.go.jp>
6623         * custom.texi (Non-ASCII Rebinding):
6624         C-q always inserts the right code to pass to global-set-key.
6626 2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
6628         * regs.texi (RegNumbers): Mention `C-x r i' binding for
6629         `insert-register', instead of `C-x r g' binding, for consistency.
6631 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
6633         * fixit.texi (Spelling): Fix typo.
6635 2004-08-11  Luc Teirlinck  <teirllm@auburn.edu>
6637         * help.texi (Help): Fix Texinfo usage.
6639 2004-07-24  Richard M. Stallman  <rms@gnu.org>
6641         * text.texi (Paragraphs): Update how paragraphs are separated
6642         and the default for paragraph-separate.
6644         * search.texi (Regexp Replace): Further update text for new
6645         replacement operators.
6647 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
6649         * emacs-xtra.texi (Subdir switches): Dired does not remember the
6650         `R' switch.
6652         * dired.texi (Dired Updating): `k' only deletes inserted
6653         subdirectories from the Dired buffer if a prefix argument was given.
6655         * search.texi (Regexps): Delete redundant definition of `symbol' in
6656         description of `\_>'.  It already occurs in the description of `\_<'.
6658 2004-07-01  Juri Linkov  <juri@jurta.org>
6660         * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6661         (Regexp Search): Add M-r.
6663 2004-06-30  Luc Teirlinck  <teirllm@auburn.edu>
6665         * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6667 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
6669         * search.texi, calendar.texi: Markup fixes.
6671 2004-06-25  Richard M. Stallman  <rms@gnu.org>
6673         * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6675 2004-06-25  David Kastrup  <dak@gnu.org>
6677         * search.texi (Regexp Replace): Some typo corrections and
6678         rearrangement.
6680 2004-06-24  David Kastrup  <dak@gnu.org>
6682         * search.texi (Unconditional Replace): Use replace-string instead
6683         of query-replace in example.
6684         (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6685         sequences.
6686         (Query Replace): Correct explanation of `^' which does not use
6687         the mark stack.
6689 2004-06-21  Nick Roberts  <nickrob@gnu.org>
6691         * misc.texi (Shell History Copying): Document comint-insert-input.
6692         (Shell Ring): Describe comint-dynamic-list-input-ring here.
6694 2004-06-20  Jesper Harder  <harder@ifa.au.dk>
6696         * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6697         * custom.texi (Customization): Do.
6698         * anti.texi (Antinews): Do.
6699         * abbrevs.texi (Defining Abbrevs): Do.
6701         * programs.texi (Info Lookup): Fix keybinding for
6702         info-lookup-symbol.
6704 2004-06-16  Juanma Barranquero  <lektu@terra.es>
6706         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6707         Add emacs-xtra.
6708         ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6709         (clean): Add emacs-xtra and flymake.  Remove redundancies.
6711 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6713         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6714         Add emacs-xtra.
6715         * emacs-xtra.texi: New file.
6717 2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6719         * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6720         (Dired and Find): Mention differences with ordinary Dired buffers.
6722 2004-06-13  Richard M. Stallman  <rms@gnu.org>
6724         * custom.texi (Init Syntax): Explain about vars that do special
6725         things when set with setq or with Custom.
6726         (Init Examples): Add line-number-mode example.
6728 2004-06-12  Juri Linkov  <juri@jurta.org>
6730         * dired.texi (Operating on Files): Add dired-do-touch.
6732 2004-06-10  Juri Linkov  <juri@jurta.org>
6734         * building.texi (Lisp Eval): Add C-M-x on defface.
6736 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6738         * files.texi (Reverting): Auto-Revert mode and
6739         Global Auto-Revert mode no longer revert remote files.
6741 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6743         * custom.texi (Init File): Two dashes start --no-site-file.
6745 2004-05-29  Alan Mackenzie  <acm@muc.de>
6747         * programs.texi: Update for CC Mode 5.30 and incidental amendments.
6748         ("AWK"): Is consistently thus spelled throughout.
6749         (AWK, Pike): Document as "C-like modes".
6750         (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6751         (M-x man): Supersedes M-x manual-entry.
6752         Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
6754         ("Comments in C"): Delete node; the info is in CC Mode manual.
6755         (c-comment-only-line-offset): Remove description.
6757         (C-c ., C-c C-c): Describe new C Mode bindings.
6759         (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6760         (@dfn{Style}, c-default-style, comment-column, comment-padding)
6761         (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6762         Amend definitions.
6764         (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6765         Describe functions.
6767         (c-comment-start-regexp, c-hanging-comment-ender-p)
6768         (c-hanging-comment-starter-p): Remove obsolete definitions.
6770         * emacs.texi: Remove the menu entry "Comments in C".
6772 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
6774         * dired.texi (Dired and Find): `find-ls-option' does not apply to
6775         `M-x locate'.
6777 2004-05-16  Karl Berry  <karl@gnu.org>
6779         * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6780         makeinfo --html fails.
6781         * help.texi (Help Summary) [@ifnottex]: Likewise.
6783 2004-05-13  Nick Roberts  <nickrob@gnu.org>
6785         * building.texi (GDB Graphical Interface): Update and describe
6786         layout first.
6788 2004-05-04  Jason Rumney  <jasonr@gnu.org>
6790         * makefile.w32-in: Revert last change.
6792 2004-05-03  Jason Rumney  <jasonr@gnu.org>
6794         * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6796 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6798         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6800 2004-04-18  Juri Linkov  <juri@jurta.org>
6802         * fixit.texi (Spelling): Remove file extension from ispell xref.
6804 2004-04-15  Kim F. Storm  <storm@cua.dk>
6806         * cmdargs.texi (Initial Options): Add -Q.
6808 2004-04-05  Kim F. Storm  <storm@cua.dk>
6810         * custom.texi (File Variables): Add safe-local-eval-forms.
6812 2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6814         * files.texi (Reverting): Correct description of revert-buffer's
6815         handling of point.
6817 2004-03-22  Juri Linkov  <juri@jurta.org>
6819         * emacs.texi (Top): Add `Misc X'.
6821         * trouble.texi: Fix help key bindings.
6823         * glossary.texi: Improve references.
6825         * help.texi: Sync keywords with finder.el.
6827         * mini.texi (Completion): Add description for menu items.
6829         * misc.texi (Browse-URL, FFAP): Add information about keywords.
6831         * sending.texi (Mail Methods): Fix xref to Message manual.
6833 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6835         * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6837 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6839         * search.texi (Regexps): Explain that ^ and $ have their
6840         special meanings only in certain contexts.
6842         * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6844         * mule.texi (Specify Coding): Doc C-x RET F.
6846         * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6847         for multiple compile and grep buffers.
6848         (Indirect Buffers): Don't recommand clone-indirect-buffer
6849         for multiple compile and grep buffers.
6851 2004-02-29  Juanma Barranquero  <lektu@terra.es>
6853         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6854         Use $(DEL) instead of rm, and ignore exit code.
6856 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
6858         * building.texi (Watch Expressions): Update.
6860 2004-02-21  Juri Linkov  <juri@jurta.org>
6862         * cmdargs.texi (Action Arguments): Add alias --find-file.  Add
6863         --directory, --help, --version.  Move text about command-line-args
6864         to Command Arguments.
6865         (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
6866         Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
6867         (Window Size X): Join -g and --geometry.  Add @cindex.
6868         (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
6869         (Title X): Remove alias -title.
6870         (Misc X): New node.
6872 2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>
6874         * frames.texi (Drag and drop): Add Motif to list of supported
6875         protocols.
6877 2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>
6879         * frames.texi (Drag and drop): New section.
6881 2004-01-24  Richard M. Stallman  <rms@gnu.org>
6883         * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6884         Include it only @ifnotinfo.  Patch the preceding and following
6885         node headers to point to each other.
6887 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6889         * calendar.texi (Appointments): Update section.
6891 2003-12-29  Kevin Ryde  <user42@zip.com.au>
6893         * programs.texi (C Modes): Fix the xref.
6895 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
6897         * building.texi (Watch Expressions): Update.
6898         (Commands of GUD): Include use of toolbar + breakpoints set from
6899         fringe/margin.
6901 2003-12-03  Andre Spiegel  <spiegel@gnu.org>
6903         * files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
6904         <acm@muc.de>.
6906 2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>
6908         * frames.texi (Dialog Boxes): Add use-file-dialog.
6910 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
6912         * ack.texi: Note that Alan Mackenzie contributed the AWK support
6913         in CC Mode.
6915 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6917         * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6918         * man/commands.texi, man/custom.texi, man/display.texi:
6919         * man/emacs.texi, man/files.texi:
6920         * man/frames.texi, man/glossary.texi, man/killing.texi:
6921         * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6922         * man/mule.texi, man/rmail.texi, man/search.texi:
6923         * man/sending.texi, man/text.texi, man/trouble.texi:
6924         Replace @sc{ascii} and ASCII with @acronym{ASCII}.
6926 2003-11-01  Alan Mackenzie  <acm@muc.de>
6928         * search.texi (Scrolling During Incremental Search): Document a
6929         new scrolling facility in isearch mode.
6931 2003-10-22  Miles Bader  <miles@gnu.org>
6933         * Makefile.in (info): Move before $(top_srcdir)/info.
6935 2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
6937         * building.texi (Watch Expressions): Update section on data display
6938         to reflect code changes (GDB Graphical Interface).
6940 2003-10-13  Richard M. Stallman  <rms@gnu.org>
6942         * xresources.texi (GTK resources): Clean up previous change.
6944 2003-10-12  Jan Djärv  <jan.h.d@swipnet.se>
6946         * xresources.texi (GTK resources): Add a note that some themes
6947         disallow customizations.  Add scroll theme example.
6949 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6951         * cmdargs.texi (General Variables): Remove MAILRC envvar.
6953         * misc.texi (Saving Emacs Sessions): Shorten the section,
6954         collapsing back into one node.
6956 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6958         * misc.texi: Section "Saving Emacs Sessions" rewritten.
6960 2003-09-29  Jan Djärv  <jan.h.d@swipnet.se>
6962         * xresources.texi (GTK names in Emacs): Correct typo.
6964 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
6966         * cmdargs.texi (Font X): Mention new default font.  More
6967         fully describe long font names, wildcard patterns and the
6968         problems involved.  (Result of discussion on emacs-devel.)
6970 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
6972         * emacs.texi (Acknowledgements): Correct typo.
6974 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6976         * dired.texi (Misc Dired Commands): New node.
6977         (Dired Navigation): Add dired-goto-file.
6979         * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6981         * emacs.texi (Acknowledgements): New node, split from Distribution.
6983         * cmdargs.texi (Action Arguments): -f reads interactive args.
6985 2003-09-08  Lute Kamstra  <lute@gnu.org>
6987         * screen.texi (Mode Line): Say that POS comes before LINE.
6988         Mention `size-indication-mode'.
6989         * display.texi (Optional Mode Line): Document
6990         `size-indication-mode'.
6991         * basic.texi (Position Info): Mention `size-indication-mode'.
6993 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
6995         * xresources.texi (Resources): Refer to `editres' man page.
6996         (Lucid Resources): Update defaults.  Expand description of
6997         `shadowThickness'.
6999 2003-09-04  Miles Bader  <miles@gnu.org>
7001         * Makefile.in (top_srcdir): New variable.
7002         ($(top_srcdir)/info): New rule.
7003         (info): Depend on it.
7005 2003-09-03  Peter Runestig  <peter@runestig.com>
7007         * makefile.w32-in: New file.
7009 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7011         * misc.texi (Saving Emacs Sessions): Correct previous change.
7013 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7015         * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7016         (Intro): Include kmacro.texi after fixit.texi instead of after
7017         custom.texi.  (As suggested by Kim Storm.)
7019 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7021         * fixit.texi (Fixit): Update `Next' pointer.
7022         * files.texi (Files): Update `Previous' pointer.
7023         * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7024         * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7025         (Suggested by Kim Storm.)
7026         * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim Storm.)
7028 2003-08-18  Kim F. Storm  <storm@cua.dk>
7030         * kmacro.texi: New file describing enhanced keyboard macro
7031         functionality.  Replaces old description in custom.texi.
7033         * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7034         (Keyboard Macros): Move to new kmacro.texi file.
7036         * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7038 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7040         * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7042 2003-08-17  Alex Schroeder  <alex@gnu.org>
7044         * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7045         required.
7047 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7049         * programs.texi (Lisp Indent): Don't describe
7050         lisp-indent-function property here.  Use xref to Lisp Manual.
7052 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7054         * calendar.texi (Date Formats): Document changed behavior of
7055         abbreviations.
7057 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
7059         * buffers.texi (List Buffers): Fix previous change.
7061 2003-07-13  Markus Rost  <rost@math.ohio-state.edu>
7063         * buffers.texi (List Buffers): Adjust to new format of *Buffer
7064         List*.
7066 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
7068         * display.texi (Font Lock): Fix typo.
7070 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7072         * display.texi (Font Lock): Add xref for format info on
7073         font-lock-remove-keywords.
7075         * building.texi (Compilation): Document what happens with asynch
7076         children of compiler process.
7078         * help.texi (Library Keywords): Use @multitable.
7080 2003-06-04  Richard M. Stallman  <rms@gnu.org>
7082         * programs.texi (Expressions): Delete C-M-DEL.
7084         * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7085         comint-move-point-for-output renamed from
7086         comint-scroll-to-bottom-on-output.
7088         * custom.texi (Init Rebinding): Replace previous change with xref.
7089         (Non-ASCII Rebinding): Explain that issue more briefly here.
7091 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7093         * indent.texi (Indentation): Condense, simplify, clarify prev change.
7095 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
7097         * building.texi (GDB Graphical Interface): New node.
7098         (Rewritten somewhat by RMS.)
7100 2003-05-28  Kai Großjohann  <kai.grossjohann@gmx.net>
7102         * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7103         non-English letters.  Explain how to set coding systems correctly
7104         and how to include the right coding cookie in the file.
7106 2003-05-22  Kai Großjohann  <kai.grossjohann@gmx.net>
7108         * indent.texi (Indentation): Explain the concepts.
7109         (Just Spaces): Explain why preventing tabs for indentation might
7110         be useful.
7112 2003-04-16  Richard M. Stallman  <rms@gnu.org>
7114         * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7116 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
7118         * cmdargs.texi (General Variables): Document SMTPSERVER.
7120         * sending.texi: Remove SMTP node.
7121         (Mail Sending): Describe `send-mail-function'.  Link to SMTP
7122         library.
7124 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
7126         * sending.texi (Sending via SMTP): Explain MTA/MUA.
7128 2003-02-22  Simon Josefsson  <jas@extundo.com>
7130         * sending.texi (Mail Methods): Add node about SMTP.
7132 2003-02-17  Jan Djärv  <jan.h.d@swipnet.se>
7134         * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7136 2003-02-01  Kevin Ryde  <user42@zip.com.au>
7138         * glossary.texi (Glossary): Correction to cl cross reference.
7140 2003-01-20  Richard M. Stallman  <rms@gnu.org>
7142         * killing.texi (Rectangles): Document C-x c r.
7144 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
7146         * xresources.texi (GTK resources): New node.
7147         (GTK widget names): New node.
7148         (GTK names in Emacs): New node.
7149         (GTK styles): New node.
7151 2003-01-09  Francesco Potortì  <pot@gnu.org>
7153         * maintaining.texi (Create Tags Table): Add reference to the new
7154         `etags --help --lang=LANG' option.
7156 2002-10-02  Karl Berry  <karl@gnu.org>
7158         * emacs.texi: Per rms, update all manuals to use @copying instead of
7159         @ifinfo.  Also use @ifnottex instead of @ifinfo around the top node,
7160         where needed for the sake of the HTML output.
7162 2001-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
7164         * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7165         source files.
7167 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
7169         * Makefile.in (emacsman): New target.
7171 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7173         * (Version 21.1 released.)
7175 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
7177         * Branch for 21.1.
7179 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
7181         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7183 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
7185         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
7187 1999-07-12  Richard Stallman  <rms@gnu.org>
7189         * Version 20.4 released.
7191 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
7193         * Makefile.in (INFO_TARGETS): Delete customize.info.
7194         (DVI_TARGETS): Delete customize.dvi.
7195         (../info/customize, customize.dvi): Targets deleted.
7197 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7199         * Version 20.3 released.
7201 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
7203         * Makefile.in (EMACSSOURCES): Add mule.texi.
7204         Add msdog.texi, ack.texi.  Remove gnu1.texi.
7206 1998-04-06  Andreas Schwab  <schwab@gnu.org>
7208         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7209         Use it in dvi targets.
7211 1997-09-23  Paul Eggert  <eggert@twinsun.com>
7213         * Makefile.in: Merge changes mistakenly made to `Makefile'.
7214         (INFO_TARGETS): Change ../info/custom to ../info/customize.
7215         (../info/customize): Rename from ../info/custom.
7217 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7219         * Version 20.2 released.
7221 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7223         * Version 20.1 released.
7225 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7227         * Makefile (../info/customize, customize.dvi): New targets.
7228         (INFO_TARGETS): Add ../info/customize.
7229         (DVI_TARGETS): Add customize.dvi.
7231 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7233         * Version 19.33 released.
7235 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7237         * Version 19.32 released.
7239 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7241         * Makefile.in (All info targets): cd $(srcdir) to do the work.
7243 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7245         * Makefile.in (All info targets): Specify $(srcdir) in input files.
7246         Specify -I option.
7247         (All dvi targets): Set the TEXINPUTS variable.
7249 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7251         * Version 19.31 released.
7253 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7255         * Version 19.30 released.
7257 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
7259         * Makefile.in (maintainer-clean): Rename from realclean.
7261 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7263         * Makefile.in: New file.
7264         * Makefile: File deleted.
7266 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7268         * Makefile (TEXINDEX_OBJS): Variable deleted.
7269         (texindex, texindex.o, getopt.o): Rules deleted.
7270         All deps on texindex deleted.
7271         (distclean): Don't delete texindex.
7272         (mostlyclean): Don't delete *.o.
7273         * texindex.c, getopt.c: Files deleted.
7275 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7277         * Version 19.26 released.
7279 1994-07-02  Richard Stallman  (rms@gnu.ai.mit.edu)
7281         * Makefile (EMACSSOURCES): Exclude undo.texi.
7283 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7285         * Version 19.25 released.
7287 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7289         * Version 19.24 released.
7291 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7293         * Version 19.23 released.
7295 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7297         * Makefile: Delete spurious tab.
7299 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7301         * Makefile (.SUFFIXES): New rule.
7303 1993-12-04  Richard Stallman  (rms@srarc2)
7305         * getopt.c: New file.
7306         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7307         (getopt.o): New rule.
7308         (dvi): Don't depend on texindex.
7309         (emacs.dvi): Depend on texindex.
7311 1993-12-03  Richard Stallman  (rms@srarc2)
7313         * Makefile (TEXI2DVI): New variable.
7314         (emacs.dvi): Add explicit command.
7315         (TEXINDEX_OBJS): Delete duplicate getopt.o.
7317 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7319         * Version 19.22 released.
7321 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7323         * Makefile (TEXINDEX_OBJS): Delete spurious period.
7325 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7327         * Version 19.21 released.
7329 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7331         * Makefile (realclean): Don't delete the Info files.
7333 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
7335         * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7336         4' where appropriate.
7338 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
7340         * Makefile: Fix targets for texindex.
7342         * texindex.c: Include "../src/config.h" if building in emacs.
7344         * Makefile: Change all files to FILENAME.texi, force all targets
7345         to be FILENAME, not FILENAME.info.
7346         Add target to build texindex.c, defining `emacs'.
7348 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7350         * Version 19.19 released.
7352 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7354         * Version 19.18 released.
7356 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7358         * Makefile: Fix source file names of the separate manuals.
7360 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7362         * Version 19.17 released.
7364 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7366         * split-man: Fix typos in last change.
7368 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
7370         * Version 19.16 released.
7372 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7374         * version 19.15 released.
7376 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
7378         * Makefile (distclean): It's rm, not rf.
7380 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7382         * Version 19.14 released.
7384 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7386         * Makefile: New file.
7388 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7390         * Version 19.13 released.
7392 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
7394         * Version 19.9 released.
7396 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7398         * Version 19.8 released.
7400 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7402         * cmdargs.texi: Document the -i, -itype, and -iconic options.
7404         * trouble.texi: It's `enable-flow-control-on', not
7405         `evade-flow-control-on'.
7407 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7409         * display.texi: Document standard-display-european.
7411 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
7413         * Version 19.7 released.
7415         * emacs.texi: Add a sentence to the top menu mentioning the
7416         specific version of Emacs this manual applies to.
7418 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7420         * basic.texi: Document next-line-add-lines variable used to
7421         implement down-arrow.
7423         * killing.texi: Document kill-whole-line.
7425 1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
7427         * text.texi: Update unix TeX ordering information.
7429 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
7431         * news.texi: Mention fill-rectangle in keybinding list.
7433         * killing.texi: Document fill-rectangle.
7435 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7437         * vc.texi: Bring the docs up to date with VC 5.2.
7439 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7441         * emacs.tex: Mention blackbox and gomoku under Amusements.
7442         Assembler mode is now mentioned and appropriately indexed
7443         under Programming Modes.
7445 1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
7447         * emacs.tex: Update TeX ordering information.
7449 1990-06-26  David Lawrence  (tale@geech)
7451         * emacs.tex: Note that completion-ignored-extensions is not used
7452         to filter out names when all completions are displayed in
7453         *Completions*.
7455 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7457         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
7459 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
7461         * emacs.tex: Add @findex grep.
7463 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
7465         * emacs.tex: Correct two typos.  No other changes before
7466         Version 19 will be made.
7468 1988-05-23  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
7470         * emacs.tex: Update information for obtaining TeX distribution from the
7471         University of Washington.
7473 ;; Local Variables:
7474 ;; coding: utf-8
7475 ;; End:
7477   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
7478     2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
7479     Free Software Foundation, Inc.
7481   This file is part of GNU Emacs.
7483   GNU Emacs is free software: you can redistribute it and/or modify
7484   it under the terms of the GNU General Public License as published by
7485   the Free Software Foundation, either version 3 of the License, or
7486   (at your option) any later version.
7488   GNU Emacs is distributed in the hope that it will be useful,
7489   but WITHOUT ANY WARRANTY; without even the implied warranty of
7490   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7491   GNU General Public License for more details.
7493   You should have received a copy of the GNU General Public License
7494   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.