* doc/emacs/fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2012-02-16 Glenn Morris <rgm@gnu.org>
2
3 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
4
5 2012-02-15 Glenn Morris <rgm@gnu.org>
6
7 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
8
9 2012-02-12 Glenn Morris <rgm@gnu.org>
10
11 * ack.texi (Acknowledgments):
12 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
13
14 2012-02-10 Glenn Morris <rgm@gnu.org>
15
16 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
17
18 * programs.texi (Misc for Programs): Mention electric-layout-mode.
19
20 2012-02-09 Glenn Morris <rgm@gnu.org>
21
22 * buffers.texi (Misc Buffer): M-x info does not seem to require a
23 buffer switch after M-x rename-uniquely.
24
25 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
26
27 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
28
29 * text.texi (Org Mode): Fix typo.
30
31 2012-02-08 Glenn Morris <rgm@gnu.org>
32
33 * ack.texi (Acknowledgments): Update emacs-lock info.
34
35 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
36
37 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
38
39 2012-02-07 Glenn Morris <rgm@gnu.org>
40
41 * files.texi (File Conveniences): Mention ImageMagick images.
42
43 2012-02-05 Glenn Morris <rgm@gnu.org>
44
45 * trouble.texi (Checklist): Mention debug-on-event.
46
47 * maintaining.texi (Maintaining): Add cross-ref to ERT.
48
49 2012-02-04 Glenn Morris <rgm@gnu.org>
50
51 * macos.texi (Customization options specific to Mac OS / GNUstep):
52 New subsection.
53
54 * display.texi (Colors): Mention list-colors-sort.
55
56 * files.texi (File Conveniences): Mention image animation.
57
58 2012-01-31 Chong Yidong <cyd@gnu.org>
59
60 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
61 scroll bars (Bug#10666).
62
63 2012-01-28 Chong Yidong <cyd@gnu.org>
64
65 * files.texi (Filesets): Fix typos.
66
67 * display.texi (Faces): Add xref to Colors node.
68
69 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
70
71 * buffers.texi (Select Buffer): Clarify explanation of switching
72 to new buffers. Fix description of next-buffer and
73 previous-buffer (Bug#10334).
74 (Misc Buffer): Add xref to View Mode.
75
76 * text.texi (Fill Commands): Fix description of
77 sentence-end-double-space.
78
79 2012-01-23 Chong Yidong <cyd@gnu.org>
80
81 * anti.texi (Antinews): Add Emacs 23 antinews.
82
83 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
84
85 * programs.texi (Comment Commands): Typo (bug#10514).
86
87 2012-01-15 Chong Yidong <cyd@gnu.org>
88
89 * xresources.texi (X Resources): Describe GTK+ case first.
90 (Resources): Don't use borderWidth as an example, since it doesn't
91 work with GTK+.
92 (Table of Resources): Clarify role of several resources, including
93 the Emacs 24 behavior of cursorBlink etc.
94 (Face Resources): Node deleted. Recommend using Customize
95 instead. Add paragraph to `Table of Resources' node summarizing
96 how to use X resources for changing faces.
97 (Lucid Resources): Rewrite, omitting description of font names,
98 referring to the Fonts node instead.
99 (LessTif Resources): Copyedits.
100 (GTK resources): Rewrite, describing the difference between gtk2
101 and gtk3.
102 (GTK Resource Basics): New node.
103 (GTK Widget Names, GTK Names in Emacs): Rewrite.
104 (GTK styles): Just refer to Fonts node for GTK font format.
105
106 * display.texi (Faces): Document the cursor face.
107
108 2012-01-14 Chong Yidong <cyd@gnu.org>
109
110 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
111 (General Variables): Add xref to Lisp Libraries.
112 (Initial Options): Copyedits.
113 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
114 (Environment): Clarify what getenv does.
115 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
116 light backgrounds on xterms.
117 (Misc Variables): TEMP and TMP are not Windows-specific.
118 (Display X): Copyedits.
119 (Colors X): -bd does nothing for GTK.
120 (Icons X): Gnome 3 doesn't use taskbars.
121
122 * misc.texi (Shell): Document exec-path here.
123
124 * rmail.texi (Movemail): Add xref for exec-path.
125
126 2012-01-13 Glenn Morris <rgm@gnu.org>
127
128 * dired.texi (Dired and Find): Clarify find-ls-options.
129
130 2012-01-09 Chong Yidong <cyd@gnu.org>
131
132 * custom.texi (Custom Themes): Switched custom-safe-themes to use
133 SHA-256.
134
135 2012-01-07 Chong Yidong <cyd@gnu.org>
136
137 * display.texi (Useless Whitespace): Add Whitespace mode.
138
139 * custom.texi (Hooks): Discuss how to disable minor modes.
140
141 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
142 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
143
144 * trouble.texi (Lossage): Refer to Bugs node for problems.
145 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
146 (Screen Garbled): Don't refer to terminal "manufacturers".
147 (Total Frustration): Node deleted. Eliza is documented in
148 Amusements now.
149 (Known Problems): More info about using the bug tracker. Mention
150 debbugs package.
151 (Bug Criteria): Copyedits.
152 (Understanding Bug Reporting): Mention emacs -Q.
153
154 2012-01-06 Chong Yidong <cyd@gnu.org>
155
156 * custom.texi (Specifying File Variables): The mode: keyword
157 doesn't have to be first anymore. Add example of specifying minor
158 modes.
159 (Directory Variables): Simplify example. Mention application to
160 non-file buffers.
161 (Disabling): Use "initialization file" terminology.
162 (Init Examples): Fix hook example.
163
164 2012-01-06 Eli Zaretskii <eliz@gnu.org>
165
166 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
167 (Bug#10422)
168 Move the stuff about resources to xresources.texi.
169
170 * xresources.texi (Resources): Move information about setting X
171 resources in the Registry from cmdargs.texi. Make the index entry
172 be similar to the one in cmdargs.texi.
173
174 2012-01-05 Chong Yidong <cyd@gnu.org>
175
176 * custom.texi (Customization Groups): Update example.
177 (Browsing Custom): Document the new search field.
178 (Changing a Variable): Update example for Emacs 24 changes.
179 Document Custom-set and Custom-save commands.
180 (Face Customization): Document Emacs 24 changes. De-document
181 modify-face.
182 (Specific Customization): Mention customize-variable.
183 (Custom Themes): Add customize-themes, custom-theme-load-path,
184 custom-theme-directory, and describe-theme.
185 (Creating Custom Themes): New node.
186 (Examining): Mention M-:.
187
188 * package.texi (Packages): Fix typo.
189
190 2012-01-03 Chong Yidong <cyd@gnu.org>
191
192 * misc.texi (Single Shell): Don't document Lisp usage of
193 shell-command. Tidy up discussion of synchronicity. Add index
194 entries for async-shell-command.
195 (Interactive Shell): Note that M-x shell uses shell-file-name.
196 Note change in behavior in Emacs 24.
197 (Shell Mode): Shell mode now uses completion-at-point.
198 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
199 default method for recognizing prompts nowadays.
200 (Shell Ring): Add xref to Minibuffer History.
201 (Directory Tracking): Explain Dirtrack mode in more detail.
202 (Term Mode): Fix index entries.
203 (Paging in Term): Merge into Term Mode.
204 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
205 (Printing): Fix xref. State default of lpr-switches.
206 (PostScript): Remove obsolete sentence. Omit description of
207 non-interactive behaviors.
208 (Hyperlinking): Improve description.
209 (Browse-URL): Using compose-mail for mailto URLs is the default.
210 Document browse-url-mailto-function.
211 (Goto Address mode): Add index entries. Add xref to Browse-URL.
212 (FFAP): FFAP is not a minor mode.
213 (Amusements): M-x lm was renamed to M-x landmark. Document
214 nato-region.
215
216 2012-01-01 Chong Yidong <cyd@gnu.org>
217
218 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
219 (Gnus Startup): Note that the system might not be set up for news.
220 Describe group levels more clearly.
221 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
222 Summary of Gnus.
223 (Document View): Copyedits. Move zoom commads to DocView
224 Navigation node.
225 (DocView Navigation, DocView Searching, DocView Slicing)
226 (DocView Conversion): Nodes renamed from Navigation, etc.
227
228 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
229
230 2011-12-31 Eli Zaretskii <eliz@gnu.org>
231
232 * basic.texi (Moving Point): Fix the description of C-n and C-p.
233 (Bug#10380)
234
235 2011-12-30 Chong Yidong <cyd@gnu.org>
236
237 * sending.texi (Sending Mail): Document initial mail buffer name,
238 and changed multiple mail buffer behavior.
239 (Mail Format): Put the example at the top of the section.
240 (Mail Headers): Move discussion of "From" to the top.
241 (Mail Sending): Document sendmail-query-once.
242 (Citing Mail): Make it less Rmail-specific.
243
244 2011-12-29 Chong Yidong <cyd@gnu.org>
245
246 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
247 example. Add index entries.
248 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
249
250 2011-12-26 Chong Yidong <cyd@gnu.org>
251
252 * dired.texi (Dired Enter, Misc Dired Features): Document
253 dired-use-ls-dired changes. Mention quit-window.
254 (Dired Navigation): Add index entries.
255 (Dired Visiting): Fix View Mode xref.
256 (Marks vs Flags): Prefer C-/ binding for undo.
257 (Subdirectories in Dired): Add xrefs.
258 (Misc Dired Features): Document some Emacs 24 changes. Add index
259 entries.
260
261 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
262 variable, since it is explained in Minor Modes node.
263 (Defining Abbrevs): Copyedits.
264 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
265 C-/ binding for undo.
266 (Dabbrev Customization): Add xrefs for case-fold-search and
267 case-replace.
268
269 * dired-xtra.texi (Subdir Switches): Add xref.
270
271 * maintaining.texi (VC Directory Commands): Mention quit-window.
272
273 2011-12-25 Chong Yidong <cyd@gnu.org>
274
275 * maintaining.texi (Tags): Mention Semantic.
276 (Create Tags Table, Etags Regexps): Copyedits.
277 (Find Tag): Mention minibuffer completion.
278 (List Tags): Mention completion-at-point. Completion is actually
279 available in M-x list-tags.
280
281 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
282 Document vc-delete-file.
283
284 * files.texi (Misc File Ops): Mention vc-delete-file.
285
286 * programs.texi (Symbol Completion): Mention completion-at-point
287 explicitly.
288
289 2011-12-22 Chong Yidong <cyd@gnu.org>
290
291 * maintaining.texi (Change Log Commands): Don't specially mention
292 vc-update-change-log which is CVS-only.
293
294 * vc1-xtra.texi (Version Headers): Note that these are for
295 Subversion, CVS, etc. only.
296 (General VC Options): De-document vc-keep-workfiles. Fix
297 RCS-isms.
298
299 2011-12-22 Eli Zaretskii <eliz@gnu.org>
300
301 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
302 should be @end iftex".
303
304 2011-12-21 Chong Yidong <cyd@gnu.org>
305
306 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
307 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
308 (VC Pull): Mention vc-log-incoming.
309 (Log Buffer): Add CVS/RCS only disclaimer.
310
311 * vc1-xtra.texi (Remote Repositories): Update introduction.
312 (Local Version Control): Node deleted (obsolete with DVCSes).
313 (Remote Repositories, Version Backups): Node deleted. Move
314 documentation of vc-cvs-stay-local to CVS Options.
315 (CVS Options): Reduce verbosity of description of obscure CVS
316 locking feature.
317 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
318 Tags node.
319 (Revision Tags): Move under Miscellaneous VC subsection.
320 (Change Logs and VC): Note that this is wrong for DVCSs.
321 De-document log entry manipulating features.
322 (Renaming and VC): Describe how it works on modern VCSes.
323
324 * files.texi (Misc File Ops): Mention vc-rename-file.
325
326 * programs.texi (Custom C Indent): Add index entries.
327
328 2011-12-20 Alan Mackenzie <acm@muc.de>
329
330 * programs.texi (Motion in C): Update the description of C-M-a and
331 C-M-e, they now DTRT in enclosing scopes.
332 (Custom C Indent): Add @dfn{guessing} of the indentation style.
333
334 2011-12-20 Chong Yidong <cyd@gnu.org>
335
336 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
337 (Old Revisions): Use it.
338 (VCS Repositories): Add "distributed" terminology.
339 (Log Buffer): Remove duplicate description
340 about changesets. Fix "current VC fileset" ambiguity.
341 (Multi-User Branching): Node deleted.
342 (Branches, Switching Branches): Discuss decentralized version
343 control systems.
344 (VC Pull): New node.
345 (Merging): Document merging on decentralized systems.
346 (Creating Branches): Note that this is specific to CVS and related
347 systems.
348
349 2011-12-19 Chong Yidong <cyd@gnu.org>
350
351 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
352 (VC Mode Line): Add index entry for "version control status".
353 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
354 Document vc-revert-show-diff. De-document vc-rollback.
355 (VC Directory Mode): Rewrite introduction. Move prefix arg
356 documentation here from VC Directory Buffer node.
357 (VC Directory Buffer): Use a decentralized VCS example.
358 (VC Directory Commands): Use a table. Remove material duplicated
359 in previous nodes on multi-file VC filsets.
360
361 2011-12-17 Chong Yidong <cyd@gnu.org>
362
363 * maintaining.texi (VCS Concepts): Make "revision" terminology
364 less CVS-specific.
365 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
366 Registering node.
367 (Secondary VC Commands): Deleted. Promote subnodes.
368 (Log Buffer): Add command name for C-c C-c. Fix the name of the
369 log buffer. Add index entries.
370 (VCS Changesets, Types of Log File, VC With A Merging VCS): Use
371 "commit" terminology.
372 (Old Revisions): Move it to just before VC Change Log. "Tag" here
373 doesn't refer to tags tables. Note other possible forms of the
374 revision ID. C-x v = does not save.
375 (Registering): Note similarity to C-x v v action. Fix description
376 of how backends are chosen. De-document vc-default-init-revision.
377 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
378 in root log buffers.
379
380 2011-12-16 Chong Yidong <cyd@gnu.org>
381
382 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
383 (Basic VC Editing): Remove redundant descriptions.
384 (VC With A Merging VCS): Make description more general instead of
385 CVS-specific.
386 (VC With A Locking VCS): Use VC fileset terminology.
387
388 2011-12-12 Chong Yidong <cyd@gnu.org>
389
390 * building.texi (Executing Lisp): Fix xref for C-M-x.
391 (Lisp Libraries): Add xref to node explaining `load' in Lisp
392 manual. Note that load-path is not customizable.
393 (Lisp Eval): Note that listed commands are available globally.
394 Explain the meaning of "defun" in the C-M-x context.
395 (Lisp Interaction): Copyedits.
396 (External Lisp): Fix name of inferior Lisp buffer. Mention
397 Scheme.
398 (Compilation): Define "inferior process".
399
400 2011-12-10 Eli Zaretskii <eliz@gnu.org>
401
402 * msdog.texi (Windows Fonts): Document how to force GDI font
403 backend on MS-Windows.
404
405 2011-12-10 Chong Yidong <cyd@gnu.org>
406
407 * building.texi (Compilation): Say what the -k flag to make does.
408 Move subprocess discussion to Compilation Shell.
409 (Compilation Mode): Add xref for grep, occur, and mouse
410 references. Define "locus".
411 (Grep Searching): Use @command.
412 (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify
413 intro.
414 (Starting GUD): Clarify how arguments are specified.
415 (Debugger Operation): Index entry for "GUD interaction buffer",
416 and move basic description here from Commands of GUD node.
417 (GDB User Interface Layout): Copyedits.
418 (Source Buffers): Remove gdb-find-source-frame, which is not in
419 gdb-mi.el.
420 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
421 toggle-gdb-all-registers, which are not in gdb-mi.el. Don't
422 re-document GUD interaction buffers.
423
424 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
425 (Semantic): Add cindex entries for Semantic.
426
427 2011-12-06 Chong Yidong <cyd@gnu.org>
428
429 * programs.texi (Man Page): Clarify how to use Man-switches.
430 Don't bother documenting Man-fontify-manpage-flag.
431 (Lisp Doc): Add xref to Name Help node.
432 (Hideshow): Add cindex. Mention role of ellipses, and default
433 value of hs-isearch-open. Don't bother documenting
434 hs-special-modes-alist.
435 (Symbol Completion): Add kindex for C-M-i. Don't recommend
436 changing the window manager binding of M-TAB.
437
438 2011-12-05 Chong Yidong <cyd@gnu.org>
439
440 * programs.texi (Comment Commands): Fix description of for M-; on
441 blank lines. Move documentation of comment-region here.
442 (Multi-Line Comments): Clarify the role of comment-multi-line.
443 Refer to Comment Commands for comment-region doc.
444 (Options for Comments): Refer to Multi-Line Comments for
445 comment-multi-line doc, instead of duplicating it. Fix default
446 values of comment-padding and comment-start-skip.
447
448 2011-12-04 Chong Yidong <cyd@gnu.org>
449
450 * programs.texi (Program Modes): Mention modes that are not
451 included with Emacs. Fix references to other manuals for tex.
452 Add index entry for backward-delete-char-untabify. Mention
453 prog-mode-hook.
454 (Which Function): Use "global minor mode" terminology.
455 (Basic Indent, Multi-line Indent): Refer to previous descriptions
456 in Indentation chapter to avoid duplication.
457 (Expressions): Copyedit.
458 (Matching): Document Electric Pair mode.
459
460 * ack.texi (Acknowledgments):
461 * rmail.texi (Movemail, Other Mailbox Formats):
462 * frames.texi (Frames): Don't capitalize "Unix".
463
464 2011-12-04 Chong Yidong <cyd@gnu.org>
465
466 * text.texi (Nroff Mode): Mention what nroff is.
467 (Text Based Tables, Table Recognition): Don't say "Table mode"
468 since it's not a major or minor mode.
469 (Text Based Tables): Reduce the size of the example.
470 (Table Definition): Clarify definitions.
471 (Table Creation): Add key table.
472 (Cell Commands): Use kbd for commands.
473 (Table Rows and Columns): Combine nodes Row Commands and Column
474 Commands.
475 (Fixed Width Mode): Node deleted; contents moved to parent.
476 (Table Conversion): Shorten example.
477 (Measuring Tables): Merge into Table Misc.
478
479 2011-12-03 Chong Yidong <cyd@gnu.org>
480
481 * text.texi (TeX Mode): Mention AUCTeX package.
482 (TeX Editing): Add xref to documentation for Occur.
483 (LaTeX Editing): Add xref to Completion node.
484 (TeX Print): Fix description of tex-directory.
485 (Enriched Text): Renamed from Formatted Text. Make this node and
486 its subnodes less verbose, since text/enriched files are
487 practically unused.
488 (Enriched Mode): Renamed from Requesting Formatted Text.
489 (Format Colors): Node deleted.
490 (Enriched Faces): Renamed from Format Faces. Describe commands
491 for applying colors too.
492 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
493
494 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
495
496 * display.texi (Colors): New node.
497
498 * cmdargs.texi (Colors X):
499 * xresources.texi (GTK styles):
500 * custom.texi (Face Customization): Reference it.
501
502 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
503 Link to Fill Commands for Justification entry.
504
505 2011-12-03 Eli Zaretskii <eliz@gnu.org>
506
507 * display.texi (Auto Scrolling): More accurate description of what
508 scroll-*-aggressively does, including the effect of non-zero
509 margin. Fix "i.e." markup.
510
511 2011-12-02 Chong Yidong <cyd@gnu.org>
512
513 * text.texi (Pages): Mention how formfeed chars are displayed.
514 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
515 Describe adaptive filling more precisely.
516 (Fill Commands): Note that filling removes excess whitespace.
517 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
518 now bound to indent-for-tab-command in Text mode.
519 (Outline Mode): Copyedits.
520 (Outline Visibility): Note that Reveal mode is a buffer-local
521 minor mode.
522
523 * modes.texi (Major Modes): Move note about checking major-mode in
524 a hook function here, from Text mode.
525
526 2011-11-28 Chong Yidong <cyd@gnu.org>
527
528 * text.texi (Words): Add xref to Position Info.
529 (Paragraphs): Add xref to Regexps.
530
531 * indent.texi (Indentation): Rewrite introduction. Move table to
532 Indentation Commands node.
533 (Indentation Commands): Add index entries to table. Copyedits.
534 (Tab Stops, Just Spaces): Copyedits.
535 (Indent Convenience): New node. Document electric-indent-mode.
536
537 * programs.texi (Basic Indent):
538 * windows.texi (Pop Up Window): Fix kindex entry.
539
540 2011-11-28 Chong Yidong <cyd@gnu.org>
541
542 * modes.texi (Major Modes): Move major-mode variable doc here from
543 Choosing Modes. Document describe-mode. Document prog-mode-hook
544 and text-mode-hook. Add example of using hooks.
545 (Minor Modes): Document behavior of mode command calls from Lisp.
546 Note that setting the mode variable using Customize will DTRT.
547 (Choosing Modes): Add example of setting a minor mode using a
548 local variable.
549
550 2011-11-27 Chong Yidong <cyd@gnu.org>
551
552 * frames.texi (Creating Frames): Move frame parameter example to
553 Frame Parameters node.
554 (Frame Commands): C-x 5 o does not warp the mouse by default.
555 (Fonts): Add more GTK-style properties; also, they should be
556 capitalized.
557 (Special Buffer Frames): Node deleted; special-display is on the
558 way out.
559 (Frame Parameters): Example moved here from Creating Frames.
560 Clarify that default-frame-alist affects the initial frame too.
561 Delete auto-raise-mode and auto-lower-mode.
562 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
563 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
564
565 * windows.texi (Window Choice): Add xref to Lisp manual for
566 special-display-*.
567
568 2011-11-26 Eli Zaretskii <eliz@gnu.org>
569
570 * display.texi (Text Display): Update the description,
571 cross-references, and indexing related to display of control
572 characters and raw bytes.
573
574 2011-11-25 Chong Yidong <cyd@gnu.org>
575
576 * frames.texi (Frames): Rewrite introduction.
577 (Mouse Commands): Default for mouse-drag-copy-region is now t.
578 Mouse-3 does not copy to kill ring by default. DEL does not
579 behave specially for mouse commands any more.
580 (Mouse References): Document mouse-1-click-follows-link more
581 thoroughly.
582 (Menu Mouse Clicks): Move footnote to the main text and add xref
583 to Init Rebinding node.
584 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
585
586 * files.texi (Visiting): `C-x 5 f' works on ttys too.
587
588 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
589
590 * display.texi (Font Lock): Fix typo.
591
592 2011-11-24 Glenn Morris <rgm@gnu.org>
593
594 * rmail.texi (Rmail Output):
595 Mention rmail-automatic-folder-directives. (Bug#9657)
596
597 2011-11-21 Chong Yidong <cyd@gnu.org>
598
599 * mark.texi (Global Mark Ring): Fix description of global mark
600 ring (Bug#10032).
601
602 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
603
604 * msdog.texi (Windows Fonts): Fix typo.
605
606 2011-11-17 Glenn Morris <rgm@gnu.org>
607
608 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
609
610 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
611
612 * killing.texi (Rectangles):
613 * misc.texi (Document View):
614 * modes.texi (Choosing Modes):
615 * msdog.texi (Windows Fonts):
616 * regs.texi (Rectangle Registers):
617 * search.texi (Isearch Yank): Fix typos.
618
619 2011-11-06 Chong Yidong <cyd@gnu.org>
620
621 * windows.texi (Basic Window): Add xref to Cursor Display.
622 (Split Window): Document negative arg for splitting commands.
623 (Other Window): Document mouse-1 in text area of window.
624 (Change Window): Don't mention window attributes, since they
625 aren't defined. C-x 1 can't be used with minibuffer windows.
626 Windows are no longer auto-deleted.
627 (Window Choice): Add xref to Choosing Window in Lisp manual.
628 (Window Convenience): Note that windmove disables shift-selection.
629 Move M-x compare-windows here from Other Window node.
630
631 * custom.texi (Mouse Buttons):
632 * search.texi (Isearch Scroll):
633 * windows.texi (Split Window): Use new names split-window-below
634 and split-window-right.
635
636 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
637
638 * emacs.texi (Top): Fix typo.
639
640 2011-10-25 Glenn Morris <rgm@gnu.org>
641
642 * abbrevs.texi (Saving Abbrevs):
643 quietly-read-abbrev-file is not a command. (Bug#9866)
644
645 2011-10-24 Chong Yidong <cyd@gnu.org>
646
647 * display.texi (Scrolling): Document scroll-up-line and
648 scroll-down-line. Document scroll-command property.
649 (Recentering): New node, split off from Scrolling.
650
651 2011-10-23 Chong Yidong <cyd@gnu.org>
652
653 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
654 (Tool Bars): Copyedits.
655
656 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
657
658 2011-10-22 Chong Yidong <cyd@gnu.org>
659
660 * windows.texi (Displaying Buffers): Fix broken lispref link.
661
662 2011-10-22 Chong Yidong <cyd@gnu.org>
663
664 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
665 Move confirm-nonexistent-file-or-buffer discussion here.
666
667 * files.texi (File Names, Visiting): Move detailed discussion of
668 minibuffer confirmation to Minibuffer Exit.
669
670 * buffers.texi (Buffers): Tweak mention of mail buffer name.
671 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
672
673 2011-10-21 Chong Yidong <cyd@gnu.org>
674
675 * files.texi (File Names, Visiting, Interlocking): Copyedits.
676 (Backup Copying): backup-by-copying-when-mismatch is now t.
677 (Customize Save): Fix description of require-final-newline.
678 (Reverting): Note that revert-buffer can't be undone. Mention VC.
679 (Auto Save Control): Clarify.
680 (File Archives): Add 7z.
681 (Remote Files): ange-ftp-make-backup-files defaults to nil.
682
683 * arevert-xtra.texi (Autorevert): Copyedits.
684
685 2011-10-20 Chong Yidong <cyd@gnu.org>
686
687 * custom.texi (Hooks, Init Examples):
688 * display.texi (Font Lock):
689 * fixit.texi (Spelling):
690 * rmail.texi (Rmail Display): Minor mode function with no arg now
691 enables it.
692
693 * fixit.texi (Spelling): Fix description of inline completion.
694
695 2011-10-19 Chong Yidong <cyd@gnu.org>
696
697 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
698 entries.
699 (Isearch Yank): Document isearch-yank-pop.
700 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
701 (Other Repeating Search): Document Occur Edit mode.
702
703 2011-10-18 Chong Yidong <cyd@gnu.org>
704
705 * display.texi (Fringes): Move overflow-newline-into-fringe here,
706 from Line Truncation node.
707 (Standard Faces): Note that only the background of the cursor face
708 has an effect.
709 (Cursor Display): Fix descriptions of cursor face
710 and bar cursor blinking.
711 (Text Display): Document nobreak-char-display more clearly.
712 (Line Truncation): Add xref to Split Window node.
713 (Display Custom): Don't bother documenting baud-rate or
714 no-redraw-on-reenter.
715
716 * search.texi (Slow Isearch): Node removed.
717
718 2011-10-18 Glenn Morris <rgm@gnu.org>
719
720 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
721
722 2011-10-18 Chong Yidong <cyd@gnu.org>
723
724 * display.texi (Faces): Simplify discussion. Move documentation
725 of list-faces-display here, from Standard Faces node. Note
726 special role of `default' background.
727 (Standard Faces): Note special role of `default' background. Note
728 that region face may be taken fom GTK. Add xref to Text Display.
729 (Text Scale): Rename from "Temporary Face Changes". Callers
730 changed. Don't bother documenting variable-pitch-mode.
731 (Font Lock): Copyedits. Remove font-lock-maximum-size.
732 (Useless Whitespace): Simplify description of
733 delete-trailing-whitespace. Note active region case.
734 (Text Display): Fix description of escape-glyph face assignment.
735 Remove unibye mode discussion. Update some parts for Unicode.
736 Move glyphless chars documentation to Lisp manual.
737
738 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
739
740 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
741
742 * display.texi (Scrolling): Tweak explanation of scroll direction.
743 (View Mode): Add index entries.
744
745 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
746
747 * regs.texi (Text Registers): C-x r i does not activate the mark.
748 (Bookmarks): Document new default bookmark location.
749
750 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
751
752 * killing.texi (Deletion): Add xref to Using Region. Document
753 delete-forward-char.
754 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
755 description here. Recommend C-u C-SPC for jumping to mark.
756 (Kill Ring): Move kill ring variable documentation here.
757 (Primary Selection): Copyedits.
758 (Rectangles): Document new command rectangle-number-lines.
759 (CUA Bindings): Note that this disables the mark-even-if-inactive
760 behavior for C-x and C-c.
761
762 * mark.texi (Mark): Mention "active region" terminology.
763 (Using Region): Document delete-active-region.
764
765 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
766
767 * mark.texi (Mark): Clarify description of disabled Transient Mark
768 mode (Bug#9689).
769 (Setting Mark): Document prefix arg for C-x C-x. Document primary
770 selection changes. Mention that commands like C-y set the mark.
771 (Marking Objects): Add xref to Words node. Note that mark-word
772 and mark-sexp also have the "extend region" behavior.
773 (Using Region): Mention M-$ in the table. Document
774 mark-even-if-inactive here instead of in Mark Ring.
775 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
776 note of the "Mark Set" behavior.
777 (Disabled Transient Mark): Rename from "Persistent Mark"
778 (Bug#9688). Callers changed.
779
780 * programs.texi (Expressions):
781 * text.texi (Words): Defer to Marking Objects for mark-word doc.
782
783 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
784
785 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
786 option" terminology.
787 (Key Help): Add command names. Define "documentation string".
788 (Name Help): Remove an over-long joke.
789 (Apropos): Document prefix args. Remove duplicated descriptions.
790 (Help Mode): Add C-c C-b to table. Update TAB binding.
791 (Package Keywords): Rename from "Library by Keyword". Describe
792 new package menu interface.
793 (Help Files, Help Echo): Tweak description.
794
795 * mini.texi (Completion Options): Add completion-cycle-threshold.
796 (Minibuffer History): Document numeric args to history commands.
797
798 2011-10-08 Eli Zaretskii <eliz@gnu.org>
799
800 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
801
802 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
803
804 * basic.texi (Position Info): Omit page commands. Document
805 count-words-region and count-words.
806
807 * text.texi (Pages): Move what-page documentation here.
808
809 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
810
811 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
812 Remote Files node instead of linking directly to the Tramp manual.
813 (Minibuffer Edit): Add xref to Blank Lines.
814 (Completion): Add xref to Symbol Completion. Remove redundant
815 example, which is repeated in the next node.
816 (Completion Commands): Minor clarifications.
817 (Completion Styles): New node, split from Completion Commands.
818 Document substring and initials styles.
819 (Strict Completion): Remove information duplicated in other nodes.
820 (Completion Options): Consolidate case difference discussion here.
821
822 * help.texi (Help Mode): Fix kindex entries.
823
824 * files.texi (File Names): Add index entries.
825
826 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
827
828 * basic.texi (Inserting Text): Add xref to Completion. Add
829 ucs-insert example, and document prefix argument.
830 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
831 to left/right. Tweak left-char and right-char descriptions.
832 M-left and M-right are now bound to left-word/right-word.
833 (Erasing): Document delete-forward-char.
834
835 * screen.texi (Screen, Menu Bar): Copyedits.
836 (Point): Remove duplicate paragraph on cursors, also in Screen.
837 (Mode Line): Trailing dashes no longer shown on X displays.
838
839 * frames.texi (Non-Window Terminals): Index just "text-only
840 terminal", which is used throughout the manual now.
841
842 * entering.texi (Entering Emacs): Define "startup screen".
843 Document window-splitting behavior with command-line inputs.
844 (Exiting): Remove obsolete paragraph about shells without suspend
845 functionality.
846
847 * commands.texi (User Input): Define "input event" more clearly.
848 (Keys): Add xref to Echo Area.
849 (Commands): Clarify relation between commands and functions.
850
851 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
852
853 * misc.texi (emacsclient Options): Document how emacsclient runs
854 the Emacs daemon (Bug#9674).
855
856 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
857
858 * basic.texi (Moving Point):
859 * custom.texi (Mouse Buttons):
860 * rmail.texi (Rmail Scrolling):
861 * search.texi (Isearch Scroll):
862
863 * display.texi (Scrolling): Replace scroll-up/down with
864 scroll-up/down-command. Fix scroll-preserve-screen-position
865 description. Document scroll-error-top-bottom.
866
867 2011-09-30 Glenn Morris <rgm@gnu.org>
868
869 * commands.texi (Keys): Whitespace fix. (Bug#9635)
870
871 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
872
873 * windows.texi (Pop Up Window): Defer discussion of window
874 splitting to the Window Choice node. Add index entries.
875 (Force Same Window): Node deleted.
876 (Displaying Buffers, Window Choice): New nodes.
877
878 * buffers.texi (Select Buffer): Clarify description of
879 buffer-switching commands. Add xref to Window Display node.
880 Don't repeat confirm-nonexistent-file-or-buffer description from
881 Visiting node. Remove even-window-heights.
882
883 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
884
885 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
886
887 * cmdargs.texi (Icons X): Fix description of Emacs icon.
888
889 * xresources.texi (Table of Resources): Fix documentation of
890 bitmapIcon.
891
892 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
893
894 * package.texi (Package Menu): Add package-menu-mark-upgrades.
895
896 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
897
898 * frames.texi (Frame Commands): Note that delete-other-frames only
899 deletes frames on current terminal.
900
901 2011-09-10 Eli Zaretskii <eliz@gnu.org>
902
903 * sending.texi (Mail Misc): Document mail-add-attachment.
904
905 2011-09-04 Eli Zaretskii <eliz@gnu.org>
906
907 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
908
909 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
910
911 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
912
913 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
914
915 * files.texi (File Archives):
916 * cal-xtra.texi (Diary Display):
917 * help.texi (Help Mode): Add xref to View Mode.
918
919 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
920
921 * display.texi (View Mode): New node. Move view-file here from
922 Misc File Ops. Move view-buffer here from Misc Buffer.
923
924 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
925
926 * files.texi (Misc File Ops): Document new
927 delete-by-moving-to-trash behavior. Remove view-file.
928
929 * dired.texi (Dired Deletion): Shorten description of Trash.
930
931 * misc.texi (emacsclient Options): Document server-port.
932
933 2011-08-27 Eli Zaretskii <eliz@gnu.org>
934
935 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
936 even on MS-Windows. Fix a typo.
937
938 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
939
940 * package.texi: New file, documenting the package manager.
941
942 * emacs.texi: Include it.
943
944 * help.texi (Help Summary): Add describe-package.
945
946 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
947
948 * misc.texi (Printing): Convert subnodes into subsections.
949
950 * text.texi (Two-Column): Move into Text chapter.
951
952 * picture-xtra.texi (Picture Mode): Group with Editing Binary
953 Files section. Convert from chapter into section.
954
955 * display.texi (Narrowing): Move into display chapter.
956
957 * sending.texi (Sending Mail):
958 * rmail.texi (Rmail):
959 * misc.texi (Gnus, Document View):
960 * dired.texi (Dired):
961 * emacs.texi: Group the mail, rmail, and gnus chapters together.
962
963 2011-08-07 Juri Linkov <juri@jurta.org>
964
965 * dired.texi (Operating on Files): Rewrite according to the fact
966 that `dired-do-chmod' doesn't use the `chmod' program anymore.
967
968 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
969
970 * mini.texi (Minibuffer File): Insert a reference to Tramp for
971 remote file name completion. (Bug#9197)
972
973 2011-07-28 Eli Zaretskii <eliz@gnu.org>
974
975 * mule.texi (Bidirectional Editing): Document the fact that
976 bidi-display-reordering is t by default.
977
978 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
980 * help.texi (Misc Help): Mention `describe-prefix-bindings'
981 explicitly (bug#8904).
982
983 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
984
985 * trouble.texi (Checklist): Use an `M-x' example instead of an
986 Emacs Lisp form to switch on the dribble file (bug#8056).
987
988 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
989
990 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
991
992 2011-07-13 Glenn Morris <rgm@gnu.org>
993
994 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
995
996 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
997
998 * mark.texi (Mark Ring): Clarify how many locations are saved
999 (bug#5770).
1000 (Global Mark Ring): Ditto.
1001
1002 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
1004 * text.texi (Table Recognition): Use "at point" instead of "under
1005 point" (bug#4345).
1006
1007 * display.texi (Cursor Display): Mention `cursor-type'.
1008
1009 * screen.texi (Point): Clarify that it's only if you use a block
1010 cursor that it appears to be on a character (bug#4345).
1011
1012 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * misc.texi (Amusements): Move dissociated press here, from its
1015 own section.
1016
1017 * emacs.texi (Top): Update node listing.
1018
1019 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1020
1021 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1022 clarity (bug#3523).
1023
1024 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1027 (Misc X): Document --parent-id.
1028
1029 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1030 defaults to nil.
1031
1032 * misc.texi (emacsclient Options): Document --parent-id.
1033
1034 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1035
1036 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1037
1038 * emacs.texi: Use "..." instead of ``...'' in the menus
1039 (bug#3503).
1040
1041 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * killing.texi (Primary Selection): Document `only' setting for
1044 select-active-regions.
1045
1046 * mark.texi (Setting Mark): Reference Shift Selection node.
1047
1048 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1049
1050 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1053 motion keys" (bug#3503).
1054
1055 * emacs.texi: Change all the register node names from "RegPos"
1056 (etc.) to "Positional Registers" (etc.) (bug#3314).
1057
1058 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1061 (Other Kill Commands, Kill Options): Copyedits.
1062 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1063 (Yanking): Move yank-excluded properties discussion here.
1064 (Cut and Paste): Move from frames.texi. Update subnodes to
1065 describe x-select-enable-clipboard case.
1066
1067 * frames.texi: Move Cut and Paste node and subnodes into
1068 killing.texi, except Mouse Commands and Word and Line Mouse.
1069
1070 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1071
1072 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1073
1074 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1075
1076 * screen.texi (Mode Line): Clarify that coding systems are
1077 characters, not letters (bug#1749).
1078
1079 * cmdargs.texi (Environment): Mention removing variables
1080 (bug#1615). Text suggested by Kevin Rodgers.
1081
1082 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1085
1086 * modes.texi: Rename from major.texi.
1087 (Modes): New node. Make Major Modes and Minor Modes subsections
1088 of this. All callers changed.
1089
1090 * custom.texi (Minor Modes): Move to modes.texi.
1091
1092 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * custom.texi (Syntax): Node deleted.
1095
1096 * help.texi (Help Summary):
1097 * major.texi (Major Modes):
1098 * programs.texi (Parentheses):
1099 * search.texi (Regexp Backslash, Regexp Backslash)
1100 (Regexp Backslash):
1101 * text.texi (Words): Callers changed.
1102
1103 * text.texi (Refill, Longlines): Delete nodes.
1104
1105 * ack.texi (Acknowledgments): Longlines removed from manual.
1106
1107 * emacs.texi (Top): Update node listing.
1108
1109 2011-07-09 Glenn Morris <rgm@gnu.org>
1110
1111 * fortran-xtra.texi (Fortran): Update handled extensions.
1112
1113 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1114
1115 * display.texi (Scrolling): `C-v' (etc) are now bound to
1116 `scroll-*-command' (bug#8349).
1117
1118 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1119
1120 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
1121 doesn't actually delete any files (bug#7125).
1122
1123 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1124 argument for `C-c C-k' (bug#7391).
1125
1126 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1127 you're currently using (bug#8489).
1128
1129 2011-07-01 Eli Zaretskii <eliz@gnu.org>
1130
1131 * mule.texi (Coding Systems): Move index entries from the previous
1132 change into their proper places.
1133
1134 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1135
1136 * help.texi (Help Files): Document view-external-packages (bug#8902).
1137
1138 * mule.texi (Coding Systems): Put a few more of the coding systems
1139 into the index (bug#8900).
1140
1141 2011-06-26 Glenn Morris <rgm@gnu.org>
1142
1143 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1144
1145 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1146
1147 * misc.texi (emacsclient Options): Mention --frame-parameters.
1148
1149 2011-06-09 Glenn Morris <rgm@gnu.org>
1150
1151 * custom.texi (Specifying File Variables):
1152 Recommend explicit arguments for minor modes.
1153
1154 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 Document wide integers better.
1157 * buffers.texi (Buffers):
1158 * files.texi (Visiting): Document maxima for 64-bit machines,
1159 and mention virtual memory limits.
1160
1161 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1164
1165 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1166 prog mode (Bug#8240).
1167
1168 2011-05-27 Glenn Morris <rgm@gnu.org>
1169
1170 * custom.texi (Specifying File Variables):
1171 Major modes no longer need come first.
1172
1173 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1176 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1177
1178 2011-05-18 Glenn Morris <rgm@gnu.org>
1179
1180 * ack.texi (Acknowledgments): Remove fakemail.c.
1181
1182 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
1183
1184 Fixes for fitting text into 7x9 printed manual.
1185 * building.texi (Flymake, Breakpoints Buffer):
1186 * calendar.texi (Appointments):
1187 * cmdargs.texi (General Variables, Display X):
1188 * custom.texi (Saving Customizations, Face Customization)
1189 (Directory Variables, Minibuffer Maps, Init Rebinding):
1190 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1191 * fixit.texi (Spelling):
1192 * frames.texi (Creating Frames, Fonts):
1193 * help.texi (Help Files):
1194 * mini.texi (Minibuffer File):
1195 * misc.texi (emacsclient Options, Emulation):
1196 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1197 * mule.texi (International Chars, Language Environments)
1198 (Select Input Method, Modifying Fontsets, Charsets):
1199 * programs.texi (Custom C Indent):
1200 * rmail.texi (Rmail Labels):
1201 * text.texi (Table Conversion):
1202 * trouble.texi (Known Problems, Known Problems):
1203 * windows.texi (Change Window):
1204 * xresources.texi (GTK resources): Reflow text and re-indent code
1205 examples to avoid TeX overflows and underflows on 7x9 paper.
1206
1207 * emacs.texi: Fix the (commented out) smallbook command.
1208
1209 * macos.texi (Mac / GNUstep Events):
1210 * xresources.texi (Lucid Resources): Remove extraneous examples.
1211
1212 2011-05-10 Glenn Morris <rgm@gnu.org>
1213
1214 * custom.texi (Specifying File Variables):
1215 Deprecate using mode: for minor modes.
1216
1217 2011-05-07 Glenn Morris <rgm@gnu.org>
1218
1219 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1220
1221 2011-05-06 Glenn Morris <rgm@gnu.org>
1222
1223 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1224
1225 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1226
1227 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1228
1229 * misc.texi (Emacs Server): Document `server-eval-at'.
1230
1231 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * maintaining.texi (List Tags): Document next-file. Suggested by
1234 Uday S Reddy.
1235
1236 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * mini.texi (Minibuffer Edit):
1239 * screen.texi (Mode Line): Fix typo.
1240
1241 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1242
1243 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1244
1245 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1248
1249 2011-03-30 Eli Zaretskii <eliz@gnu.org>
1250
1251 * display.texi (Auto Scrolling): Document the limit of 100 lines
1252 for never-recentering scrolling with `scroll-conservatively'.
1253 (Bug#6671)
1254
1255 2011-03-12 Eli Zaretskii <eliz@gnu.org>
1256
1257 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1258 HOME on Windows and where it looks for init files. (Bug#8221)
1259
1260 2011-03-10 Eli Zaretskii <eliz@gnu.org>
1261
1262 * search.texi (Regexp Example):
1263 * mule.texi (International Chars):
1264 * building.texi (External Lisp): Don't use characters outside
1265 ISO-8859-1.
1266
1267 2011-03-09 Eli Zaretskii <eliz@gnu.org>
1268
1269 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1270 Use Texinfo @-commands for non Latin-1 characters.
1271
1272 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1273
1274 * custom.texi (Init File): Add index entries for ".emacs".
1275 (Bug#8210)
1276
1277 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1278
1279 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1280 for Gtk+ 3.
1281
1282 2011-03-08 Glenn Morris <rgm@gnu.org>
1283
1284 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1285 * emacs.texi (Acknowledgments):
1286 * ack.texi (Acknowledgments): Names to UTF-8.
1287 * emacs.texi: Set documentencoding.
1288
1289 * display.texi (Optional Mode Line): Don't mention exactly where
1290 display-time appears. (Bug#8193)
1291
1292 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * Version 23.3 released.
1295
1296 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1299
1300 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1301
1302 * misc.texi (emacsclient Options): Add q/quiet.
1303
1304 2011-03-02 Glenn Morris <rgm@gnu.org>
1305
1306 * mule.texi (Communication Coding) <x-select-request-type>:
1307 Remove duplicate (essentially) paragraph. (Bug#8148)
1308
1309 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1310
1311 * maintaining.texi (Format of ChangeLog): Add reference to
1312 add-log-full-name.
1313 (Change Log Commands): Add documentation for combining multiple
1314 symbols in one change.
1315
1316 2011-03-01 Glenn Morris <rgm@gnu.org>
1317
1318 * custom.texi (Directory Variables):
1319 Give an example of excluding subdirectories.
1320
1321 2011-02-28 Eli Zaretskii <eliz@gnu.org>
1322
1323 * search.texi (Regexp Search): Move index entries about regexps to the
1324 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1325
1326 2011-02-19 Glenn Morris <rgm@gnu.org>
1327
1328 * dired.texi (Dired): Dired-X version number was dropped.
1329
1330 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1331
1332 * xresources.texi (X Resources): Remove *faceName and replace it with
1333 *font for Lucid.
1334
1335 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * rmail.texi (Rmail Display): Document Rmail MIME support more
1338 accurately.
1339
1340 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1341 vc-log-outgoing.
1342 (Merging): Document vc-find-conflicted-file.
1343
1344 2011-02-05 Glenn Morris <rgm@gnu.org>
1345
1346 * custom.texi (Variables): Fix typo.
1347
1348 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * search.texi (Regexps): Copyedits. Mention character classes
1351 (Bug#7809).
1352
1353 * files.texi (File Aliases): Restore explanatory text from Eli
1354 Zaretskii, accidentally removed in 2011-01-08 commit.
1355
1356 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1357
1358 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1359 (MAKEINFO_OPTS): New variable.
1360 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1361 (emacs.html): New target.
1362 (clean): Remove emacs.html.
1363
1364 2011-01-23 Werner Lemberg <wl@gnu.org>
1365
1366 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1367 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1368 (ENVADD): Updated.
1369
1370 2011-01-18 Glenn Morris <rgm@gnu.org>
1371
1372 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1373
1374 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1375
1376 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * building.texi (Compilation): Improve instructions for running two
1379 compilations (Bug#7573).
1380
1381 * files.texi (Backup Names): Document the new location of the
1382 last-resort backup file.
1383
1384 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1385 manual. Explain why directory-abbrev-alist elements should be anchored
1386 (Bug#7777).
1387
1388 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1389
1390 * msdog.texi (Windows Startup): Correct inaccurate description of
1391 differences between emacsclient.exe and emacsclientw.exe.
1392
1393 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1396
1397 2011-01-02 Kenichi Handa <handa@m17n.org>
1398
1399 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1400
1401 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1402
1403 * frames.texi (Cut and Paste): Modify the section's name and text:
1404 don't mix "cut/paste" with "kill/yank".
1405 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1406 (Bug#7702)
1407
1408 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1409
1410 2011-01-02 Glenn Morris <rgm@gnu.org>
1411
1412 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1413 matches its position in the menu. (Bug#7674)
1414
1415 2011-01-02 Glenn Morris <rgm@gnu.org>
1416
1417 * trouble.texi (Checklist): Mention not replying via news either.
1418
1419 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1420
1421 * misc.texi (Document View): Update DocView section with newly
1422 supported document formats.
1423
1424 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * killing.texi: Resection the Info version to conform to the
1427 printed manual, to avoid making sections on Accumulating Text, CUA
1428 and Rectangles into full chapters.
1429
1430 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1431
1432 * custom.texi (Init Syntax): Add index entries for "character syntax".
1433 (Bug#7576)
1434
1435 2010-12-13 Karel Klíč <kklic@redhat.com>
1436
1437 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1438
1439 2010-12-13 Glenn Morris <rgm@gnu.org>
1440
1441 * trouble.texi (Checklist): Fix typo in newsgroup name.
1442
1443 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * search.texi (Word Search): Note that the lazy highlight always
1446 matches to whole words (Bug#7470).
1447
1448 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1449
1450 * display.texi (Optional Mode Line): Make the description of
1451 load-average more accurate.
1452
1453 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1454 registry, with a cross-reference.
1455 (Windows Startup): New node. Move the stuff about the current
1456 directory from "Windows HOME".
1457
1458 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1459
1460 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1461 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1462
1463 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1466 Suggested by Štěpán Němec.
1467
1468 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * maintaining.texi (Version Control): Say "commit", not "check in".
1471 (Version Control Systems): Simplify descriptions.
1472 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1473 VCS Concepts.
1474 (VC Mode Line): Update example.
1475 (Old Revisions): Document revert-buffer for vc-diff.
1476 (Log Buffer): Promote to a subsection. Document header lines.
1477
1478 * macos.texi (Mac / GNUstep Basics):
1479 Document ns-right-alternate-modifier.
1480
1481 * emacs.texi (Top): Update node listing.
1482
1483 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1484
1485 * rmail.texi (Rmail Coding): Characters with no fonts are not
1486 necessarily displayed as empty boxes.
1487
1488 * mule.texi (Language Environments, Fontsets): Characters with no
1489 fonts are not necessarily displayed as empty boxes.
1490
1491 * display.texi (Text Display): Document display of glyphless
1492 characters.
1493
1494 2010-11-13 Glenn Morris <rgm@gnu.org>
1495
1496 * basic.texi (Position Info): Add M-x count-words-region.
1497
1498 2010-11-11 Glenn Morris <rgm@gnu.org>
1499
1500 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1501
1502 2010-11-09 Eli Zaretskii <eliz@gnu.org>
1503
1504 * msdog.texi (Windows HOME): Add information regarding startup
1505 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1506
1507 2010-10-11 Glenn Morris <rgm@gnu.org>
1508
1509 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1510
1511 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1512 (DVIPS): New variable.
1513 (.PHONY): Add html, ps.
1514 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1515 (clean): Delete html, ps files.
1516
1517 2010-10-09 Eli Zaretskii <eliz@gnu.org>
1518
1519 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1520
1521 2010-10-09 Glenn Morris <rgm@gnu.org>
1522
1523 * Makefile.in (VPATH): Remove.
1524 (infodir): Make it absolute.
1525 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1526
1527 * Makefile.in (dist): Anchor regexps.
1528
1529 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1530 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1531 (emacs-xtra.pdf): Use $<.
1532
1533 * Makefile.in (infoclean): Remove harmless, long-standing error.
1534
1535 * Makefile.in ($(infodir)): Delete rule.
1536 (mkinfodir): New.
1537 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1538
1539 * Makefile.in (distclean): Do not delete emacsver.texi.
1540 (dist): Remove reference to emacsver.texi.in.
1541 * emacsver.texi: New file, replacing emacsver.texi.in.
1542
1543 2010-10-09 Glenn Morris <rgm@gnu.org>
1544
1545 * emacsver.texi.in: New file.
1546 * emacs.texi: Set EMACSVER by including emacsver.texi.
1547 * Makefile.in (distclean): Delete emacsver.texi.
1548 (dist): Copy emacsver.texi.
1549 (EMACSSOURCES): Add emacsver.texi.
1550
1551 * ack.texi (Acknowledgments): No more b2m.c.
1552
1553 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1554 (emacs): Remove rule.
1555 (dist): No need to deal with the emacs rule any more.
1556
1557 2010-10-07 Glenn Morris <rgm@gnu.org>
1558
1559 * Makefile.in (version): New, set by configure.
1560 (clean): Delete dist tar file.
1561 (dist): Use version in tar name.
1562
1563 2010-10-06 Glenn Morris <rgm@gnu.org>
1564
1565 * Makefile.in (EMACS_XTRA): Add the main source file.
1566 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1567 (mostlyclean): No core files, reorder other files.
1568 (clean): Delete specific dvi and pdf files.
1569 (infoclean, dist): New rules.
1570 (maintainer-clean): Use infoclean.
1571 ($(infodir)): Add parallel build workaround.
1572
1573 2010-10-04 Glenn Morris <rgm@gnu.org>
1574
1575 * Makefile.in (SHELL): Set it.
1576 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1577 (info, dvi): Replace above variables with their expansions.
1578 (info): Move mkdir from here...
1579 ($(infodir)/emacs): ... to here (for parallel builds).
1580 (pdf): New target.
1581 ($(infodir)/emacs): Pass -o option to makeinfo.
1582 (.PHONY): Declare clean rules.
1583 (maintainer-clean): Delete dvi and pdf files.
1584 Guard against cd failures. Use a more restrictive delete.
1585
1586 2010-10-02 Glenn Morris <rgm@gnu.org>
1587
1588 * misc.texi (Shell Mode): Remove reference to old function name.
1589
1590 2010-09-30 Eli Zaretskii <eliz@gnu.org>
1591
1592 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1593 indicator characters.
1594
1595 2010-09-29 Glenn Morris <rgm@gnu.org>
1596
1597 * Makefile.in (top_srcdir): Remove unused variable.
1598
1599 2010-09-14 Glenn Morris <rgm@gnu.org>
1600
1601 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1602 the last hook item.
1603
1604 * calendar.texi (Appointments): Also updated when a diary include file
1605 is saved.
1606
1607 2010-09-14 Glenn Morris <rgm@gnu.org>
1608
1609 * trouble.texi (Bugs): Update the section intro.
1610 (Known Problems): New section.
1611 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1612 (Sending Patches): Bug fixes are best as responses to existing bugs.
1613 * emacs.texi (Known Problems): Add menu entry for new section.
1614
1615 2010-09-09 Glenn Morris <rgm@gnu.org>
1616
1617 * xresources.texi: Untabify.
1618
1619 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1622
1623 2010-09-06 Glenn Morris <rgm@gnu.org>
1624
1625 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1626
1627 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1628
1629 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1630
1631 2010-08-21 Glenn Morris <rgm@gnu.org>
1632
1633 * misc.texi (Amusements): Mention bubbles and animate.
1634
1635 2010-07-31 Eli Zaretskii <eliz@gnu.org>
1636
1637 * files.texi (Visiting): Add more index entries for
1638 large-file-warning-threshold.
1639
1640 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1641
1642 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1643
1644 2010-06-23 Glenn Morris <rgm@gnu.org>
1645
1646 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1647 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1648 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1649 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
1650 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1651 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
1652 Untabify Texinfo files.
1653
1654 2010-06-10 Glenn Morris <rgm@gnu.org>
1655
1656 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1657
1658 * basic.texi (Inserting Text): Fix typo.
1659
1660 2010-06-10 Glenn Morris <rgm@gnu.org>
1661
1662 * ack.texi (Acknowledgments):
1663 * emacs.texi (Acknowledgments): Update for notifications.el.
1664
1665 2010-05-31 Daiki Ueno <ueno@unixuser.org>
1666
1667 * dired.texi (Operating on Files): Mention encryption commands
1668 (Bug#6315).
1669
1670 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1671
1672 * basic.texi (Moving Point): Update due to renaming of commands bound
1673 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1674
1675 2010-05-18 Eli Zaretskii <eliz@gnu.org>
1676
1677 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1678 paragraphs.
1679 (Line Truncation): Fix wording for bidi display.
1680
1681 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
1682 keys.
1683
1684 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * building.texi (GDB Graphical Interface): Remove misleading comparison
1687 to an IDE (Bug#6128).
1688
1689 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1690
1691 * programs.texi (Man Page):
1692 * misc.texi (Invoking emacsclient):
1693 * mini.texi (Repetition):
1694 * mark.texi (Setting Mark): Fix typos.
1695
1696 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * misc.texi (Printing): Document htmlfontify-buffer.
1699
1700 2010-05-08 Glenn Morris <rgm@gnu.org>
1701
1702 * calendar.texi (Displaying the Diary, Format of Diary File):
1703 Fix external cross-references for TeX format output.
1704
1705 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * Version 23.2 released.
1708
1709 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1710
1711 * cmdargs.texi (Initial Options): Mention --chdir.
1712
1713 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1714
1715 * frames.texi (Tool Bars): Add tool-bar-style.
1716
1717 2010-04-21 Glenn Morris <rgm@gnu.org>
1718
1719 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1720
1721 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * programs.texi (Semantic): New node.
1724
1725 * maintaining.texi (EDE): New node.
1726
1727 * emacs.texi: Update node listing.
1728
1729 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1730
1731 2010-04-18 Glenn Morris <rgm@gnu.org>
1732
1733 * emacs.texi (Acknowledgments): Remove duplicate.
1734
1735 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1736
1737 2010-04-18 Glenn Morris <rgm@gnu.org>
1738
1739 * dired.texi (Misc Dired Features): Mention VC diff and log.
1740 * maintaining.texi (Old Revisions, VC Change Log):
1741 Mention that diff and log work in Dired buffers.
1742
1743 * help.texi (Help Summary): Mention M-x info-finder.
1744
1745 * ack.texi (Acknowledgments): Add mpc.el.
1746
1747 * custom.texi (Specifying File Variables, Directory Variables):
1748 Document new commands for manipulating local variable lists.
1749
1750 2010-04-18 Glenn Morris <rgm@gnu.org>
1751
1752 * trouble.texi (Contributing): Add cindex entry.
1753 Mention etc/CONTRIBUTE.
1754
1755 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1758 query-replace (Bug#5774).
1759
1760 2010-04-16 Glenn Morris <rgm@gnu.org>
1761
1762 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1763
1764 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1765
1766 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1767
1768 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1769
1770 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1771
1772 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1773
1774 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1775 cross-reference to "Inserting Text".
1776
1777 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1778 Mention completion provided by `ucs-insert'.
1779
1780 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * sending.texi (Sending Mail): Note variables that may need
1783 customizing.
1784 (Mail Sending): Expand discussion of send-mail-function.
1785
1786 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1787
1788 Document Message mode as the default mail mode.
1789
1790 * sending.texi (Sending Mail): Copyedits.
1791 (Mail Format, Mail Headers): Document mail-from-style changes.
1792 (Mail Commands): Rename from Mail mode. Document Message mode.
1793 (Mail Misc): Rename from Mail mode Misc.
1794 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1795 command names and update keybindings.
1796 (Header Editing): Document message-tab. De-document
1797 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1798 favor of mail-default-headers. Ad index entries for user-full-name and
1799 user-mail-address.
1800 (Citing Mail): Update changes in Message mode behavior.
1801 Document mail-yank-prefix.
1802 (Mail Signature): New node, moved from Mail Misc.
1803 (Mail Aliases): Mail abbrevs are the default with Message mode.
1804 (Mail Methods): Note that Message mode is now the default.
1805
1806 * rmail.texi (Rmail Reply):
1807 * text.texi (Text Mode):
1808 * major.texi (Major Modes):
1809 * mule.texi (Output Coding): Refer to Message mode.
1810
1811 * custom.texi (Init Examples): Add xref to Mail Header.
1812
1813 * emacs.texi (Top): Fix xrefs.
1814
1815 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1818 repository if there is none.
1819 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1820 vc-print-root-log.
1821 (Old Revisions): Copyedits. Document vc-root-diff.
1822
1823 * programs.texi (Program Modes): Mention Javascript mode.
1824
1825 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1826 * emacs.texi: Update node description.
1827
1828 * misc.texi (Navigation): Document doc-view-continuous.
1829 (Shell Ring): Document new M-r binding. M-s is no longer bound.
1830
1831 2010-03-30 Juri Linkov <juri@jurta.org>
1832
1833 * search.texi (Other Repeating Search): Remove line that `occur'
1834 can not handle multiline matches.
1835
1836 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1837
1838 * mule.texi (International): Mention support of bidirectional editing.
1839 (Bidirectional Editing): New section.
1840
1841 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
1842
1843 * emacs.texi (Top): Update node names to those in building.texi.
1844
1845 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1846
1847 doc/emacs/building.texi: Describe restored GDB/MI functionality
1848 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1849 doc/emacs/emacs.texi: Update node names for building.texi.
1850
1851 2010-03-24 Glenn Morris <rgm@gnu.org>
1852
1853 * ack.texi (Acknowledgments):
1854 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1855
1856 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1857
1858 * xresources.texi (Table of Resources): Clarify toolBar number
1859 for Gtk+.
1860
1861 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1862
1863 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1866
1867 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1868 and multi-isearch-buffers-regexp.
1869
1870 * indent.texi (Indentation): Clarify description of
1871 indent-for-tab-command. Document tab-always-indent.
1872
1873 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * cmdargs.texi (Font X): Move most content to Fonts.
1876
1877 * frames.texi (Fonts): New node. Document font-use-system-font.
1878
1879 * emacs.texi (Top):
1880 * xresources.texi (Table of Resources):
1881 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1882
1883 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * Branch for 23.2.
1886
1887 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * custom.texi (Init Examples): Add xref to Locals.
1890
1891 * major.texi (Choosing Modes): Mention usage of setq-default for
1892 setting the default value of major-mode (Bug#5688).
1893
1894 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1897
1898 * display.texi (Display Custom): Document make-pointer-invisible and
1899 underline-minimum-offset. Remove inverse-video.
1900
1901 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * frames.texi (Frame Commands): Note that the last ordinary frame can
1904 be deleted in daemon mode (Bug#5616).
1905
1906 2010-02-18 Glenn Morris <rgm@gnu.org>
1907
1908 * trouble.texi (Contributing): Repository is no longer CVS.
1909
1910 2010-02-08 Glenn Morris <rgm@gnu.org>
1911
1912 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1913
1914 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * display.texi (Useless Whitespace, Text Display):
1917 * custom.texi (Init Examples): Avoid obsolete special default variables
1918 like default-major-mode.
1919
1920 2010-01-24 Mark A. Hershberger <mah@everybody.org>
1921
1922 * programs.texi (Other C Commands): Replace reference to obsolete
1923 c-subword-mode.
1924
1925 2010-01-21 Glenn Morris <rgm@gnu.org>
1926
1927 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1928
1929 2010-01-12 Glenn Morris <rgm@gnu.org>
1930
1931 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1932 emacs-pretest-bug for bug reports for development versions.
1933
1934 2010-01-11 Glenn Morris <rgm@gnu.org>
1935
1936 * display.texi (Highlight Interactively): `t' does not mean highlight
1937 all patterns. (Bug#5335)
1938
1939 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * misc.texi (Shell): Document async-shell-command.
1942
1943 * building.texi (Grep Searching): Document zrgrep.
1944
1945 * mini.texi (Completion Options): Mention `initials' completion style.
1946
1947 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1948
1949 * building.texi: Import GDB Graphical Interface description from
1950 EMACS_23_1_RC.
1951
1952 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * emacs.texi (Top): Update node listing.
1955
1956 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1957
1958 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1959
1960 * cmdargs.texi (Initial Options):
1961 * xresources.texi (Resources): Document inhibit-x-resources.
1962
1963 * custom.texi (Specifying File Variables): Note that minor modes are
1964 enabled unconditionally.
1965
1966 * display.texi (Scrolling): Briefly document the old recenter command,
1967 and document recenter-positions.
1968
1969 * files.texi (Visiting):
1970 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1971
1972 * frames.texi (Cut/Paste Other App):
1973 Document save-interprogram-paste-before-kill.
1974
1975 * killing.texi (Kill Options): New node.
1976
1977 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * misc.texi (Shell Options): ansi-color is now default.
1980
1981 2009-12-05 Glenn Morris <rgm@gnu.org>
1982
1983 * emacs.texi (Top): Update menu for cal-xtra node changes.
1984 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1985 or mode line. Don't mention invisible text or the details of
1986 diary-print-entries here, only in cal-xtra.
1987 (Format of Diary File): Mention that the "date on first line" format
1988 only really affects the simple display.
1989 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1990 (Diary Customizing): Holidays may be in the buffer or mode line.
1991 Move diary-print-entries to the "Diary Display" section.
1992 (Diary Display): New section, split out from "Fancy Diary Display".
1993 Explain the limitations of simple display, and how to print it.
1994
1995 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1996
1997 * cal-xtra.texi (Diary Display): Mention View mode.
1998
1999 2009-11-29 Juri Linkov <juri@jurta.org>
2000
2001 * display.texi (Highlight Interactively): Actually a list of
2002 default faces is pre-loaded into a list of default values
2003 instead of the history.
2004
2005 2009-11-20 Glenn Morris <rgm@gnu.org>
2006
2007 * ack.texi (Acknowledgments):
2008 * emacs.texi (Acknowledgments): Add htmlfontify.
2009
2010 2009-11-14 Glenn Morris <rgm@gnu.org>
2011
2012 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2013
2014 * ack.texi (Acknowledgments):
2015 * emacs.texi (Acknowledgments): Update for recent Org changes.
2016
2017 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2020 `charset' property, which is irrelevant to the user manual (Bug#3526).
2021
2022 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * trouble.texi (DEL Does Not Delete): Fix typo.
2025
2026 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2027
2028 * files.texi (Misc File Ops): Mention copy-directory.
2029
2030 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2031
2032 * mule.texi (Unibyte Mode): Emphasize that
2033 unibyte-display-via-language-environment affects only the display.
2034
2035 * display.texi (Horizontal Scrolling): Document cursor behavior under
2036 horizontal scrolling when point moves off the screen (Bug#4564).
2037 Improve wording.
2038
2039 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2040
2041 * files.texi (Directories): delete-directory prompts for recursive
2042 deletion.
2043
2044 2009-09-30 Glenn Morris <rgm@gnu.org>
2045
2046 * ack.texi (Acknowledgments):
2047 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2048
2049 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2050
2051 * dired.texi (Dired Navigation): Use @code instead of @var for
2052 dired-isearch-filenames, so that it's not capitalized.
2053
2054 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2057
2058 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2059
2060 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
2061 (Key Bindings): Reference Init Rebinding in introductory text.
2062 Shift some of the introduction to Keymaps node.
2063 (Keymaps): Simplify.
2064 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2065 (Minibuffer Maps): Remove mention of Mocklisp.
2066 (Init Rebinding): Move mode-local rebinding example here from Local
2067 Keymaps.
2068 (Modifier Keys): Clarify.
2069 (Rebinding): Add cindex for "binding keys".
2070
2071 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2074
2075 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * building.texi (Threads Buffer, Multithreaded Debugging):
2078 Reorganize these two sections.
2079
2080 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2081
2082 * cmdargs.texi (Initial Options): Fix last change.
2083
2084 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * mule.texi (Enabling Multibyte):
2087 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2088 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2089
2090 2009-08-20 Glenn Morris <rgm@gnu.org>
2091
2092 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2093
2094 2009-08-19 Glenn Morris <rgm@gnu.org>
2095
2096 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2097
2098 2009-08-18 Glenn Morris <rgm@gnu.org>
2099
2100 * ack.texi (Acknowledgments):
2101 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2102
2103 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
2104
2105 2009-08-09 Glenn Morris <rgm@gnu.org>
2106
2107 * ack.texi (Acknowledgments):
2108 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2109
2110 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2111
2112 * emacs.texi (Top): Add new menu items for GDB-UI.
2113
2114 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
2115 section. Threads buffer is in separate section now.
2116
2117 2009-08-08 Glenn Morris <rgm@gnu.org>
2118
2119 * ack.texi (Acknowledgments):
2120 * emacs.texi (Acknowledgments):
2121 Update for js2-mode and org changes.
2122
2123 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2126 files.
2127
2128 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2131
2132 2009-07-23 Glenn Morris <rgm@gnu.org>
2133
2134 * programs.texi (Matching): Update blink-matching-paren-distance.
2135
2136 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * frames.texi (Cut/Paste Other App): For select-active-regions,
2139 selection is now updated on moving point.
2140
2141 2009-07-21 Richard Stallman <rms@gnu.org>
2142
2143 * glossary.texi (GNU, Daemon): Update information.
2144
2145 2009-07-19 Juri Linkov <juri@jurta.org>
2146
2147 * custom.texi (Specifying File Variables, Safe File Variables):
2148 "variables/value pairs" -> "variable/value pairs".
2149
2150 2009-07-15 Glenn Morris <rgm@gnu.org>
2151
2152 * misc.texi (Gnus): Remove widow.
2153
2154 2009-07-11 Glenn Morris <rgm@gnu.org>
2155
2156 * Makefile.in (TEXI2PDF): New.
2157 (emacs.pdf, emacs-xtra.pdf): New targets.
2158
2159 * arevert-xtra.texi (Autorevert): Add menu descriptions.
2160
2161 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2162
2163 * emacs.texi (Top): Info can be read from other places than Emacs.
2164 Don't print the copying notice twice in the printed version.
2165 Update the menu and detailmenu.
2166 (Preface): The meaning of "on-line" has changed.
2167 Correct name for "Common Problems" chapter.
2168 (Distrib): Update FSF shop URL.
2169 (Intro): Showing two files at once is not so exciting.
2170
2171 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2172 (Mac / GNUstep Basics): Minor grammar changes.
2173 (Mac / GNUstep Events): Fix typo.
2174 (GNUstep Support): CANNOT_DUMP no longer applies.
2175
2176 * misc.texi (Document View): Fix typos.
2177
2178 * dired.texi (Dired):
2179 * help.texi (Help):
2180 * macos.texi (Mac OS / GNUstep):
2181 * maintaining.texi (Version Control, Introduction to VC):
2182 End menu descriptions with a period.
2183
2184 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2185
2186 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2187 so categorical in saying that the option is only useful on NTFS.
2188
2189 2009-07-09 Glenn Morris <rgm@gnu.org>
2190
2191 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2192 (ENVADD): Add texinfodir to TEXINPUTS.
2193
2194 * emacs.texi (Top): Fix cross-reference.
2195
2196 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2197
2198 * vc1-xtra.texi (Revision Tags): Fix typo.
2199
2200 2009-07-03 Glenn Morris <rgm@gnu.org>
2201
2202 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2203 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2204 (Merge Commands): `.' does not seem to work in A or B buffer.
2205 `l' can recreate the 3-window display.
2206
2207 * glossary.texi (Glossary): Minor phrasing changes throughout.
2208 Add more internal cross-references.
2209 <Autoloading>: You can't really autoload a variable.
2210 <C-M->: Move details here from `M-C-' item.
2211 <Continuation Line>: Refer to `Truncation.'
2212 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2213 <Home Directory, Unix>: New entries.
2214 <Deletion of Files>: Mention recycle bins.
2215 <Directory>: Mention ``folders.''
2216 <Error>: Don't mention ``type-ahead.''
2217 <Fringe>: Refer to the manual node.
2218 <Minor Mode>: Can be global or local.
2219 <Spell Checking>: There are other checkers besides Ispell.
2220
2221 2009-07-02 Glenn Morris <rgm@gnu.org>
2222
2223 * anti.texi (Antinews): Minor changes in phrasing.
2224
2225 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2226 some underfull lines in dvi output.
2227
2228 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2229
2230 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2231
2232 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2233
2234 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * xresources.texi (Table of Resources): Mention maximized for
2237 fullscreen.
2238
2239 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2240
2241 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * anti.texi (Antinews): Correct the list of removed platforms.
2244
2245 2009-06-28 Glenn Morris <rgm@gnu.org>
2246
2247 * arevert-xtra.texi: Minor language tweaks.
2248
2249 * dired-xtra.texi: Minor revisions.
2250
2251 2009-06-23 Miles Bader <miles@gnu.org>
2252
2253 * display.texi (Scrolling): Document `recenter-redisplay'.
2254 (Temporary Face Changes): Document `text-scale-set'.
2255
2256 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * Branch for 23.1.
2259
2260 2009-06-17 Kenichi Handa <handa@m17n.org>
2261
2262 * mule.texi (Charsets): Update the description for the new charset.
2263 (list-character-sets): New findex.
2264 (Language Environments): Add @anchor{Describe Language Environment}.
2265
2266 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * basic.texi (Moving Point): Fix tag.
2269
2270 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2271
2272 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2273 use camel-case for PageUp and PageDown.
2274
2275 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2276 camel-case for PageUp and PageDown.
2277
2278 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2279
2280 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
2281 (Isearch Scroll): Decapitalize <next> and <prior>.
2282
2283 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
2284
2285 * fixit.texi (Spelling): Set default dictionary.
2286 Improve descriptions (Bug#2554)
2287
2288 2009-06-08 David Reitter <david.reitter@gmail.com>
2289
2290 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2291 since saving colors and faces set this way is not implemented.
2292 (Environment variables): Remove mention of mac-fix-env, which is
2293 scheduled to be removed.
2294
2295 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * custom.texi (Init Examples): Add example of changing load-path.
2298
2299 * building.texi (Lisp Libraries): Add example of changing
2300 load-path (Bug#3446).
2301
2302 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * mark.texi (Mark): Further clarifications.
2305 (Setting Mark): Emphasize that C-SPC activates the mark.
2306
2307 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2310 Mark mode.
2311 (Using Region, Persistent Mark): Use "active mark" instead of "active
2312 region".
2313
2314 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2315
2316 * mule.texi (Select Input Method): Fix typo.
2317
2318 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * anti.texi (Antinews): Document completion changes. Some additional
2321 copyedits and rearrangement of entries.
2322
2323 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2326 (Shell History Copying, Terminal emulator): Copyedits.
2327
2328 * xresources.texi (Resources): Simplify descriptions.
2329 Shorten description of editres, which is not very useful these days.
2330 (Table of Resources): Document fontBackend resource.
2331
2332 * trouble.texi (Quitting): Add other undo bindings to table.
2333 (DEL Does Not Delete): Note that the erasure key is usually labeled
2334 "Backspace". Remove discussion of obscure Xmodmap issue.
2335
2336 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * files.texi (Visiting): Copyedits.
2339
2340 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * basic.texi (Inserting Text): Document ucs-insert.
2343
2344 * mule.texi (International Chars): Define "multibyte". Note that
2345 internal representation is unicode-based. Simplify definition of raw
2346 bytes. Mention ucs-insert.
2347 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2348 (Language Environments): Add language environments new to Emacs 23.
2349 (Multibyte Conversion): Node deleted.
2350 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2351 Don't mention obsolete emacs-mule coding system.
2352 (Output Coding): Copyedits.
2353
2354 * emacs.texi (Top): Update node listing.
2355
2356 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
2357
2358 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2359
2360 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * building.texi (Lisp Libraries): `load-library' does offer completion.
2363
2364 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2367 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2368
2369 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2370
2371 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2372
2373 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2376
2377 * building.texi (Lisp Interaction): Document initial-scratch-message.
2378
2379 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * msdog.texi (Windows Fonts): Fix typos.
2382
2383 * files.texi (Save Commands): Fix pxref.
2384
2385 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * files.texi (Save Commands): Mention diff-buffer-with-file.
2388 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2389 Henoch (Bug#3036).
2390
2391 2009-03-15 Glenn Morris <rgm@gnu.org>
2392
2393 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2394 the former is not always used.
2395 (Mail Headers): Use active voice. Add "Mail-reply-to".
2396 Change case of "Id". Avoid repeated "appropriate".
2397 (Mail Aliases): Fix previous change - use an example with a ".", so it
2398 does actually get quoted when expanded.
2399 (Mail Sending): Mailclient is the default on some systems.
2400 (Citing Mail): Mention mail-indentation-spaces.
2401 (Mail Mode Misc): Add an @dfn for "mail signature".
2402
2403 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2406 (Completion Options): Document read-file-name-completion-ignore-case,
2407 read-buffer-completion-ignore-case, and completion-styles.
2408 Remove description of partial-completion-mode.
2409
2410 2009-03-14 Glenn Morris <rgm@gnu.org>
2411
2412 * sending.texi (Mail Format): Fix typo. Add index entry for
2413 mail-header-separator.
2414 (Mail Headers): Put info about initialization and changing in one place
2415 at the start. Update FCC section for mbox Rmail. Clarify From
2416 section, mention mail-setup-with-from. Clarify Reply-to section.
2417 Add Mail-followup-to and mail-mailing-lists. Clarify References
2418 section.
2419 (Mail Aliases): Update example, make less contentious.
2420 Update for name change of mail-interactive-insert-alias.
2421 (Mail Mode): Remove mention of `%' as a word separator.
2422 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2423 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2424 commands. Clarify FCC handling. In mail-complete, add reference to
2425 Mail Aliases section, and mention mail-complete-function.
2426 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2427 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2428 signature netiquette. Explain how the mail hooks work when continuing
2429 a composition.
2430 (Mail Amusements): Internationalize the spook section a bit.
2431 Remove the spook mail-setup-hook example, since it doesn't work well.
2432 Mention fortune-file.
2433 (Mail Methods): Mention read-mail-command.
2434
2435 2009-03-14 David Reitter <david.reitter@gmail.com>
2436
2437 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2438 and NS resources following recent changes.
2439
2440 2009-03-10 Jason Rumney <jasonr@gnu.org>
2441
2442 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2443 w32-use-visible-system-caret doc to indicate that it should get set
2444 automatically.
2445 (Windows Fonts): Add doc for the uniscribe backend.
2446
2447 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2450 vc-dir. (Bug#2598)
2451
2452 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2453
2454 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2455
2456 2009-03-05 Glenn Morris <rgm@gnu.org>
2457
2458 * rmail.texi (Rmail Basics): Add reference to sorting.
2459 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2460 Minor re-wordings.
2461 (Rmail Motion): Mention rmail-next-same-subject.
2462 (Rmail Deletion): Expunging is not the only way to change the numbers.
2463 (Rmail Labels): Labels can also be used in sorting.
2464 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
2465 (Rmail Display): Mention rmail-mime.
2466
2467 2009-03-04 Glenn Morris <rgm@gnu.org>
2468
2469 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2470 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2471 summary. Mention sorts cannot be undone.
2472 (Rmail Display): Give an example of how to use goto-address-mode.
2473 (Rmail Editing): It's keybindings that are redefined, not commands.
2474 Fix some typos.
2475 (Movemail): Some minor rewording.
2476 (Remote Mailboxes): Emacs movemail supports pop by default.
2477 Fix some minor grammatical issues. The "two alternative ways" to
2478 specify a POP mailbox are really just one. Remove all reference to the
2479 variables rmail-pop-password and rmail-pop-password-required, obsolete
2480 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2481 can support Kerberos.
2482
2483 2009-03-03 Glenn Morris <rgm@gnu.org>
2484
2485 * rmail.texi (Rmail Deletion): Revert previous change, which was
2486 describing the Rmail summary versions.
2487 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2488 Minor re-wording for rmail-resend.
2489 (Rmail Make Summary): Summaries apply to buffers rather than files.
2490 <rmail-summary-by-topic>: Headers includes the subject.
2491 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2492 details, including prefix arguments.
2493 Mention rmail-summary-by-senders on C-M-f.
2494 Not counting lines might be faster.
2495 (Rmail Summary Edit): More details on the delete commands.
2496 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2497 Name the commands bound to the various keys. Mention prefix argument
2498 for searching.
2499 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2500 Simplify rmail-highlighted-headers description. Update face name.
2501
2502 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
2503
2504 * mark.texi (Marking Objects): Fix typo.
2505
2506 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2509 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2510
2511 2009-03-01 Glenn Morris <rgm@gnu.org>
2512
2513 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
2514 (Rmail Motion): - M-s searches from the end of messages.
2515 (Rmail Deletion): Minor clarification. Fix numeric argument
2516 description.
2517 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2518 newmail and RMAILOSE files need not be in home-directory.
2519 (Rmail Files): Mention I/O menus are unselectable if no files match.
2520 Mention `MAIL' env-var.
2521
2522 2009-02-24 Jason Rumney <jasonr@gnu.org>
2523
2524 * mule.texi (Fontsets): Mention fontset-default, font specs and
2525 fallback fontsets.
2526 (Defining Fontsets): Mention ns and w32 variants of
2527 standard-fontset-spec. Update description of startup fontset to match
2528 Emacs 23 behavior.
2529 (Modifying Fontsets): New section. (Bug#656)
2530 (International): Link to Modifying Fontsets.
2531
2532 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2533
2534 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2535 Mention ns-extended-platform-support-mode.
2536
2537 2009-02-22 Karl Berry <karl@gnu.org>
2538
2539 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2540
2541 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * basic.texi (Moving Point, Position Info):
2544 * files.texi (Visiting):
2545 * mini.texi (Completion Options):
2546 * text.texi (HTML Mode): Remove duplicate words.
2547
2548 2009-02-20 Glenn Morris <rgm@gnu.org>
2549
2550 * rmail.texi: Minor updates for mbox rather than Babyl.
2551
2552 2009-02-17 Karl Berry <karl@gnu.org>
2553
2554 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
2555
2556 2009-02-17 Richard M Stallman <rms@gnu.org>
2557
2558 * anti.texi (Antinews): Mention Babyl format.
2559
2560 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2561
2562 * rmail.texi: Update for mbox format.
2563 Various small fixes, as well as the following.
2564 (Out of Rmail): Node deleted.
2565 (Rmail): Update menu.
2566 (Rmail Files): Comment out set-rmail-inbox-list.
2567 Document rmail-inbox-list instead.
2568 (Rmail Output): Substantial changes since C-o is now
2569 rmail-output-as-seen and o is rmail-output.
2570 (Rmail Attributes): Delete `stored', add `retried'.
2571 (Rmail Display): Editing headers works in all cases.
2572
2573 2009-02-17 Glenn Morris <rgm@gnu.org>
2574
2575 * basic.texi (Position Info): M-x count-lines-region is not always on
2576 M-=. (Bug#2269)
2577
2578 2009-02-09 Glenn Morris <rgm@gnu.org>
2579
2580 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2581 defaults.
2582
2583 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2584
2585 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2586 documentation of possible problems with redecoding.
2587
2588 2009-02-03 Glenn Morris <rgm@gnu.org>
2589
2590 * rmail.texi (Out of Rmail): Mention b2m.pl.
2591
2592 2009-01-31 Glenn Morris <rgm@gnu.org>
2593
2594 * rmail.texi (Out of Rmail): Correct b2m location.
2595
2596 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * fixit.texi (Undo): Update undo limit values.
2599
2600 2009-01-27 Glenn Morris <rgm@gnu.org>
2601
2602 * emacs.texi (Top): Fix Antinews menu entry.
2603
2604 2009-01-25 Karl Berry <karl@gnu.org>
2605
2606 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2607 item with no marker, instead of the syntactically incorrect
2608 @itemize @asis.
2609
2610 2009-01-25 Juri Linkov <juri@jurta.org>
2611
2612 * building.texi (Grep Searching): Fix index entry for lgrep.
2613
2614 2009-01-24 Eli Zaretskii <eliz@gnu.org>
2615
2616 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2617
2618 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2619
2620 * macos.texi (Preferences Panel): Update description of font setting to
2621 reflect that prior frame selection is no longer needed.
2622
2623 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
2624
2625 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2626 raise GUD subsections.
2627
2628 2009-01-15 Glenn Morris <rgm@gnu.org>
2629
2630 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2631
2632 2009-01-10 Glenn Morris <rgm@gnu.org>
2633
2634 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2635
2636 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2639 logical lines.
2640
2641 2008-12-29 Juri Linkov <juri@jurta.org>
2642
2643 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2644
2645 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2646
2647 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2650 goto-address-mode instead of goto-address.
2651
2652 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2653 mode.
2654
2655 * emacs.texi (Top): Update node listing.
2656
2657 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2658
2659 * custom.texi (Directory Variables): Explain what is a "project".
2660 Add indexing. Improve wording. Add a footnote about using
2661 _dir-locals.el on MS-DOS.
2662
2663 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2664
2665 * files.texi (Misc File Ops): Mention chmod as an alias for
2666 set-file-modes.
2667
2668 2008-12-24 Martin Rudalics <rudalics@gmx.at>
2669
2670 * help.texi (Help): Fix typos and reword.
2671 (Help Summary): Add entries for C-h n and C-h r, reorder
2672 entries, and do some minor fixes.
2673 (Name Help): Say that C-h F works for commands only.
2674 (Misc Help): Say that view-lossage displays 300 keystrokes.
2675
2676 2008-12-20 Glenn Morris <rgm@gnu.org>
2677
2678 * ack.texi (Acknowledgments): General update based on AUTHORS,
2679 including removal of some stuff no longer distributed.
2680
2681 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2682
2683 * fixit.texi: Mention hunspell
2684
2685 2008-12-19 Glenn Morris <rgm@gnu.org>
2686
2687 * ack.texi (Acknowledgments): Small grammar fix.
2688 Consolidate explanatory text at start.
2689
2690 * display.texi (Text Display):
2691 * indent.texi (Indentation): Use @acronym with ASCII.
2692
2693 2008-12-18 Glenn Morris <rgm@gnu.org>
2694
2695 * ack.texi: Various small updates and fixes.
2696
2697 2008-12-18 Juri Linkov <juri@jurta.org>
2698
2699 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2700 as a key binding to start a forward nonincremental word search.
2701 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2702 a backward nonincremental word search. Add index for `M-s w'
2703 `isearch-forward-word'.
2704 (Regexp Search): Add a short summary of regexp key commands like
2705 in the node "Basic Isearch".
2706 (Other Repeating Search): Fix typo.
2707
2708 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2709
2710 * misc.texi (PostScript Variables): Fix doc.
2711
2712 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * programs.texi (Program Modes): Mention Ruby mode.
2715
2716 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * misc.texi (emacsclient Options): Describe what an empty string
2719 argument does for --alternate-editor.
2720
2721 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2722
2723 * cmdargs.texi (Font X): Distinguish between client-side and
2724 server-side fonts. List valid Fontconfig properties. Add reference to
2725 Fontconfig manual. List valid GTK font properties. Explain use of
2726 fc-list.
2727
2728 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * cmdargs.texi (Font X): Move discussion of quoting to top.
2731
2732 2008-12-06 Glenn Morris <rgm@gnu.org>
2733
2734 * maintaining.texi (Old Revisions): Improve previous change.
2735
2736 2008-12-05 Richard M Stallman <rms@gnu.org>
2737
2738 * anti.texi (Antinews): Minor fixes.
2739
2740 2008-12-03 Glenn Morris <rgm@gnu.org>
2741
2742 * maintaining.texi (Old Revisions): Fix diff-switches description.
2743
2744 2008-12-01 Martin Rudalics <rudalics@gmx.at>
2745
2746 * emacs.texi (Top): Fix typo.
2747
2748 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * misc.texi (Document View): Explain dependence on gs at the top.
2751 Copyedits.
2752
2753 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2754
2755 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2756 (Comment Commands): Discuss region-active behavior of M-; first.
2757
2758 2008-11-29 Martin Rudalics <rudalics@gmx.at>
2759
2760 * display.texi (Line Truncation): Add reference to Continuation
2761 Lines.
2762
2763 * windows.texi (Pop Up Window): Mention split-height-threshold
2764 and split-width-threshold.
2765 (Split Window): Add reference to Continuation Lines.
2766
2767 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2768
2769 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2770 (GNUstep Support): New node.
2771 * anti.texi:
2772 * emacs.texi:
2773 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2774
2775 2008-11-28 Richard M Stallman <rms@gnu.org>
2776
2777 * misc.texi (Dissociated Press): Minor cleanups.
2778
2779 * dired.texi (Image-Dired): Avoid passive.
2780
2781 2008-11-28 Eli Zaretskii <eliz@gnu.org>
2782
2783 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2784 representation.
2785
2786 2008-11-26 Richard M. Stallman <rms@gnu.org>
2787
2788 * files.texi (Visiting): Rewrite paragraph for clarity.
2789
2790 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2791
2792 2008-11-25 Alan Mackenzie <acm@muc.de>
2793
2794 * programs.texi (Moving by Parens): Clarify that parens inside strings
2795 and comments are ignored, and that the commands assume the starting
2796 point isn't in a string or comment.
2797
2798 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2799
2800 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2801 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2802 version.
2803 (Mac Customization): Rewrite Preferences Panel section and merge in to
2804 this node, add Open files by dragging to an Emacs window.
2805
2806 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2807
2808 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * files.texi (Misc File Ops): Document set-file-modes.
2811
2812 * windows.texi (Split Window): Document integer values of
2813 truncate-partial-width-windows.
2814
2815 * text.texi (Text): Simplify description of markup languages.
2816 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2817 (TeX Editing): Note that `""' inserts one `"' character.
2818 (HTML Mode): Note in the introduction that XML mode is an alias for
2819 SGML mode. Mention nXML mode.
2820
2821 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * building.texi (Watch Expressions): Fix typo.
2824
2825 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2826
2827 * files.texi (Visiting): Document new behavior of
2828 confirm-nonexistent-file-or-buffer.
2829
2830 * buffers.texi (Select Buffer):
2831 Document confirm-nonexistent-file-or-buffer.
2832
2833 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2834 edit-picture.
2835
2836 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2837 edit-picture', since that is just an alias for picture-mode.
2838 (Sentences): Note that repeated M-@ extends the region.
2839 (Pages): Make terminology more consistent. Link to Regexps node.
2840 (Longlines): Discuss relationship with Visual Line mode.
2841 (Text Mode): Remove extraneous discussion of other modes, since they
2842 were already introduced in the parent node.
2843
2844 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * anti.texi (Antinews): Rewrite.
2847
2848 * entering.texi (Exiting): Mention "minimize" terminology.
2849
2850 * frames.texi (Frame Commands): Mention "minimize" terminology.
2851
2852 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2853 formats.
2854 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2855 (Misc X): Don't document useless -hb option.
2856
2857 2008-11-22 Juri Linkov <juri@jurta.org>
2858
2859 * dired.texi (Dired Navigation): Change normal file name search option
2860 from `non-nil' to `t'. Add `dwim' option.
2861
2862 2008-11-22 Juri Linkov <juri@jurta.org>
2863
2864 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2865 ".dir-locals.el". Rename `define-project-bindings' to
2866 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2867 `dir-locals-set-directory-class'.
2868
2869 2008-11-22 Lute Kamstra <lute@gnu.org>
2870
2871 * buffers.texi (Select Buffer): Index goto-line.
2872 * basic.texi (Moving Point): Mention the use of a numeric prefix
2873 argument with goto-line and refer to Select Buffer for the use of a
2874 plain prefix argument.
2875
2876 2008-11-19 Glenn Morris <rgm@gnu.org>
2877
2878 * doclicense.texi: Update to FDL 1.3.
2879 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2880
2881 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * custom.texi (Minor Modes): Define mode commands and mode variables
2884 more precisely. Recommend using mode commands instead of setting
2885 variables directly. Put minor modes in a list, and add more modes.
2886 (Easy Customization): Use "init file" instead of .emacs.
2887 (Customization Groups): Update to new Custom buffer appearance.
2888 (Saving Customizations): Copyedits. Update example.
2889 (Variables): Give example of variable type-sensitivity.
2890 (Examining): Update example.
2891 (Hooks): Copyedits.
2892 (Specifying File Variables): Use C comments instead of an artificial
2893 Lisp for the example.
2894 (Keymaps): Move internals discussion to Prefix Keymaps.
2895 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2896 (Init Rebinding): Document kbd macro.
2897 (Init File): Link to Find Init.
2898
2899 * mark.texi (Using Region): Document Delete Selection Mode more
2900 thoroughly.
2901
2902 * frames.texi (Mouse Commands): Move most of the description of Delete
2903 Selection Mode to Using Region, and link to it.
2904 (Clipboard): Note that paste is bound to clipboard-yank.
2905
2906 * building.texi (Compilation): Document first-error value of
2907 compilation-scroll-output.
2908 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2909 works as soon as an error is available. Suggested by Juri Linkov.
2910
2911 * mini.texi (Passwords): New node.
2912
2913 * files.texi (Remote Files): Link to Passwords node.
2914
2915 * emacs.texi (Top): Update node listings.
2916
2917 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * ack.texi (Acknowledgments): Some updating of credits.
2920
2921 * emacs.texi (Acknowledgments): Add a couple more names.
2922
2923 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2924
2925 * files.texi (Directories): Describe delete-directory in text.
2926 (Misc File Ops): Document use of trash.
2927
2928 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * macos.texi (Mac Customization): Fix typos.
2931
2932 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2935 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2936 the conventions of the main Emacs manual.
2937
2938 * emacs.texi (Top): Update node listings.
2939
2940 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2943 command-line-args is processed during startup.
2944 (Action Arguments): Correctly describe how file arguments interact with
2945 the startup screen. Link to Lisp Interaction for scratch buffer.
2946 (Initial Options): Link to Command Example for -batch option.
2947 (Environment): Document initial-environment.
2948
2949 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2950 can't be changed in the site-start file.
2951
2952 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * dired.texi (Dired): Mention C-x C-d too.
2955 (Dired Enter): Document M-n in the Dired minibuffer.
2956 (Dired Navigation): Explain dired-goto-file more clearly.
2957 Document dired-isearch-filenames.
2958 (Dired Deletion): Remove unnecessary "expunged" terminology.
2959 (Flagging Many Files): & is now rebound to `% &'.
2960 (Shell Commands in Dired): Document dired-do-async-shell-command.
2961 Clarify how multi-file arguments are passed.
2962 (Misc Dired Features): Document dired-do-isearch.
2963
2964 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2967
2968 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2971
2972 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * programs.texi (Program Modes): Link to Program Indent node.
2975 (Left Margin Paren): Explain consequences of changing
2976 open-paren-in-column-0-is-defun-start more concisely.
2977 (Which Function, Program Indent, Info Lookup): Minor edits.
2978 (Basic Indent): If region is active, TAB indents the region.
2979 (Multi-line Indent): If region is active, TAB indents the region.
2980 Note that indent-region is useful when Transient Mark mode is off.
2981 (Matching): The delimiter at the cursor is highlighted---the character
2982 changes color.
2983 (Symbol Completion): Link to Completion node.
2984
2985 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2986 a strictly text-only system.
2987
2988 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2989 batch mode.
2990
2991 2008-11-01 Richard M. Stallman <rms@gnu.org>
2992
2993 * misc.texi (Document View): Major rewrite.
2994
2995 * maintaining.texi (Types of Log File): Change logs are older than
2996 version control.
2997 (VCS Concepts): Simplify and rearrange.
2998 (Version Control Systems): Make it clear that Linux is only the kernel.
2999 (VC Mode Line): Shorten reference to menu item.
3000 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3001 (VC Directory Mode): Minor cleanup.
3002 Unchanged files are hidden, not omitted.
3003 (VC Directory Commands): Shorten and simplify.
3004 (Change Log Commands): New node, split from Change Logs.
3005 (VC Directory Buffer): New node, split from VC Directory Mode.
3006
3007 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * misc.texi (Document View): Rename from Document Files, moved here
3010 from files.texi.
3011
3012 * files.texi (Version Control): Move to maintaining.texi.
3013 Subnodes moved as well.
3014 (Document Files): Move to misc.texi.
3015
3016 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3017 vc-update-change-log.
3018 (Version Control): Move here from files.texi.
3019 (Format of ChangeLog): Make it a subnode of Change Log.
3020
3021 * emacs.texi (Top): Update node listing.
3022
3023 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3024
3025 * files.texi (Files): Add a section about document
3026 files (doc-view-mode).
3027
3028 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * building.texi (Compilation Mode):
3031 Document compilation-auto-jump-to-first-error.
3032 (Debuggers): Lower GUD subsections to subsubsections.
3033 (Starting GUD): Add cindex.
3034 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3035
3036 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * indent.texi (Indentation): Link to Program Indent.
3039
3040 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3041 now uses emacsclient's terminal.
3042
3043 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * mark.texi (Using Region): Document use-empty-active-region.
3046
3047 * emacs.texi (Top): Update node listings.
3048
3049 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3050 Don't mention obsolete emacs.bash script.
3051 (Invoking emacsclient): Rewrite, moving optional arguments to
3052 emacsclient Options.
3053 (emacsclient Options): New node. Document server-use-tcp and
3054 server-host.
3055
3056 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * indent.texi (Indentation): Replace list with paragraphed text,
3059 putting description of syntax-driven indentation first. Document new
3060 effect of active regions on tab.
3061 (Tab Stops): Note that editable tab stops affect indentation commands.
3062
3063 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3064
3065 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3066
3067 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * custom.texi (Function Keys): Note that modified keypad keys are not
3070 translated.
3071
3072 * basic.texi (Arguments): Explain how to insert multiple digits.
3073
3074 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * files.texi (Remote Files): Precise selection of default method.
3077 Rewrite paragraph about disabling remote file names.
3078
3079 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * search.texi (Special Isearch): Document M-TAB is isearch.
3082
3083 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3084 command.
3085
3086 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3087
3088 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3089
3090 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
3091 section.
3092
3093 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3096 to files.texi. Move contents of vc2-xtra.texi here.
3097
3098 * vc2-xtra.texi: File removed.
3099
3100 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3101 Directory Commands from the submenu. Don't include deleted file
3102 vc2-xtra.texi.
3103
3104 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3105 (Version Control): Add VC Directory Mode and VC Directory Commands to
3106 the submenu.
3107 (Why Version Control?): Use table format.
3108 (Version Control Systems): Note that Meta-CVS support is gone.
3109 (VCS Concepts): Note precisely when VC started supporting filesets.
3110 Remove bogus xref to CVS Options node.
3111 (Types of Log File): Copyedits.
3112 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3113 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3114 The Right Thing.
3115 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3116 (Log Buffer): Reorganize node, putting C-c C-c description first.
3117 (Old Revisions): Use CVS for example, not RCS.
3118 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3119 Commands from the submenu, putting them under Version Control.
3120 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3121 need to include it in the manual unconditionally, since it is now
3122 crucial to using distributed version control systems.
3123 (Comparing Files): Note that diff uses the minibuffer, and that the
3124 output is shown using Diff mode.
3125 (Diff Mode): Explain what "patch" and "hunk" mean.
3126 Document diff-update-on-the-fly, diff-refine-hunk, and
3127 diff-show-trailing-whitespaces.
3128 (File Archives): Add rar support.
3129
3130 * major.texi (Choosing Modes): Make mode selection sequence more
3131 obvious by describing the steps in order of priority. Note that
3132 magic-mode-alist is nil by default.
3133 Document magic-fallback-mode-alist.
3134
3135 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * frames.texi (Mouse References): Copyedits.
3138
3139 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3140
3141 * ack.texi (Acknowledgments): Add myself as doc-view author.
3142
3143 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3144
3145 * frames.texi (Dialog Boxes): Add @cindex entries.
3146
3147 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3150 (Text-Only Mouse): Copyedit.
3151
3152 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * frames.texi: Use @key throughout for mouse clicks.
3155 (Cut/Paste Other App): Document yank-pop-change-selection.
3156 (Secondary Selection): Fix modified mouse click syntax.
3157 (Clipboard): Describe Cut, Copy and Paste commands.
3158 (Mouse References): Not all references are in read-only buffers.
3159 Copyedits.
3160 (Creating Frames): Add xref to Init File.
3161 (Frame Commands): Add xref to Exiting.
3162 (Scroll Bars): Document GTK vs toolkit behavior.
3163
3164 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * files.texi (Version Control): Copyedits. Add Bazaar.
3167 (Version Control Systems): List different VCS's using an itemized list.
3168 Add Bazaar.
3169 (VCS Concepts): Copyedits. Tweak description of file merging.
3170
3171 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3172 (Cut/Paste Other App): Document select-active-regions and
3173 x-select-enable-primary.
3174
3175 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * mark.texi (Shift Selection): Correct case in node name.
3178
3179 * emacs.texi (Top): Update node order in Mark chapter.
3180
3181 2008-10-12 Eli Zaretskii <eliz@gnu.org>
3182
3183 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3184
3185 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3186 elsewhere in the manual instead of describing yet again the intricacies
3187 of $HOME on MS-Windows and MS-DOS.
3188
3189 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * mini.texi (Minibuffer File): Add xref to File Names.
3192 (Minibuffer File): Add discussion of `~' in file names.
3193 Add insert-default-directory index reference.
3194
3195 * files.texi (File Names): Reorganize description.
3196 (Visiting): Add xref to Mode Line. Copyedits.
3197 (Save Commands): Mention prefix behavior of C-x C-s.
3198 (Numbered Backups): Node deleted.
3199 (Backup Names): Contents of Numbered Backups moved here. State default
3200 of version-control variable.
3201 (Reverting): Copyedits.
3202 (Version Control): Add additional version control systems.
3203
3204 * emacs.texi (Top): Delete Numbered Backups node.
3205
3206 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3207 Backup Names.
3208 (Initial Options): Document renamed variable inhibit-startup-screen.
3209
3210 2008-10-11 Romain Francoise <romain@orebokech.com>
3211
3212 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3213
3214 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3217 (Select Buffer): Mention use of minibuffer history. Describe default
3218 value of default-major-mode. Mention that C-x 4 b selects the other
3219 window.
3220 (List Buffers): Document CRM indicators in the order they appear.
3221 (Kill Buffer): Document new command kill-matching buffers.
3222 (Several Buffers): Move explanation of the relationship between buffer
3223 list and buffer menu to the top.
3224 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3225
3226 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * entering.texi (Exiting): Document change of C-x C-c to
3229 save-buffers-kill-terminal. Document kill-emacs.
3230
3231 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3232
3233 * mule.texi (Coding Systems): Don't mention codepage-setup.
3234
3235 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3236 cpNNN coding systems anymore.
3237 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
3238 for unibyte mode. Don't mention line-drawing characters.
3239 Don't mention dos-unsupported-char-glyph.
3240
3241 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * search.texi (Search): Shorten introduction.
3244 (Basic Isearch): Add command table. Discuss reverse isearch and
3245 isearch highlighting.
3246 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3247 ring to cindex.
3248 (Special Isearch): Move input methods discussion here.
3249 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3250 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3251 Repeat Isearch.
3252 (Isearch Minibuffer): New node.
3253 (Word Search): Document new word search commands.
3254 (Regexp Example): Simplify example using sentence-end-base variable.
3255 (Replace): Reword introduction.
3256 (Unconditional Replace): Remove unnecessary example.
3257 (Other Repeating Search): Document new `M-s o' binding.
3258
3259 * emacs.texi (Top): Update node listings.
3260
3261 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * emacs.texi (Top): Remove Kill Errors from menu.
3264
3265 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3268 interface for defining macros. Simplify examples. Note that C-g quits
3269 macro definitions.
3270 (Keyboard Macro Counter): Document using F3 to insert counter.
3271 Give usage example.
3272 (Keyboard Macro Query): Organize query responses in a table.
3273
3274 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3275 Link to Erasing node.
3276 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3277 rationale to a footnote.
3278 (Kill Errors): Remove node, due to redundancy with Erasing.
3279 (Spelling): Move discussion of flyspell to end. Note new behavior of
3280 M-$ in active region. Remove non-ispell-specific keybindings from
3281 table.
3282
3283 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * cmdargs.texi (Initial Options): Document --daemon.
3286
3287 2008-09-20 Glenn Morris <rgm@gnu.org>
3288
3289 * files.texi (Numbered Backups): Mention that some modes set
3290 version-control.
3291
3292 2008-09-20 Jim Blandy <jimb@red-bean.com>
3293
3294 * files.texi (Numbered Backups): Reference File Variables, as well.
3295 Remove discussion of Rmail's implementation.
3296
3297 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * misc.texi (Recursive Edit): Note that top-level exits active
3300 minibuffers.
3301
3302 * trouble.texi (Quitting): Likewise.
3303
3304 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * emacs.texi (Top): Add Temporary Face Changes xref.
3307
3308 * display.texi (Display): Move Temporary Face Changes node to just
3309 after Standard Faces.
3310 (Scrolling): Document recenter-top-bottom instead of recenter.
3311 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3312 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3313 (Display Custom): Copyedits.
3314 (Optional Mode Line): Document display-battery-mode.
3315
3316 2008-08-27 Romain Francoise <romain@orebokech.com>
3317
3318 * custom.texi (Directory Variables): Minor fix.
3319
3320 2008-08-27 Glenn Morris <rgm@gnu.org>
3321
3322 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3323 descriptions.
3324 (Calendar Customizing): Tweak layout description.
3325 Move calendar-today-marker and calendar-today face to the other
3326 markers. Condense calendar-star-date and calendar-mark-today
3327 description.
3328 (Holiday Customizing): Add oriental and solar holidays.
3329 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3330 Fix holiday-float description. Use zerop in examples. Be less verbose.
3331 (Date Display Format): Change ISO format. Be less verbose.
3332 (Diary Customizing): Mention day and month abbrev arrays.
3333 Mention the date-form variables by name. Update European example.
3334 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3335 Condense examples. Mention diary-entry-symbols by name.
3336 Condense table for insertion commands.
3337 (Fancy Diary Display): Mention diary-include-string and
3338 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3339 Ethiopic, Persian date functions. Condense descriptions.
3340
3341 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3342 (Adding to Diary): Adapt for changed node name.
3343
3344 2008-08-26 Glenn Morris <rgm@gnu.org>
3345
3346 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3347 node "Hebrew/Islamic Entries".
3348
3349 * calendar.texi (Specified Dates): Fix names of iso functions.
3350 (General Calendar): There may not be another window.
3351 (Writing Calendar Files, Holidays): Tweak intro.
3352 (Holidays): Mention Baha'i and Chinese holidays.
3353 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3354 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3355 (To Other Calendar): Add calendar-print-other-dates.
3356 Refer to "graphic display" rather than "X.
3357 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3358 (Displaying the Diary): Fix whitespace after reference.
3359 Fix `diary-number-of-entries' reference.
3360 (Date Formats): Explicitly mention that day names can be abbreviated.
3361 (Adding to Diary): Add some references to other sections.
3362 (Special Diary Entries): Fix reference.
3363 (Appointments): Simplify appt-message-warning-time entry.
3364 Clarify where times must be.
3365 (Importing Diary): Comment out icalendar paragraph that does not apply.
3366 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3367
3368 2008-08-23 Glenn Morris <rgm@gnu.org>
3369
3370 * fortran-xtra.texi (Fortran): Change description of free form and
3371 fixed form a bit. Mention hideshow and imenu.
3372 (Fortran Motion): Mention fortran-end-of-subprogram,
3373 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3374 (Fortran Indent): Minor re-word.
3375 (ForIndent Commands): Mention fortran-fill-paragraph and
3376 fortran-fill-statement.
3377 (ForIndent Cont): Mention fortran-tab-mode-string.
3378 (Fortran Comments): Mention fortran-comment-line-start-skip.
3379 (Fortran Columns): Mention font-locking.
3380 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3381
3382 2008-08-23 Johan Bockgård <bojohan@muon>
3383
3384 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3385
3386 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * mini.texi (Minibuffer): Simplify introduction.
3389 (Minibuffer File): Document tilde in minibuffer filenames.
3390 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3391 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3392 (Completion Example): Update example to current command list.
3393 (Completion Options): Document `lazy' value of completion-auto-help.
3394 Update contents of completion-ignored-extensions.
3395 (Minibuffer History): Describe "future history" list. State default
3396 value of history-delete-duplicates.
3397
3398 2008-08-21 Glenn Morris <rgm@gnu.org>
3399
3400 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
3401 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
3402
3403 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * regs.texi (Registers): Clarify valid register names.
3406 (RegPos): Note that buffer is saved and restored too.
3407 (RegText): Note that mark is reactivated/deactivated.
3408 (RegConfig): Xref to Windows node.
3409
3410 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * basic.texi (Inserting Text): Provide command name for C-q.
3413
3414 * killing.texi (Killing): Copyedit. Define read-only text.
3415 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3416 (Killing by Lines): Copyedit.
3417 (Other Kill Commands): Move M-w description here.
3418 (Yanking): Move M-w to Other Kill Commands.
3419 (Kill Ring): Also mention saving text in registers. Link to Text
3420 Properties in elisp manual.
3421 (Accumulating Text): Copyedit.
3422 (CUA Bindings): Shift selection is now the default.
3423
3424 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3425
3426 * maintaining.texi (Change Log): Mention next-error is available.
3427
3428 2008-08-10 Glenn Morris <rgm@gnu.org>
3429
3430 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3431 and intermonth text.
3432 (Holiday Customizing): Add holiday-chinese.
3433
3434 2008-08-08 Eli Zaretskii <eliz@gnu.org>
3435
3436 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3437
3438 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3439
3440 * files.texi (Log Buffer): Describe C-c C-d.
3441 (Diff Mode): Describe C-x 4 A.
3442
3443 2008-08-06 Eli Zaretskii <eliz@gnu.org>
3444
3445 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3446
3447 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3448
3449 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3450 describe the new bindings to show the changeset diff, toggle annotation
3451 visibility, show revisions.
3452 (VC Status): Describe key bindings for modifying the change comments,
3453 displaying changeset diffs and annotations.
3454
3455 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3456
3457 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
3458
3459 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3460
3461 2008-08-02 Eli Zaretskii <eliz@gnu.org>
3462
3463 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3464 and wording.
3465
3466 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3467
3468 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
3469 marking/unmarking. Add descriptions for the multiple file search
3470 commands. Improve some old info.
3471
3472 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * display.texi (Visual Line Mode): New node.
3475
3476 * basic.texi (Inserting Text): Move DEL to deletion node.
3477 (Moving Point): Add additional alternative key bindings.
3478 Describe line-move-visual.
3479 (Erasing): Describe DEL.
3480 (Basic Undo, Blank Lines, Arguments): Copyedit.
3481 (Continuation Lines): Mention Visual Line mode.
3482 (Position Info): Move extended discussion to mule.texi.
3483
3484 * mule.texi (International Chars): Describe C-x =.
3485
3486 * emacs.texi (Top): Add Visual Line Mode node.
3487
3488 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3489
3490 * emacs.texi: Remove VMS support.
3491
3492 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3495 the vc-dir command name.
3496
3497 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3498
3499 * xresources.texi: Remove mentions of Mac Carbon.
3500
3501 2008-07-19 Andreas Schwab <schwab@suse.de>
3502
3503 * ns-emacs.texi: Move to ../misc.
3504
3505 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * entering.texi (Exiting): Don't describe text-only terminals as the
3508 default. Describe the new startup screen.
3509 (Exiting): Describe how to kill Emacs first. Change description of
3510 iconification to handle modern window systems.
3511
3512 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3513
3514 * ns-emacs.texi: New file, documents features of Emacs port under
3515 NeXTstep windowing.
3516
3517 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * entering.texi (Entering Emacs): Update prev node.
3520
3521 * glossary.texi (Glossary): Remove xref to Text Characters.
3522
3523 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3524 directly, rather than in the context of ASCII. Move description of
3525 special properties of modifier key to new Modifier Keys node.
3526 (Keys): Copyedit.
3527 (Text Characters): Delete node. Multibyte is the default nowadays, and
3528 the node contents are obsolete.
3529
3530 * custom.texi (Modifier Keys): New node.
3531
3532 * emacs.texi (Top): Update node list.
3533
3534 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3537 saying that Emacs provides menus and mouse support (which is par for
3538 the course).
3539
3540 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3541 early on.
3542 (Point): Copyedit. Relegate historical trivia to a footnote.
3543 (Mode Line): Explain mode-line format more consistently.
3544 (Menu Bar): Copyedit.
3545
3546 2008-06-27 Glenn Morris <rgm@gnu.org>
3547
3548 * cal-xtra.texi (Sexp Diary Entries):
3549 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3550
3551 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * mark.texi (Shift selection): New node.
3554 (Mark): Copyedits.
3555 (Persistent Mark): Move to the end of the chapter.
3556
3557 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3558
3559 * makefile.w32-in (distclean): Remove makefile.
3560
3561 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3562
3563 * building.texi (Starting GUD): Add an entry for gud-gdb.
3564 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3565 command mode.
3566
3567 2008-06-17 Glenn Morris <rgm@gnu.org>
3568
3569 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3570
3571 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3572
3573 * building.texi (Starting GUD): Expand on remote debugging.
3574 (Other GDB-UI Buffers): Mention new keyboard bindings.
3575
3576 2008-06-15 Glenn Morris <rgm@gnu.org>
3577
3578 * gnu.texi: Use a verbatim license for this invariant section,
3579 as per etc/GNU.
3580
3581 2008-06-13 Daniel Engeler <engeler@gmail.com>
3582
3583 * emacs.texi, misc.texi: Add documentation about serial port access.
3584
3585 2008-06-13 Glenn Morris <rgm@gnu.org>
3586
3587 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3588 maintain.info.
3589
3590 2008-06-05 Miles Bader <miles@gnu.org>
3591
3592 * display.texi (Temporary Face Changes): Update to reflect function
3593 renamings in face-remap.el.
3594
3595 2008-06-04 Miles Bader <miles@gnu.org>
3596
3597 * display.texi (Temporary Face Changes):
3598 Add `adjust-buffer-face-height'. Rewrite description of
3599 `increase-buffer-face-height' and `decrease-default-face-height' now
3600 that they aren't bound by default.
3601
3602 2008-06-03 Miles Bader <miles@gnu.org>
3603
3604 * display.texi (Temporary Face Changes): New node.
3605
3606 2008-05-31 Eli Zaretskii <eliz@gnu.org>
3607
3608 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3609
3610 2008-05-31 Glenn Morris <rgm@gnu.org>
3611
3612 * cal-xtra.texi (Fancy Diary Display): Simplify.
3613
3614 2008-05-30 Glenn Morris <rgm@gnu.org>
3615
3616 * cal-xtra.texi (Fancy Diary Display): Update for
3617 diary-display-function replacing diary-display-hook.
3618
3619 2008-05-29 Drew Adams <drew.adams@oracle.com>
3620
3621 * msdog.texi (Windows Keyboard): Add descriptions of
3622 w32-register-hot-key and w32-unregister-hot-key.
3623
3624 2008-05-21 Tom Tromey <tromey@redhat.com>
3625
3626 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3627 Variables node.
3628
3629 2008-05-19 Tom Tromey <tromey@redhat.com>
3630
3631 * custom.texi (Variables): Add Directory Variables to menu.
3632 (Directory Variables): New node.
3633
3634 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3635
3636 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
3637
3638 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3639
3640 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
3641 Revision Tags and rewritten. Section now uses modern terminology,
3642 (tags rather than snapshots) and describes post-SCCS systems more
3643 accurately.
3644
3645 2008-05-10 Eli Zaretskii <eliz@gnu.org>
3646
3647 * msdog.texi (Windows Files): Update documentation of
3648 w32-get-true-file-attributes.
3649
3650 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3651
3652 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3653 directory mode.
3654
3655 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
3656
3657 * killing.texi (Appending Kills): Remove a strangely off-topic index
3658 entry "television".
3659
3660 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3661
3662 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
3663
3664 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3665
3666 * emacs/buffers.texi, emacs/files.texi (Version-control):
3667 vc-toggle-read-only is no longer a good idea...
3668
3669 2008-04-29 Glenn Morris <rgm@gnu.org>
3670
3671 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3672
3673 2008-04-22 Juri Linkov <juri@jurta.org>
3674
3675 * dired.texi (Subdirectories in Dired): Describe using `^'
3676 to return to the parent directory.
3677
3678 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
3679
3680 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3681 recent changes.
3682
3683 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3686 (Other GDB-UI Buffers): Update for recent thread related changes.
3687
3688 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3689
3690 * maintaining.texi (Maintaining):
3691 * emacs.texi (Top): Typo.
3692
3693 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3696 arg in `font-lock-add-keywords'.
3697
3698 2008-04-08 Glenn Morris <rgm@gnu.org>
3699
3700 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3701 Also add Baha'i calendar references where appropriate.
3702
3703 2008-04-05 Glenn Morris <rgm@gnu.org>
3704
3705 * custom.texi (Init File): Byte-compiling .emacs is bad.
3706
3707 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3710
3711 2008-03-29 Glenn Morris <rgm@gnu.org>
3712
3713 * calendar.texi: Update for `calendar-date-style' replacing
3714 `european-calendar'.
3715
3716 2008-03-28 Jason Rumney <jasonr@gnu.org>
3717
3718 * display.texi (Display Custom): Mention overlay-margin in text.
3719
3720 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
3721
3722 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3723 tutorial' comments.
3724
3725 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * mark.texi (Mark): Rearrange nodes.
3728 (Persistent Mark): Rename from Transient Mark.
3729 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3730 Describe Transient Mark mode as the default.
3731
3732 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3733 the default behavior with Transient Mark mode off.
3734 (Position Info): Fix typo.
3735
3736 * display.texi (Standard Faces): Reference the Mark node.
3737 Remove discussion of the region face, which is discussed there.
3738
3739 * emacs.texi (Top): Update node listings.
3740
3741 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3742 as the default.
3743
3744 * fixit.texi (Undo): Standardize choice of undo key sequence.
3745 (Undo, Spelling): Describe Transient Mark mode as the default.
3746
3747 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3748 default.
3749
3750 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3751
3752 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3753 mode is the default, and note that the mark is not activated when set.
3754
3755 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3756 Describe Transient Mark mode as the default.
3757
3758 * search.texi (Basic Isearch): Reference the Mark Ring node.
3759 (Replace, Unconditional Replace, Other Repeating Search):
3760 Describe Transient Mark mode as the default.
3761
3762 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3763 Describe Transient Mark mode as the default.
3764 (Paragraphs): Describe how M-h behaves when region is active.
3765
3766 * trouble.texi (Quitting): Clarify effects of C-g.
3767
3768 2008-03-13 Glenn Morris <rgm@gnu.org>
3769
3770 * emacs.texi (EMACSVER): Set to 23.0.60.
3771
3772 2008-03-05 Glenn Morris <rgm@gnu.org>
3773
3774 * dired.texi (Hiding Subdirectories): Fix previous change.
3775
3776 2008-03-05 Drew Adams <drew.adams@oracle.com>
3777
3778 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
3779
3780 2008-02-28 Kim F. Storm <storm@cua.dk>
3781
3782 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3783 Move describe-distribution to C-h C-o.
3784 Move view-emacs-problems to C-h C-p.
3785 Add view-emacs-debugging on C-h C-d.
3786 Add view-external-packages on C-h C-e.
3787 Add view-order-manuals on C-h C-m.
3788
3789 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
3790
3791 * msdog-xtra.texi (MS-DOS): Docstring fix.
3792
3793 2008-02-09 Eli Zaretskii <eliz@gnu.org>
3794
3795 * msdog.texi (Windows Fonts): Use a @table for describing font
3796 properties.
3797
3798 2008-02-07 Jason Rumney <jasonr@gnu.org>
3799
3800 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3801 value has changed.
3802 (Windows HOME): Clarify what is meant by "if that fails as well".
3803 (Windows Fonts): New section.
3804
3805 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3806
3807 * basic.texi (Basic Undo): Remove duplicate "you can".
3808
3809 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3810
3811 * maintaining.texi (Tags): Fix last change.
3812
3813 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * tramp.texi: Use new FSF's Back-Cover Text.
3816
3817 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
3818
3819 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3820
3821 2008-01-26 Richard Stallman <rms@gnu.org>
3822
3823 * maintaining.texi (Tags): Delete redundant index entry.
3824
3825 2008-01-26 Eli Zaretskii <eliz@gnu.org>
3826
3827 * programs.texi (Imenu): Move "@cindex tags" from here...
3828 * maintaining.texi (Tags): ...to here.
3829
3830 2008-01-23 Kevin Ryde <user42@zip.com.au>
3831
3832 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3833 click count.
3834
3835 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * entering.texi (Exiting): Fix typo.
3838 Reported by D. E. Evans <sinuhe@gnu.org>.
3839
3840 2007-12-31 Martin Rudalics <rudalics@gmx.at>
3841
3842 * glossary.texi (Glossary): Fix typo.
3843
3844 2007-12-27 Richard Stallman <rms@gnu.org>
3845
3846 * text.texi (Formatted Text): Improve menu tag.
3847 (Editing Format Info): In Info, add duplicate menu of nodes
3848 about the submenus.
3849 (Format Faces): Say where Faces menu is found. Mention Other.
3850 (Format Colors): Say where these submenus are found.
3851 (Format Indentation, Format Justification): Likewise.
3852 (Format Properties): Likewise.
3853
3854 2007-12-22 Richard Stallman <rms@gnu.org>
3855
3856 * search.texi (Query Replace): Make exp of query-replace more
3857 self-contained, and clarify.
3858
3859 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3860
3861 2007-12-15 Richard Stallman <rms@gnu.org>
3862
3863 * files.texi (Auto Save): Clarify definition of auto-saving.
3864
3865 2007-11-26 Richard Stallman <rms@gnu.org>
3866
3867 * help.texi (Help Echo): Cleanups.
3868
3869 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3870
3871 * files.texi (Why Version Control?): Fix typo.
3872 (VCS Concepts): Fix typos; small tense fix.
3873 (Selecting a Fileset): Fix typos; small rewording.
3874 (Log Buffer): Likewise.
3875 (Old Revisions): Likewise.
3876
3877 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3878
3879 * mule.texi (Communication Coding): Fix wording of last change.
3880
3881 2007-11-16 Werner Lemberg <wl@gnu.org>
3882
3883 * custom.texi (Specifying File Variables):
3884 * major.texi (Choosing Modes): Mention '\" in man pages.
3885
3886 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3887
3888 * mule.texi (Communication Coding): Document x-select-request-type.
3889
3890 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3891
3892 2007-11-15 Francesco Potortì <pot@gnu.org>
3893
3894 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
3895 --output=file.
3896
3897 2007-11-13 Martin Rudalics <rudalics@gmx.at>
3898
3899 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3900 (Help Echo): Avoid mentioning the term "region" here and
3901 consistently use the term "active text".
3902
3903 2007-11-11 Glenn Morris <rgm@gnu.org>
3904
3905 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3906
3907 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3908
3909 * search.texi (Query Replace):
3910 Mention `query-replace-show-replacement'.
3911
3912 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3913
3914 * building.texi (Watch Expressions): Remove obscure sentence.
3915
3916 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3917
3918 * mule.texi (Select Input Method): Describe how to activate an input
3919 method in the text mode.
3920
3921 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3922
3923 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3924
3925 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3928
3929 2007-10-30 Glenn Morris <rgm@gnu.org>
3930
3931 * misc.texi (Directory Tracking): Explain a bit more about
3932 dirtrack-mode.
3933
3934 2007-10-25 Glenn Morris <rgm@gnu.org>
3935
3936 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3937
3938 2007-10-24 Richard Stallman <rms@gnu.org>
3939
3940 * misc.texi (Interactive Shell): Cleanup last change.
3941
3942 2007-10-22 Juri Linkov <juri@jurta.org>
3943
3944 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3945 default values.
3946
3947 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3948
3949 * files.texi: Disambiguate two slightly different uses of the term
3950 'filesets'.
3951
3952 2007-10-18 Martin Rudalics <rudalics@gmx.at>
3953
3954 * trouble.texi (Quitting): Fix typo.
3955
3956 2007-10-18 Glenn Morris <rgm@gnu.org>
3957
3958 * frames.texi (Mode Line Mouse): Mention minor mode names.
3959
3960 2007-10-17 Juri Linkov <juri@jurta.org>
3961
3962 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3963 fill-paragraph operates on the active region in Transient Mark mode.
3964 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3965 with fill-paragraph.
3966
3967 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3968 fill-paragraph.
3969
3970 * fixit.texi (Spelling): ispell-word operates on the active region
3971 in Transient Mark mode.
3972
3973 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
3974
3975 * building.texi (Source Buffers):
3976 * custom.texi (Init Non-ASCII):
3977 * glossary.texi (Glossary): Use "key binding" consistently.
3978
3979 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * calendar.texi (Diary): Fix directive.
3982
3983 2007-10-16 Richard Stallman <rms@gnu.org>
3984
3985 * calendar.texi (Diary): Clarify text about diary file example.
3986
3987 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3988
3989 * files.texi: Capitalize node names according to convention.
3990
3991 2007-10-13 Glenn Morris <rgm@gnu.org>
3992
3993 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3994
3995 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3996
3997 * emacs.texi:
3998 * files.texi (Version Systems): Minor fixes to version-control material
3999 suggested by RMS and Robert J. Chassell.
4000
4001 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4002
4003 * files.texi (Version Systems):
4004 * vc-xtra.texi:
4005 * vc1-xtra.texi:
4006 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4007 operations. Change of terminology from `version' to `revision'.
4008 Revise text for adequate description of VCSes with monotonic IDs.
4009 * emacs.texi: Change of terminology from `version' to `revision'.
4010
4011 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4012
4013 * files.texi (Version Systems): Describe newer VCses.
4014 Reorder the descriptions to be chronological.
4015
4016 2007-10-09 Richard Stallman <rms@gnu.org>
4017
4018 * display.texi (Cursor Display): Correct how cursor appears
4019 in nonselected windows.
4020
4021 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * building.texi (GDB Graphical Interface): Remove references to gdba
4024 and mention gud-gdb.
4025
4026 2007-08-31 Eli Zaretskii <eliz@gnu.org>
4027
4028 * rmail.texi (Rmail Sorting): Improve indexing.
4029
4030 2007-10-06 Juri Linkov <juri@jurta.org>
4031
4032 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4033 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4034 fill-paragraph-or-region.
4035
4036 * basic.texi (Arguments): Replace fill-paragraph with
4037 fill-paragraph-or-region.
4038
4039 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4040
4041 * files.texi: Update the section on version control for 2007
4042 conditions. None of these changes are new-VC-specific; that
4043 will come later.
4044
4045 2007-09-15 Glenn Morris <rgm@gnu.org>
4046
4047 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4048 to `list-holidays'.
4049
4050 2007-09-14 Glenn Morris <rgm@gnu.org>
4051
4052 * calendar.texi: Update all instances of mark-calendar-holidays,
4053 list-calendar-holidays, list-holidays with the new names.
4054
4055 2007-09-06 Glenn Morris <rgm@gnu.org>
4056
4057 Move manual sources from man/ to subdirectories of doc/.
4058 Split into the Emacs manual in emacs/, and other manuals in misc/.
4059 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4060 manual.
4061 (infodir): New variable.
4062 (info): Use $infodir.
4063 (emacsman): Delete target, not needed any more.
4064 Move all targets that are not the Emacs manual to misc/Makefile.in.
4065 (mostlyclean): Remove `gnustmp'.
4066 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4067 manual.
4068 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
4069 (emacsman): Delete target, not needed any more.
4070 (clean): Remove all info files but Emacs manual.
4071 Move all targets that are not the Emacs manual to misc/Makefile.in.
4072 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4073
4074 * Makefile.in (INFOSOURCES): Delete.
4075 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4076 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4077 *.vrs *.toc here...
4078 (maintainer-clean): ...from here.
4079
4080 2007-09-05 Glenn Morris <rgm@gnu.org>
4081
4082 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4083
4084 2007-08-29 Glenn Morris <rgm@gnu.org>
4085
4086 * emacs.texi (EMACSVER): Increase to 23.0.50.
4087
4088 2007-08-27 Richard Stallman <rms@gnu.org>
4089
4090 * emacs.texi (Top): Clarify menu item for Glossary.
4091
4092 * display.texi (Faces): Change secn title.
4093 Clarify not all fonts come from Font Lock.
4094
4095 2007-08-17 Eli Zaretskii <eliz@gnu.org>
4096
4097 * basic.texi (Position Info): Add index entry for face at point.
4098 Mention that character faces are also displayed by "C-u C-x =".
4099
4100 2007-08-08 Glenn Morris <rgm@gnu.org>
4101
4102 * glossary.texi (Glossary): Deprecate `iff'.
4103
4104 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * files.texi (File Conveniences): Document point motion keys in Image
4107 mode.
4108
4109 2007-07-27 Glenn Morris <rgm@gnu.org>
4110
4111 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4112 in-line.
4113
4114 * gpl.texi: New file with text of GPL.
4115 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4116
4117 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4118
4119 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4120
4121 * dired.texi (Wdired): Mention C-x C-q key binding.
4122
4123 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4126
4127 2007-07-25 Glenn Morris <rgm@gnu.org>
4128
4129 * emacs.texi (Copying): Replace license with GPLv3.
4130
4131 * Relicense all FSF files to GPLv3 or later.
4132
4133 2007-07-24 Glenn Morris <rgm@gnu.org>
4134
4135 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4136 for some calendars.
4137
4138 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
4139
4140 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4141 default-directory for the current buffer is on a remote machine.
4142
4143 2007-07-21 Eli Zaretskii <eliz@gnu.org>
4144
4145 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4146 default value.
4147
4148 2007-07-21 Richard Stallman <rms@gnu.org>
4149
4150 * files.texi (Why Version Control?): Improve previous change.
4151
4152 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4153
4154 * files.texi (Why Version Control?): New node.
4155
4156 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4157
4158 * building.texi (Starting GUD): Add xref to this anchor.
4159
4160 2007-06-24 Karl Berry <karl@gnu.org>
4161
4162 * emacs.texi: New Back-Cover Text.
4163
4164 2007-06-07 Alan Mackenzie <acm@muc.de>
4165
4166 * display.texi (Optional Mode Line): Document the new form of
4167 line+column numbers, "(561,2)".
4168
4169 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4170
4171 * maintaining.texi (Create Tags Table): Fix typos.
4172
4173 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * Version 22.1 released.
4176
4177 2007-05-07 Karl Berry <karl@gnu.org>
4178
4179 * emacs.texi (EMACSVER): Back to 22.
4180
4181 2007-05-06 Richard Stallman <rms@gnu.org>
4182
4183 * maintaining.texi (Create Tags Table): Clean up previous change.
4184
4185 2007-05-05 Francesco Potortì <pot@gnu.org>
4186
4187 * maintaining.texi (Create Tags Table): Add text about the dangers of
4188 making symbolic links to tags files.
4189
4190 2007-05-04 Karl Berry <karl@gnu.org>
4191
4192 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4193
4194 2007-05-03 Karl Berry <karl@gnu.org>
4195
4196 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4197
4198 * .cvsignore (*.pdf): New entry.
4199
4200 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4201 for printing.
4202
4203 2007-05-01 Richard Stallman <rms@gnu.org>
4204
4205 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4206
4207 2007-04-28 Glenn Morris <rgm@gnu.org>
4208
4209 * ack.texi (Acknowledgments):
4210 * anti.texi (Antinews):
4211 * programs.texi (Program Modes): Restore mention of python.el pending
4212 consideration of legal status.
4213
4214 2007-04-28 Richard Stallman <rms@gnu.org>
4215
4216 * files.texi (File Names): Fixes to ~ description on MS systems.
4217
4218 2007-04-26 Glenn Morris <rgm@gnu.org>
4219
4220 * emacs.texi (EMACSVER): Increase to 22.1.50.
4221
4222 2007-04-25 Karl Berry <karl@gnu.org>
4223
4224 * emacs.texi: Improve line breaks on copyright page,
4225 similar layout to lispref, 8.5x11 by default.
4226
4227 * dired.texi (Image-Dired): Improve line break, fix typo.
4228
4229 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * programs.texi (Program Modes):
4232 * anti.texi (Antinews):
4233 * ack.texi (Acknowledgments): python.el removed.
4234
4235 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * display.texi (Highlight Interactively): Correct description of
4238 hi-lock-file-patterns-policy.
4239
4240 * files.texi (File Archives): Mention self-extracting executables.
4241
4242 2007-04-23 Eli Zaretskii <eliz@gnu.org>
4243
4244 * search.texi (Unconditional Replace, Query Replace): Add xref to
4245 "Replacement and Case".
4246
4247 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * dired.texi (Image-Dired): Move from Thumbnails node.
4250 * misc.texi (Thumbnails): Node deleted.
4251 * emacs.texi (Top): Update node listing.
4252
4253 * files.texi (File Conveniences):
4254 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
4255
4256 2007-04-21 Richard Stallman <rms@gnu.org>
4257
4258 * display.texi (Highlight Interactively): Correct previous change.
4259 Clarify doc of hi-lock-find-patterns, and move new features into it.
4260
4261 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
4262
4263 * display.texi (Highlight Interactively):
4264 Document hi-lock-file-patterns-policy.
4265
4266 2007-04-20 Martin Rudalics <rudalics@gmx.at>
4267
4268 * display.texi (Scrolling): Fix typo.
4269
4270 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4271
4272 * doclicense.texi: Remove node heading, so that it can be included by
4273 other files.
4274
4275 * emacs.texi: Insert node heading for GFDL.
4276
4277 2007-04-14 Eli Zaretskii <eliz@gnu.org>
4278
4279 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4280 "command line".
4281
4282 * display.texi (Faces): Refer to "Creating Frames" for face
4283 and other frame customizations in .emacs.
4284
4285 * frames.texi (Creating Frames): Mention that face customizations can
4286 be put in .emacs. Add index entries.
4287
4288 2007-04-12 Richard Stallman <rms@gnu.org>
4289
4290 * glossary.texi (Glossary): Explain `iff'.
4291
4292 2007-04-11 Karl Berry <karl@gnu.org>
4293
4294 * gnu.texi (Top),
4295 * macos.texi (Mac Font Specs),
4296 * anti.texi (Antinews),
4297 * xresources.texi (Resources),
4298 * misc.texi (Emulation),
4299 * calendar.texi (Daylight Saving),
4300 * dired.texi (Dired and Find),
4301 * rmail.texi (Remote Mailboxes),
4302 * sending.texi (Mail Headers),
4303 * programs.texi (Which Function),
4304 * files.texi (Recover),
4305 * buffers.texi (Uniquify),
4306 * frames.texi (Wheeled Mice),
4307 * killing.texi (Rectangles): Wording to improve breaks in
4308 8.5x11 format.
4309 * mule.texi (Language Environments): \hbadness=10000 since there's
4310 no way to reword.
4311 * emacs.texi (smallbook): New @set to more easily switch between
4312 smallbook and 8.5x11.
4313
4314 2007-04-11 Richard Stallman <rms@gnu.org>
4315
4316 * files.texi (File Conveniences): Add xref to Tumme.
4317 Delete text about Thumbnail mode.
4318
4319 2007-04-09 Alan Mackenzie <acm@muc.de>
4320
4321 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4322 new name. Insert concept index entries.
4323
4324 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4325
4326 * display.texi (Standard Faces): Document prefix arg for
4327 list-faces-display.
4328
4329 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4330
4331 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4334
4335 * files.texi (Misc File Ops): Rewrite description of
4336 insert-file-literally.
4337
4338 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4339
4340 * misc.texi (Printing): Postscript -> PostScript.
4341
4342 * ack.texi (Acknowledgments): Postscript -> PostScript.
4343
4344 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4345
4346 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4347 below.
4348
4349 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4352 Init Non-ASCII.
4353 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4354 (Init Non-ASCII): New node.
4355
4356 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4357
4358 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4359
4360 2007-03-12 Glenn Morris <rgm@gnu.org>
4361
4362 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4363 "Daylight Savings".
4364
4365 * calendar.texi: Replace "daylight savings" with "daylight
4366 saving" in text throughout.
4367
4368 2007-03-04 Richard Stallman <rms@gnu.org>
4369
4370 * custom.texi (Safe File Variables): Minor correction.
4371
4372 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4373
4374 * rmail.texi (Movemail): Add internal ref.
4375 Don't indent the intro for the PROTO table.
4376 Format PROTO table items with @code.
4377
4378 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4379
4380 * building.texi: Remove references to bashdb.
4381
4382 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * mule.texi (Language Environments): Update list of supported language
4385 environments.
4386
4387 2007-02-14 Kim F. Storm <storm@cua.dk>
4388
4389 * building.texi (Grep Searching): Fix lgrep doc.
4390
4391 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * back.texi: Remove unused file.
4394
4395 2007-02-05 Francesco Potortì <pot@gnu.org>
4396
4397 * maintaining.texi (Tag Syntax): Now --members is the default for
4398 etags, not for ctags yet.
4399
4400 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4401
4402 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4403 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4404 expects. Add comments to prevent people from inadvertently modifying
4405 the key parts needed by `texinfo-multiple-files-update'.
4406
4407 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * frames.texi (Secondary Selection): Window clicked does not matter
4410 when mouse-yank-at-point is non-nil.
4411
4412 2007-01-16 Glenn Morris <rgm@gnu.org>
4413
4414 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4415 system abbrev.
4416
4417 2007-01-11 Richard Stallman <rms@gnu.org>
4418
4419 * msdog.texi (Windows Keyboard): Another small cleanup.
4420
4421 2007-01-10 Richard Stallman <rms@gnu.org>
4422
4423 * msdog.texi (Windows Keyboard): Yet another try to make
4424 everyone happy with that passage.
4425
4426 2007-01-05 Richard Stallman <rms@gnu.org>
4427
4428 * anti.texi (Antinews): Mention M-x shell scrolling.
4429
4430 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * building.texi (Watch Expressions): Describe gdb-max-children.
4433
4434 2007-01-04 Richard Stallman <rms@gnu.org>
4435
4436 * msdog.texi (Windows Keyboard): Clarify previous change.
4437
4438 2007-01-02 Richard Stallman <rms@gnu.org>
4439
4440 * custom.texi (Changing a Variable): Minor clarification.
4441 (Specific Customization): customize-customized => customize-unsaved.
4442
4443 * entering.texi (Entering Emacs): Clean up text about restarting
4444 Emacs for each file.
4445
4446 * misc.texi (Shell Options): Minor cleanup.
4447
4448 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4449 with Emacs, not vice versa.
4450
4451 * programs.texi (Symbol Completion): Recommend customizing
4452 window manager.
4453
4454 * xresources.texi (Resources): Minor fix.
4455
4456 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
4457
4458 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4459
4460 2007-01-01 Richard Stallman <rms@gnu.org>
4461
4462 * commands.texi (User Input): Document keys stolen by window mangers.
4463
4464 2006-12-31 Richard Stallman <rms@gnu.org>
4465
4466 * custom.texi (Specific Customization): Document customize-option
4467 instead of customize-variable.
4468
4469 2006-12-31 Kim F. Storm <storm@cua.dk>
4470
4471 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4472
4473 2006-12-30 Kim F. Storm <storm@cua.dk>
4474
4475 * killing.texi (CUA Bindings): Fix typo.
4476
4477 * xresources.texi (Table of Resources): Mention grow-only value for
4478 auto-resize-tool-bars.
4479
4480 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4481
4482 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4483 and how to get them back.
4484
4485 2006-12-26 Richard Stallman <rms@gnu.org>
4486
4487 * calendar.texi (Holidays): Holiday listing is based on current
4488 practice, but DST is not.
4489
4490 2006-12-25 Richard Stallman <rms@gnu.org>
4491
4492 * emacs.texi (Top): Update subnode menus.
4493
4494 * mark.texi (Transient Mark): Fix xref.
4495
4496 * killing.texi (Graphical Kill): Node deleted.
4497 (Killing): Add xref to Cut and Paste.
4498 (CUA Bindings): Update xref.
4499
4500 * frames.texi (Cut and Paste): New section to hold other nodes.
4501 (Mouse Commands): Node demoted.
4502 (Cut/Paste Other App): Split out from Mouse Commands.
4503 (Word and Line Mouse): Likewise.
4504 (Secondary Selection, Clipboard): Nodes demoted.
4505
4506 2006-12-24 Kevin Ryde <user42@zip.com.au>
4507
4508 * calendar.texi (Holidays): US daylight saving begins second Sunday
4509 in March for 2007 onwards.
4510 (Daylight Savings): Show new US default daylight saving rules, 2nd
4511 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4512
4513 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * calendar.texi (Scroll Calendar): < and > are switched.
4516
4517 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4518
4519 * killing.texi (Deletion): Describe M-\ prefix argument.
4520
4521 2006-12-23 Richard Stallman <rms@gnu.org>
4522
4523 * search.texi (Regexp Search): Explain why forward and reverse regexp
4524 search are not mirror images.
4525
4526 2006-12-19 Kim F. Storm <storm@cua.dk>
4527
4528 * major.texi (Choosing Modes): Describe match-function elements for
4529 magic-mode-alist.
4530
4531 2006-12-18 Eli Zaretskii <eliz@gnu.org>
4532
4533 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4534 peculiarities.
4535
4536 2006-12-18 Richard Stallman <rms@gnu.org>
4537
4538 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4539
4540 2006-12-17 Alan Mackenzie <acm@muc.de>
4541
4542 * programs.texi (Left Margin Paren): Remove the bit which says
4543 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4544 Discuss some of the issues of setting this option to nil.
4545
4546 2006-12-17 Glenn Morris <rgm@gnu.org>
4547
4548 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4549
4550 2006-12-16 Eli Zaretskii <eliz@gnu.org>
4551
4552 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4553 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4554 NTFS volumes.
4555 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4556 volumes.
4557
4558 2006-12-15 Eli Zaretskii <eliz@gnu.org>
4559
4560 * text.texi (HTML Mode): Fix "C-c TAB".
4561
4562 2006-12-09 Richard Stallman <rms@gnu.org>
4563
4564 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4565
4566 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4567
4568 * files.texi (Misc File Ops): Document insert-file-literally.
4569
4570 2006-12-08 Eli Zaretskii <eliz@gnu.org>
4571
4572 * cmdargs.texi (Colors): Note that --color is intended for overriding
4573 the terminal defaults, not for normal invocation.
4574
4575 * misc.texi (Emacs Server): Improve wording. Don't mention the
4576 ``server program''. Add a cross-reference to "Init File" node.
4577 (Invoking emacsclient): Add index entries. Document both short and
4578 long versions of command-line options. Document the -f option.
4579
4580 2006-12-06 Richard Stallman <rms@gnu.org>
4581
4582 * text.texi (Outline Format): Say to set outline-regexp
4583 and outline-level with major modes and file local variables.
4584
4585 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
4586
4587 * anti.texi (Antinews): Mention the alternative to
4588 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4589
4590 * misc.texi (Interactive Shell): Ditto.
4591
4592 2006-12-04 Eli Zaretskii <eliz@gnu.org>
4593
4594 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4595
4596 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4597
4598 2006-12-01 Eli Zaretskii <eliz@gnu.org>
4599
4600 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4601 colon in the mode line.
4602
4603 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4604
4605 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4606
4607 * building.texi (Watch Expressions): Mention SPC for expanding/
4608 contracting watch expressions.
4609
4610 2006-11-26 Kim F. Storm <storm@cua.dk>
4611
4612 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4613
4614 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4615
4616 * building.texi (Debugger Operation): Define text command mode.
4617 Clarify how tooltips work.
4618 (GDB Graphical Interface): Explain how to run in text command mode
4619 more clearly.
4620
4621 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4622
4623 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4624
4625 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4628
4629 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4632 and EMACS is deprecated.
4633
4634 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4637
4638 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
4639
4640 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4641
4642 * emacs.texi: Include xresources.texi both for info and dvi.
4643
4644 * xresources.texi: Merge text from xresmini.texi.
4645
4646 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
4647
4648 * glossary.texi: Fix typos.
4649
4650 2006-11-06 Richard Stallman <rms@gnu.org>
4651
4652 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4653
4654 * ack.texi (Acknowledgments): Fix name spelling.
4655
4656 2006-11-01 Juri Linkov <juri@jurta.org>
4657
4658 * search.texi (Word Search): Document incremental word search.
4659
4660 2006-10-28 Glenn Morris <rgm@gnu.org>
4661
4662 * ack.texi (Acknowledgments): Add cal-html author.
4663
4664 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4665 Calendar"). Describe new package cal-html.
4666 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4667 Calendar Files."
4668
4669 2006-10-23 Richard Stallman <rms@gnu.org>
4670
4671 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4672 Abbrev mode is enabled.
4673
4674 2006-10-16 Richard Stallman <rms@gnu.org>
4675
4676 * emacs.texi: Update ISBN.
4677
4678 2006-10-11 Kim F. Storm <storm@cua.dk>
4679
4680 * emacs.texi (Acknowledgments): Use @dotless{i}.
4681
4682 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
4683
4684 * building.texi (Breakpoints Buffer): Mention catchpoints.
4685
4686 2006-10-08 Kim F. Storm <storm@cua.dk>
4687
4688 * ack.texi (Acknowledgments): Update.
4689
4690 * emacs.texi (Acknowledgments): Fix bad @/ form.
4691
4692 2006-10-05 Kim F. Storm <storm@cua.dk>
4693
4694 * emacs.texi (Acknowledgments): Add more contributors.
4695
4696 2006-10-03 Richard Stallman <rms@gnu.org>
4697
4698 * emacs.texi (Acknowledgments): Update version and edition.
4699
4700 2006-10-01 Karl Berry <karl@gnu.org>
4701
4702 * custom.texi (Customization Groups): Page break to keep example buffer
4703 on one page.
4704
4705 2006-09-30 Karl Berry <karl@gnu.org>
4706
4707 * programs.texi (Basic Indent): @need to improve page break.
4708 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4709
4710 2006-09-29 Glenn Morris <rgm@gnu.org>
4711
4712 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4713
4714 2006-09-29 Karl Berry <karl@gnu.org>
4715
4716 * windows.texi (Basic Window): Remove forced @break, no longer
4717 desirable.
4718 * frames.texi (Frame Commands),
4719 * mark.texi (Marking Objects): Reword to avoid bad page break.
4720 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4721
4722 2006-09-19 Richard Stallman <rms@gnu.org>
4723
4724 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4725 stick to present tense.
4726
4727 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
4728
4729 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4730 to x-gtk-use-old-file-dialog.
4731 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4732
4733 2006-09-15 Jay Belanger <belanger@truman.edu>
4734
4735 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
4736 Change "Library Public License" to "Lesser Public License"
4737 throughout. Use "yyyy" to represent year.
4738
4739 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4740
4741 * files.texi (Visiting): Add index entry "open file".
4742
4743 2006-09-11 Richard Stallman <rms@gnu.org>
4744
4745 * building.texi (Compilation Mode): Clarification.
4746 (Grep Searching): Add xref to Compilation Mode.
4747
4748 2006-09-08 Richard Stallman <rms@gnu.org>
4749
4750 * search.texi (Search): Ref multi-file search commands here.
4751 (Other Repeating Search): Not here.
4752
4753 2006-08-28 Richard Stallman <rms@gnu.org>
4754
4755 * windows.texi (Split Window): Update xref.
4756
4757 * basic.texi (Continuation Lines): Update xref.
4758
4759 * indent.texi (Tab Stops): Update xref.
4760
4761 * emacs.texi (Top): Update subnode menu.
4762
4763 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4764 split out of Display Custom.
4765
4766 2006-08-25 Kim F. Storm <storm@cua.dk>
4767
4768 * display.texi (Display Custom): Add variables overline-margin
4769 and x-underline-at-descent-line.
4770
4771 2006-08-25 Richard Stallman <rms@gnu.org>
4772
4773 * entering.texi (Exiting): Rewrite to give graphical displays
4774 priority over text terminals.
4775
4776 * search.texi (Incremental Search): Move index entries.
4777
4778 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * custom.texi (Init File): Reference Find Init to avoid "home
4781 directory" confusion.
4782
4783 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4784
4785 * building.texi (Other GDB-UI Buffers): Describe how to edit
4786 a value in the locals buffer.
4787
4788 2006-08-21 Richard Stallman <rms@gnu.org>
4789
4790 * search.texi (Basic Isearch): Add `isearch' index entry.
4791
4792 2006-08-16 Richard Stallman <rms@gnu.org>
4793
4794 * misc.texi (Saving Emacs Sessions): Clean up wording.
4795
4796 * mark.texi (Marking Objects): Mention term "select all".
4797
4798 * emacs.texi (Top): Update subnode menu.
4799
4800 * help.texi (Help Mode): Move node up in file.
4801
4802 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4803
4804 * building.texi (Stack Buffer): Explain fringe arrow.
4805
4806 2006-08-12 Eli Zaretskii <eliz@gnu.org>
4807
4808 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4809 on startup.
4810
4811 2006-08-11 Romain Francoise <romain@orebokech.com>
4812
4813 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4814
4815 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4816
4817 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4818
4819 2006-08-10 Richard Stallman <rms@gnu.org>
4820
4821 * text.texi (Format Faces): Substantial rewrites to deal
4822 with face merging. Empty regions don't count.
4823 Clarify face property inheritance.
4824
4825 2006-08-08 Romain Francoise <romain@orebokech.com>
4826
4827 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4828 <arjuropo@cc.jyu.fi>.
4829
4830 2006-08-04 Eli Zaretskii <eliz@gnu.org>
4831
4832 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4833 apply to all frames.
4834
4835 2006-08-01 Richard Stallman <rms@gnu.org>
4836
4837 * help.texi (Name Help): Add index entries for describe-variable.
4838
4839 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4840
4841 * building.texi (GDB Graphical Interface): Shorten node names.
4842 (GDB-UI Layout): Use GDB-related.
4843 (Other GDB-UI Buffers): Simplify English.
4844
4845 2006-07-31 Richard Stallman <rms@gnu.org>
4846
4847 * search.texi (Query Replace): Add xref for Dired's Q command.
4848
4849 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4850
4851 * building.texi (GDB commands in Fringe): Rename to...
4852 (Source Buffers): ..this and move forward. Describe hollow arrow and
4853 new option gdb-find-source-frame.
4854
4855 2006-07-29 Richard Stallman <rms@gnu.org>
4856
4857 * dired.texi (Operating on Files): Simplify previous change
4858 and fix Texinfo usage.
4859
4860 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4861
4862 * dired.texi (Operating on Files): Add cross-references. State the
4863 Unix commands that do similar things.
4864
4865 2006-07-28 Richard Stallman <rms@gnu.org>
4866
4867 * mark.texi (Transient Mark): Clarify that region never disappears
4868 when Transient Mark mode is off, and not when it is on.
4869
4870 2006-07-27 Richard Stallman <rms@gnu.org>
4871
4872 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4873
4874 2006-07-24 Richard Stallman <rms@gnu.org>
4875
4876 * xresources.texi (GTK styles): Fix texinfo usage.
4877
4878 * commands.texi (User Input): Explain why we teach keyboard cmds.
4879
4880 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4881 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4882 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4883 * doclicense.texi, display.texi, dired.texi, basic.texi:
4884 * anti.texi, ack.texi: Move periods and commas inside quotes.
4885
4886 2006-07-22 Eli Zaretskii <eliz@gnu.org>
4887
4888 * cmdargs.texi (General Variables): Document EMAIL.
4889
4890 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4891
4892 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4893 doesn't have effect on MS-Windows.
4894
4895 2006-07-17 Richard Stallman <rms@gnu.org>
4896
4897 * building.texi (Grep Searching): Explain about chaining grep commands.
4898
4899 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
4900
4901 * killing.texi, mini.texi: Fix typos.
4902
4903 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4906 is invoked for multiple files.
4907
4908 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4909
4910 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4911 on-line manual for the rest of this node.
4912 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4913 unconditionally.
4914 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4915 Improve wording.
4916 (Windows Printing): Improve wording.
4917 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4918 rest of this node.
4919
4920 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4921
4922 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4923 with eval-buffer.
4924
4925 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
4926
4927 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4928 of character translation.
4929
4930 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4931
4932 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4933
4934 2006-07-03 Karl Berry <karl@gnu.org>
4935
4936 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4937 not-too-underfull hboxes in the TeX output.
4938 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4939 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4940 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4941 * sending.texi, text.texi: Fix overfull/underfull boxes.
4942
4943 2006-07-03 Romain Francoise <romain@orebokech.com>
4944
4945 * m-x.texi (M-x): Fix.
4946
4947 2006-07-03 Richard Stallman <rms@gnu.org>
4948
4949 * search.texi (Other Repeating Search): filename -> file name.
4950
4951 * misc.texi (Narrowing): Minor cleanups.
4952
4953 * files.texi (Visiting): filename -> file name.
4954
4955 * emacs.texi (Top): Update subnode menus.
4956
4957 * mule.texi (Coding Systems): Move char translation stuff here.
4958 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4959 (Recognize Coding): Substantial local rewrites.
4960 (International): Update menu.
4961
4962 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4963 (Scrolling): Substantial local rewrites.
4964 (Display): Update menu and intro.
4965
4966 * dired.texi: filename -> file name.
4967
4968 * custom.texi (Safe File Variables): Texinfo usage fix.
4969
4970 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
4971
4972 * help.texi, m-x.texi: Lots of cleanups.
4973
4974 2006-06-30 Eli Zaretskii <eliz@gnu.org>
4975
4976 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4977 (Windows Processes, Windows Misc): Shorten the printed version by
4978 selectively conditioning less important portions by @ifnottex.
4979
4980 2006-06-27 Richard Stallman <rms@gnu.org>
4981
4982 * mini.texi (Minibuffer File): Minor cleanup.
4983
4984 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
4985
4986 * frames.texi (XTerm Mouse): Rename to...
4987 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4988
4989 * emacs.texi (Top): Use new node name.
4990
4991 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4992
4993 * emacs.texi (Top): Update the detailed menu according to changes in
4994 msdog.texi.
4995
4996 * msdog.texi (Windows Keyboard): New section.
4997 (Windows Mouse): New section.
4998 (Windows System Menu): Remove section (text merged with "Windows
4999 Keyboard").
5000 (Windows Misc): New section.
5001
5002 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5003
5004 * msdog.texi (ls in Lisp): New section.
5005
5006 * files.texi (Visiting): Document case-insensitive wildcard matching
5007 under find-file-wildcards.
5008
5009 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5010
5011 * macos.texi (Mac Input): Add description of mac-function-modifier.
5012 Now Unicode keyboard layouts work.
5013
5014 2006-06-10 Richard Stallman <rms@gnu.org>
5015
5016 * mule.texi (Recognize Coding): Clarify previous change.
5017
5018 2006-06-09 Kenichi Handa <handa@m17n.org>
5019
5020 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5021 notation.
5022
5023 2006-06-07 Kevin Ryde <user42@zip.com.au>
5024
5025 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5026 manual for @ifnottex, but in emacs-extra for @iftex.
5027
5028 * cmdargs.texi (General Variables): Fix smtpmail xref.
5029
5030 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * programs.texi (Comment Commands):
5033 * custom.texi (Specifying File Variables):
5034 Use ;; instead of ;;; to better follow coding conventions.
5035
5036 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * building.texi (Watch Expressions): Move node to end.
5039 (GDB Graphical Interface): Move description of clicks in fringe...
5040 (GDB commands in the Fringe): ...to here. New node.
5041
5042 2006-06-05 Romain Francoise <romain@orebokech.com>
5043
5044 * xresmini.texi (GTK resources): Fix various typos.
5045
5046 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * building.texi (GDB Graphical Interface): Update bindings.
5049 (Commands of GUD): Add gud-print. Remove gud-run.
5050 Restate availability more generally.
5051
5052 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
5053
5054 * mini.texi: Lots of cleanups.
5055
5056 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5057
5058 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5059 and Mouse-2.
5060
5061 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
5062
5063 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5064
5065 2006-05-31 Richard Stallman <rms@gnu.org>
5066
5067 * basic.texi (Moving Point): Fix previous change.
5068
5069 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
5070
5071 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5072
5073 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
5074
5075 * basic.texi: Many simplifications and improvements in wording.
5076
5077 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
5078
5079 * anti.texi (Antinews): Create a node for gdb-ui.
5080
5081 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5082
5083 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5084
5085 2006-05-20 Richard Stallman <rms@gnu.org>
5086
5087 * dired.texi (Dired Navigation): dired-goto-file is now j.
5088
5089 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5090
5091 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5092 and their aliases.
5093
5094 * msdog.texi (Windows Printing): Mention non-support of plain text
5095 printing with some el-cheapo printers, and suggest a workaround.
5096
5097 2006-05-20 Kevin Ryde <user42@zip.com.au>
5098
5099 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5100 remove the bit saying you must set it.
5101
5102 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5103
5104 * trouble.texi (Checklist):
5105 * text.texi (Text, Auto Fill, Text Mode):
5106 * search.texi (Nonincremental Search):
5107 * rmail.texi (Rmail Labels):
5108 * mule.texi (Input Methods, Multibyte Conversion):
5109 * misc.texi (Gnus, Where to Look, PostScript):
5110 * maintaining.texi (Create Tags Table):
5111 * indent.texi (Indentation Commands):
5112 * fixit.texi (Spelling):
5113 * emacs.texi (Copying):
5114 * custom.texi (Init File): ifinfo -> ifnottex.
5115
5116 2006-05-17 Richard Stallman <rms@gnu.org>
5117
5118 * files.texi (Diff Mode): Mention C-x `.
5119
5120 2006-05-08 Richard Stallman <rms@gnu.org>
5121
5122 * custom.texi (Disabling): Textual cleanups.
5123
5124 2006-05-12 Glenn Morris <rgm@gnu.org>
5125
5126 * calendar.texi (Displaying the Diary, Format of Diary File):
5127 Refer to diary-view-entries, diary-list-entries,
5128 diary-show-all-entries rather than obsolete aliases.
5129
5130 2006-05-12 Eli Zaretskii <eliz@gnu.org>
5131
5132 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5133 (Displaying the Diary, Special Diary Entries, Importing Diary):
5134 * building.texi (Compilation Shell):
5135 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5136 emacs-xtra with @inforef's.
5137
5138 * files.texi (Visiting): Fix wording.
5139
5140 * mule.texi (Coding Systems, Text Coding): More indexing.
5141 Mention that C-x RET f can set eol conversion.
5142
5143 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
5144
5145 * xresmini.texi (GTK resources): Insert GTK description.
5146
5147 * xresources.texi (GTK resources): metafont should be menufont.
5148
5149 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * mini.texi (Completion Options): Completion of remote files'
5152 method, user name and host name is active only in partial
5153 completion mode.
5154
5155 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5156
5157 * makefile.w32-in (emacs.dvi):
5158 * Makefile.in (emacs.dvi): Add xresmini.texi.
5159
5160 * xresmini.texi (Table of Resources): Remove xref to non-existent
5161 node "LessTif Resources".
5162
5163 * msdog.texi (Microsoft Windows):
5164 * calendar.texi (Calendar/Diary, Displaying the Diary)
5165 (Special Diary Entries, Importing Diary, Holidays):
5166 * programs.texi (Program Modes):
5167 * text.texi (Text):
5168 * buffers.texi (Several Buffers):
5169 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5170
5171 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5172
5173 The following changes merge the emacs-xtra manual into the main
5174 manual, but only for on-line version of the manual.
5175
5176 * vc2-xtra.texi (Version Backups, Local Version Control)
5177 (Making Snapshots, Change Logs and VC, Version Headers)
5178 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5179 on-line manual.
5180
5181 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5182 for on-line manual.
5183
5184 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5185 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5186 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5187 for on-line manual.
5188
5189 * fortran-xtra.texi (Fortran, Fortran Autofill)
5190 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5191 for on-line manual.
5192
5193 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5194 Conditional xref's for on-line manual.
5195
5196 * emerge-xtra.texi (Emerge, Overview of Emerge)
5197 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5198 manual.
5199
5200 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5201 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5202 (EMACSSOURCES): Use EMACS_XTRA.
5203 (../info/emacs-xtra): Remove.
5204 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5205
5206 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5207 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5208 (EMACSSOURCES): Use EMACS_XTRA.
5209 ($(infodir)/emacs-xtra): Remove.
5210 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5211
5212 * trouble.texi (Quitting):
5213 * text.texi (Text):
5214 * programs.texi (Program Modes):
5215 * msdog.texi (Microsoft Windows):
5216 * frames.texi (Frames):
5217 * files.texi (Backup, Version Control, VC Concepts)
5218 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5219 (Registering, VC Status, VC Undo, Multi-User Branching)
5220 (Comparing Files):
5221 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5222 (Displaying the Diary, Special Diary Entries, Importing Diary):
5223 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5224 conditional xref's, depending on @iftex/@ifnottex.
5225
5226 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5227 "MS-DOS". @include msdog-xtra.texi.
5228
5229 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5230 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5231
5232 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5233 for vc-xtra.texi subsections.
5234 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5235 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5236
5237 * sending.texi (Sending Mail): A @node line without explicit Prev,
5238 Next, and Up links.
5239
5240 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5241 Next, and Up links.
5242
5243 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5244 and its sections. @include picture-xtra.texi.
5245
5246 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5247 "Emerge".
5248 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5249
5250 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5251 exact duplicate of its name-sake in calendar.texi.
5252
5253 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5254 "Advanced Calendar/Diary Usage".
5255 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5256
5257 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5258 dired-xtra.texi.
5259 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5260
5261 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5262 (Files) [ifnottex]: Add menu entry for Autorevert.
5263
5264 * emacs-xtra.texi (Introduction): Reword to make consistent with
5265 printed version only.
5266 <Top level>: Remove the body of all chapters and move them to the
5267 new *-xtra.texi files. Use @raisesections and @lowersections to
5268 convert sections to chapters etc.
5269
5270 * msdog-xtra.texi:
5271 * fortran-xtra.texi:
5272 * vc-xtra.texi:
5273 * vc1-xtra.texi:
5274 * vc2-xtra.texi:
5275 * emerge-xtra.texi:
5276 * cal-xtra.texi:
5277 * dired-xtra.texi:
5278 * arevert-xtra.texi: New files, with text from respective chapters
5279 of emacs-xtra.texi. Convert each @chapter into @section, @section
5280 into @subsection, etc.
5281
5282 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
5283 updated.
5284
5285 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5286 Windows". All references updated.
5287
5288 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5289
5290 * macos.texi (Mac Input): Mention input from Character Palette.
5291 (Mac Font Specs): Fix typo.
5292
5293 2006-05-05 Richard Stallman <rms@gnu.org>
5294
5295 * files.texi (Diff Mode): Minor cleanup.
5296
5297 2006-05-05 Karl Berry <karl@gnu.org>
5298
5299 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5300 errors from the current release of makeinfo (4.8).
5301 * help.texi (Library Keywords): Change widest word in multitable
5302 template from `emulations' to `convenience'. (Not sure if this is
5303 related to the font change.)
5304
5305 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5306
5307 * files.texi (File Names): Add a footnote about limited support of
5308 ~USER on MS-Windows.
5309
5310 * cmdargs.texi (Initial Options): Add a footnote about limited
5311 support of ~USER on MS-Windows.
5312
5313 2006-05-03 Richard Stallman <rms@gnu.org>
5314
5315 * files.texi (Diff Mode): Node moved here.
5316 (Comparing Files): Delete what duplicates new node.
5317 (Files): Put Diff Mode in menu.
5318
5319 * misc.texi (Diff Mode): Move to files.texi.
5320
5321 * emacs.texi (Top): Update menu for Diff Mode.
5322
5323 * trouble.texi (Emergency Escape): Simplify.
5324
5325 * emacs.texi (Top): Minor clarification.
5326
5327 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5328
5329 * commands.texi, entering.texi, screen.texi: Many simplifications.
5330
5331 2006-05-03 Richard Stallman <rms@gnu.org>
5332
5333 * commands.texi (Text Characters): Delete paragraph about unibyte
5334 non-ASCII printing chars.
5335
5336 * killing.texi (Killing): Say "graphical displays".
5337 * display.texi: Say "graphical displays".
5338
5339 * cmdargs.texi (Misc X): Say "graphical displays".
5340
5341 2006-05-01 Richard Stallman <rms@gnu.org>
5342
5343 * emacs.texi (Top): Add Diff Mode to menu.
5344
5345 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5346
5347 * misc.texi (Diff Mode): New node.
5348
5349 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5350
5351 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5352 (Mac Environment Variables): Shorten example line.
5353 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5354
5355 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5356
5357 * building.texi (GUD Customization): Describe cases %d and %c.
5358 Update description for %e.
5359
5360 2006-04-30 Glenn Morris <rgm@gnu.org>
5361
5362 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5363
5364 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5365
5366 * custom.texi (Examining): Update C-h v output example.
5367
5368 2006-04-29 Kim F. Storm <storm@cua.dk>
5369
5370 * building.texi (Grep Searching): Add lgrep and rgrep.
5371
5372 2006-04-23 Richard Stallman <rms@gnu.org>
5373
5374 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5375
5376 * xresmini.texi: New file.
5377
5378 * xresources.texi (Face Resources): Split table into font resources
5379 and the rest. Combine similar attributes for brevity.
5380
5381 2006-04-21 Eli Zaretskii <eliz@gnu.org>
5382
5383 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5384 backslashes and case-insensitivity in file names (moved to the
5385 main manual).
5386 (MS-DOS Printing): Move most of the text to the main manual.
5387
5388 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5389 New nodes.
5390 (Windows Processes, Windows System Menu): Add index entries and
5391 fix wording.
5392
5393 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5394
5395 * misc.texi (Shell Ring): Add notes on saved input when
5396 navigating off the end of the history list.
5397
5398 2006-04-18 Chong Yidong <cyd@mit.edu>
5399
5400 * misc.texi (Shell Options): Correct default value of
5401 comint-scroll-show-maximum-output.
5402
5403 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * building.texi (Watch Expressions): Update.
5406
5407 2006-04-12 Richard Stallman <rms@gnu.org>
5408
5409 * search.texi: Clean up previous change.
5410
5411 2006-04-12 Eli Zaretskii <eliz@gnu.org>
5412
5413 * search.texi (Regexp Backslash, Regexp Replace): Add index
5414 entries for ``back reference'' and mention the term itself in the
5415 text.
5416
5417 2006-04-11 Richard Stallman <rms@gnu.org>
5418
5419 * custom.texi (Safe File Variables):
5420 Document enable-local-variables = :safe.
5421
5422 2006-04-11 Karl Berry <karl@gnu.org>
5423
5424 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5425 (Remote Repositories, Version Backups, Local Version Control)
5426 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5427 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5428 (Renaming VC Work Files and Master Files)
5429 (Inserting Version Control Headers, Customizing VC, General Options)
5430 (Options for RCS and SCCS, Options specific for CVS): Move all
5431 these nodes to emacs-xtra.texi, for brevity.
5432 * cmdargs.texi, files.texi: Change cross-references.
5433
5434 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5435
5436 * files.texi (Old Versions): Update description of vc-annotate's
5437 use of color to indicate date ranges.
5438
5439 2006-04-09 Kevin Ryde <user42@zip.com.au>
5440
5441 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5442 put info and printed manual names the right way around.
5443
5444 2006-04-09 Karl Berry <karl@gnu.org>
5445
5446 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5447 emacs-xtra.texi, leaving only MS Windows information.
5448 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5449 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5450 node names.
5451
5452 * emacs.texi: Move @summarycontents and @contents to the beginning
5453 of the file.
5454
5455 2006-04-08 Kevin Ryde <user42@zip.com.au>
5456
5457 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5458
5459 2006-04-07 Richard Stallman <rms@gnu.org>
5460
5461 * programs.texi (Comments, Comment Commands, Options for Comments)
5462 (Multi-Line Comments): "Align", not "indent".
5463 (Basic Indent): C-j deletes trailing whitespace before the newline.
5464
5465 2006-04-06 Richard Stallman <rms@gnu.org>
5466
5467 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5468
5469 2006-04-06 Eli Zaretskii <eliz@gnu.org>
5470
5471 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5472
5473 2006-04-05 Richard Stallman <rms@gnu.org>
5474
5475 * emacs.texi (Top): Update subnode menu.
5476
5477 * trouble.texi (Unasked-for Search): Node deleted.
5478 (Lossage): Delete from menu.
5479
5480 2006-04-04 Richard Stallman <rms@gnu.org>
5481
5482 * trouble.texi: Various cleanups.
5483 (Checklist): Don't bother saying how to snail a bug report.
5484 (Emergency Escape): Much rewriting.
5485 (After a Crash): Rename the core dump immediately.
5486 (Total Frustration): Call it a psychotherapist.
5487 (Bug Criteria): Avoid "illegal instruction".
5488 (Sending Patches): We always put the contributor's name in.
5489
5490 * misc.texi (Thumbnails): Minor correction.
5491
5492 2006-04-03 Richard Stallman <rms@gnu.org>
5493
5494 * misc.texi (Thumbnails): Minor cleanup.
5495
5496 2006-04-02 Karl Berry <karl@gnu.org>
5497
5498 * sending.texi (Mail Sending): pxref to Top needs five args.
5499
5500 * texinfo.tex: Update to current version (2006-03-21.13).
5501
5502 2006-03-31 Richard Stallman <rms@gnu.org>
5503
5504 * emacs.texi (Top): Update subnode menu.
5505
5506 * help.texi (Help Mode): Cleanup.
5507
5508 * dired.texi: Many cleanups.
5509 (Dired Deletion): Describe dired-recursive-deletes.
5510 (Operating on Files): dired-create-directory moved.
5511 (Misc Dired Features): Move to here.
5512 (Tumme): Node moved to misc.texi.
5513
5514 * custom.texi: Many cleanups.
5515 (Minor Modes): Don't mention ISO Accents Mode.
5516 (Examining): Update C-h v output example.
5517 (Hooks): Add index and xref for add-hook.
5518 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5519 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5520
5521 * misc.texi: Many cleanups.
5522 (beginning): Add to summary of topics.
5523 (Shell): Put eshell xref at the end. Remove eshell from table.
5524 (Thumbnails): New node.
5525
5526 2006-03-28 Eli Zaretskii <eliz@gnu.org>
5527
5528 * files.texi (File Name Cache): Make it clear that the cache is
5529 not persistent.
5530
5531 2006-03-25 Karl Berry <karl@gnu.org>
5532
5533 * emacs-xtra.texi, emacs.texi, gnu.texi:
5534 (1) use @copyright{} instead of (C) in typeset text;
5535 (2) do not indent copyright year list (or anything else).
5536
5537 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * files.texi (VC Dired Mode): Remove misplaced brackets.
5540
5541 2006-03-21 Andre Spiegel <spiegel@gnu.org>
5542
5543 * files.texi: Various updates and clarifications in the VC chapter.
5544
5545 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5546
5547 * help.texi (Help Mode): Document "C-c C-c".
5548
5549 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5550
5551 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5552 menu in the standalone Info reader.
5553
5554 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5557 moved here from Emacs manual.
5558
5559 * programs.texi (Fortran): Section moved to emacs-xtra.
5560 (Program Modes): Xref to Fortran in emacs-xtra.
5561
5562 * maintaining.texi (Emerge): Move to emacs-xtra.
5563 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5564
5565 * picture.texi: File deleted.
5566 * Makefile.in:
5567 * makefile.w32-in: Remove picture.texi.
5568
5569 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5570 * abbrevs.texi (Abbrevs):
5571 * sending.texi (Sending Mail): Picture node removed.
5572
5573 * emacs.texi (Top): Update node listings.
5574
5575 2006-03-12 Richard Stallman <rms@gnu.org>
5576
5577 * calendar.texi: Various cleanups.
5578
5579 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5582 syntax.
5583
5584 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5585
5586 * search.texi (Regexps): More accurately describe which characters
5587 are special in which situations. Recommend _not_ to quote `]' or
5588 `-' when they are not special.
5589
5590 2006-02-28 Andre Spiegel <spiegel@gnu.org>
5591
5592 * files.texi (Old Versions): Clarify operation of C-x v =.
5593
5594 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
5595
5596 * building.texi (Watch Expressions): Update and describe
5597 gdb-speedbar-auto-raise.
5598
5599 2006-02-19 Richard M. Stallman <rms@gnu.org>
5600
5601 * emacs.texi: Use @smallbook.
5602 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5603 Update subnode menu.
5604
5605 * building.texi (Lisp Interaction): Minor addition.
5606
5607 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5608
5609 * building.texi (Watch Expressions): Update and be more precise.
5610
5611 2006-02-15 Francesco Potortì <pot@gnu.org>
5612
5613 * maintaining.texi (Create Tags Table): Explain why the
5614 exception when etags writes to files under the /dev tree.
5615
5616 2006-02-14 Richard M. Stallman <rms@gnu.org>
5617
5618 * custom.texi (Safe File Variables): Lots of clarification.
5619 Renamed from Unsafe File Variables.
5620
5621 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * custom.texi (Unsafe File Variables): File variable confirmation
5624 assumed denied in batch mode.
5625
5626 2006-02-14 Richard M. Stallman <rms@gnu.org>
5627
5628 * building.texi (GDB User Interface Layout): Don't say `inferior'
5629 for program being debugged.
5630
5631 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * building.texi (GDB Graphical Interface):
5634 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5635
5636 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * custom.texi (Specifying File Variables, Unsafe File Variables):
5639 New nodes, split from File Variables. Document new file local
5640 variable behavior.
5641
5642 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5643
5644 * display.texi (Standard Faces):
5645 * files.texi (Visiting):
5646 * frames.texi (Clipboard):
5647 * glossary.texi (Glossary) <Clipboard>:
5648 * xresources.texi (X Resources): Mention Mac OS port.
5649
5650 2006-02-12 Richard M. Stallman <rms@gnu.org>
5651
5652 * building.texi (Building): Clarify topic in intro.
5653
5654 * maintaining.texi (Maintaining): Change title; clarify topic.
5655 Delete duplicate index entries.
5656
5657 * building.texi (Other GDB User Interface Buffers): Clarifications.
5658
5659 * text.texi (Cell Commands): Clarifications.
5660
5661 * programs.texi (Defuns): Delete duplicate explanation of
5662 left-margin paren convention.
5663 (Hungry Delete): Minor cleanup.
5664
5665 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5666
5667 * dired.texi (Tumme): More tumme documentation.
5668
5669 2006-02-11 Alan Mackenzie <acm@muc.de>
5670
5671 * programs.texi ("Hungry Delete"): Correct the appellation of the
5672 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5673
5674 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5675
5676 * dired.texi (Tumme): Fix small bug.
5677
5678 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5679
5680 * macos.texi (Mac International): Rename "fontset-mac" to
5681 "fontset-standard".
5682
5683 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5684
5685 * dired.texi (Tumme): Basic documentation for Tumme added.
5686
5687 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5688
5689 * mule.texi (International):
5690 * programs.texi (Basic Indent): Fix typos.
5691
5692 * custom.texi (Minor Modes):
5693 * display.texi (Text Display):
5694 * commands.texi (Text Characters): Update xrefs.
5695
5696 2006-02-07 Richard M. Stallman <rms@gnu.org>
5697
5698 * emacs.texi (Top): Update subnode menu.
5699 Update info on old Emacs papers.
5700 (Intro): "Graphical display", not window system.
5701
5702 * xresources.texi (GTK styles): Minor clarifications.
5703
5704 * trouble.texi: "Graphical display", not window system.
5705 (Stuck Recursive): Minor clarification.
5706
5707 * text.texi: Minor clarifications.
5708 (Sentences): Explain why two-space convention is better.
5709 Explain sentence-end-without-period here.
5710 (Fill Commands): Not here.
5711 (Refill): Node moved down.
5712 (Filling): Update menu.
5713 (Table Creation, Cell Justification, Column Commands): Clarify.
5714
5715 * sending.texi: Minor clarifications.
5716
5717 * search.texi (Regexp Backslash): Clarification.
5718
5719 * rmail.texi: Minor cleanups.
5720 (Rmail): Delete digression about `rmail-mode'.
5721 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5722 (Rmail Files): Mention C-u M-x rmail.
5723 (Rmail Reply): Mention References.
5724 (Rmail Display): Mention rmail-nonignored-headers.
5725
5726 * programs.texi: Minor cleanups.
5727 (Comment Commands): Mention momentary Transient Mark mode.
5728 (Matching): Be more specific about customizing show-paren-mode.
5729 (Info Lookup): Don't list the modes that support C-h S.
5730 Just say what it does in an unsupported mode.
5731 (Man Page): Delete excessive info on customizing woman.
5732 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5733
5734 * abbrevs.texi: Minor clarifications.
5735 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5736 not "dynamic abbrevs" as if they were a kind of abbrev.
5737
5738 * picture.texi (Picture): Minor cleanup.
5739
5740 * mule.texi (Communication Coding): Say "other applications".
5741 (Fontsets): Not specific to X. Add xref to X Resources.
5742 (Unibyte Mode): Rename from Single-Byte Character Support.
5743 "Graphical display", not window system.
5744 (International): Update menu.
5745
5746 * maintaining.texi (Format of ChangeLog):
5747 New node, split out from ChangeLog.
5748 (ChangeLog): Clarifications in the remaining text.
5749 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5750 (Find Tag): Add @w.
5751 (Tags Search): Explain tag table order here. Simplify grep ref.
5752 (List Tags): tags-tag-face is a variable, not a face.
5753 (Emerge): Cleanups.
5754
5755 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5756 (Keyboard Macros): Avoid "the user".
5757
5758 * killing.texi: "Graphical display", not window system.
5759
5760 * help.texi (Help Echo): "Graphical display", not window system.
5761
5762 * glossary.texi: Say "you", not "the user". Say "graphical display".
5763
5764 * frames.texi: Minor cleanups. "Graphical display", not window system.
5765
5766 * files.texi (Visiting): Make drag-and-drop not X-specific.
5767
5768 * custom.texi: Minor cleanups. "Graphical display", not window system.
5769
5770 * cmdargs.texi: Minor cleanups.
5771
5772 * building.texi (Compilation): Move and split kill-compilation para.
5773 Add para about multiple compilers.
5774 (Compilation Mode): Commands also available in grep mode and others.
5775 Mention C-u C-x ` more tutorially. Clarify C-x `.
5776 (Compilation Shell): Clarify. Put Bash example first.
5777 (Grep Searching): Minor cleanups; add @w.
5778 (Debuggers): Minor cleanups.
5779 (Starting GUD): Make GDB xgraphical mode issue clearer.
5780 (Debugger Operation): Lots of clarifications including
5781 GDB tooltip side-effect issue.
5782 (Commands of GUD): Clarify.
5783 (GUD Customization): Add bashdb-mode-hook.
5784 (GDB Graphical Interface): Rewrite for clarity.
5785 (GDB User Interface Layout): Rewrite for clarity.
5786 (Stack Buffer, Watch Expressions): Likewise.
5787 (Other GDB User Interface Buffers): Cleanups.
5788 (Lisp Libraries, External Lisp): Cleanup.
5789
5790 * basic.texi (Position Info): "Graphical displays", rather than
5791 window systems.
5792
5793 * anti.texi: Minor cleanup.
5794
5795 2006-02-03 Eli Zaretskii <eliz@gnu.org>
5796
5797 * custom.texi (Init File, Find Init): Add cross-references to
5798 where $HOME is described.
5799
5800 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5803 is not inside the @table.
5804
5805 * emacs.texi (Top): Correct node name.
5806
5807 * files.texi (File Names): Fix @xref.
5808 (Reverting): Fix typo.
5809
5810 * mule.texi (International): Correct node name.
5811
5812 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5813
5814 2006-02-01 Richard M. Stallman <rms@gnu.org>
5815
5816 * emacs.texi (Top): Update subnode menu.
5817
5818 * mule.texi: Minor clarifications.
5819 Reduce the specific references to X Windows.
5820 Refer to "graphical" terminals, rather than window systems.
5821 (Text Coding): Rename from Specify Coding.
5822 (Communication Coding, File Name Coding, Terminal Coding):
5823 New nodes split out from Text Coding.
5824
5825 * kmacro.texi: Minor clarifications.
5826 (Keyboard Macro Ring): Comment out some excessive commands.
5827 (Basic Keyboard Macro): Split up the table, putting part in each node.
5828
5829 * major.texi: Minor clarifications.
5830
5831 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5832
5833 * windows.texi: Minor clarifications.
5834 (Change Window): Don't describe mode-line mouse cmds here.
5835 Add xref to Mode Line Mouse.
5836
5837 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5838
5839 * macos.texi (Mac International): Fix xref.
5840
5841 * indent.texi: Minor clarifications.
5842
5843 * frames.texi: Minor clarifications.
5844 Reduce the specific references to X Windows.
5845 Refer to "graphical" terminals, rather than window systems.
5846 (Frame Parameters): Don't mention commands like
5847 set-foreground-color. Just say to customize a face.
5848 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5849
5850 * files.texi: Minor clarifications.
5851 (Numbered Backups): New node, split out from Backup Names.
5852
5853 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5854
5855 * cmdargs.texi (General Variables): Fix xref.
5856
5857 * buffers.texi: Minor clarifications.
5858
5859 2006-01-31 Richard M. Stallman <rms@gnu.org>
5860
5861 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5862 Nodes moved to top.
5863
5864 * display.texi: Minor clarifications.
5865 (Display): Rearrange menu.
5866 (Standard Faces): Mention query-replace face.
5867 (Faces): Simplify.
5868 (Font Lock): Simplify face customization info.
5869 (Highlight Changes): Node merged into Highlight Interactively.
5870 (Highlight Interactively): Much rewriting and cleanup.
5871 (Optional Mode Line): Narrowed line number not good for goto-line.
5872 Simplify face customization advice.
5873 (Text Display): Mention use of escape-glyph face.
5874 Move ctl-arrow and tab-width here.
5875 (Display Custom): Move no-redraw-on-reenter to end of node.
5876
5877 * search.texi: Minor clarifications.
5878 (Isearch Scroll): Simplify.
5879 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5880
5881 * regs.texi (Registers): Mention bookmarks here.
5882
5883 * mark.texi: Minor clarifications.
5884 (Selective Undo): Node deleted.
5885
5886 * m-x.texi: Minor clarifications.
5887
5888 * killing.texi: Minor clarifications.
5889 Refer to "graphical" terminals, rather than window systems.
5890
5891 * help.texi: Clarifications.
5892 (Help): Don't describe C-h F and C-h K here.
5893 (Key Help): Describe C-h K here.
5894 (Name Help): Mention Emacs Lisp Intro.
5895 Describe C-h F here.
5896 (Misc Help): Mention C-h F and C-h K only briefly.
5897
5898 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5899 Selective undo text merged in.
5900 (Spelling): Mention Aspell along with Ispell.
5901
5902 * emacs.texi (Top): Update subnode menus.
5903
5904 * basic.texi (Basic Undo): Rename from Undo. Most of text
5905 moved to new Undo node.
5906
5907 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * basic.texi (Continuation Lines, Inserting Text):
5910 Mention longlines mode.
5911
5912 2006-01-29 Richard M. Stallman <rms@gnu.org>
5913
5914 * screen.texi: Minor cleanups.
5915 (Screen): Clean up the intro paragraphs.
5916 (Mode Line): Lots of rewriting. Handle frame-name better.
5917 eol-mnemonic-... vars moved out.
5918
5919 * emacs.texi (Top): Change menu item for MS-DOS node.
5920 Update subnode menu.
5921
5922 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5923 chapter relates to Windows. Title changed.
5924
5925 * mini.texi: Minor cleanups.
5926
5927 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5928 (Mark): Put it in the menu.
5929
5930 * entering.texi: Minor cleanups.
5931
5932 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5933 (Intro): Refer to "graphical" terminals, rather than X.
5934
5935 * display.texi (Display Custom): Add xref to Variables.
5936 (Optional Mode Line): eol-mnemonic-... vars moved here.
5937
5938 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5939 rather than X.
5940
5941 * basic.texi: Minor cleanups.
5942 (Undo): selective-undo moved.
5943
5944 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * anti.texi (Antinews): Various corrections and additions.
5947
5948 2006-01-23 Juri Linkov <juri@jurta.org>
5949
5950 * custom.texi (Easy Customization, Customization Groups)
5951 (Browsing Custom): Mention links along with buttons.
5952
5953 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5954
5955 * text.texi (TeX Print): Use @key for TAB.
5956
5957 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5958
5959 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5960
5961 * files.texi (File Aliases): Don't claim that usually separate
5962 buffers are created for two file names that name the same data.
5963 Mention additional situations where different names mean the same
5964 file on disk.
5965
5966 2006-01-19 Richard M. Stallman <rms@gnu.org>
5967
5968 * killing.texi (Deletion): Upcase @key argument.
5969
5970 * custom.texi (Custom Themes): Minor cleanup.
5971
5972 * programs.texi (Hungry Delete): Upcase @key argument.
5973
5974 2006-01-16 Juri Linkov <juri@jurta.org>
5975
5976 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5977 Move `mode-line-highlight' before `mode-line-buffer-id'.
5978
5979 2006-01-14 Richard M. Stallman <rms@gnu.org>
5980
5981 * basic.texi (Inserting Text): Minor cleanup.
5982
5983 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * custom.texi (Changing a Variable, Face Customization):
5986 Update for changes in Custom menus.
5987
5988 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5989
5990 * macos.texi (Mac International): Undo last change.
5991
5992 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * custom.texi (Custom Themes): Describe the new
5995 customize-create-theme interface.
5996
5997 2005-12-30 Juri Linkov <juri@jurta.org>
5998
5999 * basic.texi (Position Info): Update example.
6000
6001 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
6002
6003 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6004
6005 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * custom.texi (Custom Themes): `load-theme' always loads.
6008
6009 2005-12-23 Juri Linkov <juri@jurta.org>
6010
6011 * display.texi (Highlight Interactively): Use double space to
6012 separate sentences. Replace C-p with M-p, and C-n with M-n.
6013
6014 2005-12-22 Richard M. Stallman <rms@gnu.org>
6015
6016 * custom.texi (Easy Customization and subnodes):
6017 Replace "active field" with "button".
6018 Use "user option" only for variables.
6019 Use "setting" for variable-or-face.
6020
6021 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6022
6023 * buffers.texi (Select Buffer): Change order in table to make
6024 "Similar" refer to the correct item.
6025 (Indirect Buffers): Minor rewording.
6026
6027 2005-12-20 Juri Linkov <juri@jurta.org>
6028
6029 * files.texi (VC Status): Put P and N near p and n.
6030
6031 2005-12-19 Richard M. Stallman <rms@gnu.org>
6032
6033 * programs.texi (Electric C): Delete the info about newline control.
6034 (Other C Commands): Minor cleanup.
6035 (Left Margin Paren): Minor cleanup.
6036
6037 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6040 (Customization Groups): Delete text moved to "Browsing Custom".
6041 (Browsing Custom): New node.
6042 (Specific Customization): Clarify which commands only work for
6043 loaded options.
6044
6045 2005-12-18 Bill Wohler <wohler@newt.com>
6046
6047 * frames.texi (Tool Bars): Shorten text of previous change.
6048
6049 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6050
6051 * files.texi (VC Status): Document log-view mode.
6052
6053 2005-12-18 Bill Wohler <wohler@newt.com>
6054
6055 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6056 permanently via the customize interface.
6057
6058 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6059
6060 * killing.texi (Killing by Lines): Document `kill-whole-line'
6061 function.
6062
6063 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
6064
6065 * buffers.texi (Select Buffer): Change `prev-buffer' to
6066 `previous-buffer'. Indicate that these functions use a frame
6067 local buffer list.
6068
6069 2005-12-12 Richard M. Stallman <rms@gnu.org>
6070
6071 * custom.texi (Easy Customization): Change menu comment.
6072 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6073
6074 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6075 (Help): Among the Apropos commands, describe only C-h a here.
6076
6077 2005-12-11 Richard M. Stallman <rms@gnu.org>
6078
6079 * programs.texi (Options for Comments): Comment-end starts with space.
6080
6081 * glossary.texi (Glossary): Minor cleanup.
6082
6083 * files.texi (Old Versions): Use @table.
6084
6085 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6086
6087 * display.texi (Highlight Interactively): Include
6088 global-hi-lock-mode. Add miscellaneous details and elaborations.
6089
6090 2005-12-09 Richard M. Stallman <rms@gnu.org>
6091
6092 * display.texi (Font Lock): Delete the Global FL menu item.
6093
6094 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6095
6096 * custom.texi (Minibuffer Maps): Mention the maps for file name
6097 completion.
6098
6099 2005-12-09 Kim F. Storm <storm@cua.dk>
6100
6101 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
6102 prefix keys even when mark is active. Describe that RET moves
6103 cursor to next corner in rectangle; clarify insert around rectangle.
6104
6105 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6106
6107 * custom.texi (Customization): Use xref to elisp manual for
6108 non-TeX output.
6109 (Minor Modes): Update.
6110 (Customization Groups, Changing a Variable, Face Customization):
6111 Update for new appearance of Custom buffers.
6112 (Changing a Variable): `custom-buffer-done-function' has been
6113 replaced by `custom-buffer-done-kill'.
6114 (Specific Customization): In the `customize-group' buffer, a
6115 subgroup's contents are not "hidden". They are not included at
6116 all. They have no [Show] button.
6117 (Mouse Buttons): Add pxref to description of mouse event lists in
6118 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6119 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6120 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6121
6122 2005-12-08 Richard M. Stallman <rms@gnu.org>
6123
6124 * mini.texi (Completion Commands, Completion):
6125 In file name input, SPC does not do completion.
6126
6127 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6128
6129 * building.texi (GDB Graphical Interface): Explain screen size
6130 setting.
6131 (Other GDB User Interface Buffers): Describe features specific to
6132 GDB 6.4.
6133
6134 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6135
6136 * building.texi (GDB User Interface Layout): Describe how to
6137 kill associated buffers.
6138 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6139 (Watch Expressions): Be more precise.
6140 (Other GDB User Interface Buffers): Describe how to change a
6141 register value.
6142
6143 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6144
6145 * macos.texi (Mac Input): Remove description of
6146 mac-command-key-is-meta. Add descriptions of
6147 mac-control-modifier, mac-command-modifier, and
6148 mac-option-modifier.
6149 (Mac International): Fix description of conversion of clipboard data.
6150 (Mac Font Specs): Add example of font customization by face attributes.
6151
6152 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6153
6154 * building.texi (Watch Expressions): Expand description.
6155 (Other GDB User Interface Buffers): Describe local map for
6156 gud-watch.
6157
6158 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * display.texi (Font Lock): Font lock is enabled by default now.
6161
6162 2005-11-20 Juri Linkov <juri@jurta.org>
6163
6164 * basic.texi (Position Info): Update examples of the output.
6165 Remove the fact that examples are produced in the TeXinfo buffer,
6166 because in the Info reader users will get a different output from
6167 `C-x ='.
6168
6169 * building.texi (Compilation Mode): Remove paragraph duplicated
6170 from the node `Compilation'. Add `compilation-skip-threshold'.
6171
6172 * display.texi (Font Lock): Suggest more user-friendly method of
6173 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6174
6175 2005-11-18 Richard M. Stallman <rms@gnu.org>
6176
6177 * files.texi (Registering): Mention @@ in mode line.
6178
6179 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6180
6181 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6182
6183 * files.texi (Renaming and VC): Some back-ends don't
6184 handle renaming.
6185
6186 2005-11-17 Juri Linkov <juri@jurta.org>
6187
6188 * emacs.texi (Top):
6189 * display.texi (Highlight Interactively): Put this font-lock based
6190 mode near Font Lock node.
6191
6192 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6195 icons.
6196
6197 2005-11-12 Kim F. Storm <storm@cua.dk>
6198
6199 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6200 (Help Summary): Add C-h d and C-h e.
6201 (Apropos): Clarify that all apropos commands may search for either
6202 list of words or a regexp. Add C-h d for apropos-documentation.
6203 Describe apropos-documentation-sort-by-scores user option.
6204
6205 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6206
6207 * killing.texi (CUA Bindings): Add @section.
6208
6209 2005-11-10 Kim F. Storm <storm@cua.dk>
6210
6211 * emacs.texi (Top): Add CUA Bindings entry to menu.
6212
6213 * killing.texi (CUA Bindings): New node. Moved here from
6214 misc.texi and extended with info on rectangle commands and
6215 rectangle highlighting, interface to registers, and the global
6216 mark feature.
6217
6218 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6219
6220 * regs.texi: Prev link points to CUA Bindings node.
6221
6222 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6223
6224 * help.texi (Help Echo): By default, help echos are only shown on
6225 mouse-over, not on point-over.
6226
6227 2005-11-04 Jérôme Marant <jerome@marant.org>
6228
6229 * misc.texi (Shell Mode): Describe how to activate password echoing.
6230
6231 2005-11-04 Romain Francoise <romain@orebokech.com>
6232
6233 * mark.texi (Mark Ring): Fix typo.
6234
6235 2005-11-03 Richard M. Stallman <rms@gnu.org>
6236
6237 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6238
6239 2005-11-01 Bill Wohler <wohler@newt.com>
6240
6241 * help.texi (Help Mode): Fix typo.
6242
6243 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
6244
6245 * building.texi (Other GDB User Interface Buffers):
6246 Describe the command gdb-use-inferior-io-buffer.
6247
6248 2005-10-31 Romain Francoise <romain@orebokech.com>
6249
6250 * files.texi (Compressed Files): Fix typo.
6251
6252 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6253
6254 * windows.texi (Force Same Window): Likewise.
6255
6256 2005-10-30 Bill Wohler <wohler@newt.com>
6257
6258 * help.texi (Help Mode): URLs viewed with browse-url.
6259
6260 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * building.texi (GDB Graphical Interface): Don't reference
6263 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6264 must stay in same frame.
6265
6266 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6267
6268 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6269
6270 * anti.texi (Antinews): Likewise.
6271
6272 2005-10-28 Bill Wohler <wohler@newt.com>
6273
6274 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6275
6276 2005-10-28 Richard M. Stallman <rms@gnu.org>
6277
6278 * files.texi (Visiting): Explain how to enter ? in a file name.
6279
6280 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6281
6282 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
6283
6284 * building.texi (GDB Graphical Interface):
6285 Describe gdb-mouse-until.
6286
6287 2005-10-23 Richard M. Stallman <rms@gnu.org>
6288
6289 * custom.texi (Init File): Recommend when to use site-start.el.
6290
6291 2005-10-21 Juri Linkov <juri@jurta.org>
6292
6293 * custom.texi (Examining): Mention accessing the old variable
6294 value via M-n in set-variable.
6295
6296 2005-10-18 Romain Francoise <romain@orebokech.com>
6297
6298 * files.texi (Version Systems): Capitalize GNU.
6299
6300 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * building.texi (Compilation Mode): Remove redundant paragraph.
6303 (Watch Expressions): Remove paragraph to reflect code change.
6304
6305 2005-10-16 Richard M. Stallman <rms@gnu.org>
6306
6307 * building.texi (Compilation Mode, Compilation): Clarified.
6308
6309 2005-10-15 Richard M. Stallman <rms@gnu.org>
6310
6311 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6312
6313 2005-10-13 Kenichi Handa <handa@m17n.org>
6314
6315 * basic.texi (Position Info): Fix previous change.
6316
6317 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
6318
6319 * cmdargs.texi (Icons X): Fix typo.
6320
6321 2005-10-12 Kenichi Handa <handa@m17n.org>
6322
6323 * basic.texi (Position Info): Describe the case that Emacs shows
6324 "part of display ...".
6325
6326 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
6327
6328 * cmdargs.texi (Icons X): -nb => -nbi.
6329
6330 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * frames.texi (Speedbar): A couple more clarifications.
6333
6334 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
6335
6336 * building.texi (GDB User Interface Layout): Improve diagram.
6337 (Watch Expressions): Explain how to make speedbar global.
6338 (Other GDB User Interface Buffers): Make references more precise.
6339
6340 2005-10-09 Richard M. Stallman <rms@gnu.org>
6341
6342 * frames.texi (Speedbar): Clarify the text.
6343
6344 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * frames.texi (Speedbar): Add information on keybindings,
6347 dismissing the speedbar, and buffer display mode. Link to
6348 speedbar manual.
6349
6350 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
6351
6352 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
6353 added -nb, --no-bitmap-icon.
6354
6355 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6356
6357 * building.texi (GDB Graphical Interface): Add variables and
6358 functions to indices. Be more precise.
6359
6360 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
6361
6362 * frames.texi (Drag and Drop): Remove the x- from
6363 x-dnd-open-file-other-window and xdnd-protocol-alist.
6364
6365 2005-09-30 Romain Francoise <romain@orebokech.com>
6366
6367 * mini.texi (Minibuffer): The default value now appears before the
6368 colon in minibuffer prompts.
6369
6370 2005-09-25 Richard M. Stallman <rms@gnu.org>
6371
6372 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6373
6374 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6375
6376 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6377
6378 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6379
6380 * emacs.texi (Top): Update submenus from macos.texi.
6381
6382 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6383 (Mac OS): Update feature support status.
6384 (Mac Input): List supported input scripts. Remove description
6385 about `mac-keyboard-text-encoding'. Mention mouse button
6386 emulation and related variables.
6387 (Mac International): Mention Central European and Cyrillic
6388 support. Now `keyboard-coding-system' is dynamically changed.
6389 Add description about coding system for selection.
6390 Add description about language environment.
6391 (Mac Environment Variables):
6392 Mention `~/.MacOSX/environment.plist'. Give example of command line
6393 arguments. Add Preferences support.
6394 (Mac Directories): Explicitly state that this node is for Mac OS
6395 Classic only.
6396 (Mac Font Specs): Mention specification for scalable fonts.
6397 List supported charsets. Add preferred way of creating fontsets.
6398 Add description about `mac-allow-anti-aliasing'.
6399 (Mac Functions): Add descriptions about `mac-set-file-creator',
6400 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6401 and `mac-get-preference'.
6402
6403 2005-09-16 Romain Francoise <romain@orebokech.com>
6404
6405 Update all files to specify GFDL version 1.2.
6406
6407 * doclicense.texi (GNU Free Documentation License): Update to
6408 version 1.2.
6409
6410 2005-09-15 Richard M. Stallman <rms@gnu.org>
6411
6412 * buffers.texi (List Buffers): Fix xref.
6413
6414 * rmail.texi (Rmail Basics): Fix xref.
6415
6416 * emacs.texi (Top): Update subnode menus.
6417
6418 * files.texi (Saving Commands): New node, broken out of Saving.
6419 (Customize Save): New node, broken out of Saving.
6420 Clarify effect of write-region-inhibit-fsync.
6421 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6422
6423 2005-09-14 Romain Francoise <romain@orebokech.com>
6424
6425 * files.texi (Saving): Mention write-region-inhibit-fsync.
6426
6427 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * custom.texi (Custom Themes): New node.
6430
6431 2005-09-03 Richard M. Stallman <rms@gnu.org>
6432
6433 * search.texi (Search Case): Mention vars that control
6434 case-fold-search for various operations.
6435
6436 2005-08-22 Juri Linkov <juri@jurta.org>
6437
6438 * display.texi (Standard Faces): Merge the text from
6439 `(elisp)Standard Faces' into this node.
6440
6441 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6442
6443 * emacs.texi (Top): Delete menu item for deleted node
6444 Keyboard Translations.
6445
6446 2005-08-18 Richard M. Stallman <rms@gnu.org>
6447
6448 * trouble.texi (Unasked-for Search):
6449 Delete xref to Keyboard Translations.
6450
6451 * glossary.texi (Glossary): Delete xref.
6452
6453 * custom.texi (Minor Modes): Say that the list here is not complete.
6454 (Keyboard Translations): Node deleted.
6455 (Disabling): Delete xref to it.
6456 (Customization Groups): Fix Custom buffer example.
6457 (Hooks): Mention remove-hooks.
6458
6459 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * building.texi (GDB Graphical Interface): Improve filling of menu
6462 item.
6463
6464 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
6465
6466 * building.texi (GDB Graphical Interface): Use better node names.
6467
6468 2005-08-14 Richard M. Stallman <rms@gnu.org>
6469
6470 * text.texi (Sentences): Fix xref.
6471
6472 2005-08-14 Juri Linkov <juri@jurta.org>
6473
6474 * building.texi (Compilation, Grep Searching): Move grep command
6475 headings from `Compilation' to `Grep Searching'.
6476
6477 * dired.texi (Dired and Find):
6478 * maintaining.texi (Tags Search): Replace grep xref to
6479 `Compilation' node with `Grep Searching'.
6480
6481 * files.texi (Comparing Files): Replace xref to `Compilation' with
6482 `Compilation Mode'.
6483
6484 2005-08-13 Alan Mackenzie <acm@muc.de>
6485
6486 * search.texi (Non-ASCII Isearch): Correct a typo.
6487 (Replacement Commands): Mention query-replace key binding.
6488
6489 2005-08-11 Richard M. Stallman <rms@gnu.org>
6490
6491 * programs.texi (Options for Comments): Fix xref.
6492
6493 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6494 out of Regexps.
6495
6496 2005-08-09 Juri Linkov <juri@jurta.org>
6497
6498 * building.texi (Compilation): Use `itemx' instead of `item'.
6499 (Grep Searching): Simplify phrase.
6500
6501 * display.texi (Standard Faces): Describe vertical-border on
6502 window systems.
6503
6504 * windows.texi (Split Window): Simplify phrase and mention
6505 vertical-border face.
6506
6507 2005-08-09 Richard M. Stallman <rms@gnu.org>
6508
6509 * files.texi (Comparing Files): Clarify compare-windows.
6510
6511 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6512
6513 2005-08-06 Eli Zaretskii <eliz@gnu.org>
6514
6515 * mule.texi (Coding Systems): Rephrase the paragraph about
6516 codepages: no need for "M-x codepage-setup" anymore, except on
6517 MS-DOS.
6518
6519 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6520 the MS-DOS port only.
6521
6522 2005-07-30 Eli Zaretskii <eliz@gnu.org>
6523
6524 * makefile.w32-in (info): Don't run multi-install-info.bat.
6525 ($(infodir)/dir): New target, produced by running
6526 multi-install-info.bat.
6527
6528 2005-07-22 Eli Zaretskii <eliz@gnu.org>
6529
6530 * files.texi (Quoted File Names): Add index entry.
6531
6532 2005-07-19 Juri Linkov <juri@jurta.org>
6533
6534 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6535
6536 2005-07-18 Juri Linkov <juri@jurta.org>
6537
6538 * custom.texi (Easy Customization):
6539 * files.texi (Old Versions):
6540 * frames.texi (Wheeled Mice):
6541 * mule.texi (Specify Coding):
6542 * text.texi (Cell Justification):
6543 * trouble.texi (After a Crash):
6544 * xresources.texi (GTK styles):
6545 Delete duplicate duplicate words.
6546
6547 2005-07-17 Richard M. Stallman <rms@gnu.org>
6548
6549 * frames.texi (Creating Frames): Fix foreground color example.
6550
6551 * custom.texi (Init Examples): Clean up text about conditionals.
6552
6553 2005-07-16 Richard M. Stallman <rms@gnu.org>
6554
6555 * mini.texi (Completion Commands): Fix command name for ?.
6556
6557 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6558
6559 * display.texi (Standard Faces): Explain that customization of
6560 `menu' face has no effect on w32 and with GTK.
6561 Add cross-references.
6562
6563 * cmdargs.texi (General Variables): Clarify the default location
6564 of $HOME on w32 systems.
6565
6566 2005-07-15 Jason Rumney <jasonr@gnu.org>
6567
6568 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6569 changed.
6570
6571 2005-07-08 Kenichi Handa <handa@m17n.org>
6572
6573 * mule.texi (Recognize Coding):
6574 Recommend revert-buffer-with-coding-system instead of revert-buffer.
6575
6576 2005-07-07 Richard M. Stallman <rms@gnu.org>
6577
6578 * anti.texi (Antinews): Mention mode-line-inverse-video.
6579
6580 * files.texi (Saving): Minor correction about C-x C-w.
6581
6582 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6583
6584 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6585
6586 * search.texi (Isearch Scroll): Add example of using the
6587 `isearch-scroll' property.
6588 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6589 `Display Custom' node.
6590 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6591 and de-emphasize it.
6592 (Other Repeating Search): `occur' currently can not correctly
6593 handle multiline matches. Correct, clarify and update description
6594 of `flush-lines' and `keep-lines'.
6595
6596 * display.texi (Display Custom): Add anchor for `baud-rate'.
6597
6598 2005-07-07 Richard M. Stallman <rms@gnu.org>
6599
6600 * gnu.texi: Update where to get GNU status; add refs for how to help.
6601 Add footnotes 6 and 7.
6602
6603 2005-07-04 Lute Kamstra <lute@gnu.org>
6604
6605 Update FSF's address in GPL notices.
6606
6607 * doclicense.texi (GNU Free Documentation License):
6608 * trouble.texi (Checklist): Update FSF's address.
6609
6610 2005-06-24 Richard M. Stallman <rms@gnu.org>
6611
6612 * display.texi (Text Display): Change index entries.
6613
6614 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6615
6616 * makefile.w32-in (MAKEINFO): Use --force.
6617 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6618 Makefile.in.
6619
6620 2005-06-23 Richard M. Stallman <rms@gnu.org>
6621
6622 * anti.texi (Antinews): Rename show-nonbreak-escape to
6623 nobreak-char-display.
6624
6625 * emacs.texi (Top): Update detailed node listing.
6626
6627 * display.texi (Text Display): Rename show-nonbreak-escape
6628 to nobreak-char-display and no-break-space to nobreak-space.
6629 (Standard Faces): Split up the list of standard faces
6630 and put it in a separate node. Add nobreak-space and
6631 escape-glyph.
6632
6633 2005-06-23 Lute Kamstra <lute@gnu.org>
6634
6635 * mule.texi (Select Input Method): Fix typo.
6636
6637 2005-06-23 Kenichi Handa <handa@m17n.org>
6638
6639 * mule.texi (International): List all supported scripts.
6640 Adjust text for that leim is now included in the normal Emacs
6641 distribution.
6642 (Language Environments): List all language environments.
6643 Intlfonts contains fonts for most supported scripts, not all..
6644 (Select Input Method): Refer to C-u C-x = to see how to type to
6645 input a specific character.
6646 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6647
6648 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * building.texi (Grep Searching): Texinfo usage fix.
6651
6652 2005-06-22 Miles Bader <miles@gnu.org>
6653
6654 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6655
6656 2005-06-20 Miles Bader <miles@gnu.org>
6657
6658 * display.texi (Faces): Add `vertical-divider'.
6659
6660 2005-06-17 Richard M. Stallman <rms@gnu.org>
6661
6662 * text.texi (Adaptive Fill): Minor clarification.
6663
6664 2005-06-10 Lute Kamstra <lute@gnu.org>
6665
6666 * emacs.texi (Top): Correct version number.
6667 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6668 refer to the current version of Emacs.
6669
6670 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6671
6672 * files.texi (Log Buffer): Document when there can be more than
6673 one file to be committed.
6674
6675 2005-06-08 Juri Linkov <juri@jurta.org>
6676
6677 * display.texi (Faces): Add `shadow' face.
6678
6679 2005-06-07 Masatake YAMATO <jet@gyve.org>
6680
6681 * display.texi (Faces): Write about mode-line-highlight.
6682
6683 2005-06-06 Richard M. Stallman <rms@gnu.org>
6684
6685 * misc.texi (Printing Package): Explain how to initialize
6686 printing package.
6687
6688 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6689
6690 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * emacs.texi: Rename Hardcopy to Printing.
6693 Make PostScript and PostScript Variables subnodes of it.
6694
6695 * misc.texi (Printing): Rename node from Hardcopy.
6696 Mention menu bar options.
6697 Move PostScript and PostScript Variables to submenu.
6698 (Printing package): New node.
6699
6700 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6701
6702 * dired.texi (Operating on Files): Likewise.
6703
6704 * calendar.texi (Displaying the Diary): Likewise.
6705
6706 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6707
6708 * glossary.texi (Glossary): Likewise.
6709
6710 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6711 effect.
6712
6713 2005-06-04 Richard M. Stallman <rms@gnu.org>
6714
6715 * trouble.texi (After a Crash): Polish previous change.
6716
6717 2005-05-30 Noah Friedman <friedman@splode.com>
6718
6719 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6720 recovery mechanism.
6721
6722 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * building.texi (Other Buffers): SPC toggles display of
6725 floating point registers.
6726
6727 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6728
6729 * files.texi (Log Buffer): Merge in description of Log Edit
6730 mode from pcl-cvs.texi.
6731
6732 2005-05-26 Richard M. Stallman <rms@gnu.org>
6733
6734 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6735
6736 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6739 not enabled by default.
6740 When not on a word, `ispell-word' by default checks the word
6741 before point.
6742
6743 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * building.texi (Debugger Operation): Simplify last sentence.
6746
6747 2005-05-23 Lute Kamstra <lute@gnu.org>
6748
6749 * emacs.texi: Update FSF's address throughout.
6750 (Preface): Use @cite.
6751 (Distrib): Add cross reference to the node "Copying". Mention the
6752 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6753 printed manuals.
6754 (Intro): Use @xref for the Emacs Lisp Intro.
6755
6756 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6757
6758 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6759
6760 * basic.texi (Moving Point): Mention default for `goto-line'.
6761
6762 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6763 of a variable's docstring.
6764
6765 2005-05-18 Lute Kamstra <lute@gnu.org>
6766
6767 * maintaining.texi (Overview of Emerge): Add cross reference.
6768 Remove duplication.
6769
6770 * emacs.texi (Top): Update to the current structure of the manual.
6771 * misc.texi (Emacs Server): Add menu description.
6772 * files.texi (Saving): Fix menu.
6773 * custom.texi (Customization): Fix menu.
6774 * mule.texi (International): Fix menu.
6775 * kmacro.texi (Keyboard Macros): Fix menu.
6776
6777 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * display.texi: Various minor changes.
6780 (Faces): Delete text that is repeated in the next section.
6781
6782 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6783
6784 * building.texi (Debugger Operation): Mention GUD tooltips are
6785 disabled with GDB in text command mode.
6786
6787 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * building.texi: Replace toolbar with "tool bar" for consistency.
6790 (Compilation Mode): Describe compilation-context-lines
6791 and use of arrow in compilation buffer.
6792 (Debugger Operation): Replace help text with variable's value.
6793
6794 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6795 consistency.
6796
6797 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6798
6799 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6800 Add xref.
6801
6802 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6805 (Position Info): Delete discussion of `goto-line'. It is already
6806 described in `Moving point'.
6807
6808 * mini.texi (Completion Commands): Correct reference.
6809 (Completion Options): Fix typo.
6810
6811 * killing.texi (Deletion): Complete description of `C-x C-o'.
6812
6813 2005-05-10 Richard M. Stallman <rms@gnu.org>
6814
6815 * building.texi (Compilation): Clarify recompile's directory choice.
6816
6817 * frames.texi (Tooltips): Cleanups.
6818
6819 * basic.texi (Arguments): Fix punctuation.
6820
6821 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6822
6823 * screen.texi (Menu Bar): The up and down (not left and right)
6824 arrow keys move through a keyboard menu.
6825
6826 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * basic.texi: Various typo and grammar fixes.
6829 (Moving Point): C-a now runs move-beginning-of-line.
6830
6831 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
6832
6833 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6834
6835 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6836 as different animals.
6837
6838 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6841 Correct index entry.
6842
6843 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6844
6845 * building.texi (Debugger Operation): Update to reflect changes
6846 in GUD tooltips.
6847
6848 2005-04-30 Richard M. Stallman <rms@gnu.org>
6849
6850 * files.texi (Compressed Files): Auto Compression normally enabled.
6851
6852 * building.texi (Debugger Operation): Clarify previous change.
6853
6854 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6855
6856 * building.texi (Debugger Operation): Add description for
6857 GUD tooltips when program is not running.
6858
6859 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6860
6861 * misc.texi (Shell): Add `Shell Prompts' to menu.
6862 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6863 description. Delete remarks moved to new node.
6864 (Shell Prompts): New node.
6865 (History References): Replace remarks moved to `Shell Prompts'
6866 with xref to that node.
6867 (Remote Host): Clarify how to specify the terminal type when
6868 logging in to a different machine.
6869
6870 2005-04-26 Richard M. Stallman <rms@gnu.org>
6871
6872 * emacs.texi (Top): Update submenus from files.texi.
6873
6874 * files.texi (Filesets): Clarify previous change.
6875
6876 * dired.texi (Misc Dired Features): Clarify previous change.
6877
6878 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6881
6882 * dired.texi (Misc Dired Features):
6883 Document dired-compare-directories.
6884
6885 * files.texi (Filesets): New node.
6886 (File Conveniences): Document Image mode.
6887
6888 * text.texi (TeX Print): Document tex-compile.
6889
6890 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6893 Delete redundant reference to tooltip Custom group. It is
6894 referred too again in the next paragraph.
6895
6896 2005-04-24 Richard M. Stallman <rms@gnu.org>
6897
6898 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6899
6900 2005-04-19 Kim F. Storm <storm@cua.dk>
6901
6902 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6903
6904 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6905
6906 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6907 turns off desktop-save-mode.
6908
6909 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6910
6911 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6912 by default in terminals compatible with xterm. Mention that
6913 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6914 node.
6915
6916 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6919
6920 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
6921
6922 * xresources.texi (Table of Resources): Add cursorBlink.
6923
6924 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6925
6926 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6927 `d', `C-d' and `u'.
6928
6929 2005-04-11 Richard M. Stallman <rms@gnu.org>
6930
6931 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6932 (Misc X): Add -D, --basic-display.
6933
6934 * maintaining.texi (Change Log): Correct the description of
6935 the example.
6936
6937 * major.texi (Choosing Modes): Document magic-mode-alist.
6938
6939 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6942 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6943 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6944 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6945 `w', respectively.
6946 (Rmail Labels): Mention `l'.
6947 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6948 (Rmail Summary Edit): Describe `j' and RET.
6949
6950 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
6951
6952 * xresources.texi (Lucid Resources): Add fontSet resource.
6953
6954 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6955
6956 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6957 now called `indicate-empty-lines'.
6958
6959 2005-04-06 Kim F. Storm <storm@cua.dk>
6960
6961 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6962
6963 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6966 deleted.
6967 (Marks vs Flags): Add some convenient key bindings.
6968 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6969 (Misc Dired Features): Correct and expand description of `w' command.
6970
6971 * frames.texi (XTerm Mouse): Delete apparently false info.
6972 The GNU/Linux console currently does not appear to support
6973 `xterm-mouse-mode'.
6974
6975 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6976
6977 * calendar.texi (Diary): Mention shell utility `calendar'.
6978
6979 2005-04-01 Richard M. Stallman <rms@gnu.org>
6980
6981 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6982
6983 2005-04-01 Lute Kamstra <lute@gnu.org>
6984
6985 * maintaining.texi (Change Log): add-change-log-entry uses
6986 add-log-mailing-address.
6987
6988 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6989
6990 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6991 `VC Mode Line' and put in an xref to that node.
6992 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6993 its description.
6994
6995 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6996
6997 * calendar.texi (Calendar Systems): Say that the Persian calendar
6998 implemented here is the arithmetical one championed by Birashk.
6999
7000 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7001
7002 * programs.texi (Fortran Motion): Fix previous change.
7003
7004 2005-03-29 Richard M. Stallman <rms@gnu.org>
7005
7006 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7007
7008 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * text.texi (Refill): Refer to Long Lines Mode.
7011 (Longlines): New node.
7012 (Auto Fill): Don't index "word wrap" here.
7013 (Filling): Add Longlines to menu.
7014
7015 2005-03-29 Richard M. Stallman <rms@gnu.org>
7016
7017 * xresources.texi: Minor fixes.
7018
7019 * misc.texi (Emacs Server): Fix Texinfo usage.
7020
7021 * emacs.texi (Top): Don't use a real section heading for
7022 "Detailed Node Listing". Fake it instead.
7023
7024 * basic.texi (Position Info): Minor cleanup.
7025
7026 * mule.texi (Input Methods): Minor cleanup.
7027
7028 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7029
7030 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7031 constructs as well.
7032 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7033
7034 2005-03-29 Kenichi Handa <handa@m17n.org>
7035
7036 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7037
7038 * basic.texi (Position Info): Update the description about the
7039 command C-u C-x =.
7040
7041 2005-03-28 Richard M. Stallman <rms@gnu.org>
7042
7043 * emacs.texi (Top): Use @section for the detailed node listing.
7044
7045 * calendar.texi: Minor fixes to previous change.
7046
7047 * programs.texi (Fortran): Small fixes to previous changes.
7048
7049 * emacs.texi (Top): Update list of subnodes of Dired.
7050 Likewise for building.texi.
7051
7052 * files.texi (File Conveniences): Delete Auto Image File mode.
7053
7054 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * building.texi (Flymake): New node.
7057
7058 * custom.texi (Function Keys): Document kp- event types and
7059 keypad-setup package.
7060
7061 * dired.texi (Wdired): New node.
7062
7063 * files.texi (File Conveniences): Reorder entries.
7064 Explain how to turn on Auto-image-file mode.
7065 Document Thumbs mode.
7066
7067 * mule.texi (Specify Coding): Document recode-region and
7068 recode-file-name.
7069
7070 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7071
7072 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * commands.texi (Keys): M-o is now a prefix key.
7075
7076 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7077
7078 * programs.texi: Reformat and update copyright years.
7079 (Fortran): Update section.
7080
7081 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7082
7083 * files.texi: Several small changes in addition to:
7084 (Visiting): Change xref for Dialog Boxes to ref.
7085 (Version Headers): Replace references to obsolete var
7086 `vc-header-alist' with `vc-BACKEND-header'.
7087 (Customizing VC): Update value of `vc-handled-backends'.
7088
7089 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7090
7091 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7092 move here from Emacs Lisp Reference Manual.
7093 * calendar.texi (Calendar/Diary, Diary Commands)
7094 (Special Diary Entries, Importing Diary): Change some xrefs to
7095 point to emacs-xtra rather than elisp.
7096
7097 * emacs-xtra.texi (Calendar Customizing):
7098 Move view-diary-entries-initially, view-calendar-holidays-initially,
7099 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7100 Emacs Manual.
7101 (Appt Customizing): Merge entire section into main Emacs Manual.
7102 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7103 mark-holidays-in-calendar here from emacs-xtra.
7104 (Displaying the Diary): Move view-diary-entries-initially,
7105 mark-diary-entries-in-calendar here from emacs-xtra.
7106 (Appointments): Move appt-display-mode-line,
7107 appt-display-duration, appt-disp-window-function,
7108 appt-delete-window-function here from emacs-xtra.
7109
7110 * calendar.texi: Update and reformat copyright.
7111 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7112 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7113 (Diary): Refer to `diary-file' rather than ~/diary.
7114 (Diary Commands): Rename node to "Displaying the Diary".
7115 * emacs.texi (Top): Rename "Diary Commands" section.
7116 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7117
7118 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7119
7120 * misc.texi (Emacs Server): Fix the command for setting
7121 server-name. Add an xref to Invoking emacsclient.
7122
7123 * help.texi (Help Summary): Clarify when "C-h ." will do something
7124 nontrivial.
7125 (Apropos): Add cindex entry for apropos-sort-by-scores.
7126
7127 * display.texi (Text Display): Add index entries for how no-break
7128 characters are displayed.
7129
7130 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7131
7132 * files.texi (Visiting): Fix cross-references introduced with the
7133 last change.
7134
7135 * xresources.texi (GTK resources): Fix last change.
7136
7137 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7138
7139 * xresources.texi (X Resources): GTK options documented too.
7140 (Resources): Clarify meaning of program name.
7141 (Table of Resources): Add visualClass.
7142 (GTK resources): Rewrite.
7143 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7144
7145 * display.texi (Text Display): Mention non-breaking spaces.
7146
7147 * files.texi (Reverting): Document auto-revert-check-vc-info.
7148
7149 * frames.texi (Mouse Commands): Document
7150 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7151
7152 * help.texi (Help Summary): Add `C-h .'.
7153 (Apropos): Apropos accepts a list of search terms.
7154 Document apropos-sort-by-scores.
7155 (Help Echo): Document display-local-help.
7156
7157 * misc.texi (Emacs Server): Document server-name.
7158 (Invoking emacsclient): Document -s option for server names.
7159
7160 * text.texi (Outline Visibility): Introduce "current heading
7161 line" (commands can be called with point on a body line).
7162 Re-order table to follow the sequence of discussion.
7163 hide-body won't hide lines before first header line.
7164 (TeX Mode): Add DocTeX mode.
7165
7166 2005-03-24 Richard M. Stallman <rms@gnu.org>
7167
7168 * mule.texi (Single-Byte Character Support): Delete mention
7169 of iso-acc.el and iso-transl.el.
7170
7171 2005-03-23 Lute Kamstra <lute@gnu.org>
7172
7173 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7174
7175 2005-03-23 Richard M. Stallman <rms@gnu.org>
7176
7177 * search.texi: Delete explicit node pointers.
7178 (Incremental Search): New menu.
7179 (Basic Isearch, Repeat Isearch, Error in Isearch)
7180 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7181 (Slow Isearch): New subnodes.
7182 (Configuring Scrolling): Node deleted.
7183 (Search Case): Doc default-case-fold-search.
7184 (Regexp Replace): Move replace-regexp doc here.
7185
7186 * rmail.texi (Movemail): Put commas inside closequotes.
7187
7188 * picture.texi (Insert in Picture): Document C-c arrow combos.
7189 (Basic Picture): Clarify erasure.
7190
7191 * display.texi (Font Lock): Put commas inside closequotes.
7192
7193 * cmdargs.texi (General Variables): Put commas inside closequotes.
7194
7195 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
7196
7197 * building.texi (Stack Buffer): Mention reverse contrast for
7198 *selected* frame (might not be current frame).
7199
7200 2005-03-21 Richard M. Stallman <rms@gnu.org>
7201
7202 * building.texi (Starting GUD): Add bashdb.
7203
7204 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * basic.texi (Moving Point): Add M-g M-g binding.
7207 (Undo): Document undo-only.
7208 (Position Info): Document M-g M-g and C-u M-g M-g.
7209
7210 * building.texi (Building): Put Grep Searching after Compilation
7211 Shell.
7212 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7213 Document next-error-highlight.
7214 (Grep Searching): Document grep-highlight-matches.
7215 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7216
7217 * calendar.texi (Importing Diary): Rename node from iCalendar.
7218 Document diary-from-outlook.
7219
7220 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7221 Commands.
7222 Mention effect of X drag and drop on Dired buffers.
7223
7224 * files.texi (Visiting): Document large-file-warning-threshold.
7225 Move paragraph on file-selection dialog.
7226 Mention visiting files using X drag and drop.
7227 (Reverting): Mention using Auto-Revert mode to tail files.
7228 Document auto-revert-tail-mode.
7229 (Version Systems): Minor correction.
7230 (Comparing Files): Diff-mode is no longer based on Compilation
7231 mode.
7232 Document compare-ignore-whitespace.
7233 (Misc File Ops): Explain passing a directory to rename-file.
7234 Likewise for copy-file and make-symbolic-link.
7235
7236 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7237 Document mouse-wheel-progressive speed.
7238
7239 * help.texi (Misc Help): Document numeric argument for C-h i.
7240 Correctly explain the effect of just C-u as argument.
7241
7242 * killing.texi (Deletion): Document numeric argument for
7243 just-one-space.
7244
7245 * mini.texi (Completion): Completion acts on text before point.
7246
7247 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7248 (Emulation): CUA mode replaces pc-bindings-mode,
7249 pc-selection-mode, and s-region.
7250
7251 * mule.texi (Input Methods): Leim is now built-in.
7252 (Select Input Method): Document quail-show-key.
7253 (Specify Coding): Document revert-buffer-with-coding-system.
7254
7255 * programs.texi (Fortran Motion): Document f90-next-statement,
7256 f90-previous-statement, f90-next-block, f90-previous-block,
7257 f90-end-of-block, and f90-beginning-of-block.
7258
7259 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7260
7261 * emacs.texi (Acknowledgments): Updated.
7262
7263 * anti.texi: Total rewrite.
7264
7265 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
7266
7267 * ack.texi (Acknowledgments): Update.
7268
7269 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7270
7271 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7272 Update copyright years.
7273
7274 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * building.texi (Commands of GUD): Move paragraph on setting
7277 breakpoints with mouse to the GDB Graphical Interface node.
7278
7279 2005-03-07 Richard M. Stallman <rms@gnu.org>
7280
7281 * misc.texi (Single Shell, Shell Options): Fix previous change.
7282
7283 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7284
7285 2005-03-06 Richard M. Stallman <rms@gnu.org>
7286
7287 * building.texi (Starting GUD): Don't explain text vs graphical
7288 GDB here. Just mention it and xref.
7289 Delete "just one debugger process".
7290 (Debugger Operation): Move GUD tooltip info here.
7291 (GUD Tooltips): Node deleted.
7292 (GDB Graphical Interface): Explain the two GDB modes here.
7293
7294 * sending.texi (Sending Mail): Minor cleanup.
7295 (Mail Aliases): Explain quoting conventions.
7296 Update key rebinding example.
7297 (Header Editing): C-M-i is like M-TAB.
7298 (Mail Mode Misc): mail-attach-file does not do MIME.
7299
7300 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7301 that really belongs here.
7302 (Remote Mailboxes): Text moved to Rmail Inbox.
7303 (Rmail Display): Mention Mouse-1.
7304 (Movemail): Clarify two movemail versions.
7305 Clarify rmail-movemail-program.
7306
7307 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7308 Document async shell commands.
7309 (Shell History): Clarify.
7310 (Shell Ring): Mention C-UP an C-DOWN.
7311 (Shell Options): Add comint-prompt-read-only.
7312 (Invoking emacsclient): Set EDITOR to run Emacs.
7313 (Sorting): No need to explain what region is.
7314 (Saving Emacs Sessions): Fix typo.
7315 (Recursive Edit): Fix punctuation.
7316 (Emulation): Don't mention "PC bindings" which are standard.
7317 (Hyperlinking): Explain Mouse-1 convention here.
7318 (Find Func): Node deleted.
7319
7320 * help.texi (Name Help): Xref to Hyperlinking.
7321
7322 * glossary.texi (Glossary):
7323 Rename "Balance Parentheses" to "Balancing...".
7324 Add "Byte Compilation". Correct "Copyleft".
7325 New xref in "Customization".
7326 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7327 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7328 Rename "Registers" to "Register".
7329 Replace "Selecting" with "Selected Frame",
7330 "Selected Window", and "Selecting a Buffer".
7331
7332 * files.texi (Types of Log File): Explain how projects'
7333 methods can vary.
7334
7335 * display.texi (Faces): Delete "Emacs 21".
7336
7337 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7338 * fixit.texi (Spelling): C-M-i like M-TAB.
7339 * mini.texi (Completion Options): C-M-i like M-TAB.
7340 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7341 * text.texi (Text Mode): C-M-i like M-TAB.
7342
7343 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7344
7345 * calendar.texi (Specified Dates): Mention `g w'.
7346 (Appointments): appt-activate toggles with no arg.
7347
7348 2005-03-05 Juri Linkov <juri@jurta.org>
7349
7350 * cmdargs.texi (Emacs Invocation): Add cindex
7351 "invocation (command line arguments)".
7352 (Misc X): Add -nbc, --no-blinking-cursor.
7353
7354 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7355
7356 * calendar.texi (iCalendar): No need to require it now.
7357
7358 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
7359
7360 * trouble.texi (Contributing): Mention Savannah. Direct users to
7361 emacs-devel.
7362
7363 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7364
7365 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7366 window.
7367
7368 2005-02-27 Richard M. Stallman <rms@gnu.org>
7369
7370 * building.texi (Compilation): Update mode line status info.
7371
7372 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7373
7374 * calendar.texi (General Calendar): Document binding of
7375 scroll-other-window-down.
7376 (Mayan Calendar): Fix earliest date.
7377 (Time Intervals): Document timeclock-change.
7378 Fix timeclock-ask-before-exiting documentation.
7379
7380 2005-02-26 Kim F. Storm <storm@cua.dk>
7381
7382 * frames.texi (Mouse References):
7383 Add mouse-1-click-in-non-selected-windows.
7384
7385 2005-02-25 Richard M. Stallman <rms@gnu.org>
7386
7387 * screen.texi (Screen): Explain better about cursors and mode lines;
7388 don't presuppose text terminals.
7389 (Point): Don't assume just one cursor.
7390 Clarify explanation of cursors.
7391 (Echo Area, Menu Bar): Cleanups.
7392
7393 * mini.texi (Minibuffer): Prompts are highlighted.
7394 (Minibuffer Edit): Newline = C-j only on text terminals.
7395 Clarify resize-mini-windows values.
7396 Mention M-PAGEUP and M-PAGEDOWN.
7397 (Completion Commands): Mouse-1 like Mouse-2.
7398 (Minibuffer History): Explain history commands better.
7399 (Repetition): Add xref to Incremental Search.
7400
7401 * mark.texi (Setting Mark): Clarify info about displaying mark.
7402 Clarify explanation of C-@ and C-SPC.
7403 (Transient Mark): Mention Delete Selection mode.
7404 (Marking Objects): Clean up text about extending the region.
7405
7406 * m-x.texi (M-x): One C-g doesn't always go to top level.
7407 No delay before suggest-key-bindings output.
7408
7409 * fixit.texi (Fixit): Mention C-/ for undo.
7410 (Spelling): Mention ESC TAB like M-TAB.
7411 Replacement words with r and R are rechecked.
7412 Say where C-g leaves point. Mention ? as input.
7413
7414 2005-02-23 Lute Kamstra <lute@gnu.org>
7415
7416 * cmdargs.texi (Initial Options): Add cross reference.
7417
7418 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7419
7420 * emacs.texi (Top): Update menu for splitting of node in
7421 msdog.texi.
7422 * frames.texi (Frames): Update xref for splitting of node in
7423 msdog.texi.
7424 * trouble.texi (Quitting): Ditto.
7425
7426 2005-02-16 Richard M. Stallman <rms@gnu.org>
7427
7428 * windows.texi (Split Window): Simplify line truncation info
7429 and xref to Display Custom.
7430
7431 * trouble.texi (Quitting): Emergency escape only for text terminal.
7432 (Screen Garbled): C-l for ungarbling is only for text terminal.
7433
7434 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7435
7436 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7437
7438 * programs.texi (Program Modes): Mention Python mode.
7439 (Moving by Defuns): Repeating C-M-h extends region.
7440 (Basic Indent): Clarify.
7441 (Custom C Indent): Clarify.
7442 (Expressions): Repeating C-M-@ extends region.
7443 (Info Lookup): Clarify for C-h S.
7444 (Symbol Completion): ESC TAB alternative for M-TAB.
7445 (Electric C): Clarify.
7446
7447 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7448
7449 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7450 MS-DOS Input node.
7451 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7452 (MS-DOS and MULE): Clarify.
7453 (MS-DOS Processes, Windows Processes): Fix typos.
7454
7455 * major.texi (Choosing Modes): Clarify.
7456
7457 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7458 (Keyboard Macro Step-Edit): Clarify.
7459
7460 * indent.texi (Indentation): Clarifications.
7461
7462 * help.texi (Help): Correct error about C-h in query-replace.
7463 Clarify apropos vs C-h a. Fix how to search in FAQ.
7464 (Key Help): Describe C-h w here.
7465 (Name Help): Minor cleanup. C-h w moved to Key Help.
7466 Clarify the "object" joke.
7467 (Apropos): Clarify. Mouse-1 like Mouse-2.
7468 (Help Mode): Mouse-1 like Mouse-2.
7469
7470 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7471
7472 * display.texi (Display): Reorder menu.
7473 (Faces): Cleanup.
7474 (Font Lock): Cleanup. Mention Options menu.
7475 Delete obsolete text.
7476 (Scrolling): For C-l, don't presume text terminal.
7477 (Horizontal Scrolling): Simplify intro.
7478 (Follow Mode): Clarify.
7479 (Cursor Display): Move before Display Custom.
7480 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7481 Doc default-tab-width. Doc line truncation more thoroughly.
7482
7483 * dired.texi (Dired Enter): C-x C-f can run Dired.
7484 (Dired Visiting): Comment out `a' command.
7485 Mouse-1 is like Mouse-2.
7486 (Shell Commands in Dired): ? can be used more than once.
7487
7488 * basic.texi (Continuation Lines): Simplify description of truncation,
7489 and refer to Display Custom for the rest of it.
7490
7491 2005-02-06 Lute Kamstra <lute@gnu.org>
7492
7493 * basic.texi (Undo): Fix typo.
7494
7495 * cmdargs.texi (Emacs Invocation): Fix typo.
7496
7497 * custom.texi (Init Examples): Fix typo.
7498
7499 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7500
7501 2005-02-06 Richard M. Stallman <rms@gnu.org>
7502
7503 * regs.texi (Registers): Registers can hold numbers, too.
7504
7505 * killing.texi (Other Kill Commands): Cleanup.
7506 Delete redundant explanation of kill in read-only buffer.
7507 (Yanking): Mention term "copying".
7508 (Accumulating Text): Fix typo.
7509
7510 * entering.texi (Entering Emacs): Update rationale at start.
7511 (Exiting): Treat iconifying on a par with suspension.
7512
7513 * custom.texi (Minor Modes): Fix typo.
7514 (Easy Customization): Fix menu style.
7515 (Variables): Add xref.
7516 (Examining): Setting for future sessions works through .emacs.
7517 (Keymaps): "Text terminals", not "Many".
7518 (Init Rebinding): Explain \C-. Show example of \M-.
7519 Fix minor wording errors.
7520 (Function Keys): Explain vector syntax just once.
7521 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7522 (Init File): Mention .emacs.d directory.
7523 (Init Examples): Add xref.
7524 (Find Init): Mention .emacs.d directory.
7525
7526 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7527 (Action Arguments): Explain which kinds of -l args are found how.
7528 (Initial Options): --batch does not inhibit site-start.
7529 Add xrefs.
7530 (Command Example): Use --batch, not -batch.
7531
7532 * basic.texi (Inserting Text): Cleanup wording.
7533 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7534 C-n is not error at end of buffer.
7535 (Undo): Doc C-/ like C-_. Add xrefs.
7536 (Arguments): META key may be labeled ALT.
7537 Peculiar arg meanings are explained in doc strings.
7538
7539 * abbrevs.texi (Expanding Abbrevs): Clarify.
7540
7541 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7542
7543 * frames.texi (Frame Parameters): Add an xref to the description
7544 of list-colors-display. Add a pointer to the X docs about colors.
7545
7546 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
7547 Improve docs of list-colors-display.
7548
7549 2005-02-03 Lute Kamstra <lute@gnu.org>
7550
7551 * frames.texi (Frames, Drag and Drop): Fix typos.
7552
7553 2005-02-03 Richard M. Stallman <rms@gnu.org>
7554
7555 * windows.texi (Basic Window): Mention color-change in mode line.
7556 (Change Window): Explain dragging vertical boundaries.
7557
7558 * text.texi (Sentences): Clarify.
7559 (Paragraphs): Explain M-a and blank lines.
7560 (Outline Mode): Clarify text and menu.
7561 (Hard and Soft Newlines): Mention use-hard-newlines.
7562
7563 * frames.texi (Frames): Delete unnecessary mention of Windows.
7564 (Mouse Commands): Likewise. Mention xterm mouse support.
7565 (Clipboard): Clarify.
7566 (Mouse References): Mention use of Mouse-1 for following links.
7567 (Menu Mouse Clicks): Clarify.
7568 (Mode Line Mouse): Clarify.
7569 (Drag and Drop): Rewrite.
7570
7571 * fixit.texi (Spelling): Fix typo.
7572
7573 * files.texi (File Names): Clarify.
7574 (Visiting): Update conditions for use of file dialog. Clarify.
7575 (Saving): Doc d as answer in save-some-buffers.
7576 (Remote Files): Clean up the text.
7577
7578 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7579
7580 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7581 (List Buffers): Clarify.
7582 (Several Buffers): Doc T command.
7583 (Buffer Convenience): Clarify menu.
7584
7585 * basic.texi (Undo): Clarify last change.
7586
7587 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7588
7589 * fixit.texi (Spelling): Fix typo.
7590
7591 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * basic.texi (Undo): Update description of `undo-outer-limit'.
7594
7595 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * building.texi: Update documentation relating to GDB Graphical
7598 Interface.
7599
7600 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7601
7602 * custom.texi (Easy Customization): Adapt menu to node name change.
7603
7604 2005-01-30 Richard M. Stallman <rms@gnu.org>
7605
7606 * custom.texi (Easy Customization): Defn of "User Option" now
7607 includes faces. Don't say just "option" when talking about variables.
7608 Do say just "options" to mean "anything customizable".
7609 (Specific Customization): Describe `customize-variable',
7610 not `customize-option'.
7611
7612 * glossary.texi (Glossary) <Faces>: Add xref.
7613 <User Option>: Change definition--include faces. Change xref.
7614
7615 * picture.texi (Picture): Mention artist.el.
7616
7617 * sending.texi, screen.texi, programs.texi, misc.texi:
7618 * mini.texi, major.texi, maintaining.texi, macos.texi:
7619 * help.texi, frames.texi, files.texi:
7620 Don't say just "option" when talking about variables.
7621
7622 * display.texi, mule.texi: Don't say just "option" when talking
7623 about variables. Other minor cleanups.
7624
7625 2005-01-26 Lute Kamstra <lute@gnu.org>
7626
7627 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7628 File'. Mention the `-Q' option at the `--no-site-file' option.
7629
7630 2005-01-22 David Kastrup <dak@gnu.org>
7631
7632 * building.texi (Grep Searching): Mention alias `find-grep' for
7633 `grep-find'.
7634
7635 2005-01-20 Richard M. Stallman <rms@gnu.org>
7636
7637 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7638
7639 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7640
7641 * rmail.texi (Movemail): Explain differences
7642 between standard and mailutils versions of movemail.
7643 Describe command line and configuration options introduced
7644 with the latter.
7645 Explain the notion of mailbox URL, provide examples and
7646 cross-references to mailutils documentation.
7647 Describe various methods of specifying mailbox names,
7648 user names and user passwords for rmail.
7649 (Remote Mailboxes): New section.
7650 Describe how movemail handles remote mailboxes. Describe configuration
7651 options used to control its behavior.
7652 (Other Mailbox Formats): Explain handling of various mailbox
7653 formats.
7654
7655 2005-01-13 Richard M. Stallman <rms@gnu.org>
7656
7657 * commands.texi (Commands): Clarification.
7658
7659 2005-01-11 Richard M. Stallman <rms@gnu.org>
7660
7661 * programs.texi (Multi-line Indent): Fix previous change.
7662 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7663
7664 2005-01-08 Richard M. Stallman <rms@gnu.org>
7665
7666 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7667 lazy-highlight.
7668
7669 * search.texi (Query Replace): Mention faces query-replace
7670 and lazy-highlight.
7671 (Incremental Search): Update isearch highlighting info.
7672
7673 2005-01-04 Richard M. Stallman <rms@gnu.org>
7674
7675 * custom.texi (Saving Customizations): Minor improvement.
7676
7677 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7678
7679 * custom.texi (Saving Customizations): Emacs no longer loads
7680 `custom-file' after .emacs. No longer mention customizing through
7681 Custom.
7682
7683 2005-01-01 Andreas Schwab <schwab@suse.de>
7684
7685 * killing.texi (Graphical Kill): Move up under node Killing,
7686 change @section to @subsection.
7687
7688 2005-01-01 Richard M. Stallman <rms@gnu.org>
7689
7690 * custom.texi (Face Customization): Mention hex color specs.
7691
7692 * emacs.texi (Top): Update Killing submenu.
7693
7694 * killing.texi (Killing): Reorganize section.
7695 No more TeX-only text; put the node command at start of chapter.
7696 But the first section heading is used only in TeX.
7697 Rewrite the text to read better in this mode.
7698 (Graphical Kill): New subnode gets some of the text that
7699 used to be in the first section.
7700
7701 2004-12-31 Richard M. Stallman <rms@gnu.org>
7702
7703 * dired.texi (Shell Commands in Dired): Delete the ? example.
7704
7705 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7706
7707 * files.texi (Saving): Describe new require-final-newline features
7708 and mode-require-final-newline.
7709
7710 2004-12-29 Richard M. Stallman <rms@gnu.org>
7711
7712 * custom.texi (File Variables): Clarify previous change.
7713
7714 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
7715
7716 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7717 out now.
7718
7719 2004-12-27 Richard M. Stallman <rms@gnu.org>
7720
7721 * Makefile.in (MAKEINFO): Specify --force.
7722
7723 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7724 (Undo): Doc undo-outer-limit.
7725
7726 2004-12-15 Juri Linkov <juri@jurta.org>
7727
7728 * mark.texi (Transient Mark, Mark Ring): M-< and other
7729 movement commands don't set mark in Transient Mark mode
7730 if mark is active.
7731
7732 2004-12-12 Juri Linkov <juri@jurta.org>
7733
7734 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7735 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7736
7737 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7738 (Misc Dired Commands): Add @r{(Dired)} to w.
7739
7740 2004-12-12 Juri Linkov <juri@jurta.org>
7741
7742 * mark.texi (Marking Objects): Marking commands also extend the
7743 region when mark is active in Transient Mark mode.
7744
7745 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7746
7747 * custom.texi (Saving Customizations): Emacs only loads the custom
7748 file automatically after the init file in version 22.1 or later.
7749 Adapt text and examples to this fact.
7750
7751 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7754 be set through Custom. Otherwise, it has no effect.
7755
7756 2004-12-05 Richard M. Stallman <rms@gnu.org>
7757
7758 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7759 * entering.texi: Rename Command Line to Emacs Invocation.
7760
7761 * misc.texi (Term Mode): Correctly describe C-c.
7762
7763 * custom.texi (Easy Customization): Move up to section level,
7764 before Variables. Avoid using the term "variable"; say "option".
7765 New initial explanation.
7766 (Variables): In initial explanation, connect "variable" to the
7767 already-explained "user option".
7768
7769 * emacs.texi (Top): Fix ref to Command Line.
7770 Move reference to Easy Customization.
7771
7772 * xresources.texi (X Resources): Fix From link.
7773
7774 * doclicense.texi (GNU Free Documentation License): Fix To link.
7775
7776 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7777
7778 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7779
7780 2004-12-03 Richard M. Stallman <rms@gnu.org>
7781
7782 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7783
7784 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * kmacro.texi: Several small changes in addition to the following.
7787 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7788 defining a keyboard macro.
7789 Mention `kmacro-ring-max'.
7790 (Keyboard Macro Counter): Clarify description of
7791 `kmacro-insert-counter', `kmacro-set-counter',
7792 `kmacro-add-counter' and `kmacro-set-format'.
7793
7794 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * custom.texi (File Variables): Add `unibyte' and make it more
7797 clear that `unibyte' and `coding' are special. Suggested by Simon
7798 Krahnke <overlord@gmx.li>.
7799
7800 * mule.texi (Enabling Multibyte): Refer to File Variables.
7801 Suggested by Simon Krahnke <overlord@gmx.li>.
7802
7803 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
7804
7805 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7806 x-use-old-gtk-file-dialog.
7807
7808 2004-11-20 Richard M. Stallman <rms@gnu.org>
7809
7810 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7811
7812 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
7813
7814 * building.texi (Lisp Eval): Delete hyphen in section name.
7815
7816 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7817
7818 * files.texi (Old Versions):
7819 No longer document annotation as "CVS only".
7820
7821 2004-11-10 Andre Spiegel <spiegel@gnu.org>
7822
7823 * files.texi (Version Control): Rewrite the introduction about
7824 version systems, mentioning the new ones that we support.
7825 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
7826 suggestions.
7827
7828 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
7829
7830 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
7831
7832 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7833
7834 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7835
7836 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7837
7838 * text.texi (Text Based Tables, Table Definition)
7839 (Table Creation, Table Recognition, Cell Commands)
7840 (Cell Justification, Row Commands, Column Commands)
7841 (Fixed Width Mode, Table Conversion, Measuring Tables)
7842 (Table Misc): New nodes, documenting the Table Mode.
7843
7844 2004-10-19 Jason Rumney <jasonr@gnu.org>
7845
7846 * makefile.w32-in (info): Change order of arguments to makeinfo.
7847
7848 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7849
7850 * calendar.texi (iCalendar): Update for package changes.
7851
7852 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * files.texi (Misc File Ops): View mode is a minor mode.
7855
7856 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7857
7858 * calendar.texi (iCalendar): Style changes.
7859
7860 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * search.texi (Regexps): The regexp described in the example is no
7863 longer stored in the variable `sentence-end'.
7864
7865 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * building.texi (Starting GUD): Note that multiple debugging
7868 sessions requires `gdb --fullname'.
7869
7870 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
7871
7872 * calendar.texi (iCalendar): New section for a new package.
7873
7874 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7875
7876 * text.texi: Various small changes in addition to the following.
7877 (Text): Replace xref for autotype with inforef.
7878 (Sentences): Explain nil value for `sentence-end'.
7879 (Paragraphs): Update default values for `paragraph-start' and
7880 `paragraph-separate'.
7881 (Text Mode): Correct description of Text mode's effect on the
7882 syntax table.
7883 (Outline Visibility): `hide-other' does not hide top level headings.
7884 `selective-display-ellipses' no longer has an effect on Outline mode.
7885 (TeX Misc): Add missing @cindex.
7886 Replace xref for RefTeX with inforef.
7887 (Requesting Formatted Text): The variable
7888 `enriched-fill-after-visiting' no longer exists.
7889 (Editing Format Info): Update names of menu items and commands.
7890 (Format Faces): Mention special effect of specifying the default face.
7891 Describe inheritance of text properties.
7892 Correct description of `fixed' face.
7893 (Format Indentation): Correct description of effect of setting
7894 margins. Mention `set-left-margin' and `set-right-margin'.
7895 (Format Justification): Update names of menu items.
7896 `set-justification-full' is now bound to `M-j b'.
7897 Mention that `default-justification' is a per buffer variable.
7898 (Format Properties): Update name of menu item.
7899 (Forcing Enriched Mode): `format-decode-buffer' automatically
7900 turns on Enriched mode if the buffer is in text/enriched format.
7901
7902 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
7903
7904 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7905
7906 2004-09-28 Kim F. Storm <storm@cua.dk>
7907
7908 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7909 Align with new functionality.
7910
7911 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * display.texi (Display Custom): Remove stray `@end defvar'.
7914
7915 2004-09-23 Kim F. Storm <storm@cua.dk>
7916
7917 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7918 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7919
7920 2004-09-20 Richard M. Stallman <rms@gnu.org>
7921
7922 * custom.texi (Hooks): Explain using setq to clear out a hook.
7923 (File Variables): Explain multiline string constants.
7924 (Non-ASCII Rebinding): Explain when you need to update
7925 non-ASCII char codes in .emacs.
7926
7927 * building.texi (Compilation): Explain how to make a silent
7928 subprocess that won't be terminated. Explain compilation-environment.
7929
7930 2004-09-13 Kim F. Storm <storm@cua.dk>
7931
7932 * mini.texi (Repetition): Rename isearch-resume-enabled to
7933 isearch-resume-in-command-history and change default to disabled.
7934
7935 2004-09-09 Kim F. Storm <storm@cua.dk>
7936
7937 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7938 with new `kmacro-name-last-macro'.
7939
7940 2004-09-08 Juri Linkov <juri@jurta.org>
7941
7942 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7943
7944 2004-09-03 Juri Linkov <juri@jurta.org>
7945
7946 * search.texi (Incremental Search): Update wording for M-%.
7947
7948 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * killing.texi (Killing): Correct description of kill commands in
7951 read-only buffer.
7952
7953 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7954
7955 * building.texi (Compilation Mode): Add a paragraph about rules
7956 for finding the compilation buffer for `next-error'.
7957
7958 * search.texi (Other Repeating Search): Mention that Occur mode
7959 supports the next-error functionality.
7960
7961 2004-09-02 Juri Linkov <juri@jurta.org>
7962
7963 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7964
7965 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7966
7967 * kmacro.texi (Basic Keyboard Macro):
7968 `apply-macro-to-region-lines' now operates on all lines that begin
7969 in the region, rather than on all complete lines in the region.
7970
7971 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
7972
7973 * frames.texi (Drag and drop): Add documentation about
7974 x-dnd-test-function and x-dnd-known-types.
7975
7976 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7977
7978 * indent.texi: Various minor changes in addition to:
7979 (Indentation Commands): Correct description of `indent-relative'.
7980 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7981 mode. The *Tab Stops* buffer uses Overwrite Mode.
7982 (Just Spaces): `tabify' converts sequences of at least two spaces
7983 to tabs.
7984
7985 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * frames.texi (Secondary Selection): Setting the secondary
7988 selection with M-Drag-Mouse-1 does not alter the kill ring,
7989 setting it with M-Mouse-1 and M-Mouse-3 does.
7990 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7991 toolkit scroll bars.
7992 (Scroll Bars): Ditto.
7993
7994 * windows.texi (Basic Window): When using a window system, the value
7995 of point in a non-selected window is indicated by a hollow box.
7996 (Split Window): Side by side windows are separated by a scroll bar,
7997 if scroll bars are used.
7998 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7999 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8000 (Window Convenience): Update bindings for `winner-undo' and
8001 `winner-redo'.
8002
8003 * ack.texi (Acknowledgments): Use `@unnumbered'.
8004 * misc.texi: Adapt sectioning in Info to the node structure.
8005 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8006 of "Using Emacs as a Server".
8007 * building.texi (Building): Interchange nodes (for correct numbering).
8008 * programs.texi (Programs): Interchange nodes (for correct numbering).
8009 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8010 Info to the node structure.
8011 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8012 Rearrange order of nodes and sections such that both "GNU GENERAL
8013 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8014 end, as appropriate for appendices.
8015 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8016 Use `@unnumberedsec'.
8017 * trouble.texi: Adapt sectioning in Info to the node structure.
8018 Adapt node pointers to change in emacs.texi.
8019 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8020
8021 2004-08-25 Kenichi Handa <handa@m17n.org>
8022
8023 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8024 description for unibyte mode.
8025
8026 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8029
8030 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8031 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8032 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8033 in @pxref.
8034
8035 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8036
8037 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8038 Change section names.
8039
8040 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8041
8042 * kmacro.texi (Keyboard Macro Ring): Rename section.
8043 Emacs treats the head of the macro ring as the `last keyboard macro'.
8044 (Keyboard Macro Counter): Minor change.
8045 (Save Keyboard Macro): Some clarifications.
8046 (Edit Keyboard Macro): Rename section.
8047
8048 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8049 32-bit machines.
8050 (Several Buffers): Clarify which buffer is selected if `2' is
8051 pressed in the Buffer Menu.
8052 Auto Revert mode can be used to update the Buffer Menu
8053 automatically.
8054
8055 2004-08-21 Eli Zaretskii <eliz@gnu.org>
8056
8057 * help.texi (Misc Help): Add an index entry for finding an Info
8058 manual by its file name.
8059
8060 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * files.texi (Backup Deletion): Correct description of
8063 `delete-old-versions'.
8064 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8065 (Auto Save Files): Recommend `auto-save-mode' to reenable
8066 auto-saving, rather than the abbreviation `auto-save'.
8067
8068 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8069
8070 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8071 for "killing" and "yanking" in main menu.
8072
8073 2004-08-16 Richard M. Stallman <rms@gnu.org>
8074
8075 * killing.texi (Yanking, Killing): Minor cleanups.
8076
8077 * mark.texi (Momentary Mark): Minor cleanups.
8078
8079 2004-08-15 Kenichi Handa <handa@etl.go.jp>
8080
8081 * custom.texi (Non-ASCII Rebinding):
8082 C-q always inserts the right code to pass to global-set-key.
8083
8084 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8085
8086 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8087 `insert-register', instead of `C-x r g' binding, for consistency.
8088
8089 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * fixit.texi (Spelling): Fix typo.
8092
8093 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * help.texi (Help): Fix Texinfo usage.
8096
8097 2004-07-24 Richard M. Stallman <rms@gnu.org>
8098
8099 * text.texi (Paragraphs): Update how paragraphs are separated
8100 and the default for paragraph-separate.
8101
8102 * search.texi (Regexp Replace): Further update text for new
8103 replacement operators.
8104
8105 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8106
8107 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8108 `R' switch.
8109
8110 * dired.texi (Dired Updating): `k' only deletes inserted
8111 subdirectories from the Dired buffer if a prefix argument was given.
8112
8113 * search.texi (Regexps): Delete redundant definition of `symbol' in
8114 description of `\_>'. It already occurs in the description of `\_<'.
8115
8116 2004-07-01 Juri Linkov <juri@jurta.org>
8117
8118 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8119 (Regexp Search): Add M-r.
8120
8121 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8124
8125 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8126
8127 * search.texi, calendar.texi: Markup fixes.
8128
8129 2004-06-25 Richard M. Stallman <rms@gnu.org>
8130
8131 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8132
8133 2004-06-25 David Kastrup <dak@gnu.org>
8134
8135 * search.texi (Regexp Replace): Some typo corrections and
8136 rearrangement.
8137
8138 2004-06-24 David Kastrup <dak@gnu.org>
8139
8140 * search.texi (Unconditional Replace): Use replace-string instead
8141 of query-replace in example.
8142 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8143 sequences.
8144 (Query Replace): Correct explanation of `^' which does not use
8145 the mark stack.
8146
8147 2004-06-21 Nick Roberts <nickrob@gnu.org>
8148
8149 * misc.texi (Shell History Copying): Document comint-insert-input.
8150 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8151
8152 2004-06-20 Jesper Harder <harder@ifa.au.dk>
8153
8154 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8155 * custom.texi (Customization): Do.
8156 * anti.texi (Antinews): Do.
8157 * abbrevs.texi (Defining Abbrevs): Do.
8158
8159 * programs.texi (Info Lookup): Fix keybinding for
8160 info-lookup-symbol.
8161
8162 2004-06-16 Juanma Barranquero <lektu@terra.es>
8163
8164 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8165 Add emacs-xtra.
8166 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8167 (clean): Add emacs-xtra and flymake. Remove redundancies.
8168
8169 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8170
8171 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8172 Add emacs-xtra.
8173 * emacs-xtra.texi: New file.
8174
8175 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8178 (Dired and Find): Mention differences with ordinary Dired buffers.
8179
8180 2004-06-13 Richard M. Stallman <rms@gnu.org>
8181
8182 * custom.texi (Init Syntax): Explain about vars that do special
8183 things when set with setq or with Custom.
8184 (Init Examples): Add line-number-mode example.
8185
8186 2004-06-12 Juri Linkov <juri@jurta.org>
8187
8188 * dired.texi (Operating on Files): Add dired-do-touch.
8189
8190 2004-06-10 Juri Linkov <juri@jurta.org>
8191
8192 * building.texi (Lisp Eval): Add C-M-x on defface.
8193
8194 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * files.texi (Reverting): Auto-Revert mode and
8197 Global Auto-Revert mode no longer revert remote files.
8198
8199 2004-05-29 Richard M. Stallman <rms@gnu.org>
8200
8201 * custom.texi (Init File): Two dashes start --no-site-file.
8202
8203 2004-05-29 Alan Mackenzie <acm@muc.de>
8204
8205 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
8206 ("AWK"): Is consistently thus spelled throughout.
8207 (AWK, Pike): Document as "C-like modes".
8208 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8209 (M-x man): Supersedes M-x manual-entry.
8210 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8211
8212 ("Comments in C"): Delete node; the info is in CC Mode manual.
8213 (c-comment-only-line-offset): Remove description.
8214
8215 (C-c ., C-c C-c): Describe new C Mode bindings.
8216
8217 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8218 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8219 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8220 Amend definitions.
8221
8222 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8223 Describe functions.
8224
8225 (c-comment-start-regexp, c-hanging-comment-ender-p)
8226 (c-hanging-comment-starter-p): Remove obsolete definitions.
8227
8228 * emacs.texi: Remove the menu entry "Comments in C".
8229
8230 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8233 `M-x locate'.
8234
8235 2004-05-16 Karl Berry <karl@gnu.org>
8236
8237 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8238 makeinfo --html fails.
8239 * help.texi (Help Summary) [@ifnottex]: Likewise.
8240
8241 2004-05-13 Nick Roberts <nickrob@gnu.org>
8242
8243 * building.texi (GDB Graphical Interface): Update and describe
8244 layout first.
8245
8246 2004-05-04 Jason Rumney <jasonr@gnu.org>
8247
8248 * makefile.w32-in: Revert last change.
8249
8250 2004-05-03 Jason Rumney <jasonr@gnu.org>
8251
8252 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8253
8254 2004-04-23 Juanma Barranquero <lektu@terra.es>
8255
8256 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8257
8258 2004-04-18 Juri Linkov <juri@jurta.org>
8259
8260 * fixit.texi (Spelling): Remove file extension from ispell xref.
8261
8262 2004-04-15 Kim F. Storm <storm@cua.dk>
8263
8264 * cmdargs.texi (Initial Options): Add -Q.
8265
8266 2004-04-05 Kim F. Storm <storm@cua.dk>
8267
8268 * custom.texi (File Variables): Add safe-local-eval-forms.
8269
8270 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8271
8272 * files.texi (Reverting): Correct description of revert-buffer's
8273 handling of point.
8274
8275 2004-03-22 Juri Linkov <juri@jurta.org>
8276
8277 * emacs.texi (Top): Add `Misc X'.
8278
8279 * trouble.texi: Fix help key bindings.
8280
8281 * glossary.texi: Improve references.
8282
8283 * help.texi: Sync keywords with finder.el.
8284
8285 * mini.texi (Completion): Add description for menu items.
8286
8287 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8288
8289 * sending.texi (Mail Methods): Fix xref to Message manual.
8290
8291 2004-03-12 Richard M. Stallman <rms@gnu.org>
8292
8293 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8294
8295 2004-03-04 Richard M. Stallman <rms@gnu.org>
8296
8297 * search.texi (Regexps): Explain that ^ and $ have their
8298 special meanings only in certain contexts.
8299
8300 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8301
8302 * mule.texi (Specify Coding): Doc C-x RET F.
8303
8304 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8305 for multiple compile and grep buffers.
8306 (Indirect Buffers): Don't recommand clone-indirect-buffer
8307 for multiple compile and grep buffers.
8308
8309 2004-02-29 Juanma Barranquero <lektu@terra.es>
8310
8311 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8312 Use $(DEL) instead of rm, and ignore exit code.
8313
8314 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
8315
8316 * building.texi (Watch Expressions): Update.
8317
8318 2004-02-21 Juri Linkov <juri@jurta.org>
8319
8320 * cmdargs.texi (Action Arguments): Add alias --find-file.
8321 Add --directory, --help, --version. Move text about command-line-args
8322 to Command Arguments.
8323 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8324 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8325 (Window Size X): Join -g and --geometry. Add @cindex.
8326 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8327 (Title X): Remove alias -title.
8328 (Misc X): New node.
8329
8330 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8331
8332 * frames.texi (Drag and drop): Add Motif to list of supported
8333 protocols.
8334
8335 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8336
8337 * frames.texi (Drag and drop): New section.
8338
8339 2004-01-24 Richard M. Stallman <rms@gnu.org>
8340
8341 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8342 Include it only @ifnotinfo. Patch the preceding and following
8343 node headers to point to each other.
8344
8345 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8346
8347 * calendar.texi (Appointments): Update section.
8348
8349 2003-12-29 Kevin Ryde <user42@zip.com.au>
8350
8351 * programs.texi (C Modes): Fix the xref.
8352
8353 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8354
8355 * building.texi (Watch Expressions): Update.
8356 (Commands of GUD): Include use of toolbar + breakpoints set from
8357 fringe/margin.
8358
8359 2003-12-03 Andre Spiegel <spiegel@gnu.org>
8360
8361 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8362 <acm@muc.de>.
8363
8364 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8365
8366 * frames.texi (Dialog Boxes): Add use-file-dialog.
8367
8368 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8369
8370 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8371 in CC Mode.
8372
8373 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8374
8375 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8376 * man/commands.texi, man/custom.texi, man/display.texi:
8377 * man/emacs.texi, man/files.texi:
8378 * man/frames.texi, man/glossary.texi, man/killing.texi:
8379 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8380 * man/mule.texi, man/rmail.texi, man/search.texi:
8381 * man/sending.texi, man/text.texi, man/trouble.texi:
8382 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8383
8384 2003-11-01 Alan Mackenzie <acm@muc.de>
8385
8386 * search.texi (Scrolling During Incremental Search): Document a
8387 new scrolling facility in isearch mode.
8388
8389 2003-10-22 Miles Bader <miles@gnu.org>
8390
8391 * Makefile.in (info): Move before $(top_srcdir)/info.
8392
8393 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
8394
8395 * building.texi (Watch Expressions): Update section on data display
8396 to reflect code changes (GDB Graphical Interface).
8397
8398 2003-10-13 Richard M. Stallman <rms@gnu.org>
8399
8400 * xresources.texi (GTK resources): Clean up previous change.
8401
8402 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8403
8404 * xresources.texi (GTK resources): Add a note that some themes
8405 disallow customizations. Add scroll theme example.
8406
8407 2003-09-30 Richard M. Stallman <rms@gnu.org>
8408
8409 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8410
8411 * misc.texi (Saving Emacs Sessions): Shorten the section,
8412 collapsing back into one node.
8413
8414 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8415
8416 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8417
8418 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8419
8420 * xresources.texi (GTK names in Emacs): Correct typo.
8421
8422 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8423
8424 * cmdargs.texi (Font X): Mention new default font.
8425 More fully describe long font names, wildcard patterns and the
8426 problems involved. (Result of discussion on emacs-devel.)
8427
8428 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8429
8430 * emacs.texi (Acknowledgements): Correct typo.
8431
8432 2003-09-22 Richard M. Stallman <rms@gnu.org>
8433
8434 * dired.texi (Misc Dired Commands): New node.
8435 (Dired Navigation): Add dired-goto-file.
8436
8437 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8438
8439 * emacs.texi (Acknowledgements): New node, split from Distribution.
8440
8441 * cmdargs.texi (Action Arguments): -f reads interactive args.
8442
8443 2003-09-08 Lute Kamstra <lute@gnu.org>
8444
8445 * screen.texi (Mode Line): Say that POS comes before LINE.
8446 Mention `size-indication-mode'.
8447 * display.texi (Optional Mode Line):
8448 Document `size-indication-mode'.
8449 * basic.texi (Position Info): Mention `size-indication-mode'.
8450
8451 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8452
8453 * xresources.texi (Resources): Refer to `editres' man page.
8454 (Lucid Resources): Update defaults. Expand description of
8455 `shadowThickness'.
8456
8457 2003-09-04 Miles Bader <miles@gnu.org>
8458
8459 * Makefile.in (top_srcdir): New variable.
8460 ($(top_srcdir)/info): New rule.
8461 (info): Depend on it.
8462
8463 2003-09-03 Peter Runestig <peter@runestig.com>
8464
8465 * makefile.w32-in: New file.
8466
8467 2003-08-29 Richard M. Stallman <rms@gnu.org>
8468
8469 * misc.texi (Saving Emacs Sessions): Correct previous change.
8470
8471 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8472
8473 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8474 (Intro): Include kmacro.texi after fixit.texi instead of after
8475 custom.texi. (As suggested by Kim Storm.)
8476
8477 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8478
8479 * fixit.texi (Fixit): Update `Next' pointer.
8480 * files.texi (Files): Update `Previous' pointer.
8481 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8482 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8483 (Suggested by Kim Storm.)
8484 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8485
8486 2003-08-18 Kim F. Storm <storm@cua.dk>
8487
8488 * kmacro.texi: New file describing enhanced keyboard macro
8489 functionality. Replaces old description in custom.texi.
8490
8491 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8492 (Keyboard Macros): Move to new kmacro.texi file.
8493
8494 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8495
8496 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8497
8498 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8499
8500 2003-08-17 Alex Schroeder <alex@gnu.org>
8501
8502 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8503 required.
8504
8505 2003-08-05 Richard M. Stallman <rms@gnu.org>
8506
8507 * programs.texi (Lisp Indent): Don't describe
8508 lisp-indent-function property here. Use xref to Lisp Manual.
8509
8510 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8511
8512 * calendar.texi (Date Formats): Document changed behavior of
8513 abbreviations.
8514
8515 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
8516
8517 * buffers.texi (List Buffers): Fix previous change.
8518
8519 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
8520
8521 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8522 List*.
8523
8524 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8525
8526 * display.texi (Font Lock): Fix typo.
8527
8528 2003-07-07 Richard M. Stallman <rms@gnu.org>
8529
8530 * display.texi (Font Lock): Add xref for format info on
8531 font-lock-remove-keywords.
8532
8533 * building.texi (Compilation): Document what happens with asynch
8534 children of compiler process.
8535
8536 * help.texi (Library Keywords): Use @multitable.
8537
8538 2003-06-04 Richard M. Stallman <rms@gnu.org>
8539
8540 * programs.texi (Expressions): Delete C-M-DEL.
8541
8542 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8543 comint-move-point-for-output renamed from
8544 comint-scroll-to-bottom-on-output.
8545
8546 * custom.texi (Init Rebinding): Replace previous change with xref.
8547 (Non-ASCII Rebinding): Explain that issue more briefly here.
8548
8549 2003-05-28 Richard M. Stallman <rms@gnu.org>
8550
8551 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8552
8553 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
8554
8555 * building.texi (GDB Graphical Interface): New node.
8556 (Rewritten somewhat by RMS.)
8557
8558 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8559
8560 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8561 non-English letters. Explain how to set coding systems correctly
8562 and how to include the right coding cookie in the file.
8563
8564 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8565
8566 * indent.texi (Indentation): Explain the concepts.
8567 (Just Spaces): Explain why preventing tabs for indentation might
8568 be useful.
8569
8570 2003-04-16 Richard M. Stallman <rms@gnu.org>
8571
8572 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8573
8574 2003-02-22 Alex Schroeder <alex@emacswiki.org>
8575
8576 * cmdargs.texi (General Variables): Document SMTPSERVER.
8577
8578 * sending.texi: Remove SMTP node.
8579 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8580 library.
8581
8582 2003-02-22 Alex Schroeder <alex@emacswiki.org>
8583
8584 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8585
8586 2003-02-22 Simon Josefsson <jas@extundo.com>
8587
8588 * sending.texi (Mail Methods): Add node about SMTP.
8589
8590 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8591
8592 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8593
8594 2003-02-01 Kevin Ryde <user42@zip.com.au>
8595
8596 * glossary.texi (Glossary): Correction to cl cross reference.
8597
8598 2003-01-20 Richard M. Stallman <rms@gnu.org>
8599
8600 * killing.texi (Rectangles): Document C-x c r.
8601
8602 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8603
8604 * xresources.texi (GTK resources): New node.
8605 (GTK widget names): New node.
8606 (GTK names in Emacs): New node.
8607 (GTK styles): New node.
8608
8609 2003-01-09 Francesco Potortì <pot@gnu.org>
8610
8611 * maintaining.texi (Create Tags Table): Add reference to the new
8612 `etags --help --lang=LANG' option.
8613
8614 2002-10-02 Karl Berry <karl@gnu.org>
8615
8616 * emacs.texi: Per rms, update all manuals to use @copying instead of
8617 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
8618 where needed for the sake of the HTML output.
8619
8620 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8621
8622 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8623 source files.
8624
8625 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8626
8627 * Makefile.in (emacsman): New target.
8628
8629 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8630
8631 * (Version 21.1 released.)
8632
8633 2001-10-05 Gerd Moellmann <gerd@gnu.org>
8634
8635 * Branch for 21.1.
8636
8637 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8638
8639 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8640
8641 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8644
8645 1999-07-12 Richard Stallman <rms@gnu.org>
8646
8647 * Version 20.4 released.
8648
8649 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8650
8651 * Makefile.in (INFO_TARGETS): Delete customize.info.
8652 (DVI_TARGETS): Delete customize.dvi.
8653 (../info/customize, customize.dvi): Targets deleted.
8654
8655 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8656
8657 * Version 20.3 released.
8658
8659 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8660
8661 * Makefile.in (EMACSSOURCES): Add mule.texi.
8662 Add msdog.texi, ack.texi. Remove gnu1.texi.
8663
8664 1998-04-06 Andreas Schwab <schwab@gnu.org>
8665
8666 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8667 Use it in dvi targets.
8668
8669 1997-09-23 Paul Eggert <eggert@twinsun.com>
8670
8671 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8672 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8673 (../info/customize): Rename from ../info/custom.
8674
8675 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8676
8677 * Version 20.2 released.
8678
8679 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8680
8681 * Version 20.1 released.
8682
8683 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8684
8685 * Makefile (../info/customize, customize.dvi): New targets.
8686 (INFO_TARGETS): Add ../info/customize.
8687 (DVI_TARGETS): Add customize.dvi.
8688
8689 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8690
8691 * Version 19.33 released.
8692
8693 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8694
8695 * Version 19.32 released.
8696
8697 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8698
8699 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8700
8701 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8702
8703 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8704 Specify -I option.
8705 (All dvi targets): Set the TEXINPUTS variable.
8706
8707 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8708
8709 * Version 19.31 released.
8710
8711 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8712
8713 * Version 19.30 released.
8714
8715 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8716
8717 * Makefile.in (maintainer-clean): Rename from realclean.
8718
8719 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8720
8721 * Makefile.in: New file.
8722 * Makefile: File deleted.
8723
8724 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8725
8726 * Makefile (TEXINDEX_OBJS): Variable deleted.
8727 (texindex, texindex.o, getopt.o): Rules deleted.
8728 All deps on texindex deleted.
8729 (distclean): Don't delete texindex.
8730 (mostlyclean): Don't delete *.o.
8731 * texindex.c, getopt.c: Files deleted.
8732
8733 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8734
8735 * Version 19.26 released.
8736
8737 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8738
8739 * Makefile (EMACSSOURCES): Exclude undo.texi.
8740
8741 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8742
8743 * Version 19.25 released.
8744
8745 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8746
8747 * Version 19.24 released.
8748
8749 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8750
8751 * Version 19.23 released.
8752
8753 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8754
8755 * Makefile: Delete spurious tab.
8756
8757 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8758
8759 * Makefile (.SUFFIXES): New rule.
8760
8761 1993-12-04 Richard Stallman (rms@srarc2)
8762
8763 * getopt.c: New file.
8764 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8765 (getopt.o): New rule.
8766 (dvi): Don't depend on texindex.
8767 (emacs.dvi): Depend on texindex.
8768
8769 1993-12-03 Richard Stallman (rms@srarc2)
8770
8771 * Makefile (TEXI2DVI): New variable.
8772 (emacs.dvi): Add explicit command.
8773 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8774
8775 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8776
8777 * Version 19.22 released.
8778
8779 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8780
8781 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8782
8783 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8784
8785 * Version 19.21 released.
8786
8787 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8788
8789 * Makefile (realclean): Don't delete the Info files.
8790
8791 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8792
8793 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8794 4' where appropriate.
8795
8796 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8797
8798 * Makefile: Fix targets for texindex.
8799
8800 * texindex.c: Include "../src/config.h" if building in emacs.
8801
8802 * Makefile: Change all files to FILENAME.texi, force all targets
8803 to be FILENAME, not FILENAME.info.
8804 Add target to build texindex.c, defining `emacs'.
8805
8806 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8807
8808 * Version 19.19 released.
8809
8810 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8811
8812 * Version 19.18 released.
8813
8814 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8815
8816 * Makefile: Fix source file names of the separate manuals.
8817
8818 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8819
8820 * Version 19.17 released.
8821
8822 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8823
8824 * split-man: Fix typos in last change.
8825
8826 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8827
8828 * Version 19.16 released.
8829
8830 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8831
8832 * version 19.15 released.
8833
8834 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8835
8836 * Makefile (distclean): It's rm, not rf.
8837
8838 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8839
8840 * Version 19.14 released.
8841
8842 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8843
8844 * Makefile: New file.
8845
8846 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8847
8848 * Version 19.13 released.
8849
8850 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8851
8852 * Version 19.9 released.
8853
8854 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8855
8856 * Version 19.8 released.
8857
8858 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8859
8860 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8861
8862 * trouble.texi: It's `enable-flow-control-on', not
8863 `evade-flow-control-on'.
8864
8865 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8866
8867 * display.texi: Document standard-display-european.
8868
8869 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8870
8871 * Version 19.7 released.
8872
8873 * emacs.texi: Add a sentence to the top menu mentioning the
8874 specific version of Emacs this manual applies to.
8875
8876 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8877
8878 * basic.texi: Document next-line-add-lines variable used to
8879 implement down-arrow.
8880
8881 * killing.texi: Document kill-whole-line.
8882
8883 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8884
8885 * text.texi: Update unix TeX ordering information.
8886
8887 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8888
8889 * news.texi: Mention fill-rectangle in keybinding list.
8890
8891 * killing.texi: Document fill-rectangle.
8892
8893 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8894
8895 * vc.texi: Bring the docs up to date with VC 5.2.
8896
8897 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8898
8899 * emacs.tex: Mention blackbox and gomoku under Amusements.
8900 Assembler mode is now mentioned and appropriately indexed
8901 under Programming Modes.
8902
8903 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8904
8905 * emacs.tex: Update TeX ordering information.
8906
8907 1990-06-26 David Lawrence (tale@geech)
8908
8909 * emacs.tex: Note that completion-ignored-extensions is not used
8910 to filter out names when all completions are displayed in
8911 *Completions*.
8912
8913 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8914
8915 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8916
8917 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8918
8919 * emacs.tex: Add @findex grep.
8920
8921 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8922
8923 * emacs.tex: Correct two typos. No other changes before
8924 Version 19 will be made.
8925
8926 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8927
8928 * emacs.tex: Update information for obtaining TeX distribution from the
8929 University of Washington.
8930
8931 ;; Local Variables:
8932 ;; coding: utf-8
8933 ;; End:
8934
8935 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8936
8937 This file is part of GNU Emacs.
8938
8939 GNU Emacs is free software: you can redistribute it and/or modify
8940 it under the terms of the GNU General Public License as published by
8941 the Free Software Foundation, either version 3 of the License, or
8942 (at your option) any later version.
8943
8944 GNU Emacs is distributed in the hope that it will be useful,
8945 but WITHOUT ANY WARRANTY; without even the implied warranty of
8946 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8947 GNU General Public License for more details.
8948
8949 You should have received a copy of the GNU General Public License
8950 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.