* src/xdisp.c (select_frame_for_redisplay): Use select_window_1 to
[emacs.git] / doc / emacs / ChangeLog
blob71014647c1f011564bf607599b838052d1826635
1 2012-12-15  Juri Linkov  <juri@jurta.org>
3         * misc.texi (Recursive Edit): Add a link to "Query Replace".
4         (Bug#13181)
6 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
8         * killing.texi (Deletion): Doc fix (Bug#12748).
10 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
12         * doclicense.texi, gpl.texi: Update to latest version from FSF.
13         These are just minor editorial changes.
15 2012-12-06  Juanma Barranquero  <lekktu@gmail.com>
17         * vc1-xtra.texi (General VC Options): Remove obsolete reference
18         to `vc-path'.
20 2012-12-03  Chong Yidong  <cyd@gnu.org>
22         * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
24 2012-12-02  Kevin Ryde  <user42@zip.com.au>
26         * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
28 2012-12-01  Kevin Ryde  <user42@zip.com.au>
30         * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
32 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
34         * doclicense.texi, gpl.texi: Update to latest version from FSF.
35         These are just minor editorial changes.
37 2012-11-21  Dani Moncayo  <dmoncayo@gmail.com>
39         * display.texi (Auto Scrolling): Fix some inaccuracies, plus
40         clarifications (Bug#12865).
41         (Horizontal Scrolling): Clarifications.
43 2012-11-18  Dani Moncayo  <dmoncayo@gmail.com>
45         * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
47 2012-11-16  Eli Zaretskii  <eliz@gnu.org>
49         * trouble.texi (Crashing): Add information about MS-Windows and
50         the emacs_backtrace.txt file.  (Bug#12908)
52 2012-11-13  Chong Yidong  <cyd@gnu.org>
54         * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
55         actually named gdb-stopped-functions.
57 2012-11-13  Glenn Morris  <rgm@gnu.org>
59         * misc.texi (Single Shell): Mention async-shell-command-buffer.
61 2012-11-10  Glenn Morris  <rgm@gnu.org>
63         * misc.texi (Terminal emulator): Rename `term-face' to `term'.
65         * emacs.texi (Acknowledgments): Add profiler author.
66         * ack.texi (Acknowledgments): Add some recent contributions.
68 2012-11-10  Chong Yidong  <cyd@gnu.org>
70         * files.texi (Diff Mode): Doc fixes for
71         diff-delete-trailing-whitespace (Bug#12831).
73         * trouble.texi (Crashing): Copyedits.
75 2012-11-10  Glenn Morris  <rgm@gnu.org>
77         * files.texi (Diff Mode): Trailing whitespace updates.
79 2012-11-10  Chong Yidong  <cyd@gnu.org>
81         * misc.texi (Terminal emulator): Document Term mode faces.
83         * mini.texi (Basic Minibuffer): New node.  Document
84         minibuffer-electric-default-mode.
86         * display.texi (Visual Line Mode): Fix index entry.
88         * buffers.texi (Several Buffers): List Buffer Menu command anmes,
89         and index the keybindings.  Document tabulated-list-sort.
90         (Kill Buffer): Capitalize Buffer Menu.
92         * trouble.texi (Memory Full): Capitalize Buffer Menu.
94 2012-11-10  Eli Zaretskii  <eliz@gnu.org>
96         * display.texi (Auto Scrolling): Clarify that scroll-step is
97         ignored when scroll-conservatively is set to a non-zero value.
98         (Bug#12801)
100 2012-11-10  Chong Yidong  <cyd@gnu.org>
102         * dired.texi (Dired Updating): Doc fix (Bug#11744).
104 2012-10-30  Michael Albinus  <michael.albinus@gmx.de>
106         * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
108 2012-10-29  Chong Yidong  <cyd@gnu.org>
110         * dired.texi (Shell Commands in Dired): Document changes to the
111         dired-do-async-shell-command.
113 2012-10-28  Glenn Morris  <rgm@gnu.org>
115         * ack.texi (Acknowledgments): Mention gv.el.
117 2012-10-27  Bastien Guerry  <bzg@gnu.org>
119         * screen.texi (Menu Bar): Fix typo.
121 2012-10-27  Chong Yidong  <cyd@gnu.org>
123         * frames.texi (Mouse Avoidance): Mention new variable
124         mouse-avoidance-banish-position.
126         * programs.texi (Which Function): Which Function mode now works in
127         all major modes by default.
129         * mule.texi (Recognize Coding): Remove an unreferenced vindex.
131         * files.texi (Misc File Ops): Symbolic links on Windows only work
132         on Vista and later.
134         * building.texi (Compilation): Document compilation-always-kill.
136         * search.texi (Symbol Search): New node.
138         * package.texi (Package Menu): Document the "new" status.
140         * windows.texi (Window Choice): Don't refer to the obsolete
141         special-display feature.
143 2012-10-24  Chong Yidong  <cyd@gnu.org>
145         * mule.texi (Text Coding): set-buffer-file-coding-system can now
146         be invoked from the mode line.
148         * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
149         changes to the mark and unmark commands.
150         (Comparison in Dired): Document chages to dired-diff.  Remove M-=,
151         which is no longer bound to dired-backup-diff.
153 2012-10-23  Bastien Guerry  <bzg@gnu.org>
155         * text.texi (Org Authoring): Use a comma after @ref to avoid the
156         insertion of a period in the Info output.
158 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * custom.texi (Hooks): Clarify that -hooks is deprecated.
162 2012-10-23  Chong Yidong  <cyd@gnu.org>
164         * kmacro.texi (Edit Keyboard Macro): Fix typo.
166 2012-10-18  Dani Moncayo  <dmoncayo@gmail.com>
168         * mini.texi (Completion Options): Fix off-by-one error.  (Bug#12644)
170 2012-10-17  Glenn Morris  <rgm@gnu.org>
172         * mini.texi (Repetition): Further copyedit.
174 2012-10-17  Dani Moncayo  <dmoncayo@gmail.com>
176         * mini.texi (Repetition): Copyedit.
178 2012-10-16  Juri Linkov  <juri@jurta.org>
180         * search.texi (Query Replace): Document multi-buffer replacement
181         keys.  (Bug#12655)
183         * maintaining.texi (Tags Search): Change link "Replace" to
184         "Query Replace".
186 2012-10-13  Chong Yidong  <cyd@gnu.org>
188         * files.texi (File Conveniences): ImageMagick enabled by default.
190 2012-10-10  Dani Moncayo  <dmoncayo@gmail.com>
192         * basic.texi (Arguments): Fix typos.
194 2012-10-08  Glenn Morris  <rgm@gnu.org>
196         * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
198         * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
200 2012-10-06  Glenn Morris  <rgm@gnu.org>
202         * calendar.texi (Writing Calendar Files): Tweak week descriptions.
203         Mention cal-tex-cursor-week2-summary.
205 2012-10-06  Chong Yidong  <cyd@gnu.org>
207         * mini.texi (Passwords): Fix typo.
209 2012-10-02  Glenn Morris  <rgm@gnu.org>
211         * maintaining.texi (VC Directory Commands):
212         Remove duplicate `q' entry.  (Bug#12553)
214 2012-09-30  Chong Yidong  <cyd@gnu.org>
216         * killing.texi (Rectangles): Document copy-rectangle-as-kill.
218         * search.texi (Special Isearch): Document the lax space search
219         feature and M-s SPC.
220         (Regexp Search): Move main search-whitespace-regexp description to
221         Special Isearch.
222         (Replace): Document replace-lax-whitespace.
224         * basic.texi (Position Info): Document C-u M-=.
225         (Moving Point): Document move-to-column.
227         * display.texi (Useless Whitespace): Add delete-trailing-lines.
229         * misc.texi (emacsclient Options): Document the effect of
230         initial-buffer-choice on client frames.  Document server-auth-dir.
231         Do not document server-host, which is bad security practice.
233         * building.texi (Lisp Libraries): Docstring lookups can trigger
234         autoloading.  Document help-enable-auto-load.
236         * mini.texi (Yes or No Prompts): New node.
238         * ack.texi (Acknowledgments): Remove obsolete packages.
240 2012-09-27  Glenn Morris  <rgm@gnu.org>
242         * cal-xtra.texi (Advanced Calendar/Diary Usage):
243         Rename the section to be more general.
244         * emacs.texi: Update menu.
246 2012-09-23  Chong Yidong  <cyd@gnu.org>
248         * buffers.texi (Misc Buffer): Replace toggle-read-only with
249         read-only-mode.
251         * files.texi (Visiting): Likewise.
253 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
255         * trouble.texi (Crashing): Document ulimit -c.
257 2012-09-21  Paul Eggert  <eggert@cs.ucla.edu>
259         * trouble.texi (Crashing): Document addr2line.
261 2012-09-19  Chong Yidong  <cyd@gnu.org>
263         * killing.texi (Yanking): Minor clarification (Bug#12469).
265 2012-09-17  Chong Yidong  <cyd@gnu.org>
267         * building.texi (GDB User Interface Layout): Remove reference to
268         removed variable gdb-use-separate-io-buffer (Bug#12454).
270 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
272         * regs.texi (Text Registers): `C-x r +' can now be used instead of
273         M-x append-to-register.  New option `register-separator'.
274         (Number Registers): Mention that `C-x r +' is polymorphic.
276 2012-09-07  Chong Yidong  <cyd@gnu.org>
278         * windows.texi (Window Choice): Don't mention obsolete
279         display-buffer-reuse-frames.
281 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
283         Give more-useful info on a fatal error (Bug#12328).
284         * trouble.texi (Crashing): New section, documenting this.
286 2012-08-24  Michael Albinus  <michael.albinus@gmx.de>
288         * cmdargs.texi (General Variables):
289         Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
290         connections to the D-Bus session bus.  (Bug#12112)
292 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
294         * building.texi (Debugger Operation): Correct and improve
295         documentation of the GUD Tooltip mode.
297 2012-07-31  Chong Yidong  <cyd@gnu.org>
299         * emacs.texi: Fix ISBN (Bug#12080).
301 2012-08-05  Chong Yidong  <cyd@gnu.org>
303         * display.texi (Faces): Document frame-background-mode (Bug#7774).
305         * custom.texi (Face Customization): Move discussion of face
306         inheritance here, from Faces section.
308 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
310         * frames.texi (Mouse Commands): Fix the description of mouse-2.
311         (Bug#11958)
313 2012-07-19  Chong Yidong  <cyd@gnu.org>
315         * emacs.texi: Update ISBN.
317 2012-07-17  Chong Yidong  <cyd@gnu.org>
319         * basic.texi (Inserting Text): Replace ucs-insert with
320         insert-char.  Provide more details of input.
322         * mule.texi (International Chars, Input Methods): Likewise.
324 2012-07-13  Chong Yidong  <cyd@gnu.org>
326         * custom.texi (Examining): Update C-h v message.
328         * buffers.texi (Misc Buffer): Document view-read-only.
330 2012-07-07  Chong Yidong  <cyd@gnu.org>
332         * custom.texi (Init File): Index site-lisp (Bug#11435).
334 2012-07-06  Chong Yidong  <cyd@gnu.org>
336         * emacs.texi: Re-order top-level menu to correspond to logical
337         order, to avoid makeinfo warnings.
339         * ack.texi (Acknowledgments): Note new python.el.
341 2012-06-29  Chong Yidong  <cyd@gnu.org>
343         * maintaining.texi (Basic VC Editing, VC Pull, Merging):
344         * basic.texi (Erasing, Basic Undo): Fix markup.
346 2012-06-29  Glenn Morris  <rgm@gnu.org>
348         * fixit.texi (Undo): Grammar fixes.  (Bug#11779)
350 2012-06-29  Michael Witten  <mfwitten@gmail.com>  (tiny change)
352         * fixit.texi (Undo): Fix typo.  (Bug#11775)
354 2012-06-27  Glenn Morris  <rgm@gnu.org>
356         * ack.texi (Acknowledgments): Tiny update.
358 2012-06-21  Glenn Morris  <rgm@gnu.org>
360         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
362 2012-06-17  Chong Yidong  <cyd@gnu.org>
364         * emacs.texi: Remove urlcolor setting.  Update ISBN and edition number.
366         * anti.texi:
367         * building.texi:
368         * cmdargs.texi:
369         * custom.texi:
370         * display.texi:
371         * files.texi:
372         * frames.texi:
373         * glossary.texi:
374         * misc.texi:
375         * mule.texi:
376         * programs.texi:
377         * sending.texi:
378         * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
380 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
382         * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
384 2012-05-28  Glenn Morris  <rgm@gnu.org>
386         * ack.texi, building.texi, calendar.texi, custom.texi:
387         * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
389 2012-05-27  Glenn Morris  <rgm@gnu.org>
391         * emacs.texi: Simplify following removal of node pointers.
393         * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
394         * cmdargs.texi, commands.texi, display.texi, emacs.texi:
395         * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
396         * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
397         * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
398         * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
399         * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
400         * windows.texi, xresources.texi: Nuke hand-written node pointers.
402 2012-05-22  Glenn Morris  <rgm@gnu.org>
404         * emacs.texi (Acknowledgments): Add another contributor.
406 2012-05-12  Glenn Morris  <rgm@gnu.org>
408         * Makefile.in (MKDIR_P): New, set by configure.
409         (mkinfodir): Use $MKDIR_P.
411 2012-05-10  Glenn Morris  <rgm@gnu.org>
413         * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
414         with "coding: raw-text".
416         * files.texi (Interlocking): Mention create-lockfiles option.
418 2012-05-09  Chong Yidong  <cyd@gnu.org>
420         * frames.texi (Mouse References, Mouse Commands): Fix index
421         entries (Bug#11362).
423 2012-05-05  Glenn Morris  <rgm@gnu.org>
425         * custom.texi (Customization Groups, Custom Themes, Examining):
426         Improve page breaks.
428         * rmail.texi (Rmail Display): Use example rather than smallexample.
430         * calendar.texi: Convert inforefs to refs.
432         * dired.texi (Dired Enter): Improve page break.
434         * abbrevs.texi (Abbrev Concepts): Copyedits.
436         * maintaining.texi (Registering, Tag Syntax):
437         Tweak line and page breaks.
439         * programs.texi (Programs, Electric C): Copyedits.
440         (Program Modes): Add xref to Fortran.
441         (Left Margin Paren): Remove what was (oddly enough) the only use
442         of defvar in the entire Emacs manual.
443         (Hungry Delete): Remove footnote about ancient Emacs version.
444         (Other C Commands): Use example rather than smallexample.
446         * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
447         (Nroff Mode, Enriched Indentation, Table Rows and Columns):
448         Tweak line and page breaks.
450         * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
451         (Major Modes): Use example rather than smallexample.
453         * mule.texi (Output Coding): Reword to improve page-breaks.
455         * frames.texi (Fonts): Tweak line and page breaks.
456         Use example rather than smallexample.  Change cross-reference.
457         (Text-Only Mouse): Fix xref.
459         * buffers.texi (Buffers, Kill Buffer, Several Buffers)
460         (Indirect Buffers): Tweak line- and page-breaks.
462         * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
464 2012-05-04  Glenn Morris  <rgm@gnu.org>
466         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
467         (info, infoclean): Use $INFO_EXT.
468         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
469         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
470         (INFO_TARGETS): Use $INFO_EXT.
471         ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
473 2012-05-02  Glenn Morris  <rgm@gnu.org>
475         * emacs.texi (@copying): Only print EDITION in the TeX version.
477         * search.texi (Regexp Search): Just say "Emacs".
479         * display.texi (Auto Scrolling):
480         Reword to avoid repetition and improve page break.
482         * xresources.texi (Resources):
483         * mule.texi (Language Environments):
484         * misc.texi (Amusements):
485         * maintaining.texi (VC Change Log):
486         * frames.texi (Fonts):
487         * custom.texi (Specifying File Variables, Minibuffer Maps):
488         * cmdargs.texi (Initial Options):
489         * building.texi (Flymake):
490         Reword to remove/reduce some overly long/short lines.
492 2012-04-27  Glenn Morris  <rgm@gnu.org>
494         * emacs.texi: Some fixes for detailed menu.
496         * emacs.texi: Add "et al." to authors.
498         * ack.texi, basic.texi, buffers.texi, building.texi:
499         * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
500         * dired.texi, display.texi, emerge-xtra.texi, files.texi:
501         * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
502         * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
503         * search.texi, trouble.texi, windows.texi:
504         Use Texinfo recommended convention for quotes+punctuation.
506 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
508         * mule.texi (Bidirectional Editing): Improve indexing.
509         Minor wording tweaks.
511 2012-04-15  Chong Yidong  <cyd@gnu.org>
513         * misc.texi (emacsclient Options): More clarifications.
515 2012-04-15  Glenn Morris  <rgm@gnu.org>
517         * msdog.texi (Windows Printing): It doesn't set printer-name.
519         * mule.texi (Language Environments): Move font info to "Fontsets".
520         (Fontsets): Move intlfonts etc here from "Language Environments".
521         Copyedits.
522         (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
523         (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
525 2012-04-15  Chong Yidong  <cyd@gnu.org>
527         * glossary.texi (Glossary): Standardize on "text terminal"
528         terminology.  All callers changed.
530         * misc.texi (emacsclient Options): Document "client frame" concept
531         and its effect on C-x C-c more carefully.
533 2012-04-15  Glenn Morris  <rgm@gnu.org>
535         * frames.texi (Scroll Bars):
536         * glossary.texi (Glossary): Use consistent case for "X Window System".
538         * mule.texi (Select Input Method, Coding Systems):
539         State command names in kbd tables.
540         (Recognize Coding): Add cross-ref.
541         (Output Coding): Don't mention message mode in particular.
542         (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
543         Copyedits.
545 2012-04-14  Glenn Morris  <rgm@gnu.org>
547         * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
548         Copyedits.
549         (Coding Systems): Mac OS X apparently uses newlines for EOL.
550         (Recognize Coding): Remove old auto-coding-regexp-alist example.
551         auto-coding-functions does not override coding: tags.
552         Remove rmail-decode-mime-charset; it no longer has any effect.
554 2012-04-14  Chong Yidong  <cyd@gnu.org>
556         * custom.texi (Creating Custom Themes): Add reference to Custom
557         Themes node in Lisp manual.
559 2012-04-14  Glenn Morris  <rgm@gnu.org>
561         * mule.texi (International): Copyedits.
562         (International Chars): Update C-x = example output.
563         (Disabling Multibyte): Rename from "Enabling Multibyte".
564         Clarify what "unibyte: t" does, and mode-line description.
565         (Unibyte Mode): Update for "Disabling Multibyte" node name change.
566         Use Texinfo recommended convention for quotes+punctuation.
567         (Language Environments): Copyedits.
568         (Input Methods): Copyedits.  Use "^" for the postfix example,
569         because it is less confusing inside Info's `quotes'.
571         * custom.texi (Specifying File Variables): Fix "unibyte" description.
572         Update for "Disabling Multibyte" node name change.
573         * emacs.texi: Update for "Disabling Multibyte" node name change.
575         * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
576         * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
577         * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
578         * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
579         * sending.texi, text.texi, trouble.texi:
580         Use @file for buffers, per the Texinfo manual.
582         * entering.texi (Entering Emacs):
583         Do not mention initial-buffer-choice = t.
585         * misc.texi (Gnus Startup): Use @env for environment variables.
587         * Makefile.in: Replace non-portable use of $< in ordinary rules.
589 2012-04-12  Glenn Morris  <rgm@gnu.org>
591         * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
593 2012-04-07  Glenn Morris  <rgm@gnu.org>
595         * emacsver.texi (EMACSVER): Bump version to 24.1.50.
597 2012-04-05  Glenn Morris  <rgm@gnu.org>
599         * glossary.texi (Glossary): Use anchors for internal cross-references.
601 2012-04-04  Glenn Morris  <rgm@gnu.org>
603         * glossary.texi (Glossary): Copyedits.
604         Use Texinfo-recommended convention for quotes and punctuation.
605         Comment out a few specialized (Rmail) items.
606         New items: Bidirectional Text, Client, Directory Local Variable,
607         File Local Variable, Package, Server, Theme, Trash Can.
609 2012-04-03  Chong Yidong  <cyd@gnu.org>
611         * sending.texi (Mail Misc): Fix an index entry.
613 2012-04-02  Eli Zaretskii  <eliz@gnu.org>
615         * msdog.texi (Windows Startup): Add description of emacsclient
616         operation under -c and -t on MS-Windows.
618         * misc.texi (emacsclient Options): Add cross-reference to "Windows
619         Startup".  (Bug#11091)
621 2012-04-02  Dani Moncayo  <dmoncayo@gmail.com>
623         * custom.texi (Changing a Variable): Fix example.
625 2012-04-01  Eli Zaretskii  <eliz@gnu.org>
627         * misc.texi (emacsclient Options): More clarifications about -t
628         and -c on MS-Windows.  (Bug#11091)
630 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
632         * misc.texi (emacsclient Options): Document peculiarities of new
633         frame creation on MS-Windows under -c or -t options.  (Bug#11091)
635 2012-03-30  Chong Yidong  <cyd@gnu.org>
637         * files.texi (File Conveniences): Clarify Imagemagick discussion.
639 2012-03-22  Glenn Morris  <rgm@gnu.org>
641         * dired.texi (Operating on Files): Fix dired-recursive-copies default.
643 2012-03-17  Chong Yidong  <cyd@gnu.org>
645         * package.texi (Package Installation): Document use of
646         package-initialize in init file.
648 2012-03-16  Glenn Morris  <rgm@gnu.org>
650         * help.texi (Language Help):
651         * mule.texi (International Chars):
652         etc/HELLO is for character demonstration.
654 2012-03-15  Dani Moncayo  <dmoncayo@gmail.com>
656         * dired.texi (Shell Commands in Dired): Fix typo.
658 2012-03-04  Chong Yidong  <cyd@gnu.org>
660         * killing.texi (Clipboard): Document clipboard manager.
662 2012-02-29  Glenn Morris  <rgm@gnu.org>
664         * ack.texi (Acknowledgments): Use @Tex{} in more places.
666         * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
668         * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
670 2012-02-28  Glenn Morris  <rgm@gnu.org>
672         * custom.texi, display.texi, emacs.texi, files.texi:
673         * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
674         Standardize possessive apostrophe usage.
676 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
678         * macos.texi (Mac / GNUstep Customization): Remove text about
679         ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
681 2012-02-25  Dani Moncayo  <dmoncayo@gmail.com>
683         * buffers.texi (Select Buffer): Mention that saving in a new file
684         name can switch to a different major mode.
686 2012-02-23  Glenn Morris  <rgm@gnu.org>
688         * mini.texi (Minibuffer File, Completion Options, Repetition):
689         Copyedits.
690         (Completion Example): Other M-x au* commands may be defined.
691         (Completion Styles): Mention emacs21 and completion-category-overrides.
693         * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
694         (Windows Keyboard, Windows Mouse, Windows Processes)
695         (Windows Printing, Windows Misc): Copyedits.
696         (ls in Lisp): Update switches list.
698         * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
699         Update dos-mode* function names.
700         (MS-DOS Printing, MS-DOS and MULE): Copyedits.
701         (MS-DOS Processes): Add xref to main ls-lisp section.
703         * ack.texi (Acknowledgments): Mention smie.
705 2012-02-22  Glenn Morris  <rgm@gnu.org>
707         * macos.texi: Copyedits.  Fix @key/@kbd usage.
708         (Mac / GNUstep Basics): Don't mention the panels, since the next
709         section covers them.
710         (Mac / GNUstep Customization): Merge some panel info from previous.
712 2012-02-21  Glenn Morris  <rgm@gnu.org>
714         * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
715         Small fixes.
717         * emacs-xtra.texi: Picture mode is no longer a chapter.
719         * picture-xtra.texi (Basic Picture): C-a does get remapped.
721         * ack.texi (Acknowledgments): Small changes, including resorting,
722         and removal of things no longer distributed.
724 2012-02-20  Glenn Morris  <rgm@gnu.org>
726         * emacs.texi (Top, Preface): Small rephrasings.
727         (menu, detailmenu): Update entries, and reformat some descriptions.
728         * building.texi, display.texi, emacs-xtra.texi, files.texi:
729         * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
730         Reformat some menu descriptions.
732         * ack.texi (Acknowledgments): More updates.
734         * emacs.texi (Acknowledgments): Add several names from ack.texi,
735         and from Author: headers.
736         (Distrib): Small updates.
738 2012-02-18  Glenn Morris  <rgm@gnu.org>
740         * ack.texi (Acknowledgments): Add xref to Org manual.
742         * rmail.texi: Copyedits.  Use 'mail composition buffer' in place
743         of '*mail*', since Message does not call it that.
744         (Rmail Reply): Rename rmail-dont-reply-to-names.
745         \\`info- no longer handled specially.
746         Update for rmail-enable-mime-composing.
747         Don't mention 'm' for replies.
748         Don't mention rmail-mail-new-frame and cancelling, since it does
749         not work for Message at the moment.
751         * cal-xtra.texi: Copyedits.
753         * emacs-xtra.texi: Set encoding to ISO-8859-1.
755 2012-02-17  Glenn Morris  <rgm@gnu.org>
757         * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
759         * ack.texi (Acknowledgments): Mention Gnulib.
761         * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
763         * calendar.texi: Misc small changes, including updating the dates
764         of examples.
766 2012-02-16  Glenn Morris  <rgm@gnu.org>
768         * calendar.texi: Misc small changes.
770         * vc1-xtra.texi (VC Delete/Rename, CVS Options):
771         * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
773         * dired-xtra.texi (Subdir Switches): Small fixes.
775         * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
777 2012-02-15  Glenn Morris  <rgm@gnu.org>
779         * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
781 2012-02-12  Glenn Morris  <rgm@gnu.org>
783         * ack.texi (Acknowledgments):
784         * emacs.texi (Acknowledgments): Updates for new files in 24.1.
786 2012-02-10  Glenn Morris  <rgm@gnu.org>
788         * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
790         * programs.texi (Misc for Programs): Mention electric-layout-mode.
792 2012-02-09  Glenn Morris  <rgm@gnu.org>
794         * buffers.texi (Misc Buffer): M-x info does not seem to require a
795         buffer switch after M-x rename-uniquely.
797         * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
799 2012-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
801         * text.texi (Org Mode): Fix typo.
803 2012-02-08  Glenn Morris  <rgm@gnu.org>
805         * ack.texi (Acknowledgments): Update emacs-lock info.
807         * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
809         * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
811 2012-02-07  Glenn Morris  <rgm@gnu.org>
813         * files.texi (File Conveniences): Mention ImageMagick images.
815 2012-02-05  Glenn Morris  <rgm@gnu.org>
817         * trouble.texi (Checklist): Mention debug-on-event.
819         * maintaining.texi (Maintaining): Add cross-ref to ERT.
821 2012-02-04  Glenn Morris  <rgm@gnu.org>
823         * macos.texi (Customization options specific to Mac OS / GNUstep):
824         New subsection.
826         * display.texi (Colors): Mention list-colors-sort.
828         * files.texi (File Conveniences): Mention image animation.
830 2012-01-31  Chong Yidong  <cyd@gnu.org>
832         * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
833         scroll bars (Bug#10666).
835 2012-01-28  Chong Yidong  <cyd@gnu.org>
837         * files.texi (Filesets): Fix typos.
839         * display.texi (Faces): Add xref to Colors node.
841 2012-01-27  Dani Moncayo  <dmoncayo@gmail.com>
843         * buffers.texi (Select Buffer): Clarify explanation of switching
844         to new buffers.  Fix description of next-buffer and
845         previous-buffer (Bug#10334).
846         (Misc Buffer): Add xref to View Mode.
848         * text.texi (Fill Commands): Fix description of
849         sentence-end-double-space.
851 2012-01-23  Chong Yidong  <cyd@gnu.org>
853         * anti.texi (Antinews): Add Emacs 23 antinews.
855 2012-01-16  Volker Sobek  <reklov@live.com>  (tiny change)
857         * programs.texi (Comment Commands): Typo (bug#10514).
859 2012-01-15  Chong Yidong  <cyd@gnu.org>
861         * xresources.texi (X Resources): Describe GTK+ case first.
862         (Resources): Don't use borderWidth as an example, since it doesn't
863         work with GTK+.
864         (Table of Resources): Clarify role of several resources, including
865         the Emacs 24 behavior of cursorBlink etc.
866         (Face Resources): Node deleted.  Recommend using Customize
867         instead.  Add paragraph to `Table of Resources' node summarizing
868         how to use X resources for changing faces.
869         (Lucid Resources): Rewrite, omitting description of font names,
870         referring to the Fonts node instead.
871         (LessTif Resources): Copyedits.
872         (GTK resources): Rewrite, describing the difference between gtk2
873         and gtk3.
874         (GTK Resource Basics): New node.
875         (GTK Widget Names, GTK Names in Emacs): Rewrite.
876         (GTK styles): Just refer to Fonts node for GTK font format.
878         * display.texi (Faces): Document the cursor face.
880 2012-01-14  Chong Yidong  <cyd@gnu.org>
882         * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
883         (General Variables): Add xref to Lisp Libraries.
884         (Initial Options): Copyedits.
885         (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
886         (Environment): Clarify what getenv does.
887         (General Variables): Clarify EMACSPATH etc.  Emacs does not assume
888         light backgrounds on xterms.
889         (Misc Variables): TEMP and TMP are not Windows-specific.
890         (Display X): Copyedits.
891         (Colors X): -bd does nothing for GTK.
892         (Icons X): Gnome 3 doesn't use taskbars.
894         * misc.texi (Shell): Document exec-path here.
896         * rmail.texi (Movemail): Add xref for exec-path.
898 2012-01-13  Glenn Morris  <rgm@gnu.org>
900         * dired.texi (Dired and Find): Clarify find-ls-options.
902 2012-01-09  Chong Yidong  <cyd@gnu.org>
904         * custom.texi (Custom Themes): Switch custom-safe-themes to use
905         SHA-256.
907 2012-01-07  Chong Yidong  <cyd@gnu.org>
909         * display.texi (Useless Whitespace): Add Whitespace mode.
911         * custom.texi (Hooks): Discuss how to disable minor modes.
913         * files.texi (Diff Mode): Discuss diff-auto-refine-mode
914         (Bug#10309).  Discuss use of Whitespace mode (Bug#10300).
916         * trouble.texi (Lossage): Refer to Bugs node for problems.
917         (DEL Does Not Delete): Don't use "usual erasure key" teminology.
918         (Screen Garbled): Don't refer to terminal "manufacturers".
919         (Total Frustration): Node deleted.  Eliza is documented in
920         Amusements now.
921         (Known Problems): More info about using the bug tracker.
922         Mention debbugs package.
923         (Bug Criteria): Copyedits.
924         (Understanding Bug Reporting): Mention emacs -Q.
926 2012-01-06  Chong Yidong  <cyd@gnu.org>
928         * custom.texi (Specifying File Variables): The mode: keyword
929         doesn't have to be first anymore.  Add example of specifying minor
930         modes.
931         (Directory Variables): Simplify example.  Mention application to
932         non-file buffers.
933         (Disabling): Use "initialization file" terminology.
934         (Init Examples): Fix hook example.
936 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
938         * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
939         (Bug#10422)
940         Move the stuff about resources to xresources.texi.
942         * xresources.texi (Resources): Move information about setting X
943         resources in the Registry from cmdargs.texi.  Make the index entry
944         be similar to the one in cmdargs.texi.
946 2012-01-05  Chong Yidong  <cyd@gnu.org>
948         * custom.texi (Customization Groups): Update example.
949         (Browsing Custom): Document the new search field.
950         (Changing a Variable): Update example for Emacs 24 changes.
951         Document Custom-set and Custom-save commands.
952         (Face Customization): Document Emacs 24 changes.  De-document
953         modify-face.
954         (Specific Customization): Mention customize-variable.
955         (Custom Themes): Add customize-themes, custom-theme-load-path,
956         custom-theme-directory, and describe-theme.
957         (Creating Custom Themes): New node.
958         (Examining): Mention M-:.
960         * package.texi (Packages): Fix typo.
962 2012-01-03  Chong Yidong  <cyd@gnu.org>
964         * misc.texi (Single Shell): Don't document Lisp usage of
965         shell-command.  Tidy up discussion of synchronicity.  Add index
966         entries for async-shell-command.
967         (Interactive Shell): Note that M-x shell uses shell-file-name.
968         Note change in behavior in Emacs 24.
969         (Shell Mode): Shell mode now uses completion-at-point.
970         (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
971         default method for recognizing prompts nowadays.
972         (Shell Ring): Add xref to Minibuffer History.
973         (Directory Tracking): Explain Dirtrack mode in more detail.
974         (Term Mode): Fix index entries.
975         (Paging in Term): Merge into Term Mode.
976         (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
977         (Printing): Fix xref.  State default of lpr-switches.
978         (PostScript): Remove obsolete sentence.  Omit description of
979         non-interactive behaviors.
980         (Hyperlinking): Improve description.
981         (Browse-URL): Using compose-mail for mailto URLs is the default.
982         Document browse-url-mailto-function.
983         (Goto Address mode): Add index entries.  Add xref to Browse-URL.
984         (FFAP): FFAP is not a minor mode.
985         (Amusements): M-x lm was renamed to M-x landmark.
986         Document nato-region.
988 2012-01-01  Chong Yidong  <cyd@gnu.org>
990         * misc.texi (Gnus, Buffers of Gnus): Copyedits.
991         (Gnus Startup): Note that the system might not be set up for news.
992         Describe group levels more clearly.
993         (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
994         Summary of Gnus.
995         (Document View): Copyedits.  Move zoom commads to DocView
996         Navigation node.
997         (DocView Navigation, DocView Searching, DocView Slicing)
998         (DocView Conversion): Nodes renamed from Navigation, etc.
1000         * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1002 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
1004         * basic.texi (Moving Point): Fix the description of C-n and C-p.
1005         (Bug#10380)
1007 2011-12-30  Chong Yidong  <cyd@gnu.org>
1009         * sending.texi (Sending Mail): Document initial mail buffer name,
1010         and changed multiple mail buffer behavior.
1011         (Mail Format): Put the example at the top of the section.
1012         (Mail Headers): Move discussion of "From" to the top.
1013         (Mail Sending): Document sendmail-query-once.
1014         (Citing Mail): Make it less Rmail-specific.
1016 2011-12-29  Chong Yidong  <cyd@gnu.org>
1018         * text.texi (Org Mode): Copyedits.  Refer to Outline Format for
1019         example.  Add index entries.
1020         (Org Organizer, Org Authoring): Nodes renamed.  Copyedits.
1022 2011-12-26  Chong Yidong  <cyd@gnu.org>
1024         * dired.texi (Dired Enter, Misc Dired Features):
1025         Document dired-use-ls-dired changes.  Mention quit-window.
1026         (Dired Navigation): Add index entries.
1027         (Dired Visiting): Fix View Mode xref.
1028         (Marks vs Flags): Prefer C-/ binding for undo.
1029         (Subdirectories in Dired): Add xrefs.
1030         (Misc Dired Features): Document some Emacs 24 changes.  Add index
1031         entries.
1033         * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1034         variable, since it is explained in Minor Modes node.
1035         (Defining Abbrevs): Copyedits.
1036         (Expanding Abbrevs): State default of abbrev-all-caps.  Prefer the
1037         C-/ binding for undo.
1038         (Dabbrev Customization): Add xrefs for case-fold-search and
1039         case-replace.
1041         * dired-xtra.texi (Subdir Switches): Add xref.
1043         * maintaining.texi (VC Directory Commands): Mention quit-window.
1045 2011-12-25  Chong Yidong  <cyd@gnu.org>
1047         * maintaining.texi (Tags): Mention Semantic.
1048         (Create Tags Table, Etags Regexps): Copyedits.
1049         (Find Tag): Mention minibuffer completion.
1050         (List Tags): Mention completion-at-point.  Completion is actually
1051         available in M-x list-tags.
1053         * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1054         Document vc-delete-file.
1056         * files.texi (Misc File Ops): Mention vc-delete-file.
1058         * programs.texi (Symbol Completion): Mention completion-at-point
1059         explicitly.
1061 2011-12-22  Chong Yidong  <cyd@gnu.org>
1063         * maintaining.texi (Change Log Commands): Don't specially mention
1064         vc-update-change-log which is CVS-only.
1066         * vc1-xtra.texi (Version Headers): Note that these are for
1067         Subversion, CVS, etc. only.
1068         (General VC Options): De-document vc-keep-workfiles.
1069         Fix RCS-isms.
1071 2011-12-22  Eli Zaretskii  <eliz@gnu.org>
1073         * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1074         should be @end iftex".
1076 2011-12-21  Chong Yidong  <cyd@gnu.org>
1078         * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1079         (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1080         (VC Pull): Mention vc-log-incoming.
1081         (Log Buffer): Add CVS/RCS only disclaimer.
1083         * vc1-xtra.texi (Remote Repositories): Update introduction.
1084         (Local Version Control): Node deleted (obsolete with DVCSes).
1085         (Remote Repositories, Version Backups): Node deleted.
1086         Move documentation of vc-cvs-stay-local to CVS Options.
1087         (CVS Options): Reduce verbosity of description of obscure CVS
1088         locking feature.
1089         (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1090         Tags node.
1091         (Revision Tags): Move under Miscellaneous VC subsection.
1092         (Change Logs and VC): Note that this is wrong for DVCSs.
1093         De-document log entry manipulating features.
1094         (Renaming and VC): Describe how it works on modern VCSes.
1096         * files.texi (Misc File Ops): Mention vc-rename-file.
1098         * programs.texi (Custom C Indent): Add index entries.
1100 2011-12-20  Alan Mackenzie  <acm@muc.de>
1102         * programs.texi (Motion in C): Update the description of C-M-a and
1103         C-M-e, they now DTRT in enclosing scopes.
1104         (Custom C Indent): Add @dfn{guessing} of the indentation style.
1106 2011-12-20  Chong Yidong  <cyd@gnu.org>
1108         * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1109         (Old Revisions): Use it.
1110         (VCS Repositories): Add "distributed" terminology.
1111         (Log Buffer): Remove duplicate description
1112         about changesets.  Fix "current VC fileset" ambiguity.
1113         (Multi-User Branching): Node deleted.
1114         (Branches, Switching Branches): Discuss decentralized version
1115         control systems.
1116         (VC Pull): New node.
1117         (Merging): Document merging on decentralized systems.
1118         (Creating Branches): Note that this is specific to CVS and related
1119         systems.
1121 2011-12-19  Chong Yidong  <cyd@gnu.org>
1123         * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1124         (VC Mode Line): Add index entry for "version control status".
1125         (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1126         Document vc-revert-show-diff.  De-document vc-rollback.
1127         (VC Directory Mode): Rewrite introduction.  Move prefix arg
1128         documentation here from VC Directory Buffer node.
1129         (VC Directory Buffer): Use a decentralized VCS example.
1130         (VC Directory Commands): Use a table.  Remove material duplicated
1131         in previous nodes on multi-file VC filsets.
1133 2011-12-17  Chong Yidong  <cyd@gnu.org>
1135         * maintaining.texi (VCS Concepts): Make "revision" terminology
1136         less CVS-specific.
1137         (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1138         Registering node.
1139         (Secondary VC Commands): Delete.  Promote subnodes.
1140         (Log Buffer): Add command name for C-c C-c.  Fix the name of the
1141         log buffer.  Add index entries.
1142         (VCS Changesets, Types of Log File, VC With A Merging VCS):
1143         Use "commit" terminology.
1144         (Old Revisions): Move it to just before VC Change Log.  "Tag" here
1145         doesn't refer to tags tables.  Note other possible forms of the
1146         revision ID.  C-x v = does not save.
1147         (Registering): Note similarity to C-x v v action.  Fix description
1148         of how backends are chosen.  De-document vc-default-init-revision.
1149         (VC Change Log): Document C-x v l in VC-Dir buffer.  Document RET
1150         in root log buffers.
1152 2011-12-16  Chong Yidong  <cyd@gnu.org>
1154         * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1155         (Basic VC Editing): Remove redundant descriptions.
1156         (VC With A Merging VCS): Make description more general instead of
1157         CVS-specific.
1158         (VC With A Locking VCS): Use VC fileset terminology.
1160 2011-12-12  Chong Yidong  <cyd@gnu.org>
1162         * building.texi (Executing Lisp): Fix xref for C-M-x.
1163         (Lisp Libraries): Add xref to node explaining `load' in Lisp
1164         manual.  Note that load-path is not customizable.
1165         (Lisp Eval): Note that listed commands are available globally.
1166         Explain the meaning of "defun" in the C-M-x context.
1167         (Lisp Interaction): Copyedits.
1168         (External Lisp): Fix name of inferior Lisp buffer.
1169         Mention Scheme.
1170         (Compilation): Define "inferior process".
1172 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
1174         * msdog.texi (Windows Fonts): Document how to force GDI font
1175         backend on MS-Windows.
1177 2011-12-10  Chong Yidong  <cyd@gnu.org>
1179         * building.texi (Compilation): Say what the -k flag to make does.
1180         Move subprocess discussion to Compilation Shell.
1181         (Compilation Mode): Add xref for grep, occur, and mouse
1182         references.  Define "locus".
1183         (Grep Searching): Use @command.
1184         (Debuggers, Commands of GUD, GDB Graphical Interface):
1185         Clarify intro.
1186         (Starting GUD): Clarify how arguments are specified.
1187         (Debugger Operation): Index entry for "GUD interaction buffer",
1188         and move basic description here from Commands of GUD node.
1189         (GDB User Interface Layout): Copyedits.
1190         (Source Buffers): Remove gdb-find-source-frame, which is not in
1191         gdb-mi.el.
1192         (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
1193         toggle-gdb-all-registers, which are not in gdb-mi.el.
1194         Don't re-document GUD interaction buffers.
1196         * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1197         (Semantic): Add cindex entries for Semantic.
1199 2011-12-06  Chong Yidong  <cyd@gnu.org>
1201         * programs.texi (Man Page): Clarify how to use Man-switches.
1202         Don't bother documenting Man-fontify-manpage-flag.
1203         (Lisp Doc): Add xref to Name Help node.
1204         (Hideshow): Add cindex.  Mention role of ellipses, and default
1205         value of hs-isearch-open.  Don't bother documenting
1206         hs-special-modes-alist.
1207         (Symbol Completion): Add kindex for C-M-i.  Don't recommend
1208         changing the window manager binding of M-TAB.
1210 2011-12-05  Chong Yidong  <cyd@gnu.org>
1212         * programs.texi (Comment Commands): Fix description of for M-; on
1213         blank lines.  Move documentation of comment-region here.
1214         (Multi-Line Comments): Clarify the role of comment-multi-line.
1215         Refer to Comment Commands for comment-region doc.
1216         (Options for Comments): Refer to Multi-Line Comments for
1217         comment-multi-line doc, instead of duplicating it.  Fix default
1218         values of comment-padding and comment-start-skip.
1220 2011-12-04  Chong Yidong  <cyd@gnu.org>
1222         * programs.texi (Program Modes): Mention modes that are not
1223         included with Emacs.  Fix references to other manuals for tex.
1224         Add index entry for backward-delete-char-untabify.
1225         Mention prog-mode-hook.
1226         (Which Function): Use "global minor mode" terminology.
1227         (Basic Indent, Multi-line Indent): Refer to previous descriptions
1228         in Indentation chapter to avoid duplication.
1229         (Expressions): Copyedit.
1230         (Matching): Document Electric Pair mode.
1232         * ack.texi (Acknowledgments):
1233         * rmail.texi (Movemail, Other Mailbox Formats):
1234         * frames.texi (Frames): Don't capitalize "Unix".
1236 2011-12-04  Chong Yidong  <cyd@gnu.org>
1238         * text.texi (Nroff Mode): Mention what nroff is.
1239         (Text Based Tables, Table Recognition): Don't say "Table mode"
1240         since it's not a major or minor mode.
1241         (Text Based Tables): Reduce the size of the example.
1242         (Table Definition): Clarify definitions.
1243         (Table Creation): Add key table.
1244         (Cell Commands): Use kbd for commands.
1245         (Table Rows and Columns): Combine nodes Row Commands and Column
1246         Commands.
1247         (Fixed Width Mode): Node deleted; contents moved to parent.
1248         (Table Conversion): Shorten example.
1249         (Measuring Tables): Merge into Table Misc.
1251 2011-12-03  Chong Yidong  <cyd@gnu.org>
1253         * text.texi (TeX Mode): Mention AUCTeX package.
1254         (TeX Editing): Add xref to documentation for Occur.
1255         (LaTeX Editing): Add xref to Completion node.
1256         (TeX Print): Fix description of tex-directory.
1257         (Enriched Text): Rename from Formatted Text.  Make this node and
1258         its subnodes less verbose, since text/enriched files are
1259         practically unused.
1260         (Enriched Mode): Rename from Requesting Formatted Text.
1261         (Format Colors): Node deleted.
1262         (Enriched Faces): Rename from Format Faces.  Describe commands
1263         for applying colors too.
1264         (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1266         * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1268         * display.texi (Colors): New node.
1270         * cmdargs.texi (Colors X):
1271         * xresources.texi (GTK styles):
1272         * custom.texi (Face Customization): Reference it.
1274         * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1275         Link to Fill Commands for Justification entry.
1277 2011-12-03  Eli Zaretskii  <eliz@gnu.org>
1279         * display.texi (Auto Scrolling): More accurate description of what
1280         scroll-*-aggressively does, including the effect of non-zero
1281         margin.  Fix "i.e." markup.
1283 2011-12-02  Chong Yidong  <cyd@gnu.org>
1285         * text.texi (Pages): Mention how formfeed chars are displayed.
1286         (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1287         Describe adaptive filling more precisely.
1288         (Fill Commands): Note that filling removes excess whitespace.
1289         (Text Mode): Note auto-mode-alist entries for Text mode.  TAB is
1290         now bound to indent-for-tab-command in Text mode.
1291         (Outline Mode): Copyedits.
1292         (Outline Visibility): Note that Reveal mode is a buffer-local
1293         minor mode.
1295         * modes.texi (Major Modes): Move note about checking major-mode in
1296         a hook function here, from Text mode.
1298 2011-11-28  Chong Yidong  <cyd@gnu.org>
1300         * text.texi (Words): Add xref to Position Info.
1301         (Paragraphs): Add xref to Regexps.
1303         * indent.texi (Indentation): Rewrite introduction.  Move table to
1304         Indentation Commands node.
1305         (Indentation Commands): Add index entries to table.  Copyedits.
1306         (Tab Stops, Just Spaces): Copyedits.
1307         (Indent Convenience): New node.  Document electric-indent-mode.
1309         * programs.texi (Basic Indent):
1310         * windows.texi (Pop Up Window): Fix kindex entry.
1312 2011-11-28  Chong Yidong  <cyd@gnu.org>
1314         * modes.texi (Major Modes): Move major-mode variable doc here from
1315         Choosing Modes.  Document describe-mode.  Document prog-mode-hook
1316         and text-mode-hook.  Add example of using hooks.
1317         (Minor Modes): Document behavior of mode command calls from Lisp.
1318         Note that setting the mode variable using Customize will DTRT.
1319         (Choosing Modes): Add example of setting a minor mode using a
1320         local variable.
1322 2011-11-27  Chong Yidong  <cyd@gnu.org>
1324         * frames.texi (Creating Frames): Move frame parameter example to
1325         Frame Parameters node.
1326         (Frame Commands): C-x 5 o does not warp the mouse by default.
1327         (Fonts): Add more GTK-style properties; also, they should be
1328         capitalized.
1329         (Special Buffer Frames): Node deleted; special-display is on the
1330         way out.
1331         (Frame Parameters): Example moved here from Creating Frames.
1332         Clarify that default-frame-alist affects the initial frame too.
1333         Delete auto-raise-mode and auto-lower-mode.
1334         (Wheeled Mice): Node deleted.  Content moved to Mouse Commands.
1335         (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1337         * windows.texi (Window Choice): Add xref to Lisp manual for
1338         special-display-*.
1340 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1342         * display.texi (Text Display): Update the description,
1343         cross-references, and indexing related to display of control
1344         characters and raw bytes.
1346 2011-11-25  Chong Yidong  <cyd@gnu.org>
1348         * frames.texi (Frames): Rewrite introduction.
1349         (Mouse Commands): Default for mouse-drag-copy-region is now t.
1350         Mouse-3 does not copy to kill ring by default.  DEL does not
1351         behave specially for mouse commands any more.
1352         (Mouse References): Document mouse-1-click-follows-link more
1353         thoroughly.
1354         (Menu Mouse Clicks): Move footnote to the main text and add xref
1355         to Init Rebinding node.
1356         (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1358         * files.texi (Visiting): `C-x 5 f' works on ttys too.
1360 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1362         * display.texi (Font Lock): Fix typo.
1364 2011-11-24  Glenn Morris  <rgm@gnu.org>
1366         * rmail.texi (Rmail Output):
1367         Mention rmail-automatic-folder-directives.  (Bug#9657)
1369 2011-11-21  Chong Yidong  <cyd@gnu.org>
1371         * mark.texi (Global Mark Ring): Fix description of global mark
1372         ring (Bug#10032).
1374 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1376         * msdog.texi (Windows Fonts): Fix typo.
1378 2011-11-17  Glenn Morris  <rgm@gnu.org>
1380         * regs.texi (Bookmarks): Small fixes related to saving.  (Bug#10058)
1382 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1384         * killing.texi (Rectangles):
1385         * misc.texi (Document View):
1386         * modes.texi (Choosing Modes):
1387         * msdog.texi (Windows Fonts):
1388         * regs.texi (Rectangle Registers):
1389         * search.texi (Isearch Yank): Fix typos.
1391 2011-11-06  Chong Yidong  <cyd@gnu.org>
1393         * windows.texi (Basic Window): Add xref to Cursor Display.
1394         (Split Window): Document negative arg for splitting commands.
1395         (Other Window): Document mouse-1 in text area of window.
1396         (Change Window): Don't mention window attributes, since they
1397         aren't defined.  C-x 1 can't be used with minibuffer windows.
1398         Windows are no longer auto-deleted.
1399         (Window Choice): Add xref to Choosing Window in Lisp manual.
1400         (Window Convenience): Note that windmove disables shift-selection.
1401         Move M-x compare-windows here from Other Window node.
1403         * custom.texi (Mouse Buttons):
1404         * search.texi (Isearch Scroll):
1405         * windows.texi (Split Window): Use new names split-window-below
1406         and split-window-right.
1408 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1410         * emacs.texi (Top): Fix typo.
1412 2011-10-25  Glenn Morris  <rgm@gnu.org>
1414         * abbrevs.texi (Saving Abbrevs):
1415         quietly-read-abbrev-file is not a command.  (Bug#9866)
1417 2011-10-24  Chong Yidong  <cyd@gnu.org>
1419         * display.texi (Scrolling): Document scroll-up-line and
1420         scroll-down-line.  Document scroll-command property.
1421         (Recentering): New node, split off from Scrolling.
1423 2011-10-23  Chong Yidong  <cyd@gnu.org>
1425         * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1426         (Tool Bars): Copyedits.
1428         * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1430 2011-10-22  Chong Yidong  <cyd@gnu.org>
1432         * windows.texi (Displaying Buffers): Fix broken lispref link.
1434 2011-10-22  Chong Yidong  <cyd@gnu.org>
1436         * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1437         Move confirm-nonexistent-file-or-buffer discussion here.
1439         * files.texi (File Names, Visiting): Move detailed discussion of
1440         minibuffer confirmation to Minibuffer Exit.
1442         * buffers.texi (Buffers): Tweak mention of mail buffer name.
1443         (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1445 2011-10-21  Chong Yidong  <cyd@gnu.org>
1447         * files.texi (File Names, Visiting, Interlocking): Copyedits.
1448         (Backup Copying): backup-by-copying-when-mismatch is now t.
1449         (Customize Save): Fix description of require-final-newline.
1450         (Reverting): Note that revert-buffer can't be undone.  Mention VC.
1451         (Auto Save Control): Clarify.
1452         (File Archives): Add 7z.
1453         (Remote Files): ange-ftp-make-backup-files defaults to nil.
1455         * arevert-xtra.texi (Autorevert): Copyedits.
1457 2011-10-20  Chong Yidong  <cyd@gnu.org>
1459         * custom.texi (Hooks, Init Examples):
1460         * display.texi (Font Lock):
1461         * fixit.texi (Spelling):
1462         * rmail.texi (Rmail Display): Minor mode function with no arg now
1463         enables it.
1465         * fixit.texi (Spelling): Fix description of inline completion.
1467 2011-10-19  Chong Yidong  <cyd@gnu.org>
1469         * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1470         entries.
1471         (Isearch Yank): Document isearch-yank-pop.
1472         (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1473         (Other Repeating Search): Document Occur Edit mode.
1475 2011-10-18  Chong Yidong  <cyd@gnu.org>
1477         * display.texi (Fringes): Move overflow-newline-into-fringe here,
1478         from Line Truncation node.
1479         (Standard Faces): Note that only the background of the cursor face
1480         has an effect.
1481         (Cursor Display): Fix descriptions of cursor face
1482         and bar cursor blinking.
1483         (Text Display): Document nobreak-char-display more clearly.
1484         (Line Truncation): Add xref to Split Window node.
1485         (Display Custom): Don't bother documenting baud-rate or
1486         no-redraw-on-reenter.
1488         * search.texi (Slow Isearch): Node removed.
1490 2011-10-18  Glenn Morris  <rgm@gnu.org>
1492         * maintaining.texi (Registering): Remove vc-initial-comment.  (Bug#9745)
1494 2011-10-18  Chong Yidong  <cyd@gnu.org>
1496         * display.texi (Faces): Simplify discussion.  Move documentation
1497         of list-faces-display here, from Standard Faces node.
1498         Note special role of `default' background.
1499         (Standard Faces): Note special role of `default' background.
1500         Note that region face may be taken fom GTK.  Add xref to Text Display.
1501         (Text Scale): Rename from "Temporary Face Changes".
1502         Callers changed.  Don't bother documenting variable-pitch-mode.
1503         (Font Lock): Copyedits.  Remove font-lock-maximum-size.
1504         (Useless Whitespace): Simplify description of
1505         delete-trailing-whitespace.  Note active region case.
1506         (Text Display): Fix description of escape-glyph face assignment.
1507         Remove unibye mode discussion.  Update some parts for Unicode.
1508         Move glyphless chars documentation to Lisp manual.
1510         * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1512 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
1514         * display.texi (Scrolling): Tweak explanation of scroll direction.
1515         (View Mode): Add index entries.
1517         * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1519         * regs.texi (Text Registers): C-x r i does not activate the mark.
1520         (Bookmarks): Document new default bookmark location.
1522 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
1524         * killing.texi (Deletion): Add xref to Using Region.
1525         Document delete-forward-char.
1526         (Yanking): Move yank-excluded-properties to Lisp manual.  Move C-y
1527         description here.  Recommend C-u C-SPC for jumping to mark.
1528         (Kill Ring): Move kill ring variable documentation here.
1529         (Primary Selection): Copyedits.
1530         (Rectangles): Document new command rectangle-number-lines.
1531         (CUA Bindings): Note that this disables the mark-even-if-inactive
1532         behavior for C-x and C-c.
1534         * mark.texi (Mark): Mention "active region" terminology.
1535         (Using Region): Document delete-active-region.
1537 2011-10-12  Chong Yidong  <cyd@stupidchicken.com>
1539         * mark.texi (Mark): Clarify description of disabled Transient Mark
1540         mode (Bug#9689).
1541         (Setting Mark): Document prefix arg for C-x C-x.  Document primary
1542         selection changes.  Mention that commands like C-y set the mark.
1543         (Marking Objects): Add xref to Words node.  Note that mark-word
1544         and mark-sexp also have the "extend region" behavior.
1545         (Using Region): Mention M-$ in the table.
1546         Document mark-even-if-inactive here instead of in Mark Ring.
1547         (Mark Ring): Move mark-even-if-inactive to Using Region.
1548         Take note of the "Mark Set" behavior.
1549         (Disabled Transient Mark): Rename from "Persistent Mark"
1550         (Bug#9688).  Callers changed.
1552         * programs.texi (Expressions):
1553         * text.texi (Words): Defer to Marking Objects for mark-word doc.
1555 2011-10-09  Chong Yidong  <cyd@stupidchicken.com>
1557         * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1558         option" terminology.
1559         (Key Help): Add command names.  Define "documentation string".
1560         (Name Help): Remove an over-long joke.
1561         (Apropos): Document prefix args.  Remove duplicated descriptions.
1562         (Help Mode): Add C-c C-b to table.  Update TAB binding.
1563         (Package Keywords): Rename from "Library by Keyword".
1564         Describe new package menu interface.
1565         (Help Files, Help Echo): Tweak description.
1567         * mini.texi (Completion Options): Add completion-cycle-threshold.
1568         (Minibuffer History): Document numeric args to history commands.
1570 2011-10-08  Eli Zaretskii  <eliz@gnu.org>
1572         * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1574 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1576         * basic.texi (Position Info): Omit page commands.
1577         Document count-words-region and count-words.
1579         * text.texi (Pages): Move what-page documentation here.
1581 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
1583         * mini.texi (Minibuffer File): Minor copyedits.  Use xref to
1584         Remote Files node instead of linking directly to the Tramp manual.
1585         (Minibuffer Edit): Add xref to Blank Lines.
1586         (Completion): Add xref to Symbol Completion.  Remove redundant
1587         example, which is repeated in the next node.
1588         (Completion Commands): Minor clarifications.
1589         (Completion Styles): New node, split from Completion Commands.
1590         Document substring and initials styles.
1591         (Strict Completion): Remove information duplicated in other nodes.
1592         (Completion Options): Consolidate case difference discussion here.
1594         * help.texi (Help Mode): Fix kindex entries.
1596         * files.texi (File Names): Add index entries.
1598 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
1600         * basic.texi (Inserting Text): Add xref to Completion.
1601         Add ucs-insert example, and document prefix argument.
1602         (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1603         to left/right.  Tweak left-char and right-char descriptions.
1604         M-left and M-right are now bound to left-word/right-word.
1605         (Erasing): Document delete-forward-char.
1607         * screen.texi (Screen, Menu Bar): Copyedits.
1608         (Point): Remove duplicate paragraph on cursors, also in Screen.
1609         (Mode Line): Trailing dashes no longer shown on X displays.
1611         * frames.texi (Non-Window Terminals): Index just "text-only
1612         terminal", which is used throughout the manual now.
1614         * entering.texi (Entering Emacs): Define "startup screen".
1615         Document window-splitting behavior with command-line inputs.
1616         (Exiting): Remove obsolete paragraph about shells without suspend
1617         functionality.
1619         * commands.texi (User Input): Define "input event" more clearly.
1620         (Keys): Add xref to Echo Area.
1621         (Commands): Clarify relation between commands and functions.
1623 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
1625         * misc.texi (emacsclient Options): Document how emacsclient runs
1626         the Emacs daemon (Bug#9674).
1628 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
1630         * basic.texi (Moving Point):
1631         * custom.texi (Mouse Buttons):
1632         * rmail.texi (Rmail Scrolling):
1633         * search.texi (Isearch Scroll):
1634         * display.texi (Scrolling): Replace scroll-up/down with
1635         scroll-up/down-command.  Fix scroll-preserve-screen-position
1636         description.  Document scroll-error-top-bottom.
1638 2011-09-30  Glenn Morris  <rgm@gnu.org>
1640         * commands.texi (Keys): Whitespace fix.  (Bug#9635)
1642 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
1644         * windows.texi (Pop Up Window): Defer discussion of window
1645         splitting to the Window Choice node.  Add index entries.
1646         (Force Same Window): Node deleted.
1647         (Displaying Buffers, Window Choice): New nodes.
1649         * buffers.texi (Select Buffer): Clarify description of
1650         buffer-switching commands.  Add xref to Window Display node.
1651         Don't repeat confirm-nonexistent-file-or-buffer description from
1652         Visiting node.  Remove even-window-heights.
1654         * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1656 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1658         * cmdargs.texi (Icons X): Fix description of Emacs icon.
1660         * xresources.texi (Table of Resources): Fix documentation of
1661         bitmapIcon.
1663 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
1665         * package.texi (Package Menu): Add package-menu-mark-upgrades.
1667 2011-09-12  Eric Hanchrow  <eric.hanchrow@gmail.com>
1669         * frames.texi (Frame Commands): Note that delete-other-frames only
1670         deletes frames on current terminal.
1672 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1674         * sending.texi (Mail Misc): Document mail-add-attachment.
1676 2011-09-04  Eli Zaretskii  <eliz@gnu.org>
1678         * basic.texi (Inserting Text): Add index entries.  (Bug#9433)
1680 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1682         * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1684 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1686         * files.texi (File Archives):
1687         * cal-xtra.texi (Diary Display):
1688         * help.texi (Help Mode): Add xref to View Mode.
1690 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1692         * display.texi (View Mode): New node.  Move view-file here from
1693         Misc File Ops.  Move view-buffer here from Misc Buffer.
1695         * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1697         * files.texi (Misc File Ops): Document new
1698         delete-by-moving-to-trash behavior.  Remove view-file.
1700         * dired.texi (Dired Deletion): Shorten description of Trash.
1702         * misc.texi (emacsclient Options): Document server-port.
1704 2011-08-27  Eli Zaretskii  <eliz@gnu.org>
1706         * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1707         even on MS-Windows.  Fix a typo.
1709 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
1711         * package.texi: New file, documenting the package manager.
1713         * emacs.texi: Include it.
1715         * help.texi (Help Summary): Add describe-package.
1717 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
1719         * misc.texi (Printing): Convert subnodes into subsections.
1721         * text.texi (Two-Column): Move into Text chapter.
1723         * picture-xtra.texi (Picture Mode): Group with Editing Binary
1724         Files section.  Convert from chapter into section.
1726         * display.texi (Narrowing): Move into display chapter.
1728         * sending.texi (Sending Mail):
1729         * rmail.texi (Rmail):
1730         * misc.texi (Gnus, Document View):
1731         * dired.texi (Dired):
1732         * emacs.texi: Group the mail, rmail, and gnus chapters together.
1734 2011-08-07  Juri Linkov  <juri@jurta.org>
1736         * dired.texi (Operating on Files): Rewrite according to the fact
1737         that `dired-do-chmod' doesn't use the `chmod' program anymore.
1739 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1741         * mini.texi (Minibuffer File): Insert a reference to Tramp for
1742         remote file name completion.  (Bug#9197)
1744 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1746         * mule.texi (Bidirectional Editing): Document the fact that
1747         bidi-display-reordering is t by default.
1749 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751         * help.texi (Misc Help): Mention `describe-prefix-bindings'
1752         explicitly (bug#8904).
1754 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756         * trouble.texi (Checklist): Use an `M-x' example instead of an
1757         Emacs Lisp form to switch on the dribble file (bug#8056).
1759 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761         * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1763 2011-07-13  Glenn Morris  <rgm@gnu.org>
1765         * dired.texi (Dired Enter): Mention --dired.  (Bug#9039)
1767 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769         * mark.texi (Mark Ring): Clarify how many locations are saved
1770         (bug#5770).
1771         (Global Mark Ring): Ditto.
1773 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775         * text.texi (Table Recognition): Use "at point" instead of "under
1776         point" (bug#4345).
1778         * display.texi (Cursor Display): Mention `cursor-type'.
1780         * screen.texi (Point): Clarify that it's only if you use a block
1781         cursor that it appears to be on a character (bug#4345).
1783 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1785         * misc.texi (Amusements): Move dissociated press here, from its
1786         own section.
1788         * emacs.texi (Top): Update node listing.
1790 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792         * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1793         clarity (bug#3523).
1795 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1797         * cmdargs.texi (Initial Options): Document --no-site-lisp.
1798         (Misc X): Document --parent-id.
1800         * frames.texi (Frame Commands): Note that focus-follows-mouse now
1801         defaults to nil.
1803         * misc.texi (emacsclient Options): Document --parent-id.
1805         * msdog.texi (Windows HOME): Document _emacs as obsolete.
1807 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809         * emacs.texi: Use "..." instead of ``...'' in the menus
1810         (bug#3503).
1812 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1814         * killing.texi (Primary Selection): Document `only' setting for
1815         select-active-regions.
1817         * mark.texi (Setting Mark): Reference Shift Selection node.
1819         * frames.texi (Mouse Commands): Document mouse-yank-primary.
1821 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1824         motion keys" (bug#3503).
1826         * emacs.texi: Change all the register node names from "RegPos"
1827         (etc.) to "Positional Registers" (etc.) (bug#3314).
1829 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1831         * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1832         (Other Kill Commands, Kill Options): Copyedits.
1833         (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1834         (Yanking): Move yank-excluded properties discussion here.
1835         (Cut and Paste): Move from frames.texi.  Update subnodes to
1836         describe x-select-enable-clipboard case.
1838         * frames.texi: Move Cut and Paste node and subnodes into
1839         killing.texi, except Mouse Commands and Word and Line Mouse.
1841 2011-07-10  Andy Moreton  <andrewjmoreton@gmail.com>  (tiny change)
1843         * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1845 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847         * screen.texi (Mode Line): Clarify that coding systems are
1848         characters, not letters (bug#1749).
1850         * cmdargs.texi (Environment): Mention removing variables
1851         (bug#1615).  Text suggested by Kevin Rodgers.
1853 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
1855         * misc.texi (Amusements): Don't mention Yow; it's crippled.
1857         * modes.texi: Rename from major.texi.
1858         (Modes): New node.  Make Major Modes and Minor Modes subsections
1859         of this.  All callers changed.
1861         * custom.texi (Minor Modes): Move to modes.texi.
1863 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
1865         * custom.texi (Syntax): Node deleted.
1867         * help.texi (Help Summary):
1868         * major.texi (Major Modes):
1869         * programs.texi (Parentheses):
1870         * search.texi (Regexp Backslash, Regexp Backslash)
1871         (Regexp Backslash):
1872         * text.texi (Words): Callers changed.
1874         * text.texi (Refill, Longlines): Delete nodes.
1876         * ack.texi (Acknowledgments): Longlines removed from manual.
1878         * emacs.texi (Top): Update node listing.
1880 2011-07-09  Glenn Morris  <rgm@gnu.org>
1882         * fortran-xtra.texi (Fortran): Update handled extensions.
1884 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886         * display.texi (Scrolling): `C-v' (etc) are now bound to
1887         `scroll-*-command' (bug#8349).
1889 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891         * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
1892         doesn't actually delete any files (bug#7125).
1894         * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1895         argument for `C-c C-k' (bug#7391).
1897         * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1898         you're currently using (bug#8489).
1900 2011-07-01  Eli Zaretskii  <eliz@gnu.org>
1902         * mule.texi (Coding Systems): Move index entries from the previous
1903         change into their proper places.
1905 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907         * help.texi (Help Files): Document view-external-packages (bug#8902).
1909         * mule.texi (Coding Systems): Put a few more of the coding systems
1910         into the index (bug#8900).
1912 2011-06-26  Glenn Morris  <rgm@gnu.org>
1914         * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1916 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
1918         * misc.texi (emacsclient Options): Mention --frame-parameters.
1920 2011-06-09  Glenn Morris  <rgm@gnu.org>
1922         * custom.texi (Specifying File Variables):
1923         Recommend explicit arguments for minor modes.
1925 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1927         Document wide integers better.
1928         * buffers.texi (Buffers):
1929         * files.texi (Visiting): Document maxima for 64-bit machines,
1930         and mention virtual memory limits.
1932 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1934         * custom.texi (Hooks): Reorganize.  Mention Prog mode.
1936         * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1937         prog mode (Bug#8240).
1939 2011-05-27  Glenn Morris  <rgm@gnu.org>
1941         * custom.texi (Specifying File Variables):
1942         Major modes no longer need come first.
1944 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
1946         * mule.texi (Specify Coding, Text Coding, Communication Coding):
1947         (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1949 2011-05-18  Glenn Morris  <rgm@gnu.org>
1951         * ack.texi (Acknowledgments): Remove fakemail.c.
1953 2011-05-17  Chong Yidong  <cyd@stupidchicken.com>
1955         Fixes for fitting text into 7x9 printed manual.
1956         * building.texi (Flymake, Breakpoints Buffer):
1957         * calendar.texi (Appointments):
1958         * cmdargs.texi (General Variables, Display X):
1959         * custom.texi (Saving Customizations, Face Customization)
1960         (Directory Variables, Minibuffer Maps, Init Rebinding):
1961         * display.texi (Font Lock, Font Lock, Useless Whitespace):
1962         * fixit.texi (Spelling):
1963         * frames.texi (Creating Frames, Fonts):
1964         * help.texi (Help Files):
1965         * mini.texi (Minibuffer File):
1966         * misc.texi (emacsclient Options, Emulation):
1967         * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1968         * mule.texi (International Chars, Language Environments)
1969         (Select Input Method, Modifying Fontsets, Charsets):
1970         * programs.texi (Custom C Indent):
1971         * rmail.texi (Rmail Labels):
1972         * text.texi (Table Conversion):
1973         * trouble.texi (Known Problems, Known Problems):
1974         * windows.texi (Change Window):
1975         * xresources.texi (GTK resources): Reflow text and re-indent code
1976         examples to avoid TeX overflows and underflows on 7x9 paper.
1978         * emacs.texi: Fix the (commented out) smallbook command.
1980         * macos.texi (Mac / GNUstep Events):
1981         * xresources.texi (Lucid Resources): Remove extraneous examples.
1983 2011-05-10  Glenn Morris  <rgm@gnu.org>
1985         * custom.texi (Specifying File Variables):
1986         Deprecate using mode: for minor modes.
1988 2011-05-07  Glenn Morris  <rgm@gnu.org>
1990         * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1992 2011-05-06  Glenn Morris  <rgm@gnu.org>
1994         * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1996         * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1998 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000         * misc.texi (Emacs Server): Document `server-eval-at'.
2002 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
2004         * maintaining.texi (List Tags): Document next-file.
2005         Suggested by Uday S Reddy.
2007 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
2009         * mini.texi (Minibuffer Edit):
2010         * screen.texi (Mode Line): Fix typo.
2012 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
2014         * maintaining.texi (Old Revisions): Mention new function vc-ediff.
2016 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2018         * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2020 2011-03-30  Eli Zaretskii  <eliz@gnu.org>
2022         * display.texi (Auto Scrolling): Document the limit of 100 lines
2023         for never-recentering scrolling with `scroll-conservatively'.
2024         (Bug#6671)
2026 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
2028         * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2029         HOME on Windows and where it looks for init files.  (Bug#8221)
2031 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
2033         * search.texi (Regexp Example):
2034         * mule.texi (International Chars):
2035         * building.texi (External Lisp): Don't use characters outside
2036         ISO-8859-1.
2038 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
2040         * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2041         Use Texinfo @-commands for non Latin-1 characters.
2043         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2045         * custom.texi (Init File): Add index entries for ".emacs".
2046         (Bug#8210)
2048 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
2050         * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2051         for Gtk+ 3.
2053 2011-03-08  Glenn Morris  <rgm@gnu.org>
2055         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2056         * emacs.texi (Acknowledgments):
2057         * ack.texi (Acknowledgments): Names to UTF-8.
2058         * emacs.texi: Set documentencoding.
2060         * display.texi (Optional Mode Line): Don't mention exactly where
2061         display-time appears.  (Bug#8193)
2063 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2065         * Version 23.3 released.
2067 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
2069         * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2071 2011-03-03  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2073         * misc.texi (emacsclient Options): Add q/quiet.
2075 2011-03-02  Glenn Morris  <rgm@gnu.org>
2077         * mule.texi (Communication Coding) <x-select-request-type>:
2078         Remove duplicate (essentially) paragraph.  (Bug#8148)
2080 2011-03-01  Christoph Scholtes  <cschol2112@googlemail.com>
2082         * maintaining.texi (Format of ChangeLog): Add reference to
2083         add-log-full-name.
2084         (Change Log Commands): Add documentation for combining multiple
2085         symbols in one change.
2087 2011-03-01  Glenn Morris  <rgm@gnu.org>
2089         * custom.texi (Directory Variables):
2090         Give an example of excluding subdirectories.
2092 2011-02-28  Eli Zaretskii  <eliz@gnu.org>
2094         * search.texi (Regexp Search): Move index entries about regexps to the
2095         "Regexps" node.  Add index entries for regexp search.  (Bug#8096)
2097 2011-02-19  Glenn Morris  <rgm@gnu.org>
2099         * dired.texi (Dired): Dired-X version number was dropped.
2101 2011-02-14  Jan Djärv  <jan.h.d@swipnet.se>
2103         * xresources.texi (X Resources): Remove *faceName and replace it with
2104         *font for Lucid.
2106 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
2108         * rmail.texi (Rmail Display): Document Rmail MIME support more
2109         accurately.
2111         * maintaining.texi (VC Change Log): Document vc-log-incoming and
2112         vc-log-outgoing.
2113         (Merging): Document vc-find-conflicted-file.
2115 2011-02-05  Glenn Morris  <rgm@gnu.org>
2117         * custom.texi (Variables): Fix typo.
2119 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
2121         * search.texi (Regexps): Copyedits.  Mention character classes
2122         (Bug#7809).
2124         * files.texi (File Aliases): Restore explanatory text from Eli
2125         Zaretskii, accidentally removed in 2011-01-08 commit.
2127 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2129         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2130         (MAKEINFO_OPTS): New variable.
2131         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2132         (emacs.html): New target.
2133         (clean): Remove emacs.html.
2135 2011-01-23  Werner Lemberg  <wl@gnu.org>
2137         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2138         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2139         (ENVADD): Updated.
2141 2011-01-18  Glenn Morris  <rgm@gnu.org>
2143         * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2145         * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2147 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2149         * building.texi (Compilation): Improve instructions for running two
2150         compilations (Bug#7573).
2152         * files.texi (Backup Names): Document the new location of the
2153         last-resort backup file.
2155         * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2156         manual.  Explain why directory-abbrev-alist elements should be anchored
2157         (Bug#7777).
2159 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2161         * msdog.texi (Windows Startup): Correct inaccurate description of
2162         differences between emacsclient.exe and emacsclientw.exe.
2164 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
2166         * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2168 2011-01-02  Kenichi Handa  <handa@m17n.org>
2170         * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2172 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2174         * frames.texi (Cut and Paste): Modify the section's name and text:
2175         don't mix "cut/paste" with "kill/yank".
2176         (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2177         (Bug#7702)
2179         * trouble.texi (Checklist): Mention debug-on-quit.  (Bug#7667)
2181 2011-01-02  Glenn Morris  <rgm@gnu.org>
2183         * maintaining.texi: Move inclusion of emerge after EDE, so that it
2184         matches its position in the menu.  (Bug#7674)
2186 2011-01-02  Glenn Morris  <rgm@gnu.org>
2188         * trouble.texi (Checklist): Mention not replying via news either.
2190 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2192         * misc.texi (Document View): Update DocView section with newly
2193         supported document formats.
2195 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
2197         * killing.texi: Resection the Info version to conform to the
2198         printed manual, to avoid making sections on Accumulating Text, CUA
2199         and Rectangles into full chapters.
2201 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2203         * custom.texi (Init Syntax): Add index entries for "character syntax".
2204         (Bug#7576)
2206 2010-12-13  Karel Klíč  <kklic@redhat.com>
2208         * text.texi (HTML Mode): Small fixes.  (Bug#7607)
2210 2010-12-13  Glenn Morris  <rgm@gnu.org>
2212         * trouble.texi (Checklist): Fix typo in newsgroup name.
2214 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2216         * search.texi (Word Search): Note that the lazy highlight always
2217         matches to whole words (Bug#7470).
2219 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2221         * display.texi (Optional Mode Line): Make the description of
2222         load-average more accurate.
2224         * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2225         registry, with a cross-reference.
2226         (Windows Startup): New node.  Move the stuff about the current
2227         directory from "Windows HOME".
2229 2010-11-27  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2231         * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2232         * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2234 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2236         * maintaining.texi (Version Control Systems): Fix repeated sentence.
2237         Suggested by Štěpán Němec.
2239 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2241         * maintaining.texi (Version Control): Say "commit", not "check in".
2242         (Version Control Systems): Simplify descriptions.
2243         (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2244         VCS Concepts.
2245         (VC Mode Line): Update example.
2246         (Old Revisions): Document revert-buffer for vc-diff.
2247         (Log Buffer): Promote to a subsection.  Document header lines.
2249         * macos.texi (Mac / GNUstep Basics):
2250         Document ns-right-alternate-modifier.
2252         * emacs.texi (Top): Update node listing.
2254 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2256         * rmail.texi (Rmail Coding): Characters with no fonts are not
2257         necessarily displayed as empty boxes.
2259         * mule.texi (Language Environments, Fontsets): Characters with no
2260         fonts are not necessarily displayed as empty boxes.
2262         * display.texi (Text Display): Document display of glyphless
2263         characters.
2265 2010-11-13  Glenn Morris  <rgm@gnu.org>
2267         * basic.texi (Position Info): Add M-x count-words-region.
2269 2010-11-11  Glenn Morris  <rgm@gnu.org>
2271         * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2273 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2275         * msdog.texi (Windows HOME): Add information regarding startup
2276         directory when invoking Emacs from a desktop shortcut.  (bug#7300)
2278 2010-10-11  Glenn Morris  <rgm@gnu.org>
2280         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2282         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2283         (DVIPS): New variable.
2284         (.PHONY): Add html, ps.
2285         (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2286         (clean): Delete html, ps files.
2288 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2290         * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2292 2010-10-09  Glenn Morris  <rgm@gnu.org>
2294         * Makefile.in (VPATH): Remove.
2295         (infodir): Make it absolute.
2296         (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2298         * Makefile.in (dist): Anchor regexps.
2300         * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2301         ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2302         (emacs-xtra.pdf): Use $<.
2304         * Makefile.in (infoclean): Remove harmless, long-standing error.
2306         * Makefile.in ($(infodir)): Delete rule.
2307         (mkinfodir): New.
2308         ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2310         * Makefile.in (distclean): Do not delete emacsver.texi.
2311         (dist): Remove reference to emacsver.texi.in.
2312         * emacsver.texi: New file, replacing emacsver.texi.in.
2314 2010-10-09  Glenn Morris  <rgm@gnu.org>
2316         * emacsver.texi.in: New file.
2317         * emacs.texi: Set EMACSVER by including emacsver.texi.
2318         * Makefile.in (distclean): Delete emacsver.texi.
2319         (dist): Copy emacsver.texi.
2320         (EMACSSOURCES): Add emacsver.texi.
2322         * ack.texi (Acknowledgments): No more b2m.c.
2324         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2325         (emacs): Remove rule.
2326         (dist): No need to deal with the emacs rule any more.
2328 2010-10-07  Glenn Morris  <rgm@gnu.org>
2330         * Makefile.in (version): New, set by configure.
2331         (clean): Delete dist tar file.
2332         (dist): Use version in tar name.
2334 2010-10-06  Glenn Morris  <rgm@gnu.org>
2336         * Makefile.in (EMACS_XTRA): Add the main source file.
2337         (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2338         (mostlyclean): No core files, reorder other files.
2339         (clean): Delete specific dvi and pdf files.
2340         (infoclean, dist): New rules.
2341         (maintainer-clean): Use infoclean.
2342         ($(infodir)): Add parallel build workaround.
2344 2010-10-04  Glenn Morris  <rgm@gnu.org>
2346         * Makefile.in (SHELL): Set it.
2347         (INFO_TARGETS, DVI_TARGETS): Remove variables.
2348         (info, dvi): Replace above variables with their expansions.
2349         (info): Move mkdir from here...
2350         ($(infodir)/emacs): ... to here (for parallel builds).
2351         (pdf): New target.
2352         ($(infodir)/emacs): Pass -o option to makeinfo.
2353         (.PHONY): Declare clean rules.
2354         (maintainer-clean): Delete dvi and pdf files.
2355         Guard against cd failures.  Use a more restrictive delete.
2357 2010-10-02  Glenn Morris  <rgm@gnu.org>
2359         * misc.texi (Shell Mode): Remove reference to old function name.
2361 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2363         * maintaining.texi (VC Mode Line): Mention all the possible VC status
2364         indicator characters.
2366 2010-09-29  Glenn Morris  <rgm@gnu.org>
2368         * Makefile.in (top_srcdir): Remove unused variable.
2370 2010-09-14  Glenn Morris  <rgm@gnu.org>
2372         * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2373         the last hook item.
2375         * calendar.texi (Appointments): Also updated when a diary include file
2376         is saved.
2378 2010-09-14  Glenn Morris  <rgm@gnu.org>
2380         * trouble.texi (Bugs): Update the section intro.
2381         (Known Problems): New section.
2382         (Checklist): Misc updates.  Prefer M-x report-emacs-bug.
2383         (Sending Patches): Bug fixes are best as responses to existing bugs.
2384         * emacs.texi (Known Problems): Add menu entry for new section.
2386 2010-09-09  Glenn Morris  <rgm@gnu.org>
2388         * xresources.texi: Untabify.
2390 2010-09-06  Chong Yidong  <cyd@stupidchicken.com>
2392         * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2394 2010-09-06  Glenn Morris  <rgm@gnu.org>
2396         * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
2398 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2400         * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2402 2010-08-21  Glenn Morris  <rgm@gnu.org>
2404         * misc.texi (Amusements): Mention bubbles and animate.
2406 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2408         * files.texi (Visiting): Add more index entries for
2409         large-file-warning-threshold.
2411 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2413         * frames.texi (Tool Bars): Add doc for tool-bar-position.
2415 2010-06-23  Glenn Morris  <rgm@gnu.org>
2417         * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2418         * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2419         * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2420         * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2421         * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2422         * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2423         Untabify Texinfo files.
2425 2010-06-10  Glenn Morris  <rgm@gnu.org>
2427         * basic.texi (Inserting Text): Minor clarification.  (Bug#6374)
2429         * basic.texi (Inserting Text): Fix typo.
2431 2010-06-10  Glenn Morris  <rgm@gnu.org>
2433         * ack.texi (Acknowledgments):
2434         * emacs.texi (Acknowledgments): Update for notifications.el.
2436 2010-05-31  Daiki Ueno  <ueno@unixuser.org>
2438         * dired.texi (Operating on Files): Mention encryption commands
2439         (Bug#6315).
2441 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
2443         * basic.texi (Moving Point): Update due to renaming of commands bound
2444         to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
2446 2010-05-18  Eli Zaretskii  <eliz@gnu.org>
2448         * display.texi (Fringes): Document reversal of fringe arrows for R2L
2449         paragraphs.
2450         (Line Truncation): Fix wording for bidi display.
2452         * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2453         keys.
2455 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2457         * building.texi (GDB Graphical Interface): Remove misleading comparison
2458         to an IDE (Bug#6128).
2460 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2462         * programs.texi (Man Page):
2463         * misc.texi (Invoking emacsclient):
2464         * mini.texi (Repetition):
2465         * mark.texi (Setting Mark): Fix typos.
2467 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2469         * misc.texi (Printing): Document htmlfontify-buffer.
2471 2010-05-08  Glenn Morris  <rgm@gnu.org>
2473         * calendar.texi (Displaying the Diary, Format of Diary File):
2474         Fix external cross-references for TeX format output.
2476 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2478         * Version 23.2 released.
2480 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
2482         * cmdargs.texi (Initial Options): Mention --chdir.
2484 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2486         * frames.texi (Tool Bars): Add tool-bar-style.
2488 2010-04-21  Glenn Morris  <rgm@gnu.org>
2490         * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2492 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2494         * programs.texi (Semantic): New node.
2496         * maintaining.texi (EDE): New node.
2498         * emacs.texi: Update node listing.
2500         * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2502 2010-04-18  Glenn Morris  <rgm@gnu.org>
2504         * emacs.texi (Acknowledgments): Remove duplicate.
2506         * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2508 2010-04-18  Glenn Morris  <rgm@gnu.org>
2510         * dired.texi (Misc Dired Features): Mention VC diff and log.
2511         * maintaining.texi (Old Revisions, VC Change Log):
2512         Mention that diff and log work in Dired buffers.
2514         * help.texi (Help Summary): Mention M-x info-finder.
2516         * ack.texi (Acknowledgments): Add mpc.el.
2518         * custom.texi (Specifying File Variables, Directory Variables):
2519         Document new commands for manipulating local variable lists.
2521 2010-04-18  Glenn Morris  <rgm@gnu.org>
2523         * trouble.texi (Contributing): Add cindex entry.
2524         Mention etc/CONTRIBUTE.
2526 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
2528         * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
2529         query-replace (Bug#5774).
2531 2010-04-16  Glenn Morris  <rgm@gnu.org>
2533         * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2535 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
2537         * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2539 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
2541         * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2543 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2545         * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2546         cross-reference to "Inserting Text".
2548         * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2549         Mention completion provided by `ucs-insert'.
2551 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2553         * sending.texi (Sending Mail): Note variables that may need
2554         customizing.
2555         (Mail Sending): Expand discussion of send-mail-function.
2557 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2559         Document Message mode as the default mail mode.
2561         * sending.texi (Sending Mail): Copyedits.
2562         (Mail Format, Mail Headers): Document mail-from-style changes.
2563         (Mail Commands): Rename from Mail mode.  Document Message mode.
2564         (Mail Misc): Rename from Mail mode Misc.
2565         (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2566         command names and update keybindings.
2567         (Header Editing): Document message-tab.  De-document
2568         mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2569         favor of mail-default-headers.  Ad index entries for user-full-name and
2570         user-mail-address.
2571         (Citing Mail): Update changes in Message mode behavior.
2572         Document mail-yank-prefix.
2573         (Mail Signature): New node, moved from Mail Misc.
2574         (Mail Aliases): Mail abbrevs are the default with Message mode.
2575         (Mail Methods): Note that Message mode is now the default.
2577         * rmail.texi (Rmail Reply):
2578         * text.texi (Text Mode):
2579         * major.texi (Major Modes):
2580         * mule.texi (Output Coding): Refer to Message mode.
2582         * custom.texi (Init Examples): Add xref to Mail Header.
2584         * emacs.texi (Top): Fix xrefs.
2586 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2588         * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2589         repository if there is none.
2590         (VC Change Log): Rename from VC Status.  Document vc-log-show-limit and
2591         vc-print-root-log.
2592         (Old Revisions): Copyedits.  Document vc-root-diff.
2594         * programs.texi (Program Modes): Mention Javascript mode.
2596         * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2597         * emacs.texi: Update node description.
2599         * misc.texi (Navigation): Document doc-view-continuous.
2600         (Shell Ring): Document new M-r binding.  M-s is no longer bound.
2602 2010-03-30  Juri Linkov  <juri@jurta.org>
2604         * search.texi (Other Repeating Search): Remove line that `occur'
2605         can not handle multiline matches.
2607 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2609         * mule.texi (International): Mention support of bidirectional editing.
2610         (Bidirectional Editing): New section.
2612 2010-03-28  Nick Roberts  <nickrob@snap.net.nz>
2614         * emacs.texi (Top): Update node names to those in building.texi.
2616 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2618         doc/emacs/building.texi: Describe restored GDB/MI functionality
2619         removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2620         doc/emacs/emacs.texi: Update node names for building.texi.
2622 2010-03-24  Glenn Morris  <rgm@gnu.org>
2624         * ack.texi (Acknowledgments):
2625         * emacs.texi (Acknowledgments): Fix ispell attribution.  (Bug#5759)
2627 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
2629         * xresources.texi (Table of Resources): Clarify toolBar number
2630         for Gtk+.
2632         * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2634 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2636         * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2638         * search.texi (Other Repeating Search): Document multi-isearch-buffers
2639         and multi-isearch-buffers-regexp.
2641         * indent.texi (Indentation): Clarify description of
2642         indent-for-tab-command.  Document tab-always-indent.
2644 2010-03-20  Chong Yidong  <cyd@stupidchicken.com>
2646         * cmdargs.texi (Font X): Move most content to Fonts.
2648         * frames.texi (Fonts): New node.  Document font-use-system-font.
2650         * emacs.texi (Top):
2651         * xresources.texi (Table of Resources):
2652         * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2654 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2656         * Branch for 23.2.
2658 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2660         * custom.texi (Init Examples): Add xref to Locals.
2662         * major.texi (Choosing Modes): Mention usage of setq-default for
2663         setting the default value of major-mode (Bug#5688).
2665 2010-03-02  Chong Yidong  <cyd@stupidchicken.com>
2667         * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2669         * display.texi (Display Custom): Document make-pointer-invisible and
2670         underline-minimum-offset.  Remove inverse-video.
2672 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2674         * frames.texi (Frame Commands): Note that the last ordinary frame can
2675         be deleted in daemon mode (Bug#5616).
2677 2010-02-18  Glenn Morris  <rgm@gnu.org>
2679         * trouble.texi (Contributing): Repository is no longer CVS.
2681 2010-02-08  Glenn Morris  <rgm@gnu.org>
2683         * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
2685 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * display.texi (Useless Whitespace, Text Display):
2688         * custom.texi (Init Examples): Avoid obsolete special default variables
2689         like default-major-mode.
2691 2010-01-24  Mark A. Hershberger  <mah@everybody.org>
2693         * programs.texi (Other C Commands): Replace reference to obsolete
2694         c-subword-mode.
2696 2010-01-21  Glenn Morris  <rgm@gnu.org>
2698         * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2700 2010-01-12  Glenn Morris  <rgm@gnu.org>
2702         * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2703         emacs-pretest-bug for bug reports for development versions.
2705 2010-01-11  Glenn Morris  <rgm@gnu.org>
2707         * display.texi (Highlight Interactively): `t' does not mean highlight
2708         all patterns.  (Bug#5335)
2710 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2712         * misc.texi (Shell): Document async-shell-command.
2714         * building.texi (Grep Searching): Document zrgrep.
2716         * mini.texi (Completion Options): Mention `initials' completion style.
2718 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2720         * building.texi: Import GDB Graphical Interface description from
2721         EMACS_23_1_RC.
2723 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
2725         * emacs.texi (Top): Update node listing.
2727         * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2729         * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2731         * cmdargs.texi (Initial Options):
2732         * xresources.texi (Resources): Document inhibit-x-resources.
2734         * custom.texi (Specifying File Variables): Note that minor modes are
2735         enabled unconditionally.
2737         * display.texi (Scrolling): Briefly document the old recenter command,
2738         and document recenter-positions.
2740         * files.texi (Visiting):
2741         * buffers.texi (Buffers): Max buffer size is now 512 MB.
2743         * frames.texi (Cut/Paste Other App):
2744         Document save-interprogram-paste-before-kill.
2746         * killing.texi (Kill Options): New node.
2748 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2750         * misc.texi (Shell Options): ansi-color is now default.
2752 2009-12-05  Glenn Morris  <rgm@gnu.org>
2754         * emacs.texi (Top): Update menu for cal-xtra node changes.
2755         * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2756         or mode line.  Don't mention invisible text or the details of
2757         diary-print-entries here, only in cal-xtra.
2758         (Format of Diary File): Mention that the "date on first line" format
2759         only really affects the simple display.
2760         * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2761         (Diary Customizing): Holidays may be in the buffer or mode line.
2762         Move diary-print-entries to the "Diary Display" section.
2763         (Diary Display): New section, split out from "Fancy Diary Display".
2764         Explain the limitations of simple display, and how to print it.
2766         * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2768         * cal-xtra.texi (Diary Display): Mention View mode.
2770 2009-11-29  Juri Linkov  <juri@jurta.org>
2772         * display.texi (Highlight Interactively): Actually a list of
2773         default faces is pre-loaded into a list of default values
2774         instead of the history.
2776 2009-11-20  Glenn Morris  <rgm@gnu.org>
2778         * ack.texi (Acknowledgments):
2779         * emacs.texi (Acknowledgments): Add htmlfontify.
2781 2009-11-14  Glenn Morris  <rgm@gnu.org>
2783         * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2785         * ack.texi (Acknowledgments):
2786         * emacs.texi (Acknowledgments): Update for recent Org changes.
2788 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2790         * mule.texi (Charsets): Numerous copyedits.  Don't discuss the
2791         `charset' property, which is irrelevant to the user manual (Bug#3526).
2793 2009-10-14  Juanma Barranquero  <lekktu@gmail.com>
2795         * trouble.texi (DEL Does Not Delete): Fix typo.
2797 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2799         * files.texi (Misc File Ops): Mention copy-directory.
2801 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
2803         * mule.texi (Unibyte Mode): Emphasize that
2804         unibyte-display-via-language-environment affects only the display.
2806         * display.texi (Horizontal Scrolling): Document cursor behavior under
2807         horizontal scrolling when point moves off the screen (Bug#4564).
2808         Improve wording.
2810 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2812         * files.texi (Directories): delete-directory prompts for recursive
2813         deletion.
2815 2009-09-30  Glenn Morris  <rgm@gnu.org>
2817         * ack.texi (Acknowledgments):
2818         * emacs.texi (Acknowledgments): CEDET updates.  Fix Hungarian accent.
2820 2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>
2822         * dired.texi (Dired Navigation): Use @code instead of @var for
2823         dired-isearch-filenames, so that it's not capitalized.
2825 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
2827         * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2829         * entering.texi (Exiting): C-z is now bound to suspend-frame.
2831         * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
2832         (Key Bindings): Reference Init Rebinding in introductory text.
2833         Shift some of the introduction to Keymaps node.
2834         (Keymaps): Simplify.
2835         (Local Keymaps): Simplify.  Move binding example to Init Rebinding.
2836         (Minibuffer Maps): Remove mention of Mocklisp.
2837         (Init Rebinding): Move mode-local rebinding example here from Local
2838         Keymaps.
2839         (Modifier Keys): Clarify.
2840         (Rebinding): Add cindex for "binding keys".
2842 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2844         * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2846 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2848         * building.texi (Threads Buffer, Multithreaded Debugging):
2849         Reorganize these two sections.
2851 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
2853         * cmdargs.texi (Initial Options): Fix last change.
2855 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         * mule.texi (Enabling Multibyte):
2858         * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2859         (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2861 2009-08-20  Glenn Morris  <rgm@gnu.org>
2863         * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2865 2009-08-19  Glenn Morris  <rgm@gnu.org>
2867         * ack.texi (Acknowledgments): Remove cvtmail.  Mention info-finder.
2869 2009-08-18  Glenn Morris  <rgm@gnu.org>
2871         * ack.texi (Acknowledgments):
2872         * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2874         * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
2876 2009-08-09  Glenn Morris  <rgm@gnu.org>
2878         * ack.texi (Acknowledgments):
2879         * emacs.texi (Acknowledgments): Add gdb-mi entry.
2881 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
2883         * emacs.texi (Top): Add new menu items for GDB-UI.
2885         * building.texi (GDB Graphical Interface): Add Multithreaded debugging
2886         section.  Threads buffer is in separate section now.
2888 2009-08-08  Glenn Morris  <rgm@gnu.org>
2890         * ack.texi (Acknowledgments):
2891         * emacs.texi (Acknowledgments):
2892         Update for js2-mode and org changes.
2894 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
2896         * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2897         files.
2899 2009-07-28  Chong Yidong  <cyd@stupidchicken.com>
2901         * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2903 2009-07-23  Glenn Morris  <rgm@gnu.org>
2905         * programs.texi (Matching): Update blink-matching-paren-distance.
2907 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2909         * frames.texi (Cut/Paste Other App): For select-active-regions,
2910         selection is now updated on moving point.
2912 2009-07-21  Richard Stallman  <rms@gnu.org>
2914         * glossary.texi (GNU, Daemon): Update information.
2916 2009-07-19  Juri Linkov  <juri@jurta.org>
2918         * custom.texi (Specifying File Variables, Safe File Variables):
2919         "variables/value pairs" -> "variable/value pairs".
2921 2009-07-15  Glenn Morris  <rgm@gnu.org>
2923         * misc.texi (Gnus): Remove widow.
2925 2009-07-11  Glenn Morris  <rgm@gnu.org>
2927         * Makefile.in (TEXI2PDF): New.
2928         (emacs.pdf, emacs-xtra.pdf): New targets.
2930         * arevert-xtra.texi (Autorevert): Add menu descriptions.
2932         * display.texi (Horizontal Scrolling): Re-word to remove widow.
2934         * emacs.texi (Top): Info can be read from other places than Emacs.
2935         Don't print the copying notice twice in the printed version.
2936         Update the menu and detailmenu.
2937         (Preface): The meaning of "on-line" has changed.
2938         Correct name for "Common Problems" chapter.
2939         (Distrib): Update FSF shop URL.
2940         (Intro): Showing two files at once is not so exciting.
2942         * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2943         (Mac / GNUstep Basics): Minor grammar changes.
2944         (Mac / GNUstep Events): Fix typo.
2945         (GNUstep Support): CANNOT_DUMP no longer applies.
2947         * misc.texi (Document View): Fix typos.
2949         * dired.texi (Dired):
2950         * help.texi (Help):
2951         * macos.texi (Mac OS / GNUstep):
2952         * maintaining.texi (Version Control, Introduction to VC):
2953         End menu descriptions with a period.
2955 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
2957         * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2958         so categorical in saying that the option is only useful on NTFS.
2960 2009-07-09  Glenn Morris  <rgm@gnu.org>
2962         * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2963         (ENVADD): Add texinfodir to TEXINPUTS.
2965         * emacs.texi (Top): Fix cross-reference.
2967         * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2969         * vc1-xtra.texi (Revision Tags): Fix typo.
2971 2009-07-03  Glenn Morris  <rgm@gnu.org>
2973         * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2974         (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2975         (Merge Commands): `.' does not seem to work in A or B buffer.
2976         `l' can recreate the 3-window display.
2978         * glossary.texi (Glossary): Minor phrasing changes throughout.
2979         Add more internal cross-references.
2980         <Autoloading>: You can't really autoload a variable.
2981         <C-M->: Move details here from `M-C-' item.
2982         <Continuation Line>: Refer to `Truncation.'
2983         <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2984         <Home Directory, Unix>: New entries.
2985         <Deletion of Files>: Mention recycle bins.
2986         <Directory>: Mention ``folders.''
2987         <Error>: Don't mention ``type-ahead.''
2988         <Fringe>: Refer to the manual node.
2989         <Minor Mode>: Can be global or local.
2990         <Spell Checking>: There are other checkers besides Ispell.
2992 2009-07-02  Glenn Morris  <rgm@gnu.org>
2994         * anti.texi (Antinews): Minor changes in phrasing.
2996         * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2997         some underfull lines in dvi output.
2999         * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3001         * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3003         * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3005 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3007         * xresources.texi (Table of Resources): Mention maximized for
3008         fullscreen.
3010         * cmdargs.texi (Window Size X): -mm/--maximized is new.
3012 2009-07-01  Chong Yidong  <cyd@stupidchicken.com>
3014         * anti.texi (Antinews): Correct the list of removed platforms.
3016 2009-06-28  Glenn Morris  <rgm@gnu.org>
3018         * arevert-xtra.texi: Minor language tweaks.
3020         * dired-xtra.texi: Minor revisions.
3022 2009-06-23  Miles Bader  <miles@gnu.org>
3024         * display.texi (Scrolling): Document `recenter-redisplay'.
3025         (Temporary Face Changes): Document `text-scale-set'.
3027 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3029         * Branch for 23.1.
3031 2009-06-17  Kenichi Handa  <handa@m17n.org>
3033         * mule.texi (Charsets): Update the description for the new charset.
3034         (list-character-sets): New findex.
3035         (Language Environments): Add @anchor{Describe Language Environment}.
3037 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
3039         * basic.texi (Moving Point): Fix tag.
3041         * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3043         * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3044         use camel-case for PageUp and PageDown.
3046         * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3047         camel-case for PageUp and PageDown.
3049         * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3051         * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
3052         (Isearch Scroll): Decapitalize <next> and <prior>.
3054 2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
3056         * fixit.texi (Spelling): Set default dictionary.
3057         Improve descriptions (Bug#2554)
3059 2009-06-08  David Reitter  <david.reitter@gmail.com>
3061         * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3062         since saving colors and faces set this way is not implemented.
3063         (Environment variables): Remove mention of mac-fix-env, which is
3064         scheduled to be removed.
3066 2009-06-04  Chong Yidong  <cyd@stupidchicken.com>
3068         * custom.texi (Init Examples): Add example of changing load-path.
3070         * building.texi (Lisp Libraries): Add example of changing
3071         load-path (Bug#3446).
3073 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3075         * mark.texi (Mark): Further clarifications.
3076         (Setting Mark): Emphasize that C-SPC activates the mark.
3078 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3080         * mark.texi (Mark): Clarify introduction.  Mention disabling Transient
3081         Mark mode.
3082         (Using Region, Persistent Mark): Use "active mark" instead of "active
3083         region".
3085 2009-05-16  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3087         * mule.texi (Select Input Method): Fix typo.
3089 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
3091         * anti.texi (Antinews): Document completion changes.  Some additional
3092         copyedits and rearrangement of entries.
3094 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
3096         * misc.texi (Interactive Shell, Saving Emacs Sessions)
3097         (Shell History Copying, Terminal emulator): Copyedits.
3099         * xresources.texi (Resources): Simplify descriptions.
3100         Shorten description of editres, which is not very useful these days.
3101         (Table of Resources): Document fontBackend resource.
3103         * trouble.texi (Quitting): Add other undo bindings to table.
3104         (DEL Does Not Delete): Note that the erasure key is usually labeled
3105         "Backspace".  Remove discussion of obscure Xmodmap issue.
3107 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
3109         * files.texi (Visiting): Copyedits.
3111 2009-05-06  Chong Yidong  <cyd@stupidchicken.com>
3113         * basic.texi (Inserting Text): Document ucs-insert.
3115         * mule.texi (International Chars): Define "multibyte".  Note that
3116         internal representation is unicode-based.  Simplify definition of raw
3117         bytes.  Mention ucs-insert.
3118         (Enabling Multibyte): Remove obsolete discussion.  Copyedits.
3119         (Language Environments): Add language environments new to Emacs 23.
3120         (Multibyte Conversion): Node deleted.
3121         (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3122         Don't mention obsolete emacs-mule coding system.
3123         (Output Coding): Copyedits.
3125         * emacs.texi (Top): Update node listing.
3127 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3129         * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3131 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * building.texi (Lisp Libraries): `load-library' does offer completion.
3135 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
3137         * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3138         t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).
3140 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
3142         * maintaining.texi (Tags): Clarify text.  (Bug#3101)
3144 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3146         * entering.texi (Entering Emacs): Document initial-buffer-choice.
3148         * building.texi (Lisp Interaction): Document initial-scratch-message.
3150 2009-04-18  Juanma Barranquero  <lekktu@gmail.com>
3152         * msdog.texi (Windows Fonts): Fix typos.
3154         * files.texi (Save Commands): Fix pxref.
3156 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
3158         * files.texi (Save Commands): Mention diff-buffer-with-file.
3159         (Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
3160         Henoch (Bug#3036).
3162 2009-03-15  Glenn Morris  <rgm@gnu.org>
3164         * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3165         the former is not always used.
3166         (Mail Headers): Use active voice.  Add "Mail-reply-to".
3167         Change case of "Id".  Avoid repeated "appropriate".
3168         (Mail Aliases): Fix previous change - use an example with a ".", so it
3169         does actually get quoted when expanded.
3170         (Mail Sending): Mailclient is the default on some systems.
3171         (Citing Mail): Mention mail-indentation-spaces.
3172         (Mail Mode Misc): Add an @dfn for "mail signature".
3174 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
3176         * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3177         (Completion Options): Document read-file-name-completion-ignore-case,
3178         read-buffer-completion-ignore-case, and completion-styles.
3179         Remove description of partial-completion-mode.
3181 2009-03-14  Glenn Morris  <rgm@gnu.org>
3183         * sending.texi (Mail Format): Fix typo.  Add index entry for
3184         mail-header-separator.
3185         (Mail Headers): Put info about initialization and changing in one place
3186         at the start.  Update FCC section for mbox Rmail.  Clarify From
3187         section, mention mail-setup-with-from.  Clarify Reply-to section.
3188         Add Mail-followup-to and mail-mailing-lists.  Clarify References
3189         section.
3190         (Mail Aliases): Update example, make less contentious.
3191         Update for name change of mail-interactive-insert-alias.
3192         (Mail Mode): Remove mention of `%' as a word separator.
3193         (Mail Sending): Mention mail-send-hook.  Mention Mailclient.
3194         (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3195         commands.  Clarify FCC handling.  In mail-complete, add reference to
3196         Mail Aliases section, and mention mail-complete-function.
3197         (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3198         (Mail Mode Misc): Clarify the mail-signature function.  Add basic
3199         signature netiquette.  Explain how the mail hooks work when continuing
3200         a composition.
3201         (Mail Amusements): Internationalize the spook section a bit.
3202         Remove the spook mail-setup-hook example, since it doesn't work well.
3203         Mention fortune-file.
3204         (Mail Methods): Mention read-mail-command.
3206 2009-03-14  David Reitter  <david.reitter@gmail.com>
3208         * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3209         and NS resources following recent changes.
3211 2009-03-10  Jason Rumney  <jasonr@gnu.org>
3213         * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
3214         w32-use-visible-system-caret doc to indicate that it should get set
3215         automatically.
3216         (Windows Fonts): Add doc for the uniscribe backend.
3218 2009-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3220         * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3221         vc-dir.  (Bug#2598)
3223 2009-03-05  Reiner Steib  <Reiner.Steib@gmx.de>
3225         * fixit.texi (Spelling): Add turn-on-flyspell.  (Bug#2517)
3227 2009-03-05  Glenn Morris  <rgm@gnu.org>
3229         * rmail.texi (Rmail Basics): Add reference to sorting.
3230         (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3231         Minor re-wordings.
3232         (Rmail Motion): Mention rmail-next-same-subject.
3233         (Rmail Deletion): Expunging is not the only way to change the numbers.
3234         (Rmail Labels): Labels can also be used in sorting.
3235         (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
3236         (Rmail Display): Mention rmail-mime.
3238 2009-03-04  Glenn Morris  <rgm@gnu.org>
3240         * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3241         sort command.  Fix `rmail-sort-by-labels' name.  Mention sorting from
3242         summary.  Mention sorts cannot be undone.
3243         (Rmail Display): Give an example of how to use goto-address-mode.
3244         (Rmail Editing): It's keybindings that are redefined, not commands.
3245         Fix some typos.
3246         (Movemail): Some minor rewording.
3247         (Remote Mailboxes): Emacs movemail supports pop by default.
3248         Fix some minor grammatical issues.  The "two alternative ways" to
3249         specify a POP mailbox are really just one.  Remove all reference to the
3250         variables rmail-pop-password and rmail-pop-password-required, obsolete
3251         since Emacs 22.1.  Clarify the four password steps.  Emacs movemail
3252         can support Kerberos.
3254 2009-03-03  Glenn Morris  <rgm@gnu.org>
3256         * rmail.texi (Rmail Deletion): Revert previous change, which was
3257         describing the Rmail summary versions.
3258         (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3259         Minor re-wording for rmail-resend.
3260         (Rmail Make Summary): Summaries apply to buffers rather than files.
3261         <rmail-summary-by-topic>: Headers includes the subject.
3262         <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3263         details, including prefix arguments.
3264         Mention rmail-summary-by-senders on C-M-f.
3265         Not counting lines might be faster.
3266         (Rmail Summary Edit): More details on the delete commands.
3267         Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3268         Name the commands bound to the various keys.  Mention prefix argument
3269         for searching.
3270         (Rmail Display): Mention rmail-displayed-headers.  Fix typo.
3271         Simplify rmail-highlighted-headers description.  Update face name.
3273 2009-03-02  Juanma Barranquero  <lekktu@gmail.com>
3275         * mark.texi (Marking Objects): Fix typo.
3277 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
3279         * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3280         instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
3282 2009-03-01  Glenn Morris  <rgm@gnu.org>
3284         * rmail.texi (Rmail): Fix some typos.  Use consistent case in menu.
3285         (Rmail Motion): - M-s searches from the end of messages.
3286         (Rmail Deletion): Minor clarification.  Fix numeric argument
3287         description.
3288         (Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
3289         newmail and RMAILOSE files need not be in home-directory.
3290         (Rmail Files): Mention I/O menus are unselectable if no files match.
3291         Mention `MAIL' env-var.
3293 2009-02-24  Jason Rumney  <jasonr@gnu.org>
3295         * mule.texi (Fontsets): Mention fontset-default, font specs and
3296         fallback fontsets.
3297         (Defining Fontsets): Mention ns and w32 variants of
3298         standard-fontset-spec.  Update description of startup fontset to match
3299         Emacs 23 behavior.
3300         (Modifying Fontsets): New section.  (Bug#656)
3301         (International): Link to Modifying Fontsets.
3303 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3305         * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3306         Mention ns-extended-platform-support-mode.
3308 2009-02-22  Karl Berry  <karl@gnu.org>
3310         * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3312 2009-02-19  Juanma Barranquero  <lekktu@gmail.com>
3314         * basic.texi (Moving Point, Position Info):
3315         * files.texi (Visiting):
3316         * mini.texi (Completion Options):
3317         * text.texi (HTML Mode): Remove duplicate words.
3319 2009-02-20  Glenn Morris  <rgm@gnu.org>
3321         * rmail.texi: Minor updates for mbox rather than Babyl.
3323 2009-02-17  Karl Berry  <karl@gnu.org>
3325         * emacs.texi (Top): Add @insertcopying before master menu.  (Bug#1988)
3327 2009-02-17  Richard M Stallman  <rms@gnu.org>
3329         * anti.texi (Antinews): Mention Babyl format.
3331         * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3333         * rmail.texi: Update for mbox format.
3334         Various small fixes, as well as the following.
3335         (Out of Rmail): Node deleted.
3336         (Rmail): Update menu.
3337         (Rmail Files): Comment out set-rmail-inbox-list.
3338         Document rmail-inbox-list instead.
3339         (Rmail Output): Substantial changes since C-o is now
3340         rmail-output-as-seen and o is rmail-output.
3341         (Rmail Attributes): Delete `stored', add `retried'.
3342         (Rmail Display): Editing headers works in all cases.
3344 2009-02-17  Glenn Morris  <rgm@gnu.org>
3346         * basic.texi (Position Info): M-x count-lines-region is not always on
3347         M-=.  (Bug#2269)
3349 2009-02-09  Glenn Morris  <rgm@gnu.org>
3351         * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3352         defaults.
3354 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3356         * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3357         documentation of possible problems with redecoding.
3359 2009-02-03  Glenn Morris  <rgm@gnu.org>
3361         * rmail.texi (Out of Rmail): Mention b2m.pl.
3363 2009-01-31  Glenn Morris  <rgm@gnu.org>
3365         * rmail.texi (Out of Rmail): Correct b2m location.
3367 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
3369         * fixit.texi (Undo): Update undo limit values.
3371 2009-01-27  Glenn Morris  <rgm@gnu.org>
3373         * emacs.texi (Top): Fix Antinews menu entry.
3375 2009-01-25  Karl Berry  <karl@gnu.org>
3377         * text.texi (Foldout): Use @itemize @w{} to make an itemize
3378         item with no marker, instead of the syntactically incorrect
3379         @itemize @asis.
3381 2009-01-25  Juri Linkov  <juri@jurta.org>
3383         * building.texi (Grep Searching): Fix index entry for lgrep.
3385 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3387         * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3389 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
3391         * macos.texi (Preferences Panel): Update description of font setting to
3392         reflect that prior frame selection is no longer needed.
3394 2009-01-20  Nick Roberts  <nickrob@snap.net.nz>
3396         * building.texi (Debuggers): Revert some of 2008-10-31 change  to
3397         raise GUD subsections.
3399 2009-01-15  Glenn Morris  <rgm@gnu.org>
3401         * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3403 2009-01-10  Glenn Morris  <rgm@gnu.org>
3405         * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3407 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3409         * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3410         logical lines.
3412 2008-12-29  Juri Linkov  <juri@jurta.org>
3414         * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3416         * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3418 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3420         * misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
3421         goto-address-mode instead of goto-address.
3423         * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3424         mode.
3426         * emacs.texi (Top): Update node listing.
3428 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3430         * custom.texi (Directory Variables): Explain what is a "project".
3431         Add indexing.  Improve wording.  Add a footnote about using
3432         _dir-locals.el on MS-DOS.
3434 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3436         * files.texi (Misc File Ops): Mention chmod as an alias for
3437         set-file-modes.
3439 2008-12-24  Martin Rudalics  <rudalics@gmx.at>
3441         * help.texi (Help): Fix typos and reword.
3442         (Help Summary): Add entries for C-h n and C-h r, reorder
3443         entries, and do some minor fixes.
3444         (Name Help): Say that C-h F works for commands only.
3445         (Misc Help): Say that view-lossage displays 300 keystrokes.
3447 2008-12-20  Glenn Morris  <rgm@gnu.org>
3449         * ack.texi (Acknowledgments): General update based on AUTHORS,
3450         including removal of some stuff no longer distributed.
3452 2008-12-19  Agustín Martín  <agustin.martin@hispalinux.es>
3454         * fixit.texi: Mention hunspell.
3456 2008-12-19  Glenn Morris  <rgm@gnu.org>
3458         * ack.texi (Acknowledgments): Small grammar fix.
3459         Consolidate explanatory text at start.
3461         * display.texi (Text Display):
3462         * indent.texi (Indentation): Use @acronym with ASCII.
3464 2008-12-18  Glenn Morris  <rgm@gnu.org>
3466         * ack.texi: Various small updates and fixes.
3468 2008-12-18  Juri Linkov  <juri@jurta.org>
3470         * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3471         as a key binding to start a forward nonincremental word search.
3472         Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3473         a backward nonincremental word search.  Add index for `M-s w'
3474         `isearch-forward-word'.
3475         (Regexp Search): Add a short summary of regexp key commands like
3476         in the node "Basic Isearch".
3477         (Other Repeating Search): Fix typo.
3479 2008-12-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3481         * misc.texi (PostScript Variables): Fix doc.
3483 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3485         * programs.texi (Program Modes): Mention Ruby mode.
3487 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3489         * misc.texi (emacsclient Options): Describe what an empty string
3490         argument does for --alternate-editor.
3492 2008-12-09  Frank Schmitt  <ich@frank-schmitt.net>
3494         * cmdargs.texi (Font X): Distinguish between client-side and
3495         server-side fonts.  List valid Fontconfig properties.  Add reference to
3496         Fontconfig manual.  List valid GTK font properties.  Explain use of
3497         fc-list.
3499 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3501         * cmdargs.texi (Font X): Move discussion of quoting to top.
3503 2008-12-06  Glenn Morris  <rgm@gnu.org>
3505         * maintaining.texi (Old Revisions): Improve previous change.
3507 2008-12-05  Richard M Stallman  <rms@gnu.org>
3509         * anti.texi (Antinews): Minor fixes.
3511 2008-12-03  Glenn Morris  <rgm@gnu.org>
3513         * maintaining.texi (Old Revisions): Fix diff-switches description.
3515 2008-12-01  Martin Rudalics  <rudalics@gmx.at>
3517         * emacs.texi (Top): Fix typo.
3519 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3521         * misc.texi (Document View): Explain dependence on gs at the top.
3522         Copyedits.
3524         * emacs.texi (Top): Add DocView nodes to detailed node listing.
3526         * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3527         (Comment Commands): Discuss region-active behavior of M-; first.
3529 2008-11-29  Martin Rudalics  <rudalics@gmx.at>
3531         * display.texi (Line Truncation): Add reference to Continuation
3532         Lines.
3534         * windows.texi (Pop Up Window): Mention split-height-threshold
3535         and split-width-threshold.
3536         (Split Window): Add reference to Continuation Lines.
3538 2008-11-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
3540         * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3541         (GNUstep Support): New node.
3542         * anti.texi:
3543         * emacs.texi:
3544         * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3546 2008-11-28  Richard M Stallman  <rms@gnu.org>
3548         * misc.texi (Dissociated Press): Minor cleanups.
3550         * dired.texi (Image-Dired): Avoid passive.
3552 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3554         * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3555         representation.
3557 2008-11-26  Richard M. Stallman  <rms@gnu.org>
3559         * files.texi (Visiting): Rewrite paragraph for clarity.
3561         * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3563 2008-11-25  Alan Mackenzie  <acm@muc.de>
3565         * programs.texi (Moving by Parens): Clarify that parens inside strings
3566         and comments are ignored, and that the commands assume the starting
3567         point isn't in a string or comment.
3569 2008-11-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3571         * macos.texi: Add Prev/Next/Top pointers to all nodes.
3572         (Mac Basics): Merge in Grabbing Environment Variables from earlier
3573         version.
3574         (Mac Customization): Rewrite Preferences Panel section and merge in to
3575         this node, add Open files by dragging to an Emacs window.
3577         * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3579 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3581         * files.texi (Misc File Ops): Document set-file-modes.
3583         * windows.texi (Split Window): Document integer values of
3584         truncate-partial-width-windows.
3586         * text.texi (Text): Simplify description of markup languages.
3587         (TeX Mode): Simplify introduction.  Mention BibTeX mode.
3588         (TeX Editing): Note that `""' inserts one `"' character.
3589         (HTML Mode): Note in the introduction that XML mode is an alias for
3590         SGML mode.  Mention nXML mode.
3592 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3594         * building.texi (Watch Expressions): Fix typo.
3596 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3598         * files.texi (Visiting): Document new behavior of
3599         confirm-nonexistent-file-or-buffer.
3601         * buffers.texi (Select Buffer):
3602         Document confirm-nonexistent-file-or-buffer.
3604         * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3605         edit-picture.
3607         * text.texi (Text): Simplify introduction.  Discard mention of `M-x
3608         edit-picture', since that is just an alias for picture-mode.
3609         (Sentences): Note that repeated M-@ extends the region.
3610         (Pages): Make terminology more consistent.  Link to Regexps node.
3611         (Longlines): Discuss relationship with Visual Line mode.
3612         (Text Mode): Remove extraneous discussion of other modes, since they
3613         were already introduced in the parent node.
3615 2008-11-23  Chong Yidong  <cyd@stupidchicken.com>
3617         * anti.texi (Antinews): Rewrite.
3619         * entering.texi (Exiting): Mention "minimize" terminology.
3621         * frames.texi (Frame Commands): Mention "minimize" terminology.
3623         * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3624         formats.
3625         (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3626         (Misc X): Don't document useless -hb option.
3628 2008-11-22  Juri Linkov  <juri@jurta.org>
3630         * dired.texi (Dired Navigation): Change normal file name search option
3631         from `non-nil' to `t'.  Add `dwim' option.
3633 2008-11-22  Juri Linkov  <juri@jurta.org>
3635         * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3636         ".dir-locals.el".  Rename `define-project-bindings' to
3637         `dir-locals-set-class-variables'.  Rename `set-directory-project' to
3638         `dir-locals-set-directory-class'.
3640 2008-11-22  Lute Kamstra  <lute@gnu.org>
3642         * buffers.texi (Select Buffer): Index goto-line.
3643         * basic.texi (Moving Point): Mention the use of a numeric prefix
3644         argument with goto-line and refer to Select Buffer for the use of a
3645         plain prefix argument.
3647 2008-11-19  Glenn Morris  <rgm@gnu.org>
3649         * doclicense.texi: Update to FDL 1.3.
3650         * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3652 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
3654         * custom.texi (Minor Modes): Define mode commands and mode variables
3655         more precisely.  Recommend using mode commands instead of setting
3656         variables directly.  Put minor modes in a list, and add more modes.
3657         (Easy Customization): Use "init file" instead of .emacs.
3658         (Customization Groups): Update to new Custom buffer appearance.
3659         (Saving Customizations): Copyedits.  Update example.
3660         (Variables): Give example of variable type-sensitivity.
3661         (Examining): Update example.
3662         (Hooks): Copyedits.
3663         (Specifying File Variables): Use C comments instead of an artificial
3664         Lisp for the example.
3665         (Keymaps): Move internals discussion to Prefix Keymaps.
3666         (Rebinding): Remove redundant paragraph (stated in Key Binding).
3667         (Init Rebinding): Document kbd macro.
3668         (Init File): Link to Find Init.
3670         * mark.texi (Using Region): Document Delete Selection Mode more
3671         thoroughly.
3673         * frames.texi (Mouse Commands): Move most of the description of Delete
3674         Selection Mode to Using Region, and link to it.
3675         (Clipboard): Note that paste is bound to clipboard-yank.
3677         * building.texi (Compilation): Document first-error value of
3678         compilation-scroll-output.
3679         (Compilation Mode): Note that compilation-auto-jump-to-first-error
3680         works as soon as an error is available.  Suggested by Juri Linkov.
3682         * mini.texi (Passwords): New node.
3684         * files.texi (Remote Files): Link to Passwords node.
3686         * emacs.texi (Top): Update node listings.
3688 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
3690         * ack.texi (Acknowledgments): Some updating of credits.
3692         * emacs.texi (Acknowledgments): Add a couple more names.
3694         * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3696         * files.texi (Directories): Describe delete-directory in text.
3697         (Misc File Ops): Document use of trash.
3699 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
3701         * macos.texi (Mac Customization): Fix typos.
3703 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
3705         * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3706         replacing previous contents.  Numerous copyedits to adapt ns-emacs to
3707         the conventions of the main Emacs manual.
3709         * emacs.texi (Top): Update node listings.
3711 2008-11-12  Chong Yidong  <cyd@stupidchicken.com>
3713         * cmdargs.texi (Emacs Invocation): Link to Emacs Server.  Note that
3714         command-line-args is processed during startup.
3715         (Action Arguments): Correctly describe how file arguments interact with
3716         the startup screen.  Link to Lisp Interaction for scratch buffer.
3717         (Initial Options): Link to Command Example for -batch option.
3718         (Environment): Document initial-environment.
3720         * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3721         can't be changed in the site-start file.
3723 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
3725         * dired.texi (Dired): Mention C-x C-d too.
3726         (Dired Enter): Document M-n in the Dired minibuffer.
3727         (Dired Navigation): Explain dired-goto-file more clearly.
3728         Document dired-isearch-filenames.
3729         (Dired Deletion): Remove unnecessary "expunged" terminology.
3730         (Flagging Many Files): & is now rebound to `% &'.
3731         (Shell Commands in Dired): Document dired-do-async-shell-command.
3732         Clarify how multi-file arguments are passed.
3733         (Misc Dired Features): Document dired-do-isearch.
3735 2008-11-06  Chong Yidong  <cyd@stupidchicken.com>
3737         * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3739 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
3741         * search.texi (Other Repeating Search): Remove obsolete findex entries.
3743 2008-11-01  Chong Yidong  <cyd@stupidchicken.com>
3745         * programs.texi (Program Modes): Link to Program Indent node.
3746         (Left Margin Paren): Explain consequences of changing
3747         open-paren-in-column-0-is-defun-start more concisely.
3748         (Which Function, Program Indent, Info Lookup): Minor edits.
3749         (Basic Indent): If region is active, TAB indents the region.
3750         (Multi-line Indent): If region is active, TAB indents the region.
3751         Note that indent-region is useful when Transient Mark mode is off.
3752         (Matching): The delimiter at the cursor is highlighted---the character
3753         changes color.
3754         (Symbol Completion): Link to Completion node.
3756         * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3757         a strictly text-only system.
3759         * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3760         batch mode.
3762 2008-11-01  Richard M. Stallman  <rms@gnu.org>
3764         * misc.texi (Document View): Major rewrite.
3766         * maintaining.texi (Types of Log File): Change logs are older than
3767         version control.
3768         (VCS Concepts): Simplify and rearrange.
3769         (Version Control Systems): Make it clear that Linux is only the kernel.
3770         (VC Mode Line): Shorten reference to menu item.
3771         (Basic VC Editing): Clarify VC fileset.  Shorten and simplify.
3772         (VC Directory Mode): Minor cleanup.
3773         Unchanged files are hidden, not omitted.
3774         (VC Directory Commands): Shorten and simplify.
3775         (Change Log Commands): New node, split from Change Logs.
3776         (VC Directory Buffer): New node, split from VC Directory Mode.
3778 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
3780         * misc.texi (Document View): Rename from Document Files, moved here
3781         from files.texi.
3783         * files.texi (Version Control): Move to maintaining.texi.
3784         Subnodes moved as well.
3785         (Document Files): Move to misc.texi.
3787         * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3788         vc-update-change-log.
3789         (Version Control): Move here from files.texi.
3790         (Format of ChangeLog): Make it a subnode of Change Log.
3792         * emacs.texi (Top): Update node listing.
3794 2008-10-31  Tassilo Horn  <tassilo@member.fsf.org>
3796         * files.texi (Files): Add a section about document
3797         files (doc-view-mode).
3799 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
3801         * building.texi (Compilation Mode):
3802         Document compilation-auto-jump-to-first-error.
3803         (Debuggers): Lower GUD subsections to subsubsections.
3804         (Starting GUD): Add cindex.
3805         (Lisp Interaction): Note that scratch is no longer the initial buffer.
3807 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3809         * indent.texi (Indentation): Link to Program Indent.
3811         * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3812         now uses emacsclient's terminal.
3814 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
3816         * mark.texi (Using Region): Document use-empty-active-region.
3818         * emacs.texi (Top): Update node listings.
3820         * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.
3821         Don't mention obsolete emacs.bash script.
3822         (Invoking emacsclient): Rewrite, moving optional arguments to
3823         emacsclient Options.
3824         (emacsclient Options): New node.  Document server-use-tcp and
3825         server-host.
3827 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3829         * indent.texi (Indentation): Replace list with paragraphed text,
3830         putting description of syntax-driven indentation first.  Document new
3831         effect of active regions on tab.
3832         (Tab Stops): Note that editable tab stops affect indentation commands.
3834 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
3836         * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3838 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
3840         * custom.texi (Function Keys): Note that modified keypad keys are not
3841         translated.
3843         * basic.texi (Arguments): Explain how to insert multiple digits.
3845 2008-10-22  Michael Albinus  <michael.albinus@gmx.de>
3847         * files.texi (Remote Files): Precise selection of default method.
3848         Rewrite paragraph about disabling remote file names.
3850 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3852         * search.texi (Special Isearch): Document M-TAB is isearch.
3854         * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3855         command.
3857         * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3859 2008-10-22  Tassilo Horn  <tassilo@member.fsf.org>
3861         * emacs.texi (Acknowledgments): Add myself to Acknowledgments
3862         section.
3864 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
3866         * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3867         to files.texi.  Move contents of vc2-xtra.texi here.
3869         * vc2-xtra.texi: File removed.
3871         * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3872         Directory Commands from the submenu.  Don't include deleted file
3873         vc2-xtra.texi.
3875         * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3876         (Version Control): Add VC Directory Mode and VC Directory Commands to
3877         the submenu.
3878         (Why Version Control?): Use table format.
3879         (Version Control Systems): Note that Meta-CVS support is gone.
3880         (VCS Concepts): Note precisely when VC started supporting filesets.
3881         Remove bogus xref to CVS Options node.
3882         (Types of Log File): Copyedits.
3883         (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3884         (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3885         The Right Thing.
3886         (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3887         (Log Buffer): Reorganize node, putting C-c C-c description first.
3888         (Old Revisions): Use CVS for example, not RCS.
3889         (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3890         Commands from the submenu, putting them under Version Control.
3891         (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3892         need to include it in the manual unconditionally, since it is now
3893         crucial to using distributed version control systems.
3894         (Comparing Files): Note that diff uses the minibuffer, and that the
3895         output is shown using Diff mode.
3896         (Diff Mode): Explain what "patch" and "hunk" mean.
3897         Document diff-update-on-the-fly, diff-refine-hunk, and
3898         diff-show-trailing-whitespaces.
3899         (File Archives): Add rar support.
3901         * major.texi (Choosing Modes): Make mode selection sequence more
3902         obvious by describing the steps in order of priority.  Note that
3903         magic-mode-alist is nil by default.
3904         Document magic-fallback-mode-alist.
3906 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
3908         * frames.texi (Mouse References): Copyedits.
3910 2008-10-20  Tassilo Horn  <tassilo@member.fsf.org>
3912         * ack.texi (Acknowledgments): Add myself as doc-view author.
3914 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3916         * frames.texi (Dialog Boxes): Add @cindex entries.
3918 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
3920         * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3921         (Text-Only Mouse): Copyedit.
3923 2008-10-19  Chong Yidong  <cyd@stupidchicken.com>
3925         * frames.texi: Use @key throughout for mouse clicks.
3926         (Cut/Paste Other App): Document yank-pop-change-selection.
3927         (Secondary Selection): Fix modified mouse click syntax.
3928         (Clipboard): Describe Cut, Copy and Paste commands.
3929         (Mouse References): Not all references are in read-only buffers.
3930         Copyedits.
3931         (Creating Frames): Add xref to Init File.
3932         (Frame Commands): Add xref to Exiting.
3933         (Scroll Bars): Document GTK vs toolkit behavior.
3935 2008-10-15  Chong Yidong  <cyd@stupidchicken.com>
3937         * files.texi (Version Control): Copyedits.  Add Bazaar.
3938         (Version Control Systems): List different VCS's using an itemized list.
3939         Add Bazaar.
3940         (VCS Concepts): Copyedits.  Tweak description of file merging.
3942         * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3943         (Cut/Paste Other App): Document select-active-regions and
3944         x-select-enable-primary.
3946 2008-10-13  Chong Yidong  <cyd@stupidchicken.com>
3948         * mark.texi (Shift Selection): Correct case in node name.
3950         * emacs.texi (Top): Update node order in Mark chapter.
3952 2008-10-12  Eli Zaretskii  <eliz@gnu.org>
3954         * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3956         * mini.texi (Minibuffer File): Fix markup in last change.  Refer to
3957         elsewhere in the manual instead of describing yet again the intricacies
3958         of $HOME on MS-Windows and MS-DOS.
3960 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
3962         * mini.texi (Minibuffer File): Add xref to File Names.
3963         (Minibuffer File): Add discussion of `~' in file names.
3964         Add insert-default-directory index reference.
3966         * files.texi (File Names): Reorganize description.
3967         (Visiting): Add xref to Mode Line.  Copyedits.
3968         (Save Commands): Mention prefix behavior of C-x C-s.
3969         (Numbered Backups): Node deleted.
3970         (Backup Names): Contents of Numbered Backups moved here.  State default
3971         of version-control variable.
3972         (Reverting): Copyedits.
3973         (Version Control): Add additional version control systems.
3975         * emacs.texi (Top): Delete Numbered Backups node.
3977         * cmdargs.texi (General Variables): Change Numbered Backups xref to
3978         Backup Names.
3979         (Initial Options): Document renamed variable inhibit-startup-screen.
3981 2008-10-11  Romain Francoise  <romain@orebokech.com>
3983         * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3985 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
3987         * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3988         (Select Buffer): Mention use of minibuffer history.  Describe default
3989         value of default-major-mode.  Mention that C-x 4 b selects the other
3990         window.
3991         (List Buffers): Document CRM indicators in the order they appear.
3992         (Kill Buffer): Document new command kill-matching buffers.
3993         (Several Buffers): Move explanation of the relationship between buffer
3994         list and buffer menu to the top.
3995         (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3997 2008-10-10  Chong Yidong  <cyd@stupidchicken.com>
3999         * entering.texi (Exiting): Document change of C-x C-c to
4000         save-buffers-kill-terminal.  Document kill-emacs.
4002 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
4004         * mule.texi (Coding Systems): Don't mention codepage-setup.
4006         * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4007         cpNNN coding systems anymore.
4008         (MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support
4009         for unibyte mode.  Don't mention line-drawing characters.
4010         Don't mention dos-unsupported-char-glyph.
4012 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
4014         * search.texi (Search): Shorten introduction.
4015         (Basic Isearch): Add command table.  Discuss reverse isearch and
4016         isearch highlighting.
4017         (Repeat Isearch): Move lazy highlighting discussion here.  Add search
4018         ring to cindex.
4019         (Special Isearch): Move input methods discussion here.
4020         (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4021         (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4022         Repeat Isearch.
4023         (Isearch Minibuffer): New node.
4024         (Word Search): Document new word search commands.
4025         (Regexp Example): Simplify example using sentence-end-base variable.
4026         (Replace): Reword introduction.
4027         (Unconditional Replace): Remove unnecessary example.
4028         (Other Repeating Search): Document new `M-s o' binding.
4030         * emacs.texi (Top): Update node listings.
4032 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
4034         * emacs.texi (Top): Remove Kill Errors from menu.
4036 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
4038         * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4039         interface for defining macros.  Simplify examples.  Note that C-g quits
4040         macro definitions.
4041         (Keyboard Macro Counter): Document using F3 to insert counter.
4042         Give usage example.
4043         (Keyboard Macro Query): Organize query responses in a table.
4045         * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4046         Link to Erasing node.
4047         (Undo): Reorganize paragraphs for logical flow.  Move keybinding
4048         rationale to a footnote.
4049         (Kill Errors): Remove node, due to redundancy with Erasing.
4050         (Spelling): Move discussion of flyspell to end.  Note new behavior of
4051         M-$ in active region.  Remove non-ispell-specific keybindings from
4052         table.
4054 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
4056         * cmdargs.texi (Initial Options): Document --daemon.
4058 2008-09-20  Glenn Morris  <rgm@gnu.org>
4060         * files.texi (Numbered Backups): Mention that some modes set
4061         version-control.
4063 2008-09-20  Jim Blandy  <jimb@red-bean.com>
4065         * files.texi (Numbered Backups): Reference File Variables, as well.
4066         Remove discussion of Rmail's implementation.
4068 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
4070         * misc.texi (Recursive Edit): Note that top-level exits active
4071         minibuffers.
4073         * trouble.texi (Quitting): Likewise.
4075 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
4077         * emacs.texi (Top): Add Temporary Face Changes xref.
4079         * display.texi (Display): Move Temporary Face Changes node to just
4080         after Standard Faces.
4081         (Scrolling): Document recenter-top-bottom instead of recenter.
4082         (Horizontal Scrolling): Move auto hscroll discussion to the top.
4083         (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4084         (Display Custom): Copyedits.
4085         (Optional Mode Line): Document display-battery-mode.
4087 2008-08-27  Romain Francoise  <romain@orebokech.com>
4089         * custom.texi (Directory Variables): Minor fix.
4091 2008-08-27  Glenn Morris  <rgm@gnu.org>
4093         * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4094         descriptions.
4095         (Calendar Customizing): Tweak layout description.
4096         Move calendar-today-marker and calendar-today face to the other
4097         markers.  Condense calendar-star-date and calendar-mark-today
4098         description.
4099         (Holiday Customizing): Add oriental and solar holidays.
4100         Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4101         Fix holiday-float description.  Use zerop in examples.  Be less verbose.
4102         (Date Display Format): Change ISO format.  Be less verbose.
4103         (Diary Customizing): Mention day and month abbrev arrays.
4104         Mention the date-form variables by name.  Update European example.
4105         (Non-Gregorian Diary): Change node name.  Mention Baha'i functions.
4106         Condense examples.  Mention diary-entry-symbols by name.
4107         Condense table for insertion commands.
4108         (Fancy Diary Display): Mention diary-include-string and
4109         diary-sexp-entry-symbol.  Condense example.  Add Chinese, Coptic,
4110         Ethiopic, Persian date functions.  Condense descriptions.
4112         * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4113         (Adding to Diary): Adapt for changed node name.
4115 2008-08-26  Glenn Morris  <rgm@gnu.org>
4117         * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4118         node "Hebrew/Islamic Entries".
4120         * calendar.texi (Specified Dates): Fix names of iso functions.
4121         (General Calendar): There may not be another window.
4122         (Writing Calendar Files, Holidays): Tweak intro.
4123         (Holidays): Mention Baha'i and Chinese holidays.
4124         (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4125         (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4126         (To Other Calendar): Add calendar-print-other-dates.
4127         Refer to "graphic display" rather than "X.
4128         (From Other Calendar): Add calendar-bahai-goto-date.  Fix reference.
4129         (Displaying the Diary): Fix whitespace after reference.
4130         Fix `diary-number-of-entries' reference.
4131         (Date Formats): Explicitly mention that day names can be abbreviated.
4132         (Adding to Diary): Add some references to other sections.
4133         (Special Diary Entries): Fix reference.
4134         (Appointments): Simplify appt-message-warning-time entry.
4135         Clarify where times must be.
4136         (Importing Diary): Comment out icalendar paragraph that does not apply.
4137         (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4139 2008-08-23  Glenn Morris  <rgm@gnu.org>
4141         * fortran-xtra.texi (Fortran): Change description of free form and
4142         fixed form a bit.  Mention hideshow and imenu.
4143         (Fortran Motion): Mention fortran-end-of-subprogram,
4144         fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4145         (Fortran Indent): Minor re-word.
4146         (ForIndent Commands): Mention fortran-fill-paragraph and
4147         fortran-fill-statement.
4148         (ForIndent Cont): Mention fortran-tab-mode-string.
4149         (Fortran Comments): Mention fortran-comment-line-start-skip.
4150         (Fortran Columns): Mention font-locking.
4151         (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4153 2008-08-23  Johan Bockgård  <bojohan@muon>
4155         * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4157 2008-08-22  Chong Yidong  <cyd@stupidchicken.com>
4159         * mini.texi (Minibuffer): Simplify introduction.
4160         (Minibuffer File): Document tilde in minibuffer filenames.
4161         (Minibuffer Edit): Mention that the prompt is read-only.  Describe how
4162         to enter tabs, spaces, and question marks.  Describe behavior of C-a.
4163         (Completion Example): Update example to current command list.
4164         (Completion Options): Document `lazy' value of completion-auto-help.
4165         Update contents of completion-ignored-extensions.
4166         (Minibuffer History): Describe "future history" list.  State default
4167         value of history-delete-duplicates.
4169 2008-08-21  Glenn Morris  <rgm@gnu.org>
4171         * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
4172         (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
4174 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
4176         * regs.texi (Registers): Clarify valid register names.
4177         (RegPos): Note that buffer is saved and restored too.
4178         (RegText): Note that mark is reactivated/deactivated.
4179         (RegConfig): Xref to Windows node.
4181 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
4183         * basic.texi (Inserting Text): Provide command name for C-q.
4185         * killing.texi (Killing): Copyedit.  Define read-only text.
4186         (Deletion): DEL and C-d were already explained in Erasing; xref there.
4187         (Killing by Lines): Copyedit.
4188         (Other Kill Commands): Move M-w description here.
4189         (Yanking): Move M-w to Other Kill Commands.
4190         (Kill Ring): Also mention saving text in registers.  Link to Text
4191         Properties in elisp manual.
4192         (Accumulating Text): Copyedit.
4193         (CUA Bindings): Shift selection is now the default.
4195 2008-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4197         * maintaining.texi (Change Log): Mention next-error is available.
4199 2008-08-10  Glenn Morris  <rgm@gnu.org>
4201         * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4202         and intermonth text.
4203         (Holiday Customizing): Add holiday-chinese.
4205 2008-08-08  Eli Zaretskii  <eliz@gnu.org>
4207         * files.texi (Log Buffer, Diff Mode): Fix last changes.  Add indexing.
4209 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4211         * files.texi (Log Buffer): Describe C-c C-d.
4212         (Diff Mode): Describe C-x 4 A.
4214 2008-08-06  Eli Zaretskii  <eliz@gnu.org>
4216         * vc1-xtra.texi (VC Directory Mode): Fix last change.
4218 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4220         * files.texi (Old Revisions): Update the keys used by vc-annotate and
4221         describe the new bindings to show the changeset diff, toggle annotation
4222         visibility, show revisions.
4223         (VC Status): Describe key bindings for modifying the change comments,
4224         displaying changeset diffs and annotations.
4226         * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4228 2008-08-05  Nick Roberts  <nickrob@snap.net.nz>
4230         * vc1-xtra.texi (VC Directory Mode): Fix typo.
4232 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
4234         * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4235         and wording.
4237 2008-08-02  Dan Nicolaescu  <dann@ics.uci.edu>
4239         * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
4240         marking/unmarking.  Add descriptions for the multiple file search
4241         commands.  Improve some old info.
4243 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4245         * display.texi (Visual Line Mode): New node.
4247         * basic.texi (Inserting Text): Move DEL to deletion node.
4248         (Moving Point): Add additional alternative key bindings.
4249         Describe line-move-visual.
4250         (Erasing): Describe DEL.
4251         (Basic Undo, Blank Lines, Arguments): Copyedit.
4252         (Continuation Lines): Mention Visual Line mode.
4253         (Position Info): Move extended discussion to mule.texi.
4255         * mule.texi (International Chars): Describe C-x =.
4257         * emacs.texi (Top): Add Visual Line Mode node.
4259 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4261         * emacs.texi: Remove VMS support.
4263 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4265         * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4266         the vc-dir command name.
4268 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4270         * xresources.texi: Remove mentions of Mac Carbon.
4272 2008-07-19  Andreas Schwab  <schwab@suse.de>
4274         * ns-emacs.texi: Move to ../misc.
4276 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4278         * entering.texi (Exiting): Don't describe text-only terminals as the
4279         default.  Describe the new startup screen.
4280         (Exiting): Describe how to kill Emacs first.  Change description of
4281         iconification to handle modern window systems.
4283 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4285         * ns-emacs.texi: New file, documents features of Emacs port under
4286         NeXTstep windowing.
4288 2008-07-15  Chong Yidong  <cyd@stupidchicken.com>
4290         * entering.texi (Entering Emacs): Update prev node.
4292         * glossary.texi (Glossary): Remove xref to Text Characters.
4294         * commands.texi (User Input): Rewrite.  Describe Emacs' behavior
4295         directly, rather than in the context of ASCII.  Move description of
4296         special properties of modifier key to new Modifier Keys node.
4297         (Keys): Copyedit.
4298         (Text Characters): Delete node.  Multibyte is the default nowadays, and
4299         the node contents are obsolete.
4301         * custom.texi (Modifier Keys): New node.
4303         * emacs.texi (Top): Update node list.
4305 2008-07-13  Chong Yidong  <cyd@stupidchicken.com>
4307         * emacs.texi (Intro): Increase conciseness slightly.  Remove paragraph
4308         saying that Emacs provides menus and mouse support (which is par for
4309         the course).
4311         * screen.texi (Screen): Copyedit.  Define "buffer" and "current buffer"
4312         early on.
4313         (Point): Copyedit.  Relegate historical trivia to a footnote.
4314         (Mode Line): Explain mode-line format more consistently.
4315         (Menu Bar): Copyedit.
4317 2008-06-27  Glenn Morris  <rgm@gnu.org>
4319         * cal-xtra.texi (Sexp Diary Entries):
4320         * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4322 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4324         * mark.texi (Shift selection): New node.
4325         (Mark): Copyedits.
4326         (Persistent Mark): Move to the end of the chapter.
4328 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4330         * makefile.w32-in (distclean): Remove makefile.
4332 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4334         * building.texi (Starting GUD): Add an entry for gud-gdb.
4335         (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4336         command mode.
4338 2008-06-17  Glenn Morris  <rgm@gnu.org>
4340         * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4342 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4344         * building.texi (Starting GUD): Expand on remote debugging.
4345         (Other GDB-UI Buffers): Mention new keyboard bindings.
4347 2008-06-15  Glenn Morris  <rgm@gnu.org>
4349         * gnu.texi: Use a verbatim license for this invariant section,
4350         as per etc/GNU.
4352 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4354         * emacs.texi, misc.texi: Add documentation about serial port access.
4356 2008-06-13  Glenn Morris  <rgm@gnu.org>
4358         * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4359         maintain.info.
4361 2008-06-05  Miles Bader  <miles@gnu.org>
4363         * display.texi (Temporary Face Changes): Update to reflect function
4364         renamings in face-remap.el.
4366 2008-06-04  Miles Bader  <miles@gnu.org>
4368         * display.texi (Temporary Face Changes):
4369         Add `adjust-buffer-face-height'.  Rewrite description of
4370         `increase-buffer-face-height' and `decrease-default-face-height' now
4371         that they aren't bound by default.
4373 2008-06-03  Miles Bader  <miles@gnu.org>
4375         * display.texi (Temporary Face Changes): New node.
4377 2008-05-31  Eli Zaretskii  <eliz@gnu.org>
4379         * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4381 2008-05-31  Glenn Morris  <rgm@gnu.org>
4383         * cal-xtra.texi (Fancy Diary Display): Simplify.
4385 2008-05-30  Glenn Morris  <rgm@gnu.org>
4387         * cal-xtra.texi (Fancy Diary Display): Update for
4388         diary-display-function replacing diary-display-hook.
4390 2008-05-29  Drew Adams  <drew.adams@oracle.com>
4392         * msdog.texi (Windows Keyboard): Add descriptions of
4393         w32-register-hot-key and w32-unregister-hot-key.
4395 2008-05-21  Tom Tromey  <tromey@redhat.com>
4397         * custom.texi (Directory Variables): Grammar fix.  Link to Safe File
4398         Variables node.
4400 2008-05-19  Tom Tromey  <tromey@redhat.com>
4402         * custom.texi (Variables): Add Directory Variables to menu.
4403         (Directory Variables): New node.
4405 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
4407         * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4409 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
4411         * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4412         Revision Tags and rewritten.  Section now uses modern terminology,
4413         (tags rather than snapshots) and describes post-SCCS systems more
4414         accurately.
4416 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
4418         * msdog.texi (Windows Files): Update documentation of
4419         w32-get-true-file-attributes.
4421 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4423         * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4424         directory mode.
4426 2008-05-08  Chong Yidong  <cyd@stupidchicken.com>
4428         * killing.texi (Appending Kills): Remove a strangely off-topic index
4429         entry "television".
4431 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
4433         * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4435 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
4437         * emacs/buffers.texi, emacs/files.texi (Version-control):
4438         vc-toggle-read-only is no longer a good idea...
4440 2008-04-29  Glenn Morris  <rgm@gnu.org>
4442         * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4444 2008-04-22  Juri Linkov  <juri@jurta.org>
4446         * dired.texi (Subdirectories in Dired): Describe using `^'
4447         to return to the parent directory.
4449 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4451         * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4452         recent changes.
4454 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4456         * building.texi (GDB-UI Layout, Breakpoints Buffer)
4457         (Other GDB-UI Buffers): Update for recent thread related changes.
4459 2008-04-11  Mirko Vukovic  <mirko.vukovic@gmail.com>  (tiny change)
4461         * maintaining.texi (Maintaining):
4462         * emacs.texi (Top): Typo.
4464 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4467         arg in `font-lock-add-keywords'.
4469 2008-04-08  Glenn Morris  <rgm@gnu.org>
4471         * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4472         Also add Baha'i calendar references where appropriate.
4474 2008-04-05  Glenn Morris  <rgm@gnu.org>
4476         * custom.texi (Init File): Byte-compiling .emacs is bad.
4478 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4482 2008-03-29  Glenn Morris  <rgm@gnu.org>
4484         * calendar.texi: Update for `calendar-date-style' replacing
4485         `european-calendar'.
4487 2008-03-28  Jason Rumney  <jasonr@gnu.org>
4489         * display.texi (Display Custom): Mention overlay-margin in text.
4491 2008-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
4493         * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4494         tutorial' comments.
4496 2008-03-28  Chong Yidong  <cyd@stupidchicken.com>
4498         * mark.texi (Mark): Rearrange nodes.
4499         (Persistent Mark): Rename from Transient Mark.
4500         (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4501         Describe Transient Mark mode as the default.
4503         * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4504         the default behavior with Transient Mark mode off.
4505         (Position Info): Fix typo.
4507         * display.texi (Standard Faces): Reference the Mark node.
4508         Remove discussion of the region face, which is discussed there.
4510         * emacs.texi (Top): Update node listings.
4512         * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4513         as the default.
4515         * fixit.texi (Undo): Standardize choice of undo key sequence.
4516         (Undo, Spelling): Describe Transient Mark mode as the default.
4518         * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4519         default.
4521         * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4523         * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4524         mode is the default, and note that the mark is not activated when set.
4526         * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4527         Describe Transient Mark mode as the default.
4529         * search.texi (Basic Isearch): Reference the Mark Ring node.
4530         (Replace, Unconditional Replace, Other Repeating Search):
4531         Describe Transient Mark mode as the default.
4533         * text.texi (Words, Pages, Fill Commands, HTML Mode):
4534         Describe Transient Mark mode as the default.
4535         (Paragraphs): Describe how M-h behaves when region is active.
4537         * trouble.texi (Quitting): Clarify effects of C-g.
4539 2008-03-13  Glenn Morris  <rgm@gnu.org>
4541         * emacs.texi (EMACSVER): Set to 23.0.60.
4543 2008-03-05  Glenn Morris  <rgm@gnu.org>
4545         * dired.texi (Hiding Subdirectories): Fix previous change.
4547 2008-03-05  Drew Adams  <drew.adams@oracle.com>
4549         * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4551 2008-02-28  Kim F. Storm  <storm@cua.dk>
4553         * help.texi (Help Files): Move describe-gnu-project to C-h g.
4554         Move describe-distribution to C-h C-o.
4555         Move view-emacs-problems to C-h C-p.
4556         Add view-emacs-debugging on C-h C-d.
4557         Add view-external-packages on C-h C-e.
4558         Add view-order-manuals on C-h C-m.
4560 2008-02-17  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4562         * msdog-xtra.texi (MS-DOS): Docstring fix.
4564 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
4566         * msdog.texi (Windows Fonts): Use a @table for describing font
4567         properties.
4569 2008-02-07  Jason Rumney  <jasonr@gnu.org>
4571         * msdog.texi (Windows Files): w32-get-true-file-attributes default
4572         value has changed.
4573         (Windows HOME): Clarify what is meant by "if that fails as well".
4574         (Windows Fonts): New section.
4576 2008-02-07  D. E. Evans  <sinuhe@gnu.org>  (tiny change)
4578         * basic.texi (Basic Undo): Remove duplicate "you can".
4580 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4582         * maintaining.texi (Tags): Fix last change.
4584 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
4586         * tramp.texi: Use new FSF's Back-Cover Text.
4588 2008-01-31  Nick Roberts  <nickrob@snap.net.nz>
4590         * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4592 2008-01-26  Richard Stallman  <rms@gnu.org>
4594         * maintaining.texi (Tags): Delete redundant index entry.
4596 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4598         * programs.texi (Imenu): Move "@cindex tags" from here...
4599         * maintaining.texi (Tags): ...to here.
4601 2008-01-23  Kevin Ryde  <user42@zip.com.au>
4603         * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4604         click count.
4606 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4608         * entering.texi (Exiting): Fix typo.
4609         Reported by D. E. Evans <sinuhe@gnu.org>.
4611 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
4613         * glossary.texi (Glossary): Fix typo.
4615 2007-12-27  Richard Stallman  <rms@gnu.org>
4617         * text.texi (Formatted Text): Improve menu tag.
4618         (Editing Format Info): In Info, add duplicate menu of nodes
4619         about the submenus.
4620         (Format Faces): Say where Faces menu is found.  Mention Other.
4621         (Format Colors): Say where these submenus are found.
4622         (Format Indentation, Format Justification): Likewise.
4623         (Format Properties): Likewise.
4625 2007-12-22  Richard Stallman  <rms@gnu.org>
4627         * search.texi (Query Replace): Make exp of query-replace more
4628         self-contained, and clarify.
4630         * cc-mode.texi (Getting Started): Change @ref to @pxref.
4632 2007-12-15  Richard Stallman  <rms@gnu.org>
4634         * files.texi (Auto Save): Clarify definition of auto-saving.
4636 2007-11-26  Richard Stallman  <rms@gnu.org>
4638         * help.texi (Help Echo): Cleanups.
4640 2007-11-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4642         * files.texi (Why Version Control?): Fix typo.
4643         (VCS Concepts): Fix typos; small tense fix.
4644         (Selecting a Fileset): Fix typos; small rewording.
4645         (Log Buffer): Likewise.
4646         (Old Revisions): Likewise.
4648 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4650         * mule.texi (Communication Coding): Fix wording of last change.
4652 2007-11-16  Werner Lemberg  <wl@gnu.org>
4654         * custom.texi (Specifying File Variables):
4655         * major.texi (Choosing Modes): Mention '\" in man pages.
4657 2007-11-16  Kenichi Handa  <handa@ni.aist.go.jp>
4659         * mule.texi (Communication Coding): Document x-select-request-type.
4661         * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4663 2007-11-15  Francesco Potortì  <pot@gnu.org>
4665         * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4666         --output=file.
4668 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4670         * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4671         (Help Echo): Avoid mentioning the term "region" here and
4672         consistently use the term "active text".
4674 2007-11-11  Glenn Morris  <rgm@gnu.org>
4676         * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4678 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4680         * search.texi (Query Replace):
4681         Mention `query-replace-show-replacement'.
4683 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4685         * building.texi (Watch Expressions): Remove obscure sentence.
4687 2007-11-06  Kenichi Handa  <handa@ni.aist.go.jp>
4689         * mule.texi (Select Input Method): Describe how to activate an input
4690         method in the text mode.
4692 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4694         * cmdargs.texi (Misc Variables): Remove Sun windows info.
4696 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
4698         * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4700 2007-10-30  Glenn Morris  <rgm@gnu.org>
4702         * misc.texi (Directory Tracking): Explain a bit more about
4703         dirtrack-mode.
4705 2007-10-25  Glenn Morris  <rgm@gnu.org>
4707         * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4709 2007-10-24  Richard Stallman  <rms@gnu.org>
4711         * misc.texi (Interactive Shell): Cleanup last change.
4713 2007-10-22  Juri Linkov  <juri@jurta.org>
4715         * mini.texi (Minibuffer History): Add text about a list of minibuffer
4716         default values.
4718 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4720         * files.texi: Disambiguate two slightly different uses of the term
4721         'filesets'.
4723 2007-10-18  Martin Rudalics  <rudalics@gmx.at>
4725         * trouble.texi (Quitting): Fix typo.
4727 2007-10-18  Glenn Morris  <rgm@gnu.org>
4729         * frames.texi (Mode Line Mouse): Mention minor mode names.
4731 2007-10-17  Juri Linkov  <juri@jurta.org>
4733         * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4734         fill-paragraph operates on the active region in Transient Mark mode.
4735         (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4736         with fill-paragraph.
4738         * basic.texi (Arguments): Replace fill-paragraph-or-region with
4739         fill-paragraph.
4741         * fixit.texi (Spelling): ispell-word operates on the active region
4742         in Transient Mark mode.
4744 2007-10-17  Aaron S. Hawley  <aaronh@garden.org>
4746         * building.texi (Source Buffers):
4747         * custom.texi (Init Non-ASCII):
4748         * glossary.texi (Glossary): Use "key binding" consistently.
4750 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
4752         * calendar.texi (Diary): Fix directive.
4754 2007-10-16  Richard Stallman  <rms@gnu.org>
4756         * calendar.texi (Diary): Clarify text about diary file example.
4758 2007-10-13  Eric S. Raymond  <esr@snark.thyrsus.com>
4760         * files.texi: Capitalize node names according to convention.
4762 2007-10-13  Glenn Morris  <rgm@gnu.org>
4764         * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4766 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4768         * emacs.texi:
4769         * files.texi (Version Systems): Minor fixes to version-control material
4770         suggested by RMS and Robert J. Chassell.
4772 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4774         * files.texi (Version Systems):
4775         * vc-xtra.texi:
4776         * vc1-xtra.texi:
4777         * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4778         operations.  Change of terminology from `version' to `revision'.
4779         Revise text for adequate description of VCSes with monotonic IDs.
4780         * emacs.texi: Change of terminology from `version' to `revision'.
4782 2007-10-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4784         * files.texi (Version Systems): Describe newer VCses.
4785         Reorder the descriptions to be chronological.
4787 2007-10-09  Richard Stallman  <rms@gnu.org>
4789         * display.texi (Cursor Display): Correct how cursor appears
4790         in nonselected windows.
4792 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
4794         * building.texi (GDB Graphical Interface): Remove references to gdba
4795         and mention gud-gdb.
4797 2007-08-31  Eli Zaretskii  <eliz@gnu.org>
4799         * rmail.texi (Rmail Sorting): Improve indexing.
4801 2007-10-06  Juri Linkov  <juri@jurta.org>
4803         * text.texi (Fill Commands): Document fill-paragraph-or-region.
4804         (Fill Prefix, Format Indentation): Replace fill-paragraph with
4805         fill-paragraph-or-region.
4807         * basic.texi (Arguments): Replace fill-paragraph with
4808         fill-paragraph-or-region.
4810 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
4812         * files.texi: Update the section on version control for 2007
4813         conditions.  None of these changes are new-VC-specific; that
4814         will come later.
4816 2007-09-15  Glenn Morris  <rgm@gnu.org>
4818         * calendar.texi (Holidays): Change all instances of `holiday-list' back
4819         to `list-holidays'.
4821 2007-09-14  Glenn Morris  <rgm@gnu.org>
4823         * calendar.texi: Update all instances of mark-calendar-holidays,
4824         list-calendar-holidays, list-holidays with the new names.
4826 2007-09-06  Glenn Morris  <rgm@gnu.org>
4828         Move manual sources from man/ to subdirectories of doc/.
4829         Split into the Emacs manual in emacs/, and other manuals in misc/.
4830         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4831         manual.
4832         (infodir): New variable.
4833         (info): Use $infodir.
4834         (emacsman): Delete target, not needed any more.
4835         Move all targets that are not the Emacs manual to misc/Makefile.in.
4836         (mostlyclean): Remove `gnustmp'.
4837         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4838         manual.
4839         (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
4840         (emacsman): Delete target, not needed any more.
4841         (clean): Remove all info files but Emacs manual.
4842         Move all targets that are not the Emacs manual to misc/Makefile.in.
4843         * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4845         * Makefile.in (INFOSOURCES): Delete.
4846         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4847         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
4848         *.vrs *.toc here...
4849         (maintainer-clean): ...from here.
4851 2007-09-05  Glenn Morris  <rgm@gnu.org>
4853         * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4855 2007-08-29  Glenn Morris  <rgm@gnu.org>
4857         * emacs.texi (EMACSVER): Increase to 23.0.50.
4859 2007-08-27  Richard Stallman  <rms@gnu.org>
4861         * emacs.texi (Top): Clarify menu item for Glossary.
4863         * display.texi (Faces): Change secn title.
4864         Clarify not all fonts come from Font Lock.
4866 2007-08-17  Eli Zaretskii  <eliz@gnu.org>
4868         * basic.texi (Position Info): Add index entry for face at point.
4869         Mention that character faces are also displayed by "C-u C-x =".
4871 2007-08-08  Glenn Morris  <rgm@gnu.org>
4873         * glossary.texi (Glossary): Deprecate `iff'.
4875 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4877         * files.texi (File Conveniences): Document point motion keys in Image
4878         mode.
4880 2007-07-27  Glenn Morris  <rgm@gnu.org>
4882         * emacs.texi (Copying): Include license text from gpl.texi, rather than
4883         in-line.
4885         * gpl.texi: New file with text of GPL.
4886         * Makefile.in (EMACSSOURCES): Add gpl.texi.
4888 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4890         * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4892         * dired.texi (Wdired): Mention C-x C-q key binding.
4894 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4896         * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4898 2007-07-25  Glenn Morris  <rgm@gnu.org>
4900         * emacs.texi (Copying): Replace license with GPLv3.
4902         * Relicense all FSF files to GPLv3 or later.
4904 2007-07-24  Glenn Morris  <rgm@gnu.org>
4906         * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4907         for some calendars.
4909 2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
4911         * screen.texi (Mode Line): Describe new mode-line flag that shows if
4912         default-directory for the current buffer is on a remote machine.
4914 2007-07-21  Eli Zaretskii  <eliz@gnu.org>
4916         * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4917         default value.
4919 2007-07-21  Richard Stallman  <rms@gnu.org>
4921         * files.texi (Why Version Control?): Improve previous change.
4923 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
4925         * files.texi (Why Version Control?): New node.
4927 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
4929         * building.texi (Starting GUD): Add xref to this anchor.
4931 2007-06-24  Karl Berry  <karl@gnu.org>
4933         * emacs.texi: New Back-Cover Text.
4935 2007-06-07  Alan Mackenzie  <acm@muc.de>
4937         * display.texi (Optional Mode Line): Document the new form of
4938         line+column numbers, "(561,2)".
4940 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4942         * maintaining.texi (Create Tags Table): Fix typos.
4944 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4946         * Version 22.1 released.
4948 2007-05-07  Karl Berry  <karl@gnu.org>
4950         * emacs.texi (EMACSVER): Back to 22.
4952 2007-05-06  Richard Stallman  <rms@gnu.org>
4954         * maintaining.texi (Create Tags Table): Clean up previous change.
4956 2007-05-05  Francesco Potortì  <pot@gnu.org>
4958         * maintaining.texi (Create Tags Table): Add text about the dangers of
4959         making symbolic links to tags files.
4961 2007-05-04  Karl Berry  <karl@gnu.org>
4963         * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4965 2007-05-03  Karl Berry  <karl@gnu.org>
4967         * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4969         * .cvsignore (*.pdf): New entry.
4971         * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4972         for printing.
4974 2007-05-01  Richard Stallman  <rms@gnu.org>
4976         * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4978 2007-04-28  Glenn Morris  <rgm@gnu.org>
4980         * ack.texi (Acknowledgments):
4981         * anti.texi (Antinews):
4982         * programs.texi (Program Modes): Restore mention of python.el pending
4983         consideration of legal status.
4985 2007-04-28  Richard Stallman  <rms@gnu.org>
4987         * files.texi (File Names): Fixes to ~ description on MS systems.
4989 2007-04-26  Glenn Morris  <rgm@gnu.org>
4991         * emacs.texi (EMACSVER): Increase to 22.1.50.
4993 2007-04-25  Karl Berry  <karl@gnu.org>
4995         * emacs.texi: Improve line breaks on copyright page,
4996         similar layout to lispref, 8.5x11 by default.
4998         * dired.texi (Image-Dired): Improve line break, fix typo.
5000 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5002         * programs.texi (Program Modes):
5003         * anti.texi (Antinews):
5004         * ack.texi (Acknowledgments): python.el removed.
5006 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5008         * display.texi (Highlight Interactively): Correct description of
5009         hi-lock-file-patterns-policy.
5011         * files.texi (File Archives): Mention self-extracting executables.
5013 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
5015         * search.texi (Unconditional Replace, Query Replace): Add xref to
5016         "Replacement and Case".
5018 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5020         * dired.texi (Image-Dired): Move from Thumbnails node.
5021         * misc.texi (Thumbnails): Node deleted.
5022         * emacs.texi (Top): Update node listing.
5024         * files.texi (File Conveniences):
5025         * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
5027 2007-04-21  Richard Stallman  <rms@gnu.org>
5029         * display.texi (Highlight Interactively): Correct previous change.
5030         Clarify doc of hi-lock-find-patterns, and move new features into it.
5032 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5034         * display.texi (Highlight Interactively):
5035         Document hi-lock-file-patterns-policy.
5037 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
5039         * display.texi (Scrolling): Fix typo.
5041 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5043         * doclicense.texi: Remove node heading, so that it can be included by
5044         other files.
5046         * emacs.texi: Insert node heading for GFDL.
5048 2007-04-14  Eli Zaretskii  <eliz@gnu.org>
5050         * cmdargs.texi (Colors): Qualify "color of window" index entry by
5051         "command line".
5053         * display.texi (Faces): Refer to "Creating Frames" for face
5054         and other frame customizations in .emacs.
5056         * frames.texi (Creating Frames): Mention that face customizations can
5057         be put in .emacs.  Add index entries.
5059 2007-04-12  Richard Stallman  <rms@gnu.org>
5061         * glossary.texi (Glossary): Explain `iff'.
5063 2007-04-11  Karl Berry  <karl@gnu.org>
5065         * gnu.texi (Top),
5066         * macos.texi (Mac Font Specs),
5067         * anti.texi (Antinews),
5068         * xresources.texi (Resources),
5069         * misc.texi (Emulation),
5070         * calendar.texi (Daylight Saving),
5071         * dired.texi (Dired and Find),
5072         * rmail.texi (Remote Mailboxes),
5073         * sending.texi (Mail Headers),
5074         * programs.texi (Which Function),
5075         * files.texi (Recover),
5076         * buffers.texi (Uniquify),
5077         * frames.texi (Wheeled Mice),
5078         * killing.texi (Rectangles): Wording to improve breaks in
5079         8.5x11 format.
5080         * mule.texi (Language Environments): \hbadness=10000 since there's
5081         no way to reword.
5082         * emacs.texi (smallbook): New @set to more easily switch between
5083         smallbook and 8.5x11.
5085 2007-04-11  Richard Stallman  <rms@gnu.org>
5087         * files.texi (File Conveniences): Add xref to Tumme.
5088         Delete text about Thumbnail mode.
5090 2007-04-09  Alan Mackenzie  <acm@muc.de>
5092         * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5093         new name.  Insert concept index entries.
5095 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5097         * display.texi (Standard Faces): Document prefix arg for
5098         list-faces-display.
5100         * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5102 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5104         * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5106         * files.texi (Misc File Ops): Rewrite description of
5107         insert-file-literally.
5109 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5111         * misc.texi (Printing): Postscript -> PostScript.
5113         * ack.texi (Acknowledgments): Postscript -> PostScript.
5115         * custom.texi (Init File, Init Non-ASCII): Fix last change.
5117         * emacs.texi (Top): Fix the menu due to the change in custom.texi
5118         below.
5120 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5122         * custom.texi (Non-ASCII Rebinding): Node deleted.  Material moved to
5123         Init Non-ASCII.
5124         (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5125         (Init Non-ASCII): New node.
5127 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5129         * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5131 2007-03-12  Glenn Morris  <rgm@gnu.org>
5133         * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5134         "Daylight Savings".
5136         * calendar.texi: Replace "daylight savings" with "daylight
5137         saving" in text throughout.
5139 2007-03-04  Richard Stallman  <rms@gnu.org>
5141         * custom.texi (Safe File Variables): Minor correction.
5143 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
5145         * rmail.texi (Movemail): Add internal ref.
5146         Don't indent the intro for the PROTO table.
5147         Format PROTO table items with @code.
5149 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5151         * building.texi: Remove references to bashdb.
5153 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5155         * mule.texi (Language Environments): Update list of supported language
5156         environments.
5158 2007-02-14  Kim F. Storm  <storm@cua.dk>
5160         * building.texi (Grep Searching): Fix lgrep doc.
5162 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
5164         * back.texi: Remove unused file.
5166 2007-02-05  Francesco Potortì  <pot@gnu.org>
5168         * maintaining.texi (Tag Syntax): Now --members is the default for
5169         etags, not for ctags yet.
5171 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5173         * emacs.texi (Top): Update the top-level menus.  Make the detailed menu
5174         headers compliant with Texinfo guidelines and with what texnfo-upd.el
5175         expects.  Add comments to prevent people from inadvertently modifying
5176         the key parts needed by `texinfo-multiple-files-update'.
5178 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5180         * frames.texi (Secondary Selection): Window clicked does not matter
5181         when mouse-yank-at-point is non-nil.
5183 2007-01-16  Glenn Morris  <rgm@gnu.org>
5185         * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5186         system abbrev.
5188 2007-01-11  Richard Stallman  <rms@gnu.org>
5190         * msdog.texi (Windows Keyboard): Another small cleanup.
5192 2007-01-10  Richard Stallman  <rms@gnu.org>
5194         * msdog.texi (Windows Keyboard): Yet another try to make
5195         everyone happy with that passage.
5197 2007-01-05  Richard Stallman  <rms@gnu.org>
5199         * anti.texi (Antinews): Mention M-x shell scrolling.
5201 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5203         * building.texi (Watch Expressions): Describe gdb-max-children.
5205 2007-01-04  Richard Stallman  <rms@gnu.org>
5207         * msdog.texi (Windows Keyboard): Clarify previous change.
5209 2007-01-02  Richard Stallman  <rms@gnu.org>
5211         * custom.texi (Changing a Variable): Minor clarification.
5212         (Specific Customization): customize-customized => customize-unsaved.
5214         * entering.texi (Entering Emacs): Clean up text about restarting
5215         Emacs for each file.
5217         * misc.texi (Shell Options): Minor cleanup.
5219         * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5220         with Emacs, not vice versa.
5222         * programs.texi (Symbol Completion): Recommend customizing
5223         window manager.
5225         * xresources.texi (Resources): Minor fix.
5227 2007-01-01  Jan Djärv  <jan.h.d@swipnet.se>
5229         * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5231 2007-01-01  Richard Stallman  <rms@gnu.org>
5233         * commands.texi (User Input): Document keys stolen by window mangers.
5235 2006-12-31  Richard Stallman  <rms@gnu.org>
5237         * custom.texi (Specific Customization): Document customize-option
5238         instead of customize-variable.
5240 2006-12-31  Kim F. Storm  <storm@cua.dk>
5242         * major.texi (Choosing Modes): Document auto-mode-case-fold.
5244 2006-12-30  Kim F. Storm  <storm@cua.dk>
5246         * killing.texi (CUA Bindings): Fix typo.
5248         * xresources.texi (Table of Resources): Mention grow-only value for
5249         auto-resize-tool-bars.
5251 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5253         * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5254         and how to get them back.
5256 2006-12-26  Richard Stallman  <rms@gnu.org>
5258         * calendar.texi (Holidays): Holiday listing is based on current
5259         practice, but DST is not.
5261 2006-12-25  Richard Stallman  <rms@gnu.org>
5263         * emacs.texi (Top): Update subnode menus.
5265         * mark.texi (Transient Mark): Fix xref.
5267         * killing.texi (Graphical Kill): Node deleted.
5268         (Killing): Add xref to Cut and Paste.
5269         (CUA Bindings): Update xref.
5271         * frames.texi (Cut and Paste): New section to hold other nodes.
5272         (Mouse Commands): Node demoted.
5273         (Cut/Paste Other App): Split out from Mouse Commands.
5274         (Word and Line Mouse): Likewise.
5275         (Secondary Selection, Clipboard): Nodes demoted.
5277 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5279         * calendar.texi (Holidays): US daylight saving begins second Sunday
5280         in March for 2007 onwards.
5281         (Daylight Savings): Show new US default daylight saving rules, 2nd
5282         Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5284 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5286         * calendar.texi (Scroll Calendar): < and > are switched.
5288 2006-12-23  Kevin Rodgers  <ihs_4664@yahoo.com>
5290         * killing.texi (Deletion): Describe M-\ prefix argument.
5292 2006-12-23  Richard Stallman  <rms@gnu.org>
5294         * search.texi (Regexp Search): Explain why forward and reverse regexp
5295         search are not mirror images.
5297 2006-12-19  Kim F. Storm  <storm@cua.dk>
5299         * major.texi (Choosing Modes): Describe match-function elements for
5300         magic-mode-alist.
5302 2006-12-18  Eli Zaretskii  <eliz@gnu.org>
5304         * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5305         peculiarities.
5307 2006-12-18  Richard Stallman  <rms@gnu.org>
5309         * abbrevs.texi (Editing Abbrevs): Fix previous change.
5311 2006-12-17  Alan Mackenzie  <acm@muc.de>
5313         * programs.texi (Left Margin Paren): Remove the bit which says
5314         that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5315         Discuss some of the issues of setting this option to nil.
5317 2006-12-17  Glenn Morris  <rgm@gnu.org>
5319         * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5321 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5323         * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5324         (Windows Files): `w32-get-true-file-attributes' is only relevant for
5325         NTFS volumes.
5326         (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5327         volumes.
5329 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
5331         * text.texi (HTML Mode): Fix "C-c TAB".
5333 2006-12-09  Richard Stallman  <rms@gnu.org>
5335         * misc.texi (Invoking emacsclient): Simplify TCP file text.
5337 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
5339         * files.texi (Misc File Ops): Document insert-file-literally.
5341 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
5343         * cmdargs.texi (Colors): Note that --color is intended for overriding
5344         the terminal defaults, not for normal invocation.
5346         * misc.texi (Emacs Server): Improve wording.  Don't mention the
5347         ``server program''.  Add a cross-reference to "Init File" node.
5348         (Invoking emacsclient): Add index entries.  Document both short and
5349         long versions of command-line options.  Document the -f option.
5351 2006-12-06  Richard Stallman  <rms@gnu.org>
5353         * text.texi (Outline Format): Say to set outline-regexp
5354         and outline-level with major modes and file local variables.
5356 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5358         * anti.texi (Antinews): Mention the alternative to
5359         `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5361         * misc.texi (Interactive Shell): Ditto.
5363 2006-12-04  Eli Zaretskii  <eliz@gnu.org>
5365         * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5367         * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5369 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
5371         * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5372         colon in the mode line.
5374         * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5376 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5378         * building.texi (Watch Expressions): Mention SPC for expanding/
5379         contracting watch expressions.
5381 2006-11-26  Kim F. Storm  <storm@cua.dk>
5383         * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5385 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5387         * building.texi (Debugger Operation): Define text command mode.
5388         Clarify how tooltips work.
5389         (GDB Graphical Interface): Explain how to run in text command mode
5390         more clearly.
5392 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5394         * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5396 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
5398         * anti.texi (Antinews): Mention --server-file and TCP sockets.
5400 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5402         * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5403         and EMACS is deprecated.
5405 2006-11-18  Juanma Barranquero  <lekktu@gmail.com>
5407         * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5409 2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
5411         * Makefile.in (emacs.dvi): Remove xresmini.texi.
5413         * emacs.texi: Include xresources.texi both for info and dvi.
5415         * xresources.texi: Merge text from xresmini.texi.
5417 2006-11-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5419         * glossary.texi: Fix typos.
5421 2006-11-06  Richard Stallman  <rms@gnu.org>
5423         * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5425         * ack.texi (Acknowledgments): Fix name spelling.
5427 2006-11-01  Juri Linkov  <juri@jurta.org>
5429         * search.texi (Word Search): Document incremental word search.
5431 2006-10-28  Glenn Morris  <rgm@gnu.org>
5433         * ack.texi (Acknowledgments): Add cal-html author.
5435         * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5436         Calendar").  Describe new package cal-html.
5437         * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5438         Calendar Files."
5440 2006-10-23  Richard Stallman  <rms@gnu.org>
5442         * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5443         Abbrev mode is enabled.
5445 2006-10-16  Richard Stallman  <rms@gnu.org>
5447         * emacs.texi: Update ISBN.
5449 2006-10-11  Kim F. Storm  <storm@cua.dk>
5451         * emacs.texi (Acknowledgments): Use @dotless{i}.
5453 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5455         * building.texi (Breakpoints Buffer): Mention catchpoints.
5457 2006-10-08  Kim F. Storm  <storm@cua.dk>
5459         * ack.texi (Acknowledgments): Update.
5461         * emacs.texi (Acknowledgments): Fix bad @/ form.
5463 2006-10-05  Kim F. Storm  <storm@cua.dk>
5465         * emacs.texi (Acknowledgments): Add more contributors.
5467 2006-10-03  Richard Stallman  <rms@gnu.org>
5469         * emacs.texi (Acknowledgments): Update version and edition.
5471 2006-10-01  Karl Berry  <karl@gnu.org>
5473         * custom.texi (Customization Groups): Page break to keep example buffer
5474         on one page.
5476 2006-09-30  Karl Berry  <karl@gnu.org>
5478         * programs.texi (Basic Indent): @need to improve page break.
5479         * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5481 2006-09-29  Glenn Morris  <rgm@gnu.org>
5483         * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5485 2006-09-29  Karl Berry  <karl@gnu.org>
5487         * windows.texi (Basic Window): Remove forced @break, no longer
5488         desirable.
5489         * frames.texi (Frame Commands),
5490         * mark.texi (Marking Objects): Reword to avoid bad page break.
5491         * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5493 2006-09-19  Richard Stallman  <rms@gnu.org>
5495         * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5496         stick to present tense.
5498 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
5500         * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5501         to x-gtk-use-old-file-dialog.
5502         (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5504 2006-09-15  Jay Belanger  <belanger@truman.edu>
5506         * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5507         Change "Library Public License" to "Lesser Public License"
5508         throughout.  Use "yyyy" to represent year.
5510 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
5512         * files.texi (Visiting): Add index entry "open file".
5514 2006-09-11  Richard Stallman  <rms@gnu.org>
5516         * building.texi (Compilation Mode): Clarification.
5517         (Grep Searching): Add xref to Compilation Mode.
5519 2006-09-08  Richard Stallman  <rms@gnu.org>
5521         * search.texi (Search): Ref multi-file search commands here.
5522         (Other Repeating Search): Not here.
5524 2006-08-28  Richard Stallman  <rms@gnu.org>
5526         * windows.texi (Split Window): Update xref.
5528         * basic.texi (Continuation Lines): Update xref.
5530         * indent.texi (Tab Stops): Update xref.
5532         * emacs.texi (Top): Update subnode menu.
5534         * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5535         split out of Display Custom.
5537 2006-08-25  Kim F. Storm  <storm@cua.dk>
5539         * display.texi (Display Custom): Add variables overline-margin
5540         and x-underline-at-descent-line.
5542 2006-08-25  Richard Stallman  <rms@gnu.org>
5544         * entering.texi (Exiting): Rewrite to give graphical displays
5545         priority over text terminals.
5547         * search.texi (Incremental Search): Move index entries.
5549 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5551         * custom.texi (Init File): Reference Find Init to avoid "home
5552         directory" confusion.
5554 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5556         * building.texi (Other GDB-UI Buffers): Describe how to edit
5557         a value in the locals buffer.
5559 2006-08-21  Richard Stallman  <rms@gnu.org>
5561         * search.texi (Basic Isearch): Add `isearch' index entry.
5563 2006-08-16  Richard Stallman  <rms@gnu.org>
5565         * misc.texi (Saving Emacs Sessions): Clean up wording.
5567         * mark.texi (Marking Objects): Mention term "select all".
5569         * emacs.texi (Top): Update subnode menu.
5571         * help.texi (Help Mode): Move node up in file.
5573 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5575         * building.texi (Stack Buffer): Explain fringe arrow.
5577 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
5579         * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5580         on startup.
5582 2006-08-11  Romain Francoise  <romain@orebokech.com>
5584         * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5586 2006-08-10  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5588         * mule.texi (Recognize Coding, Text Coding): Fix typos.
5590 2006-08-10  Richard Stallman  <rms@gnu.org>
5592         * text.texi (Format Faces): Substantial rewrites to deal
5593         with face merging.  Empty regions don't count.
5594         Clarify face property inheritance.
5596 2006-08-08  Romain Francoise  <romain@orebokech.com>
5598         * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5599         <arjuropo@cc.jyu.fi>.
5601 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5603         * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5604         apply to all frames.
5606 2006-08-01  Richard Stallman  <rms@gnu.org>
5608         * help.texi (Name Help): Add index entries for describe-variable.
5610 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5612         * building.texi (GDB Graphical Interface): Shorten node names.
5613         (GDB-UI Layout): Use GDB-related.
5614         (Other GDB-UI Buffers): Simplify English.
5616 2006-07-31  Richard Stallman  <rms@gnu.org>
5618         * search.texi (Query Replace): Add xref for Dired's Q command.
5620 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5622         * building.texi (GDB commands in Fringe): Rename to...
5623         (Source Buffers): ..this and move forward.  Describe hollow arrow and
5624         new option gdb-find-source-frame.
5626 2006-07-29  Richard Stallman  <rms@gnu.org>
5628         * dired.texi (Operating on Files): Simplify previous change
5629         and fix Texinfo usage.
5631 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5633         * dired.texi (Operating on Files): Add cross-references.  State the
5634         Unix commands that do similar things.
5636 2006-07-28  Richard Stallman  <rms@gnu.org>
5638         * mark.texi (Transient Mark): Clarify that region never disappears
5639         when Transient Mark mode is off, and not when it is on.
5641 2006-07-27  Richard Stallman  <rms@gnu.org>
5643         * search.texi (Non-ASCII Isearch): Clarify.  Mention C-q.
5645 2006-07-24  Richard Stallman  <rms@gnu.org>
5647         * xresources.texi (GTK styles): Fix texinfo usage.
5649         * commands.texi (User Input): Explain why we teach keyboard cmds.
5651         * xresources.texi, xresmini.texi, search.texi, programs.texi:
5652         * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5653         * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5654         * doclicense.texi, display.texi, dired.texi, basic.texi:
5655         * anti.texi, ack.texi: Move periods and commas inside quotes.
5657 2006-07-22  Eli Zaretskii  <eliz@gnu.org>
5659         * cmdargs.texi (General Variables): Document EMAIL.
5661 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5663         * frames.texi (Frame Commands): Mention that focus-follows-mouse
5664         doesn't have effect on MS-Windows.
5666 2006-07-17  Richard Stallman  <rms@gnu.org>
5668         * building.texi (Grep Searching): Explain about chaining grep commands.
5670 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5672         * killing.texi, mini.texi: Fix typos.
5674 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
5676         * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5677         is invoked for multiple files.
5679 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5681         * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5682         on-line manual for the rest of this node.
5683         (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5684         unconditionally.
5685         (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5686         Improve wording.
5687         (Windows Printing): Improve wording.
5688         (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5689         rest of this node.
5691 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5693         * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5694         with eval-buffer.
5696 2006-07-05  Nick Roberts  <nickrob@snap.net.nz>
5698         * mule.texi (Coding Systems, Specify Coding): Link descriptions
5699         of character translation.
5701 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5703         * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5705 2006-07-03  Karl Berry  <karl@gnu.org>
5707         * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5708         not-too-underfull hboxes in the TeX output.
5709         * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5710         * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5711         * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5712         * sending.texi, text.texi: Fix overfull/underfull boxes.
5714 2006-07-03  Romain Francoise  <romain@orebokech.com>
5716         * m-x.texi (M-x): Fix.
5718 2006-07-03  Richard Stallman  <rms@gnu.org>
5720         * search.texi (Other Repeating Search): filename -> file name.
5722         * misc.texi (Narrowing): Minor cleanups.
5724         * files.texi (Visiting): filename -> file name.
5726         * emacs.texi (Top): Update subnode menus.
5728         * mule.texi (Coding Systems): Move char translation stuff here.
5729         (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5730         (Recognize Coding): Substantial local rewrites.
5731         (International): Update menu.
5733         * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5734         (Scrolling): Substantial local rewrites.
5735         (Display): Update menu and intro.
5737         * dired.texi: filename -> file name.
5739         * custom.texi (Safe File Variables): Texinfo usage fix.
5741 2006-07-03  Teodor Zlatanov  <tzz@lifelogs.com>
5743         * help.texi, m-x.texi: Lots of cleanups.
5745 2006-06-30  Eli Zaretskii  <eliz@gnu.org>
5747         * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5748         (Windows Processes, Windows Misc): Shorten the printed version by
5749         selectively conditioning less important portions by @ifnottex.
5751 2006-06-27  Richard Stallman  <rms@gnu.org>
5753         * mini.texi (Minibuffer File): Minor cleanup.
5755 2006-06-25  Nick Roberts  <nickrob@snap.net.nz>
5757         * frames.texi (XTerm Mouse): Rename to...
5758         (Text-Only Mouse): ...this.  Mention t-mouse-mode.
5760         * emacs.texi (Top): Use new node name.
5762 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5764         * emacs.texi (Top): Update the detailed menu according to changes in
5765         msdog.texi.
5767         * msdog.texi (Windows Keyboard): New section.
5768         (Windows Mouse): New section.
5769         (Windows System Menu): Remove section (text merged with "Windows
5770         Keyboard").
5771         (Windows Misc): New section.
5773         * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5775         * msdog.texi (ls in Lisp): New section.
5777         * files.texi (Visiting): Document case-insensitive wildcard matching
5778         under find-file-wildcards.
5780 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5782         * macos.texi (Mac Input): Add description of mac-function-modifier.
5783         Now Unicode keyboard layouts work.
5785 2006-06-10  Richard Stallman  <rms@gnu.org>
5787         * mule.texi (Recognize Coding): Clarify previous change.
5789 2006-06-09  Kenichi Handa  <handa@m17n.org>
5791         * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5792         notation.
5794 2006-06-07  Kevin Ryde  <user42@zip.com.au>
5796         * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5797         manual for @ifnottex, but in emacs-extra for @iftex.
5799         * cmdargs.texi (General Variables): Fix smtpmail xref.
5801 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5803         * programs.texi (Comment Commands):
5804         * custom.texi (Specifying File Variables):
5805         Use ;; instead of ;;; to better follow coding conventions.
5807 2006-06-07  Nick Roberts  <nickrob@snap.net.nz>
5809         * building.texi (Watch Expressions): Move node to end.
5810         (GDB Graphical Interface): Move description of clicks in fringe...
5811         (GDB commands in the Fringe): ...to here.  New node.
5813 2006-06-05  Romain Francoise  <romain@orebokech.com>
5815         * xresmini.texi (GTK resources): Fix various typos.
5817 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
5819         * building.texi (GDB Graphical Interface): Update bindings.
5820         (Commands of GUD): Add gud-print.  Remove gud-run.
5821         Restate availability more generally.
5823 2006-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5825         * mini.texi: Lots of cleanups.
5827 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5829         * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5830         and Mouse-2.
5832 2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
5834         * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5836 2006-05-31  Richard Stallman  <rms@gnu.org>
5838         * basic.texi (Moving Point): Fix previous change.
5840 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
5842         * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5844 2006-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
5846         * basic.texi: Many simplifications and improvements in wording.
5848 2006-05-26  Nick Roberts  <nickrob@snap.net.nz>
5850         * anti.texi (Antinews): Create a node for gdb-ui.
5852 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5854         * frames.texi (Menu Bars, Tool Bars): Add index entries.
5856 2006-05-20  Richard Stallman  <rms@gnu.org>
5858         * dired.texi (Dired Navigation): dired-goto-file is now j.
5860 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
5862         * mule.texi (Coding Systems): Mention the undecided-* coding systems
5863         and their aliases.
5865         * msdog.texi (Windows Printing): Mention non-support of plain text
5866         printing with some el-cheapo printers, and suggest a workaround.
5868 2006-05-20  Kevin Ryde  <user42@zip.com.au>
5870         * text.texi (TeX Print): tex-dvi-view-command has a default value,
5871         remove the bit saying you must set it.
5873 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5875         * trouble.texi (Checklist):
5876         * text.texi (Text, Auto Fill, Text Mode):
5877         * search.texi (Nonincremental Search):
5878         * rmail.texi (Rmail Labels):
5879         * mule.texi (Input Methods, Multibyte Conversion):
5880         * misc.texi (Gnus, Where to Look, PostScript):
5881         * maintaining.texi (Create Tags Table):
5882         * indent.texi (Indentation Commands):
5883         * fixit.texi (Spelling):
5884         * emacs.texi (Copying):
5885         * custom.texi (Init File): ifinfo -> ifnottex.
5887 2006-05-17  Richard Stallman  <rms@gnu.org>
5889         * files.texi (Diff Mode): Mention C-x `.
5891 2006-05-08  Richard Stallman  <rms@gnu.org>
5893         * custom.texi (Disabling): Textual cleanups.
5895 2006-05-12  Glenn Morris  <rgm@gnu.org>
5897         * calendar.texi (Displaying the Diary, Format of Diary File):
5898         Refer to diary-view-entries, diary-list-entries,
5899         diary-show-all-entries rather than obsolete aliases.
5901 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5903         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5904         (Displaying the Diary, Special Diary Entries, Importing Diary):
5905         * building.texi (Compilation Shell):
5906         * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5907         emacs-xtra with @inforef's.
5909         * files.texi (Visiting): Fix wording.
5911         * mule.texi (Coding Systems, Text Coding): More indexing.
5912         Mention that C-x RET f can set eol conversion.
5914 2006-05-07  Jan Djärv  <jan.h.d@swipnet.se>
5916         * xresmini.texi (GTK resources): Insert GTK description.
5918         * xresources.texi (GTK resources): metafont should be menufont.
5920 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
5922         * mini.texi (Completion Options): Completion of remote files'
5923         method, user name and host name is active only in partial
5924         completion mode.
5926 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5928         * makefile.w32-in (emacs.dvi):
5929         * Makefile.in (emacs.dvi): Add xresmini.texi.
5931         * xresmini.texi (Table of Resources): Remove xref to non-existent
5932         node "LessTif Resources".
5934         * msdog.texi (Microsoft Windows):
5935         * calendar.texi (Calendar/Diary, Displaying the Diary)
5936         (Special Diary Entries, Importing Diary, Holidays):
5937         * programs.texi (Program Modes):
5938         * text.texi (Text):
5939         * buffers.texi (Several Buffers):
5940         * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5942 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5944         The following changes merge the emacs-xtra manual into the main
5945         manual, but only for on-line version of the manual.
5947         * vc2-xtra.texi (Version Backups, Local Version Control)
5948         (Making Snapshots, Change Logs and VC, Version Headers)
5949         (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5950         on-line manual.
5952         * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5953         for on-line manual.
5955         * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5956         (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5957         (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5958         for on-line manual.
5960         * fortran-xtra.texi (Fortran, Fortran Autofill)
5961         (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5962         for on-line manual.
5964         * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5965         Conditional xref's for on-line manual.
5967         * emerge-xtra.texi (Emerge, Overview of Emerge)
5968         (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5969         manual.
5971         * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5972         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5973         (EMACSSOURCES): Use EMACS_XTRA.
5974         (../info/emacs-xtra): Remove.
5975         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5977         * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5978         (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5979         (EMACSSOURCES): Use EMACS_XTRA.
5980         ($(infodir)/emacs-xtra): Remove.
5981         (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5983         * trouble.texi (Quitting):
5984         * text.texi (Text):
5985         * programs.texi (Program Modes):
5986         * msdog.texi (Microsoft Windows):
5987         * frames.texi (Frames):
5988         * files.texi (Backup, Version Control, VC Concepts)
5989         (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5990         (Registering, VC Status, VC Undo, Multi-User Branching)
5991         (Comparing Files):
5992         * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5993         (Displaying the Diary, Special Diary Entries, Importing Diary):
5994         * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5995         conditional xref's, depending on @iftex/@ifnottex.
5997         * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5998         "MS-DOS".  @include msdog-xtra.texi.
6000         * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6001         <Top Level> [ifnottex]: @include fortran-xtra.texi.
6003         * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6004         for vc-xtra.texi subsections.
6005         (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6006         (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6008         * sending.texi (Sending Mail): A @node line without explicit Prev,
6009         Next, and Up links.
6011         * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6012         Next, and Up links.
6014         * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6015         and its sections.  @include picture-xtra.texi.
6017         * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6018         "Emerge".
6019         (List Tags) [ifnottex]: @include emerge-xtra.texi.
6021         * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6022         exact duplicate of its name-sake in calendar.texi.
6024         * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6025         "Advanced Calendar/Diary Usage".
6026         (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6028         * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6029         dired-xtra.texi.
6030         (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6032         * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6033         (Files) [ifnottex]: Add menu entry for Autorevert.
6035         * emacs-xtra.texi (Introduction): Reword to make consistent with
6036         printed version only.
6037         <Top level>: Remove the body of all chapters and move them to the
6038         new *-xtra.texi files.  Use @raisesections and @lowersections to
6039         convert sections to chapters etc.
6041         * msdog-xtra.texi:
6042         * fortran-xtra.texi:
6043         * vc-xtra.texi:
6044         * vc1-xtra.texi:
6045         * vc2-xtra.texi:
6046         * emerge-xtra.texi:
6047         * cal-xtra.texi:
6048         * dired-xtra.texi:
6049         * arevert-xtra.texi: New files, with text from respective chapters
6050         of emacs-xtra.texi.  Convert each @chapter into @section, @section
6051         into @subsection, etc.
6053         * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG".  All references
6054         updated.
6056         * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6057         Windows".  All references updated.
6059 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6061         * macos.texi (Mac Input): Mention input from Character Palette.
6062         (Mac Font Specs): Fix typo.
6064 2006-05-05  Richard Stallman  <rms@gnu.org>
6066         * files.texi (Diff Mode): Minor cleanup.
6068 2006-05-05  Karl Berry  <karl@gnu.org>
6070         * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6071         errors from the current release of makeinfo (4.8).
6072         * help.texi (Library Keywords): Change widest word in multitable
6073         template from `emulations' to `convenience'.  (Not sure if this is
6074         related to the font change.)
6076 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6078         * files.texi (File Names): Add a footnote about limited support of
6079         ~USER on MS-Windows.
6081         * cmdargs.texi (Initial Options): Add a footnote about limited
6082         support of ~USER on MS-Windows.
6084 2006-05-03  Richard Stallman  <rms@gnu.org>
6086         * files.texi (Diff Mode): Node moved here.
6087         (Comparing Files): Delete what duplicates new node.
6088         (Files): Put Diff Mode in menu.
6090         * misc.texi (Diff Mode): Move to files.texi.
6092         * emacs.texi (Top): Update menu for Diff Mode.
6094         * trouble.texi (Emergency Escape): Simplify.
6096         * emacs.texi (Top): Minor clarification.
6098 2006-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6100         * commands.texi, entering.texi, screen.texi: Many simplifications.
6102 2006-05-03  Richard Stallman  <rms@gnu.org>
6104         * commands.texi (Text Characters): Delete paragraph about unibyte
6105         non-ASCII printing chars.
6107         * killing.texi (Killing): Say "graphical displays".
6108         * display.texi: Say "graphical displays".
6110         * cmdargs.texi (Misc X): Say "graphical displays".
6112 2006-05-01  Richard Stallman  <rms@gnu.org>
6114         * emacs.texi (Top): Add Diff Mode to menu.
6116 2006-05-01  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6118         * misc.texi (Diff Mode): New node.
6120 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6122         * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6123         (Mac Environment Variables): Shorten example line.
6124         (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
6126 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
6128         * building.texi (GUD Customization): Describe cases %d and %c.
6129         Update description for %e.
6131 2006-04-30  Glenn Morris  <rgm@gnu.org>
6133         * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6135 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
6137         * custom.texi (Examining): Update C-h v output example.
6139 2006-04-29  Kim F. Storm  <storm@cua.dk>
6141         * building.texi (Grep Searching): Add lgrep and rgrep.
6143 2006-04-23  Richard Stallman  <rms@gnu.org>
6145         * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6147         * xresmini.texi: New file.
6149         * xresources.texi (Face Resources): Split table into font resources
6150         and the rest.  Combine similar attributes for brevity.
6152 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
6154         * emacs-xtra.texi (MS-DOS File Names): Remove section about
6155         backslashes and case-insensitivity in file names (moved to the
6156         main manual).
6157         (MS-DOS Printing): Move most of the text to the main manual.
6159         * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6160         New nodes.
6161         (Windows Processes, Windows System Menu): Add index entries and
6162         fix wording.
6164 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
6166         * misc.texi (Shell Ring): Add notes on saved input when
6167         navigating off the end of the history list.
6169 2006-04-18  Chong Yidong  <cyd@mit.edu>
6171         * misc.texi (Shell Options): Correct default value of
6172         comint-scroll-show-maximum-output.
6174 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
6176         * building.texi (Watch Expressions): Update.
6178 2006-04-12  Richard Stallman  <rms@gnu.org>
6180         * search.texi: Clean up previous change.
6182 2006-04-12  Eli Zaretskii  <eliz@gnu.org>
6184         * search.texi (Regexp Backslash, Regexp Replace): Add index
6185         entries for ``back reference'' and mention the term itself in the
6186         text.
6188 2006-04-11  Richard Stallman  <rms@gnu.org>
6190         * custom.texi (Safe File Variables):
6191         Document enable-local-variables = :safe.
6193 2006-04-11  Karl Berry  <karl@gnu.org>
6195         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6196         (Remote Repositories, Version Backups, Local Version Control)
6197         (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6198         (Miscellaneous Commands and Features of VC, Change Logs and VC)
6199         (Renaming VC Work Files and Master Files)
6200         (Inserting Version Control Headers, Customizing VC, General Options)
6201         (Options for RCS and SCCS, Options specific for CVS): Move all
6202         these nodes to emacs-xtra.texi, for brevity.
6203         * cmdargs.texi, files.texi: Change cross-references.
6205 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
6207         * files.texi (Old Versions): Update description of vc-annotate's
6208         use of color to indicate date ranges.
6210 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6212         * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6213         put info and printed manual names the right way around.
6215 2006-04-09  Karl Berry  <karl@gnu.org>
6217         * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6218         emacs-xtra.texi, leaving only MS Windows information.
6219         * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6220         * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6221         node names.
6223         * emacs.texi: Move @summarycontents and @contents to the beginning
6224         of the file.
6226 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6228         * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6230 2006-04-07  Richard Stallman  <rms@gnu.org>
6232         * programs.texi (Comments, Comment Commands, Options for Comments)
6233         (Multi-Line Comments): "Align", not "indent".
6234         (Basic Indent): C-j deletes trailing whitespace before the newline.
6236 2006-04-06  Richard Stallman  <rms@gnu.org>
6238         * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6240 2006-04-06  Eli Zaretskii  <eliz@gnu.org>
6242         * killing.texi (Rectangles): Add index entry for marking a rectangle.
6244 2006-04-05  Richard Stallman  <rms@gnu.org>
6246         * emacs.texi (Top): Update subnode menu.
6248         * trouble.texi (Unasked-for Search): Node deleted.
6249         (Lossage): Delete from menu.
6251 2006-04-04  Richard Stallman  <rms@gnu.org>
6253         * trouble.texi: Various cleanups.
6254         (Checklist): Don't bother saying how to snail a bug report.
6255         (Emergency Escape): Much rewriting.
6256         (After a Crash): Rename the core dump immediately.
6257         (Total Frustration): Call it a psychotherapist.
6258         (Bug Criteria): Avoid "illegal instruction".
6259         (Sending Patches): We always put the contributor's name in.
6261         * misc.texi (Thumbnails): Minor correction.
6263 2006-04-03  Richard Stallman  <rms@gnu.org>
6265         * misc.texi (Thumbnails): Minor cleanup.
6267 2006-04-02  Karl Berry  <karl@gnu.org>
6269         * sending.texi (Mail Sending): pxref to Top needs five args.
6271         * texinfo.tex: Update to current version (2006-03-21.13).
6273 2006-03-31  Richard Stallman  <rms@gnu.org>
6275         * emacs.texi (Top): Update subnode menu.
6277         * help.texi (Help Mode): Cleanup.
6279         * dired.texi: Many cleanups.
6280         (Dired Deletion): Describe dired-recursive-deletes.
6281         (Operating on Files): dired-create-directory moved.
6282         (Misc Dired Features): Move to here.
6283         (Tumme): Node moved to misc.texi.
6285         * custom.texi: Many cleanups.
6286         (Minor Modes): Don't mention ISO Accents Mode.
6287         (Examining): Update C-h v output example.
6288         (Hooks): Add index and xref for add-hook.
6289         (Locals): Delete list of vars that are always per-buffer.  Rearrange.
6290         (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6292         * misc.texi: Many cleanups.
6293         (beginning): Add to summary of topics.
6294         (Shell): Put eshell xref at the end.  Remove eshell from table.
6295         (Thumbnails): New node.
6297 2006-03-28  Eli Zaretskii  <eliz@gnu.org>
6299         * files.texi (File Name Cache): Make it clear that the cache is
6300         not persistent.
6302 2006-03-25  Karl Berry  <karl@gnu.org>
6304         * emacs-xtra.texi, emacs.texi, gnu.texi:
6305         (1) use @copyright{} instead of (C) in typeset text;
6306         (2) do not indent copyright year list (or anything else).
6308 2006-03-21  Juanma Barranquero  <lekktu@gmail.com>
6310         * files.texi (VC Dired Mode): Remove misplaced brackets.
6312 2006-03-21  Andre Spiegel  <spiegel@gnu.org>
6314         * files.texi: Various updates and clarifications in the VC chapter.
6316 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6318         * help.texi (Help Mode): Document "C-c C-c".
6320 2006-03-16  Luc Teirlinck  <teirllm@auburn.edu>
6322         * emacs-xtra.texi (Top): Avoid ugly continuation line in
6323         menu in the standalone Info reader.
6325 2006-03-15  Chong Yidong  <cyd@stupidchicken.com>
6327         * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6328         moved here from Emacs manual.
6330         * programs.texi (Fortran): Section moved to emacs-xtra.
6331         (Program Modes): Xref to Fortran in emacs-xtra.
6333         * maintaining.texi (Emerge): Move to emacs-xtra.
6334         * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6336         * picture.texi: File deleted.
6337         * Makefile.in:
6338         * makefile.w32-in: Remove picture.texi.
6340         * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6341         * abbrevs.texi (Abbrevs):
6342         * sending.texi (Sending Mail): Picture node removed.
6344         * emacs.texi (Top): Update node listings.
6346 2006-03-12  Richard Stallman  <rms@gnu.org>
6348         * calendar.texi: Various cleanups.
6350 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6352         * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6353         syntax.
6355 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6357         * search.texi (Regexps): More accurately describe which characters
6358         are special in which situations.  Recommend _not_ to quote `]' or
6359         `-' when they are not special.
6361 2006-02-28  Andre Spiegel  <spiegel@gnu.org>
6363         * files.texi (Old Versions): Clarify operation of C-x v =.
6365 2006-02-21  Nick Roberts  <nickrob@snap.net.nz>
6367         * building.texi (Watch Expressions): Update and describe
6368         gdb-speedbar-auto-raise.
6370 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6372         * emacs.texi: Use @smallbook.
6373         (Top): Update ref to Emacs paper, delete ref to Cookbook.
6374         Update subnode menu.
6376         * building.texi (Lisp Interaction): Minor addition.
6378 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6380         * building.texi (Watch Expressions): Update and be more precise.
6382 2006-02-15  Francesco Potortì  <pot@gnu.org>
6384         * maintaining.texi (Create Tags Table): Explain why the
6385         exception when etags writes to files under the /dev tree.
6387 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6389         * custom.texi (Safe File Variables): Lots of clarification.
6390         Renamed from Unsafe File Variables.
6392 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6394         * custom.texi (Unsafe File Variables): File variable confirmation
6395         assumed denied in batch mode.
6397 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6399         * building.texi (GDB User Interface Layout): Don't say `inferior'
6400         for program being debugged.
6402 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6404         * building.texi (GDB Graphical Interface):
6405         Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6407 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6409         * custom.texi (Specifying File Variables, Unsafe File Variables):
6410         New nodes, split from File Variables.  Document new file local
6411         variable behavior.
6413 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6415         * display.texi (Standard Faces):
6416         * files.texi (Visiting):
6417         * frames.texi (Clipboard):
6418         * glossary.texi (Glossary) <Clipboard>:
6419         * xresources.texi (X Resources): Mention Mac OS port.
6421 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6423         * building.texi (Building): Clarify topic in intro.
6425         * maintaining.texi (Maintaining): Change title; clarify topic.
6426         Delete duplicate index entries.
6428         * building.texi (Other GDB User Interface Buffers): Clarifications.
6430         * text.texi (Cell Commands): Clarifications.
6432         * programs.texi (Defuns): Delete duplicate explanation of
6433         left-margin paren convention.
6434         (Hungry Delete): Minor cleanup.
6436 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6438         * dired.texi (Tumme): More tumme documentation.
6440 2006-02-11  Alan Mackenzie  <acm@muc.de>
6442         * programs.texi ("Hungry Delete"): Correct the appellation of the
6443         backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6445 2006-02-11  Mathias Dahl  <mathias.dahl@gmail.com>
6447         * dired.texi (Tumme): Fix small bug.
6449 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6451         * macos.texi (Mac International): Rename "fontset-mac" to
6452         "fontset-standard".
6454 2006-02-09  Mathias Dahl  <mathias.dah@gmail.com>
6456         * dired.texi (Tumme): Basic documentation for Tumme added.
6458 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6460         * mule.texi (International):
6461         * programs.texi (Basic Indent): Fix typos.
6463         * custom.texi (Minor Modes):
6464         * display.texi (Text Display):
6465         * commands.texi (Text Characters): Update xrefs.
6467 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6469         * emacs.texi (Top): Update subnode menu.
6470         Update info on old Emacs papers.
6471         (Intro): "Graphical display", not window system.
6473         * xresources.texi (GTK styles): Minor clarifications.
6475         * trouble.texi: "Graphical display", not window system.
6476         (Stuck Recursive): Minor clarification.
6478         * text.texi: Minor clarifications.
6479         (Sentences): Explain why two-space convention is better.
6480         Explain sentence-end-without-period here.
6481         (Fill Commands): Not here.
6482         (Refill): Node moved down.
6483         (Filling): Update menu.
6484         (Table Creation, Cell Justification, Column Commands): Clarify.
6486         * sending.texi: Minor clarifications.
6488         * search.texi (Regexp Backslash): Clarification.
6490         * rmail.texi: Minor cleanups.
6491         (Rmail): Delete digression about `rmail-mode'.
6492         (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6493         (Rmail Files): Mention C-u M-x rmail.
6494         (Rmail Reply): Mention References.
6495         (Rmail Display): Mention rmail-nonignored-headers.
6497         * programs.texi: Minor cleanups.
6498         (Comment Commands): Mention momentary Transient Mark mode.
6499         (Matching): Be more specific about customizing show-paren-mode.
6500         (Info Lookup): Don't list the modes that support C-h S.
6501         Just say what it does in an unsupported mode.
6502         (Man Page): Delete excessive info on customizing woman.
6503         (Motion in C): Don't mention c-for/backward-into-nomenclature.
6505         * abbrevs.texi: Minor clarifications.
6506         (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6507         not "dynamic abbrevs" as if they were a kind of abbrev.
6509         * picture.texi (Picture): Minor cleanup.
6511         * mule.texi (Communication Coding): Say "other applications".
6512         (Fontsets): Not specific to X.  Add xref to X Resources.
6513         (Unibyte Mode): Rename from Single-Byte Character Support.
6514         "Graphical display", not window system.
6515         (International): Update menu.
6517         * maintaining.texi (Format of ChangeLog):
6518         New node, split out from ChangeLog.
6519         (ChangeLog): Clarifications in the remaining text.
6520         (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6521         (Find Tag): Add @w.
6522         (Tags Search): Explain tag table order here.  Simplify grep ref.
6523         (List Tags): tags-tag-face is a variable, not a face.
6524         (Emerge): Cleanups.
6526         * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6527         (Keyboard Macros): Avoid "the user".
6529         * killing.texi: "Graphical display", not window system.
6531         * help.texi (Help Echo): "Graphical display", not window system.
6533         * glossary.texi: Say "you", not "the user".  Say "graphical display".
6535         * frames.texi: Minor cleanups.  "Graphical display", not window system.
6537         * files.texi (Visiting): Make drag-and-drop not X-specific.
6539         * custom.texi: Minor cleanups.  "Graphical display", not window system.
6541         * cmdargs.texi: Minor cleanups.
6543         * building.texi (Compilation): Move and split kill-compilation para.
6544         Add para about multiple compilers.
6545         (Compilation Mode): Commands also available in grep mode and others.
6546         Mention C-u C-x ` more tutorially.  Clarify C-x `.
6547         (Compilation Shell): Clarify.  Put Bash example first.
6548         (Grep Searching): Minor cleanups; add @w.
6549         (Debuggers): Minor cleanups.
6550         (Starting GUD): Make GDB xgraphical mode issue clearer.
6551         (Debugger Operation): Lots of clarifications including
6552         GDB tooltip side-effect issue.
6553         (Commands of GUD): Clarify.
6554         (GUD Customization): Add bashdb-mode-hook.
6555         (GDB Graphical Interface): Rewrite for clarity.
6556         (GDB User Interface Layout): Rewrite for clarity.
6557         (Stack Buffer, Watch Expressions): Likewise.
6558         (Other GDB User Interface Buffers): Cleanups.
6559         (Lisp Libraries, External Lisp): Cleanup.
6561         * basic.texi (Position Info): "Graphical displays", rather than
6562         window systems.
6564         * anti.texi: Minor cleanup.
6566 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
6568         * custom.texi (Init File, Find Init): Add cross-references to
6569         where $HOME is described.
6571 2006-02-01  Luc Teirlinck  <teirllm@auburn.edu>
6573         * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6574         is not inside the @table.
6576         * emacs.texi (Top): Correct node name.
6578         * files.texi (File Names): Fix @xref.
6579         (Reverting): Fix typo.
6581         * mule.texi (International): Correct node name.
6583         * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6585 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6587         * emacs.texi (Top): Update subnode menu.
6589         * mule.texi: Minor clarifications.
6590         Reduce the specific references to X Windows.
6591         Refer to "graphical" terminals, rather than window systems.
6592         (Text Coding): Rename from Specify Coding.
6593         (Communication Coding, File Name Coding, Terminal Coding):
6594         New nodes split out from Text Coding.
6596         * kmacro.texi: Minor clarifications.
6597         (Keyboard Macro Ring): Comment out some excessive commands.
6598         (Basic Keyboard Macro): Split up the table, putting part in each node.
6600         * major.texi: Minor clarifications.
6602         * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6604         * windows.texi: Minor clarifications.
6605         (Change Window): Don't describe mode-line mouse cmds here.
6606         Add xref to Mode Line Mouse.
6608         * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6610         * macos.texi (Mac International): Fix xref.
6612         * indent.texi: Minor clarifications.
6614         * frames.texi: Minor clarifications.
6615         Reduce the specific references to X Windows.
6616         Refer to "graphical" terminals, rather than window systems.
6617         (Frame Parameters): Don't mention commands like
6618         set-foreground-color.  Just say to customize a face.
6619         (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6621         * files.texi: Minor clarifications.
6622         (Numbered Backups): New node, split out from Backup Names.
6624         * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6626         * cmdargs.texi (General Variables): Fix xref.
6628         * buffers.texi: Minor clarifications.
6630 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6632         * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6633         Nodes moved to top.
6635         * display.texi: Minor clarifications.
6636         (Display): Rearrange menu.
6637         (Standard Faces): Mention query-replace face.
6638         (Faces): Simplify.
6639         (Font Lock): Simplify face customization info.
6640         (Highlight Changes): Node merged into Highlight Interactively.
6641         (Highlight Interactively): Much rewriting and cleanup.
6642         (Optional Mode Line): Narrowed line number not good for goto-line.
6643         Simplify face customization advice.
6644         (Text Display): Mention use of escape-glyph face.
6645         Move ctl-arrow and tab-width here.
6646         (Display Custom): Move no-redraw-on-reenter to end of node.
6648         * search.texi: Minor clarifications.
6649         (Isearch Scroll): Simplify.
6650         (Other Repeating Search): Document multi-occur-in-matching-buffers.
6652         * regs.texi (Registers): Mention bookmarks here.
6654         * mark.texi: Minor clarifications.
6655         (Selective Undo): Node deleted.
6657         * m-x.texi: Minor clarifications.
6659         * killing.texi: Minor clarifications.
6660         Refer to "graphical" terminals, rather than window systems.
6662         * help.texi: Clarifications.
6663         (Help): Don't describe C-h F and C-h K here.
6664         (Key Help): Describe C-h K here.
6665         (Name Help): Mention Emacs Lisp Intro.
6666         Describe C-h F here.
6667         (Misc Help): Mention C-h F and C-h K only briefly.
6669         * fixit.texi (Undo): New node, mostly copied from basic.texi.
6670         Selective undo text merged in.
6671         (Spelling): Mention Aspell along with Ispell.
6673         * emacs.texi (Top): Update subnode menus.
6675         * basic.texi (Basic Undo): Rename from Undo.  Most of text
6676         moved to new Undo node.
6678 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6680         * basic.texi (Continuation Lines, Inserting Text):
6681         Mention longlines mode.
6683 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6685         * screen.texi: Minor cleanups.
6686         (Screen): Clean up the intro paragraphs.
6687         (Mode Line): Lots of rewriting.  Handle frame-name better.
6688         eol-mnemonic-... vars moved out.
6690         * emacs.texi (Top): Change menu item for MS-DOS node.
6691         Update subnode menu.
6693         * msdog.texi (MS-DOS): Rewrite intro to explain how this
6694         chapter relates to Windows.  Title changed.
6696         * mini.texi: Minor cleanups.
6698         * mark.texi (Selective Undo): New node, text moved from basic.texi.
6699         (Mark): Put it in the menu.
6701         * entering.texi: Minor cleanups.
6703         * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6704         (Intro): Refer to "graphical" terminals, rather than X.
6706         * display.texi (Display Custom): Add xref to Variables.
6707         (Optional Mode Line): eol-mnemonic-... vars moved here.
6709         * commands.texi: Minor cleanups.  Refer to "graphical" terminals,
6710         rather than X.
6712         * basic.texi: Minor cleanups.
6713         (Undo): selective-undo moved.
6715 2006-01-25  Luc Teirlinck  <teirllm@auburn.edu>
6717         * anti.texi (Antinews): Various corrections and additions.
6719 2006-01-23  Juri Linkov  <juri@jurta.org>
6721         * custom.texi (Easy Customization, Customization Groups)
6722         (Browsing Custom): Mention links along with buttons.
6724 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6726         * text.texi (TeX Print): Use @key for TAB.
6728         * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6730 2006-01-15  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6732         * files.texi (File Aliases): Don't claim that usually separate
6733         buffers are created for two file names that name the same data.
6734         Mention additional situations where different names mean the same
6735         file on disk.
6737 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6739         * killing.texi (Deletion): Upcase @key argument.
6741         * custom.texi (Custom Themes): Minor cleanup.
6743         * programs.texi (Hungry Delete): Upcase @key argument.
6745 2006-01-16  Juri Linkov  <juri@jurta.org>
6747         * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6748         Move `mode-line-highlight' before `mode-line-buffer-id'.
6750 2006-01-14  Richard M. Stallman  <rms@gnu.org>
6752         * basic.texi (Inserting Text): Minor cleanup.
6754 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6756         * custom.texi (Changing a Variable, Face Customization):
6757         Update for changes in Custom menus.
6759 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6761         * macos.texi (Mac International): Undo last change.
6763 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6765         * custom.texi (Custom Themes): Describe the new
6766         customize-create-theme interface.
6768 2005-12-30  Juri Linkov  <juri@jurta.org>
6770         * basic.texi (Position Info): Update example.
6772 2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
6774         * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6776 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
6778         * custom.texi (Custom Themes): `load-theme' always loads.
6780 2005-12-23  Juri Linkov  <juri@jurta.org>
6782         * display.texi (Highlight Interactively): Use double space to
6783         separate sentences.  Replace C-p with M-p, and C-n with M-n.
6785 2005-12-22  Richard M. Stallman  <rms@gnu.org>
6787         * custom.texi (Easy Customization and subnodes):
6788         Replace "active field" with "button".
6789         Use "user option" only for variables.
6790         Use "setting" for variable-or-face.
6792 2005-12-22  Luc Teirlinck  <teirllm@auburn.edu>
6794         * buffers.texi (Select Buffer): Change order in table to make
6795         "Similar" refer to the correct item.
6796         (Indirect Buffers): Minor rewording.
6798 2005-12-20  Juri Linkov  <juri@jurta.org>
6800         * files.texi (VC Status): Put P and N near p and n.
6802 2005-12-19  Richard M. Stallman  <rms@gnu.org>
6804         * programs.texi (Electric C): Delete the info about newline control.
6805         (Other C Commands): Minor cleanup.
6806         (Left Margin Paren): Minor cleanup.
6808 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6810         * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6811         (Customization Groups): Delete text moved to "Browsing Custom".
6812         (Browsing Custom): New node.
6813         (Specific Customization): Clarify which commands only work for
6814         loaded options.
6816 2005-12-18  Bill Wohler  <wohler@newt.com>
6818         * frames.texi (Tool Bars): Shorten text of previous change.
6820 2005-12-18  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6822         * files.texi (VC Status): Document log-view mode.
6824 2005-12-18  Bill Wohler  <wohler@newt.com>
6826         * frames.texi (Tool Bars): Mention that you can turn off tool bars
6827         permanently via the customize interface.
6829 2005-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
6831         * killing.texi (Killing by Lines): Document `kill-whole-line'
6832         function.
6834 2005-12-16  Lőrentey Károly  <lorentey@elte.hu>
6836         * buffers.texi (Select Buffer): Change `prev-buffer' to
6837         `previous-buffer'.  Indicate that these functions use a frame
6838         local buffer list.
6840 2005-12-12  Richard M. Stallman  <rms@gnu.org>
6842         * custom.texi (Easy Customization): Change menu comment.
6843         (Prefix Keymaps): Fix spelling of Control-X-prefix.
6845         * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
6846         (Help): Among the Apropos commands, describe only C-h a here.
6848 2005-12-11  Richard M. Stallman  <rms@gnu.org>
6850         * programs.texi (Options for Comments): Comment-end starts with space.
6852         * glossary.texi (Glossary): Minor cleanup.
6854         * files.texi (Old Versions): Use @table.
6856 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
6858         * display.texi (Highlight Interactively): Include
6859         global-hi-lock-mode.  Add miscellaneous details and elaborations.
6861 2005-12-09  Richard M. Stallman  <rms@gnu.org>
6863         * display.texi (Font Lock): Delete the Global FL menu item.
6865 2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
6867         * custom.texi (Minibuffer Maps): Mention the maps for file name
6868         completion.
6870 2005-12-09  Kim F. Storm  <storm@cua.dk>
6872         * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
6873         prefix keys even when mark is active.  Describe that RET moves
6874         cursor to next corner in rectangle; clarify insert around rectangle.
6876 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
6878         * custom.texi (Customization): Use xref to elisp manual for
6879         non-TeX output.
6880         (Minor Modes): Update.
6881         (Customization Groups, Changing a Variable, Face Customization):
6882         Update for new appearance of Custom buffers.
6883         (Changing a Variable): `custom-buffer-done-function' has been
6884         replaced by `custom-buffer-done-kill'.
6885         (Specific Customization): In the `customize-group' buffer, a
6886         subgroup's contents are not "hidden".  They are not included at
6887         all.  They have no [Show] button.
6888         (Mouse Buttons): Add pxref to description of mouse event lists in
6889         Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
6890         (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6891         ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6893 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6895         * mini.texi (Completion Commands, Completion):
6896         In file name input, SPC does not do completion.
6898 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6900         * building.texi (GDB Graphical Interface): Explain screen size
6901         setting.
6902         (Other GDB User Interface Buffers): Describe features specific to
6903         GDB 6.4.
6905 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6907         * building.texi (GDB User Interface Layout): Describe how to
6908         kill associated buffers.
6909         (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6910         (Watch Expressions): Be more precise.
6911         (Other GDB User Interface Buffers): Describe how to change a
6912         register value.
6914 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6916         * macos.texi (Mac Input): Remove description of
6917         mac-command-key-is-meta.  Add descriptions of
6918         mac-control-modifier, mac-command-modifier, and
6919         mac-option-modifier.
6920         (Mac International): Fix description of conversion of clipboard data.
6921         (Mac Font Specs): Add example of font customization by face attributes.
6923 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
6925         * building.texi (Watch Expressions): Expand description.
6926         (Other GDB User Interface Buffers): Describe local map for
6927         gud-watch.
6929 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
6931         * display.texi (Font Lock): Font lock is enabled by default now.
6933 2005-11-20  Juri Linkov  <juri@jurta.org>
6935         * basic.texi (Position Info): Update examples of the output.
6936         Remove the fact that examples are produced in the TeXinfo buffer,
6937         because in the Info reader users will get a different output from
6938         `C-x ='.
6940         * building.texi (Compilation Mode): Remove paragraph duplicated
6941         from the node `Compilation'.  Add `compilation-skip-threshold'.
6943         * display.texi (Font Lock): Suggest more user-friendly method of
6944         finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6946 2005-11-18  Richard M. Stallman  <rms@gnu.org>
6948         * files.texi (Registering): Mention @@ in mode line.
6950         * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
6952 2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6954         * files.texi (Renaming and VC): Some back-ends don't
6955         handle renaming.
6957 2005-11-17  Juri Linkov  <juri@jurta.org>
6959         * emacs.texi (Top):
6960         * display.texi (Highlight Interactively): Put this font-lock based
6961         mode near Font Lock node.
6963 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
6965         * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6966         icons.
6968 2005-11-12  Kim F. Storm  <storm@cua.dk>
6970         * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
6971         (Help Summary): Add C-h d and C-h e.
6972         (Apropos): Clarify that all apropos commands may search for either
6973         list of words or a regexp.  Add C-h d for apropos-documentation.
6974         Describe apropos-documentation-sort-by-scores user option.
6976 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6978         * killing.texi (CUA Bindings): Add @section.
6980 2005-11-10  Kim F. Storm  <storm@cua.dk>
6982         * emacs.texi (Top): Add CUA Bindings entry to menu.
6984         * killing.texi (CUA Bindings): New node.  Moved here from
6985         misc.texi and extended with info on rectangle commands and
6986         rectangle highlighting, interface to registers, and the global
6987         mark feature.
6989         * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6991         * regs.texi: Prev link points to CUA Bindings node.
6993 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
6995         * help.texi (Help Echo): By default, help echos are only shown on
6996         mouse-over, not on point-over.
6998 2005-11-04  Jérôme Marant  <jerome@marant.org>
7000         * misc.texi (Shell Mode): Describe how to activate password echoing.
7002 2005-11-04  Romain Francoise  <romain@orebokech.com>
7004         * mark.texi (Mark Ring): Fix typo.
7006 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7008         * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7010 2005-11-01  Bill Wohler  <wohler@newt.com>
7012         * help.texi (Help Mode): Fix typo.
7014 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7016         * building.texi (Other GDB User Interface Buffers):
7017         Describe the command gdb-use-inferior-io-buffer.
7019 2005-10-31  Romain Francoise  <romain@orebokech.com>
7021         * files.texi (Compressed Files): Fix typo.
7023         * buffers.texi (Misc Buffer): Downcase `*shell*'.
7025         * windows.texi (Force Same Window): Likewise.
7027 2005-10-30  Bill Wohler  <wohler@newt.com>
7029         * help.texi (Help Mode): URLs viewed with browse-url.
7031 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7033         * building.texi (GDB Graphical Interface): Don't reference
7034         gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
7035         must stay in same frame.
7037 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7039         * custom.texi (Init File): Document ~/.emacs.d/init.el.
7041         * anti.texi (Antinews): Likewise.
7043 2005-10-28  Bill Wohler  <wohler@newt.com>
7045         * help.texi (Help): Help mode now creates hyperlinks for URLs.
7047 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7049         * files.texi (Visiting): Explain how to enter ? in a file name.
7051         * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7053 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7055         * building.texi (GDB Graphical Interface):
7056         Describe gdb-mouse-until.
7058 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7060         * custom.texi (Init File): Recommend when to use site-start.el.
7062 2005-10-21  Juri Linkov  <juri@jurta.org>
7064         * custom.texi (Examining): Mention accessing the old variable
7065         value via M-n in set-variable.
7067 2005-10-18  Romain Francoise  <romain@orebokech.com>
7069         * files.texi (Version Systems): Capitalize GNU.
7071 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7073         * building.texi (Compilation Mode): Remove redundant paragraph.
7074         (Watch Expressions): Remove paragraph to reflect code change.
7076 2005-10-16  Richard M. Stallman  <rms@gnu.org>
7078         * building.texi (Compilation Mode, Compilation): Clarified.
7080 2005-10-15  Richard M. Stallman  <rms@gnu.org>
7082         * misc.texi (Saving Emacs Sessions): Mention savehist library.
7084 2005-10-13  Kenichi Handa  <handa@m17n.org>
7086         * basic.texi (Position Info): Fix previous change.
7088 2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
7090         * cmdargs.texi (Icons X): Fix typo.
7092 2005-10-12  Kenichi Handa  <handa@m17n.org>
7094         * basic.texi (Position Info): Describe the case that Emacs shows
7095         "part of display ...".
7097 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
7099         * cmdargs.texi (Icons X): -nb => -nbi.
7101 2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
7103         * frames.texi (Speedbar): A couple more clarifications.
7105 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7107         * building.texi (GDB User Interface Layout): Improve diagram.
7108         (Watch Expressions): Explain how to make speedbar global.
7109         (Other GDB User Interface Buffers): Make references more precise.
7111 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7113         * frames.texi (Speedbar): Clarify the text.
7115 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7117         * frames.texi (Speedbar): Add information on keybindings,
7118         dismissing the speedbar, and buffer display mode.  Link to
7119         speedbar manual.
7121 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
7123         * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
7124         added -nb, --no-bitmap-icon.
7126 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7128         * building.texi (GDB Graphical Interface): Add variables and
7129         functions to indices.  Be more precise.
7131 2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
7133         * frames.texi (Drag and Drop): Remove the x- from
7134         x-dnd-open-file-other-window and xdnd-protocol-alist.
7136 2005-09-30  Romain Francoise  <romain@orebokech.com>
7138         * mini.texi (Minibuffer): The default value now appears before the
7139         colon in minibuffer prompts.
7141 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7143         * search.texi (Regexp Search): Doc search-whitespace-regexp.
7145 2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7147         * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7149 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7151         * emacs.texi (Top): Update submenus from macos.texi.
7153         * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7154         (Mac OS): Update feature support status.
7155         (Mac Input): List supported input scripts.  Remove description
7156         about `mac-keyboard-text-encoding'.  Mention mouse button
7157         emulation and related variables.
7158         (Mac International): Mention Central European and Cyrillic
7159         support.  Now `keyboard-coding-system' is dynamically changed.
7160         Add description about coding system for selection.
7161         Add description about language environment.
7162         (Mac Environment Variables):
7163         Mention `~/.MacOSX/environment.plist'.  Give example of command line
7164         arguments.  Add Preferences support.
7165         (Mac Directories): Explicitly state that this node is for Mac OS
7166         Classic only.
7167         (Mac Font Specs): Mention specification for scalable fonts.
7168         List supported charsets.  Add preferred way of creating fontsets.
7169         Add description about `mac-allow-anti-aliasing'.
7170         (Mac Functions): Add descriptions about `mac-set-file-creator',
7171         `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7172         and `mac-get-preference'.
7174 2005-09-16  Romain Francoise  <romain@orebokech.com>
7176         Update all files to specify GFDL version 1.2.
7178         * doclicense.texi (GNU Free Documentation License): Update to
7179         version 1.2.
7181 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7183         * buffers.texi (List Buffers): Fix xref.
7185         * rmail.texi (Rmail Basics): Fix xref.
7187         * emacs.texi (Top): Update subnode menus.
7189         * files.texi (Saving Commands): New node, broken out of Saving.
7190         (Customize Save): New node, broken out of Saving.
7191         Clarify effect of write-region-inhibit-fsync.
7192         (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7194 2005-09-14  Romain Francoise  <romain@orebokech.com>
7196         * files.texi (Saving): Mention write-region-inhibit-fsync.
7198 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7200         * custom.texi (Custom Themes): New node.
7202 2005-09-03  Richard M. Stallman  <rms@gnu.org>
7204         * search.texi (Search Case): Mention vars that control
7205         case-fold-search for various operations.
7207 2005-08-22  Juri Linkov  <juri@jurta.org>
7209         * display.texi (Standard Faces): Merge the text from
7210         `(elisp)Standard Faces' into this node.
7212 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7214         * emacs.texi (Top): Delete menu item for deleted node
7215         Keyboard Translations.
7217 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7219         * trouble.texi (Unasked-for Search):
7220         Delete xref to Keyboard Translations.
7222         * glossary.texi (Glossary): Delete xref.
7224         * custom.texi (Minor Modes): Say that the list here is not complete.
7225         (Keyboard Translations): Node deleted.
7226         (Disabling): Delete xref to it.
7227         (Customization Groups): Fix Custom buffer example.
7228         (Hooks): Mention remove-hooks.
7230 2005-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7232         * building.texi (GDB Graphical Interface): Improve filling of menu
7233         item.
7235 2005-08-18  Nick Roberts  <nickrob@snap.net.nz>
7237         * building.texi (GDB Graphical Interface): Use better node names.
7239 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7241         * text.texi (Sentences): Fix xref.
7243 2005-08-14  Juri Linkov  <juri@jurta.org>
7245         * building.texi (Compilation, Grep Searching): Move grep command
7246         headings from `Compilation' to `Grep Searching'.
7248         * dired.texi (Dired and Find):
7249         * maintaining.texi (Tags Search): Replace grep xref to
7250         `Compilation' node with `Grep Searching'.
7252         * files.texi (Comparing Files): Replace xref to `Compilation' with
7253         `Compilation Mode'.
7255 2005-08-13  Alan Mackenzie  <acm@muc.de>
7257         * search.texi (Non-ASCII Isearch): Correct a typo.
7258         (Replacement Commands): Mention query-replace key binding.
7260 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7262         * programs.texi (Options for Comments): Fix xref.
7264         * search.texi (Regexp Backslash, Regexp Example): New nodes split
7265         out of Regexps.
7267 2005-08-09  Juri Linkov  <juri@jurta.org>
7269         * building.texi (Compilation): Use `itemx' instead of `item'.
7270         (Grep Searching): Simplify phrase.
7272         * display.texi (Standard Faces): Describe vertical-border on
7273         window systems.
7275         * windows.texi (Split Window): Simplify phrase and mention
7276         vertical-border face.
7278 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7280         * files.texi (Comparing Files): Clarify compare-windows.
7282         * calendar.texi (Scroll Calendar): Document < and > in calendar.
7284 2005-08-06  Eli Zaretskii  <eliz@gnu.org>
7286         * mule.texi (Coding Systems): Rephrase the paragraph about
7287         codepages: no need for "M-x codepage-setup" anymore, except on
7288         MS-DOS.
7290         * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7291         the MS-DOS port only.
7293 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
7295         * makefile.w32-in (info): Don't run multi-install-info.bat.
7296         ($(infodir)/dir): New target, produced by running
7297         multi-install-info.bat.
7299 2005-07-22  Eli Zaretskii  <eliz@gnu.org>
7301         * files.texi (Quoted File Names): Add index entry.
7303 2005-07-19  Juri Linkov  <juri@jurta.org>
7305         * files.texi (Comparing Files): Mention resync for `compare-windows'.
7307 2005-07-18  Juri Linkov  <juri@jurta.org>
7309         * custom.texi (Easy Customization):
7310         * files.texi (Old Versions):
7311         * frames.texi (Wheeled Mice):
7312         * mule.texi (Specify Coding):
7313         * text.texi (Cell Justification):
7314         * trouble.texi (After a Crash):
7315         * xresources.texi (GTK styles):
7316         Delete duplicate duplicate words.
7318 2005-07-17  Richard M. Stallman  <rms@gnu.org>
7320         * frames.texi (Creating Frames): Fix foreground color example.
7322         * custom.texi (Init Examples): Clean up text about conditionals.
7324 2005-07-16  Richard M. Stallman  <rms@gnu.org>
7326         * mini.texi (Completion Commands): Fix command name for ?.
7328 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
7330         * display.texi (Standard Faces): Explain that customization of
7331         `menu' face has no effect on w32 and with GTK.
7332         Add cross-references.
7334         * cmdargs.texi (General Variables): Clarify the default location
7335         of $HOME on w32 systems.
7337 2005-07-15  Jason Rumney  <jasonr@gnu.org>
7339         * cmdargs.texi (General Variables): Default HOME on MS Windows has
7340         changed.
7342 2005-07-08  Kenichi Handa  <handa@m17n.org>
7344         * mule.texi (Recognize Coding):
7345         Recommend revert-buffer-with-coding-system instead of revert-buffer.
7347 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7349         * anti.texi (Antinews): Mention mode-line-inverse-video.
7351         * files.texi (Saving): Minor correction about C-x C-w.
7353         * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7355 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7357         * search.texi (Isearch Scroll): Add example of using the
7358         `isearch-scroll' property.
7359         (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7360         `Display Custom' node.
7361         (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7362         and de-emphasize it.
7363         (Other Repeating Search): `occur' currently can not correctly
7364         handle multiline matches.  Correct, clarify and update description
7365         of `flush-lines' and `keep-lines'.
7367         * display.texi (Display Custom): Add anchor for `baud-rate'.
7369 2005-07-07  Richard M. Stallman  <rms@gnu.org>
7371         * gnu.texi: Update where to get GNU status; add refs for how to help.
7372         Add footnotes 6 and 7.
7374 2005-07-04  Lute Kamstra  <lute@gnu.org>
7376         Update FSF's address in GPL notices.
7378         * doclicense.texi (GNU Free Documentation License):
7379         * trouble.texi (Checklist): Update FSF's address.
7381 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7383         * display.texi (Text Display): Change index entries.
7385 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7387         * makefile.w32-in (MAKEINFO): Use --force.
7388         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7389         Makefile.in.
7391 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7393         * anti.texi (Antinews): Rename show-nonbreak-escape to
7394         nobreak-char-display.
7396         * emacs.texi (Top): Update detailed node listing.
7398         * display.texi (Text Display): Rename show-nonbreak-escape
7399         to nobreak-char-display and no-break-space to nobreak-space.
7400         (Standard Faces): Split up the list of standard faces
7401         and put it in a separate node.  Add nobreak-space and
7402         escape-glyph.
7404 2005-06-23  Lute Kamstra  <lute@gnu.org>
7406         * mule.texi (Select Input Method): Fix typo.
7408 2005-06-23  Kenichi Handa  <handa@m17n.org>
7410         * mule.texi (International): List all supported scripts.
7411         Adjust text for that leim is now included in the normal Emacs
7412         distribution.
7413         (Language Environments): List all language environments.
7414         Intlfonts contains fonts for most supported scripts, not all..
7415         (Select Input Method): Refer to C-u C-x = to see how to type to
7416         input a specific character.
7417         (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7419 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7421         * building.texi (Grep Searching): Texinfo usage fix.
7423 2005-06-22  Miles Bader  <miles@gnu.org>
7425         * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7427 2005-06-20  Miles Bader  <miles@gnu.org>
7429         * display.texi (Faces): Add `vertical-divider'.
7431 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7433         * text.texi (Adaptive Fill): Minor clarification.
7435 2005-06-10  Lute Kamstra  <lute@gnu.org>
7437         * emacs.texi (Top): Correct version number.
7438         * anti.texi (Antinews): Correct version number.  Use EMACSVER to
7439         refer to the current version of Emacs.
7441 2005-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7443         * files.texi (Log Buffer): Document when there can be more than
7444         one file to be committed.
7446 2005-06-08  Juri Linkov  <juri@jurta.org>
7448         * display.texi (Faces): Add `shadow' face.
7450 2005-06-07  Masatake YAMATO  <jet@gyve.org>
7452         * display.texi (Faces): Write about mode-line-highlight.
7454 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7456         * misc.texi (Printing Package): Explain how to initialize
7457         printing package.
7459         * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7461 2005-06-05  Chong Yidong  <cyd@stupidchicken.com>
7463         * emacs.texi: Rename Hardcopy to Printing.
7464         Make PostScript and PostScript Variables subnodes of it.
7466         * misc.texi (Printing): Rename node from Hardcopy.
7467         Mention menu bar options.
7468         Move PostScript and PostScript Variables to submenu.
7469         (Printing package): New node.
7471         * mark.texi (Using Region): Change Hardcopy xref to Printing.
7473         * dired.texi (Operating on Files): Likewise.
7475         * calendar.texi (Displaying the Diary): Likewise.
7477         * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7479         * glossary.texi (Glossary): Likewise.
7481         * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7482         effect.
7484 2005-06-04  Richard M. Stallman  <rms@gnu.org>
7486         * trouble.texi (After a Crash): Polish previous change.
7488 2005-05-30  Noah Friedman  <friedman@splode.com>
7490         * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7491         recovery mechanism.
7493 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
7495         * building.texi (Other Buffers): SPC toggles display of
7496         floating point registers.
7498 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
7500         * files.texi (Log Buffer): Merge in description of Log Edit
7501         mode from pcl-cvs.texi.
7503 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7505         * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7507 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7509         * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7510         not enabled by default.
7511         When not on a word, `ispell-word' by default checks the word
7512         before point.
7514 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7516         * building.texi (Debugger Operation): Simplify last sentence.
7518 2005-05-23  Lute Kamstra  <lute@gnu.org>
7520         * emacs.texi: Update FSF's address throughout.
7521         (Preface): Use @cite.
7522         (Distrib): Add cross reference to the node "Copying".  Mention the
7523         FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of
7524         printed manuals.
7525         (Intro): Use @xref for the Emacs Lisp Intro.
7527 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7529         * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7531         * basic.texi (Moving Point): Mention default for `goto-line'.
7533         * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7534         of a variable's docstring.
7536 2005-05-18  Lute Kamstra  <lute@gnu.org>
7538         * maintaining.texi (Overview of Emerge): Add cross reference.
7539         Remove duplication.
7541         * emacs.texi (Top): Update to the current structure of the manual.
7542         * misc.texi (Emacs Server): Add menu description.
7543         * files.texi (Saving): Fix menu.
7544         * custom.texi (Customization): Fix menu.
7545         * mule.texi (International): Fix menu.
7546         * kmacro.texi (Keyboard Macros): Fix menu.
7548 2005-05-16  Luc Teirlinck  <teirllm@auburn.edu>
7550         * display.texi: Various minor changes.
7551         (Faces): Delete text that is repeated in the next section.
7553 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7555         * building.texi (Debugger Operation): Mention GUD tooltips are
7556         disabled with GDB in text command mode.
7558 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7560         * building.texi: Replace toolbar with "tool bar" for consistency.
7561         (Compilation Mode): Describe compilation-context-lines
7562         and use of arrow in compilation buffer.
7563         (Debugger Operation): Replace help text with variable's value.
7565         * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7566         consistency.
7568 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7570         * major.texi (Choosing Modes): normal-mode processes the -*- line.
7571         Add xref.
7573 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7575         * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7576         (Position Info): Delete discussion of `goto-line'.  It is already
7577         described in `Moving point'.
7579         * mini.texi (Completion Commands): Correct reference.
7580         (Completion Options): Fix typo.
7582         * killing.texi (Deletion): Complete description of `C-x C-o'.
7584 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7586         * building.texi (Compilation): Clarify recompile's directory choice.
7588         * frames.texi (Tooltips): Cleanups.
7590         * basic.texi (Arguments): Fix punctuation.
7592 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
7594         * screen.texi (Menu Bar): The up and down (not left and right)
7595         arrow keys move through a keyboard menu.
7597 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7599         * basic.texi: Various typo and grammar fixes.
7600         (Moving Point): C-a now runs move-beginning-of-line.
7602 2005-05-08  Nick Roberts  <nickrob@snap.net.nz>
7604         * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7606         * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7607         as different animals.
7609 2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
7611         * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7612         Correct index entry.
7614 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7616         * building.texi (Debugger Operation): Update to reflect changes
7617         in GUD tooltips.
7619 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7621         * files.texi (Compressed Files): Auto Compression normally enabled.
7623         * building.texi (Debugger Operation): Clarify previous change.
7625 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
7627         * building.texi (Debugger Operation): Add description for
7628         GUD tooltips when program is not running.
7630 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
7632         * misc.texi (Shell): Add `Shell Prompts' to menu.
7633         (Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
7634         description.  Delete remarks moved to new node.
7635         (Shell Prompts): New node.
7636         (History References): Replace remarks moved to `Shell Prompts'
7637         with xref to that node.
7638         (Remote Host): Clarify how to specify the terminal type when
7639         logging in to a different machine.
7641 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7643         * emacs.texi (Top): Update submenus from files.texi.
7645         * files.texi (Filesets): Clarify previous change.
7647         * dired.texi (Misc Dired Features): Clarify previous change.
7649 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7651         * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7653         * dired.texi (Misc Dired Features):
7654         Document dired-compare-directories.
7656         * files.texi (Filesets): New node.
7657         (File Conveniences): Document Image mode.
7659         * text.texi (TeX Print): Document tex-compile.
7661 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7663         * frames.texi (Tooltips): Tooltip mode is enabled by default.
7664         Delete redundant reference to tooltip Custom group.  It is
7665         referred too again in the next paragraph.
7667 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7669         * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7671 2005-04-19  Kim F. Storm  <storm@cua.dk>
7673         * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7675 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7677         * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7678         turns off desktop-save-mode.
7680 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7682         * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7683         by default in terminals compatible with xterm.  Mention that
7684         xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7685         node.
7687 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7689         * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7691 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
7693         * xresources.texi (Table of Resources): Add cursorBlink.
7695 2005-04-11  Luc Teirlinck  <teirllm@auburn.edu>
7697         * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7698         `d', `C-d' and `u'.
7700 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7702         * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7703         (Misc X): Add -D, --basic-display.
7705         * maintaining.texi (Change Log): Correct the description of
7706         the example.
7708         * major.texi (Choosing Modes): Document magic-mode-alist.
7710 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7712         * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7713         (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7714         (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7715         (Rmail Output): Clarify which statements apply to `o', `C-o' and
7716         `w', respectively.
7717         (Rmail Labels): Mention `l'.
7718         (Rmail Attributes): Correct pxref.  Mention `stored' attribute.
7719         (Rmail Summary Edit): Describe `j' and RET.
7721 2005-04-10  Jan Djärv  <jan.h.d@swipnet.se>
7723         * xresources.texi (Lucid Resources): Add fontSet resource.
7725 2005-04-09  Luc Teirlinck  <teirllm@auburn.edu>
7727         * display.texi (Useless Whitespace): `indicate-unused-lines' is
7728         now called `indicate-empty-lines'.
7730 2005-04-06  Kim F. Storm  <storm@cua.dk>
7732         * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7734 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7736         * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7737         deleted.
7738         (Marks vs Flags): Add some convenient key bindings.
7739         (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7740         (Misc Dired Features): Correct and expand description of `w' command.
7742         * frames.texi (XTerm Mouse): Delete apparently false info.
7743         The GNU/Linux console currently does not appear to support
7744         `xterm-mouse-mode'.
7746 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7748         * calendar.texi (Diary): Mention shell utility `calendar'.
7750 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7752         * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7754 2005-04-01  Lute Kamstra  <lute@gnu.org>
7756         * maintaining.texi (Change Log): add-change-log-entry uses
7757         add-log-mailing-address.
7759 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7761         * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7762         `VC Mode Line' and put in an xref to that node.
7763         (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7764         its description.
7766 2005-03-31  Paul Eggert  <eggert@cs.ucla.edu>
7768         * calendar.texi (Calendar Systems): Say that the Persian calendar
7769         implemented here is the arithmetical one championed by Birashk.
7771 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7773         * programs.texi (Fortran Motion): Fix previous change.
7775 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7777         * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7779 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7781         * text.texi (Refill): Refer to Long Lines Mode.
7782         (Longlines): New node.
7783         (Auto Fill): Don't index "word wrap" here.
7784         (Filling): Add Longlines to menu.
7786 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7788         * xresources.texi: Minor fixes.
7790         * misc.texi (Emacs Server): Fix Texinfo usage.
7792         * emacs.texi (Top): Don't use a real section heading for
7793         "Detailed Node Listing".  Fake it instead.
7795         * basic.texi (Position Info): Minor cleanup.
7797         * mule.texi (Input Methods): Minor cleanup.
7799 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7801         * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7802         constructs as well.
7803         (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7805 2005-03-29  Kenichi Handa  <handa@m17n.org>
7807         * mule.texi (Input Methods): Refer to the command C-u C-x =.
7809         * basic.texi (Position Info): Update the description about the
7810         command C-u C-x =.
7812 2005-03-28  Richard M. Stallman  <rms@gnu.org>
7814         * emacs.texi (Top): Use @section for the detailed node listing.
7816         * calendar.texi: Minor fixes to previous change.
7818         * programs.texi (Fortran): Small fixes to previous changes.
7820         * emacs.texi (Top): Update list of subnodes of Dired.
7821         Likewise for building.texi.
7823         * files.texi (File Conveniences): Delete Auto Image File mode.
7825 2005-03-28  Chong Yidong  <cyd@stupidchicken.com>
7827         * building.texi (Flymake): New node.
7829         * custom.texi (Function Keys): Document kp- event types and
7830         keypad-setup package.
7832         * dired.texi (Wdired): New node.
7834         * files.texi (File Conveniences): Reorder entries.
7835         Explain how to turn on Auto-image-file mode.
7836         Document Thumbs mode.
7838         * mule.texi (Specify Coding): Document recode-region and
7839         recode-file-name.
7841         * programs.texi (Program Modes): Add Conf mode and DNS mode.
7843 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7845         * commands.texi (Keys): M-o is now a prefix key.
7847 2005-03-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7849         * programs.texi: Reformat and update copyright years.
7850         (Fortran): Update section.
7852 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7854         * files.texi: Several small changes in addition to:
7855         (Visiting): Change xref for Dialog Boxes to ref.
7856         (Version Headers): Replace references to obsolete var
7857         `vc-header-alist' with `vc-BACKEND-header'.
7858         (Customizing VC): Update value of `vc-handled-backends'.
7860 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7862         * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7863         move here from Emacs Lisp Reference Manual.
7864         * calendar.texi (Calendar/Diary, Diary Commands)
7865         (Special Diary Entries, Importing Diary): Change some xrefs to
7866         point to emacs-xtra rather than elisp.
7868         * emacs-xtra.texi (Calendar Customizing):
7869         Move view-diary-entries-initially, view-calendar-holidays-initially,
7870         mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7871         Emacs Manual.
7872         (Appt Customizing): Merge entire section into main Emacs Manual.
7873         * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7874         mark-holidays-in-calendar here from emacs-xtra.
7875         (Displaying the Diary): Move view-diary-entries-initially,
7876         mark-diary-entries-in-calendar here from emacs-xtra.
7877         (Appointments): Move appt-display-mode-line,
7878         appt-display-duration, appt-disp-window-function,
7879         appt-delete-window-function here from emacs-xtra.
7881         * calendar.texi: Update and reformat copyright.
7882         Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7883         (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7884         (Diary): Refer to `diary-file' rather than ~/diary.
7885         (Diary Commands): Rename node to "Displaying the Diary".
7886         * emacs.texi (Top): Rename "Diary Commands" section.
7887         * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7889 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7891         * misc.texi (Emacs Server): Fix the command for setting
7892         server-name.  Add an xref to Invoking emacsclient.
7894         * help.texi (Help Summary): Clarify when "C-h ." will do something
7895         nontrivial.
7896         (Apropos): Add cindex entry for apropos-sort-by-scores.
7898         * display.texi (Text Display): Add index entries for how no-break
7899         characters are displayed.
7901 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7903         * files.texi (Visiting): Fix cross-references introduced with the
7904         last change.
7906         * xresources.texi (GTK resources): Fix last change.
7908 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7910         * xresources.texi (X Resources): GTK options documented too.
7911         (Resources): Clarify meaning of program name.
7912         (Table of Resources): Add visualClass.
7913         (GTK resources): Rewrite.
7914         (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7916         * display.texi (Text Display): Mention non-breaking spaces.
7918         * files.texi (Reverting): Document auto-revert-check-vc-info.
7920         * frames.texi (Mouse Commands): Document
7921         x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7923         * help.texi (Help Summary): Add `C-h .'.
7924         (Apropos): Apropos accepts a list of search terms.
7925         Document apropos-sort-by-scores.
7926         (Help Echo): Document display-local-help.
7928         * misc.texi (Emacs Server): Document server-name.
7929         (Invoking emacsclient): Document -s option for server names.
7931         * text.texi (Outline Visibility): Introduce "current heading
7932         line" (commands can be called with point on a body line).
7933         Re-order table to follow the sequence of discussion.
7934         hide-body won't hide lines before first header line.
7935         (TeX Mode): Add DocTeX mode.
7937 2005-03-24  Richard M. Stallman  <rms@gnu.org>
7939         * mule.texi (Single-Byte Character Support): Delete mention
7940         of iso-acc.el and iso-transl.el.
7942 2005-03-23  Lute Kamstra  <lute@gnu.org>
7944         * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7946 2005-03-23  Richard M. Stallman  <rms@gnu.org>
7948         * search.texi: Delete explicit node pointers.
7949         (Incremental Search): New menu.
7950         (Basic Isearch, Repeat Isearch, Error in Isearch)
7951         (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7952         (Slow Isearch): New subnodes.
7953         (Configuring Scrolling): Node deleted.
7954         (Search Case): Doc default-case-fold-search.
7955         (Regexp Replace): Move replace-regexp doc here.
7957         * rmail.texi (Movemail): Put commas inside closequotes.
7959         * picture.texi (Insert in Picture): Document C-c arrow combos.
7960         (Basic Picture): Clarify erasure.
7962         * display.texi (Font Lock): Put commas inside closequotes.
7964         * cmdargs.texi (General Variables): Put commas inside closequotes.
7966 2005-03-23  Nick Roberts  <nickrob@snap.net.nz>
7968         * building.texi (Stack Buffer): Mention reverse contrast for
7969         *selected* frame (might not be current frame).
7971 2005-03-21  Richard M. Stallman  <rms@gnu.org>
7973         * building.texi (Starting GUD): Add bashdb.
7975 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7977         * basic.texi (Moving Point): Add M-g M-g binding.
7978         (Undo): Document undo-only.
7979         (Position Info): Document M-g M-g and C-u M-g M-g.
7981         * building.texi (Building): Put Grep Searching after Compilation
7982         Shell.
7983         (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7984         Document next-error-highlight.
7985         (Grep Searching): Document grep-highlight-matches.
7986         (Lisp Eval): Typing C-x C-e twice prints integers specially.
7988         * calendar.texi (Importing Diary): Rename node from iCalendar.
7989         Document diary-from-outlook.
7991         * dired.texi (Misc Dired Features): Rename node from Misc Dired
7992         Commands.
7993         Mention effect of X drag and drop on Dired buffers.
7995         * files.texi (Visiting): Document large-file-warning-threshold.
7996         Move paragraph on file-selection dialog.
7997         Mention visiting files using X drag and drop.
7998         (Reverting): Mention using Auto-Revert mode to tail files.
7999         Document auto-revert-tail-mode.
8000         (Version Systems): Minor correction.
8001         (Comparing Files): Diff-mode is no longer based on Compilation
8002         mode.
8003         Document compare-ignore-whitespace.
8004         (Misc File Ops): Explain passing a directory to rename-file.
8005         Likewise for copy-file and make-symbolic-link.
8007         * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8008         Document mouse-wheel-progressive speed.
8010         * help.texi (Misc Help): Document numeric argument for C-h i.
8011         Correctly explain the effect of just C-u as argument.
8013         * killing.texi (Deletion): Document numeric argument for
8014         just-one-space.
8016         * mini.texi (Completion): Completion acts on text before point.
8018         * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8019         (Emulation): CUA mode replaces pc-bindings-mode,
8020         pc-selection-mode, and s-region.
8022         * mule.texi (Input Methods): Leim is now built-in.
8023         (Select Input Method): Document quail-show-key.
8024         (Specify Coding): Document revert-buffer-with-coding-system.
8026         * programs.texi (Fortran Motion): Document f90-next-statement,
8027         f90-previous-statement, f90-next-block, f90-previous-block,
8028         f90-end-of-block, and f90-beginning-of-block.
8030         * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8032         * emacs.texi (Acknowledgments): Updated.
8034         * anti.texi: Total rewrite.
8036 2005-03-19  Chong Yidong  <cyd@stupidchicken.com>
8038         * ack.texi (Acknowledgments): Update.
8040 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8042         * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8043         Update copyright years.
8045 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
8047         * building.texi (Commands of GUD): Move paragraph on setting
8048         breakpoints with mouse to the GDB Graphical Interface node.
8050 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8052         * misc.texi (Single Shell, Shell Options): Fix previous change.
8054         * building.texi (Debugger Operation): Update GUD tooltip enable info.
8056 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8058         * building.texi (Starting GUD): Don't explain text vs graphical
8059         GDB here.  Just mention it and xref.
8060         Delete "just one debugger process".
8061         (Debugger Operation): Move GUD tooltip info here.
8062         (GUD Tooltips): Node deleted.
8063         (GDB Graphical Interface): Explain the two GDB modes here.
8065         * sending.texi (Sending Mail): Minor cleanup.
8066         (Mail Aliases): Explain quoting conventions.
8067         Update key rebinding example.
8068         (Header Editing): C-M-i is like M-TAB.
8069         (Mail Mode Misc): mail-attach-file does not do MIME.
8071         * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8072         that really belongs here.
8073         (Remote Mailboxes): Text moved to Rmail Inbox.
8074         (Rmail Display): Mention Mouse-1.
8075         (Movemail): Clarify two movemail versions.
8076         Clarify rmail-movemail-program.
8078         * misc.texi (Single Shell): Replace uudecode example with gpg example.
8079         Document async shell commands.
8080         (Shell History): Clarify.
8081         (Shell Ring): Mention C-UP an C-DOWN.
8082         (Shell Options): Add comint-prompt-read-only.
8083         (Invoking emacsclient): Set EDITOR to run Emacs.
8084         (Sorting): No need to explain what region is.
8085         (Saving Emacs Sessions): Fix typo.
8086         (Recursive Edit): Fix punctuation.
8087         (Emulation): Don't mention "PC bindings" which are standard.
8088         (Hyperlinking): Explain Mouse-1 convention here.
8089         (Find Func): Node deleted.
8091         * help.texi (Name Help): Xref to Hyperlinking.
8093         * glossary.texi (Glossary):
8094         Rename "Balance Parentheses" to "Balancing...".
8095         Add "Byte Compilation".  Correct "Copyleft".
8096         New xref in "Customization".
8097         Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8098         Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8099         Rename "Registers" to "Register".
8100         Replace "Selecting" with "Selected Frame",
8101         "Selected Window", and "Selecting a Buffer".
8103         * files.texi (Types of Log File): Explain how projects'
8104         methods can vary.
8106         * display.texi (Faces): Delete "Emacs 21".
8108         * custom.texi (Changing a Variable): C-M-i like M-TAB.
8109         * fixit.texi (Spelling): C-M-i like M-TAB.
8110         * mini.texi (Completion Options): C-M-i like M-TAB.
8111         * programs.texi (Symbol Completion): C-M-i like M-TAB.
8112         * text.texi (Text Mode): C-M-i like M-TAB.
8114         * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8116         * calendar.texi (Specified Dates): Mention `g w'.
8117         (Appointments): appt-activate toggles with no arg.
8119 2005-03-05  Juri Linkov  <juri@jurta.org>
8121         * cmdargs.texi (Emacs Invocation): Add cindex
8122         "invocation (command line arguments)".
8123         (Misc X): Add -nbc, --no-blinking-cursor.
8125 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8127         * calendar.texi (iCalendar): No need to require it now.
8129 2005-03-03  Nick Roberts  <nickrob@snap.net.nz>
8131         * trouble.texi (Contributing): Mention Savannah.  Direct users to
8132         emacs-devel.
8134 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8136         * calendar.texi (Adding to Diary): Mention redrawing of calendar
8137         window.
8139 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8141         * building.texi (Compilation): Update mode line status info.
8143 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8145         * calendar.texi (General Calendar): Document binding of
8146         scroll-other-window-down.
8147         (Mayan Calendar): Fix earliest date.
8148         (Time Intervals): Document timeclock-change.
8149         Fix timeclock-ask-before-exiting documentation.
8151 2005-02-26  Kim F. Storm  <storm@cua.dk>
8153         * frames.texi (Mouse References):
8154         Add mouse-1-click-in-non-selected-windows.
8156 2005-02-25  Richard M. Stallman  <rms@gnu.org>
8158         * screen.texi (Screen): Explain better about cursors and mode lines;
8159         don't presuppose text terminals.
8160         (Point): Don't assume just one cursor.
8161         Clarify explanation of cursors.
8162         (Echo Area, Menu Bar): Cleanups.
8164         * mini.texi (Minibuffer): Prompts are highlighted.
8165         (Minibuffer Edit): Newline = C-j only on text terminals.
8166         Clarify resize-mini-windows values.
8167         Mention M-PAGEUP and M-PAGEDOWN.
8168         (Completion Commands): Mouse-1 like Mouse-2.
8169         (Minibuffer History): Explain history commands better.
8170         (Repetition): Add xref to Incremental Search.
8172         * mark.texi (Setting Mark): Clarify info about displaying mark.
8173         Clarify explanation of C-@ and C-SPC.
8174         (Transient Mark): Mention Delete Selection mode.
8175         (Marking Objects): Clean up text about extending the region.
8177         * m-x.texi (M-x): One C-g doesn't always go to top level.
8178         No delay before suggest-key-bindings output.
8180         * fixit.texi (Fixit): Mention C-/ for undo.
8181         (Spelling): Mention ESC TAB like M-TAB.
8182         Replacement words with r and R are rechecked.
8183         Say where C-g leaves point.  Mention ? as input.
8185 2005-02-23  Lute Kamstra  <lute@gnu.org>
8187         * cmdargs.texi (Initial Options): Add cross reference.
8189 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8191         * emacs.texi (Top): Update menu for splitting of node in
8192         msdog.texi.
8193         * frames.texi (Frames): Update xref for splitting of node in
8194         msdog.texi.
8195         * trouble.texi (Quitting): Ditto.
8197 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8199         * windows.texi (Split Window): Simplify line truncation info
8200         and xref to Display Custom.
8202         * trouble.texi (Quitting): Emergency escape only for text terminal.
8203         (Screen Garbled): C-l for ungarbling is only for text terminal.
8205         * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8207         * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8209         * programs.texi (Program Modes): Mention Python mode.
8210         (Moving by Defuns): Repeating C-M-h extends region.
8211         (Basic Indent): Clarify.
8212         (Custom C Indent): Clarify.
8213         (Expressions): Repeating C-M-@ extends region.
8214         (Info Lookup): Clarify for C-h S.
8215         (Symbol Completion): ESC TAB alternative for M-TAB.
8216         (Electric C): Clarify.
8218         * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8220         * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8221         MS-DOS Input node.
8222         (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8223         (MS-DOS and MULE): Clarify.
8224         (MS-DOS Processes, Windows Processes): Fix typos.
8226         * major.texi (Choosing Modes): Clarify.
8228         * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8229         (Keyboard Macro Step-Edit): Clarify.
8231         * indent.texi (Indentation): Clarifications.
8233         * help.texi (Help): Correct error about C-h in query-replace.
8234         Clarify apropos vs C-h a.  Fix how to search in FAQ.
8235         (Key Help): Describe C-h w here.
8236         (Name Help): Minor cleanup.  C-h w moved to Key Help.
8237         Clarify the "object" joke.
8238         (Apropos): Clarify.  Mouse-1 like Mouse-2.
8239         (Help Mode): Mouse-1 like Mouse-2.
8241         * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8243         * display.texi (Display): Reorder menu.
8244         (Faces): Cleanup.
8245         (Font Lock): Cleanup.  Mention Options menu.
8246         Delete obsolete text.
8247         (Scrolling): For C-l, don't presume text terminal.
8248         (Horizontal Scrolling): Simplify intro.
8249         (Follow Mode): Clarify.
8250         (Cursor Display): Move before Display Custom.
8251         (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8252         Doc default-tab-width.  Doc line truncation more thoroughly.
8254         * dired.texi (Dired Enter): C-x C-f can run Dired.
8255         (Dired Visiting): Comment out `a' command.
8256         Mouse-1 is like Mouse-2.
8257         (Shell Commands in Dired): ? can be used more than once.
8259         * basic.texi (Continuation Lines): Simplify description of truncation,
8260         and refer to Display Custom for the rest of it.
8262 2005-02-06  Lute Kamstra  <lute@gnu.org>
8264         * basic.texi (Undo): Fix typo.
8266         * cmdargs.texi (Emacs Invocation): Fix typo.
8268         * custom.texi (Init Examples): Fix typo.
8270         * abbrevs.texi (Expanding Abbrevs): Fix typo.
8272 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8274         * regs.texi (Registers): Registers can hold numbers, too.
8276         * killing.texi (Other Kill Commands): Cleanup.
8277         Delete redundant explanation of kill in read-only buffer.
8278         (Yanking): Mention term "copying".
8279         (Accumulating Text): Fix typo.
8281         * entering.texi (Entering Emacs): Update rationale at start.
8282         (Exiting): Treat iconifying on a par with suspension.
8284         * custom.texi (Minor Modes): Fix typo.
8285         (Easy Customization): Fix menu style.
8286         (Variables): Add xref.
8287         (Examining): Setting for future sessions works through .emacs.
8288         (Keymaps): "Text terminals", not "Many".
8289         (Init Rebinding): Explain \C-.  Show example of \M-.
8290         Fix minor wording errors.
8291         (Function Keys): Explain vector syntax just once.
8292         (Named ASCII Chars): Clarify history of TAB/C-i connection.
8293         (Init File): Mention .emacs.d directory.
8294         (Init Examples): Add xref.
8295         (Find Init): Mention .emacs.d directory.
8297         * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8298         (Action Arguments): Explain which kinds of -l args are found how.
8299         (Initial Options): --batch does not inhibit site-start.
8300         Add xrefs.
8301         (Command Example): Use --batch, not -batch.
8303         * basic.texi (Inserting Text): Cleanup wording.
8304         (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8305         C-n is not error at end of buffer.
8306         (Undo): Doc C-/ like C-_.  Add xrefs.
8307         (Arguments): META key may be labeled ALT.
8308         Peculiar arg meanings are explained in doc strings.
8310         * abbrevs.texi (Expanding Abbrevs): Clarify.
8312 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8314         * frames.texi (Frame Parameters): Add an xref to the description
8315         of list-colors-display.  Add a pointer to the X docs about colors.
8317         * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
8318         Improve docs of list-colors-display.
8320 2005-02-03  Lute Kamstra  <lute@gnu.org>
8322         * frames.texi (Frames, Drag and Drop): Fix typos.
8324 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8326         * windows.texi (Basic Window): Mention color-change in mode line.
8327         (Change Window): Explain dragging vertical boundaries.
8329         * text.texi (Sentences): Clarify.
8330         (Paragraphs): Explain M-a and blank lines.
8331         (Outline Mode): Clarify text and menu.
8332         (Hard and Soft Newlines): Mention use-hard-newlines.
8334         * frames.texi (Frames): Delete unnecessary mention of Windows.
8335         (Mouse Commands): Likewise.  Mention xterm mouse support.
8336         (Clipboard): Clarify.
8337         (Mouse References): Mention use of Mouse-1 for following links.
8338         (Menu Mouse Clicks): Clarify.
8339         (Mode Line Mouse): Clarify.
8340         (Drag and Drop): Rewrite.
8342         * fixit.texi (Spelling): Fix typo.
8344         * files.texi (File Names): Clarify.
8345         (Visiting): Update conditions for use of file dialog.  Clarify.
8346         (Saving): Doc d as answer in save-some-buffers.
8347         (Remote Files): Clean up the text.
8349         * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8351         * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8352         (List Buffers): Clarify.
8353         (Several Buffers): Doc T command.
8354         (Buffer Convenience): Clarify menu.
8356         * basic.texi (Undo): Clarify last change.
8358 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8360         * fixit.texi (Spelling): Fix typo.
8362 2005-02-01  Luc Teirlinck  <teirllm@auburn.edu>
8364         * basic.texi (Undo): Update description of `undo-outer-limit'.
8366 2005-02-01  Nick Roberts  <nickrob@snap.net.nz>
8368         * building.texi: Update documentation relating to GDB Graphical
8369         Interface.
8371 2005-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8373         * custom.texi (Easy Customization): Adapt menu to node name change.
8375 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8377         * custom.texi (Easy Customization): Defn of "User Option" now
8378         includes faces.  Don't say just "option" when talking about variables.
8379         Do say just "options" to mean "anything customizable".
8380         (Specific Customization): Describe `customize-variable',
8381         not `customize-option'.
8383         * glossary.texi (Glossary) <Faces>: Add xref.
8384         <User Option>: Change definition--include faces.  Change xref.
8386         * picture.texi (Picture): Mention artist.el.
8388         * sending.texi, screen.texi, programs.texi, misc.texi:
8389         * mini.texi, major.texi, maintaining.texi, macos.texi:
8390         * help.texi, frames.texi, files.texi:
8391         Don't say just "option" when talking about variables.
8393         * display.texi, mule.texi: Don't say just "option" when talking
8394         about variables.  Other minor cleanups.
8396 2005-01-26  Lute Kamstra  <lute@gnu.org>
8398         * cmdargs.texi (Initial Options): Add a cross reference to `Init
8399         File'.  Mention the `-Q' option at the `--no-site-file' option.
8401 2005-01-22  David Kastrup  <dak@gnu.org>
8403         * building.texi (Grep Searching): Mention alias `find-grep' for
8404         `grep-find'.
8406 2005-01-20  Richard M. Stallman  <rms@gnu.org>
8408         * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8410 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8412         * rmail.texi (Movemail): Explain differences
8413         between standard and mailutils versions of movemail.
8414         Describe command line and configuration options introduced
8415         with the latter.
8416         Explain the notion of mailbox URL, provide examples and
8417         cross-references to mailutils documentation.
8418         Describe various methods of specifying mailbox names,
8419         user names and user passwords for rmail.
8420         (Remote Mailboxes): New section.
8421         Describe how movemail handles remote mailboxes.  Describe configuration
8422         options used to control its behavior.
8423         (Other Mailbox Formats): Explain handling of various mailbox
8424         formats.
8426 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8428         * commands.texi (Commands): Clarification.
8430 2005-01-11  Richard M. Stallman  <rms@gnu.org>
8432         * programs.texi (Multi-line Indent): Fix previous change.
8433         (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8435 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8437         * display.texi (Faces): isearch-lazy-highlight-face renamed to
8438         lazy-highlight.
8440         * search.texi (Query Replace): Mention faces query-replace
8441         and lazy-highlight.
8442         (Incremental Search): Update isearch highlighting info.
8444 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8446         * custom.texi (Saving Customizations): Minor improvement.
8448 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8450         * custom.texi (Saving Customizations): Emacs no longer loads
8451         `custom-file' after .emacs.  No longer mention customizing through
8452         Custom.
8454 2005-01-01  Andreas Schwab  <schwab@suse.de>
8456         * killing.texi (Graphical Kill): Move up under node Killing,
8457         change @section to @subsection.
8459 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8461         * custom.texi (Face Customization): Mention hex color specs.
8463         * emacs.texi (Top): Update Killing submenu.
8465         * killing.texi (Killing): Reorganize section.
8466         No more TeX-only text; put the node command at start of chapter.
8467         But the first section heading is used only in TeX.
8468         Rewrite the text to read better in this mode.
8469         (Graphical Kill): New subnode gets some of the text that
8470         used to be in the first section.
8472 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8474         * dired.texi (Shell Commands in Dired): Delete the ? example.
8476         * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8478         * files.texi (Saving): Describe new require-final-newline features
8479         and mode-require-final-newline.
8481 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8483         * custom.texi (File Variables): Clarify previous change.
8485 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
8487         * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8488         out now.
8490 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8492         * Makefile.in (MAKEINFO): Specify --force.
8494         * basic.texi (Moving Point): C-e now runs move-end-of-line.
8495         (Undo): Doc undo-outer-limit.
8497 2004-12-15  Juri Linkov  <juri@jurta.org>
8499         * mark.texi (Transient Mark, Mark Ring): M-< and other
8500         movement commands don't set mark in Transient Mark mode
8501         if mark is active.
8503 2004-12-12  Juri Linkov  <juri@jurta.org>
8505         * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8506         C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8508         * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8509         (Misc Dired Commands): Add @r{(Dired)} to w.
8511 2004-12-12  Juri Linkov  <juri@jurta.org>
8513         * mark.texi (Marking Objects): Marking commands also extend the
8514         region when mark is active in Transient Mark mode.
8516 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8518         * custom.texi (Saving Customizations): Emacs only loads the custom
8519         file automatically after the init file in version 22.1 or later.
8520         Adapt text and examples to this fact.
8522 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8524         * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8525         be set through Custom.  Otherwise, it has no effect.
8527 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8529         * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8530         * entering.texi: Rename Command Line to Emacs Invocation.
8532         * misc.texi (Term Mode): Correctly describe C-c.
8534         * custom.texi (Easy Customization): Move up to section level,
8535         before Variables.  Avoid using the term "variable"; say "option".
8536         New initial explanation.
8537         (Variables): In initial explanation, connect "variable" to the
8538         already-explained "user option".
8540         * emacs.texi (Top): Fix ref to Command Line.
8541         Move reference to Easy Customization.
8543         * xresources.texi (X Resources): Fix From link.
8545         * doclicense.texi (GNU Free Documentation License): Fix To link.
8547         * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8549         * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8551 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8553         * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8555 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8557         * kmacro.texi: Several small changes in addition to the following.
8558         (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8559         defining a keyboard macro.
8560         Mention `kmacro-ring-max'.
8561         (Keyboard Macro Counter): Clarify description of
8562         `kmacro-insert-counter', `kmacro-set-counter',
8563         `kmacro-add-counter' and `kmacro-set-format'.
8565 2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8567         * custom.texi (File Variables): Add `unibyte' and make it more
8568         clear that `unibyte' and `coding' are special.  Suggested by Simon
8569         Krahnke <overlord@gmx.li>.
8571         * mule.texi (Enabling Multibyte): Refer to File Variables.
8572         Suggested by Simon Krahnke <overlord@gmx.li>.
8574 2004-11-26  Jan Djärv  <jan.h.d@swipnet.se>
8576         * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8577         x-use-old-gtk-file-dialog.
8579 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8581         * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8583 2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
8585         * building.texi (Lisp Eval): Delete hyphen in section name.
8587 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8589         * files.texi (Old Versions):
8590         No longer document annotation as "CVS only".
8592 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
8594         * files.texi (Version Control): Rewrite the introduction about
8595         version systems, mentioning the new ones that we support.
8596         Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8597         suggestions.
8599 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8601         * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8603 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
8605         * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8607 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8609         * text.texi (Text Based Tables, Table Definition)
8610         (Table Creation, Table Recognition, Cell Commands)
8611         (Cell Justification, Row Commands, Column Commands)
8612         (Fixed Width Mode, Table Conversion, Measuring Tables)
8613         (Table Misc): New nodes, documenting the Table Mode.
8615 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8617         * makefile.w32-in (info): Change order of arguments to makeinfo.
8619 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
8621         * calendar.texi (iCalendar): Update for package changes.
8623 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8625         * files.texi (Misc File Ops): View mode is a minor mode.
8627 2004-10-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
8629         * calendar.texi (iCalendar): Style changes.
8631 2004-10-07  Luc Teirlinck  <teirllm@auburn.edu>
8633         * search.texi (Regexps): The regexp described in the example is no
8634         longer stored in the variable `sentence-end'.
8636 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
8638         * building.texi (Starting GUD): Note that multiple debugging
8639         sessions requires `gdb --fullname'.
8641 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
8643         * calendar.texi (iCalendar): New section for a new package.
8645 2004-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8647         * text.texi: Various small changes in addition to the following.
8648         (Text): Replace xref for autotype with inforef.
8649         (Sentences): Explain nil value for `sentence-end'.
8650         (Paragraphs): Update default values for `paragraph-start' and
8651         `paragraph-separate'.
8652         (Text Mode): Correct description of Text mode's effect on the
8653         syntax table.
8654         (Outline Visibility): `hide-other' does not hide top level headings.
8655         `selective-display-ellipses' no longer has an effect on Outline mode.
8656         (TeX Misc): Add missing @cindex.
8657         Replace xref for RefTeX with inforef.
8658         (Requesting Formatted Text): The variable
8659         `enriched-fill-after-visiting' no longer exists.
8660         (Editing Format Info): Update names of menu items and commands.
8661         (Format Faces): Mention special effect of specifying the default face.
8662         Describe inheritance of text properties.
8663         Correct description of `fixed' face.
8664         (Format Indentation): Correct description of effect of setting
8665         margins.  Mention `set-left-margin' and `set-right-margin'.
8666         (Format Justification): Update names of menu items.
8667         `set-justification-full' is now bound to `M-j b'.
8668         Mention that `default-justification' is a per buffer variable.
8669         (Format Properties): Update name of menu item.
8670         (Forcing Enriched Mode): `format-decode-buffer' automatically
8671         turns on Enriched mode if the buffer is in text/enriched format.
8673 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
8675         * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8677 2004-09-28  Kim F. Storm  <storm@cua.dk>
8679         * display.texi (Display Custom) <indicate-buffer-boundaries>:
8680         Align with new functionality.
8682 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8684         * display.texi (Display Custom): Remove stray `@end defvar'.
8686 2004-09-23  Kim F. Storm  <storm@cua.dk>
8688         * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8689         `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8691 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8693         * custom.texi (Hooks): Explain using setq to clear out a hook.
8694         (File Variables): Explain multiline string constants.
8695         (Non-ASCII Rebinding): Explain when you need to update
8696         non-ASCII char codes in .emacs.
8698         * building.texi (Compilation): Explain how to make a silent
8699         subprocess that won't be terminated.  Explain compilation-environment.
8701 2004-09-13  Kim F. Storm  <storm@cua.dk>
8703         * mini.texi (Repetition): Rename isearch-resume-enabled to
8704         isearch-resume-in-command-history and change default to disabled.
8706 2004-09-09  Kim F. Storm  <storm@cua.dk>
8708         * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8709         with new `kmacro-name-last-macro'.
8711 2004-09-08  Juri Linkov  <juri@jurta.org>
8713         * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8715 2004-09-03  Juri Linkov  <juri@jurta.org>
8717         * search.texi (Incremental Search): Update wording for M-%.
8719 2004-09-02  Luc Teirlinck  <teirllm@auburn.edu>
8721         * killing.texi (Killing): Correct description of kill commands in
8722         read-only buffer.
8724 2004-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
8726         * building.texi (Compilation Mode): Add a paragraph about rules
8727         for finding the compilation buffer for `next-error'.
8729         * search.texi (Other Repeating Search): Mention that Occur mode
8730         supports the next-error functionality.
8732 2004-09-02  Juri Linkov  <juri@jurta.org>
8734         * search.texi (Regexp Replace): Add missing backslash to \footnote.
8736 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
8738         * kmacro.texi (Basic Keyboard Macro):
8739         `apply-macro-to-region-lines' now operates on all lines that begin
8740         in the region, rather than on all complete lines in the region.
8742 2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>
8744         * frames.texi (Drag and drop): Add documentation about
8745         x-dnd-test-function and x-dnd-known-types.
8747 2004-08-30  Luc Teirlinck  <teirllm@auburn.edu>
8749         * indent.texi: Various minor changes in addition to:
8750         (Indentation Commands): Correct description of `indent-relative'.
8751         (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8752         mode.  The *Tab Stops* buffer uses Overwrite Mode.
8753         (Just Spaces): `tabify' converts sequences of at least two spaces
8754         to tabs.
8756 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8758         * frames.texi (Secondary Selection): Setting the secondary
8759         selection with M-Drag-Mouse-1 does not alter the kill ring,
8760         setting it with M-Mouse-1 and M-Mouse-3 does.
8761         (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8762         toolkit scroll bars.
8763         (Scroll Bars): Ditto.
8765         * windows.texi (Basic Window): When using a window system, the value
8766         of point in a non-selected window is indicated by a hollow box.
8767         (Split Window): Side by side windows are separated by a scroll bar,
8768         if scroll bars are used.
8769         C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8770         (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8771         (Window Convenience): Update bindings for `winner-undo' and
8772         `winner-redo'.
8774         * ack.texi (Acknowledgments): Use `@unnumbered'.
8775         * misc.texi: Adapt sectioning in Info to the node structure.
8776         (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8777         of "Using Emacs as a Server".
8778         * building.texi (Building): Interchange nodes (for correct numbering).
8779         * programs.texi (Programs): Interchange nodes (for correct numbering).
8780         * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8781         Info to the node structure.
8782         * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8783         Rearrange order of nodes and sections such that both "GNU GENERAL
8784         PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8785         end, as appropriate for appendices.
8786         (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8787         Use `@unnumberedsec'.
8788         * trouble.texi: Adapt sectioning in Info to the node structure.
8789         Adapt node pointers to change in emacs.texi.
8790         * cmdargs.texi, doclicense.texi: Adapt node pointers.
8792 2004-08-25  Kenichi Handa  <handa@m17n.org>
8794         * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8795         description for unibyte mode.
8797 2004-08-23  Luc Teirlinck  <teirllm@auburn.edu>
8799         * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8801         * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8802         (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8803         (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8804         in @pxref.
8806 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
8808         * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8809         Change section names.
8811 2004-08-21  Luc Teirlinck  <teirllm@auburn.edu>
8813         * kmacro.texi (Keyboard Macro Ring): Rename section.
8814         Emacs treats the head of the macro ring as the `last keyboard macro'.
8815         (Keyboard Macro Counter): Minor change.
8816         (Save Keyboard Macro): Some clarifications.
8817         (Edit Keyboard Macro): Rename section.
8819         * buffers.texi (Buffers): Maximum buffer size is now 256M on
8820         32-bit machines.
8821         (Several Buffers): Clarify which buffer is selected if `2' is
8822         pressed in the Buffer Menu.
8823         Auto Revert mode can be used to update the Buffer Menu
8824         automatically.
8826 2004-08-21  Eli Zaretskii  <eliz@gnu.org>
8828         * help.texi (Misc Help): Add an index entry for finding an Info
8829         manual by its file name.
8831 2004-08-20  Luc Teirlinck  <teirllm@auburn.edu>
8833         * files.texi (Backup Deletion): Correct description of
8834         `delete-old-versions'.
8835         (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8836         (Auto Save Files): Recommend `auto-save-mode' to reenable
8837         auto-saving, rather than the abbreviation `auto-save'.
8839 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
8841         * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8842         for "killing" and "yanking" in main menu.
8844 2004-08-16  Richard M. Stallman  <rms@gnu.org>
8846         * killing.texi (Yanking, Killing): Minor cleanups.
8848         * mark.texi (Momentary Mark): Minor cleanups.
8850 2004-08-15  Kenichi Handa  <handa@etl.go.jp>
8852         * custom.texi (Non-ASCII Rebinding):
8853         C-q always inserts the right code to pass to global-set-key.
8855 2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
8857         * regs.texi (RegNumbers): Mention `C-x r i' binding for
8858         `insert-register', instead of `C-x r g' binding, for consistency.
8860 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
8862         * fixit.texi (Spelling): Fix typo.
8864 2004-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8866         * help.texi (Help): Fix Texinfo usage.
8868 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8870         * text.texi (Paragraphs): Update how paragraphs are separated
8871         and the default for paragraph-separate.
8873         * search.texi (Regexp Replace): Further update text for new
8874         replacement operators.
8876 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8878         * emacs-xtra.texi (Subdir switches): Dired does not remember the
8879         `R' switch.
8881         * dired.texi (Dired Updating): `k' only deletes inserted
8882         subdirectories from the Dired buffer if a prefix argument was given.
8884         * search.texi (Regexps): Delete redundant definition of `symbol' in
8885         description of `\_>'.  It already occurs in the description of `\_<'.
8887 2004-07-01  Juri Linkov  <juri@jurta.org>
8889         * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8890         (Regexp Search): Add M-r.
8892 2004-06-30  Luc Teirlinck  <teirllm@auburn.edu>
8894         * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8896 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8898         * search.texi, calendar.texi: Markup fixes.
8900 2004-06-25  Richard M. Stallman  <rms@gnu.org>
8902         * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8904 2004-06-25  David Kastrup  <dak@gnu.org>
8906         * search.texi (Regexp Replace): Some typo corrections and
8907         rearrangement.
8909 2004-06-24  David Kastrup  <dak@gnu.org>
8911         * search.texi (Unconditional Replace): Use replace-string instead
8912         of query-replace in example.
8913         (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8914         sequences.
8915         (Query Replace): Correct explanation of `^' which does not use
8916         the mark stack.
8918 2004-06-21  Nick Roberts  <nickrob@gnu.org>
8920         * misc.texi (Shell History Copying): Document comint-insert-input.
8921         (Shell Ring): Describe comint-dynamic-list-input-ring here.
8923 2004-06-20  Jesper Harder  <harder@ifa.au.dk>
8925         * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8926         * custom.texi (Customization): Do.
8927         * anti.texi (Antinews): Do.
8928         * abbrevs.texi (Defining Abbrevs): Do.
8930         * programs.texi (Info Lookup): Fix keybinding for
8931         info-lookup-symbol.
8933 2004-06-16  Juanma Barranquero  <lektu@terra.es>
8935         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8936         Add emacs-xtra.
8937         ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8938         (clean): Add emacs-xtra and flymake.  Remove redundancies.
8940 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8942         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8943         Add emacs-xtra.
8944         * emacs-xtra.texi: New file.
8946 2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8948         * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8949         (Dired and Find): Mention differences with ordinary Dired buffers.
8951 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8953         * custom.texi (Init Syntax): Explain about vars that do special
8954         things when set with setq or with Custom.
8955         (Init Examples): Add line-number-mode example.
8957 2004-06-12  Juri Linkov  <juri@jurta.org>
8959         * dired.texi (Operating on Files): Add dired-do-touch.
8961 2004-06-10  Juri Linkov  <juri@jurta.org>
8963         * building.texi (Lisp Eval): Add C-M-x on defface.
8965 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8967         * files.texi (Reverting): Auto-Revert mode and
8968         Global Auto-Revert mode no longer revert remote files.
8970 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8972         * custom.texi (Init File): Two dashes start --no-site-file.
8974 2004-05-29  Alan Mackenzie  <acm@muc.de>
8976         * programs.texi: Update for CC Mode 5.30 and incidental amendments.
8977         ("AWK"): Is consistently thus spelled throughout.
8978         (AWK, Pike): Document as "C-like modes".
8979         (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8980         (M-x man): Supersedes M-x manual-entry.
8981         Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
8983         ("Comments in C"): Delete node; the info is in CC Mode manual.
8984         (c-comment-only-line-offset): Remove description.
8986         (C-c ., C-c C-c): Describe new C Mode bindings.
8988         (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8989         (@dfn{Style}, c-default-style, comment-column, comment-padding)
8990         (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8991         Amend definitions.
8993         (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8994         Describe functions.
8996         (c-comment-start-regexp, c-hanging-comment-ender-p)
8997         (c-hanging-comment-starter-p): Remove obsolete definitions.
8999         * emacs.texi: Remove the menu entry "Comments in C".
9001 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9003         * dired.texi (Dired and Find): `find-ls-option' does not apply to
9004         `M-x locate'.
9006 2004-05-16  Karl Berry  <karl@gnu.org>
9008         * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9009         makeinfo --html fails.
9010         * help.texi (Help Summary) [@ifnottex]: Likewise.
9012 2004-05-13  Nick Roberts  <nickrob@gnu.org>
9014         * building.texi (GDB Graphical Interface): Update and describe
9015         layout first.
9017 2004-05-04  Jason Rumney  <jasonr@gnu.org>
9019         * makefile.w32-in: Revert last change.
9021 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9023         * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9025 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9027         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9029 2004-04-18  Juri Linkov  <juri@jurta.org>
9031         * fixit.texi (Spelling): Remove file extension from ispell xref.
9033 2004-04-15  Kim F. Storm  <storm@cua.dk>
9035         * cmdargs.texi (Initial Options): Add -Q.
9037 2004-04-05  Kim F. Storm  <storm@cua.dk>
9039         * custom.texi (File Variables): Add safe-local-eval-forms.
9041 2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
9043         * files.texi (Reverting): Correct description of revert-buffer's
9044         handling of point.
9046 2004-03-22  Juri Linkov  <juri@jurta.org>
9048         * emacs.texi (Top): Add `Misc X'.
9050         * trouble.texi: Fix help key bindings.
9052         * glossary.texi: Improve references.
9054         * help.texi: Sync keywords with finder.el.
9056         * mini.texi (Completion): Add description for menu items.
9058         * misc.texi (Browse-URL, FFAP): Add information about keywords.
9060         * sending.texi (Mail Methods): Fix xref to Message manual.
9062 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9064         * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9066 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9068         * search.texi (Regexps): Explain that ^ and $ have their
9069         special meanings only in certain contexts.
9071         * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9073         * mule.texi (Specify Coding): Doc C-x RET F.
9075         * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9076         for multiple compile and grep buffers.
9077         (Indirect Buffers): Don't recommand clone-indirect-buffer
9078         for multiple compile and grep buffers.
9080 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9082         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9083         Use $(DEL) instead of rm, and ignore exit code.
9085 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9087         * building.texi (Watch Expressions): Update.
9089 2004-02-21  Juri Linkov  <juri@jurta.org>
9091         * cmdargs.texi (Action Arguments): Add alias --find-file.
9092         Add --directory, --help, --version.  Move text about command-line-args
9093         to Command Arguments.
9094         (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
9095         Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
9096         (Window Size X): Join -g and --geometry.  Add @cindex.
9097         (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
9098         (Title X): Remove alias -title.
9099         (Misc X): New node.
9101 2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>
9103         * frames.texi (Drag and drop): Add Motif to list of supported
9104         protocols.
9106 2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>
9108         * frames.texi (Drag and drop): New section.
9110 2004-01-24  Richard M. Stallman  <rms@gnu.org>
9112         * emacs.texi (Acknowledgments): Rename from Acknowledgements.
9113         Include it only @ifnotinfo.  Patch the preceding and following
9114         node headers to point to each other.
9116 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9118         * calendar.texi (Appointments): Update section.
9120 2003-12-29  Kevin Ryde  <user42@zip.com.au>
9122         * programs.texi (C Modes): Fix the xref.
9124 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9126         * building.texi (Watch Expressions): Update.
9127         (Commands of GUD): Include use of toolbar + breakpoints set from
9128         fringe/margin.
9130 2003-12-03  Andre Spiegel  <spiegel@gnu.org>
9132         * files.texi: Say how to disable VC.  Suggested by Alan Mackenzie
9133         <acm@muc.de>.
9135 2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>
9137         * frames.texi (Dialog Boxes): Add use-file-dialog.
9139 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9141         * ack.texi: Note that Alan Mackenzie contributed the AWK support
9142         in CC Mode.
9144 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9146         * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9147         * man/commands.texi, man/custom.texi, man/display.texi:
9148         * man/emacs.texi, man/files.texi:
9149         * man/frames.texi, man/glossary.texi, man/killing.texi:
9150         * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9151         * man/mule.texi, man/rmail.texi, man/search.texi:
9152         * man/sending.texi, man/text.texi, man/trouble.texi:
9153         Replace @sc{ascii} and ASCII with @acronym{ASCII}.
9155 2003-11-01  Alan Mackenzie  <acm@muc.de>
9157         * search.texi (Scrolling During Incremental Search): Document a
9158         new scrolling facility in isearch mode.
9160 2003-10-22  Miles Bader  <miles@gnu.org>
9162         * Makefile.in (info): Move before $(top_srcdir)/info.
9164 2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
9166         * building.texi (Watch Expressions): Update section on data display
9167         to reflect code changes (GDB Graphical Interface).
9169 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9171         * xresources.texi (GTK resources): Clean up previous change.
9173 2003-10-12  Jan Djärv  <jan.h.d@swipnet.se>
9175         * xresources.texi (GTK resources): Add a note that some themes
9176         disallow customizations.  Add scroll theme example.
9178 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9180         * cmdargs.texi (General Variables): Remove MAILRC envvar.
9182         * misc.texi (Saving Emacs Sessions): Shorten the section,
9183         collapsing back into one node.
9185 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9187         * misc.texi: Section "Saving Emacs Sessions" rewritten.
9189 2003-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9191         * xresources.texi (GTK names in Emacs): Correct typo.
9193 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
9195         * cmdargs.texi (Font X): Mention new default font.
9196         More fully describe long font names, wildcard patterns and the
9197         problems involved.  (Result of discussion on emacs-devel.)
9199 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
9201         * emacs.texi (Acknowledgements): Correct typo.
9203 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9205         * dired.texi (Misc Dired Commands): New node.
9206         (Dired Navigation): Add dired-goto-file.
9208         * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9210         * emacs.texi (Acknowledgements): New node, split from Distribution.
9212         * cmdargs.texi (Action Arguments): -f reads interactive args.
9214 2003-09-08  Lute Kamstra  <lute@gnu.org>
9216         * screen.texi (Mode Line): Say that POS comes before LINE.
9217         Mention `size-indication-mode'.
9218         * display.texi (Optional Mode Line):
9219         Document `size-indication-mode'.
9220         * basic.texi (Position Info): Mention `size-indication-mode'.
9222 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9224         * xresources.texi (Resources): Refer to `editres' man page.
9225         (Lucid Resources): Update defaults.  Expand description of
9226         `shadowThickness'.
9228 2003-09-04  Miles Bader  <miles@gnu.org>
9230         * Makefile.in (top_srcdir): New variable.
9231         ($(top_srcdir)/info): New rule.
9232         (info): Depend on it.
9234 2003-09-03  Peter Runestig  <peter@runestig.com>
9236         * makefile.w32-in: New file.
9238 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9240         * misc.texi (Saving Emacs Sessions): Correct previous change.
9242 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9244         * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9245         (Intro): Include kmacro.texi after fixit.texi instead of after
9246         custom.texi.  (As suggested by Kim Storm.)
9248 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
9250         * fixit.texi (Fixit): Update `Next' pointer.
9251         * files.texi (Files): Update `Previous' pointer.
9252         * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9253         * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9254         (Suggested by Kim Storm.)
9255         * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim Storm.)
9257 2003-08-18  Kim F. Storm  <storm@cua.dk>
9259         * kmacro.texi: New file describing enhanced keyboard macro
9260         functionality.  Replaces old description in custom.texi.
9262         * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9263         (Keyboard Macros): Move to new kmacro.texi file.
9265         * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9267 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9269         * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9271 2003-08-17  Alex Schroeder  <alex@gnu.org>
9273         * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9274         required.
9276 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9278         * programs.texi (Lisp Indent): Don't describe
9279         lisp-indent-function property here.  Use xref to Lisp Manual.
9281 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9283         * calendar.texi (Date Formats): Document changed behavior of
9284         abbreviations.
9286 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9288         * buffers.texi (List Buffers): Fix previous change.
9290 2003-07-13  Markus Rost  <rost@math.ohio-state.edu>
9292         * buffers.texi (List Buffers): Adjust to new format of *Buffer
9293         List*.
9295 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9297         * display.texi (Font Lock): Fix typo.
9299 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9301         * display.texi (Font Lock): Add xref for format info on
9302         font-lock-remove-keywords.
9304         * building.texi (Compilation): Document what happens with asynch
9305         children of compiler process.
9307         * help.texi (Library Keywords): Use @multitable.
9309 2003-06-04  Richard M. Stallman  <rms@gnu.org>
9311         * programs.texi (Expressions): Delete C-M-DEL.
9313         * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9314         comint-move-point-for-output renamed from
9315         comint-scroll-to-bottom-on-output.
9317         * custom.texi (Init Rebinding): Replace previous change with xref.
9318         (Non-ASCII Rebinding): Explain that issue more briefly here.
9320 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9322         * indent.texi (Indentation): Condense, simplify, clarify prev change.
9324 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
9326         * building.texi (GDB Graphical Interface): New node.
9327         (Rewritten somewhat by RMS.)
9329 2003-05-28  Kai Großjohann  <kai.grossjohann@gmx.net>
9331         * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9332         non-English letters.  Explain how to set coding systems correctly
9333         and how to include the right coding cookie in the file.
9335 2003-05-22  Kai Großjohann  <kai.grossjohann@gmx.net>
9337         * indent.texi (Indentation): Explain the concepts.
9338         (Just Spaces): Explain why preventing tabs for indentation might
9339         be useful.
9341 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9343         * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9345 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9347         * cmdargs.texi (General Variables): Document SMTPSERVER.
9349         * sending.texi: Remove SMTP node.
9350         (Mail Sending): Describe `send-mail-function'.  Link to SMTP
9351         library.
9353 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9355         * sending.texi (Sending via SMTP): Explain MTA/MUA.
9357 2003-02-22  Simon Josefsson  <jas@extundo.com>
9359         * sending.texi (Mail Methods): Add node about SMTP.
9361 2003-02-17  Jan Djärv  <jan.h.d@swipnet.se>
9363         * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9365 2003-02-01  Kevin Ryde  <user42@zip.com.au>
9367         * glossary.texi (Glossary): Correction to cl cross reference.
9369 2003-01-20  Richard M. Stallman  <rms@gnu.org>
9371         * killing.texi (Rectangles): Document C-x c r.
9373 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
9375         * xresources.texi (GTK resources): New node.
9376         (GTK widget names): New node.
9377         (GTK names in Emacs): New node.
9378         (GTK styles): New node.
9380 2003-01-09  Francesco Potortì  <pot@gnu.org>
9382         * maintaining.texi (Create Tags Table): Add reference to the new
9383         `etags --help --lang=LANG' option.
9385 2002-10-02  Karl Berry  <karl@gnu.org>
9387         * emacs.texi: Per rms, update all manuals to use @copying instead of
9388         @ifinfo.  Also use @ifnottex instead of @ifinfo around the top node,
9389         where needed for the sake of the HTML output.
9391 2001-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9393         * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9394         source files.
9396 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9398         * Makefile.in (emacsman): New target.
9400 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9402         * (Version 21.1 released.)
9404 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9406         * Branch for 21.1.
9408 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9410         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9412 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9414         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9416 1999-07-12  Richard Stallman  <rms@gnu.org>
9418         * Version 20.4 released.
9420 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9422         * Makefile.in (INFO_TARGETS): Delete customize.info.
9423         (DVI_TARGETS): Delete customize.dvi.
9424         (../info/customize, customize.dvi): Targets deleted.
9426 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9428         * Version 20.3 released.
9430 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
9432         * Makefile.in (EMACSSOURCES): Add mule.texi.
9433         Add msdog.texi, ack.texi.  Remove gnu1.texi.
9435 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9437         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9438         Use it in dvi targets.
9440 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9442         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9443         (INFO_TARGETS): Change ../info/custom to ../info/customize.
9444         (../info/customize): Rename from ../info/custom.
9446 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9448         * Version 20.2 released.
9450 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9452         * Version 20.1 released.
9454 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9456         * Makefile (../info/customize, customize.dvi): New targets.
9457         (INFO_TARGETS): Add ../info/customize.
9458         (DVI_TARGETS): Add customize.dvi.
9460 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9462         * Version 19.33 released.
9464 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9466         * Version 19.32 released.
9468 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9470         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9472 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9474         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9475         Specify -I option.
9476         (All dvi targets): Set the TEXINPUTS variable.
9478 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9480         * Version 19.31 released.
9482 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9484         * Version 19.30 released.
9486 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9488         * Makefile.in (maintainer-clean): Rename from realclean.
9490 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9492         * Makefile.in: New file.
9493         * Makefile: File deleted.
9495 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9497         * Makefile (TEXINDEX_OBJS): Variable deleted.
9498         (texindex, texindex.o, getopt.o): Rules deleted.
9499         All deps on texindex deleted.
9500         (distclean): Don't delete texindex.
9501         (mostlyclean): Don't delete *.o.
9502         * texindex.c, getopt.c: Files deleted.
9504 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9506         * Version 19.26 released.
9508 1994-07-02  Richard Stallman  (rms@gnu.ai.mit.edu)
9510         * Makefile (EMACSSOURCES): Exclude undo.texi.
9512 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9514         * Version 19.25 released.
9516 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9518         * Version 19.24 released.
9520 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9522         * Version 19.23 released.
9524 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9526         * Makefile: Delete spurious tab.
9528 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9530         * Makefile (.SUFFIXES): New rule.
9532 1993-12-04  Richard Stallman  (rms@srarc2)
9534         * getopt.c: New file.
9535         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9536         (getopt.o): New rule.
9537         (dvi): Don't depend on texindex.
9538         (emacs.dvi): Depend on texindex.
9540 1993-12-03  Richard Stallman  (rms@srarc2)
9542         * Makefile (TEXI2DVI): New variable.
9543         (emacs.dvi): Add explicit command.
9544         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9546 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9548         * Version 19.22 released.
9550 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9552         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9554 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9556         * Version 19.21 released.
9558 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9560         * Makefile (realclean): Don't delete the Info files.
9562 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9564         * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9565         4' where appropriate.
9567 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9569         * Makefile: Fix targets for texindex.
9571         * texindex.c: Include "../src/config.h" if building in emacs.
9573         * Makefile: Change all files to FILENAME.texi, force all targets
9574         to be FILENAME, not FILENAME.info.
9575         Add target to build texindex.c, defining `emacs'.
9577 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9579         * Version 19.19 released.
9581 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9583         * Version 19.18 released.
9585 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9587         * Makefile: Fix source file names of the separate manuals.
9589 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9591         * Version 19.17 released.
9593 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9595         * split-man: Fix typos in last change.
9597 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9599         * Version 19.16 released.
9601 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9603         * version 19.15 released.
9605 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9607         * Makefile (distclean): It's rm, not rf.
9609 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9611         * Version 19.14 released.
9613 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9615         * Makefile: New file.
9617 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9619         * Version 19.13 released.
9621 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9623         * Version 19.9 released.
9625 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9627         * Version 19.8 released.
9629 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9631         * cmdargs.texi: Document the -i, -itype, and -iconic options.
9633         * trouble.texi: It's `enable-flow-control-on', not
9634         `evade-flow-control-on'.
9636 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9638         * display.texi: Document standard-display-european.
9640 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9642         * Version 19.7 released.
9644         * emacs.texi: Add a sentence to the top menu mentioning the
9645         specific version of Emacs this manual applies to.
9647 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9649         * basic.texi: Document next-line-add-lines variable used to
9650         implement down-arrow.
9652         * killing.texi: Document kill-whole-line.
9654 1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9656         * text.texi: Update unix TeX ordering information.
9658 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9660         * news.texi: Mention fill-rectangle in keybinding list.
9662         * killing.texi: Document fill-rectangle.
9664 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9666         * vc.texi: Bring the docs up to date with VC 5.2.
9668 1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9670         * emacs.tex: Mention blackbox and gomoku under Amusements.
9671         Assembler mode is now mentioned and appropriately indexed
9672         under Programming Modes.
9674 1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
9676         * emacs.tex: Update TeX ordering information.
9678 1990-06-26  David Lawrence  (tale@geech)
9680         * emacs.tex: Note that completion-ignored-extensions is not used
9681         to filter out names when all completions are displayed in
9682         *Completions*.
9684 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9686         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9688 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
9690         * emacs.tex: Add @findex grep.
9692 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9694         * emacs.tex: Correct two typos.  No other changes before
9695         Version 19 will be made.
9697 1988-05-23  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9699         * emacs.tex: Update information for obtaining TeX distribution from the
9700         University of Washington.
9702 ;; Local Variables:
9703 ;; coding: utf-8
9704 ;; End:
9706   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9708   This file is part of GNU Emacs.
9710   GNU Emacs is free software: you can redistribute it and/or modify
9711   it under the terms of the GNU General Public License as published by
9712   the Free Software Foundation, either version 3 of the License, or
9713   (at your option) any later version.
9715   GNU Emacs is distributed in the hope that it will be useful,
9716   but WITHOUT ANY WARRANTY; without even the implied warranty of
9717   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9718   GNU General Public License for more details.
9720   You should have received a copy of the GNU General Public License
9721   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.