* doc/emacs/text.texi (Sorting): Fix indentation.
[emacs.git] / doc / emacs / ChangeLog
blobf94db60f25fa6a068abf8d56cb6794c7dd3ac6be
1 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
3         * text.texi (Enriched Justification): Minor fixes.
5 2013-08-14  Xue Fuqiao  <xfq.free@gmail.com>
7         * files.texi (Filesets): Add an index.
9 2013-08-12  Glenn Morris  <rgm@gnu.org>
11         * macos.texi (GNUstep Support):
12         * trouble.texi (Checklist, Contributing, Service):
13         Avoid mailto: in html output.
15         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
16         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
17         (INSTALL_DATA): New, set by configure.
18         (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
19         New variables.
20         (.SUFFIXES): Add .ps and .dvi.
21         (.dvi.ps): New suffix rule.
22         (dvi, html, pdf, ps): Use *_TARGETS variables.
23         (emacs.ps, emacs-xtra.ps): Remove explicit rules.
24         (emacs.html): Use HTML_OPTS.
25         (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
26         (.PHONY): install-dvi, install-html, install-pdf, install-ps
27         ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
28         uninstall-ps, and uninstall-doc.
29         (install-dvi, install-html, install-pdf, install-ps, install-doc)
30         (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
31         (uninstall-doc): New rules.
33 2013-07-31  Eli Zaretskii  <eliz@gnu.org>
35         * emacs.texi (Top): Remove menu item for the removed "Disabling
36         Multibyte" node.
38 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
40         * rmail.texi (Rmail Coding): Move here from mule.texi.
42         * custom.texi (Specifying File Variables): Fix cross-references.
44         * mule.texi (Unibyte Mode): Fix cross-references.
45         (Disabling Multibyte): Remove.
47         * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
49         * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
50         (Mayan Calendar): Move here from calendar.texi.
51         * emacs.texi (Top): Update menu.
53 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
55         * emacs.texi (Top): Add menu entry.
57         * maintaining.texi (VC Ignore): New node.  Document vc-ignore.
58         (VC Directory Commands): Add vc-dir-ignore.
60 2013-07-28  Xue Fuqiao  <xfq.free@gmail.com>
62         * glossary.texi (Glossary): Add some entries.
64 2013-07-27  Xue Fuqiao  <xfq.free@gmail.com>
66         * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
67         vc-dir.  (Bug#14948)
69 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
71         * display.texi (Fringes): Document the variable fringe-mode.
72         (Bug#14946)
74 2013-07-03  Glenn Morris  <rgm@gnu.org>
76         * maintaining.texi (EDE): Fix cross-reference.
78         * programs.texi (Program Modes): Fix emacs-xtra reference.
80         * help.texi (Misc Help): Index describe-syntax.
82 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
84         * basic.texi (Moving Point): Document visual-order-cursor-movement
85         and its effect on right-char and left-char.
87 2013-06-28  Glenn Morris  <rgm@gnu.org>
89         * ack.texi (Acknowledgments): Small update.
91 2013-06-19  Glenn Morris  <rgm@gnu.org>
93         * Makefile.in (dist): Edit more configure variables.
94         Try to check that we do not miss any in future.
96 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
98         * vc1-xtra.texi (Revision Tags): Add a cross reference.
99         (CVS Options): Fix the default value of `vc-cvs-stay-local'.
101 2013-06-11  Glenn Morris  <rgm@gnu.org>
103         * maintaining.texi (VC Directory Commands): Copyedit.
104         (Branches): Put back milder version of pre 2013-06-07 text.
106 2013-06-07  Xue Fuqiao  <xfq.free@gmail.com>
108         * maintaining.texi (Branches): Remove text copied from other sources.
110 2013-06-05  Alan Mackenzie  <acm@muc.de>
112         * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
113         (Not Exiting Isearch): Document new user option
114         `isearch-allow-prefix'.  (Bug#9706)
116 2013-06-03  Juri Linkov  <juri@jurta.org>
118         * display.texi (Highlight Interactively): Add global keybindings
119         with the key prefix `M-s h'.  Document old command `highlight-phrase'.
120         Document new command `highlight-symbol-at-point'.
122 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
124         * maintaining.texi (Branches): Add motivations for branching.
125         (VC Mode Line): Fix typo.
126         (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
127         prefix argument.
129 2013-06-02  Michael Albinus  <michael.albinus@gmx.de>
131         * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
132         dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
133         autolaunching of the D-Bus session bus.
135 2013-06-01  Glenn Morris  <rgm@gnu.org>
137         * programs.texi (Semantic): Fix typo.
139 2013-05-30  Xue Fuqiao  <xfq.free@gmail.com>
141         * maintaining.texi (Types of Log File): Supplement some
142         information of change log files.
144 2013-05-15  Juri Linkov  <juri@jurta.org>
146         * search.texi (Repeat Isearch): Mention key `RET' to finish
147         editing the string.  (Bug#13348)
149 2013-05-14  Glenn Morris  <rgm@gnu.org>
151         * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
153 2013-05-09  Glenn Morris  <rgm@gnu.org>
155         * sending.texi (Mail Sending): Fix typo.
157         * windows.texi (Change Window): Fix typo.
159         * custom.texi (Changing a Variable): Fix typo.
161         * trouble.texi (Contributing): Remove obsolete info re pretesters.
163 2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
165         `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
166         * cmdargs.texi (Initial Options):
167         * files.texi (Customize Save): Document this.
169 2013-05-04  Glenn Morris  <rgm@gnu.org>
171         * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
173 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
175         doc: convert some TeX accents to UTF-8
176         * ack.texi (Acknowledgments):
177         * emacs.texi (Acknowledgments):
178         Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
179         Apparently the TeX accents cause problems when generating gnu.org
180         web pages, e.g., @l{} is rendered as '/l' on
181         <http://www.gnu.org/software/emacs/manual/html_node/
182         emacs/Acknowledgments.html>.
184 2013-03-16  Glenn Morris  <rgm@gnu.org>
186         * emacs.texi (Top): Add some stuff specific to www.gnu.org.
188 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
190         Prefer UTF-8 for documentation.
191         With GNU Texinfo 5.0, this generates nicer-looking info files,
192         since they can use curly quotes.  With older Texinfo it doesn't matter.
193         * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
194         Switch from Latin-1 to UTF-8.
196 2013-02-28  Bastien Guerry  <bzg@gnu.org>
198         * xresources.texi (GTK resources): Fix broken link.
200 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
202         * files.texi (Interlocking): Don't refer to symlinks as the
203         exclusive means of locking files.
205 2013-02-22  Glenn Morris  <rgm@gnu.org>
207         * ack.texi (Acknowledgments):
208         * emacs.texi (Acknowledgments): Small updates.
210 2013-02-21  Glenn Morris  <rgm@gnu.org>
212         * files.texi (File Conveniences): Not just GIFs can be animated.
214 2013-02-13  Glenn Morris  <rgm@gnu.org>
216         * ack.texi (Acknowledgments): Don't mention yow any more.
218 2013-02-13  Paul Eggert  <eggert@cs.ucla.edu>
220         * cmdargs.texi (General Variables):
221         Fix TMPDIR documentation to match the code's behavior.
223 2013-02-10  Glenn Morris  <rgm@gnu.org>
225         * trouble.texi (Checklist): Update bug keybinding.
227 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
229         * msdog.texi (Text and Binary): Delete the description of
230         file-name-buffer-file-type-alist.
232 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
234         * trouble.texi (Crashing): Suggest -p for newer addr2line.  (Bug#13445)
235         Without it, I don't see function names.  Older addr2line
236         implementations will die out sooner or later, so tailor the
237         first suggestion to recent addr2line, with a followup about
238         older ones.
240 2013-01-19  Glenn Morris  <rgm@gnu.org>
242         * custom.texi (Directory Variables): Fix paren typo.
244         * trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
246         * custom.texi (Custom Themes): Fix typo.
248 2013-01-07  Bastien Guerry  <bzg@gnu.org>
250         * help.texi (Apropos): Document `apropos-user-option' and update
251         the doc for `apropos-variable'.
253 2013-01-05  Glenn Morris  <rgm@gnu.org>
255         * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
257 2012-12-21  Glenn Morris  <rgm@gnu.org>
259         * emacs-xtra.texi (copying): The FSF does not sell copies of this.
260         Simply include doclicense.
262 2012-12-21  Chong Yidong  <cyd@gnu.org>
264         * frames.texi (Mouse Commands): Fix description of the effect of
265         mouse dragging (Bug#13049).
267 2012-12-15  Juri Linkov  <juri@jurta.org>
269         * misc.texi (Recursive Edit): Add a link to "Query Replace".
270         (Bug#13181)
272 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
274         * killing.texi (Deletion): Doc fix (Bug#12748).
276 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
278         * doclicense.texi, gpl.texi: Update to latest version from FSF.
279         These are just minor editorial changes.
281 2012-12-06  Juanma Barranquero  <lekktu@gmail.com>
283         * vc1-xtra.texi (General VC Options): Remove obsolete reference
284         to `vc-path'.
286 2012-12-03  Chong Yidong  <cyd@gnu.org>
288         * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
290 2012-12-02  Kevin Ryde  <user42@zip.com.au>
292         * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
294 2012-12-01  Kevin Ryde  <user42@zip.com.au>
296         * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
298 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
300         * doclicense.texi, gpl.texi: Update to latest version from FSF.
301         These are just minor editorial changes.
303 2012-11-21  Dani Moncayo  <dmoncayo@gmail.com>
305         * display.texi (Auto Scrolling): Fix some inaccuracies, plus
306         clarifications (Bug#12865).
307         (Horizontal Scrolling): Clarifications.
309 2012-11-18  Dani Moncayo  <dmoncayo@gmail.com>
311         * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
313 2012-11-16  Eli Zaretskii  <eliz@gnu.org>
315         * trouble.texi (Crashing): Add information about MS-Windows and
316         the emacs_backtrace.txt file.  (Bug#12908)
318 2012-11-13  Chong Yidong  <cyd@gnu.org>
320         * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
321         actually named gdb-stopped-functions.
323 2012-11-13  Glenn Morris  <rgm@gnu.org>
325         * misc.texi (Single Shell): Mention async-shell-command-buffer.
327 2012-11-10  Glenn Morris  <rgm@gnu.org>
329         * misc.texi (Terminal emulator): Rename `term-face' to `term'.
331         * emacs.texi (Acknowledgments): Add profiler author.
332         * ack.texi (Acknowledgments): Add some recent contributions.
334 2012-11-10  Chong Yidong  <cyd@gnu.org>
336         * files.texi (Diff Mode): Doc fixes for
337         diff-delete-trailing-whitespace (Bug#12831).
339         * trouble.texi (Crashing): Copyedits.
341 2012-11-10  Glenn Morris  <rgm@gnu.org>
343         * files.texi (Diff Mode): Trailing whitespace updates.
345 2012-11-10  Chong Yidong  <cyd@gnu.org>
347         * misc.texi (Terminal emulator): Document Term mode faces.
349         * mini.texi (Basic Minibuffer): New node.  Document
350         minibuffer-electric-default-mode.
352         * display.texi (Visual Line Mode): Fix index entry.
354         * buffers.texi (Several Buffers): List Buffer Menu command anmes,
355         and index the keybindings.  Document tabulated-list-sort.
356         (Kill Buffer): Capitalize Buffer Menu.
358         * trouble.texi (Memory Full): Capitalize Buffer Menu.
360 2012-11-10  Eli Zaretskii  <eliz@gnu.org>
362         * display.texi (Auto Scrolling): Clarify that scroll-step is
363         ignored when scroll-conservatively is set to a non-zero value.
364         (Bug#12801)
366 2012-11-10  Chong Yidong  <cyd@gnu.org>
368         * dired.texi (Dired Updating): Doc fix (Bug#11744).
370 2012-10-30  Michael Albinus  <michael.albinus@gmx.de>
372         * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
374 2012-10-29  Chong Yidong  <cyd@gnu.org>
376         * dired.texi (Shell Commands in Dired): Document changes to the
377         dired-do-async-shell-command.
379 2012-10-28  Glenn Morris  <rgm@gnu.org>
381         * ack.texi (Acknowledgments): Mention gv.el.
383 2012-10-27  Bastien Guerry  <bzg@gnu.org>
385         * screen.texi (Menu Bar): Fix typo.
387 2012-10-27  Chong Yidong  <cyd@gnu.org>
389         * frames.texi (Mouse Avoidance): Mention new variable
390         mouse-avoidance-banish-position.
392         * programs.texi (Which Function): Which Function mode now works in
393         all major modes by default.
395         * mule.texi (Recognize Coding): Remove an unreferenced vindex.
397         * files.texi (Misc File Ops): Symbolic links on Windows only work
398         on Vista and later.
400         * building.texi (Compilation): Document compilation-always-kill.
402         * search.texi (Symbol Search): New node.
404         * package.texi (Package Menu): Document the "new" status.
406         * windows.texi (Window Choice): Don't refer to the obsolete
407         special-display feature.
409 2012-10-24  Chong Yidong  <cyd@gnu.org>
411         * mule.texi (Text Coding): set-buffer-file-coding-system can now
412         be invoked from the mode line.
414         * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
415         changes to the mark and unmark commands.
416         (Comparison in Dired): Document chages to dired-diff.  Remove M-=,
417         which is no longer bound to dired-backup-diff.
419 2012-10-23  Bastien Guerry  <bzg@gnu.org>
421         * text.texi (Org Authoring): Use a comma after @ref to avoid the
422         insertion of a period in the Info output.
424 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * custom.texi (Hooks): Clarify that -hooks is deprecated.
428 2012-10-23  Chong Yidong  <cyd@gnu.org>
430         * kmacro.texi (Edit Keyboard Macro): Fix typo.
432 2012-10-18  Dani Moncayo  <dmoncayo@gmail.com>
434         * mini.texi (Completion Options): Fix off-by-one error.  (Bug#12644)
436 2012-10-17  Glenn Morris  <rgm@gnu.org>
438         * mini.texi (Repetition): Further copyedit.
440 2012-10-17  Dani Moncayo  <dmoncayo@gmail.com>
442         * mini.texi (Repetition): Copyedit.
444 2012-10-16  Juri Linkov  <juri@jurta.org>
446         * search.texi (Query Replace): Document multi-buffer replacement
447         keys.  (Bug#12655)
449         * maintaining.texi (Tags Search): Change link "Replace" to
450         "Query Replace".
452 2012-10-13  Chong Yidong  <cyd@gnu.org>
454         * files.texi (File Conveniences): ImageMagick enabled by default.
456 2012-10-10  Dani Moncayo  <dmoncayo@gmail.com>
458         * basic.texi (Arguments): Fix typos.
460 2012-10-08  Glenn Morris  <rgm@gnu.org>
462         * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
464         * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
466 2012-10-06  Glenn Morris  <rgm@gnu.org>
468         * calendar.texi (Writing Calendar Files): Tweak week descriptions.
469         Mention cal-tex-cursor-week2-summary.
471 2012-10-06  Chong Yidong  <cyd@gnu.org>
473         * mini.texi (Passwords): Fix typo.
475 2012-10-02  Glenn Morris  <rgm@gnu.org>
477         * maintaining.texi (VC Directory Commands):
478         Remove duplicate `q' entry.  (Bug#12553)
480 2012-09-30  Chong Yidong  <cyd@gnu.org>
482         * killing.texi (Rectangles): Document copy-rectangle-as-kill.
484         * search.texi (Special Isearch): Document the lax space search
485         feature and M-s SPC.
486         (Regexp Search): Move main search-whitespace-regexp description to
487         Special Isearch.
488         (Replace): Document replace-lax-whitespace.
490         * basic.texi (Position Info): Document C-u M-=.
491         (Moving Point): Document move-to-column.
493         * display.texi (Useless Whitespace): Add delete-trailing-lines.
495         * misc.texi (emacsclient Options): Document the effect of
496         initial-buffer-choice on client frames.  Document server-auth-dir.
497         Do not document server-host, which is bad security practice.
499         * building.texi (Lisp Libraries): Docstring lookups can trigger
500         autoloading.  Document help-enable-auto-load.
502         * mini.texi (Yes or No Prompts): New node.
504         * ack.texi (Acknowledgments): Remove obsolete packages.
506 2012-09-27  Glenn Morris  <rgm@gnu.org>
508         * cal-xtra.texi (Advanced Calendar/Diary Usage):
509         Rename the section to be more general.
510         * emacs.texi: Update menu.
512 2012-09-23  Chong Yidong  <cyd@gnu.org>
514         * buffers.texi (Misc Buffer): Replace toggle-read-only with
515         read-only-mode.
517         * files.texi (Visiting): Likewise.
519 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
521         * trouble.texi (Crashing): Document ulimit -c.
523 2012-09-21  Paul Eggert  <eggert@cs.ucla.edu>
525         * trouble.texi (Crashing): Document addr2line.
527 2012-09-19  Chong Yidong  <cyd@gnu.org>
529         * killing.texi (Yanking): Minor clarification (Bug#12469).
531 2012-09-17  Chong Yidong  <cyd@gnu.org>
533         * building.texi (GDB User Interface Layout): Remove reference to
534         removed variable gdb-use-separate-io-buffer (Bug#12454).
536 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
538         * regs.texi (Text Registers): `C-x r +' can now be used instead of
539         M-x append-to-register.  New option `register-separator'.
540         (Number Registers): Mention that `C-x r +' is polymorphic.
542 2012-09-07  Chong Yidong  <cyd@gnu.org>
544         * windows.texi (Window Choice): Don't mention obsolete
545         display-buffer-reuse-frames.
547 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
549         Give more-useful info on a fatal error (Bug#12328).
550         * trouble.texi (Crashing): New section, documenting this.
552 2012-08-24  Michael Albinus  <michael.albinus@gmx.de>
554         * cmdargs.texi (General Variables):
555         Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
556         connections to the D-Bus session bus.  (Bug#12112)
558 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
560         * building.texi (Debugger Operation): Correct and improve
561         documentation of the GUD Tooltip mode.
563 2012-07-31  Chong Yidong  <cyd@gnu.org>
565         * emacs.texi: Fix ISBN (Bug#12080).
567 2012-08-05  Chong Yidong  <cyd@gnu.org>
569         * display.texi (Faces): Document frame-background-mode (Bug#7774).
571         * custom.texi (Face Customization): Move discussion of face
572         inheritance here, from Faces section.
574 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
576         * frames.texi (Mouse Commands): Fix the description of mouse-2.
577         (Bug#11958)
579 2012-07-19  Chong Yidong  <cyd@gnu.org>
581         * emacs.texi: Update ISBN.
583 2012-07-17  Chong Yidong  <cyd@gnu.org>
585         * basic.texi (Inserting Text): Replace ucs-insert with
586         insert-char.  Provide more details of input.
588         * mule.texi (International Chars, Input Methods): Likewise.
590 2012-07-13  Chong Yidong  <cyd@gnu.org>
592         * custom.texi (Examining): Update C-h v message.
594         * buffers.texi (Misc Buffer): Document view-read-only.
596 2012-07-07  Chong Yidong  <cyd@gnu.org>
598         * custom.texi (Init File): Index site-lisp (Bug#11435).
600 2012-07-06  Chong Yidong  <cyd@gnu.org>
602         * emacs.texi: Re-order top-level menu to correspond to logical
603         order, to avoid makeinfo warnings.
605         * ack.texi (Acknowledgments): Note new python.el.
607 2012-06-29  Chong Yidong  <cyd@gnu.org>
609         * maintaining.texi (Basic VC Editing, VC Pull, Merging):
610         * basic.texi (Erasing, Basic Undo): Fix markup.
612 2012-06-29  Glenn Morris  <rgm@gnu.org>
614         * fixit.texi (Undo): Grammar fixes.  (Bug#11779)
616 2012-06-29  Michael Witten  <mfwitten@gmail.com>  (tiny change)
618         * fixit.texi (Undo): Fix typo.  (Bug#11775)
620 2012-06-27  Glenn Morris  <rgm@gnu.org>
622         * ack.texi (Acknowledgments): Tiny update.
624 2012-06-21  Glenn Morris  <rgm@gnu.org>
626         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
628 2012-06-17  Chong Yidong  <cyd@gnu.org>
630         * emacs.texi: Remove urlcolor setting.  Update ISBN and edition number.
632         * anti.texi:
633         * building.texi:
634         * cmdargs.texi:
635         * custom.texi:
636         * display.texi:
637         * files.texi:
638         * frames.texi:
639         * glossary.texi:
640         * misc.texi:
641         * mule.texi:
642         * programs.texi:
643         * sending.texi:
644         * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
646 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
648         * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
650 2012-05-28  Glenn Morris  <rgm@gnu.org>
652         * ack.texi, building.texi, calendar.texi, custom.texi:
653         * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
655 2012-05-27  Glenn Morris  <rgm@gnu.org>
657         * emacs.texi: Simplify following removal of node pointers.
659         * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
660         * cmdargs.texi, commands.texi, display.texi, emacs.texi:
661         * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
662         * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
663         * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
664         * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
665         * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
666         * windows.texi, xresources.texi: Nuke hand-written node pointers.
668 2012-05-22  Glenn Morris  <rgm@gnu.org>
670         * emacs.texi (Acknowledgments): Add another contributor.
672 2012-05-12  Glenn Morris  <rgm@gnu.org>
674         * Makefile.in (MKDIR_P): New, set by configure.
675         (mkinfodir): Use $MKDIR_P.
677 2012-05-10  Glenn Morris  <rgm@gnu.org>
679         * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
680         with "coding: raw-text".
682         * files.texi (Interlocking): Mention create-lockfiles option.
684 2012-05-09  Chong Yidong  <cyd@gnu.org>
686         * frames.texi (Mouse References, Mouse Commands): Fix index
687         entries (Bug#11362).
689 2012-05-05  Glenn Morris  <rgm@gnu.org>
691         * custom.texi (Customization Groups, Custom Themes, Examining):
692         Improve page breaks.
694         * rmail.texi (Rmail Display): Use example rather than smallexample.
696         * calendar.texi: Convert inforefs to refs.
698         * dired.texi (Dired Enter): Improve page break.
700         * abbrevs.texi (Abbrev Concepts): Copyedits.
702         * maintaining.texi (Registering, Tag Syntax):
703         Tweak line and page breaks.
705         * programs.texi (Programs, Electric C): Copyedits.
706         (Program Modes): Add xref to Fortran.
707         (Left Margin Paren): Remove what was (oddly enough) the only use
708         of defvar in the entire Emacs manual.
709         (Hungry Delete): Remove footnote about ancient Emacs version.
710         (Other C Commands): Use example rather than smallexample.
712         * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
713         (Nroff Mode, Enriched Indentation, Table Rows and Columns):
714         Tweak line and page breaks.
716         * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
717         (Major Modes): Use example rather than smallexample.
719         * mule.texi (Output Coding): Reword to improve page-breaks.
721         * frames.texi (Fonts): Tweak line and page breaks.
722         Use example rather than smallexample.  Change cross-reference.
723         (Text-Only Mouse): Fix xref.
725         * buffers.texi (Buffers, Kill Buffer, Several Buffers)
726         (Indirect Buffers): Tweak line- and page-breaks.
728         * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
730 2012-05-04  Glenn Morris  <rgm@gnu.org>
732         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
733         (info, infoclean): Use $INFO_EXT.
734         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
735         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
736         (INFO_TARGETS): Use $INFO_EXT.
737         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
739 2012-05-02  Glenn Morris  <rgm@gnu.org>
741         * emacs.texi (@copying): Only print EDITION in the TeX version.
743         * search.texi (Regexp Search): Just say "Emacs".
745         * display.texi (Auto Scrolling):
746         Reword to avoid repetition and improve page break.
748         * xresources.texi (Resources):
749         * mule.texi (Language Environments):
750         * misc.texi (Amusements):
751         * maintaining.texi (VC Change Log):
752         * frames.texi (Fonts):
753         * custom.texi (Specifying File Variables, Minibuffer Maps):
754         * cmdargs.texi (Initial Options):
755         * building.texi (Flymake):
756         Reword to remove/reduce some overly long/short lines.
758 2012-04-27  Glenn Morris  <rgm@gnu.org>
760         * emacs.texi: Some fixes for detailed menu.
762         * emacs.texi: Add "et al." to authors.
764         * ack.texi, basic.texi, buffers.texi, building.texi:
765         * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
766         * dired.texi, display.texi, emerge-xtra.texi, files.texi:
767         * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
768         * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
769         * search.texi, trouble.texi, windows.texi:
770         Use Texinfo recommended convention for quotes+punctuation.
772 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
774         * mule.texi (Bidirectional Editing): Improve indexing.
775         Minor wording tweaks.
777 2012-04-15  Chong Yidong  <cyd@gnu.org>
779         * misc.texi (emacsclient Options): More clarifications.
781 2012-04-15  Glenn Morris  <rgm@gnu.org>
783         * msdog.texi (Windows Printing): It doesn't set printer-name.
785         * mule.texi (Language Environments): Move font info to "Fontsets".
786         (Fontsets): Move intlfonts etc here from "Language Environments".
787         Copyedits.
788         (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
789         (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
791 2012-04-15  Chong Yidong  <cyd@gnu.org>
793         * glossary.texi (Glossary): Standardize on "text terminal"
794         terminology.  All callers changed.
796         * misc.texi (emacsclient Options): Document "client frame" concept
797         and its effect on C-x C-c more carefully.
799 2012-04-15  Glenn Morris  <rgm@gnu.org>
801         * frames.texi (Scroll Bars):
802         * glossary.texi (Glossary): Use consistent case for "X Window System".
804         * mule.texi (Select Input Method, Coding Systems):
805         State command names in kbd tables.
806         (Recognize Coding): Add cross-ref.
807         (Output Coding): Don't mention message mode in particular.
808         (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
809         Copyedits.
811 2012-04-14  Glenn Morris  <rgm@gnu.org>
813         * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
814         Copyedits.
815         (Coding Systems): Mac OS X apparently uses newlines for EOL.
816         (Recognize Coding): Remove old auto-coding-regexp-alist example.
817         auto-coding-functions does not override coding: tags.
818         Remove rmail-decode-mime-charset; it no longer has any effect.
820 2012-04-14  Chong Yidong  <cyd@gnu.org>
822         * custom.texi (Creating Custom Themes): Add reference to Custom
823         Themes node in Lisp manual.
825 2012-04-14  Glenn Morris  <rgm@gnu.org>
827         * mule.texi (International): Copyedits.
828         (International Chars): Update C-x = example output.
829         (Disabling Multibyte): Rename from "Enabling Multibyte".
830         Clarify what "unibyte: t" does, and mode-line description.
831         (Unibyte Mode): Update for "Disabling Multibyte" node name change.
832         Use Texinfo recommended convention for quotes+punctuation.
833         (Language Environments): Copyedits.
834         (Input Methods): Copyedits.  Use "^" for the postfix example,
835         because it is less confusing inside Info's `quotes'.
837         * custom.texi (Specifying File Variables): Fix "unibyte" description.
838         Update for "Disabling Multibyte" node name change.
839         * emacs.texi: Update for "Disabling Multibyte" node name change.
841         * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
842         * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
843         * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
844         * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
845         * sending.texi, text.texi, trouble.texi:
846         Use @file for buffers, per the Texinfo manual.
848         * entering.texi (Entering Emacs):
849         Do not mention initial-buffer-choice = t.
851         * misc.texi (Gnus Startup): Use @env for environment variables.
853         * Makefile.in: Replace non-portable use of $< in ordinary rules.
855 2012-04-12  Glenn Morris  <rgm@gnu.org>
857         * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
859 2012-04-07  Glenn Morris  <rgm@gnu.org>
861         * emacsver.texi (EMACSVER): Bump version to 24.1.50.
863 2012-04-05  Glenn Morris  <rgm@gnu.org>
865         * glossary.texi (Glossary): Use anchors for internal cross-references.
867 2012-04-04  Glenn Morris  <rgm@gnu.org>
869         * glossary.texi (Glossary): Copyedits.
870         Use Texinfo-recommended convention for quotes and punctuation.
871         Comment out a few specialized (Rmail) items.
872         New items: Bidirectional Text, Client, Directory Local Variable,
873         File Local Variable, Package, Server, Theme, Trash Can.
875 2012-04-03  Chong Yidong  <cyd@gnu.org>
877         * sending.texi (Mail Misc): Fix an index entry.
879 2012-04-02  Eli Zaretskii  <eliz@gnu.org>
881         * msdog.texi (Windows Startup): Add description of emacsclient
882         operation under -c and -t on MS-Windows.
884         * misc.texi (emacsclient Options): Add cross-reference to "Windows
885         Startup".  (Bug#11091)
887 2012-04-02  Dani Moncayo  <dmoncayo@gmail.com>
889         * custom.texi (Changing a Variable): Fix example.
891 2012-04-01  Eli Zaretskii  <eliz@gnu.org>
893         * misc.texi (emacsclient Options): More clarifications about -t
894         and -c on MS-Windows.  (Bug#11091)
896 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
898         * misc.texi (emacsclient Options): Document peculiarities of new
899         frame creation on MS-Windows under -c or -t options.  (Bug#11091)
901 2012-03-30  Chong Yidong  <cyd@gnu.org>
903         * files.texi (File Conveniences): Clarify Imagemagick discussion.
905 2012-03-22  Glenn Morris  <rgm@gnu.org>
907         * dired.texi (Operating on Files): Fix dired-recursive-copies default.
909 2012-03-17  Chong Yidong  <cyd@gnu.org>
911         * package.texi (Package Installation): Document use of
912         package-initialize in init file.
914 2012-03-16  Glenn Morris  <rgm@gnu.org>
916         * help.texi (Language Help):
917         * mule.texi (International Chars):
918         etc/HELLO is for character demonstration.
920 2012-03-15  Dani Moncayo  <dmoncayo@gmail.com>
922         * dired.texi (Shell Commands in Dired): Fix typo.
924 2012-03-04  Chong Yidong  <cyd@gnu.org>
926         * killing.texi (Clipboard): Document clipboard manager.
928 2012-02-29  Glenn Morris  <rgm@gnu.org>
930         * ack.texi (Acknowledgments): Use @Tex{} in more places.
932         * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
934         * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
936 2012-02-28  Glenn Morris  <rgm@gnu.org>
938         * custom.texi, display.texi, emacs.texi, files.texi:
939         * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
940         Standardize possessive apostrophe usage.
942 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
944         * macos.texi (Mac / GNUstep Customization): Remove text about
945         ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
947 2012-02-25  Dani Moncayo  <dmoncayo@gmail.com>
949         * buffers.texi (Select Buffer): Mention that saving in a new file
950         name can switch to a different major mode.
952 2012-02-23  Glenn Morris  <rgm@gnu.org>
954         * mini.texi (Minibuffer File, Completion Options, Repetition):
955         Copyedits.
956         (Completion Example): Other M-x au* commands may be defined.
957         (Completion Styles): Mention emacs21 and completion-category-overrides.
959         * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
960         (Windows Keyboard, Windows Mouse, Windows Processes)
961         (Windows Printing, Windows Misc): Copyedits.
962         (ls in Lisp): Update switches list.
964         * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
965         Update dos-mode* function names.
966         (MS-DOS Printing, MS-DOS and MULE): Copyedits.
967         (MS-DOS Processes): Add xref to main ls-lisp section.
969         * ack.texi (Acknowledgments): Mention smie.
971 2012-02-22  Glenn Morris  <rgm@gnu.org>
973         * macos.texi: Copyedits.  Fix @key/@kbd usage.
974         (Mac / GNUstep Basics): Don't mention the panels, since the next
975         section covers them.
976         (Mac / GNUstep Customization): Merge some panel info from previous.
978 2012-02-21  Glenn Morris  <rgm@gnu.org>
980         * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
981         Small fixes.
983         * emacs-xtra.texi: Picture mode is no longer a chapter.
985         * picture-xtra.texi (Basic Picture): C-a does get remapped.
987         * ack.texi (Acknowledgments): Small changes, including resorting,
988         and removal of things no longer distributed.
990 2012-02-20  Glenn Morris  <rgm@gnu.org>
992         * emacs.texi (Top, Preface): Small rephrasings.
993         (menu, detailmenu): Update entries, and reformat some descriptions.
994         * building.texi, display.texi, emacs-xtra.texi, files.texi:
995         * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
996         Reformat some menu descriptions.
998         * ack.texi (Acknowledgments): More updates.
1000         * emacs.texi (Acknowledgments): Add several names from ack.texi,
1001         and from Author: headers.
1002         (Distrib): Small updates.
1004 2012-02-18  Glenn Morris  <rgm@gnu.org>
1006         * ack.texi (Acknowledgments): Add xref to Org manual.
1008         * rmail.texi: Copyedits.  Use 'mail composition buffer' in place
1009         of '*mail*', since Message does not call it that.
1010         (Rmail Reply): Rename rmail-dont-reply-to-names.
1011         \\`info- no longer handled specially.
1012         Update for rmail-enable-mime-composing.
1013         Don't mention 'm' for replies.
1014         Don't mention rmail-mail-new-frame and cancelling, since it does
1015         not work for Message at the moment.
1017         * cal-xtra.texi: Copyedits.
1019         * emacs-xtra.texi: Set encoding to ISO-8859-1.
1021 2012-02-17  Glenn Morris  <rgm@gnu.org>
1023         * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1025         * ack.texi (Acknowledgments): Mention Gnulib.
1027         * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1029         * calendar.texi: Misc small changes, including updating the dates
1030         of examples.
1032 2012-02-16  Glenn Morris  <rgm@gnu.org>
1034         * calendar.texi: Misc small changes.
1036         * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1037         * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1039         * dired-xtra.texi (Subdir Switches): Small fixes.
1041         * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1043 2012-02-15  Glenn Morris  <rgm@gnu.org>
1045         * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1047 2012-02-12  Glenn Morris  <rgm@gnu.org>
1049         * ack.texi (Acknowledgments):
1050         * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1052 2012-02-10  Glenn Morris  <rgm@gnu.org>
1054         * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
1056         * programs.texi (Misc for Programs): Mention electric-layout-mode.
1058 2012-02-09  Glenn Morris  <rgm@gnu.org>
1060         * buffers.texi (Misc Buffer): M-x info does not seem to require a
1061         buffer switch after M-x rename-uniquely.
1063         * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1065 2012-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1067         * text.texi (Org Mode): Fix typo.
1069 2012-02-08  Glenn Morris  <rgm@gnu.org>
1071         * ack.texi (Acknowledgments): Update emacs-lock info.
1073         * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1075         * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1077 2012-02-07  Glenn Morris  <rgm@gnu.org>
1079         * files.texi (File Conveniences): Mention ImageMagick images.
1081 2012-02-05  Glenn Morris  <rgm@gnu.org>
1083         * trouble.texi (Checklist): Mention debug-on-event.
1085         * maintaining.texi (Maintaining): Add cross-ref to ERT.
1087 2012-02-04  Glenn Morris  <rgm@gnu.org>
1089         * macos.texi (Customization options specific to Mac OS / GNUstep):
1090         New subsection.
1092         * display.texi (Colors): Mention list-colors-sort.
1094         * files.texi (File Conveniences): Mention image animation.
1096 2012-01-31  Chong Yidong  <cyd@gnu.org>
1098         * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1099         scroll bars (Bug#10666).
1101 2012-01-28  Chong Yidong  <cyd@gnu.org>
1103         * files.texi (Filesets): Fix typos.
1105         * display.texi (Faces): Add xref to Colors node.
1107 2012-01-27  Dani Moncayo  <dmoncayo@gmail.com>
1109         * buffers.texi (Select Buffer): Clarify explanation of switching
1110         to new buffers.  Fix description of next-buffer and
1111         previous-buffer (Bug#10334).
1112         (Misc Buffer): Add xref to View Mode.
1114         * text.texi (Fill Commands): Fix description of
1115         sentence-end-double-space.
1117 2012-01-23  Chong Yidong  <cyd@gnu.org>
1119         * anti.texi (Antinews): Add Emacs 23 antinews.
1121 2012-01-16  Volker Sobek  <reklov@live.com>  (tiny change)
1123         * programs.texi (Comment Commands): Typo (bug#10514).
1125 2012-01-15  Chong Yidong  <cyd@gnu.org>
1127         * xresources.texi (X Resources): Describe GTK+ case first.
1128         (Resources): Don't use borderWidth as an example, since it doesn't
1129         work with GTK+.
1130         (Table of Resources): Clarify role of several resources, including
1131         the Emacs 24 behavior of cursorBlink etc.
1132         (Face Resources): Node deleted.  Recommend using Customize
1133         instead.  Add paragraph to `Table of Resources' node summarizing
1134         how to use X resources for changing faces.
1135         (Lucid Resources): Rewrite, omitting description of font names,
1136         referring to the Fonts node instead.
1137         (LessTif Resources): Copyedits.
1138         (GTK resources): Rewrite, describing the difference between gtk2
1139         and gtk3.
1140         (GTK Resource Basics): New node.
1141         (GTK Widget Names, GTK Names in Emacs): Rewrite.
1142         (GTK styles): Just refer to Fonts node for GTK font format.
1144         * display.texi (Faces): Document the cursor face.
1146 2012-01-14  Chong Yidong  <cyd@gnu.org>
1148         * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
1149         (General Variables): Add xref to Lisp Libraries.
1150         (Initial Options): Copyedits.
1151         (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1152         (Environment): Clarify what getenv does.
1153         (General Variables): Clarify EMACSPATH etc.  Emacs does not assume
1154         light backgrounds on xterms.
1155         (Misc Variables): TEMP and TMP are not Windows-specific.
1156         (Display X): Copyedits.
1157         (Colors X): -bd does nothing for GTK.
1158         (Icons X): Gnome 3 doesn't use taskbars.
1160         * misc.texi (Shell): Document exec-path here.
1162         * rmail.texi (Movemail): Add xref for exec-path.
1164 2012-01-13  Glenn Morris  <rgm@gnu.org>
1166         * dired.texi (Dired and Find): Clarify find-ls-options.
1168 2012-01-09  Chong Yidong  <cyd@gnu.org>
1170         * custom.texi (Custom Themes): Switch custom-safe-themes to use
1171         SHA-256.
1173 2012-01-07  Chong Yidong  <cyd@gnu.org>
1175         * display.texi (Useless Whitespace): Add Whitespace mode.
1177         * custom.texi (Hooks): Discuss how to disable minor modes.
1179         * files.texi (Diff Mode): Discuss diff-auto-refine-mode
1180         (Bug#10309).  Discuss use of Whitespace mode (Bug#10300).
1182         * trouble.texi (Lossage): Refer to Bugs node for problems.
1183         (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1184         (Screen Garbled): Don't refer to terminal "manufacturers".
1185         (Total Frustration): Node deleted.  Eliza is documented in
1186         Amusements now.
1187         (Known Problems): More info about using the bug tracker.
1188         Mention debbugs package.
1189         (Bug Criteria): Copyedits.
1190         (Understanding Bug Reporting): Mention emacs -Q.
1192 2012-01-06  Chong Yidong  <cyd@gnu.org>
1194         * custom.texi (Specifying File Variables): The mode: keyword
1195         doesn't have to be first anymore.  Add example of specifying minor
1196         modes.
1197         (Directory Variables): Simplify example.  Mention application to
1198         non-file buffers.
1199         (Disabling): Use "initialization file" terminology.
1200         (Init Examples): Fix hook example.
1202 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
1204         * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1205         (Bug#10422)
1206         Move the stuff about resources to xresources.texi.
1208         * xresources.texi (Resources): Move information about setting X
1209         resources in the Registry from cmdargs.texi.  Make the index entry
1210         be similar to the one in cmdargs.texi.
1212 2012-01-05  Chong Yidong  <cyd@gnu.org>
1214         * custom.texi (Customization Groups): Update example.
1215         (Browsing Custom): Document the new search field.
1216         (Changing a Variable): Update example for Emacs 24 changes.
1217         Document Custom-set and Custom-save commands.
1218         (Face Customization): Document Emacs 24 changes.  De-document
1219         modify-face.
1220         (Specific Customization): Mention customize-variable.
1221         (Custom Themes): Add customize-themes, custom-theme-load-path,
1222         custom-theme-directory, and describe-theme.
1223         (Creating Custom Themes): New node.
1224         (Examining): Mention M-:.
1226         * package.texi (Packages): Fix typo.
1228 2012-01-03  Chong Yidong  <cyd@gnu.org>
1230         * misc.texi (Single Shell): Don't document Lisp usage of
1231         shell-command.  Tidy up discussion of synchronicity.  Add index
1232         entries for async-shell-command.
1233         (Interactive Shell): Note that M-x shell uses shell-file-name.
1234         Note change in behavior in Emacs 24.
1235         (Shell Mode): Shell mode now uses completion-at-point.
1236         (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1237         default method for recognizing prompts nowadays.
1238         (Shell Ring): Add xref to Minibuffer History.
1239         (Directory Tracking): Explain Dirtrack mode in more detail.
1240         (Term Mode): Fix index entries.
1241         (Paging in Term): Merge into Term Mode.
1242         (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1243         (Printing): Fix xref.  State default of lpr-switches.
1244         (PostScript): Remove obsolete sentence.  Omit description of
1245         non-interactive behaviors.
1246         (Hyperlinking): Improve description.
1247         (Browse-URL): Using compose-mail for mailto URLs is the default.
1248         Document browse-url-mailto-function.
1249         (Goto Address mode): Add index entries.  Add xref to Browse-URL.
1250         (FFAP): FFAP is not a minor mode.
1251         (Amusements): M-x lm was renamed to M-x landmark.
1252         Document nato-region.
1254 2012-01-01  Chong Yidong  <cyd@gnu.org>
1256         * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1257         (Gnus Startup): Note that the system might not be set up for news.
1258         Describe group levels more clearly.
1259         (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1260         Summary of Gnus.
1261         (Document View): Copyedits.  Move zoom commads to DocView
1262         Navigation node.
1263         (DocView Navigation, DocView Searching, DocView Slicing)
1264         (DocView Conversion): Nodes renamed from Navigation, etc.
1266         * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1268 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
1270         * basic.texi (Moving Point): Fix the description of C-n and C-p.
1271         (Bug#10380)
1273 2011-12-30  Chong Yidong  <cyd@gnu.org>
1275         * sending.texi (Sending Mail): Document initial mail buffer name,
1276         and changed multiple mail buffer behavior.
1277         (Mail Format): Put the example at the top of the section.
1278         (Mail Headers): Move discussion of "From" to the top.
1279         (Mail Sending): Document sendmail-query-once.
1280         (Citing Mail): Make it less Rmail-specific.
1282 2011-12-29  Chong Yidong  <cyd@gnu.org>
1284         * text.texi (Org Mode): Copyedits.  Refer to Outline Format for
1285         example.  Add index entries.
1286         (Org Organizer, Org Authoring): Nodes renamed.  Copyedits.
1288 2011-12-26  Chong Yidong  <cyd@gnu.org>
1290         * dired.texi (Dired Enter, Misc Dired Features):
1291         Document dired-use-ls-dired changes.  Mention quit-window.
1292         (Dired Navigation): Add index entries.
1293         (Dired Visiting): Fix View Mode xref.
1294         (Marks vs Flags): Prefer C-/ binding for undo.
1295         (Subdirectories in Dired): Add xrefs.
1296         (Misc Dired Features): Document some Emacs 24 changes.  Add index
1297         entries.
1299         * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1300         variable, since it is explained in Minor Modes node.
1301         (Defining Abbrevs): Copyedits.
1302         (Expanding Abbrevs): State default of abbrev-all-caps.  Prefer the
1303         C-/ binding for undo.
1304         (Dabbrev Customization): Add xrefs for case-fold-search and
1305         case-replace.
1307         * dired-xtra.texi (Subdir Switches): Add xref.
1309         * maintaining.texi (VC Directory Commands): Mention quit-window.
1311 2011-12-25  Chong Yidong  <cyd@gnu.org>
1313         * maintaining.texi (Tags): Mention Semantic.
1314         (Create Tags Table, Etags Regexps): Copyedits.
1315         (Find Tag): Mention minibuffer completion.
1316         (List Tags): Mention completion-at-point.  Completion is actually
1317         available in M-x list-tags.
1319         * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1320         Document vc-delete-file.
1322         * files.texi (Misc File Ops): Mention vc-delete-file.
1324         * programs.texi (Symbol Completion): Mention completion-at-point
1325         explicitly.
1327 2011-12-22  Chong Yidong  <cyd@gnu.org>
1329         * maintaining.texi (Change Log Commands): Don't specially mention
1330         vc-update-change-log which is CVS-only.
1332         * vc1-xtra.texi (Version Headers): Note that these are for
1333         Subversion, CVS, etc. only.
1334         (General VC Options): De-document vc-keep-workfiles.
1335         Fix RCS-isms.
1337 2011-12-22  Eli Zaretskii  <eliz@gnu.org>
1339         * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1340         should be @end iftex".
1342 2011-12-21  Chong Yidong  <cyd@gnu.org>
1344         * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1345         (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1346         (VC Pull): Mention vc-log-incoming.
1347         (Log Buffer): Add CVS/RCS only disclaimer.
1349         * vc1-xtra.texi (Remote Repositories): Update introduction.
1350         (Local Version Control): Node deleted (obsolete with DVCSes).
1351         (Remote Repositories, Version Backups): Node deleted.
1352         Move documentation of vc-cvs-stay-local to CVS Options.
1353         (CVS Options): Reduce verbosity of description of obscure CVS
1354         locking feature.
1355         (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1356         Tags node.
1357         (Revision Tags): Move under Miscellaneous VC subsection.
1358         (Change Logs and VC): Note that this is wrong for DVCSs.
1359         De-document log entry manipulating features.
1360         (Renaming and VC): Describe how it works on modern VCSes.
1362         * files.texi (Misc File Ops): Mention vc-rename-file.
1364         * programs.texi (Custom C Indent): Add index entries.
1366 2011-12-20  Alan Mackenzie  <acm@muc.de>
1368         * programs.texi (Motion in C): Update the description of C-M-a and
1369         C-M-e, they now DTRT in enclosing scopes.
1370         (Custom C Indent): Add @dfn{guessing} of the indentation style.
1372 2011-12-20  Chong Yidong  <cyd@gnu.org>
1374         * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1375         (Old Revisions): Use it.
1376         (VCS Repositories): Add "distributed" terminology.
1377         (Log Buffer): Remove duplicate description
1378         about changesets.  Fix "current VC fileset" ambiguity.
1379         (Multi-User Branching): Node deleted.
1380         (Branches, Switching Branches): Discuss decentralized version
1381         control systems.
1382         (VC Pull): New node.
1383         (Merging): Document merging on decentralized systems.
1384         (Creating Branches): Note that this is specific to CVS and related
1385         systems.
1387 2011-12-19  Chong Yidong  <cyd@gnu.org>
1389         * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1390         (VC Mode Line): Add index entry for "version control status".
1391         (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1392         Document vc-revert-show-diff.  De-document vc-rollback.
1393         (VC Directory Mode): Rewrite introduction.  Move prefix arg
1394         documentation here from VC Directory Buffer node.
1395         (VC Directory Buffer): Use a decentralized VCS example.
1396         (VC Directory Commands): Use a table.  Remove material duplicated
1397         in previous nodes on multi-file VC filsets.
1399 2011-12-17  Chong Yidong  <cyd@gnu.org>
1401         * maintaining.texi (VCS Concepts): Make "revision" terminology
1402         less CVS-specific.
1403         (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1404         Registering node.
1405         (Secondary VC Commands): Delete.  Promote subnodes.
1406         (Log Buffer): Add command name for C-c C-c.  Fix the name of the
1407         log buffer.  Add index entries.
1408         (VCS Changesets, Types of Log File, VC With A Merging VCS):
1409         Use "commit" terminology.
1410         (Old Revisions): Move it to just before VC Change Log.  "Tag" here
1411         doesn't refer to tags tables.  Note other possible forms of the
1412         revision ID.  C-x v = does not save.
1413         (Registering): Note similarity to C-x v v action.  Fix description
1414         of how backends are chosen.  De-document vc-default-init-revision.
1415         (VC Change Log): Document C-x v l in VC-Dir buffer.  Document RET
1416         in root log buffers.
1418 2011-12-16  Chong Yidong  <cyd@gnu.org>
1420         * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1421         (Basic VC Editing): Remove redundant descriptions.
1422         (VC With A Merging VCS): Make description more general instead of
1423         CVS-specific.
1424         (VC With A Locking VCS): Use VC fileset terminology.
1426 2011-12-12  Chong Yidong  <cyd@gnu.org>
1428         * building.texi (Executing Lisp): Fix xref for C-M-x.
1429         (Lisp Libraries): Add xref to node explaining `load' in Lisp
1430         manual.  Note that load-path is not customizable.
1431         (Lisp Eval): Note that listed commands are available globally.
1432         Explain the meaning of "defun" in the C-M-x context.
1433         (Lisp Interaction): Copyedits.
1434         (External Lisp): Fix name of inferior Lisp buffer.
1435         Mention Scheme.
1436         (Compilation): Define "inferior process".
1438 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
1440         * msdog.texi (Windows Fonts): Document how to force GDI font
1441         backend on MS-Windows.
1443 2011-12-10  Chong Yidong  <cyd@gnu.org>
1445         * building.texi (Compilation): Say what the -k flag to make does.
1446         Move subprocess discussion to Compilation Shell.
1447         (Compilation Mode): Add xref for grep, occur, and mouse
1448         references.  Define "locus".
1449         (Grep Searching): Use @command.
1450         (Debuggers, Commands of GUD, GDB Graphical Interface):
1451         Clarify intro.
1452         (Starting GUD): Clarify how arguments are specified.
1453         (Debugger Operation): Index entry for "GUD interaction buffer",
1454         and move basic description here from Commands of GUD node.
1455         (GDB User Interface Layout): Copyedits.
1456         (Source Buffers): Remove gdb-find-source-frame, which is not in
1457         gdb-mi.el.
1458         (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
1459         toggle-gdb-all-registers, which are not in gdb-mi.el.
1460         Don't re-document GUD interaction buffers.
1462         * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1463         (Semantic): Add cindex entries for Semantic.
1465 2011-12-06  Chong Yidong  <cyd@gnu.org>
1467         * programs.texi (Man Page): Clarify how to use Man-switches.
1468         Don't bother documenting Man-fontify-manpage-flag.
1469         (Lisp Doc): Add xref to Name Help node.
1470         (Hideshow): Add cindex.  Mention role of ellipses, and default
1471         value of hs-isearch-open.  Don't bother documenting
1472         hs-special-modes-alist.
1473         (Symbol Completion): Add kindex for C-M-i.  Don't recommend
1474         changing the window manager binding of M-TAB.
1476 2011-12-05  Chong Yidong  <cyd@gnu.org>
1478         * programs.texi (Comment Commands): Fix description of for M-; on
1479         blank lines.  Move documentation of comment-region here.
1480         (Multi-Line Comments): Clarify the role of comment-multi-line.
1481         Refer to Comment Commands for comment-region doc.
1482         (Options for Comments): Refer to Multi-Line Comments for
1483         comment-multi-line doc, instead of duplicating it.  Fix default
1484         values of comment-padding and comment-start-skip.
1486 2011-12-04  Chong Yidong  <cyd@gnu.org>
1488         * programs.texi (Program Modes): Mention modes that are not
1489         included with Emacs.  Fix references to other manuals for tex.
1490         Add index entry for backward-delete-char-untabify.
1491         Mention prog-mode-hook.
1492         (Which Function): Use "global minor mode" terminology.
1493         (Basic Indent, Multi-line Indent): Refer to previous descriptions
1494         in Indentation chapter to avoid duplication.
1495         (Expressions): Copyedit.
1496         (Matching): Document Electric Pair mode.
1498         * ack.texi (Acknowledgments):
1499         * rmail.texi (Movemail, Other Mailbox Formats):
1500         * frames.texi (Frames): Don't capitalize "Unix".
1502 2011-12-04  Chong Yidong  <cyd@gnu.org>
1504         * text.texi (Nroff Mode): Mention what nroff is.
1505         (Text Based Tables, Table Recognition): Don't say "Table mode"
1506         since it's not a major or minor mode.
1507         (Text Based Tables): Reduce the size of the example.
1508         (Table Definition): Clarify definitions.
1509         (Table Creation): Add key table.
1510         (Cell Commands): Use kbd for commands.
1511         (Table Rows and Columns): Combine nodes Row Commands and Column
1512         Commands.
1513         (Fixed Width Mode): Node deleted; contents moved to parent.
1514         (Table Conversion): Shorten example.
1515         (Measuring Tables): Merge into Table Misc.
1517 2011-12-03  Chong Yidong  <cyd@gnu.org>
1519         * text.texi (TeX Mode): Mention AUCTeX package.
1520         (TeX Editing): Add xref to documentation for Occur.
1521         (LaTeX Editing): Add xref to Completion node.
1522         (TeX Print): Fix description of tex-directory.
1523         (Enriched Text): Rename from Formatted Text.  Make this node and
1524         its subnodes less verbose, since text/enriched files are
1525         practically unused.
1526         (Enriched Mode): Rename from Requesting Formatted Text.
1527         (Format Colors): Node deleted.
1528         (Enriched Faces): Rename from Format Faces.  Describe commands
1529         for applying colors too.
1530         (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1532         * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1534         * display.texi (Colors): New node.
1536         * cmdargs.texi (Colors X):
1537         * xresources.texi (GTK styles):
1538         * custom.texi (Face Customization): Reference it.
1540         * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1541         Link to Fill Commands for Justification entry.
1543 2011-12-03  Eli Zaretskii  <eliz@gnu.org>
1545         * display.texi (Auto Scrolling): More accurate description of what
1546         scroll-*-aggressively does, including the effect of non-zero
1547         margin.  Fix "i.e." markup.
1549 2011-12-02  Chong Yidong  <cyd@gnu.org>
1551         * text.texi (Pages): Mention how formfeed chars are displayed.
1552         (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1553         Describe adaptive filling more precisely.
1554         (Fill Commands): Note that filling removes excess whitespace.
1555         (Text Mode): Note auto-mode-alist entries for Text mode.  TAB is
1556         now bound to indent-for-tab-command in Text mode.
1557         (Outline Mode): Copyedits.
1558         (Outline Visibility): Note that Reveal mode is a buffer-local
1559         minor mode.
1561         * modes.texi (Major Modes): Move note about checking major-mode in
1562         a hook function here, from Text mode.
1564 2011-11-28  Chong Yidong  <cyd@gnu.org>
1566         * text.texi (Words): Add xref to Position Info.
1567         (Paragraphs): Add xref to Regexps.
1569         * indent.texi (Indentation): Rewrite introduction.  Move table to
1570         Indentation Commands node.
1571         (Indentation Commands): Add index entries to table.  Copyedits.
1572         (Tab Stops, Just Spaces): Copyedits.
1573         (Indent Convenience): New node.  Document electric-indent-mode.
1575         * programs.texi (Basic Indent):
1576         * windows.texi (Pop Up Window): Fix kindex entry.
1578 2011-11-28  Chong Yidong  <cyd@gnu.org>
1580         * modes.texi (Major Modes): Move major-mode variable doc here from
1581         Choosing Modes.  Document describe-mode.  Document prog-mode-hook
1582         and text-mode-hook.  Add example of using hooks.
1583         (Minor Modes): Document behavior of mode command calls from Lisp.
1584         Note that setting the mode variable using Customize will DTRT.
1585         (Choosing Modes): Add example of setting a minor mode using a
1586         local variable.
1588 2011-11-27  Chong Yidong  <cyd@gnu.org>
1590         * frames.texi (Creating Frames): Move frame parameter example to
1591         Frame Parameters node.
1592         (Frame Commands): C-x 5 o does not warp the mouse by default.
1593         (Fonts): Add more GTK-style properties; also, they should be
1594         capitalized.
1595         (Special Buffer Frames): Node deleted; special-display is on the
1596         way out.
1597         (Frame Parameters): Example moved here from Creating Frames.
1598         Clarify that default-frame-alist affects the initial frame too.
1599         Delete auto-raise-mode and auto-lower-mode.
1600         (Wheeled Mice): Node deleted.  Content moved to Mouse Commands.
1601         (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1603         * windows.texi (Window Choice): Add xref to Lisp manual for
1604         special-display-*.
1606 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1608         * display.texi (Text Display): Update the description,
1609         cross-references, and indexing related to display of control
1610         characters and raw bytes.
1612 2011-11-25  Chong Yidong  <cyd@gnu.org>
1614         * frames.texi (Frames): Rewrite introduction.
1615         (Mouse Commands): Default for mouse-drag-copy-region is now t.
1616         Mouse-3 does not copy to kill ring by default.  DEL does not
1617         behave specially for mouse commands any more.
1618         (Mouse References): Document mouse-1-click-follows-link more
1619         thoroughly.
1620         (Menu Mouse Clicks): Move footnote to the main text and add xref
1621         to Init Rebinding node.
1622         (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1624         * files.texi (Visiting): `C-x 5 f' works on ttys too.
1626 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1628         * display.texi (Font Lock): Fix typo.
1630 2011-11-24  Glenn Morris  <rgm@gnu.org>
1632         * rmail.texi (Rmail Output):
1633         Mention rmail-automatic-folder-directives.  (Bug#9657)
1635 2011-11-21  Chong Yidong  <cyd@gnu.org>
1637         * mark.texi (Global Mark Ring): Fix description of global mark
1638         ring (Bug#10032).
1640 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1642         * msdog.texi (Windows Fonts): Fix typo.
1644 2011-11-17  Glenn Morris  <rgm@gnu.org>
1646         * regs.texi (Bookmarks): Small fixes related to saving.  (Bug#10058)
1648 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1650         * killing.texi (Rectangles):
1651         * misc.texi (Document View):
1652         * modes.texi (Choosing Modes):
1653         * msdog.texi (Windows Fonts):
1654         * regs.texi (Rectangle Registers):
1655         * search.texi (Isearch Yank): Fix typos.
1657 2011-11-06  Chong Yidong  <cyd@gnu.org>
1659         * windows.texi (Basic Window): Add xref to Cursor Display.
1660         (Split Window): Document negative arg for splitting commands.
1661         (Other Window): Document mouse-1 in text area of window.
1662         (Change Window): Don't mention window attributes, since they
1663         aren't defined.  C-x 1 can't be used with minibuffer windows.
1664         Windows are no longer auto-deleted.
1665         (Window Choice): Add xref to Choosing Window in Lisp manual.
1666         (Window Convenience): Note that windmove disables shift-selection.
1667         Move M-x compare-windows here from Other Window node.
1669         * custom.texi (Mouse Buttons):
1670         * search.texi (Isearch Scroll):
1671         * windows.texi (Split Window): Use new names split-window-below
1672         and split-window-right.
1674 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1676         * emacs.texi (Top): Fix typo.
1678 2011-10-25  Glenn Morris  <rgm@gnu.org>
1680         * abbrevs.texi (Saving Abbrevs):
1681         quietly-read-abbrev-file is not a command.  (Bug#9866)
1683 2011-10-24  Chong Yidong  <cyd@gnu.org>
1685         * display.texi (Scrolling): Document scroll-up-line and
1686         scroll-down-line.  Document scroll-command property.
1687         (Recentering): New node, split off from Scrolling.
1689 2011-10-23  Chong Yidong  <cyd@gnu.org>
1691         * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1692         (Tool Bars): Copyedits.
1694         * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1696 2011-10-22  Chong Yidong  <cyd@gnu.org>
1698         * windows.texi (Displaying Buffers): Fix broken lispref link.
1700 2011-10-22  Chong Yidong  <cyd@gnu.org>
1702         * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1703         Move confirm-nonexistent-file-or-buffer discussion here.
1705         * files.texi (File Names, Visiting): Move detailed discussion of
1706         minibuffer confirmation to Minibuffer Exit.
1708         * buffers.texi (Buffers): Tweak mention of mail buffer name.
1709         (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1711 2011-10-21  Chong Yidong  <cyd@gnu.org>
1713         * files.texi (File Names, Visiting, Interlocking): Copyedits.
1714         (Backup Copying): backup-by-copying-when-mismatch is now t.
1715         (Customize Save): Fix description of require-final-newline.
1716         (Reverting): Note that revert-buffer can't be undone.  Mention VC.
1717         (Auto Save Control): Clarify.
1718         (File Archives): Add 7z.
1719         (Remote Files): ange-ftp-make-backup-files defaults to nil.
1721         * arevert-xtra.texi (Autorevert): Copyedits.
1723 2011-10-20  Chong Yidong  <cyd@gnu.org>
1725         * custom.texi (Hooks, Init Examples):
1726         * display.texi (Font Lock):
1727         * fixit.texi (Spelling):
1728         * rmail.texi (Rmail Display): Minor mode function with no arg now
1729         enables it.
1731         * fixit.texi (Spelling): Fix description of inline completion.
1733 2011-10-19  Chong Yidong  <cyd@gnu.org>
1735         * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1736         entries.
1737         (Isearch Yank): Document isearch-yank-pop.
1738         (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1739         (Other Repeating Search): Document Occur Edit mode.
1741 2011-10-18  Chong Yidong  <cyd@gnu.org>
1743         * display.texi (Fringes): Move overflow-newline-into-fringe here,
1744         from Line Truncation node.
1745         (Standard Faces): Note that only the background of the cursor face
1746         has an effect.
1747         (Cursor Display): Fix descriptions of cursor face
1748         and bar cursor blinking.
1749         (Text Display): Document nobreak-char-display more clearly.
1750         (Line Truncation): Add xref to Split Window node.
1751         (Display Custom): Don't bother documenting baud-rate or
1752         no-redraw-on-reenter.
1754         * search.texi (Slow Isearch): Node removed.
1756 2011-10-18  Glenn Morris  <rgm@gnu.org>
1758         * maintaining.texi (Registering): Remove vc-initial-comment.  (Bug#9745)
1760 2011-10-18  Chong Yidong  <cyd@gnu.org>
1762         * display.texi (Faces): Simplify discussion.  Move documentation
1763         of list-faces-display here, from Standard Faces node.
1764         Note special role of `default' background.
1765         (Standard Faces): Note special role of `default' background.
1766         Note that region face may be taken fom GTK.  Add xref to Text Display.
1767         (Text Scale): Rename from "Temporary Face Changes".
1768         Callers changed.  Don't bother documenting variable-pitch-mode.
1769         (Font Lock): Copyedits.  Remove font-lock-maximum-size.
1770         (Useless Whitespace): Simplify description of
1771         delete-trailing-whitespace.  Note active region case.
1772         (Text Display): Fix description of escape-glyph face assignment.
1773         Remove unibye mode discussion.  Update some parts for Unicode.
1774         Move glyphless chars documentation to Lisp manual.
1776         * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1778 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
1780         * display.texi (Scrolling): Tweak explanation of scroll direction.
1781         (View Mode): Add index entries.
1783         * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1785         * regs.texi (Text Registers): C-x r i does not activate the mark.
1786         (Bookmarks): Document new default bookmark location.
1788 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1790         * killing.texi (Deletion): Add xref to Using Region.
1791         Document delete-forward-char.
1792         (Yanking): Move yank-excluded-properties to Lisp manual.  Move C-y
1793         description here.  Recommend C-u C-SPC for jumping to mark.
1794         (Kill Ring): Move kill ring variable documentation here.
1795         (Primary Selection): Copyedits.
1796         (Rectangles): Document new command rectangle-number-lines.
1797         (CUA Bindings): Note that this disables the mark-even-if-inactive
1798         behavior for C-x and C-c.
1800         * mark.texi (Mark): Mention "active region" terminology.
1801         (Using Region): Document delete-active-region.
1803 2011-10-12  Chong Yidong  <cyd@stupidchicken.com>
1805         * mark.texi (Mark): Clarify description of disabled Transient Mark
1806         mode (Bug#9689).
1807         (Setting Mark): Document prefix arg for C-x C-x.  Document primary
1808         selection changes.  Mention that commands like C-y set the mark.
1809         (Marking Objects): Add xref to Words node.  Note that mark-word
1810         and mark-sexp also have the "extend region" behavior.
1811         (Using Region): Mention M-$ in the table.
1812         Document mark-even-if-inactive here instead of in Mark Ring.
1813         (Mark Ring): Move mark-even-if-inactive to Using Region.
1814         Take note of the "Mark Set" behavior.
1815         (Disabled Transient Mark): Rename from "Persistent Mark"
1816         (Bug#9688).  Callers changed.
1818         * programs.texi (Expressions):
1819         * text.texi (Words): Defer to Marking Objects for mark-word doc.
1821 2011-10-09  Chong Yidong  <cyd@stupidchicken.com>
1823         * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1824         option" terminology.
1825         (Key Help): Add command names.  Define "documentation string".
1826         (Name Help): Remove an over-long joke.
1827         (Apropos): Document prefix args.  Remove duplicated descriptions.
1828         (Help Mode): Add C-c C-b to table.  Update TAB binding.
1829         (Package Keywords): Rename from "Library by Keyword".
1830         Describe new package menu interface.
1831         (Help Files, Help Echo): Tweak description.
1833         * mini.texi (Completion Options): Add completion-cycle-threshold.
1834         (Minibuffer History): Document numeric args to history commands.
1836 2011-10-08  Eli Zaretskii  <eliz@gnu.org>
1838         * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1840 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1842         * basic.texi (Position Info): Omit page commands.
1843         Document count-words-region and count-words.
1845         * text.texi (Pages): Move what-page documentation here.
1847 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1849         * mini.texi (Minibuffer File): Minor copyedits.  Use xref to
1850         Remote Files node instead of linking directly to the Tramp manual.
1851         (Minibuffer Edit): Add xref to Blank Lines.
1852         (Completion): Add xref to Symbol Completion.  Remove redundant
1853         example, which is repeated in the next node.
1854         (Completion Commands): Minor clarifications.
1855         (Completion Styles): New node, split from Completion Commands.
1856         Document substring and initials styles.
1857         (Strict Completion): Remove information duplicated in other nodes.
1858         (Completion Options): Consolidate case difference discussion here.
1860         * help.texi (Help Mode): Fix kindex entries.
1862         * files.texi (File Names): Add index entries.
1864 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
1866         * basic.texi (Inserting Text): Add xref to Completion.
1867         Add ucs-insert example, and document prefix argument.
1868         (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1869         to left/right.  Tweak left-char and right-char descriptions.
1870         M-left and M-right are now bound to left-word/right-word.
1871         (Erasing): Document delete-forward-char.
1873         * screen.texi (Screen, Menu Bar): Copyedits.
1874         (Point): Remove duplicate paragraph on cursors, also in Screen.
1875         (Mode Line): Trailing dashes no longer shown on X displays.
1877         * frames.texi (Non-Window Terminals): Index just "text-only
1878         terminal", which is used throughout the manual now.
1880         * entering.texi (Entering Emacs): Define "startup screen".
1881         Document window-splitting behavior with command-line inputs.
1882         (Exiting): Remove obsolete paragraph about shells without suspend
1883         functionality.
1885         * commands.texi (User Input): Define "input event" more clearly.
1886         (Keys): Add xref to Echo Area.
1887         (Commands): Clarify relation between commands and functions.
1889 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
1891         * misc.texi (emacsclient Options): Document how emacsclient runs
1892         the Emacs daemon (Bug#9674).
1894 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1896         * basic.texi (Moving Point):
1897         * custom.texi (Mouse Buttons):
1898         * rmail.texi (Rmail Scrolling):
1899         * search.texi (Isearch Scroll):
1900         * display.texi (Scrolling): Replace scroll-up/down with
1901         scroll-up/down-command.  Fix scroll-preserve-screen-position
1902         description.  Document scroll-error-top-bottom.
1904 2011-09-30  Glenn Morris  <rgm@gnu.org>
1906         * commands.texi (Keys): Whitespace fix.  (Bug#9635)
1908 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1910         * windows.texi (Pop Up Window): Defer discussion of window
1911         splitting to the Window Choice node.  Add index entries.
1912         (Force Same Window): Node deleted.
1913         (Displaying Buffers, Window Choice): New nodes.
1915         * buffers.texi (Select Buffer): Clarify description of
1916         buffer-switching commands.  Add xref to Window Display node.
1917         Don't repeat confirm-nonexistent-file-or-buffer description from
1918         Visiting node.  Remove even-window-heights.
1920         * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1922 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1924         * cmdargs.texi (Icons X): Fix description of Emacs icon.
1926         * xresources.texi (Table of Resources): Fix documentation of
1927         bitmapIcon.
1929 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
1931         * package.texi (Package Menu): Add package-menu-mark-upgrades.
1933 2011-09-12  Eric Hanchrow  <eric.hanchrow@gmail.com>
1935         * frames.texi (Frame Commands): Note that delete-other-frames only
1936         deletes frames on current terminal.
1938 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1940         * sending.texi (Mail Misc): Document mail-add-attachment.
1942 2011-09-04  Eli Zaretskii  <eliz@gnu.org>
1944         * basic.texi (Inserting Text): Add index entries.  (Bug#9433)
1946 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1948         * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1950 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1952         * files.texi (File Archives):
1953         * cal-xtra.texi (Diary Display):
1954         * help.texi (Help Mode): Add xref to View Mode.
1956 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1958         * display.texi (View Mode): New node.  Move view-file here from
1959         Misc File Ops.  Move view-buffer here from Misc Buffer.
1961         * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1963         * files.texi (Misc File Ops): Document new
1964         delete-by-moving-to-trash behavior.  Remove view-file.
1966         * dired.texi (Dired Deletion): Shorten description of Trash.
1968         * misc.texi (emacsclient Options): Document server-port.
1970 2011-08-27  Eli Zaretskii  <eliz@gnu.org>
1972         * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1973         even on MS-Windows.  Fix a typo.
1975 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
1977         * package.texi: New file, documenting the package manager.
1979         * emacs.texi: Include it.
1981         * help.texi (Help Summary): Add describe-package.
1983 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
1985         * misc.texi (Printing): Convert subnodes into subsections.
1987         * text.texi (Two-Column): Move into Text chapter.
1989         * picture-xtra.texi (Picture Mode): Group with Editing Binary
1990         Files section.  Convert from chapter into section.
1992         * display.texi (Narrowing): Move into display chapter.
1994         * sending.texi (Sending Mail):
1995         * rmail.texi (Rmail):
1996         * misc.texi (Gnus, Document View):
1997         * dired.texi (Dired):
1998         * emacs.texi: Group the mail, rmail, and gnus chapters together.
2000 2011-08-07  Juri Linkov  <juri@jurta.org>
2002         * dired.texi (Operating on Files): Rewrite according to the fact
2003         that `dired-do-chmod' doesn't use the `chmod' program anymore.
2005 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
2007         * mini.texi (Minibuffer File): Insert a reference to Tramp for
2008         remote file name completion.  (Bug#9197)
2010 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
2012         * mule.texi (Bidirectional Editing): Document the fact that
2013         bidi-display-reordering is t by default.
2015 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017         * help.texi (Misc Help): Mention `describe-prefix-bindings'
2018         explicitly (bug#8904).
2020 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022         * trouble.texi (Checklist): Use an `M-x' example instead of an
2023         Emacs Lisp form to switch on the dribble file (bug#8056).
2025 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027         * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2029 2011-07-13  Glenn Morris  <rgm@gnu.org>
2031         * dired.texi (Dired Enter): Mention --dired.  (Bug#9039)
2033 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035         * mark.texi (Mark Ring): Clarify how many locations are saved
2036         (bug#5770).
2037         (Global Mark Ring): Ditto.
2039 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041         * text.texi (Table Recognition): Use "at point" instead of "under
2042         point" (bug#4345).
2044         * display.texi (Cursor Display): Mention `cursor-type'.
2046         * screen.texi (Point): Clarify that it's only if you use a block
2047         cursor that it appears to be on a character (bug#4345).
2049 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2051         * misc.texi (Amusements): Move dissociated press here, from its
2052         own section.
2054         * emacs.texi (Top): Update node listing.
2056 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058         * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
2059         clarity (bug#3523).
2061 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2063         * cmdargs.texi (Initial Options): Document --no-site-lisp.
2064         (Misc X): Document --parent-id.
2066         * frames.texi (Frame Commands): Note that focus-follows-mouse now
2067         defaults to nil.
2069         * misc.texi (emacsclient Options): Document --parent-id.
2071         * msdog.texi (Windows HOME): Document _emacs as obsolete.
2073 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075         * emacs.texi: Use "..." instead of ``...'' in the menus
2076         (bug#3503).
2078 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
2080         * killing.texi (Primary Selection): Document `only' setting for
2081         select-active-regions.
2083         * mark.texi (Setting Mark): Reference Shift Selection node.
2085         * frames.texi (Mouse Commands): Document mouse-yank-primary.
2087 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089         * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2090         motion keys" (bug#3503).
2092         * emacs.texi: Change all the register node names from "RegPos"
2093         (etc.) to "Positional Registers" (etc.) (bug#3314).
2095 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
2097         * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2098         (Other Kill Commands, Kill Options): Copyedits.
2099         (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2100         (Yanking): Move yank-excluded properties discussion here.
2101         (Cut and Paste): Move from frames.texi.  Update subnodes to
2102         describe x-select-enable-clipboard case.
2104         * frames.texi: Move Cut and Paste node and subnodes into
2105         killing.texi, except Mouse Commands and Word and Line Mouse.
2107 2011-07-10  Andy Moreton  <andrewjmoreton@gmail.com>  (tiny change)
2109         * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2111 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113         * screen.texi (Mode Line): Clarify that coding systems are
2114         characters, not letters (bug#1749).
2116         * cmdargs.texi (Environment): Mention removing variables
2117         (bug#1615).  Text suggested by Kevin Rodgers.
2119 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
2121         * misc.texi (Amusements): Don't mention Yow; it's crippled.
2123         * modes.texi: Rename from major.texi.
2124         (Modes): New node.  Make Major Modes and Minor Modes subsections
2125         of this.  All callers changed.
2127         * custom.texi (Minor Modes): Move to modes.texi.
2129 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
2131         * custom.texi (Syntax): Node deleted.
2133         * help.texi (Help Summary):
2134         * major.texi (Major Modes):
2135         * programs.texi (Parentheses):
2136         * search.texi (Regexp Backslash, Regexp Backslash)
2137         (Regexp Backslash):
2138         * text.texi (Words): Callers changed.
2140         * text.texi (Refill, Longlines): Delete nodes.
2142         * ack.texi (Acknowledgments): Longlines removed from manual.
2144         * emacs.texi (Top): Update node listing.
2146 2011-07-09  Glenn Morris  <rgm@gnu.org>
2148         * fortran-xtra.texi (Fortran): Update handled extensions.
2150 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152         * display.texi (Scrolling): `C-v' (etc) are now bound to
2153         `scroll-*-command' (bug#8349).
2155 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157         * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
2158         doesn't actually delete any files (bug#7125).
2160         * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2161         argument for `C-c C-k' (bug#7391).
2163         * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2164         you're currently using (bug#8489).
2166 2011-07-01  Eli Zaretskii  <eliz@gnu.org>
2168         * mule.texi (Coding Systems): Move index entries from the previous
2169         change into their proper places.
2171 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173         * help.texi (Help Files): Document view-external-packages (bug#8902).
2175         * mule.texi (Coding Systems): Put a few more of the coding systems
2176         into the index (bug#8900).
2178 2011-06-26  Glenn Morris  <rgm@gnu.org>
2180         * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2182 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
2184         * misc.texi (emacsclient Options): Mention --frame-parameters.
2186 2011-06-09  Glenn Morris  <rgm@gnu.org>
2188         * custom.texi (Specifying File Variables):
2189         Recommend explicit arguments for minor modes.
2191 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2193         Document wide integers better.
2194         * buffers.texi (Buffers):
2195         * files.texi (Visiting): Document maxima for 64-bit machines,
2196         and mention virtual memory limits.
2198 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
2200         * custom.texi (Hooks): Reorganize.  Mention Prog mode.
2202         * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2203         prog mode (Bug#8240).
2205 2011-05-27  Glenn Morris  <rgm@gnu.org>
2207         * custom.texi (Specifying File Variables):
2208         Major modes no longer need come first.
2210 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
2212         * mule.texi (Specify Coding, Text Coding, Communication Coding):
2213         (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2215 2011-05-18  Glenn Morris  <rgm@gnu.org>
2217         * ack.texi (Acknowledgments): Remove fakemail.c.
2219 2011-05-17  Chong Yidong  <cyd@stupidchicken.com>
2221         Fixes for fitting text into 7x9 printed manual.
2222         * building.texi (Flymake, Breakpoints Buffer):
2223         * calendar.texi (Appointments):
2224         * cmdargs.texi (General Variables, Display X):
2225         * custom.texi (Saving Customizations, Face Customization)
2226         (Directory Variables, Minibuffer Maps, Init Rebinding):
2227         * display.texi (Font Lock, Font Lock, Useless Whitespace):
2228         * fixit.texi (Spelling):
2229         * frames.texi (Creating Frames, Fonts):
2230         * help.texi (Help Files):
2231         * mini.texi (Minibuffer File):
2232         * misc.texi (emacsclient Options, Emulation):
2233         * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2234         * mule.texi (International Chars, Language Environments)
2235         (Select Input Method, Modifying Fontsets, Charsets):
2236         * programs.texi (Custom C Indent):
2237         * rmail.texi (Rmail Labels):
2238         * text.texi (Table Conversion):
2239         * trouble.texi (Known Problems, Known Problems):
2240         * windows.texi (Change Window):
2241         * xresources.texi (GTK resources): Reflow text and re-indent code
2242         examples to avoid TeX overflows and underflows on 7x9 paper.
2244         * emacs.texi: Fix the (commented out) smallbook command.
2246         * macos.texi (Mac / GNUstep Events):
2247         * xresources.texi (Lucid Resources): Remove extraneous examples.
2249 2011-05-10  Glenn Morris  <rgm@gnu.org>
2251         * custom.texi (Specifying File Variables):
2252         Deprecate using mode: for minor modes.
2254 2011-05-07  Glenn Morris  <rgm@gnu.org>
2256         * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2258 2011-05-06  Glenn Morris  <rgm@gnu.org>
2260         * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2262         * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2264 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * misc.texi (Emacs Server): Document `server-eval-at'.
2268 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
2270         * maintaining.texi (List Tags): Document next-file.
2271         Suggested by Uday S Reddy.
2273 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
2275         * mini.texi (Minibuffer Edit):
2276         * screen.texi (Mode Line): Fix typo.
2278 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
2280         * maintaining.texi (Old Revisions): Mention new function vc-ediff.
2282 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2284         * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2286 2011-03-30  Eli Zaretskii  <eliz@gnu.org>
2288         * display.texi (Auto Scrolling): Document the limit of 100 lines
2289         for never-recentering scrolling with `scroll-conservatively'.
2290         (Bug#6671)
2292 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
2294         * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2295         HOME on Windows and where it looks for init files.  (Bug#8221)
2297 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
2299         * search.texi (Regexp Example):
2300         * mule.texi (International Chars):
2301         * building.texi (External Lisp): Don't use characters outside
2302         ISO-8859-1.
2304 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
2306         * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2307         Use Texinfo @-commands for non Latin-1 characters.
2309         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2311         * custom.texi (Init File): Add index entries for ".emacs".
2312         (Bug#8210)
2314 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
2316         * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2317         for Gtk+ 3.
2319 2011-03-08  Glenn Morris  <rgm@gnu.org>
2321         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2322         * emacs.texi (Acknowledgments):
2323         * ack.texi (Acknowledgments): Names to UTF-8.
2324         * emacs.texi: Set documentencoding.
2326         * display.texi (Optional Mode Line): Don't mention exactly where
2327         display-time appears.  (Bug#8193)
2329 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2331         * Version 23.3 released.
2333 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
2335         * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2337 2011-03-03  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2339         * misc.texi (emacsclient Options): Add q/quiet.
2341 2011-03-02  Glenn Morris  <rgm@gnu.org>
2343         * mule.texi (Communication Coding) <x-select-request-type>:
2344         Remove duplicate (essentially) paragraph.  (Bug#8148)
2346 2011-03-01  Christoph Scholtes  <cschol2112@googlemail.com>
2348         * maintaining.texi (Format of ChangeLog): Add reference to
2349         add-log-full-name.
2350         (Change Log Commands): Add documentation for combining multiple
2351         symbols in one change.
2353 2011-03-01  Glenn Morris  <rgm@gnu.org>
2355         * custom.texi (Directory Variables):
2356         Give an example of excluding subdirectories.
2358 2011-02-28  Eli Zaretskii  <eliz@gnu.org>
2360         * search.texi (Regexp Search): Move index entries about regexps to the
2361         "Regexps" node.  Add index entries for regexp search.  (Bug#8096)
2363 2011-02-19  Glenn Morris  <rgm@gnu.org>
2365         * dired.texi (Dired): Dired-X version number was dropped.
2367 2011-02-14  Jan Djärv  <jan.h.d@swipnet.se>
2369         * xresources.texi (X Resources): Remove *faceName and replace it with
2370         *font for Lucid.
2372 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
2374         * rmail.texi (Rmail Display): Document Rmail MIME support more
2375         accurately.
2377         * maintaining.texi (VC Change Log): Document vc-log-incoming and
2378         vc-log-outgoing.
2379         (Merging): Document vc-find-conflicted-file.
2381 2011-02-05  Glenn Morris  <rgm@gnu.org>
2383         * custom.texi (Variables): Fix typo.
2385 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
2387         * search.texi (Regexps): Copyedits.  Mention character classes
2388         (Bug#7809).
2390         * files.texi (File Aliases): Restore explanatory text from Eli
2391         Zaretskii, accidentally removed in 2011-01-08 commit.
2393 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2395         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2396         (MAKEINFO_OPTS): New variable.
2397         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2398         (emacs.html): New target.
2399         (clean): Remove emacs.html.
2401 2011-01-23  Werner Lemberg  <wl@gnu.org>
2403         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2404         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2405         (ENVADD): Updated.
2407 2011-01-18  Glenn Morris  <rgm@gnu.org>
2409         * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2411         * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2413 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2415         * building.texi (Compilation): Improve instructions for running two
2416         compilations (Bug#7573).
2418         * files.texi (Backup Names): Document the new location of the
2419         last-resort backup file.
2421         * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2422         manual.  Explain why directory-abbrev-alist elements should be anchored
2423         (Bug#7777).
2425 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2427         * msdog.texi (Windows Startup): Correct inaccurate description of
2428         differences between emacsclient.exe and emacsclientw.exe.
2430 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
2432         * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2434 2011-01-02  Kenichi Handa  <handa@m17n.org>
2436         * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2438 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2440         * frames.texi (Cut and Paste): Modify the section's name and text:
2441         don't mix "cut/paste" with "kill/yank".
2442         (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2443         (Bug#7702)
2445         * trouble.texi (Checklist): Mention debug-on-quit.  (Bug#7667)
2447 2011-01-02  Glenn Morris  <rgm@gnu.org>
2449         * maintaining.texi: Move inclusion of emerge after EDE, so that it
2450         matches its position in the menu.  (Bug#7674)
2452 2011-01-02  Glenn Morris  <rgm@gnu.org>
2454         * trouble.texi (Checklist): Mention not replying via news either.
2456 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2458         * misc.texi (Document View): Update DocView section with newly
2459         supported document formats.
2461 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
2463         * killing.texi: Resection the Info version to conform to the
2464         printed manual, to avoid making sections on Accumulating Text, CUA
2465         and Rectangles into full chapters.
2467 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2469         * custom.texi (Init Syntax): Add index entries for "character syntax".
2470         (Bug#7576)
2472 2010-12-13  Karel Klíč  <kklic@redhat.com>
2474         * text.texi (HTML Mode): Small fixes.  (Bug#7607)
2476 2010-12-13  Glenn Morris  <rgm@gnu.org>
2478         * trouble.texi (Checklist): Fix typo in newsgroup name.
2480 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2482         * search.texi (Word Search): Note that the lazy highlight always
2483         matches to whole words (Bug#7470).
2485 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2487         * display.texi (Optional Mode Line): Make the description of
2488         load-average more accurate.
2490         * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2491         registry, with a cross-reference.
2492         (Windows Startup): New node.  Move the stuff about the current
2493         directory from "Windows HOME".
2495 2010-11-27  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2497         * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2498         * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2500 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2502         * maintaining.texi (Version Control Systems): Fix repeated sentence.
2503         Suggested by Štěpán Němec.
2505 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2507         * maintaining.texi (Version Control): Say "commit", not "check in".
2508         (Version Control Systems): Simplify descriptions.
2509         (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2510         VCS Concepts.
2511         (VC Mode Line): Update example.
2512         (Old Revisions): Document revert-buffer for vc-diff.
2513         (Log Buffer): Promote to a subsection.  Document header lines.
2515         * macos.texi (Mac / GNUstep Basics):
2516         Document ns-right-alternate-modifier.
2518         * emacs.texi (Top): Update node listing.
2520 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2522         * rmail.texi (Rmail Coding): Characters with no fonts are not
2523         necessarily displayed as empty boxes.
2525         * mule.texi (Language Environments, Fontsets): Characters with no
2526         fonts are not necessarily displayed as empty boxes.
2528         * display.texi (Text Display): Document display of glyphless
2529         characters.
2531 2010-11-13  Glenn Morris  <rgm@gnu.org>
2533         * basic.texi (Position Info): Add M-x count-words-region.
2535 2010-11-11  Glenn Morris  <rgm@gnu.org>
2537         * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2539 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2541         * msdog.texi (Windows HOME): Add information regarding startup
2542         directory when invoking Emacs from a desktop shortcut.  (bug#7300)
2544 2010-10-11  Glenn Morris  <rgm@gnu.org>
2546         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2548         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2549         (DVIPS): New variable.
2550         (.PHONY): Add html, ps.
2551         (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2552         (clean): Delete html, ps files.
2554 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2556         * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2558 2010-10-09  Glenn Morris  <rgm@gnu.org>
2560         * Makefile.in (VPATH): Remove.
2561         (infodir): Make it absolute.
2562         (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2564         * Makefile.in (dist): Anchor regexps.
2566         * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2567         ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2568         (emacs-xtra.pdf): Use $<.
2570         * Makefile.in (infoclean): Remove harmless, long-standing error.
2572         * Makefile.in ($(infodir)): Delete rule.
2573         (mkinfodir): New.
2574         ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2576         * Makefile.in (distclean): Do not delete emacsver.texi.
2577         (dist): Remove reference to emacsver.texi.in.
2578         * emacsver.texi: New file, replacing emacsver.texi.in.
2580 2010-10-09  Glenn Morris  <rgm@gnu.org>
2582         * emacsver.texi.in: New file.
2583         * emacs.texi: Set EMACSVER by including emacsver.texi.
2584         * Makefile.in (distclean): Delete emacsver.texi.
2585         (dist): Copy emacsver.texi.
2586         (EMACSSOURCES): Add emacsver.texi.
2588         * ack.texi (Acknowledgments): No more b2m.c.
2590         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2591         (emacs): Remove rule.
2592         (dist): No need to deal with the emacs rule any more.
2594 2010-10-07  Glenn Morris  <rgm@gnu.org>
2596         * Makefile.in (version): New, set by configure.
2597         (clean): Delete dist tar file.
2598         (dist): Use version in tar name.
2600 2010-10-06  Glenn Morris  <rgm@gnu.org>
2602         * Makefile.in (EMACS_XTRA): Add the main source file.
2603         (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2604         (mostlyclean): No core files, reorder other files.
2605         (clean): Delete specific dvi and pdf files.
2606         (infoclean, dist): New rules.
2607         (maintainer-clean): Use infoclean.
2608         ($(infodir)): Add parallel build workaround.
2610 2010-10-04  Glenn Morris  <rgm@gnu.org>
2612         * Makefile.in (SHELL): Set it.
2613         (INFO_TARGETS, DVI_TARGETS): Remove variables.
2614         (info, dvi): Replace above variables with their expansions.
2615         (info): Move mkdir from here...
2616         ($(infodir)/emacs): ... to here (for parallel builds).
2617         (pdf): New target.
2618         ($(infodir)/emacs): Pass -o option to makeinfo.
2619         (.PHONY): Declare clean rules.
2620         (maintainer-clean): Delete dvi and pdf files.
2621         Guard against cd failures.  Use a more restrictive delete.
2623 2010-10-02  Glenn Morris  <rgm@gnu.org>
2625         * misc.texi (Shell Mode): Remove reference to old function name.
2627 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2629         * maintaining.texi (VC Mode Line): Mention all the possible VC status
2630         indicator characters.
2632 2010-09-29  Glenn Morris  <rgm@gnu.org>
2634         * Makefile.in (top_srcdir): Remove unused variable.
2636 2010-09-14  Glenn Morris  <rgm@gnu.org>
2638         * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2639         the last hook item.
2641         * calendar.texi (Appointments): Also updated when a diary include file
2642         is saved.
2644 2010-09-14  Glenn Morris  <rgm@gnu.org>
2646         * trouble.texi (Bugs): Update the section intro.
2647         (Known Problems): New section.
2648         (Checklist): Misc updates.  Prefer M-x report-emacs-bug.
2649         (Sending Patches): Bug fixes are best as responses to existing bugs.
2650         * emacs.texi (Known Problems): Add menu entry for new section.
2652 2010-09-09  Glenn Morris  <rgm@gnu.org>
2654         * xresources.texi: Untabify.
2656 2010-09-06  Chong Yidong  <cyd@stupidchicken.com>
2658         * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2660 2010-09-06  Glenn Morris  <rgm@gnu.org>
2662         * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
2664 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2666         * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2668 2010-08-21  Glenn Morris  <rgm@gnu.org>
2670         * misc.texi (Amusements): Mention bubbles and animate.
2672 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2674         * files.texi (Visiting): Add more index entries for
2675         large-file-warning-threshold.
2677 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2679         * frames.texi (Tool Bars): Add doc for tool-bar-position.
2681 2010-06-23  Glenn Morris  <rgm@gnu.org>
2683         * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2684         * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2685         * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2686         * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2687         * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2688         * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2689         Untabify Texinfo files.
2691 2010-06-10  Glenn Morris  <rgm@gnu.org>
2693         * basic.texi (Inserting Text): Minor clarification.  (Bug#6374)
2695         * basic.texi (Inserting Text): Fix typo.
2697 2010-06-10  Glenn Morris  <rgm@gnu.org>
2699         * ack.texi (Acknowledgments):
2700         * emacs.texi (Acknowledgments): Update for notifications.el.
2702 2010-05-31  Daiki Ueno  <ueno@unixuser.org>
2704         * dired.texi (Operating on Files): Mention encryption commands
2705         (Bug#6315).
2707 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
2709         * basic.texi (Moving Point): Update due to renaming of commands bound
2710         to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
2712 2010-05-18  Eli Zaretskii  <eliz@gnu.org>
2714         * display.texi (Fringes): Document reversal of fringe arrows for R2L
2715         paragraphs.
2716         (Line Truncation): Fix wording for bidi display.
2718         * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2719         keys.
2721 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2723         * building.texi (GDB Graphical Interface): Remove misleading comparison
2724         to an IDE (Bug#6128).
2726 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2728         * programs.texi (Man Page):
2729         * misc.texi (Invoking emacsclient):
2730         * mini.texi (Repetition):
2731         * mark.texi (Setting Mark): Fix typos.
2733 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2735         * misc.texi (Printing): Document htmlfontify-buffer.
2737 2010-05-08  Glenn Morris  <rgm@gnu.org>
2739         * calendar.texi (Displaying the Diary, Format of Diary File):
2740         Fix external cross-references for TeX format output.
2742 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2744         * Version 23.2 released.
2746 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
2748         * cmdargs.texi (Initial Options): Mention --chdir.
2750 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2752         * frames.texi (Tool Bars): Add tool-bar-style.
2754 2010-04-21  Glenn Morris  <rgm@gnu.org>
2756         * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2758 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2760         * programs.texi (Semantic): New node.
2762         * maintaining.texi (EDE): New node.
2764         * emacs.texi: Update node listing.
2766         * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2768 2010-04-18  Glenn Morris  <rgm@gnu.org>
2770         * emacs.texi (Acknowledgments): Remove duplicate.
2772         * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2774 2010-04-18  Glenn Morris  <rgm@gnu.org>
2776         * dired.texi (Misc Dired Features): Mention VC diff and log.
2777         * maintaining.texi (Old Revisions, VC Change Log):
2778         Mention that diff and log work in Dired buffers.
2780         * help.texi (Help Summary): Mention M-x info-finder.
2782         * ack.texi (Acknowledgments): Add mpc.el.
2784         * custom.texi (Specifying File Variables, Directory Variables):
2785         Document new commands for manipulating local variable lists.
2787 2010-04-18  Glenn Morris  <rgm@gnu.org>
2789         * trouble.texi (Contributing): Add cindex entry.
2790         Mention etc/CONTRIBUTE.
2792 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2794         * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
2795         query-replace (Bug#5774).
2797 2010-04-16  Glenn Morris  <rgm@gnu.org>
2799         * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2801 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
2803         * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2805 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
2807         * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2809 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2811         * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2812         cross-reference to "Inserting Text".
2814         * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2815         Mention completion provided by `ucs-insert'.
2817 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2819         * sending.texi (Sending Mail): Note variables that may need
2820         customizing.
2821         (Mail Sending): Expand discussion of send-mail-function.
2823 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2825         Document Message mode as the default mail mode.
2827         * sending.texi (Sending Mail): Copyedits.
2828         (Mail Format, Mail Headers): Document mail-from-style changes.
2829         (Mail Commands): Rename from Mail mode.  Document Message mode.
2830         (Mail Misc): Rename from Mail mode Misc.
2831         (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2832         command names and update keybindings.
2833         (Header Editing): Document message-tab.  De-document
2834         mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2835         favor of mail-default-headers.  Ad index entries for user-full-name and
2836         user-mail-address.
2837         (Citing Mail): Update changes in Message mode behavior.
2838         Document mail-yank-prefix.
2839         (Mail Signature): New node, moved from Mail Misc.
2840         (Mail Aliases): Mail abbrevs are the default with Message mode.
2841         (Mail Methods): Note that Message mode is now the default.
2843         * rmail.texi (Rmail Reply):
2844         * text.texi (Text Mode):
2845         * major.texi (Major Modes):
2846         * mule.texi (Output Coding): Refer to Message mode.
2848         * custom.texi (Init Examples): Add xref to Mail Header.
2850         * emacs.texi (Top): Fix xrefs.
2852 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2854         * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2855         repository if there is none.
2856         (VC Change Log): Rename from VC Status.  Document vc-log-show-limit and
2857         vc-print-root-log.
2858         (Old Revisions): Copyedits.  Document vc-root-diff.
2860         * programs.texi (Program Modes): Mention Javascript mode.
2862         * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2863         * emacs.texi: Update node description.
2865         * misc.texi (Navigation): Document doc-view-continuous.
2866         (Shell Ring): Document new M-r binding.  M-s is no longer bound.
2868 2010-03-30  Juri Linkov  <juri@jurta.org>
2870         * search.texi (Other Repeating Search): Remove line that `occur'
2871         can not handle multiline matches.
2873 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2875         * mule.texi (International): Mention support of bidirectional editing.
2876         (Bidirectional Editing): New section.
2878 2010-03-28  Nick Roberts  <nickrob@snap.net.nz>
2880         * emacs.texi (Top): Update node names to those in building.texi.
2882 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2884         doc/emacs/building.texi: Describe restored GDB/MI functionality
2885         removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2886         doc/emacs/emacs.texi: Update node names for building.texi.
2888 2010-03-24  Glenn Morris  <rgm@gnu.org>
2890         * ack.texi (Acknowledgments):
2891         * emacs.texi (Acknowledgments): Fix ispell attribution.  (Bug#5759)
2893 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
2895         * xresources.texi (Table of Resources): Clarify toolBar number
2896         for Gtk+.
2898         * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2900 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2902         * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2904         * search.texi (Other Repeating Search): Document multi-isearch-buffers
2905         and multi-isearch-buffers-regexp.
2907         * indent.texi (Indentation): Clarify description of
2908         indent-for-tab-command.  Document tab-always-indent.
2910 2010-03-20  Chong Yidong  <cyd@stupidchicken.com>
2912         * cmdargs.texi (Font X): Move most content to Fonts.
2914         * frames.texi (Fonts): New node.  Document font-use-system-font.
2916         * emacs.texi (Top):
2917         * xresources.texi (Table of Resources):
2918         * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2920 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2922         * Branch for 23.2.
2924 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2926         * custom.texi (Init Examples): Add xref to Locals.
2928         * major.texi (Choosing Modes): Mention usage of setq-default for
2929         setting the default value of major-mode (Bug#5688).
2931 2010-03-02  Chong Yidong  <cyd@stupidchicken.com>
2933         * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2935         * display.texi (Display Custom): Document make-pointer-invisible and
2936         underline-minimum-offset.  Remove inverse-video.
2938 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2940         * frames.texi (Frame Commands): Note that the last ordinary frame can
2941         be deleted in daemon mode (Bug#5616).
2943 2010-02-18  Glenn Morris  <rgm@gnu.org>
2945         * trouble.texi (Contributing): Repository is no longer CVS.
2947 2010-02-08  Glenn Morris  <rgm@gnu.org>
2949         * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
2951 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * display.texi (Useless Whitespace, Text Display):
2954         * custom.texi (Init Examples): Avoid obsolete special default variables
2955         like default-major-mode.
2957 2010-01-24  Mark A. Hershberger  <mah@everybody.org>
2959         * programs.texi (Other C Commands): Replace reference to obsolete
2960         c-subword-mode.
2962 2010-01-21  Glenn Morris  <rgm@gnu.org>
2964         * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2966 2010-01-12  Glenn Morris  <rgm@gnu.org>
2968         * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2969         emacs-pretest-bug for bug reports for development versions.
2971 2010-01-11  Glenn Morris  <rgm@gnu.org>
2973         * display.texi (Highlight Interactively): `t' does not mean highlight
2974         all patterns.  (Bug#5335)
2976 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2978         * misc.texi (Shell): Document async-shell-command.
2980         * building.texi (Grep Searching): Document zrgrep.
2982         * mini.texi (Completion Options): Mention `initials' completion style.
2984 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2986         * building.texi: Import GDB Graphical Interface description from
2987         EMACS_23_1_RC.
2989 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
2991         * emacs.texi (Top): Update node listing.
2993         * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2995         * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2997         * cmdargs.texi (Initial Options):
2998         * xresources.texi (Resources): Document inhibit-x-resources.
3000         * custom.texi (Specifying File Variables): Note that minor modes are
3001         enabled unconditionally.
3003         * display.texi (Scrolling): Briefly document the old recenter command,
3004         and document recenter-positions.
3006         * files.texi (Visiting):
3007         * buffers.texi (Buffers): Max buffer size is now 512 MB.
3009         * frames.texi (Cut/Paste Other App):
3010         Document save-interprogram-paste-before-kill.
3012         * killing.texi (Kill Options): New node.
3014 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3016         * misc.texi (Shell Options): ansi-color is now default.
3018 2009-12-05  Glenn Morris  <rgm@gnu.org>
3020         * emacs.texi (Top): Update menu for cal-xtra node changes.
3021         * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3022         or mode line.  Don't mention invisible text or the details of
3023         diary-print-entries here, only in cal-xtra.
3024         (Format of Diary File): Mention that the "date on first line" format
3025         only really affects the simple display.
3026         * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3027         (Diary Customizing): Holidays may be in the buffer or mode line.
3028         Move diary-print-entries to the "Diary Display" section.
3029         (Diary Display): New section, split out from "Fancy Diary Display".
3030         Explain the limitations of simple display, and how to print it.
3032         * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3034         * cal-xtra.texi (Diary Display): Mention View mode.
3036 2009-11-29  Juri Linkov  <juri@jurta.org>
3038         * display.texi (Highlight Interactively): Actually a list of
3039         default faces is pre-loaded into a list of default values
3040         instead of the history.
3042 2009-11-20  Glenn Morris  <rgm@gnu.org>
3044         * ack.texi (Acknowledgments):
3045         * emacs.texi (Acknowledgments): Add htmlfontify.
3047 2009-11-14  Glenn Morris  <rgm@gnu.org>
3049         * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3051         * ack.texi (Acknowledgments):
3052         * emacs.texi (Acknowledgments): Update for recent Org changes.
3054 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3056         * mule.texi (Charsets): Numerous copyedits.  Don't discuss the
3057         `charset' property, which is irrelevant to the user manual (Bug#3526).
3059 2009-10-14  Juanma Barranquero  <lekktu@gmail.com>
3061         * trouble.texi (DEL Does Not Delete): Fix typo.
3063 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3065         * files.texi (Misc File Ops): Mention copy-directory.
3067 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
3069         * mule.texi (Unibyte Mode): Emphasize that
3070         unibyte-display-via-language-environment affects only the display.
3072         * display.texi (Horizontal Scrolling): Document cursor behavior under
3073         horizontal scrolling when point moves off the screen (Bug#4564).
3074         Improve wording.
3076 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3078         * files.texi (Directories): delete-directory prompts for recursive
3079         deletion.
3081 2009-09-30  Glenn Morris  <rgm@gnu.org>
3083         * ack.texi (Acknowledgments):
3084         * emacs.texi (Acknowledgments): CEDET updates.  Fix Hungarian accent.
3086 2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>
3088         * dired.texi (Dired Navigation): Use @code instead of @var for
3089         dired-isearch-filenames, so that it's not capitalized.
3091 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3093         * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3095         * entering.texi (Exiting): C-z is now bound to suspend-frame.
3097         * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
3098         (Key Bindings): Reference Init Rebinding in introductory text.
3099         Shift some of the introduction to Keymaps node.
3100         (Keymaps): Simplify.
3101         (Local Keymaps): Simplify.  Move binding example to Init Rebinding.
3102         (Minibuffer Maps): Remove mention of Mocklisp.
3103         (Init Rebinding): Move mode-local rebinding example here from Local
3104         Keymaps.
3105         (Modifier Keys): Clarify.
3106         (Rebinding): Add cindex for "binding keys".
3108 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3110         * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3112 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
3114         * building.texi (Threads Buffer, Multithreaded Debugging):
3115         Reorganize these two sections.
3117 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
3119         * cmdargs.texi (Initial Options): Fix last change.
3121 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * mule.texi (Enabling Multibyte):
3124         * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3125         (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3127 2009-08-20  Glenn Morris  <rgm@gnu.org>
3129         * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3131 2009-08-19  Glenn Morris  <rgm@gnu.org>
3133         * ack.texi (Acknowledgments): Remove cvtmail.  Mention info-finder.
3135 2009-08-18  Glenn Morris  <rgm@gnu.org>
3137         * ack.texi (Acknowledgments):
3138         * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3140         * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3142 2009-08-09  Glenn Morris  <rgm@gnu.org>
3144         * ack.texi (Acknowledgments):
3145         * emacs.texi (Acknowledgments): Add gdb-mi entry.
3147 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3149         * emacs.texi (Top): Add new menu items for GDB-UI.
3151         * building.texi (GDB Graphical Interface): Add Multithreaded debugging
3152         section.  Threads buffer is in separate section now.
3154 2009-08-08  Glenn Morris  <rgm@gnu.org>
3156         * ack.texi (Acknowledgments):
3157         * emacs.texi (Acknowledgments):
3158         Update for js2-mode and org changes.
3160 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
3162         * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3163         files.
3165 2009-07-28  Chong Yidong  <cyd@stupidchicken.com>
3167         * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3169 2009-07-23  Glenn Morris  <rgm@gnu.org>
3171         * programs.texi (Matching): Update blink-matching-paren-distance.
3173 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3175         * frames.texi (Cut/Paste Other App): For select-active-regions,
3176         selection is now updated on moving point.
3178 2009-07-21  Richard Stallman  <rms@gnu.org>
3180         * glossary.texi (GNU, Daemon): Update information.
3182 2009-07-19  Juri Linkov  <juri@jurta.org>
3184         * custom.texi (Specifying File Variables, Safe File Variables):
3185         "variables/value pairs" -> "variable/value pairs".
3187 2009-07-15  Glenn Morris  <rgm@gnu.org>
3189         * misc.texi (Gnus): Remove widow.
3191 2009-07-11  Glenn Morris  <rgm@gnu.org>
3193         * Makefile.in (TEXI2PDF): New.
3194         (emacs.pdf, emacs-xtra.pdf): New targets.
3196         * arevert-xtra.texi (Autorevert): Add menu descriptions.
3198         * display.texi (Horizontal Scrolling): Re-word to remove widow.
3200         * emacs.texi (Top): Info can be read from other places than Emacs.
3201         Don't print the copying notice twice in the printed version.
3202         Update the menu and detailmenu.
3203         (Preface): The meaning of "on-line" has changed.
3204         Correct name for "Common Problems" chapter.
3205         (Distrib): Update FSF shop URL.
3206         (Intro): Showing two files at once is not so exciting.
3208         * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3209         (Mac / GNUstep Basics): Minor grammar changes.
3210         (Mac / GNUstep Events): Fix typo.
3211         (GNUstep Support): CANNOT_DUMP no longer applies.
3213         * misc.texi (Document View): Fix typos.
3215         * dired.texi (Dired):
3216         * help.texi (Help):
3217         * macos.texi (Mac OS / GNUstep):
3218         * maintaining.texi (Version Control, Introduction to VC):
3219         End menu descriptions with a period.
3221 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
3223         * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3224         so categorical in saying that the option is only useful on NTFS.
3226 2009-07-09  Glenn Morris  <rgm@gnu.org>
3228         * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3229         (ENVADD): Add texinfodir to TEXINPUTS.
3231         * emacs.texi (Top): Fix cross-reference.
3233         * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3235         * vc1-xtra.texi (Revision Tags): Fix typo.
3237 2009-07-03  Glenn Morris  <rgm@gnu.org>
3239         * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3240         (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3241         (Merge Commands): `.' does not seem to work in A or B buffer.
3242         `l' can recreate the 3-window display.
3244         * glossary.texi (Glossary): Minor phrasing changes throughout.
3245         Add more internal cross-references.
3246         <Autoloading>: You can't really autoload a variable.
3247         <C-M->: Move details here from `M-C-' item.
3248         <Continuation Line>: Refer to `Truncation.'
3249         <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3250         <Home Directory, Unix>: New entries.
3251         <Deletion of Files>: Mention recycle bins.
3252         <Directory>: Mention ``folders.''
3253         <Error>: Don't mention ``type-ahead.''
3254         <Fringe>: Refer to the manual node.
3255         <Minor Mode>: Can be global or local.
3256         <Spell Checking>: There are other checkers besides Ispell.
3258 2009-07-02  Glenn Morris  <rgm@gnu.org>
3260         * anti.texi (Antinews): Minor changes in phrasing.
3262         * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3263         some underfull lines in dvi output.
3265         * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3267         * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3269         * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3271 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3273         * xresources.texi (Table of Resources): Mention maximized for
3274         fullscreen.
3276         * cmdargs.texi (Window Size X): -mm/--maximized is new.
3278 2009-07-01  Chong Yidong  <cyd@stupidchicken.com>
3280         * anti.texi (Antinews): Correct the list of removed platforms.
3282 2009-06-28  Glenn Morris  <rgm@gnu.org>
3284         * arevert-xtra.texi: Minor language tweaks.
3286         * dired-xtra.texi: Minor revisions.
3288 2009-06-23  Miles Bader  <miles@gnu.org>
3290         * display.texi (Scrolling): Document `recenter-redisplay'.
3291         (Temporary Face Changes): Document `text-scale-set'.
3293 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3295         * Branch for 23.1.
3297 2009-06-17  Kenichi Handa  <handa@m17n.org>
3299         * mule.texi (Charsets): Update the description for the new charset.
3300         (list-character-sets): New findex.
3301         (Language Environments): Add @anchor{Describe Language Environment}.
3303 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
3305         * basic.texi (Moving Point): Fix tag.
3307         * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3309         * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3310         use camel-case for PageUp and PageDown.
3312         * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3313         camel-case for PageUp and PageDown.
3315         * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3317         * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
3318         (Isearch Scroll): Decapitalize <next> and <prior>.
3320 2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
3322         * fixit.texi (Spelling): Set default dictionary.
3323         Improve descriptions (Bug#2554)
3325 2009-06-08  David Reitter  <david.reitter@gmail.com>
3327         * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3328         since saving colors and faces set this way is not implemented.
3329         (Environment variables): Remove mention of mac-fix-env, which is
3330         scheduled to be removed.
3332 2009-06-04  Chong Yidong  <cyd@stupidchicken.com>
3334         * custom.texi (Init Examples): Add example of changing load-path.
3336         * building.texi (Lisp Libraries): Add example of changing
3337         load-path (Bug#3446).
3339 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3341         * mark.texi (Mark): Further clarifications.
3342         (Setting Mark): Emphasize that C-SPC activates the mark.
3344 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3346         * mark.texi (Mark): Clarify introduction.  Mention disabling Transient
3347         Mark mode.
3348         (Using Region, Persistent Mark): Use "active mark" instead of "active
3349         region".
3351 2009-05-16  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3353         * mule.texi (Select Input Method): Fix typo.
3355 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
3357         * anti.texi (Antinews): Document completion changes.  Some additional
3358         copyedits and rearrangement of entries.
3360 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
3362         * misc.texi (Interactive Shell, Saving Emacs Sessions)
3363         (Shell History Copying, Terminal emulator): Copyedits.
3365         * xresources.texi (Resources): Simplify descriptions.
3366         Shorten description of editres, which is not very useful these days.
3367         (Table of Resources): Document fontBackend resource.
3369         * trouble.texi (Quitting): Add other undo bindings to table.
3370         (DEL Does Not Delete): Note that the erasure key is usually labeled
3371         "Backspace".  Remove discussion of obscure Xmodmap issue.
3373 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
3375         * files.texi (Visiting): Copyedits.
3377 2009-05-06  Chong Yidong  <cyd@stupidchicken.com>
3379         * basic.texi (Inserting Text): Document ucs-insert.
3381         * mule.texi (International Chars): Define "multibyte".  Note that
3382         internal representation is unicode-based.  Simplify definition of raw
3383         bytes.  Mention ucs-insert.
3384         (Enabling Multibyte): Remove obsolete discussion.  Copyedits.
3385         (Language Environments): Add language environments new to Emacs 23.
3386         (Multibyte Conversion): Node deleted.
3387         (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3388         Don't mention obsolete emacs-mule coding system.
3389         (Output Coding): Copyedits.
3391         * emacs.texi (Top): Update node listing.
3393 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3395         * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3397 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3399         * building.texi (Lisp Libraries): `load-library' does offer completion.
3401 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
3403         * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3404         t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).
3406 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
3408         * maintaining.texi (Tags): Clarify text.  (Bug#3101)
3410 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3412         * entering.texi (Entering Emacs): Document initial-buffer-choice.
3414         * building.texi (Lisp Interaction): Document initial-scratch-message.
3416 2009-04-18  Juanma Barranquero  <lekktu@gmail.com>
3418         * msdog.texi (Windows Fonts): Fix typos.
3420         * files.texi (Save Commands): Fix pxref.
3422 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
3424         * files.texi (Save Commands): Mention diff-buffer-with-file.
3425         (Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
3426         Henoch (Bug#3036).
3428 2009-03-15  Glenn Morris  <rgm@gnu.org>
3430         * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3431         the former is not always used.
3432         (Mail Headers): Use active voice.  Add "Mail-reply-to".
3433         Change case of "Id".  Avoid repeated "appropriate".
3434         (Mail Aliases): Fix previous change - use an example with a ".", so it
3435         does actually get quoted when expanded.
3436         (Mail Sending): Mailclient is the default on some systems.
3437         (Citing Mail): Mention mail-indentation-spaces.
3438         (Mail Mode Misc): Add an @dfn for "mail signature".
3440 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
3442         * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3443         (Completion Options): Document read-file-name-completion-ignore-case,
3444         read-buffer-completion-ignore-case, and completion-styles.
3445         Remove description of partial-completion-mode.
3447 2009-03-14  Glenn Morris  <rgm@gnu.org>
3449         * sending.texi (Mail Format): Fix typo.  Add index entry for
3450         mail-header-separator.
3451         (Mail Headers): Put info about initialization and changing in one place
3452         at the start.  Update FCC section for mbox Rmail.  Clarify From
3453         section, mention mail-setup-with-from.  Clarify Reply-to section.
3454         Add Mail-followup-to and mail-mailing-lists.  Clarify References
3455         section.
3456         (Mail Aliases): Update example, make less contentious.
3457         Update for name change of mail-interactive-insert-alias.
3458         (Mail Mode): Remove mention of `%' as a word separator.
3459         (Mail Sending): Mention mail-send-hook.  Mention Mailclient.
3460         (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3461         commands.  Clarify FCC handling.  In mail-complete, add reference to
3462         Mail Aliases section, and mention mail-complete-function.
3463         (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3464         (Mail Mode Misc): Clarify the mail-signature function.  Add basic
3465         signature netiquette.  Explain how the mail hooks work when continuing
3466         a composition.
3467         (Mail Amusements): Internationalize the spook section a bit.
3468         Remove the spook mail-setup-hook example, since it doesn't work well.
3469         Mention fortune-file.
3470         (Mail Methods): Mention read-mail-command.
3472 2009-03-14  David Reitter  <david.reitter@gmail.com>
3474         * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3475         and NS resources following recent changes.
3477 2009-03-10  Jason Rumney  <jasonr@gnu.org>
3479         * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
3480         w32-use-visible-system-caret doc to indicate that it should get set
3481         automatically.
3482         (Windows Fonts): Add doc for the uniscribe backend.
3484 2009-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3486         * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3487         vc-dir.  (Bug#2598)
3489 2009-03-05  Reiner Steib  <Reiner.Steib@gmx.de>
3491         * fixit.texi (Spelling): Add turn-on-flyspell.  (Bug#2517)
3493 2009-03-05  Glenn Morris  <rgm@gnu.org>
3495         * rmail.texi (Rmail Basics): Add reference to sorting.
3496         (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3497         Minor re-wordings.
3498         (Rmail Motion): Mention rmail-next-same-subject.
3499         (Rmail Deletion): Expunging is not the only way to change the numbers.
3500         (Rmail Labels): Labels can also be used in sorting.
3501         (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
3502         (Rmail Display): Mention rmail-mime.
3504 2009-03-04  Glenn Morris  <rgm@gnu.org>
3506         * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3507         sort command.  Fix `rmail-sort-by-labels' name.  Mention sorting from
3508         summary.  Mention sorts cannot be undone.
3509         (Rmail Display): Give an example of how to use goto-address-mode.
3510         (Rmail Editing): It's keybindings that are redefined, not commands.
3511         Fix some typos.
3512         (Movemail): Some minor rewording.
3513         (Remote Mailboxes): Emacs movemail supports pop by default.
3514         Fix some minor grammatical issues.  The "two alternative ways" to
3515         specify a POP mailbox are really just one.  Remove all reference to the
3516         variables rmail-pop-password and rmail-pop-password-required, obsolete
3517         since Emacs 22.1.  Clarify the four password steps.  Emacs movemail
3518         can support Kerberos.
3520 2009-03-03  Glenn Morris  <rgm@gnu.org>
3522         * rmail.texi (Rmail Deletion): Revert previous change, which was
3523         describing the Rmail summary versions.
3524         (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3525         Minor re-wording for rmail-resend.
3526         (Rmail Make Summary): Summaries apply to buffers rather than files.
3527         <rmail-summary-by-topic>: Headers includes the subject.
3528         <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3529         details, including prefix arguments.
3530         Mention rmail-summary-by-senders on C-M-f.
3531         Not counting lines might be faster.
3532         (Rmail Summary Edit): More details on the delete commands.
3533         Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3534         Name the commands bound to the various keys.  Mention prefix argument
3535         for searching.
3536         (Rmail Display): Mention rmail-displayed-headers.  Fix typo.
3537         Simplify rmail-highlighted-headers description.  Update face name.
3539 2009-03-02  Juanma Barranquero  <lekktu@gmail.com>
3541         * mark.texi (Marking Objects): Fix typo.
3543 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
3545         * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3546         instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
3548 2009-03-01  Glenn Morris  <rgm@gnu.org>
3550         * rmail.texi (Rmail): Fix some typos.  Use consistent case in menu.
3551         (Rmail Motion): - M-s searches from the end of messages.
3552         (Rmail Deletion): Minor clarification.  Fix numeric argument
3553         description.
3554         (Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
3555         newmail and RMAILOSE files need not be in home-directory.
3556         (Rmail Files): Mention I/O menus are unselectable if no files match.
3557         Mention `MAIL' env-var.
3559 2009-02-24  Jason Rumney  <jasonr@gnu.org>
3561         * mule.texi (Fontsets): Mention fontset-default, font specs and
3562         fallback fontsets.
3563         (Defining Fontsets): Mention ns and w32 variants of
3564         standard-fontset-spec.  Update description of startup fontset to match
3565         Emacs 23 behavior.
3566         (Modifying Fontsets): New section.  (Bug#656)
3567         (International): Link to Modifying Fontsets.
3569 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3571         * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3572         Mention ns-extended-platform-support-mode.
3574 2009-02-22  Karl Berry  <karl@gnu.org>
3576         * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3578 2009-02-19  Juanma Barranquero  <lekktu@gmail.com>
3580         * basic.texi (Moving Point, Position Info):
3581         * files.texi (Visiting):
3582         * mini.texi (Completion Options):
3583         * text.texi (HTML Mode): Remove duplicate words.
3585 2009-02-20  Glenn Morris  <rgm@gnu.org>
3587         * rmail.texi: Minor updates for mbox rather than Babyl.
3589 2009-02-17  Karl Berry  <karl@gnu.org>
3591         * emacs.texi (Top): Add @insertcopying before master menu.  (Bug#1988)
3593 2009-02-17  Richard M Stallman  <rms@gnu.org>
3595         * anti.texi (Antinews): Mention Babyl format.
3597         * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3599         * rmail.texi: Update for mbox format.
3600         Various small fixes, as well as the following.
3601         (Out of Rmail): Node deleted.
3602         (Rmail): Update menu.
3603         (Rmail Files): Comment out set-rmail-inbox-list.
3604         Document rmail-inbox-list instead.
3605         (Rmail Output): Substantial changes since C-o is now
3606         rmail-output-as-seen and o is rmail-output.
3607         (Rmail Attributes): Delete `stored', add `retried'.
3608         (Rmail Display): Editing headers works in all cases.
3610 2009-02-17  Glenn Morris  <rgm@gnu.org>
3612         * basic.texi (Position Info): M-x count-lines-region is not always on
3613         M-=.  (Bug#2269)
3615 2009-02-09  Glenn Morris  <rgm@gnu.org>
3617         * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3618         defaults.
3620 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3622         * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3623         documentation of possible problems with redecoding.
3625 2009-02-03  Glenn Morris  <rgm@gnu.org>
3627         * rmail.texi (Out of Rmail): Mention b2m.pl.
3629 2009-01-31  Glenn Morris  <rgm@gnu.org>
3631         * rmail.texi (Out of Rmail): Correct b2m location.
3633 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3635         * fixit.texi (Undo): Update undo limit values.
3637 2009-01-27  Glenn Morris  <rgm@gnu.org>
3639         * emacs.texi (Top): Fix Antinews menu entry.
3641 2009-01-25  Karl Berry  <karl@gnu.org>
3643         * text.texi (Foldout): Use @itemize @w{} to make an itemize
3644         item with no marker, instead of the syntactically incorrect
3645         @itemize @asis.
3647 2009-01-25  Juri Linkov  <juri@jurta.org>
3649         * building.texi (Grep Searching): Fix index entry for lgrep.
3651 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3653         * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3655 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
3657         * macos.texi (Preferences Panel): Update description of font setting to
3658         reflect that prior frame selection is no longer needed.
3660 2009-01-20  Nick Roberts  <nickrob@snap.net.nz>
3662         * building.texi (Debuggers): Revert some of 2008-10-31 change  to
3663         raise GUD subsections.
3665 2009-01-15  Glenn Morris  <rgm@gnu.org>
3667         * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3669 2009-01-10  Glenn Morris  <rgm@gnu.org>
3671         * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3673 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3675         * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3676         logical lines.
3678 2008-12-29  Juri Linkov  <juri@jurta.org>
3680         * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3682         * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3684 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3686         * misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
3687         goto-address-mode instead of goto-address.
3689         * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3690         mode.
3692         * emacs.texi (Top): Update node listing.
3694 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3696         * custom.texi (Directory Variables): Explain what is a "project".
3697         Add indexing.  Improve wording.  Add a footnote about using
3698         _dir-locals.el on MS-DOS.
3700 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3702         * files.texi (Misc File Ops): Mention chmod as an alias for
3703         set-file-modes.
3705 2008-12-24  Martin Rudalics  <rudalics@gmx.at>
3707         * help.texi (Help): Fix typos and reword.
3708         (Help Summary): Add entries for C-h n and C-h r, reorder
3709         entries, and do some minor fixes.
3710         (Name Help): Say that C-h F works for commands only.
3711         (Misc Help): Say that view-lossage displays 300 keystrokes.
3713 2008-12-20  Glenn Morris  <rgm@gnu.org>
3715         * ack.texi (Acknowledgments): General update based on AUTHORS,
3716         including removal of some stuff no longer distributed.
3718 2008-12-19  Agustín Martín  <agustin.martin@hispalinux.es>
3720         * fixit.texi: Mention hunspell.
3722 2008-12-19  Glenn Morris  <rgm@gnu.org>
3724         * ack.texi (Acknowledgments): Small grammar fix.
3725         Consolidate explanatory text at start.
3727         * display.texi (Text Display):
3728         * indent.texi (Indentation): Use @acronym with ASCII.
3730 2008-12-18  Glenn Morris  <rgm@gnu.org>
3732         * ack.texi: Various small updates and fixes.
3734 2008-12-18  Juri Linkov  <juri@jurta.org>
3736         * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3737         as a key binding to start a forward nonincremental word search.
3738         Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3739         a backward nonincremental word search.  Add index for `M-s w'
3740         `isearch-forward-word'.
3741         (Regexp Search): Add a short summary of regexp key commands like
3742         in the node "Basic Isearch".
3743         (Other Repeating Search): Fix typo.
3745 2008-12-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3747         * misc.texi (PostScript Variables): Fix doc.
3749 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3751         * programs.texi (Program Modes): Mention Ruby mode.
3753 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3755         * misc.texi (emacsclient Options): Describe what an empty string
3756         argument does for --alternate-editor.
3758 2008-12-09  Frank Schmitt  <ich@frank-schmitt.net>
3760         * cmdargs.texi (Font X): Distinguish between client-side and
3761         server-side fonts.  List valid Fontconfig properties.  Add reference to
3762         Fontconfig manual.  List valid GTK font properties.  Explain use of
3763         fc-list.
3765 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3767         * cmdargs.texi (Font X): Move discussion of quoting to top.
3769 2008-12-06  Glenn Morris  <rgm@gnu.org>
3771         * maintaining.texi (Old Revisions): Improve previous change.
3773 2008-12-05  Richard M Stallman  <rms@gnu.org>
3775         * anti.texi (Antinews): Minor fixes.
3777 2008-12-03  Glenn Morris  <rgm@gnu.org>
3779         * maintaining.texi (Old Revisions): Fix diff-switches description.
3781 2008-12-01  Martin Rudalics  <rudalics@gmx.at>
3783         * emacs.texi (Top): Fix typo.
3785 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3787         * misc.texi (Document View): Explain dependence on gs at the top.
3788         Copyedits.
3790         * emacs.texi (Top): Add DocView nodes to detailed node listing.
3792         * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3793         (Comment Commands): Discuss region-active behavior of M-; first.
3795 2008-11-29  Martin Rudalics  <rudalics@gmx.at>
3797         * display.texi (Line Truncation): Add reference to Continuation
3798         Lines.
3800         * windows.texi (Pop Up Window): Mention split-height-threshold
3801         and split-width-threshold.
3802         (Split Window): Add reference to Continuation Lines.
3804 2008-11-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
3806         * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3807         (GNUstep Support): New node.
3808         * anti.texi:
3809         * emacs.texi:
3810         * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3812 2008-11-28  Richard M Stallman  <rms@gnu.org>
3814         * misc.texi (Dissociated Press): Minor cleanups.
3816         * dired.texi (Image-Dired): Avoid passive.
3818 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3820         * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3821         representation.
3823 2008-11-26  Richard M. Stallman  <rms@gnu.org>
3825         * files.texi (Visiting): Rewrite paragraph for clarity.
3827         * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3829 2008-11-25  Alan Mackenzie  <acm@muc.de>
3831         * programs.texi (Moving by Parens): Clarify that parens inside strings
3832         and comments are ignored, and that the commands assume the starting
3833         point isn't in a string or comment.
3835 2008-11-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3837         * macos.texi: Add Prev/Next/Top pointers to all nodes.
3838         (Mac Basics): Merge in Grabbing Environment Variables from earlier
3839         version.
3840         (Mac Customization): Rewrite Preferences Panel section and merge in to
3841         this node, add Open files by dragging to an Emacs window.
3843         * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3845 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3847         * files.texi (Misc File Ops): Document set-file-modes.
3849         * windows.texi (Split Window): Document integer values of
3850         truncate-partial-width-windows.
3852         * text.texi (Text): Simplify description of markup languages.
3853         (TeX Mode): Simplify introduction.  Mention BibTeX mode.
3854         (TeX Editing): Note that `""' inserts one `"' character.
3855         (HTML Mode): Note in the introduction that XML mode is an alias for
3856         SGML mode.  Mention nXML mode.
3858 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3860         * building.texi (Watch Expressions): Fix typo.
3862 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3864         * files.texi (Visiting): Document new behavior of
3865         confirm-nonexistent-file-or-buffer.
3867         * buffers.texi (Select Buffer):
3868         Document confirm-nonexistent-file-or-buffer.
3870         * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3871         edit-picture.
3873         * text.texi (Text): Simplify introduction.  Discard mention of `M-x
3874         edit-picture', since that is just an alias for picture-mode.
3875         (Sentences): Note that repeated M-@ extends the region.
3876         (Pages): Make terminology more consistent.  Link to Regexps node.
3877         (Longlines): Discuss relationship with Visual Line mode.
3878         (Text Mode): Remove extraneous discussion of other modes, since they
3879         were already introduced in the parent node.
3881 2008-11-23  Chong Yidong  <cyd@stupidchicken.com>
3883         * anti.texi (Antinews): Rewrite.
3885         * entering.texi (Exiting): Mention "minimize" terminology.
3887         * frames.texi (Frame Commands): Mention "minimize" terminology.
3889         * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3890         formats.
3891         (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3892         (Misc X): Don't document useless -hb option.
3894 2008-11-22  Juri Linkov  <juri@jurta.org>
3896         * dired.texi (Dired Navigation): Change normal file name search option
3897         from `non-nil' to `t'.  Add `dwim' option.
3899 2008-11-22  Juri Linkov  <juri@jurta.org>
3901         * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3902         ".dir-locals.el".  Rename `define-project-bindings' to
3903         `dir-locals-set-class-variables'.  Rename `set-directory-project' to
3904         `dir-locals-set-directory-class'.
3906 2008-11-22  Lute Kamstra  <lute@gnu.org>
3908         * buffers.texi (Select Buffer): Index goto-line.
3909         * basic.texi (Moving Point): Mention the use of a numeric prefix
3910         argument with goto-line and refer to Select Buffer for the use of a
3911         plain prefix argument.
3913 2008-11-19  Glenn Morris  <rgm@gnu.org>
3915         * doclicense.texi: Update to FDL 1.3.
3916         * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3918 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
3920         * custom.texi (Minor Modes): Define mode commands and mode variables
3921         more precisely.  Recommend using mode commands instead of setting
3922         variables directly.  Put minor modes in a list, and add more modes.
3923         (Easy Customization): Use "init file" instead of .emacs.
3924         (Customization Groups): Update to new Custom buffer appearance.
3925         (Saving Customizations): Copyedits.  Update example.
3926         (Variables): Give example of variable type-sensitivity.
3927         (Examining): Update example.
3928         (Hooks): Copyedits.
3929         (Specifying File Variables): Use C comments instead of an artificial
3930         Lisp for the example.
3931         (Keymaps): Move internals discussion to Prefix Keymaps.
3932         (Rebinding): Remove redundant paragraph (stated in Key Binding).
3933         (Init Rebinding): Document kbd macro.
3934         (Init File): Link to Find Init.
3936         * mark.texi (Using Region): Document Delete Selection Mode more
3937         thoroughly.
3939         * frames.texi (Mouse Commands): Move most of the description of Delete
3940         Selection Mode to Using Region, and link to it.
3941         (Clipboard): Note that paste is bound to clipboard-yank.
3943         * building.texi (Compilation): Document first-error value of
3944         compilation-scroll-output.
3945         (Compilation Mode): Note that compilation-auto-jump-to-first-error
3946         works as soon as an error is available.  Suggested by Juri Linkov.
3948         * mini.texi (Passwords): New node.
3950         * files.texi (Remote Files): Link to Passwords node.
3952         * emacs.texi (Top): Update node listings.
3954 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
3956         * ack.texi (Acknowledgments): Some updating of credits.
3958         * emacs.texi (Acknowledgments): Add a couple more names.
3960         * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3962         * files.texi (Directories): Describe delete-directory in text.
3963         (Misc File Ops): Document use of trash.
3965 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
3967         * macos.texi (Mac Customization): Fix typos.
3969 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
3971         * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3972         replacing previous contents.  Numerous copyedits to adapt ns-emacs to
3973         the conventions of the main Emacs manual.
3975         * emacs.texi (Top): Update node listings.
3977 2008-11-12  Chong Yidong  <cyd@stupidchicken.com>
3979         * cmdargs.texi (Emacs Invocation): Link to Emacs Server.  Note that
3980         command-line-args is processed during startup.
3981         (Action Arguments): Correctly describe how file arguments interact with
3982         the startup screen.  Link to Lisp Interaction for scratch buffer.
3983         (Initial Options): Link to Command Example for -batch option.
3984         (Environment): Document initial-environment.
3986         * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3987         can't be changed in the site-start file.
3989 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
3991         * dired.texi (Dired): Mention C-x C-d too.
3992         (Dired Enter): Document M-n in the Dired minibuffer.
3993         (Dired Navigation): Explain dired-goto-file more clearly.
3994         Document dired-isearch-filenames.
3995         (Dired Deletion): Remove unnecessary "expunged" terminology.
3996         (Flagging Many Files): & is now rebound to `% &'.
3997         (Shell Commands in Dired): Document dired-do-async-shell-command.
3998         Clarify how multi-file arguments are passed.
3999         (Misc Dired Features): Document dired-do-isearch.
4001 2008-11-06  Chong Yidong  <cyd@stupidchicken.com>
4003         * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4005 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
4007         * search.texi (Other Repeating Search): Remove obsolete findex entries.
4009 2008-11-01  Chong Yidong  <cyd@stupidchicken.com>
4011         * programs.texi (Program Modes): Link to Program Indent node.
4012         (Left Margin Paren): Explain consequences of changing
4013         open-paren-in-column-0-is-defun-start more concisely.
4014         (Which Function, Program Indent, Info Lookup): Minor edits.
4015         (Basic Indent): If region is active, TAB indents the region.
4016         (Multi-line Indent): If region is active, TAB indents the region.
4017         Note that indent-region is useful when Transient Mark mode is off.
4018         (Matching): The delimiter at the cursor is highlighted---the character
4019         changes color.
4020         (Symbol Completion): Link to Completion node.
4022         * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4023         a strictly text-only system.
4025         * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4026         batch mode.
4028 2008-11-01  Richard M. Stallman  <rms@gnu.org>
4030         * misc.texi (Document View): Major rewrite.
4032         * maintaining.texi (Types of Log File): Change logs are older than
4033         version control.
4034         (VCS Concepts): Simplify and rearrange.
4035         (Version Control Systems): Make it clear that Linux is only the kernel.
4036         (VC Mode Line): Shorten reference to menu item.
4037         (Basic VC Editing): Clarify VC fileset.  Shorten and simplify.
4038         (VC Directory Mode): Minor cleanup.
4039         Unchanged files are hidden, not omitted.
4040         (VC Directory Commands): Shorten and simplify.
4041         (Change Log Commands): New node, split from Change Logs.
4042         (VC Directory Buffer): New node, split from VC Directory Mode.
4044 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
4046         * misc.texi (Document View): Rename from Document Files, moved here
4047         from files.texi.
4049         * files.texi (Version Control): Move to maintaining.texi.
4050         Subnodes moved as well.
4051         (Document Files): Move to misc.texi.
4053         * maintaining.texi (Change Log): Document log-edit-insert-changelog and
4054         vc-update-change-log.
4055         (Version Control): Move here from files.texi.
4056         (Format of ChangeLog): Make it a subnode of Change Log.
4058         * emacs.texi (Top): Update node listing.
4060 2008-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4062         * files.texi (Files): Add a section about document
4063         files (doc-view-mode).
4065 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
4067         * building.texi (Compilation Mode):
4068         Document compilation-auto-jump-to-first-error.
4069         (Debuggers): Lower GUD subsections to subsubsections.
4070         (Starting GUD): Add cindex.
4071         (Lisp Interaction): Note that scratch is no longer the initial buffer.
4073 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
4075         * indent.texi (Indentation): Link to Program Indent.
4077         * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4078         now uses emacsclient's terminal.
4080 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
4082         * mark.texi (Using Region): Document use-empty-active-region.
4084         * emacs.texi (Top): Update node listings.
4086         * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.
4087         Don't mention obsolete emacs.bash script.
4088         (Invoking emacsclient): Rewrite, moving optional arguments to
4089         emacsclient Options.
4090         (emacsclient Options): New node.  Document server-use-tcp and
4091         server-host.
4093 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
4095         * indent.texi (Indentation): Replace list with paragraphed text,
4096         putting description of syntax-driven indentation first.  Document new
4097         effect of active regions on tab.
4098         (Tab Stops): Note that editable tab stops affect indentation commands.
4100 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
4102         * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4104 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
4106         * custom.texi (Function Keys): Note that modified keypad keys are not
4107         translated.
4109         * basic.texi (Arguments): Explain how to insert multiple digits.
4111 2008-10-22  Michael Albinus  <michael.albinus@gmx.de>
4113         * files.texi (Remote Files): Precise selection of default method.
4114         Rewrite paragraph about disabling remote file names.
4116 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
4118         * search.texi (Special Isearch): Document M-TAB is isearch.
4120         * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4121         command.
4123         * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4125 2008-10-22  Tassilo Horn  <tassilo@member.fsf.org>
4127         * emacs.texi (Acknowledgments): Add myself to Acknowledgments
4128         section.
4130 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
4132         * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4133         to files.texi.  Move contents of vc2-xtra.texi here.
4135         * vc2-xtra.texi: File removed.
4137         * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4138         Directory Commands from the submenu.  Don't include deleted file
4139         vc2-xtra.texi.
4141         * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4142         (Version Control): Add VC Directory Mode and VC Directory Commands to
4143         the submenu.
4144         (Why Version Control?): Use table format.
4145         (Version Control Systems): Note that Meta-CVS support is gone.
4146         (VCS Concepts): Note precisely when VC started supporting filesets.
4147         Remove bogus xref to CVS Options node.
4148         (Types of Log File): Copyedits.
4149         (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4150         (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4151         The Right Thing.
4152         (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4153         (Log Buffer): Reorganize node, putting C-c C-c description first.
4154         (Old Revisions): Use CVS for example, not RCS.
4155         (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4156         Commands from the submenu, putting them under Version Control.
4157         (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4158         need to include it in the manual unconditionally, since it is now
4159         crucial to using distributed version control systems.
4160         (Comparing Files): Note that diff uses the minibuffer, and that the
4161         output is shown using Diff mode.
4162         (Diff Mode): Explain what "patch" and "hunk" mean.
4163         Document diff-update-on-the-fly, diff-refine-hunk, and
4164         diff-show-trailing-whitespaces.
4165         (File Archives): Add rar support.
4167         * major.texi (Choosing Modes): Make mode selection sequence more
4168         obvious by describing the steps in order of priority.  Note that
4169         magic-mode-alist is nil by default.
4170         Document magic-fallback-mode-alist.
4172 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
4174         * frames.texi (Mouse References): Copyedits.
4176 2008-10-20  Tassilo Horn  <tassilo@member.fsf.org>
4178         * ack.texi (Acknowledgments): Add myself as doc-view author.
4180 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
4182         * frames.texi (Dialog Boxes): Add @cindex entries.
4184 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
4186         * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4187         (Text-Only Mouse): Copyedit.
4189 2008-10-19  Chong Yidong  <cyd@stupidchicken.com>
4191         * frames.texi: Use @key throughout for mouse clicks.
4192         (Cut/Paste Other App): Document yank-pop-change-selection.
4193         (Secondary Selection): Fix modified mouse click syntax.
4194         (Clipboard): Describe Cut, Copy and Paste commands.
4195         (Mouse References): Not all references are in read-only buffers.
4196         Copyedits.
4197         (Creating Frames): Add xref to Init File.
4198         (Frame Commands): Add xref to Exiting.
4199         (Scroll Bars): Document GTK vs toolkit behavior.
4201 2008-10-15  Chong Yidong  <cyd@stupidchicken.com>
4203         * files.texi (Version Control): Copyedits.  Add Bazaar.
4204         (Version Control Systems): List different VCS's using an itemized list.
4205         Add Bazaar.
4206         (VCS Concepts): Copyedits.  Tweak description of file merging.
4208         * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4209         (Cut/Paste Other App): Document select-active-regions and
4210         x-select-enable-primary.
4212 2008-10-13  Chong Yidong  <cyd@stupidchicken.com>
4214         * mark.texi (Shift Selection): Correct case in node name.
4216         * emacs.texi (Top): Update node order in Mark chapter.
4218 2008-10-12  Eli Zaretskii  <eliz@gnu.org>
4220         * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4222         * mini.texi (Minibuffer File): Fix markup in last change.  Refer to
4223         elsewhere in the manual instead of describing yet again the intricacies
4224         of $HOME on MS-Windows and MS-DOS.
4226 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
4228         * mini.texi (Minibuffer File): Add xref to File Names.
4229         (Minibuffer File): Add discussion of `~' in file names.
4230         Add insert-default-directory index reference.
4232         * files.texi (File Names): Reorganize description.
4233         (Visiting): Add xref to Mode Line.  Copyedits.
4234         (Save Commands): Mention prefix behavior of C-x C-s.
4235         (Numbered Backups): Node deleted.
4236         (Backup Names): Contents of Numbered Backups moved here.  State default
4237         of version-control variable.
4238         (Reverting): Copyedits.
4239         (Version Control): Add additional version control systems.
4241         * emacs.texi (Top): Delete Numbered Backups node.
4243         * cmdargs.texi (General Variables): Change Numbered Backups xref to
4244         Backup Names.
4245         (Initial Options): Document renamed variable inhibit-startup-screen.
4247 2008-10-11  Romain Francoise  <romain@orebokech.com>
4249         * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4251 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
4253         * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4254         (Select Buffer): Mention use of minibuffer history.  Describe default
4255         value of default-major-mode.  Mention that C-x 4 b selects the other
4256         window.
4257         (List Buffers): Document CRM indicators in the order they appear.
4258         (Kill Buffer): Document new command kill-matching buffers.
4259         (Several Buffers): Move explanation of the relationship between buffer
4260         list and buffer menu to the top.
4261         (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4263 2008-10-10  Chong Yidong  <cyd@stupidchicken.com>
4265         * entering.texi (Exiting): Document change of C-x C-c to
4266         save-buffers-kill-terminal.  Document kill-emacs.
4268 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
4270         * mule.texi (Coding Systems): Don't mention codepage-setup.
4272         * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4273         cpNNN coding systems anymore.
4274         (MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support
4275         for unibyte mode.  Don't mention line-drawing characters.
4276         Don't mention dos-unsupported-char-glyph.
4278 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
4280         * search.texi (Search): Shorten introduction.
4281         (Basic Isearch): Add command table.  Discuss reverse isearch and
4282         isearch highlighting.
4283         (Repeat Isearch): Move lazy highlighting discussion here.  Add search
4284         ring to cindex.
4285         (Special Isearch): Move input methods discussion here.
4286         (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4287         (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4288         Repeat Isearch.
4289         (Isearch Minibuffer): New node.
4290         (Word Search): Document new word search commands.
4291         (Regexp Example): Simplify example using sentence-end-base variable.
4292         (Replace): Reword introduction.
4293         (Unconditional Replace): Remove unnecessary example.
4294         (Other Repeating Search): Document new `M-s o' binding.
4296         * emacs.texi (Top): Update node listings.
4298 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
4300         * emacs.texi (Top): Remove Kill Errors from menu.
4302 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
4304         * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4305         interface for defining macros.  Simplify examples.  Note that C-g quits
4306         macro definitions.
4307         (Keyboard Macro Counter): Document using F3 to insert counter.
4308         Give usage example.
4309         (Keyboard Macro Query): Organize query responses in a table.
4311         * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4312         Link to Erasing node.
4313         (Undo): Reorganize paragraphs for logical flow.  Move keybinding
4314         rationale to a footnote.
4315         (Kill Errors): Remove node, due to redundancy with Erasing.
4316         (Spelling): Move discussion of flyspell to end.  Note new behavior of
4317         M-$ in active region.  Remove non-ispell-specific keybindings from
4318         table.
4320 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
4322         * cmdargs.texi (Initial Options): Document --daemon.
4324 2008-09-20  Glenn Morris  <rgm@gnu.org>
4326         * files.texi (Numbered Backups): Mention that some modes set
4327         version-control.
4329 2008-09-20  Jim Blandy  <jimb@red-bean.com>
4331         * files.texi (Numbered Backups): Reference File Variables, as well.
4332         Remove discussion of Rmail's implementation.
4334 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
4336         * misc.texi (Recursive Edit): Note that top-level exits active
4337         minibuffers.
4339         * trouble.texi (Quitting): Likewise.
4341 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
4343         * emacs.texi (Top): Add Temporary Face Changes xref.
4345         * display.texi (Display): Move Temporary Face Changes node to just
4346         after Standard Faces.
4347         (Scrolling): Document recenter-top-bottom instead of recenter.
4348         (Horizontal Scrolling): Move auto hscroll discussion to the top.
4349         (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4350         (Display Custom): Copyedits.
4351         (Optional Mode Line): Document display-battery-mode.
4353 2008-08-27  Romain Francoise  <romain@orebokech.com>
4355         * custom.texi (Directory Variables): Minor fix.
4357 2008-08-27  Glenn Morris  <rgm@gnu.org>
4359         * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4360         descriptions.
4361         (Calendar Customizing): Tweak layout description.
4362         Move calendar-today-marker and calendar-today face to the other
4363         markers.  Condense calendar-star-date and calendar-mark-today
4364         description.
4365         (Holiday Customizing): Add oriental and solar holidays.
4366         Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4367         Fix holiday-float description.  Use zerop in examples.  Be less verbose.
4368         (Date Display Format): Change ISO format.  Be less verbose.
4369         (Diary Customizing): Mention day and month abbrev arrays.
4370         Mention the date-form variables by name.  Update European example.
4371         (Non-Gregorian Diary): Change node name.  Mention Baha'i functions.
4372         Condense examples.  Mention diary-entry-symbols by name.
4373         Condense table for insertion commands.
4374         (Fancy Diary Display): Mention diary-include-string and
4375         diary-sexp-entry-symbol.  Condense example.  Add Chinese, Coptic,
4376         Ethiopic, Persian date functions.  Condense descriptions.
4378         * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4379         (Adding to Diary): Adapt for changed node name.
4381 2008-08-26  Glenn Morris  <rgm@gnu.org>
4383         * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4384         node "Hebrew/Islamic Entries".
4386         * calendar.texi (Specified Dates): Fix names of iso functions.
4387         (General Calendar): There may not be another window.
4388         (Writing Calendar Files, Holidays): Tweak intro.
4389         (Holidays): Mention Baha'i and Chinese holidays.
4390         (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4391         (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4392         (To Other Calendar): Add calendar-print-other-dates.
4393         Refer to "graphic display" rather than "X.
4394         (From Other Calendar): Add calendar-bahai-goto-date.  Fix reference.
4395         (Displaying the Diary): Fix whitespace after reference.
4396         Fix `diary-number-of-entries' reference.
4397         (Date Formats): Explicitly mention that day names can be abbreviated.
4398         (Adding to Diary): Add some references to other sections.
4399         (Special Diary Entries): Fix reference.
4400         (Appointments): Simplify appt-message-warning-time entry.
4401         Clarify where times must be.
4402         (Importing Diary): Comment out icalendar paragraph that does not apply.
4403         (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4405 2008-08-23  Glenn Morris  <rgm@gnu.org>
4407         * fortran-xtra.texi (Fortran): Change description of free form and
4408         fixed form a bit.  Mention hideshow and imenu.
4409         (Fortran Motion): Mention fortran-end-of-subprogram,
4410         fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4411         (Fortran Indent): Minor re-word.
4412         (ForIndent Commands): Mention fortran-fill-paragraph and
4413         fortran-fill-statement.
4414         (ForIndent Cont): Mention fortran-tab-mode-string.
4415         (Fortran Comments): Mention fortran-comment-line-start-skip.
4416         (Fortran Columns): Mention font-locking.
4417         (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4419 2008-08-23  Johan Bockgård  <bojohan@muon>
4421         * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4423 2008-08-22  Chong Yidong  <cyd@stupidchicken.com>
4425         * mini.texi (Minibuffer): Simplify introduction.
4426         (Minibuffer File): Document tilde in minibuffer filenames.
4427         (Minibuffer Edit): Mention that the prompt is read-only.  Describe how
4428         to enter tabs, spaces, and question marks.  Describe behavior of C-a.
4429         (Completion Example): Update example to current command list.
4430         (Completion Options): Document `lazy' value of completion-auto-help.
4431         Update contents of completion-ignored-extensions.
4432         (Minibuffer History): Describe "future history" list.  State default
4433         value of history-delete-duplicates.
4435 2008-08-21  Glenn Morris  <rgm@gnu.org>
4437         * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
4438         (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
4440 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
4442         * regs.texi (Registers): Clarify valid register names.
4443         (RegPos): Note that buffer is saved and restored too.
4444         (RegText): Note that mark is reactivated/deactivated.
4445         (RegConfig): Xref to Windows node.
4447 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
4449         * basic.texi (Inserting Text): Provide command name for C-q.
4451         * killing.texi (Killing): Copyedit.  Define read-only text.
4452         (Deletion): DEL and C-d were already explained in Erasing; xref there.
4453         (Killing by Lines): Copyedit.
4454         (Other Kill Commands): Move M-w description here.
4455         (Yanking): Move M-w to Other Kill Commands.
4456         (Kill Ring): Also mention saving text in registers.  Link to Text
4457         Properties in elisp manual.
4458         (Accumulating Text): Copyedit.
4459         (CUA Bindings): Shift selection is now the default.
4461 2008-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4463         * maintaining.texi (Change Log): Mention next-error is available.
4465 2008-08-10  Glenn Morris  <rgm@gnu.org>
4467         * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4468         and intermonth text.
4469         (Holiday Customizing): Add holiday-chinese.
4471 2008-08-08  Eli Zaretskii  <eliz@gnu.org>
4473         * files.texi (Log Buffer, Diff Mode): Fix last changes.  Add indexing.
4475 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4477         * files.texi (Log Buffer): Describe C-c C-d.
4478         (Diff Mode): Describe C-x 4 A.
4480 2008-08-06  Eli Zaretskii  <eliz@gnu.org>
4482         * vc1-xtra.texi (VC Directory Mode): Fix last change.
4484 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4486         * files.texi (Old Revisions): Update the keys used by vc-annotate and
4487         describe the new bindings to show the changeset diff, toggle annotation
4488         visibility, show revisions.
4489         (VC Status): Describe key bindings for modifying the change comments,
4490         displaying changeset diffs and annotations.
4492         * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4494 2008-08-05  Nick Roberts  <nickrob@snap.net.nz>
4496         * vc1-xtra.texi (VC Directory Mode): Fix typo.
4498 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
4500         * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4501         and wording.
4503 2008-08-02  Dan Nicolaescu  <dann@ics.uci.edu>
4505         * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
4506         marking/unmarking.  Add descriptions for the multiple file search
4507         commands.  Improve some old info.
4509 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4511         * display.texi (Visual Line Mode): New node.
4513         * basic.texi (Inserting Text): Move DEL to deletion node.
4514         (Moving Point): Add additional alternative key bindings.
4515         Describe line-move-visual.
4516         (Erasing): Describe DEL.
4517         (Basic Undo, Blank Lines, Arguments): Copyedit.
4518         (Continuation Lines): Mention Visual Line mode.
4519         (Position Info): Move extended discussion to mule.texi.
4521         * mule.texi (International Chars): Describe C-x =.
4523         * emacs.texi (Top): Add Visual Line Mode node.
4525 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4527         * emacs.texi: Remove VMS support.
4529 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4531         * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4532         the vc-dir command name.
4534 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4536         * xresources.texi: Remove mentions of Mac Carbon.
4538 2008-07-19  Andreas Schwab  <schwab@suse.de>
4540         * ns-emacs.texi: Move to ../misc.
4542 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4544         * entering.texi (Exiting): Don't describe text-only terminals as the
4545         default.  Describe the new startup screen.
4546         (Exiting): Describe how to kill Emacs first.  Change description of
4547         iconification to handle modern window systems.
4549 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4551         * ns-emacs.texi: New file, documents features of Emacs port under
4552         NeXTstep windowing.
4554 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4556         * entering.texi (Entering Emacs): Update prev node.
4558         * glossary.texi (Glossary): Remove xref to Text Characters.
4560         * commands.texi (User Input): Rewrite.  Describe Emacs' behavior
4561         directly, rather than in the context of ASCII.  Move description of
4562         special properties of modifier key to new Modifier Keys node.
4563         (Keys): Copyedit.
4564         (Text Characters): Delete node.  Multibyte is the default nowadays, and
4565         the node contents are obsolete.
4567         * custom.texi (Modifier Keys): New node.
4569         * emacs.texi (Top): Update node list.
4571 2008-07-13  Chong Yidong  <cyd@stupidchicken.com>
4573         * emacs.texi (Intro): Increase conciseness slightly.  Remove paragraph
4574         saying that Emacs provides menus and mouse support (which is par for
4575         the course).
4577         * screen.texi (Screen): Copyedit.  Define "buffer" and "current buffer"
4578         early on.
4579         (Point): Copyedit.  Relegate historical trivia to a footnote.
4580         (Mode Line): Explain mode-line format more consistently.
4581         (Menu Bar): Copyedit.
4583 2008-06-27  Glenn Morris  <rgm@gnu.org>
4585         * cal-xtra.texi (Sexp Diary Entries):
4586         * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4588 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4590         * mark.texi (Shift selection): New node.
4591         (Mark): Copyedits.
4592         (Persistent Mark): Move to the end of the chapter.
4594 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4596         * makefile.w32-in (distclean): Remove makefile.
4598 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4600         * building.texi (Starting GUD): Add an entry for gud-gdb.
4601         (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4602         command mode.
4604 2008-06-17  Glenn Morris  <rgm@gnu.org>
4606         * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4608 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4610         * building.texi (Starting GUD): Expand on remote debugging.
4611         (Other GDB-UI Buffers): Mention new keyboard bindings.
4613 2008-06-15  Glenn Morris  <rgm@gnu.org>
4615         * gnu.texi: Use a verbatim license for this invariant section,
4616         as per etc/GNU.
4618 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4620         * emacs.texi, misc.texi: Add documentation about serial port access.
4622 2008-06-13  Glenn Morris  <rgm@gnu.org>
4624         * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4625         maintain.info.
4627 2008-06-05  Miles Bader  <miles@gnu.org>
4629         * display.texi (Temporary Face Changes): Update to reflect function
4630         renamings in face-remap.el.
4632 2008-06-04  Miles Bader  <miles@gnu.org>
4634         * display.texi (Temporary Face Changes):
4635         Add `adjust-buffer-face-height'.  Rewrite description of
4636         `increase-buffer-face-height' and `decrease-default-face-height' now
4637         that they aren't bound by default.
4639 2008-06-03  Miles Bader  <miles@gnu.org>
4641         * display.texi (Temporary Face Changes): New node.
4643 2008-05-31  Eli Zaretskii  <eliz@gnu.org>
4645         * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4647 2008-05-31  Glenn Morris  <rgm@gnu.org>
4649         * cal-xtra.texi (Fancy Diary Display): Simplify.
4651 2008-05-30  Glenn Morris  <rgm@gnu.org>
4653         * cal-xtra.texi (Fancy Diary Display): Update for
4654         diary-display-function replacing diary-display-hook.
4656 2008-05-29  Drew Adams  <drew.adams@oracle.com>
4658         * msdog.texi (Windows Keyboard): Add descriptions of
4659         w32-register-hot-key and w32-unregister-hot-key.
4661 2008-05-21  Tom Tromey  <tromey@redhat.com>
4663         * custom.texi (Directory Variables): Grammar fix.  Link to Safe File
4664         Variables node.
4666 2008-05-19  Tom Tromey  <tromey@redhat.com>
4668         * custom.texi (Variables): Add Directory Variables to menu.
4669         (Directory Variables): New node.
4671 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
4673         * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4675 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
4677         * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4678         Revision Tags and rewritten.  Section now uses modern terminology,
4679         (tags rather than snapshots) and describes post-SCCS systems more
4680         accurately.
4682 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
4684         * msdog.texi (Windows Files): Update documentation of
4685         w32-get-true-file-attributes.
4687 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4689         * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4690         directory mode.
4692 2008-05-08  Chong Yidong  <cyd@stupidchicken.com>
4694         * killing.texi (Appending Kills): Remove a strangely off-topic index
4695         entry "television".
4697 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
4699         * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4701 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
4703         * emacs/buffers.texi, emacs/files.texi (Version-control):
4704         vc-toggle-read-only is no longer a good idea...
4706 2008-04-29  Glenn Morris  <rgm@gnu.org>
4708         * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4710 2008-04-22  Juri Linkov  <juri@jurta.org>
4712         * dired.texi (Subdirectories in Dired): Describe using `^'
4713         to return to the parent directory.
4715 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4717         * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4718         recent changes.
4720 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4722         * building.texi (GDB-UI Layout, Breakpoints Buffer)
4723         (Other GDB-UI Buffers): Update for recent thread related changes.
4725 2008-04-11  Mirko Vukovic  <mirko.vukovic@gmail.com>  (tiny change)
4727         * maintaining.texi (Maintaining):
4728         * emacs.texi (Top): Typo.
4730 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4733         arg in `font-lock-add-keywords'.
4735 2008-04-08  Glenn Morris  <rgm@gnu.org>
4737         * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4738         Also add Baha'i calendar references where appropriate.
4740 2008-04-05  Glenn Morris  <rgm@gnu.org>
4742         * custom.texi (Init File): Byte-compiling .emacs is bad.
4744 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4748 2008-03-29  Glenn Morris  <rgm@gnu.org>
4750         * calendar.texi: Update for `calendar-date-style' replacing
4751         `european-calendar'.
4753 2008-03-28  Jason Rumney  <jasonr@gnu.org>
4755         * display.texi (Display Custom): Mention overlay-margin in text.
4757 2008-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
4759         * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4760         tutorial' comments.
4762 2008-03-28  Chong Yidong  <cyd@stupidchicken.com>
4764         * mark.texi (Mark): Rearrange nodes.
4765         (Persistent Mark): Rename from Transient Mark.
4766         (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4767         Describe Transient Mark mode as the default.
4769         * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4770         the default behavior with Transient Mark mode off.
4771         (Position Info): Fix typo.
4773         * display.texi (Standard Faces): Reference the Mark node.
4774         Remove discussion of the region face, which is discussed there.
4776         * emacs.texi (Top): Update node listings.
4778         * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4779         as the default.
4781         * fixit.texi (Undo): Standardize choice of undo key sequence.
4782         (Undo, Spelling): Describe Transient Mark mode as the default.
4784         * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4785         default.
4787         * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4789         * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4790         mode is the default, and note that the mark is not activated when set.
4792         * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4793         Describe Transient Mark mode as the default.
4795         * search.texi (Basic Isearch): Reference the Mark Ring node.
4796         (Replace, Unconditional Replace, Other Repeating Search):
4797         Describe Transient Mark mode as the default.
4799         * text.texi (Words, Pages, Fill Commands, HTML Mode):
4800         Describe Transient Mark mode as the default.
4801         (Paragraphs): Describe how M-h behaves when region is active.
4803         * trouble.texi (Quitting): Clarify effects of C-g.
4805 2008-03-13  Glenn Morris  <rgm@gnu.org>
4807         * emacs.texi (EMACSVER): Set to 23.0.60.
4809 2008-03-05  Glenn Morris  <rgm@gnu.org>
4811         * dired.texi (Hiding Subdirectories): Fix previous change.
4813 2008-03-05  Drew Adams  <drew.adams@oracle.com>
4815         * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4817 2008-02-28  Kim F. Storm  <storm@cua.dk>
4819         * help.texi (Help Files): Move describe-gnu-project to C-h g.
4820         Move describe-distribution to C-h C-o.
4821         Move view-emacs-problems to C-h C-p.
4822         Add view-emacs-debugging on C-h C-d.
4823         Add view-external-packages on C-h C-e.
4824         Add view-order-manuals on C-h C-m.
4826 2008-02-17  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4828         * msdog-xtra.texi (MS-DOS): Docstring fix.
4830 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
4832         * msdog.texi (Windows Fonts): Use a @table for describing font
4833         properties.
4835 2008-02-07  Jason Rumney  <jasonr@gnu.org>
4837         * msdog.texi (Windows Files): w32-get-true-file-attributes default
4838         value has changed.
4839         (Windows HOME): Clarify what is meant by "if that fails as well".
4840         (Windows Fonts): New section.
4842 2008-02-07  D. E. Evans  <sinuhe@gnu.org>  (tiny change)
4844         * basic.texi (Basic Undo): Remove duplicate "you can".
4846 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4848         * maintaining.texi (Tags): Fix last change.
4850 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
4852         * tramp.texi: Use new FSF's Back-Cover Text.
4854 2008-01-31  Nick Roberts  <nickrob@snap.net.nz>
4856         * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4858 2008-01-26  Richard Stallman  <rms@gnu.org>
4860         * maintaining.texi (Tags): Delete redundant index entry.
4862 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4864         * programs.texi (Imenu): Move "@cindex tags" from here...
4865         * maintaining.texi (Tags): ...to here.
4867 2008-01-23  Kevin Ryde  <user42@zip.com.au>
4869         * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4870         click count.
4872 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4874         * entering.texi (Exiting): Fix typo.
4875         Reported by D. E. Evans <sinuhe@gnu.org>.
4877 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
4879         * glossary.texi (Glossary): Fix typo.
4881 2007-12-27  Richard Stallman  <rms@gnu.org>
4883         * text.texi (Formatted Text): Improve menu tag.
4884         (Editing Format Info): In Info, add duplicate menu of nodes
4885         about the submenus.
4886         (Format Faces): Say where Faces menu is found.  Mention Other.
4887         (Format Colors): Say where these submenus are found.
4888         (Format Indentation, Format Justification): Likewise.
4889         (Format Properties): Likewise.
4891 2007-12-22  Richard Stallman  <rms@gnu.org>
4893         * search.texi (Query Replace): Make exp of query-replace more
4894         self-contained, and clarify.
4896         * cc-mode.texi (Getting Started): Change @ref to @pxref.
4898 2007-12-15  Richard Stallman  <rms@gnu.org>
4900         * files.texi (Auto Save): Clarify definition of auto-saving.
4902 2007-11-26  Richard Stallman  <rms@gnu.org>
4904         * help.texi (Help Echo): Cleanups.
4906 2007-11-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4908         * files.texi (Why Version Control?): Fix typo.
4909         (VCS Concepts): Fix typos; small tense fix.
4910         (Selecting a Fileset): Fix typos; small rewording.
4911         (Log Buffer): Likewise.
4912         (Old Revisions): Likewise.
4914 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4916         * mule.texi (Communication Coding): Fix wording of last change.
4918 2007-11-16  Werner Lemberg  <wl@gnu.org>
4920         * custom.texi (Specifying File Variables):
4921         * major.texi (Choosing Modes): Mention '\" in man pages.
4923 2007-11-16  Kenichi Handa  <handa@ni.aist.go.jp>
4925         * mule.texi (Communication Coding): Document x-select-request-type.
4927         * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4929 2007-11-15  Francesco Potortì  <pot@gnu.org>
4931         * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4932         --output=file.
4934 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4936         * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4937         (Help Echo): Avoid mentioning the term "region" here and
4938         consistently use the term "active text".
4940 2007-11-11  Glenn Morris  <rgm@gnu.org>
4942         * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4944 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4946         * search.texi (Query Replace):
4947         Mention `query-replace-show-replacement'.
4949 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4951         * building.texi (Watch Expressions): Remove obscure sentence.
4953 2007-11-06  Kenichi Handa  <handa@ni.aist.go.jp>
4955         * mule.texi (Select Input Method): Describe how to activate an input
4956         method in the text mode.
4958 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4960         * cmdargs.texi (Misc Variables): Remove Sun windows info.
4962 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
4964         * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4966 2007-10-30  Glenn Morris  <rgm@gnu.org>
4968         * misc.texi (Directory Tracking): Explain a bit more about
4969         dirtrack-mode.
4971 2007-10-25  Glenn Morris  <rgm@gnu.org>
4973         * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4975 2007-10-24  Richard Stallman  <rms@gnu.org>
4977         * misc.texi (Interactive Shell): Cleanup last change.
4979 2007-10-22  Juri Linkov  <juri@jurta.org>
4981         * mini.texi (Minibuffer History): Add text about a list of minibuffer
4982         default values.
4984 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4986         * files.texi: Disambiguate two slightly different uses of the term
4987         'filesets'.
4989 2007-10-18  Martin Rudalics  <rudalics@gmx.at>
4991         * trouble.texi (Quitting): Fix typo.
4993 2007-10-18  Glenn Morris  <rgm@gnu.org>
4995         * frames.texi (Mode Line Mouse): Mention minor mode names.
4997 2007-10-17  Juri Linkov  <juri@jurta.org>
4999         * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5000         fill-paragraph operates on the active region in Transient Mark mode.
5001         (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5002         with fill-paragraph.
5004         * basic.texi (Arguments): Replace fill-paragraph-or-region with
5005         fill-paragraph.
5007         * fixit.texi (Spelling): ispell-word operates on the active region
5008         in Transient Mark mode.
5010 2007-10-17  Aaron S. Hawley  <aaronh@garden.org>
5012         * building.texi (Source Buffers):
5013         * custom.texi (Init Non-ASCII):
5014         * glossary.texi (Glossary): Use "key binding" consistently.
5016 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
5018         * calendar.texi (Diary): Fix directive.
5020 2007-10-16  Richard Stallman  <rms@gnu.org>
5022         * calendar.texi (Diary): Clarify text about diary file example.
5024 2007-10-13  Eric S. Raymond  <esr@snark.thyrsus.com>
5026         * files.texi: Capitalize node names according to convention.
5028 2007-10-13  Glenn Morris  <rgm@gnu.org>
5030         * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5032 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5034         * emacs.texi:
5035         * files.texi (Version Systems): Minor fixes to version-control material
5036         suggested by RMS and Robert J. Chassell.
5038 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5040         * files.texi (Version Systems):
5041         * vc-xtra.texi:
5042         * vc1-xtra.texi:
5043         * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
5044         operations.  Change of terminology from `version' to `revision'.
5045         Revise text for adequate description of VCSes with monotonic IDs.
5046         * emacs.texi: Change of terminology from `version' to `revision'.
5048 2007-10-09  Eric S. Raymond  <esr@snark.thyrsus.com>
5050         * files.texi (Version Systems): Describe newer VCses.
5051         Reorder the descriptions to be chronological.
5053 2007-10-09  Richard Stallman  <rms@gnu.org>
5055         * display.texi (Cursor Display): Correct how cursor appears
5056         in nonselected windows.
5058 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
5060         * building.texi (GDB Graphical Interface): Remove references to gdba
5061         and mention gud-gdb.
5063 2007-08-31  Eli Zaretskii  <eliz@gnu.org>
5065         * rmail.texi (Rmail Sorting): Improve indexing.
5067 2007-10-06  Juri Linkov  <juri@jurta.org>
5069         * text.texi (Fill Commands): Document fill-paragraph-or-region.
5070         (Fill Prefix, Format Indentation): Replace fill-paragraph with
5071         fill-paragraph-or-region.
5073         * basic.texi (Arguments): Replace fill-paragraph with
5074         fill-paragraph-or-region.
5076 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
5078         * files.texi: Update the section on version control for 2007
5079         conditions.  None of these changes are new-VC-specific; that
5080         will come later.
5082 2007-09-15  Glenn Morris  <rgm@gnu.org>
5084         * calendar.texi (Holidays): Change all instances of `holiday-list' back
5085         to `list-holidays'.
5087 2007-09-14  Glenn Morris  <rgm@gnu.org>
5089         * calendar.texi: Update all instances of mark-calendar-holidays,
5090         list-calendar-holidays, list-holidays with the new names.
5092 2007-09-06  Glenn Morris  <rgm@gnu.org>
5094         Move manual sources from man/ to subdirectories of doc/.
5095         Split into the Emacs manual in emacs/, and other manuals in misc/.
5096         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5097         manual.
5098         (infodir): New variable.
5099         (info): Use $infodir.
5100         (emacsman): Delete target, not needed any more.
5101         Move all targets that are not the Emacs manual to misc/Makefile.in.
5102         (mostlyclean): Remove `gnustmp'.
5103         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5104         manual.
5105         (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
5106         (emacsman): Delete target, not needed any more.
5107         (clean): Remove all info files but Emacs manual.
5108         Move all targets that are not the Emacs manual to misc/Makefile.in.
5109         * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5111         * Makefile.in (INFOSOURCES): Delete.
5112         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5113         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5114         *.vrs *.toc here...
5115         (maintainer-clean): ...from here.
5117 2007-09-05  Glenn Morris  <rgm@gnu.org>
5119         * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5121 2007-08-29  Glenn Morris  <rgm@gnu.org>
5123         * emacs.texi (EMACSVER): Increase to 23.0.50.
5125 2007-08-27  Richard Stallman  <rms@gnu.org>
5127         * emacs.texi (Top): Clarify menu item for Glossary.
5129         * display.texi (Faces): Change secn title.
5130         Clarify not all fonts come from Font Lock.
5132 2007-08-17  Eli Zaretskii  <eliz@gnu.org>
5134         * basic.texi (Position Info): Add index entry for face at point.
5135         Mention that character faces are also displayed by "C-u C-x =".
5137 2007-08-08  Glenn Morris  <rgm@gnu.org>
5139         * glossary.texi (Glossary): Deprecate `iff'.
5141 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
5143         * files.texi (File Conveniences): Document point motion keys in Image
5144         mode.
5146 2007-07-27  Glenn Morris  <rgm@gnu.org>
5148         * emacs.texi (Copying): Include license text from gpl.texi, rather than
5149         in-line.
5151         * gpl.texi: New file with text of GPL.
5152         * Makefile.in (EMACSSOURCES): Add gpl.texi.
5154 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
5156         * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5158         * dired.texi (Wdired): Mention C-x C-q key binding.
5160 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
5162         * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5164 2007-07-25  Glenn Morris  <rgm@gnu.org>
5166         * emacs.texi (Copying): Replace license with GPLv3.
5168         * Relicense all FSF files to GPLv3 or later.
5170 2007-07-24  Glenn Morris  <rgm@gnu.org>
5172         * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5173         for some calendars.
5175 2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
5177         * screen.texi (Mode Line): Describe new mode-line flag that shows if
5178         default-directory for the current buffer is on a remote machine.
5180 2007-07-21  Eli Zaretskii  <eliz@gnu.org>
5182         * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5183         default value.
5185 2007-07-21  Richard Stallman  <rms@gnu.org>
5187         * files.texi (Why Version Control?): Improve previous change.
5189 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5191         * files.texi (Why Version Control?): New node.
5193 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5195         * building.texi (Starting GUD): Add xref to this anchor.
5197 2007-06-24  Karl Berry  <karl@gnu.org>
5199         * emacs.texi: New Back-Cover Text.
5201 2007-06-07  Alan Mackenzie  <acm@muc.de>
5203         * display.texi (Optional Mode Line): Document the new form of
5204         line+column numbers, "(561,2)".
5206 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5208         * maintaining.texi (Create Tags Table): Fix typos.
5210 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5212         * Version 22.1 released.
5214 2007-05-07  Karl Berry  <karl@gnu.org>
5216         * emacs.texi (EMACSVER): Back to 22.
5218 2007-05-06  Richard Stallman  <rms@gnu.org>
5220         * maintaining.texi (Create Tags Table): Clean up previous change.
5222 2007-05-05  Francesco Potortì  <pot@gnu.org>
5224         * maintaining.texi (Create Tags Table): Add text about the dangers of
5225         making symbolic links to tags files.
5227 2007-05-04  Karl Berry  <karl@gnu.org>
5229         * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5231 2007-05-03  Karl Berry  <karl@gnu.org>
5233         * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5235         * .cvsignore (*.pdf): New entry.
5237         * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5238         for printing.
5240 2007-05-01  Richard Stallman  <rms@gnu.org>
5242         * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5244 2007-04-28  Glenn Morris  <rgm@gnu.org>
5246         * ack.texi (Acknowledgments):
5247         * anti.texi (Antinews):
5248         * programs.texi (Program Modes): Restore mention of python.el pending
5249         consideration of legal status.
5251 2007-04-28  Richard Stallman  <rms@gnu.org>
5253         * files.texi (File Names): Fixes to ~ description on MS systems.
5255 2007-04-26  Glenn Morris  <rgm@gnu.org>
5257         * emacs.texi (EMACSVER): Increase to 22.1.50.
5259 2007-04-25  Karl Berry  <karl@gnu.org>
5261         * emacs.texi: Improve line breaks on copyright page,
5262         similar layout to lispref, 8.5x11 by default.
5264         * dired.texi (Image-Dired): Improve line break, fix typo.
5266 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5268         * programs.texi (Program Modes):
5269         * anti.texi (Antinews):
5270         * ack.texi (Acknowledgments): python.el removed.
5272 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5274         * display.texi (Highlight Interactively): Correct description of
5275         hi-lock-file-patterns-policy.
5277         * files.texi (File Archives): Mention self-extracting executables.
5279 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
5281         * search.texi (Unconditional Replace, Query Replace): Add xref to
5282         "Replacement and Case".
5284 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5286         * dired.texi (Image-Dired): Move from Thumbnails node.
5287         * misc.texi (Thumbnails): Node deleted.
5288         * emacs.texi (Top): Update node listing.
5290         * files.texi (File Conveniences):
5291         * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
5293 2007-04-21  Richard Stallman  <rms@gnu.org>
5295         * display.texi (Highlight Interactively): Correct previous change.
5296         Clarify doc of hi-lock-find-patterns, and move new features into it.
5298 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5300         * display.texi (Highlight Interactively):
5301         Document hi-lock-file-patterns-policy.
5303 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
5305         * display.texi (Scrolling): Fix typo.
5307 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5309         * doclicense.texi: Remove node heading, so that it can be included by
5310         other files.
5312         * emacs.texi: Insert node heading for GFDL.
5314 2007-04-14  Eli Zaretskii  <eliz@gnu.org>
5316         * cmdargs.texi (Colors): Qualify "color of window" index entry by
5317         "command line".
5319         * display.texi (Faces): Refer to "Creating Frames" for face
5320         and other frame customizations in .emacs.
5322         * frames.texi (Creating Frames): Mention that face customizations can
5323         be put in .emacs.  Add index entries.
5325 2007-04-12  Richard Stallman  <rms@gnu.org>
5327         * glossary.texi (Glossary): Explain `iff'.
5329 2007-04-11  Karl Berry  <karl@gnu.org>
5331         * gnu.texi (Top),
5332         * macos.texi (Mac Font Specs),
5333         * anti.texi (Antinews),
5334         * xresources.texi (Resources),
5335         * misc.texi (Emulation),
5336         * calendar.texi (Daylight Saving),
5337         * dired.texi (Dired and Find),
5338         * rmail.texi (Remote Mailboxes),
5339         * sending.texi (Mail Headers),
5340         * programs.texi (Which Function),
5341         * files.texi (Recover),
5342         * buffers.texi (Uniquify),
5343         * frames.texi (Wheeled Mice),
5344         * killing.texi (Rectangles): Wording to improve breaks in
5345         8.5x11 format.
5346         * mule.texi (Language Environments): \hbadness=10000 since there's
5347         no way to reword.
5348         * emacs.texi (smallbook): New @set to more easily switch between
5349         smallbook and 8.5x11.
5351 2007-04-11  Richard Stallman  <rms@gnu.org>
5353         * files.texi (File Conveniences): Add xref to Tumme.
5354         Delete text about Thumbnail mode.
5356 2007-04-09  Alan Mackenzie  <acm@muc.de>
5358         * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5359         new name.  Insert concept index entries.
5361 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5363         * display.texi (Standard Faces): Document prefix arg for
5364         list-faces-display.
5366         * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5368 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5370         * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5372         * files.texi (Misc File Ops): Rewrite description of
5373         insert-file-literally.
5375 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5377         * misc.texi (Printing): Postscript -> PostScript.
5379         * ack.texi (Acknowledgments): Postscript -> PostScript.
5381         * custom.texi (Init File, Init Non-ASCII): Fix last change.
5383         * emacs.texi (Top): Fix the menu due to the change in custom.texi
5384         below.
5386 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5388         * custom.texi (Non-ASCII Rebinding): Node deleted.  Material moved to
5389         Init Non-ASCII.
5390         (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5391         (Init Non-ASCII): New node.
5393 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5395         * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5397 2007-03-12  Glenn Morris  <rgm@gnu.org>
5399         * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5400         "Daylight Savings".
5402         * calendar.texi: Replace "daylight savings" with "daylight
5403         saving" in text throughout.
5405 2007-03-04  Richard Stallman  <rms@gnu.org>
5407         * custom.texi (Safe File Variables): Minor correction.
5409 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
5411         * rmail.texi (Movemail): Add internal ref.
5412         Don't indent the intro for the PROTO table.
5413         Format PROTO table items with @code.
5415 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5417         * building.texi: Remove references to bashdb.
5419 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5421         * mule.texi (Language Environments): Update list of supported language
5422         environments.
5424 2007-02-14  Kim F. Storm  <storm@cua.dk>
5426         * building.texi (Grep Searching): Fix lgrep doc.
5428 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
5430         * back.texi: Remove unused file.
5432 2007-02-05  Francesco Potortì  <pot@gnu.org>
5434         * maintaining.texi (Tag Syntax): Now --members is the default for
5435         etags, not for ctags yet.
5437 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5439         * emacs.texi (Top): Update the top-level menus.  Make the detailed menu
5440         headers compliant with Texinfo guidelines and with what texnfo-upd.el
5441         expects.  Add comments to prevent people from inadvertently modifying
5442         the key parts needed by `texinfo-multiple-files-update'.
5444 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5446         * frames.texi (Secondary Selection): Window clicked does not matter
5447         when mouse-yank-at-point is non-nil.
5449 2007-01-16  Glenn Morris  <rgm@gnu.org>
5451         * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5452         system abbrev.
5454 2007-01-11  Richard Stallman  <rms@gnu.org>
5456         * msdog.texi (Windows Keyboard): Another small cleanup.
5458 2007-01-10  Richard Stallman  <rms@gnu.org>
5460         * msdog.texi (Windows Keyboard): Yet another try to make
5461         everyone happy with that passage.
5463 2007-01-05  Richard Stallman  <rms@gnu.org>
5465         * anti.texi (Antinews): Mention M-x shell scrolling.
5467 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5469         * building.texi (Watch Expressions): Describe gdb-max-children.
5471 2007-01-04  Richard Stallman  <rms@gnu.org>
5473         * msdog.texi (Windows Keyboard): Clarify previous change.
5475 2007-01-02  Richard Stallman  <rms@gnu.org>
5477         * custom.texi (Changing a Variable): Minor clarification.
5478         (Specific Customization): customize-customized => customize-unsaved.
5480         * entering.texi (Entering Emacs): Clean up text about restarting
5481         Emacs for each file.
5483         * misc.texi (Shell Options): Minor cleanup.
5485         * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5486         with Emacs, not vice versa.
5488         * programs.texi (Symbol Completion): Recommend customizing
5489         window manager.
5491         * xresources.texi (Resources): Minor fix.
5493 2007-01-01  Jan Djärv  <jan.h.d@swipnet.se>
5495         * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5497 2007-01-01  Richard Stallman  <rms@gnu.org>
5499         * commands.texi (User Input): Document keys stolen by window mangers.
5501 2006-12-31  Richard Stallman  <rms@gnu.org>
5503         * custom.texi (Specific Customization): Document customize-option
5504         instead of customize-variable.
5506 2006-12-31  Kim F. Storm  <storm@cua.dk>
5508         * major.texi (Choosing Modes): Document auto-mode-case-fold.
5510 2006-12-30  Kim F. Storm  <storm@cua.dk>
5512         * killing.texi (CUA Bindings): Fix typo.
5514         * xresources.texi (Table of Resources): Mention grow-only value for
5515         auto-resize-tool-bars.
5517 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5519         * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5520         and how to get them back.
5522 2006-12-26  Richard Stallman  <rms@gnu.org>
5524         * calendar.texi (Holidays): Holiday listing is based on current
5525         practice, but DST is not.
5527 2006-12-25  Richard Stallman  <rms@gnu.org>
5529         * emacs.texi (Top): Update subnode menus.
5531         * mark.texi (Transient Mark): Fix xref.
5533         * killing.texi (Graphical Kill): Node deleted.
5534         (Killing): Add xref to Cut and Paste.
5535         (CUA Bindings): Update xref.
5537         * frames.texi (Cut and Paste): New section to hold other nodes.
5538         (Mouse Commands): Node demoted.
5539         (Cut/Paste Other App): Split out from Mouse Commands.
5540         (Word and Line Mouse): Likewise.
5541         (Secondary Selection, Clipboard): Nodes demoted.
5543 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5545         * calendar.texi (Holidays): US daylight saving begins second Sunday
5546         in March for 2007 onwards.
5547         (Daylight Savings): Show new US default daylight saving rules, 2nd
5548         Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5550 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5552         * calendar.texi (Scroll Calendar): < and > are switched.
5554 2006-12-23  Kevin Rodgers  <ihs_4664@yahoo.com>
5556         * killing.texi (Deletion): Describe M-\ prefix argument.
5558 2006-12-23  Richard Stallman  <rms@gnu.org>
5560         * search.texi (Regexp Search): Explain why forward and reverse regexp
5561         search are not mirror images.
5563 2006-12-19  Kim F. Storm  <storm@cua.dk>
5565         * major.texi (Choosing Modes): Describe match-function elements for
5566         magic-mode-alist.
5568 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
5570         * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5571         peculiarities.
5573 2006-12-18  Richard Stallman  <rms@gnu.org>
5575         * abbrevs.texi (Editing Abbrevs): Fix previous change.
5577 2006-12-17  Alan Mackenzie  <acm@muc.de>
5579         * programs.texi (Left Margin Paren): Remove the bit which says
5580         that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5581         Discuss some of the issues of setting this option to nil.
5583 2006-12-17  Glenn Morris  <rgm@gnu.org>
5585         * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5587 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5589         * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5590         (Windows Files): `w32-get-true-file-attributes' is only relevant for
5591         NTFS volumes.
5592         (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5593         volumes.
5595 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
5597         * text.texi (HTML Mode): Fix "C-c TAB".
5599 2006-12-09  Richard Stallman  <rms@gnu.org>
5601         * misc.texi (Invoking emacsclient): Simplify TCP file text.
5603 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
5605         * files.texi (Misc File Ops): Document insert-file-literally.
5607 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
5609         * cmdargs.texi (Colors): Note that --color is intended for overriding
5610         the terminal defaults, not for normal invocation.
5612         * misc.texi (Emacs Server): Improve wording.  Don't mention the
5613         ``server program''.  Add a cross-reference to "Init File" node.
5614         (Invoking emacsclient): Add index entries.  Document both short and
5615         long versions of command-line options.  Document the -f option.
5617 2006-12-06  Richard Stallman  <rms@gnu.org>
5619         * text.texi (Outline Format): Say to set outline-regexp
5620         and outline-level with major modes and file local variables.
5622 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5624         * anti.texi (Antinews): Mention the alternative to
5625         `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5627         * misc.texi (Interactive Shell): Ditto.
5629 2006-12-04  Eli Zaretskii  <eliz@gnu.org>
5631         * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5633         * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5635 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
5637         * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5638         colon in the mode line.
5640         * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5642 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5644         * building.texi (Watch Expressions): Mention SPC for expanding/
5645         contracting watch expressions.
5647 2006-11-26  Kim F. Storm  <storm@cua.dk>
5649         * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5651 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5653         * building.texi (Debugger Operation): Define text command mode.
5654         Clarify how tooltips work.
5655         (GDB Graphical Interface): Explain how to run in text command mode
5656         more clearly.
5658 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5660         * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5662 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
5664         * anti.texi (Antinews): Mention --server-file and TCP sockets.
5666 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5668         * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5669         and EMACS is deprecated.
5671 2006-11-18  Juanma Barranquero  <lekktu@gmail.com>
5673         * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5675 2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
5677         * Makefile.in (emacs.dvi): Remove xresmini.texi.
5679         * emacs.texi: Include xresources.texi both for info and dvi.
5681         * xresources.texi: Merge text from xresmini.texi.
5683 2006-11-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5685         * glossary.texi: Fix typos.
5687 2006-11-06  Richard Stallman  <rms@gnu.org>
5689         * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5691         * ack.texi (Acknowledgments): Fix name spelling.
5693 2006-11-01  Juri Linkov  <juri@jurta.org>
5695         * search.texi (Word Search): Document incremental word search.
5697 2006-10-28  Glenn Morris  <rgm@gnu.org>
5699         * ack.texi (Acknowledgments): Add cal-html author.
5701         * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5702         Calendar").  Describe new package cal-html.
5703         * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5704         Calendar Files."
5706 2006-10-23  Richard Stallman  <rms@gnu.org>
5708         * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5709         Abbrev mode is enabled.
5711 2006-10-16  Richard Stallman  <rms@gnu.org>
5713         * emacs.texi: Update ISBN.
5715 2006-10-11  Kim F. Storm  <storm@cua.dk>
5717         * emacs.texi (Acknowledgments): Use @dotless{i}.
5719 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5721         * building.texi (Breakpoints Buffer): Mention catchpoints.
5723 2006-10-08  Kim F. Storm  <storm@cua.dk>
5725         * ack.texi (Acknowledgments): Update.
5727         * emacs.texi (Acknowledgments): Fix bad @/ form.
5729 2006-10-05  Kim F. Storm  <storm@cua.dk>
5731         * emacs.texi (Acknowledgments): Add more contributors.
5733 2006-10-03  Richard Stallman  <rms@gnu.org>
5735         * emacs.texi (Acknowledgments): Update version and edition.
5737 2006-10-01  Karl Berry  <karl@gnu.org>
5739         * custom.texi (Customization Groups): Page break to keep example buffer
5740         on one page.
5742 2006-09-30  Karl Berry  <karl@gnu.org>
5744         * programs.texi (Basic Indent): @need to improve page break.
5745         * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5747 2006-09-29  Glenn Morris  <rgm@gnu.org>
5749         * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5751 2006-09-29  Karl Berry  <karl@gnu.org>
5753         * windows.texi (Basic Window): Remove forced @break, no longer
5754         desirable.
5755         * frames.texi (Frame Commands),
5756         * mark.texi (Marking Objects): Reword to avoid bad page break.
5757         * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5759 2006-09-19  Richard Stallman  <rms@gnu.org>
5761         * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5762         stick to present tense.
5764 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
5766         * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5767         to x-gtk-use-old-file-dialog.
5768         (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5770 2006-09-15  Jay Belanger  <belanger@truman.edu>
5772         * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5773         Change "Library Public License" to "Lesser Public License"
5774         throughout.  Use "yyyy" to represent year.
5776 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
5778         * files.texi (Visiting): Add index entry "open file".
5780 2006-09-11  Richard Stallman  <rms@gnu.org>
5782         * building.texi (Compilation Mode): Clarification.
5783         (Grep Searching): Add xref to Compilation Mode.
5785 2006-09-08  Richard Stallman  <rms@gnu.org>
5787         * search.texi (Search): Ref multi-file search commands here.
5788         (Other Repeating Search): Not here.
5790 2006-08-28  Richard Stallman  <rms@gnu.org>
5792         * windows.texi (Split Window): Update xref.
5794         * basic.texi (Continuation Lines): Update xref.
5796         * indent.texi (Tab Stops): Update xref.
5798         * emacs.texi (Top): Update subnode menu.
5800         * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5801         split out of Display Custom.
5803 2006-08-25  Kim F. Storm  <storm@cua.dk>
5805         * display.texi (Display Custom): Add variables overline-margin
5806         and x-underline-at-descent-line.
5808 2006-08-25  Richard Stallman  <rms@gnu.org>
5810         * entering.texi (Exiting): Rewrite to give graphical displays
5811         priority over text terminals.
5813         * search.texi (Incremental Search): Move index entries.
5815 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5817         * custom.texi (Init File): Reference Find Init to avoid "home
5818         directory" confusion.
5820 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5822         * building.texi (Other GDB-UI Buffers): Describe how to edit
5823         a value in the locals buffer.
5825 2006-08-21  Richard Stallman  <rms@gnu.org>
5827         * search.texi (Basic Isearch): Add `isearch' index entry.
5829 2006-08-16  Richard Stallman  <rms@gnu.org>
5831         * misc.texi (Saving Emacs Sessions): Clean up wording.
5833         * mark.texi (Marking Objects): Mention term "select all".
5835         * emacs.texi (Top): Update subnode menu.
5837         * help.texi (Help Mode): Move node up in file.
5839 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5841         * building.texi (Stack Buffer): Explain fringe arrow.
5843 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
5845         * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5846         on startup.
5848 2006-08-11  Romain Francoise  <romain@orebokech.com>
5850         * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5852 2006-08-10  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5854         * mule.texi (Recognize Coding, Text Coding): Fix typos.
5856 2006-08-10  Richard Stallman  <rms@gnu.org>
5858         * text.texi (Format Faces): Substantial rewrites to deal
5859         with face merging.  Empty regions don't count.
5860         Clarify face property inheritance.
5862 2006-08-08  Romain Francoise  <romain@orebokech.com>
5864         * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5865         <arjuropo@cc.jyu.fi>.
5867 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5869         * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5870         apply to all frames.
5872 2006-08-01  Richard Stallman  <rms@gnu.org>
5874         * help.texi (Name Help): Add index entries for describe-variable.
5876 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5878         * building.texi (GDB Graphical Interface): Shorten node names.
5879         (GDB-UI Layout): Use GDB-related.
5880         (Other GDB-UI Buffers): Simplify English.
5882 2006-07-31  Richard Stallman  <rms@gnu.org>
5884         * search.texi (Query Replace): Add xref for Dired's Q command.
5886 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5888         * building.texi (GDB commands in Fringe): Rename to...
5889         (Source Buffers): ..this and move forward.  Describe hollow arrow and
5890         new option gdb-find-source-frame.
5892 2006-07-29  Richard Stallman  <rms@gnu.org>
5894         * dired.texi (Operating on Files): Simplify previous change
5895         and fix Texinfo usage.
5897 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5899         * dired.texi (Operating on Files): Add cross-references.  State the
5900         Unix commands that do similar things.
5902 2006-07-28  Richard Stallman  <rms@gnu.org>
5904         * mark.texi (Transient Mark): Clarify that region never disappears
5905         when Transient Mark mode is off, and not when it is on.
5907 2006-07-27  Richard Stallman  <rms@gnu.org>
5909         * search.texi (Non-ASCII Isearch): Clarify.  Mention C-q.
5911 2006-07-24  Richard Stallman  <rms@gnu.org>
5913         * xresources.texi (GTK styles): Fix texinfo usage.
5915         * commands.texi (User Input): Explain why we teach keyboard cmds.
5917         * xresources.texi, xresmini.texi, search.texi, programs.texi:
5918         * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5919         * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5920         * doclicense.texi, display.texi, dired.texi, basic.texi:
5921         * anti.texi, ack.texi: Move periods and commas inside quotes.
5923 2006-07-22  Eli Zaretskii  <eliz@gnu.org>
5925         * cmdargs.texi (General Variables): Document EMAIL.
5927 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5929         * frames.texi (Frame Commands): Mention that focus-follows-mouse
5930         doesn't have effect on MS-Windows.
5932 2006-07-17  Richard Stallman  <rms@gnu.org>
5934         * building.texi (Grep Searching): Explain about chaining grep commands.
5936 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5938         * killing.texi, mini.texi: Fix typos.
5940 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
5942         * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5943         is invoked for multiple files.
5945 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5947         * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5948         on-line manual for the rest of this node.
5949         (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5950         unconditionally.
5951         (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5952         Improve wording.
5953         (Windows Printing): Improve wording.
5954         (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5955         rest of this node.
5957 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5959         * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5960         with eval-buffer.
5962 2006-07-05  Nick Roberts  <nickrob@snap.net.nz>
5964         * mule.texi (Coding Systems, Specify Coding): Link descriptions
5965         of character translation.
5967 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5969         * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5971 2006-07-03  Karl Berry  <karl@gnu.org>
5973         * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5974         not-too-underfull hboxes in the TeX output.
5975         * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5976         * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5977         * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5978         * sending.texi, text.texi: Fix overfull/underfull boxes.
5980 2006-07-03  Romain Francoise  <romain@orebokech.com>
5982         * m-x.texi (M-x): Fix.
5984 2006-07-03  Richard Stallman  <rms@gnu.org>
5986         * search.texi (Other Repeating Search): filename -> file name.
5988         * misc.texi (Narrowing): Minor cleanups.
5990         * files.texi (Visiting): filename -> file name.
5992         * emacs.texi (Top): Update subnode menus.
5994         * mule.texi (Coding Systems): Move char translation stuff here.
5995         (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5996         (Recognize Coding): Substantial local rewrites.
5997         (International): Update menu.
5999         * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6000         (Scrolling): Substantial local rewrites.
6001         (Display): Update menu and intro.
6003         * dired.texi: filename -> file name.
6005         * custom.texi (Safe File Variables): Texinfo usage fix.
6007 2006-07-03  Teodor Zlatanov  <tzz@lifelogs.com>
6009         * help.texi, m-x.texi: Lots of cleanups.
6011 2006-06-30  Eli Zaretskii  <eliz@gnu.org>
6013         * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6014         (Windows Processes, Windows Misc): Shorten the printed version by
6015         selectively conditioning less important portions by @ifnottex.
6017 2006-06-27  Richard Stallman  <rms@gnu.org>
6019         * mini.texi (Minibuffer File): Minor cleanup.
6021 2006-06-25  Nick Roberts  <nickrob@snap.net.nz>
6023         * frames.texi (XTerm Mouse): Rename to...
6024         (Text-Only Mouse): ...this.  Mention t-mouse-mode.
6026         * emacs.texi (Top): Use new node name.
6028 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
6030         * emacs.texi (Top): Update the detailed menu according to changes in
6031         msdog.texi.
6033         * msdog.texi (Windows Keyboard): New section.
6034         (Windows Mouse): New section.
6035         (Windows System Menu): Remove section (text merged with "Windows
6036         Keyboard").
6037         (Windows Misc): New section.
6039         * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6041         * msdog.texi (ls in Lisp): New section.
6043         * files.texi (Visiting): Document case-insensitive wildcard matching
6044         under find-file-wildcards.
6046 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6048         * macos.texi (Mac Input): Add description of mac-function-modifier.
6049         Now Unicode keyboard layouts work.
6051 2006-06-10  Richard Stallman  <rms@gnu.org>
6053         * mule.texi (Recognize Coding): Clarify previous change.
6055 2006-06-09  Kenichi Handa  <handa@m17n.org>
6057         * mule.texi (Recognize Coding): Describe the convention of "CODING!"
6058         notation.
6060 2006-06-07  Kevin Ryde  <user42@zip.com.au>
6062         * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
6063         manual for @ifnottex, but in emacs-extra for @iftex.
6065         * cmdargs.texi (General Variables): Fix smtpmail xref.
6067 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6069         * programs.texi (Comment Commands):
6070         * custom.texi (Specifying File Variables):
6071         Use ;; instead of ;;; to better follow coding conventions.
6073 2006-06-07  Nick Roberts  <nickrob@snap.net.nz>
6075         * building.texi (Watch Expressions): Move node to end.
6076         (GDB Graphical Interface): Move description of clicks in fringe...
6077         (GDB commands in the Fringe): ...to here.  New node.
6079 2006-06-05  Romain Francoise  <romain@orebokech.com>
6081         * xresmini.texi (GTK resources): Fix various typos.
6083 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
6085         * building.texi (GDB Graphical Interface): Update bindings.
6086         (Commands of GUD): Add gud-print.  Remove gud-run.
6087         Restate availability more generally.
6089 2006-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6091         * mini.texi: Lots of cleanups.
6093 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6095         * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6096         and Mouse-2.
6098 2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
6100         * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6102 2006-05-31  Richard Stallman  <rms@gnu.org>
6104         * basic.texi (Moving Point): Fix previous change.
6106 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
6108         * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6110 2006-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
6112         * basic.texi: Many simplifications and improvements in wording.
6114 2006-05-26  Nick Roberts  <nickrob@snap.net.nz>
6116         * anti.texi (Antinews): Create a node for gdb-ui.
6118 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6120         * frames.texi (Menu Bars, Tool Bars): Add index entries.
6122 2006-05-20  Richard Stallman  <rms@gnu.org>
6124         * dired.texi (Dired Navigation): dired-goto-file is now j.
6126 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6128         * mule.texi (Coding Systems): Mention the undecided-* coding systems
6129         and their aliases.
6131         * msdog.texi (Windows Printing): Mention non-support of plain text
6132         printing with some el-cheapo printers, and suggest a workaround.
6134 2006-05-20  Kevin Ryde  <user42@zip.com.au>
6136         * text.texi (TeX Print): tex-dvi-view-command has a default value,
6137         remove the bit saying you must set it.
6139 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6141         * trouble.texi (Checklist):
6142         * text.texi (Text, Auto Fill, Text Mode):
6143         * search.texi (Nonincremental Search):
6144         * rmail.texi (Rmail Labels):
6145         * mule.texi (Input Methods, Multibyte Conversion):
6146         * misc.texi (Gnus, Where to Look, PostScript):
6147         * maintaining.texi (Create Tags Table):
6148         * indent.texi (Indentation Commands):
6149         * fixit.texi (Spelling):
6150         * emacs.texi (Copying):
6151         * custom.texi (Init File): ifinfo -> ifnottex.
6153 2006-05-17  Richard Stallman  <rms@gnu.org>
6155         * files.texi (Diff Mode): Mention C-x `.
6157 2006-05-08  Richard Stallman  <rms@gnu.org>
6159         * custom.texi (Disabling): Textual cleanups.
6161 2006-05-12  Glenn Morris  <rgm@gnu.org>
6163         * calendar.texi (Displaying the Diary, Format of Diary File):
6164         Refer to diary-view-entries, diary-list-entries,
6165         diary-show-all-entries rather than obsolete aliases.
6167 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
6169         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6170         (Displaying the Diary, Special Diary Entries, Importing Diary):
6171         * building.texi (Compilation Shell):
6172         * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6173         emacs-xtra with @inforef's.
6175         * files.texi (Visiting): Fix wording.
6177         * mule.texi (Coding Systems, Text Coding): More indexing.
6178         Mention that C-x RET f can set eol conversion.
6180 2006-05-07  Jan Djärv  <jan.h.d@swipnet.se>
6182         * xresmini.texi (GTK resources): Insert GTK description.
6184         * xresources.texi (GTK resources): metafont should be menufont.
6186 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6188         * mini.texi (Completion Options): Completion of remote files'
6189         method, user name and host name is active only in partial
6190         completion mode.
6192 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6194         * makefile.w32-in (emacs.dvi):
6195         * Makefile.in (emacs.dvi): Add xresmini.texi.
6197         * xresmini.texi (Table of Resources): Remove xref to non-existent
6198         node "LessTif Resources".
6200         * msdog.texi (Microsoft Windows):
6201         * calendar.texi (Calendar/Diary, Displaying the Diary)
6202         (Special Diary Entries, Importing Diary, Holidays):
6203         * programs.texi (Program Modes):
6204         * text.texi (Text):
6205         * buffers.texi (Several Buffers):
6206         * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6208 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6210         The following changes merge the emacs-xtra manual into the main
6211         manual, but only for on-line version of the manual.
6213         * vc2-xtra.texi (Version Backups, Local Version Control)
6214         (Making Snapshots, Change Logs and VC, Version Headers)
6215         (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6216         on-line manual.
6218         * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6219         for on-line manual.
6221         * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6222         (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6223         (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6224         for on-line manual.
6226         * fortran-xtra.texi (Fortran, Fortran Autofill)
6227         (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6228         for on-line manual.
6230         * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6231         Conditional xref's for on-line manual.
6233         * emerge-xtra.texi (Emerge, Overview of Emerge)
6234         (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6235         manual.
6237         * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6238         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6239         (EMACSSOURCES): Use EMACS_XTRA.
6240         (../info/emacs-xtra): Remove.
6241         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6243         * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6244         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6245         (EMACSSOURCES): Use EMACS_XTRA.
6246         ($(infodir)/emacs-xtra): Remove.
6247         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6249         * trouble.texi (Quitting):
6250         * text.texi (Text):
6251         * programs.texi (Program Modes):
6252         * msdog.texi (Microsoft Windows):
6253         * frames.texi (Frames):
6254         * files.texi (Backup, Version Control, VC Concepts)
6255         (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6256         (Registering, VC Status, VC Undo, Multi-User Branching)
6257         (Comparing Files):
6258         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6259         (Displaying the Diary, Special Diary Entries, Importing Diary):
6260         * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6261         conditional xref's, depending on @iftex/@ifnottex.
6263         * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6264         "MS-DOS".  @include msdog-xtra.texi.
6266         * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6267         <Top Level> [ifnottex]: @include fortran-xtra.texi.
6269         * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6270         for vc-xtra.texi subsections.
6271         (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6272         (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6274         * sending.texi (Sending Mail): A @node line without explicit Prev,
6275         Next, and Up links.
6277         * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6278         Next, and Up links.
6280         * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6281         and its sections.  @include picture-xtra.texi.
6283         * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6284         "Emerge".
6285         (List Tags) [ifnottex]: @include emerge-xtra.texi.
6287         * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6288         exact duplicate of its name-sake in calendar.texi.
6290         * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6291         "Advanced Calendar/Diary Usage".
6292         (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6294         * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6295         dired-xtra.texi.
6296         (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6298         * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6299         (Files) [ifnottex]: Add menu entry for Autorevert.
6301         * emacs-xtra.texi (Introduction): Reword to make consistent with
6302         printed version only.
6303         <Top level>: Remove the body of all chapters and move them to the
6304         new *-xtra.texi files.  Use @raisesections and @lowersections to
6305         convert sections to chapters etc.
6307         * msdog-xtra.texi:
6308         * fortran-xtra.texi:
6309         * vc-xtra.texi:
6310         * vc1-xtra.texi:
6311         * vc2-xtra.texi:
6312         * emerge-xtra.texi:
6313         * cal-xtra.texi:
6314         * dired-xtra.texi:
6315         * arevert-xtra.texi: New files, with text from respective chapters
6316         of emacs-xtra.texi.  Convert each @chapter into @section, @section
6317         into @subsection, etc.
6319         * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG".  All references
6320         updated.
6322         * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6323         Windows".  All references updated.
6325 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6327         * macos.texi (Mac Input): Mention input from Character Palette.
6328         (Mac Font Specs): Fix typo.
6330 2006-05-05  Richard Stallman  <rms@gnu.org>
6332         * files.texi (Diff Mode): Minor cleanup.
6334 2006-05-05  Karl Berry  <karl@gnu.org>
6336         * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6337         errors from the current release of makeinfo (4.8).
6338         * help.texi (Library Keywords): Change widest word in multitable
6339         template from `emulations' to `convenience'.  (Not sure if this is
6340         related to the font change.)
6342 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6344         * files.texi (File Names): Add a footnote about limited support of
6345         ~USER on MS-Windows.
6347         * cmdargs.texi (Initial Options): Add a footnote about limited
6348         support of ~USER on MS-Windows.
6350 2006-05-03  Richard Stallman  <rms@gnu.org>
6352         * files.texi (Diff Mode): Node moved here.
6353         (Comparing Files): Delete what duplicates new node.
6354         (Files): Put Diff Mode in menu.
6356         * misc.texi (Diff Mode): Move to files.texi.
6358         * emacs.texi (Top): Update menu for Diff Mode.
6360         * trouble.texi (Emergency Escape): Simplify.
6362         * emacs.texi (Top): Minor clarification.
6364 2006-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6366         * commands.texi, entering.texi, screen.texi: Many simplifications.
6368 2006-05-03  Richard Stallman  <rms@gnu.org>
6370         * commands.texi (Text Characters): Delete paragraph about unibyte
6371         non-ASCII printing chars.
6373         * killing.texi (Killing): Say "graphical displays".
6374         * display.texi: Say "graphical displays".
6376         * cmdargs.texi (Misc X): Say "graphical displays".
6378 2006-05-01  Richard Stallman  <rms@gnu.org>
6380         * emacs.texi (Top): Add Diff Mode to menu.
6382 2006-05-01  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6384         * misc.texi (Diff Mode): New node.
6386 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6388         * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6389         (Mac Environment Variables): Shorten example line.
6390         (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
6392 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
6394         * building.texi (GUD Customization): Describe cases %d and %c.
6395         Update description for %e.
6397 2006-04-30  Glenn Morris  <rgm@gnu.org>
6399         * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6401 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
6403         * custom.texi (Examining): Update C-h v output example.
6405 2006-04-29  Kim F. Storm  <storm@cua.dk>
6407         * building.texi (Grep Searching): Add lgrep and rgrep.
6409 2006-04-23  Richard Stallman  <rms@gnu.org>
6411         * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6413         * xresmini.texi: New file.
6415         * xresources.texi (Face Resources): Split table into font resources
6416         and the rest.  Combine similar attributes for brevity.
6418 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
6420         * emacs-xtra.texi (MS-DOS File Names): Remove section about
6421         backslashes and case-insensitivity in file names (moved to the
6422         main manual).
6423         (MS-DOS Printing): Move most of the text to the main manual.
6425         * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6426         New nodes.
6427         (Windows Processes, Windows System Menu): Add index entries and
6428         fix wording.
6430 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
6432         * misc.texi (Shell Ring): Add notes on saved input when
6433         navigating off the end of the history list.
6435 2006-04-18  Chong Yidong  <cyd@mit.edu>
6437         * misc.texi (Shell Options): Correct default value of
6438         comint-scroll-show-maximum-output.
6440 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
6442         * building.texi (Watch Expressions): Update.
6444 2006-04-12  Richard Stallman  <rms@gnu.org>
6446         * search.texi: Clean up previous change.
6448 2006-04-12  Eli Zaretskii  <eliz@gnu.org>
6450         * search.texi (Regexp Backslash, Regexp Replace): Add index
6451         entries for ``back reference'' and mention the term itself in the
6452         text.
6454 2006-04-11  Richard Stallman  <rms@gnu.org>
6456         * custom.texi (Safe File Variables):
6457         Document enable-local-variables = :safe.
6459 2006-04-11  Karl Berry  <karl@gnu.org>
6461         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6462         (Remote Repositories, Version Backups, Local Version Control)
6463         (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6464         (Miscellaneous Commands and Features of VC, Change Logs and VC)
6465         (Renaming VC Work Files and Master Files)
6466         (Inserting Version Control Headers, Customizing VC, General Options)
6467         (Options for RCS and SCCS, Options specific for CVS): Move all
6468         these nodes to emacs-xtra.texi, for brevity.
6469         * cmdargs.texi, files.texi: Change cross-references.
6471 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
6473         * files.texi (Old Versions): Update description of vc-annotate's
6474         use of color to indicate date ranges.
6476 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6478         * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6479         put info and printed manual names the right way around.
6481 2006-04-09  Karl Berry  <karl@gnu.org>
6483         * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6484         emacs-xtra.texi, leaving only MS Windows information.
6485         * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6486         * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6487         node names.
6489         * emacs.texi: Move @summarycontents and @contents to the beginning
6490         of the file.
6492 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6494         * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6496 2006-04-07  Richard Stallman  <rms@gnu.org>
6498         * programs.texi (Comments, Comment Commands, Options for Comments)
6499         (Multi-Line Comments): "Align", not "indent".
6500         (Basic Indent): C-j deletes trailing whitespace before the newline.
6502 2006-04-06  Richard Stallman  <rms@gnu.org>
6504         * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6506 2006-04-06  Eli Zaretskii  <eliz@gnu.org>
6508         * killing.texi (Rectangles): Add index entry for marking a rectangle.
6510 2006-04-05  Richard Stallman  <rms@gnu.org>
6512         * emacs.texi (Top): Update subnode menu.
6514         * trouble.texi (Unasked-for Search): Node deleted.
6515         (Lossage): Delete from menu.
6517 2006-04-04  Richard Stallman  <rms@gnu.org>
6519         * trouble.texi: Various cleanups.
6520         (Checklist): Don't bother saying how to snail a bug report.
6521         (Emergency Escape): Much rewriting.
6522         (After a Crash): Rename the core dump immediately.
6523         (Total Frustration): Call it a psychotherapist.
6524         (Bug Criteria): Avoid "illegal instruction".
6525         (Sending Patches): We always put the contributor's name in.
6527         * misc.texi (Thumbnails): Minor correction.
6529 2006-04-03  Richard Stallman  <rms@gnu.org>
6531         * misc.texi (Thumbnails): Minor cleanup.
6533 2006-04-02  Karl Berry  <karl@gnu.org>
6535         * sending.texi (Mail Sending): pxref to Top needs five args.
6537         * texinfo.tex: Update to current version (2006-03-21.13).
6539 2006-03-31  Richard Stallman  <rms@gnu.org>
6541         * emacs.texi (Top): Update subnode menu.
6543         * help.texi (Help Mode): Cleanup.
6545         * dired.texi: Many cleanups.
6546         (Dired Deletion): Describe dired-recursive-deletes.
6547         (Operating on Files): dired-create-directory moved.
6548         (Misc Dired Features): Move to here.
6549         (Tumme): Node moved to misc.texi.
6551         * custom.texi: Many cleanups.
6552         (Minor Modes): Don't mention ISO Accents Mode.
6553         (Examining): Update C-h v output example.
6554         (Hooks): Add index and xref for add-hook.
6555         (Locals): Delete list of vars that are always per-buffer.  Rearrange.
6556         (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6558         * misc.texi: Many cleanups.
6559         (beginning): Add to summary of topics.
6560         (Shell): Put eshell xref at the end.  Remove eshell from table.
6561         (Thumbnails): New node.
6563 2006-03-28  Eli Zaretskii  <eliz@gnu.org>
6565         * files.texi (File Name Cache): Make it clear that the cache is
6566         not persistent.
6568 2006-03-25  Karl Berry  <karl@gnu.org>
6570         * emacs-xtra.texi, emacs.texi, gnu.texi:
6571         (1) use @copyright{} instead of (C) in typeset text;
6572         (2) do not indent copyright year list (or anything else).
6574 2006-03-21  Juanma Barranquero  <lekktu@gmail.com>
6576         * files.texi (VC Dired Mode): Remove misplaced brackets.
6578 2006-03-21  Andre Spiegel  <spiegel@gnu.org>
6580         * files.texi: Various updates and clarifications in the VC chapter.
6582 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6584         * help.texi (Help Mode): Document "C-c C-c".
6586 2006-03-16  Luc Teirlinck  <teirllm@auburn.edu>
6588         * emacs-xtra.texi (Top): Avoid ugly continuation line in
6589         menu in the standalone Info reader.
6591 2006-03-15  Chong Yidong  <cyd@stupidchicken.com>
6593         * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6594         moved here from Emacs manual.
6596         * programs.texi (Fortran): Section moved to emacs-xtra.
6597         (Program Modes): Xref to Fortran in emacs-xtra.
6599         * maintaining.texi (Emerge): Move to emacs-xtra.
6600         * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6602         * picture.texi: File deleted.
6603         * Makefile.in:
6604         * makefile.w32-in: Remove picture.texi.
6606         * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6607         * abbrevs.texi (Abbrevs):
6608         * sending.texi (Sending Mail): Picture node removed.
6610         * emacs.texi (Top): Update node listings.
6612 2006-03-12  Richard Stallman  <rms@gnu.org>
6614         * calendar.texi: Various cleanups.
6616 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6618         * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6619         syntax.
6621 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6623         * search.texi (Regexps): More accurately describe which characters
6624         are special in which situations.  Recommend _not_ to quote `]' or
6625         `-' when they are not special.
6627 2006-02-28  Andre Spiegel  <spiegel@gnu.org>
6629         * files.texi (Old Versions): Clarify operation of C-x v =.
6631 2006-02-21  Nick Roberts  <nickrob@snap.net.nz>
6633         * building.texi (Watch Expressions): Update and describe
6634         gdb-speedbar-auto-raise.
6636 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6638         * emacs.texi: Use @smallbook.
6639         (Top): Update ref to Emacs paper, delete ref to Cookbook.
6640         Update subnode menu.
6642         * building.texi (Lisp Interaction): Minor addition.
6644 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6646         * building.texi (Watch Expressions): Update and be more precise.
6648 2006-02-15  Francesco Potortì  <pot@gnu.org>
6650         * maintaining.texi (Create Tags Table): Explain why the
6651         exception when etags writes to files under the /dev tree.
6653 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6655         * custom.texi (Safe File Variables): Lots of clarification.
6656         Renamed from Unsafe File Variables.
6658 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6660         * custom.texi (Unsafe File Variables): File variable confirmation
6661         assumed denied in batch mode.
6663 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6665         * building.texi (GDB User Interface Layout): Don't say `inferior'
6666         for program being debugged.
6668 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6670         * building.texi (GDB Graphical Interface):
6671         Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6673 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6675         * custom.texi (Specifying File Variables, Unsafe File Variables):
6676         New nodes, split from File Variables.  Document new file local
6677         variable behavior.
6679 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6681         * display.texi (Standard Faces):
6682         * files.texi (Visiting):
6683         * frames.texi (Clipboard):
6684         * glossary.texi (Glossary) <Clipboard>:
6685         * xresources.texi (X Resources): Mention Mac OS port.
6687 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6689         * building.texi (Building): Clarify topic in intro.
6691         * maintaining.texi (Maintaining): Change title; clarify topic.
6692         Delete duplicate index entries.
6694         * building.texi (Other GDB User Interface Buffers): Clarifications.
6696         * text.texi (Cell Commands): Clarifications.
6698         * programs.texi (Defuns): Delete duplicate explanation of
6699         left-margin paren convention.
6700         (Hungry Delete): Minor cleanup.
6702 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6704         * dired.texi (Tumme): More tumme documentation.
6706 2006-02-11  Alan Mackenzie  <acm@muc.de>
6708         * programs.texi ("Hungry Delete"): Correct the appellation of the
6709         backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6711 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6713         * dired.texi (Tumme): Fix small bug.
6715 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6717         * macos.texi (Mac International): Rename "fontset-mac" to
6718         "fontset-standard".
6720 2006-02-09  Mathias Dahl  <mathias.dah@gmail.com>
6722         * dired.texi (Tumme): Basic documentation for Tumme added.
6724 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6726         * mule.texi (International):
6727         * programs.texi (Basic Indent): Fix typos.
6729         * custom.texi (Minor Modes):
6730         * display.texi (Text Display):
6731         * commands.texi (Text Characters): Update xrefs.
6733 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6735         * emacs.texi (Top): Update subnode menu.
6736         Update info on old Emacs papers.
6737         (Intro): "Graphical display", not window system.
6739         * xresources.texi (GTK styles): Minor clarifications.
6741         * trouble.texi: "Graphical display", not window system.
6742         (Stuck Recursive): Minor clarification.
6744         * text.texi: Minor clarifications.
6745         (Sentences): Explain why two-space convention is better.
6746         Explain sentence-end-without-period here.
6747         (Fill Commands): Not here.
6748         (Refill): Node moved down.
6749         (Filling): Update menu.
6750         (Table Creation, Cell Justification, Column Commands): Clarify.
6752         * sending.texi: Minor clarifications.
6754         * search.texi (Regexp Backslash): Clarification.
6756         * rmail.texi: Minor cleanups.
6757         (Rmail): Delete digression about `rmail-mode'.
6758         (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6759         (Rmail Files): Mention C-u M-x rmail.
6760         (Rmail Reply): Mention References.
6761         (Rmail Display): Mention rmail-nonignored-headers.
6763         * programs.texi: Minor cleanups.
6764         (Comment Commands): Mention momentary Transient Mark mode.
6765         (Matching): Be more specific about customizing show-paren-mode.
6766         (Info Lookup): Don't list the modes that support C-h S.
6767         Just say what it does in an unsupported mode.
6768         (Man Page): Delete excessive info on customizing woman.
6769         (Motion in C): Don't mention c-for/backward-into-nomenclature.
6771         * abbrevs.texi: Minor clarifications.
6772         (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6773         not "dynamic abbrevs" as if they were a kind of abbrev.
6775         * picture.texi (Picture): Minor cleanup.
6777         * mule.texi (Communication Coding): Say "other applications".
6778         (Fontsets): Not specific to X.  Add xref to X Resources.
6779         (Unibyte Mode): Rename from Single-Byte Character Support.
6780         "Graphical display", not window system.
6781         (International): Update menu.
6783         * maintaining.texi (Format of ChangeLog):
6784         New node, split out from ChangeLog.
6785         (ChangeLog): Clarifications in the remaining text.
6786         (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6787         (Find Tag): Add @w.
6788         (Tags Search): Explain tag table order here.  Simplify grep ref.
6789         (List Tags): tags-tag-face is a variable, not a face.
6790         (Emerge): Cleanups.
6792         * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6793         (Keyboard Macros): Avoid "the user".
6795         * killing.texi: "Graphical display", not window system.
6797         * help.texi (Help Echo): "Graphical display", not window system.
6799         * glossary.texi: Say "you", not "the user".  Say "graphical display".
6801         * frames.texi: Minor cleanups.  "Graphical display", not window system.
6803         * files.texi (Visiting): Make drag-and-drop not X-specific.
6805         * custom.texi: Minor cleanups.  "Graphical display", not window system.
6807         * cmdargs.texi: Minor cleanups.
6809         * building.texi (Compilation): Move and split kill-compilation para.
6810         Add para about multiple compilers.
6811         (Compilation Mode): Commands also available in grep mode and others.
6812         Mention C-u C-x ` more tutorially.  Clarify C-x `.
6813         (Compilation Shell): Clarify.  Put Bash example first.
6814         (Grep Searching): Minor cleanups; add @w.
6815         (Debuggers): Minor cleanups.
6816         (Starting GUD): Make GDB xgraphical mode issue clearer.
6817         (Debugger Operation): Lots of clarifications including
6818         GDB tooltip side-effect issue.
6819         (Commands of GUD): Clarify.
6820         (GUD Customization): Add bashdb-mode-hook.
6821         (GDB Graphical Interface): Rewrite for clarity.
6822         (GDB User Interface Layout): Rewrite for clarity.
6823         (Stack Buffer, Watch Expressions): Likewise.
6824         (Other GDB User Interface Buffers): Cleanups.
6825         (Lisp Libraries, External Lisp): Cleanup.
6827         * basic.texi (Position Info): "Graphical displays", rather than
6828         window systems.
6830         * anti.texi: Minor cleanup.
6832 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
6834         * custom.texi (Init File, Find Init): Add cross-references to
6835         where $HOME is described.
6837 2006-02-01  Luc Teirlinck  <teirllm@auburn.edu>
6839         * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6840         is not inside the @table.
6842         * emacs.texi (Top): Correct node name.
6844         * files.texi (File Names): Fix @xref.
6845         (Reverting): Fix typo.
6847         * mule.texi (International): Correct node name.
6849         * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6851 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6853         * emacs.texi (Top): Update subnode menu.
6855         * mule.texi: Minor clarifications.
6856         Reduce the specific references to X Windows.
6857         Refer to "graphical" terminals, rather than window systems.
6858         (Text Coding): Rename from Specify Coding.
6859         (Communication Coding, File Name Coding, Terminal Coding):
6860         New nodes split out from Text Coding.
6862         * kmacro.texi: Minor clarifications.
6863         (Keyboard Macro Ring): Comment out some excessive commands.
6864         (Basic Keyboard Macro): Split up the table, putting part in each node.
6866         * major.texi: Minor clarifications.
6868         * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6870         * windows.texi: Minor clarifications.
6871         (Change Window): Don't describe mode-line mouse cmds here.
6872         Add xref to Mode Line Mouse.
6874         * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6876         * macos.texi (Mac International): Fix xref.
6878         * indent.texi: Minor clarifications.
6880         * frames.texi: Minor clarifications.
6881         Reduce the specific references to X Windows.
6882         Refer to "graphical" terminals, rather than window systems.
6883         (Frame Parameters): Don't mention commands like
6884         set-foreground-color.  Just say to customize a face.
6885         (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6887         * files.texi: Minor clarifications.
6888         (Numbered Backups): New node, split out from Backup Names.
6890         * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6892         * cmdargs.texi (General Variables): Fix xref.
6894         * buffers.texi: Minor clarifications.
6896 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6898         * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6899         Nodes moved to top.
6901         * display.texi: Minor clarifications.
6902         (Display): Rearrange menu.
6903         (Standard Faces): Mention query-replace face.
6904         (Faces): Simplify.
6905         (Font Lock): Simplify face customization info.
6906         (Highlight Changes): Node merged into Highlight Interactively.
6907         (Highlight Interactively): Much rewriting and cleanup.
6908         (Optional Mode Line): Narrowed line number not good for goto-line.
6909         Simplify face customization advice.
6910         (Text Display): Mention use of escape-glyph face.
6911         Move ctl-arrow and tab-width here.
6912         (Display Custom): Move no-redraw-on-reenter to end of node.
6914         * search.texi: Minor clarifications.
6915         (Isearch Scroll): Simplify.
6916         (Other Repeating Search): Document multi-occur-in-matching-buffers.
6918         * regs.texi (Registers): Mention bookmarks here.
6920         * mark.texi: Minor clarifications.
6921         (Selective Undo): Node deleted.
6923         * m-x.texi: Minor clarifications.
6925         * killing.texi: Minor clarifications.
6926         Refer to "graphical" terminals, rather than window systems.
6928         * help.texi: Clarifications.
6929         (Help): Don't describe C-h F and C-h K here.
6930         (Key Help): Describe C-h K here.
6931         (Name Help): Mention Emacs Lisp Intro.
6932         Describe C-h F here.
6933         (Misc Help): Mention C-h F and C-h K only briefly.
6935         * fixit.texi (Undo): New node, mostly copied from basic.texi.
6936         Selective undo text merged in.
6937         (Spelling): Mention Aspell along with Ispell.
6939         * emacs.texi (Top): Update subnode menus.
6941         * basic.texi (Basic Undo): Rename from Undo.  Most of text
6942         moved to new Undo node.
6944 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6946         * basic.texi (Continuation Lines, Inserting Text):
6947         Mention longlines mode.
6949 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6951         * screen.texi: Minor cleanups.
6952         (Screen): Clean up the intro paragraphs.
6953         (Mode Line): Lots of rewriting.  Handle frame-name better.
6954         eol-mnemonic-... vars moved out.
6956         * emacs.texi (Top): Change menu item for MS-DOS node.
6957         Update subnode menu.
6959         * msdog.texi (MS-DOS): Rewrite intro to explain how this
6960         chapter relates to Windows.  Title changed.
6962         * mini.texi: Minor cleanups.
6964         * mark.texi (Selective Undo): New node, text moved from basic.texi.
6965         (Mark): Put it in the menu.
6967         * entering.texi: Minor cleanups.
6969         * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6970         (Intro): Refer to "graphical" terminals, rather than X.
6972         * display.texi (Display Custom): Add xref to Variables.
6973         (Optional Mode Line): eol-mnemonic-... vars moved here.
6975         * commands.texi: Minor cleanups.  Refer to "graphical" terminals,
6976         rather than X.
6978         * basic.texi: Minor cleanups.
6979         (Undo): selective-undo moved.
6981 2006-01-25  Luc Teirlinck  <teirllm@auburn.edu>
6983         * anti.texi (Antinews): Various corrections and additions.
6985 2006-01-23  Juri Linkov  <juri@jurta.org>
6987         * custom.texi (Easy Customization, Customization Groups)
6988         (Browsing Custom): Mention links along with buttons.
6990 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6992         * text.texi (TeX Print): Use @key for TAB.
6994         * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6996 2006-01-15  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6998         * files.texi (File Aliases): Don't claim that usually separate
6999         buffers are created for two file names that name the same data.
7000         Mention additional situations where different names mean the same
7001         file on disk.
7003 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7005         * killing.texi (Deletion): Upcase @key argument.
7007         * custom.texi (Custom Themes): Minor cleanup.
7009         * programs.texi (Hungry Delete): Upcase @key argument.
7011 2006-01-16  Juri Linkov  <juri@jurta.org>
7013         * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7014         Move `mode-line-highlight' before `mode-line-buffer-id'.
7016 2006-01-14  Richard M. Stallman  <rms@gnu.org>
7018         * basic.texi (Inserting Text): Minor cleanup.
7020 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7022         * custom.texi (Changing a Variable, Face Customization):
7023         Update for changes in Custom menus.
7025 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7027         * macos.texi (Mac International): Undo last change.
7029 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
7031         * custom.texi (Custom Themes): Describe the new
7032         customize-create-theme interface.
7034 2005-12-30  Juri Linkov  <juri@jurta.org>
7036         * basic.texi (Position Info): Update example.
7038 2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
7040         * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7042 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
7044         * custom.texi (Custom Themes): `load-theme' always loads.
7046 2005-12-23  Juri Linkov  <juri@jurta.org>
7048         * display.texi (Highlight Interactively): Use double space to
7049         separate sentences.  Replace C-p with M-p, and C-n with M-n.
7051 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7053         * custom.texi (Easy Customization and subnodes):
7054         Replace "active field" with "button".
7055         Use "user option" only for variables.
7056         Use "setting" for variable-or-face.
7058 2005-12-22  Luc Teirlinck  <teirllm@auburn.edu>
7060         * buffers.texi (Select Buffer): Change order in table to make
7061         "Similar" refer to the correct item.
7062         (Indirect Buffers): Minor rewording.
7064 2005-12-20  Juri Linkov  <juri@jurta.org>
7066         * files.texi (VC Status): Put P and N near p and n.
7068 2005-12-19  Richard M. Stallman  <rms@gnu.org>
7070         * programs.texi (Electric C): Delete the info about newline control.
7071         (Other C Commands): Minor cleanup.
7072         (Left Margin Paren): Minor cleanup.
7074 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
7076         * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7077         (Customization Groups): Delete text moved to "Browsing Custom".
7078         (Browsing Custom): New node.
7079         (Specific Customization): Clarify which commands only work for
7080         loaded options.
7082 2005-12-18  Bill Wohler  <wohler@newt.com>
7084         * frames.texi (Tool Bars): Shorten text of previous change.
7086 2005-12-18  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7088         * files.texi (VC Status): Document log-view mode.
7090 2005-12-18  Bill Wohler  <wohler@newt.com>
7092         * frames.texi (Tool Bars): Mention that you can turn off tool bars
7093         permanently via the customize interface.
7095 2005-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
7097         * killing.texi (Killing by Lines): Document `kill-whole-line'
7098         function.
7100 2005-12-16  Lőrentey Károly  <lorentey@elte.hu>
7102         * buffers.texi (Select Buffer): Change `prev-buffer' to
7103         `previous-buffer'.  Indicate that these functions use a frame
7104         local buffer list.
7106 2005-12-12  Richard M. Stallman  <rms@gnu.org>
7108         * custom.texi (Easy Customization): Change menu comment.
7109         (Prefix Keymaps): Fix spelling of Control-X-prefix.
7111         * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
7112         (Help): Among the Apropos commands, describe only C-h a here.
7114 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7116         * programs.texi (Options for Comments): Comment-end starts with space.
7118         * glossary.texi (Glossary): Minor cleanup.
7120         * files.texi (Old Versions): Use @table.
7122 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
7124         * display.texi (Highlight Interactively): Include
7125         global-hi-lock-mode.  Add miscellaneous details and elaborations.
7127 2005-12-09  Richard M. Stallman  <rms@gnu.org>
7129         * display.texi (Font Lock): Delete the Global FL menu item.
7131 2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
7133         * custom.texi (Minibuffer Maps): Mention the maps for file name
7134         completion.
7136 2005-12-09  Kim F. Storm  <storm@cua.dk>
7138         * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
7139         prefix keys even when mark is active.  Describe that RET moves
7140         cursor to next corner in rectangle; clarify insert around rectangle.
7142 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7144         * custom.texi (Customization): Use xref to elisp manual for
7145         non-TeX output.
7146         (Minor Modes): Update.
7147         (Customization Groups, Changing a Variable, Face Customization):
7148         Update for new appearance of Custom buffers.
7149         (Changing a Variable): `custom-buffer-done-function' has been
7150         replaced by `custom-buffer-done-kill'.
7151         (Specific Customization): In the `customize-group' buffer, a
7152         subgroup's contents are not "hidden".  They are not included at
7153         all.  They have no [Show] button.
7154         (Mouse Buttons): Add pxref to description of mouse event lists in
7155         Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
7156         (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7157         ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7159 2005-12-08  Richard M. Stallman  <rms@gnu.org>
7161         * mini.texi (Completion Commands, Completion):
7162         In file name input, SPC does not do completion.
7164 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
7166         * building.texi (GDB Graphical Interface): Explain screen size
7167         setting.
7168         (Other GDB User Interface Buffers): Describe features specific to
7169         GDB 6.4.
7171 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
7173         * building.texi (GDB User Interface Layout): Describe how to
7174         kill associated buffers.
7175         (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7176         (Watch Expressions): Be more precise.
7177         (Other GDB User Interface Buffers): Describe how to change a
7178         register value.
7180 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7182         * macos.texi (Mac Input): Remove description of
7183         mac-command-key-is-meta.  Add descriptions of
7184         mac-control-modifier, mac-command-modifier, and
7185         mac-option-modifier.
7186         (Mac International): Fix description of conversion of clipboard data.
7187         (Mac Font Specs): Add example of font customization by face attributes.
7189 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7191         * building.texi (Watch Expressions): Expand description.
7192         (Other GDB User Interface Buffers): Describe local map for
7193         gud-watch.
7195 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
7197         * display.texi (Font Lock): Font lock is enabled by default now.
7199 2005-11-20  Juri Linkov  <juri@jurta.org>
7201         * basic.texi (Position Info): Update examples of the output.
7202         Remove the fact that examples are produced in the TeXinfo buffer,
7203         because in the Info reader users will get a different output from
7204         `C-x ='.
7206         * building.texi (Compilation Mode): Remove paragraph duplicated
7207         from the node `Compilation'.  Add `compilation-skip-threshold'.
7209         * display.texi (Font Lock): Suggest more user-friendly method of
7210         finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7212 2005-11-18  Richard M. Stallman  <rms@gnu.org>
7214         * files.texi (Registering): Mention @@ in mode line.
7216         * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
7218 2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7220         * files.texi (Renaming and VC): Some back-ends don't
7221         handle renaming.
7223 2005-11-17  Juri Linkov  <juri@jurta.org>
7225         * emacs.texi (Top):
7226         * display.texi (Highlight Interactively): Put this font-lock based
7227         mode near Font Lock node.
7229 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
7231         * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7232         icons.
7234 2005-11-12  Kim F. Storm  <storm@cua.dk>
7236         * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
7237         (Help Summary): Add C-h d and C-h e.
7238         (Apropos): Clarify that all apropos commands may search for either
7239         list of words or a regexp.  Add C-h d for apropos-documentation.
7240         Describe apropos-documentation-sort-by-scores user option.
7242 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7244         * killing.texi (CUA Bindings): Add @section.
7246 2005-11-10  Kim F. Storm  <storm@cua.dk>
7248         * emacs.texi (Top): Add CUA Bindings entry to menu.
7250         * killing.texi (CUA Bindings): New node.  Moved here from
7251         misc.texi and extended with info on rectangle commands and
7252         rectangle highlighting, interface to registers, and the global
7253         mark feature.
7255         * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7257         * regs.texi: Prev link points to CUA Bindings node.
7259 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
7261         * help.texi (Help Echo): By default, help echos are only shown on
7262         mouse-over, not on point-over.
7264 2005-11-04  Jérôme Marant  <jerome@marant.org>
7266         * misc.texi (Shell Mode): Describe how to activate password echoing.
7268 2005-11-04  Romain Francoise  <romain@orebokech.com>
7270         * mark.texi (Mark Ring): Fix typo.
7272 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7274         * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7276 2005-11-01  Bill Wohler  <wohler@newt.com>
7278         * help.texi (Help Mode): Fix typo.
7280 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7282         * building.texi (Other GDB User Interface Buffers):
7283         Describe the command gdb-use-inferior-io-buffer.
7285 2005-10-31  Romain Francoise  <romain@orebokech.com>
7287         * files.texi (Compressed Files): Fix typo.
7289         * buffers.texi (Misc Buffer): Downcase `*shell*'.
7291         * windows.texi (Force Same Window): Likewise.
7293 2005-10-30  Bill Wohler  <wohler@newt.com>
7295         * help.texi (Help Mode): URLs viewed with browse-url.
7297 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7299         * building.texi (GDB Graphical Interface): Don't reference
7300         gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
7301         must stay in same frame.
7303 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7305         * custom.texi (Init File): Document ~/.emacs.d/init.el.
7307         * anti.texi (Antinews): Likewise.
7309 2005-10-28  Bill Wohler  <wohler@newt.com>
7311         * help.texi (Help): Help mode now creates hyperlinks for URLs.
7313 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7315         * files.texi (Visiting): Explain how to enter ? in a file name.
7317         * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7319 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7321         * building.texi (GDB Graphical Interface):
7322         Describe gdb-mouse-until.
7324 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7326         * custom.texi (Init File): Recommend when to use site-start.el.
7328 2005-10-21  Juri Linkov  <juri@jurta.org>
7330         * custom.texi (Examining): Mention accessing the old variable
7331         value via M-n in set-variable.
7333 2005-10-18  Romain Francoise  <romain@orebokech.com>
7335         * files.texi (Version Systems): Capitalize GNU.
7337 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7339         * building.texi (Compilation Mode): Remove redundant paragraph.
7340         (Watch Expressions): Remove paragraph to reflect code change.
7342 2005-10-16  Richard M. Stallman  <rms@gnu.org>
7344         * building.texi (Compilation Mode, Compilation): Clarified.
7346 2005-10-15  Richard M. Stallman  <rms@gnu.org>
7348         * misc.texi (Saving Emacs Sessions): Mention savehist library.
7350 2005-10-13  Kenichi Handa  <handa@m17n.org>
7352         * basic.texi (Position Info): Fix previous change.
7354 2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
7356         * cmdargs.texi (Icons X): Fix typo.
7358 2005-10-12  Kenichi Handa  <handa@m17n.org>
7360         * basic.texi (Position Info): Describe the case that Emacs shows
7361         "part of display ...".
7363 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
7365         * cmdargs.texi (Icons X): -nb => -nbi.
7367 2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
7369         * frames.texi (Speedbar): A couple more clarifications.
7371 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7373         * building.texi (GDB User Interface Layout): Improve diagram.
7374         (Watch Expressions): Explain how to make speedbar global.
7375         (Other GDB User Interface Buffers): Make references more precise.
7377 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7379         * frames.texi (Speedbar): Clarify the text.
7381 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7383         * frames.texi (Speedbar): Add information on keybindings,
7384         dismissing the speedbar, and buffer display mode.  Link to
7385         speedbar manual.
7387 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
7389         * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
7390         added -nb, --no-bitmap-icon.
7392 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7394         * building.texi (GDB Graphical Interface): Add variables and
7395         functions to indices.  Be more precise.
7397 2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
7399         * frames.texi (Drag and Drop): Remove the x- from
7400         x-dnd-open-file-other-window and xdnd-protocol-alist.
7402 2005-09-30  Romain Francoise  <romain@orebokech.com>
7404         * mini.texi (Minibuffer): The default value now appears before the
7405         colon in minibuffer prompts.
7407 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7409         * search.texi (Regexp Search): Doc search-whitespace-regexp.
7411 2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7413         * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7415 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7417         * emacs.texi (Top): Update submenus from macos.texi.
7419         * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7420         (Mac OS): Update feature support status.
7421         (Mac Input): List supported input scripts.  Remove description
7422         about `mac-keyboard-text-encoding'.  Mention mouse button
7423         emulation and related variables.
7424         (Mac International): Mention Central European and Cyrillic
7425         support.  Now `keyboard-coding-system' is dynamically changed.
7426         Add description about coding system for selection.
7427         Add description about language environment.
7428         (Mac Environment Variables):
7429         Mention `~/.MacOSX/environment.plist'.  Give example of command line
7430         arguments.  Add Preferences support.
7431         (Mac Directories): Explicitly state that this node is for Mac OS
7432         Classic only.
7433         (Mac Font Specs): Mention specification for scalable fonts.
7434         List supported charsets.  Add preferred way of creating fontsets.
7435         Add description about `mac-allow-anti-aliasing'.
7436         (Mac Functions): Add descriptions about `mac-set-file-creator',
7437         `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7438         and `mac-get-preference'.
7440 2005-09-16  Romain Francoise  <romain@orebokech.com>
7442         Update all files to specify GFDL version 1.2.
7444         * doclicense.texi (GNU Free Documentation License): Update to
7445         version 1.2.
7447 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7449         * buffers.texi (List Buffers): Fix xref.
7451         * rmail.texi (Rmail Basics): Fix xref.
7453         * emacs.texi (Top): Update subnode menus.
7455         * files.texi (Saving Commands): New node, broken out of Saving.
7456         (Customize Save): New node, broken out of Saving.
7457         Clarify effect of write-region-inhibit-fsync.
7458         (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7460 2005-09-14  Romain Francoise  <romain@orebokech.com>
7462         * files.texi (Saving): Mention write-region-inhibit-fsync.
7464 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7466         * custom.texi (Custom Themes): New node.
7468 2005-09-03  Richard M. Stallman  <rms@gnu.org>
7470         * search.texi (Search Case): Mention vars that control
7471         case-fold-search for various operations.
7473 2005-08-22  Juri Linkov  <juri@jurta.org>
7475         * display.texi (Standard Faces): Merge the text from
7476         `(elisp)Standard Faces' into this node.
7478 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7480         * emacs.texi (Top): Delete menu item for deleted node
7481         Keyboard Translations.
7483 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7485         * trouble.texi (Unasked-for Search):
7486         Delete xref to Keyboard Translations.
7488         * glossary.texi (Glossary): Delete xref.
7490         * custom.texi (Minor Modes): Say that the list here is not complete.
7491         (Keyboard Translations): Node deleted.
7492         (Disabling): Delete xref to it.
7493         (Customization Groups): Fix Custom buffer example.
7494         (Hooks): Mention remove-hooks.
7496 2005-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7498         * building.texi (GDB Graphical Interface): Improve filling of menu
7499         item.
7501 2005-08-18  Nick Roberts  <nickrob@snap.net.nz>
7503         * building.texi (GDB Graphical Interface): Use better node names.
7505 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7507         * text.texi (Sentences): Fix xref.
7509 2005-08-14  Juri Linkov  <juri@jurta.org>
7511         * building.texi (Compilation, Grep Searching): Move grep command
7512         headings from `Compilation' to `Grep Searching'.
7514         * dired.texi (Dired and Find):
7515         * maintaining.texi (Tags Search): Replace grep xref to
7516         `Compilation' node with `Grep Searching'.
7518         * files.texi (Comparing Files): Replace xref to `Compilation' with
7519         `Compilation Mode'.
7521 2005-08-13  Alan Mackenzie  <acm@muc.de>
7523         * search.texi (Non-ASCII Isearch): Correct a typo.
7524         (Replacement Commands): Mention query-replace key binding.
7526 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7528         * programs.texi (Options for Comments): Fix xref.
7530         * search.texi (Regexp Backslash, Regexp Example): New nodes split
7531         out of Regexps.
7533 2005-08-09  Juri Linkov  <juri@jurta.org>
7535         * building.texi (Compilation): Use `itemx' instead of `item'.
7536         (Grep Searching): Simplify phrase.
7538         * display.texi (Standard Faces): Describe vertical-border on
7539         window systems.
7541         * windows.texi (Split Window): Simplify phrase and mention
7542         vertical-border face.
7544 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7546         * files.texi (Comparing Files): Clarify compare-windows.
7548         * calendar.texi (Scroll Calendar): Document < and > in calendar.
7550 2005-08-06  Eli Zaretskii  <eliz@gnu.org>
7552         * mule.texi (Coding Systems): Rephrase the paragraph about
7553         codepages: no need for "M-x codepage-setup" anymore, except on
7554         MS-DOS.
7556         * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7557         the MS-DOS port only.
7559 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
7561         * makefile.w32-in (info): Don't run multi-install-info.bat.
7562         ($(infodir)/dir): New target, produced by running
7563         multi-install-info.bat.
7565 2005-07-22  Eli Zaretskii  <eliz@gnu.org>
7567         * files.texi (Quoted File Names): Add index entry.
7569 2005-07-19  Juri Linkov  <juri@jurta.org>
7571         * files.texi (Comparing Files): Mention resync for `compare-windows'.
7573 2005-07-18  Juri Linkov  <juri@jurta.org>
7575         * custom.texi (Easy Customization):
7576         * files.texi (Old Versions):
7577         * frames.texi (Wheeled Mice):
7578         * mule.texi (Specify Coding):
7579         * text.texi (Cell Justification):
7580         * trouble.texi (After a Crash):
7581         * xresources.texi (GTK styles):
7582         Delete duplicate duplicate words.
7584 2005-07-17  Richard M. Stallman  <rms@gnu.org>
7586         * frames.texi (Creating Frames): Fix foreground color example.
7588         * custom.texi (Init Examples): Clean up text about conditionals.
7590 2005-07-16  Richard M. Stallman  <rms@gnu.org>
7592         * mini.texi (Completion Commands): Fix command name for ?.
7594 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
7596         * display.texi (Standard Faces): Explain that customization of
7597         `menu' face has no effect on w32 and with GTK.
7598         Add cross-references.
7600         * cmdargs.texi (General Variables): Clarify the default location
7601         of $HOME on w32 systems.
7603 2005-07-15  Jason Rumney  <jasonr@gnu.org>
7605         * cmdargs.texi (General Variables): Default HOME on MS Windows has
7606         changed.
7608 2005-07-08  Kenichi Handa  <handa@m17n.org>
7610         * mule.texi (Recognize Coding):
7611         Recommend revert-buffer-with-coding-system instead of revert-buffer.
7613 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7615         * anti.texi (Antinews): Mention mode-line-inverse-video.
7617         * files.texi (Saving): Minor correction about C-x C-w.
7619         * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7621 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7623         * search.texi (Isearch Scroll): Add example of using the
7624         `isearch-scroll' property.
7625         (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7626         `Display Custom' node.
7627         (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7628         and de-emphasize it.
7629         (Other Repeating Search): `occur' currently can not correctly
7630         handle multiline matches.  Correct, clarify and update description
7631         of `flush-lines' and `keep-lines'.
7633         * display.texi (Display Custom): Add anchor for `baud-rate'.
7635 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7637         * gnu.texi: Update where to get GNU status; add refs for how to help.
7638         Add footnotes 6 and 7.
7640 2005-07-04  Lute Kamstra  <lute@gnu.org>
7642         Update FSF's address in GPL notices.
7644         * doclicense.texi (GNU Free Documentation License):
7645         * trouble.texi (Checklist): Update FSF's address.
7647 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7649         * display.texi (Text Display): Change index entries.
7651 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7653         * makefile.w32-in (MAKEINFO): Use --force.
7654         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7655         Makefile.in.
7657 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7659         * anti.texi (Antinews): Rename show-nonbreak-escape to
7660         nobreak-char-display.
7662         * emacs.texi (Top): Update detailed node listing.
7664         * display.texi (Text Display): Rename show-nonbreak-escape
7665         to nobreak-char-display and no-break-space to nobreak-space.
7666         (Standard Faces): Split up the list of standard faces
7667         and put it in a separate node.  Add nobreak-space and
7668         escape-glyph.
7670 2005-06-23  Lute Kamstra  <lute@gnu.org>
7672         * mule.texi (Select Input Method): Fix typo.
7674 2005-06-23  Kenichi Handa  <handa@m17n.org>
7676         * mule.texi (International): List all supported scripts.
7677         Adjust text for that leim is now included in the normal Emacs
7678         distribution.
7679         (Language Environments): List all language environments.
7680         Intlfonts contains fonts for most supported scripts, not all..
7681         (Select Input Method): Refer to C-u C-x = to see how to type to
7682         input a specific character.
7683         (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7685 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7687         * building.texi (Grep Searching): Texinfo usage fix.
7689 2005-06-22  Miles Bader  <miles@gnu.org>
7691         * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7693 2005-06-20  Miles Bader  <miles@gnu.org>
7695         * display.texi (Faces): Add `vertical-divider'.
7697 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7699         * text.texi (Adaptive Fill): Minor clarification.
7701 2005-06-10  Lute Kamstra  <lute@gnu.org>
7703         * emacs.texi (Top): Correct version number.
7704         * anti.texi (Antinews): Correct version number.  Use EMACSVER to
7705         refer to the current version of Emacs.
7707 2005-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7709         * files.texi (Log Buffer): Document when there can be more than
7710         one file to be committed.
7712 2005-06-08  Juri Linkov  <juri@jurta.org>
7714         * display.texi (Faces): Add `shadow' face.
7716 2005-06-07  Masatake YAMATO  <jet@gyve.org>
7718         * display.texi (Faces): Write about mode-line-highlight.
7720 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7722         * misc.texi (Printing Package): Explain how to initialize
7723         printing package.
7725         * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7727 2005-06-05  Chong Yidong  <cyd@stupidchicken.com>
7729         * emacs.texi: Rename Hardcopy to Printing.
7730         Make PostScript and PostScript Variables subnodes of it.
7732         * misc.texi (Printing): Rename node from Hardcopy.
7733         Mention menu bar options.
7734         Move PostScript and PostScript Variables to submenu.
7735         (Printing package): New node.
7737         * mark.texi (Using Region): Change Hardcopy xref to Printing.
7739         * dired.texi (Operating on Files): Likewise.
7741         * calendar.texi (Displaying the Diary): Likewise.
7743         * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7745         * glossary.texi (Glossary): Likewise.
7747         * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7748         effect.
7750 2005-06-04  Richard M. Stallman  <rms@gnu.org>
7752         * trouble.texi (After a Crash): Polish previous change.
7754 2005-05-30  Noah Friedman  <friedman@splode.com>
7756         * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7757         recovery mechanism.
7759 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
7761         * building.texi (Other Buffers): SPC toggles display of
7762         floating point registers.
7764 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
7766         * files.texi (Log Buffer): Merge in description of Log Edit
7767         mode from pcl-cvs.texi.
7769 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7771         * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7773 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7775         * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7776         not enabled by default.
7777         When not on a word, `ispell-word' by default checks the word
7778         before point.
7780 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7782         * building.texi (Debugger Operation): Simplify last sentence.
7784 2005-05-23  Lute Kamstra  <lute@gnu.org>
7786         * emacs.texi: Update FSF's address throughout.
7787         (Preface): Use @cite.
7788         (Distrib): Add cross reference to the node "Copying".  Mention the
7789         FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of
7790         printed manuals.
7791         (Intro): Use @xref for the Emacs Lisp Intro.
7793 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7795         * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7797         * basic.texi (Moving Point): Mention default for `goto-line'.
7799         * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7800         of a variable's docstring.
7802 2005-05-18  Lute Kamstra  <lute@gnu.org>
7804         * maintaining.texi (Overview of Emerge): Add cross reference.
7805         Remove duplication.
7807         * emacs.texi (Top): Update to the current structure of the manual.
7808         * misc.texi (Emacs Server): Add menu description.
7809         * files.texi (Saving): Fix menu.
7810         * custom.texi (Customization): Fix menu.
7811         * mule.texi (International): Fix menu.
7812         * kmacro.texi (Keyboard Macros): Fix menu.
7814 2005-05-16  Luc Teirlinck  <teirllm@auburn.edu>
7816         * display.texi: Various minor changes.
7817         (Faces): Delete text that is repeated in the next section.
7819 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7821         * building.texi (Debugger Operation): Mention GUD tooltips are
7822         disabled with GDB in text command mode.
7824 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7826         * building.texi: Replace toolbar with "tool bar" for consistency.
7827         (Compilation Mode): Describe compilation-context-lines
7828         and use of arrow in compilation buffer.
7829         (Debugger Operation): Replace help text with variable's value.
7831         * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7832         consistency.
7834 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7836         * major.texi (Choosing Modes): normal-mode processes the -*- line.
7837         Add xref.
7839 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7841         * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7842         (Position Info): Delete discussion of `goto-line'.  It is already
7843         described in `Moving point'.
7845         * mini.texi (Completion Commands): Correct reference.
7846         (Completion Options): Fix typo.
7848         * killing.texi (Deletion): Complete description of `C-x C-o'.
7850 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7852         * building.texi (Compilation): Clarify recompile's directory choice.
7854         * frames.texi (Tooltips): Cleanups.
7856         * basic.texi (Arguments): Fix punctuation.
7858 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
7860         * screen.texi (Menu Bar): The up and down (not left and right)
7861         arrow keys move through a keyboard menu.
7863 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7865         * basic.texi: Various typo and grammar fixes.
7866         (Moving Point): C-a now runs move-beginning-of-line.
7868 2005-05-08  Nick Roberts  <nickrob@snap.net.nz>
7870         * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7872         * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7873         as different animals.
7875 2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
7877         * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7878         Correct index entry.
7880 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7882         * building.texi (Debugger Operation): Update to reflect changes
7883         in GUD tooltips.
7885 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7887         * files.texi (Compressed Files): Auto Compression normally enabled.
7889         * building.texi (Debugger Operation): Clarify previous change.
7891 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
7893         * building.texi (Debugger Operation): Add description for
7894         GUD tooltips when program is not running.
7896 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
7898         * misc.texi (Shell): Add `Shell Prompts' to menu.
7899         (Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
7900         description.  Delete remarks moved to new node.
7901         (Shell Prompts): New node.
7902         (History References): Replace remarks moved to `Shell Prompts'
7903         with xref to that node.
7904         (Remote Host): Clarify how to specify the terminal type when
7905         logging in to a different machine.
7907 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7909         * emacs.texi (Top): Update submenus from files.texi.
7911         * files.texi (Filesets): Clarify previous change.
7913         * dired.texi (Misc Dired Features): Clarify previous change.
7915 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7917         * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7919         * dired.texi (Misc Dired Features):
7920         Document dired-compare-directories.
7922         * files.texi (Filesets): New node.
7923         (File Conveniences): Document Image mode.
7925         * text.texi (TeX Print): Document tex-compile.
7927 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7929         * frames.texi (Tooltips): Tooltip mode is enabled by default.
7930         Delete redundant reference to tooltip Custom group.  It is
7931         referred too again in the next paragraph.
7933 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7935         * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7937 2005-04-19  Kim F. Storm  <storm@cua.dk>
7939         * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7941 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7943         * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7944         turns off desktop-save-mode.
7946 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7948         * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7949         by default in terminals compatible with xterm.  Mention that
7950         xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7951         node.
7953 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7955         * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7957 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
7959         * xresources.texi (Table of Resources): Add cursorBlink.
7961 2005-04-11  Luc Teirlinck  <teirllm@auburn.edu>
7963         * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7964         `d', `C-d' and `u'.
7966 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7968         * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7969         (Misc X): Add -D, --basic-display.
7971         * maintaining.texi (Change Log): Correct the description of
7972         the example.
7974         * major.texi (Choosing Modes): Document magic-mode-alist.
7976 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7978         * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7979         (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7980         (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7981         (Rmail Output): Clarify which statements apply to `o', `C-o' and
7982         `w', respectively.
7983         (Rmail Labels): Mention `l'.
7984         (Rmail Attributes): Correct pxref.  Mention `stored' attribute.
7985         (Rmail Summary Edit): Describe `j' and RET.
7987 2005-04-10  Jan Djärv  <jan.h.d@swipnet.se>
7989         * xresources.texi (Lucid Resources): Add fontSet resource.
7991 2005-04-09  Luc Teirlinck  <teirllm@auburn.edu>
7993         * display.texi (Useless Whitespace): `indicate-unused-lines' is
7994         now called `indicate-empty-lines'.
7996 2005-04-06  Kim F. Storm  <storm@cua.dk>
7998         * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8000 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8002         * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8003         deleted.
8004         (Marks vs Flags): Add some convenient key bindings.
8005         (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8006         (Misc Dired Features): Correct and expand description of `w' command.
8008         * frames.texi (XTerm Mouse): Delete apparently false info.
8009         The GNU/Linux console currently does not appear to support
8010         `xterm-mouse-mode'.
8012 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8014         * calendar.texi (Diary): Mention shell utility `calendar'.
8016 2005-04-01  Richard M. Stallman  <rms@gnu.org>
8018         * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8020 2005-04-01  Lute Kamstra  <lute@gnu.org>
8022         * maintaining.texi (Change Log): add-change-log-entry uses
8023         add-log-mailing-address.
8025 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8027         * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8028         `VC Mode Line' and put in an xref to that node.
8029         (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8030         its description.
8032 2005-03-31  Paul Eggert  <eggert@cs.ucla.edu>
8034         * calendar.texi (Calendar Systems): Say that the Persian calendar
8035         implemented here is the arithmetical one championed by Birashk.
8037 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8039         * programs.texi (Fortran Motion): Fix previous change.
8041 2005-03-29  Richard M. Stallman  <rms@gnu.org>
8043         * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8045 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
8047         * text.texi (Refill): Refer to Long Lines Mode.
8048         (Longlines): New node.
8049         (Auto Fill): Don't index "word wrap" here.
8050         (Filling): Add Longlines to menu.
8052 2005-03-29  Richard M. Stallman  <rms@gnu.org>
8054         * xresources.texi: Minor fixes.
8056         * misc.texi (Emacs Server): Fix Texinfo usage.
8058         * emacs.texi (Top): Don't use a real section heading for
8059         "Detailed Node Listing".  Fake it instead.
8061         * basic.texi (Position Info): Minor cleanup.
8063         * mule.texi (Input Methods): Minor cleanup.
8065 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8067         * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8068         constructs as well.
8069         (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8071 2005-03-29  Kenichi Handa  <handa@m17n.org>
8073         * mule.texi (Input Methods): Refer to the command C-u C-x =.
8075         * basic.texi (Position Info): Update the description about the
8076         command C-u C-x =.
8078 2005-03-28  Richard M. Stallman  <rms@gnu.org>
8080         * emacs.texi (Top): Use @section for the detailed node listing.
8082         * calendar.texi: Minor fixes to previous change.
8084         * programs.texi (Fortran): Small fixes to previous changes.
8086         * emacs.texi (Top): Update list of subnodes of Dired.
8087         Likewise for building.texi.
8089         * files.texi (File Conveniences): Delete Auto Image File mode.
8091 2005-03-28  Chong Yidong  <cyd@stupidchicken.com>
8093         * building.texi (Flymake): New node.
8095         * custom.texi (Function Keys): Document kp- event types and
8096         keypad-setup package.
8098         * dired.texi (Wdired): New node.
8100         * files.texi (File Conveniences): Reorder entries.
8101         Explain how to turn on Auto-image-file mode.
8102         Document Thumbs mode.
8104         * mule.texi (Specify Coding): Document recode-region and
8105         recode-file-name.
8107         * programs.texi (Program Modes): Add Conf mode and DNS mode.
8109 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8111         * commands.texi (Keys): M-o is now a prefix key.
8113 2005-03-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8115         * programs.texi: Reformat and update copyright years.
8116         (Fortran): Update section.
8118 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8120         * files.texi: Several small changes in addition to:
8121         (Visiting): Change xref for Dialog Boxes to ref.
8122         (Version Headers): Replace references to obsolete var
8123         `vc-header-alist' with `vc-BACKEND-header'.
8124         (Customizing VC): Update value of `vc-handled-backends'.
8126 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8128         * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8129         move here from Emacs Lisp Reference Manual.
8130         * calendar.texi (Calendar/Diary, Diary Commands)
8131         (Special Diary Entries, Importing Diary): Change some xrefs to
8132         point to emacs-xtra rather than elisp.
8134         * emacs-xtra.texi (Calendar Customizing):
8135         Move view-diary-entries-initially, view-calendar-holidays-initially,
8136         mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8137         Emacs Manual.
8138         (Appt Customizing): Merge entire section into main Emacs Manual.
8139         * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8140         mark-holidays-in-calendar here from emacs-xtra.
8141         (Displaying the Diary): Move view-diary-entries-initially,
8142         mark-diary-entries-in-calendar here from emacs-xtra.
8143         (Appointments): Move appt-display-mode-line,
8144         appt-display-duration, appt-disp-window-function,
8145         appt-delete-window-function here from emacs-xtra.
8147         * calendar.texi: Update and reformat copyright.
8148         Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8149         (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8150         (Diary): Refer to `diary-file' rather than ~/diary.
8151         (Diary Commands): Rename node to "Displaying the Diary".
8152         * emacs.texi (Top): Rename "Diary Commands" section.
8153         * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8155 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8157         * misc.texi (Emacs Server): Fix the command for setting
8158         server-name.  Add an xref to Invoking emacsclient.
8160         * help.texi (Help Summary): Clarify when "C-h ." will do something
8161         nontrivial.
8162         (Apropos): Add cindex entry for apropos-sort-by-scores.
8164         * display.texi (Text Display): Add index entries for how no-break
8165         characters are displayed.
8167 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8169         * files.texi (Visiting): Fix cross-references introduced with the
8170         last change.
8172         * xresources.texi (GTK resources): Fix last change.
8174 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
8176         * xresources.texi (X Resources): GTK options documented too.
8177         (Resources): Clarify meaning of program name.
8178         (Table of Resources): Add visualClass.
8179         (GTK resources): Rewrite.
8180         (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8182         * display.texi (Text Display): Mention non-breaking spaces.
8184         * files.texi (Reverting): Document auto-revert-check-vc-info.
8186         * frames.texi (Mouse Commands): Document
8187         x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8189         * help.texi (Help Summary): Add `C-h .'.
8190         (Apropos): Apropos accepts a list of search terms.
8191         Document apropos-sort-by-scores.
8192         (Help Echo): Document display-local-help.
8194         * misc.texi (Emacs Server): Document server-name.
8195         (Invoking emacsclient): Document -s option for server names.
8197         * text.texi (Outline Visibility): Introduce "current heading
8198         line" (commands can be called with point on a body line).
8199         Re-order table to follow the sequence of discussion.
8200         hide-body won't hide lines before first header line.
8201         (TeX Mode): Add DocTeX mode.
8203 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8205         * mule.texi (Single-Byte Character Support): Delete mention
8206         of iso-acc.el and iso-transl.el.
8208 2005-03-23  Lute Kamstra  <lute@gnu.org>
8210         * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8212 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8214         * search.texi: Delete explicit node pointers.
8215         (Incremental Search): New menu.
8216         (Basic Isearch, Repeat Isearch, Error in Isearch)
8217         (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8218         (Slow Isearch): New subnodes.
8219         (Configuring Scrolling): Node deleted.
8220         (Search Case): Doc default-case-fold-search.
8221         (Regexp Replace): Move replace-regexp doc here.
8223         * rmail.texi (Movemail): Put commas inside closequotes.
8225         * picture.texi (Insert in Picture): Document C-c arrow combos.
8226         (Basic Picture): Clarify erasure.
8228         * display.texi (Font Lock): Put commas inside closequotes.
8230         * cmdargs.texi (General Variables): Put commas inside closequotes.
8232 2005-03-23  Nick Roberts  <nickrob@snap.net.nz>
8234         * building.texi (Stack Buffer): Mention reverse contrast for
8235         *selected* frame (might not be current frame).
8237 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8239         * building.texi (Starting GUD): Add bashdb.
8241 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
8243         * basic.texi (Moving Point): Add M-g M-g binding.
8244         (Undo): Document undo-only.
8245         (Position Info): Document M-g M-g and C-u M-g M-g.
8247         * building.texi (Building): Put Grep Searching after Compilation
8248         Shell.
8249         (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8250         Document next-error-highlight.
8251         (Grep Searching): Document grep-highlight-matches.
8252         (Lisp Eval): Typing C-x C-e twice prints integers specially.
8254         * calendar.texi (Importing Diary): Rename node from iCalendar.
8255         Document diary-from-outlook.
8257         * dired.texi (Misc Dired Features): Rename node from Misc Dired
8258         Commands.
8259         Mention effect of X drag and drop on Dired buffers.
8261         * files.texi (Visiting): Document large-file-warning-threshold.
8262         Move paragraph on file-selection dialog.
8263         Mention visiting files using X drag and drop.
8264         (Reverting): Mention using Auto-Revert mode to tail files.
8265         Document auto-revert-tail-mode.
8266         (Version Systems): Minor correction.
8267         (Comparing Files): Diff-mode is no longer based on Compilation
8268         mode.
8269         Document compare-ignore-whitespace.
8270         (Misc File Ops): Explain passing a directory to rename-file.
8271         Likewise for copy-file and make-symbolic-link.
8273         * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8274         Document mouse-wheel-progressive speed.
8276         * help.texi (Misc Help): Document numeric argument for C-h i.
8277         Correctly explain the effect of just C-u as argument.
8279         * killing.texi (Deletion): Document numeric argument for
8280         just-one-space.
8282         * mini.texi (Completion): Completion acts on text before point.
8284         * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8285         (Emulation): CUA mode replaces pc-bindings-mode,
8286         pc-selection-mode, and s-region.
8288         * mule.texi (Input Methods): Leim is now built-in.
8289         (Select Input Method): Document quail-show-key.
8290         (Specify Coding): Document revert-buffer-with-coding-system.
8292         * programs.texi (Fortran Motion): Document f90-next-statement,
8293         f90-previous-statement, f90-next-block, f90-previous-block,
8294         f90-end-of-block, and f90-beginning-of-block.
8296         * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8298         * emacs.texi (Acknowledgments): Updated.
8300         * anti.texi: Total rewrite.
8302 2005-03-19  Chong Yidong  <cyd@stupidchicken.com>
8304         * ack.texi (Acknowledgments): Update.
8306 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8308         * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8309         Update copyright years.
8311 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
8313         * building.texi (Commands of GUD): Move paragraph on setting
8314         breakpoints with mouse to the GDB Graphical Interface node.
8316 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8318         * misc.texi (Single Shell, Shell Options): Fix previous change.
8320         * building.texi (Debugger Operation): Update GUD tooltip enable info.
8322 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8324         * building.texi (Starting GUD): Don't explain text vs graphical
8325         GDB here.  Just mention it and xref.
8326         Delete "just one debugger process".
8327         (Debugger Operation): Move GUD tooltip info here.
8328         (GUD Tooltips): Node deleted.
8329         (GDB Graphical Interface): Explain the two GDB modes here.
8331         * sending.texi (Sending Mail): Minor cleanup.
8332         (Mail Aliases): Explain quoting conventions.
8333         Update key rebinding example.
8334         (Header Editing): C-M-i is like M-TAB.
8335         (Mail Mode Misc): mail-attach-file does not do MIME.
8337         * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8338         that really belongs here.
8339         (Remote Mailboxes): Text moved to Rmail Inbox.
8340         (Rmail Display): Mention Mouse-1.
8341         (Movemail): Clarify two movemail versions.
8342         Clarify rmail-movemail-program.
8344         * misc.texi (Single Shell): Replace uudecode example with gpg example.
8345         Document async shell commands.
8346         (Shell History): Clarify.
8347         (Shell Ring): Mention C-UP an C-DOWN.
8348         (Shell Options): Add comint-prompt-read-only.
8349         (Invoking emacsclient): Set EDITOR to run Emacs.
8350         (Sorting): No need to explain what region is.
8351         (Saving Emacs Sessions): Fix typo.
8352         (Recursive Edit): Fix punctuation.
8353         (Emulation): Don't mention "PC bindings" which are standard.
8354         (Hyperlinking): Explain Mouse-1 convention here.
8355         (Find Func): Node deleted.
8357         * help.texi (Name Help): Xref to Hyperlinking.
8359         * glossary.texi (Glossary):
8360         Rename "Balance Parentheses" to "Balancing...".
8361         Add "Byte Compilation".  Correct "Copyleft".
8362         New xref in "Customization".
8363         Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8364         Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8365         Rename "Registers" to "Register".
8366         Replace "Selecting" with "Selected Frame",
8367         "Selected Window", and "Selecting a Buffer".
8369         * files.texi (Types of Log File): Explain how projects'
8370         methods can vary.
8372         * display.texi (Faces): Delete "Emacs 21".
8374         * custom.texi (Changing a Variable): C-M-i like M-TAB.
8375         * fixit.texi (Spelling): C-M-i like M-TAB.
8376         * mini.texi (Completion Options): C-M-i like M-TAB.
8377         * programs.texi (Symbol Completion): C-M-i like M-TAB.
8378         * text.texi (Text Mode): C-M-i like M-TAB.
8380         * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8382         * calendar.texi (Specified Dates): Mention `g w'.
8383         (Appointments): appt-activate toggles with no arg.
8385 2005-03-05  Juri Linkov  <juri@jurta.org>
8387         * cmdargs.texi (Emacs Invocation): Add cindex
8388         "invocation (command line arguments)".
8389         (Misc X): Add -nbc, --no-blinking-cursor.
8391 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8393         * calendar.texi (iCalendar): No need to require it now.
8395 2005-03-03  Nick Roberts  <nickrob@snap.net.nz>
8397         * trouble.texi (Contributing): Mention Savannah.  Direct users to
8398         emacs-devel.
8400 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8402         * calendar.texi (Adding to Diary): Mention redrawing of calendar
8403         window.
8405 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8407         * building.texi (Compilation): Update mode line status info.
8409 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8411         * calendar.texi (General Calendar): Document binding of
8412         scroll-other-window-down.
8413         (Mayan Calendar): Fix earliest date.
8414         (Time Intervals): Document timeclock-change.
8415         Fix timeclock-ask-before-exiting documentation.
8417 2005-02-26  Kim F. Storm  <storm@cua.dk>
8419         * frames.texi (Mouse References):
8420         Add mouse-1-click-in-non-selected-windows.
8422 2005-02-25  Richard M. Stallman  <rms@gnu.org>
8424         * screen.texi (Screen): Explain better about cursors and mode lines;
8425         don't presuppose text terminals.
8426         (Point): Don't assume just one cursor.
8427         Clarify explanation of cursors.
8428         (Echo Area, Menu Bar): Cleanups.
8430         * mini.texi (Minibuffer): Prompts are highlighted.
8431         (Minibuffer Edit): Newline = C-j only on text terminals.
8432         Clarify resize-mini-windows values.
8433         Mention M-PAGEUP and M-PAGEDOWN.
8434         (Completion Commands): Mouse-1 like Mouse-2.
8435         (Minibuffer History): Explain history commands better.
8436         (Repetition): Add xref to Incremental Search.
8438         * mark.texi (Setting Mark): Clarify info about displaying mark.
8439         Clarify explanation of C-@ and C-SPC.
8440         (Transient Mark): Mention Delete Selection mode.
8441         (Marking Objects): Clean up text about extending the region.
8443         * m-x.texi (M-x): One C-g doesn't always go to top level.
8444         No delay before suggest-key-bindings output.
8446         * fixit.texi (Fixit): Mention C-/ for undo.
8447         (Spelling): Mention ESC TAB like M-TAB.
8448         Replacement words with r and R are rechecked.
8449         Say where C-g leaves point.  Mention ? as input.
8451 2005-02-23  Lute Kamstra  <lute@gnu.org>
8453         * cmdargs.texi (Initial Options): Add cross reference.
8455 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8457         * emacs.texi (Top): Update menu for splitting of node in
8458         msdog.texi.
8459         * frames.texi (Frames): Update xref for splitting of node in
8460         msdog.texi.
8461         * trouble.texi (Quitting): Ditto.
8463 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8465         * windows.texi (Split Window): Simplify line truncation info
8466         and xref to Display Custom.
8468         * trouble.texi (Quitting): Emergency escape only for text terminal.
8469         (Screen Garbled): C-l for ungarbling is only for text terminal.
8471         * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8473         * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8475         * programs.texi (Program Modes): Mention Python mode.
8476         (Moving by Defuns): Repeating C-M-h extends region.
8477         (Basic Indent): Clarify.
8478         (Custom C Indent): Clarify.
8479         (Expressions): Repeating C-M-@ extends region.
8480         (Info Lookup): Clarify for C-h S.
8481         (Symbol Completion): ESC TAB alternative for M-TAB.
8482         (Electric C): Clarify.
8484         * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8486         * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8487         MS-DOS Input node.
8488         (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8489         (MS-DOS and MULE): Clarify.
8490         (MS-DOS Processes, Windows Processes): Fix typos.
8492         * major.texi (Choosing Modes): Clarify.
8494         * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8495         (Keyboard Macro Step-Edit): Clarify.
8497         * indent.texi (Indentation): Clarifications.
8499         * help.texi (Help): Correct error about C-h in query-replace.
8500         Clarify apropos vs C-h a.  Fix how to search in FAQ.
8501         (Key Help): Describe C-h w here.
8502         (Name Help): Minor cleanup.  C-h w moved to Key Help.
8503         Clarify the "object" joke.
8504         (Apropos): Clarify.  Mouse-1 like Mouse-2.
8505         (Help Mode): Mouse-1 like Mouse-2.
8507         * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8509         * display.texi (Display): Reorder menu.
8510         (Faces): Cleanup.
8511         (Font Lock): Cleanup.  Mention Options menu.
8512         Delete obsolete text.
8513         (Scrolling): For C-l, don't presume text terminal.
8514         (Horizontal Scrolling): Simplify intro.
8515         (Follow Mode): Clarify.
8516         (Cursor Display): Move before Display Custom.
8517         (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8518         Doc default-tab-width.  Doc line truncation more thoroughly.
8520         * dired.texi (Dired Enter): C-x C-f can run Dired.
8521         (Dired Visiting): Comment out `a' command.
8522         Mouse-1 is like Mouse-2.
8523         (Shell Commands in Dired): ? can be used more than once.
8525         * basic.texi (Continuation Lines): Simplify description of truncation,
8526         and refer to Display Custom for the rest of it.
8528 2005-02-06  Lute Kamstra  <lute@gnu.org>
8530         * basic.texi (Undo): Fix typo.
8532         * cmdargs.texi (Emacs Invocation): Fix typo.
8534         * custom.texi (Init Examples): Fix typo.
8536         * abbrevs.texi (Expanding Abbrevs): Fix typo.
8538 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8540         * regs.texi (Registers): Registers can hold numbers, too.
8542         * killing.texi (Other Kill Commands): Cleanup.
8543         Delete redundant explanation of kill in read-only buffer.
8544         (Yanking): Mention term "copying".
8545         (Accumulating Text): Fix typo.
8547         * entering.texi (Entering Emacs): Update rationale at start.
8548         (Exiting): Treat iconifying on a par with suspension.
8550         * custom.texi (Minor Modes): Fix typo.
8551         (Easy Customization): Fix menu style.
8552         (Variables): Add xref.
8553         (Examining): Setting for future sessions works through .emacs.
8554         (Keymaps): "Text terminals", not "Many".
8555         (Init Rebinding): Explain \C-.  Show example of \M-.
8556         Fix minor wording errors.
8557         (Function Keys): Explain vector syntax just once.
8558         (Named ASCII Chars): Clarify history of TAB/C-i connection.
8559         (Init File): Mention .emacs.d directory.
8560         (Init Examples): Add xref.
8561         (Find Init): Mention .emacs.d directory.
8563         * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8564         (Action Arguments): Explain which kinds of -l args are found how.
8565         (Initial Options): --batch does not inhibit site-start.
8566         Add xrefs.
8567         (Command Example): Use --batch, not -batch.
8569         * basic.texi (Inserting Text): Cleanup wording.
8570         (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8571         C-n is not error at end of buffer.
8572         (Undo): Doc C-/ like C-_.  Add xrefs.
8573         (Arguments): META key may be labeled ALT.
8574         Peculiar arg meanings are explained in doc strings.
8576         * abbrevs.texi (Expanding Abbrevs): Clarify.
8578 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8580         * frames.texi (Frame Parameters): Add an xref to the description
8581         of list-colors-display.  Add a pointer to the X docs about colors.
8583         * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
8584         Improve docs of list-colors-display.
8586 2005-02-03  Lute Kamstra  <lute@gnu.org>
8588         * frames.texi (Frames, Drag and Drop): Fix typos.
8590 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8592         * windows.texi (Basic Window): Mention color-change in mode line.
8593         (Change Window): Explain dragging vertical boundaries.
8595         * text.texi (Sentences): Clarify.
8596         (Paragraphs): Explain M-a and blank lines.
8597         (Outline Mode): Clarify text and menu.
8598         (Hard and Soft Newlines): Mention use-hard-newlines.
8600         * frames.texi (Frames): Delete unnecessary mention of Windows.
8601         (Mouse Commands): Likewise.  Mention xterm mouse support.
8602         (Clipboard): Clarify.
8603         (Mouse References): Mention use of Mouse-1 for following links.
8604         (Menu Mouse Clicks): Clarify.
8605         (Mode Line Mouse): Clarify.
8606         (Drag and Drop): Rewrite.
8608         * fixit.texi (Spelling): Fix typo.
8610         * files.texi (File Names): Clarify.
8611         (Visiting): Update conditions for use of file dialog.  Clarify.
8612         (Saving): Doc d as answer in save-some-buffers.
8613         (Remote Files): Clean up the text.
8615         * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8617         * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8618         (List Buffers): Clarify.
8619         (Several Buffers): Doc T command.
8620         (Buffer Convenience): Clarify menu.
8622         * basic.texi (Undo): Clarify last change.
8624 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8626         * fixit.texi (Spelling): Fix typo.
8628 2005-02-01  Luc Teirlinck  <teirllm@auburn.edu>
8630         * basic.texi (Undo): Update description of `undo-outer-limit'.
8632 2005-02-01  Nick Roberts  <nickrob@snap.net.nz>
8634         * building.texi: Update documentation relating to GDB Graphical
8635         Interface.
8637 2005-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8639         * custom.texi (Easy Customization): Adapt menu to node name change.
8641 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8643         * custom.texi (Easy Customization): Defn of "User Option" now
8644         includes faces.  Don't say just "option" when talking about variables.
8645         Do say just "options" to mean "anything customizable".
8646         (Specific Customization): Describe `customize-variable',
8647         not `customize-option'.
8649         * glossary.texi (Glossary) <Faces>: Add xref.
8650         <User Option>: Change definition--include faces.  Change xref.
8652         * picture.texi (Picture): Mention artist.el.
8654         * sending.texi, screen.texi, programs.texi, misc.texi:
8655         * mini.texi, major.texi, maintaining.texi, macos.texi:
8656         * help.texi, frames.texi, files.texi:
8657         Don't say just "option" when talking about variables.
8659         * display.texi, mule.texi: Don't say just "option" when talking
8660         about variables.  Other minor cleanups.
8662 2005-01-26  Lute Kamstra  <lute@gnu.org>
8664         * cmdargs.texi (Initial Options): Add a cross reference to `Init
8665         File'.  Mention the `-Q' option at the `--no-site-file' option.
8667 2005-01-22  David Kastrup  <dak@gnu.org>
8669         * building.texi (Grep Searching): Mention alias `find-grep' for
8670         `grep-find'.
8672 2005-01-20  Richard M. Stallman  <rms@gnu.org>
8674         * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8676 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8678         * rmail.texi (Movemail): Explain differences
8679         between standard and mailutils versions of movemail.
8680         Describe command line and configuration options introduced
8681         with the latter.
8682         Explain the notion of mailbox URL, provide examples and
8683         cross-references to mailutils documentation.
8684         Describe various methods of specifying mailbox names,
8685         user names and user passwords for rmail.
8686         (Remote Mailboxes): New section.
8687         Describe how movemail handles remote mailboxes.  Describe configuration
8688         options used to control its behavior.
8689         (Other Mailbox Formats): Explain handling of various mailbox
8690         formats.
8692 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8694         * commands.texi (Commands): Clarification.
8696 2005-01-11  Richard M. Stallman  <rms@gnu.org>
8698         * programs.texi (Multi-line Indent): Fix previous change.
8699         (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8701 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8703         * display.texi (Faces): isearch-lazy-highlight-face renamed to
8704         lazy-highlight.
8706         * search.texi (Query Replace): Mention faces query-replace
8707         and lazy-highlight.
8708         (Incremental Search): Update isearch highlighting info.
8710 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8712         * custom.texi (Saving Customizations): Minor improvement.
8714 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8716         * custom.texi (Saving Customizations): Emacs no longer loads
8717         `custom-file' after .emacs.  No longer mention customizing through
8718         Custom.
8720 2005-01-01  Andreas Schwab  <schwab@suse.de>
8722         * killing.texi (Graphical Kill): Move up under node Killing,
8723         change @section to @subsection.
8725 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8727         * custom.texi (Face Customization): Mention hex color specs.
8729         * emacs.texi (Top): Update Killing submenu.
8731         * killing.texi (Killing): Reorganize section.
8732         No more TeX-only text; put the node command at start of chapter.
8733         But the first section heading is used only in TeX.
8734         Rewrite the text to read better in this mode.
8735         (Graphical Kill): New subnode gets some of the text that
8736         used to be in the first section.
8738 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8740         * dired.texi (Shell Commands in Dired): Delete the ? example.
8742         * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8744         * files.texi (Saving): Describe new require-final-newline features
8745         and mode-require-final-newline.
8747 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8749         * custom.texi (File Variables): Clarify previous change.
8751 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
8753         * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8754         out now.
8756 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8758         * Makefile.in (MAKEINFO): Specify --force.
8760         * basic.texi (Moving Point): C-e now runs move-end-of-line.
8761         (Undo): Doc undo-outer-limit.
8763 2004-12-15  Juri Linkov  <juri@jurta.org>
8765         * mark.texi (Transient Mark, Mark Ring): M-< and other
8766         movement commands don't set mark in Transient Mark mode
8767         if mark is active.
8769 2004-12-12  Juri Linkov  <juri@jurta.org>
8771         * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8772         C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8774         * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8775         (Misc Dired Commands): Add @r{(Dired)} to w.
8777 2004-12-12  Juri Linkov  <juri@jurta.org>
8779         * mark.texi (Marking Objects): Marking commands also extend the
8780         region when mark is active in Transient Mark mode.
8782 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8784         * custom.texi (Saving Customizations): Emacs only loads the custom
8785         file automatically after the init file in version 22.1 or later.
8786         Adapt text and examples to this fact.
8788 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8790         * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8791         be set through Custom.  Otherwise, it has no effect.
8793 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8795         * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8796         * entering.texi: Rename Command Line to Emacs Invocation.
8798         * misc.texi (Term Mode): Correctly describe C-c.
8800         * custom.texi (Easy Customization): Move up to section level,
8801         before Variables.  Avoid using the term "variable"; say "option".
8802         New initial explanation.
8803         (Variables): In initial explanation, connect "variable" to the
8804         already-explained "user option".
8806         * emacs.texi (Top): Fix ref to Command Line.
8807         Move reference to Easy Customization.
8809         * xresources.texi (X Resources): Fix From link.
8811         * doclicense.texi (GNU Free Documentation License): Fix To link.
8813         * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8815         * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8817 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8819         * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8821 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8823         * kmacro.texi: Several small changes in addition to the following.
8824         (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8825         defining a keyboard macro.
8826         Mention `kmacro-ring-max'.
8827         (Keyboard Macro Counter): Clarify description of
8828         `kmacro-insert-counter', `kmacro-set-counter',
8829         `kmacro-add-counter' and `kmacro-set-format'.
8831 2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8833         * custom.texi (File Variables): Add `unibyte' and make it more
8834         clear that `unibyte' and `coding' are special.  Suggested by Simon
8835         Krahnke <overlord@gmx.li>.
8837         * mule.texi (Enabling Multibyte): Refer to File Variables.
8838         Suggested by Simon Krahnke <overlord@gmx.li>.
8840 2004-11-26  Jan Djärv  <jan.h.d@swipnet.se>
8842         * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8843         x-use-old-gtk-file-dialog.
8845 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8847         * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8849 2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
8851         * building.texi (Lisp Eval): Delete hyphen in section name.
8853 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8855         * files.texi (Old Versions):
8856         No longer document annotation as "CVS only".
8858 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
8860         * files.texi (Version Control): Rewrite the introduction about
8861         version systems, mentioning the new ones that we support.
8862         Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8863         suggestions.
8865 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8867         * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8869 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
8871         * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8873 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8875         * text.texi (Text Based Tables, Table Definition)
8876         (Table Creation, Table Recognition, Cell Commands)
8877         (Cell Justification, Row Commands, Column Commands)
8878         (Fixed Width Mode, Table Conversion, Measuring Tables)
8879         (Table Misc): New nodes, documenting the Table Mode.
8881 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8883         * makefile.w32-in (info): Change order of arguments to makeinfo.
8885 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
8887         * calendar.texi (iCalendar): Update for package changes.
8889 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8891         * files.texi (Misc File Ops): View mode is a minor mode.
8893 2004-10-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
8895         * calendar.texi (iCalendar): Style changes.
8897 2004-10-07  Luc Teirlinck  <teirllm@auburn.edu>
8899         * search.texi (Regexps): The regexp described in the example is no
8900         longer stored in the variable `sentence-end'.
8902 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
8904         * building.texi (Starting GUD): Note that multiple debugging
8905         sessions requires `gdb --fullname'.
8907 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
8909         * calendar.texi (iCalendar): New section for a new package.
8911 2004-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8913         * text.texi: Various small changes in addition to the following.
8914         (Text): Replace xref for autotype with inforef.
8915         (Sentences): Explain nil value for `sentence-end'.
8916         (Paragraphs): Update default values for `paragraph-start' and
8917         `paragraph-separate'.
8918         (Text Mode): Correct description of Text mode's effect on the
8919         syntax table.
8920         (Outline Visibility): `hide-other' does not hide top level headings.
8921         `selective-display-ellipses' no longer has an effect on Outline mode.
8922         (TeX Misc): Add missing @cindex.
8923         Replace xref for RefTeX with inforef.
8924         (Requesting Formatted Text): The variable
8925         `enriched-fill-after-visiting' no longer exists.
8926         (Editing Format Info): Update names of menu items and commands.
8927         (Format Faces): Mention special effect of specifying the default face.
8928         Describe inheritance of text properties.
8929         Correct description of `fixed' face.
8930         (Format Indentation): Correct description of effect of setting
8931         margins.  Mention `set-left-margin' and `set-right-margin'.
8932         (Format Justification): Update names of menu items.
8933         `set-justification-full' is now bound to `M-j b'.
8934         Mention that `default-justification' is a per buffer variable.
8935         (Format Properties): Update name of menu item.
8936         (Forcing Enriched Mode): `format-decode-buffer' automatically
8937         turns on Enriched mode if the buffer is in text/enriched format.
8939 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
8941         * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8943 2004-09-28  Kim F. Storm  <storm@cua.dk>
8945         * display.texi (Display Custom) <indicate-buffer-boundaries>:
8946         Align with new functionality.
8948 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8950         * display.texi (Display Custom): Remove stray `@end defvar'.
8952 2004-09-23  Kim F. Storm  <storm@cua.dk>
8954         * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8955         `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8957 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8959         * custom.texi (Hooks): Explain using setq to clear out a hook.
8960         (File Variables): Explain multiline string constants.
8961         (Non-ASCII Rebinding): Explain when you need to update
8962         non-ASCII char codes in .emacs.
8964         * building.texi (Compilation): Explain how to make a silent
8965         subprocess that won't be terminated.  Explain compilation-environment.
8967 2004-09-13  Kim F. Storm  <storm@cua.dk>
8969         * mini.texi (Repetition): Rename isearch-resume-enabled to
8970         isearch-resume-in-command-history and change default to disabled.
8972 2004-09-09  Kim F. Storm  <storm@cua.dk>
8974         * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8975         with new `kmacro-name-last-macro'.
8977 2004-09-08  Juri Linkov  <juri@jurta.org>
8979         * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8981 2004-09-03  Juri Linkov  <juri@jurta.org>
8983         * search.texi (Incremental Search): Update wording for M-%.
8985 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
8987         * killing.texi (Killing): Correct description of kill commands in
8988         read-only buffer.
8990 2004-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
8992         * building.texi (Compilation Mode): Add a paragraph about rules
8993         for finding the compilation buffer for `next-error'.
8995         * search.texi (Other Repeating Search): Mention that Occur mode
8996         supports the next-error functionality.
8998 2004-09-02  Juri Linkov  <juri@jurta.org>
9000         * search.texi (Regexp Replace): Add missing backslash to \footnote.
9002 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
9004         * kmacro.texi (Basic Keyboard Macro):
9005         `apply-macro-to-region-lines' now operates on all lines that begin
9006         in the region, rather than on all complete lines in the region.
9008 2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>
9010         * frames.texi (Drag and drop): Add documentation about
9011         x-dnd-test-function and x-dnd-known-types.
9013 2004-08-30  Luc Teirlinck  <teirllm@auburn.edu>
9015         * indent.texi: Various minor changes in addition to:
9016         (Indentation Commands): Correct description of `indent-relative'.
9017         (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9018         mode.  The *Tab Stops* buffer uses Overwrite Mode.
9019         (Just Spaces): `tabify' converts sequences of at least two spaces
9020         to tabs.
9022 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
9024         * frames.texi (Secondary Selection): Setting the secondary
9025         selection with M-Drag-Mouse-1 does not alter the kill ring,
9026         setting it with M-Mouse-1 and M-Mouse-3 does.
9027         (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9028         toolkit scroll bars.
9029         (Scroll Bars): Ditto.
9031         * windows.texi (Basic Window): When using a window system, the value
9032         of point in a non-selected window is indicated by a hollow box.
9033         (Split Window): Side by side windows are separated by a scroll bar,
9034         if scroll bars are used.
9035         C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9036         (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9037         (Window Convenience): Update bindings for `winner-undo' and
9038         `winner-redo'.
9040         * ack.texi (Acknowledgments): Use `@unnumbered'.
9041         * misc.texi: Adapt sectioning in Info to the node structure.
9042         (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9043         of "Using Emacs as a Server".
9044         * building.texi (Building): Interchange nodes (for correct numbering).
9045         * programs.texi (Programs): Interchange nodes (for correct numbering).
9046         * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9047         Info to the node structure.
9048         * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9049         Rearrange order of nodes and sections such that both "GNU GENERAL
9050         PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
9051         end, as appropriate for appendices.
9052         (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
9053         Use `@unnumberedsec'.
9054         * trouble.texi: Adapt sectioning in Info to the node structure.
9055         Adapt node pointers to change in emacs.texi.
9056         * cmdargs.texi, doclicense.texi: Adapt node pointers.
9058 2004-08-25  Kenichi Handa  <handa@m17n.org>
9060         * custom.texi (Non-ASCII Rebinding): Fix and simplify the
9061         description for unibyte mode.
9063 2004-08-23  Luc Teirlinck  <teirllm@auburn.edu>
9065         * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9067         * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9068         (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9069         (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9070         in @pxref.
9072 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
9074         * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9075         Change section names.
9077 2004-08-21  Luc Teirlinck  <teirllm@auburn.edu>
9079         * kmacro.texi (Keyboard Macro Ring): Rename section.
9080         Emacs treats the head of the macro ring as the `last keyboard macro'.
9081         (Keyboard Macro Counter): Minor change.
9082         (Save Keyboard Macro): Some clarifications.
9083         (Edit Keyboard Macro): Rename section.
9085         * buffers.texi (Buffers): Maximum buffer size is now 256M on
9086         32-bit machines.
9087         (Several Buffers): Clarify which buffer is selected if `2' is
9088         pressed in the Buffer Menu.
9089         Auto Revert mode can be used to update the Buffer Menu
9090         automatically.
9092 2004-08-21  Eli Zaretskii  <eliz@gnu.org>
9094         * help.texi (Misc Help): Add an index entry for finding an Info
9095         manual by its file name.
9097 2004-08-20  Luc Teirlinck  <teirllm@auburn.edu>
9099         * files.texi (Backup Deletion): Correct description of
9100         `delete-old-versions'.
9101         (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9102         (Auto Save Files): Recommend `auto-save-mode' to reenable
9103         auto-saving, rather than the abbreviation `auto-save'.
9105 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
9107         * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9108         for "killing" and "yanking" in main menu.
9110 2004-08-16  Richard M. Stallman  <rms@gnu.org>
9112         * killing.texi (Yanking, Killing): Minor cleanups.
9114         * mark.texi (Momentary Mark): Minor cleanups.
9116 2004-08-15  Kenichi Handa  <handa@etl.go.jp>
9118         * custom.texi (Non-ASCII Rebinding):
9119         C-q always inserts the right code to pass to global-set-key.
9121 2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
9123         * regs.texi (RegNumbers): Mention `C-x r i' binding for
9124         `insert-register', instead of `C-x r g' binding, for consistency.
9126 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
9128         * fixit.texi (Spelling): Fix typo.
9130 2004-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9132         * help.texi (Help): Fix Texinfo usage.
9134 2004-07-24  Richard M. Stallman  <rms@gnu.org>
9136         * text.texi (Paragraphs): Update how paragraphs are separated
9137         and the default for paragraph-separate.
9139         * search.texi (Regexp Replace): Further update text for new
9140         replacement operators.
9142 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
9144         * emacs-xtra.texi (Subdir switches): Dired does not remember the
9145         `R' switch.
9147         * dired.texi (Dired Updating): `k' only deletes inserted
9148         subdirectories from the Dired buffer if a prefix argument was given.
9150         * search.texi (Regexps): Delete redundant definition of `symbol' in
9151         description of `\_>'.  It already occurs in the description of `\_<'.
9153 2004-07-01  Juri Linkov  <juri@jurta.org>
9155         * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9156         (Regexp Search): Add M-r.
9158 2004-06-30  Luc Teirlinck  <teirllm@auburn.edu>
9160         * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9162 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
9164         * search.texi, calendar.texi: Markup fixes.
9166 2004-06-25  Richard M. Stallman  <rms@gnu.org>
9168         * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9170 2004-06-25  David Kastrup  <dak@gnu.org>
9172         * search.texi (Regexp Replace): Some typo corrections and
9173         rearrangement.
9175 2004-06-24  David Kastrup  <dak@gnu.org>
9177         * search.texi (Unconditional Replace): Use replace-string instead
9178         of query-replace in example.
9179         (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9180         sequences.
9181         (Query Replace): Correct explanation of `^' which does not use
9182         the mark stack.
9184 2004-06-21  Nick Roberts  <nickrob@gnu.org>
9186         * misc.texi (Shell History Copying): Document comint-insert-input.
9187         (Shell Ring): Describe comint-dynamic-list-input-ring here.
9189 2004-06-20  Jesper Harder  <harder@ifa.au.dk>
9191         * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9192         * custom.texi (Customization): Do.
9193         * anti.texi (Antinews): Do.
9194         * abbrevs.texi (Defining Abbrevs): Do.
9196         * programs.texi (Info Lookup): Fix keybinding for
9197         info-lookup-symbol.
9199 2004-06-16  Juanma Barranquero  <lektu@terra.es>
9201         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9202         Add emacs-xtra.
9203         ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9204         (clean): Add emacs-xtra and flymake.  Remove redundancies.
9206 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
9208         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9209         Add emacs-xtra.
9210         * emacs-xtra.texi: New file.
9212 2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
9214         * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9215         (Dired and Find): Mention differences with ordinary Dired buffers.
9217 2004-06-13  Richard M. Stallman  <rms@gnu.org>
9219         * custom.texi (Init Syntax): Explain about vars that do special
9220         things when set with setq or with Custom.
9221         (Init Examples): Add line-number-mode example.
9223 2004-06-12  Juri Linkov  <juri@jurta.org>
9225         * dired.texi (Operating on Files): Add dired-do-touch.
9227 2004-06-10  Juri Linkov  <juri@jurta.org>
9229         * building.texi (Lisp Eval): Add C-M-x on defface.
9231 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
9233         * files.texi (Reverting): Auto-Revert mode and
9234         Global Auto-Revert mode no longer revert remote files.
9236 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9238         * custom.texi (Init File): Two dashes start --no-site-file.
9240 2004-05-29  Alan Mackenzie  <acm@muc.de>
9242         * programs.texi: Update for CC Mode 5.30 and incidental amendments.
9243         ("AWK"): Is consistently thus spelled throughout.
9244         (AWK, Pike): Document as "C-like modes".
9245         (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9246         (M-x man): Supersedes M-x manual-entry.
9247         Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
9249         ("Comments in C"): Delete node; the info is in CC Mode manual.
9250         (c-comment-only-line-offset): Remove description.
9252         (C-c ., C-c C-c): Describe new C Mode bindings.
9254         (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9255         (@dfn{Style}, c-default-style, comment-column, comment-padding)
9256         (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9257         Amend definitions.
9259         (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9260         Describe functions.
9262         (c-comment-start-regexp, c-hanging-comment-ender-p)
9263         (c-hanging-comment-starter-p): Remove obsolete definitions.
9265         * emacs.texi: Remove the menu entry "Comments in C".
9267 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9269         * dired.texi (Dired and Find): `find-ls-option' does not apply to
9270         `M-x locate'.
9272 2004-05-16  Karl Berry  <karl@gnu.org>
9274         * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9275         makeinfo --html fails.
9276         * help.texi (Help Summary) [@ifnottex]: Likewise.
9278 2004-05-13  Nick Roberts  <nickrob@gnu.org>
9280         * building.texi (GDB Graphical Interface): Update and describe
9281         layout first.
9283 2004-05-04  Jason Rumney  <jasonr@gnu.org>
9285         * makefile.w32-in: Revert last change.
9287 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9289         * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9291 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9293         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9295 2004-04-18  Juri Linkov  <juri@jurta.org>
9297         * fixit.texi (Spelling): Remove file extension from ispell xref.
9299 2004-04-15  Kim F. Storm  <storm@cua.dk>
9301         * cmdargs.texi (Initial Options): Add -Q.
9303 2004-04-05  Kim F. Storm  <storm@cua.dk>
9305         * custom.texi (File Variables): Add safe-local-eval-forms.
9307 2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
9309         * files.texi (Reverting): Correct description of revert-buffer's
9310         handling of point.
9312 2004-03-22  Juri Linkov  <juri@jurta.org>
9314         * emacs.texi (Top): Add `Misc X'.
9316         * trouble.texi: Fix help key bindings.
9318         * glossary.texi: Improve references.
9320         * help.texi: Sync keywords with finder.el.
9322         * mini.texi (Completion): Add description for menu items.
9324         * misc.texi (Browse-URL, FFAP): Add information about keywords.
9326         * sending.texi (Mail Methods): Fix xref to Message manual.
9328 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9330         * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9332 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9334         * search.texi (Regexps): Explain that ^ and $ have their
9335         special meanings only in certain contexts.
9337         * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9339         * mule.texi (Specify Coding): Doc C-x RET F.
9341         * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9342         for multiple compile and grep buffers.
9343         (Indirect Buffers): Don't recommand clone-indirect-buffer
9344         for multiple compile and grep buffers.
9346 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9348         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9349         Use $(DEL) instead of rm, and ignore exit code.
9351 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9353         * building.texi (Watch Expressions): Update.
9355 2004-02-21  Juri Linkov  <juri@jurta.org>
9357         * cmdargs.texi (Action Arguments): Add alias --find-file.
9358         Add --directory, --help, --version.  Move text about command-line-args
9359         to Command Arguments.
9360         (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
9361         Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
9362         (Window Size X): Join -g and --geometry.  Add @cindex.
9363         (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
9364         (Title X): Remove alias -title.
9365         (Misc X): New node.
9367 2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>
9369         * frames.texi (Drag and drop): Add Motif to list of supported
9370         protocols.
9372 2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>
9374         * frames.texi (Drag and drop): New section.
9376 2004-01-24  Richard M. Stallman  <rms@gnu.org>
9378         * emacs.texi (Acknowledgments): Rename from Acknowledgements.
9379         Include it only @ifnotinfo.  Patch the preceding and following
9380         node headers to point to each other.
9382 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9384         * calendar.texi (Appointments): Update section.
9386 2003-12-29  Kevin Ryde  <user42@zip.com.au>
9388         * programs.texi (C Modes): Fix the xref.
9390 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9392         * building.texi (Watch Expressions): Update.
9393         (Commands of GUD): Include use of toolbar + breakpoints set from
9394         fringe/margin.
9396 2003-12-03  Andre Spiegel  <spiegel@gnu.org>
9398         * files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
9399         <acm@muc.de>.
9401 2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>
9403         * frames.texi (Dialog Boxes): Add use-file-dialog.
9405 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9407         * ack.texi: Note that Alan Mackenzie contributed the AWK support
9408         in CC Mode.
9410 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9412         * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9413         * man/commands.texi, man/custom.texi, man/display.texi:
9414         * man/emacs.texi, man/files.texi:
9415         * man/frames.texi, man/glossary.texi, man/killing.texi:
9416         * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9417         * man/mule.texi, man/rmail.texi, man/search.texi:
9418         * man/sending.texi, man/text.texi, man/trouble.texi:
9419         Replace @sc{ascii} and ASCII with @acronym{ASCII}.
9421 2003-11-01  Alan Mackenzie  <acm@muc.de>
9423         * search.texi (Scrolling During Incremental Search): Document a
9424         new scrolling facility in isearch mode.
9426 2003-10-22  Miles Bader  <miles@gnu.org>
9428         * Makefile.in (info): Move before $(top_srcdir)/info.
9430 2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
9432         * building.texi (Watch Expressions): Update section on data display
9433         to reflect code changes (GDB Graphical Interface).
9435 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9437         * xresources.texi (GTK resources): Clean up previous change.
9439 2003-10-12  Jan Djärv  <jan.h.d@swipnet.se>
9441         * xresources.texi (GTK resources): Add a note that some themes
9442         disallow customizations.  Add scroll theme example.
9444 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9446         * cmdargs.texi (General Variables): Remove MAILRC envvar.
9448         * misc.texi (Saving Emacs Sessions): Shorten the section,
9449         collapsing back into one node.
9451 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9453         * misc.texi: Section "Saving Emacs Sessions" rewritten.
9455 2003-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9457         * xresources.texi (GTK names in Emacs): Correct typo.
9459 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
9461         * cmdargs.texi (Font X): Mention new default font.
9462         More fully describe long font names, wildcard patterns and the
9463         problems involved.  (Result of discussion on emacs-devel.)
9465 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
9467         * emacs.texi (Acknowledgements): Correct typo.
9469 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9471         * dired.texi (Misc Dired Commands): New node.
9472         (Dired Navigation): Add dired-goto-file.
9474         * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9476         * emacs.texi (Acknowledgements): New node, split from Distribution.
9478         * cmdargs.texi (Action Arguments): -f reads interactive args.
9480 2003-09-08  Lute Kamstra  <lute@gnu.org>
9482         * screen.texi (Mode Line): Say that POS comes before LINE.
9483         Mention `size-indication-mode'.
9484         * display.texi (Optional Mode Line):
9485         Document `size-indication-mode'.
9486         * basic.texi (Position Info): Mention `size-indication-mode'.
9488 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9490         * xresources.texi (Resources): Refer to `editres' man page.
9491         (Lucid Resources): Update defaults.  Expand description of
9492         `shadowThickness'.
9494 2003-09-04  Miles Bader  <miles@gnu.org>
9496         * Makefile.in (top_srcdir): New variable.
9497         ($(top_srcdir)/info): New rule.
9498         (info): Depend on it.
9500 2003-09-03  Peter Runestig  <peter@runestig.com>
9502         * makefile.w32-in: New file.
9504 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9506         * misc.texi (Saving Emacs Sessions): Correct previous change.
9508 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9510         * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9511         (Intro): Include kmacro.texi after fixit.texi instead of after
9512         custom.texi.  (As suggested by Kim Storm.)
9514 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
9516         * fixit.texi (Fixit): Update `Next' pointer.
9517         * files.texi (Files): Update `Previous' pointer.
9518         * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9519         * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9520         (Suggested by Kim Storm.)
9521         * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim Storm.)
9523 2003-08-18  Kim F. Storm  <storm@cua.dk>
9525         * kmacro.texi: New file describing enhanced keyboard macro
9526         functionality.  Replaces old description in custom.texi.
9528         * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9529         (Keyboard Macros): Move to new kmacro.texi file.
9531         * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9533 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9535         * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9537 2003-08-17  Alex Schroeder  <alex@gnu.org>
9539         * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9540         required.
9542 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9544         * programs.texi (Lisp Indent): Don't describe
9545         lisp-indent-function property here.  Use xref to Lisp Manual.
9547 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9549         * calendar.texi (Date Formats): Document changed behavior of
9550         abbreviations.
9552 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9554         * buffers.texi (List Buffers): Fix previous change.
9556 2003-07-13  Markus Rost  <rost@math.ohio-state.edu>
9558         * buffers.texi (List Buffers): Adjust to new format of *Buffer
9559         List*.
9561 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9563         * display.texi (Font Lock): Fix typo.
9565 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9567         * display.texi (Font Lock): Add xref for format info on
9568         font-lock-remove-keywords.
9570         * building.texi (Compilation): Document what happens with asynch
9571         children of compiler process.
9573         * help.texi (Library Keywords): Use @multitable.
9575 2003-06-04  Richard M. Stallman  <rms@gnu.org>
9577         * programs.texi (Expressions): Delete C-M-DEL.
9579         * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9580         comint-move-point-for-output renamed from
9581         comint-scroll-to-bottom-on-output.
9583         * custom.texi (Init Rebinding): Replace previous change with xref.
9584         (Non-ASCII Rebinding): Explain that issue more briefly here.
9586 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9588         * indent.texi (Indentation): Condense, simplify, clarify prev change.
9590 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
9592         * building.texi (GDB Graphical Interface): New node.
9593         (Rewritten somewhat by RMS.)
9595 2003-05-28  Kai Großjohann  <kai.grossjohann@gmx.net>
9597         * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9598         non-English letters.  Explain how to set coding systems correctly
9599         and how to include the right coding cookie in the file.
9601 2003-05-22  Kai Großjohann  <kai.grossjohann@gmx.net>
9603         * indent.texi (Indentation): Explain the concepts.
9604         (Just Spaces): Explain why preventing tabs for indentation might
9605         be useful.
9607 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9609         * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9611 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9613         * cmdargs.texi (General Variables): Document SMTPSERVER.
9615         * sending.texi: Remove SMTP node.
9616         (Mail Sending): Describe `send-mail-function'.  Link to SMTP
9617         library.
9619 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9621         * sending.texi (Sending via SMTP): Explain MTA/MUA.
9623 2003-02-22  Simon Josefsson  <jas@extundo.com>
9625         * sending.texi (Mail Methods): Add node about SMTP.
9627 2003-02-17  Jan Djärv  <jan.h.d@swipnet.se>
9629         * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9631 2003-02-01  Kevin Ryde  <user42@zip.com.au>
9633         * glossary.texi (Glossary): Correction to cl cross reference.
9635 2003-01-20  Richard M. Stallman  <rms@gnu.org>
9637         * killing.texi (Rectangles): Document C-x c r.
9639 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
9641         * xresources.texi (GTK resources): New node.
9642         (GTK widget names): New node.
9643         (GTK names in Emacs): New node.
9644         (GTK styles): New node.
9646 2003-01-09  Francesco Potortì  <pot@gnu.org>
9648         * maintaining.texi (Create Tags Table): Add reference to the new
9649         `etags --help --lang=LANG' option.
9651 2002-10-02  Karl Berry  <karl@gnu.org>
9653         * emacs.texi: Per rms, update all manuals to use @copying instead of
9654         @ifinfo.  Also use @ifnottex instead of @ifinfo around the top node,
9655         where needed for the sake of the HTML output.
9657 2001-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9659         * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9660         source files.
9662 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9664         * Makefile.in (emacsman): New target.
9666 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9668         * (Version 21.1 released.)
9670 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9672         * Branch for 21.1.
9674 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9676         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9678 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9680         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9682 1999-07-12  Richard Stallman  <rms@gnu.org>
9684         * Version 20.4 released.
9686 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9688         * Makefile.in (INFO_TARGETS): Delete customize.info.
9689         (DVI_TARGETS): Delete customize.dvi.
9690         (../info/customize, customize.dvi): Targets deleted.
9692 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9694         * Version 20.3 released.
9696 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
9698         * Makefile.in (EMACSSOURCES): Add mule.texi.
9699         Add msdog.texi, ack.texi.  Remove gnu1.texi.
9701 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9703         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9704         Use it in dvi targets.
9706 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9708         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9709         (INFO_TARGETS): Change ../info/custom to ../info/customize.
9710         (../info/customize): Rename from ../info/custom.
9712 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9714         * Version 20.2 released.
9716 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9718         * Version 20.1 released.
9720 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9722         * Makefile (../info/customize, customize.dvi): New targets.
9723         (INFO_TARGETS): Add ../info/customize.
9724         (DVI_TARGETS): Add customize.dvi.
9726 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9728         * Version 19.33 released.
9730 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9732         * Version 19.32 released.
9734 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9736         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9738 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9740         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9741         Specify -I option.
9742         (All dvi targets): Set the TEXINPUTS variable.
9744 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9746         * Version 19.31 released.
9748 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9750         * Version 19.30 released.
9752 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9754         * Makefile.in (maintainer-clean): Rename from realclean.
9756 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9758         * Makefile.in: New file.
9759         * Makefile: File deleted.
9761 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9763         * Makefile (TEXINDEX_OBJS): Variable deleted.
9764         (texindex, texindex.o, getopt.o): Rules deleted.
9765         All deps on texindex deleted.
9766         (distclean): Don't delete texindex.
9767         (mostlyclean): Don't delete *.o.
9768         * texindex.c, getopt.c: Files deleted.
9770 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9772         * Version 19.26 released.
9774 1994-07-02  Richard Stallman  (rms@gnu.ai.mit.edu)
9776         * Makefile (EMACSSOURCES): Exclude undo.texi.
9778 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9780         * Version 19.25 released.
9782 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9784         * Version 19.24 released.
9786 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9788         * Version 19.23 released.
9790 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9792         * Makefile: Delete spurious tab.
9794 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9796         * Makefile (.SUFFIXES): New rule.
9798 1993-12-04  Richard Stallman  (rms@srarc2)
9800         * getopt.c: New file.
9801         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9802         (getopt.o): New rule.
9803         (dvi): Don't depend on texindex.
9804         (emacs.dvi): Depend on texindex.
9806 1993-12-03  Richard Stallman  (rms@srarc2)
9808         * Makefile (TEXI2DVI): New variable.
9809         (emacs.dvi): Add explicit command.
9810         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9812 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9814         * Version 19.22 released.
9816 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9818         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9820 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9822         * Version 19.21 released.
9824 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9826         * Makefile (realclean): Don't delete the Info files.
9828 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9830         * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9831         4' where appropriate.
9833 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9835         * Makefile: Fix targets for texindex.
9837         * texindex.c: Include "../src/config.h" if building in emacs.
9839         * Makefile: Change all files to FILENAME.texi, force all targets
9840         to be FILENAME, not FILENAME.info.
9841         Add target to build texindex.c, defining `emacs'.
9843 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9845         * Version 19.19 released.
9847 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9849         * Version 19.18 released.
9851 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9853         * Makefile: Fix source file names of the separate manuals.
9855 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9857         * Version 19.17 released.
9859 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9861         * split-man: Fix typos in last change.
9863 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9865         * Version 19.16 released.
9867 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9869         * version 19.15 released.
9871 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9873         * Makefile (distclean): It's rm, not rf.
9875 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9877         * Version 19.14 released.
9879 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9881         * Makefile: New file.
9883 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9885         * Version 19.13 released.
9887 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9889         * Version 19.9 released.
9891 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9893         * Version 19.8 released.
9895 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9897         * cmdargs.texi: Document the -i, -itype, and -iconic options.
9899         * trouble.texi: It's `enable-flow-control-on', not
9900         `evade-flow-control-on'.
9902 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9904         * display.texi: Document standard-display-european.
9906 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9908         * Version 19.7 released.
9910         * emacs.texi: Add a sentence to the top menu mentioning the
9911         specific version of Emacs this manual applies to.
9913 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9915         * basic.texi: Document next-line-add-lines variable used to
9916         implement down-arrow.
9918         * killing.texi: Document kill-whole-line.
9920 1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9922         * text.texi: Update unix TeX ordering information.
9924 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9926         * news.texi: Mention fill-rectangle in keybinding list.
9928         * killing.texi: Document fill-rectangle.
9930 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9932         * vc.texi: Bring the docs up to date with VC 5.2.
9934 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9936         * emacs.tex: Mention blackbox and gomoku under Amusements.
9937         Assembler mode is now mentioned and appropriately indexed
9938         under Programming Modes.
9940 1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
9942         * emacs.tex: Update TeX ordering information.
9944 1990-06-26  David Lawrence  (tale@geech)
9946         * emacs.tex: Note that completion-ignored-extensions is not used
9947         to filter out names when all completions are displayed in
9948         *Completions*.
9950 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9952         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9954 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
9956         * emacs.tex: Add @findex grep.
9958 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9960         * emacs.tex: Correct two typos.  No other changes before
9961         Version 19 will be made.
9963 1988-05-23  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9965         * emacs.tex: Update information for obtaining TeX distribution from the
9966         University of Washington.
9968 ;; Local Variables:
9969 ;; coding: utf-8
9970 ;; End:
9972   Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
9974   This file is part of GNU Emacs.
9976   GNU Emacs is free software: you can redistribute it and/or modify
9977   it under the terms of the GNU General Public License as published by
9978   the Free Software Foundation, either version 3 of the License, or
9979   (at your option) any later version.
9981   GNU Emacs is distributed in the hope that it will be useful,
9982   but WITHOUT ANY WARRANTY; without even the implied warranty of
9983   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9984   GNU General Public License for more details.
9986   You should have received a copy of the GNU General Public License
9987   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.