Edit more configure variables in doc make dist rules.
[emacs.git] / doc / emacs / ChangeLog
blob12269c7ce32b82a30010a57fbec0e16629798e7d
1 2013-06-19  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (dist): Edit more configure variables.
4         Try to check that we do not miss any in future.
6 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8         * vc1-xtra.texi (Revision Tags): Add a cross reference.
9         (CVS Options): Fix the default value of `vc-cvs-stay-local'.
11 2013-06-11  Glenn Morris  <rgm@gnu.org>
13         * maintaining.texi (VC Directory Commands): Copyedit.
14         (Branches): Put back milder version of pre 2013-06-07 text.
16 2013-06-07  Xue Fuqiao  <xfq.free@gmail.com>
18         * maintaining.texi (Branches): Remove text copied from other sources.
20 2013-06-05  Alan Mackenzie  <acm@muc.de>
22         * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
23         (Not Exiting Isearch): Document new user option
24         `isearch-allow-prefix'.  (Bug#9706)
26 2013-06-03  Juri Linkov  <juri@jurta.org>
28         * display.texi (Highlight Interactively): Add global keybindings
29         with the key prefix `M-s h'.  Document old command `highlight-phrase'.
30         Document new command `highlight-symbol-at-point'.
32 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
34         * maintaining.texi (Branches): Add motivations for branching.
35         (VC Mode Line): Fix typo.
36         (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
37         prefix argument.
39 2013-06-02  Michael Albinus  <michael.albinus@gmx.de>
41         * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
42         dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
43         autolaunching of the D-Bus session bus.
45 2013-06-01  Glenn Morris  <rgm@gnu.org>
47         * programs.texi (Semantic): Fix typo.
49 2013-05-30  Xue Fuqiao  <xfq.free@gmail.com>
51         * maintaining.texi (Types of Log File): Supplement some
52         information of change log files.
54 2013-05-15  Juri Linkov  <juri@jurta.org>
56         * search.texi (Repeat Isearch): Mention key `RET' to finish
57         editing the string.  (Bug#13348)
59 2013-05-14  Glenn Morris  <rgm@gnu.org>
61         * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
63 2013-05-09  Glenn Morris  <rgm@gnu.org>
65         * sending.texi (Mail Sending): Fix typo.
67         * windows.texi (Change Window): Fix typo.
69         * custom.texi (Changing a Variable): Fix typo.
71         * trouble.texi (Contributing): Remove obsolete info re pretesters.
73 2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
75         `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
76         * cmdargs.texi (Initial Options):
77         * files.texi (Customize Save): Document this.
79 2013-05-04  Glenn Morris  <rgm@gnu.org>
81         * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
83 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
85         doc: convert some TeX accents to UTF-8
86         * ack.texi (Acknowledgments):
87         * emacs.texi (Acknowledgments):
88         Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
89         Apparently the TeX accents cause problems when generating gnu.org
90         web pages, e.g., @l{} is rendered as '/l' on
91         <http://www.gnu.org/software/emacs/manual/html_node/
92         emacs/Acknowledgments.html>.
94 2013-03-16  Glenn Morris  <rgm@gnu.org>
96         * emacs.texi (Top): Add some stuff specific to www.gnu.org.
98 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
100         Prefer UTF-8 for documentation.
101         With GNU Texinfo 5.0, this generates nicer-looking info files,
102         since they can use curly quotes.  With older Texinfo it doesn't matter.
103         * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
104         Switch from Latin-1 to UTF-8.
106 2013-02-28  Bastien Guerry  <bzg@gnu.org>
108         * xresources.texi (GTK resources): Fix broken link.
110 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
112         * files.texi (Interlocking): Don't refer to symlinks as the
113         exclusive means of locking files.
115 2013-02-22  Glenn Morris  <rgm@gnu.org>
117         * ack.texi (Acknowledgments):
118         * emacs.texi (Acknowledgments): Small updates.
120 2013-02-21  Glenn Morris  <rgm@gnu.org>
122         * files.texi (File Conveniences): Not just GIFs can be animated.
124 2013-02-13  Glenn Morris  <rgm@gnu.org>
126         * ack.texi (Acknowledgments): Don't mention yow any more.
128 2013-02-13  Paul Eggert  <eggert@cs.ucla.edu>
130         * cmdargs.texi (General Variables):
131         Fix TMPDIR documentation to match the code's behavior.
133 2013-02-10  Glenn Morris  <rgm@gnu.org>
135         * trouble.texi (Checklist): Update bug keybinding.
137 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
139         * msdog.texi (Text and Binary): Delete the description of
140         file-name-buffer-file-type-alist.
142 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
144         * trouble.texi (Crashing): Suggest -p for newer addr2line.  (Bug#13445)
145         Without it, I don't see function names.  Older addr2line
146         implementations will die out sooner or later, so tailor the
147         first suggestion to recent addr2line, with a followup about
148         older ones.
150 2013-01-19  Glenn Morris  <rgm@gnu.org>
152         * custom.texi (Directory Variables): Fix paren typo.
154         * trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
156         * custom.texi (Custom Themes): Fix typo.
158 2013-01-07  Bastien Guerry  <bzg@gnu.org>
160         * help.texi (Apropos): Document `apropos-user-option' and update
161         the doc for `apropos-variable'.
163 2013-01-05  Glenn Morris  <rgm@gnu.org>
165         * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
167 2012-12-21  Glenn Morris  <rgm@gnu.org>
169         * emacs-xtra.texi (copying): The FSF does not sell copies of this.
170         Simply include doclicense.
172 2012-12-21  Chong Yidong  <cyd@gnu.org>
174         * frames.texi (Mouse Commands): Fix description of the effect of
175         mouse dragging (Bug#13049).
177 2012-12-15  Juri Linkov  <juri@jurta.org>
179         * misc.texi (Recursive Edit): Add a link to "Query Replace".
180         (Bug#13181)
182 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
184         * killing.texi (Deletion): Doc fix (Bug#12748).
186 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
188         * doclicense.texi, gpl.texi: Update to latest version from FSF.
189         These are just minor editorial changes.
191 2012-12-06  Juanma Barranquero  <lekktu@gmail.com>
193         * vc1-xtra.texi (General VC Options): Remove obsolete reference
194         to `vc-path'.
196 2012-12-03  Chong Yidong  <cyd@gnu.org>
198         * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
200 2012-12-02  Kevin Ryde  <user42@zip.com.au>
202         * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
204 2012-12-01  Kevin Ryde  <user42@zip.com.au>
206         * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
208 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
210         * doclicense.texi, gpl.texi: Update to latest version from FSF.
211         These are just minor editorial changes.
213 2012-11-21  Dani Moncayo  <dmoncayo@gmail.com>
215         * display.texi (Auto Scrolling): Fix some inaccuracies, plus
216         clarifications (Bug#12865).
217         (Horizontal Scrolling): Clarifications.
219 2012-11-18  Dani Moncayo  <dmoncayo@gmail.com>
221         * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
223 2012-11-16  Eli Zaretskii  <eliz@gnu.org>
225         * trouble.texi (Crashing): Add information about MS-Windows and
226         the emacs_backtrace.txt file.  (Bug#12908)
228 2012-11-13  Chong Yidong  <cyd@gnu.org>
230         * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
231         actually named gdb-stopped-functions.
233 2012-11-13  Glenn Morris  <rgm@gnu.org>
235         * misc.texi (Single Shell): Mention async-shell-command-buffer.
237 2012-11-10  Glenn Morris  <rgm@gnu.org>
239         * misc.texi (Terminal emulator): Rename `term-face' to `term'.
241         * emacs.texi (Acknowledgments): Add profiler author.
242         * ack.texi (Acknowledgments): Add some recent contributions.
244 2012-11-10  Chong Yidong  <cyd@gnu.org>
246         * files.texi (Diff Mode): Doc fixes for
247         diff-delete-trailing-whitespace (Bug#12831).
249         * trouble.texi (Crashing): Copyedits.
251 2012-11-10  Glenn Morris  <rgm@gnu.org>
253         * files.texi (Diff Mode): Trailing whitespace updates.
255 2012-11-10  Chong Yidong  <cyd@gnu.org>
257         * misc.texi (Terminal emulator): Document Term mode faces.
259         * mini.texi (Basic Minibuffer): New node.  Document
260         minibuffer-electric-default-mode.
262         * display.texi (Visual Line Mode): Fix index entry.
264         * buffers.texi (Several Buffers): List Buffer Menu command anmes,
265         and index the keybindings.  Document tabulated-list-sort.
266         (Kill Buffer): Capitalize Buffer Menu.
268         * trouble.texi (Memory Full): Capitalize Buffer Menu.
270 2012-11-10  Eli Zaretskii  <eliz@gnu.org>
272         * display.texi (Auto Scrolling): Clarify that scroll-step is
273         ignored when scroll-conservatively is set to a non-zero value.
274         (Bug#12801)
276 2012-11-10  Chong Yidong  <cyd@gnu.org>
278         * dired.texi (Dired Updating): Doc fix (Bug#11744).
280 2012-10-30  Michael Albinus  <michael.albinus@gmx.de>
282         * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
284 2012-10-29  Chong Yidong  <cyd@gnu.org>
286         * dired.texi (Shell Commands in Dired): Document changes to the
287         dired-do-async-shell-command.
289 2012-10-28  Glenn Morris  <rgm@gnu.org>
291         * ack.texi (Acknowledgments): Mention gv.el.
293 2012-10-27  Bastien Guerry  <bzg@gnu.org>
295         * screen.texi (Menu Bar): Fix typo.
297 2012-10-27  Chong Yidong  <cyd@gnu.org>
299         * frames.texi (Mouse Avoidance): Mention new variable
300         mouse-avoidance-banish-position.
302         * programs.texi (Which Function): Which Function mode now works in
303         all major modes by default.
305         * mule.texi (Recognize Coding): Remove an unreferenced vindex.
307         * files.texi (Misc File Ops): Symbolic links on Windows only work
308         on Vista and later.
310         * building.texi (Compilation): Document compilation-always-kill.
312         * search.texi (Symbol Search): New node.
314         * package.texi (Package Menu): Document the "new" status.
316         * windows.texi (Window Choice): Don't refer to the obsolete
317         special-display feature.
319 2012-10-24  Chong Yidong  <cyd@gnu.org>
321         * mule.texi (Text Coding): set-buffer-file-coding-system can now
322         be invoked from the mode line.
324         * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
325         changes to the mark and unmark commands.
326         (Comparison in Dired): Document chages to dired-diff.  Remove M-=,
327         which is no longer bound to dired-backup-diff.
329 2012-10-23  Bastien Guerry  <bzg@gnu.org>
331         * text.texi (Org Authoring): Use a comma after @ref to avoid the
332         insertion of a period in the Info output.
334 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * custom.texi (Hooks): Clarify that -hooks is deprecated.
338 2012-10-23  Chong Yidong  <cyd@gnu.org>
340         * kmacro.texi (Edit Keyboard Macro): Fix typo.
342 2012-10-18  Dani Moncayo  <dmoncayo@gmail.com>
344         * mini.texi (Completion Options): Fix off-by-one error.  (Bug#12644)
346 2012-10-17  Glenn Morris  <rgm@gnu.org>
348         * mini.texi (Repetition): Further copyedit.
350 2012-10-17  Dani Moncayo  <dmoncayo@gmail.com>
352         * mini.texi (Repetition): Copyedit.
354 2012-10-16  Juri Linkov  <juri@jurta.org>
356         * search.texi (Query Replace): Document multi-buffer replacement
357         keys.  (Bug#12655)
359         * maintaining.texi (Tags Search): Change link "Replace" to
360         "Query Replace".
362 2012-10-13  Chong Yidong  <cyd@gnu.org>
364         * files.texi (File Conveniences): ImageMagick enabled by default.
366 2012-10-10  Dani Moncayo  <dmoncayo@gmail.com>
368         * basic.texi (Arguments): Fix typos.
370 2012-10-08  Glenn Morris  <rgm@gnu.org>
372         * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
374         * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
376 2012-10-06  Glenn Morris  <rgm@gnu.org>
378         * calendar.texi (Writing Calendar Files): Tweak week descriptions.
379         Mention cal-tex-cursor-week2-summary.
381 2012-10-06  Chong Yidong  <cyd@gnu.org>
383         * mini.texi (Passwords): Fix typo.
385 2012-10-02  Glenn Morris  <rgm@gnu.org>
387         * maintaining.texi (VC Directory Commands):
388         Remove duplicate `q' entry.  (Bug#12553)
390 2012-09-30  Chong Yidong  <cyd@gnu.org>
392         * killing.texi (Rectangles): Document copy-rectangle-as-kill.
394         * search.texi (Special Isearch): Document the lax space search
395         feature and M-s SPC.
396         (Regexp Search): Move main search-whitespace-regexp description to
397         Special Isearch.
398         (Replace): Document replace-lax-whitespace.
400         * basic.texi (Position Info): Document C-u M-=.
401         (Moving Point): Document move-to-column.
403         * display.texi (Useless Whitespace): Add delete-trailing-lines.
405         * misc.texi (emacsclient Options): Document the effect of
406         initial-buffer-choice on client frames.  Document server-auth-dir.
407         Do not document server-host, which is bad security practice.
409         * building.texi (Lisp Libraries): Docstring lookups can trigger
410         autoloading.  Document help-enable-auto-load.
412         * mini.texi (Yes or No Prompts): New node.
414         * ack.texi (Acknowledgments): Remove obsolete packages.
416 2012-09-27  Glenn Morris  <rgm@gnu.org>
418         * cal-xtra.texi (Advanced Calendar/Diary Usage):
419         Rename the section to be more general.
420         * emacs.texi: Update menu.
422 2012-09-23  Chong Yidong  <cyd@gnu.org>
424         * buffers.texi (Misc Buffer): Replace toggle-read-only with
425         read-only-mode.
427         * files.texi (Visiting): Likewise.
429 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
431         * trouble.texi (Crashing): Document ulimit -c.
433 2012-09-21  Paul Eggert  <eggert@cs.ucla.edu>
435         * trouble.texi (Crashing): Document addr2line.
437 2012-09-19  Chong Yidong  <cyd@gnu.org>
439         * killing.texi (Yanking): Minor clarification (Bug#12469).
441 2012-09-17  Chong Yidong  <cyd@gnu.org>
443         * building.texi (GDB User Interface Layout): Remove reference to
444         removed variable gdb-use-separate-io-buffer (Bug#12454).
446 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
448         * regs.texi (Text Registers): `C-x r +' can now be used instead of
449         M-x append-to-register.  New option `register-separator'.
450         (Number Registers): Mention that `C-x r +' is polymorphic.
452 2012-09-07  Chong Yidong  <cyd@gnu.org>
454         * windows.texi (Window Choice): Don't mention obsolete
455         display-buffer-reuse-frames.
457 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
459         Give more-useful info on a fatal error (Bug#12328).
460         * trouble.texi (Crashing): New section, documenting this.
462 2012-08-24  Michael Albinus  <michael.albinus@gmx.de>
464         * cmdargs.texi (General Variables):
465         Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
466         connections to the D-Bus session bus.  (Bug#12112)
468 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
470         * building.texi (Debugger Operation): Correct and improve
471         documentation of the GUD Tooltip mode.
473 2012-07-31  Chong Yidong  <cyd@gnu.org>
475         * emacs.texi: Fix ISBN (Bug#12080).
477 2012-08-05  Chong Yidong  <cyd@gnu.org>
479         * display.texi (Faces): Document frame-background-mode (Bug#7774).
481         * custom.texi (Face Customization): Move discussion of face
482         inheritance here, from Faces section.
484 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
486         * frames.texi (Mouse Commands): Fix the description of mouse-2.
487         (Bug#11958)
489 2012-07-19  Chong Yidong  <cyd@gnu.org>
491         * emacs.texi: Update ISBN.
493 2012-07-17  Chong Yidong  <cyd@gnu.org>
495         * basic.texi (Inserting Text): Replace ucs-insert with
496         insert-char.  Provide more details of input.
498         * mule.texi (International Chars, Input Methods): Likewise.
500 2012-07-13  Chong Yidong  <cyd@gnu.org>
502         * custom.texi (Examining): Update C-h v message.
504         * buffers.texi (Misc Buffer): Document view-read-only.
506 2012-07-07  Chong Yidong  <cyd@gnu.org>
508         * custom.texi (Init File): Index site-lisp (Bug#11435).
510 2012-07-06  Chong Yidong  <cyd@gnu.org>
512         * emacs.texi: Re-order top-level menu to correspond to logical
513         order, to avoid makeinfo warnings.
515         * ack.texi (Acknowledgments): Note new python.el.
517 2012-06-29  Chong Yidong  <cyd@gnu.org>
519         * maintaining.texi (Basic VC Editing, VC Pull, Merging):
520         * basic.texi (Erasing, Basic Undo): Fix markup.
522 2012-06-29  Glenn Morris  <rgm@gnu.org>
524         * fixit.texi (Undo): Grammar fixes.  (Bug#11779)
526 2012-06-29  Michael Witten  <mfwitten@gmail.com>  (tiny change)
528         * fixit.texi (Undo): Fix typo.  (Bug#11775)
530 2012-06-27  Glenn Morris  <rgm@gnu.org>
532         * ack.texi (Acknowledgments): Tiny update.
534 2012-06-21  Glenn Morris  <rgm@gnu.org>
536         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
538 2012-06-17  Chong Yidong  <cyd@gnu.org>
540         * emacs.texi: Remove urlcolor setting.  Update ISBN and edition number.
542         * anti.texi:
543         * building.texi:
544         * cmdargs.texi:
545         * custom.texi:
546         * display.texi:
547         * files.texi:
548         * frames.texi:
549         * glossary.texi:
550         * misc.texi:
551         * mule.texi:
552         * programs.texi:
553         * sending.texi:
554         * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
556 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
558         * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
560 2012-05-28  Glenn Morris  <rgm@gnu.org>
562         * ack.texi, building.texi, calendar.texi, custom.texi:
563         * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
565 2012-05-27  Glenn Morris  <rgm@gnu.org>
567         * emacs.texi: Simplify following removal of node pointers.
569         * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
570         * cmdargs.texi, commands.texi, display.texi, emacs.texi:
571         * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
572         * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
573         * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
574         * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
575         * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
576         * windows.texi, xresources.texi: Nuke hand-written node pointers.
578 2012-05-22  Glenn Morris  <rgm@gnu.org>
580         * emacs.texi (Acknowledgments): Add another contributor.
582 2012-05-12  Glenn Morris  <rgm@gnu.org>
584         * Makefile.in (MKDIR_P): New, set by configure.
585         (mkinfodir): Use $MKDIR_P.
587 2012-05-10  Glenn Morris  <rgm@gnu.org>
589         * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
590         with "coding: raw-text".
592         * files.texi (Interlocking): Mention create-lockfiles option.
594 2012-05-09  Chong Yidong  <cyd@gnu.org>
596         * frames.texi (Mouse References, Mouse Commands): Fix index
597         entries (Bug#11362).
599 2012-05-05  Glenn Morris  <rgm@gnu.org>
601         * custom.texi (Customization Groups, Custom Themes, Examining):
602         Improve page breaks.
604         * rmail.texi (Rmail Display): Use example rather than smallexample.
606         * calendar.texi: Convert inforefs to refs.
608         * dired.texi (Dired Enter): Improve page break.
610         * abbrevs.texi (Abbrev Concepts): Copyedits.
612         * maintaining.texi (Registering, Tag Syntax):
613         Tweak line and page breaks.
615         * programs.texi (Programs, Electric C): Copyedits.
616         (Program Modes): Add xref to Fortran.
617         (Left Margin Paren): Remove what was (oddly enough) the only use
618         of defvar in the entire Emacs manual.
619         (Hungry Delete): Remove footnote about ancient Emacs version.
620         (Other C Commands): Use example rather than smallexample.
622         * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
623         (Nroff Mode, Enriched Indentation, Table Rows and Columns):
624         Tweak line and page breaks.
626         * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
627         (Major Modes): Use example rather than smallexample.
629         * mule.texi (Output Coding): Reword to improve page-breaks.
631         * frames.texi (Fonts): Tweak line and page breaks.
632         Use example rather than smallexample.  Change cross-reference.
633         (Text-Only Mouse): Fix xref.
635         * buffers.texi (Buffers, Kill Buffer, Several Buffers)
636         (Indirect Buffers): Tweak line- and page-breaks.
638         * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
640 2012-05-04  Glenn Morris  <rgm@gnu.org>
642         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
643         (info, infoclean): Use $INFO_EXT.
644         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
645         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
646         (INFO_TARGETS): Use $INFO_EXT.
647         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
649 2012-05-02  Glenn Morris  <rgm@gnu.org>
651         * emacs.texi (@copying): Only print EDITION in the TeX version.
653         * search.texi (Regexp Search): Just say "Emacs".
655         * display.texi (Auto Scrolling):
656         Reword to avoid repetition and improve page break.
658         * xresources.texi (Resources):
659         * mule.texi (Language Environments):
660         * misc.texi (Amusements):
661         * maintaining.texi (VC Change Log):
662         * frames.texi (Fonts):
663         * custom.texi (Specifying File Variables, Minibuffer Maps):
664         * cmdargs.texi (Initial Options):
665         * building.texi (Flymake):
666         Reword to remove/reduce some overly long/short lines.
668 2012-04-27  Glenn Morris  <rgm@gnu.org>
670         * emacs.texi: Some fixes for detailed menu.
672         * emacs.texi: Add "et al." to authors.
674         * ack.texi, basic.texi, buffers.texi, building.texi:
675         * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
676         * dired.texi, display.texi, emerge-xtra.texi, files.texi:
677         * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
678         * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
679         * search.texi, trouble.texi, windows.texi:
680         Use Texinfo recommended convention for quotes+punctuation.
682 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
684         * mule.texi (Bidirectional Editing): Improve indexing.
685         Minor wording tweaks.
687 2012-04-15  Chong Yidong  <cyd@gnu.org>
689         * misc.texi (emacsclient Options): More clarifications.
691 2012-04-15  Glenn Morris  <rgm@gnu.org>
693         * msdog.texi (Windows Printing): It doesn't set printer-name.
695         * mule.texi (Language Environments): Move font info to "Fontsets".
696         (Fontsets): Move intlfonts etc here from "Language Environments".
697         Copyedits.
698         (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
699         (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
701 2012-04-15  Chong Yidong  <cyd@gnu.org>
703         * glossary.texi (Glossary): Standardize on "text terminal"
704         terminology.  All callers changed.
706         * misc.texi (emacsclient Options): Document "client frame" concept
707         and its effect on C-x C-c more carefully.
709 2012-04-15  Glenn Morris  <rgm@gnu.org>
711         * frames.texi (Scroll Bars):
712         * glossary.texi (Glossary): Use consistent case for "X Window System".
714         * mule.texi (Select Input Method, Coding Systems):
715         State command names in kbd tables.
716         (Recognize Coding): Add cross-ref.
717         (Output Coding): Don't mention message mode in particular.
718         (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
719         Copyedits.
721 2012-04-14  Glenn Morris  <rgm@gnu.org>
723         * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
724         Copyedits.
725         (Coding Systems): Mac OS X apparently uses newlines for EOL.
726         (Recognize Coding): Remove old auto-coding-regexp-alist example.
727         auto-coding-functions does not override coding: tags.
728         Remove rmail-decode-mime-charset; it no longer has any effect.
730 2012-04-14  Chong Yidong  <cyd@gnu.org>
732         * custom.texi (Creating Custom Themes): Add reference to Custom
733         Themes node in Lisp manual.
735 2012-04-14  Glenn Morris  <rgm@gnu.org>
737         * mule.texi (International): Copyedits.
738         (International Chars): Update C-x = example output.
739         (Disabling Multibyte): Rename from "Enabling Multibyte".
740         Clarify what "unibyte: t" does, and mode-line description.
741         (Unibyte Mode): Update for "Disabling Multibyte" node name change.
742         Use Texinfo recommended convention for quotes+punctuation.
743         (Language Environments): Copyedits.
744         (Input Methods): Copyedits.  Use "^" for the postfix example,
745         because it is less confusing inside Info's `quotes'.
747         * custom.texi (Specifying File Variables): Fix "unibyte" description.
748         Update for "Disabling Multibyte" node name change.
749         * emacs.texi: Update for "Disabling Multibyte" node name change.
751         * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
752         * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
753         * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
754         * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
755         * sending.texi, text.texi, trouble.texi:
756         Use @file for buffers, per the Texinfo manual.
758         * entering.texi (Entering Emacs):
759         Do not mention initial-buffer-choice = t.
761         * misc.texi (Gnus Startup): Use @env for environment variables.
763         * Makefile.in: Replace non-portable use of $< in ordinary rules.
765 2012-04-12  Glenn Morris  <rgm@gnu.org>
767         * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
769 2012-04-07  Glenn Morris  <rgm@gnu.org>
771         * emacsver.texi (EMACSVER): Bump version to 24.1.50.
773 2012-04-05  Glenn Morris  <rgm@gnu.org>
775         * glossary.texi (Glossary): Use anchors for internal cross-references.
777 2012-04-04  Glenn Morris  <rgm@gnu.org>
779         * glossary.texi (Glossary): Copyedits.
780         Use Texinfo-recommended convention for quotes and punctuation.
781         Comment out a few specialized (Rmail) items.
782         New items: Bidirectional Text, Client, Directory Local Variable,
783         File Local Variable, Package, Server, Theme, Trash Can.
785 2012-04-03  Chong Yidong  <cyd@gnu.org>
787         * sending.texi (Mail Misc): Fix an index entry.
789 2012-04-02  Eli Zaretskii  <eliz@gnu.org>
791         * msdog.texi (Windows Startup): Add description of emacsclient
792         operation under -c and -t on MS-Windows.
794         * misc.texi (emacsclient Options): Add cross-reference to "Windows
795         Startup".  (Bug#11091)
797 2012-04-02  Dani Moncayo  <dmoncayo@gmail.com>
799         * custom.texi (Changing a Variable): Fix example.
801 2012-04-01  Eli Zaretskii  <eliz@gnu.org>
803         * misc.texi (emacsclient Options): More clarifications about -t
804         and -c on MS-Windows.  (Bug#11091)
806 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
808         * misc.texi (emacsclient Options): Document peculiarities of new
809         frame creation on MS-Windows under -c or -t options.  (Bug#11091)
811 2012-03-30  Chong Yidong  <cyd@gnu.org>
813         * files.texi (File Conveniences): Clarify Imagemagick discussion.
815 2012-03-22  Glenn Morris  <rgm@gnu.org>
817         * dired.texi (Operating on Files): Fix dired-recursive-copies default.
819 2012-03-17  Chong Yidong  <cyd@gnu.org>
821         * package.texi (Package Installation): Document use of
822         package-initialize in init file.
824 2012-03-16  Glenn Morris  <rgm@gnu.org>
826         * help.texi (Language Help):
827         * mule.texi (International Chars):
828         etc/HELLO is for character demonstration.
830 2012-03-15  Dani Moncayo  <dmoncayo@gmail.com>
832         * dired.texi (Shell Commands in Dired): Fix typo.
834 2012-03-04  Chong Yidong  <cyd@gnu.org>
836         * killing.texi (Clipboard): Document clipboard manager.
838 2012-02-29  Glenn Morris  <rgm@gnu.org>
840         * ack.texi (Acknowledgments): Use @Tex{} in more places.
842         * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
844         * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
846 2012-02-28  Glenn Morris  <rgm@gnu.org>
848         * custom.texi, display.texi, emacs.texi, files.texi:
849         * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
850         Standardize possessive apostrophe usage.
852 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
854         * macos.texi (Mac / GNUstep Customization): Remove text about
855         ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
857 2012-02-25  Dani Moncayo  <dmoncayo@gmail.com>
859         * buffers.texi (Select Buffer): Mention that saving in a new file
860         name can switch to a different major mode.
862 2012-02-23  Glenn Morris  <rgm@gnu.org>
864         * mini.texi (Minibuffer File, Completion Options, Repetition):
865         Copyedits.
866         (Completion Example): Other M-x au* commands may be defined.
867         (Completion Styles): Mention emacs21 and completion-category-overrides.
869         * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
870         (Windows Keyboard, Windows Mouse, Windows Processes)
871         (Windows Printing, Windows Misc): Copyedits.
872         (ls in Lisp): Update switches list.
874         * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
875         Update dos-mode* function names.
876         (MS-DOS Printing, MS-DOS and MULE): Copyedits.
877         (MS-DOS Processes): Add xref to main ls-lisp section.
879         * ack.texi (Acknowledgments): Mention smie.
881 2012-02-22  Glenn Morris  <rgm@gnu.org>
883         * macos.texi: Copyedits.  Fix @key/@kbd usage.
884         (Mac / GNUstep Basics): Don't mention the panels, since the next
885         section covers them.
886         (Mac / GNUstep Customization): Merge some panel info from previous.
888 2012-02-21  Glenn Morris  <rgm@gnu.org>
890         * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
891         Small fixes.
893         * emacs-xtra.texi: Picture mode is no longer a chapter.
895         * picture-xtra.texi (Basic Picture): C-a does get remapped.
897         * ack.texi (Acknowledgments): Small changes, including resorting,
898         and removal of things no longer distributed.
900 2012-02-20  Glenn Morris  <rgm@gnu.org>
902         * emacs.texi (Top, Preface): Small rephrasings.
903         (menu, detailmenu): Update entries, and reformat some descriptions.
904         * building.texi, display.texi, emacs-xtra.texi, files.texi:
905         * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
906         Reformat some menu descriptions.
908         * ack.texi (Acknowledgments): More updates.
910         * emacs.texi (Acknowledgments): Add several names from ack.texi,
911         and from Author: headers.
912         (Distrib): Small updates.
914 2012-02-18  Glenn Morris  <rgm@gnu.org>
916         * ack.texi (Acknowledgments): Add xref to Org manual.
918         * rmail.texi: Copyedits.  Use 'mail composition buffer' in place
919         of '*mail*', since Message does not call it that.
920         (Rmail Reply): Rename rmail-dont-reply-to-names.
921         \\`info- no longer handled specially.
922         Update for rmail-enable-mime-composing.
923         Don't mention 'm' for replies.
924         Don't mention rmail-mail-new-frame and cancelling, since it does
925         not work for Message at the moment.
927         * cal-xtra.texi: Copyedits.
929         * emacs-xtra.texi: Set encoding to ISO-8859-1.
931 2012-02-17  Glenn Morris  <rgm@gnu.org>
933         * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
935         * ack.texi (Acknowledgments): Mention Gnulib.
937         * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
939         * calendar.texi: Misc small changes, including updating the dates
940         of examples.
942 2012-02-16  Glenn Morris  <rgm@gnu.org>
944         * calendar.texi: Misc small changes.
946         * vc1-xtra.texi (VC Delete/Rename, CVS Options):
947         * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
949         * dired-xtra.texi (Subdir Switches): Small fixes.
951         * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
953 2012-02-15  Glenn Morris  <rgm@gnu.org>
955         * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
957 2012-02-12  Glenn Morris  <rgm@gnu.org>
959         * ack.texi (Acknowledgments):
960         * emacs.texi (Acknowledgments): Updates for new files in 24.1.
962 2012-02-10  Glenn Morris  <rgm@gnu.org>
964         * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
966         * programs.texi (Misc for Programs): Mention electric-layout-mode.
968 2012-02-09  Glenn Morris  <rgm@gnu.org>
970         * buffers.texi (Misc Buffer): M-x info does not seem to require a
971         buffer switch after M-x rename-uniquely.
973         * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
975 2012-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
977         * text.texi (Org Mode): Fix typo.
979 2012-02-08  Glenn Morris  <rgm@gnu.org>
981         * ack.texi (Acknowledgments): Update emacs-lock info.
983         * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
985         * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
987 2012-02-07  Glenn Morris  <rgm@gnu.org>
989         * files.texi (File Conveniences): Mention ImageMagick images.
991 2012-02-05  Glenn Morris  <rgm@gnu.org>
993         * trouble.texi (Checklist): Mention debug-on-event.
995         * maintaining.texi (Maintaining): Add cross-ref to ERT.
997 2012-02-04  Glenn Morris  <rgm@gnu.org>
999         * macos.texi (Customization options specific to Mac OS / GNUstep):
1000         New subsection.
1002         * display.texi (Colors): Mention list-colors-sort.
1004         * files.texi (File Conveniences): Mention image animation.
1006 2012-01-31  Chong Yidong  <cyd@gnu.org>
1008         * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1009         scroll bars (Bug#10666).
1011 2012-01-28  Chong Yidong  <cyd@gnu.org>
1013         * files.texi (Filesets): Fix typos.
1015         * display.texi (Faces): Add xref to Colors node.
1017 2012-01-27  Dani Moncayo  <dmoncayo@gmail.com>
1019         * buffers.texi (Select Buffer): Clarify explanation of switching
1020         to new buffers.  Fix description of next-buffer and
1021         previous-buffer (Bug#10334).
1022         (Misc Buffer): Add xref to View Mode.
1024         * text.texi (Fill Commands): Fix description of
1025         sentence-end-double-space.
1027 2012-01-23  Chong Yidong  <cyd@gnu.org>
1029         * anti.texi (Antinews): Add Emacs 23 antinews.
1031 2012-01-16  Volker Sobek  <reklov@live.com>  (tiny change)
1033         * programs.texi (Comment Commands): Typo (bug#10514).
1035 2012-01-15  Chong Yidong  <cyd@gnu.org>
1037         * xresources.texi (X Resources): Describe GTK+ case first.
1038         (Resources): Don't use borderWidth as an example, since it doesn't
1039         work with GTK+.
1040         (Table of Resources): Clarify role of several resources, including
1041         the Emacs 24 behavior of cursorBlink etc.
1042         (Face Resources): Node deleted.  Recommend using Customize
1043         instead.  Add paragraph to `Table of Resources' node summarizing
1044         how to use X resources for changing faces.
1045         (Lucid Resources): Rewrite, omitting description of font names,
1046         referring to the Fonts node instead.
1047         (LessTif Resources): Copyedits.
1048         (GTK resources): Rewrite, describing the difference between gtk2
1049         and gtk3.
1050         (GTK Resource Basics): New node.
1051         (GTK Widget Names, GTK Names in Emacs): Rewrite.
1052         (GTK styles): Just refer to Fonts node for GTK font format.
1054         * display.texi (Faces): Document the cursor face.
1056 2012-01-14  Chong Yidong  <cyd@gnu.org>
1058         * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
1059         (General Variables): Add xref to Lisp Libraries.
1060         (Initial Options): Copyedits.
1061         (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1062         (Environment): Clarify what getenv does.
1063         (General Variables): Clarify EMACSPATH etc.  Emacs does not assume
1064         light backgrounds on xterms.
1065         (Misc Variables): TEMP and TMP are not Windows-specific.
1066         (Display X): Copyedits.
1067         (Colors X): -bd does nothing for GTK.
1068         (Icons X): Gnome 3 doesn't use taskbars.
1070         * misc.texi (Shell): Document exec-path here.
1072         * rmail.texi (Movemail): Add xref for exec-path.
1074 2012-01-13  Glenn Morris  <rgm@gnu.org>
1076         * dired.texi (Dired and Find): Clarify find-ls-options.
1078 2012-01-09  Chong Yidong  <cyd@gnu.org>
1080         * custom.texi (Custom Themes): Switch custom-safe-themes to use
1081         SHA-256.
1083 2012-01-07  Chong Yidong  <cyd@gnu.org>
1085         * display.texi (Useless Whitespace): Add Whitespace mode.
1087         * custom.texi (Hooks): Discuss how to disable minor modes.
1089         * files.texi (Diff Mode): Discuss diff-auto-refine-mode
1090         (Bug#10309).  Discuss use of Whitespace mode (Bug#10300).
1092         * trouble.texi (Lossage): Refer to Bugs node for problems.
1093         (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1094         (Screen Garbled): Don't refer to terminal "manufacturers".
1095         (Total Frustration): Node deleted.  Eliza is documented in
1096         Amusements now.
1097         (Known Problems): More info about using the bug tracker.
1098         Mention debbugs package.
1099         (Bug Criteria): Copyedits.
1100         (Understanding Bug Reporting): Mention emacs -Q.
1102 2012-01-06  Chong Yidong  <cyd@gnu.org>
1104         * custom.texi (Specifying File Variables): The mode: keyword
1105         doesn't have to be first anymore.  Add example of specifying minor
1106         modes.
1107         (Directory Variables): Simplify example.  Mention application to
1108         non-file buffers.
1109         (Disabling): Use "initialization file" terminology.
1110         (Init Examples): Fix hook example.
1112 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
1114         * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1115         (Bug#10422)
1116         Move the stuff about resources to xresources.texi.
1118         * xresources.texi (Resources): Move information about setting X
1119         resources in the Registry from cmdargs.texi.  Make the index entry
1120         be similar to the one in cmdargs.texi.
1122 2012-01-05  Chong Yidong  <cyd@gnu.org>
1124         * custom.texi (Customization Groups): Update example.
1125         (Browsing Custom): Document the new search field.
1126         (Changing a Variable): Update example for Emacs 24 changes.
1127         Document Custom-set and Custom-save commands.
1128         (Face Customization): Document Emacs 24 changes.  De-document
1129         modify-face.
1130         (Specific Customization): Mention customize-variable.
1131         (Custom Themes): Add customize-themes, custom-theme-load-path,
1132         custom-theme-directory, and describe-theme.
1133         (Creating Custom Themes): New node.
1134         (Examining): Mention M-:.
1136         * package.texi (Packages): Fix typo.
1138 2012-01-03  Chong Yidong  <cyd@gnu.org>
1140         * misc.texi (Single Shell): Don't document Lisp usage of
1141         shell-command.  Tidy up discussion of synchronicity.  Add index
1142         entries for async-shell-command.
1143         (Interactive Shell): Note that M-x shell uses shell-file-name.
1144         Note change in behavior in Emacs 24.
1145         (Shell Mode): Shell mode now uses completion-at-point.
1146         (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1147         default method for recognizing prompts nowadays.
1148         (Shell Ring): Add xref to Minibuffer History.
1149         (Directory Tracking): Explain Dirtrack mode in more detail.
1150         (Term Mode): Fix index entries.
1151         (Paging in Term): Merge into Term Mode.
1152         (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1153         (Printing): Fix xref.  State default of lpr-switches.
1154         (PostScript): Remove obsolete sentence.  Omit description of
1155         non-interactive behaviors.
1156         (Hyperlinking): Improve description.
1157         (Browse-URL): Using compose-mail for mailto URLs is the default.
1158         Document browse-url-mailto-function.
1159         (Goto Address mode): Add index entries.  Add xref to Browse-URL.
1160         (FFAP): FFAP is not a minor mode.
1161         (Amusements): M-x lm was renamed to M-x landmark.
1162         Document nato-region.
1164 2012-01-01  Chong Yidong  <cyd@gnu.org>
1166         * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1167         (Gnus Startup): Note that the system might not be set up for news.
1168         Describe group levels more clearly.
1169         (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1170         Summary of Gnus.
1171         (Document View): Copyedits.  Move zoom commads to DocView
1172         Navigation node.
1173         (DocView Navigation, DocView Searching, DocView Slicing)
1174         (DocView Conversion): Nodes renamed from Navigation, etc.
1176         * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1178 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
1180         * basic.texi (Moving Point): Fix the description of C-n and C-p.
1181         (Bug#10380)
1183 2011-12-30  Chong Yidong  <cyd@gnu.org>
1185         * sending.texi (Sending Mail): Document initial mail buffer name,
1186         and changed multiple mail buffer behavior.
1187         (Mail Format): Put the example at the top of the section.
1188         (Mail Headers): Move discussion of "From" to the top.
1189         (Mail Sending): Document sendmail-query-once.
1190         (Citing Mail): Make it less Rmail-specific.
1192 2011-12-29  Chong Yidong  <cyd@gnu.org>
1194         * text.texi (Org Mode): Copyedits.  Refer to Outline Format for
1195         example.  Add index entries.
1196         (Org Organizer, Org Authoring): Nodes renamed.  Copyedits.
1198 2011-12-26  Chong Yidong  <cyd@gnu.org>
1200         * dired.texi (Dired Enter, Misc Dired Features):
1201         Document dired-use-ls-dired changes.  Mention quit-window.
1202         (Dired Navigation): Add index entries.
1203         (Dired Visiting): Fix View Mode xref.
1204         (Marks vs Flags): Prefer C-/ binding for undo.
1205         (Subdirectories in Dired): Add xrefs.
1206         (Misc Dired Features): Document some Emacs 24 changes.  Add index
1207         entries.
1209         * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1210         variable, since it is explained in Minor Modes node.
1211         (Defining Abbrevs): Copyedits.
1212         (Expanding Abbrevs): State default of abbrev-all-caps.  Prefer the
1213         C-/ binding for undo.
1214         (Dabbrev Customization): Add xrefs for case-fold-search and
1215         case-replace.
1217         * dired-xtra.texi (Subdir Switches): Add xref.
1219         * maintaining.texi (VC Directory Commands): Mention quit-window.
1221 2011-12-25  Chong Yidong  <cyd@gnu.org>
1223         * maintaining.texi (Tags): Mention Semantic.
1224         (Create Tags Table, Etags Regexps): Copyedits.
1225         (Find Tag): Mention minibuffer completion.
1226         (List Tags): Mention completion-at-point.  Completion is actually
1227         available in M-x list-tags.
1229         * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1230         Document vc-delete-file.
1232         * files.texi (Misc File Ops): Mention vc-delete-file.
1234         * programs.texi (Symbol Completion): Mention completion-at-point
1235         explicitly.
1237 2011-12-22  Chong Yidong  <cyd@gnu.org>
1239         * maintaining.texi (Change Log Commands): Don't specially mention
1240         vc-update-change-log which is CVS-only.
1242         * vc1-xtra.texi (Version Headers): Note that these are for
1243         Subversion, CVS, etc. only.
1244         (General VC Options): De-document vc-keep-workfiles.
1245         Fix RCS-isms.
1247 2011-12-22  Eli Zaretskii  <eliz@gnu.org>
1249         * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1250         should be @end iftex".
1252 2011-12-21  Chong Yidong  <cyd@gnu.org>
1254         * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1255         (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1256         (VC Pull): Mention vc-log-incoming.
1257         (Log Buffer): Add CVS/RCS only disclaimer.
1259         * vc1-xtra.texi (Remote Repositories): Update introduction.
1260         (Local Version Control): Node deleted (obsolete with DVCSes).
1261         (Remote Repositories, Version Backups): Node deleted.
1262         Move documentation of vc-cvs-stay-local to CVS Options.
1263         (CVS Options): Reduce verbosity of description of obscure CVS
1264         locking feature.
1265         (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1266         Tags node.
1267         (Revision Tags): Move under Miscellaneous VC subsection.
1268         (Change Logs and VC): Note that this is wrong for DVCSs.
1269         De-document log entry manipulating features.
1270         (Renaming and VC): Describe how it works on modern VCSes.
1272         * files.texi (Misc File Ops): Mention vc-rename-file.
1274         * programs.texi (Custom C Indent): Add index entries.
1276 2011-12-20  Alan Mackenzie  <acm@muc.de>
1278         * programs.texi (Motion in C): Update the description of C-M-a and
1279         C-M-e, they now DTRT in enclosing scopes.
1280         (Custom C Indent): Add @dfn{guessing} of the indentation style.
1282 2011-12-20  Chong Yidong  <cyd@gnu.org>
1284         * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1285         (Old Revisions): Use it.
1286         (VCS Repositories): Add "distributed" terminology.
1287         (Log Buffer): Remove duplicate description
1288         about changesets.  Fix "current VC fileset" ambiguity.
1289         (Multi-User Branching): Node deleted.
1290         (Branches, Switching Branches): Discuss decentralized version
1291         control systems.
1292         (VC Pull): New node.
1293         (Merging): Document merging on decentralized systems.
1294         (Creating Branches): Note that this is specific to CVS and related
1295         systems.
1297 2011-12-19  Chong Yidong  <cyd@gnu.org>
1299         * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1300         (VC Mode Line): Add index entry for "version control status".
1301         (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1302         Document vc-revert-show-diff.  De-document vc-rollback.
1303         (VC Directory Mode): Rewrite introduction.  Move prefix arg
1304         documentation here from VC Directory Buffer node.
1305         (VC Directory Buffer): Use a decentralized VCS example.
1306         (VC Directory Commands): Use a table.  Remove material duplicated
1307         in previous nodes on multi-file VC filsets.
1309 2011-12-17  Chong Yidong  <cyd@gnu.org>
1311         * maintaining.texi (VCS Concepts): Make "revision" terminology
1312         less CVS-specific.
1313         (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1314         Registering node.
1315         (Secondary VC Commands): Delete.  Promote subnodes.
1316         (Log Buffer): Add command name for C-c C-c.  Fix the name of the
1317         log buffer.  Add index entries.
1318         (VCS Changesets, Types of Log File, VC With A Merging VCS):
1319         Use "commit" terminology.
1320         (Old Revisions): Move it to just before VC Change Log.  "Tag" here
1321         doesn't refer to tags tables.  Note other possible forms of the
1322         revision ID.  C-x v = does not save.
1323         (Registering): Note similarity to C-x v v action.  Fix description
1324         of how backends are chosen.  De-document vc-default-init-revision.
1325         (VC Change Log): Document C-x v l in VC-Dir buffer.  Document RET
1326         in root log buffers.
1328 2011-12-16  Chong Yidong  <cyd@gnu.org>
1330         * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1331         (Basic VC Editing): Remove redundant descriptions.
1332         (VC With A Merging VCS): Make description more general instead of
1333         CVS-specific.
1334         (VC With A Locking VCS): Use VC fileset terminology.
1336 2011-12-12  Chong Yidong  <cyd@gnu.org>
1338         * building.texi (Executing Lisp): Fix xref for C-M-x.
1339         (Lisp Libraries): Add xref to node explaining `load' in Lisp
1340         manual.  Note that load-path is not customizable.
1341         (Lisp Eval): Note that listed commands are available globally.
1342         Explain the meaning of "defun" in the C-M-x context.
1343         (Lisp Interaction): Copyedits.
1344         (External Lisp): Fix name of inferior Lisp buffer.
1345         Mention Scheme.
1346         (Compilation): Define "inferior process".
1348 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
1350         * msdog.texi (Windows Fonts): Document how to force GDI font
1351         backend on MS-Windows.
1353 2011-12-10  Chong Yidong  <cyd@gnu.org>
1355         * building.texi (Compilation): Say what the -k flag to make does.
1356         Move subprocess discussion to Compilation Shell.
1357         (Compilation Mode): Add xref for grep, occur, and mouse
1358         references.  Define "locus".
1359         (Grep Searching): Use @command.
1360         (Debuggers, Commands of GUD, GDB Graphical Interface):
1361         Clarify intro.
1362         (Starting GUD): Clarify how arguments are specified.
1363         (Debugger Operation): Index entry for "GUD interaction buffer",
1364         and move basic description here from Commands of GUD node.
1365         (GDB User Interface Layout): Copyedits.
1366         (Source Buffers): Remove gdb-find-source-frame, which is not in
1367         gdb-mi.el.
1368         (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
1369         toggle-gdb-all-registers, which are not in gdb-mi.el.
1370         Don't re-document GUD interaction buffers.
1372         * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1373         (Semantic): Add cindex entries for Semantic.
1375 2011-12-06  Chong Yidong  <cyd@gnu.org>
1377         * programs.texi (Man Page): Clarify how to use Man-switches.
1378         Don't bother documenting Man-fontify-manpage-flag.
1379         (Lisp Doc): Add xref to Name Help node.
1380         (Hideshow): Add cindex.  Mention role of ellipses, and default
1381         value of hs-isearch-open.  Don't bother documenting
1382         hs-special-modes-alist.
1383         (Symbol Completion): Add kindex for C-M-i.  Don't recommend
1384         changing the window manager binding of M-TAB.
1386 2011-12-05  Chong Yidong  <cyd@gnu.org>
1388         * programs.texi (Comment Commands): Fix description of for M-; on
1389         blank lines.  Move documentation of comment-region here.
1390         (Multi-Line Comments): Clarify the role of comment-multi-line.
1391         Refer to Comment Commands for comment-region doc.
1392         (Options for Comments): Refer to Multi-Line Comments for
1393         comment-multi-line doc, instead of duplicating it.  Fix default
1394         values of comment-padding and comment-start-skip.
1396 2011-12-04  Chong Yidong  <cyd@gnu.org>
1398         * programs.texi (Program Modes): Mention modes that are not
1399         included with Emacs.  Fix references to other manuals for tex.
1400         Add index entry for backward-delete-char-untabify.
1401         Mention prog-mode-hook.
1402         (Which Function): Use "global minor mode" terminology.
1403         (Basic Indent, Multi-line Indent): Refer to previous descriptions
1404         in Indentation chapter to avoid duplication.
1405         (Expressions): Copyedit.
1406         (Matching): Document Electric Pair mode.
1408         * ack.texi (Acknowledgments):
1409         * rmail.texi (Movemail, Other Mailbox Formats):
1410         * frames.texi (Frames): Don't capitalize "Unix".
1412 2011-12-04  Chong Yidong  <cyd@gnu.org>
1414         * text.texi (Nroff Mode): Mention what nroff is.
1415         (Text Based Tables, Table Recognition): Don't say "Table mode"
1416         since it's not a major or minor mode.
1417         (Text Based Tables): Reduce the size of the example.
1418         (Table Definition): Clarify definitions.
1419         (Table Creation): Add key table.
1420         (Cell Commands): Use kbd for commands.
1421         (Table Rows and Columns): Combine nodes Row Commands and Column
1422         Commands.
1423         (Fixed Width Mode): Node deleted; contents moved to parent.
1424         (Table Conversion): Shorten example.
1425         (Measuring Tables): Merge into Table Misc.
1427 2011-12-03  Chong Yidong  <cyd@gnu.org>
1429         * text.texi (TeX Mode): Mention AUCTeX package.
1430         (TeX Editing): Add xref to documentation for Occur.
1431         (LaTeX Editing): Add xref to Completion node.
1432         (TeX Print): Fix description of tex-directory.
1433         (Enriched Text): Rename from Formatted Text.  Make this node and
1434         its subnodes less verbose, since text/enriched files are
1435         practically unused.
1436         (Enriched Mode): Rename from Requesting Formatted Text.
1437         (Format Colors): Node deleted.
1438         (Enriched Faces): Rename from Format Faces.  Describe commands
1439         for applying colors too.
1440         (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1442         * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1444         * display.texi (Colors): New node.
1446         * cmdargs.texi (Colors X):
1447         * xresources.texi (GTK styles):
1448         * custom.texi (Face Customization): Reference it.
1450         * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1451         Link to Fill Commands for Justification entry.
1453 2011-12-03  Eli Zaretskii  <eliz@gnu.org>
1455         * display.texi (Auto Scrolling): More accurate description of what
1456         scroll-*-aggressively does, including the effect of non-zero
1457         margin.  Fix "i.e." markup.
1459 2011-12-02  Chong Yidong  <cyd@gnu.org>
1461         * text.texi (Pages): Mention how formfeed chars are displayed.
1462         (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1463         Describe adaptive filling more precisely.
1464         (Fill Commands): Note that filling removes excess whitespace.
1465         (Text Mode): Note auto-mode-alist entries for Text mode.  TAB is
1466         now bound to indent-for-tab-command in Text mode.
1467         (Outline Mode): Copyedits.
1468         (Outline Visibility): Note that Reveal mode is a buffer-local
1469         minor mode.
1471         * modes.texi (Major Modes): Move note about checking major-mode in
1472         a hook function here, from Text mode.
1474 2011-11-28  Chong Yidong  <cyd@gnu.org>
1476         * text.texi (Words): Add xref to Position Info.
1477         (Paragraphs): Add xref to Regexps.
1479         * indent.texi (Indentation): Rewrite introduction.  Move table to
1480         Indentation Commands node.
1481         (Indentation Commands): Add index entries to table.  Copyedits.
1482         (Tab Stops, Just Spaces): Copyedits.
1483         (Indent Convenience): New node.  Document electric-indent-mode.
1485         * programs.texi (Basic Indent):
1486         * windows.texi (Pop Up Window): Fix kindex entry.
1488 2011-11-28  Chong Yidong  <cyd@gnu.org>
1490         * modes.texi (Major Modes): Move major-mode variable doc here from
1491         Choosing Modes.  Document describe-mode.  Document prog-mode-hook
1492         and text-mode-hook.  Add example of using hooks.
1493         (Minor Modes): Document behavior of mode command calls from Lisp.
1494         Note that setting the mode variable using Customize will DTRT.
1495         (Choosing Modes): Add example of setting a minor mode using a
1496         local variable.
1498 2011-11-27  Chong Yidong  <cyd@gnu.org>
1500         * frames.texi (Creating Frames): Move frame parameter example to
1501         Frame Parameters node.
1502         (Frame Commands): C-x 5 o does not warp the mouse by default.
1503         (Fonts): Add more GTK-style properties; also, they should be
1504         capitalized.
1505         (Special Buffer Frames): Node deleted; special-display is on the
1506         way out.
1507         (Frame Parameters): Example moved here from Creating Frames.
1508         Clarify that default-frame-alist affects the initial frame too.
1509         Delete auto-raise-mode and auto-lower-mode.
1510         (Wheeled Mice): Node deleted.  Content moved to Mouse Commands.
1511         (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1513         * windows.texi (Window Choice): Add xref to Lisp manual for
1514         special-display-*.
1516 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1518         * display.texi (Text Display): Update the description,
1519         cross-references, and indexing related to display of control
1520         characters and raw bytes.
1522 2011-11-25  Chong Yidong  <cyd@gnu.org>
1524         * frames.texi (Frames): Rewrite introduction.
1525         (Mouse Commands): Default for mouse-drag-copy-region is now t.
1526         Mouse-3 does not copy to kill ring by default.  DEL does not
1527         behave specially for mouse commands any more.
1528         (Mouse References): Document mouse-1-click-follows-link more
1529         thoroughly.
1530         (Menu Mouse Clicks): Move footnote to the main text and add xref
1531         to Init Rebinding node.
1532         (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1534         * files.texi (Visiting): `C-x 5 f' works on ttys too.
1536 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1538         * display.texi (Font Lock): Fix typo.
1540 2011-11-24  Glenn Morris  <rgm@gnu.org>
1542         * rmail.texi (Rmail Output):
1543         Mention rmail-automatic-folder-directives.  (Bug#9657)
1545 2011-11-21  Chong Yidong  <cyd@gnu.org>
1547         * mark.texi (Global Mark Ring): Fix description of global mark
1548         ring (Bug#10032).
1550 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1552         * msdog.texi (Windows Fonts): Fix typo.
1554 2011-11-17  Glenn Morris  <rgm@gnu.org>
1556         * regs.texi (Bookmarks): Small fixes related to saving.  (Bug#10058)
1558 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1560         * killing.texi (Rectangles):
1561         * misc.texi (Document View):
1562         * modes.texi (Choosing Modes):
1563         * msdog.texi (Windows Fonts):
1564         * regs.texi (Rectangle Registers):
1565         * search.texi (Isearch Yank): Fix typos.
1567 2011-11-06  Chong Yidong  <cyd@gnu.org>
1569         * windows.texi (Basic Window): Add xref to Cursor Display.
1570         (Split Window): Document negative arg for splitting commands.
1571         (Other Window): Document mouse-1 in text area of window.
1572         (Change Window): Don't mention window attributes, since they
1573         aren't defined.  C-x 1 can't be used with minibuffer windows.
1574         Windows are no longer auto-deleted.
1575         (Window Choice): Add xref to Choosing Window in Lisp manual.
1576         (Window Convenience): Note that windmove disables shift-selection.
1577         Move M-x compare-windows here from Other Window node.
1579         * custom.texi (Mouse Buttons):
1580         * search.texi (Isearch Scroll):
1581         * windows.texi (Split Window): Use new names split-window-below
1582         and split-window-right.
1584 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1586         * emacs.texi (Top): Fix typo.
1588 2011-10-25  Glenn Morris  <rgm@gnu.org>
1590         * abbrevs.texi (Saving Abbrevs):
1591         quietly-read-abbrev-file is not a command.  (Bug#9866)
1593 2011-10-24  Chong Yidong  <cyd@gnu.org>
1595         * display.texi (Scrolling): Document scroll-up-line and
1596         scroll-down-line.  Document scroll-command property.
1597         (Recentering): New node, split off from Scrolling.
1599 2011-10-23  Chong Yidong  <cyd@gnu.org>
1601         * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1602         (Tool Bars): Copyedits.
1604         * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1606 2011-10-22  Chong Yidong  <cyd@gnu.org>
1608         * windows.texi (Displaying Buffers): Fix broken lispref link.
1610 2011-10-22  Chong Yidong  <cyd@gnu.org>
1612         * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1613         Move confirm-nonexistent-file-or-buffer discussion here.
1615         * files.texi (File Names, Visiting): Move detailed discussion of
1616         minibuffer confirmation to Minibuffer Exit.
1618         * buffers.texi (Buffers): Tweak mention of mail buffer name.
1619         (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1621 2011-10-21  Chong Yidong  <cyd@gnu.org>
1623         * files.texi (File Names, Visiting, Interlocking): Copyedits.
1624         (Backup Copying): backup-by-copying-when-mismatch is now t.
1625         (Customize Save): Fix description of require-final-newline.
1626         (Reverting): Note that revert-buffer can't be undone.  Mention VC.
1627         (Auto Save Control): Clarify.
1628         (File Archives): Add 7z.
1629         (Remote Files): ange-ftp-make-backup-files defaults to nil.
1631         * arevert-xtra.texi (Autorevert): Copyedits.
1633 2011-10-20  Chong Yidong  <cyd@gnu.org>
1635         * custom.texi (Hooks, Init Examples):
1636         * display.texi (Font Lock):
1637         * fixit.texi (Spelling):
1638         * rmail.texi (Rmail Display): Minor mode function with no arg now
1639         enables it.
1641         * fixit.texi (Spelling): Fix description of inline completion.
1643 2011-10-19  Chong Yidong  <cyd@gnu.org>
1645         * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1646         entries.
1647         (Isearch Yank): Document isearch-yank-pop.
1648         (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1649         (Other Repeating Search): Document Occur Edit mode.
1651 2011-10-18  Chong Yidong  <cyd@gnu.org>
1653         * display.texi (Fringes): Move overflow-newline-into-fringe here,
1654         from Line Truncation node.
1655         (Standard Faces): Note that only the background of the cursor face
1656         has an effect.
1657         (Cursor Display): Fix descriptions of cursor face
1658         and bar cursor blinking.
1659         (Text Display): Document nobreak-char-display more clearly.
1660         (Line Truncation): Add xref to Split Window node.
1661         (Display Custom): Don't bother documenting baud-rate or
1662         no-redraw-on-reenter.
1664         * search.texi (Slow Isearch): Node removed.
1666 2011-10-18  Glenn Morris  <rgm@gnu.org>
1668         * maintaining.texi (Registering): Remove vc-initial-comment.  (Bug#9745)
1670 2011-10-18  Chong Yidong  <cyd@gnu.org>
1672         * display.texi (Faces): Simplify discussion.  Move documentation
1673         of list-faces-display here, from Standard Faces node.
1674         Note special role of `default' background.
1675         (Standard Faces): Note special role of `default' background.
1676         Note that region face may be taken fom GTK.  Add xref to Text Display.
1677         (Text Scale): Rename from "Temporary Face Changes".
1678         Callers changed.  Don't bother documenting variable-pitch-mode.
1679         (Font Lock): Copyedits.  Remove font-lock-maximum-size.
1680         (Useless Whitespace): Simplify description of
1681         delete-trailing-whitespace.  Note active region case.
1682         (Text Display): Fix description of escape-glyph face assignment.
1683         Remove unibye mode discussion.  Update some parts for Unicode.
1684         Move glyphless chars documentation to Lisp manual.
1686         * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1688 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
1690         * display.texi (Scrolling): Tweak explanation of scroll direction.
1691         (View Mode): Add index entries.
1693         * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1695         * regs.texi (Text Registers): C-x r i does not activate the mark.
1696         (Bookmarks): Document new default bookmark location.
1698 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1700         * killing.texi (Deletion): Add xref to Using Region.
1701         Document delete-forward-char.
1702         (Yanking): Move yank-excluded-properties to Lisp manual.  Move C-y
1703         description here.  Recommend C-u C-SPC for jumping to mark.
1704         (Kill Ring): Move kill ring variable documentation here.
1705         (Primary Selection): Copyedits.
1706         (Rectangles): Document new command rectangle-number-lines.
1707         (CUA Bindings): Note that this disables the mark-even-if-inactive
1708         behavior for C-x and C-c.
1710         * mark.texi (Mark): Mention "active region" terminology.
1711         (Using Region): Document delete-active-region.
1713 2011-10-12  Chong Yidong  <cyd@stupidchicken.com>
1715         * mark.texi (Mark): Clarify description of disabled Transient Mark
1716         mode (Bug#9689).
1717         (Setting Mark): Document prefix arg for C-x C-x.  Document primary
1718         selection changes.  Mention that commands like C-y set the mark.
1719         (Marking Objects): Add xref to Words node.  Note that mark-word
1720         and mark-sexp also have the "extend region" behavior.
1721         (Using Region): Mention M-$ in the table.
1722         Document mark-even-if-inactive here instead of in Mark Ring.
1723         (Mark Ring): Move mark-even-if-inactive to Using Region.
1724         Take note of the "Mark Set" behavior.
1725         (Disabled Transient Mark): Rename from "Persistent Mark"
1726         (Bug#9688).  Callers changed.
1728         * programs.texi (Expressions):
1729         * text.texi (Words): Defer to Marking Objects for mark-word doc.
1731 2011-10-09  Chong Yidong  <cyd@stupidchicken.com>
1733         * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1734         option" terminology.
1735         (Key Help): Add command names.  Define "documentation string".
1736         (Name Help): Remove an over-long joke.
1737         (Apropos): Document prefix args.  Remove duplicated descriptions.
1738         (Help Mode): Add C-c C-b to table.  Update TAB binding.
1739         (Package Keywords): Rename from "Library by Keyword".
1740         Describe new package menu interface.
1741         (Help Files, Help Echo): Tweak description.
1743         * mini.texi (Completion Options): Add completion-cycle-threshold.
1744         (Minibuffer History): Document numeric args to history commands.
1746 2011-10-08  Eli Zaretskii  <eliz@gnu.org>
1748         * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1750 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1752         * basic.texi (Position Info): Omit page commands.
1753         Document count-words-region and count-words.
1755         * text.texi (Pages): Move what-page documentation here.
1757 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1759         * mini.texi (Minibuffer File): Minor copyedits.  Use xref to
1760         Remote Files node instead of linking directly to the Tramp manual.
1761         (Minibuffer Edit): Add xref to Blank Lines.
1762         (Completion): Add xref to Symbol Completion.  Remove redundant
1763         example, which is repeated in the next node.
1764         (Completion Commands): Minor clarifications.
1765         (Completion Styles): New node, split from Completion Commands.
1766         Document substring and initials styles.
1767         (Strict Completion): Remove information duplicated in other nodes.
1768         (Completion Options): Consolidate case difference discussion here.
1770         * help.texi (Help Mode): Fix kindex entries.
1772         * files.texi (File Names): Add index entries.
1774 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
1776         * basic.texi (Inserting Text): Add xref to Completion.
1777         Add ucs-insert example, and document prefix argument.
1778         (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1779         to left/right.  Tweak left-char and right-char descriptions.
1780         M-left and M-right are now bound to left-word/right-word.
1781         (Erasing): Document delete-forward-char.
1783         * screen.texi (Screen, Menu Bar): Copyedits.
1784         (Point): Remove duplicate paragraph on cursors, also in Screen.
1785         (Mode Line): Trailing dashes no longer shown on X displays.
1787         * frames.texi (Non-Window Terminals): Index just "text-only
1788         terminal", which is used throughout the manual now.
1790         * entering.texi (Entering Emacs): Define "startup screen".
1791         Document window-splitting behavior with command-line inputs.
1792         (Exiting): Remove obsolete paragraph about shells without suspend
1793         functionality.
1795         * commands.texi (User Input): Define "input event" more clearly.
1796         (Keys): Add xref to Echo Area.
1797         (Commands): Clarify relation between commands and functions.
1799 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
1801         * misc.texi (emacsclient Options): Document how emacsclient runs
1802         the Emacs daemon (Bug#9674).
1804 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1806         * basic.texi (Moving Point):
1807         * custom.texi (Mouse Buttons):
1808         * rmail.texi (Rmail Scrolling):
1809         * search.texi (Isearch Scroll):
1810         * display.texi (Scrolling): Replace scroll-up/down with
1811         scroll-up/down-command.  Fix scroll-preserve-screen-position
1812         description.  Document scroll-error-top-bottom.
1814 2011-09-30  Glenn Morris  <rgm@gnu.org>
1816         * commands.texi (Keys): Whitespace fix.  (Bug#9635)
1818 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1820         * windows.texi (Pop Up Window): Defer discussion of window
1821         splitting to the Window Choice node.  Add index entries.
1822         (Force Same Window): Node deleted.
1823         (Displaying Buffers, Window Choice): New nodes.
1825         * buffers.texi (Select Buffer): Clarify description of
1826         buffer-switching commands.  Add xref to Window Display node.
1827         Don't repeat confirm-nonexistent-file-or-buffer description from
1828         Visiting node.  Remove even-window-heights.
1830         * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1832 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1834         * cmdargs.texi (Icons X): Fix description of Emacs icon.
1836         * xresources.texi (Table of Resources): Fix documentation of
1837         bitmapIcon.
1839 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
1841         * package.texi (Package Menu): Add package-menu-mark-upgrades.
1843 2011-09-12  Eric Hanchrow  <eric.hanchrow@gmail.com>
1845         * frames.texi (Frame Commands): Note that delete-other-frames only
1846         deletes frames on current terminal.
1848 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1850         * sending.texi (Mail Misc): Document mail-add-attachment.
1852 2011-09-04  Eli Zaretskii  <eliz@gnu.org>
1854         * basic.texi (Inserting Text): Add index entries.  (Bug#9433)
1856 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1858         * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1860 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1862         * files.texi (File Archives):
1863         * cal-xtra.texi (Diary Display):
1864         * help.texi (Help Mode): Add xref to View Mode.
1866 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1868         * display.texi (View Mode): New node.  Move view-file here from
1869         Misc File Ops.  Move view-buffer here from Misc Buffer.
1871         * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1873         * files.texi (Misc File Ops): Document new
1874         delete-by-moving-to-trash behavior.  Remove view-file.
1876         * dired.texi (Dired Deletion): Shorten description of Trash.
1878         * misc.texi (emacsclient Options): Document server-port.
1880 2011-08-27  Eli Zaretskii  <eliz@gnu.org>
1882         * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1883         even on MS-Windows.  Fix a typo.
1885 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
1887         * package.texi: New file, documenting the package manager.
1889         * emacs.texi: Include it.
1891         * help.texi (Help Summary): Add describe-package.
1893 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
1895         * misc.texi (Printing): Convert subnodes into subsections.
1897         * text.texi (Two-Column): Move into Text chapter.
1899         * picture-xtra.texi (Picture Mode): Group with Editing Binary
1900         Files section.  Convert from chapter into section.
1902         * display.texi (Narrowing): Move into display chapter.
1904         * sending.texi (Sending Mail):
1905         * rmail.texi (Rmail):
1906         * misc.texi (Gnus, Document View):
1907         * dired.texi (Dired):
1908         * emacs.texi: Group the mail, rmail, and gnus chapters together.
1910 2011-08-07  Juri Linkov  <juri@jurta.org>
1912         * dired.texi (Operating on Files): Rewrite according to the fact
1913         that `dired-do-chmod' doesn't use the `chmod' program anymore.
1915 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1917         * mini.texi (Minibuffer File): Insert a reference to Tramp for
1918         remote file name completion.  (Bug#9197)
1920 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1922         * mule.texi (Bidirectional Editing): Document the fact that
1923         bidi-display-reordering is t by default.
1925 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927         * help.texi (Misc Help): Mention `describe-prefix-bindings'
1928         explicitly (bug#8904).
1930 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * trouble.texi (Checklist): Use an `M-x' example instead of an
1933         Emacs Lisp form to switch on the dribble file (bug#8056).
1935 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937         * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1939 2011-07-13  Glenn Morris  <rgm@gnu.org>
1941         * dired.texi (Dired Enter): Mention --dired.  (Bug#9039)
1943 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945         * mark.texi (Mark Ring): Clarify how many locations are saved
1946         (bug#5770).
1947         (Global Mark Ring): Ditto.
1949 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951         * text.texi (Table Recognition): Use "at point" instead of "under
1952         point" (bug#4345).
1954         * display.texi (Cursor Display): Mention `cursor-type'.
1956         * screen.texi (Point): Clarify that it's only if you use a block
1957         cursor that it appears to be on a character (bug#4345).
1959 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1961         * misc.texi (Amusements): Move dissociated press here, from its
1962         own section.
1964         * emacs.texi (Top): Update node listing.
1966 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968         * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1969         clarity (bug#3523).
1971 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1973         * cmdargs.texi (Initial Options): Document --no-site-lisp.
1974         (Misc X): Document --parent-id.
1976         * frames.texi (Frame Commands): Note that focus-follows-mouse now
1977         defaults to nil.
1979         * misc.texi (emacsclient Options): Document --parent-id.
1981         * msdog.texi (Windows HOME): Document _emacs as obsolete.
1983 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985         * emacs.texi: Use "..." instead of ``...'' in the menus
1986         (bug#3503).
1988 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1990         * killing.texi (Primary Selection): Document `only' setting for
1991         select-active-regions.
1993         * mark.texi (Setting Mark): Reference Shift Selection node.
1995         * frames.texi (Mouse Commands): Document mouse-yank-primary.
1997 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999         * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2000         motion keys" (bug#3503).
2002         * emacs.texi: Change all the register node names from "RegPos"
2003         (etc.) to "Positional Registers" (etc.) (bug#3314).
2005 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
2007         * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2008         (Other Kill Commands, Kill Options): Copyedits.
2009         (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2010         (Yanking): Move yank-excluded properties discussion here.
2011         (Cut and Paste): Move from frames.texi.  Update subnodes to
2012         describe x-select-enable-clipboard case.
2014         * frames.texi: Move Cut and Paste node and subnodes into
2015         killing.texi, except Mouse Commands and Word and Line Mouse.
2017 2011-07-10  Andy Moreton  <andrewjmoreton@gmail.com>  (tiny change)
2019         * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2021 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023         * screen.texi (Mode Line): Clarify that coding systems are
2024         characters, not letters (bug#1749).
2026         * cmdargs.texi (Environment): Mention removing variables
2027         (bug#1615).  Text suggested by Kevin Rodgers.
2029 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
2031         * misc.texi (Amusements): Don't mention Yow; it's crippled.
2033         * modes.texi: Rename from major.texi.
2034         (Modes): New node.  Make Major Modes and Minor Modes subsections
2035         of this.  All callers changed.
2037         * custom.texi (Minor Modes): Move to modes.texi.
2039 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
2041         * custom.texi (Syntax): Node deleted.
2043         * help.texi (Help Summary):
2044         * major.texi (Major Modes):
2045         * programs.texi (Parentheses):
2046         * search.texi (Regexp Backslash, Regexp Backslash)
2047         (Regexp Backslash):
2048         * text.texi (Words): Callers changed.
2050         * text.texi (Refill, Longlines): Delete nodes.
2052         * ack.texi (Acknowledgments): Longlines removed from manual.
2054         * emacs.texi (Top): Update node listing.
2056 2011-07-09  Glenn Morris  <rgm@gnu.org>
2058         * fortran-xtra.texi (Fortran): Update handled extensions.
2060 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062         * display.texi (Scrolling): `C-v' (etc) are now bound to
2063         `scroll-*-command' (bug#8349).
2065 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
2068         doesn't actually delete any files (bug#7125).
2070         * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2071         argument for `C-c C-k' (bug#7391).
2073         * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2074         you're currently using (bug#8489).
2076 2011-07-01  Eli Zaretskii  <eliz@gnu.org>
2078         * mule.texi (Coding Systems): Move index entries from the previous
2079         change into their proper places.
2081 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083         * help.texi (Help Files): Document view-external-packages (bug#8902).
2085         * mule.texi (Coding Systems): Put a few more of the coding systems
2086         into the index (bug#8900).
2088 2011-06-26  Glenn Morris  <rgm@gnu.org>
2090         * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2092 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
2094         * misc.texi (emacsclient Options): Mention --frame-parameters.
2096 2011-06-09  Glenn Morris  <rgm@gnu.org>
2098         * custom.texi (Specifying File Variables):
2099         Recommend explicit arguments for minor modes.
2101 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2103         Document wide integers better.
2104         * buffers.texi (Buffers):
2105         * files.texi (Visiting): Document maxima for 64-bit machines,
2106         and mention virtual memory limits.
2108 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
2110         * custom.texi (Hooks): Reorganize.  Mention Prog mode.
2112         * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2113         prog mode (Bug#8240).
2115 2011-05-27  Glenn Morris  <rgm@gnu.org>
2117         * custom.texi (Specifying File Variables):
2118         Major modes no longer need come first.
2120 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
2122         * mule.texi (Specify Coding, Text Coding, Communication Coding):
2123         (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2125 2011-05-18  Glenn Morris  <rgm@gnu.org>
2127         * ack.texi (Acknowledgments): Remove fakemail.c.
2129 2011-05-17  Chong Yidong  <cyd@stupidchicken.com>
2131         Fixes for fitting text into 7x9 printed manual.
2132         * building.texi (Flymake, Breakpoints Buffer):
2133         * calendar.texi (Appointments):
2134         * cmdargs.texi (General Variables, Display X):
2135         * custom.texi (Saving Customizations, Face Customization)
2136         (Directory Variables, Minibuffer Maps, Init Rebinding):
2137         * display.texi (Font Lock, Font Lock, Useless Whitespace):
2138         * fixit.texi (Spelling):
2139         * frames.texi (Creating Frames, Fonts):
2140         * help.texi (Help Files):
2141         * mini.texi (Minibuffer File):
2142         * misc.texi (emacsclient Options, Emulation):
2143         * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2144         * mule.texi (International Chars, Language Environments)
2145         (Select Input Method, Modifying Fontsets, Charsets):
2146         * programs.texi (Custom C Indent):
2147         * rmail.texi (Rmail Labels):
2148         * text.texi (Table Conversion):
2149         * trouble.texi (Known Problems, Known Problems):
2150         * windows.texi (Change Window):
2151         * xresources.texi (GTK resources): Reflow text and re-indent code
2152         examples to avoid TeX overflows and underflows on 7x9 paper.
2154         * emacs.texi: Fix the (commented out) smallbook command.
2156         * macos.texi (Mac / GNUstep Events):
2157         * xresources.texi (Lucid Resources): Remove extraneous examples.
2159 2011-05-10  Glenn Morris  <rgm@gnu.org>
2161         * custom.texi (Specifying File Variables):
2162         Deprecate using mode: for minor modes.
2164 2011-05-07  Glenn Morris  <rgm@gnu.org>
2166         * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2168 2011-05-06  Glenn Morris  <rgm@gnu.org>
2170         * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2172         * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2174 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176         * misc.texi (Emacs Server): Document `server-eval-at'.
2178 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
2180         * maintaining.texi (List Tags): Document next-file.
2181         Suggested by Uday S Reddy.
2183 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
2185         * mini.texi (Minibuffer Edit):
2186         * screen.texi (Mode Line): Fix typo.
2188 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
2190         * maintaining.texi (Old Revisions): Mention new function vc-ediff.
2192 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2194         * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2196 2011-03-30  Eli Zaretskii  <eliz@gnu.org>
2198         * display.texi (Auto Scrolling): Document the limit of 100 lines
2199         for never-recentering scrolling with `scroll-conservatively'.
2200         (Bug#6671)
2202 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
2204         * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2205         HOME on Windows and where it looks for init files.  (Bug#8221)
2207 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
2209         * search.texi (Regexp Example):
2210         * mule.texi (International Chars):
2211         * building.texi (External Lisp): Don't use characters outside
2212         ISO-8859-1.
2214 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
2216         * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2217         Use Texinfo @-commands for non Latin-1 characters.
2219         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2221         * custom.texi (Init File): Add index entries for ".emacs".
2222         (Bug#8210)
2224 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
2226         * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2227         for Gtk+ 3.
2229 2011-03-08  Glenn Morris  <rgm@gnu.org>
2231         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2232         * emacs.texi (Acknowledgments):
2233         * ack.texi (Acknowledgments): Names to UTF-8.
2234         * emacs.texi: Set documentencoding.
2236         * display.texi (Optional Mode Line): Don't mention exactly where
2237         display-time appears.  (Bug#8193)
2239 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2241         * Version 23.3 released.
2243 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
2245         * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2247 2011-03-03  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2249         * misc.texi (emacsclient Options): Add q/quiet.
2251 2011-03-02  Glenn Morris  <rgm@gnu.org>
2253         * mule.texi (Communication Coding) <x-select-request-type>:
2254         Remove duplicate (essentially) paragraph.  (Bug#8148)
2256 2011-03-01  Christoph Scholtes  <cschol2112@googlemail.com>
2258         * maintaining.texi (Format of ChangeLog): Add reference to
2259         add-log-full-name.
2260         (Change Log Commands): Add documentation for combining multiple
2261         symbols in one change.
2263 2011-03-01  Glenn Morris  <rgm@gnu.org>
2265         * custom.texi (Directory Variables):
2266         Give an example of excluding subdirectories.
2268 2011-02-28  Eli Zaretskii  <eliz@gnu.org>
2270         * search.texi (Regexp Search): Move index entries about regexps to the
2271         "Regexps" node.  Add index entries for regexp search.  (Bug#8096)
2273 2011-02-19  Glenn Morris  <rgm@gnu.org>
2275         * dired.texi (Dired): Dired-X version number was dropped.
2277 2011-02-14  Jan Djärv  <jan.h.d@swipnet.se>
2279         * xresources.texi (X Resources): Remove *faceName and replace it with
2280         *font for Lucid.
2282 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
2284         * rmail.texi (Rmail Display): Document Rmail MIME support more
2285         accurately.
2287         * maintaining.texi (VC Change Log): Document vc-log-incoming and
2288         vc-log-outgoing.
2289         (Merging): Document vc-find-conflicted-file.
2291 2011-02-05  Glenn Morris  <rgm@gnu.org>
2293         * custom.texi (Variables): Fix typo.
2295 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
2297         * search.texi (Regexps): Copyedits.  Mention character classes
2298         (Bug#7809).
2300         * files.texi (File Aliases): Restore explanatory text from Eli
2301         Zaretskii, accidentally removed in 2011-01-08 commit.
2303 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2305         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2306         (MAKEINFO_OPTS): New variable.
2307         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2308         (emacs.html): New target.
2309         (clean): Remove emacs.html.
2311 2011-01-23  Werner Lemberg  <wl@gnu.org>
2313         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2314         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2315         (ENVADD): Updated.
2317 2011-01-18  Glenn Morris  <rgm@gnu.org>
2319         * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2321         * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2323 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2325         * building.texi (Compilation): Improve instructions for running two
2326         compilations (Bug#7573).
2328         * files.texi (Backup Names): Document the new location of the
2329         last-resort backup file.
2331         * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2332         manual.  Explain why directory-abbrev-alist elements should be anchored
2333         (Bug#7777).
2335 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2337         * msdog.texi (Windows Startup): Correct inaccurate description of
2338         differences between emacsclient.exe and emacsclientw.exe.
2340 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
2342         * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2344 2011-01-02  Kenichi Handa  <handa@m17n.org>
2346         * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2348 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2350         * frames.texi (Cut and Paste): Modify the section's name and text:
2351         don't mix "cut/paste" with "kill/yank".
2352         (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2353         (Bug#7702)
2355         * trouble.texi (Checklist): Mention debug-on-quit.  (Bug#7667)
2357 2011-01-02  Glenn Morris  <rgm@gnu.org>
2359         * maintaining.texi: Move inclusion of emerge after EDE, so that it
2360         matches its position in the menu.  (Bug#7674)
2362 2011-01-02  Glenn Morris  <rgm@gnu.org>
2364         * trouble.texi (Checklist): Mention not replying via news either.
2366 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2368         * misc.texi (Document View): Update DocView section with newly
2369         supported document formats.
2371 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
2373         * killing.texi: Resection the Info version to conform to the
2374         printed manual, to avoid making sections on Accumulating Text, CUA
2375         and Rectangles into full chapters.
2377 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2379         * custom.texi (Init Syntax): Add index entries for "character syntax".
2380         (Bug#7576)
2382 2010-12-13  Karel Klíč  <kklic@redhat.com>
2384         * text.texi (HTML Mode): Small fixes.  (Bug#7607)
2386 2010-12-13  Glenn Morris  <rgm@gnu.org>
2388         * trouble.texi (Checklist): Fix typo in newsgroup name.
2390 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2392         * search.texi (Word Search): Note that the lazy highlight always
2393         matches to whole words (Bug#7470).
2395 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2397         * display.texi (Optional Mode Line): Make the description of
2398         load-average more accurate.
2400         * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2401         registry, with a cross-reference.
2402         (Windows Startup): New node.  Move the stuff about the current
2403         directory from "Windows HOME".
2405 2010-11-27  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2407         * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2408         * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2410 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2412         * maintaining.texi (Version Control Systems): Fix repeated sentence.
2413         Suggested by Štěpán Němec.
2415 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2417         * maintaining.texi (Version Control): Say "commit", not "check in".
2418         (Version Control Systems): Simplify descriptions.
2419         (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2420         VCS Concepts.
2421         (VC Mode Line): Update example.
2422         (Old Revisions): Document revert-buffer for vc-diff.
2423         (Log Buffer): Promote to a subsection.  Document header lines.
2425         * macos.texi (Mac / GNUstep Basics):
2426         Document ns-right-alternate-modifier.
2428         * emacs.texi (Top): Update node listing.
2430 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2432         * rmail.texi (Rmail Coding): Characters with no fonts are not
2433         necessarily displayed as empty boxes.
2435         * mule.texi (Language Environments, Fontsets): Characters with no
2436         fonts are not necessarily displayed as empty boxes.
2438         * display.texi (Text Display): Document display of glyphless
2439         characters.
2441 2010-11-13  Glenn Morris  <rgm@gnu.org>
2443         * basic.texi (Position Info): Add M-x count-words-region.
2445 2010-11-11  Glenn Morris  <rgm@gnu.org>
2447         * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2449 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2451         * msdog.texi (Windows HOME): Add information regarding startup
2452         directory when invoking Emacs from a desktop shortcut.  (bug#7300)
2454 2010-10-11  Glenn Morris  <rgm@gnu.org>
2456         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2458         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2459         (DVIPS): New variable.
2460         (.PHONY): Add html, ps.
2461         (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2462         (clean): Delete html, ps files.
2464 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2466         * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2468 2010-10-09  Glenn Morris  <rgm@gnu.org>
2470         * Makefile.in (VPATH): Remove.
2471         (infodir): Make it absolute.
2472         (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2474         * Makefile.in (dist): Anchor regexps.
2476         * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2477         ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2478         (emacs-xtra.pdf): Use $<.
2480         * Makefile.in (infoclean): Remove harmless, long-standing error.
2482         * Makefile.in ($(infodir)): Delete rule.
2483         (mkinfodir): New.
2484         ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2486         * Makefile.in (distclean): Do not delete emacsver.texi.
2487         (dist): Remove reference to emacsver.texi.in.
2488         * emacsver.texi: New file, replacing emacsver.texi.in.
2490 2010-10-09  Glenn Morris  <rgm@gnu.org>
2492         * emacsver.texi.in: New file.
2493         * emacs.texi: Set EMACSVER by including emacsver.texi.
2494         * Makefile.in (distclean): Delete emacsver.texi.
2495         (dist): Copy emacsver.texi.
2496         (EMACSSOURCES): Add emacsver.texi.
2498         * ack.texi (Acknowledgments): No more b2m.c.
2500         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2501         (emacs): Remove rule.
2502         (dist): No need to deal with the emacs rule any more.
2504 2010-10-07  Glenn Morris  <rgm@gnu.org>
2506         * Makefile.in (version): New, set by configure.
2507         (clean): Delete dist tar file.
2508         (dist): Use version in tar name.
2510 2010-10-06  Glenn Morris  <rgm@gnu.org>
2512         * Makefile.in (EMACS_XTRA): Add the main source file.
2513         (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2514         (mostlyclean): No core files, reorder other files.
2515         (clean): Delete specific dvi and pdf files.
2516         (infoclean, dist): New rules.
2517         (maintainer-clean): Use infoclean.
2518         ($(infodir)): Add parallel build workaround.
2520 2010-10-04  Glenn Morris  <rgm@gnu.org>
2522         * Makefile.in (SHELL): Set it.
2523         (INFO_TARGETS, DVI_TARGETS): Remove variables.
2524         (info, dvi): Replace above variables with their expansions.
2525         (info): Move mkdir from here...
2526         ($(infodir)/emacs): ... to here (for parallel builds).
2527         (pdf): New target.
2528         ($(infodir)/emacs): Pass -o option to makeinfo.
2529         (.PHONY): Declare clean rules.
2530         (maintainer-clean): Delete dvi and pdf files.
2531         Guard against cd failures.  Use a more restrictive delete.
2533 2010-10-02  Glenn Morris  <rgm@gnu.org>
2535         * misc.texi (Shell Mode): Remove reference to old function name.
2537 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2539         * maintaining.texi (VC Mode Line): Mention all the possible VC status
2540         indicator characters.
2542 2010-09-29  Glenn Morris  <rgm@gnu.org>
2544         * Makefile.in (top_srcdir): Remove unused variable.
2546 2010-09-14  Glenn Morris  <rgm@gnu.org>
2548         * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2549         the last hook item.
2551         * calendar.texi (Appointments): Also updated when a diary include file
2552         is saved.
2554 2010-09-14  Glenn Morris  <rgm@gnu.org>
2556         * trouble.texi (Bugs): Update the section intro.
2557         (Known Problems): New section.
2558         (Checklist): Misc updates.  Prefer M-x report-emacs-bug.
2559         (Sending Patches): Bug fixes are best as responses to existing bugs.
2560         * emacs.texi (Known Problems): Add menu entry for new section.
2562 2010-09-09  Glenn Morris  <rgm@gnu.org>
2564         * xresources.texi: Untabify.
2566 2010-09-06  Chong Yidong  <cyd@stupidchicken.com>
2568         * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2570 2010-09-06  Glenn Morris  <rgm@gnu.org>
2572         * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
2574 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2576         * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2578 2010-08-21  Glenn Morris  <rgm@gnu.org>
2580         * misc.texi (Amusements): Mention bubbles and animate.
2582 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2584         * files.texi (Visiting): Add more index entries for
2585         large-file-warning-threshold.
2587 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2589         * frames.texi (Tool Bars): Add doc for tool-bar-position.
2591 2010-06-23  Glenn Morris  <rgm@gnu.org>
2593         * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2594         * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2595         * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2596         * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2597         * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2598         * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2599         Untabify Texinfo files.
2601 2010-06-10  Glenn Morris  <rgm@gnu.org>
2603         * basic.texi (Inserting Text): Minor clarification.  (Bug#6374)
2605         * basic.texi (Inserting Text): Fix typo.
2607 2010-06-10  Glenn Morris  <rgm@gnu.org>
2609         * ack.texi (Acknowledgments):
2610         * emacs.texi (Acknowledgments): Update for notifications.el.
2612 2010-05-31  Daiki Ueno  <ueno@unixuser.org>
2614         * dired.texi (Operating on Files): Mention encryption commands
2615         (Bug#6315).
2617 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
2619         * basic.texi (Moving Point): Update due to renaming of commands bound
2620         to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
2622 2010-05-18  Eli Zaretskii  <eliz@gnu.org>
2624         * display.texi (Fringes): Document reversal of fringe arrows for R2L
2625         paragraphs.
2626         (Line Truncation): Fix wording for bidi display.
2628         * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2629         keys.
2631 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2633         * building.texi (GDB Graphical Interface): Remove misleading comparison
2634         to an IDE (Bug#6128).
2636 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2638         * programs.texi (Man Page):
2639         * misc.texi (Invoking emacsclient):
2640         * mini.texi (Repetition):
2641         * mark.texi (Setting Mark): Fix typos.
2643 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2645         * misc.texi (Printing): Document htmlfontify-buffer.
2647 2010-05-08  Glenn Morris  <rgm@gnu.org>
2649         * calendar.texi (Displaying the Diary, Format of Diary File):
2650         Fix external cross-references for TeX format output.
2652 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2654         * Version 23.2 released.
2656 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
2658         * cmdargs.texi (Initial Options): Mention --chdir.
2660 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2662         * frames.texi (Tool Bars): Add tool-bar-style.
2664 2010-04-21  Glenn Morris  <rgm@gnu.org>
2666         * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2668 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2670         * programs.texi (Semantic): New node.
2672         * maintaining.texi (EDE): New node.
2674         * emacs.texi: Update node listing.
2676         * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2678 2010-04-18  Glenn Morris  <rgm@gnu.org>
2680         * emacs.texi (Acknowledgments): Remove duplicate.
2682         * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2684 2010-04-18  Glenn Morris  <rgm@gnu.org>
2686         * dired.texi (Misc Dired Features): Mention VC diff and log.
2687         * maintaining.texi (Old Revisions, VC Change Log):
2688         Mention that diff and log work in Dired buffers.
2690         * help.texi (Help Summary): Mention M-x info-finder.
2692         * ack.texi (Acknowledgments): Add mpc.el.
2694         * custom.texi (Specifying File Variables, Directory Variables):
2695         Document new commands for manipulating local variable lists.
2697 2010-04-18  Glenn Morris  <rgm@gnu.org>
2699         * trouble.texi (Contributing): Add cindex entry.
2700         Mention etc/CONTRIBUTE.
2702 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2704         * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
2705         query-replace (Bug#5774).
2707 2010-04-16  Glenn Morris  <rgm@gnu.org>
2709         * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2711 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
2713         * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2715 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
2717         * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2719 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2721         * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2722         cross-reference to "Inserting Text".
2724         * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2725         Mention completion provided by `ucs-insert'.
2727 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2729         * sending.texi (Sending Mail): Note variables that may need
2730         customizing.
2731         (Mail Sending): Expand discussion of send-mail-function.
2733 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2735         Document Message mode as the default mail mode.
2737         * sending.texi (Sending Mail): Copyedits.
2738         (Mail Format, Mail Headers): Document mail-from-style changes.
2739         (Mail Commands): Rename from Mail mode.  Document Message mode.
2740         (Mail Misc): Rename from Mail mode Misc.
2741         (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2742         command names and update keybindings.
2743         (Header Editing): Document message-tab.  De-document
2744         mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2745         favor of mail-default-headers.  Ad index entries for user-full-name and
2746         user-mail-address.
2747         (Citing Mail): Update changes in Message mode behavior.
2748         Document mail-yank-prefix.
2749         (Mail Signature): New node, moved from Mail Misc.
2750         (Mail Aliases): Mail abbrevs are the default with Message mode.
2751         (Mail Methods): Note that Message mode is now the default.
2753         * rmail.texi (Rmail Reply):
2754         * text.texi (Text Mode):
2755         * major.texi (Major Modes):
2756         * mule.texi (Output Coding): Refer to Message mode.
2758         * custom.texi (Init Examples): Add xref to Mail Header.
2760         * emacs.texi (Top): Fix xrefs.
2762 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2764         * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2765         repository if there is none.
2766         (VC Change Log): Rename from VC Status.  Document vc-log-show-limit and
2767         vc-print-root-log.
2768         (Old Revisions): Copyedits.  Document vc-root-diff.
2770         * programs.texi (Program Modes): Mention Javascript mode.
2772         * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2773         * emacs.texi: Update node description.
2775         * misc.texi (Navigation): Document doc-view-continuous.
2776         (Shell Ring): Document new M-r binding.  M-s is no longer bound.
2778 2010-03-30  Juri Linkov  <juri@jurta.org>
2780         * search.texi (Other Repeating Search): Remove line that `occur'
2781         can not handle multiline matches.
2783 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2785         * mule.texi (International): Mention support of bidirectional editing.
2786         (Bidirectional Editing): New section.
2788 2010-03-28  Nick Roberts  <nickrob@snap.net.nz>
2790         * emacs.texi (Top): Update node names to those in building.texi.
2792 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2794         doc/emacs/building.texi: Describe restored GDB/MI functionality
2795         removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2796         doc/emacs/emacs.texi: Update node names for building.texi.
2798 2010-03-24  Glenn Morris  <rgm@gnu.org>
2800         * ack.texi (Acknowledgments):
2801         * emacs.texi (Acknowledgments): Fix ispell attribution.  (Bug#5759)
2803 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
2805         * xresources.texi (Table of Resources): Clarify toolBar number
2806         for Gtk+.
2808         * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2810 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2812         * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2814         * search.texi (Other Repeating Search): Document multi-isearch-buffers
2815         and multi-isearch-buffers-regexp.
2817         * indent.texi (Indentation): Clarify description of
2818         indent-for-tab-command.  Document tab-always-indent.
2820 2010-03-20  Chong Yidong  <cyd@stupidchicken.com>
2822         * cmdargs.texi (Font X): Move most content to Fonts.
2824         * frames.texi (Fonts): New node.  Document font-use-system-font.
2826         * emacs.texi (Top):
2827         * xresources.texi (Table of Resources):
2828         * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2830 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2832         * Branch for 23.2.
2834 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2836         * custom.texi (Init Examples): Add xref to Locals.
2838         * major.texi (Choosing Modes): Mention usage of setq-default for
2839         setting the default value of major-mode (Bug#5688).
2841 2010-03-02  Chong Yidong  <cyd@stupidchicken.com>
2843         * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2845         * display.texi (Display Custom): Document make-pointer-invisible and
2846         underline-minimum-offset.  Remove inverse-video.
2848 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2850         * frames.texi (Frame Commands): Note that the last ordinary frame can
2851         be deleted in daemon mode (Bug#5616).
2853 2010-02-18  Glenn Morris  <rgm@gnu.org>
2855         * trouble.texi (Contributing): Repository is no longer CVS.
2857 2010-02-08  Glenn Morris  <rgm@gnu.org>
2859         * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
2861 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2863         * display.texi (Useless Whitespace, Text Display):
2864         * custom.texi (Init Examples): Avoid obsolete special default variables
2865         like default-major-mode.
2867 2010-01-24  Mark A. Hershberger  <mah@everybody.org>
2869         * programs.texi (Other C Commands): Replace reference to obsolete
2870         c-subword-mode.
2872 2010-01-21  Glenn Morris  <rgm@gnu.org>
2874         * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2876 2010-01-12  Glenn Morris  <rgm@gnu.org>
2878         * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2879         emacs-pretest-bug for bug reports for development versions.
2881 2010-01-11  Glenn Morris  <rgm@gnu.org>
2883         * display.texi (Highlight Interactively): `t' does not mean highlight
2884         all patterns.  (Bug#5335)
2886 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2888         * misc.texi (Shell): Document async-shell-command.
2890         * building.texi (Grep Searching): Document zrgrep.
2892         * mini.texi (Completion Options): Mention `initials' completion style.
2894 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2896         * building.texi: Import GDB Graphical Interface description from
2897         EMACS_23_1_RC.
2899 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
2901         * emacs.texi (Top): Update node listing.
2903         * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2905         * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2907         * cmdargs.texi (Initial Options):
2908         * xresources.texi (Resources): Document inhibit-x-resources.
2910         * custom.texi (Specifying File Variables): Note that minor modes are
2911         enabled unconditionally.
2913         * display.texi (Scrolling): Briefly document the old recenter command,
2914         and document recenter-positions.
2916         * files.texi (Visiting):
2917         * buffers.texi (Buffers): Max buffer size is now 512 MB.
2919         * frames.texi (Cut/Paste Other App):
2920         Document save-interprogram-paste-before-kill.
2922         * killing.texi (Kill Options): New node.
2924 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2926         * misc.texi (Shell Options): ansi-color is now default.
2928 2009-12-05  Glenn Morris  <rgm@gnu.org>
2930         * emacs.texi (Top): Update menu for cal-xtra node changes.
2931         * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2932         or mode line.  Don't mention invisible text or the details of
2933         diary-print-entries here, only in cal-xtra.
2934         (Format of Diary File): Mention that the "date on first line" format
2935         only really affects the simple display.
2936         * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2937         (Diary Customizing): Holidays may be in the buffer or mode line.
2938         Move diary-print-entries to the "Diary Display" section.
2939         (Diary Display): New section, split out from "Fancy Diary Display".
2940         Explain the limitations of simple display, and how to print it.
2942         * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2944         * cal-xtra.texi (Diary Display): Mention View mode.
2946 2009-11-29  Juri Linkov  <juri@jurta.org>
2948         * display.texi (Highlight Interactively): Actually a list of
2949         default faces is pre-loaded into a list of default values
2950         instead of the history.
2952 2009-11-20  Glenn Morris  <rgm@gnu.org>
2954         * ack.texi (Acknowledgments):
2955         * emacs.texi (Acknowledgments): Add htmlfontify.
2957 2009-11-14  Glenn Morris  <rgm@gnu.org>
2959         * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2961         * ack.texi (Acknowledgments):
2962         * emacs.texi (Acknowledgments): Update for recent Org changes.
2964 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2966         * mule.texi (Charsets): Numerous copyedits.  Don't discuss the
2967         `charset' property, which is irrelevant to the user manual (Bug#3526).
2969 2009-10-14  Juanma Barranquero  <lekktu@gmail.com>
2971         * trouble.texi (DEL Does Not Delete): Fix typo.
2973 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2975         * files.texi (Misc File Ops): Mention copy-directory.
2977 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
2979         * mule.texi (Unibyte Mode): Emphasize that
2980         unibyte-display-via-language-environment affects only the display.
2982         * display.texi (Horizontal Scrolling): Document cursor behavior under
2983         horizontal scrolling when point moves off the screen (Bug#4564).
2984         Improve wording.
2986 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2988         * files.texi (Directories): delete-directory prompts for recursive
2989         deletion.
2991 2009-09-30  Glenn Morris  <rgm@gnu.org>
2993         * ack.texi (Acknowledgments):
2994         * emacs.texi (Acknowledgments): CEDET updates.  Fix Hungarian accent.
2996 2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>
2998         * dired.texi (Dired Navigation): Use @code instead of @var for
2999         dired-isearch-filenames, so that it's not capitalized.
3001 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3003         * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3005         * entering.texi (Exiting): C-z is now bound to suspend-frame.
3007         * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
3008         (Key Bindings): Reference Init Rebinding in introductory text.
3009         Shift some of the introduction to Keymaps node.
3010         (Keymaps): Simplify.
3011         (Local Keymaps): Simplify.  Move binding example to Init Rebinding.
3012         (Minibuffer Maps): Remove mention of Mocklisp.
3013         (Init Rebinding): Move mode-local rebinding example here from Local
3014         Keymaps.
3015         (Modifier Keys): Clarify.
3016         (Rebinding): Add cindex for "binding keys".
3018 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3020         * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3022 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
3024         * building.texi (Threads Buffer, Multithreaded Debugging):
3025         Reorganize these two sections.
3027 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
3029         * cmdargs.texi (Initial Options): Fix last change.
3031 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * mule.texi (Enabling Multibyte):
3034         * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3035         (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3037 2009-08-20  Glenn Morris  <rgm@gnu.org>
3039         * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3041 2009-08-19  Glenn Morris  <rgm@gnu.org>
3043         * ack.texi (Acknowledgments): Remove cvtmail.  Mention info-finder.
3045 2009-08-18  Glenn Morris  <rgm@gnu.org>
3047         * ack.texi (Acknowledgments):
3048         * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3050         * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3052 2009-08-09  Glenn Morris  <rgm@gnu.org>
3054         * ack.texi (Acknowledgments):
3055         * emacs.texi (Acknowledgments): Add gdb-mi entry.
3057 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3059         * emacs.texi (Top): Add new menu items for GDB-UI.
3061         * building.texi (GDB Graphical Interface): Add Multithreaded debugging
3062         section.  Threads buffer is in separate section now.
3064 2009-08-08  Glenn Morris  <rgm@gnu.org>
3066         * ack.texi (Acknowledgments):
3067         * emacs.texi (Acknowledgments):
3068         Update for js2-mode and org changes.
3070 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
3072         * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3073         files.
3075 2009-07-28  Chong Yidong  <cyd@stupidchicken.com>
3077         * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3079 2009-07-23  Glenn Morris  <rgm@gnu.org>
3081         * programs.texi (Matching): Update blink-matching-paren-distance.
3083 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3085         * frames.texi (Cut/Paste Other App): For select-active-regions,
3086         selection is now updated on moving point.
3088 2009-07-21  Richard Stallman  <rms@gnu.org>
3090         * glossary.texi (GNU, Daemon): Update information.
3092 2009-07-19  Juri Linkov  <juri@jurta.org>
3094         * custom.texi (Specifying File Variables, Safe File Variables):
3095         "variables/value pairs" -> "variable/value pairs".
3097 2009-07-15  Glenn Morris  <rgm@gnu.org>
3099         * misc.texi (Gnus): Remove widow.
3101 2009-07-11  Glenn Morris  <rgm@gnu.org>
3103         * Makefile.in (TEXI2PDF): New.
3104         (emacs.pdf, emacs-xtra.pdf): New targets.
3106         * arevert-xtra.texi (Autorevert): Add menu descriptions.
3108         * display.texi (Horizontal Scrolling): Re-word to remove widow.
3110         * emacs.texi (Top): Info can be read from other places than Emacs.
3111         Don't print the copying notice twice in the printed version.
3112         Update the menu and detailmenu.
3113         (Preface): The meaning of "on-line" has changed.
3114         Correct name for "Common Problems" chapter.
3115         (Distrib): Update FSF shop URL.
3116         (Intro): Showing two files at once is not so exciting.
3118         * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3119         (Mac / GNUstep Basics): Minor grammar changes.
3120         (Mac / GNUstep Events): Fix typo.
3121         (GNUstep Support): CANNOT_DUMP no longer applies.
3123         * misc.texi (Document View): Fix typos.
3125         * dired.texi (Dired):
3126         * help.texi (Help):
3127         * macos.texi (Mac OS / GNUstep):
3128         * maintaining.texi (Version Control, Introduction to VC):
3129         End menu descriptions with a period.
3131 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
3133         * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3134         so categorical in saying that the option is only useful on NTFS.
3136 2009-07-09  Glenn Morris  <rgm@gnu.org>
3138         * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3139         (ENVADD): Add texinfodir to TEXINPUTS.
3141         * emacs.texi (Top): Fix cross-reference.
3143         * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3145         * vc1-xtra.texi (Revision Tags): Fix typo.
3147 2009-07-03  Glenn Morris  <rgm@gnu.org>
3149         * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3150         (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3151         (Merge Commands): `.' does not seem to work in A or B buffer.
3152         `l' can recreate the 3-window display.
3154         * glossary.texi (Glossary): Minor phrasing changes throughout.
3155         Add more internal cross-references.
3156         <Autoloading>: You can't really autoload a variable.
3157         <C-M->: Move details here from `M-C-' item.
3158         <Continuation Line>: Refer to `Truncation.'
3159         <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3160         <Home Directory, Unix>: New entries.
3161         <Deletion of Files>: Mention recycle bins.
3162         <Directory>: Mention ``folders.''
3163         <Error>: Don't mention ``type-ahead.''
3164         <Fringe>: Refer to the manual node.
3165         <Minor Mode>: Can be global or local.
3166         <Spell Checking>: There are other checkers besides Ispell.
3168 2009-07-02  Glenn Morris  <rgm@gnu.org>
3170         * anti.texi (Antinews): Minor changes in phrasing.
3172         * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3173         some underfull lines in dvi output.
3175         * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3177         * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3179         * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3181 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3183         * xresources.texi (Table of Resources): Mention maximized for
3184         fullscreen.
3186         * cmdargs.texi (Window Size X): -mm/--maximized is new.
3188 2009-07-01  Chong Yidong  <cyd@stupidchicken.com>
3190         * anti.texi (Antinews): Correct the list of removed platforms.
3192 2009-06-28  Glenn Morris  <rgm@gnu.org>
3194         * arevert-xtra.texi: Minor language tweaks.
3196         * dired-xtra.texi: Minor revisions.
3198 2009-06-23  Miles Bader  <miles@gnu.org>
3200         * display.texi (Scrolling): Document `recenter-redisplay'.
3201         (Temporary Face Changes): Document `text-scale-set'.
3203 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3205         * Branch for 23.1.
3207 2009-06-17  Kenichi Handa  <handa@m17n.org>
3209         * mule.texi (Charsets): Update the description for the new charset.
3210         (list-character-sets): New findex.
3211         (Language Environments): Add @anchor{Describe Language Environment}.
3213 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
3215         * basic.texi (Moving Point): Fix tag.
3217         * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3219         * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3220         use camel-case for PageUp and PageDown.
3222         * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3223         camel-case for PageUp and PageDown.
3225         * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3227         * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
3228         (Isearch Scroll): Decapitalize <next> and <prior>.
3230 2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
3232         * fixit.texi (Spelling): Set default dictionary.
3233         Improve descriptions (Bug#2554)
3235 2009-06-08  David Reitter  <david.reitter@gmail.com>
3237         * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3238         since saving colors and faces set this way is not implemented.
3239         (Environment variables): Remove mention of mac-fix-env, which is
3240         scheduled to be removed.
3242 2009-06-04  Chong Yidong  <cyd@stupidchicken.com>
3244         * custom.texi (Init Examples): Add example of changing load-path.
3246         * building.texi (Lisp Libraries): Add example of changing
3247         load-path (Bug#3446).
3249 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3251         * mark.texi (Mark): Further clarifications.
3252         (Setting Mark): Emphasize that C-SPC activates the mark.
3254 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3256         * mark.texi (Mark): Clarify introduction.  Mention disabling Transient
3257         Mark mode.
3258         (Using Region, Persistent Mark): Use "active mark" instead of "active
3259         region".
3261 2009-05-16  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3263         * mule.texi (Select Input Method): Fix typo.
3265 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
3267         * anti.texi (Antinews): Document completion changes.  Some additional
3268         copyedits and rearrangement of entries.
3270 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
3272         * misc.texi (Interactive Shell, Saving Emacs Sessions)
3273         (Shell History Copying, Terminal emulator): Copyedits.
3275         * xresources.texi (Resources): Simplify descriptions.
3276         Shorten description of editres, which is not very useful these days.
3277         (Table of Resources): Document fontBackend resource.
3279         * trouble.texi (Quitting): Add other undo bindings to table.
3280         (DEL Does Not Delete): Note that the erasure key is usually labeled
3281         "Backspace".  Remove discussion of obscure Xmodmap issue.
3283 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
3285         * files.texi (Visiting): Copyedits.
3287 2009-05-06  Chong Yidong  <cyd@stupidchicken.com>
3289         * basic.texi (Inserting Text): Document ucs-insert.
3291         * mule.texi (International Chars): Define "multibyte".  Note that
3292         internal representation is unicode-based.  Simplify definition of raw
3293         bytes.  Mention ucs-insert.
3294         (Enabling Multibyte): Remove obsolete discussion.  Copyedits.
3295         (Language Environments): Add language environments new to Emacs 23.
3296         (Multibyte Conversion): Node deleted.
3297         (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3298         Don't mention obsolete emacs-mule coding system.
3299         (Output Coding): Copyedits.
3301         * emacs.texi (Top): Update node listing.
3303 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3305         * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3307 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * building.texi (Lisp Libraries): `load-library' does offer completion.
3311 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
3313         * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3314         t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).
3316 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
3318         * maintaining.texi (Tags): Clarify text.  (Bug#3101)
3320 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3322         * entering.texi (Entering Emacs): Document initial-buffer-choice.
3324         * building.texi (Lisp Interaction): Document initial-scratch-message.
3326 2009-04-18  Juanma Barranquero  <lekktu@gmail.com>
3328         * msdog.texi (Windows Fonts): Fix typos.
3330         * files.texi (Save Commands): Fix pxref.
3332 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
3334         * files.texi (Save Commands): Mention diff-buffer-with-file.
3335         (Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
3336         Henoch (Bug#3036).
3338 2009-03-15  Glenn Morris  <rgm@gnu.org>
3340         * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3341         the former is not always used.
3342         (Mail Headers): Use active voice.  Add "Mail-reply-to".
3343         Change case of "Id".  Avoid repeated "appropriate".
3344         (Mail Aliases): Fix previous change - use an example with a ".", so it
3345         does actually get quoted when expanded.
3346         (Mail Sending): Mailclient is the default on some systems.
3347         (Citing Mail): Mention mail-indentation-spaces.
3348         (Mail Mode Misc): Add an @dfn for "mail signature".
3350 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
3352         * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3353         (Completion Options): Document read-file-name-completion-ignore-case,
3354         read-buffer-completion-ignore-case, and completion-styles.
3355         Remove description of partial-completion-mode.
3357 2009-03-14  Glenn Morris  <rgm@gnu.org>
3359         * sending.texi (Mail Format): Fix typo.  Add index entry for
3360         mail-header-separator.
3361         (Mail Headers): Put info about initialization and changing in one place
3362         at the start.  Update FCC section for mbox Rmail.  Clarify From
3363         section, mention mail-setup-with-from.  Clarify Reply-to section.
3364         Add Mail-followup-to and mail-mailing-lists.  Clarify References
3365         section.
3366         (Mail Aliases): Update example, make less contentious.
3367         Update for name change of mail-interactive-insert-alias.
3368         (Mail Mode): Remove mention of `%' as a word separator.
3369         (Mail Sending): Mention mail-send-hook.  Mention Mailclient.
3370         (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3371         commands.  Clarify FCC handling.  In mail-complete, add reference to
3372         Mail Aliases section, and mention mail-complete-function.
3373         (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3374         (Mail Mode Misc): Clarify the mail-signature function.  Add basic
3375         signature netiquette.  Explain how the mail hooks work when continuing
3376         a composition.
3377         (Mail Amusements): Internationalize the spook section a bit.
3378         Remove the spook mail-setup-hook example, since it doesn't work well.
3379         Mention fortune-file.
3380         (Mail Methods): Mention read-mail-command.
3382 2009-03-14  David Reitter  <david.reitter@gmail.com>
3384         * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3385         and NS resources following recent changes.
3387 2009-03-10  Jason Rumney  <jasonr@gnu.org>
3389         * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
3390         w32-use-visible-system-caret doc to indicate that it should get set
3391         automatically.
3392         (Windows Fonts): Add doc for the uniscribe backend.
3394 2009-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3396         * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3397         vc-dir.  (Bug#2598)
3399 2009-03-05  Reiner Steib  <Reiner.Steib@gmx.de>
3401         * fixit.texi (Spelling): Add turn-on-flyspell.  (Bug#2517)
3403 2009-03-05  Glenn Morris  <rgm@gnu.org>
3405         * rmail.texi (Rmail Basics): Add reference to sorting.
3406         (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3407         Minor re-wordings.
3408         (Rmail Motion): Mention rmail-next-same-subject.
3409         (Rmail Deletion): Expunging is not the only way to change the numbers.
3410         (Rmail Labels): Labels can also be used in sorting.
3411         (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
3412         (Rmail Display): Mention rmail-mime.
3414 2009-03-04  Glenn Morris  <rgm@gnu.org>
3416         * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3417         sort command.  Fix `rmail-sort-by-labels' name.  Mention sorting from
3418         summary.  Mention sorts cannot be undone.
3419         (Rmail Display): Give an example of how to use goto-address-mode.
3420         (Rmail Editing): It's keybindings that are redefined, not commands.
3421         Fix some typos.
3422         (Movemail): Some minor rewording.
3423         (Remote Mailboxes): Emacs movemail supports pop by default.
3424         Fix some minor grammatical issues.  The "two alternative ways" to
3425         specify a POP mailbox are really just one.  Remove all reference to the
3426         variables rmail-pop-password and rmail-pop-password-required, obsolete
3427         since Emacs 22.1.  Clarify the four password steps.  Emacs movemail
3428         can support Kerberos.
3430 2009-03-03  Glenn Morris  <rgm@gnu.org>
3432         * rmail.texi (Rmail Deletion): Revert previous change, which was
3433         describing the Rmail summary versions.
3434         (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3435         Minor re-wording for rmail-resend.
3436         (Rmail Make Summary): Summaries apply to buffers rather than files.
3437         <rmail-summary-by-topic>: Headers includes the subject.
3438         <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3439         details, including prefix arguments.
3440         Mention rmail-summary-by-senders on C-M-f.
3441         Not counting lines might be faster.
3442         (Rmail Summary Edit): More details on the delete commands.
3443         Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3444         Name the commands bound to the various keys.  Mention prefix argument
3445         for searching.
3446         (Rmail Display): Mention rmail-displayed-headers.  Fix typo.
3447         Simplify rmail-highlighted-headers description.  Update face name.
3449 2009-03-02  Juanma Barranquero  <lekktu@gmail.com>
3451         * mark.texi (Marking Objects): Fix typo.
3453 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
3455         * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3456         instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
3458 2009-03-01  Glenn Morris  <rgm@gnu.org>
3460         * rmail.texi (Rmail): Fix some typos.  Use consistent case in menu.
3461         (Rmail Motion): - M-s searches from the end of messages.
3462         (Rmail Deletion): Minor clarification.  Fix numeric argument
3463         description.
3464         (Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
3465         newmail and RMAILOSE files need not be in home-directory.
3466         (Rmail Files): Mention I/O menus are unselectable if no files match.
3467         Mention `MAIL' env-var.
3469 2009-02-24  Jason Rumney  <jasonr@gnu.org>
3471         * mule.texi (Fontsets): Mention fontset-default, font specs and
3472         fallback fontsets.
3473         (Defining Fontsets): Mention ns and w32 variants of
3474         standard-fontset-spec.  Update description of startup fontset to match
3475         Emacs 23 behavior.
3476         (Modifying Fontsets): New section.  (Bug#656)
3477         (International): Link to Modifying Fontsets.
3479 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3481         * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3482         Mention ns-extended-platform-support-mode.
3484 2009-02-22  Karl Berry  <karl@gnu.org>
3486         * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3488 2009-02-19  Juanma Barranquero  <lekktu@gmail.com>
3490         * basic.texi (Moving Point, Position Info):
3491         * files.texi (Visiting):
3492         * mini.texi (Completion Options):
3493         * text.texi (HTML Mode): Remove duplicate words.
3495 2009-02-20  Glenn Morris  <rgm@gnu.org>
3497         * rmail.texi: Minor updates for mbox rather than Babyl.
3499 2009-02-17  Karl Berry  <karl@gnu.org>
3501         * emacs.texi (Top): Add @insertcopying before master menu.  (Bug#1988)
3503 2009-02-17  Richard M Stallman  <rms@gnu.org>
3505         * anti.texi (Antinews): Mention Babyl format.
3507         * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3509         * rmail.texi: Update for mbox format.
3510         Various small fixes, as well as the following.
3511         (Out of Rmail): Node deleted.
3512         (Rmail): Update menu.
3513         (Rmail Files): Comment out set-rmail-inbox-list.
3514         Document rmail-inbox-list instead.
3515         (Rmail Output): Substantial changes since C-o is now
3516         rmail-output-as-seen and o is rmail-output.
3517         (Rmail Attributes): Delete `stored', add `retried'.
3518         (Rmail Display): Editing headers works in all cases.
3520 2009-02-17  Glenn Morris  <rgm@gnu.org>
3522         * basic.texi (Position Info): M-x count-lines-region is not always on
3523         M-=.  (Bug#2269)
3525 2009-02-09  Glenn Morris  <rgm@gnu.org>
3527         * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3528         defaults.
3530 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3532         * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3533         documentation of possible problems with redecoding.
3535 2009-02-03  Glenn Morris  <rgm@gnu.org>
3537         * rmail.texi (Out of Rmail): Mention b2m.pl.
3539 2009-01-31  Glenn Morris  <rgm@gnu.org>
3541         * rmail.texi (Out of Rmail): Correct b2m location.
3543 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3545         * fixit.texi (Undo): Update undo limit values.
3547 2009-01-27  Glenn Morris  <rgm@gnu.org>
3549         * emacs.texi (Top): Fix Antinews menu entry.
3551 2009-01-25  Karl Berry  <karl@gnu.org>
3553         * text.texi (Foldout): Use @itemize @w{} to make an itemize
3554         item with no marker, instead of the syntactically incorrect
3555         @itemize @asis.
3557 2009-01-25  Juri Linkov  <juri@jurta.org>
3559         * building.texi (Grep Searching): Fix index entry for lgrep.
3561 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3563         * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3565 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
3567         * macos.texi (Preferences Panel): Update description of font setting to
3568         reflect that prior frame selection is no longer needed.
3570 2009-01-20  Nick Roberts  <nickrob@snap.net.nz>
3572         * building.texi (Debuggers): Revert some of 2008-10-31 change  to
3573         raise GUD subsections.
3575 2009-01-15  Glenn Morris  <rgm@gnu.org>
3577         * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3579 2009-01-10  Glenn Morris  <rgm@gnu.org>
3581         * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3583 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3585         * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3586         logical lines.
3588 2008-12-29  Juri Linkov  <juri@jurta.org>
3590         * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3592         * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3594 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3596         * misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
3597         goto-address-mode instead of goto-address.
3599         * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3600         mode.
3602         * emacs.texi (Top): Update node listing.
3604 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3606         * custom.texi (Directory Variables): Explain what is a "project".
3607         Add indexing.  Improve wording.  Add a footnote about using
3608         _dir-locals.el on MS-DOS.
3610 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3612         * files.texi (Misc File Ops): Mention chmod as an alias for
3613         set-file-modes.
3615 2008-12-24  Martin Rudalics  <rudalics@gmx.at>
3617         * help.texi (Help): Fix typos and reword.
3618         (Help Summary): Add entries for C-h n and C-h r, reorder
3619         entries, and do some minor fixes.
3620         (Name Help): Say that C-h F works for commands only.
3621         (Misc Help): Say that view-lossage displays 300 keystrokes.
3623 2008-12-20  Glenn Morris  <rgm@gnu.org>
3625         * ack.texi (Acknowledgments): General update based on AUTHORS,
3626         including removal of some stuff no longer distributed.
3628 2008-12-19  Agustín Martín  <agustin.martin@hispalinux.es>
3630         * fixit.texi: Mention hunspell.
3632 2008-12-19  Glenn Morris  <rgm@gnu.org>
3634         * ack.texi (Acknowledgments): Small grammar fix.
3635         Consolidate explanatory text at start.
3637         * display.texi (Text Display):
3638         * indent.texi (Indentation): Use @acronym with ASCII.
3640 2008-12-18  Glenn Morris  <rgm@gnu.org>
3642         * ack.texi: Various small updates and fixes.
3644 2008-12-18  Juri Linkov  <juri@jurta.org>
3646         * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3647         as a key binding to start a forward nonincremental word search.
3648         Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3649         a backward nonincremental word search.  Add index for `M-s w'
3650         `isearch-forward-word'.
3651         (Regexp Search): Add a short summary of regexp key commands like
3652         in the node "Basic Isearch".
3653         (Other Repeating Search): Fix typo.
3655 2008-12-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3657         * misc.texi (PostScript Variables): Fix doc.
3659 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3661         * programs.texi (Program Modes): Mention Ruby mode.
3663 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3665         * misc.texi (emacsclient Options): Describe what an empty string
3666         argument does for --alternate-editor.
3668 2008-12-09  Frank Schmitt  <ich@frank-schmitt.net>
3670         * cmdargs.texi (Font X): Distinguish between client-side and
3671         server-side fonts.  List valid Fontconfig properties.  Add reference to
3672         Fontconfig manual.  List valid GTK font properties.  Explain use of
3673         fc-list.
3675 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3677         * cmdargs.texi (Font X): Move discussion of quoting to top.
3679 2008-12-06  Glenn Morris  <rgm@gnu.org>
3681         * maintaining.texi (Old Revisions): Improve previous change.
3683 2008-12-05  Richard M Stallman  <rms@gnu.org>
3685         * anti.texi (Antinews): Minor fixes.
3687 2008-12-03  Glenn Morris  <rgm@gnu.org>
3689         * maintaining.texi (Old Revisions): Fix diff-switches description.
3691 2008-12-01  Martin Rudalics  <rudalics@gmx.at>
3693         * emacs.texi (Top): Fix typo.
3695 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3697         * misc.texi (Document View): Explain dependence on gs at the top.
3698         Copyedits.
3700         * emacs.texi (Top): Add DocView nodes to detailed node listing.
3702         * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3703         (Comment Commands): Discuss region-active behavior of M-; first.
3705 2008-11-29  Martin Rudalics  <rudalics@gmx.at>
3707         * display.texi (Line Truncation): Add reference to Continuation
3708         Lines.
3710         * windows.texi (Pop Up Window): Mention split-height-threshold
3711         and split-width-threshold.
3712         (Split Window): Add reference to Continuation Lines.
3714 2008-11-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
3716         * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3717         (GNUstep Support): New node.
3718         * anti.texi:
3719         * emacs.texi:
3720         * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3722 2008-11-28  Richard M Stallman  <rms@gnu.org>
3724         * misc.texi (Dissociated Press): Minor cleanups.
3726         * dired.texi (Image-Dired): Avoid passive.
3728 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3730         * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3731         representation.
3733 2008-11-26  Richard M. Stallman  <rms@gnu.org>
3735         * files.texi (Visiting): Rewrite paragraph for clarity.
3737         * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3739 2008-11-25  Alan Mackenzie  <acm@muc.de>
3741         * programs.texi (Moving by Parens): Clarify that parens inside strings
3742         and comments are ignored, and that the commands assume the starting
3743         point isn't in a string or comment.
3745 2008-11-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3747         * macos.texi: Add Prev/Next/Top pointers to all nodes.
3748         (Mac Basics): Merge in Grabbing Environment Variables from earlier
3749         version.
3750         (Mac Customization): Rewrite Preferences Panel section and merge in to
3751         this node, add Open files by dragging to an Emacs window.
3753         * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3755 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3757         * files.texi (Misc File Ops): Document set-file-modes.
3759         * windows.texi (Split Window): Document integer values of
3760         truncate-partial-width-windows.
3762         * text.texi (Text): Simplify description of markup languages.
3763         (TeX Mode): Simplify introduction.  Mention BibTeX mode.
3764         (TeX Editing): Note that `""' inserts one `"' character.
3765         (HTML Mode): Note in the introduction that XML mode is an alias for
3766         SGML mode.  Mention nXML mode.
3768 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3770         * building.texi (Watch Expressions): Fix typo.
3772 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3774         * files.texi (Visiting): Document new behavior of
3775         confirm-nonexistent-file-or-buffer.
3777         * buffers.texi (Select Buffer):
3778         Document confirm-nonexistent-file-or-buffer.
3780         * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3781         edit-picture.
3783         * text.texi (Text): Simplify introduction.  Discard mention of `M-x
3784         edit-picture', since that is just an alias for picture-mode.
3785         (Sentences): Note that repeated M-@ extends the region.
3786         (Pages): Make terminology more consistent.  Link to Regexps node.
3787         (Longlines): Discuss relationship with Visual Line mode.
3788         (Text Mode): Remove extraneous discussion of other modes, since they
3789         were already introduced in the parent node.
3791 2008-11-23  Chong Yidong  <cyd@stupidchicken.com>
3793         * anti.texi (Antinews): Rewrite.
3795         * entering.texi (Exiting): Mention "minimize" terminology.
3797         * frames.texi (Frame Commands): Mention "minimize" terminology.
3799         * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3800         formats.
3801         (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3802         (Misc X): Don't document useless -hb option.
3804 2008-11-22  Juri Linkov  <juri@jurta.org>
3806         * dired.texi (Dired Navigation): Change normal file name search option
3807         from `non-nil' to `t'.  Add `dwim' option.
3809 2008-11-22  Juri Linkov  <juri@jurta.org>
3811         * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3812         ".dir-locals.el".  Rename `define-project-bindings' to
3813         `dir-locals-set-class-variables'.  Rename `set-directory-project' to
3814         `dir-locals-set-directory-class'.
3816 2008-11-22  Lute Kamstra  <lute@gnu.org>
3818         * buffers.texi (Select Buffer): Index goto-line.
3819         * basic.texi (Moving Point): Mention the use of a numeric prefix
3820         argument with goto-line and refer to Select Buffer for the use of a
3821         plain prefix argument.
3823 2008-11-19  Glenn Morris  <rgm@gnu.org>
3825         * doclicense.texi: Update to FDL 1.3.
3826         * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3828 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
3830         * custom.texi (Minor Modes): Define mode commands and mode variables
3831         more precisely.  Recommend using mode commands instead of setting
3832         variables directly.  Put minor modes in a list, and add more modes.
3833         (Easy Customization): Use "init file" instead of .emacs.
3834         (Customization Groups): Update to new Custom buffer appearance.
3835         (Saving Customizations): Copyedits.  Update example.
3836         (Variables): Give example of variable type-sensitivity.
3837         (Examining): Update example.
3838         (Hooks): Copyedits.
3839         (Specifying File Variables): Use C comments instead of an artificial
3840         Lisp for the example.
3841         (Keymaps): Move internals discussion to Prefix Keymaps.
3842         (Rebinding): Remove redundant paragraph (stated in Key Binding).
3843         (Init Rebinding): Document kbd macro.
3844         (Init File): Link to Find Init.
3846         * mark.texi (Using Region): Document Delete Selection Mode more
3847         thoroughly.
3849         * frames.texi (Mouse Commands): Move most of the description of Delete
3850         Selection Mode to Using Region, and link to it.
3851         (Clipboard): Note that paste is bound to clipboard-yank.
3853         * building.texi (Compilation): Document first-error value of
3854         compilation-scroll-output.
3855         (Compilation Mode): Note that compilation-auto-jump-to-first-error
3856         works as soon as an error is available.  Suggested by Juri Linkov.
3858         * mini.texi (Passwords): New node.
3860         * files.texi (Remote Files): Link to Passwords node.
3862         * emacs.texi (Top): Update node listings.
3864 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
3866         * ack.texi (Acknowledgments): Some updating of credits.
3868         * emacs.texi (Acknowledgments): Add a couple more names.
3870         * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3872         * files.texi (Directories): Describe delete-directory in text.
3873         (Misc File Ops): Document use of trash.
3875 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
3877         * macos.texi (Mac Customization): Fix typos.
3879 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
3881         * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3882         replacing previous contents.  Numerous copyedits to adapt ns-emacs to
3883         the conventions of the main Emacs manual.
3885         * emacs.texi (Top): Update node listings.
3887 2008-11-12  Chong Yidong  <cyd@stupidchicken.com>
3889         * cmdargs.texi (Emacs Invocation): Link to Emacs Server.  Note that
3890         command-line-args is processed during startup.
3891         (Action Arguments): Correctly describe how file arguments interact with
3892         the startup screen.  Link to Lisp Interaction for scratch buffer.
3893         (Initial Options): Link to Command Example for -batch option.
3894         (Environment): Document initial-environment.
3896         * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3897         can't be changed in the site-start file.
3899 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
3901         * dired.texi (Dired): Mention C-x C-d too.
3902         (Dired Enter): Document M-n in the Dired minibuffer.
3903         (Dired Navigation): Explain dired-goto-file more clearly.
3904         Document dired-isearch-filenames.
3905         (Dired Deletion): Remove unnecessary "expunged" terminology.
3906         (Flagging Many Files): & is now rebound to `% &'.
3907         (Shell Commands in Dired): Document dired-do-async-shell-command.
3908         Clarify how multi-file arguments are passed.
3909         (Misc Dired Features): Document dired-do-isearch.
3911 2008-11-06  Chong Yidong  <cyd@stupidchicken.com>
3913         * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3915 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
3917         * search.texi (Other Repeating Search): Remove obsolete findex entries.
3919 2008-11-01  Chong Yidong  <cyd@stupidchicken.com>
3921         * programs.texi (Program Modes): Link to Program Indent node.
3922         (Left Margin Paren): Explain consequences of changing
3923         open-paren-in-column-0-is-defun-start more concisely.
3924         (Which Function, Program Indent, Info Lookup): Minor edits.
3925         (Basic Indent): If region is active, TAB indents the region.
3926         (Multi-line Indent): If region is active, TAB indents the region.
3927         Note that indent-region is useful when Transient Mark mode is off.
3928         (Matching): The delimiter at the cursor is highlighted---the character
3929         changes color.
3930         (Symbol Completion): Link to Completion node.
3932         * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3933         a strictly text-only system.
3935         * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3936         batch mode.
3938 2008-11-01  Richard M. Stallman  <rms@gnu.org>
3940         * misc.texi (Document View): Major rewrite.
3942         * maintaining.texi (Types of Log File): Change logs are older than
3943         version control.
3944         (VCS Concepts): Simplify and rearrange.
3945         (Version Control Systems): Make it clear that Linux is only the kernel.
3946         (VC Mode Line): Shorten reference to menu item.
3947         (Basic VC Editing): Clarify VC fileset.  Shorten and simplify.
3948         (VC Directory Mode): Minor cleanup.
3949         Unchanged files are hidden, not omitted.
3950         (VC Directory Commands): Shorten and simplify.
3951         (Change Log Commands): New node, split from Change Logs.
3952         (VC Directory Buffer): New node, split from VC Directory Mode.
3954 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
3956         * misc.texi (Document View): Rename from Document Files, moved here
3957         from files.texi.
3959         * files.texi (Version Control): Move to maintaining.texi.
3960         Subnodes moved as well.
3961         (Document Files): Move to misc.texi.
3963         * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3964         vc-update-change-log.
3965         (Version Control): Move here from files.texi.
3966         (Format of ChangeLog): Make it a subnode of Change Log.
3968         * emacs.texi (Top): Update node listing.
3970 2008-10-31  Tassilo Horn  <tassilo@member.fsf.org>
3972         * files.texi (Files): Add a section about document
3973         files (doc-view-mode).
3975 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
3977         * building.texi (Compilation Mode):
3978         Document compilation-auto-jump-to-first-error.
3979         (Debuggers): Lower GUD subsections to subsubsections.
3980         (Starting GUD): Add cindex.
3981         (Lisp Interaction): Note that scratch is no longer the initial buffer.
3983 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3985         * indent.texi (Indentation): Link to Program Indent.
3987         * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3988         now uses emacsclient's terminal.
3990 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
3992         * mark.texi (Using Region): Document use-empty-active-region.
3994         * emacs.texi (Top): Update node listings.
3996         * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.
3997         Don't mention obsolete emacs.bash script.
3998         (Invoking emacsclient): Rewrite, moving optional arguments to
3999         emacsclient Options.
4000         (emacsclient Options): New node.  Document server-use-tcp and
4001         server-host.
4003 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
4005         * indent.texi (Indentation): Replace list with paragraphed text,
4006         putting description of syntax-driven indentation first.  Document new
4007         effect of active regions on tab.
4008         (Tab Stops): Note that editable tab stops affect indentation commands.
4010 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
4012         * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4014 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
4016         * custom.texi (Function Keys): Note that modified keypad keys are not
4017         translated.
4019         * basic.texi (Arguments): Explain how to insert multiple digits.
4021 2008-10-22  Michael Albinus  <michael.albinus@gmx.de>
4023         * files.texi (Remote Files): Precise selection of default method.
4024         Rewrite paragraph about disabling remote file names.
4026 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
4028         * search.texi (Special Isearch): Document M-TAB is isearch.
4030         * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4031         command.
4033         * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4035 2008-10-22  Tassilo Horn  <tassilo@member.fsf.org>
4037         * emacs.texi (Acknowledgments): Add myself to Acknowledgments
4038         section.
4040 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
4042         * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4043         to files.texi.  Move contents of vc2-xtra.texi here.
4045         * vc2-xtra.texi: File removed.
4047         * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4048         Directory Commands from the submenu.  Don't include deleted file
4049         vc2-xtra.texi.
4051         * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4052         (Version Control): Add VC Directory Mode and VC Directory Commands to
4053         the submenu.
4054         (Why Version Control?): Use table format.
4055         (Version Control Systems): Note that Meta-CVS support is gone.
4056         (VCS Concepts): Note precisely when VC started supporting filesets.
4057         Remove bogus xref to CVS Options node.
4058         (Types of Log File): Copyedits.
4059         (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4060         (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4061         The Right Thing.
4062         (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4063         (Log Buffer): Reorganize node, putting C-c C-c description first.
4064         (Old Revisions): Use CVS for example, not RCS.
4065         (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4066         Commands from the submenu, putting them under Version Control.
4067         (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4068         need to include it in the manual unconditionally, since it is now
4069         crucial to using distributed version control systems.
4070         (Comparing Files): Note that diff uses the minibuffer, and that the
4071         output is shown using Diff mode.
4072         (Diff Mode): Explain what "patch" and "hunk" mean.
4073         Document diff-update-on-the-fly, diff-refine-hunk, and
4074         diff-show-trailing-whitespaces.
4075         (File Archives): Add rar support.
4077         * major.texi (Choosing Modes): Make mode selection sequence more
4078         obvious by describing the steps in order of priority.  Note that
4079         magic-mode-alist is nil by default.
4080         Document magic-fallback-mode-alist.
4082 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
4084         * frames.texi (Mouse References): Copyedits.
4086 2008-10-20  Tassilo Horn  <tassilo@member.fsf.org>
4088         * ack.texi (Acknowledgments): Add myself as doc-view author.
4090 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
4092         * frames.texi (Dialog Boxes): Add @cindex entries.
4094 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
4096         * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4097         (Text-Only Mouse): Copyedit.
4099 2008-10-19  Chong Yidong  <cyd@stupidchicken.com>
4101         * frames.texi: Use @key throughout for mouse clicks.
4102         (Cut/Paste Other App): Document yank-pop-change-selection.
4103         (Secondary Selection): Fix modified mouse click syntax.
4104         (Clipboard): Describe Cut, Copy and Paste commands.
4105         (Mouse References): Not all references are in read-only buffers.
4106         Copyedits.
4107         (Creating Frames): Add xref to Init File.
4108         (Frame Commands): Add xref to Exiting.
4109         (Scroll Bars): Document GTK vs toolkit behavior.
4111 2008-10-15  Chong Yidong  <cyd@stupidchicken.com>
4113         * files.texi (Version Control): Copyedits.  Add Bazaar.
4114         (Version Control Systems): List different VCS's using an itemized list.
4115         Add Bazaar.
4116         (VCS Concepts): Copyedits.  Tweak description of file merging.
4118         * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4119         (Cut/Paste Other App): Document select-active-regions and
4120         x-select-enable-primary.
4122 2008-10-13  Chong Yidong  <cyd@stupidchicken.com>
4124         * mark.texi (Shift Selection): Correct case in node name.
4126         * emacs.texi (Top): Update node order in Mark chapter.
4128 2008-10-12  Eli Zaretskii  <eliz@gnu.org>
4130         * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4132         * mini.texi (Minibuffer File): Fix markup in last change.  Refer to
4133         elsewhere in the manual instead of describing yet again the intricacies
4134         of $HOME on MS-Windows and MS-DOS.
4136 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
4138         * mini.texi (Minibuffer File): Add xref to File Names.
4139         (Minibuffer File): Add discussion of `~' in file names.
4140         Add insert-default-directory index reference.
4142         * files.texi (File Names): Reorganize description.
4143         (Visiting): Add xref to Mode Line.  Copyedits.
4144         (Save Commands): Mention prefix behavior of C-x C-s.
4145         (Numbered Backups): Node deleted.
4146         (Backup Names): Contents of Numbered Backups moved here.  State default
4147         of version-control variable.
4148         (Reverting): Copyedits.
4149         (Version Control): Add additional version control systems.
4151         * emacs.texi (Top): Delete Numbered Backups node.
4153         * cmdargs.texi (General Variables): Change Numbered Backups xref to
4154         Backup Names.
4155         (Initial Options): Document renamed variable inhibit-startup-screen.
4157 2008-10-11  Romain Francoise  <romain@orebokech.com>
4159         * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4161 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
4163         * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4164         (Select Buffer): Mention use of minibuffer history.  Describe default
4165         value of default-major-mode.  Mention that C-x 4 b selects the other
4166         window.
4167         (List Buffers): Document CRM indicators in the order they appear.
4168         (Kill Buffer): Document new command kill-matching buffers.
4169         (Several Buffers): Move explanation of the relationship between buffer
4170         list and buffer menu to the top.
4171         (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4173 2008-10-10  Chong Yidong  <cyd@stupidchicken.com>
4175         * entering.texi (Exiting): Document change of C-x C-c to
4176         save-buffers-kill-terminal.  Document kill-emacs.
4178 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
4180         * mule.texi (Coding Systems): Don't mention codepage-setup.
4182         * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4183         cpNNN coding systems anymore.
4184         (MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support
4185         for unibyte mode.  Don't mention line-drawing characters.
4186         Don't mention dos-unsupported-char-glyph.
4188 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
4190         * search.texi (Search): Shorten introduction.
4191         (Basic Isearch): Add command table.  Discuss reverse isearch and
4192         isearch highlighting.
4193         (Repeat Isearch): Move lazy highlighting discussion here.  Add search
4194         ring to cindex.
4195         (Special Isearch): Move input methods discussion here.
4196         (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4197         (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4198         Repeat Isearch.
4199         (Isearch Minibuffer): New node.
4200         (Word Search): Document new word search commands.
4201         (Regexp Example): Simplify example using sentence-end-base variable.
4202         (Replace): Reword introduction.
4203         (Unconditional Replace): Remove unnecessary example.
4204         (Other Repeating Search): Document new `M-s o' binding.
4206         * emacs.texi (Top): Update node listings.
4208 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
4210         * emacs.texi (Top): Remove Kill Errors from menu.
4212 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
4214         * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4215         interface for defining macros.  Simplify examples.  Note that C-g quits
4216         macro definitions.
4217         (Keyboard Macro Counter): Document using F3 to insert counter.
4218         Give usage example.
4219         (Keyboard Macro Query): Organize query responses in a table.
4221         * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4222         Link to Erasing node.
4223         (Undo): Reorganize paragraphs for logical flow.  Move keybinding
4224         rationale to a footnote.
4225         (Kill Errors): Remove node, due to redundancy with Erasing.
4226         (Spelling): Move discussion of flyspell to end.  Note new behavior of
4227         M-$ in active region.  Remove non-ispell-specific keybindings from
4228         table.
4230 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
4232         * cmdargs.texi (Initial Options): Document --daemon.
4234 2008-09-20  Glenn Morris  <rgm@gnu.org>
4236         * files.texi (Numbered Backups): Mention that some modes set
4237         version-control.
4239 2008-09-20  Jim Blandy  <jimb@red-bean.com>
4241         * files.texi (Numbered Backups): Reference File Variables, as well.
4242         Remove discussion of Rmail's implementation.
4244 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
4246         * misc.texi (Recursive Edit): Note that top-level exits active
4247         minibuffers.
4249         * trouble.texi (Quitting): Likewise.
4251 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
4253         * emacs.texi (Top): Add Temporary Face Changes xref.
4255         * display.texi (Display): Move Temporary Face Changes node to just
4256         after Standard Faces.
4257         (Scrolling): Document recenter-top-bottom instead of recenter.
4258         (Horizontal Scrolling): Move auto hscroll discussion to the top.
4259         (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4260         (Display Custom): Copyedits.
4261         (Optional Mode Line): Document display-battery-mode.
4263 2008-08-27  Romain Francoise  <romain@orebokech.com>
4265         * custom.texi (Directory Variables): Minor fix.
4267 2008-08-27  Glenn Morris  <rgm@gnu.org>
4269         * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4270         descriptions.
4271         (Calendar Customizing): Tweak layout description.
4272         Move calendar-today-marker and calendar-today face to the other
4273         markers.  Condense calendar-star-date and calendar-mark-today
4274         description.
4275         (Holiday Customizing): Add oriental and solar holidays.
4276         Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4277         Fix holiday-float description.  Use zerop in examples.  Be less verbose.
4278         (Date Display Format): Change ISO format.  Be less verbose.
4279         (Diary Customizing): Mention day and month abbrev arrays.
4280         Mention the date-form variables by name.  Update European example.
4281         (Non-Gregorian Diary): Change node name.  Mention Baha'i functions.
4282         Condense examples.  Mention diary-entry-symbols by name.
4283         Condense table for insertion commands.
4284         (Fancy Diary Display): Mention diary-include-string and
4285         diary-sexp-entry-symbol.  Condense example.  Add Chinese, Coptic,
4286         Ethiopic, Persian date functions.  Condense descriptions.
4288         * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4289         (Adding to Diary): Adapt for changed node name.
4291 2008-08-26  Glenn Morris  <rgm@gnu.org>
4293         * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4294         node "Hebrew/Islamic Entries".
4296         * calendar.texi (Specified Dates): Fix names of iso functions.
4297         (General Calendar): There may not be another window.
4298         (Writing Calendar Files, Holidays): Tweak intro.
4299         (Holidays): Mention Baha'i and Chinese holidays.
4300         (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4301         (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4302         (To Other Calendar): Add calendar-print-other-dates.
4303         Refer to "graphic display" rather than "X.
4304         (From Other Calendar): Add calendar-bahai-goto-date.  Fix reference.
4305         (Displaying the Diary): Fix whitespace after reference.
4306         Fix `diary-number-of-entries' reference.
4307         (Date Formats): Explicitly mention that day names can be abbreviated.
4308         (Adding to Diary): Add some references to other sections.
4309         (Special Diary Entries): Fix reference.
4310         (Appointments): Simplify appt-message-warning-time entry.
4311         Clarify where times must be.
4312         (Importing Diary): Comment out icalendar paragraph that does not apply.
4313         (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4315 2008-08-23  Glenn Morris  <rgm@gnu.org>
4317         * fortran-xtra.texi (Fortran): Change description of free form and
4318         fixed form a bit.  Mention hideshow and imenu.
4319         (Fortran Motion): Mention fortran-end-of-subprogram,
4320         fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4321         (Fortran Indent): Minor re-word.
4322         (ForIndent Commands): Mention fortran-fill-paragraph and
4323         fortran-fill-statement.
4324         (ForIndent Cont): Mention fortran-tab-mode-string.
4325         (Fortran Comments): Mention fortran-comment-line-start-skip.
4326         (Fortran Columns): Mention font-locking.
4327         (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4329 2008-08-23  Johan Bockgård  <bojohan@muon>
4331         * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4333 2008-08-22  Chong Yidong  <cyd@stupidchicken.com>
4335         * mini.texi (Minibuffer): Simplify introduction.
4336         (Minibuffer File): Document tilde in minibuffer filenames.
4337         (Minibuffer Edit): Mention that the prompt is read-only.  Describe how
4338         to enter tabs, spaces, and question marks.  Describe behavior of C-a.
4339         (Completion Example): Update example to current command list.
4340         (Completion Options): Document `lazy' value of completion-auto-help.
4341         Update contents of completion-ignored-extensions.
4342         (Minibuffer History): Describe "future history" list.  State default
4343         value of history-delete-duplicates.
4345 2008-08-21  Glenn Morris  <rgm@gnu.org>
4347         * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
4348         (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
4350 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
4352         * regs.texi (Registers): Clarify valid register names.
4353         (RegPos): Note that buffer is saved and restored too.
4354         (RegText): Note that mark is reactivated/deactivated.
4355         (RegConfig): Xref to Windows node.
4357 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
4359         * basic.texi (Inserting Text): Provide command name for C-q.
4361         * killing.texi (Killing): Copyedit.  Define read-only text.
4362         (Deletion): DEL and C-d were already explained in Erasing; xref there.
4363         (Killing by Lines): Copyedit.
4364         (Other Kill Commands): Move M-w description here.
4365         (Yanking): Move M-w to Other Kill Commands.
4366         (Kill Ring): Also mention saving text in registers.  Link to Text
4367         Properties in elisp manual.
4368         (Accumulating Text): Copyedit.
4369         (CUA Bindings): Shift selection is now the default.
4371 2008-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4373         * maintaining.texi (Change Log): Mention next-error is available.
4375 2008-08-10  Glenn Morris  <rgm@gnu.org>
4377         * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4378         and intermonth text.
4379         (Holiday Customizing): Add holiday-chinese.
4381 2008-08-08  Eli Zaretskii  <eliz@gnu.org>
4383         * files.texi (Log Buffer, Diff Mode): Fix last changes.  Add indexing.
4385 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4387         * files.texi (Log Buffer): Describe C-c C-d.
4388         (Diff Mode): Describe C-x 4 A.
4390 2008-08-06  Eli Zaretskii  <eliz@gnu.org>
4392         * vc1-xtra.texi (VC Directory Mode): Fix last change.
4394 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4396         * files.texi (Old Revisions): Update the keys used by vc-annotate and
4397         describe the new bindings to show the changeset diff, toggle annotation
4398         visibility, show revisions.
4399         (VC Status): Describe key bindings for modifying the change comments,
4400         displaying changeset diffs and annotations.
4402         * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4404 2008-08-05  Nick Roberts  <nickrob@snap.net.nz>
4406         * vc1-xtra.texi (VC Directory Mode): Fix typo.
4408 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
4410         * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4411         and wording.
4413 2008-08-02  Dan Nicolaescu  <dann@ics.uci.edu>
4415         * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
4416         marking/unmarking.  Add descriptions for the multiple file search
4417         commands.  Improve some old info.
4419 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4421         * display.texi (Visual Line Mode): New node.
4423         * basic.texi (Inserting Text): Move DEL to deletion node.
4424         (Moving Point): Add additional alternative key bindings.
4425         Describe line-move-visual.
4426         (Erasing): Describe DEL.
4427         (Basic Undo, Blank Lines, Arguments): Copyedit.
4428         (Continuation Lines): Mention Visual Line mode.
4429         (Position Info): Move extended discussion to mule.texi.
4431         * mule.texi (International Chars): Describe C-x =.
4433         * emacs.texi (Top): Add Visual Line Mode node.
4435 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4437         * emacs.texi: Remove VMS support.
4439 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4441         * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4442         the vc-dir command name.
4444 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4446         * xresources.texi: Remove mentions of Mac Carbon.
4448 2008-07-19  Andreas Schwab  <schwab@suse.de>
4450         * ns-emacs.texi: Move to ../misc.
4452 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4454         * entering.texi (Exiting): Don't describe text-only terminals as the
4455         default.  Describe the new startup screen.
4456         (Exiting): Describe how to kill Emacs first.  Change description of
4457         iconification to handle modern window systems.
4459 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4461         * ns-emacs.texi: New file, documents features of Emacs port under
4462         NeXTstep windowing.
4464 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4466         * entering.texi (Entering Emacs): Update prev node.
4468         * glossary.texi (Glossary): Remove xref to Text Characters.
4470         * commands.texi (User Input): Rewrite.  Describe Emacs' behavior
4471         directly, rather than in the context of ASCII.  Move description of
4472         special properties of modifier key to new Modifier Keys node.
4473         (Keys): Copyedit.
4474         (Text Characters): Delete node.  Multibyte is the default nowadays, and
4475         the node contents are obsolete.
4477         * custom.texi (Modifier Keys): New node.
4479         * emacs.texi (Top): Update node list.
4481 2008-07-13  Chong Yidong  <cyd@stupidchicken.com>
4483         * emacs.texi (Intro): Increase conciseness slightly.  Remove paragraph
4484         saying that Emacs provides menus and mouse support (which is par for
4485         the course).
4487         * screen.texi (Screen): Copyedit.  Define "buffer" and "current buffer"
4488         early on.
4489         (Point): Copyedit.  Relegate historical trivia to a footnote.
4490         (Mode Line): Explain mode-line format more consistently.
4491         (Menu Bar): Copyedit.
4493 2008-06-27  Glenn Morris  <rgm@gnu.org>
4495         * cal-xtra.texi (Sexp Diary Entries):
4496         * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4498 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4500         * mark.texi (Shift selection): New node.
4501         (Mark): Copyedits.
4502         (Persistent Mark): Move to the end of the chapter.
4504 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4506         * makefile.w32-in (distclean): Remove makefile.
4508 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4510         * building.texi (Starting GUD): Add an entry for gud-gdb.
4511         (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4512         command mode.
4514 2008-06-17  Glenn Morris  <rgm@gnu.org>
4516         * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4518 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4520         * building.texi (Starting GUD): Expand on remote debugging.
4521         (Other GDB-UI Buffers): Mention new keyboard bindings.
4523 2008-06-15  Glenn Morris  <rgm@gnu.org>
4525         * gnu.texi: Use a verbatim license for this invariant section,
4526         as per etc/GNU.
4528 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4530         * emacs.texi, misc.texi: Add documentation about serial port access.
4532 2008-06-13  Glenn Morris  <rgm@gnu.org>
4534         * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4535         maintain.info.
4537 2008-06-05  Miles Bader  <miles@gnu.org>
4539         * display.texi (Temporary Face Changes): Update to reflect function
4540         renamings in face-remap.el.
4542 2008-06-04  Miles Bader  <miles@gnu.org>
4544         * display.texi (Temporary Face Changes):
4545         Add `adjust-buffer-face-height'.  Rewrite description of
4546         `increase-buffer-face-height' and `decrease-default-face-height' now
4547         that they aren't bound by default.
4549 2008-06-03  Miles Bader  <miles@gnu.org>
4551         * display.texi (Temporary Face Changes): New node.
4553 2008-05-31  Eli Zaretskii  <eliz@gnu.org>
4555         * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4557 2008-05-31  Glenn Morris  <rgm@gnu.org>
4559         * cal-xtra.texi (Fancy Diary Display): Simplify.
4561 2008-05-30  Glenn Morris  <rgm@gnu.org>
4563         * cal-xtra.texi (Fancy Diary Display): Update for
4564         diary-display-function replacing diary-display-hook.
4566 2008-05-29  Drew Adams  <drew.adams@oracle.com>
4568         * msdog.texi (Windows Keyboard): Add descriptions of
4569         w32-register-hot-key and w32-unregister-hot-key.
4571 2008-05-21  Tom Tromey  <tromey@redhat.com>
4573         * custom.texi (Directory Variables): Grammar fix.  Link to Safe File
4574         Variables node.
4576 2008-05-19  Tom Tromey  <tromey@redhat.com>
4578         * custom.texi (Variables): Add Directory Variables to menu.
4579         (Directory Variables): New node.
4581 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
4583         * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4585 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
4587         * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4588         Revision Tags and rewritten.  Section now uses modern terminology,
4589         (tags rather than snapshots) and describes post-SCCS systems more
4590         accurately.
4592 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
4594         * msdog.texi (Windows Files): Update documentation of
4595         w32-get-true-file-attributes.
4597 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4599         * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4600         directory mode.
4602 2008-05-08  Chong Yidong  <cyd@stupidchicken.com>
4604         * killing.texi (Appending Kills): Remove a strangely off-topic index
4605         entry "television".
4607 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
4609         * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4611 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
4613         * emacs/buffers.texi, emacs/files.texi (Version-control):
4614         vc-toggle-read-only is no longer a good idea...
4616 2008-04-29  Glenn Morris  <rgm@gnu.org>
4618         * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4620 2008-04-22  Juri Linkov  <juri@jurta.org>
4622         * dired.texi (Subdirectories in Dired): Describe using `^'
4623         to return to the parent directory.
4625 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4627         * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4628         recent changes.
4630 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4632         * building.texi (GDB-UI Layout, Breakpoints Buffer)
4633         (Other GDB-UI Buffers): Update for recent thread related changes.
4635 2008-04-11  Mirko Vukovic  <mirko.vukovic@gmail.com>  (tiny change)
4637         * maintaining.texi (Maintaining):
4638         * emacs.texi (Top): Typo.
4640 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4643         arg in `font-lock-add-keywords'.
4645 2008-04-08  Glenn Morris  <rgm@gnu.org>
4647         * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4648         Also add Baha'i calendar references where appropriate.
4650 2008-04-05  Glenn Morris  <rgm@gnu.org>
4652         * custom.texi (Init File): Byte-compiling .emacs is bad.
4654 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4658 2008-03-29  Glenn Morris  <rgm@gnu.org>
4660         * calendar.texi: Update for `calendar-date-style' replacing
4661         `european-calendar'.
4663 2008-03-28  Jason Rumney  <jasonr@gnu.org>
4665         * display.texi (Display Custom): Mention overlay-margin in text.
4667 2008-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
4669         * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4670         tutorial' comments.
4672 2008-03-28  Chong Yidong  <cyd@stupidchicken.com>
4674         * mark.texi (Mark): Rearrange nodes.
4675         (Persistent Mark): Rename from Transient Mark.
4676         (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4677         Describe Transient Mark mode as the default.
4679         * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4680         the default behavior with Transient Mark mode off.
4681         (Position Info): Fix typo.
4683         * display.texi (Standard Faces): Reference the Mark node.
4684         Remove discussion of the region face, which is discussed there.
4686         * emacs.texi (Top): Update node listings.
4688         * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4689         as the default.
4691         * fixit.texi (Undo): Standardize choice of undo key sequence.
4692         (Undo, Spelling): Describe Transient Mark mode as the default.
4694         * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4695         default.
4697         * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4699         * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4700         mode is the default, and note that the mark is not activated when set.
4702         * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4703         Describe Transient Mark mode as the default.
4705         * search.texi (Basic Isearch): Reference the Mark Ring node.
4706         (Replace, Unconditional Replace, Other Repeating Search):
4707         Describe Transient Mark mode as the default.
4709         * text.texi (Words, Pages, Fill Commands, HTML Mode):
4710         Describe Transient Mark mode as the default.
4711         (Paragraphs): Describe how M-h behaves when region is active.
4713         * trouble.texi (Quitting): Clarify effects of C-g.
4715 2008-03-13  Glenn Morris  <rgm@gnu.org>
4717         * emacs.texi (EMACSVER): Set to 23.0.60.
4719 2008-03-05  Glenn Morris  <rgm@gnu.org>
4721         * dired.texi (Hiding Subdirectories): Fix previous change.
4723 2008-03-05  Drew Adams  <drew.adams@oracle.com>
4725         * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4727 2008-02-28  Kim F. Storm  <storm@cua.dk>
4729         * help.texi (Help Files): Move describe-gnu-project to C-h g.
4730         Move describe-distribution to C-h C-o.
4731         Move view-emacs-problems to C-h C-p.
4732         Add view-emacs-debugging on C-h C-d.
4733         Add view-external-packages on C-h C-e.
4734         Add view-order-manuals on C-h C-m.
4736 2008-02-17  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4738         * msdog-xtra.texi (MS-DOS): Docstring fix.
4740 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
4742         * msdog.texi (Windows Fonts): Use a @table for describing font
4743         properties.
4745 2008-02-07  Jason Rumney  <jasonr@gnu.org>
4747         * msdog.texi (Windows Files): w32-get-true-file-attributes default
4748         value has changed.
4749         (Windows HOME): Clarify what is meant by "if that fails as well".
4750         (Windows Fonts): New section.
4752 2008-02-07  D. E. Evans  <sinuhe@gnu.org>  (tiny change)
4754         * basic.texi (Basic Undo): Remove duplicate "you can".
4756 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4758         * maintaining.texi (Tags): Fix last change.
4760 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
4762         * tramp.texi: Use new FSF's Back-Cover Text.
4764 2008-01-31  Nick Roberts  <nickrob@snap.net.nz>
4766         * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4768 2008-01-26  Richard Stallman  <rms@gnu.org>
4770         * maintaining.texi (Tags): Delete redundant index entry.
4772 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4774         * programs.texi (Imenu): Move "@cindex tags" from here...
4775         * maintaining.texi (Tags): ...to here.
4777 2008-01-23  Kevin Ryde  <user42@zip.com.au>
4779         * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4780         click count.
4782 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4784         * entering.texi (Exiting): Fix typo.
4785         Reported by D. E. Evans <sinuhe@gnu.org>.
4787 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
4789         * glossary.texi (Glossary): Fix typo.
4791 2007-12-27  Richard Stallman  <rms@gnu.org>
4793         * text.texi (Formatted Text): Improve menu tag.
4794         (Editing Format Info): In Info, add duplicate menu of nodes
4795         about the submenus.
4796         (Format Faces): Say where Faces menu is found.  Mention Other.
4797         (Format Colors): Say where these submenus are found.
4798         (Format Indentation, Format Justification): Likewise.
4799         (Format Properties): Likewise.
4801 2007-12-22  Richard Stallman  <rms@gnu.org>
4803         * search.texi (Query Replace): Make exp of query-replace more
4804         self-contained, and clarify.
4806         * cc-mode.texi (Getting Started): Change @ref to @pxref.
4808 2007-12-15  Richard Stallman  <rms@gnu.org>
4810         * files.texi (Auto Save): Clarify definition of auto-saving.
4812 2007-11-26  Richard Stallman  <rms@gnu.org>
4814         * help.texi (Help Echo): Cleanups.
4816 2007-11-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4818         * files.texi (Why Version Control?): Fix typo.
4819         (VCS Concepts): Fix typos; small tense fix.
4820         (Selecting a Fileset): Fix typos; small rewording.
4821         (Log Buffer): Likewise.
4822         (Old Revisions): Likewise.
4824 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4826         * mule.texi (Communication Coding): Fix wording of last change.
4828 2007-11-16  Werner Lemberg  <wl@gnu.org>
4830         * custom.texi (Specifying File Variables):
4831         * major.texi (Choosing Modes): Mention '\" in man pages.
4833 2007-11-16  Kenichi Handa  <handa@ni.aist.go.jp>
4835         * mule.texi (Communication Coding): Document x-select-request-type.
4837         * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4839 2007-11-15  Francesco Potortì  <pot@gnu.org>
4841         * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4842         --output=file.
4844 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4846         * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4847         (Help Echo): Avoid mentioning the term "region" here and
4848         consistently use the term "active text".
4850 2007-11-11  Glenn Morris  <rgm@gnu.org>
4852         * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4854 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4856         * search.texi (Query Replace):
4857         Mention `query-replace-show-replacement'.
4859 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4861         * building.texi (Watch Expressions): Remove obscure sentence.
4863 2007-11-06  Kenichi Handa  <handa@ni.aist.go.jp>
4865         * mule.texi (Select Input Method): Describe how to activate an input
4866         method in the text mode.
4868 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4870         * cmdargs.texi (Misc Variables): Remove Sun windows info.
4872 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
4874         * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4876 2007-10-30  Glenn Morris  <rgm@gnu.org>
4878         * misc.texi (Directory Tracking): Explain a bit more about
4879         dirtrack-mode.
4881 2007-10-25  Glenn Morris  <rgm@gnu.org>
4883         * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4885 2007-10-24  Richard Stallman  <rms@gnu.org>
4887         * misc.texi (Interactive Shell): Cleanup last change.
4889 2007-10-22  Juri Linkov  <juri@jurta.org>
4891         * mini.texi (Minibuffer History): Add text about a list of minibuffer
4892         default values.
4894 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4896         * files.texi: Disambiguate two slightly different uses of the term
4897         'filesets'.
4899 2007-10-18  Martin Rudalics  <rudalics@gmx.at>
4901         * trouble.texi (Quitting): Fix typo.
4903 2007-10-18  Glenn Morris  <rgm@gnu.org>
4905         * frames.texi (Mode Line Mouse): Mention minor mode names.
4907 2007-10-17  Juri Linkov  <juri@jurta.org>
4909         * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4910         fill-paragraph operates on the active region in Transient Mark mode.
4911         (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4912         with fill-paragraph.
4914         * basic.texi (Arguments): Replace fill-paragraph-or-region with
4915         fill-paragraph.
4917         * fixit.texi (Spelling): ispell-word operates on the active region
4918         in Transient Mark mode.
4920 2007-10-17  Aaron S. Hawley  <aaronh@garden.org>
4922         * building.texi (Source Buffers):
4923         * custom.texi (Init Non-ASCII):
4924         * glossary.texi (Glossary): Use "key binding" consistently.
4926 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
4928         * calendar.texi (Diary): Fix directive.
4930 2007-10-16  Richard Stallman  <rms@gnu.org>
4932         * calendar.texi (Diary): Clarify text about diary file example.
4934 2007-10-13  Eric S. Raymond  <esr@snark.thyrsus.com>
4936         * files.texi: Capitalize node names according to convention.
4938 2007-10-13  Glenn Morris  <rgm@gnu.org>
4940         * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4942 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4944         * emacs.texi:
4945         * files.texi (Version Systems): Minor fixes to version-control material
4946         suggested by RMS and Robert J. Chassell.
4948 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4950         * files.texi (Version Systems):
4951         * vc-xtra.texi:
4952         * vc1-xtra.texi:
4953         * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4954         operations.  Change of terminology from `version' to `revision'.
4955         Revise text for adequate description of VCSes with monotonic IDs.
4956         * emacs.texi: Change of terminology from `version' to `revision'.
4958 2007-10-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4960         * files.texi (Version Systems): Describe newer VCses.
4961         Reorder the descriptions to be chronological.
4963 2007-10-09  Richard Stallman  <rms@gnu.org>
4965         * display.texi (Cursor Display): Correct how cursor appears
4966         in nonselected windows.
4968 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
4970         * building.texi (GDB Graphical Interface): Remove references to gdba
4971         and mention gud-gdb.
4973 2007-08-31  Eli Zaretskii  <eliz@gnu.org>
4975         * rmail.texi (Rmail Sorting): Improve indexing.
4977 2007-10-06  Juri Linkov  <juri@jurta.org>
4979         * text.texi (Fill Commands): Document fill-paragraph-or-region.
4980         (Fill Prefix, Format Indentation): Replace fill-paragraph with
4981         fill-paragraph-or-region.
4983         * basic.texi (Arguments): Replace fill-paragraph with
4984         fill-paragraph-or-region.
4986 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
4988         * files.texi: Update the section on version control for 2007
4989         conditions.  None of these changes are new-VC-specific; that
4990         will come later.
4992 2007-09-15  Glenn Morris  <rgm@gnu.org>
4994         * calendar.texi (Holidays): Change all instances of `holiday-list' back
4995         to `list-holidays'.
4997 2007-09-14  Glenn Morris  <rgm@gnu.org>
4999         * calendar.texi: Update all instances of mark-calendar-holidays,
5000         list-calendar-holidays, list-holidays with the new names.
5002 2007-09-06  Glenn Morris  <rgm@gnu.org>
5004         Move manual sources from man/ to subdirectories of doc/.
5005         Split into the Emacs manual in emacs/, and other manuals in misc/.
5006         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5007         manual.
5008         (infodir): New variable.
5009         (info): Use $infodir.
5010         (emacsman): Delete target, not needed any more.
5011         Move all targets that are not the Emacs manual to misc/Makefile.in.
5012         (mostlyclean): Remove `gnustmp'.
5013         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5014         manual.
5015         (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
5016         (emacsman): Delete target, not needed any more.
5017         (clean): Remove all info files but Emacs manual.
5018         Move all targets that are not the Emacs manual to misc/Makefile.in.
5019         * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5021         * Makefile.in (INFOSOURCES): Delete.
5022         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5023         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5024         *.vrs *.toc here...
5025         (maintainer-clean): ...from here.
5027 2007-09-05  Glenn Morris  <rgm@gnu.org>
5029         * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5031 2007-08-29  Glenn Morris  <rgm@gnu.org>
5033         * emacs.texi (EMACSVER): Increase to 23.0.50.
5035 2007-08-27  Richard Stallman  <rms@gnu.org>
5037         * emacs.texi (Top): Clarify menu item for Glossary.
5039         * display.texi (Faces): Change secn title.
5040         Clarify not all fonts come from Font Lock.
5042 2007-08-17  Eli Zaretskii  <eliz@gnu.org>
5044         * basic.texi (Position Info): Add index entry for face at point.
5045         Mention that character faces are also displayed by "C-u C-x =".
5047 2007-08-08  Glenn Morris  <rgm@gnu.org>
5049         * glossary.texi (Glossary): Deprecate `iff'.
5051 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
5053         * files.texi (File Conveniences): Document point motion keys in Image
5054         mode.
5056 2007-07-27  Glenn Morris  <rgm@gnu.org>
5058         * emacs.texi (Copying): Include license text from gpl.texi, rather than
5059         in-line.
5061         * gpl.texi: New file with text of GPL.
5062         * Makefile.in (EMACSSOURCES): Add gpl.texi.
5064 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
5066         * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5068         * dired.texi (Wdired): Mention C-x C-q key binding.
5070 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
5072         * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5074 2007-07-25  Glenn Morris  <rgm@gnu.org>
5076         * emacs.texi (Copying): Replace license with GPLv3.
5078         * Relicense all FSF files to GPLv3 or later.
5080 2007-07-24  Glenn Morris  <rgm@gnu.org>
5082         * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5083         for some calendars.
5085 2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
5087         * screen.texi (Mode Line): Describe new mode-line flag that shows if
5088         default-directory for the current buffer is on a remote machine.
5090 2007-07-21  Eli Zaretskii  <eliz@gnu.org>
5092         * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5093         default value.
5095 2007-07-21  Richard Stallman  <rms@gnu.org>
5097         * files.texi (Why Version Control?): Improve previous change.
5099 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5101         * files.texi (Why Version Control?): New node.
5103 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5105         * building.texi (Starting GUD): Add xref to this anchor.
5107 2007-06-24  Karl Berry  <karl@gnu.org>
5109         * emacs.texi: New Back-Cover Text.
5111 2007-06-07  Alan Mackenzie  <acm@muc.de>
5113         * display.texi (Optional Mode Line): Document the new form of
5114         line+column numbers, "(561,2)".
5116 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5118         * maintaining.texi (Create Tags Table): Fix typos.
5120 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5122         * Version 22.1 released.
5124 2007-05-07  Karl Berry  <karl@gnu.org>
5126         * emacs.texi (EMACSVER): Back to 22.
5128 2007-05-06  Richard Stallman  <rms@gnu.org>
5130         * maintaining.texi (Create Tags Table): Clean up previous change.
5132 2007-05-05  Francesco Potortì  <pot@gnu.org>
5134         * maintaining.texi (Create Tags Table): Add text about the dangers of
5135         making symbolic links to tags files.
5137 2007-05-04  Karl Berry  <karl@gnu.org>
5139         * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5141 2007-05-03  Karl Berry  <karl@gnu.org>
5143         * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5145         * .cvsignore (*.pdf): New entry.
5147         * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5148         for printing.
5150 2007-05-01  Richard Stallman  <rms@gnu.org>
5152         * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5154 2007-04-28  Glenn Morris  <rgm@gnu.org>
5156         * ack.texi (Acknowledgments):
5157         * anti.texi (Antinews):
5158         * programs.texi (Program Modes): Restore mention of python.el pending
5159         consideration of legal status.
5161 2007-04-28  Richard Stallman  <rms@gnu.org>
5163         * files.texi (File Names): Fixes to ~ description on MS systems.
5165 2007-04-26  Glenn Morris  <rgm@gnu.org>
5167         * emacs.texi (EMACSVER): Increase to 22.1.50.
5169 2007-04-25  Karl Berry  <karl@gnu.org>
5171         * emacs.texi: Improve line breaks on copyright page,
5172         similar layout to lispref, 8.5x11 by default.
5174         * dired.texi (Image-Dired): Improve line break, fix typo.
5176 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5178         * programs.texi (Program Modes):
5179         * anti.texi (Antinews):
5180         * ack.texi (Acknowledgments): python.el removed.
5182 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5184         * display.texi (Highlight Interactively): Correct description of
5185         hi-lock-file-patterns-policy.
5187         * files.texi (File Archives): Mention self-extracting executables.
5189 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
5191         * search.texi (Unconditional Replace, Query Replace): Add xref to
5192         "Replacement and Case".
5194 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5196         * dired.texi (Image-Dired): Move from Thumbnails node.
5197         * misc.texi (Thumbnails): Node deleted.
5198         * emacs.texi (Top): Update node listing.
5200         * files.texi (File Conveniences):
5201         * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
5203 2007-04-21  Richard Stallman  <rms@gnu.org>
5205         * display.texi (Highlight Interactively): Correct previous change.
5206         Clarify doc of hi-lock-find-patterns, and move new features into it.
5208 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5210         * display.texi (Highlight Interactively):
5211         Document hi-lock-file-patterns-policy.
5213 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
5215         * display.texi (Scrolling): Fix typo.
5217 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5219         * doclicense.texi: Remove node heading, so that it can be included by
5220         other files.
5222         * emacs.texi: Insert node heading for GFDL.
5224 2007-04-14  Eli Zaretskii  <eliz@gnu.org>
5226         * cmdargs.texi (Colors): Qualify "color of window" index entry by
5227         "command line".
5229         * display.texi (Faces): Refer to "Creating Frames" for face
5230         and other frame customizations in .emacs.
5232         * frames.texi (Creating Frames): Mention that face customizations can
5233         be put in .emacs.  Add index entries.
5235 2007-04-12  Richard Stallman  <rms@gnu.org>
5237         * glossary.texi (Glossary): Explain `iff'.
5239 2007-04-11  Karl Berry  <karl@gnu.org>
5241         * gnu.texi (Top),
5242         * macos.texi (Mac Font Specs),
5243         * anti.texi (Antinews),
5244         * xresources.texi (Resources),
5245         * misc.texi (Emulation),
5246         * calendar.texi (Daylight Saving),
5247         * dired.texi (Dired and Find),
5248         * rmail.texi (Remote Mailboxes),
5249         * sending.texi (Mail Headers),
5250         * programs.texi (Which Function),
5251         * files.texi (Recover),
5252         * buffers.texi (Uniquify),
5253         * frames.texi (Wheeled Mice),
5254         * killing.texi (Rectangles): Wording to improve breaks in
5255         8.5x11 format.
5256         * mule.texi (Language Environments): \hbadness=10000 since there's
5257         no way to reword.
5258         * emacs.texi (smallbook): New @set to more easily switch between
5259         smallbook and 8.5x11.
5261 2007-04-11  Richard Stallman  <rms@gnu.org>
5263         * files.texi (File Conveniences): Add xref to Tumme.
5264         Delete text about Thumbnail mode.
5266 2007-04-09  Alan Mackenzie  <acm@muc.de>
5268         * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5269         new name.  Insert concept index entries.
5271 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5273         * display.texi (Standard Faces): Document prefix arg for
5274         list-faces-display.
5276         * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5278 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5280         * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5282         * files.texi (Misc File Ops): Rewrite description of
5283         insert-file-literally.
5285 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5287         * misc.texi (Printing): Postscript -> PostScript.
5289         * ack.texi (Acknowledgments): Postscript -> PostScript.
5291         * custom.texi (Init File, Init Non-ASCII): Fix last change.
5293         * emacs.texi (Top): Fix the menu due to the change in custom.texi
5294         below.
5296 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5298         * custom.texi (Non-ASCII Rebinding): Node deleted.  Material moved to
5299         Init Non-ASCII.
5300         (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5301         (Init Non-ASCII): New node.
5303 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5305         * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5307 2007-03-12  Glenn Morris  <rgm@gnu.org>
5309         * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5310         "Daylight Savings".
5312         * calendar.texi: Replace "daylight savings" with "daylight
5313         saving" in text throughout.
5315 2007-03-04  Richard Stallman  <rms@gnu.org>
5317         * custom.texi (Safe File Variables): Minor correction.
5319 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
5321         * rmail.texi (Movemail): Add internal ref.
5322         Don't indent the intro for the PROTO table.
5323         Format PROTO table items with @code.
5325 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5327         * building.texi: Remove references to bashdb.
5329 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5331         * mule.texi (Language Environments): Update list of supported language
5332         environments.
5334 2007-02-14  Kim F. Storm  <storm@cua.dk>
5336         * building.texi (Grep Searching): Fix lgrep doc.
5338 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
5340         * back.texi: Remove unused file.
5342 2007-02-05  Francesco Potortì  <pot@gnu.org>
5344         * maintaining.texi (Tag Syntax): Now --members is the default for
5345         etags, not for ctags yet.
5347 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5349         * emacs.texi (Top): Update the top-level menus.  Make the detailed menu
5350         headers compliant with Texinfo guidelines and with what texnfo-upd.el
5351         expects.  Add comments to prevent people from inadvertently modifying
5352         the key parts needed by `texinfo-multiple-files-update'.
5354 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5356         * frames.texi (Secondary Selection): Window clicked does not matter
5357         when mouse-yank-at-point is non-nil.
5359 2007-01-16  Glenn Morris  <rgm@gnu.org>
5361         * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5362         system abbrev.
5364 2007-01-11  Richard Stallman  <rms@gnu.org>
5366         * msdog.texi (Windows Keyboard): Another small cleanup.
5368 2007-01-10  Richard Stallman  <rms@gnu.org>
5370         * msdog.texi (Windows Keyboard): Yet another try to make
5371         everyone happy with that passage.
5373 2007-01-05  Richard Stallman  <rms@gnu.org>
5375         * anti.texi (Antinews): Mention M-x shell scrolling.
5377 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5379         * building.texi (Watch Expressions): Describe gdb-max-children.
5381 2007-01-04  Richard Stallman  <rms@gnu.org>
5383         * msdog.texi (Windows Keyboard): Clarify previous change.
5385 2007-01-02  Richard Stallman  <rms@gnu.org>
5387         * custom.texi (Changing a Variable): Minor clarification.
5388         (Specific Customization): customize-customized => customize-unsaved.
5390         * entering.texi (Entering Emacs): Clean up text about restarting
5391         Emacs for each file.
5393         * misc.texi (Shell Options): Minor cleanup.
5395         * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5396         with Emacs, not vice versa.
5398         * programs.texi (Symbol Completion): Recommend customizing
5399         window manager.
5401         * xresources.texi (Resources): Minor fix.
5403 2007-01-01  Jan Djärv  <jan.h.d@swipnet.se>
5405         * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5407 2007-01-01  Richard Stallman  <rms@gnu.org>
5409         * commands.texi (User Input): Document keys stolen by window mangers.
5411 2006-12-31  Richard Stallman  <rms@gnu.org>
5413         * custom.texi (Specific Customization): Document customize-option
5414         instead of customize-variable.
5416 2006-12-31  Kim F. Storm  <storm@cua.dk>
5418         * major.texi (Choosing Modes): Document auto-mode-case-fold.
5420 2006-12-30  Kim F. Storm  <storm@cua.dk>
5422         * killing.texi (CUA Bindings): Fix typo.
5424         * xresources.texi (Table of Resources): Mention grow-only value for
5425         auto-resize-tool-bars.
5427 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5429         * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5430         and how to get them back.
5432 2006-12-26  Richard Stallman  <rms@gnu.org>
5434         * calendar.texi (Holidays): Holiday listing is based on current
5435         practice, but DST is not.
5437 2006-12-25  Richard Stallman  <rms@gnu.org>
5439         * emacs.texi (Top): Update subnode menus.
5441         * mark.texi (Transient Mark): Fix xref.
5443         * killing.texi (Graphical Kill): Node deleted.
5444         (Killing): Add xref to Cut and Paste.
5445         (CUA Bindings): Update xref.
5447         * frames.texi (Cut and Paste): New section to hold other nodes.
5448         (Mouse Commands): Node demoted.
5449         (Cut/Paste Other App): Split out from Mouse Commands.
5450         (Word and Line Mouse): Likewise.
5451         (Secondary Selection, Clipboard): Nodes demoted.
5453 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5455         * calendar.texi (Holidays): US daylight saving begins second Sunday
5456         in March for 2007 onwards.
5457         (Daylight Savings): Show new US default daylight saving rules, 2nd
5458         Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5460 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5462         * calendar.texi (Scroll Calendar): < and > are switched.
5464 2006-12-23  Kevin Rodgers  <ihs_4664@yahoo.com>
5466         * killing.texi (Deletion): Describe M-\ prefix argument.
5468 2006-12-23  Richard Stallman  <rms@gnu.org>
5470         * search.texi (Regexp Search): Explain why forward and reverse regexp
5471         search are not mirror images.
5473 2006-12-19  Kim F. Storm  <storm@cua.dk>
5475         * major.texi (Choosing Modes): Describe match-function elements for
5476         magic-mode-alist.
5478 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
5480         * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5481         peculiarities.
5483 2006-12-18  Richard Stallman  <rms@gnu.org>
5485         * abbrevs.texi (Editing Abbrevs): Fix previous change.
5487 2006-12-17  Alan Mackenzie  <acm@muc.de>
5489         * programs.texi (Left Margin Paren): Remove the bit which says
5490         that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5491         Discuss some of the issues of setting this option to nil.
5493 2006-12-17  Glenn Morris  <rgm@gnu.org>
5495         * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5497 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5499         * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5500         (Windows Files): `w32-get-true-file-attributes' is only relevant for
5501         NTFS volumes.
5502         (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5503         volumes.
5505 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
5507         * text.texi (HTML Mode): Fix "C-c TAB".
5509 2006-12-09  Richard Stallman  <rms@gnu.org>
5511         * misc.texi (Invoking emacsclient): Simplify TCP file text.
5513 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
5515         * files.texi (Misc File Ops): Document insert-file-literally.
5517 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
5519         * cmdargs.texi (Colors): Note that --color is intended for overriding
5520         the terminal defaults, not for normal invocation.
5522         * misc.texi (Emacs Server): Improve wording.  Don't mention the
5523         ``server program''.  Add a cross-reference to "Init File" node.
5524         (Invoking emacsclient): Add index entries.  Document both short and
5525         long versions of command-line options.  Document the -f option.
5527 2006-12-06  Richard Stallman  <rms@gnu.org>
5529         * text.texi (Outline Format): Say to set outline-regexp
5530         and outline-level with major modes and file local variables.
5532 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5534         * anti.texi (Antinews): Mention the alternative to
5535         `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5537         * misc.texi (Interactive Shell): Ditto.
5539 2006-12-04  Eli Zaretskii  <eliz@gnu.org>
5541         * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5543         * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5545 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
5547         * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5548         colon in the mode line.
5550         * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5552 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5554         * building.texi (Watch Expressions): Mention SPC for expanding/
5555         contracting watch expressions.
5557 2006-11-26  Kim F. Storm  <storm@cua.dk>
5559         * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5561 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5563         * building.texi (Debugger Operation): Define text command mode.
5564         Clarify how tooltips work.
5565         (GDB Graphical Interface): Explain how to run in text command mode
5566         more clearly.
5568 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5570         * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5572 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
5574         * anti.texi (Antinews): Mention --server-file and TCP sockets.
5576 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5578         * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5579         and EMACS is deprecated.
5581 2006-11-18  Juanma Barranquero  <lekktu@gmail.com>
5583         * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5585 2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
5587         * Makefile.in (emacs.dvi): Remove xresmini.texi.
5589         * emacs.texi: Include xresources.texi both for info and dvi.
5591         * xresources.texi: Merge text from xresmini.texi.
5593 2006-11-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5595         * glossary.texi: Fix typos.
5597 2006-11-06  Richard Stallman  <rms@gnu.org>
5599         * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5601         * ack.texi (Acknowledgments): Fix name spelling.
5603 2006-11-01  Juri Linkov  <juri@jurta.org>
5605         * search.texi (Word Search): Document incremental word search.
5607 2006-10-28  Glenn Morris  <rgm@gnu.org>
5609         * ack.texi (Acknowledgments): Add cal-html author.
5611         * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5612         Calendar").  Describe new package cal-html.
5613         * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5614         Calendar Files."
5616 2006-10-23  Richard Stallman  <rms@gnu.org>
5618         * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5619         Abbrev mode is enabled.
5621 2006-10-16  Richard Stallman  <rms@gnu.org>
5623         * emacs.texi: Update ISBN.
5625 2006-10-11  Kim F. Storm  <storm@cua.dk>
5627         * emacs.texi (Acknowledgments): Use @dotless{i}.
5629 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5631         * building.texi (Breakpoints Buffer): Mention catchpoints.
5633 2006-10-08  Kim F. Storm  <storm@cua.dk>
5635         * ack.texi (Acknowledgments): Update.
5637         * emacs.texi (Acknowledgments): Fix bad @/ form.
5639 2006-10-05  Kim F. Storm  <storm@cua.dk>
5641         * emacs.texi (Acknowledgments): Add more contributors.
5643 2006-10-03  Richard Stallman  <rms@gnu.org>
5645         * emacs.texi (Acknowledgments): Update version and edition.
5647 2006-10-01  Karl Berry  <karl@gnu.org>
5649         * custom.texi (Customization Groups): Page break to keep example buffer
5650         on one page.
5652 2006-09-30  Karl Berry  <karl@gnu.org>
5654         * programs.texi (Basic Indent): @need to improve page break.
5655         * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5657 2006-09-29  Glenn Morris  <rgm@gnu.org>
5659         * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5661 2006-09-29  Karl Berry  <karl@gnu.org>
5663         * windows.texi (Basic Window): Remove forced @break, no longer
5664         desirable.
5665         * frames.texi (Frame Commands),
5666         * mark.texi (Marking Objects): Reword to avoid bad page break.
5667         * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5669 2006-09-19  Richard Stallman  <rms@gnu.org>
5671         * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5672         stick to present tense.
5674 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
5676         * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5677         to x-gtk-use-old-file-dialog.
5678         (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5680 2006-09-15  Jay Belanger  <belanger@truman.edu>
5682         * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5683         Change "Library Public License" to "Lesser Public License"
5684         throughout.  Use "yyyy" to represent year.
5686 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
5688         * files.texi (Visiting): Add index entry "open file".
5690 2006-09-11  Richard Stallman  <rms@gnu.org>
5692         * building.texi (Compilation Mode): Clarification.
5693         (Grep Searching): Add xref to Compilation Mode.
5695 2006-09-08  Richard Stallman  <rms@gnu.org>
5697         * search.texi (Search): Ref multi-file search commands here.
5698         (Other Repeating Search): Not here.
5700 2006-08-28  Richard Stallman  <rms@gnu.org>
5702         * windows.texi (Split Window): Update xref.
5704         * basic.texi (Continuation Lines): Update xref.
5706         * indent.texi (Tab Stops): Update xref.
5708         * emacs.texi (Top): Update subnode menu.
5710         * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5711         split out of Display Custom.
5713 2006-08-25  Kim F. Storm  <storm@cua.dk>
5715         * display.texi (Display Custom): Add variables overline-margin
5716         and x-underline-at-descent-line.
5718 2006-08-25  Richard Stallman  <rms@gnu.org>
5720         * entering.texi (Exiting): Rewrite to give graphical displays
5721         priority over text terminals.
5723         * search.texi (Incremental Search): Move index entries.
5725 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5727         * custom.texi (Init File): Reference Find Init to avoid "home
5728         directory" confusion.
5730 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5732         * building.texi (Other GDB-UI Buffers): Describe how to edit
5733         a value in the locals buffer.
5735 2006-08-21  Richard Stallman  <rms@gnu.org>
5737         * search.texi (Basic Isearch): Add `isearch' index entry.
5739 2006-08-16  Richard Stallman  <rms@gnu.org>
5741         * misc.texi (Saving Emacs Sessions): Clean up wording.
5743         * mark.texi (Marking Objects): Mention term "select all".
5745         * emacs.texi (Top): Update subnode menu.
5747         * help.texi (Help Mode): Move node up in file.
5749 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5751         * building.texi (Stack Buffer): Explain fringe arrow.
5753 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
5755         * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5756         on startup.
5758 2006-08-11  Romain Francoise  <romain@orebokech.com>
5760         * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5762 2006-08-10  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5764         * mule.texi (Recognize Coding, Text Coding): Fix typos.
5766 2006-08-10  Richard Stallman  <rms@gnu.org>
5768         * text.texi (Format Faces): Substantial rewrites to deal
5769         with face merging.  Empty regions don't count.
5770         Clarify face property inheritance.
5772 2006-08-08  Romain Francoise  <romain@orebokech.com>
5774         * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5775         <arjuropo@cc.jyu.fi>.
5777 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5779         * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5780         apply to all frames.
5782 2006-08-01  Richard Stallman  <rms@gnu.org>
5784         * help.texi (Name Help): Add index entries for describe-variable.
5786 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5788         * building.texi (GDB Graphical Interface): Shorten node names.
5789         (GDB-UI Layout): Use GDB-related.
5790         (Other GDB-UI Buffers): Simplify English.
5792 2006-07-31  Richard Stallman  <rms@gnu.org>
5794         * search.texi (Query Replace): Add xref for Dired's Q command.
5796 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5798         * building.texi (GDB commands in Fringe): Rename to...
5799         (Source Buffers): ..this and move forward.  Describe hollow arrow and
5800         new option gdb-find-source-frame.
5802 2006-07-29  Richard Stallman  <rms@gnu.org>
5804         * dired.texi (Operating on Files): Simplify previous change
5805         and fix Texinfo usage.
5807 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5809         * dired.texi (Operating on Files): Add cross-references.  State the
5810         Unix commands that do similar things.
5812 2006-07-28  Richard Stallman  <rms@gnu.org>
5814         * mark.texi (Transient Mark): Clarify that region never disappears
5815         when Transient Mark mode is off, and not when it is on.
5817 2006-07-27  Richard Stallman  <rms@gnu.org>
5819         * search.texi (Non-ASCII Isearch): Clarify.  Mention C-q.
5821 2006-07-24  Richard Stallman  <rms@gnu.org>
5823         * xresources.texi (GTK styles): Fix texinfo usage.
5825         * commands.texi (User Input): Explain why we teach keyboard cmds.
5827         * xresources.texi, xresmini.texi, search.texi, programs.texi:
5828         * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5829         * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5830         * doclicense.texi, display.texi, dired.texi, basic.texi:
5831         * anti.texi, ack.texi: Move periods and commas inside quotes.
5833 2006-07-22  Eli Zaretskii  <eliz@gnu.org>
5835         * cmdargs.texi (General Variables): Document EMAIL.
5837 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5839         * frames.texi (Frame Commands): Mention that focus-follows-mouse
5840         doesn't have effect on MS-Windows.
5842 2006-07-17  Richard Stallman  <rms@gnu.org>
5844         * building.texi (Grep Searching): Explain about chaining grep commands.
5846 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5848         * killing.texi, mini.texi: Fix typos.
5850 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
5852         * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5853         is invoked for multiple files.
5855 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5857         * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5858         on-line manual for the rest of this node.
5859         (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5860         unconditionally.
5861         (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5862         Improve wording.
5863         (Windows Printing): Improve wording.
5864         (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5865         rest of this node.
5867 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5869         * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5870         with eval-buffer.
5872 2006-07-05  Nick Roberts  <nickrob@snap.net.nz>
5874         * mule.texi (Coding Systems, Specify Coding): Link descriptions
5875         of character translation.
5877 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5879         * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5881 2006-07-03  Karl Berry  <karl@gnu.org>
5883         * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5884         not-too-underfull hboxes in the TeX output.
5885         * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5886         * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5887         * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5888         * sending.texi, text.texi: Fix overfull/underfull boxes.
5890 2006-07-03  Romain Francoise  <romain@orebokech.com>
5892         * m-x.texi (M-x): Fix.
5894 2006-07-03  Richard Stallman  <rms@gnu.org>
5896         * search.texi (Other Repeating Search): filename -> file name.
5898         * misc.texi (Narrowing): Minor cleanups.
5900         * files.texi (Visiting): filename -> file name.
5902         * emacs.texi (Top): Update subnode menus.
5904         * mule.texi (Coding Systems): Move char translation stuff here.
5905         (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5906         (Recognize Coding): Substantial local rewrites.
5907         (International): Update menu.
5909         * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5910         (Scrolling): Substantial local rewrites.
5911         (Display): Update menu and intro.
5913         * dired.texi: filename -> file name.
5915         * custom.texi (Safe File Variables): Texinfo usage fix.
5917 2006-07-03  Teodor Zlatanov  <tzz@lifelogs.com>
5919         * help.texi, m-x.texi: Lots of cleanups.
5921 2006-06-30  Eli Zaretskii  <eliz@gnu.org>
5923         * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5924         (Windows Processes, Windows Misc): Shorten the printed version by
5925         selectively conditioning less important portions by @ifnottex.
5927 2006-06-27  Richard Stallman  <rms@gnu.org>
5929         * mini.texi (Minibuffer File): Minor cleanup.
5931 2006-06-25  Nick Roberts  <nickrob@snap.net.nz>
5933         * frames.texi (XTerm Mouse): Rename to...
5934         (Text-Only Mouse): ...this.  Mention t-mouse-mode.
5936         * emacs.texi (Top): Use new node name.
5938 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5940         * emacs.texi (Top): Update the detailed menu according to changes in
5941         msdog.texi.
5943         * msdog.texi (Windows Keyboard): New section.
5944         (Windows Mouse): New section.
5945         (Windows System Menu): Remove section (text merged with "Windows
5946         Keyboard").
5947         (Windows Misc): New section.
5949         * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5951         * msdog.texi (ls in Lisp): New section.
5953         * files.texi (Visiting): Document case-insensitive wildcard matching
5954         under find-file-wildcards.
5956 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5958         * macos.texi (Mac Input): Add description of mac-function-modifier.
5959         Now Unicode keyboard layouts work.
5961 2006-06-10  Richard Stallman  <rms@gnu.org>
5963         * mule.texi (Recognize Coding): Clarify previous change.
5965 2006-06-09  Kenichi Handa  <handa@m17n.org>
5967         * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5968         notation.
5970 2006-06-07  Kevin Ryde  <user42@zip.com.au>
5972         * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5973         manual for @ifnottex, but in emacs-extra for @iftex.
5975         * cmdargs.texi (General Variables): Fix smtpmail xref.
5977 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * programs.texi (Comment Commands):
5980         * custom.texi (Specifying File Variables):
5981         Use ;; instead of ;;; to better follow coding conventions.
5983 2006-06-07  Nick Roberts  <nickrob@snap.net.nz>
5985         * building.texi (Watch Expressions): Move node to end.
5986         (GDB Graphical Interface): Move description of clicks in fringe...
5987         (GDB commands in the Fringe): ...to here.  New node.
5989 2006-06-05  Romain Francoise  <romain@orebokech.com>
5991         * xresmini.texi (GTK resources): Fix various typos.
5993 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
5995         * building.texi (GDB Graphical Interface): Update bindings.
5996         (Commands of GUD): Add gud-print.  Remove gud-run.
5997         Restate availability more generally.
5999 2006-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6001         * mini.texi: Lots of cleanups.
6003 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6005         * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6006         and Mouse-2.
6008 2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
6010         * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6012 2006-05-31  Richard Stallman  <rms@gnu.org>
6014         * basic.texi (Moving Point): Fix previous change.
6016 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
6018         * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6020 2006-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
6022         * basic.texi: Many simplifications and improvements in wording.
6024 2006-05-26  Nick Roberts  <nickrob@snap.net.nz>
6026         * anti.texi (Antinews): Create a node for gdb-ui.
6028 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6030         * frames.texi (Menu Bars, Tool Bars): Add index entries.
6032 2006-05-20  Richard Stallman  <rms@gnu.org>
6034         * dired.texi (Dired Navigation): dired-goto-file is now j.
6036 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6038         * mule.texi (Coding Systems): Mention the undecided-* coding systems
6039         and their aliases.
6041         * msdog.texi (Windows Printing): Mention non-support of plain text
6042         printing with some el-cheapo printers, and suggest a workaround.
6044 2006-05-20  Kevin Ryde  <user42@zip.com.au>
6046         * text.texi (TeX Print): tex-dvi-view-command has a default value,
6047         remove the bit saying you must set it.
6049 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6051         * trouble.texi (Checklist):
6052         * text.texi (Text, Auto Fill, Text Mode):
6053         * search.texi (Nonincremental Search):
6054         * rmail.texi (Rmail Labels):
6055         * mule.texi (Input Methods, Multibyte Conversion):
6056         * misc.texi (Gnus, Where to Look, PostScript):
6057         * maintaining.texi (Create Tags Table):
6058         * indent.texi (Indentation Commands):
6059         * fixit.texi (Spelling):
6060         * emacs.texi (Copying):
6061         * custom.texi (Init File): ifinfo -> ifnottex.
6063 2006-05-17  Richard Stallman  <rms@gnu.org>
6065         * files.texi (Diff Mode): Mention C-x `.
6067 2006-05-08  Richard Stallman  <rms@gnu.org>
6069         * custom.texi (Disabling): Textual cleanups.
6071 2006-05-12  Glenn Morris  <rgm@gnu.org>
6073         * calendar.texi (Displaying the Diary, Format of Diary File):
6074         Refer to diary-view-entries, diary-list-entries,
6075         diary-show-all-entries rather than obsolete aliases.
6077 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6079         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6080         (Displaying the Diary, Special Diary Entries, Importing Diary):
6081         * building.texi (Compilation Shell):
6082         * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6083         emacs-xtra with @inforef's.
6085         * files.texi (Visiting): Fix wording.
6087         * mule.texi (Coding Systems, Text Coding): More indexing.
6088         Mention that C-x RET f can set eol conversion.
6090 2006-05-07  Jan Djärv  <jan.h.d@swipnet.se>
6092         * xresmini.texi (GTK resources): Insert GTK description.
6094         * xresources.texi (GTK resources): metafont should be menufont.
6096 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6098         * mini.texi (Completion Options): Completion of remote files'
6099         method, user name and host name is active only in partial
6100         completion mode.
6102 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6104         * makefile.w32-in (emacs.dvi):
6105         * Makefile.in (emacs.dvi): Add xresmini.texi.
6107         * xresmini.texi (Table of Resources): Remove xref to non-existent
6108         node "LessTif Resources".
6110         * msdog.texi (Microsoft Windows):
6111         * calendar.texi (Calendar/Diary, Displaying the Diary)
6112         (Special Diary Entries, Importing Diary, Holidays):
6113         * programs.texi (Program Modes):
6114         * text.texi (Text):
6115         * buffers.texi (Several Buffers):
6116         * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6118 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6120         The following changes merge the emacs-xtra manual into the main
6121         manual, but only for on-line version of the manual.
6123         * vc2-xtra.texi (Version Backups, Local Version Control)
6124         (Making Snapshots, Change Logs and VC, Version Headers)
6125         (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6126         on-line manual.
6128         * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6129         for on-line manual.
6131         * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6132         (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6133         (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6134         for on-line manual.
6136         * fortran-xtra.texi (Fortran, Fortran Autofill)
6137         (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6138         for on-line manual.
6140         * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6141         Conditional xref's for on-line manual.
6143         * emerge-xtra.texi (Emerge, Overview of Emerge)
6144         (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6145         manual.
6147         * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6148         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6149         (EMACSSOURCES): Use EMACS_XTRA.
6150         (../info/emacs-xtra): Remove.
6151         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6153         * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6154         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6155         (EMACSSOURCES): Use EMACS_XTRA.
6156         ($(infodir)/emacs-xtra): Remove.
6157         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6159         * trouble.texi (Quitting):
6160         * text.texi (Text):
6161         * programs.texi (Program Modes):
6162         * msdog.texi (Microsoft Windows):
6163         * frames.texi (Frames):
6164         * files.texi (Backup, Version Control, VC Concepts)
6165         (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6166         (Registering, VC Status, VC Undo, Multi-User Branching)
6167         (Comparing Files):
6168         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6169         (Displaying the Diary, Special Diary Entries, Importing Diary):
6170         * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6171         conditional xref's, depending on @iftex/@ifnottex.
6173         * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6174         "MS-DOS".  @include msdog-xtra.texi.
6176         * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6177         <Top Level> [ifnottex]: @include fortran-xtra.texi.
6179         * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6180         for vc-xtra.texi subsections.
6181         (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6182         (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6184         * sending.texi (Sending Mail): A @node line without explicit Prev,
6185         Next, and Up links.
6187         * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6188         Next, and Up links.
6190         * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6191         and its sections.  @include picture-xtra.texi.
6193         * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6194         "Emerge".
6195         (List Tags) [ifnottex]: @include emerge-xtra.texi.
6197         * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6198         exact duplicate of its name-sake in calendar.texi.
6200         * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6201         "Advanced Calendar/Diary Usage".
6202         (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6204         * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6205         dired-xtra.texi.
6206         (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6208         * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6209         (Files) [ifnottex]: Add menu entry for Autorevert.
6211         * emacs-xtra.texi (Introduction): Reword to make consistent with
6212         printed version only.
6213         <Top level>: Remove the body of all chapters and move them to the
6214         new *-xtra.texi files.  Use @raisesections and @lowersections to
6215         convert sections to chapters etc.
6217         * msdog-xtra.texi:
6218         * fortran-xtra.texi:
6219         * vc-xtra.texi:
6220         * vc1-xtra.texi:
6221         * vc2-xtra.texi:
6222         * emerge-xtra.texi:
6223         * cal-xtra.texi:
6224         * dired-xtra.texi:
6225         * arevert-xtra.texi: New files, with text from respective chapters
6226         of emacs-xtra.texi.  Convert each @chapter into @section, @section
6227         into @subsection, etc.
6229         * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG".  All references
6230         updated.
6232         * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6233         Windows".  All references updated.
6235 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6237         * macos.texi (Mac Input): Mention input from Character Palette.
6238         (Mac Font Specs): Fix typo.
6240 2006-05-05  Richard Stallman  <rms@gnu.org>
6242         * files.texi (Diff Mode): Minor cleanup.
6244 2006-05-05  Karl Berry  <karl@gnu.org>
6246         * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6247         errors from the current release of makeinfo (4.8).
6248         * help.texi (Library Keywords): Change widest word in multitable
6249         template from `emulations' to `convenience'.  (Not sure if this is
6250         related to the font change.)
6252 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6254         * files.texi (File Names): Add a footnote about limited support of
6255         ~USER on MS-Windows.
6257         * cmdargs.texi (Initial Options): Add a footnote about limited
6258         support of ~USER on MS-Windows.
6260 2006-05-03  Richard Stallman  <rms@gnu.org>
6262         * files.texi (Diff Mode): Node moved here.
6263         (Comparing Files): Delete what duplicates new node.
6264         (Files): Put Diff Mode in menu.
6266         * misc.texi (Diff Mode): Move to files.texi.
6268         * emacs.texi (Top): Update menu for Diff Mode.
6270         * trouble.texi (Emergency Escape): Simplify.
6272         * emacs.texi (Top): Minor clarification.
6274 2006-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6276         * commands.texi, entering.texi, screen.texi: Many simplifications.
6278 2006-05-03  Richard Stallman  <rms@gnu.org>
6280         * commands.texi (Text Characters): Delete paragraph about unibyte
6281         non-ASCII printing chars.
6283         * killing.texi (Killing): Say "graphical displays".
6284         * display.texi: Say "graphical displays".
6286         * cmdargs.texi (Misc X): Say "graphical displays".
6288 2006-05-01  Richard Stallman  <rms@gnu.org>
6290         * emacs.texi (Top): Add Diff Mode to menu.
6292 2006-05-01  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6294         * misc.texi (Diff Mode): New node.
6296 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6298         * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6299         (Mac Environment Variables): Shorten example line.
6300         (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
6302 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
6304         * building.texi (GUD Customization): Describe cases %d and %c.
6305         Update description for %e.
6307 2006-04-30  Glenn Morris  <rgm@gnu.org>
6309         * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6311 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
6313         * custom.texi (Examining): Update C-h v output example.
6315 2006-04-29  Kim F. Storm  <storm@cua.dk>
6317         * building.texi (Grep Searching): Add lgrep and rgrep.
6319 2006-04-23  Richard Stallman  <rms@gnu.org>
6321         * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6323         * xresmini.texi: New file.
6325         * xresources.texi (Face Resources): Split table into font resources
6326         and the rest.  Combine similar attributes for brevity.
6328 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
6330         * emacs-xtra.texi (MS-DOS File Names): Remove section about
6331         backslashes and case-insensitivity in file names (moved to the
6332         main manual).
6333         (MS-DOS Printing): Move most of the text to the main manual.
6335         * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6336         New nodes.
6337         (Windows Processes, Windows System Menu): Add index entries and
6338         fix wording.
6340 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
6342         * misc.texi (Shell Ring): Add notes on saved input when
6343         navigating off the end of the history list.
6345 2006-04-18  Chong Yidong  <cyd@mit.edu>
6347         * misc.texi (Shell Options): Correct default value of
6348         comint-scroll-show-maximum-output.
6350 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
6352         * building.texi (Watch Expressions): Update.
6354 2006-04-12  Richard Stallman  <rms@gnu.org>
6356         * search.texi: Clean up previous change.
6358 2006-04-12  Eli Zaretskii  <eliz@gnu.org>
6360         * search.texi (Regexp Backslash, Regexp Replace): Add index
6361         entries for ``back reference'' and mention the term itself in the
6362         text.
6364 2006-04-11  Richard Stallman  <rms@gnu.org>
6366         * custom.texi (Safe File Variables):
6367         Document enable-local-variables = :safe.
6369 2006-04-11  Karl Berry  <karl@gnu.org>
6371         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6372         (Remote Repositories, Version Backups, Local Version Control)
6373         (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6374         (Miscellaneous Commands and Features of VC, Change Logs and VC)
6375         (Renaming VC Work Files and Master Files)
6376         (Inserting Version Control Headers, Customizing VC, General Options)
6377         (Options for RCS and SCCS, Options specific for CVS): Move all
6378         these nodes to emacs-xtra.texi, for brevity.
6379         * cmdargs.texi, files.texi: Change cross-references.
6381 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
6383         * files.texi (Old Versions): Update description of vc-annotate's
6384         use of color to indicate date ranges.
6386 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6388         * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6389         put info and printed manual names the right way around.
6391 2006-04-09  Karl Berry  <karl@gnu.org>
6393         * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6394         emacs-xtra.texi, leaving only MS Windows information.
6395         * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6396         * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6397         node names.
6399         * emacs.texi: Move @summarycontents and @contents to the beginning
6400         of the file.
6402 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6404         * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6406 2006-04-07  Richard Stallman  <rms@gnu.org>
6408         * programs.texi (Comments, Comment Commands, Options for Comments)
6409         (Multi-Line Comments): "Align", not "indent".
6410         (Basic Indent): C-j deletes trailing whitespace before the newline.
6412 2006-04-06  Richard Stallman  <rms@gnu.org>
6414         * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6416 2006-04-06  Eli Zaretskii  <eliz@gnu.org>
6418         * killing.texi (Rectangles): Add index entry for marking a rectangle.
6420 2006-04-05  Richard Stallman  <rms@gnu.org>
6422         * emacs.texi (Top): Update subnode menu.
6424         * trouble.texi (Unasked-for Search): Node deleted.
6425         (Lossage): Delete from menu.
6427 2006-04-04  Richard Stallman  <rms@gnu.org>
6429         * trouble.texi: Various cleanups.
6430         (Checklist): Don't bother saying how to snail a bug report.
6431         (Emergency Escape): Much rewriting.
6432         (After a Crash): Rename the core dump immediately.
6433         (Total Frustration): Call it a psychotherapist.
6434         (Bug Criteria): Avoid "illegal instruction".
6435         (Sending Patches): We always put the contributor's name in.
6437         * misc.texi (Thumbnails): Minor correction.
6439 2006-04-03  Richard Stallman  <rms@gnu.org>
6441         * misc.texi (Thumbnails): Minor cleanup.
6443 2006-04-02  Karl Berry  <karl@gnu.org>
6445         * sending.texi (Mail Sending): pxref to Top needs five args.
6447         * texinfo.tex: Update to current version (2006-03-21.13).
6449 2006-03-31  Richard Stallman  <rms@gnu.org>
6451         * emacs.texi (Top): Update subnode menu.
6453         * help.texi (Help Mode): Cleanup.
6455         * dired.texi: Many cleanups.
6456         (Dired Deletion): Describe dired-recursive-deletes.
6457         (Operating on Files): dired-create-directory moved.
6458         (Misc Dired Features): Move to here.
6459         (Tumme): Node moved to misc.texi.
6461         * custom.texi: Many cleanups.
6462         (Minor Modes): Don't mention ISO Accents Mode.
6463         (Examining): Update C-h v output example.
6464         (Hooks): Add index and xref for add-hook.
6465         (Locals): Delete list of vars that are always per-buffer.  Rearrange.
6466         (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6468         * misc.texi: Many cleanups.
6469         (beginning): Add to summary of topics.
6470         (Shell): Put eshell xref at the end.  Remove eshell from table.
6471         (Thumbnails): New node.
6473 2006-03-28  Eli Zaretskii  <eliz@gnu.org>
6475         * files.texi (File Name Cache): Make it clear that the cache is
6476         not persistent.
6478 2006-03-25  Karl Berry  <karl@gnu.org>
6480         * emacs-xtra.texi, emacs.texi, gnu.texi:
6481         (1) use @copyright{} instead of (C) in typeset text;
6482         (2) do not indent copyright year list (or anything else).
6484 2006-03-21  Juanma Barranquero  <lekktu@gmail.com>
6486         * files.texi (VC Dired Mode): Remove misplaced brackets.
6488 2006-03-21  Andre Spiegel  <spiegel@gnu.org>
6490         * files.texi: Various updates and clarifications in the VC chapter.
6492 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6494         * help.texi (Help Mode): Document "C-c C-c".
6496 2006-03-16  Luc Teirlinck  <teirllm@auburn.edu>
6498         * emacs-xtra.texi (Top): Avoid ugly continuation line in
6499         menu in the standalone Info reader.
6501 2006-03-15  Chong Yidong  <cyd@stupidchicken.com>
6503         * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6504         moved here from Emacs manual.
6506         * programs.texi (Fortran): Section moved to emacs-xtra.
6507         (Program Modes): Xref to Fortran in emacs-xtra.
6509         * maintaining.texi (Emerge): Move to emacs-xtra.
6510         * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6512         * picture.texi: File deleted.
6513         * Makefile.in:
6514         * makefile.w32-in: Remove picture.texi.
6516         * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6517         * abbrevs.texi (Abbrevs):
6518         * sending.texi (Sending Mail): Picture node removed.
6520         * emacs.texi (Top): Update node listings.
6522 2006-03-12  Richard Stallman  <rms@gnu.org>
6524         * calendar.texi: Various cleanups.
6526 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6528         * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6529         syntax.
6531 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6533         * search.texi (Regexps): More accurately describe which characters
6534         are special in which situations.  Recommend _not_ to quote `]' or
6535         `-' when they are not special.
6537 2006-02-28  Andre Spiegel  <spiegel@gnu.org>
6539         * files.texi (Old Versions): Clarify operation of C-x v =.
6541 2006-02-21  Nick Roberts  <nickrob@snap.net.nz>
6543         * building.texi (Watch Expressions): Update and describe
6544         gdb-speedbar-auto-raise.
6546 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6548         * emacs.texi: Use @smallbook.
6549         (Top): Update ref to Emacs paper, delete ref to Cookbook.
6550         Update subnode menu.
6552         * building.texi (Lisp Interaction): Minor addition.
6554 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6556         * building.texi (Watch Expressions): Update and be more precise.
6558 2006-02-15  Francesco Potortì  <pot@gnu.org>
6560         * maintaining.texi (Create Tags Table): Explain why the
6561         exception when etags writes to files under the /dev tree.
6563 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6565         * custom.texi (Safe File Variables): Lots of clarification.
6566         Renamed from Unsafe File Variables.
6568 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6570         * custom.texi (Unsafe File Variables): File variable confirmation
6571         assumed denied in batch mode.
6573 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6575         * building.texi (GDB User Interface Layout): Don't say `inferior'
6576         for program being debugged.
6578 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6580         * building.texi (GDB Graphical Interface):
6581         Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6583 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6585         * custom.texi (Specifying File Variables, Unsafe File Variables):
6586         New nodes, split from File Variables.  Document new file local
6587         variable behavior.
6589 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6591         * display.texi (Standard Faces):
6592         * files.texi (Visiting):
6593         * frames.texi (Clipboard):
6594         * glossary.texi (Glossary) <Clipboard>:
6595         * xresources.texi (X Resources): Mention Mac OS port.
6597 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6599         * building.texi (Building): Clarify topic in intro.
6601         * maintaining.texi (Maintaining): Change title; clarify topic.
6602         Delete duplicate index entries.
6604         * building.texi (Other GDB User Interface Buffers): Clarifications.
6606         * text.texi (Cell Commands): Clarifications.
6608         * programs.texi (Defuns): Delete duplicate explanation of
6609         left-margin paren convention.
6610         (Hungry Delete): Minor cleanup.
6612 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6614         * dired.texi (Tumme): More tumme documentation.
6616 2006-02-11  Alan Mackenzie  <acm@muc.de>
6618         * programs.texi ("Hungry Delete"): Correct the appellation of the
6619         backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6621 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6623         * dired.texi (Tumme): Fix small bug.
6625 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6627         * macos.texi (Mac International): Rename "fontset-mac" to
6628         "fontset-standard".
6630 2006-02-09  Mathias Dahl  <mathias.dah@gmail.com>
6632         * dired.texi (Tumme): Basic documentation for Tumme added.
6634 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6636         * mule.texi (International):
6637         * programs.texi (Basic Indent): Fix typos.
6639         * custom.texi (Minor Modes):
6640         * display.texi (Text Display):
6641         * commands.texi (Text Characters): Update xrefs.
6643 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6645         * emacs.texi (Top): Update subnode menu.
6646         Update info on old Emacs papers.
6647         (Intro): "Graphical display", not window system.
6649         * xresources.texi (GTK styles): Minor clarifications.
6651         * trouble.texi: "Graphical display", not window system.
6652         (Stuck Recursive): Minor clarification.
6654         * text.texi: Minor clarifications.
6655         (Sentences): Explain why two-space convention is better.
6656         Explain sentence-end-without-period here.
6657         (Fill Commands): Not here.
6658         (Refill): Node moved down.
6659         (Filling): Update menu.
6660         (Table Creation, Cell Justification, Column Commands): Clarify.
6662         * sending.texi: Minor clarifications.
6664         * search.texi (Regexp Backslash): Clarification.
6666         * rmail.texi: Minor cleanups.
6667         (Rmail): Delete digression about `rmail-mode'.
6668         (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6669         (Rmail Files): Mention C-u M-x rmail.
6670         (Rmail Reply): Mention References.
6671         (Rmail Display): Mention rmail-nonignored-headers.
6673         * programs.texi: Minor cleanups.
6674         (Comment Commands): Mention momentary Transient Mark mode.
6675         (Matching): Be more specific about customizing show-paren-mode.
6676         (Info Lookup): Don't list the modes that support C-h S.
6677         Just say what it does in an unsupported mode.
6678         (Man Page): Delete excessive info on customizing woman.
6679         (Motion in C): Don't mention c-for/backward-into-nomenclature.
6681         * abbrevs.texi: Minor clarifications.
6682         (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6683         not "dynamic abbrevs" as if they were a kind of abbrev.
6685         * picture.texi (Picture): Minor cleanup.
6687         * mule.texi (Communication Coding): Say "other applications".
6688         (Fontsets): Not specific to X.  Add xref to X Resources.
6689         (Unibyte Mode): Rename from Single-Byte Character Support.
6690         "Graphical display", not window system.
6691         (International): Update menu.
6693         * maintaining.texi (Format of ChangeLog):
6694         New node, split out from ChangeLog.
6695         (ChangeLog): Clarifications in the remaining text.
6696         (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6697         (Find Tag): Add @w.
6698         (Tags Search): Explain tag table order here.  Simplify grep ref.
6699         (List Tags): tags-tag-face is a variable, not a face.
6700         (Emerge): Cleanups.
6702         * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6703         (Keyboard Macros): Avoid "the user".
6705         * killing.texi: "Graphical display", not window system.
6707         * help.texi (Help Echo): "Graphical display", not window system.
6709         * glossary.texi: Say "you", not "the user".  Say "graphical display".
6711         * frames.texi: Minor cleanups.  "Graphical display", not window system.
6713         * files.texi (Visiting): Make drag-and-drop not X-specific.
6715         * custom.texi: Minor cleanups.  "Graphical display", not window system.
6717         * cmdargs.texi: Minor cleanups.
6719         * building.texi (Compilation): Move and split kill-compilation para.
6720         Add para about multiple compilers.
6721         (Compilation Mode): Commands also available in grep mode and others.
6722         Mention C-u C-x ` more tutorially.  Clarify C-x `.
6723         (Compilation Shell): Clarify.  Put Bash example first.
6724         (Grep Searching): Minor cleanups; add @w.
6725         (Debuggers): Minor cleanups.
6726         (Starting GUD): Make GDB xgraphical mode issue clearer.
6727         (Debugger Operation): Lots of clarifications including
6728         GDB tooltip side-effect issue.
6729         (Commands of GUD): Clarify.
6730         (GUD Customization): Add bashdb-mode-hook.
6731         (GDB Graphical Interface): Rewrite for clarity.
6732         (GDB User Interface Layout): Rewrite for clarity.
6733         (Stack Buffer, Watch Expressions): Likewise.
6734         (Other GDB User Interface Buffers): Cleanups.
6735         (Lisp Libraries, External Lisp): Cleanup.
6737         * basic.texi (Position Info): "Graphical displays", rather than
6738         window systems.
6740         * anti.texi: Minor cleanup.
6742 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
6744         * custom.texi (Init File, Find Init): Add cross-references to
6745         where $HOME is described.
6747 2006-02-01  Luc Teirlinck  <teirllm@auburn.edu>
6749         * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6750         is not inside the @table.
6752         * emacs.texi (Top): Correct node name.
6754         * files.texi (File Names): Fix @xref.
6755         (Reverting): Fix typo.
6757         * mule.texi (International): Correct node name.
6759         * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6761 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6763         * emacs.texi (Top): Update subnode menu.
6765         * mule.texi: Minor clarifications.
6766         Reduce the specific references to X Windows.
6767         Refer to "graphical" terminals, rather than window systems.
6768         (Text Coding): Rename from Specify Coding.
6769         (Communication Coding, File Name Coding, Terminal Coding):
6770         New nodes split out from Text Coding.
6772         * kmacro.texi: Minor clarifications.
6773         (Keyboard Macro Ring): Comment out some excessive commands.
6774         (Basic Keyboard Macro): Split up the table, putting part in each node.
6776         * major.texi: Minor clarifications.
6778         * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6780         * windows.texi: Minor clarifications.
6781         (Change Window): Don't describe mode-line mouse cmds here.
6782         Add xref to Mode Line Mouse.
6784         * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6786         * macos.texi (Mac International): Fix xref.
6788         * indent.texi: Minor clarifications.
6790         * frames.texi: Minor clarifications.
6791         Reduce the specific references to X Windows.
6792         Refer to "graphical" terminals, rather than window systems.
6793         (Frame Parameters): Don't mention commands like
6794         set-foreground-color.  Just say to customize a face.
6795         (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6797         * files.texi: Minor clarifications.
6798         (Numbered Backups): New node, split out from Backup Names.
6800         * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6802         * cmdargs.texi (General Variables): Fix xref.
6804         * buffers.texi: Minor clarifications.
6806 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6808         * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6809         Nodes moved to top.
6811         * display.texi: Minor clarifications.
6812         (Display): Rearrange menu.
6813         (Standard Faces): Mention query-replace face.
6814         (Faces): Simplify.
6815         (Font Lock): Simplify face customization info.
6816         (Highlight Changes): Node merged into Highlight Interactively.
6817         (Highlight Interactively): Much rewriting and cleanup.
6818         (Optional Mode Line): Narrowed line number not good for goto-line.
6819         Simplify face customization advice.
6820         (Text Display): Mention use of escape-glyph face.
6821         Move ctl-arrow and tab-width here.
6822         (Display Custom): Move no-redraw-on-reenter to end of node.
6824         * search.texi: Minor clarifications.
6825         (Isearch Scroll): Simplify.
6826         (Other Repeating Search): Document multi-occur-in-matching-buffers.
6828         * regs.texi (Registers): Mention bookmarks here.
6830         * mark.texi: Minor clarifications.
6831         (Selective Undo): Node deleted.
6833         * m-x.texi: Minor clarifications.
6835         * killing.texi: Minor clarifications.
6836         Refer to "graphical" terminals, rather than window systems.
6838         * help.texi: Clarifications.
6839         (Help): Don't describe C-h F and C-h K here.
6840         (Key Help): Describe C-h K here.
6841         (Name Help): Mention Emacs Lisp Intro.
6842         Describe C-h F here.
6843         (Misc Help): Mention C-h F and C-h K only briefly.
6845         * fixit.texi (Undo): New node, mostly copied from basic.texi.
6846         Selective undo text merged in.
6847         (Spelling): Mention Aspell along with Ispell.
6849         * emacs.texi (Top): Update subnode menus.
6851         * basic.texi (Basic Undo): Rename from Undo.  Most of text
6852         moved to new Undo node.
6854 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6856         * basic.texi (Continuation Lines, Inserting Text):
6857         Mention longlines mode.
6859 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6861         * screen.texi: Minor cleanups.
6862         (Screen): Clean up the intro paragraphs.
6863         (Mode Line): Lots of rewriting.  Handle frame-name better.
6864         eol-mnemonic-... vars moved out.
6866         * emacs.texi (Top): Change menu item for MS-DOS node.
6867         Update subnode menu.
6869         * msdog.texi (MS-DOS): Rewrite intro to explain how this
6870         chapter relates to Windows.  Title changed.
6872         * mini.texi: Minor cleanups.
6874         * mark.texi (Selective Undo): New node, text moved from basic.texi.
6875         (Mark): Put it in the menu.
6877         * entering.texi: Minor cleanups.
6879         * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6880         (Intro): Refer to "graphical" terminals, rather than X.
6882         * display.texi (Display Custom): Add xref to Variables.
6883         (Optional Mode Line): eol-mnemonic-... vars moved here.
6885         * commands.texi: Minor cleanups.  Refer to "graphical" terminals,
6886         rather than X.
6888         * basic.texi: Minor cleanups.
6889         (Undo): selective-undo moved.
6891 2006-01-25  Luc Teirlinck  <teirllm@auburn.edu>
6893         * anti.texi (Antinews): Various corrections and additions.
6895 2006-01-23  Juri Linkov  <juri@jurta.org>
6897         * custom.texi (Easy Customization, Customization Groups)
6898         (Browsing Custom): Mention links along with buttons.
6900 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6902         * text.texi (TeX Print): Use @key for TAB.
6904         * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6906 2006-01-15  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6908         * files.texi (File Aliases): Don't claim that usually separate
6909         buffers are created for two file names that name the same data.
6910         Mention additional situations where different names mean the same
6911         file on disk.
6913 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6915         * killing.texi (Deletion): Upcase @key argument.
6917         * custom.texi (Custom Themes): Minor cleanup.
6919         * programs.texi (Hungry Delete): Upcase @key argument.
6921 2006-01-16  Juri Linkov  <juri@jurta.org>
6923         * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6924         Move `mode-line-highlight' before `mode-line-buffer-id'.
6926 2006-01-14  Richard M. Stallman  <rms@gnu.org>
6928         * basic.texi (Inserting Text): Minor cleanup.
6930 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6932         * custom.texi (Changing a Variable, Face Customization):
6933         Update for changes in Custom menus.
6935 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6937         * macos.texi (Mac International): Undo last change.
6939 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6941         * custom.texi (Custom Themes): Describe the new
6942         customize-create-theme interface.
6944 2005-12-30  Juri Linkov  <juri@jurta.org>
6946         * basic.texi (Position Info): Update example.
6948 2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
6950         * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6952 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
6954         * custom.texi (Custom Themes): `load-theme' always loads.
6956 2005-12-23  Juri Linkov  <juri@jurta.org>
6958         * display.texi (Highlight Interactively): Use double space to
6959         separate sentences.  Replace C-p with M-p, and C-n with M-n.
6961 2005-12-22  Richard M. Stallman  <rms@gnu.org>
6963         * custom.texi (Easy Customization and subnodes):
6964         Replace "active field" with "button".
6965         Use "user option" only for variables.
6966         Use "setting" for variable-or-face.
6968 2005-12-22  Luc Teirlinck  <teirllm@auburn.edu>
6970         * buffers.texi (Select Buffer): Change order in table to make
6971         "Similar" refer to the correct item.
6972         (Indirect Buffers): Minor rewording.
6974 2005-12-20  Juri Linkov  <juri@jurta.org>
6976         * files.texi (VC Status): Put P and N near p and n.
6978 2005-12-19  Richard M. Stallman  <rms@gnu.org>
6980         * programs.texi (Electric C): Delete the info about newline control.
6981         (Other C Commands): Minor cleanup.
6982         (Left Margin Paren): Minor cleanup.
6984 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6986         * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6987         (Customization Groups): Delete text moved to "Browsing Custom".
6988         (Browsing Custom): New node.
6989         (Specific Customization): Clarify which commands only work for
6990         loaded options.
6992 2005-12-18  Bill Wohler  <wohler@newt.com>
6994         * frames.texi (Tool Bars): Shorten text of previous change.
6996 2005-12-18  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6998         * files.texi (VC Status): Document log-view mode.
7000 2005-12-18  Bill Wohler  <wohler@newt.com>
7002         * frames.texi (Tool Bars): Mention that you can turn off tool bars
7003         permanently via the customize interface.
7005 2005-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
7007         * killing.texi (Killing by Lines): Document `kill-whole-line'
7008         function.
7010 2005-12-16  Lőrentey Károly  <lorentey@elte.hu>
7012         * buffers.texi (Select Buffer): Change `prev-buffer' to
7013         `previous-buffer'.  Indicate that these functions use a frame
7014         local buffer list.
7016 2005-12-12  Richard M. Stallman  <rms@gnu.org>
7018         * custom.texi (Easy Customization): Change menu comment.
7019         (Prefix Keymaps): Fix spelling of Control-X-prefix.
7021         * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
7022         (Help): Among the Apropos commands, describe only C-h a here.
7024 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7026         * programs.texi (Options for Comments): Comment-end starts with space.
7028         * glossary.texi (Glossary): Minor cleanup.
7030         * files.texi (Old Versions): Use @table.
7032 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
7034         * display.texi (Highlight Interactively): Include
7035         global-hi-lock-mode.  Add miscellaneous details and elaborations.
7037 2005-12-09  Richard M. Stallman  <rms@gnu.org>
7039         * display.texi (Font Lock): Delete the Global FL menu item.
7041 2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
7043         * custom.texi (Minibuffer Maps): Mention the maps for file name
7044         completion.
7046 2005-12-09  Kim F. Storm  <storm@cua.dk>
7048         * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
7049         prefix keys even when mark is active.  Describe that RET moves
7050         cursor to next corner in rectangle; clarify insert around rectangle.
7052 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7054         * custom.texi (Customization): Use xref to elisp manual for
7055         non-TeX output.
7056         (Minor Modes): Update.
7057         (Customization Groups, Changing a Variable, Face Customization):
7058         Update for new appearance of Custom buffers.
7059         (Changing a Variable): `custom-buffer-done-function' has been
7060         replaced by `custom-buffer-done-kill'.
7061         (Specific Customization): In the `customize-group' buffer, a
7062         subgroup's contents are not "hidden".  They are not included at
7063         all.  They have no [Show] button.
7064         (Mouse Buttons): Add pxref to description of mouse event lists in
7065         Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
7066         (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7067         ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7069 2005-12-08  Richard M. Stallman  <rms@gnu.org>
7071         * mini.texi (Completion Commands, Completion):
7072         In file name input, SPC does not do completion.
7074 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
7076         * building.texi (GDB Graphical Interface): Explain screen size
7077         setting.
7078         (Other GDB User Interface Buffers): Describe features specific to
7079         GDB 6.4.
7081 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
7083         * building.texi (GDB User Interface Layout): Describe how to
7084         kill associated buffers.
7085         (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7086         (Watch Expressions): Be more precise.
7087         (Other GDB User Interface Buffers): Describe how to change a
7088         register value.
7090 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7092         * macos.texi (Mac Input): Remove description of
7093         mac-command-key-is-meta.  Add descriptions of
7094         mac-control-modifier, mac-command-modifier, and
7095         mac-option-modifier.
7096         (Mac International): Fix description of conversion of clipboard data.
7097         (Mac Font Specs): Add example of font customization by face attributes.
7099 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7101         * building.texi (Watch Expressions): Expand description.
7102         (Other GDB User Interface Buffers): Describe local map for
7103         gud-watch.
7105 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
7107         * display.texi (Font Lock): Font lock is enabled by default now.
7109 2005-11-20  Juri Linkov  <juri@jurta.org>
7111         * basic.texi (Position Info): Update examples of the output.
7112         Remove the fact that examples are produced in the TeXinfo buffer,
7113         because in the Info reader users will get a different output from
7114         `C-x ='.
7116         * building.texi (Compilation Mode): Remove paragraph duplicated
7117         from the node `Compilation'.  Add `compilation-skip-threshold'.
7119         * display.texi (Font Lock): Suggest more user-friendly method of
7120         finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7122 2005-11-18  Richard M. Stallman  <rms@gnu.org>
7124         * files.texi (Registering): Mention @@ in mode line.
7126         * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
7128 2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7130         * files.texi (Renaming and VC): Some back-ends don't
7131         handle renaming.
7133 2005-11-17  Juri Linkov  <juri@jurta.org>
7135         * emacs.texi (Top):
7136         * display.texi (Highlight Interactively): Put this font-lock based
7137         mode near Font Lock node.
7139 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
7141         * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7142         icons.
7144 2005-11-12  Kim F. Storm  <storm@cua.dk>
7146         * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
7147         (Help Summary): Add C-h d and C-h e.
7148         (Apropos): Clarify that all apropos commands may search for either
7149         list of words or a regexp.  Add C-h d for apropos-documentation.
7150         Describe apropos-documentation-sort-by-scores user option.
7152 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7154         * killing.texi (CUA Bindings): Add @section.
7156 2005-11-10  Kim F. Storm  <storm@cua.dk>
7158         * emacs.texi (Top): Add CUA Bindings entry to menu.
7160         * killing.texi (CUA Bindings): New node.  Moved here from
7161         misc.texi and extended with info on rectangle commands and
7162         rectangle highlighting, interface to registers, and the global
7163         mark feature.
7165         * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7167         * regs.texi: Prev link points to CUA Bindings node.
7169 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
7171         * help.texi (Help Echo): By default, help echos are only shown on
7172         mouse-over, not on point-over.
7174 2005-11-04  Jérôme Marant  <jerome@marant.org>
7176         * misc.texi (Shell Mode): Describe how to activate password echoing.
7178 2005-11-04  Romain Francoise  <romain@orebokech.com>
7180         * mark.texi (Mark Ring): Fix typo.
7182 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7184         * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7186 2005-11-01  Bill Wohler  <wohler@newt.com>
7188         * help.texi (Help Mode): Fix typo.
7190 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7192         * building.texi (Other GDB User Interface Buffers):
7193         Describe the command gdb-use-inferior-io-buffer.
7195 2005-10-31  Romain Francoise  <romain@orebokech.com>
7197         * files.texi (Compressed Files): Fix typo.
7199         * buffers.texi (Misc Buffer): Downcase `*shell*'.
7201         * windows.texi (Force Same Window): Likewise.
7203 2005-10-30  Bill Wohler  <wohler@newt.com>
7205         * help.texi (Help Mode): URLs viewed with browse-url.
7207 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7209         * building.texi (GDB Graphical Interface): Don't reference
7210         gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
7211         must stay in same frame.
7213 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7215         * custom.texi (Init File): Document ~/.emacs.d/init.el.
7217         * anti.texi (Antinews): Likewise.
7219 2005-10-28  Bill Wohler  <wohler@newt.com>
7221         * help.texi (Help): Help mode now creates hyperlinks for URLs.
7223 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7225         * files.texi (Visiting): Explain how to enter ? in a file name.
7227         * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7229 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7231         * building.texi (GDB Graphical Interface):
7232         Describe gdb-mouse-until.
7234 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7236         * custom.texi (Init File): Recommend when to use site-start.el.
7238 2005-10-21  Juri Linkov  <juri@jurta.org>
7240         * custom.texi (Examining): Mention accessing the old variable
7241         value via M-n in set-variable.
7243 2005-10-18  Romain Francoise  <romain@orebokech.com>
7245         * files.texi (Version Systems): Capitalize GNU.
7247 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7249         * building.texi (Compilation Mode): Remove redundant paragraph.
7250         (Watch Expressions): Remove paragraph to reflect code change.
7252 2005-10-16  Richard M. Stallman  <rms@gnu.org>
7254         * building.texi (Compilation Mode, Compilation): Clarified.
7256 2005-10-15  Richard M. Stallman  <rms@gnu.org>
7258         * misc.texi (Saving Emacs Sessions): Mention savehist library.
7260 2005-10-13  Kenichi Handa  <handa@m17n.org>
7262         * basic.texi (Position Info): Fix previous change.
7264 2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
7266         * cmdargs.texi (Icons X): Fix typo.
7268 2005-10-12  Kenichi Handa  <handa@m17n.org>
7270         * basic.texi (Position Info): Describe the case that Emacs shows
7271         "part of display ...".
7273 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
7275         * cmdargs.texi (Icons X): -nb => -nbi.
7277 2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
7279         * frames.texi (Speedbar): A couple more clarifications.
7281 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7283         * building.texi (GDB User Interface Layout): Improve diagram.
7284         (Watch Expressions): Explain how to make speedbar global.
7285         (Other GDB User Interface Buffers): Make references more precise.
7287 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7289         * frames.texi (Speedbar): Clarify the text.
7291 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7293         * frames.texi (Speedbar): Add information on keybindings,
7294         dismissing the speedbar, and buffer display mode.  Link to
7295         speedbar manual.
7297 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
7299         * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
7300         added -nb, --no-bitmap-icon.
7302 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7304         * building.texi (GDB Graphical Interface): Add variables and
7305         functions to indices.  Be more precise.
7307 2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
7309         * frames.texi (Drag and Drop): Remove the x- from
7310         x-dnd-open-file-other-window and xdnd-protocol-alist.
7312 2005-09-30  Romain Francoise  <romain@orebokech.com>
7314         * mini.texi (Minibuffer): The default value now appears before the
7315         colon in minibuffer prompts.
7317 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7319         * search.texi (Regexp Search): Doc search-whitespace-regexp.
7321 2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7323         * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7325 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7327         * emacs.texi (Top): Update submenus from macos.texi.
7329         * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7330         (Mac OS): Update feature support status.
7331         (Mac Input): List supported input scripts.  Remove description
7332         about `mac-keyboard-text-encoding'.  Mention mouse button
7333         emulation and related variables.
7334         (Mac International): Mention Central European and Cyrillic
7335         support.  Now `keyboard-coding-system' is dynamically changed.
7336         Add description about coding system for selection.
7337         Add description about language environment.
7338         (Mac Environment Variables):
7339         Mention `~/.MacOSX/environment.plist'.  Give example of command line
7340         arguments.  Add Preferences support.
7341         (Mac Directories): Explicitly state that this node is for Mac OS
7342         Classic only.
7343         (Mac Font Specs): Mention specification for scalable fonts.
7344         List supported charsets.  Add preferred way of creating fontsets.
7345         Add description about `mac-allow-anti-aliasing'.
7346         (Mac Functions): Add descriptions about `mac-set-file-creator',
7347         `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7348         and `mac-get-preference'.
7350 2005-09-16  Romain Francoise  <romain@orebokech.com>
7352         Update all files to specify GFDL version 1.2.
7354         * doclicense.texi (GNU Free Documentation License): Update to
7355         version 1.2.
7357 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7359         * buffers.texi (List Buffers): Fix xref.
7361         * rmail.texi (Rmail Basics): Fix xref.
7363         * emacs.texi (Top): Update subnode menus.
7365         * files.texi (Saving Commands): New node, broken out of Saving.
7366         (Customize Save): New node, broken out of Saving.
7367         Clarify effect of write-region-inhibit-fsync.
7368         (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7370 2005-09-14  Romain Francoise  <romain@orebokech.com>
7372         * files.texi (Saving): Mention write-region-inhibit-fsync.
7374 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7376         * custom.texi (Custom Themes): New node.
7378 2005-09-03  Richard M. Stallman  <rms@gnu.org>
7380         * search.texi (Search Case): Mention vars that control
7381         case-fold-search for various operations.
7383 2005-08-22  Juri Linkov  <juri@jurta.org>
7385         * display.texi (Standard Faces): Merge the text from
7386         `(elisp)Standard Faces' into this node.
7388 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7390         * emacs.texi (Top): Delete menu item for deleted node
7391         Keyboard Translations.
7393 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7395         * trouble.texi (Unasked-for Search):
7396         Delete xref to Keyboard Translations.
7398         * glossary.texi (Glossary): Delete xref.
7400         * custom.texi (Minor Modes): Say that the list here is not complete.
7401         (Keyboard Translations): Node deleted.
7402         (Disabling): Delete xref to it.
7403         (Customization Groups): Fix Custom buffer example.
7404         (Hooks): Mention remove-hooks.
7406 2005-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7408         * building.texi (GDB Graphical Interface): Improve filling of menu
7409         item.
7411 2005-08-18  Nick Roberts  <nickrob@snap.net.nz>
7413         * building.texi (GDB Graphical Interface): Use better node names.
7415 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7417         * text.texi (Sentences): Fix xref.
7419 2005-08-14  Juri Linkov  <juri@jurta.org>
7421         * building.texi (Compilation, Grep Searching): Move grep command
7422         headings from `Compilation' to `Grep Searching'.
7424         * dired.texi (Dired and Find):
7425         * maintaining.texi (Tags Search): Replace grep xref to
7426         `Compilation' node with `Grep Searching'.
7428         * files.texi (Comparing Files): Replace xref to `Compilation' with
7429         `Compilation Mode'.
7431 2005-08-13  Alan Mackenzie  <acm@muc.de>
7433         * search.texi (Non-ASCII Isearch): Correct a typo.
7434         (Replacement Commands): Mention query-replace key binding.
7436 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7438         * programs.texi (Options for Comments): Fix xref.
7440         * search.texi (Regexp Backslash, Regexp Example): New nodes split
7441         out of Regexps.
7443 2005-08-09  Juri Linkov  <juri@jurta.org>
7445         * building.texi (Compilation): Use `itemx' instead of `item'.
7446         (Grep Searching): Simplify phrase.
7448         * display.texi (Standard Faces): Describe vertical-border on
7449         window systems.
7451         * windows.texi (Split Window): Simplify phrase and mention
7452         vertical-border face.
7454 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7456         * files.texi (Comparing Files): Clarify compare-windows.
7458         * calendar.texi (Scroll Calendar): Document < and > in calendar.
7460 2005-08-06  Eli Zaretskii  <eliz@gnu.org>
7462         * mule.texi (Coding Systems): Rephrase the paragraph about
7463         codepages: no need for "M-x codepage-setup" anymore, except on
7464         MS-DOS.
7466         * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7467         the MS-DOS port only.
7469 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
7471         * makefile.w32-in (info): Don't run multi-install-info.bat.
7472         ($(infodir)/dir): New target, produced by running
7473         multi-install-info.bat.
7475 2005-07-22  Eli Zaretskii  <eliz@gnu.org>
7477         * files.texi (Quoted File Names): Add index entry.
7479 2005-07-19  Juri Linkov  <juri@jurta.org>
7481         * files.texi (Comparing Files): Mention resync for `compare-windows'.
7483 2005-07-18  Juri Linkov  <juri@jurta.org>
7485         * custom.texi (Easy Customization):
7486         * files.texi (Old Versions):
7487         * frames.texi (Wheeled Mice):
7488         * mule.texi (Specify Coding):
7489         * text.texi (Cell Justification):
7490         * trouble.texi (After a Crash):
7491         * xresources.texi (GTK styles):
7492         Delete duplicate duplicate words.
7494 2005-07-17  Richard M. Stallman  <rms@gnu.org>
7496         * frames.texi (Creating Frames): Fix foreground color example.
7498         * custom.texi (Init Examples): Clean up text about conditionals.
7500 2005-07-16  Richard M. Stallman  <rms@gnu.org>
7502         * mini.texi (Completion Commands): Fix command name for ?.
7504 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
7506         * display.texi (Standard Faces): Explain that customization of
7507         `menu' face has no effect on w32 and with GTK.
7508         Add cross-references.
7510         * cmdargs.texi (General Variables): Clarify the default location
7511         of $HOME on w32 systems.
7513 2005-07-15  Jason Rumney  <jasonr@gnu.org>
7515         * cmdargs.texi (General Variables): Default HOME on MS Windows has
7516         changed.
7518 2005-07-08  Kenichi Handa  <handa@m17n.org>
7520         * mule.texi (Recognize Coding):
7521         Recommend revert-buffer-with-coding-system instead of revert-buffer.
7523 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7525         * anti.texi (Antinews): Mention mode-line-inverse-video.
7527         * files.texi (Saving): Minor correction about C-x C-w.
7529         * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7531 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7533         * search.texi (Isearch Scroll): Add example of using the
7534         `isearch-scroll' property.
7535         (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7536         `Display Custom' node.
7537         (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7538         and de-emphasize it.
7539         (Other Repeating Search): `occur' currently can not correctly
7540         handle multiline matches.  Correct, clarify and update description
7541         of `flush-lines' and `keep-lines'.
7543         * display.texi (Display Custom): Add anchor for `baud-rate'.
7545 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7547         * gnu.texi: Update where to get GNU status; add refs for how to help.
7548         Add footnotes 6 and 7.
7550 2005-07-04  Lute Kamstra  <lute@gnu.org>
7552         Update FSF's address in GPL notices.
7554         * doclicense.texi (GNU Free Documentation License):
7555         * trouble.texi (Checklist): Update FSF's address.
7557 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7559         * display.texi (Text Display): Change index entries.
7561 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7563         * makefile.w32-in (MAKEINFO): Use --force.
7564         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7565         Makefile.in.
7567 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7569         * anti.texi (Antinews): Rename show-nonbreak-escape to
7570         nobreak-char-display.
7572         * emacs.texi (Top): Update detailed node listing.
7574         * display.texi (Text Display): Rename show-nonbreak-escape
7575         to nobreak-char-display and no-break-space to nobreak-space.
7576         (Standard Faces): Split up the list of standard faces
7577         and put it in a separate node.  Add nobreak-space and
7578         escape-glyph.
7580 2005-06-23  Lute Kamstra  <lute@gnu.org>
7582         * mule.texi (Select Input Method): Fix typo.
7584 2005-06-23  Kenichi Handa  <handa@m17n.org>
7586         * mule.texi (International): List all supported scripts.
7587         Adjust text for that leim is now included in the normal Emacs
7588         distribution.
7589         (Language Environments): List all language environments.
7590         Intlfonts contains fonts for most supported scripts, not all..
7591         (Select Input Method): Refer to C-u C-x = to see how to type to
7592         input a specific character.
7593         (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7595 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7597         * building.texi (Grep Searching): Texinfo usage fix.
7599 2005-06-22  Miles Bader  <miles@gnu.org>
7601         * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7603 2005-06-20  Miles Bader  <miles@gnu.org>
7605         * display.texi (Faces): Add `vertical-divider'.
7607 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7609         * text.texi (Adaptive Fill): Minor clarification.
7611 2005-06-10  Lute Kamstra  <lute@gnu.org>
7613         * emacs.texi (Top): Correct version number.
7614         * anti.texi (Antinews): Correct version number.  Use EMACSVER to
7615         refer to the current version of Emacs.
7617 2005-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7619         * files.texi (Log Buffer): Document when there can be more than
7620         one file to be committed.
7622 2005-06-08  Juri Linkov  <juri@jurta.org>
7624         * display.texi (Faces): Add `shadow' face.
7626 2005-06-07  Masatake YAMATO  <jet@gyve.org>
7628         * display.texi (Faces): Write about mode-line-highlight.
7630 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7632         * misc.texi (Printing Package): Explain how to initialize
7633         printing package.
7635         * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7637 2005-06-05  Chong Yidong  <cyd@stupidchicken.com>
7639         * emacs.texi: Rename Hardcopy to Printing.
7640         Make PostScript and PostScript Variables subnodes of it.
7642         * misc.texi (Printing): Rename node from Hardcopy.
7643         Mention menu bar options.
7644         Move PostScript and PostScript Variables to submenu.
7645         (Printing package): New node.
7647         * mark.texi (Using Region): Change Hardcopy xref to Printing.
7649         * dired.texi (Operating on Files): Likewise.
7651         * calendar.texi (Displaying the Diary): Likewise.
7653         * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7655         * glossary.texi (Glossary): Likewise.
7657         * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7658         effect.
7660 2005-06-04  Richard M. Stallman  <rms@gnu.org>
7662         * trouble.texi (After a Crash): Polish previous change.
7664 2005-05-30  Noah Friedman  <friedman@splode.com>
7666         * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7667         recovery mechanism.
7669 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
7671         * building.texi (Other Buffers): SPC toggles display of
7672         floating point registers.
7674 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
7676         * files.texi (Log Buffer): Merge in description of Log Edit
7677         mode from pcl-cvs.texi.
7679 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7681         * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7683 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7685         * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7686         not enabled by default.
7687         When not on a word, `ispell-word' by default checks the word
7688         before point.
7690 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7692         * building.texi (Debugger Operation): Simplify last sentence.
7694 2005-05-23  Lute Kamstra  <lute@gnu.org>
7696         * emacs.texi: Update FSF's address throughout.
7697         (Preface): Use @cite.
7698         (Distrib): Add cross reference to the node "Copying".  Mention the
7699         FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of
7700         printed manuals.
7701         (Intro): Use @xref for the Emacs Lisp Intro.
7703 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7705         * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7707         * basic.texi (Moving Point): Mention default for `goto-line'.
7709         * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7710         of a variable's docstring.
7712 2005-05-18  Lute Kamstra  <lute@gnu.org>
7714         * maintaining.texi (Overview of Emerge): Add cross reference.
7715         Remove duplication.
7717         * emacs.texi (Top): Update to the current structure of the manual.
7718         * misc.texi (Emacs Server): Add menu description.
7719         * files.texi (Saving): Fix menu.
7720         * custom.texi (Customization): Fix menu.
7721         * mule.texi (International): Fix menu.
7722         * kmacro.texi (Keyboard Macros): Fix menu.
7724 2005-05-16  Luc Teirlinck  <teirllm@auburn.edu>
7726         * display.texi: Various minor changes.
7727         (Faces): Delete text that is repeated in the next section.
7729 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7731         * building.texi (Debugger Operation): Mention GUD tooltips are
7732         disabled with GDB in text command mode.
7734 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7736         * building.texi: Replace toolbar with "tool bar" for consistency.
7737         (Compilation Mode): Describe compilation-context-lines
7738         and use of arrow in compilation buffer.
7739         (Debugger Operation): Replace help text with variable's value.
7741         * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7742         consistency.
7744 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7746         * major.texi (Choosing Modes): normal-mode processes the -*- line.
7747         Add xref.
7749 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7751         * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7752         (Position Info): Delete discussion of `goto-line'.  It is already
7753         described in `Moving point'.
7755         * mini.texi (Completion Commands): Correct reference.
7756         (Completion Options): Fix typo.
7758         * killing.texi (Deletion): Complete description of `C-x C-o'.
7760 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7762         * building.texi (Compilation): Clarify recompile's directory choice.
7764         * frames.texi (Tooltips): Cleanups.
7766         * basic.texi (Arguments): Fix punctuation.
7768 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
7770         * screen.texi (Menu Bar): The up and down (not left and right)
7771         arrow keys move through a keyboard menu.
7773 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7775         * basic.texi: Various typo and grammar fixes.
7776         (Moving Point): C-a now runs move-beginning-of-line.
7778 2005-05-08  Nick Roberts  <nickrob@snap.net.nz>
7780         * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7782         * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7783         as different animals.
7785 2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
7787         * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7788         Correct index entry.
7790 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7792         * building.texi (Debugger Operation): Update to reflect changes
7793         in GUD tooltips.
7795 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7797         * files.texi (Compressed Files): Auto Compression normally enabled.
7799         * building.texi (Debugger Operation): Clarify previous change.
7801 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
7803         * building.texi (Debugger Operation): Add description for
7804         GUD tooltips when program is not running.
7806 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
7808         * misc.texi (Shell): Add `Shell Prompts' to menu.
7809         (Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
7810         description.  Delete remarks moved to new node.
7811         (Shell Prompts): New node.
7812         (History References): Replace remarks moved to `Shell Prompts'
7813         with xref to that node.
7814         (Remote Host): Clarify how to specify the terminal type when
7815         logging in to a different machine.
7817 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7819         * emacs.texi (Top): Update submenus from files.texi.
7821         * files.texi (Filesets): Clarify previous change.
7823         * dired.texi (Misc Dired Features): Clarify previous change.
7825 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7827         * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7829         * dired.texi (Misc Dired Features):
7830         Document dired-compare-directories.
7832         * files.texi (Filesets): New node.
7833         (File Conveniences): Document Image mode.
7835         * text.texi (TeX Print): Document tex-compile.
7837 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7839         * frames.texi (Tooltips): Tooltip mode is enabled by default.
7840         Delete redundant reference to tooltip Custom group.  It is
7841         referred too again in the next paragraph.
7843 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7845         * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7847 2005-04-19  Kim F. Storm  <storm@cua.dk>
7849         * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7851 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7853         * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7854         turns off desktop-save-mode.
7856 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7858         * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7859         by default in terminals compatible with xterm.  Mention that
7860         xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7861         node.
7863 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7865         * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7867 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
7869         * xresources.texi (Table of Resources): Add cursorBlink.
7871 2005-04-11  Luc Teirlinck  <teirllm@auburn.edu>
7873         * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7874         `d', `C-d' and `u'.
7876 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7878         * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7879         (Misc X): Add -D, --basic-display.
7881         * maintaining.texi (Change Log): Correct the description of
7882         the example.
7884         * major.texi (Choosing Modes): Document magic-mode-alist.
7886 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7888         * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7889         (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7890         (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7891         (Rmail Output): Clarify which statements apply to `o', `C-o' and
7892         `w', respectively.
7893         (Rmail Labels): Mention `l'.
7894         (Rmail Attributes): Correct pxref.  Mention `stored' attribute.
7895         (Rmail Summary Edit): Describe `j' and RET.
7897 2005-04-10  Jan Djärv  <jan.h.d@swipnet.se>
7899         * xresources.texi (Lucid Resources): Add fontSet resource.
7901 2005-04-09  Luc Teirlinck  <teirllm@auburn.edu>
7903         * display.texi (Useless Whitespace): `indicate-unused-lines' is
7904         now called `indicate-empty-lines'.
7906 2005-04-06  Kim F. Storm  <storm@cua.dk>
7908         * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7910 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7912         * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7913         deleted.
7914         (Marks vs Flags): Add some convenient key bindings.
7915         (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7916         (Misc Dired Features): Correct and expand description of `w' command.
7918         * frames.texi (XTerm Mouse): Delete apparently false info.
7919         The GNU/Linux console currently does not appear to support
7920         `xterm-mouse-mode'.
7922 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7924         * calendar.texi (Diary): Mention shell utility `calendar'.
7926 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7928         * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7930 2005-04-01  Lute Kamstra  <lute@gnu.org>
7932         * maintaining.texi (Change Log): add-change-log-entry uses
7933         add-log-mailing-address.
7935 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7937         * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7938         `VC Mode Line' and put in an xref to that node.
7939         (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7940         its description.
7942 2005-03-31  Paul Eggert  <eggert@cs.ucla.edu>
7944         * calendar.texi (Calendar Systems): Say that the Persian calendar
7945         implemented here is the arithmetical one championed by Birashk.
7947 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7949         * programs.texi (Fortran Motion): Fix previous change.
7951 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7953         * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7955 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7957         * text.texi (Refill): Refer to Long Lines Mode.
7958         (Longlines): New node.
7959         (Auto Fill): Don't index "word wrap" here.
7960         (Filling): Add Longlines to menu.
7962 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7964         * xresources.texi: Minor fixes.
7966         * misc.texi (Emacs Server): Fix Texinfo usage.
7968         * emacs.texi (Top): Don't use a real section heading for
7969         "Detailed Node Listing".  Fake it instead.
7971         * basic.texi (Position Info): Minor cleanup.
7973         * mule.texi (Input Methods): Minor cleanup.
7975 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7977         * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7978         constructs as well.
7979         (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7981 2005-03-29  Kenichi Handa  <handa@m17n.org>
7983         * mule.texi (Input Methods): Refer to the command C-u C-x =.
7985         * basic.texi (Position Info): Update the description about the
7986         command C-u C-x =.
7988 2005-03-28  Richard M. Stallman  <rms@gnu.org>
7990         * emacs.texi (Top): Use @section for the detailed node listing.
7992         * calendar.texi: Minor fixes to previous change.
7994         * programs.texi (Fortran): Small fixes to previous changes.
7996         * emacs.texi (Top): Update list of subnodes of Dired.
7997         Likewise for building.texi.
7999         * files.texi (File Conveniences): Delete Auto Image File mode.
8001 2005-03-28  Chong Yidong  <cyd@stupidchicken.com>
8003         * building.texi (Flymake): New node.
8005         * custom.texi (Function Keys): Document kp- event types and
8006         keypad-setup package.
8008         * dired.texi (Wdired): New node.
8010         * files.texi (File Conveniences): Reorder entries.
8011         Explain how to turn on Auto-image-file mode.
8012         Document Thumbs mode.
8014         * mule.texi (Specify Coding): Document recode-region and
8015         recode-file-name.
8017         * programs.texi (Program Modes): Add Conf mode and DNS mode.
8019 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8021         * commands.texi (Keys): M-o is now a prefix key.
8023 2005-03-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8025         * programs.texi: Reformat and update copyright years.
8026         (Fortran): Update section.
8028 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8030         * files.texi: Several small changes in addition to:
8031         (Visiting): Change xref for Dialog Boxes to ref.
8032         (Version Headers): Replace references to obsolete var
8033         `vc-header-alist' with `vc-BACKEND-header'.
8034         (Customizing VC): Update value of `vc-handled-backends'.
8036 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8038         * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8039         move here from Emacs Lisp Reference Manual.
8040         * calendar.texi (Calendar/Diary, Diary Commands)
8041         (Special Diary Entries, Importing Diary): Change some xrefs to
8042         point to emacs-xtra rather than elisp.
8044         * emacs-xtra.texi (Calendar Customizing):
8045         Move view-diary-entries-initially, view-calendar-holidays-initially,
8046         mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8047         Emacs Manual.
8048         (Appt Customizing): Merge entire section into main Emacs Manual.
8049         * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8050         mark-holidays-in-calendar here from emacs-xtra.
8051         (Displaying the Diary): Move view-diary-entries-initially,
8052         mark-diary-entries-in-calendar here from emacs-xtra.
8053         (Appointments): Move appt-display-mode-line,
8054         appt-display-duration, appt-disp-window-function,
8055         appt-delete-window-function here from emacs-xtra.
8057         * calendar.texi: Update and reformat copyright.
8058         Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8059         (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8060         (Diary): Refer to `diary-file' rather than ~/diary.
8061         (Diary Commands): Rename node to "Displaying the Diary".
8062         * emacs.texi (Top): Rename "Diary Commands" section.
8063         * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8065 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8067         * misc.texi (Emacs Server): Fix the command for setting
8068         server-name.  Add an xref to Invoking emacsclient.
8070         * help.texi (Help Summary): Clarify when "C-h ." will do something
8071         nontrivial.
8072         (Apropos): Add cindex entry for apropos-sort-by-scores.
8074         * display.texi (Text Display): Add index entries for how no-break
8075         characters are displayed.
8077 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8079         * files.texi (Visiting): Fix cross-references introduced with the
8080         last change.
8082         * xresources.texi (GTK resources): Fix last change.
8084 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
8086         * xresources.texi (X Resources): GTK options documented too.
8087         (Resources): Clarify meaning of program name.
8088         (Table of Resources): Add visualClass.
8089         (GTK resources): Rewrite.
8090         (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8092         * display.texi (Text Display): Mention non-breaking spaces.
8094         * files.texi (Reverting): Document auto-revert-check-vc-info.
8096         * frames.texi (Mouse Commands): Document
8097         x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8099         * help.texi (Help Summary): Add `C-h .'.
8100         (Apropos): Apropos accepts a list of search terms.
8101         Document apropos-sort-by-scores.
8102         (Help Echo): Document display-local-help.
8104         * misc.texi (Emacs Server): Document server-name.
8105         (Invoking emacsclient): Document -s option for server names.
8107         * text.texi (Outline Visibility): Introduce "current heading
8108         line" (commands can be called with point on a body line).
8109         Re-order table to follow the sequence of discussion.
8110         hide-body won't hide lines before first header line.
8111         (TeX Mode): Add DocTeX mode.
8113 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8115         * mule.texi (Single-Byte Character Support): Delete mention
8116         of iso-acc.el and iso-transl.el.
8118 2005-03-23  Lute Kamstra  <lute@gnu.org>
8120         * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8122 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8124         * search.texi: Delete explicit node pointers.
8125         (Incremental Search): New menu.
8126         (Basic Isearch, Repeat Isearch, Error in Isearch)
8127         (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8128         (Slow Isearch): New subnodes.
8129         (Configuring Scrolling): Node deleted.
8130         (Search Case): Doc default-case-fold-search.
8131         (Regexp Replace): Move replace-regexp doc here.
8133         * rmail.texi (Movemail): Put commas inside closequotes.
8135         * picture.texi (Insert in Picture): Document C-c arrow combos.
8136         (Basic Picture): Clarify erasure.
8138         * display.texi (Font Lock): Put commas inside closequotes.
8140         * cmdargs.texi (General Variables): Put commas inside closequotes.
8142 2005-03-23  Nick Roberts  <nickrob@snap.net.nz>
8144         * building.texi (Stack Buffer): Mention reverse contrast for
8145         *selected* frame (might not be current frame).
8147 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8149         * building.texi (Starting GUD): Add bashdb.
8151 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
8153         * basic.texi (Moving Point): Add M-g M-g binding.
8154         (Undo): Document undo-only.
8155         (Position Info): Document M-g M-g and C-u M-g M-g.
8157         * building.texi (Building): Put Grep Searching after Compilation
8158         Shell.
8159         (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8160         Document next-error-highlight.
8161         (Grep Searching): Document grep-highlight-matches.
8162         (Lisp Eval): Typing C-x C-e twice prints integers specially.
8164         * calendar.texi (Importing Diary): Rename node from iCalendar.
8165         Document diary-from-outlook.
8167         * dired.texi (Misc Dired Features): Rename node from Misc Dired
8168         Commands.
8169         Mention effect of X drag and drop on Dired buffers.
8171         * files.texi (Visiting): Document large-file-warning-threshold.
8172         Move paragraph on file-selection dialog.
8173         Mention visiting files using X drag and drop.
8174         (Reverting): Mention using Auto-Revert mode to tail files.
8175         Document auto-revert-tail-mode.
8176         (Version Systems): Minor correction.
8177         (Comparing Files): Diff-mode is no longer based on Compilation
8178         mode.
8179         Document compare-ignore-whitespace.
8180         (Misc File Ops): Explain passing a directory to rename-file.
8181         Likewise for copy-file and make-symbolic-link.
8183         * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8184         Document mouse-wheel-progressive speed.
8186         * help.texi (Misc Help): Document numeric argument for C-h i.
8187         Correctly explain the effect of just C-u as argument.
8189         * killing.texi (Deletion): Document numeric argument for
8190         just-one-space.
8192         * mini.texi (Completion): Completion acts on text before point.
8194         * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8195         (Emulation): CUA mode replaces pc-bindings-mode,
8196         pc-selection-mode, and s-region.
8198         * mule.texi (Input Methods): Leim is now built-in.
8199         (Select Input Method): Document quail-show-key.
8200         (Specify Coding): Document revert-buffer-with-coding-system.
8202         * programs.texi (Fortran Motion): Document f90-next-statement,
8203         f90-previous-statement, f90-next-block, f90-previous-block,
8204         f90-end-of-block, and f90-beginning-of-block.
8206         * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8208         * emacs.texi (Acknowledgments): Updated.
8210         * anti.texi: Total rewrite.
8212 2005-03-19  Chong Yidong  <cyd@stupidchicken.com>
8214         * ack.texi (Acknowledgments): Update.
8216 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8218         * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8219         Update copyright years.
8221 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
8223         * building.texi (Commands of GUD): Move paragraph on setting
8224         breakpoints with mouse to the GDB Graphical Interface node.
8226 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8228         * misc.texi (Single Shell, Shell Options): Fix previous change.
8230         * building.texi (Debugger Operation): Update GUD tooltip enable info.
8232 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8234         * building.texi (Starting GUD): Don't explain text vs graphical
8235         GDB here.  Just mention it and xref.
8236         Delete "just one debugger process".
8237         (Debugger Operation): Move GUD tooltip info here.
8238         (GUD Tooltips): Node deleted.
8239         (GDB Graphical Interface): Explain the two GDB modes here.
8241         * sending.texi (Sending Mail): Minor cleanup.
8242         (Mail Aliases): Explain quoting conventions.
8243         Update key rebinding example.
8244         (Header Editing): C-M-i is like M-TAB.
8245         (Mail Mode Misc): mail-attach-file does not do MIME.
8247         * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8248         that really belongs here.
8249         (Remote Mailboxes): Text moved to Rmail Inbox.
8250         (Rmail Display): Mention Mouse-1.
8251         (Movemail): Clarify two movemail versions.
8252         Clarify rmail-movemail-program.
8254         * misc.texi (Single Shell): Replace uudecode example with gpg example.
8255         Document async shell commands.
8256         (Shell History): Clarify.
8257         (Shell Ring): Mention C-UP an C-DOWN.
8258         (Shell Options): Add comint-prompt-read-only.
8259         (Invoking emacsclient): Set EDITOR to run Emacs.
8260         (Sorting): No need to explain what region is.
8261         (Saving Emacs Sessions): Fix typo.
8262         (Recursive Edit): Fix punctuation.
8263         (Emulation): Don't mention "PC bindings" which are standard.
8264         (Hyperlinking): Explain Mouse-1 convention here.
8265         (Find Func): Node deleted.
8267         * help.texi (Name Help): Xref to Hyperlinking.
8269         * glossary.texi (Glossary):
8270         Rename "Balance Parentheses" to "Balancing...".
8271         Add "Byte Compilation".  Correct "Copyleft".
8272         New xref in "Customization".
8273         Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8274         Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8275         Rename "Registers" to "Register".
8276         Replace "Selecting" with "Selected Frame",
8277         "Selected Window", and "Selecting a Buffer".
8279         * files.texi (Types of Log File): Explain how projects'
8280         methods can vary.
8282         * display.texi (Faces): Delete "Emacs 21".
8284         * custom.texi (Changing a Variable): C-M-i like M-TAB.
8285         * fixit.texi (Spelling): C-M-i like M-TAB.
8286         * mini.texi (Completion Options): C-M-i like M-TAB.
8287         * programs.texi (Symbol Completion): C-M-i like M-TAB.
8288         * text.texi (Text Mode): C-M-i like M-TAB.
8290         * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8292         * calendar.texi (Specified Dates): Mention `g w'.
8293         (Appointments): appt-activate toggles with no arg.
8295 2005-03-05  Juri Linkov  <juri@jurta.org>
8297         * cmdargs.texi (Emacs Invocation): Add cindex
8298         "invocation (command line arguments)".
8299         (Misc X): Add -nbc, --no-blinking-cursor.
8301 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8303         * calendar.texi (iCalendar): No need to require it now.
8305 2005-03-03  Nick Roberts  <nickrob@snap.net.nz>
8307         * trouble.texi (Contributing): Mention Savannah.  Direct users to
8308         emacs-devel.
8310 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8312         * calendar.texi (Adding to Diary): Mention redrawing of calendar
8313         window.
8315 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8317         * building.texi (Compilation): Update mode line status info.
8319 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8321         * calendar.texi (General Calendar): Document binding of
8322         scroll-other-window-down.
8323         (Mayan Calendar): Fix earliest date.
8324         (Time Intervals): Document timeclock-change.
8325         Fix timeclock-ask-before-exiting documentation.
8327 2005-02-26  Kim F. Storm  <storm@cua.dk>
8329         * frames.texi (Mouse References):
8330         Add mouse-1-click-in-non-selected-windows.
8332 2005-02-25  Richard M. Stallman  <rms@gnu.org>
8334         * screen.texi (Screen): Explain better about cursors and mode lines;
8335         don't presuppose text terminals.
8336         (Point): Don't assume just one cursor.
8337         Clarify explanation of cursors.
8338         (Echo Area, Menu Bar): Cleanups.
8340         * mini.texi (Minibuffer): Prompts are highlighted.
8341         (Minibuffer Edit): Newline = C-j only on text terminals.
8342         Clarify resize-mini-windows values.
8343         Mention M-PAGEUP and M-PAGEDOWN.
8344         (Completion Commands): Mouse-1 like Mouse-2.
8345         (Minibuffer History): Explain history commands better.
8346         (Repetition): Add xref to Incremental Search.
8348         * mark.texi (Setting Mark): Clarify info about displaying mark.
8349         Clarify explanation of C-@ and C-SPC.
8350         (Transient Mark): Mention Delete Selection mode.
8351         (Marking Objects): Clean up text about extending the region.
8353         * m-x.texi (M-x): One C-g doesn't always go to top level.
8354         No delay before suggest-key-bindings output.
8356         * fixit.texi (Fixit): Mention C-/ for undo.
8357         (Spelling): Mention ESC TAB like M-TAB.
8358         Replacement words with r and R are rechecked.
8359         Say where C-g leaves point.  Mention ? as input.
8361 2005-02-23  Lute Kamstra  <lute@gnu.org>
8363         * cmdargs.texi (Initial Options): Add cross reference.
8365 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8367         * emacs.texi (Top): Update menu for splitting of node in
8368         msdog.texi.
8369         * frames.texi (Frames): Update xref for splitting of node in
8370         msdog.texi.
8371         * trouble.texi (Quitting): Ditto.
8373 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8375         * windows.texi (Split Window): Simplify line truncation info
8376         and xref to Display Custom.
8378         * trouble.texi (Quitting): Emergency escape only for text terminal.
8379         (Screen Garbled): C-l for ungarbling is only for text terminal.
8381         * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8383         * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8385         * programs.texi (Program Modes): Mention Python mode.
8386         (Moving by Defuns): Repeating C-M-h extends region.
8387         (Basic Indent): Clarify.
8388         (Custom C Indent): Clarify.
8389         (Expressions): Repeating C-M-@ extends region.
8390         (Info Lookup): Clarify for C-h S.
8391         (Symbol Completion): ESC TAB alternative for M-TAB.
8392         (Electric C): Clarify.
8394         * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8396         * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8397         MS-DOS Input node.
8398         (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8399         (MS-DOS and MULE): Clarify.
8400         (MS-DOS Processes, Windows Processes): Fix typos.
8402         * major.texi (Choosing Modes): Clarify.
8404         * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8405         (Keyboard Macro Step-Edit): Clarify.
8407         * indent.texi (Indentation): Clarifications.
8409         * help.texi (Help): Correct error about C-h in query-replace.
8410         Clarify apropos vs C-h a.  Fix how to search in FAQ.
8411         (Key Help): Describe C-h w here.
8412         (Name Help): Minor cleanup.  C-h w moved to Key Help.
8413         Clarify the "object" joke.
8414         (Apropos): Clarify.  Mouse-1 like Mouse-2.
8415         (Help Mode): Mouse-1 like Mouse-2.
8417         * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8419         * display.texi (Display): Reorder menu.
8420         (Faces): Cleanup.
8421         (Font Lock): Cleanup.  Mention Options menu.
8422         Delete obsolete text.
8423         (Scrolling): For C-l, don't presume text terminal.
8424         (Horizontal Scrolling): Simplify intro.
8425         (Follow Mode): Clarify.
8426         (Cursor Display): Move before Display Custom.
8427         (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8428         Doc default-tab-width.  Doc line truncation more thoroughly.
8430         * dired.texi (Dired Enter): C-x C-f can run Dired.
8431         (Dired Visiting): Comment out `a' command.
8432         Mouse-1 is like Mouse-2.
8433         (Shell Commands in Dired): ? can be used more than once.
8435         * basic.texi (Continuation Lines): Simplify description of truncation,
8436         and refer to Display Custom for the rest of it.
8438 2005-02-06  Lute Kamstra  <lute@gnu.org>
8440         * basic.texi (Undo): Fix typo.
8442         * cmdargs.texi (Emacs Invocation): Fix typo.
8444         * custom.texi (Init Examples): Fix typo.
8446         * abbrevs.texi (Expanding Abbrevs): Fix typo.
8448 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8450         * regs.texi (Registers): Registers can hold numbers, too.
8452         * killing.texi (Other Kill Commands): Cleanup.
8453         Delete redundant explanation of kill in read-only buffer.
8454         (Yanking): Mention term "copying".
8455         (Accumulating Text): Fix typo.
8457         * entering.texi (Entering Emacs): Update rationale at start.
8458         (Exiting): Treat iconifying on a par with suspension.
8460         * custom.texi (Minor Modes): Fix typo.
8461         (Easy Customization): Fix menu style.
8462         (Variables): Add xref.
8463         (Examining): Setting for future sessions works through .emacs.
8464         (Keymaps): "Text terminals", not "Many".
8465         (Init Rebinding): Explain \C-.  Show example of \M-.
8466         Fix minor wording errors.
8467         (Function Keys): Explain vector syntax just once.
8468         (Named ASCII Chars): Clarify history of TAB/C-i connection.
8469         (Init File): Mention .emacs.d directory.
8470         (Init Examples): Add xref.
8471         (Find Init): Mention .emacs.d directory.
8473         * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8474         (Action Arguments): Explain which kinds of -l args are found how.
8475         (Initial Options): --batch does not inhibit site-start.
8476         Add xrefs.
8477         (Command Example): Use --batch, not -batch.
8479         * basic.texi (Inserting Text): Cleanup wording.
8480         (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8481         C-n is not error at end of buffer.
8482         (Undo): Doc C-/ like C-_.  Add xrefs.
8483         (Arguments): META key may be labeled ALT.
8484         Peculiar arg meanings are explained in doc strings.
8486         * abbrevs.texi (Expanding Abbrevs): Clarify.
8488 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8490         * frames.texi (Frame Parameters): Add an xref to the description
8491         of list-colors-display.  Add a pointer to the X docs about colors.
8493         * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
8494         Improve docs of list-colors-display.
8496 2005-02-03  Lute Kamstra  <lute@gnu.org>
8498         * frames.texi (Frames, Drag and Drop): Fix typos.
8500 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8502         * windows.texi (Basic Window): Mention color-change in mode line.
8503         (Change Window): Explain dragging vertical boundaries.
8505         * text.texi (Sentences): Clarify.
8506         (Paragraphs): Explain M-a and blank lines.
8507         (Outline Mode): Clarify text and menu.
8508         (Hard and Soft Newlines): Mention use-hard-newlines.
8510         * frames.texi (Frames): Delete unnecessary mention of Windows.
8511         (Mouse Commands): Likewise.  Mention xterm mouse support.
8512         (Clipboard): Clarify.
8513         (Mouse References): Mention use of Mouse-1 for following links.
8514         (Menu Mouse Clicks): Clarify.
8515         (Mode Line Mouse): Clarify.
8516         (Drag and Drop): Rewrite.
8518         * fixit.texi (Spelling): Fix typo.
8520         * files.texi (File Names): Clarify.
8521         (Visiting): Update conditions for use of file dialog.  Clarify.
8522         (Saving): Doc d as answer in save-some-buffers.
8523         (Remote Files): Clean up the text.
8525         * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8527         * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8528         (List Buffers): Clarify.
8529         (Several Buffers): Doc T command.
8530         (Buffer Convenience): Clarify menu.
8532         * basic.texi (Undo): Clarify last change.
8534 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8536         * fixit.texi (Spelling): Fix typo.
8538 2005-02-01  Luc Teirlinck  <teirllm@auburn.edu>
8540         * basic.texi (Undo): Update description of `undo-outer-limit'.
8542 2005-02-01  Nick Roberts  <nickrob@snap.net.nz>
8544         * building.texi: Update documentation relating to GDB Graphical
8545         Interface.
8547 2005-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8549         * custom.texi (Easy Customization): Adapt menu to node name change.
8551 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8553         * custom.texi (Easy Customization): Defn of "User Option" now
8554         includes faces.  Don't say just "option" when talking about variables.
8555         Do say just "options" to mean "anything customizable".
8556         (Specific Customization): Describe `customize-variable',
8557         not `customize-option'.
8559         * glossary.texi (Glossary) <Faces>: Add xref.
8560         <User Option>: Change definition--include faces.  Change xref.
8562         * picture.texi (Picture): Mention artist.el.
8564         * sending.texi, screen.texi, programs.texi, misc.texi:
8565         * mini.texi, major.texi, maintaining.texi, macos.texi:
8566         * help.texi, frames.texi, files.texi:
8567         Don't say just "option" when talking about variables.
8569         * display.texi, mule.texi: Don't say just "option" when talking
8570         about variables.  Other minor cleanups.
8572 2005-01-26  Lute Kamstra  <lute@gnu.org>
8574         * cmdargs.texi (Initial Options): Add a cross reference to `Init
8575         File'.  Mention the `-Q' option at the `--no-site-file' option.
8577 2005-01-22  David Kastrup  <dak@gnu.org>
8579         * building.texi (Grep Searching): Mention alias `find-grep' for
8580         `grep-find'.
8582 2005-01-20  Richard M. Stallman  <rms@gnu.org>
8584         * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8586 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8588         * rmail.texi (Movemail): Explain differences
8589         between standard and mailutils versions of movemail.
8590         Describe command line and configuration options introduced
8591         with the latter.
8592         Explain the notion of mailbox URL, provide examples and
8593         cross-references to mailutils documentation.
8594         Describe various methods of specifying mailbox names,
8595         user names and user passwords for rmail.
8596         (Remote Mailboxes): New section.
8597         Describe how movemail handles remote mailboxes.  Describe configuration
8598         options used to control its behavior.
8599         (Other Mailbox Formats): Explain handling of various mailbox
8600         formats.
8602 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8604         * commands.texi (Commands): Clarification.
8606 2005-01-11  Richard M. Stallman  <rms@gnu.org>
8608         * programs.texi (Multi-line Indent): Fix previous change.
8609         (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8611 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8613         * display.texi (Faces): isearch-lazy-highlight-face renamed to
8614         lazy-highlight.
8616         * search.texi (Query Replace): Mention faces query-replace
8617         and lazy-highlight.
8618         (Incremental Search): Update isearch highlighting info.
8620 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8622         * custom.texi (Saving Customizations): Minor improvement.
8624 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8626         * custom.texi (Saving Customizations): Emacs no longer loads
8627         `custom-file' after .emacs.  No longer mention customizing through
8628         Custom.
8630 2005-01-01  Andreas Schwab  <schwab@suse.de>
8632         * killing.texi (Graphical Kill): Move up under node Killing,
8633         change @section to @subsection.
8635 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8637         * custom.texi (Face Customization): Mention hex color specs.
8639         * emacs.texi (Top): Update Killing submenu.
8641         * killing.texi (Killing): Reorganize section.
8642         No more TeX-only text; put the node command at start of chapter.
8643         But the first section heading is used only in TeX.
8644         Rewrite the text to read better in this mode.
8645         (Graphical Kill): New subnode gets some of the text that
8646         used to be in the first section.
8648 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8650         * dired.texi (Shell Commands in Dired): Delete the ? example.
8652         * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8654         * files.texi (Saving): Describe new require-final-newline features
8655         and mode-require-final-newline.
8657 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8659         * custom.texi (File Variables): Clarify previous change.
8661 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
8663         * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8664         out now.
8666 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8668         * Makefile.in (MAKEINFO): Specify --force.
8670         * basic.texi (Moving Point): C-e now runs move-end-of-line.
8671         (Undo): Doc undo-outer-limit.
8673 2004-12-15  Juri Linkov  <juri@jurta.org>
8675         * mark.texi (Transient Mark, Mark Ring): M-< and other
8676         movement commands don't set mark in Transient Mark mode
8677         if mark is active.
8679 2004-12-12  Juri Linkov  <juri@jurta.org>
8681         * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8682         C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8684         * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8685         (Misc Dired Commands): Add @r{(Dired)} to w.
8687 2004-12-12  Juri Linkov  <juri@jurta.org>
8689         * mark.texi (Marking Objects): Marking commands also extend the
8690         region when mark is active in Transient Mark mode.
8692 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8694         * custom.texi (Saving Customizations): Emacs only loads the custom
8695         file automatically after the init file in version 22.1 or later.
8696         Adapt text and examples to this fact.
8698 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8700         * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8701         be set through Custom.  Otherwise, it has no effect.
8703 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8705         * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8706         * entering.texi: Rename Command Line to Emacs Invocation.
8708         * misc.texi (Term Mode): Correctly describe C-c.
8710         * custom.texi (Easy Customization): Move up to section level,
8711         before Variables.  Avoid using the term "variable"; say "option".
8712         New initial explanation.
8713         (Variables): In initial explanation, connect "variable" to the
8714         already-explained "user option".
8716         * emacs.texi (Top): Fix ref to Command Line.
8717         Move reference to Easy Customization.
8719         * xresources.texi (X Resources): Fix From link.
8721         * doclicense.texi (GNU Free Documentation License): Fix To link.
8723         * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8725         * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8727 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8729         * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8731 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8733         * kmacro.texi: Several small changes in addition to the following.
8734         (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8735         defining a keyboard macro.
8736         Mention `kmacro-ring-max'.
8737         (Keyboard Macro Counter): Clarify description of
8738         `kmacro-insert-counter', `kmacro-set-counter',
8739         `kmacro-add-counter' and `kmacro-set-format'.
8741 2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8743         * custom.texi (File Variables): Add `unibyte' and make it more
8744         clear that `unibyte' and `coding' are special.  Suggested by Simon
8745         Krahnke <overlord@gmx.li>.
8747         * mule.texi (Enabling Multibyte): Refer to File Variables.
8748         Suggested by Simon Krahnke <overlord@gmx.li>.
8750 2004-11-26  Jan Djärv  <jan.h.d@swipnet.se>
8752         * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8753         x-use-old-gtk-file-dialog.
8755 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8757         * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8759 2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
8761         * building.texi (Lisp Eval): Delete hyphen in section name.
8763 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8765         * files.texi (Old Versions):
8766         No longer document annotation as "CVS only".
8768 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
8770         * files.texi (Version Control): Rewrite the introduction about
8771         version systems, mentioning the new ones that we support.
8772         Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8773         suggestions.
8775 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8777         * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8779 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
8781         * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8783 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8785         * text.texi (Text Based Tables, Table Definition)
8786         (Table Creation, Table Recognition, Cell Commands)
8787         (Cell Justification, Row Commands, Column Commands)
8788         (Fixed Width Mode, Table Conversion, Measuring Tables)
8789         (Table Misc): New nodes, documenting the Table Mode.
8791 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8793         * makefile.w32-in (info): Change order of arguments to makeinfo.
8795 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
8797         * calendar.texi (iCalendar): Update for package changes.
8799 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8801         * files.texi (Misc File Ops): View mode is a minor mode.
8803 2004-10-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
8805         * calendar.texi (iCalendar): Style changes.
8807 2004-10-07  Luc Teirlinck  <teirllm@auburn.edu>
8809         * search.texi (Regexps): The regexp described in the example is no
8810         longer stored in the variable `sentence-end'.
8812 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
8814         * building.texi (Starting GUD): Note that multiple debugging
8815         sessions requires `gdb --fullname'.
8817 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
8819         * calendar.texi (iCalendar): New section for a new package.
8821 2004-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8823         * text.texi: Various small changes in addition to the following.
8824         (Text): Replace xref for autotype with inforef.
8825         (Sentences): Explain nil value for `sentence-end'.
8826         (Paragraphs): Update default values for `paragraph-start' and
8827         `paragraph-separate'.
8828         (Text Mode): Correct description of Text mode's effect on the
8829         syntax table.
8830         (Outline Visibility): `hide-other' does not hide top level headings.
8831         `selective-display-ellipses' no longer has an effect on Outline mode.
8832         (TeX Misc): Add missing @cindex.
8833         Replace xref for RefTeX with inforef.
8834         (Requesting Formatted Text): The variable
8835         `enriched-fill-after-visiting' no longer exists.
8836         (Editing Format Info): Update names of menu items and commands.
8837         (Format Faces): Mention special effect of specifying the default face.
8838         Describe inheritance of text properties.
8839         Correct description of `fixed' face.
8840         (Format Indentation): Correct description of effect of setting
8841         margins.  Mention `set-left-margin' and `set-right-margin'.
8842         (Format Justification): Update names of menu items.
8843         `set-justification-full' is now bound to `M-j b'.
8844         Mention that `default-justification' is a per buffer variable.
8845         (Format Properties): Update name of menu item.
8846         (Forcing Enriched Mode): `format-decode-buffer' automatically
8847         turns on Enriched mode if the buffer is in text/enriched format.
8849 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
8851         * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8853 2004-09-28  Kim F. Storm  <storm@cua.dk>
8855         * display.texi (Display Custom) <indicate-buffer-boundaries>:
8856         Align with new functionality.
8858 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8860         * display.texi (Display Custom): Remove stray `@end defvar'.
8862 2004-09-23  Kim F. Storm  <storm@cua.dk>
8864         * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8865         `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8867 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8869         * custom.texi (Hooks): Explain using setq to clear out a hook.
8870         (File Variables): Explain multiline string constants.
8871         (Non-ASCII Rebinding): Explain when you need to update
8872         non-ASCII char codes in .emacs.
8874         * building.texi (Compilation): Explain how to make a silent
8875         subprocess that won't be terminated.  Explain compilation-environment.
8877 2004-09-13  Kim F. Storm  <storm@cua.dk>
8879         * mini.texi (Repetition): Rename isearch-resume-enabled to
8880         isearch-resume-in-command-history and change default to disabled.
8882 2004-09-09  Kim F. Storm  <storm@cua.dk>
8884         * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8885         with new `kmacro-name-last-macro'.
8887 2004-09-08  Juri Linkov  <juri@jurta.org>
8889         * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8891 2004-09-03  Juri Linkov  <juri@jurta.org>
8893         * search.texi (Incremental Search): Update wording for M-%.
8895 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
8897         * killing.texi (Killing): Correct description of kill commands in
8898         read-only buffer.
8900 2004-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
8902         * building.texi (Compilation Mode): Add a paragraph about rules
8903         for finding the compilation buffer for `next-error'.
8905         * search.texi (Other Repeating Search): Mention that Occur mode
8906         supports the next-error functionality.
8908 2004-09-02  Juri Linkov  <juri@jurta.org>
8910         * search.texi (Regexp Replace): Add missing backslash to \footnote.
8912 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
8914         * kmacro.texi (Basic Keyboard Macro):
8915         `apply-macro-to-region-lines' now operates on all lines that begin
8916         in the region, rather than on all complete lines in the region.
8918 2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>
8920         * frames.texi (Drag and drop): Add documentation about
8921         x-dnd-test-function and x-dnd-known-types.
8923 2004-08-30  Luc Teirlinck  <teirllm@auburn.edu>
8925         * indent.texi: Various minor changes in addition to:
8926         (Indentation Commands): Correct description of `indent-relative'.
8927         (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8928         mode.  The *Tab Stops* buffer uses Overwrite Mode.
8929         (Just Spaces): `tabify' converts sequences of at least two spaces
8930         to tabs.
8932 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8934         * frames.texi (Secondary Selection): Setting the secondary
8935         selection with M-Drag-Mouse-1 does not alter the kill ring,
8936         setting it with M-Mouse-1 and M-Mouse-3 does.
8937         (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8938         toolkit scroll bars.
8939         (Scroll Bars): Ditto.
8941         * windows.texi (Basic Window): When using a window system, the value
8942         of point in a non-selected window is indicated by a hollow box.
8943         (Split Window): Side by side windows are separated by a scroll bar,
8944         if scroll bars are used.
8945         C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8946         (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8947         (Window Convenience): Update bindings for `winner-undo' and
8948         `winner-redo'.
8950         * ack.texi (Acknowledgments): Use `@unnumbered'.
8951         * misc.texi: Adapt sectioning in Info to the node structure.
8952         (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8953         of "Using Emacs as a Server".
8954         * building.texi (Building): Interchange nodes (for correct numbering).
8955         * programs.texi (Programs): Interchange nodes (for correct numbering).
8956         * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8957         Info to the node structure.
8958         * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8959         Rearrange order of nodes and sections such that both "GNU GENERAL
8960         PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8961         end, as appropriate for appendices.
8962         (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8963         Use `@unnumberedsec'.
8964         * trouble.texi: Adapt sectioning in Info to the node structure.
8965         Adapt node pointers to change in emacs.texi.
8966         * cmdargs.texi, doclicense.texi: Adapt node pointers.
8968 2004-08-25  Kenichi Handa  <handa@m17n.org>
8970         * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8971         description for unibyte mode.
8973 2004-08-23  Luc Teirlinck  <teirllm@auburn.edu>
8975         * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8977         * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8978         (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8979         (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8980         in @pxref.
8982 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
8984         * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8985         Change section names.
8987 2004-08-21  Luc Teirlinck  <teirllm@auburn.edu>
8989         * kmacro.texi (Keyboard Macro Ring): Rename section.
8990         Emacs treats the head of the macro ring as the `last keyboard macro'.
8991         (Keyboard Macro Counter): Minor change.
8992         (Save Keyboard Macro): Some clarifications.
8993         (Edit Keyboard Macro): Rename section.
8995         * buffers.texi (Buffers): Maximum buffer size is now 256M on
8996         32-bit machines.
8997         (Several Buffers): Clarify which buffer is selected if `2' is
8998         pressed in the Buffer Menu.
8999         Auto Revert mode can be used to update the Buffer Menu
9000         automatically.
9002 2004-08-21  Eli Zaretskii  <eliz@gnu.org>
9004         * help.texi (Misc Help): Add an index entry for finding an Info
9005         manual by its file name.
9007 2004-08-20  Luc Teirlinck  <teirllm@auburn.edu>
9009         * files.texi (Backup Deletion): Correct description of
9010         `delete-old-versions'.
9011         (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9012         (Auto Save Files): Recommend `auto-save-mode' to reenable
9013         auto-saving, rather than the abbreviation `auto-save'.
9015 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
9017         * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9018         for "killing" and "yanking" in main menu.
9020 2004-08-16  Richard M. Stallman  <rms@gnu.org>
9022         * killing.texi (Yanking, Killing): Minor cleanups.
9024         * mark.texi (Momentary Mark): Minor cleanups.
9026 2004-08-15  Kenichi Handa  <handa@etl.go.jp>
9028         * custom.texi (Non-ASCII Rebinding):
9029         C-q always inserts the right code to pass to global-set-key.
9031 2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
9033         * regs.texi (RegNumbers): Mention `C-x r i' binding for
9034         `insert-register', instead of `C-x r g' binding, for consistency.
9036 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
9038         * fixit.texi (Spelling): Fix typo.
9040 2004-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9042         * help.texi (Help): Fix Texinfo usage.
9044 2004-07-24  Richard M. Stallman  <rms@gnu.org>
9046         * text.texi (Paragraphs): Update how paragraphs are separated
9047         and the default for paragraph-separate.
9049         * search.texi (Regexp Replace): Further update text for new
9050         replacement operators.
9052 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
9054         * emacs-xtra.texi (Subdir switches): Dired does not remember the
9055         `R' switch.
9057         * dired.texi (Dired Updating): `k' only deletes inserted
9058         subdirectories from the Dired buffer if a prefix argument was given.
9060         * search.texi (Regexps): Delete redundant definition of `symbol' in
9061         description of `\_>'.  It already occurs in the description of `\_<'.
9063 2004-07-01  Juri Linkov  <juri@jurta.org>
9065         * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9066         (Regexp Search): Add M-r.
9068 2004-06-30  Luc Teirlinck  <teirllm@auburn.edu>
9070         * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9072 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
9074         * search.texi, calendar.texi: Markup fixes.
9076 2004-06-25  Richard M. Stallman  <rms@gnu.org>
9078         * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9080 2004-06-25  David Kastrup  <dak@gnu.org>
9082         * search.texi (Regexp Replace): Some typo corrections and
9083         rearrangement.
9085 2004-06-24  David Kastrup  <dak@gnu.org>
9087         * search.texi (Unconditional Replace): Use replace-string instead
9088         of query-replace in example.
9089         (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9090         sequences.
9091         (Query Replace): Correct explanation of `^' which does not use
9092         the mark stack.
9094 2004-06-21  Nick Roberts  <nickrob@gnu.org>
9096         * misc.texi (Shell History Copying): Document comint-insert-input.
9097         (Shell Ring): Describe comint-dynamic-list-input-ring here.
9099 2004-06-20  Jesper Harder  <harder@ifa.au.dk>
9101         * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9102         * custom.texi (Customization): Do.
9103         * anti.texi (Antinews): Do.
9104         * abbrevs.texi (Defining Abbrevs): Do.
9106         * programs.texi (Info Lookup): Fix keybinding for
9107         info-lookup-symbol.
9109 2004-06-16  Juanma Barranquero  <lektu@terra.es>
9111         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9112         Add emacs-xtra.
9113         ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9114         (clean): Add emacs-xtra and flymake.  Remove redundancies.
9116 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
9118         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9119         Add emacs-xtra.
9120         * emacs-xtra.texi: New file.
9122 2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
9124         * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9125         (Dired and Find): Mention differences with ordinary Dired buffers.
9127 2004-06-13  Richard M. Stallman  <rms@gnu.org>
9129         * custom.texi (Init Syntax): Explain about vars that do special
9130         things when set with setq or with Custom.
9131         (Init Examples): Add line-number-mode example.
9133 2004-06-12  Juri Linkov  <juri@jurta.org>
9135         * dired.texi (Operating on Files): Add dired-do-touch.
9137 2004-06-10  Juri Linkov  <juri@jurta.org>
9139         * building.texi (Lisp Eval): Add C-M-x on defface.
9141 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
9143         * files.texi (Reverting): Auto-Revert mode and
9144         Global Auto-Revert mode no longer revert remote files.
9146 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9148         * custom.texi (Init File): Two dashes start --no-site-file.
9150 2004-05-29  Alan Mackenzie  <acm@muc.de>
9152         * programs.texi: Update for CC Mode 5.30 and incidental amendments.
9153         ("AWK"): Is consistently thus spelled throughout.
9154         (AWK, Pike): Document as "C-like modes".
9155         (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9156         (M-x man): Supersedes M-x manual-entry.
9157         Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
9159         ("Comments in C"): Delete node; the info is in CC Mode manual.
9160         (c-comment-only-line-offset): Remove description.
9162         (C-c ., C-c C-c): Describe new C Mode bindings.
9164         (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9165         (@dfn{Style}, c-default-style, comment-column, comment-padding)
9166         (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9167         Amend definitions.
9169         (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9170         Describe functions.
9172         (c-comment-start-regexp, c-hanging-comment-ender-p)
9173         (c-hanging-comment-starter-p): Remove obsolete definitions.
9175         * emacs.texi: Remove the menu entry "Comments in C".
9177 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9179         * dired.texi (Dired and Find): `find-ls-option' does not apply to
9180         `M-x locate'.
9182 2004-05-16  Karl Berry  <karl@gnu.org>
9184         * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9185         makeinfo --html fails.
9186         * help.texi (Help Summary) [@ifnottex]: Likewise.
9188 2004-05-13  Nick Roberts  <nickrob@gnu.org>
9190         * building.texi (GDB Graphical Interface): Update and describe
9191         layout first.
9193 2004-05-04  Jason Rumney  <jasonr@gnu.org>
9195         * makefile.w32-in: Revert last change.
9197 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9199         * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9201 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9203         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9205 2004-04-18  Juri Linkov  <juri@jurta.org>
9207         * fixit.texi (Spelling): Remove file extension from ispell xref.
9209 2004-04-15  Kim F. Storm  <storm@cua.dk>
9211         * cmdargs.texi (Initial Options): Add -Q.
9213 2004-04-05  Kim F. Storm  <storm@cua.dk>
9215         * custom.texi (File Variables): Add safe-local-eval-forms.
9217 2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
9219         * files.texi (Reverting): Correct description of revert-buffer's
9220         handling of point.
9222 2004-03-22  Juri Linkov  <juri@jurta.org>
9224         * emacs.texi (Top): Add `Misc X'.
9226         * trouble.texi: Fix help key bindings.
9228         * glossary.texi: Improve references.
9230         * help.texi: Sync keywords with finder.el.
9232         * mini.texi (Completion): Add description for menu items.
9234         * misc.texi (Browse-URL, FFAP): Add information about keywords.
9236         * sending.texi (Mail Methods): Fix xref to Message manual.
9238 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9240         * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9242 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9244         * search.texi (Regexps): Explain that ^ and $ have their
9245         special meanings only in certain contexts.
9247         * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9249         * mule.texi (Specify Coding): Doc C-x RET F.
9251         * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9252         for multiple compile and grep buffers.
9253         (Indirect Buffers): Don't recommand clone-indirect-buffer
9254         for multiple compile and grep buffers.
9256 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9258         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9259         Use $(DEL) instead of rm, and ignore exit code.
9261 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9263         * building.texi (Watch Expressions): Update.
9265 2004-02-21  Juri Linkov  <juri@jurta.org>
9267         * cmdargs.texi (Action Arguments): Add alias --find-file.
9268         Add --directory, --help, --version.  Move text about command-line-args
9269         to Command Arguments.
9270         (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
9271         Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
9272         (Window Size X): Join -g and --geometry.  Add @cindex.
9273         (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
9274         (Title X): Remove alias -title.
9275         (Misc X): New node.
9277 2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>
9279         * frames.texi (Drag and drop): Add Motif to list of supported
9280         protocols.
9282 2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>
9284         * frames.texi (Drag and drop): New section.
9286 2004-01-24  Richard M. Stallman  <rms@gnu.org>
9288         * emacs.texi (Acknowledgments): Rename from Acknowledgements.
9289         Include it only @ifnotinfo.  Patch the preceding and following
9290         node headers to point to each other.
9292 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9294         * calendar.texi (Appointments): Update section.
9296 2003-12-29  Kevin Ryde  <user42@zip.com.au>
9298         * programs.texi (C Modes): Fix the xref.
9300 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9302         * building.texi (Watch Expressions): Update.
9303         (Commands of GUD): Include use of toolbar + breakpoints set from
9304         fringe/margin.
9306 2003-12-03  Andre Spiegel  <spiegel@gnu.org>
9308         * files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
9309         <acm@muc.de>.
9311 2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>
9313         * frames.texi (Dialog Boxes): Add use-file-dialog.
9315 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9317         * ack.texi: Note that Alan Mackenzie contributed the AWK support
9318         in CC Mode.
9320 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9322         * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9323         * man/commands.texi, man/custom.texi, man/display.texi:
9324         * man/emacs.texi, man/files.texi:
9325         * man/frames.texi, man/glossary.texi, man/killing.texi:
9326         * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9327         * man/mule.texi, man/rmail.texi, man/search.texi:
9328         * man/sending.texi, man/text.texi, man/trouble.texi:
9329         Replace @sc{ascii} and ASCII with @acronym{ASCII}.
9331 2003-11-01  Alan Mackenzie  <acm@muc.de>
9333         * search.texi (Scrolling During Incremental Search): Document a
9334         new scrolling facility in isearch mode.
9336 2003-10-22  Miles Bader  <miles@gnu.org>
9338         * Makefile.in (info): Move before $(top_srcdir)/info.
9340 2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
9342         * building.texi (Watch Expressions): Update section on data display
9343         to reflect code changes (GDB Graphical Interface).
9345 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9347         * xresources.texi (GTK resources): Clean up previous change.
9349 2003-10-12  Jan Djärv  <jan.h.d@swipnet.se>
9351         * xresources.texi (GTK resources): Add a note that some themes
9352         disallow customizations.  Add scroll theme example.
9354 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9356         * cmdargs.texi (General Variables): Remove MAILRC envvar.
9358         * misc.texi (Saving Emacs Sessions): Shorten the section,
9359         collapsing back into one node.
9361 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9363         * misc.texi: Section "Saving Emacs Sessions" rewritten.
9365 2003-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9367         * xresources.texi (GTK names in Emacs): Correct typo.
9369 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
9371         * cmdargs.texi (Font X): Mention new default font.
9372         More fully describe long font names, wildcard patterns and the
9373         problems involved.  (Result of discussion on emacs-devel.)
9375 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
9377         * emacs.texi (Acknowledgements): Correct typo.
9379 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9381         * dired.texi (Misc Dired Commands): New node.
9382         (Dired Navigation): Add dired-goto-file.
9384         * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9386         * emacs.texi (Acknowledgements): New node, split from Distribution.
9388         * cmdargs.texi (Action Arguments): -f reads interactive args.
9390 2003-09-08  Lute Kamstra  <lute@gnu.org>
9392         * screen.texi (Mode Line): Say that POS comes before LINE.
9393         Mention `size-indication-mode'.
9394         * display.texi (Optional Mode Line):
9395         Document `size-indication-mode'.
9396         * basic.texi (Position Info): Mention `size-indication-mode'.
9398 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9400         * xresources.texi (Resources): Refer to `editres' man page.
9401         (Lucid Resources): Update defaults.  Expand description of
9402         `shadowThickness'.
9404 2003-09-04  Miles Bader  <miles@gnu.org>
9406         * Makefile.in (top_srcdir): New variable.
9407         ($(top_srcdir)/info): New rule.
9408         (info): Depend on it.
9410 2003-09-03  Peter Runestig  <peter@runestig.com>
9412         * makefile.w32-in: New file.
9414 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9416         * misc.texi (Saving Emacs Sessions): Correct previous change.
9418 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9420         * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9421         (Intro): Include kmacro.texi after fixit.texi instead of after
9422         custom.texi.  (As suggested by Kim Storm.)
9424 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
9426         * fixit.texi (Fixit): Update `Next' pointer.
9427         * files.texi (Files): Update `Previous' pointer.
9428         * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9429         * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9430         (Suggested by Kim Storm.)
9431         * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim Storm.)
9433 2003-08-18  Kim F. Storm  <storm@cua.dk>
9435         * kmacro.texi: New file describing enhanced keyboard macro
9436         functionality.  Replaces old description in custom.texi.
9438         * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9439         (Keyboard Macros): Move to new kmacro.texi file.
9441         * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9443 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9445         * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9447 2003-08-17  Alex Schroeder  <alex@gnu.org>
9449         * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9450         required.
9452 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9454         * programs.texi (Lisp Indent): Don't describe
9455         lisp-indent-function property here.  Use xref to Lisp Manual.
9457 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9459         * calendar.texi (Date Formats): Document changed behavior of
9460         abbreviations.
9462 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9464         * buffers.texi (List Buffers): Fix previous change.
9466 2003-07-13  Markus Rost  <rost@math.ohio-state.edu>
9468         * buffers.texi (List Buffers): Adjust to new format of *Buffer
9469         List*.
9471 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9473         * display.texi (Font Lock): Fix typo.
9475 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9477         * display.texi (Font Lock): Add xref for format info on
9478         font-lock-remove-keywords.
9480         * building.texi (Compilation): Document what happens with asynch
9481         children of compiler process.
9483         * help.texi (Library Keywords): Use @multitable.
9485 2003-06-04  Richard M. Stallman  <rms@gnu.org>
9487         * programs.texi (Expressions): Delete C-M-DEL.
9489         * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9490         comint-move-point-for-output renamed from
9491         comint-scroll-to-bottom-on-output.
9493         * custom.texi (Init Rebinding): Replace previous change with xref.
9494         (Non-ASCII Rebinding): Explain that issue more briefly here.
9496 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9498         * indent.texi (Indentation): Condense, simplify, clarify prev change.
9500 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
9502         * building.texi (GDB Graphical Interface): New node.
9503         (Rewritten somewhat by RMS.)
9505 2003-05-28  Kai Großjohann  <kai.grossjohann@gmx.net>
9507         * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9508         non-English letters.  Explain how to set coding systems correctly
9509         and how to include the right coding cookie in the file.
9511 2003-05-22  Kai Großjohann  <kai.grossjohann@gmx.net>
9513         * indent.texi (Indentation): Explain the concepts.
9514         (Just Spaces): Explain why preventing tabs for indentation might
9515         be useful.
9517 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9519         * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9521 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9523         * cmdargs.texi (General Variables): Document SMTPSERVER.
9525         * sending.texi: Remove SMTP node.
9526         (Mail Sending): Describe `send-mail-function'.  Link to SMTP
9527         library.
9529 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9531         * sending.texi (Sending via SMTP): Explain MTA/MUA.
9533 2003-02-22  Simon Josefsson  <jas@extundo.com>
9535         * sending.texi (Mail Methods): Add node about SMTP.
9537 2003-02-17  Jan Djärv  <jan.h.d@swipnet.se>
9539         * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9541 2003-02-01  Kevin Ryde  <user42@zip.com.au>
9543         * glossary.texi (Glossary): Correction to cl cross reference.
9545 2003-01-20  Richard M. Stallman  <rms@gnu.org>
9547         * killing.texi (Rectangles): Document C-x c r.
9549 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
9551         * xresources.texi (GTK resources): New node.
9552         (GTK widget names): New node.
9553         (GTK names in Emacs): New node.
9554         (GTK styles): New node.
9556 2003-01-09  Francesco Potortì  <pot@gnu.org>
9558         * maintaining.texi (Create Tags Table): Add reference to the new
9559         `etags --help --lang=LANG' option.
9561 2002-10-02  Karl Berry  <karl@gnu.org>
9563         * emacs.texi: Per rms, update all manuals to use @copying instead of
9564         @ifinfo.  Also use @ifnottex instead of @ifinfo around the top node,
9565         where needed for the sake of the HTML output.
9567 2001-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9569         * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9570         source files.
9572 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9574         * Makefile.in (emacsman): New target.
9576 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9578         * (Version 21.1 released.)
9580 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9582         * Branch for 21.1.
9584 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9586         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9588 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9590         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9592 1999-07-12  Richard Stallman  <rms@gnu.org>
9594         * Version 20.4 released.
9596 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9598         * Makefile.in (INFO_TARGETS): Delete customize.info.
9599         (DVI_TARGETS): Delete customize.dvi.
9600         (../info/customize, customize.dvi): Targets deleted.
9602 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9604         * Version 20.3 released.
9606 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
9608         * Makefile.in (EMACSSOURCES): Add mule.texi.
9609         Add msdog.texi, ack.texi.  Remove gnu1.texi.
9611 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9613         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9614         Use it in dvi targets.
9616 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9618         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9619         (INFO_TARGETS): Change ../info/custom to ../info/customize.
9620         (../info/customize): Rename from ../info/custom.
9622 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9624         * Version 20.2 released.
9626 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9628         * Version 20.1 released.
9630 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9632         * Makefile (../info/customize, customize.dvi): New targets.
9633         (INFO_TARGETS): Add ../info/customize.
9634         (DVI_TARGETS): Add customize.dvi.
9636 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9638         * Version 19.33 released.
9640 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9642         * Version 19.32 released.
9644 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9646         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9648 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9650         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9651         Specify -I option.
9652         (All dvi targets): Set the TEXINPUTS variable.
9654 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9656         * Version 19.31 released.
9658 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9660         * Version 19.30 released.
9662 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9664         * Makefile.in (maintainer-clean): Rename from realclean.
9666 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9668         * Makefile.in: New file.
9669         * Makefile: File deleted.
9671 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9673         * Makefile (TEXINDEX_OBJS): Variable deleted.
9674         (texindex, texindex.o, getopt.o): Rules deleted.
9675         All deps on texindex deleted.
9676         (distclean): Don't delete texindex.
9677         (mostlyclean): Don't delete *.o.
9678         * texindex.c, getopt.c: Files deleted.
9680 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9682         * Version 19.26 released.
9684 1994-07-02  Richard Stallman  (rms@gnu.ai.mit.edu)
9686         * Makefile (EMACSSOURCES): Exclude undo.texi.
9688 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9690         * Version 19.25 released.
9692 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9694         * Version 19.24 released.
9696 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9698         * Version 19.23 released.
9700 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9702         * Makefile: Delete spurious tab.
9704 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9706         * Makefile (.SUFFIXES): New rule.
9708 1993-12-04  Richard Stallman  (rms@srarc2)
9710         * getopt.c: New file.
9711         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9712         (getopt.o): New rule.
9713         (dvi): Don't depend on texindex.
9714         (emacs.dvi): Depend on texindex.
9716 1993-12-03  Richard Stallman  (rms@srarc2)
9718         * Makefile (TEXI2DVI): New variable.
9719         (emacs.dvi): Add explicit command.
9720         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9722 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9724         * Version 19.22 released.
9726 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9728         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9730 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9732         * Version 19.21 released.
9734 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9736         * Makefile (realclean): Don't delete the Info files.
9738 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9740         * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9741         4' where appropriate.
9743 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9745         * Makefile: Fix targets for texindex.
9747         * texindex.c: Include "../src/config.h" if building in emacs.
9749         * Makefile: Change all files to FILENAME.texi, force all targets
9750         to be FILENAME, not FILENAME.info.
9751         Add target to build texindex.c, defining `emacs'.
9753 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9755         * Version 19.19 released.
9757 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9759         * Version 19.18 released.
9761 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9763         * Makefile: Fix source file names of the separate manuals.
9765 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9767         * Version 19.17 released.
9769 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9771         * split-man: Fix typos in last change.
9773 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9775         * Version 19.16 released.
9777 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9779         * version 19.15 released.
9781 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9783         * Makefile (distclean): It's rm, not rf.
9785 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9787         * Version 19.14 released.
9789 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9791         * Makefile: New file.
9793 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9795         * Version 19.13 released.
9797 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9799         * Version 19.9 released.
9801 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9803         * Version 19.8 released.
9805 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9807         * cmdargs.texi: Document the -i, -itype, and -iconic options.
9809         * trouble.texi: It's `enable-flow-control-on', not
9810         `evade-flow-control-on'.
9812 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9814         * display.texi: Document standard-display-european.
9816 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9818         * Version 19.7 released.
9820         * emacs.texi: Add a sentence to the top menu mentioning the
9821         specific version of Emacs this manual applies to.
9823 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9825         * basic.texi: Document next-line-add-lines variable used to
9826         implement down-arrow.
9828         * killing.texi: Document kill-whole-line.
9830 1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9832         * text.texi: Update unix TeX ordering information.
9834 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9836         * news.texi: Mention fill-rectangle in keybinding list.
9838         * killing.texi: Document fill-rectangle.
9840 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9842         * vc.texi: Bring the docs up to date with VC 5.2.
9844 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9846         * emacs.tex: Mention blackbox and gomoku under Amusements.
9847         Assembler mode is now mentioned and appropriately indexed
9848         under Programming Modes.
9850 1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
9852         * emacs.tex: Update TeX ordering information.
9854 1990-06-26  David Lawrence  (tale@geech)
9856         * emacs.tex: Note that completion-ignored-extensions is not used
9857         to filter out names when all completions are displayed in
9858         *Completions*.
9860 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9862         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9864 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
9866         * emacs.tex: Add @findex grep.
9868 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9870         * emacs.tex: Correct two typos.  No other changes before
9871         Version 19 will be made.
9873 1988-05-23  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9875         * emacs.tex: Update information for obtaining TeX distribution from the
9876         University of Washington.
9878 ;; Local Variables:
9879 ;; coding: utf-8
9880 ;; End:
9882   Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
9884   This file is part of GNU Emacs.
9886   GNU Emacs is free software: you can redistribute it and/or modify
9887   it under the terms of the GNU General Public License as published by
9888   the Free Software Foundation, either version 3 of the License, or
9889   (at your option) any later version.
9891   GNU Emacs is distributed in the hope that it will be useful,
9892   but WITHOUT ANY WARRANTY; without even the implied warranty of
9893   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9894   GNU General Public License for more details.
9896   You should have received a copy of the GNU General Public License
9897   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.