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