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