* doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
3a05ff1d
GM
12012-02-16 Glenn Morris <rgm@gnu.org>
2
3b19a30d
GM
3 * dired-xtra.texi (Subdir Switches): Small fixes.
4
3a05ff1d
GM
5 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
6
9f26dc24
GM
72012-02-15 Glenn Morris <rgm@gnu.org>
8
9 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
10
fb969a57
GM
112012-02-12 Glenn Morris <rgm@gnu.org>
12
13 * ack.texi (Acknowledgments):
14 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
15
0aca1292
GM
162012-02-10 Glenn Morris <rgm@gnu.org>
17
104dc9c6
GM
18 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
19
0aca1292
GM
20 * programs.texi (Misc for Programs): Mention electric-layout-mode.
21
91af9d2e
GM
222012-02-09 Glenn Morris <rgm@gnu.org>
23
0aca1292
GM
24 * buffers.texi (Misc Buffer): M-x info does not seem to require a
25 buffer switch after M-x rename-uniquely.
63c727b2 26
91af9d2e
GM
27 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
28
1ef1990c
JB
292012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
30
31 * text.texi (Org Mode): Fix typo.
32
e74e58c9
GM
332012-02-08 Glenn Morris <rgm@gnu.org>
34
cefee440
GM
35 * ack.texi (Acknowledgments): Update emacs-lock info.
36
a7686350
GM
37 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
38
e74e58c9
GM
39 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
40
fe93bc91
GM
412012-02-07 Glenn Morris <rgm@gnu.org>
42
43 * files.texi (File Conveniences): Mention ImageMagick images.
44
d273439c
GM
452012-02-05 Glenn Morris <rgm@gnu.org>
46
649f602c
GM
47 * trouble.texi (Checklist): Mention debug-on-event.
48
d273439c
GM
49 * maintaining.texi (Maintaining): Add cross-ref to ERT.
50
a9410bdf
GM
512012-02-04 Glenn Morris <rgm@gnu.org>
52
1f5e1a16
GM
53 * macos.texi (Customization options specific to Mac OS / GNUstep):
54 New subsection.
55
b7314ef7
GM
56 * display.texi (Colors): Mention list-colors-sort.
57
a9410bdf
GM
58 * files.texi (File Conveniences): Mention image animation.
59
75319d7f
CY
602012-01-31 Chong Yidong <cyd@gnu.org>
61
62 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
63 scroll bars (Bug#10666).
64
2680c309
CY
652012-01-28 Chong Yidong <cyd@gnu.org>
66
691db250
CY
67 * files.texi (Filesets): Fix typos.
68
2680c309
CY
69 * display.texi (Faces): Add xref to Colors node.
70
2a90dfca
DM
712012-01-27 Dani Moncayo <dmoncayo@gmail.com>
72
73 * buffers.texi (Select Buffer): Clarify explanation of switching
74 to new buffers. Fix description of next-buffer and
6df6ae42 75 previous-buffer (Bug#10334).
2a90dfca
DM
76 (Misc Buffer): Add xref to View Mode.
77
78 * text.texi (Fill Commands): Fix description of
79 sentence-end-double-space.
80
20d2304d
CY
812012-01-23 Chong Yidong <cyd@gnu.org>
82
f088cb8b 83 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 84
01ec1eed
VS
852012-01-16 Volker Sobek <reklov@live.com> (tiny change)
86
87 * programs.texi (Comment Commands): Typo (bug#10514).
88
06848b82
CY
892012-01-15 Chong Yidong <cyd@gnu.org>
90
91 * xresources.texi (X Resources): Describe GTK+ case first.
92 (Resources): Don't use borderWidth as an example, since it doesn't
93 work with GTK+.
94 (Table of Resources): Clarify role of several resources, including
95 the Emacs 24 behavior of cursorBlink etc.
96 (Face Resources): Node deleted. Recommend using Customize
97 instead. Add paragraph to `Table of Resources' node summarizing
98 how to use X resources for changing faces.
99 (Lucid Resources): Rewrite, omitting description of font names,
100 referring to the Fonts node instead.
101 (LessTif Resources): Copyedits.
102 (GTK resources): Rewrite, describing the difference between gtk2
103 and gtk3.
104 (GTK Resource Basics): New node.
105 (GTK Widget Names, GTK Names in Emacs): Rewrite.
106 (GTK styles): Just refer to Fonts node for GTK font format.
107
108 * display.texi (Faces): Document the cursor face.
109
a73a3461
CY
1102012-01-14 Chong Yidong <cyd@gnu.org>
111
01ec1eed 112 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
113 (General Variables): Add xref to Lisp Libraries.
114 (Initial Options): Copyedits.
115 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
116 (Environment): Clarify what getenv does.
117 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
118 light backgrounds on xterms.
119 (Misc Variables): TEMP and TMP are not Windows-specific.
120 (Display X): Copyedits.
121 (Colors X): -bd does nothing for GTK.
122 (Icons X): Gnome 3 doesn't use taskbars.
123
124 * misc.texi (Shell): Document exec-path here.
125
126 * rmail.texi (Movemail): Add xref for exec-path.
127
e517eda4
GM
1282012-01-13 Glenn Morris <rgm@gnu.org>
129
130 * dired.texi (Dired and Find): Clarify find-ls-options.
131
1de76afe
CY
1322012-01-09 Chong Yidong <cyd@gnu.org>
133
134 * custom.texi (Custom Themes): Switched custom-safe-themes to use
135 SHA-256.
136
c61ab18c
CY
1372012-01-07 Chong Yidong <cyd@gnu.org>
138
e490b289
CY
139 * display.texi (Useless Whitespace): Add Whitespace mode.
140
1de77c4c
CY
141 * custom.texi (Hooks): Discuss how to disable minor modes.
142
143 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 144 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 145
c61ab18c
CY
146 * trouble.texi (Lossage): Refer to Bugs node for problems.
147 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
148 (Screen Garbled): Don't refer to terminal "manufacturers".
149 (Total Frustration): Node deleted. Eliza is documented in
150 Amusements now.
151 (Known Problems): More info about using the bug tracker. Mention
152 debbugs package.
153 (Bug Criteria): Copyedits.
154 (Understanding Bug Reporting): Mention emacs -Q.
155
89bd9ccd
CY
1562012-01-06 Chong Yidong <cyd@gnu.org>
157
158 * custom.texi (Specifying File Variables): The mode: keyword
159 doesn't have to be first anymore. Add example of specifying minor
160 modes.
161 (Directory Variables): Simplify example. Mention application to
162 non-file buffers.
163 (Disabling): Use "initialization file" terminology.
164 (Init Examples): Fix hook example.
165
8034735f
EZ
1662012-01-06 Eli Zaretskii <eliz@gnu.org>
167
168 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
169 (Bug#10422)
170 Move the stuff about resources to xresources.texi.
171
172 * xresources.texi (Resources): Move information about setting X
173 resources in the Registry from cmdargs.texi. Make the index entry
174 be similar to the one in cmdargs.texi.
175
b0d7d8af
CY
1762012-01-05 Chong Yidong <cyd@gnu.org>
177
178 * custom.texi (Customization Groups): Update example.
179 (Browsing Custom): Document the new search field.
180 (Changing a Variable): Update example for Emacs 24 changes.
181 Document Custom-set and Custom-save commands.
182 (Face Customization): Document Emacs 24 changes. De-document
183 modify-face.
184 (Specific Customization): Mention customize-variable.
185 (Custom Themes): Add customize-themes, custom-theme-load-path,
186 custom-theme-directory, and describe-theme.
187 (Creating Custom Themes): New node.
188 (Examining): Mention M-:.
189
190 * package.texi (Packages): Fix typo.
191
88c5c7c8
CY
1922012-01-03 Chong Yidong <cyd@gnu.org>
193
194 * misc.texi (Single Shell): Don't document Lisp usage of
195 shell-command. Tidy up discussion of synchronicity. Add index
196 entries for async-shell-command.
197 (Interactive Shell): Note that M-x shell uses shell-file-name.
198 Note change in behavior in Emacs 24.
199 (Shell Mode): Shell mode now uses completion-at-point.
200 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
201 default method for recognizing prompts nowadays.
202 (Shell Ring): Add xref to Minibuffer History.
203 (Directory Tracking): Explain Dirtrack mode in more detail.
204 (Term Mode): Fix index entries.
205 (Paging in Term): Merge into Term Mode.
206 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
207 (Printing): Fix xref. State default of lpr-switches.
208 (PostScript): Remove obsolete sentence. Omit description of
209 non-interactive behaviors.
210 (Hyperlinking): Improve description.
211 (Browse-URL): Using compose-mail for mailto URLs is the default.
212 Document browse-url-mailto-function.
213 (Goto Address mode): Add index entries. Add xref to Browse-URL.
214 (FFAP): FFAP is not a minor mode.
215 (Amusements): M-x lm was renamed to M-x landmark. Document
216 nato-region.
217
b8ecfdfe
CY
2182012-01-01 Chong Yidong <cyd@gnu.org>
219
220 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
221 (Gnus Startup): Note that the system might not be set up for news.
222 Describe group levels more clearly.
223 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
224 Summary of Gnus.
225 (Document View): Copyedits. Move zoom commads to DocView
226 Navigation node.
227 (DocView Navigation, DocView Searching, DocView Slicing)
228 (DocView Conversion): Nodes renamed from Navigation, etc.
229
230 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
231
7bc7d2aa
EZ
2322011-12-31 Eli Zaretskii <eliz@gnu.org>
233
234 * basic.texi (Moving Point): Fix the description of C-n and C-p.
235 (Bug#10380)
236
b30941db
CY
2372011-12-30 Chong Yidong <cyd@gnu.org>
238
239 * sending.texi (Sending Mail): Document initial mail buffer name,
240 and changed multiple mail buffer behavior.
241 (Mail Format): Put the example at the top of the section.
242 (Mail Headers): Move discussion of "From" to the top.
243 (Mail Sending): Document sendmail-query-once.
244 (Citing Mail): Make it less Rmail-specific.
245
0ed49f93
CY
2462011-12-29 Chong Yidong <cyd@gnu.org>
247
248 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
249 example. Add index entries.
250 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
251
c40a7de7
CY
2522011-12-26 Chong Yidong <cyd@gnu.org>
253
254 * dired.texi (Dired Enter, Misc Dired Features): Document
255 dired-use-ls-dired changes. Mention quit-window.
256 (Dired Navigation): Add index entries.
257 (Dired Visiting): Fix View Mode xref.
258 (Marks vs Flags): Prefer C-/ binding for undo.
259 (Subdirectories in Dired): Add xrefs.
260 (Misc Dired Features): Document some Emacs 24 changes. Add index
261 entries.
262
263 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
264 variable, since it is explained in Minor Modes node.
265 (Defining Abbrevs): Copyedits.
266 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
267 C-/ binding for undo.
268 (Dabbrev Customization): Add xrefs for case-fold-search and
269 case-replace.
270
271 * dired-xtra.texi (Subdir Switches): Add xref.
272
273 * maintaining.texi (VC Directory Commands): Mention quit-window.
274
3d992aa0
CY
2752011-12-25 Chong Yidong <cyd@gnu.org>
276
277 * maintaining.texi (Tags): Mention Semantic.
278 (Create Tags Table, Etags Regexps): Copyedits.
279 (Find Tag): Mention minibuffer completion.
280 (List Tags): Mention completion-at-point. Completion is actually
281 available in M-x list-tags.
282
283 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
284 Document vc-delete-file.
285
286 * files.texi (Misc File Ops): Mention vc-delete-file.
287
288 * programs.texi (Symbol Completion): Mention completion-at-point
289 explicitly.
290
2785d024
CY
2912011-12-22 Chong Yidong <cyd@gnu.org>
292
293 * maintaining.texi (Change Log Commands): Don't specially mention
294 vc-update-change-log which is CVS-only.
295
296 * vc1-xtra.texi (Version Headers): Note that these are for
297 Subversion, CVS, etc. only.
298 (General VC Options): De-document vc-keep-workfiles. Fix
299 RCS-isms.
300
0ab39399
EZ
3012011-12-22 Eli Zaretskii <eliz@gnu.org>
302
303 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
304 should be @end iftex".
305
d3098e1e
CY
3062011-12-21 Chong Yidong <cyd@gnu.org>
307
308 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
309 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
310 (VC Pull): Mention vc-log-incoming.
311 (Log Buffer): Add CVS/RCS only disclaimer.
312
313 * vc1-xtra.texi (Remote Repositories): Update introduction.
314 (Local Version Control): Node deleted (obsolete with DVCSes).
315 (Remote Repositories, Version Backups): Node deleted. Move
316 documentation of vc-cvs-stay-local to CVS Options.
317 (CVS Options): Reduce verbosity of description of obscure CVS
318 locking feature.
319 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
320 Tags node.
321 (Revision Tags): Move under Miscellaneous VC subsection.
322 (Change Logs and VC): Note that this is wrong for DVCSs.
323 De-document log entry manipulating features.
324 (Renaming and VC): Describe how it works on modern VCSes.
325
326 * files.texi (Misc File Ops): Mention vc-rename-file.
327
328 * programs.texi (Custom C Indent): Add index entries.
329
47d42d81
AM
3302011-12-20 Alan Mackenzie <acm@muc.de>
331
332 * programs.texi (Motion in C): Update the description of C-M-a and
333 C-M-e, they now DTRT in enclosing scopes.
334 (Custom C Indent): Add @dfn{guessing} of the indentation style.
335
2edef1a0
CY
3362011-12-20 Chong Yidong <cyd@gnu.org>
337
338 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
339 (Old Revisions): Use it.
340 (VCS Repositories): Add "distributed" terminology.
341 (Log Buffer): Remove duplicate description
342 about changesets. Fix "current VC fileset" ambiguity.
343 (Multi-User Branching): Node deleted.
344 (Branches, Switching Branches): Discuss decentralized version
345 control systems.
346 (VC Pull): New node.
347 (Merging): Document merging on decentralized systems.
348 (Creating Branches): Note that this is specific to CVS and related
349 systems.
350
bc859d5f
CY
3512011-12-19 Chong Yidong <cyd@gnu.org>
352
353 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
354 (VC Mode Line): Add index entry for "version control status".
355 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
356 Document vc-revert-show-diff. De-document vc-rollback.
357 (VC Directory Mode): Rewrite introduction. Move prefix arg
358 documentation here from VC Directory Buffer node.
359 (VC Directory Buffer): Use a decentralized VCS example.
360 (VC Directory Commands): Use a table. Remove material duplicated
361 in previous nodes on multi-file VC filsets.
362
9cff91f8
CY
3632011-12-17 Chong Yidong <cyd@gnu.org>
364
365 * maintaining.texi (VCS Concepts): Make "revision" terminology
366 less CVS-specific.
367 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
368 Registering node.
369 (Secondary VC Commands): Deleted. Promote subnodes.
370 (Log Buffer): Add command name for C-c C-c. Fix the name of the
371 log buffer. Add index entries.
372 (VCS Changesets, Types of Log File, VC With A Merging VCS): Use
373 "commit" terminology.
374 (Old Revisions): Move it to just before VC Change Log. "Tag" here
375 doesn't refer to tags tables. Note other possible forms of the
376 revision ID. C-x v = does not save.
377 (Registering): Note similarity to C-x v v action. Fix description
378 of how backends are chosen. De-document vc-default-init-revision.
379 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
380 in root log buffers.
381
f3b316df
CY
3822011-12-16 Chong Yidong <cyd@gnu.org>
383
384 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
385 (Basic VC Editing): Remove redundant descriptions.
386 (VC With A Merging VCS): Make description more general instead of
387 CVS-specific.
388 (VC With A Locking VCS): Use VC fileset terminology.
389
29eabb8e
CY
3902011-12-12 Chong Yidong <cyd@gnu.org>
391
392 * building.texi (Executing Lisp): Fix xref for C-M-x.
393 (Lisp Libraries): Add xref to node explaining `load' in Lisp
394 manual. Note that load-path is not customizable.
395 (Lisp Eval): Note that listed commands are available globally.
396 Explain the meaning of "defun" in the C-M-x context.
397 (Lisp Interaction): Copyedits.
398 (External Lisp): Fix name of inferior Lisp buffer. Mention
399 Scheme.
400 (Compilation): Define "inferior process".
401
cd0314dd
EZ
4022011-12-10 Eli Zaretskii <eliz@gnu.org>
403
404 * msdog.texi (Windows Fonts): Document how to force GDI font
405 backend on MS-Windows.
406
0595bd7e 4072011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
408
409 * building.texi (Compilation): Say what the -k flag to make does.
410 Move subprocess discussion to Compilation Shell.
411 (Compilation Mode): Add xref for grep, occur, and mouse
412 references. Define "locus".
413 (Grep Searching): Use @command.
0595bd7e
CY
414 (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify
415 intro.
416 (Starting GUD): Clarify how arguments are specified.
417 (Debugger Operation): Index entry for "GUD interaction buffer",
418 and move basic description here from Commands of GUD node.
419 (GDB User Interface Layout): Copyedits.
420 (Source Buffers): Remove gdb-find-source-frame, which is not in
421 gdb-mi.el.
422 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
423 toggle-gdb-all-registers, which are not in gdb-mi.el. Don't
424 re-document GUD interaction buffers.
b09d01da
CY
425
426 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
427 (Semantic): Add cindex entries for Semantic.
428
2a185919
CY
4292011-12-06 Chong Yidong <cyd@gnu.org>
430
431 * programs.texi (Man Page): Clarify how to use Man-switches.
432 Don't bother documenting Man-fontify-manpage-flag.
433 (Lisp Doc): Add xref to Name Help node.
434 (Hideshow): Add cindex. Mention role of ellipses, and default
435 value of hs-isearch-open. Don't bother documenting
436 hs-special-modes-alist.
437 (Symbol Completion): Add kindex for C-M-i. Don't recommend
438 changing the window manager binding of M-TAB.
439
ebf10822
CY
4402011-12-05 Chong Yidong <cyd@gnu.org>
441
442 * programs.texi (Comment Commands): Fix description of for M-; on
443 blank lines. Move documentation of comment-region here.
444 (Multi-Line Comments): Clarify the role of comment-multi-line.
445 Refer to Comment Commands for comment-region doc.
446 (Options for Comments): Refer to Multi-Line Comments for
447 comment-multi-line doc, instead of duplicating it. Fix default
448 values of comment-padding and comment-start-skip.
449
ec7ae032
CY
4502011-12-04 Chong Yidong <cyd@gnu.org>
451
452 * programs.texi (Program Modes): Mention modes that are not
453 included with Emacs. Fix references to other manuals for tex.
454 Add index entry for backward-delete-char-untabify. Mention
455 prog-mode-hook.
456 (Which Function): Use "global minor mode" terminology.
457 (Basic Indent, Multi-line Indent): Refer to previous descriptions
458 in Indentation chapter to avoid duplication.
459 (Expressions): Copyedit.
460 (Matching): Document Electric Pair mode.
461
462 * ack.texi (Acknowledgments):
463 * rmail.texi (Movemail, Other Mailbox Formats):
464 * frames.texi (Frames): Don't capitalize "Unix".
465
a24bf23e
CY
4662011-12-04 Chong Yidong <cyd@gnu.org>
467
468 * text.texi (Nroff Mode): Mention what nroff is.
469 (Text Based Tables, Table Recognition): Don't say "Table mode"
470 since it's not a major or minor mode.
471 (Text Based Tables): Reduce the size of the example.
472 (Table Definition): Clarify definitions.
473 (Table Creation): Add key table.
474 (Cell Commands): Use kbd for commands.
475 (Table Rows and Columns): Combine nodes Row Commands and Column
476 Commands.
477 (Fixed Width Mode): Node deleted; contents moved to parent.
478 (Table Conversion): Shorten example.
479 (Measuring Tables): Merge into Table Misc.
480
8863a584
CY
4812011-12-03 Chong Yidong <cyd@gnu.org>
482
483 * text.texi (TeX Mode): Mention AUCTeX package.
484 (TeX Editing): Add xref to documentation for Occur.
485 (LaTeX Editing): Add xref to Completion node.
486 (TeX Print): Fix description of tex-directory.
487 (Enriched Text): Renamed from Formatted Text. Make this node and
488 its subnodes less verbose, since text/enriched files are
489 practically unused.
490 (Enriched Mode): Renamed from Requesting Formatted Text.
491 (Format Colors): Node deleted.
492 (Enriched Faces): Renamed from Format Faces. Describe commands
493 for applying colors too.
494 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
495
496 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
497
498 * display.texi (Colors): New node.
499
500 * cmdargs.texi (Colors X):
501 * xresources.texi (GTK styles):
502 * custom.texi (Face Customization): Reference it.
503
504 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
505 Link to Fill Commands for Justification entry.
506
6fdebe93
EZ
5072011-12-03 Eli Zaretskii <eliz@gnu.org>
508
509 * display.texi (Auto Scrolling): More accurate description of what
510 scroll-*-aggressively does, including the effect of non-zero
511 margin. Fix "i.e." markup.
512
95ca9bc7
CY
5132011-12-02 Chong Yidong <cyd@gnu.org>
514
515 * text.texi (Pages): Mention how formfeed chars are displayed.
516 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
517 Describe adaptive filling more precisely.
518 (Fill Commands): Note that filling removes excess whitespace.
519 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
520 now bound to indent-for-tab-command in Text mode.
521 (Outline Mode): Copyedits.
522 (Outline Visibility): Note that Reveal mode is a buffer-local
523 minor mode.
524
525 * modes.texi (Major Modes): Move note about checking major-mode in
526 a hook function here, from Text mode.
527
6d262977
CY
5282011-11-28 Chong Yidong <cyd@gnu.org>
529
b22b1918
CY
530 * text.texi (Words): Add xref to Position Info.
531 (Paragraphs): Add xref to Regexps.
532
6d262977
CY
533 * indent.texi (Indentation): Rewrite introduction. Move table to
534 Indentation Commands node.
535 (Indentation Commands): Add index entries to table. Copyedits.
536 (Tab Stops, Just Spaces): Copyedits.
537 (Indent Convenience): New node. Document electric-indent-mode.
538
539 * programs.texi (Basic Indent):
540 * windows.texi (Pop Up Window): Fix kindex entry.
541
dc95a8b0
CY
5422011-11-28 Chong Yidong <cyd@gnu.org>
543
544 * modes.texi (Major Modes): Move major-mode variable doc here from
545 Choosing Modes. Document describe-mode. Document prog-mode-hook
546 and text-mode-hook. Add example of using hooks.
547 (Minor Modes): Document behavior of mode command calls from Lisp.
548 Note that setting the mode variable using Customize will DTRT.
549 (Choosing Modes): Add example of setting a minor mode using a
550 local variable.
551
b63a8e8e
CY
5522011-11-27 Chong Yidong <cyd@gnu.org>
553
554 * frames.texi (Creating Frames): Move frame parameter example to
555 Frame Parameters node.
556 (Frame Commands): C-x 5 o does not warp the mouse by default.
557 (Fonts): Add more GTK-style properties; also, they should be
558 capitalized.
559 (Special Buffer Frames): Node deleted; special-display is on the
560 way out.
561 (Frame Parameters): Example moved here from Creating Frames.
562 Clarify that default-frame-alist affects the initial frame too.
563 Delete auto-raise-mode and auto-lower-mode.
564 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
565 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
566
567 * windows.texi (Window Choice): Add xref to Lisp manual for
568 special-display-*.
569
a3dcc84e
EZ
5702011-11-26 Eli Zaretskii <eliz@gnu.org>
571
572 * display.texi (Text Display): Update the description,
573 cross-references, and indexing related to display of control
574 characters and raw bytes.
575
4ad3bc2a
CY
5762011-11-25 Chong Yidong <cyd@gnu.org>
577
578 * frames.texi (Frames): Rewrite introduction.
579 (Mouse Commands): Default for mouse-drag-copy-region is now t.
580 Mouse-3 does not copy to kill ring by default. DEL does not
581 behave specially for mouse commands any more.
582 (Mouse References): Document mouse-1-click-follows-link more
583 thoroughly.
584 (Menu Mouse Clicks): Move footnote to the main text and add xref
585 to Init Rebinding node.
586 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
587
588 * files.texi (Visiting): `C-x 5 f' works on ttys too.
589
20db1522
JB
5902011-11-24 Juanma Barranquero <lekktu@gmail.com>
591
592 * display.texi (Font Lock): Fix typo.
593
01d06b1f
GM
5942011-11-24 Glenn Morris <rgm@gnu.org>
595
596 * rmail.texi (Rmail Output):
597 Mention rmail-automatic-folder-directives. (Bug#9657)
598
0cbaa1d5
CY
5992011-11-21 Chong Yidong <cyd@gnu.org>
600
601 * mark.texi (Global Mark Ring): Fix description of global mark
602 ring (Bug#10032).
603
fe7a3057
JB
6042011-11-20 Juanma Barranquero <lekktu@gmail.com>
605
606 * msdog.texi (Windows Fonts): Fix typo.
607
b6e63cbe
GM
6082011-11-17 Glenn Morris <rgm@gnu.org>
609
610 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
611
58179cce
JB
6122011-11-16 Juanma Barranquero <lekktu@gmail.com>
613
614 * killing.texi (Rectangles):
7877f373
JB
615 * misc.texi (Document View):
616 * modes.texi (Choosing Modes):
617 * msdog.texi (Windows Fonts):
58179cce
JB
618 * regs.texi (Rectangle Registers):
619 * search.texi (Isearch Yank): Fix typos.
620
291d142b
CY
6212011-11-06 Chong Yidong <cyd@gnu.org>
622
623 * windows.texi (Basic Window): Add xref to Cursor Display.
624 (Split Window): Document negative arg for splitting commands.
625 (Other Window): Document mouse-1 in text area of window.
626 (Change Window): Don't mention window attributes, since they
627 aren't defined. C-x 1 can't be used with minibuffer windows.
628 Windows are no longer auto-deleted.
629 (Window Choice): Add xref to Choosing Window in Lisp manual.
630 (Window Convenience): Note that windmove disables shift-selection.
631 Move M-x compare-windows here from Other Window node.
632
633 * custom.texi (Mouse Buttons):
634 * search.texi (Isearch Scroll):
635 * windows.texi (Split Window): Use new names split-window-below
636 and split-window-right.
637
a7ef684b
JB
6382011-10-26 Juanma Barranquero <lekktu@gmail.com>
639
640 * emacs.texi (Top): Fix typo.
641
d53e1747
GM
6422011-10-25 Glenn Morris <rgm@gnu.org>
643
644 * abbrevs.texi (Saving Abbrevs):
645 quietly-read-abbrev-file is not a command. (Bug#9866)
646
e7a3ff06
CY
6472011-10-24 Chong Yidong <cyd@gnu.org>
648
649 * display.texi (Scrolling): Document scroll-up-line and
650 scroll-down-line. Document scroll-command property.
651 (Recentering): New node, split off from Scrolling.
652
86c60681
CY
6532011-10-23 Chong Yidong <cyd@gnu.org>
654
da97a9e6
CY
655 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
656 (Tool Bars): Copyedits.
657
86c60681
CY
658 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
659
d195726a
CY
6602011-10-22 Chong Yidong <cyd@gnu.org>
661
662 * windows.texi (Displaying Buffers): Fix broken lispref link.
663
a70e06c1
CY
6642011-10-22 Chong Yidong <cyd@gnu.org>
665
666 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
667 Move confirm-nonexistent-file-or-buffer discussion here.
668
669 * files.texi (File Names, Visiting): Move detailed discussion of
670 minibuffer confirmation to Minibuffer Exit.
671
672 * buffers.texi (Buffers): Tweak mention of mail buffer name.
673 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
674
bfd779dd
CY
6752011-10-21 Chong Yidong <cyd@gnu.org>
676
677 * files.texi (File Names, Visiting, Interlocking): Copyedits.
678 (Backup Copying): backup-by-copying-when-mismatch is now t.
679 (Customize Save): Fix description of require-final-newline.
680 (Reverting): Note that revert-buffer can't be undone. Mention VC.
681 (Auto Save Control): Clarify.
682 (File Archives): Add 7z.
683 (Remote Files): ange-ftp-make-backup-files defaults to nil.
684
685 * arevert-xtra.texi (Autorevert): Copyedits.
686
6e317956
CY
6872011-10-20 Chong Yidong <cyd@gnu.org>
688
689 * custom.texi (Hooks, Init Examples):
690 * display.texi (Font Lock):
691 * fixit.texi (Spelling):
692 * rmail.texi (Rmail Display): Minor mode function with no arg now
693 enables it.
694
695 * fixit.texi (Spelling): Fix description of inline completion.
696
5abc31ef
CY
6972011-10-19 Chong Yidong <cyd@gnu.org>
698
699 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
700 entries.
701 (Isearch Yank): Document isearch-yank-pop.
702 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
703 (Other Repeating Search): Document Occur Edit mode.
704
939db9ac
CY
7052011-10-18 Chong Yidong <cyd@gnu.org>
706
707 * display.texi (Fringes): Move overflow-newline-into-fringe here,
708 from Line Truncation node.
709 (Standard Faces): Note that only the background of the cursor face
710 has an effect.
711 (Cursor Display): Fix descriptions of cursor face
712 and bar cursor blinking.
713 (Text Display): Document nobreak-char-display more clearly.
714 (Line Truncation): Add xref to Split Window node.
715 (Display Custom): Don't bother documenting baud-rate or
716 no-redraw-on-reenter.
717
718 * search.texi (Slow Isearch): Node removed.
719
80c6d77f
GM
7202011-10-18 Glenn Morris <rgm@gnu.org>
721
722 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
723
d366bd53
CY
7242011-10-18 Chong Yidong <cyd@gnu.org>
725
726 * display.texi (Faces): Simplify discussion. Move documentation
727 of list-faces-display here, from Standard Faces node. Note
728 special role of `default' background.
729 (Standard Faces): Note special role of `default' background. Note
730 that region face may be taken fom GTK. Add xref to Text Display.
731 (Text Scale): Rename from "Temporary Face Changes". Callers
732 changed. Don't bother documenting variable-pitch-mode.
733 (Font Lock): Copyedits. Remove font-lock-maximum-size.
734 (Useless Whitespace): Simplify description of
735 delete-trailing-whitespace. Note active region case.
736 (Text Display): Fix description of escape-glyph face assignment.
737 Remove unibye mode discussion. Update some parts for Unicode.
738 Move glyphless chars documentation to Lisp manual.
739
740 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
741
21100e7d
CY
7422011-10-15 Chong Yidong <cyd@stupidchicken.com>
743
744 * display.texi (Scrolling): Tweak explanation of scroll direction.
745 (View Mode): Add index entries.
746
747 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
748
749 * regs.texi (Text Registers): C-x r i does not activate the mark.
750 (Bookmarks): Document new default bookmark location.
751
50b063c3
CY
7522011-10-13 Chong Yidong <cyd@stupidchicken.com>
753
754 * killing.texi (Deletion): Add xref to Using Region. Document
755 delete-forward-char.
756 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
757 description here. Recommend C-u C-SPC for jumping to mark.
758 (Kill Ring): Move kill ring variable documentation here.
759 (Primary Selection): Copyedits.
760 (Rectangles): Document new command rectangle-number-lines.
761 (CUA Bindings): Note that this disables the mark-even-if-inactive
762 behavior for C-x and C-c.
763
764 * mark.texi (Mark): Mention "active region" terminology.
765 (Using Region): Document delete-active-region.
766
e1a3f5b1
CY
7672011-10-12 Chong Yidong <cyd@stupidchicken.com>
768
769 * mark.texi (Mark): Clarify description of disabled Transient Mark
770 mode (Bug#9689).
771 (Setting Mark): Document prefix arg for C-x C-x. Document primary
772 selection changes. Mention that commands like C-y set the mark.
773 (Marking Objects): Add xref to Words node. Note that mark-word
774 and mark-sexp also have the "extend region" behavior.
775 (Using Region): Mention M-$ in the table. Document
776 mark-even-if-inactive here instead of in Mark Ring.
777 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
778 note of the "Mark Set" behavior.
779 (Disabled Transient Mark): Rename from "Persistent Mark"
780 (Bug#9688). Callers changed.
781
782 * programs.texi (Expressions):
783 * text.texi (Words): Defer to Marking Objects for mark-word doc.
784
3dc62b2b
CY
7852011-10-09 Chong Yidong <cyd@stupidchicken.com>
786
787 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
788 option" terminology.
789 (Key Help): Add command names. Define "documentation string".
790 (Name Help): Remove an over-long joke.
791 (Apropos): Document prefix args. Remove duplicated descriptions.
792 (Help Mode): Add C-c C-b to table. Update TAB binding.
793 (Package Keywords): Rename from "Library by Keyword". Describe
794 new package menu interface.
795 (Help Files, Help Echo): Tweak description.
de09aa52
CY
796
797 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 798 (Minibuffer History): Document numeric args to history commands.
de09aa52 799
2d3fe5d7
EZ
8002011-10-08 Eli Zaretskii <eliz@gnu.org>
801
802 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
803
b2b0776e
CY
8042011-10-08 Chong Yidong <cyd@stupidchicken.com>
805
806 * basic.texi (Position Info): Omit page commands. Document
807 count-words-region and count-words.
808
809 * text.texi (Pages): Move what-page documentation here.
810
27a16462
CY
8112011-10-08 Chong Yidong <cyd@stupidchicken.com>
812
813 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
814 Remote Files node instead of linking directly to the Tramp manual.
815 (Minibuffer Edit): Add xref to Blank Lines.
816 (Completion): Add xref to Symbol Completion. Remove redundant
817 example, which is repeated in the next node.
818 (Completion Commands): Minor clarifications.
819 (Completion Styles): New node, split from Completion Commands.
820 Document substring and initials styles.
821 (Strict Completion): Remove information duplicated in other nodes.
822 (Completion Options): Consolidate case difference discussion here.
823
824 * help.texi (Help Mode): Fix kindex entries.
825
826 * files.texi (File Names): Add index entries.
827
de0bde62
CY
8282011-10-07 Chong Yidong <cyd@stupidchicken.com>
829
830 * basic.texi (Inserting Text): Add xref to Completion. Add
831 ucs-insert example, and document prefix argument.
832 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
833 to left/right. Tweak left-char and right-char descriptions.
834 M-left and M-right are now bound to left-word/right-word.
835 (Erasing): Document delete-forward-char.
836
837 * screen.texi (Screen, Menu Bar): Copyedits.
838 (Point): Remove duplicate paragraph on cursors, also in Screen.
839 (Mode Line): Trailing dashes no longer shown on X displays.
840
841 * frames.texi (Non-Window Terminals): Index just "text-only
842 terminal", which is used throughout the manual now.
843
844 * entering.texi (Entering Emacs): Define "startup screen".
845 Document window-splitting behavior with command-line inputs.
846 (Exiting): Remove obsolete paragraph about shells without suspend
847 functionality.
848
849 * commands.texi (User Input): Define "input event" more clearly.
850 (Keys): Add xref to Echo Area.
851 (Commands): Clarify relation between commands and functions.
852
453e4522
CY
8532011-10-06 Chong Yidong <cyd@stupidchicken.com>
854
855 * misc.texi (emacsclient Options): Document how emacsclient runs
856 the Emacs daemon (Bug#9674).
857
550f41cd
CY
8582011-10-01 Chong Yidong <cyd@stupidchicken.com>
859
860 * basic.texi (Moving Point):
861 * custom.texi (Mouse Buttons):
862 * rmail.texi (Rmail Scrolling):
863 * search.texi (Isearch Scroll):
864
865 * display.texi (Scrolling): Replace scroll-up/down with
866 scroll-up/down-command. Fix scroll-preserve-screen-position
867 description. Document scroll-error-top-bottom.
868
9229fe87
GM
8692011-09-30 Glenn Morris <rgm@gnu.org>
870
871 * commands.texi (Keys): Whitespace fix. (Bug#9635)
872
0a2132ba
CY
8732011-09-24 Chong Yidong <cyd@stupidchicken.com>
874
875 * windows.texi (Pop Up Window): Defer discussion of window
876 splitting to the Window Choice node. Add index entries.
877 (Force Same Window): Node deleted.
878 (Displaying Buffers, Window Choice): New nodes.
879
880 * buffers.texi (Select Buffer): Clarify description of
881 buffer-switching commands. Add xref to Window Display node.
882 Don't repeat confirm-nonexistent-file-or-buffer description from
883 Visiting node. Remove even-window-heights.
884
885 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
886
33ed493b
CY
8872011-09-18 Chong Yidong <cyd@stupidchicken.com>
888
889 * cmdargs.texi (Icons X): Fix description of Emacs icon.
890
891 * xresources.texi (Table of Resources): Fix documentation of
892 bitmapIcon.
893
92fa95ad
CY
8942011-09-15 Chong Yidong <cyd@stupidchicken.com>
895
896 * package.texi (Package Menu): Add package-menu-mark-upgrades.
897
16254627
EH
8982011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
899
900 * frames.texi (Frame Commands): Note that delete-other-frames only
901 deletes frames on current terminal.
902
c3760c17
EZ
9032011-09-10 Eli Zaretskii <eliz@gnu.org>
904
905 * sending.texi (Mail Misc): Document mail-add-attachment.
906
69b8be97
EZ
9072011-09-04 Eli Zaretskii <eliz@gnu.org>
908
909 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
910
3fd50d5c
CY
9112011-08-29 Chong Yidong <cyd@stupidchicken.com>
912
913 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
914
e2aeef63
CY
9152011-08-28 Chong Yidong <cyd@stupidchicken.com>
916
917 * files.texi (File Archives):
918 * cal-xtra.texi (Diary Display):
919 * help.texi (Help Mode): Add xref to View Mode.
920
ddb54206
CY
9212011-08-28 Chong Yidong <cyd@stupidchicken.com>
922
a6326082
CY
923 * display.texi (View Mode): New node. Move view-file here from
924 Misc File Ops. Move view-buffer here from Misc Buffer.
925
926 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
927
04e2ce72 928 * files.texi (Misc File Ops): Document new
a6326082 929 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
930
931 * dired.texi (Dired Deletion): Shorten description of Trash.
932
ddb54206
CY
933 * misc.texi (emacsclient Options): Document server-port.
934
bd206ce5
EZ
9352011-08-27 Eli Zaretskii <eliz@gnu.org>
936
937 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
938 even on MS-Windows. Fix a typo.
939
d43f5a42
CY
9402011-08-26 Chong Yidong <cyd@stupidchicken.com>
941
942 * package.texi: New file, documenting the package manager.
943
944 * emacs.texi: Include it.
945
946 * help.texi (Help Summary): Add describe-package.
947
e0b1591b
CY
9482011-08-25 Chong Yidong <cyd@stupidchicken.com>
949
856ce114
CY
950 * misc.texi (Printing): Convert subnodes into subsections.
951
f404f8bc
CY
952 * text.texi (Two-Column): Move into Text chapter.
953
954 * picture-xtra.texi (Picture Mode): Group with Editing Binary
955 Files section. Convert from chapter into section.
956
957 * display.texi (Narrowing): Move into display chapter.
958
e0b1591b
CY
959 * sending.texi (Sending Mail):
960 * rmail.texi (Rmail):
961 * misc.texi (Gnus, Document View):
962 * dired.texi (Dired):
963 * emacs.texi: Group the mail, rmail, and gnus chapters together.
964
75bfc667
JL
9652011-08-07 Juri Linkov <juri@jurta.org>
966
967 * dired.texi (Operating on Files): Rewrite according to the fact
968 that `dired-do-chmod' doesn't use the `chmod' program anymore.
969
fe676f91
MA
9702011-07-30 Michael Albinus <michael.albinus@gmx.de>
971
972 * mini.texi (Minibuffer File): Insert a reference to Tramp for
973 remote file name completion. (Bug#9197)
974
4cc60b9b
EZ
9752011-07-28 Eli Zaretskii <eliz@gnu.org>
976
977 * mule.texi (Bidirectional Editing): Document the fact that
978 bidi-display-reordering is t by default.
979
89671e16
LMI
9802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
981
982 * help.texi (Misc Help): Mention `describe-prefix-bindings'
983 explicitly (bug#8904).
984
fb23ecc2
LMI
9852011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
986
987 * trouble.texi (Checklist): Use an `M-x' example instead of an
988 Emacs Lisp form to switch on the dribble file (bug#8056).
989
465c5fc8
LMI
9902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
993
90a6258b
GM
9942011-07-13 Glenn Morris <rgm@gnu.org>
995
996 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
997
c7588364
LMI
9982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
999
1000 * mark.texi (Mark Ring): Clarify how many locations are saved
1001 (bug#5770).
1002 (Global Mark Ring): Ditto.
1003
4cb4f3ba
LMI
10042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
d648feab
LMI
1006 * text.texi (Table Recognition): Use "at point" instead of "under
1007 point" (bug#4345).
1008
4cb4f3ba
LMI
1009 * display.texi (Cursor Display): Mention `cursor-type'.
1010
1011 * screen.texi (Point): Clarify that it's only if you use a block
1012 cursor that it appears to be on a character (bug#4345).
1013
ecd0b990
CY
10142011-07-12 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * misc.texi (Amusements): Move dissociated press here, from its
1017 own section.
1018
1019 * emacs.texi (Top): Update node listing.
1020
c2fd0368
LMI
10212011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1022
1023 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1024 clarity (bug#3523).
1025
fdeb32ec
CY
10262011-07-12 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1029 (Misc X): Document --parent-id.
1030
1031 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1032 defaults to nil.
1033
1034 * misc.texi (emacsclient Options): Document --parent-id.
1035
1036 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1037
f584ca38
LMI
10382011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1039
1040 * emacs.texi: Use "..." instead of ``...'' in the menus
1041 (bug#3503).
1042
963578d3
CY
10432011-07-11 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * killing.texi (Primary Selection): Document `only' setting for
1046 select-active-regions.
1047
1048 * mark.texi (Setting Mark): Reference Shift Selection node.
1049
1050 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1051
a30ed87b
LMI
10522011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1053
47076272
LMI
1054 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1055 motion keys" (bug#3503).
1056
a30ed87b
LMI
1057 * emacs.texi: Change all the register node names from "RegPos"
1058 (etc.) to "Positional Registers" (etc.) (bug#3314).
1059
4d45a8b7
CY
10602011-07-11 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1063 (Other Kill Commands, Kill Options): Copyedits.
1064 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1065 (Yanking): Move yank-excluded properties discussion here.
1066 (Cut and Paste): Move from frames.texi. Update subnodes to
1067 describe x-select-enable-clipboard case.
1068
1069 * frames.texi: Move Cut and Paste node and subnodes into
1070 killing.texi, except Mouse Commands and Word and Line Mouse.
1071
c160ddee
AM
10722011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1073
1074 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1075
3329e6e3
LMI
10762011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1077
32a214fe
LMI
1078 * screen.texi (Mode Line): Clarify that coding systems are
1079 characters, not letters (bug#1749).
1080
3329e6e3
LMI
1081 * cmdargs.texi (Environment): Mention removing variables
1082 (bug#1615). Text suggested by Kevin Rodgers.
1083
8875da1e
CY
10842011-07-10 Chong Yidong <cyd@stupidchicken.com>
1085
54806e45
CY
1086 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1087
8875da1e
CY
1088 * modes.texi: Rename from major.texi.
1089 (Modes): New node. Make Major Modes and Minor Modes subsections
1090 of this. All callers changed.
1091
1092 * custom.texi (Minor Modes): Move to modes.texi.
1093
7847b2a1
CY
10942011-07-10 Chong Yidong <cyd@stupidchicken.com>
1095
6cfd0fa2
CY
1096 * custom.texi (Syntax): Node deleted.
1097
1098 * help.texi (Help Summary):
1099 * major.texi (Major Modes):
1100 * programs.texi (Parentheses):
1101 * search.texi (Regexp Backslash, Regexp Backslash)
1102 (Regexp Backslash):
1103 * text.texi (Words): Callers changed.
1104
7847b2a1
CY
1105 * text.texi (Refill, Longlines): Delete nodes.
1106
1107 * ack.texi (Acknowledgments): Longlines removed from manual.
1108
1109 * emacs.texi (Top): Update node listing.
1110
2a71c436
GM
11112011-07-09 Glenn Morris <rgm@gnu.org>
1112
1113 * fortran-xtra.texi (Fortran): Update handled extensions.
1114
61436e9f
LMI
11152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
1117 * display.texi (Scrolling): `C-v' (etc) are now bound to
1118 `scroll-*-command' (bug#8349).
1119
6e560c71
LMI
11202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
48954a09 1122 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1123 doesn't actually delete any files (bug#7125).
1124
2904fd97
LMI
1125 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1126 argument for `C-c C-k' (bug#7391).
1127
6e560c71
LMI
1128 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1129 you're currently using (bug#8489).
1130
978ff6c5
EZ
11312011-07-01 Eli Zaretskii <eliz@gnu.org>
1132
1133 * mule.texi (Coding Systems): Move index entries from the previous
1134 change into their proper places.
1135
0d742084
LMI
11362011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1137
31976bd5
LMI
1138 * help.texi (Help Files): Document view-external-packages (bug#8902).
1139
0d742084
LMI
1140 * mule.texi (Coding Systems): Put a few more of the coding systems
1141 into the index (bug#8900).
1142
9f678528
GM
11432011-06-26 Glenn Morris <rgm@gnu.org>
1144
1145 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1146
18a4ce5e
AR
11472011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1148
1149 * misc.texi (emacsclient Options): Mention --frame-parameters.
1150
f0da764a
GM
11512011-06-09 Glenn Morris <rgm@gnu.org>
1152
1153 * custom.texi (Specifying File Variables):
1154 Recommend explicit arguments for minor modes.
1155
b047e7ac
PE
11562011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1157
1158 Document wide integers better.
1159 * buffers.texi (Buffers):
001903b5
PE
1160 * files.texi (Visiting): Document maxima for 64-bit machines,
1161 and mention virtual memory limits.
b047e7ac 1162
bf41276f
CY
11632011-05-28 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1166
1167 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1168 prog mode (Bug#8240).
1169
e145f188
GM
11702011-05-27 Glenn Morris <rgm@gnu.org>
1171
1172 * custom.texi (Specifying File Variables):
1173 Major modes no longer need come first.
1174
313f790e
CY
11752011-05-22 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1178 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1179
c136e5cd
GM
11802011-05-18 Glenn Morris <rgm@gnu.org>
1181
1182 * ack.texi (Acknowledgments): Remove fakemail.c.
1183
c71a0d48 11842011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1185
1186 Fixes for fitting text into 7x9 printed manual.
1187 * building.texi (Flymake, Breakpoints Buffer):
1188 * calendar.texi (Appointments):
1189 * cmdargs.texi (General Variables, Display X):
1190 * custom.texi (Saving Customizations, Face Customization)
1191 (Directory Variables, Minibuffer Maps, Init Rebinding):
1192 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1193 * fixit.texi (Spelling):
1194 * frames.texi (Creating Frames, Fonts):
1195 * help.texi (Help Files):
1196 * mini.texi (Minibuffer File):
1197 * misc.texi (emacsclient Options, Emulation):
1198 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1199 * mule.texi (International Chars, Language Environments)
1200 (Select Input Method, Modifying Fontsets, Charsets):
1201 * programs.texi (Custom C Indent):
1202 * rmail.texi (Rmail Labels):
1203 * text.texi (Table Conversion):
1204 * trouble.texi (Known Problems, Known Problems):
1205 * windows.texi (Change Window):
1206 * xresources.texi (GTK resources): Reflow text and re-indent code
1207 examples to avoid TeX overflows and underflows on 7x9 paper.
1208
1209 * emacs.texi: Fix the (commented out) smallbook command.
1210
1211 * macos.texi (Mac / GNUstep Events):
1212 * xresources.texi (Lucid Resources): Remove extraneous examples.
1213
b8f82dc1
GM
12142011-05-10 Glenn Morris <rgm@gnu.org>
1215
1216 * custom.texi (Specifying File Variables):
1217 Deprecate using mode: for minor modes.
1218
d306b4da
GM
12192011-05-07 Glenn Morris <rgm@gnu.org>
1220
1221 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1222
548d0a63
GM
12232011-05-06 Glenn Morris <rgm@gnu.org>
1224
5006e634
GM
1225 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1226
548d0a63
GM
1227 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1228
e793a940
LMI
12292011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1230
1231 * misc.texi (Emacs Server): Document `server-eval-at'.
1232
7031be6d
UR
12332011-04-24 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * maintaining.texi (List Tags): Document next-file. Suggested by
1236 Uday S Reddy.
1237
4ffd0d6b 12382011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1239
1240 * mini.texi (Minibuffer Edit):
1241 * screen.texi (Mode Line): Fix typo.
1242
1c6c854e
CS
12432011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1244
024ff170 1245 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1246
c5c9f40f
CY
12472011-03-26 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1250
09725d26
EZ
12512011-03-30 Eli Zaretskii <eliz@gnu.org>
1252
1253 * display.texi (Auto Scrolling): Document the limit of 100 lines
1254 for never-recentering scrolling with `scroll-conservatively'.
1255 (Bug#6671)
1256
09d9db2c 12572011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1258
1259 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1260 HOME on Windows and where it looks for init files. (Bug#8221)
1261
62d94509
EZ
12622011-03-10 Eli Zaretskii <eliz@gnu.org>
1263
1264 * search.texi (Regexp Example):
1265 * mule.texi (International Chars):
1266 * building.texi (External Lisp): Don't use characters outside
1267 ISO-8859-1.
1268
0286d9de
EZ
12692011-03-09 Eli Zaretskii <eliz@gnu.org>
1270
1c6c854e
CS
1271 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1272 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1273
1274 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1275
114902a5 1276 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1277 (Bug#8210)
1278
0afb4571
J
12792011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1280
1281 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1282 for Gtk+ 3.
1283
bb3865e8
GM
12842011-03-08 Glenn Morris <rgm@gnu.org>
1285
6446548e
GM
1286 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1287 * emacs.texi (Acknowledgments):
1288 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1289 * emacs.texi: Set documentencoding.
6446548e 1290
bb3865e8
GM
1291 * display.texi (Optional Mode Line): Don't mention exactly where
1292 display-time appears. (Bug#8193)
1293
33383987
JB
12942011-03-07 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * Version 23.3 released.
1297
892777ba
CY
12982011-03-06 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1301
0b973fc5
DW
13022011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1303
1304 * misc.texi (emacsclient Options): Add q/quiet.
1305
8ef5a2f2
GM
13062011-03-02 Glenn Morris <rgm@gnu.org>
1307
1308 * mule.texi (Communication Coding) <x-select-request-type>:
1309 Remove duplicate (essentially) paragraph. (Bug#8148)
1310
bd106056
CS
13112011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1312
1313 * maintaining.texi (Format of ChangeLog): Add reference to
1314 add-log-full-name.
1315 (Change Log Commands): Add documentation for combining multiple
1316 symbols in one change.
1317
6640b281
GM
13182011-03-01 Glenn Morris <rgm@gnu.org>
1319
1320 * custom.texi (Directory Variables):
1321 Give an example of excluding subdirectories.
1322
2b0c7330 13232011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1324
1325 * search.texi (Regexp Search): Move index entries about regexps to the
1326 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1327
8c62c205
GM
13282011-02-19 Glenn Morris <rgm@gnu.org>
1329
1330 * dired.texi (Dired): Dired-X version number was dropped.
1331
3928f2b6
JD
13322011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1333
1334 * xresources.texi (X Resources): Remove *faceName and replace it with
1335 *font for Lucid.
1336
a41c8660
CY
13372011-02-05 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * rmail.texi (Rmail Display): Document Rmail MIME support more
1340 accurately.
1341
1342 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1343 vc-log-outgoing.
1344 (Merging): Document vc-find-conflicted-file.
1345
233ba4d9 13462011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1347
1348 * custom.texi (Variables): Fix typo.
1349
14beddf4 13502011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1351
65401ee3
CY
1352 * search.texi (Regexps): Copyedits. Mention character classes
1353 (Bug#7809).
1354
19f81ecf
CY
1355 * files.texi (File Aliases): Restore explanatory text from Eli
1356 Zaretskii, accidentally removed in 2011-01-08 commit.
1357
bf3dae7e
EZ
13582011-01-29 Eli Zaretskii <eliz@gnu.org>
1359
1360 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1361 (MAKEINFO_OPTS): New variable.
1362 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1363 (emacs.html): New target.
1364 (clean): Remove emacs.html.
1365
45eb2a5d
WL
13662011-01-23 Werner Lemberg <wl@gnu.org>
1367
1368 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1369 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1370 (ENVADD): Updated.
1371
9acfe703
GM
13722011-01-18 Glenn Morris <rgm@gnu.org>
1373
1374 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1375
1376 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1377
362b9d48
GM
13782011-01-15 Chong Yidong <cyd@stupidchicken.com>
1379
bb033b5f
CY
1380 * building.texi (Compilation): Improve instructions for running two
1381 compilations (Bug#7573).
1382
b024d9f0
MD
1383 * files.texi (Backup Names): Document the new location of the
1384 last-resort backup file.
1385
362b9d48
GM
1386 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1387 manual. Explain why directory-abbrev-alist elements should be anchored
1388 (Bug#7777).
1389
13902011-01-15 Eli Zaretskii <eliz@gnu.org>
1391
1392 * msdog.texi (Windows Startup): Correct inaccurate description of
1393 differences between emacsclient.exe and emacsclientw.exe.
1394
7c420169 13952011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
1396
1397 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1398
7c420169 13992011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
1400
1401 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1402
7c420169 14032011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 1404
2d34d523
EZ
1405 * frames.texi (Cut and Paste): Modify the section's name and text:
1406 don't mix "cut/paste" with "kill/yank".
1407 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1408 (Bug#7702)
1409
88ab4340
EZ
1410 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1411
7c420169 14122011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
1413
1414 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1415 matches its position in the menu. (Bug#7674)
1416
7c420169 14172011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
1418
1419 * trouble.texi (Checklist): Mention not replying via news either.
1420
92bb6c52
TH
14212010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1422
1423 * misc.texi (Document View): Update DocView section with newly
1424 supported document formats.
1425
b103c904
CY
14262010-12-21 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * killing.texi: Resection the Info version to conform to the
1429 printed manual, to avoid making sections on Accumulating Text, CUA
1430 and Rectangles into full chapters.
1431
f49d1f52 14322010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
1433
1434 * custom.texi (Init Syntax): Add index entries for "character syntax".
1435 (Bug#7576)
1436
f49d1f52 14372010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
1438
1439 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1440
f49d1f52 14412010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1442
1443 * trouble.texi (Checklist): Fix typo in newsgroup name.
1444
f49d1f52 14452010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1446
1447 * search.texi (Word Search): Note that the lazy highlight always
1448 matches to whole words (Bug#7470).
1449
f49d1f52 14502010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1451
4f1948eb
EZ
1452 * display.texi (Optional Mode Line): Make the description of
1453 load-average more accurate.
1454
b8a9e136
EZ
1455 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1456 registry, with a cross-reference.
62d72a4a
EZ
1457 (Windows Startup): New node. Move the stuff about the current
1458 directory from "Windows HOME".
b8a9e136 1459
07976ae3 14602010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1461
1462 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1463 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1464
07976ae3 14652010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1466
1467 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1468 Suggested by Štěpán Němec.
1469
07976ae3 14702010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1471
1aaae3f3
CY
1472 * maintaining.texi (Version Control): Say "commit", not "check in".
1473 (Version Control Systems): Simplify descriptions.
1474 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1475 VCS Concepts.
1476 (VC Mode Line): Update example.
1477 (Old Revisions): Document revert-buffer for vc-diff.
1478 (Log Buffer): Promote to a subsection. Document header lines.
1479
1c6c854e
CS
1480 * macos.texi (Mac / GNUstep Basics):
1481 Document ns-right-alternate-modifier.
ec8a6295 1482
1aaae3f3
CY
1483 * emacs.texi (Top): Update node listing.
1484
0eb025fb
EZ
14852010-11-13 Eli Zaretskii <eliz@gnu.org>
1486
1487 * rmail.texi (Rmail Coding): Characters with no fonts are not
1488 necessarily displayed as empty boxes.
1489
1490 * mule.texi (Language Environments, Fontsets): Characters with no
1491 fonts are not necessarily displayed as empty boxes.
1492
1493 * display.texi (Text Display): Document display of glyphless
1494 characters.
1495
ea4f7750
GM
14962010-11-13 Glenn Morris <rgm@gnu.org>
1497
1498 * basic.texi (Position Info): Add M-x count-words-region.
1499
90639cea
GM
15002010-11-11 Glenn Morris <rgm@gnu.org>
1501
1502 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1503
d607b96b 15042010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1505
1506 * msdog.texi (Windows HOME): Add information regarding startup
1507 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1508
c12e4a81
GM
15092010-10-11 Glenn Morris <rgm@gnu.org>
1510
df187c62
GM
1511 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1512
c12e4a81
GM
1513 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1514 (DVIPS): New variable.
234db610
GM
1515 (.PHONY): Add html, ps.
1516 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1517 (clean): Delete html, ps files.
c12e4a81 1518
6513b232
EZ
15192010-10-09 Eli Zaretskii <eliz@gnu.org>
1520
1521 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1522
f4f358f1
GM
15232010-10-09 Glenn Morris <rgm@gnu.org>
1524
c1dc72b3
GM
1525 * Makefile.in (VPATH): Remove.
1526 (infodir): Make it absolute.
1527 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1528
4393405b
GM
1529 * Makefile.in (dist): Anchor regexps.
1530
eef3ab94
GM
1531 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1532 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1533 (emacs-xtra.pdf): Use $<.
1534
aa9db089
GM
1535 * Makefile.in (infoclean): Remove harmless, long-standing error.
1536
abd40fb4
GM
1537 * Makefile.in ($(infodir)): Delete rule.
1538 (mkinfodir): New.
1539 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1540
f4f358f1 1541 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1542 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1543 * emacsver.texi: New file, replacing emacsver.texi.in.
1544
ea274122
GM
15452010-10-09 Glenn Morris <rgm@gnu.org>
1546
f7a31f11
GM
1547 * emacsver.texi.in: New file.
1548 * emacs.texi: Set EMACSVER by including emacsver.texi.
1549 * Makefile.in (distclean): Delete emacsver.texi.
1550 (dist): Copy emacsver.texi.
b13254e7 1551 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1552
3fb78d1f
GM
1553 * ack.texi (Acknowledgments): No more b2m.c.
1554
ea274122
GM
1555 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1556 (emacs): Remove rule.
1557 (dist): No need to deal with the emacs rule any more.
1558
17ca7950
GM
15592010-10-07 Glenn Morris <rgm@gnu.org>
1560
1561 * Makefile.in (version): New, set by configure.
1562 (clean): Delete dist tar file.
1563 (dist): Use version in tar name.
1564
4c83f6e1
GM
15652010-10-06 Glenn Morris <rgm@gnu.org>
1566
1567 * Makefile.in (EMACS_XTRA): Add the main source file.
1568 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1569 (mostlyclean): No core files, reorder other files.
1570 (clean): Delete specific dvi and pdf files.
1571 (infoclean, dist): New rules.
1572 (maintainer-clean): Use infoclean.
8a944cea 1573 ($(infodir)): Add parallel build workaround.
4c83f6e1 1574
0264072d
GM
15752010-10-04 Glenn Morris <rgm@gnu.org>
1576
1577 * Makefile.in (SHELL): Set it.
1578 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1579 (info, dvi): Replace above variables with their expansions.
1580 (info): Move mkdir from here...
1581 ($(infodir)/emacs): ... to here (for parallel builds).
1582 (pdf): New target.
1583 ($(infodir)/emacs): Pass -o option to makeinfo.
1584 (.PHONY): Declare clean rules.
1585 (maintainer-clean): Delete dvi and pdf files.
1586 Guard against cd failures. Use a more restrictive delete.
1587
3226d6ca
GM
15882010-10-02 Glenn Morris <rgm@gnu.org>
1589
1590 * misc.texi (Shell Mode): Remove reference to old function name.
1591
cad90f3b
EZ
15922010-09-30 Eli Zaretskii <eliz@gnu.org>
1593
1594 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1595 indicator characters.
1596
5f874327
GM
15972010-09-29 Glenn Morris <rgm@gnu.org>
1598
1599 * Makefile.in (top_srcdir): Remove unused variable.
1600
0ab9cff3
GM
16012010-09-14 Glenn Morris <rgm@gnu.org>
1602
67ae9766
GM
1603 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1604 the last hook item.
1605
0ab9cff3
GM
1606 * calendar.texi (Appointments): Also updated when a diary include file
1607 is saved.
1608
6664fc59 16092010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1610
1611 * trouble.texi (Bugs): Update the section intro.
1612 (Known Problems): New section.
1613 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1614 (Sending Patches): Bug fixes are best as responses to existing bugs.
1615 * emacs.texi (Known Problems): Add menu entry for new section.
1616
be3283d7
GM
16172010-09-09 Glenn Morris <rgm@gnu.org>
1618
1619 * xresources.texi: Untabify.
1620
10999305 16212010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1622
1623 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1624
10999305 16252010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1626
1627 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1628
30641319
JD
16292010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1630
1631 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1632
50dd7bc6
GM
16332010-08-21 Glenn Morris <rgm@gnu.org>
1634
1635 * misc.texi (Amusements): Mention bubbles and animate.
1636
5e620eca
EZ
16372010-07-31 Eli Zaretskii <eliz@gnu.org>
1638
1639 * files.texi (Visiting): Add more index entries for
1640 large-file-warning-threshold.
1641
8b2dd508
JD
16422010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1643
1644 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1645
8838673e
GM
16462010-06-23 Glenn Morris <rgm@gnu.org>
1647
1648 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1649 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1650 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1651 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1652 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1653 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1654 Untabify Texinfo files.
1655
04d3bb6c
GM
16562010-06-10 Glenn Morris <rgm@gnu.org>
1657
103dd3a8
GM
1658 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1659
04d3bb6c
GM
1660 * basic.texi (Inserting Text): Fix typo.
1661
50b79479
GM
16622010-06-10 Glenn Morris <rgm@gnu.org>
1663
1664 * ack.texi (Acknowledgments):
1665 * emacs.texi (Acknowledgments): Update for notifications.el.
1666
86d7a550
DU
16672010-05-31 Daiki Ueno <ueno@unixuser.org>
1668
1669 * dired.texi (Operating on Files): Mention encryption commands
1670 (Bug#6315).
1671
db5dce9d
EZ
16722010-05-29 Eli Zaretskii <eliz@gnu.org>
1673
1674 * basic.texi (Moving Point): Update due to renaming of commands bound
1675 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1676
34313041
EZ
16772010-05-18 Eli Zaretskii <eliz@gnu.org>
1678
1679 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1680 paragraphs.
1681 (Line Truncation): Fix wording for bidi display.
1682
1fc0ce04 1683 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1684 keys.
1685
0235128c 16862010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1687
1688 * building.texi (GDB Graphical Interface): Remove misleading comparison
1689 to an IDE (Bug#6128).
1690
0235128c 16912010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1692
1693 * programs.texi (Man Page):
1694 * misc.texi (Invoking emacsclient):
1695 * mini.texi (Repetition):
1696 * mark.texi (Setting Mark): Fix typos.
1697
0235128c 16982010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
1699
1700 * misc.texi (Printing): Document htmlfontify-buffer.
1701
0235128c 17022010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
1703
1704 * calendar.texi (Displaying the Diary, Format of Diary File):
1705 Fix external cross-references for TeX format output.
1706
0235128c
SM
17072010-05-07 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * Version 23.2 released.
1710
f63d0028
JD
17112010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1712
1713 * cmdargs.texi (Initial Options): Mention --chdir.
1714
20fe03ad
JD
17152010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1716
1717 * frames.texi (Tool Bars): Add tool-bar-style.
1718
b7d65a5f
GM
17192010-04-21 Glenn Morris <rgm@gnu.org>
1720
1721 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1722
a42dbee1
CY
17232010-04-18 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * programs.texi (Semantic): New node.
1726
1727 * maintaining.texi (EDE): New node.
1728
1729 * emacs.texi: Update node listing.
1730
1731 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1732
6e104790 17332010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1734
d52dbd3d
GM
1735 * emacs.texi (Acknowledgments): Remove duplicate.
1736
a77fe20c
GM
1737 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1738
6e104790 17392010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1740
4ebe9902
GM
1741 * dired.texi (Misc Dired Features): Mention VC diff and log.
1742 * maintaining.texi (Old Revisions, VC Change Log):
1743 Mention that diff and log work in Dired buffers.
1744
98932641
GM
1745 * help.texi (Help Summary): Mention M-x info-finder.
1746
d5b22ab2 1747 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1748
4d4e9522
GM
1749 * custom.texi (Specifying File Variables, Directory Variables):
1750 Document new commands for manipulating local variable lists.
1751
6e104790 17522010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1753
1754 * trouble.texi (Contributing): Add cindex entry.
1755 Mention etc/CONTRIBUTE.
1756
6e104790 17572010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1758
1759 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1760 query-replace (Bug#5774).
1761
a20a9df3
GM
17622010-04-16 Glenn Morris <rgm@gnu.org>
1763
1764 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1765
1ecb2d3f
JD
17662010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1767
1768 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1769
99852628
JD
17702010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1771
1772 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1773
ce79424f
EZ
17742010-03-30 Eli Zaretskii <eliz@gnu.org>
1775
1776 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1777 cross-reference to "Inserting Text".
1778
1779 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1780 Mention completion provided by `ucs-insert'.
1781
85738751 17822010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1783
1784 * sending.texi (Sending Mail): Note variables that may need
1785 customizing.
1786 (Mail Sending): Expand discussion of send-mail-function.
1787
85738751 17882010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1789
1790 Document Message mode as the default mail mode.
1791
1792 * sending.texi (Sending Mail): Copyedits.
1793 (Mail Format, Mail Headers): Document mail-from-style changes.
1794 (Mail Commands): Rename from Mail mode. Document Message mode.
1795 (Mail Misc): Rename from Mail mode Misc.
1796 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1797 command names and update keybindings.
1798 (Header Editing): Document message-tab. De-document
1799 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1800 favor of mail-default-headers. Ad index entries for user-full-name and
1801 user-mail-address.
1c6c854e
CS
1802 (Citing Mail): Update changes in Message mode behavior.
1803 Document mail-yank-prefix.
e73c2434
CY
1804 (Mail Signature): New node, moved from Mail Misc.
1805 (Mail Aliases): Mail abbrevs are the default with Message mode.
1806 (Mail Methods): Note that Message mode is now the default.
1807
1808 * rmail.texi (Rmail Reply):
1809 * text.texi (Text Mode):
1810 * major.texi (Major Modes):
1811 * mule.texi (Output Coding): Refer to Message mode.
1812
1813 * custom.texi (Init Examples): Add xref to Mail Header.
1814
1fc0ce04 1815 * emacs.texi (Top): Fix xrefs.
e73c2434 1816
85738751 18172010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1818
c0c035fa
CY
1819 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1820 repository if there is none.
1821 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1822 vc-print-root-log.
ef7b27ef 1823 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1824
71785b7a
CY
1825 * programs.texi (Program Modes): Mention Javascript mode.
1826
f67c5dd0
CY
1827 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1828 * emacs.texi: Update node description.
1829
0f72a391 1830 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1831 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1832
dc2d2590
JL
18332010-03-30 Juri Linkov <juri@jurta.org>
1834
1835 * search.texi (Other Repeating Search): Remove line that `occur'
1836 can not handle multiline matches.
1837
a7b02820
EZ
18382010-03-30 Eli Zaretskii <eliz@gnu.org>
1839
1840 * mule.texi (International): Mention support of bidirectional editing.
1841 (Bidirectional Editing): New section.
1842
22ef1944
NR
18432010-03-28 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * emacs.texi (Top): Update node names to those in building.texi.
1846
146b8b16
NR
18472010-03-27 Nick Roberts <nickrob@snap.net.nz>
1848
c5e87d10
PE
1849 doc/emacs/building.texi: Describe restored GDB/MI functionality
1850 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
1851 doc/emacs/emacs.texi: Update node names for building.texi.
1852
6d98672d
GM
18532010-03-24 Glenn Morris <rgm@gnu.org>
1854
1855 * ack.texi (Acknowledgments):
1856 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1857
93318cbd
JD
18582010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1859
1860 * xresources.texi (Table of Resources): Clarify toolBar number
1861 for Gtk+.
1862
1863 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1864
15cf2f52
CY
18652010-03-21 Chong Yidong <cyd@stupidchicken.com>
1866
4102856c
CY
1867 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1868
15cf2f52
CY
1869 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1870 and multi-isearch-buffers-regexp.
1871
1872 * indent.texi (Indentation): Clarify description of
1873 indent-for-tab-command. Document tab-always-indent.
1874
d68eb23c
CY
18752010-03-20 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * cmdargs.texi (Font X): Move most content to Fonts.
1878
1879 * frames.texi (Fonts): New node. Document font-use-system-font.
1880
1881 * emacs.texi (Top):
1882 * xresources.texi (Table of Resources):
1883 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1884
288f9fc0
CY
18852010-03-10 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * Branch for 23.2.
1888
17782bec
CY
18892010-03-06 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * custom.texi (Init Examples): Add xref to Locals.
1892
1893 * major.texi (Choosing Modes): Mention usage of setq-default for
1894 setting the default value of major-mode (Bug#5688).
1895
b4a1a8b2
CY
18962010-03-02 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1899
1900 * display.texi (Display Custom): Document make-pointer-invisible and
1901 underline-minimum-offset. Remove inverse-video.
1902
a1e759cd
CY
19032010-02-21 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * frames.texi (Frame Commands): Note that the last ordinary frame can
1906 be deleted in daemon mode (Bug#5616).
1907
4f3bc373
GM
19082010-02-18 Glenn Morris <rgm@gnu.org>
1909
1910 * trouble.texi (Contributing): Repository is no longer CVS.
1911
5dbbdd33
GM
19122010-02-08 Glenn Morris <rgm@gnu.org>
1913
1914 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1915
cd61af01
SM
19162010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * display.texi (Useless Whitespace, Text Display):
1919 * custom.texi (Init Examples): Avoid obsolete special default variables
1920 like default-major-mode.
1921
b1bb0a25 19222010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1923
1924 * programs.texi (Other C Commands): Replace reference to obsolete
1925 c-subword-mode.
1926
99d0985b
GM
19272010-01-21 Glenn Morris <rgm@gnu.org>
1928
1929 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1930
893db5bc
GM
19312010-01-12 Glenn Morris <rgm@gnu.org>
1932
1933 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1934 emacs-pretest-bug for bug reports for development versions.
1935
0419b8d6
GM
19362010-01-11 Glenn Morris <rgm@gnu.org>
1937
1938 * display.texi (Highlight Interactively): `t' does not mean highlight
1939 all patterns. (Bug#5335)
1940
26e533e2
CY
19412009-12-29 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * misc.texi (Shell): Document async-shell-command.
1944
1945 * building.texi (Grep Searching): Document zrgrep.
1946
484eaeac 1947 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1948
7ee6c59b
NR
19492009-12-29 Nick Roberts <nickrob@snap.net.nz>
1950
1951 * building.texi: Import GDB Graphical Interface description from
1952 EMACS_23_1_RC.
1953
91ed7ea8
CY
19542009-12-24 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * emacs.texi (Top): Update node listing.
1957
1958 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1959
1960 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1961
1962 * cmdargs.texi (Initial Options):
1963 * xresources.texi (Resources): Document inhibit-x-resources.
1964
1965 * custom.texi (Specifying File Variables): Note that minor modes are
1966 enabled unconditionally.
1967
1968 * display.texi (Scrolling): Briefly document the old recenter command,
1969 and document recenter-positions.
1970
1971 * files.texi (Visiting):
1972 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1973
1c6c854e
CS
1974 * frames.texi (Cut/Paste Other App):
1975 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1976
1977 * killing.texi (Kill Options): New node.
1978
6ca89aaa
CY
19792009-12-05 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * misc.texi (Shell Options): ansi-color is now default.
1982
806642d4
GM
19832009-12-05 Glenn Morris <rgm@gnu.org>
1984
806642d4
GM
1985 * emacs.texi (Top): Update menu for cal-xtra node changes.
1986 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1987 or mode line. Don't mention invisible text or the details of
1988 diary-print-entries here, only in cal-xtra.
1989 (Format of Diary File): Mention that the "date on first line" format
1990 only really affects the simple display.
1991 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1992 (Diary Customizing): Holidays may be in the buffer or mode line.
1993 Move diary-print-entries to the "Diary Display" section.
1994 (Diary Display): New section, split out from "Fancy Diary Display".
1995 Explain the limitations of simple display, and how to print it.
1996
1a4f0c0a
GM
1997 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1998
e11adbd8
GM
1999 * cal-xtra.texi (Diary Display): Mention View mode.
2000
29a483ac
JL
20012009-11-29 Juri Linkov <juri@jurta.org>
2002
2003 * display.texi (Highlight Interactively): Actually a list of
2004 default faces is pre-loaded into a list of default values
2005 instead of the history.
2006
83d60c79
GM
20072009-11-20 Glenn Morris <rgm@gnu.org>
2008
2009 * ack.texi (Acknowledgments):
2010 * emacs.texi (Acknowledgments): Add htmlfontify.
2011
276bbe96
GM
20122009-11-14 Glenn Morris <rgm@gnu.org>
2013
98ad1bae
GM
2014 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2015
276bbe96
GM
2016 * ack.texi (Acknowledgments):
2017 * emacs.texi (Acknowledgments): Update for recent Org changes.
2018
18430066
CY
20192009-10-31 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2022 `charset' property, which is irrelevant to the user manual (Bug#3526).
2023
522ddc9f
JB
20242009-10-14 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * trouble.texi (DEL Does Not Delete): Fix typo.
2027
50b49ade
MA
20282009-10-05 Michael Albinus <michael.albinus@gmx.de>
2029
2030 * files.texi (Misc File Ops): Mention copy-directory.
2031
6308321a
EZ
20322009-10-04 Eli Zaretskii <eliz@gnu.org>
2033
43b3b4d1
EZ
2034 * mule.texi (Unibyte Mode): Emphasize that
2035 unibyte-display-via-language-environment affects only the display.
2036
6308321a
EZ
2037 * display.texi (Horizontal Scrolling): Document cursor behavior under
2038 horizontal scrolling when point moves off the screen (Bug#4564).
2039 Improve wording.
2040
bd51ea7f
MA
20412009-10-01 Michael Albinus <michael.albinus@gmx.de>
2042
2043 * files.texi (Directories): delete-directory prompts for recursive
2044 deletion.
2045
55381962
GM
20462009-09-30 Glenn Morris <rgm@gnu.org>
2047
2048 * ack.texi (Acknowledgments):
2049 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2050
13989ab1
TH
20512009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2052
2053 * dired.texi (Dired Navigation): Use @code instead of @var for
2054 dired-isearch-filenames, so that it's not capitalized.
2055
8ba46c89
CY
20562009-09-19 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2059
2060 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2061
2062 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2063 (Key Bindings): Reference Init Rebinding in introductory text.
2064 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2065 (Keymaps): Simplify.
2066 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2067 (Minibuffer Maps): Remove mention of Mocklisp.
2068 (Init Rebinding): Move mode-local rebinding example here from Local
2069 Keymaps.
2070 (Modifier Keys): Clarify.
1e11b018 2071 (Rebinding): Add cindex for "binding keys".
8ba46c89 2072
6a5ca7c8
CY
20732009-09-13 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2076
0e1cba51
NR
20772009-08-31 Nick Roberts <nickrob@snap.net.nz>
2078
6a5ca7c8 2079 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2080 Reorganize these two sections.
0e1cba51 2081
76a87a4d
EZ
20822009-08-29 Eli Zaretskii <eliz@gnu.org>
2083
2084 * cmdargs.texi (Initial Options): Fix last change.
2085
82e98df4
SM
20862009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * mule.texi (Enabling Multibyte):
2089 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2090 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2091
fb89fad9
GM
20922009-08-20 Glenn Morris <rgm@gnu.org>
2093
2094 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2095
e99652b0
GM
20962009-08-19 Glenn Morris <rgm@gnu.org>
2097
2098 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2099
5cca97ad
GM
21002009-08-18 Glenn Morris <rgm@gnu.org>
2101
2102 * ack.texi (Acknowledgments):
2103 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2104
997797ae 2105 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2106
985bf85b
GM
21072009-08-09 Glenn Morris <rgm@gnu.org>
2108
2109 * ack.texi (Acknowledgments):
2110 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2111
8d6bb99e
DD
21122009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2113
2114 * emacs.texi (Top): Add new menu items for GDB-UI.
2115
2116 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2117 section. Threads buffer is in separate section now.
8d6bb99e 2118
8353da9c
GM
21192009-08-08 Glenn Morris <rgm@gnu.org>
2120
2121 * ack.texi (Acknowledgments):
2122 * emacs.texi (Acknowledgments):
2123 Update for js2-mode and org changes.
2124
f2074faf
MA
21252009-08-02 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2128 files.
2129
e8d2d3fb
CY
21302009-07-28 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2133
324a4f6a
GM
21342009-07-23 Glenn Morris <rgm@gnu.org>
2135
2136 * programs.texi (Matching): Update blink-matching-paren-distance.
2137
b6937a70
CY
21382009-07-21 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * frames.texi (Cut/Paste Other App): For select-active-regions,
2141 selection is now updated on moving point.
2142
bd8aaa36
RS
21432009-07-21 Richard Stallman <rms@gnu.org>
2144
2145 * glossary.texi (GNU, Daemon): Update information.
2146
8d9b5eba
JL
21472009-07-19 Juri Linkov <juri@jurta.org>
2148
2149 * custom.texi (Specifying File Variables, Safe File Variables):
2150 "variables/value pairs" -> "variable/value pairs".
2151
a2acc1db
GM
21522009-07-15 Glenn Morris <rgm@gnu.org>
2153
2154 * misc.texi (Gnus): Remove widow.
2155
c5ae942b
GM
21562009-07-11 Glenn Morris <rgm@gnu.org>
2157
703d26ba
GM
2158 * Makefile.in (TEXI2PDF): New.
2159 (emacs.pdf, emacs-xtra.pdf): New targets.
2160
522ddc9f 2161 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2162
2163 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2164
2165 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2166 Don't print the copying notice twice in the printed version.
2167 Update the menu and detailmenu.
2168 (Preface): The meaning of "on-line" has changed.
2169 Correct name for "Common Problems" chapter.
2170 (Distrib): Update FSF shop URL.
2171 (Intro): Showing two files at once is not so exciting.
2172
2173 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2174 (Mac / GNUstep Basics): Minor grammar changes.
2175 (Mac / GNUstep Events): Fix typo.
2176 (GNUstep Support): CANNOT_DUMP no longer applies.
2177
2178 * misc.texi (Document View): Fix typos.
2179
2180 * dired.texi (Dired):
2181 * help.texi (Help):
2182 * macos.texi (Mac OS / GNUstep):
2183 * maintaining.texi (Version Control, Introduction to VC):
2184 End menu descriptions with a period.
c5ae942b 2185
b1c8242b
EZ
21862009-07-09 Eli Zaretskii <eliz@gnu.org>
2187
2188 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2189 so categorical in saying that the option is only useful on NTFS.
2190
220d9aa6
GM
21912009-07-09 Glenn Morris <rgm@gnu.org>
2192
2193 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2194 (ENVADD): Add texinfodir to TEXINPUTS.
2195
2196 * emacs.texi (Top): Fix cross-reference.
2197
2198 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2199
2200 * vc1-xtra.texi (Revision Tags): Fix typo.
2201
d07e72d3
GM
22022009-07-03 Glenn Morris <rgm@gnu.org>
2203
2204 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2205 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2206 (Merge Commands): `.' does not seem to work in A or B buffer.
2207 `l' can recreate the 3-window display.
2208
2209 * glossary.texi (Glossary): Minor phrasing changes throughout.
2210 Add more internal cross-references.
2211 <Autoloading>: You can't really autoload a variable.
2212 <C-M->: Move details here from `M-C-' item.
2213 <Continuation Line>: Refer to `Truncation.'
2214 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2215 <Home Directory, Unix>: New entries.
2216 <Deletion of Files>: Mention recycle bins.
2217 <Directory>: Mention ``folders.''
2218 <Error>: Don't mention ``type-ahead.''
2219 <Fringe>: Refer to the manual node.
2220 <Minor Mode>: Can be global or local.
2221 <Spell Checking>: There are other checkers besides Ispell.
2222
f144038a
GM
22232009-07-02 Glenn Morris <rgm@gnu.org>
2224
2225 * anti.texi (Antinews): Minor changes in phrasing.
2226
2227 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2228 some underfull lines in dvi output.
2229
2230 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2231
2232 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2233
2234 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2235
3f1c6666
JD
22362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2237
2238 * xresources.texi (Table of Resources): Mention maximized for
2239 fullscreen.
2240
2241 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2242
62aadce7
CY
22432009-07-01 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * anti.texi (Antinews): Correct the list of removed platforms.
2246
82ec412e
GM
22472009-06-28 Glenn Morris <rgm@gnu.org>
2248
2249 * arevert-xtra.texi: Minor language tweaks.
2250
09964e7d
GM
2251 * dired-xtra.texi: Minor revisions.
2252
666e158e
MB
22532009-06-23 Miles Bader <miles@gnu.org>
2254
c4cc8b9a 2255 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2256 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2257
70243478
CY
22582009-06-21 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * Branch for 23.1.
2261
67cbe681
KH
22622009-06-17 Kenichi Handa <handa@m17n.org>
2263
2264 * mule.texi (Charsets): Update the description for the new charset.
2265 (list-character-sets): New findex.
125dd7c5 2266 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2267
40e67246
CY
22682009-06-10 Chong Yidong <cyd@stupidchicken.com>
2269
b5700de6
CY
2270 * basic.texi (Moving Point): Fix tag.
2271
2272 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2273
2274 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2275 use camel-case for PageUp and PageDown.
2276
2277 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2278 camel-case for PageUp and PageDown.
2279
2280 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2281
40e67246 2282 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2283 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2284
522ddc9f 22852009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2286
522ddc9f
JB
2287 * fixit.texi (Spelling): Set default dictionary.
2288 Improve descriptions (Bug#2554)
6f591cf4 2289
53483c76
DR
22902009-06-08 David Reitter <david.reitter@gmail.com>
2291
2292 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2293 since saving colors and faces set this way is not implemented.
2294 (Environment variables): Remove mention of mac-fix-env, which is
2295 scheduled to be removed.
2296
1557ef4f
CY
22972009-06-04 Chong Yidong <cyd@stupidchicken.com>
2298
91056528
CY
2299 * custom.texi (Init Examples): Add example of changing load-path.
2300
1557ef4f
CY
2301 * building.texi (Lisp Libraries): Add example of changing
2302 load-path (Bug#3446).
2303
623cec4c
CY
23042009-05-28 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * mark.texi (Mark): Further clarifications.
2307 (Setting Mark): Emphasize that C-SPC activates the mark.
2308
0fcca8ee
CY
23092009-05-28 Chong Yidong <cyd@stupidchicken.com>
2310
702b10e1
CY
2311 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2312 Mark mode.
0fcca8ee
CY
2313 (Using Region, Persistent Mark): Use "active mark" instead of "active
2314 region".
2315
d3b396e4
CY
23162009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2317
2318 * mule.texi (Select Input Method): Fix typo.
2319
3f698a06
CY
23202009-05-13 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * anti.texi (Antinews): Document completion changes. Some additional
2323 copyedits and rearrangement of entries.
2324
b2a42eb7
CY
23252009-05-12 Chong Yidong <cyd@stupidchicken.com>
2326
932fd020
CY
2327 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2328 (Shell History Copying, Terminal emulator): Copyedits.
2329
1c6c854e
CS
2330 * xresources.texi (Resources): Simplify descriptions.
2331 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2332 (Table of Resources): Document fontBackend resource.
2333
b2a42eb7 2334 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2335 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2336 "Backspace". Remove discussion of obscure Xmodmap issue.
2337
c6ea7fb8
CY
23382009-05-07 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * files.texi (Visiting): Copyedits.
2341
ad36c422
CY
23422009-05-06 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * basic.texi (Inserting Text): Document ucs-insert.
2345
2346 * mule.texi (International Chars): Define "multibyte". Note that
2347 internal representation is unicode-based. Simplify definition of raw
2348 bytes. Mention ucs-insert.
2349 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2350 (Language Environments): Add language environments new to Emacs 23.
2351 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2352 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2353 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2354 (Output Coding): Copyedits.
2355
2356 * emacs.texi (Top): Update node listing.
2357
d4ad7b96
CY
23582009-05-05 Per Starbäck <per@starback.se> (tiny change)
2359
2360 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2361
5bd66204
SM
23622009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * building.texi (Lisp Libraries): `load-library' does offer completion.
2365
bc36ad1c
CY
23662009-04-28 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2369 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2370
f1a47884
EZ
23712009-04-25 Eli Zaretskii <eliz@gnu.org>
2372
2373 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2374
be77bd45
CY
23752009-04-22 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2378
2379 * building.texi (Lisp Interaction): Document initial-scratch-message.
2380
d3b82927
JB
23812009-04-18 Juanma Barranquero <lekktu@gmail.com>
2382
ed6e7b11
JB
2383 * msdog.texi (Windows Fonts): Fix typos.
2384
d3b82927
JB
2385 * files.texi (Save Commands): Fix pxref.
2386
bc323c04
CY
23872009-04-18 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * files.texi (Save Commands): Mention diff-buffer-with-file.
2390 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2391 Henoch (Bug#3036).
2392
2186d13f
GM
23932009-03-15 Glenn Morris <rgm@gnu.org>
2394
2395 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2396 the former is not always used.
2397 (Mail Headers): Use active voice. Add "Mail-reply-to".
2398 Change case of "Id". Avoid repeated "appropriate".
2399 (Mail Aliases): Fix previous change - use an example with a ".", so it
2400 does actually get quoted when expanded.
2401 (Mail Sending): Mailclient is the default on some systems.
2402 (Citing Mail): Mention mail-indentation-spaces.
2403 (Mail Mode Misc): Add an @dfn for "mail signature".
2404
71e454fc
CY
24052009-03-15 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2408 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
2409 read-buffer-completion-ignore-case, and completion-styles.
2410 Remove description of partial-completion-mode.
71e454fc 2411
df1a3e06
GM
24122009-03-14 Glenn Morris <rgm@gnu.org>
2413
2414 * sending.texi (Mail Format): Fix typo. Add index entry for
2415 mail-header-separator.
2416 (Mail Headers): Put info about initialization and changing in one place
2417 at the start. Update FCC section for mbox Rmail. Clarify From
2418 section, mention mail-setup-with-from. Clarify Reply-to section.
2419 Add Mail-followup-to and mail-mailing-lists. Clarify References
2420 section.
2421 (Mail Aliases): Update example, make less contentious.
2422 Update for name change of mail-interactive-insert-alias.
2423 (Mail Mode): Remove mention of `%' as a word separator.
2424 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2425 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2426 commands. Clarify FCC handling. In mail-complete, add reference to
2427 Mail Aliases section, and mention mail-complete-function.
2428 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2429 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2430 signature netiquette. Explain how the mail hooks work when continuing
2431 a composition.
2432 (Mail Amusements): Internationalize the spook section a bit.
2433 Remove the spook mail-setup-hook example, since it doesn't work well.
2434 Mention fortune-file.
2435 (Mail Methods): Mention read-mail-command.
2436
ed6e7b11 24372009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 2438
df1a3e06
GM
2439 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2440 and NS resources following recent changes.
959d68bd 2441
86dca3e8
JR
24422009-03-10 Jason Rumney <jasonr@gnu.org>
2443
2444 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2445 w32-use-visible-system-caret doc to indicate that it should get set
2446 automatically.
2447 (Windows Fonts): Add doc for the uniscribe backend.
2448
042fe98f
DN
24492009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2452 vc-dir. (Bug#2598)
2453
7f8dba73
RS
24542009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2455
2456 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2457
505e70c3
GM
24582009-03-05 Glenn Morris <rgm@gnu.org>
2459
04242bdc
GM
2460 * rmail.texi (Rmail Basics): Add reference to sorting.
2461 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2462 Minor re-wordings.
2463 (Rmail Motion): Mention rmail-next-same-subject.
2464 (Rmail Deletion): Expunging is not the only way to change the numbers.
2465 (Rmail Labels): Labels can also be used in sorting.
2466 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2467 (Rmail Display): Mention rmail-mime.
2468
00cfe22c
GM
24692009-03-04 Glenn Morris <rgm@gnu.org>
2470
2471 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2472 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2473 summary. Mention sorts cannot be undone.
2474 (Rmail Display): Give an example of how to use goto-address-mode.
2475 (Rmail Editing): It's keybindings that are redefined, not commands.
2476 Fix some typos.
2477 (Movemail): Some minor rewording.
2478 (Remote Mailboxes): Emacs movemail supports pop by default.
2479 Fix some minor grammatical issues. The "two alternative ways" to
2480 specify a POP mailbox are really just one. Remove all reference to the
2481 variables rmail-pop-password and rmail-pop-password-required, obsolete
2482 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2483 can support Kerberos.
2484
3d963b67
GM
24852009-03-03 Glenn Morris <rgm@gnu.org>
2486
2487 * rmail.texi (Rmail Deletion): Revert previous change, which was
2488 describing the Rmail summary versions.
2489 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2490 Minor re-wording for rmail-resend.
2491 (Rmail Make Summary): Summaries apply to buffers rather than files.
2492 <rmail-summary-by-topic>: Headers includes the subject.
2493 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2494 details, including prefix arguments.
2340abde 2495 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2496 Not counting lines might be faster.
2497 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2498 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2499 Name the commands bound to the various keys. Mention prefix argument
2500 for searching.
3d963b67
GM
2501 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2502 Simplify rmail-highlighted-headers description. Update face name.
2503
a8ce3d17
JB
25042009-03-02 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * mark.texi (Marking Objects): Fix typo.
2507
130a29b6
CY
25082009-03-01 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2511 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2512
9d5de6f8
GM
25132009-03-01 Glenn Morris <rgm@gnu.org>
2514
79fc530e 2515 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2516 (Rmail Motion): - M-s searches from the end of messages.
2517 (Rmail Deletion): Minor clarification. Fix numeric argument
2518 description.
2519 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2520 newmail and RMAILOSE files need not be in home-directory.
2521 (Rmail Files): Mention I/O menus are unselectable if no files match.
2522 Mention `MAIL' env-var.
2523
b545ff9c
JR
25242009-02-24 Jason Rumney <jasonr@gnu.org>
2525
2526 * mule.texi (Fontsets): Mention fontset-default, font specs and
2527 fallback fontsets.
2528 (Defining Fontsets): Mention ns and w32 variants of
2529 standard-fontset-spec. Update description of startup fontset to match
2530 Emacs 23 behavior.
a93be82a 2531 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2532 (International): Link to Modifying Fontsets.
b545ff9c 2533
75da0618 25342009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2535
2536 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2537 Mention ns-extended-platform-support-mode.
2538
6be93a16
KB
25392009-02-22 Karl Berry <karl@gnu.org>
2540
2541 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2542
867d4bb3
JB
25432009-02-19 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * basic.texi (Moving Point, Position Info):
2546 * files.texi (Visiting):
2547 * mini.texi (Completion Options):
2548 * text.texi (HTML Mode): Remove duplicate words.
2549
49b5c0e8
GM
25502009-02-20 Glenn Morris <rgm@gnu.org>
2551
2552 * rmail.texi: Minor updates for mbox rather than Babyl.
2553
f43a822c
KB
25542009-02-17 Karl Berry <karl@gnu.org>
2555
49b5c0e8 2556 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2557
80d634b8
RS
25582009-02-17 Richard M Stallman <rms@gnu.org>
2559
2560 * anti.texi (Antinews): Mention Babyl format.
2561
2562 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2563
2564 * rmail.texi: Update for mbox format.
2565 Various small fixes, as well as the following.
2566 (Out of Rmail): Node deleted.
2567 (Rmail): Update menu.
2568 (Rmail Files): Comment out set-rmail-inbox-list.
2569 Document rmail-inbox-list instead.
2570 (Rmail Output): Substantial changes since C-o is now
2571 rmail-output-as-seen and o is rmail-output.
2572 (Rmail Attributes): Delete `stored', add `retried'.
2573 (Rmail Display): Editing headers works in all cases.
2574
f0d129c6
GM
25752009-02-17 Glenn Morris <rgm@gnu.org>
2576
2577 * basic.texi (Position Info): M-x count-lines-region is not always on
2578 M-=. (Bug#2269)
2579
160f11d3
GM
25802009-02-09 Glenn Morris <rgm@gnu.org>
2581
2582 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2583 defaults.
2584
763e01c4
EZ
25852009-02-07 Eli Zaretskii <eliz@gnu.org>
2586
2587 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2588 documentation of possible problems with redecoding.
2589
f5e1441d
GM
25902009-02-03 Glenn Morris <rgm@gnu.org>
2591
2592 * rmail.texi (Out of Rmail): Mention b2m.pl.
2593
e1eabe41
GM
25942009-01-31 Glenn Morris <rgm@gnu.org>
2595
2596 * rmail.texi (Out of Rmail): Correct b2m location.
2597
dd05f9de
CY
25982009-01-27 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * fixit.texi (Undo): Update undo limit values.
2601
d74d846e
GM
26022009-01-27 Glenn Morris <rgm@gnu.org>
2603
2604 * emacs.texi (Top): Fix Antinews menu entry.
2605
49ffdce8
KB
26062009-01-25 Karl Berry <karl@gnu.org>
2607
2608 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2609 item with no marker, instead of the syntactically incorrect
2610 @itemize @asis.
2611
467e8d77
JL
26122009-01-25 Juri Linkov <juri@jurta.org>
2613
2614 * building.texi (Grep Searching): Fix index entry for lgrep.
2615
6c60bbdb
EZ
26162009-01-24 Eli Zaretskii <eliz@gnu.org>
2617
2618 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2619
9ce5a36f
AR
26202009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2621
2622 * macos.texi (Preferences Panel): Update description of font setting to
2623 reflect that prior frame selection is no longer needed.
2624
9aa5f2fb
NR
26252009-01-20 Nick Roberts <nickrob@snap.net.nz>
2626
2627 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2628 raise GUD subsections.
2629
3892ff9c
GM
26302009-01-15 Glenn Morris <rgm@gnu.org>
2631
2632 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2633
14731c8f
GM
26342009-01-10 Glenn Morris <rgm@gnu.org>
2635
2636 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2637
45c55e53
CY
26382009-01-04 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2641 logical lines.
2642
2e4667d1
JL
26432008-12-29 Juri Linkov <juri@jurta.org>
2644
2645 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2646
2647 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2648
2a3eac47
CY
26492008-12-28 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2652 goto-address-mode instead of goto-address.
2653
3da8da94
CY
2654 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2655 mode.
2656
2a3eac47
CY
2657 * emacs.texi (Top): Update node listing.
2658
057f6dd3
EZ
26592008-12-26 Eli Zaretskii <eliz@gnu.org>
2660
2661 * custom.texi (Directory Variables): Explain what is a "project".
2662 Add indexing. Improve wording. Add a footnote about using
2663 _dir-locals.el on MS-DOS.
2664
e6979067
DN
26652008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2666
2667 * files.texi (Misc File Ops): Mention chmod as an alias for
2668 set-file-modes.
2669
9de15963
MR
26702008-12-24 Martin Rudalics <rudalics@gmx.at>
2671
2672 * help.texi (Help): Fix typos and reword.
2673 (Help Summary): Add entries for C-h n and C-h r, reorder
2674 entries, and do some minor fixes.
2675 (Name Help): Say that C-h F works for commands only.
2676 (Misc Help): Say that view-lossage displays 300 keystrokes.
2677
236fd60d
GM
26782008-12-20 Glenn Morris <rgm@gnu.org>
2679
2680 * ack.texi (Acknowledgments): General update based on AUTHORS,
2681 including removal of some stuff no longer distributed.
2682
349b3256
AM
26832008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2684
2685 * fixit.texi: Mention hunspell
2686
e840fca5
GM
26872008-12-19 Glenn Morris <rgm@gnu.org>
2688
2689 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2690 Consolidate explanatory text at start.
e840fca5
GM
2691
2692 * display.texi (Text Display):
2693 * indent.texi (Indentation): Use @acronym with ASCII.
2694
9dfa7983
GM
26952008-12-18 Glenn Morris <rgm@gnu.org>
2696
2697 * ack.texi: Various small updates and fixes.
2698
97b3a00b
JL
26992008-12-18 Juri Linkov <juri@jurta.org>
2700
2701 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2702 as a key binding to start a forward nonincremental word search.
2703 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2704 a backward nonincremental word search. Add index for `M-s w'
2705 `isearch-forward-word'.
2706 (Regexp Search): Add a short summary of regexp key commands like
2707 in the node "Basic Isearch".
2708 (Other Repeating Search): Fix typo.
2709
27102008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
2711
2712 * misc.texi (PostScript Variables): Fix doc.
2713
31ce6a07
CY
27142008-12-10 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * programs.texi (Program Modes): Mention Ruby mode.
2717
636b507b
DN
27182008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2719
2720 * misc.texi (emacsclient Options): Describe what an empty string
2721 argument does for --alternate-editor.
2722
a323fa14
CY
27232008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2724
2725 * cmdargs.texi (Font X): Distinguish between client-side and
2726 server-side fonts. List valid Fontconfig properties. Add reference to
2727 Fontconfig manual. List valid GTK font properties. Explain use of
2728 fc-list.
2729
c5ca6cd0
CY
27302008-12-09 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * cmdargs.texi (Font X): Move discussion of quoting to top.
2733
e5136377
GM
27342008-12-06 Glenn Morris <rgm@gnu.org>
2735
2736 * maintaining.texi (Old Revisions): Improve previous change.
2737
248c026b
RS
27382008-12-05 Richard M Stallman <rms@gnu.org>
2739
2740 * anti.texi (Antinews): Minor fixes.
2741
a9253a1e
GM
27422008-12-03 Glenn Morris <rgm@gnu.org>
2743
2744 * maintaining.texi (Old Revisions): Fix diff-switches description.
2745
fa687b02
MR
27462008-12-01 Martin Rudalics <rudalics@gmx.at>
2747
2748 * emacs.texi (Top): Fix typo.
2749
72e6decd
CY
27502008-11-30 Chong Yidong <cyd@stupidchicken.com>
2751
320ee034
CY
2752 * misc.texi (Document View): Explain dependence on gs at the top.
2753 Copyedits.
2754
2755 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2756
72e6decd
CY
2757 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2758 (Comment Commands): Discuss region-active behavior of M-; first.
2759
2a472ee4
MR
27602008-11-29 Martin Rudalics <rudalics@gmx.at>
2761
9c6361c9
MR
2762 * display.texi (Line Truncation): Add reference to Continuation
2763 Lines.
2764
2a472ee4
MR
2765 * windows.texi (Pop Up Window): Mention split-height-threshold
2766 and split-width-threshold.
9c6361c9 2767 (Split Window): Add reference to Continuation Lines.
2a472ee4 2768
e93bc142
AR
27692008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2770
2771 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2772 (GNUstep Support): New node.
2773 * anti.texi:
2774 * emacs.texi:
2775 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2776
43b978db
RS
27772008-11-28 Richard M Stallman <rms@gnu.org>
2778
2779 * misc.texi (Dissociated Press): Minor cleanups.
2780
2781 * dired.texi (Image-Dired): Avoid passive.
2782
e8e2bd93
EZ
27832008-11-28 Eli Zaretskii <eliz@gnu.org>
2784
2785 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2786 representation.
2787
8d2d45da
CY
27882008-11-26 Richard M. Stallman <rms@gnu.org>
2789
2790 * files.texi (Visiting): Rewrite paragraph for clarity.
2791
2792 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2793
a5f7bbcc
AM
27942008-11-25 Alan Mackenzie <acm@muc.de>
2795
2796 * programs.texi (Moving by Parens): Clarify that parens inside strings
2797 and comments are ignored, and that the commands assume the starting
2798 point isn't in a string or comment.
2799
a71703d3
AR
28002008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2801
2802 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2803 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2804 version.
2805 (Mac Customization): Rewrite Preferences Panel section and merge in to
2806 this node, add Open files by dragging to an Emacs window.
2807
2808 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2809
aa5ab79a
CY
28102008-11-26 Chong Yidong <cyd@stupidchicken.com>
2811
0cc92c19
CY
2812 * files.texi (Misc File Ops): Document set-file-modes.
2813
c366b4e4
CY
2814 * windows.texi (Split Window): Document integer values of
2815 truncate-partial-width-windows.
2816
aa5ab79a
CY
2817 * text.texi (Text): Simplify description of markup languages.
2818 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2819 (TeX Editing): Note that `""' inserts one `"' character.
2820 (HTML Mode): Note in the introduction that XML mode is an alias for
2821 SGML mode. Mention nXML mode.
2822
56221db7
CY
28232008-11-25 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * building.texi (Watch Expressions): Fix typo.
2826
90effe33
CY
28272008-11-24 Chong Yidong <cyd@stupidchicken.com>
2828
f90a5ae3
CY
2829 * files.texi (Visiting): Document new behavior of
2830 confirm-nonexistent-file-or-buffer.
2831
1c6c854e
CS
2832 * buffers.texi (Select Buffer):
2833 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2834
a18ffb4a
CY
2835 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2836 edit-picture.
2837
90effe33
CY
2838 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2839 edit-picture', since that is just an alias for picture-mode.
2840 (Sentences): Note that repeated M-@ extends the region.
2841 (Pages): Make terminology more consistent. Link to Regexps node.
2842 (Longlines): Discuss relationship with Visual Line mode.
2843 (Text Mode): Remove extraneous discussion of other modes, since they
2844 were already introduced in the parent node.
2845
e85103ec
CY
28462008-11-23 Chong Yidong <cyd@stupidchicken.com>
2847
5cb2fe30
CY
2848 * anti.texi (Antinews): Rewrite.
2849
1eb9b307 2850 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2851
2852 * frames.texi (Frame Commands): Mention "minimize" terminology.
2853
e85103ec
CY
2854 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2855 formats.
b908332f
CY
2856 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2857 (Misc X): Don't document useless -hb option.
e85103ec 2858
607f5f88
JL
28592008-11-22 Juri Linkov <juri@jurta.org>
2860
2861 * dired.texi (Dired Navigation): Change normal file name search option
2862 from `non-nil' to `t'. Add `dwim' option.
2863
e1b867a0
JL
28642008-11-22 Juri Linkov <juri@jurta.org>
2865
2866 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2867 ".dir-locals.el". Rename `define-project-bindings' to
2868 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2869 `dir-locals-set-directory-class'.
2870
dd186936
LK
28712008-11-22 Lute Kamstra <lute@gnu.org>
2872
2873 * buffers.texi (Select Buffer): Index goto-line.
2874 * basic.texi (Moving Point): Mention the use of a numeric prefix
2875 argument with goto-line and refer to Select Buffer for the use of a
2876 plain prefix argument.
2877
4b121911
GM
28782008-11-19 Glenn Morris <rgm@gnu.org>
2879
2880 * doclicense.texi: Update to FDL 1.3.
2881 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2882
27267e4c
CY
28832008-11-17 Chong Yidong <cyd@stupidchicken.com>
2884
696f351d
CY
2885 * custom.texi (Minor Modes): Define mode commands and mode variables
2886 more precisely. Recommend using mode commands instead of setting
2887 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2888 (Easy Customization): Use "init file" instead of .emacs.
2889 (Customization Groups): Update to new Custom buffer appearance.
2890 (Saving Customizations): Copyedits. Update example.
2891 (Variables): Give example of variable type-sensitivity.
2892 (Examining): Update example.
2893 (Hooks): Copyedits.
2894 (Specifying File Variables): Use C comments instead of an artificial
2895 Lisp for the example.
2896 (Keymaps): Move internals discussion to Prefix Keymaps.
2897 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2898 (Init Rebinding): Document kbd macro.
2899 (Init File): Link to Find Init.
696f351d
CY
2900
2901 * mark.texi (Using Region): Document Delete Selection Mode more
2902 thoroughly.
2903
2904 * frames.texi (Mouse Commands): Move most of the description of Delete
2905 Selection Mode to Using Region, and link to it.
1bc9c425 2906 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2907
b0570c25
CY
2908 * building.texi (Compilation): Document first-error value of
2909 compilation-scroll-output.
2910 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2911 works as soon as an error is available. Suggested by Juri Linkov.
2912
27267e4c
CY
2913 * mini.texi (Passwords): New node.
2914
2915 * files.texi (Remote Files): Link to Passwords node.
2916
2917 * emacs.texi (Top): Update node listings.
2918
122eb807
CY
29192008-11-16 Chong Yidong <cyd@stupidchicken.com>
2920
9c9855a3
CY
2921 * ack.texi (Acknowledgments): Some updating of credits.
2922
bd6fdcad
CY
2923 * emacs.texi (Acknowledgments): Add a couple more names.
2924
dd1eef46
CY
2925 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2926
122eb807 2927 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2928 (Misc File Ops): Document use of trash.
122eb807 2929
801a8da1
JB
29302008-11-16 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * macos.texi (Mac Customization): Fix typos.
2933
0b4f2253
CY
29342008-11-14 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2937 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2938 the conventions of the main Emacs manual.
2939
2940 * emacs.texi (Top): Update node listings.
2941
517e2b89
CY
29422008-11-12 Chong Yidong <cyd@stupidchicken.com>
2943
07a85685
CY
2944 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2945 command-line-args is processed during startup.
2946 (Action Arguments): Correctly describe how file arguments interact with
2947 the startup screen. Link to Lisp Interaction for scratch buffer.
2948 (Initial Options): Link to Command Example for -batch option.
2949 (Environment): Document initial-environment.
2950
517e2b89
CY
2951 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2952 can't be changed in the site-start file.
2953
6337bbde
CY
29542008-11-07 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * dired.texi (Dired): Mention C-x C-d too.
2957 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2958 (Dired Navigation): Explain dired-goto-file more clearly.
2959 Document dired-isearch-filenames.
6337bbde
CY
2960 (Dired Deletion): Remove unnecessary "expunged" terminology.
2961 (Flagging Many Files): & is now rebound to `% &'.
2962 (Shell Commands in Dired): Document dired-do-async-shell-command.
2963 Clarify how multi-file arguments are passed.
2964 (Misc Dired Features): Document dired-do-isearch.
2965
9e8eeff9
CY
29662008-11-06 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2969
e071f849
CY
29702008-11-03 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2973
05482eb1
CY
29742008-11-01 Chong Yidong <cyd@stupidchicken.com>
2975
e2346dea
CY
2976 * programs.texi (Program Modes): Link to Program Indent node.
2977 (Left Margin Paren): Explain consequences of changing
2978 open-paren-in-column-0-is-defun-start more concisely.
2979 (Which Function, Program Indent, Info Lookup): Minor edits.
2980 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2981 (Multi-line Indent): If region is active, TAB indents the region.
2982 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2983 (Matching): The delimiter at the cursor is highlighted---the character
2984 changes color.
2985 (Symbol Completion): Link to Completion node.
2986
e4b6428c
CY
2987 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2988 a strictly text-only system.
2989
05482eb1
CY
2990 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2991 batch mode.
2992
a11d3737
RS
29932008-11-01 Richard M. Stallman <rms@gnu.org>
2994
5abad626
RS
2995 * misc.texi (Document View): Major rewrite.
2996
a11d3737
RS
2997 * maintaining.texi (Types of Log File): Change logs are older than
2998 version control.
2999 (VCS Concepts): Simplify and rearrange.
3000 (Version Control Systems): Make it clear that Linux is only the kernel.
3001 (VC Mode Line): Shorten reference to menu item.
3002 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3003 (VC Directory Mode): Minor cleanup.
3004 Unchanged files are hidden, not omitted.
3005 (VC Directory Commands): Shorten and simplify.
3006 (Change Log Commands): New node, split from Change Logs.
3007 (VC Directory Buffer): New node, split from VC Directory Mode.
3008
c55a4acb
CY
30092008-10-31 Chong Yidong <cyd@stupidchicken.com>
3010
1c6c854e 3011 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3012 from files.texi.
3013
1c6c854e
CS
3014 * files.texi (Version Control): Move to maintaining.texi.
3015 Subnodes moved as well.
3016 (Document Files): Move to misc.texi.
df0356f6 3017
c55a4acb
CY
3018 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3019 vc-update-change-log.
df0356f6
CY
3020 (Version Control): Move here from files.texi.
3021 (Format of ChangeLog): Make it a subnode of Change Log.
3022
3023 * emacs.texi (Top): Update node listing.
c55a4acb 3024
ef082374
TH
30252008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3026
3027 * files.texi (Files): Add a section about document
3028 files (doc-view-mode).
3029
d52582c3
CY
30302008-10-31 Chong Yidong <cyd@stupidchicken.com>
3031
1c6c854e
CS
3032 * building.texi (Compilation Mode):
3033 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3034 (Debuggers): Lower GUD subsections to subsubsections.
3035 (Starting GUD): Add cindex.
3036 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3037
4e0a0968
CY
30382008-10-30 Chong Yidong <cyd@stupidchicken.com>
3039
03625b47
CY
3040 * indent.texi (Indentation): Link to Program Indent.
3041
4e0a0968
CY
3042 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3043 now uses emacsclient's terminal.
3044
8bd3f7ef
CY
30452008-10-29 Chong Yidong <cyd@stupidchicken.com>
3046
80e5620e
CY
3047 * mark.texi (Using Region): Document use-empty-active-region.
3048
97d5c404
CY
3049 * emacs.texi (Top): Update node listings.
3050
1c6c854e
CS
3051 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3052 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3053 (Invoking emacsclient): Rewrite, moving optional arguments to
3054 emacsclient Options.
21d2bae3
CY
3055 (emacsclient Options): New node. Document server-use-tcp and
3056 server-host.
8bd3f7ef 3057
5fda2cbd
CY
30582008-10-28 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * indent.texi (Indentation): Replace list with paragraphed text,
3061 putting description of syntax-driven indentation first. Document new
3062 effect of active regions on tab.
3063 (Tab Stops): Note that editable tab stops affect indentation commands.
3064
4ff029f6
DN
30652008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3068
996cd6e4
CY
30692008-10-23 Chong Yidong <cyd@stupidchicken.com>
3070
f28815e3
CY
3071 * custom.texi (Function Keys): Note that modified keypad keys are not
3072 translated.
3073
996cd6e4
CY
3074 * basic.texi (Arguments): Explain how to insert multiple digits.
3075
49545fe2
MA
30762008-10-22 Michael Albinus <michael.albinus@gmx.de>
3077
3078 * files.texi (Remote Files): Precise selection of default method.
3079 Rewrite paragraph about disabling remote file names.
3080
edac0b53
CY
30812008-10-22 Chong Yidong <cyd@stupidchicken.com>
3082
e752c544
CY
3083 * search.texi (Special Isearch): Document M-TAB is isearch.
3084
edac0b53
CY
3085 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3086 command.
3087
3088 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3089
20a36054
TH
30902008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3091
1c6c854e 3092 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3093 section.
3094
69051ab6
CY
30952008-10-21 Chong Yidong <cyd@stupidchicken.com>
3096
c4b1a32a
CY
3097 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3098 to files.texi. Move contents of vc2-xtra.texi here.
3099
3100 * vc2-xtra.texi: File removed.
3101
3102 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3103 Directory Commands from the submenu. Don't include deleted file
3104 vc2-xtra.texi.
3105
3106 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3107 (Version Control): Add VC Directory Mode and VC Directory Commands to
3108 the submenu.
3109 (Why Version Control?): Use table format.
3110 (Version Control Systems): Note that Meta-CVS support is gone.
3111 (VCS Concepts): Note precisely when VC started supporting filesets.
3112 Remove bogus xref to CVS Options node.
3113 (Types of Log File): Copyedits.
3114 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3115 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3116 The Right Thing.
3117 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3118 (Log Buffer): Reorganize node, putting C-c C-c description first.
3119 (Old Revisions): Use CVS for example, not RCS.
3120 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3121 Commands from the submenu, putting them under Version Control.
3122 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3123 need to include it in the manual unconditionally, since it is now
3124 crucial to using distributed version control systems.
1a6e2954
CY
3125 (Comparing Files): Note that diff uses the minibuffer, and that the
3126 output is shown using Diff mode.
1c6c854e
CS
3127 (Diff Mode): Explain what "patch" and "hunk" mean.
3128 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3129 diff-show-trailing-whitespaces.
1a6e2954 3130 (File Archives): Add rar support.
c4b1a32a 3131
69051ab6
CY
3132 * major.texi (Choosing Modes): Make mode selection sequence more
3133 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3134 magic-mode-alist is nil by default.
3135 Document magic-fallback-mode-alist.
69051ab6 3136
e7421e03
CY
31372008-10-20 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * frames.texi (Mouse References): Copyedits.
3140
6b2efdc2
TH
31412008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3142
3143 * ack.texi (Acknowledgments): Add myself as doc-view author.
3144
9c5e9396
EZ
31452008-10-20 Eli Zaretskii <eliz@gnu.org>
3146
3147 * frames.texi (Dialog Boxes): Add @cindex entries.
3148
dac94f8e
CY
31492008-10-20 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3152 (Text-Only Mouse): Copyedit.
3153
25597d40
CY
31542008-10-19 Chong Yidong <cyd@stupidchicken.com>
3155
f8a447f6
CY
3156 * frames.texi: Use @key throughout for mouse clicks.
3157 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3158 (Secondary Selection): Fix modified mouse click syntax.
3159 (Clipboard): Describe Cut, Copy and Paste commands.
3160 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3161 Copyedits.
3162 (Creating Frames): Add xref to Init File.
3163 (Frame Commands): Add xref to Exiting.
3164 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3165
b0f95216
CY
31662008-10-15 Chong Yidong <cyd@stupidchicken.com>
3167
b0817f00
CY
3168 * files.texi (Version Control): Copyedits. Add Bazaar.
3169 (Version Control Systems): List different VCS's using an itemized list.
3170 Add Bazaar.
3171 (VCS Concepts): Copyedits. Tweak description of file merging.
3172
b0f95216
CY
3173 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3174 (Cut/Paste Other App): Document select-active-regions and
3175 x-select-enable-primary.
3176
69d0d701
CY
31772008-10-13 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * mark.texi (Shift Selection): Correct case in node name.
3180
3181 * emacs.texi (Top): Update node order in Mark chapter.
3182
375e8351
EZ
31832008-10-12 Eli Zaretskii <eliz@gnu.org>
3184
3185 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3186
3187 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3188 elsewhere in the manual instead of describing yet again the intricacies
3189 of $HOME on MS-Windows and MS-DOS.
3190
ab58114f
CY
31912008-10-12 Chong Yidong <cyd@stupidchicken.com>
3192
4f959513 3193 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3194 (Minibuffer File): Add discussion of `~' in file names.
3195 Add insert-default-directory index reference.
4f959513 3196
ab58114f
CY
3197 * files.texi (File Names): Reorganize description.
3198 (Visiting): Add xref to Mode Line. Copyedits.
3199 (Save Commands): Mention prefix behavior of C-x C-s.
3200 (Numbered Backups): Node deleted.
3201 (Backup Names): Contents of Numbered Backups moved here. State default
3202 of version-control variable.
3203 (Reverting): Copyedits.
3204 (Version Control): Add additional version control systems.
3205
3206 * emacs.texi (Top): Delete Numbered Backups node.
3207
3208 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3209 Backup Names.
f2884f63 3210 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3211
b0b5100a
RF
32122008-10-11 Romain Francoise <romain@orebokech.com>
3213
3214 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3215
89774b5f
CY
32162008-10-11 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3219 (Select Buffer): Mention use of minibuffer history. Describe default
3220 value of default-major-mode. Mention that C-x 4 b selects the other
3221 window.
3222 (List Buffers): Document CRM indicators in the order they appear.
3223 (Kill Buffer): Document new command kill-matching buffers.
3224 (Several Buffers): Move explanation of the relationship between buffer
3225 list and buffer menu to the top.
3226 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3227
4c72bf27
CY
32282008-10-10 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * entering.texi (Exiting): Document change of C-x C-c to
3231 save-buffers-kill-terminal. Document kill-emacs.
3232
f68eb991
EZ
32332008-09-30 Eli Zaretskii <eliz@gnu.org>
3234
3235 * mule.texi (Coding Systems): Don't mention codepage-setup.
3236
3237 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3238 cpNNN coding systems anymore.
3239 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3240 for unibyte mode. Don't mention line-drawing characters.
3241 Don't mention dos-unsupported-char-glyph.
f68eb991 3242
1a2dd44d
CY
32432008-09-25 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * search.texi (Search): Shorten introduction.
3246 (Basic Isearch): Add command table. Discuss reverse isearch and
3247 isearch highlighting.
3248 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3249 ring to cindex.
3250 (Special Isearch): Move input methods discussion here.
3251 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3252 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3253 Repeat Isearch.
3254 (Isearch Minibuffer): New node.
3255 (Word Search): Document new word search commands.
3256 (Regexp Example): Simplify example using sentence-end-base variable.
3257 (Replace): Reword introduction.
3258 (Unconditional Replace): Remove unnecessary example.
3259 (Other Repeating Search): Document new `M-s o' binding.
3260
3261 * emacs.texi (Top): Update node listings.
3262
e45da31d
JB
32632008-09-22 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * emacs.texi (Top): Remove Kill Errors from menu.
3266
841c8096
CY
32672008-09-22 Chong Yidong <cyd@stupidchicken.com>
3268
402168fa
CY
3269 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3270 interface for defining macros. Simplify examples. Note that C-g quits
3271 macro definitions.
1c6c854e
CS
3272 (Keyboard Macro Counter): Document using F3 to insert counter.
3273 Give usage example.
402168fa
CY
3274 (Keyboard Macro Query): Organize query responses in a table.
3275
1c6c854e
CS
3276 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3277 Link to Erasing node.
841c8096
CY
3278 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3279 rationale to a footnote.
3280 (Kill Errors): Remove node, due to redundancy with Erasing.
3281 (Spelling): Move discussion of flyspell to end. Note new behavior of
3282 M-$ in active region. Remove non-ispell-specific keybindings from
3283 table.
3284
eab2ee89
DN
32852008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3286
3287 * cmdargs.texi (Initial Options): Document --daemon.
3288
3d53e905
GM
32892008-09-20 Glenn Morris <rgm@gnu.org>
3290
3291 * files.texi (Numbered Backups): Mention that some modes set
3292 version-control.
3293
1c90484d
GM
32942008-09-20 Jim Blandy <jimb@red-bean.com>
3295
3296 * files.texi (Numbered Backups): Reference File Variables, as well.
3297 Remove discussion of Rmail's implementation.
3298
0fc0d844
CY
32992008-09-06 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * misc.texi (Recursive Edit): Note that top-level exits active
3302 minibuffers.
3303
3304 * trouble.texi (Quitting): Likewise.
3305
b18d283d
CY
33062008-08-31 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * emacs.texi (Top): Add Temporary Face Changes xref.
3309
3310 * display.texi (Display): Move Temporary Face Changes node to just
3311 after Standard Faces.
3312 (Scrolling): Document recenter-top-bottom instead of recenter.
3313 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3314 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3315 (Display Custom): Copyedits.
3316 (Optional Mode Line): Document display-battery-mode.
3317
180135fc
RF
33182008-08-27 Romain Francoise <romain@orebokech.com>
3319
3320 * custom.texi (Directory Variables): Minor fix.
3321
d3fe3475
GM
33222008-08-27 Glenn Morris <rgm@gnu.org>
3323
3324 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3325 descriptions.
3326 (Calendar Customizing): Tweak layout description.
183080b6 3327 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3328 markers. Condense calendar-star-date and calendar-mark-today
3329 description.
3330 (Holiday Customizing): Add oriental and solar holidays.
3331 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3332 Fix holiday-float description. Use zerop in examples. Be less verbose.
3333 (Date Display Format): Change ISO format. Be less verbose.
3334 (Diary Customizing): Mention day and month abbrev arrays.
3335 Mention the date-form variables by name. Update European example.
3336 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3337 Condense examples. Mention diary-entry-symbols by name.
3338 Condense table for insertion commands.
3339 (Fancy Diary Display): Mention diary-include-string and
3340 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3341 Ethiopic, Persian date functions. Condense descriptions.
3342
3343 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3344 (Adding to Diary): Adapt for changed node name.
3345
71755807
GM
33462008-08-26 Glenn Morris <rgm@gnu.org>
3347
3348 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3349 node "Hebrew/Islamic Entries".
3350
3351 * calendar.texi (Specified Dates): Fix names of iso functions.
3352 (General Calendar): There may not be another window.
3353 (Writing Calendar Files, Holidays): Tweak intro.
3354 (Holidays): Mention Baha'i and Chinese holidays.
3355 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3356 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3357 (To Other Calendar): Add calendar-print-other-dates.
3358 Refer to "graphic display" rather than "X.
3359 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3360 (Displaying the Diary): Fix whitespace after reference.
3361 Fix `diary-number-of-entries' reference.
3362 (Date Formats): Explicitly mention that day names can be abbreviated.
3363 (Adding to Diary): Add some references to other sections.
3364 (Special Diary Entries): Fix reference.
3365 (Appointments): Simplify appt-message-warning-time entry.
3366 Clarify where times must be.
3367 (Importing Diary): Comment out icalendar paragraph that does not apply.
3368 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3369
d76ebc75
GM
33702008-08-23 Glenn Morris <rgm@gnu.org>
3371
3372 * fortran-xtra.texi (Fortran): Change description of free form and
3373 fixed form a bit. Mention hideshow and imenu.
3374 (Fortran Motion): Mention fortran-end-of-subprogram,
3375 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3376 (Fortran Indent): Minor re-word.
3377 (ForIndent Commands): Mention fortran-fill-paragraph and
3378 fortran-fill-statement.
3379 (ForIndent Cont): Mention fortran-tab-mode-string.
3380 (Fortran Comments): Mention fortran-comment-line-start-skip.
3381 (Fortran Columns): Mention font-locking.
3382 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3383
1fc0ce04 33842008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
3385
3386 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3387
5c52e13c
CY
33882008-08-22 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * mini.texi (Minibuffer): Simplify introduction.
3391 (Minibuffer File): Document tilde in minibuffer filenames.
3392 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3393 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3394 (Completion Example): Update example to current command list.
3395 (Completion Options): Document `lazy' value of completion-auto-help.
3396 Update contents of completion-ignored-extensions.
3397 (Minibuffer History): Describe "future history" list. State default
3398 value of history-delete-duplicates.
3399
77a00355
GM
34002008-08-21 Glenn Morris <rgm@gnu.org>
3401
3402 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 3403 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 3404
39ee1d04
CY
34052008-08-17 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * regs.texi (Registers): Clarify valid register names.
3408 (RegPos): Note that buffer is saved and restored too.
3409 (RegText): Note that mark is reactivated/deactivated.
3410 (RegConfig): Xref to Windows node.
3411
b12c348f
CY
34122008-08-16 Chong Yidong <cyd@stupidchicken.com>
3413
3ae7ba79
CY
3414 * basic.texi (Inserting Text): Provide command name for C-q.
3415
b12c348f
CY
3416 * killing.texi (Killing): Copyedit. Define read-only text.
3417 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3418 (Killing by Lines): Copyedit.
3419 (Other Kill Commands): Move M-w description here.
3420 (Yanking): Move M-w to Other Kill Commands.
3421 (Kill Ring): Also mention saving text in registers. Link to Text
3422 Properties in elisp manual.
3423 (Accumulating Text): Copyedit.
3424 (CUA Bindings): Shift selection is now the default.
3425
d8ff7692
TZ
34262008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3427
3428 * maintaining.texi (Change Log): Mention next-error is available.
3429
a43a8a2e
GM
34302008-08-10 Glenn Morris <rgm@gnu.org>
3431
3432 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3433 and intermonth text.
3434 (Holiday Customizing): Add holiday-chinese.
3435
eba27308
EZ
34362008-08-08 Eli Zaretskii <eliz@gnu.org>
3437
3438 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3439
5f14a5b3
DN
34402008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3441
3442 * files.texi (Log Buffer): Describe C-c C-d.
3443 (Diff Mode): Describe C-x 4 A.
3444
49989bff
EZ
34452008-08-06 Eli Zaretskii <eliz@gnu.org>
3446
3447 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3448
5c915c02
DN
34492008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3450
2beaf97a
DN
3451 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3452 describe the new bindings to show the changeset diff, toggle annotation
3453 visibility, show revisions.
3454 (VC Status): Describe key bindings for modifying the change comments,
3455 displaying changeset diffs and annotations.
3456
5c915c02
DN
3457 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3458
71798ace
NR
34592008-08-05 Nick Roberts <nickrob@snap.net.nz>
3460
3461 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3462
b8949644
EZ
34632008-08-02 Eli Zaretskii <eliz@gnu.org>
3464
3465 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3466 and wording.
3467
819567d1
DN
34682008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3471 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3472 commands. Improve some old info.
3473
5f38310a
CY
34742008-07-31 Chong Yidong <cyd@stupidchicken.com>
3475
0dc3906b
CY
3476 * display.texi (Visual Line Mode): New node.
3477
5f38310a 3478 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3479 (Moving Point): Add additional alternative key bindings.
3480 Describe line-move-visual.
5f38310a
CY
3481 (Erasing): Describe DEL.
3482 (Basic Undo, Blank Lines, Arguments): Copyedit.
3483 (Continuation Lines): Mention Visual Line mode.
3484 (Position Info): Move extended discussion to mule.texi.
3485
3486 * mule.texi (International Chars): Describe C-x =.
3487
3488 * emacs.texi (Top): Add Visual Line Mode node.
3489
7c2fb837
DN
34902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * emacs.texi: Remove VMS support.
3493
3f6b73ef
DN
34942008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3497 the vc-dir command name.
3498
9e2a2647
DN
34992008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3500
3501 * xresources.texi: Remove mentions of Mac Carbon.
3502
568beaa2
AS
35032008-07-19 Andreas Schwab <schwab@suse.de>
3504
3505 * ns-emacs.texi: Move to ../misc.
3506
0ef94706
CY
35072008-07-15 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * entering.texi (Exiting): Don't describe text-only terminals as the
3510 default. Describe the new startup screen.
3511 (Exiting): Describe how to kill Emacs first. Change description of
3512 iconification to handle modern window systems.
3513
ba60bd44 35142008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3515
3516 * ns-emacs.texi: New file, documents features of Emacs port under
3517 NeXTstep windowing.
3518
9f30aa73
CY
35192008-07-15 Chong Yidong <cyd@stupidchicken.com>
3520
938a5d2e
CY
3521 * entering.texi (Entering Emacs): Update prev node.
3522
3523 * glossary.texi (Glossary): Remove xref to Text Characters.
3524
9f30aa73
CY
3525 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3526 directly, rather than in the context of ASCII. Move description of
3527 special properties of modifier key to new Modifier Keys node.
3528 (Keys): Copyedit.
3529 (Text Characters): Delete node. Multibyte is the default nowadays, and
3530 the node contents are obsolete.
3531
3532 * custom.texi (Modifier Keys): New node.
3533
3534 * emacs.texi (Top): Update node list.
3535
7e53d36c
CY
35362008-07-13 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3539 saying that Emacs provides menus and mouse support (which is par for
3540 the course).
3541
3542 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3543 early on.
3544 (Point): Copyedit. Relegate historical trivia to a footnote.
3545 (Mode Line): Explain mode-line format more consistently.
3546 (Menu Bar): Copyedit.
3547
1e9fa96d
GM
35482008-06-27 Glenn Morris <rgm@gnu.org>
3549
3550 * cal-xtra.texi (Sexp Diary Entries):
3551 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3552
dc9bebb8
CY
35532008-06-26 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * mark.texi (Shift selection): New node.
3556 (Mark): Copyedits.
3557 (Persistent Mark): Move to the end of the chapter.
3558
e7881076
EZ
35592008-06-20 Eli Zaretskii <eliz@gnu.org>
3560
3561 * makefile.w32-in (distclean): Remove makefile.
3562
f427400c
NR
35632008-06-17 Nick Roberts <nickrob@snap.net.nz>
3564
3565 * building.texi (Starting GUD): Add an entry for gud-gdb.
3566 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3567 command mode.
3568
b597d348
GM
35692008-06-17 Glenn Morris <rgm@gnu.org>
3570
3571 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3572
647b7094
NR
35732008-06-17 Nick Roberts <nickrob@snap.net.nz>
3574
3575 * building.texi (Starting GUD): Expand on remote debugging.
3576 (Other GDB-UI Buffers): Mention new keyboard bindings.
3577
47a30023
GM
35782008-06-15 Glenn Morris <rgm@gnu.org>
3579
3580 * gnu.texi: Use a verbatim license for this invariant section,
3581 as per etc/GNU.
3582
37e5d54a
GM
35832008-06-13 Daniel Engeler <engeler@gmail.com>
3584
3585 * emacs.texi, misc.texi: Add documentation about serial port access.
3586
8e65d46c
GM
35872008-06-13 Glenn Morris <rgm@gnu.org>
3588
c1473b4c
MB
3589 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3590 maintain.info.
8e65d46c 3591
e40a85cd
MB
35922008-06-05 Miles Bader <miles@gnu.org>
3593
3594 * display.texi (Temporary Face Changes): Update to reflect function
3595 renamings in face-remap.el.
3596
56c73dec
MB
35972008-06-04 Miles Bader <miles@gnu.org>
3598
1c6c854e
CS
3599 * display.texi (Temporary Face Changes):
3600 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3601 `increase-buffer-face-height' and `decrease-default-face-height' now
3602 that they aren't bound by default.
3603
9d3d42fb
MB
36042008-06-03 Miles Bader <miles@gnu.org>
3605
3606 * display.texi (Temporary Face Changes): New node.
3607
2be6bfe2
EZ
36082008-05-31 Eli Zaretskii <eliz@gnu.org>
3609
3610 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3611
daf7e339
GM
36122008-05-31 Glenn Morris <rgm@gnu.org>
3613
3614 * cal-xtra.texi (Fancy Diary Display): Simplify.
3615
d21d2618
GM
36162008-05-30 Glenn Morris <rgm@gnu.org>
3617
3618 * cal-xtra.texi (Fancy Diary Display): Update for
3619 diary-display-function replacing diary-display-hook.
3620
71ce5fd0
JB
36212008-05-29 Drew Adams <drew.adams@oracle.com>
3622
3623 * msdog.texi (Windows Keyboard): Add descriptions of
3624 w32-register-hot-key and w32-unregister-hot-key.
3625
a3cdbdf8
MO
36262008-05-21 Tom Tromey <tromey@redhat.com>
3627
3628 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3629 Variables node.
3630
854a574c
MO
36312008-05-19 Tom Tromey <tromey@redhat.com>
3632
3633 * custom.texi (Variables): Add Directory Variables to menu.
3634 (Directory Variables): New node.
3635
7c2ec3f9
ER
36362008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3637
71ce5fd0 3638 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3639
370fded4
ER
36402008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3641
3642 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3643 Revision Tags and rewritten. Section now uses modern terminology,
3644 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3645 accurately.
3646
6af511e3
EZ
36472008-05-10 Eli Zaretskii <eliz@gnu.org>
3648
3649 * msdog.texi (Windows Files): Update documentation of
3650 w32-get-true-file-attributes.
3651
7a78b6e7
ER
36522008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3653
3654 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3655 directory mode.
3656
1bcfc24e
CY
36572008-05-08 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3660 entry "television".
1bcfc24e 3661
db86064f
ER
36622008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3663
ab5ec32c 3664 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3665
a31b405e
ER
36662008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3667
3668 * emacs/buffers.texi, emacs/files.texi (Version-control):
3669 vc-toggle-read-only is no longer a good idea...
3670
ff2c14fc
GM
36712008-04-29 Glenn Morris <rgm@gnu.org>
3672
3673 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3674
367c9b7c
JL
36752008-04-22 Juri Linkov <juri@jurta.org>
3676
3677 * dired.texi (Subdirectories in Dired): Describe using `^'
3678 to return to the parent directory.
3679
4ac1e9b4
NR
36802008-04-22 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3683 recent changes.
3684
b9b3bf2b
NR
36852008-04-19 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3688 (Other GDB-UI Buffers): Update for recent thread related changes.
3689
4d120d6a
SM
36902008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3691
3692 * maintaining.texi (Maintaining):
3693 * emacs.texi (Top): Typo.
3694
a152877d
SM
36952008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3696
b9b3bf2b
NR
3697 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3698 arg in `font-lock-add-keywords'.
a152877d 3699
36c0514c
GM
37002008-04-08 Glenn Morris <rgm@gnu.org>
3701
3702 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3703 Also add Baha'i calendar references where appropriate.
3704
06a97d46
GM
37052008-04-05 Glenn Morris <rgm@gnu.org>
3706
3707 * custom.texi (Init File): Byte-compiling .emacs is bad.
3708
6adc6eed
SM
37092008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3712
571388b0
GM
37132008-03-29 Glenn Morris <rgm@gnu.org>
3714
3715 * calendar.texi: Update for `calendar-date-style' replacing
3716 `european-calendar'.
3717
3ae8f876
JR
37182008-03-28 Jason Rumney <jasonr@gnu.org>
3719
3720 * display.texi (Display Custom): Mention overlay-margin in text.
3721
5bc6ddff 37222008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3723
5bc6ddff
MB
3724 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3725 tutorial' comments.
03a864d5 3726
7186a830
CY
37272008-03-28 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * mark.texi (Mark): Rearrange nodes.
3730 (Persistent Mark): Rename from Transient Mark.
3731 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3732 Describe Transient Mark mode as the default.
3733
3734 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3735 the default behavior with Transient Mark mode off.
3736 (Position Info): Fix typo.
3737
71ce5fd0
JB
3738 * display.texi (Standard Faces): Reference the Mark node.
3739 Remove discussion of the region face, which is discussed there.
7186a830
CY
3740
3741 * emacs.texi (Top): Update node listings.
3742
3743 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3744 as the default.
3745
3746 * fixit.texi (Undo): Standardize choice of undo key sequence.
3747 (Undo, Spelling): Describe Transient Mark mode as the default.
3748
3749 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3750 default.
3751
3752 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3753
3754 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3755 mode is the default, and note that the mark is not activated when set.
3756
3757 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3758 Describe Transient Mark mode as the default.
3759
3760 * search.texi (Basic Isearch): Reference the Mark Ring node.
3761 (Replace, Unconditional Replace, Other Repeating Search):
3762 Describe Transient Mark mode as the default.
3763
1c6c854e
CS
3764 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3765 Describe Transient Mark mode as the default.
7186a830
CY
3766 (Paragraphs): Describe how M-h behaves when region is active.
3767
3768 * trouble.texi (Quitting): Clarify effects of C-g.
3769
dc47d1ff
GM
37702008-03-13 Glenn Morris <rgm@gnu.org>
3771
3772 * emacs.texi (EMACSVER): Set to 23.0.60.
3773
e3e0fb39 37742008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3775
e3e0fb39
GM
3776 * dired.texi (Hiding Subdirectories): Fix previous change.
3777
37782008-03-05 Drew Adams <drew.adams@oracle.com>
3779
3780 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3781
5e14abf8
KS
37822008-02-28 Kim F. Storm <storm@cua.dk>
3783
3784 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3785 Move describe-distribution to C-h C-o.
3786 Move view-emacs-problems to C-h C-p.
3787 Add view-emacs-debugging on C-h C-d.
3788 Add view-external-packages on C-h C-e.
d0207bf3 3789 Add view-order-manuals on C-h C-m.
5e14abf8 3790
d0207bf3 37912008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3792
3793 * msdog-xtra.texi (MS-DOS): Docstring fix.
3794
87e391bb
EZ
37952008-02-09 Eli Zaretskii <eliz@gnu.org>
3796
3797 * msdog.texi (Windows Fonts): Use a @table for describing font
3798 properties.
3799
5662e503
JR
38002008-02-07 Jason Rumney <jasonr@gnu.org>
3801
3802 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3803 value has changed.
3804 (Windows HOME): Clarify what is meant by "if that fails as well".
3805 (Windows Fonts): New section.
3806
72463824
GM
38072008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3808
3809 * basic.texi (Basic Undo): Remove duplicate "you can".
3810
7ff926e0
EZ
38112008-02-02 Eli Zaretskii <eliz@gnu.org>
3812
3813 * maintaining.texi (Tags): Fix last change.
3814
6ab7aef1
MA
38152008-02-02 Michael Albinus <michael.albinus@gmx.de>
3816
093571c3 3817 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3818
ace67e7e
NR
38192008-01-31 Nick Roberts <nickrob@snap.net.nz>
3820
3821 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3822
ae068fdf
RS
38232008-01-26 Richard Stallman <rms@gnu.org>
3824
3825 * maintaining.texi (Tags): Delete redundant index entry.
3826
a56d9a08
EZ
38272008-01-26 Eli Zaretskii <eliz@gnu.org>
3828
3829 * programs.texi (Imenu): Move "@cindex tags" from here...
3830 * maintaining.texi (Tags): ...to here.
3831
e941ed90
NR
38322008-01-23 Kevin Ryde <user42@zip.com.au>
3833
3834 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3835 click count.
3836
650276d5
JB
38372008-01-21 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * entering.texi (Exiting): Fix typo.
3840 Reported by D. E. Evans <sinuhe@gnu.org>.
3841
8dc17977
MR
38422007-12-31 Martin Rudalics <rudalics@gmx.at>
3843
3844 * glossary.texi (Glossary): Fix typo.
3845
9f9695a6
RS
38462007-12-27 Richard Stallman <rms@gnu.org>
3847
3848 * text.texi (Formatted Text): Improve menu tag.
3849 (Editing Format Info): In Info, add duplicate menu of nodes
3850 about the submenus.
3851 (Format Faces): Say where Faces menu is found. Mention Other.
3852 (Format Colors): Say where these submenus are found.
3853 (Format Indentation, Format Justification): Likewise.
3854 (Format Properties): Likewise.
3855
abfd0191
RS
38562007-12-22 Richard Stallman <rms@gnu.org>
3857
3858 * search.texi (Query Replace): Make exp of query-replace more
3859 self-contained, and clarify.
8dc17977 3860
abfd0191
RS
3861 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3862
a2586785
RS
38632007-12-15 Richard Stallman <rms@gnu.org>
3864
3865 * files.texi (Auto Save): Clarify definition of auto-saving.
3866
a67cf2bb
RS
38672007-11-26 Richard Stallman <rms@gnu.org>
3868
3869 * help.texi (Help Echo): Cleanups.
3870
448b33b1
TTN
38712007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3872
3873 * files.texi (Why Version Control?): Fix typo.
3874 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3875 (Selecting a Fileset): Fix typos; small rewording.
3876 (Log Buffer): Likewise.
3877 (Old Revisions): Likewise.
448b33b1 3878
221bb7f6
EZ
38792007-11-17 Eli Zaretskii <eliz@gnu.org>
3880
3881 * mule.texi (Communication Coding): Fix wording of last change.
3882
d0207bf3 38832007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3884
630cb3b7
JB
3885 * custom.texi (Specifying File Variables):
3886 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3887
53b7759e
KH
38882007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3889
a5ab2e0c 3890 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3891
3892 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3893
c8763fb6 38942007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3895
630cb3b7 3896 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3897 --output=file.
3898
ff98e024
MR
38992007-11-13 Martin Rudalics <rudalics@gmx.at>
3900
3901 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3902 (Help Echo): Avoid mentioning the term "region" here and
3903 consistently use the term "active text".
3904
37b11c22
GM
39052007-11-11 Glenn Morris <rgm@gnu.org>
3906
3907 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3908
21d50ba1
JL
39092007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3910
1c6c854e
CS
3911 * search.texi (Query Replace):
3912 Mention `query-replace-show-replacement'.
21d50ba1 3913
c12ecb0a 39142007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3915
3916 * building.texi (Watch Expressions): Remove obscure sentence.
3917
3b4201f4
KH
39182007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3919
3920 * mule.texi (Select Input Method): Describe how to activate an input
3921 method in the text mode.
3922
07e5c0b0
DN
39232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3924
3925 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3926
52dd7391
NR
39272007-10-30 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3930
c004e539
GM
39312007-10-30 Glenn Morris <rgm@gnu.org>
3932
3933 * misc.texi (Directory Tracking): Explain a bit more about
3934 dirtrack-mode.
3935
ca8c5b8c
GM
39362007-10-25 Glenn Morris <rgm@gnu.org>
3937
3938 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3939
b6c764ef
RS
39402007-10-24 Richard Stallman <rms@gnu.org>
3941
3942 * misc.texi (Interactive Shell): Cleanup last change.
3943
eabd84c9
JL
39442007-10-22 Juri Linkov <juri@jurta.org>
3945
3946 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3947 default values.
3948
0b43c7e2
ER
39492007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3950
ca8c5b8c 3951 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3952 'filesets'.
3953
a80859d4
MR
39542007-10-18 Martin Rudalics <rudalics@gmx.at>
3955
3956 * trouble.texi (Quitting): Fix typo.
3957
c9447ae1
GM
39582007-10-18 Glenn Morris <rgm@gnu.org>
3959
3960 * frames.texi (Mode Line Mouse): Mention minor mode names.
3961
168b980f
JL
39622007-10-17 Juri Linkov <juri@jurta.org>
3963
3964 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3965 fill-paragraph operates on the active region in Transient Mark mode.
3966 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3967 with fill-paragraph.
3968
3969 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3970 fill-paragraph.
3971
3972 * fixit.texi (Spelling): ispell-word operates on the active region
3973 in Transient Mark mode.
3974
5a331f34
JB
39752007-10-17 Aaron S. Hawley <aaronh@garden.org>
3976
3977 * building.texi (Source Buffers):
3978 * custom.texi (Init Non-ASCII):
3979 * glossary.texi (Glossary): Use "key binding" consistently.
3980
2a9f4d55
JB
39812007-10-17 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * calendar.texi (Diary): Fix directive.
3984
de13cecf
RS
39852007-10-16 Richard Stallman <rms@gnu.org>
3986
3987 * calendar.texi (Diary): Clarify text about diary file example.
3988
5f90d53e
ER
39892007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3990
3991 * files.texi: Capitalize node names according to convention.
3992
3aa491bc
GM
39932007-10-13 Glenn Morris <rgm@gnu.org>
3994
3995 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3996
8a3106d3
ER
39972007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3998
3999 * emacs.texi:
4000 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4001 suggested by RMS and Robert J. Chassell.
8a3106d3 4002
da1080a2
ER
40032007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4004
3aa491bc 4005 * files.texi (Version Systems):
0870a421
ER
4006 * vc-xtra.texi:
4007 * vc1-xtra.texi:
ac3f4c6f 4008 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4009 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4010 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4011 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4012
58ade22b
ER
40132007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4014
da1080a2 4015 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4016 Reorder the descriptions to be chronological.
4017
93870ce2
RS
40182007-10-09 Richard Stallman <rms@gnu.org>
4019
4020 * display.texi (Cursor Display): Correct how cursor appears
4021 in nonselected windows.
4022
568c7288
NR
40232007-10-04 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * building.texi (GDB Graphical Interface): Remove references to gdba
4026 and mention gud-gdb.
4027
1af74d06 40282007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4029
1af74d06 4030 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4031
0d8fb755
JL
40322007-10-06 Juri Linkov <juri@jurta.org>
4033
4034 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4035 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4036 fill-paragraph-or-region.
4037
4038 * basic.texi (Arguments): Replace fill-paragraph with
4039 fill-paragraph-or-region.
4040
b981e2c6
ER
40412007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4042
4043 * files.texi: Update the section on version control for 2007
2a9f4d55 4044 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4045 will come later.
4046
5fceaf9c
GM
40472007-09-15 Glenn Morris <rgm@gnu.org>
4048
4049 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4050 to `list-holidays'.
4051
b0e44b17
GM
40522007-09-14 Glenn Morris <rgm@gnu.org>
4053
4054 * calendar.texi: Update all instances of mark-calendar-holidays,
4055 list-calendar-holidays, list-holidays with the new names.
4056
8cf51b2c
GM
40572007-09-06 Glenn Morris <rgm@gnu.org>
4058
46a367db 4059 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4060 Split into the Emacs manual in emacs/, and other manuals in misc/.
4061 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4062 manual.
4063 (infodir): New variable.
4064 (info): Use $infodir.
4065 (emacsman): Delete target, not needed any more.
4066 Move all targets that are not the Emacs manual to misc/Makefile.in.
4067 (mostlyclean): Remove `gnustmp'.
4068 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4069 manual.
92f9b43f 4070 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4071 (emacsman): Delete target, not needed any more.
4072 (clean): Remove all info files but Emacs manual.
4073 Move all targets that are not the Emacs manual to misc/Makefile.in.
4074 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4075
4076 * Makefile.in (INFOSOURCES): Delete.
4077 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4078 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4079 *.vrs *.toc here...
4080 (maintainer-clean): ...from here.
4081
40822007-09-05 Glenn Morris <rgm@gnu.org>
4083
4084 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4085
8cf51b2c
GM
40862007-08-29 Glenn Morris <rgm@gnu.org>
4087
4088 * emacs.texi (EMACSVER): Increase to 23.0.50.
4089
3420c522
RS
40902007-08-27 Richard Stallman <rms@gnu.org>
4091
4092 * emacs.texi (Top): Clarify menu item for Glossary.
4093
4094 * display.texi (Faces): Change secn title.
4095 Clarify not all fonts come from Font Lock.
4096
8cf51b2c
GM
40972007-08-17 Eli Zaretskii <eliz@gnu.org>
4098
4099 * basic.texi (Position Info): Add index entry for face at point.
4100 Mention that character faces are also displayed by "C-u C-x =".
4101
8cf51b2c
GM
41022007-08-08 Glenn Morris <rgm@gnu.org>
4103
4104 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4105
41062007-08-07 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * files.texi (File Conveniences): Document point motion keys in Image
4109 mode.
4110
8cf51b2c
GM
41112007-07-27 Glenn Morris <rgm@gnu.org>
4112
8cf51b2c
GM
4113 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4114 in-line.
4115
4116 * gpl.texi: New file with text of GPL.
4117 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4118
41192007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4122
4123 * dired.texi (Wdired): Mention C-x C-q key binding.
4124
41252007-07-28 Nick Roberts <nickrob@snap.net.nz>
4126
4127 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4128
41292007-07-25 Glenn Morris <rgm@gnu.org>
4130
8cf51b2c
GM
4131 * emacs.texi (Copying): Replace license with GPLv3.
4132
4133 * Relicense all FSF files to GPLv3 or later.
4134
41352007-07-24 Glenn Morris <rgm@gnu.org>
4136
4137 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4138 for some calendars.
4139
41402007-07-23 Nick Roberts <nickrob@snap.net.nz>
4141
4142 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4143 default-directory for the current buffer is on a remote machine.
4144
8cf51b2c
GM
41452007-07-21 Eli Zaretskii <eliz@gnu.org>
4146
4147 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4148 default value.
4149
41502007-07-21 Richard Stallman <rms@gnu.org>
4151
4152 * files.texi (Why Version Control?): Improve previous change.
4153
41542007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4155
4156 * files.texi (Why Version Control?): New node.
4157
8cf51b2c
GM
41582007-07-12 Nick Roberts <nickrob@snap.net.nz>
4159
8cf51b2c
GM
4160 * building.texi (Starting GUD): Add xref to this anchor.
4161
8cf51b2c
GM
41622007-06-24 Karl Berry <karl@gnu.org>
4163
2a9f4d55 4164 * emacs.texi: New Back-Cover Text.
8cf51b2c 4165
8cf51b2c
GM
41662007-06-07 Alan Mackenzie <acm@muc.de>
4167
4168 * display.texi (Optional Mode Line): Document the new form of
4169 line+column numbers, "(561,2)".
4170
41712007-06-06 Juanma Barranquero <lekktu@gmail.com>
4172
49823426 4173 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4174
41752007-06-02 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * Version 22.1 released.
4178
8cf51b2c
GM
41792007-05-07 Karl Berry <karl@gnu.org>
4180
4181 * emacs.texi (EMACSVER): Back to 22.
4182
41832007-05-06 Richard Stallman <rms@gnu.org>
4184
4185 * maintaining.texi (Create Tags Table): Clean up previous change.
4186
c8763fb6 41872007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4188
4189 * maintaining.texi (Create Tags Table): Add text about the dangers of
4190 making symbolic links to tags files.
4191
41922007-05-04 Karl Berry <karl@gnu.org>
4193
4194 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4195
41962007-05-03 Karl Berry <karl@gnu.org>
4197
4198 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4199
4200 * .cvsignore (*.pdf): New entry.
4201
8cf51b2c
GM
4202 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4203 for printing.
4204
42052007-05-01 Richard Stallman <rms@gnu.org>
4206
4207 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4208
8cf51b2c
GM
42092007-04-28 Glenn Morris <rgm@gnu.org>
4210
4211 * ack.texi (Acknowledgments):
4212 * anti.texi (Antinews):
8cf51b2c
GM
4213 * programs.texi (Program Modes): Restore mention of python.el pending
4214 consideration of legal status.
4215
42162007-04-28 Richard Stallman <rms@gnu.org>
4217
4218 * files.texi (File Names): Fixes to ~ description on MS systems.
4219
8cf51b2c
GM
42202007-04-26 Glenn Morris <rgm@gnu.org>
4221
4222 * emacs.texi (EMACSVER): Increase to 22.1.50.
4223
42242007-04-25 Karl Berry <karl@gnu.org>
4225
4226 * emacs.texi: Improve line breaks on copyright page,
4227 similar layout to lispref, 8.5x11 by default.
4228
4229 * dired.texi (Image-Dired): Improve line break, fix typo.
4230
42312007-04-24 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * programs.texi (Program Modes):
8cf51b2c
GM
4234 * anti.texi (Antinews):
4235 * ack.texi (Acknowledgments): python.el removed.
4236
8cf51b2c
GM
42372007-04-23 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * display.texi (Highlight Interactively): Correct description of
4240 hi-lock-file-patterns-policy.
4241
4242 * files.texi (File Archives): Mention self-extracting executables.
4243
42442007-04-23 Eli Zaretskii <eliz@gnu.org>
4245
4246 * search.texi (Unconditional Replace, Query Replace): Add xref to
4247 "Replacement and Case".
4248
42492007-04-22 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * dired.texi (Image-Dired): Move from Thumbnails node.
4252 * misc.texi (Thumbnails): Node deleted.
4253 * emacs.texi (Top): Update node listing.
4254
4255 * files.texi (File Conveniences):
49823426 4256 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4257
42582007-04-21 Richard Stallman <rms@gnu.org>
4259
4260 * display.texi (Highlight Interactively): Correct previous change.
4261 Clarify doc of hi-lock-find-patterns, and move new features into it.
4262
42632007-04-20 David Koppelman <koppel@ece.lsu.edu>
4264
1c6c854e
CS
4265 * display.texi (Highlight Interactively):
4266 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4267
42682007-04-20 Martin Rudalics <rudalics@gmx.at>
4269
4270 * display.texi (Scrolling): Fix typo.
4271
8cf51b2c
GM
42722007-04-15 Chong Yidong <cyd@stupidchicken.com>
4273
8cf51b2c
GM
4274 * doclicense.texi: Remove node heading, so that it can be included by
4275 other files.
4276
4277 * emacs.texi: Insert node heading for GFDL.
4278
8cf51b2c
GM
42792007-04-14 Eli Zaretskii <eliz@gnu.org>
4280
4281 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4282 "command line".
4283
4284 * display.texi (Faces): Refer to "Creating Frames" for face
4285 and other frame customizations in .emacs.
4286
4287 * frames.texi (Creating Frames): Mention that face customizations can
4288 be put in .emacs. Add index entries.
4289
42902007-04-12 Richard Stallman <rms@gnu.org>
4291
4292 * glossary.texi (Glossary): Explain `iff'.
4293
42942007-04-11 Karl Berry <karl@gnu.org>
4295
4296 * gnu.texi (Top),
4297 * macos.texi (Mac Font Specs),
4298 * anti.texi (Antinews),
4299 * xresources.texi (Resources),
4300 * misc.texi (Emulation),
4301 * calendar.texi (Daylight Saving),
4302 * dired.texi (Dired and Find),
4303 * rmail.texi (Remote Mailboxes),
4304 * sending.texi (Mail Headers),
4305 * programs.texi (Which Function),
4306 * files.texi (Recover),
4307 * buffers.texi (Uniquify),
4308 * frames.texi (Wheeled Mice),
4309 * killing.texi (Rectangles): Wording to improve breaks in
4310 8.5x11 format.
4311 * mule.texi (Language Environments): \hbadness=10000 since there's
4312 no way to reword.
4313 * emacs.texi (smallbook): New @set to more easily switch between
4314 smallbook and 8.5x11.
4315
43162007-04-11 Richard Stallman <rms@gnu.org>
4317
4318 * files.texi (File Conveniences): Add xref to Tumme.
4319 Delete text about Thumbnail mode.
4320
8cf51b2c
GM
43212007-04-09 Alan Mackenzie <acm@muc.de>
4322
4323 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4324 new name. Insert concept index entries.
4325
8cf51b2c
GM
43262007-04-08 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * display.texi (Standard Faces): Document prefix arg for
4329 list-faces-display.
4330
4331 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4332
8cf51b2c
GM
43332007-04-07 Chong Yidong <cyd@stupidchicken.com>
4334
8cf51b2c
GM
4335 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4336
4337 * files.texi (Misc File Ops): Rewrite description of
4338 insert-file-literally.
4339
8cf51b2c
GM
43402007-03-31 Eli Zaretskii <eliz@gnu.org>
4341
4342 * misc.texi (Printing): Postscript -> PostScript.
4343
8cf51b2c
GM
4344 * ack.texi (Acknowledgments): Postscript -> PostScript.
4345
4346 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4347
4348 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4349 below.
4350
43512007-03-30 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4354 Init Non-ASCII.
4355 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4356 (Init Non-ASCII): New node.
4357
43582007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4359
4360 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4361
8cf51b2c
GM
43622007-03-12 Glenn Morris <rgm@gnu.org>
4363
8cf51b2c
GM
4364 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4365 "Daylight Savings".
4366
49823426 4367 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4368 saving" in text throughout.
4369
8cf51b2c
GM
43702007-03-04 Richard Stallman <rms@gnu.org>
4371
4372 * custom.texi (Safe File Variables): Minor correction.
4373
8cf51b2c
GM
43742007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4375
4376 * rmail.texi (Movemail): Add internal ref.
4377 Don't indent the intro for the PROTO table.
4378 Format PROTO table items with @code.
4379
8cf51b2c
GM
43802007-02-26 Nick Roberts <nickrob@snap.net.nz>
4381
4382 * building.texi: Remove references to bashdb.
4383
8cf51b2c
GM
43842007-02-19 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * mule.texi (Language Environments): Update list of supported language
4387 environments.
4388
8cf51b2c
GM
43892007-02-14 Kim F. Storm <storm@cua.dk>
4390
4391 * building.texi (Grep Searching): Fix lgrep doc.
4392
43932007-02-12 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * back.texi: Remove unused file.
4396
c8763fb6 43972007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4398
4399 * maintaining.texi (Tag Syntax): Now --members is the default for
4400 etags, not for ctags yet.
4401
8cf51b2c
GM
44022007-02-03 Eli Zaretskii <eliz@gnu.org>
4403
4404 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4405 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4406 expects. Add comments to prevent people from inadvertently modifying
4407 the key parts needed by `texinfo-multiple-files-update'.
4408
44092007-01-29 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * frames.texi (Secondary Selection): Window clicked does not matter
4412 when mouse-yank-at-point is non-nil.
4413
8cf51b2c
GM
44142007-01-16 Glenn Morris <rgm@gnu.org>
4415
4416 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4417 system abbrev.
4418
44192007-01-11 Richard Stallman <rms@gnu.org>
4420
4421 * msdog.texi (Windows Keyboard): Another small cleanup.
4422
44232007-01-10 Richard Stallman <rms@gnu.org>
4424
4425 * msdog.texi (Windows Keyboard): Yet another try to make
4426 everyone happy with that passage.
4427
44282007-01-05 Richard Stallman <rms@gnu.org>
4429
4430 * anti.texi (Antinews): Mention M-x shell scrolling.
4431
44322007-01-05 Nick Roberts <nickrob@snap.net.nz>
4433
4434 * building.texi (Watch Expressions): Describe gdb-max-children.
4435
8cf51b2c
GM
44362007-01-04 Richard Stallman <rms@gnu.org>
4437
8cf51b2c
GM
4438 * msdog.texi (Windows Keyboard): Clarify previous change.
4439
8cf51b2c
GM
44402007-01-02 Richard Stallman <rms@gnu.org>
4441
4442 * custom.texi (Changing a Variable): Minor clarification.
4443 (Specific Customization): customize-customized => customize-unsaved.
4444
4445 * entering.texi (Entering Emacs): Clean up text about restarting
4446 Emacs for each file.
4447
4448 * misc.texi (Shell Options): Minor cleanup.
4449
4450 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4451 with Emacs, not vice versa.
4452
4453 * programs.texi (Symbol Completion): Recommend customizing
4454 window manager.
4455
4456 * xresources.texi (Resources): Minor fix.
4457
c8763fb6 44582007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4459
4460 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4461
44622007-01-01 Richard Stallman <rms@gnu.org>
4463
4464 * commands.texi (User Input): Document keys stolen by window mangers.
4465
44662006-12-31 Richard Stallman <rms@gnu.org>
4467
4468 * custom.texi (Specific Customization): Document customize-option
4469 instead of customize-variable.
4470
44712006-12-31 Kim F. Storm <storm@cua.dk>
4472
4473 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4474
44752006-12-30 Kim F. Storm <storm@cua.dk>
4476
4477 * killing.texi (CUA Bindings): Fix typo.
4478
4479 * xresources.texi (Table of Resources): Mention grow-only value for
4480 auto-resize-tool-bars.
4481
8cf51b2c
GM
44822006-12-27 Eli Zaretskii <eliz@gnu.org>
4483
4484 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4485 and how to get them back.
4486
44872006-12-26 Richard Stallman <rms@gnu.org>
4488
4489 * calendar.texi (Holidays): Holiday listing is based on current
4490 practice, but DST is not.
4491
44922006-12-25 Richard Stallman <rms@gnu.org>
4493
4494 * emacs.texi (Top): Update subnode menus.
4495
4496 * mark.texi (Transient Mark): Fix xref.
4497
4498 * killing.texi (Graphical Kill): Node deleted.
4499 (Killing): Add xref to Cut and Paste.
4500 (CUA Bindings): Update xref.
4501
4502 * frames.texi (Cut and Paste): New section to hold other nodes.
4503 (Mouse Commands): Node demoted.
4504 (Cut/Paste Other App): Split out from Mouse Commands.
4505 (Word and Line Mouse): Likewise.
4506 (Secondary Selection, Clipboard): Nodes demoted.
4507
8cf51b2c
GM
45082006-12-24 Kevin Ryde <user42@zip.com.au>
4509
4510 * calendar.texi (Holidays): US daylight saving begins second Sunday
4511 in March for 2007 onwards.
4512 (Daylight Savings): Show new US default daylight saving rules, 2nd
4513 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4514
45152006-12-23 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * calendar.texi (Scroll Calendar): < and > are switched.
4518
45192006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4520
4521 * killing.texi (Deletion): Describe M-\ prefix argument.
4522
45232006-12-23 Richard Stallman <rms@gnu.org>
4524
4525 * search.texi (Regexp Search): Explain why forward and reverse regexp
4526 search are not mirror images.
4527
8cf51b2c
GM
45282006-12-19 Kim F. Storm <storm@cua.dk>
4529
4530 * major.texi (Choosing Modes): Describe match-function elements for
4531 magic-mode-alist.
4532
8cf51b2c
GM
45332006-12-18 Eli Zaretskii <eliz@gnu.org>
4534
4535 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4536 peculiarities.
4537
45382006-12-18 Richard Stallman <rms@gnu.org>
4539
4540 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4541
8cf51b2c
GM
45422006-12-17 Alan Mackenzie <acm@muc.de>
4543
4544 * programs.texi (Left Margin Paren): Remove the bit which says
4545 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4546 Discuss some of the issues of setting this option to nil.
4547
45482006-12-17 Glenn Morris <rgm@gnu.org>
4549
4550 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4551
45522006-12-16 Eli Zaretskii <eliz@gnu.org>
4553
4554 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4555 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4556 NTFS volumes.
4557 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4558 volumes.
4559
45602006-12-15 Eli Zaretskii <eliz@gnu.org>
4561
4562 * text.texi (HTML Mode): Fix "C-c TAB".
4563
8cf51b2c
GM
45642006-12-09 Richard Stallman <rms@gnu.org>
4565
4566 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4567
45682006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4569
4570 * files.texi (Misc File Ops): Document insert-file-literally.
4571
45722006-12-08 Eli Zaretskii <eliz@gnu.org>
4573
4574 * cmdargs.texi (Colors): Note that --color is intended for overriding
4575 the terminal defaults, not for normal invocation.
4576
4577 * misc.texi (Emacs Server): Improve wording. Don't mention the
4578 ``server program''. Add a cross-reference to "Init File" node.
4579 (Invoking emacsclient): Add index entries. Document both short and
4580 long versions of command-line options. Document the -f option.
4581
8cf51b2c
GM
45822006-12-06 Richard Stallman <rms@gnu.org>
4583
4584 * text.texi (Outline Format): Say to set outline-regexp
4585 and outline-level with major modes and file local variables.
4586
c8763fb6 45872006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4588
4589 * anti.texi (Antinews): Mention the alternative to
4590 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4591
8cf51b2c
GM
4592 * misc.texi (Interactive Shell): Ditto.
4593
45942006-12-04 Eli Zaretskii <eliz@gnu.org>
4595
4596 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4597
4598 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4599
46002006-12-01 Eli Zaretskii <eliz@gnu.org>
4601
4602 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4603 colon in the mode line.
4604
4605 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4606
46072006-11-26 Nick Roberts <nickrob@snap.net.nz>
4608
4609 * building.texi (Watch Expressions): Mention SPC for expanding/
4610 contracting watch expressions.
4611
46122006-11-26 Kim F. Storm <storm@cua.dk>
4613
4614 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4615
46162006-11-26 Nick Roberts <nickrob@snap.net.nz>
4617
4618 * building.texi (Debugger Operation): Define text command mode.
4619 Clarify how tooltips work.
4620 (GDB Graphical Interface): Explain how to run in text command mode
4621 more clearly.
4622
46232006-11-25 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4626
46272006-11-22 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4630
8cf51b2c
GM
46312006-11-18 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4634 and EMACS is deprecated.
4635
46362006-11-18 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4639
c8763fb6 46402006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4641
4642 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4643
4644 * emacs.texi: Include xresources.texi both for info and dvi.
4645
4646 * xresources.texi: Merge text from xresmini.texi.
4647
c8763fb6 46482006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4649
4650 * glossary.texi: Fix typos.
4651
8cf51b2c
GM
46522006-11-06 Richard Stallman <rms@gnu.org>
4653
4654 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4655
4656 * ack.texi (Acknowledgments): Fix name spelling.
4657
46582006-11-01 Juri Linkov <juri@jurta.org>
4659
4660 * search.texi (Word Search): Document incremental word search.
4661
46622006-10-28 Glenn Morris <rgm@gnu.org>
4663
4664 * ack.texi (Acknowledgments): Add cal-html author.
4665
4666 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4667 Calendar"). Describe new package cal-html.
4668 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4669 Calendar Files."
4670
8cf51b2c
GM
46712006-10-23 Richard Stallman <rms@gnu.org>
4672
4673 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4674 Abbrev mode is enabled.
4675
8cf51b2c
GM
46762006-10-16 Richard Stallman <rms@gnu.org>
4677
8cf51b2c
GM
4678 * emacs.texi: Update ISBN.
4679
8cf51b2c
GM
46802006-10-11 Kim F. Storm <storm@cua.dk>
4681
4682 * emacs.texi (Acknowledgments): Use @dotless{i}.
4683
46842006-10-08 Nick Roberts <nickrob@snap.net.nz>
4685
4686 * building.texi (Breakpoints Buffer): Mention catchpoints.
4687
46882006-10-08 Kim F. Storm <storm@cua.dk>
4689
4690 * ack.texi (Acknowledgments): Update.
4691
4692 * emacs.texi (Acknowledgments): Fix bad @/ form.
4693
8cf51b2c
GM
46942006-10-05 Kim F. Storm <storm@cua.dk>
4695
4696 * emacs.texi (Acknowledgments): Add more contributors.
4697
46982006-10-03 Richard Stallman <rms@gnu.org>
4699
4700 * emacs.texi (Acknowledgments): Update version and edition.
4701
8cf51b2c
GM
47022006-10-01 Karl Berry <karl@gnu.org>
4703
4704 * custom.texi (Customization Groups): Page break to keep example buffer
4705 on one page.
4706
47072006-09-30 Karl Berry <karl@gnu.org>
4708
4709 * programs.texi (Basic Indent): @need to improve page break.
4710 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4711
47122006-09-29 Glenn Morris <rgm@gnu.org>
4713
4714 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4715
47162006-09-29 Karl Berry <karl@gnu.org>
4717
4718 * windows.texi (Basic Window): Remove forced @break, no longer
4719 desirable.
4720 * frames.texi (Frame Commands),
4721 * mark.texi (Marking Objects): Reword to avoid bad page break.
4722 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4723
47242006-09-19 Richard Stallman <rms@gnu.org>
4725
4726 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4727 stick to present tense.
4728
c8763fb6 47292006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4730
4731 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4732 to x-gtk-use-old-file-dialog.
4733 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4734
47352006-09-15 Jay Belanger <belanger@truman.edu>
4736
49823426 4737 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4738 Change "Library Public License" to "Lesser Public License"
4739 throughout. Use "yyyy" to represent year.
4740
8cf51b2c
GM
47412006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4742
4743 * files.texi (Visiting): Add index entry "open file".
4744
8cf51b2c
GM
47452006-09-11 Richard Stallman <rms@gnu.org>
4746
4747 * building.texi (Compilation Mode): Clarification.
4748 (Grep Searching): Add xref to Compilation Mode.
4749
8cf51b2c
GM
47502006-09-08 Richard Stallman <rms@gnu.org>
4751
4752 * search.texi (Search): Ref multi-file search commands here.
4753 (Other Repeating Search): Not here.
4754
8cf51b2c
GM
47552006-08-28 Richard Stallman <rms@gnu.org>
4756
4757 * windows.texi (Split Window): Update xref.
4758
4759 * basic.texi (Continuation Lines): Update xref.
4760
4761 * indent.texi (Tab Stops): Update xref.
4762
4763 * emacs.texi (Top): Update subnode menu.
4764
4765 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4766 split out of Display Custom.
4767
47682006-08-25 Kim F. Storm <storm@cua.dk>
4769
4770 * display.texi (Display Custom): Add variables overline-margin
4771 and x-underline-at-descent-line.
4772
47732006-08-25 Richard Stallman <rms@gnu.org>
4774
4775 * entering.texi (Exiting): Rewrite to give graphical displays
4776 priority over text terminals.
4777
4778 * search.texi (Incremental Search): Move index entries.
4779
47802006-08-23 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * custom.texi (Init File): Reference Find Init to avoid "home
4783 directory" confusion.
4784
47852006-08-22 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * building.texi (Other GDB-UI Buffers): Describe how to edit
4788 a value in the locals buffer.
4789
47902006-08-21 Richard Stallman <rms@gnu.org>
4791
4792 * search.texi (Basic Isearch): Add `isearch' index entry.
4793
47942006-08-16 Richard Stallman <rms@gnu.org>
4795
4796 * misc.texi (Saving Emacs Sessions): Clean up wording.
4797
4798 * mark.texi (Marking Objects): Mention term "select all".
4799
4800 * emacs.texi (Top): Update subnode menu.
4801
4802 * help.texi (Help Mode): Move node up in file.
4803
8cf51b2c
GM
48042006-08-15 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * building.texi (Stack Buffer): Explain fringe arrow.
4807
8cf51b2c
GM
48082006-08-12 Eli Zaretskii <eliz@gnu.org>
4809
8cf51b2c
GM
4810 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4811 on startup.
4812
48132006-08-11 Romain Francoise <romain@orebokech.com>
4814
4815 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4816
48172006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4818
4819 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4820
48212006-08-10 Richard Stallman <rms@gnu.org>
4822
4823 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4824 with face merging. Empty regions don't count.
4825 Clarify face property inheritance.
8cf51b2c
GM
4826
48272006-08-08 Romain Francoise <romain@orebokech.com>
4828
4829 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4830 <arjuropo@cc.jyu.fi>.
4831
8cf51b2c
GM
48322006-08-04 Eli Zaretskii <eliz@gnu.org>
4833
4834 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4835 apply to all frames.
4836
8cf51b2c
GM
48372006-08-01 Richard Stallman <rms@gnu.org>
4838
4839 * help.texi (Name Help): Add index entries for describe-variable.
4840
48412006-08-01 Nick Roberts <nickrob@snap.net.nz>
4842
4843 * building.texi (GDB Graphical Interface): Shorten node names.
4844 (GDB-UI Layout): Use GDB-related.
4845 (Other GDB-UI Buffers): Simplify English.
4846
48472006-07-31 Richard Stallman <rms@gnu.org>
4848
4849 * search.texi (Query Replace): Add xref for Dired's Q command.
4850
8cf51b2c
GM
48512006-07-31 Nick Roberts <nickrob@snap.net.nz>
4852
4853 * building.texi (GDB commands in Fringe): Rename to...
4854 (Source Buffers): ..this and move forward. Describe hollow arrow and
4855 new option gdb-find-source-frame.
4856
48572006-07-29 Richard Stallman <rms@gnu.org>
4858
4859 * dired.texi (Operating on Files): Simplify previous change
4860 and fix Texinfo usage.
4861
48622006-07-29 Eli Zaretskii <eliz@gnu.org>
4863
4864 * dired.texi (Operating on Files): Add cross-references. State the
4865 Unix commands that do similar things.
4866
48672006-07-28 Richard Stallman <rms@gnu.org>
4868
4869 * mark.texi (Transient Mark): Clarify that region never disappears
4870 when Transient Mark mode is off, and not when it is on.
4871
48722006-07-27 Richard Stallman <rms@gnu.org>
4873
4874 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4875
48762006-07-24 Richard Stallman <rms@gnu.org>
4877
4878 * xresources.texi (GTK styles): Fix texinfo usage.
4879
8cf51b2c
GM
4880 * commands.texi (User Input): Explain why we teach keyboard cmds.
4881
4882 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4883 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4884 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4885 * doclicense.texi, display.texi, dired.texi, basic.texi:
4886 * anti.texi, ack.texi: Move periods and commas inside quotes.
4887
48882006-07-22 Eli Zaretskii <eliz@gnu.org>
4889
4890 * cmdargs.texi (General Variables): Document EMAIL.
4891
48922006-07-21 Eli Zaretskii <eliz@gnu.org>
4893
4894 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4895 doesn't have effect on MS-Windows.
4896
8cf51b2c
GM
48972006-07-17 Richard Stallman <rms@gnu.org>
4898
4899 * building.texi (Grep Searching): Explain about chaining grep commands.
4900
8cf51b2c
GM
49012006-07-10 Nick Roberts <nickrob@snap.net.nz>
4902
49823426 4903 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4904
49052006-07-09 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4908 is invoked for multiple files.
4909
49102006-07-08 Eli Zaretskii <eliz@gnu.org>
4911
4912 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4913 on-line manual for the rest of this node.
4914 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4915 unconditionally.
4916 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4917 Improve wording.
4918 (Windows Printing): Improve wording.
4919 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4920 rest of this node.
4921
8cf51b2c
GM
49222006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4923
49823426
GM
4924 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4925 with eval-buffer.
8cf51b2c
GM
4926
49272006-07-05 Nick Roberts <nickrob@snap.net.nz>
4928
4929 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4930 of character translation.
4931
49322006-07-04 Nick Roberts <nickrob@snap.net.nz>
4933
4934 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4935
49362006-07-03 Karl Berry <karl@gnu.org>
4937
4938 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4939 not-too-underfull hboxes in the TeX output.
4940 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4941 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4942 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4943 * sending.texi, text.texi: Fix overfull/underfull boxes.
4944
49452006-07-03 Romain Francoise <romain@orebokech.com>
4946
4947 * m-x.texi (M-x): Fix.
4948
49492006-07-03 Richard Stallman <rms@gnu.org>
4950
8cf51b2c
GM
4951 * search.texi (Other Repeating Search): filename -> file name.
4952
4953 * misc.texi (Narrowing): Minor cleanups.
4954
4955 * files.texi (Visiting): filename -> file name.
4956
4957 * emacs.texi (Top): Update subnode menus.
4958
4959 * mule.texi (Coding Systems): Move char translation stuff here.
4960 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4961 (Recognize Coding): Substantial local rewrites.
4962 (International): Update menu.
4963
4964 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4965 (Scrolling): Substantial local rewrites.
4966 (Display): Update menu and intro.
4967
4968 * dired.texi: filename -> file name.
4969
4970 * custom.texi (Safe File Variables): Texinfo usage fix.
4971
f0131492 49722006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4973
4974 * help.texi, m-x.texi: Lots of cleanups.
4975
8cf51b2c
GM
49762006-06-30 Eli Zaretskii <eliz@gnu.org>
4977
4978 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4979 (Windows Processes, Windows Misc): Shorten the printed version by
4980 selectively conditioning less important portions by @ifnottex.
4981
8cf51b2c
GM
49822006-06-27 Richard Stallman <rms@gnu.org>
4983
4984 * mini.texi (Minibuffer File): Minor cleanup.
4985
49862006-06-25 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * frames.texi (XTerm Mouse): Rename to...
4989 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4990
4991 * emacs.texi (Top): Use new node name.
4992
49932006-06-24 Eli Zaretskii <eliz@gnu.org>
4994
4995 * emacs.texi (Top): Update the detailed menu according to changes in
4996 msdog.texi.
4997
4998 * msdog.texi (Windows Keyboard): New section.
4999 (Windows Mouse): New section.
5000 (Windows System Menu): Remove section (text merged with "Windows
5001 Keyboard").
5002 (Windows Misc): New section.
5003
5004 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5005
5006 * msdog.texi (ls in Lisp): New section.
5007
5008 * files.texi (Visiting): Document case-insensitive wildcard matching
5009 under find-file-wildcards.
5010
8cf51b2c
GM
50112006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5012
5013 * macos.texi (Mac Input): Add description of mac-function-modifier.
5014 Now Unicode keyboard layouts work.
5015
8cf51b2c
GM
50162006-06-10 Richard Stallman <rms@gnu.org>
5017
5018 * mule.texi (Recognize Coding): Clarify previous change.
5019
50202006-06-09 Kenichi Handa <handa@m17n.org>
5021
5022 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5023 notation.
5024
50252006-06-07 Kevin Ryde <user42@zip.com.au>
5026
5027 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5028 manual for @ifnottex, but in emacs-extra for @iftex.
5029
5030 * cmdargs.texi (General Variables): Fix smtpmail xref.
5031
50322006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5033
8cf51b2c 5034 * programs.texi (Comment Commands):
8cf51b2c 5035 * custom.texi (Specifying File Variables):
49823426 5036 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5037
50382006-06-07 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * building.texi (Watch Expressions): Move node to end.
5041 (GDB Graphical Interface): Move description of clicks in fringe...
5042 (GDB commands in the Fringe): ...to here. New node.
5043
8cf51b2c
GM
50442006-06-05 Romain Francoise <romain@orebokech.com>
5045
49823426 5046 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5047
50482006-06-05 Nick Roberts <nickrob@snap.net.nz>
5049
5050 * building.texi (GDB Graphical Interface): Update bindings.
5051 (Commands of GUD): Add gud-print. Remove gud-run.
5052 Restate availability more generally.
5053
f0131492 50542006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5055
5056 * mini.texi: Lots of cleanups.
5057
50582006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5059
5060 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5061 and Mouse-2.
5062
c8763fb6 50632006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5064
5065 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5066
8cf51b2c
GM
50672006-05-31 Richard Stallman <rms@gnu.org>
5068
5069 * basic.texi (Moving Point): Fix previous change.
5070
c8763fb6 50712006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5072
5073 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5074
f0131492 50752006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5076
5077 * basic.texi: Many simplifications and improvements in wording.
5078
8cf51b2c
GM
50792006-05-26 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * anti.texi (Antinews): Create a node for gdb-ui.
5082
8cf51b2c
GM
50832006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5084
5085 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5086
50872006-05-20 Richard Stallman <rms@gnu.org>
5088
5089 * dired.texi (Dired Navigation): dired-goto-file is now j.
5090
8cf51b2c
GM
50912006-05-20 Eli Zaretskii <eliz@gnu.org>
5092
5093 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5094 and their aliases.
5095
5096 * msdog.texi (Windows Printing): Mention non-support of plain text
5097 printing with some el-cheapo printers, and suggest a workaround.
5098
50992006-05-20 Kevin Ryde <user42@zip.com.au>
5100
5101 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5102 remove the bit saying you must set it.
5103
51042006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5105
5106 * trouble.texi (Checklist):
5107 * text.texi (Text, Auto Fill, Text Mode):
5108 * search.texi (Nonincremental Search):
5109 * rmail.texi (Rmail Labels):
5110 * mule.texi (Input Methods, Multibyte Conversion):
5111 * misc.texi (Gnus, Where to Look, PostScript):
5112 * maintaining.texi (Create Tags Table):
5113 * indent.texi (Indentation Commands):
5114 * fixit.texi (Spelling):
5115 * emacs.texi (Copying):
5116 * custom.texi (Init File): ifinfo -> ifnottex.
5117
8cf51b2c
GM
51182006-05-17 Richard Stallman <rms@gnu.org>
5119
5120 * files.texi (Diff Mode): Mention C-x `.
5121
51222006-05-08 Richard Stallman <rms@gnu.org>
5123
5124 * custom.texi (Disabling): Textual cleanups.
5125
8cf51b2c
GM
51262006-05-12 Glenn Morris <rgm@gnu.org>
5127
5128 * calendar.texi (Displaying the Diary, Format of Diary File):
5129 Refer to diary-view-entries, diary-list-entries,
5130 diary-show-all-entries rather than obsolete aliases.
5131
51322006-05-12 Eli Zaretskii <eliz@gnu.org>
5133
5134 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5135 (Displaying the Diary, Special Diary Entries, Importing Diary):
5136 * building.texi (Compilation Shell):
5137 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5138 emacs-xtra with @inforef's.
5139
5140 * files.texi (Visiting): Fix wording.
5141
5142 * mule.texi (Coding Systems, Text Coding): More indexing.
5143 Mention that C-x RET f can set eol conversion.
5144
c8763fb6 51452006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5146
5147 * xresmini.texi (GTK resources): Insert GTK description.
5148
5149 * xresources.texi (GTK resources): metafont should be menufont.
5150
8cf51b2c
GM
51512006-05-06 Michael Albinus <michael.albinus@gmx.de>
5152
49823426 5153 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5154 method, user name and host name is active only in partial
5155 completion mode.
5156
8cf51b2c
GM
51572006-05-06 Eli Zaretskii <eliz@gnu.org>
5158
5159 * makefile.w32-in (emacs.dvi):
5160 * Makefile.in (emacs.dvi): Add xresmini.texi.
5161
5162 * xresmini.texi (Table of Resources): Remove xref to non-existent
5163 node "LessTif Resources".
5164
5165 * msdog.texi (Microsoft Windows):
5166 * calendar.texi (Calendar/Diary, Displaying the Diary)
5167 (Special Diary Entries, Importing Diary, Holidays):
5168 * programs.texi (Program Modes):
5169 * text.texi (Text):
5170 * buffers.texi (Several Buffers):
5171 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5172
51732006-05-06 Eli Zaretskii <eliz@gnu.org>
5174
5175 The following changes merge the emacs-xtra manual into the main
5176 manual, but only for on-line version of the manual.
5177
5178 * vc2-xtra.texi (Version Backups, Local Version Control)
5179 (Making Snapshots, Change Logs and VC, Version Headers)
5180 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5181 on-line manual.
5182
5183 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5184 for on-line manual.
5185
5186 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5187 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5188 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5189 for on-line manual.
5190
5191 * fortran-xtra.texi (Fortran, Fortran Autofill)
5192 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5193 for on-line manual.
5194
5195 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5196 Conditional xref's for on-line manual.
5197
5198 * emerge-xtra.texi (Emerge, Overview of Emerge)
5199 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5200 manual.
5201
5202 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5203 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5204 (EMACSSOURCES): Use EMACS_XTRA.
5205 (../info/emacs-xtra): Remove.
5206 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5207
5208 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5209 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5210 (EMACSSOURCES): Use EMACS_XTRA.
5211 ($(infodir)/emacs-xtra): Remove.
5212 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5213
5214 * trouble.texi (Quitting):
5215 * text.texi (Text):
5216 * programs.texi (Program Modes):
5217 * msdog.texi (Microsoft Windows):
5218 * frames.texi (Frames):
5219 * files.texi (Backup, Version Control, VC Concepts)
5220 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5221 (Registering, VC Status, VC Undo, Multi-User Branching)
5222 (Comparing Files):
5223 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5224 (Displaying the Diary, Special Diary Entries, Importing Diary):
5225 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5226 conditional xref's, depending on @iftex/@ifnottex.
5227
5228 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5229 "MS-DOS". @include msdog-xtra.texi.
5230
5231 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5232 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5233
5234 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5235 for vc-xtra.texi subsections.
5236 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5237 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5238
5239 * sending.texi (Sending Mail): A @node line without explicit Prev,
5240 Next, and Up links.
5241
5242 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5243 Next, and Up links.
5244
5245 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5246 and its sections. @include picture-xtra.texi.
5247
5248 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5249 "Emerge".
5250 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5251
5252 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5253 exact duplicate of its name-sake in calendar.texi.
5254
5255 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5256 "Advanced Calendar/Diary Usage".
5257 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5258
5259 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5260 dired-xtra.texi.
5261 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5262
5263 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5264 (Files) [ifnottex]: Add menu entry for Autorevert.
5265
5266 * emacs-xtra.texi (Introduction): Reword to make consistent with
5267 printed version only.
5268 <Top level>: Remove the body of all chapters and move them to the
5269 new *-xtra.texi files. Use @raisesections and @lowersections to
5270 convert sections to chapters etc.
5271
5272 * msdog-xtra.texi:
5273 * fortran-xtra.texi:
5274 * vc-xtra.texi:
5275 * vc1-xtra.texi:
5276 * vc2-xtra.texi:
5277 * emerge-xtra.texi:
5278 * cal-xtra.texi:
5279 * dired-xtra.texi:
5280 * arevert-xtra.texi: New files, with text from respective chapters
5281 of emacs-xtra.texi. Convert each @chapter into @section, @section
5282 into @subsection, etc.
5283
1c6c854e 5284 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5285 updated.
5286
5287 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5288 Windows". All references updated.
5289
52902006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5291
5292 * macos.texi (Mac Input): Mention input from Character Palette.
5293 (Mac Font Specs): Fix typo.
5294
52952006-05-05 Richard Stallman <rms@gnu.org>
5296
5297 * files.texi (Diff Mode): Minor cleanup.
5298
52992006-05-05 Karl Berry <karl@gnu.org>
5300
8cf51b2c
GM
5301 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5302 errors from the current release of makeinfo (4.8).
5303 * help.texi (Library Keywords): Change widest word in multitable
5304 template from `emulations' to `convenience'. (Not sure if this is
5305 related to the font change.)
5306
53072006-05-05 Eli Zaretskii <eliz@gnu.org>
5308
5309 * files.texi (File Names): Add a footnote about limited support of
5310 ~USER on MS-Windows.
5311
5312 * cmdargs.texi (Initial Options): Add a footnote about limited
5313 support of ~USER on MS-Windows.
5314
53152006-05-03 Richard Stallman <rms@gnu.org>
5316
5317 * files.texi (Diff Mode): Node moved here.
5318 (Comparing Files): Delete what duplicates new node.
5319 (Files): Put Diff Mode in menu.
5320
1c6c854e 5321 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5322
5323 * emacs.texi (Top): Update menu for Diff Mode.
5324
5325 * trouble.texi (Emergency Escape): Simplify.
5326
5327 * emacs.texi (Top): Minor clarification.
5328
53292006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5330
5331 * commands.texi, entering.texi, screen.texi: Many simplifications.
5332
53332006-05-03 Richard Stallman <rms@gnu.org>
5334
5335 * commands.texi (Text Characters): Delete paragraph about unibyte
5336 non-ASCII printing chars.
5337
5338 * killing.texi (Killing): Say "graphical displays".
5339 * display.texi: Say "graphical displays".
5340
5341 * cmdargs.texi (Misc X): Say "graphical displays".
5342
53432006-05-01 Richard Stallman <rms@gnu.org>
5344
5345 * emacs.texi (Top): Add Diff Mode to menu.
5346
53472006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5348
5349 * misc.texi (Diff Mode): New node.
5350
53512006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5352
5353 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5354 (Mac Environment Variables): Shorten example line.
5355 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5356
53572006-05-01 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * building.texi (GUD Customization): Describe cases %d and %c.
5360 Update description for %e.
5361
53622006-04-30 Glenn Morris <rgm@gnu.org>
5363
5364 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5365
53662006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5367
5368 * custom.texi (Examining): Update C-h v output example.
5369
53702006-04-29 Kim F. Storm <storm@cua.dk>
5371
5372 * building.texi (Grep Searching): Add lgrep and rgrep.
5373
8cf51b2c
GM
53742006-04-23 Richard Stallman <rms@gnu.org>
5375
5376 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5377
5378 * xresmini.texi: New file.
5379
5380 * xresources.texi (Face Resources): Split table into font resources
5381 and the rest. Combine similar attributes for brevity.
5382
8cf51b2c
GM
53832006-04-21 Eli Zaretskii <eliz@gnu.org>
5384
5385 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5386 backslashes and case-insensitivity in file names (moved to the
5387 main manual).
5388 (MS-DOS Printing): Move most of the text to the main manual.
5389
5390 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5391 New nodes.
5392 (Windows Processes, Windows System Menu): Add index entries and
5393 fix wording.
5394
8cf51b2c
GM
53952006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5396
5397 * misc.texi (Shell Ring): Add notes on saved input when
5398 navigating off the end of the history list.
5399
54002006-04-18 Chong Yidong <cyd@mit.edu>
5401
5402 * misc.texi (Shell Options): Correct default value of
5403 comint-scroll-show-maximum-output.
5404
8cf51b2c
GM
54052006-04-18 Nick Roberts <nickrob@snap.net.nz>
5406
5407 * building.texi (Watch Expressions): Update.
5408
8cf51b2c
GM
54092006-04-12 Richard Stallman <rms@gnu.org>
5410
5411 * search.texi: Clean up previous change.
5412
54132006-04-12 Eli Zaretskii <eliz@gnu.org>
5414
5415 * search.texi (Regexp Backslash, Regexp Replace): Add index
5416 entries for ``back reference'' and mention the term itself in the
5417 text.
5418
54192006-04-11 Richard Stallman <rms@gnu.org>
5420
5421 * custom.texi (Safe File Variables):
5422 Document enable-local-variables = :safe.
5423
54242006-04-11 Karl Berry <karl@gnu.org>
5425
5426 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5427 (Remote Repositories, Version Backups, Local Version Control)
5428 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5429 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5430 (Renaming VC Work Files and Master Files)
5431 (Inserting Version Control Headers, Customizing VC, General Options)
5432 (Options for RCS and SCCS, Options specific for CVS): Move all
5433 these nodes to emacs-xtra.texi, for brevity.
5434 * cmdargs.texi, files.texi: Change cross-references.
5435
8cf51b2c
GM
54362006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5437
5438 * files.texi (Old Versions): Update description of vc-annotate's
5439 use of color to indicate date ranges.
5440
8cf51b2c
GM
54412006-04-09 Kevin Ryde <user42@zip.com.au>
5442
8cf51b2c
GM
5443 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5444 put info and printed manual names the right way around.
5445
54462006-04-09 Karl Berry <karl@gnu.org>
5447
5448 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5449 emacs-xtra.texi, leaving only MS Windows information.
5450 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5451 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5452 node names.
5453
5454 * emacs.texi: Move @summarycontents and @contents to the beginning
5455 of the file.
5456
8cf51b2c
GM
54572006-04-08 Kevin Ryde <user42@zip.com.au>
5458
5459 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5460
54612006-04-07 Richard Stallman <rms@gnu.org>
5462
5463 * programs.texi (Comments, Comment Commands, Options for Comments)
5464 (Multi-Line Comments): "Align", not "indent".
5465 (Basic Indent): C-j deletes trailing whitespace before the newline.
5466
54672006-04-06 Richard Stallman <rms@gnu.org>
5468
8cf51b2c
GM
5469 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5470
54712006-04-06 Eli Zaretskii <eliz@gnu.org>
5472
5473 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5474
8cf51b2c
GM
54752006-04-05 Richard Stallman <rms@gnu.org>
5476
5477 * emacs.texi (Top): Update subnode menu.
5478
5479 * trouble.texi (Unasked-for Search): Node deleted.
5480 (Lossage): Delete from menu.
5481
54822006-04-04 Richard Stallman <rms@gnu.org>
5483
5484 * trouble.texi: Various cleanups.
5485 (Checklist): Don't bother saying how to snail a bug report.
5486 (Emergency Escape): Much rewriting.
5487 (After a Crash): Rename the core dump immediately.
5488 (Total Frustration): Call it a psychotherapist.
5489 (Bug Criteria): Avoid "illegal instruction".
5490 (Sending Patches): We always put the contributor's name in.
5491
5492 * misc.texi (Thumbnails): Minor correction.
5493
8cf51b2c
GM
54942006-04-03 Richard Stallman <rms@gnu.org>
5495
5496 * misc.texi (Thumbnails): Minor cleanup.
5497
54982006-04-02 Karl Berry <karl@gnu.org>
5499
5500 * sending.texi (Mail Sending): pxref to Top needs five args.
5501
5502 * texinfo.tex: Update to current version (2006-03-21.13).
5503
8cf51b2c
GM
55042006-03-31 Richard Stallman <rms@gnu.org>
5505
5506 * emacs.texi (Top): Update subnode menu.
5507
5508 * help.texi (Help Mode): Cleanup.
5509
5510 * dired.texi: Many cleanups.
5511 (Dired Deletion): Describe dired-recursive-deletes.
5512 (Operating on Files): dired-create-directory moved.
5513 (Misc Dired Features): Move to here.
5514 (Tumme): Node moved to misc.texi.
5515
5516 * custom.texi: Many cleanups.
5517 (Minor Modes): Don't mention ISO Accents Mode.
5518 (Examining): Update C-h v output example.
5519 (Hooks): Add index and xref for add-hook.
5520 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5521 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5522
5523 * misc.texi: Many cleanups.
5524 (beginning): Add to summary of topics.
5525 (Shell): Put eshell xref at the end. Remove eshell from table.
5526 (Thumbnails): New node.
5527
8cf51b2c
GM
55282006-03-28 Eli Zaretskii <eliz@gnu.org>
5529
5530 * files.texi (File Name Cache): Make it clear that the cache is
5531 not persistent.
5532
8cf51b2c
GM
55332006-03-25 Karl Berry <karl@gnu.org>
5534
49823426
GM
5535 * emacs-xtra.texi, emacs.texi, gnu.texi:
5536 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5537 (2) do not indent copyright year list (or anything else).
5538
8cf51b2c
GM
55392006-03-21 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * files.texi (VC Dired Mode): Remove misplaced brackets.
5542
55432006-03-21 Andre Spiegel <spiegel@gnu.org>
5544
5545 * files.texi: Various updates and clarifications in the VC chapter.
5546
55472006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5548
5549 * help.texi (Help Mode): Document "C-c C-c".
5550
8cf51b2c
GM
55512006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5552
5553 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5554 menu in the standalone Info reader.
5555
55562006-03-15 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5559 moved here from Emacs manual.
5560
5561 * programs.texi (Fortran): Section moved to emacs-xtra.
5562 (Program Modes): Xref to Fortran in emacs-xtra.
5563
5564 * maintaining.texi (Emerge): Move to emacs-xtra.
5565 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5566
5567 * picture.texi: File deleted.
5568 * Makefile.in:
5569 * makefile.w32-in: Remove picture.texi.
5570
5571 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5572 * abbrevs.texi (Abbrevs):
5573 * sending.texi (Sending Mail): Picture node removed.
5574
5575 * emacs.texi (Top): Update node listings.
5576
8cf51b2c
GM
55772006-03-12 Richard Stallman <rms@gnu.org>
5578
5579 * calendar.texi: Various cleanups.
5580
8cf51b2c
GM
55812006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5582
5583 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5584 syntax.
5585
8cf51b2c
GM
55862006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5587
5588 * search.texi (Regexps): More accurately describe which characters
5589 are special in which situations. Recommend _not_ to quote `]' or
5590 `-' when they are not special.
5591
8cf51b2c
GM
55922006-02-28 Andre Spiegel <spiegel@gnu.org>
5593
5594 * files.texi (Old Versions): Clarify operation of C-x v =.
5595
8cf51b2c
GM
55962006-02-21 Nick Roberts <nickrob@snap.net.nz>
5597
5598 * building.texi (Watch Expressions): Update and describe
5599 gdb-speedbar-auto-raise.
5600
56012006-02-19 Richard M. Stallman <rms@gnu.org>
5602
5603 * emacs.texi: Use @smallbook.
5604 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5605 Update subnode menu.
5606
5607 * building.texi (Lisp Interaction): Minor addition.
5608
56092006-02-18 Nick Roberts <nickrob@snap.net.nz>
5610
5611 * building.texi (Watch Expressions): Update and be more precise.
5612
c8763fb6 56132006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5614
5615 * maintaining.texi (Create Tags Table): Explain why the
5616 exception when etags writes to files under the /dev tree.
5617
56182006-02-14 Richard M. Stallman <rms@gnu.org>
5619
5620 * custom.texi (Safe File Variables): Lots of clarification.
5621 Renamed from Unsafe File Variables.
5622
56232006-02-14 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * custom.texi (Unsafe File Variables): File variable confirmation
5626 assumed denied in batch mode.
5627
56282006-02-14 Richard M. Stallman <rms@gnu.org>
5629
5630 * building.texi (GDB User Interface Layout): Don't say `inferior'
5631 for program being debugged.
5632
56332006-02-15 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * building.texi (GDB Graphical Interface):
5636 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5637
56382006-02-13 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * custom.texi (Specifying File Variables, Unsafe File Variables):
5641 New nodes, split from File Variables. Document new file local
5642 variable behavior.
5643
56442006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5645
5646 * display.texi (Standard Faces):
8cf51b2c
GM
5647 * files.texi (Visiting):
5648 * frames.texi (Clipboard):
5649 * glossary.texi (Glossary) <Clipboard>:
5650 * xresources.texi (X Resources): Mention Mac OS port.
5651
8cf51b2c
GM
56522006-02-12 Richard M. Stallman <rms@gnu.org>
5653
5654 * building.texi (Building): Clarify topic in intro.
5655
5656 * maintaining.texi (Maintaining): Change title; clarify topic.
5657 Delete duplicate index entries.
5658
5659 * building.texi (Other GDB User Interface Buffers): Clarifications.
5660
5661 * text.texi (Cell Commands): Clarifications.
5662
5663 * programs.texi (Defuns): Delete duplicate explanation of
5664 left-margin paren convention.
5665 (Hungry Delete): Minor cleanup.
5666
56672006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5668
5669 * dired.texi (Tumme): More tumme documentation.
5670
56712006-02-11 Alan Mackenzie <acm@muc.de>
5672
5673 * programs.texi ("Hungry Delete"): Correct the appellation of the
5674 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5675
56762006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5677
5678 * dired.texi (Tumme): Fix small bug.
5679
56802006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5681
5682 * macos.texi (Mac International): Rename "fontset-mac" to
5683 "fontset-standard".
5684
8cf51b2c
GM
56852006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5686
5687 * dired.texi (Tumme): Basic documentation for Tumme added.
5688
8cf51b2c
GM
56892006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5690
5691 * mule.texi (International):
5692 * programs.texi (Basic Indent): Fix typos.
5693
8cf51b2c
GM
5694 * custom.texi (Minor Modes):
5695 * display.texi (Text Display):
5696 * commands.texi (Text Characters): Update xrefs.
5697
56982006-02-07 Richard M. Stallman <rms@gnu.org>
5699
5700 * emacs.texi (Top): Update subnode menu.
5701 Update info on old Emacs papers.
5702 (Intro): "Graphical display", not window system.
5703
5704 * xresources.texi (GTK styles): Minor clarifications.
5705
5706 * trouble.texi: "Graphical display", not window system.
5707 (Stuck Recursive): Minor clarification.
5708
5709 * text.texi: Minor clarifications.
5710 (Sentences): Explain why two-space convention is better.
5711 Explain sentence-end-without-period here.
5712 (Fill Commands): Not here.
5713 (Refill): Node moved down.
5714 (Filling): Update menu.
5715 (Table Creation, Cell Justification, Column Commands): Clarify.
5716
5717 * sending.texi: Minor clarifications.
5718
5719 * search.texi (Regexp Backslash): Clarification.
5720
5721 * rmail.texi: Minor cleanups.
5722 (Rmail): Delete digression about `rmail-mode'.
5723 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5724 (Rmail Files): Mention C-u M-x rmail.
5725 (Rmail Reply): Mention References.
5726 (Rmail Display): Mention rmail-nonignored-headers.
5727
5728 * programs.texi: Minor cleanups.
5729 (Comment Commands): Mention momentary Transient Mark mode.
5730 (Matching): Be more specific about customizing show-paren-mode.
5731 (Info Lookup): Don't list the modes that support C-h S.
5732 Just say what it does in an unsupported mode.
5733 (Man Page): Delete excessive info on customizing woman.
5734 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5735
5736 * abbrevs.texi: Minor clarifications.
5737 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5738 not "dynamic abbrevs" as if they were a kind of abbrev.
5739
5740 * picture.texi (Picture): Minor cleanup.
5741
5742 * mule.texi (Communication Coding): Say "other applications".
5743 (Fontsets): Not specific to X. Add xref to X Resources.
5744 (Unibyte Mode): Rename from Single-Byte Character Support.
5745 "Graphical display", not window system.
5746 (International): Update menu.
5747
5748 * maintaining.texi (Format of ChangeLog):
5749 New node, split out from ChangeLog.
5750 (ChangeLog): Clarifications in the remaining text.
5751 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5752 (Find Tag): Add @w.
5753 (Tags Search): Explain tag table order here. Simplify grep ref.
5754 (List Tags): tags-tag-face is a variable, not a face.
5755 (Emerge): Cleanups.
5756
5757 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5758 (Keyboard Macros): Avoid "the user".
5759
5760 * killing.texi: "Graphical display", not window system.
5761
5762 * help.texi (Help Echo): "Graphical display", not window system.
5763
5764 * glossary.texi: Say "you", not "the user". Say "graphical display".
5765
5766 * frames.texi: Minor cleanups. "Graphical display", not window system.
5767
5768 * files.texi (Visiting): Make drag-and-drop not X-specific.
5769
5770 * custom.texi: Minor cleanups. "Graphical display", not window system.
5771
5772 * cmdargs.texi: Minor cleanups.
5773
5774 * building.texi (Compilation): Move and split kill-compilation para.
5775 Add para about multiple compilers.
5776 (Compilation Mode): Commands also available in grep mode and others.
5777 Mention C-u C-x ` more tutorially. Clarify C-x `.
5778 (Compilation Shell): Clarify. Put Bash example first.
5779 (Grep Searching): Minor cleanups; add @w.
5780 (Debuggers): Minor cleanups.
5781 (Starting GUD): Make GDB xgraphical mode issue clearer.
5782 (Debugger Operation): Lots of clarifications including
5783 GDB tooltip side-effect issue.
5784 (Commands of GUD): Clarify.
5785 (GUD Customization): Add bashdb-mode-hook.
5786 (GDB Graphical Interface): Rewrite for clarity.
5787 (GDB User Interface Layout): Rewrite for clarity.
5788 (Stack Buffer, Watch Expressions): Likewise.
5789 (Other GDB User Interface Buffers): Cleanups.
5790 (Lisp Libraries, External Lisp): Cleanup.
5791
5792 * basic.texi (Position Info): "Graphical displays", rather than
5793 window systems.
5794
5795 * anti.texi: Minor cleanup.
5796
8cf51b2c
GM
57972006-02-03 Eli Zaretskii <eliz@gnu.org>
5798
5799 * custom.texi (Init File, Find Init): Add cross-references to
5800 where $HOME is described.
5801
58022006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5803
5804 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5805 is not inside the @table.
5806
5807 * emacs.texi (Top): Correct node name.
5808
5809 * files.texi (File Names): Fix @xref.
5810 (Reverting): Fix typo.
5811
5812 * mule.texi (International): Correct node name.
5813
5814 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5815
58162006-02-01 Richard M. Stallman <rms@gnu.org>
5817
5818 * emacs.texi (Top): Update subnode menu.
5819
5820 * mule.texi: Minor clarifications.
5821 Reduce the specific references to X Windows.
5822 Refer to "graphical" terminals, rather than window systems.
5823 (Text Coding): Rename from Specify Coding.
5824 (Communication Coding, File Name Coding, Terminal Coding):
5825 New nodes split out from Text Coding.
5826
5827 * kmacro.texi: Minor clarifications.
5828 (Keyboard Macro Ring): Comment out some excessive commands.
5829 (Basic Keyboard Macro): Split up the table, putting part in each node.
5830
5831 * major.texi: Minor clarifications.
5832
5833 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5834
5835 * windows.texi: Minor clarifications.
5836 (Change Window): Don't describe mode-line mouse cmds here.
5837 Add xref to Mode Line Mouse.
5838
5839 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5840
5841 * macos.texi (Mac International): Fix xref.
5842
5843 * indent.texi: Minor clarifications.
5844
5845 * frames.texi: Minor clarifications.
5846 Reduce the specific references to X Windows.
5847 Refer to "graphical" terminals, rather than window systems.
5848 (Frame Parameters): Don't mention commands like
5849 set-foreground-color. Just say to customize a face.
5850 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5851
5852 * files.texi: Minor clarifications.
5853 (Numbered Backups): New node, split out from Backup Names.
5854
5855 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5856
5857 * cmdargs.texi (General Variables): Fix xref.
5858
5859 * buffers.texi: Minor clarifications.
5860
8cf51b2c
GM
58612006-01-31 Richard M. Stallman <rms@gnu.org>
5862
5863 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5864 Nodes moved to top.
5865
5866 * display.texi: Minor clarifications.
5867 (Display): Rearrange menu.
5868 (Standard Faces): Mention query-replace face.
5869 (Faces): Simplify.
5870 (Font Lock): Simplify face customization info.
5871 (Highlight Changes): Node merged into Highlight Interactively.
5872 (Highlight Interactively): Much rewriting and cleanup.
5873 (Optional Mode Line): Narrowed line number not good for goto-line.
5874 Simplify face customization advice.
5875 (Text Display): Mention use of escape-glyph face.
5876 Move ctl-arrow and tab-width here.
5877 (Display Custom): Move no-redraw-on-reenter to end of node.
5878
5879 * search.texi: Minor clarifications.
5880 (Isearch Scroll): Simplify.
5881 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5882
5883 * regs.texi (Registers): Mention bookmarks here.
5884
5885 * mark.texi: Minor clarifications.
5886 (Selective Undo): Node deleted.
5887
5888 * m-x.texi: Minor clarifications.
5889
5890 * killing.texi: Minor clarifications.
5891 Refer to "graphical" terminals, rather than window systems.
5892
5893 * help.texi: Clarifications.
5894 (Help): Don't describe C-h F and C-h K here.
5895 (Key Help): Describe C-h K here.
5896 (Name Help): Mention Emacs Lisp Intro.
5897 Describe C-h F here.
5898 (Misc Help): Mention C-h F and C-h K only briefly.
5899
5900 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5901 Selective undo text merged in.
5902 (Spelling): Mention Aspell along with Ispell.
5903
5904 * emacs.texi (Top): Update subnode menus.
5905
5906 * basic.texi (Basic Undo): Rename from Undo. Most of text
5907 moved to new Undo node.
5908
8cf51b2c
GM
59092006-01-29 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * basic.texi (Continuation Lines, Inserting Text):
5912 Mention longlines mode.
5913
59142006-01-29 Richard M. Stallman <rms@gnu.org>
5915
10d1d0af 5916 * screen.texi: Minor cleanups.
8cf51b2c
GM
5917 (Screen): Clean up the intro paragraphs.
5918 (Mode Line): Lots of rewriting. Handle frame-name better.
5919 eol-mnemonic-... vars moved out.
5920
5921 * emacs.texi (Top): Change menu item for MS-DOS node.
5922 Update subnode menu.
5923
5924 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5925 chapter relates to Windows. Title changed.
5926
5927 * mini.texi: Minor cleanups.
5928
5929 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5930 (Mark): Put it in the menu.
5931
5932 * entering.texi: Minor cleanups.
5933
5934 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5935 (Intro): Refer to "graphical" terminals, rather than X.
5936
5937 * display.texi (Display Custom): Add xref to Variables.
5938 (Optional Mode Line): eol-mnemonic-... vars moved here.
5939
5940 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5941 rather than X.
5942
8cf51b2c
GM
5943 * basic.texi: Minor cleanups.
5944 (Undo): selective-undo moved.
5945
8cf51b2c
GM
59462006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * anti.texi (Antinews): Various corrections and additions.
5949
59502006-01-23 Juri Linkov <juri@jurta.org>
5951
5952 * custom.texi (Easy Customization, Customization Groups)
5953 (Browsing Custom): Mention links along with buttons.
5954
8cf51b2c
GM
59552006-01-21 Eli Zaretskii <eliz@gnu.org>
5956
8cf51b2c
GM
5957 * text.texi (TeX Print): Use @key for TAB.
5958
8cf51b2c
GM
5959 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5960
8cf51b2c
GM
59612006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5962
5963 * files.texi (File Aliases): Don't claim that usually separate
5964 buffers are created for two file names that name the same data.
5965 Mention additional situations where different names mean the same
5966 file on disk.
5967
59682006-01-19 Richard M. Stallman <rms@gnu.org>
5969
5970 * killing.texi (Deletion): Upcase @key argument.
5971
5972 * custom.texi (Custom Themes): Minor cleanup.
5973
5974 * programs.texi (Hungry Delete): Upcase @key argument.
5975
8cf51b2c
GM
59762006-01-16 Juri Linkov <juri@jurta.org>
5977
5978 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5979 Move `mode-line-highlight' before `mode-line-buffer-id'.
5980
8cf51b2c
GM
59812006-01-14 Richard M. Stallman <rms@gnu.org>
5982
5983 * basic.texi (Inserting Text): Minor cleanup.
5984
8cf51b2c
GM
59852006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * custom.texi (Changing a Variable, Face Customization):
5988 Update for changes in Custom menus.
5989
8cf51b2c
GM
59902006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5991
5992 * macos.texi (Mac International): Undo last change.
5993
8cf51b2c
GM
59942006-01-02 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * custom.texi (Custom Themes): Describe the new
5997 customize-create-theme interface.
5998
59992005-12-30 Juri Linkov <juri@jurta.org>
6000
6001 * basic.texi (Position Info): Update example.
6002
c8763fb6 60032005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6004
6005 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6006
60072005-12-24 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * custom.texi (Custom Themes): `load-theme' always loads.
6010
60112005-12-23 Juri Linkov <juri@jurta.org>
6012
6013 * display.texi (Highlight Interactively): Use double space to
6014 separate sentences. Replace C-p with M-p, and C-n with M-n.
6015
60162005-12-22 Richard M. Stallman <rms@gnu.org>
6017
6018 * custom.texi (Easy Customization and subnodes):
6019 Replace "active field" with "button".
6020 Use "user option" only for variables.
6021 Use "setting" for variable-or-face.
6022
60232005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * buffers.texi (Select Buffer): Change order in table to make
6026 "Similar" refer to the correct item.
6027 (Indirect Buffers): Minor rewording.
6028
8cf51b2c
GM
60292005-12-20 Juri Linkov <juri@jurta.org>
6030
6031 * files.texi (VC Status): Put P and N near p and n.
6032
8cf51b2c
GM
60332005-12-19 Richard M. Stallman <rms@gnu.org>
6034
6035 * programs.texi (Electric C): Delete the info about newline control.
6036 (Other C Commands): Minor cleanup.
6037 (Left Margin Paren): Minor cleanup.
6038
60392005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6040
6041 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6042 (Customization Groups): Delete text moved to "Browsing Custom".
6043 (Browsing Custom): New node.
6044 (Specific Customization): Clarify which commands only work for
6045 loaded options.
6046
60472005-12-18 Bill Wohler <wohler@newt.com>
6048
6049 * frames.texi (Tool Bars): Shorten text of previous change.
6050
60512005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6052
6053 * files.texi (VC Status): Document log-view mode.
6054
60552005-12-18 Bill Wohler <wohler@newt.com>
6056
6057 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6058 permanently via the customize interface.
6059
8cf51b2c
GM
60602005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6061
6062 * killing.texi (Killing by Lines): Document `kill-whole-line'
6063 function.
6064
c8763fb6 60652005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6066
6067 * buffers.texi (Select Buffer): Change `prev-buffer' to
6068 `previous-buffer'. Indicate that these functions use a frame
6069 local buffer list.
6070
8cf51b2c
GM
60712005-12-12 Richard M. Stallman <rms@gnu.org>
6072
6073 * custom.texi (Easy Customization): Change menu comment.
6074 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6075
6076 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6077 (Help): Among the Apropos commands, describe only C-h a here.
6078
60792005-12-11 Richard M. Stallman <rms@gnu.org>
6080
6081 * programs.texi (Options for Comments): Comment-end starts with space.
6082
6083 * glossary.texi (Glossary): Minor cleanup.
6084
6085 * files.texi (Old Versions): Use @table.
6086
8cf51b2c
GM
60872005-12-10 David Koppelman <koppel@ece.lsu.edu>
6088
6089 * display.texi (Highlight Interactively): Include
6090 global-hi-lock-mode. Add miscellaneous details and elaborations.
6091
60922005-12-09 Richard M. Stallman <rms@gnu.org>
6093
6094 * display.texi (Font Lock): Delete the Global FL menu item.
6095
60962005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * custom.texi (Minibuffer Maps): Mention the maps for file name
6099 completion.
6100
61012005-12-09 Kim F. Storm <storm@cua.dk>
6102
6103 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6104 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6105 cursor to next corner in rectangle; clarify insert around rectangle.
6106
8cf51b2c
GM
61072005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6108
6109 * custom.texi (Customization): Use xref to elisp manual for
6110 non-TeX output.
6111 (Minor Modes): Update.
6112 (Customization Groups, Changing a Variable, Face Customization):
6113 Update for new appearance of Custom buffers.
6114 (Changing a Variable): `custom-buffer-done-function' has been
6115 replaced by `custom-buffer-done-kill'.
6116 (Specific Customization): In the `customize-group' buffer, a
6117 subgroup's contents are not "hidden". They are not included at
6118 all. They have no [Show] button.
6119 (Mouse Buttons): Add pxref to description of mouse event lists in
6120 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6121 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6122 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6123
61242005-12-08 Richard M. Stallman <rms@gnu.org>
6125
6126 * mini.texi (Completion Commands, Completion):
6127 In file name input, SPC does not do completion.
6128
8cf51b2c
GM
61292005-12-08 Nick Roberts <nickrob@snap.net.nz>
6130
6131 * building.texi (GDB Graphical Interface): Explain screen size
6132 setting.
6133 (Other GDB User Interface Buffers): Describe features specific to
6134 GDB 6.4.
6135
8cf51b2c
GM
61362005-12-01 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * building.texi (GDB User Interface Layout): Describe how to
6139 kill associated buffers.
6140 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6141 (Watch Expressions): Be more precise.
6142 (Other GDB User Interface Buffers): Describe how to change a
6143 register value.
6144
8cf51b2c
GM
61452005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6146
6147 * macos.texi (Mac Input): Remove description of
6148 mac-command-key-is-meta. Add descriptions of
6149 mac-control-modifier, mac-command-modifier, and
6150 mac-option-modifier.
6151 (Mac International): Fix description of conversion of clipboard data.
6152 (Mac Font Specs): Add example of font customization by face attributes.
6153
61542005-11-22 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * building.texi (Watch Expressions): Expand description.
6157 (Other GDB User Interface Buffers): Describe local map for
6158 gud-watch.
6159
61602005-11-21 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * display.texi (Font Lock): Font lock is enabled by default now.
6163
61642005-11-20 Juri Linkov <juri@jurta.org>
6165
6166 * basic.texi (Position Info): Update examples of the output.
6167 Remove the fact that examples are produced in the TeXinfo buffer,
6168 because in the Info reader users will get a different output from
6169 `C-x ='.
6170
6171 * building.texi (Compilation Mode): Remove paragraph duplicated
6172 from the node `Compilation'. Add `compilation-skip-threshold'.
6173
6174 * display.texi (Font Lock): Suggest more user-friendly method of
6175 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6176
61772005-11-18 Richard M. Stallman <rms@gnu.org>
6178
6179 * files.texi (Registering): Mention @@ in mode line.
6180
6181 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6182
61832005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6184
6185 * files.texi (Renaming and VC): Some back-ends don't
6186 handle renaming.
6187
8cf51b2c
GM
61882005-11-17 Juri Linkov <juri@jurta.org>
6189
6190 * emacs.texi (Top):
6191 * display.texi (Highlight Interactively): Put this font-lock based
6192 mode near Font Lock node.
6193
61942005-11-16 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6197 icons.
6198
61992005-11-12 Kim F. Storm <storm@cua.dk>
6200
6201 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6202 (Help Summary): Add C-h d and C-h e.
6203 (Apropos): Clarify that all apropos commands may search for either
6204 list of words or a regexp. Add C-h d for apropos-documentation.
6205 Describe apropos-documentation-sort-by-scores user option.
6206
8cf51b2c
GM
62072005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6208
6209 * killing.texi (CUA Bindings): Add @section.
6210
62112005-11-10 Kim F. Storm <storm@cua.dk>
6212
6213 * emacs.texi (Top): Add CUA Bindings entry to menu.
6214
6215 * killing.texi (CUA Bindings): New node. Moved here from
6216 misc.texi and extended with info on rectangle commands and
6217 rectangle highlighting, interface to registers, and the global
6218 mark feature.
6219
6220 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6221
6222 * regs.texi: Prev link points to CUA Bindings node.
6223
62242005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6225
6226 * help.texi (Help Echo): By default, help echos are only shown on
6227 mouse-over, not on point-over.
6228
c8763fb6 62292005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6230
6231 * misc.texi (Shell Mode): Describe how to activate password echoing.
6232
8cf51b2c
GM
62332005-11-04 Romain Francoise <romain@orebokech.com>
6234
6235 * mark.texi (Mark Ring): Fix typo.
6236
62372005-11-03 Richard M. Stallman <rms@gnu.org>
6238
6239 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6240
62412005-11-01 Bill Wohler <wohler@newt.com>
6242
6243 * help.texi (Help Mode): Fix typo.
6244
62452005-11-01 Nick Roberts <nickrob@snap.net.nz>
6246
1c6c854e
CS
6247 * building.texi (Other GDB User Interface Buffers):
6248 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6249
62502005-10-31 Romain Francoise <romain@orebokech.com>
6251
6252 * files.texi (Compressed Files): Fix typo.
6253
6254 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6255
6256 * windows.texi (Force Same Window): Likewise.
6257
62582005-10-30 Bill Wohler <wohler@newt.com>
6259
6260 * help.texi (Help Mode): URLs viewed with browse-url.
6261
62622005-10-31 Nick Roberts <nickrob@snap.net.nz>
6263
6264 * building.texi (GDB Graphical Interface): Don't reference
6265 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6266 must stay in same frame.
6267
62682005-10-29 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6271
6272 * anti.texi (Antinews): Likewise.
6273
8cf51b2c
GM
62742005-10-28 Bill Wohler <wohler@newt.com>
6275
6276 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6277
62782005-10-28 Richard M. Stallman <rms@gnu.org>
6279
6280 * files.texi (Visiting): Explain how to enter ? in a file name.
6281
6282 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6283
8cf51b2c
GM
62842005-10-25 Nick Roberts <nickrob@snap.net.nz>
6285
1c6c854e
CS
6286 * building.texi (GDB Graphical Interface):
6287 Describe gdb-mouse-until.
8cf51b2c
GM
6288
62892005-10-23 Richard M. Stallman <rms@gnu.org>
6290
6291 * custom.texi (Init File): Recommend when to use site-start.el.
6292
8cf51b2c
GM
62932005-10-21 Juri Linkov <juri@jurta.org>
6294
6295 * custom.texi (Examining): Mention accessing the old variable
6296 value via M-n in set-variable.
6297
8cf51b2c
GM
62982005-10-18 Romain Francoise <romain@orebokech.com>
6299
6300 * files.texi (Version Systems): Capitalize GNU.
6301
8cf51b2c
GM
63022005-10-18 Nick Roberts <nickrob@snap.net.nz>
6303
6304 * building.texi (Compilation Mode): Remove redundant paragraph.
6305 (Watch Expressions): Remove paragraph to reflect code change.
6306
8cf51b2c
GM
63072005-10-16 Richard M. Stallman <rms@gnu.org>
6308
6309 * building.texi (Compilation Mode, Compilation): Clarified.
6310
63112005-10-15 Richard M. Stallman <rms@gnu.org>
6312
6313 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6314
8cf51b2c
GM
63152005-10-13 Kenichi Handa <handa@m17n.org>
6316
6317 * basic.texi (Position Info): Fix previous change.
6318
c8763fb6 63192005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6320
6321 * cmdargs.texi (Icons X): Fix typo.
6322
63232005-10-12 Kenichi Handa <handa@m17n.org>
6324
6325 * basic.texi (Position Info): Describe the case that Emacs shows
6326 "part of display ...".
6327
c8763fb6 63282005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6329
6330 * cmdargs.texi (Icons X): -nb => -nbi.
6331
63322005-10-10 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * frames.texi (Speedbar): A couple more clarifications.
6335
63362005-10-11 Nick Roberts <nickrob@snap.net.nz>
6337
6338 * building.texi (GDB User Interface Layout): Improve diagram.
6339 (Watch Expressions): Explain how to make speedbar global.
6340 (Other GDB User Interface Buffers): Make references more precise.
6341
8cf51b2c
GM
63422005-10-09 Richard M. Stallman <rms@gnu.org>
6343
6344 * frames.texi (Speedbar): Clarify the text.
6345
63462005-10-09 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * frames.texi (Speedbar): Add information on keybindings,
6349 dismissing the speedbar, and buffer display mode. Link to
6350 speedbar manual.
6351
c8763fb6 63522005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6353
1c6c854e 6354 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6355 added -nb, --no-bitmap-icon.
6356
8cf51b2c
GM
63572005-10-07 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * building.texi (GDB Graphical Interface): Add variables and
6360 functions to indices. Be more precise.
6361
c8763fb6 63622005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6363
6364 * frames.texi (Drag and Drop): Remove the x- from
6365 x-dnd-open-file-other-window and xdnd-protocol-alist.
6366
63672005-09-30 Romain Francoise <romain@orebokech.com>
6368
6369 * mini.texi (Minibuffer): The default value now appears before the
6370 colon in minibuffer prompts.
6371
8cf51b2c
GM
63722005-09-25 Richard M. Stallman <rms@gnu.org>
6373
6374 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6375
8cf51b2c
GM
63762005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6377
6378 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6379
8cf51b2c
GM
63802005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6381
6382 * emacs.texi (Top): Update submenus from macos.texi.
6383
6384 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6385 (Mac OS): Update feature support status.
6386 (Mac Input): List supported input scripts. Remove description
6387 about `mac-keyboard-text-encoding'. Mention mouse button
6388 emulation and related variables.
6389 (Mac International): Mention Central European and Cyrillic
6390 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
6391 Add description about coding system for selection.
6392 Add description about language environment.
6393 (Mac Environment Variables):
6394 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
6395 arguments. Add Preferences support.
6396 (Mac Directories): Explicitly state that this node is for Mac OS
6397 Classic only.
1c6c854e
CS
6398 (Mac Font Specs): Mention specification for scalable fonts.
6399 List supported charsets. Add preferred way of creating fontsets.
6400 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
6401 (Mac Functions): Add descriptions about `mac-set-file-creator',
6402 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6403 and `mac-get-preference'.
6404
8cf51b2c
GM
64052005-09-16 Romain Francoise <romain@orebokech.com>
6406
6407 Update all files to specify GFDL version 1.2.
6408
6409 * doclicense.texi (GNU Free Documentation License): Update to
6410 version 1.2.
6411
64122005-09-15 Richard M. Stallman <rms@gnu.org>
6413
6414 * buffers.texi (List Buffers): Fix xref.
6415
6416 * rmail.texi (Rmail Basics): Fix xref.
6417
6418 * emacs.texi (Top): Update subnode menus.
6419
6420 * files.texi (Saving Commands): New node, broken out of Saving.
6421 (Customize Save): New node, broken out of Saving.
6422 Clarify effect of write-region-inhibit-fsync.
6423 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6424
8cf51b2c
GM
64252005-09-14 Romain Francoise <romain@orebokech.com>
6426
6427 * files.texi (Saving): Mention write-region-inhibit-fsync.
6428
64292005-09-05 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * custom.texi (Custom Themes): New node.
6432
64332005-09-03 Richard M. Stallman <rms@gnu.org>
6434
49823426
GM
6435 * search.texi (Search Case): Mention vars that control
6436 case-fold-search for various operations.
8cf51b2c
GM
6437
64382005-08-22 Juri Linkov <juri@jurta.org>
6439
6440 * display.texi (Standard Faces): Merge the text from
6441 `(elisp)Standard Faces' into this node.
6442
64432005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * emacs.texi (Top): Delete menu item for deleted node
6446 Keyboard Translations.
6447
64482005-08-18 Richard M. Stallman <rms@gnu.org>
6449
8cf51b2c
GM
6450 * trouble.texi (Unasked-for Search):
6451 Delete xref to Keyboard Translations.
6452
6453 * glossary.texi (Glossary): Delete xref.
6454
8cf51b2c
GM
6455 * custom.texi (Minor Modes): Say that the list here is not complete.
6456 (Keyboard Translations): Node deleted.
6457 (Disabling): Delete xref to it.
6458 (Customization Groups): Fix Custom buffer example.
6459 (Hooks): Mention remove-hooks.
6460
64612005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6462
6463 * building.texi (GDB Graphical Interface): Improve filling of menu
6464 item.
6465
64662005-08-18 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * building.texi (GDB Graphical Interface): Use better node names.
6469
64702005-08-14 Richard M. Stallman <rms@gnu.org>
6471
6472 * text.texi (Sentences): Fix xref.
6473
64742005-08-14 Juri Linkov <juri@jurta.org>
6475
6476 * building.texi (Compilation, Grep Searching): Move grep command
6477 headings from `Compilation' to `Grep Searching'.
6478
6479 * dired.texi (Dired and Find):
6480 * maintaining.texi (Tags Search): Replace grep xref to
6481 `Compilation' node with `Grep Searching'.
6482
6483 * files.texi (Comparing Files): Replace xref to `Compilation' with
6484 `Compilation Mode'.
6485
64862005-08-13 Alan Mackenzie <acm@muc.de>
6487
6488 * search.texi (Non-ASCII Isearch): Correct a typo.
6489 (Replacement Commands): Mention query-replace key binding.
6490
64912005-08-11 Richard M. Stallman <rms@gnu.org>
6492
6493 * programs.texi (Options for Comments): Fix xref.
6494
6495 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6496 out of Regexps.
6497
8cf51b2c
GM
64982005-08-09 Juri Linkov <juri@jurta.org>
6499
6500 * building.texi (Compilation): Use `itemx' instead of `item'.
6501 (Grep Searching): Simplify phrase.
6502
6503 * display.texi (Standard Faces): Describe vertical-border on
6504 window systems.
6505
6506 * windows.texi (Split Window): Simplify phrase and mention
6507 vertical-border face.
6508
65092005-08-09 Richard M. Stallman <rms@gnu.org>
6510
6511 * files.texi (Comparing Files): Clarify compare-windows.
6512
6513 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6514
8cf51b2c
GM
65152005-08-06 Eli Zaretskii <eliz@gnu.org>
6516
6517 * mule.texi (Coding Systems): Rephrase the paragraph about
6518 codepages: no need for "M-x codepage-setup" anymore, except on
6519 MS-DOS.
6520
6521 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6522 the MS-DOS port only.
6523
65242005-07-30 Eli Zaretskii <eliz@gnu.org>
6525
6526 * makefile.w32-in (info): Don't run multi-install-info.bat.
6527 ($(infodir)/dir): New target, produced by running
6528 multi-install-info.bat.
6529
8cf51b2c
GM
65302005-07-22 Eli Zaretskii <eliz@gnu.org>
6531
6532 * files.texi (Quoted File Names): Add index entry.
6533
8cf51b2c
GM
65342005-07-19 Juri Linkov <juri@jurta.org>
6535
6536 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6537
65382005-07-18 Juri Linkov <juri@jurta.org>
6539
8cf51b2c
GM
6540 * custom.texi (Easy Customization):
6541 * files.texi (Old Versions):
6542 * frames.texi (Wheeled Mice):
6543 * mule.texi (Specify Coding):
8cf51b2c
GM
6544 * text.texi (Cell Justification):
6545 * trouble.texi (After a Crash):
8cf51b2c
GM
6546 * xresources.texi (GTK styles):
6547 Delete duplicate duplicate words.
6548
65492005-07-17 Richard M. Stallman <rms@gnu.org>
6550
6551 * frames.texi (Creating Frames): Fix foreground color example.
6552
6553 * custom.texi (Init Examples): Clean up text about conditionals.
6554
65552005-07-16 Richard M. Stallman <rms@gnu.org>
6556
6557 * mini.texi (Completion Commands): Fix command name for ?.
6558
8cf51b2c
GM
65592005-07-16 Eli Zaretskii <eliz@gnu.org>
6560
6561 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6562 `menu' face has no effect on w32 and with GTK.
6563 Add cross-references.
8cf51b2c
GM
6564
6565 * cmdargs.texi (General Variables): Clarify the default location
6566 of $HOME on w32 systems.
6567
65682005-07-15 Jason Rumney <jasonr@gnu.org>
6569
6570 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6571 changed.
6572
65732005-07-08 Kenichi Handa <handa@m17n.org>
6574
1c6c854e
CS
6575 * mule.texi (Recognize Coding):
6576 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6577
65782005-07-07 Richard M. Stallman <rms@gnu.org>
6579
6580 * anti.texi (Antinews): Mention mode-line-inverse-video.
6581
6582 * files.texi (Saving): Minor correction about C-x C-w.
6583
6584 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6585
65862005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6587
6588 * search.texi (Isearch Scroll): Add example of using the
6589 `isearch-scroll' property.
6590 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6591 `Display Custom' node.
6592 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6593 and de-emphasize it.
6594 (Other Repeating Search): `occur' currently can not correctly
6595 handle multiline matches. Correct, clarify and update description
6596 of `flush-lines' and `keep-lines'.
6597
6598 * display.texi (Display Custom): Add anchor for `baud-rate'.
6599
66002005-07-07 Richard M. Stallman <rms@gnu.org>
6601
6602 * gnu.texi: Update where to get GNU status; add refs for how to help.
6603 Add footnotes 6 and 7.
6604
66052005-07-04 Lute Kamstra <lute@gnu.org>
6606
6607 Update FSF's address in GPL notices.
6608
8cf51b2c 6609 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6610 * trouble.texi (Checklist): Update FSF's address.
6611
8cf51b2c
GM
66122005-06-24 Richard M. Stallman <rms@gnu.org>
6613
6614 * display.texi (Text Display): Change index entries.
6615
66162005-06-24 Eli Zaretskii <eliz@gnu.org>
6617
6618 * makefile.w32-in (MAKEINFO): Use --force.
6619 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6620 Makefile.in.
8cf51b2c
GM
6621
66222005-06-23 Richard M. Stallman <rms@gnu.org>
6623
1c6c854e 6624 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6625 nobreak-char-display.
6626
6627 * emacs.texi (Top): Update detailed node listing.
6628
1c6c854e 6629 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6630 to nobreak-char-display and no-break-space to nobreak-space.
6631 (Standard Faces): Split up the list of standard faces
6632 and put it in a separate node. Add nobreak-space and
6633 escape-glyph.
6634
8cf51b2c
GM
66352005-06-23 Lute Kamstra <lute@gnu.org>
6636
6637 * mule.texi (Select Input Method): Fix typo.
6638
66392005-06-23 Kenichi Handa <handa@m17n.org>
6640
1c6c854e
CS
6641 * mule.texi (International): List all supported scripts.
6642 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6643 distribution.
6644 (Language Environments): List all language environments.
6645 Intlfonts contains fonts for most supported scripts, not all..
6646 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6647 input a specific character.
8cf51b2c
GM
6648 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6649
66502005-06-23 Juanma Barranquero <lekktu@gmail.com>
6651
49823426 6652 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6653
66542005-06-22 Miles Bader <miles@gnu.org>
6655
6656 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6657
66582005-06-20 Miles Bader <miles@gnu.org>
6659
6660 * display.texi (Faces): Add `vertical-divider'.
6661
66622005-06-17 Richard M. Stallman <rms@gnu.org>
6663
6664 * text.texi (Adaptive Fill): Minor clarification.
6665
8cf51b2c
GM
66662005-06-10 Lute Kamstra <lute@gnu.org>
6667
6668 * emacs.texi (Top): Correct version number.
6669 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6670 refer to the current version of Emacs.
6671
66722005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6673
6674 * files.texi (Log Buffer): Document when there can be more than
6675 one file to be committed.
6676
66772005-06-08 Juri Linkov <juri@jurta.org>
6678
6679 * display.texi (Faces): Add `shadow' face.
6680
66812005-06-07 Masatake YAMATO <jet@gyve.org>
6682
6683 * display.texi (Faces): Write about mode-line-highlight.
6684
66852005-06-06 Richard M. Stallman <rms@gnu.org>
6686
6687 * misc.texi (Printing Package): Explain how to initialize
6688 printing package.
6689
6690 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6691
66922005-06-05 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * emacs.texi: Rename Hardcopy to Printing.
6695 Make PostScript and PostScript Variables subnodes of it.
6696
6697 * misc.texi (Printing): Rename node from Hardcopy.
6698 Mention menu bar options.
6699 Move PostScript and PostScript Variables to submenu.
6700 (Printing package): New node.
6701
6702 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6703
6704 * dired.texi (Operating on Files): Likewise.
6705
6706 * calendar.texi (Displaying the Diary): Likewise.
6707
6708 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6709
6710 * glossary.texi (Glossary): Likewise.
6711
6712 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6713 effect.
6714
67152005-06-04 Richard M. Stallman <rms@gnu.org>
6716
6717 * trouble.texi (After a Crash): Polish previous change.
6718
8cf51b2c
GM
67192005-05-30 Noah Friedman <friedman@splode.com>
6720
6721 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6722 recovery mechanism.
6723
8cf51b2c
GM
67242005-05-28 Nick Roberts <nickrob@snap.net.nz>
6725
6726 * building.texi (Other Buffers): SPC toggles display of
6727 floating point registers.
6728
8cf51b2c
GM
67292005-05-27 Nick Roberts <nickrob@snap.net.nz>
6730
6731 * files.texi (Log Buffer): Merge in description of Log Edit
6732 mode from pcl-cvs.texi.
6733
67342005-05-26 Richard M. Stallman <rms@gnu.org>
6735
6736 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6737
8cf51b2c
GM
67382005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6741 not enabled by default.
6742 When not on a word, `ispell-word' by default checks the word
6743 before point.
6744
67452005-05-24 Nick Roberts <nickrob@snap.net.nz>
6746
6747 * building.texi (Debugger Operation): Simplify last sentence.
6748
67492005-05-23 Lute Kamstra <lute@gnu.org>
6750
6751 * emacs.texi: Update FSF's address throughout.
6752 (Preface): Use @cite.
6753 (Distrib): Add cross reference to the node "Copying". Mention the
6754 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6755 printed manuals.
6756 (Intro): Use @xref for the Emacs Lisp Intro.
6757
8cf51b2c
GM
67582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6759
6760 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6761
6762 * basic.texi (Moving Point): Mention default for `goto-line'.
6763
6764 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6765 of a variable's docstring.
6766
67672005-05-18 Lute Kamstra <lute@gnu.org>
6768
6769 * maintaining.texi (Overview of Emerge): Add cross reference.
6770 Remove duplication.
6771
6772 * emacs.texi (Top): Update to the current structure of the manual.
6773 * misc.texi (Emacs Server): Add menu description.
6774 * files.texi (Saving): Fix menu.
6775 * custom.texi (Customization): Fix menu.
6776 * mule.texi (International): Fix menu.
6777 * kmacro.texi (Keyboard Macros): Fix menu.
6778
67792005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6780
6781 * display.texi: Various minor changes.
6782 (Faces): Delete text that is repeated in the next section.
6783
67842005-05-16 Nick Roberts <nickrob@snap.net.nz>
6785
6786 * building.texi (Debugger Operation): Mention GUD tooltips are
6787 disabled with GDB in text command mode.
6788
8cf51b2c
GM
67892005-05-16 Nick Roberts <nickrob@snap.net.nz>
6790
6791 * building.texi: Replace toolbar with "tool bar" for consistency.
6792 (Compilation Mode): Describe compilation-context-lines
6793 and use of arrow in compilation buffer.
6794 (Debugger Operation): Replace help text with variable's value.
6795
6796 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6797 consistency.
6798
67992005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6800
6801 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6802 Add xref.
6803
8cf51b2c
GM
68042005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6805
6806 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6807 (Position Info): Delete discussion of `goto-line'. It is already
6808 described in `Moving point'.
6809
6810 * mini.texi (Completion Commands): Correct reference.
6811 (Completion Options): Fix typo.
6812
6813 * killing.texi (Deletion): Complete description of `C-x C-o'.
6814
8cf51b2c
GM
68152005-05-10 Richard M. Stallman <rms@gnu.org>
6816
6817 * building.texi (Compilation): Clarify recompile's directory choice.
6818
6819 * frames.texi (Tooltips): Cleanups.
6820
6821 * basic.texi (Arguments): Fix punctuation.
6822
68232005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6824
6825 * screen.texi (Menu Bar): The up and down (not left and right)
6826 arrow keys move through a keyboard menu.
6827
68282005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6829
6830 * basic.texi: Various typo and grammar fixes.
6831 (Moving Point): C-a now runs move-beginning-of-line.
6832
68332005-05-08 Nick Roberts <nickrob@snap.net.nz>
6834
6835 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6836
6837 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6838 as different animals.
6839
68402005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6841
6842 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6843 Correct index entry.
6844
68452005-05-07 Nick Roberts <nickrob@snap.net.nz>
6846
6847 * building.texi (Debugger Operation): Update to reflect changes
6848 in GUD tooltips.
6849
68502005-04-30 Richard M. Stallman <rms@gnu.org>
6851
6852 * files.texi (Compressed Files): Auto Compression normally enabled.
6853
6854 * building.texi (Debugger Operation): Clarify previous change.
6855
8cf51b2c
GM
68562005-04-28 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * building.texi (Debugger Operation): Add description for
6859 GUD tooltips when program is not running.
6860
68612005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6862
6863 * misc.texi (Shell): Add `Shell Prompts' to menu.
6864 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6865 description. Delete remarks moved to new node.
6866 (Shell Prompts): New node.
6867 (History References): Replace remarks moved to `Shell Prompts'
6868 with xref to that node.
6869 (Remote Host): Clarify how to specify the terminal type when
6870 logging in to a different machine.
6871
68722005-04-26 Richard M. Stallman <rms@gnu.org>
6873
6874 * emacs.texi (Top): Update submenus from files.texi.
6875
6876 * files.texi (Filesets): Clarify previous change.
6877
6878 * dired.texi (Misc Dired Features): Clarify previous change.
6879
68802005-04-25 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6883
1c6c854e
CS
6884 * dired.texi (Misc Dired Features):
6885 Document dired-compare-directories.
8cf51b2c
GM
6886
6887 * files.texi (Filesets): New node.
6888 (File Conveniences): Document Image mode.
6889
6890 * text.texi (TeX Print): Document tex-compile.
6891
68922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6893
6894 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6895 Delete redundant reference to tooltip Custom group. It is
6896 referred too again in the next paragraph.
6897
68982005-04-24 Richard M. Stallman <rms@gnu.org>
6899
6900 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6901
8cf51b2c
GM
69022005-04-19 Kim F. Storm <storm@cua.dk>
6903
6904 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6905
69062005-04-18 Lars Hansen <larsh@math.ku.dk>
6907
6908 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6909 turns off desktop-save-mode.
6910
69112005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6914 by default in terminals compatible with xterm. Mention that
6915 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6916 node.
6917
8cf51b2c
GM
69182005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6921
c8763fb6 69222005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6923
6924 * xresources.texi (Table of Resources): Add cursorBlink.
6925
69262005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6927
6928 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6929 `d', `C-d' and `u'.
6930
69312005-04-11 Richard M. Stallman <rms@gnu.org>
6932
6933 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6934 (Misc X): Add -D, --basic-display.
6935
6936 * maintaining.texi (Change Log): Correct the description of
6937 the example.
6938
6939 * major.texi (Choosing Modes): Document magic-mode-alist.
6940
8cf51b2c
GM
69412005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6944 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6945 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6946 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6947 `w', respectively.
6948 (Rmail Labels): Mention `l'.
6949 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6950 (Rmail Summary Edit): Describe `j' and RET.
6951
c8763fb6 69522005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6953
6954 * xresources.texi (Lucid Resources): Add fontSet resource.
6955
8cf51b2c
GM
69562005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6959 now called `indicate-empty-lines'.
6960
69612005-04-06 Kim F. Storm <storm@cua.dk>
6962
6963 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6964
69652005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6966
6967 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6968 deleted.
6969 (Marks vs Flags): Add some convenient key bindings.
6970 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6971 (Misc Dired Features): Correct and expand description of `w' command.
6972
6973 * frames.texi (XTerm Mouse): Delete apparently false info.
6974 The GNU/Linux console currently does not appear to support
6975 `xterm-mouse-mode'.
6976
8cf51b2c
GM
69772005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6978
6979 * calendar.texi (Diary): Mention shell utility `calendar'.
6980
69812005-04-01 Richard M. Stallman <rms@gnu.org>
6982
6983 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6984
8cf51b2c
GM
69852005-04-01 Lute Kamstra <lute@gnu.org>
6986
6987 * maintaining.texi (Change Log): add-change-log-entry uses
6988 add-log-mailing-address.
6989
69902005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6991
6992 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6993 `VC Mode Line' and put in an xref to that node.
6994 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6995 its description.
6996
69972005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6998
6999 * calendar.texi (Calendar Systems): Say that the Persian calendar
7000 implemented here is the arithmetical one championed by Birashk.
7001
70022005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7003
7004 * programs.texi (Fortran Motion): Fix previous change.
7005
8cf51b2c
GM
70062005-03-29 Richard M. Stallman <rms@gnu.org>
7007
7008 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7009
70102005-03-29 Chong Yidong <cyd@stupidchicken.com>
7011
7012 * text.texi (Refill): Refer to Long Lines Mode.
7013 (Longlines): New node.
7014 (Auto Fill): Don't index "word wrap" here.
7015 (Filling): Add Longlines to menu.
7016
70172005-03-29 Richard M. Stallman <rms@gnu.org>
7018
7019 * xresources.texi: Minor fixes.
7020
7021 * misc.texi (Emacs Server): Fix Texinfo usage.
7022
7023 * emacs.texi (Top): Don't use a real section heading for
7024 "Detailed Node Listing". Fake it instead.
7025
7026 * basic.texi (Position Info): Minor cleanup.
7027
7028 * mule.texi (Input Methods): Minor cleanup.
7029
70302005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7031
7032 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7033 constructs as well.
7034 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7035
70362005-03-29 Kenichi Handa <handa@m17n.org>
7037
7038 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7039
7040 * basic.texi (Position Info): Update the description about the
7041 command C-u C-x =.
7042
70432005-03-28 Richard M. Stallman <rms@gnu.org>
7044
7045 * emacs.texi (Top): Use @section for the detailed node listing.
7046
7047 * calendar.texi: Minor fixes to previous change.
7048
7049 * programs.texi (Fortran): Small fixes to previous changes.
7050
7051 * emacs.texi (Top): Update list of subnodes of Dired.
7052 Likewise for building.texi.
7053
7054 * files.texi (File Conveniences): Delete Auto Image File mode.
7055
70562005-03-28 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * building.texi (Flymake): New node.
7059
7060 * custom.texi (Function Keys): Document kp- event types and
7061 keypad-setup package.
7062
7063 * dired.texi (Wdired): New node.
7064
7065 * files.texi (File Conveniences): Reorder entries.
7066 Explain how to turn on Auto-image-file mode.
7067 Document Thumbs mode.
7068
7069 * mule.texi (Specify Coding): Document recode-region and
7070 recode-file-name.
7071
7072 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7073
70742005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * commands.texi (Keys): M-o is now a prefix key.
7077
70782005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7079
7080 * programs.texi: Reformat and update copyright years.
7081 (Fortran): Update section.
7082
70832005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7084
7085 * files.texi: Several small changes in addition to:
7086 (Visiting): Change xref for Dialog Boxes to ref.
7087 (Version Headers): Replace references to obsolete var
7088 `vc-header-alist' with `vc-BACKEND-header'.
7089 (Customizing VC): Update value of `vc-handled-backends'.
7090
70912005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7092
7093 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7094 move here from Emacs Lisp Reference Manual.
7095 * calendar.texi (Calendar/Diary, Diary Commands)
7096 (Special Diary Entries, Importing Diary): Change some xrefs to
7097 point to emacs-xtra rather than elisp.
7098
7099 * emacs-xtra.texi (Calendar Customizing):
7100 Move view-diary-entries-initially, view-calendar-holidays-initially,
7101 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7102 Emacs Manual.
7103 (Appt Customizing): Merge entire section into main Emacs Manual.
7104 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7105 mark-holidays-in-calendar here from emacs-xtra.
7106 (Displaying the Diary): Move view-diary-entries-initially,
7107 mark-diary-entries-in-calendar here from emacs-xtra.
7108 (Appointments): Move appt-display-mode-line,
7109 appt-display-duration, appt-disp-window-function,
7110 appt-delete-window-function here from emacs-xtra.
7111
7112 * calendar.texi: Update and reformat copyright.
7113 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7114 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7115 (Diary): Refer to `diary-file' rather than ~/diary.
7116 (Diary Commands): Rename node to "Displaying the Diary".
7117 * emacs.texi (Top): Rename "Diary Commands" section.
7118 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7119
71202005-03-26 Eli Zaretskii <eliz@gnu.org>
7121
7122 * misc.texi (Emacs Server): Fix the command for setting
7123 server-name. Add an xref to Invoking emacsclient.
7124
7125 * help.texi (Help Summary): Clarify when "C-h ." will do something
7126 nontrivial.
7127 (Apropos): Add cindex entry for apropos-sort-by-scores.
7128
7129 * display.texi (Text Display): Add index entries for how no-break
7130 characters are displayed.
7131
8cf51b2c
GM
71322005-03-26 Eli Zaretskii <eliz@gnu.org>
7133
7134 * files.texi (Visiting): Fix cross-references introduced with the
7135 last change.
7136
7137 * xresources.texi (GTK resources): Fix last change.
7138
8cf51b2c
GM
71392005-03-25 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * xresources.texi (X Resources): GTK options documented too.
7142 (Resources): Clarify meaning of program name.
7143 (Table of Resources): Add visualClass.
7144 (GTK resources): Rewrite.
7145 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7146
7147 * display.texi (Text Display): Mention non-breaking spaces.
7148
7149 * files.texi (Reverting): Document auto-revert-check-vc-info.
7150
7151 * frames.texi (Mouse Commands): Document
7152 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7153
7154 * help.texi (Help Summary): Add `C-h .'.
7155 (Apropos): Apropos accepts a list of search terms.
7156 Document apropos-sort-by-scores.
7157 (Help Echo): Document display-local-help.
7158
7159 * misc.texi (Emacs Server): Document server-name.
7160 (Invoking emacsclient): Document -s option for server names.
7161
7162 * text.texi (Outline Visibility): Introduce "current heading
7163 line" (commands can be called with point on a body line).
7164 Re-order table to follow the sequence of discussion.
7165 hide-body won't hide lines before first header line.
7166 (TeX Mode): Add DocTeX mode.
7167
8cf51b2c
GM
71682005-03-24 Richard M. Stallman <rms@gnu.org>
7169
7170 * mule.texi (Single-Byte Character Support): Delete mention
7171 of iso-acc.el and iso-transl.el.
7172
8cf51b2c
GM
71732005-03-23 Lute Kamstra <lute@gnu.org>
7174
7175 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7176
71772005-03-23 Richard M. Stallman <rms@gnu.org>
7178
8cf51b2c
GM
7179 * search.texi: Delete explicit node pointers.
7180 (Incremental Search): New menu.
7181 (Basic Isearch, Repeat Isearch, Error in Isearch)
7182 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7183 (Slow Isearch): New subnodes.
7184 (Configuring Scrolling): Node deleted.
7185 (Search Case): Doc default-case-fold-search.
7186 (Regexp Replace): Move replace-regexp doc here.
7187
7188 * rmail.texi (Movemail): Put commas inside closequotes.
7189
7190 * picture.texi (Insert in Picture): Document C-c arrow combos.
7191 (Basic Picture): Clarify erasure.
7192
7193 * display.texi (Font Lock): Put commas inside closequotes.
7194
7195 * cmdargs.texi (General Variables): Put commas inside closequotes.
7196
71972005-03-23 Nick Roberts <nickrob@snap.net.nz>
7198
7199 * building.texi (Stack Buffer): Mention reverse contrast for
7200 *selected* frame (might not be current frame).
7201
8cf51b2c
GM
72022005-03-21 Richard M. Stallman <rms@gnu.org>
7203
7204 * building.texi (Starting GUD): Add bashdb.
7205
72062005-03-20 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * basic.texi (Moving Point): Add M-g M-g binding.
7209 (Undo): Document undo-only.
7210 (Position Info): Document M-g M-g and C-u M-g M-g.
7211
7212 * building.texi (Building): Put Grep Searching after Compilation
7213 Shell.
7214 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7215 Document next-error-highlight.
7216 (Grep Searching): Document grep-highlight-matches.
7217 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7218
7219 * calendar.texi (Importing Diary): Rename node from iCalendar.
7220 Document diary-from-outlook.
7221
7222 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7223 Commands.
7224 Mention effect of X drag and drop on Dired buffers.
7225
7226 * files.texi (Visiting): Document large-file-warning-threshold.
7227 Move paragraph on file-selection dialog.
7228 Mention visiting files using X drag and drop.
7229 (Reverting): Mention using Auto-Revert mode to tail files.
7230 Document auto-revert-tail-mode.
7231 (Version Systems): Minor correction.
7232 (Comparing Files): Diff-mode is no longer based on Compilation
7233 mode.
7234 Document compare-ignore-whitespace.
7235 (Misc File Ops): Explain passing a directory to rename-file.
7236 Likewise for copy-file and make-symbolic-link.
7237
7238 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7239 Document mouse-wheel-progressive speed.
7240
7241 * help.texi (Misc Help): Document numeric argument for C-h i.
7242 Correctly explain the effect of just C-u as argument.
7243
7244 * killing.texi (Deletion): Document numeric argument for
7245 just-one-space.
7246
7247 * mini.texi (Completion): Completion acts on text before point.
7248
7249 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7250 (Emulation): CUA mode replaces pc-bindings-mode,
7251 pc-selection-mode, and s-region.
7252
7253 * mule.texi (Input Methods): Leim is now built-in.
7254 (Select Input Method): Document quail-show-key.
7255 (Specify Coding): Document revert-buffer-with-coding-system.
7256
7257 * programs.texi (Fortran Motion): Document f90-next-statement,
7258 f90-previous-statement, f90-next-block, f90-previous-block,
7259 f90-end-of-block, and f90-beginning-of-block.
7260
7261 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7262
7263 * emacs.texi (Acknowledgments): Updated.
7264
7265 * anti.texi: Total rewrite.
7266
8cf51b2c
GM
72672005-03-19 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * ack.texi (Acknowledgments): Update.
7270
72712005-03-19 Eli Zaretskii <eliz@gnu.org>
7272
1c6c854e
CS
7273 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7274 Update copyright years.
8cf51b2c
GM
7275
72762005-03-14 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * building.texi (Commands of GUD): Move paragraph on setting
7279 breakpoints with mouse to the GDB Graphical Interface node.
7280
72812005-03-07 Richard M. Stallman <rms@gnu.org>
7282
8cf51b2c
GM
7283 * misc.texi (Single Shell, Shell Options): Fix previous change.
7284
7285 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7286
72872005-03-06 Richard M. Stallman <rms@gnu.org>
7288
7289 * building.texi (Starting GUD): Don't explain text vs graphical
7290 GDB here. Just mention it and xref.
7291 Delete "just one debugger process".
7292 (Debugger Operation): Move GUD tooltip info here.
7293 (GUD Tooltips): Node deleted.
7294 (GDB Graphical Interface): Explain the two GDB modes here.
7295
8cf51b2c
GM
7296 * sending.texi (Sending Mail): Minor cleanup.
7297 (Mail Aliases): Explain quoting conventions.
7298 Update key rebinding example.
7299 (Header Editing): C-M-i is like M-TAB.
7300 (Mail Mode Misc): mail-attach-file does not do MIME.
7301
7302 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7303 that really belongs here.
7304 (Remote Mailboxes): Text moved to Rmail Inbox.
7305 (Rmail Display): Mention Mouse-1.
7306 (Movemail): Clarify two movemail versions.
7307 Clarify rmail-movemail-program.
7308
8cf51b2c
GM
7309 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7310 Document async shell commands.
7311 (Shell History): Clarify.
7312 (Shell Ring): Mention C-UP an C-DOWN.
7313 (Shell Options): Add comint-prompt-read-only.
7314 (Invoking emacsclient): Set EDITOR to run Emacs.
7315 (Sorting): No need to explain what region is.
7316 (Saving Emacs Sessions): Fix typo.
7317 (Recursive Edit): Fix punctuation.
7318 (Emulation): Don't mention "PC bindings" which are standard.
7319 (Hyperlinking): Explain Mouse-1 convention here.
7320 (Find Func): Node deleted.
7321
8cf51b2c
GM
7322 * help.texi (Name Help): Xref to Hyperlinking.
7323
7324 * glossary.texi (Glossary):
7325 Rename "Balance Parentheses" to "Balancing...".
7326 Add "Byte Compilation". Correct "Copyleft".
7327 New xref in "Customization".
7328 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7329 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7330 Rename "Registers" to "Register".
7331 Replace "Selecting" with "Selected Frame",
7332 "Selected Window", and "Selecting a Buffer".
7333
7334 * files.texi (Types of Log File): Explain how projects'
7335 methods can vary.
7336
8cf51b2c
GM
7337 * display.texi (Faces): Delete "Emacs 21".
7338
7339 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7340 * fixit.texi (Spelling): C-M-i like M-TAB.
7341 * mini.texi (Completion Options): C-M-i like M-TAB.
7342 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7343 * text.texi (Text Mode): C-M-i like M-TAB.
7344
7345 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7346
7347 * calendar.texi (Specified Dates): Mention `g w'.
7348 (Appointments): appt-activate toggles with no arg.
7349
8cf51b2c
GM
73502005-03-05 Juri Linkov <juri@jurta.org>
7351
7352 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7353 "invocation (command line arguments)".
8cf51b2c
GM
7354 (Misc X): Add -nbc, --no-blinking-cursor.
7355
73562005-03-04 Ulf Jasper <ulf.jasper@web.de>
7357
7358 * calendar.texi (iCalendar): No need to require it now.
7359
8cf51b2c
GM
73602005-03-03 Nick Roberts <nickrob@snap.net.nz>
7361
7362 * trouble.texi (Contributing): Mention Savannah. Direct users to
7363 emacs-devel.
7364
73652005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7366
7367 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7368 window.
7369
8cf51b2c
GM
73702005-02-27 Richard M. Stallman <rms@gnu.org>
7371
7372 * building.texi (Compilation): Update mode line status info.
7373
73742005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7375
7376 * calendar.texi (General Calendar): Document binding of
7377 scroll-other-window-down.
7378 (Mayan Calendar): Fix earliest date.
7379 (Time Intervals): Document timeclock-change.
7380 Fix timeclock-ask-before-exiting documentation.
7381
73822005-02-26 Kim F. Storm <storm@cua.dk>
7383
7384 * frames.texi (Mouse References):
7385 Add mouse-1-click-in-non-selected-windows.
7386
73872005-02-25 Richard M. Stallman <rms@gnu.org>
7388
7389 * screen.texi (Screen): Explain better about cursors and mode lines;
7390 don't presuppose text terminals.
7391 (Point): Don't assume just one cursor.
7392 Clarify explanation of cursors.
7393 (Echo Area, Menu Bar): Cleanups.
7394
7395 * mini.texi (Minibuffer): Prompts are highlighted.
7396 (Minibuffer Edit): Newline = C-j only on text terminals.
7397 Clarify resize-mini-windows values.
7398 Mention M-PAGEUP and M-PAGEDOWN.
7399 (Completion Commands): Mouse-1 like Mouse-2.
7400 (Minibuffer History): Explain history commands better.
7401 (Repetition): Add xref to Incremental Search.
7402
7403 * mark.texi (Setting Mark): Clarify info about displaying mark.
7404 Clarify explanation of C-@ and C-SPC.
7405 (Transient Mark): Mention Delete Selection mode.
7406 (Marking Objects): Clean up text about extending the region.
7407
7408 * m-x.texi (M-x): One C-g doesn't always go to top level.
7409 No delay before suggest-key-bindings output.
7410
7411 * fixit.texi (Fixit): Mention C-/ for undo.
7412 (Spelling): Mention ESC TAB like M-TAB.
7413 Replacement words with r and R are rechecked.
7414 Say where C-g leaves point. Mention ? as input.
7415
74162005-02-23 Lute Kamstra <lute@gnu.org>
7417
7418 * cmdargs.texi (Initial Options): Add cross reference.
7419
8cf51b2c
GM
74202005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7421
7422 * emacs.texi (Top): Update menu for splitting of node in
7423 msdog.texi.
7424 * frames.texi (Frames): Update xref for splitting of node in
7425 msdog.texi.
7426 * trouble.texi (Quitting): Ditto.
7427
74282005-02-16 Richard M. Stallman <rms@gnu.org>
7429
7430 * windows.texi (Split Window): Simplify line truncation info
7431 and xref to Display Custom.
7432
7433 * trouble.texi (Quitting): Emergency escape only for text terminal.
7434 (Screen Garbled): C-l for ungarbling is only for text terminal.
7435
7436 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7437
7438 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7439
7440 * programs.texi (Program Modes): Mention Python mode.
7441 (Moving by Defuns): Repeating C-M-h extends region.
7442 (Basic Indent): Clarify.
7443 (Custom C Indent): Clarify.
7444 (Expressions): Repeating C-M-@ extends region.
7445 (Info Lookup): Clarify for C-h S.
7446 (Symbol Completion): ESC TAB alternative for M-TAB.
7447 (Electric C): Clarify.
7448
7449 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7450
7451 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7452 MS-DOS Input node.
7453 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7454 (MS-DOS and MULE): Clarify.
7455 (MS-DOS Processes, Windows Processes): Fix typos.
7456
7457 * major.texi (Choosing Modes): Clarify.
7458
7459 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7460 (Keyboard Macro Step-Edit): Clarify.
7461
7462 * indent.texi (Indentation): Clarifications.
7463
7464 * help.texi (Help): Correct error about C-h in query-replace.
7465 Clarify apropos vs C-h a. Fix how to search in FAQ.
7466 (Key Help): Describe C-h w here.
7467 (Name Help): Minor cleanup. C-h w moved to Key Help.
7468 Clarify the "object" joke.
7469 (Apropos): Clarify. Mouse-1 like Mouse-2.
7470 (Help Mode): Mouse-1 like Mouse-2.
7471
7472 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7473
7474 * display.texi (Display): Reorder menu.
7475 (Faces): Cleanup.
7476 (Font Lock): Cleanup. Mention Options menu.
7477 Delete obsolete text.
7478 (Scrolling): For C-l, don't presume text terminal.
7479 (Horizontal Scrolling): Simplify intro.
7480 (Follow Mode): Clarify.
1c6c854e 7481 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7482 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7483 Doc default-tab-width. Doc line truncation more thoroughly.
7484
7485 * dired.texi (Dired Enter): C-x C-f can run Dired.
7486 (Dired Visiting): Comment out `a' command.
7487 Mouse-1 is like Mouse-2.
7488 (Shell Commands in Dired): ? can be used more than once.
7489
7490 * basic.texi (Continuation Lines): Simplify description of truncation,
7491 and refer to Display Custom for the rest of it.
7492
8cf51b2c
GM
74932005-02-06 Lute Kamstra <lute@gnu.org>
7494
7495 * basic.texi (Undo): Fix typo.
7496
7497 * cmdargs.texi (Emacs Invocation): Fix typo.
7498
7499 * custom.texi (Init Examples): Fix typo.
7500
7501 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7502
75032005-02-06 Richard M. Stallman <rms@gnu.org>
7504
7505 * regs.texi (Registers): Registers can hold numbers, too.
7506
7507 * killing.texi (Other Kill Commands): Cleanup.
7508 Delete redundant explanation of kill in read-only buffer.
7509 (Yanking): Mention term "copying".
7510 (Accumulating Text): Fix typo.
7511
7512 * entering.texi (Entering Emacs): Update rationale at start.
7513 (Exiting): Treat iconifying on a par with suspension.
7514
7515 * custom.texi (Minor Modes): Fix typo.
7516 (Easy Customization): Fix menu style.
7517 (Variables): Add xref.
7518 (Examining): Setting for future sessions works through .emacs.
7519 (Keymaps): "Text terminals", not "Many".
7520 (Init Rebinding): Explain \C-. Show example of \M-.
7521 Fix minor wording errors.
7522 (Function Keys): Explain vector syntax just once.
7523 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7524 (Init File): Mention .emacs.d directory.
7525 (Init Examples): Add xref.
7526 (Find Init): Mention .emacs.d directory.
7527
7528 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7529 (Action Arguments): Explain which kinds of -l args are found how.
7530 (Initial Options): --batch does not inhibit site-start.
7531 Add xrefs.
7532 (Command Example): Use --batch, not -batch.
7533
7534 * basic.texi (Inserting Text): Cleanup wording.
7535 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7536 C-n is not error at end of buffer.
7537 (Undo): Doc C-/ like C-_. Add xrefs.
7538 (Arguments): META key may be labeled ALT.
7539 Peculiar arg meanings are explained in doc strings.
7540
7541 * abbrevs.texi (Expanding Abbrevs): Clarify.
7542
75432005-02-05 Eli Zaretskii <eliz@gnu.org>
7544
7545 * frames.texi (Frame Parameters): Add an xref to the description
7546 of list-colors-display. Add a pointer to the X docs about colors.
7547
7548 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7549 Improve docs of list-colors-display.
8cf51b2c
GM
7550
75512005-02-03 Lute Kamstra <lute@gnu.org>
7552
7553 * frames.texi (Frames, Drag and Drop): Fix typos.
7554
75552005-02-03 Richard M. Stallman <rms@gnu.org>
7556
7557 * windows.texi (Basic Window): Mention color-change in mode line.
7558 (Change Window): Explain dragging vertical boundaries.
7559
7560 * text.texi (Sentences): Clarify.
7561 (Paragraphs): Explain M-a and blank lines.
7562 (Outline Mode): Clarify text and menu.
7563 (Hard and Soft Newlines): Mention use-hard-newlines.
7564
7565 * frames.texi (Frames): Delete unnecessary mention of Windows.
7566 (Mouse Commands): Likewise. Mention xterm mouse support.
7567 (Clipboard): Clarify.
7568 (Mouse References): Mention use of Mouse-1 for following links.
7569 (Menu Mouse Clicks): Clarify.
7570 (Mode Line Mouse): Clarify.
7571 (Drag and Drop): Rewrite.
7572
7573 * fixit.texi (Spelling): Fix typo.
7574
7575 * files.texi (File Names): Clarify.
7576 (Visiting): Update conditions for use of file dialog. Clarify.
7577 (Saving): Doc d as answer in save-some-buffers.
7578 (Remote Files): Clean up the text.
7579
7580 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7581
7582 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7583 (List Buffers): Clarify.
7584 (Several Buffers): Doc T command.
7585 (Buffer Convenience): Clarify menu.
7586
7587 * basic.texi (Undo): Clarify last change.
7588
75892005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7590
7591 * fixit.texi (Spelling): Fix typo.
7592
75932005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7594
7595 * basic.texi (Undo): Update description of `undo-outer-limit'.
7596
75972005-02-01 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * building.texi: Update documentation relating to GDB Graphical
7600 Interface.
7601
76022005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * custom.texi (Easy Customization): Adapt menu to node name change.
7605
76062005-01-30 Richard M. Stallman <rms@gnu.org>
7607
7608 * custom.texi (Easy Customization): Defn of "User Option" now
7609 includes faces. Don't say just "option" when talking about variables.
7610 Do say just "options" to mean "anything customizable".
7611 (Specific Customization): Describe `customize-variable',
7612 not `customize-option'.
7613
7614 * glossary.texi (Glossary) <Faces>: Add xref.
7615 <User Option>: Change definition--include faces. Change xref.
7616
7617 * picture.texi (Picture): Mention artist.el.
7618
7619 * sending.texi, screen.texi, programs.texi, misc.texi:
7620 * mini.texi, major.texi, maintaining.texi, macos.texi:
7621 * help.texi, frames.texi, files.texi:
7622 Don't say just "option" when talking about variables.
7623
7624 * display.texi, mule.texi: Don't say just "option" when talking
7625 about variables. Other minor cleanups.
7626
8cf51b2c
GM
76272005-01-26 Lute Kamstra <lute@gnu.org>
7628
7629 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7630 File'. Mention the `-Q' option at the `--no-site-file' option.
7631
8cf51b2c
GM
76322005-01-22 David Kastrup <dak@gnu.org>
7633
7634 * building.texi (Grep Searching): Mention alias `find-grep' for
7635 `grep-find'.
7636
76372005-01-20 Richard M. Stallman <rms@gnu.org>
7638
7639 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7640
8cf51b2c
GM
76412005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7642
7643 * rmail.texi (Movemail): Explain differences
7644 between standard and mailutils versions of movemail.
7645 Describe command line and configuration options introduced
7646 with the latter.
7647 Explain the notion of mailbox URL, provide examples and
7648 cross-references to mailutils documentation.
7649 Describe various methods of specifying mailbox names,
7650 user names and user passwords for rmail.
1c6c854e
CS
7651 (Remote Mailboxes): New section.
7652 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7653 options used to control its behavior.
7654 (Other Mailbox Formats): Explain handling of various mailbox
7655 formats.
7656
76572005-01-13 Richard M. Stallman <rms@gnu.org>
7658
7659 * commands.texi (Commands): Clarification.
7660
76612005-01-11 Richard M. Stallman <rms@gnu.org>
7662
7663 * programs.texi (Multi-line Indent): Fix previous change.
7664 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7665
8cf51b2c
GM
76662005-01-08 Richard M. Stallman <rms@gnu.org>
7667
7668 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7669 lazy-highlight.
7670
7671 * search.texi (Query Replace): Mention faces query-replace
7672 and lazy-highlight.
7673 (Incremental Search): Update isearch highlighting info.
7674
8cf51b2c
GM
76752005-01-04 Richard M. Stallman <rms@gnu.org>
7676
7677 * custom.texi (Saving Customizations): Minor improvement.
7678
8cf51b2c
GM
76792005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * custom.texi (Saving Customizations): Emacs no longer loads
7682 `custom-file' after .emacs. No longer mention customizing through
7683 Custom.
7684
8cf51b2c
GM
76852005-01-01 Andreas Schwab <schwab@suse.de>
7686
7687 * killing.texi (Graphical Kill): Move up under node Killing,
7688 change @section to @subsection.
7689
76902005-01-01 Richard M. Stallman <rms@gnu.org>
7691
7692 * custom.texi (Face Customization): Mention hex color specs.
7693
7694 * emacs.texi (Top): Update Killing submenu.
7695
7696 * killing.texi (Killing): Reorganize section.
7697 No more TeX-only text; put the node command at start of chapter.
7698 But the first section heading is used only in TeX.
7699 Rewrite the text to read better in this mode.
7700 (Graphical Kill): New subnode gets some of the text that
7701 used to be in the first section.
7702
77032004-12-31 Richard M. Stallman <rms@gnu.org>
7704
7705 * dired.texi (Shell Commands in Dired): Delete the ? example.
7706
7707 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7708
7709 * files.texi (Saving): Describe new require-final-newline features
7710 and mode-require-final-newline.
7711
8cf51b2c
GM
77122004-12-29 Richard M. Stallman <rms@gnu.org>
7713
7714 * custom.texi (File Variables): Clarify previous change.
7715
c8763fb6 77162004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7717
7718 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7719 out now.
7720
77212004-12-27 Richard M. Stallman <rms@gnu.org>
7722
7723 * Makefile.in (MAKEINFO): Specify --force.
7724
7725 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7726 (Undo): Doc undo-outer-limit.
7727
8cf51b2c
GM
77282004-12-15 Juri Linkov <juri@jurta.org>
7729
7730 * mark.texi (Transient Mark, Mark Ring): M-< and other
7731 movement commands don't set mark in Transient Mark mode
7732 if mark is active.
7733
8cf51b2c
GM
77342004-12-12 Juri Linkov <juri@jurta.org>
7735
7736 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7737 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7738
7739 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7740 (Misc Dired Commands): Add @r{(Dired)} to w.
7741
77422004-12-12 Juri Linkov <juri@jurta.org>
7743
7744 * mark.texi (Marking Objects): Marking commands also extend the
7745 region when mark is active in Transient Mark mode.
7746
8cf51b2c
GM
77472004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * custom.texi (Saving Customizations): Emacs only loads the custom
7750 file automatically after the init file in version 22.1 or later.
7751 Adapt text and examples to this fact.
7752
8cf51b2c
GM
77532004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7754
7755 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7756 be set through Custom. Otherwise, it has no effect.
7757
8cf51b2c
GM
77582004-12-05 Richard M. Stallman <rms@gnu.org>
7759
7760 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7761 * entering.texi: Rename Command Line to Emacs Invocation.
7762
10d1d0af 7763 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7764
7765 * custom.texi (Easy Customization): Move up to section level,
7766 before Variables. Avoid using the term "variable"; say "option".
7767 New initial explanation.
7768 (Variables): In initial explanation, connect "variable" to the
7769 already-explained "user option".
7770
7771 * emacs.texi (Top): Fix ref to Command Line.
7772 Move reference to Easy Customization.
7773
7774 * xresources.texi (X Resources): Fix From link.
7775
7776 * doclicense.texi (GNU Free Documentation License): Fix To link.
7777
7778 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7779
7780 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7781
77822004-12-03 Richard M. Stallman <rms@gnu.org>
7783
7784 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7785
77862004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7787
7788 * kmacro.texi: Several small changes in addition to the following.
7789 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7790 defining a keyboard macro.
7791 Mention `kmacro-ring-max'.
7792 (Keyboard Macro Counter): Clarify description of
7793 `kmacro-insert-counter', `kmacro-set-counter',
7794 `kmacro-add-counter' and `kmacro-set-format'.
7795
77962004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7797
7798 * custom.texi (File Variables): Add `unibyte' and make it more
7799 clear that `unibyte' and `coding' are special. Suggested by Simon
7800 Krahnke <overlord@gmx.li>.
7801
7802 * mule.texi (Enabling Multibyte): Refer to File Variables.
7803 Suggested by Simon Krahnke <overlord@gmx.li>.
7804
c8763fb6 78052004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7806
7807 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7808 x-use-old-gtk-file-dialog.
7809
8cf51b2c
GM
78102004-11-20 Richard M. Stallman <rms@gnu.org>
7811
7812 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7813
78142004-11-09 Lars Brinkhoff <lars@nocrew.org>
7815
7816 * building.texi (Lisp Eval): Delete hyphen in section name.
7817
78182004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7819
7820 * files.texi (Old Versions):
7821 No longer document annotation as "CVS only".
7822
78232004-11-10 Andre Spiegel <spiegel@gnu.org>
7824
7825 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7826 version systems, mentioning the new ones that we support.
7827 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7828 suggestions.
7829
c8763fb6 78302004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7831
49823426 7832 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7833
c8763fb6 78342004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7835
7836 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7837
78382004-10-23 Eli Zaretskii <eliz@gnu.org>
7839
7840 * text.texi (Text Based Tables, Table Definition)
7841 (Table Creation, Table Recognition, Cell Commands)
7842 (Cell Justification, Row Commands, Column Commands)
7843 (Fixed Width Mode, Table Conversion, Measuring Tables)
7844 (Table Misc): New nodes, documenting the Table Mode.
7845
8cf51b2c
GM
78462004-10-19 Jason Rumney <jasonr@gnu.org>
7847
7848 * makefile.w32-in (info): Change order of arguments to makeinfo.
7849
78502004-10-19 Ulf Jasper <ulf.jasper@web.de>
7851
7852 * calendar.texi (iCalendar): Update for package changes.
7853
8cf51b2c
GM
78542004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * files.texi (Misc File Ops): View mode is a minor mode.
7857
8cf51b2c
GM
78582004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7859
7860 * calendar.texi (iCalendar): Style changes.
7861
78622004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7863
7864 * search.texi (Regexps): The regexp described in the example is no
7865 longer stored in the variable `sentence-end'.
7866
8cf51b2c
GM
78672004-10-06 Nick Roberts <nickrob@snap.net.nz>
7868
7869 * building.texi (Starting GUD): Note that multiple debugging
7870 sessions requires `gdb --fullname'.
7871
78722004-10-05 Ulf Jasper <ulf.jasper@web.de>
7873
7874 * calendar.texi (iCalendar): New section for a new package.
7875
8cf51b2c
GM
78762004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * text.texi: Various small changes in addition to the following.
7879 (Text): Replace xref for autotype with inforef.
7880 (Sentences): Explain nil value for `sentence-end'.
7881 (Paragraphs): Update default values for `paragraph-start' and
7882 `paragraph-separate'.
7883 (Text Mode): Correct description of Text mode's effect on the
7884 syntax table.
7885 (Outline Visibility): `hide-other' does not hide top level headings.
7886 `selective-display-ellipses' no longer has an effect on Outline mode.
7887 (TeX Misc): Add missing @cindex.
7888 Replace xref for RefTeX with inforef.
7889 (Requesting Formatted Text): The variable
7890 `enriched-fill-after-visiting' no longer exists.
7891 (Editing Format Info): Update names of menu items and commands.
7892 (Format Faces): Mention special effect of specifying the default face.
7893 Describe inheritance of text properties.
7894 Correct description of `fixed' face.
7895 (Format Indentation): Correct description of effect of setting
7896 margins. Mention `set-left-margin' and `set-right-margin'.
7897 (Format Justification): Update names of menu items.
7898 `set-justification-full' is now bound to `M-j b'.
7899 Mention that `default-justification' is a per buffer variable.
7900 (Format Properties): Update name of menu item.
7901 (Forcing Enriched Mode): `format-decode-buffer' automatically
7902 turns on Enriched mode if the buffer is in text/enriched format.
7903
79042004-10-05 Emilio C. Lopes <eclig@gmx.net>
7905
7906 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7907
79082004-09-28 Kim F. Storm <storm@cua.dk>
7909
7910 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7911 Align with new functionality.
7912
8cf51b2c
GM
79132004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7914
7915 * display.texi (Display Custom): Remove stray `@end defvar'.
7916
79172004-09-23 Kim F. Storm <storm@cua.dk>
7918
7919 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7920 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7921
8cf51b2c
GM
79222004-09-20 Richard M. Stallman <rms@gnu.org>
7923
7924 * custom.texi (Hooks): Explain using setq to clear out a hook.
7925 (File Variables): Explain multiline string constants.
7926 (Non-ASCII Rebinding): Explain when you need to update
7927 non-ASCII char codes in .emacs.
7928
7929 * building.texi (Compilation): Explain how to make a silent
7930 subprocess that won't be terminated. Explain compilation-environment.
7931
79322004-09-13 Kim F. Storm <storm@cua.dk>
7933
7934 * mini.texi (Repetition): Rename isearch-resume-enabled to
7935 isearch-resume-in-command-history and change default to disabled.
7936
8cf51b2c
GM
79372004-09-09 Kim F. Storm <storm@cua.dk>
7938
7939 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7940 with new `kmacro-name-last-macro'.
7941
8cf51b2c
GM
79422004-09-08 Juri Linkov <juri@jurta.org>
7943
7944 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7945
8cf51b2c
GM
79462004-09-03 Juri Linkov <juri@jurta.org>
7947
7948 * search.texi (Incremental Search): Update wording for M-%.
7949
79502004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7951
7952 * killing.texi (Killing): Correct description of kill commands in
7953 read-only buffer.
7954
79552004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7956
7957 * building.texi (Compilation Mode): Add a paragraph about rules
7958 for finding the compilation buffer for `next-error'.
7959
7960 * search.texi (Other Repeating Search): Mention that Occur mode
7961 supports the next-error functionality.
7962
79632004-09-02 Juri Linkov <juri@jurta.org>
7964
7965 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7966
79672004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7968
7969 * kmacro.texi (Basic Keyboard Macro):
7970 `apply-macro-to-region-lines' now operates on all lines that begin
7971 in the region, rather than on all complete lines in the region.
7972
c8763fb6 79732004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7974
7975 * frames.texi (Drag and drop): Add documentation about
7976 x-dnd-test-function and x-dnd-known-types.
7977
79782004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7979
7980 * indent.texi: Various minor changes in addition to:
7981 (Indentation Commands): Correct description of `indent-relative'.
7982 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7983 mode. The *Tab Stops* buffer uses Overwrite Mode.
7984 (Just Spaces): `tabify' converts sequences of at least two spaces
7985 to tabs.
7986
8cf51b2c
GM
79872004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * frames.texi (Secondary Selection): Setting the secondary
7990 selection with M-Drag-Mouse-1 does not alter the kill ring,
7991 setting it with M-Mouse-1 and M-Mouse-3 does.
7992 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7993 toolkit scroll bars.
7994 (Scroll Bars): Ditto.
7995
7996 * windows.texi (Basic Window): When using a window system, the value
7997 of point in a non-selected window is indicated by a hollow box.
7998 (Split Window): Side by side windows are separated by a scroll bar,
7999 if scroll bars are used.
8000 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8001 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8002 (Window Convenience): Update bindings for `winner-undo' and
8003 `winner-redo'.
8004
8005 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8006 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8007 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8008 of "Using Emacs as a Server".
8009 * building.texi (Building): Interchange nodes (for correct numbering).
8010 * programs.texi (Programs): Interchange nodes (for correct numbering).
8011 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8012 Info to the node structure.
8013 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8014 Rearrange order of nodes and sections such that both "GNU GENERAL
8015 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8016 end, as appropriate for appendices.
8017 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8018 Use `@unnumberedsec'.
8019 * trouble.texi: Adapt sectioning in Info to the node structure.
8020 Adapt node pointers to change in emacs.texi.
8021 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8022
8cf51b2c
GM
80232004-08-25 Kenichi Handa <handa@m17n.org>
8024
8025 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8026 description for unibyte mode.
8027
80282004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8029
8030 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8031
8032 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8033 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8034 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8035 in @pxref.
8036
80372004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8038
8039 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8040 Change section names.
8041
8cf51b2c
GM
80422004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * kmacro.texi (Keyboard Macro Ring): Rename section.
8045 Emacs treats the head of the macro ring as the `last keyboard macro'.
8046 (Keyboard Macro Counter): Minor change.
8047 (Save Keyboard Macro): Some clarifications.
8048 (Edit Keyboard Macro): Rename section.
8049
8050 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8051 32-bit machines.
8052 (Several Buffers): Clarify which buffer is selected if `2' is
8053 pressed in the Buffer Menu.
8054 Auto Revert mode can be used to update the Buffer Menu
8055 automatically.
8056
80572004-08-21 Eli Zaretskii <eliz@gnu.org>
8058
8059 * help.texi (Misc Help): Add an index entry for finding an Info
8060 manual by its file name.
8061
80622004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8063
8064 * files.texi (Backup Deletion): Correct description of
8065 `delete-old-versions'.
8066 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8067 (Auto Save Files): Recommend `auto-save-mode' to reenable
8068 auto-saving, rather than the abbreviation `auto-save'.
8069
80702004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8073 for "killing" and "yanking" in main menu.
8074
80752004-08-16 Richard M. Stallman <rms@gnu.org>
8076
8077 * killing.texi (Yanking, Killing): Minor cleanups.
8078
8079 * mark.texi (Momentary Mark): Minor cleanups.
8080
80812004-08-15 Kenichi Handa <handa@etl.go.jp>
8082
8083 * custom.texi (Non-ASCII Rebinding):
8084 C-q always inserts the right code to pass to global-set-key.
8085
8cf51b2c
GM
80862004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8089 `insert-register', instead of `C-x r g' binding, for consistency.
8090
80912004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * fixit.texi (Spelling): Fix typo.
8094
80952004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8096
8097 * help.texi (Help): Fix Texinfo usage.
8098
8cf51b2c
GM
80992004-07-24 Richard M. Stallman <rms@gnu.org>
8100
8101 * text.texi (Paragraphs): Update how paragraphs are separated
8102 and the default for paragraph-separate.
8103
8104 * search.texi (Regexp Replace): Further update text for new
8105 replacement operators.
8106
8cf51b2c
GM
81072004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8110 `R' switch.
8111
8112 * dired.texi (Dired Updating): `k' only deletes inserted
8113 subdirectories from the Dired buffer if a prefix argument was given.
8114
8115 * search.texi (Regexps): Delete redundant definition of `symbol' in
8116 description of `\_>'. It already occurs in the description of `\_<'.
8117
8cf51b2c
GM
81182004-07-01 Juri Linkov <juri@jurta.org>
8119
8120 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8121 (Regexp Search): Add M-r.
8122
81232004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8124
8125 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8126
81272004-06-29 Jesper Harder <harder@ifa.au.dk>
8128
49823426 8129 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8130
81312004-06-25 Richard M. Stallman <rms@gnu.org>
8132
8133 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8134
81352004-06-25 David Kastrup <dak@gnu.org>
8136
8137 * search.texi (Regexp Replace): Some typo corrections and
8138 rearrangement.
8139
81402004-06-24 David Kastrup <dak@gnu.org>
8141
8142 * search.texi (Unconditional Replace): Use replace-string instead
8143 of query-replace in example.
8144 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8145 sequences.
8146 (Query Replace): Correct explanation of `^' which does not use
8147 the mark stack.
8148
81492004-06-21 Nick Roberts <nickrob@gnu.org>
8150
8151 * misc.texi (Shell History Copying): Document comint-insert-input.
8152 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8153
8cf51b2c
GM
81542004-06-20 Jesper Harder <harder@ifa.au.dk>
8155
8156 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8157 * custom.texi (Customization): Do.
8158 * anti.texi (Antinews): Do.
8159 * abbrevs.texi (Defining Abbrevs): Do.
8160
8161 * programs.texi (Info Lookup): Fix keybinding for
8162 info-lookup-symbol.
8163
81642004-06-16 Juanma Barranquero <lektu@terra.es>
8165
8166 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8167 Add emacs-xtra.
8168 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8169 (clean): Add emacs-xtra and flymake. Remove redundancies.
8170
81712004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8172
8173 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8174 Add emacs-xtra.
8175 * emacs-xtra.texi: New file.
8176
81772004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8178
8179 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8180 (Dired and Find): Mention differences with ordinary Dired buffers.
8181
8cf51b2c
GM
81822004-06-13 Richard M. Stallman <rms@gnu.org>
8183
8184 * custom.texi (Init Syntax): Explain about vars that do special
8185 things when set with setq or with Custom.
8186 (Init Examples): Add line-number-mode example.
8187
8cf51b2c
GM
81882004-06-12 Juri Linkov <juri@jurta.org>
8189
8190 * dired.texi (Operating on Files): Add dired-do-touch.
8191
8cf51b2c
GM
81922004-06-10 Juri Linkov <juri@jurta.org>
8193
8194 * building.texi (Lisp Eval): Add C-M-x on defface.
8195
81962004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * files.texi (Reverting): Auto-Revert mode and
8199 Global Auto-Revert mode no longer revert remote files.
8200
8cf51b2c
GM
82012004-05-29 Richard M. Stallman <rms@gnu.org>
8202
8203 * custom.texi (Init File): Two dashes start --no-site-file.
8204
8cf51b2c
GM
82052004-05-29 Alan Mackenzie <acm@muc.de>
8206
8207 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8208 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8209 (AWK, Pike): Document as "C-like modes".
8210 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8211 (M-x man): Supersedes M-x manual-entry.
8212 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8213
8214 ("Comments in C"): Delete node; the info is in CC Mode manual.
8215 (c-comment-only-line-offset): Remove description.
8216
8217 (C-c ., C-c C-c): Describe new C Mode bindings.
8218
8219 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8220 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8221 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8222 Amend definitions.
8223
8224 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8225 Describe functions.
8226
8227 (c-comment-start-regexp, c-hanging-comment-ender-p)
8228 (c-hanging-comment-starter-p): Remove obsolete definitions.
8229
8230 * emacs.texi: Remove the menu entry "Comments in C".
8231
8cf51b2c
GM
82322004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8233
8234 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8235 `M-x locate'.
8236
82372004-05-16 Karl Berry <karl@gnu.org>
8238
8239 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8240 makeinfo --html fails.
8241 * help.texi (Help Summary) [@ifnottex]: Likewise.
8242
82432004-05-13 Nick Roberts <nickrob@gnu.org>
8244
8245 * building.texi (GDB Graphical Interface): Update and describe
8246 layout first.
8247
8cf51b2c
GM
82482004-05-04 Jason Rumney <jasonr@gnu.org>
8249
8250 * makefile.w32-in: Revert last change.
8251
82522004-05-03 Jason Rumney <jasonr@gnu.org>
8253
8254 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8255
8cf51b2c
GM
82562004-04-23 Juanma Barranquero <lektu@terra.es>
8257
8258 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8259
82602004-04-18 Juri Linkov <juri@jurta.org>
8261
8262 * fixit.texi (Spelling): Remove file extension from ispell xref.
8263
82642004-04-15 Kim F. Storm <storm@cua.dk>
8265
8266 * cmdargs.texi (Initial Options): Add -Q.
8267
82682004-04-05 Kim F. Storm <storm@cua.dk>
8269
8270 * custom.texi (File Variables): Add safe-local-eval-forms.
8271
8cf51b2c
GM
82722004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * files.texi (Reverting): Correct description of revert-buffer's
8275 handling of point.
8276
82772004-03-22 Juri Linkov <juri@jurta.org>
8278
8279 * emacs.texi (Top): Add `Misc X'.
8280
49823426 8281 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8282
8283 * glossary.texi: Improve references.
8284
8285 * help.texi: Sync keywords with finder.el.
8286
8287 * mini.texi (Completion): Add description for menu items.
8288
8289 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8290
8291 * sending.texi (Mail Methods): Fix xref to Message manual.
8292
8cf51b2c
GM
82932004-03-12 Richard M. Stallman <rms@gnu.org>
8294
8cf51b2c
GM
8295 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8296
8cf51b2c
GM
82972004-03-04 Richard M. Stallman <rms@gnu.org>
8298
8299 * search.texi (Regexps): Explain that ^ and $ have their
8300 special meanings only in certain contexts.
8301
8302 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8303
8304 * mule.texi (Specify Coding): Doc C-x RET F.
8305
8306 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8307 for multiple compile and grep buffers.
8308 (Indirect Buffers): Don't recommand clone-indirect-buffer
8309 for multiple compile and grep buffers.
8310
8cf51b2c
GM
83112004-02-29 Juanma Barranquero <lektu@terra.es>
8312
8313 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8314 Use $(DEL) instead of rm, and ignore exit code.
8315
8cf51b2c
GM
83162004-02-23 Nick Roberts <nick@nick.uklinux.net>
8317
8318 * building.texi (Watch Expressions): Update.
8319
83202004-02-21 Juri Linkov <juri@jurta.org>
8321
1c6c854e
CS
8322 * cmdargs.texi (Action Arguments): Add alias --find-file.
8323 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8324 to Command Arguments.
8325 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8326 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8327 (Window Size X): Join -g and --geometry. Add @cindex.
8328 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8329 (Title X): Remove alias -title.
8330 (Misc X): New node.
8331
c8763fb6 83322004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8333
8334 * frames.texi (Drag and drop): Add Motif to list of supported
8335 protocols.
8336
c8763fb6 83372004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8338
8339 * frames.texi (Drag and drop): New section.
8340
83412004-01-24 Richard M. Stallman <rms@gnu.org>
8342
1c6c854e 8343 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8344 Include it only @ifnotinfo. Patch the preceding and following
8345 node headers to point to each other.
8346
83472004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8348
8349 * calendar.texi (Appointments): Update section.
8350
83512003-12-29 Kevin Ryde <user42@zip.com.au>
8352
8cf51b2c
GM
8353 * programs.texi (C Modes): Fix the xref.
8354
83552003-12-23 Nick Roberts <nick@nick.uklinux.net>
8356
8357 * building.texi (Watch Expressions): Update.
8358 (Commands of GUD): Include use of toolbar + breakpoints set from
8359 fringe/margin.
8360
83612003-12-03 Andre Spiegel <spiegel@gnu.org>
8362
8363 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8364 <acm@muc.de>.
8365
c8763fb6 83662003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8367
8368 * frames.texi (Dialog Boxes): Add use-file-dialog.
8369
8cf51b2c
GM
83702003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8371
8372 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8373 in CC Mode.
8374
8cf51b2c
GM
83752003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8376
8377 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8378 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8379 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8380 * man/frames.texi, man/glossary.texi, man/killing.texi:
8381 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8382 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
8383 * man/sending.texi, man/text.texi, man/trouble.texi:
8384 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
8385
83862003-11-01 Alan Mackenzie <acm@muc.de>
8387
8388 * search.texi (Scrolling During Incremental Search): Document a
8389 new scrolling facility in isearch mode.
8390
8cf51b2c
GM
83912003-10-22 Miles Bader <miles@gnu.org>
8392
8393 * Makefile.in (info): Move before $(top_srcdir)/info.
8394
83952003-10-22 Nick Roberts <nick@nick.uklinux.net>
8396
8397 * building.texi (Watch Expressions): Update section on data display
8398 to reflect code changes (GDB Graphical Interface).
8399
8cf51b2c
GM
84002003-10-13 Richard M. Stallman <rms@gnu.org>
8401
8402 * xresources.texi (GTK resources): Clean up previous change.
8403
c8763fb6 84042003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8405
8406 * xresources.texi (GTK resources): Add a note that some themes
8407 disallow customizations. Add scroll theme example.
8408
8cf51b2c
GM
84092003-09-30 Richard M. Stallman <rms@gnu.org>
8410
8cf51b2c
GM
8411 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8412
8413 * misc.texi (Saving Emacs Sessions): Shorten the section,
8414 collapsing back into one node.
8415
84162003-09-30 Lars Hansen <larsh@math.ku.dk>
8417
8418 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8419
ce058493 84202003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8421
8422 * xresources.texi (GTK names in Emacs): Correct typo.
8423
8cf51b2c
GM
84242003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8425
1c6c854e
CS
8426 * cmdargs.texi (Font X): Mention new default font.
8427 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
8428 problems involved. (Result of discussion on emacs-devel.)
8429
84302003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8431
8432 * emacs.texi (Acknowledgements): Correct typo.
8433
84342003-09-22 Richard M. Stallman <rms@gnu.org>
8435
8436 * dired.texi (Misc Dired Commands): New node.
8437 (Dired Navigation): Add dired-goto-file.
8438
8439 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8440
8441 * emacs.texi (Acknowledgements): New node, split from Distribution.
8442
8443 * cmdargs.texi (Action Arguments): -f reads interactive args.
8444
8cf51b2c
GM
84452003-09-08 Lute Kamstra <lute@gnu.org>
8446
8447 * screen.texi (Mode Line): Say that POS comes before LINE.
8448 Mention `size-indication-mode'.
1c6c854e
CS
8449 * display.texi (Optional Mode Line):
8450 Document `size-indication-mode'.
8cf51b2c
GM
8451 * basic.texi (Position Info): Mention `size-indication-mode'.
8452
84532003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8454
8455 * xresources.texi (Resources): Refer to `editres' man page.
8456 (Lucid Resources): Update defaults. Expand description of
8457 `shadowThickness'.
8458
84592003-09-04 Miles Bader <miles@gnu.org>
8460
8461 * Makefile.in (top_srcdir): New variable.
8462 ($(top_srcdir)/info): New rule.
8463 (info): Depend on it.
8464
84652003-09-03 Peter Runestig <peter@runestig.com>
8466
8467 * makefile.w32-in: New file.
8468
84692003-08-29 Richard M. Stallman <rms@gnu.org>
8470
8471 * misc.texi (Saving Emacs Sessions): Correct previous change.
8472
8cf51b2c
GM
84732003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8474
8cf51b2c
GM
8475 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8476 (Intro): Include kmacro.texi after fixit.texi instead of after
8477 custom.texi. (As suggested by Kim Storm.)
8478
84792003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8480
8481 * fixit.texi (Fixit): Update `Next' pointer.
8482 * files.texi (Files): Update `Previous' pointer.
8483 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8484 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8485 (Suggested by Kim Storm.)
8486 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8487
84882003-08-18 Kim F. Storm <storm@cua.dk>
8489
8490 * kmacro.texi: New file describing enhanced keyboard macro
8491 functionality. Replaces old description in custom.texi.
8492
8493 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8494 (Keyboard Macros): Move to new kmacro.texi file.
8495
8496 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8497
8cf51b2c
GM
84982003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8499
8500 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8501
85022003-08-17 Alex Schroeder <alex@gnu.org>
8503
8504 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8505 required.
8506
8cf51b2c
GM
85072003-08-05 Richard M. Stallman <rms@gnu.org>
8508
8509 * programs.texi (Lisp Indent): Don't describe
8510 lisp-indent-function property here. Use xref to Lisp Manual.
8511
8cf51b2c
GM
85122003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8513
fffa137c 8514 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8515 abbreviations.
8516
85172003-07-24 Markus Rost <rost@math.ohio-state.edu>
8518
8519 * buffers.texi (List Buffers): Fix previous change.
8520
8cf51b2c
GM
85212003-07-13 Markus Rost <rost@math.ohio-state.edu>
8522
8523 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8524 List*.
8525
85262003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8527
8cf51b2c
GM
8528 * display.texi (Font Lock): Fix typo.
8529
85302003-07-07 Richard M. Stallman <rms@gnu.org>
8531
8532 * display.texi (Font Lock): Add xref for format info on
8533 font-lock-remove-keywords.
8534
8535 * building.texi (Compilation): Document what happens with asynch
8536 children of compiler process.
8537
8538 * help.texi (Library Keywords): Use @multitable.
8539
8cf51b2c
GM
85402003-06-04 Richard M. Stallman <rms@gnu.org>
8541
8542 * programs.texi (Expressions): Delete C-M-DEL.
8543
8544 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8545 comint-move-point-for-output renamed from
8546 comint-scroll-to-bottom-on-output.
8547
8548 * custom.texi (Init Rebinding): Replace previous change with xref.
8549 (Non-ASCII Rebinding): Explain that issue more briefly here.
8550
85512003-05-28 Richard M. Stallman <rms@gnu.org>
8552
8553 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8554
85552003-05-28 Nick Roberts <nick@nick.uklinux.net>
8556
8557 * building.texi (GDB Graphical Interface): New node.
8558 (Rewritten somewhat by RMS.)
8559
c8763fb6 85602003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8561
8562 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8563 non-English letters. Explain how to set coding systems correctly
8564 and how to include the right coding cookie in the file.
8565
c8763fb6 85662003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8567
8568 * indent.texi (Indentation): Explain the concepts.
8569 (Just Spaces): Explain why preventing tabs for indentation might
8570 be useful.
8571
8cf51b2c
GM
85722003-04-16 Richard M. Stallman <rms@gnu.org>
8573
8574 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8575
8cf51b2c
GM
85762003-02-22 Alex Schroeder <alex@emacswiki.org>
8577
8578 * cmdargs.texi (General Variables): Document SMTPSERVER.
8579
8cf51b2c
GM
8580 * sending.texi: Remove SMTP node.
8581 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8582 library.
8583
8cf51b2c
GM
85842003-02-22 Alex Schroeder <alex@emacswiki.org>
8585
8586 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8587
85882003-02-22 Simon Josefsson <jas@extundo.com>
8589
8590 * sending.texi (Mail Methods): Add node about SMTP.
8591
c8763fb6 85922003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8593
8594 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8595
8cf51b2c
GM
85962003-02-01 Kevin Ryde <user42@zip.com.au>
8597
8598 * glossary.texi (Glossary): Correction to cl cross reference.
8599
86002003-01-20 Richard M. Stallman <rms@gnu.org>
8601
8602 * killing.texi (Rectangles): Document C-x c r.
8603
c8763fb6 86042003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8605
8606 * xresources.texi (GTK resources): New node.
8607 (GTK widget names): New node.
8608 (GTK names in Emacs): New node.
8609 (GTK styles): New node.
8610
c8763fb6 86112003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8612
8613 * maintaining.texi (Create Tags Table): Add reference to the new
8614 `etags --help --lang=LANG' option.
8615
8cf51b2c
GM
86162002-10-02 Karl Berry <karl@gnu.org>
8617
49823426 8618 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8619 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8620 where needed for the sake of the HTML output.
8cf51b2c
GM
8621
86222001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8623
8624 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8625 source files.
8626
86272001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8628
8629 * Makefile.in (emacsman): New target.
8630
8cf51b2c
GM
86312001-10-20 Gerd Moellmann <gerd@gnu.org>
8632
8633 * (Version 21.1 released.)
8634
86352001-10-05 Gerd Moellmann <gerd@gnu.org>
8636
8637 * Branch for 21.1.
8638
8cf51b2c
GM
86392001-03-05 Gerd Moellmann <gerd@gnu.org>
8640
8641 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8642
8cf51b2c
GM
86432000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8646
8cf51b2c
GM
86471999-07-12 Richard Stallman <rms@gnu.org>
8648
8649 * Version 20.4 released.
8650
86511998-12-04 Markus Rost <rost@delysid.gnu.org>
8652
8653 * Makefile.in (INFO_TARGETS): Delete customize.info.
8654 (DVI_TARGETS): Delete customize.dvi.
8655 (../info/customize, customize.dvi): Targets deleted.
8656
86571998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8658
8659 * Version 20.3 released.
8660
86611998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8662
8663 * Makefile.in (EMACSSOURCES): Add mule.texi.
8664 Add msdog.texi, ack.texi. Remove gnu1.texi.
8665
86661998-04-06 Andreas Schwab <schwab@gnu.org>
8667
768c0c0f
JB
8668 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8669 Use it in dvi targets.
8cf51b2c
GM
8670
86711997-09-23 Paul Eggert <eggert@twinsun.com>
8672
8673 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8674 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8675 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8676
86771997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8678
8679 * Version 20.2 released.
8680
86811997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8682
8683 * Version 20.1 released.
8684
86851997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8686
8687 * Makefile (../info/customize, customize.dvi): New targets.
8688 (INFO_TARGETS): Add ../info/customize.
8689 (DVI_TARGETS): Add customize.dvi.
8690
8cf51b2c
GM
86911996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8692
8693 * Version 19.33 released.
8694
86951996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8696
8697 * Version 19.32 released.
8698
8cf51b2c
GM
86991996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8700
8701 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8702
87031996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8704
8705 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8706 Specify -I option.
8707 (All dvi targets): Set the TEXINPUTS variable.
8708
87091996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8710
8711 * Version 19.31 released.
8712
8cf51b2c
GM
87131995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8714
8715 * Version 19.30 released.
8716
8cf51b2c
GM
87171995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8718
8719 * Makefile.in (maintainer-clean): Rename from realclean.
8720
87211994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8722
8723 * Makefile.in: New file.
8724 * Makefile: File deleted.
8725
87261994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8727
8728 * Makefile (TEXINDEX_OBJS): Variable deleted.
8729 (texindex, texindex.o, getopt.o): Rules deleted.
8730 All deps on texindex deleted.
8731 (distclean): Don't delete texindex.
8732 (mostlyclean): Don't delete *.o.
8733 * texindex.c, getopt.c: Files deleted.
8734
87351994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8736
8737 * Version 19.26 released.
8738
87391994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8740
8741 * Makefile (EMACSSOURCES): Exclude undo.texi.
8742
87431994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8744
8745 * Version 19.25 released.
8746
87471994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8748
8749 * Version 19.24 released.
8750
87511994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8752
8753 * Version 19.23 released.
8754
87551994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8756
8757 * Makefile: Delete spurious tab.
8758
87591994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8760
8761 * Makefile (.SUFFIXES): New rule.
8762
8cf51b2c
GM
87631993-12-04 Richard Stallman (rms@srarc2)
8764
8765 * getopt.c: New file.
8766 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8767 (getopt.o): New rule.
8768 (dvi): Don't depend on texindex.
49823426 8769 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8770
87711993-12-03 Richard Stallman (rms@srarc2)
8772
49823426
GM
8773 * Makefile (TEXI2DVI): New variable.
8774 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8775 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8776
87771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8778
8779 * Version 19.22 released.
8780
87811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8782
8783 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8784
87851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8786
8787 * Version 19.21 released.
8788
8cf51b2c
GM
87891993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8790
8791 * Makefile (realclean): Don't delete the Info files.
8792
f0131492 87931993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8794
8cf51b2c
GM
8795 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8796 4' where appropriate.
8797
f0131492 87981993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8799
49823426 8800 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8801
8802 * texindex.c: Include "../src/config.h" if building in emacs.
8803
8804 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8805 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8806 Add target to build texindex.c, defining `emacs'.
8807
8cf51b2c
GM
88081993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8809
8810 * Version 19.19 released.
8811
8cf51b2c
GM
88121993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8813
8814 * Version 19.18 released.
8815
88161993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8817
8818 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8819
88201993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8821
8822 * Version 19.17 released.
8823
88241993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8825
8826 * split-man: Fix typos in last change.
8827
88281993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8829
8830 * Version 19.16 released.
8831
88321993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8833
8834 * version 19.15 released.
8835
88361993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8837
8838 * Makefile (distclean): It's rm, not rf.
8839
88401993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8841
8842 * Version 19.14 released.
8843
88441993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8845
8846 * Makefile: New file.
8847
88481993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8849
8850 * Version 19.13 released.
8851
88521993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8853
8854 * Version 19.9 released.
8855
88561993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8857
8858 * Version 19.8 released.
8859
88601993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8861
8862 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8863
8864 * trouble.texi: It's `enable-flow-control-on', not
8865 `evade-flow-control-on'.
8866
88671993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8868
8869 * display.texi: Document standard-display-european.
8870
88711993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8872
8873 * Version 19.7 released.
8874
8875 * emacs.texi: Add a sentence to the top menu mentioning the
8876 specific version of Emacs this manual applies to.
8877
88781993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8879
8880 * basic.texi: Document next-line-add-lines variable used to
8881 implement down-arrow.
8882
8883 * killing.texi: Document kill-whole-line.
8884
88851993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8886
8887 * text.texi: Update unix TeX ordering information.
8888
88891993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8890
8891 * news.texi: Mention fill-rectangle in keybinding list.
8892
8893 * killing.texi: Document fill-rectangle.
8894
88951993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8896
8897 * vc.texi: Bring the docs up to date with VC 5.2.
8898
88991992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8900
8901 * emacs.tex: Mention blackbox and gomoku under Amusements.
8902 Assembler mode is now mentioned and appropriately indexed
8903 under Programming Modes.
8904
89051991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8906
8907 * emacs.tex: Update TeX ordering information.
8908
8cf51b2c
GM
89091990-06-26 David Lawrence (tale@geech)
8910
8911 * emacs.tex: Note that completion-ignored-extensions is not used
8912 to filter out names when all completions are displayed in
8913 *Completions*.
8914
89151990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8916
8917 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8918
89191990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8920
8921 * emacs.tex: Add @findex grep.
8922
8cf51b2c
GM
89231988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8924
8925 * emacs.tex: Correct two typos. No other changes before
8926 Version 19 will be made.
8927
8cf51b2c
GM
89281988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8929
8930 * emacs.tex: Update information for obtaining TeX distribution from the
8931 University of Washington.
8932
8933;; Local Variables:
c8763fb6 8934;; coding: utf-8
8cf51b2c
GM
8935;; End:
8936
01ec1eed 8937 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
8938
8939 This file is part of GNU Emacs.
8940
352c8b4a 8941 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8942 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8943 the Free Software Foundation, either version 3 of the License, or
8944 (at your option) any later version.
8cf51b2c
GM
8945
8946 GNU Emacs is distributed in the hope that it will be useful,
8947 but WITHOUT ANY WARRANTY; without even the implied warranty of
8948 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8949 GNU General Public License for more details.
8950
8951 You should have received a copy of the GNU General Public License
352c8b4a 8952 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.