(vc-at-event): Handle (tool-bar) events. Fix bug#1585.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
97b3a00b
JL
12008-12-18 Juri Linkov <juri@jurta.org>
2
3 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
4 as a key binding to start a forward nonincremental word search.
5 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
6 a backward nonincremental word search. Add index for `M-s w'
7 `isearch-forward-word'.
8 (Regexp Search): Add a short summary of regexp key commands like
9 in the node "Basic Isearch".
10 (Other Repeating Search): Fix typo.
11
122008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
13
14 * misc.texi (PostScript Variables): Fix doc.
15
31ce6a07
CY
162008-12-10 Chong Yidong <cyd@stupidchicken.com>
17
18 * programs.texi (Program Modes): Mention Ruby mode.
19
636b507b
DN
202008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
21
22 * misc.texi (emacsclient Options): Describe what an empty string
23 argument does for --alternate-editor.
24
a323fa14
CY
252008-12-09 Frank Schmitt <ich@frank-schmitt.net>
26
27 * cmdargs.texi (Font X): Distinguish between client-side and
28 server-side fonts. List valid Fontconfig properties. Add reference to
29 Fontconfig manual. List valid GTK font properties. Explain use of
30 fc-list.
31
c5ca6cd0
CY
322008-12-09 Chong Yidong <cyd@stupidchicken.com>
33
34 * cmdargs.texi (Font X): Move discussion of quoting to top.
35
e5136377
GM
362008-12-06 Glenn Morris <rgm@gnu.org>
37
38 * maintaining.texi (Old Revisions): Improve previous change.
39
248c026b
RS
402008-12-05 Richard M Stallman <rms@gnu.org>
41
42 * anti.texi (Antinews): Minor fixes.
43
a9253a1e
GM
442008-12-03 Glenn Morris <rgm@gnu.org>
45
46 * maintaining.texi (Old Revisions): Fix diff-switches description.
47
fa687b02
MR
482008-12-01 Martin Rudalics <rudalics@gmx.at>
49
50 * emacs.texi (Top): Fix typo.
51
72e6decd
CY
522008-11-30 Chong Yidong <cyd@stupidchicken.com>
53
320ee034
CY
54 * misc.texi (Document View): Explain dependence on gs at the top.
55 Copyedits.
56
57 * emacs.texi (Top): Add DocView nodes to detailed node listing.
58
72e6decd
CY
59 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
60 (Comment Commands): Discuss region-active behavior of M-; first.
61
2a472ee4
MR
622008-11-29 Martin Rudalics <rudalics@gmx.at>
63
9c6361c9
MR
64 * display.texi (Line Truncation): Add reference to Continuation
65 Lines.
66
2a472ee4
MR
67 * windows.texi (Pop Up Window): Mention split-height-threshold
68 and split-width-threshold.
9c6361c9 69 (Split Window): Add reference to Continuation Lines.
2a472ee4 70
e93bc142
AR
712008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
72
73 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
74 (GNUstep Support): New node.
75 * anti.texi:
76 * emacs.texi:
77 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
78
79
43b978db
RS
802008-11-28 Richard M Stallman <rms@gnu.org>
81
82 * misc.texi (Dissociated Press): Minor cleanups.
83
84 * dired.texi (Image-Dired): Avoid passive.
85
e8e2bd93
EZ
862008-11-28 Eli Zaretskii <eliz@gnu.org>
87
88 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
89 representation.
90
8d2d45da
CY
912008-11-26 Richard M. Stallman <rms@gnu.org>
92
93 * files.texi (Visiting): Rewrite paragraph for clarity.
94
95 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
96
a5f7bbcc
AM
972008-11-25 Alan Mackenzie <acm@muc.de>
98
99 * programs.texi (Moving by Parens): Clarify that parens inside strings
100 and comments are ignored, and that the commands assume the starting
101 point isn't in a string or comment.
102
a71703d3
AR
1032008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
104
105 * macos.texi: Add Prev/Next/Top pointers to all nodes.
106 (Mac Basics): Merge in Grabbing Environment Variables from earlier
107 version.
108 (Mac Customization): Rewrite Preferences Panel section and merge in to
109 this node, add Open files by dragging to an Emacs window.
110
111 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
112
aa5ab79a
CY
1132008-11-26 Chong Yidong <cyd@stupidchicken.com>
114
0cc92c19
CY
115 * files.texi (Misc File Ops): Document set-file-modes.
116
c366b4e4
CY
117 * windows.texi (Split Window): Document integer values of
118 truncate-partial-width-windows.
119
aa5ab79a
CY
120 * text.texi (Text): Simplify description of markup languages.
121 (TeX Mode): Simplify introduction. Mention BibTeX mode.
122 (TeX Editing): Note that `""' inserts one `"' character.
123 (HTML Mode): Note in the introduction that XML mode is an alias for
124 SGML mode. Mention nXML mode.
125
56221db7
CY
1262008-11-25 Chong Yidong <cyd@stupidchicken.com>
127
128 * building.texi (Watch Expressions): Fix typo.
129
90effe33
CY
1302008-11-24 Chong Yidong <cyd@stupidchicken.com>
131
f90a5ae3
CY
132 * files.texi (Visiting): Document new behavior of
133 confirm-nonexistent-file-or-buffer.
134
135 * buffers.texi (Select Buffer): Document
136 confirm-nonexistent-file-or-buffer.
137
a18ffb4a
CY
138 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
139 edit-picture.
140
90effe33
CY
141 * text.texi (Text): Simplify introduction. Discard mention of `M-x
142 edit-picture', since that is just an alias for picture-mode.
143 (Sentences): Note that repeated M-@ extends the region.
144 (Pages): Make terminology more consistent. Link to Regexps node.
145 (Longlines): Discuss relationship with Visual Line mode.
146 (Text Mode): Remove extraneous discussion of other modes, since they
147 were already introduced in the parent node.
148
e85103ec
CY
1492008-11-23 Chong Yidong <cyd@stupidchicken.com>
150
5cb2fe30
CY
151 * anti.texi (Antinews): Rewrite.
152
1eb9b307 153 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
154
155 * frames.texi (Frame Commands): Mention "minimize" terminology.
156
e85103ec
CY
157 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
158 formats.
b908332f
CY
159 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
160 (Misc X): Don't document useless -hb option.
e85103ec 161
607f5f88
JL
1622008-11-22 Juri Linkov <juri@jurta.org>
163
164 * dired.texi (Dired Navigation): Change normal file name search option
165 from `non-nil' to `t'. Add `dwim' option.
166
e1b867a0
JL
1672008-11-22 Juri Linkov <juri@jurta.org>
168
169 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
170 ".dir-locals.el". Rename `define-project-bindings' to
171 `dir-locals-set-class-variables'. Rename `set-directory-project' to
172 `dir-locals-set-directory-class'.
173
dd186936
LK
1742008-11-22 Lute Kamstra <lute@gnu.org>
175
176 * buffers.texi (Select Buffer): Index goto-line.
177 * basic.texi (Moving Point): Mention the use of a numeric prefix
178 argument with goto-line and refer to Select Buffer for the use of a
179 plain prefix argument.
180
4b121911
GM
1812008-11-19 Glenn Morris <rgm@gnu.org>
182
183 * doclicense.texi: Update to FDL 1.3.
184 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
185
27267e4c
CY
1862008-11-17 Chong Yidong <cyd@stupidchicken.com>
187
696f351d
CY
188 * custom.texi (Minor Modes): Define mode commands and mode variables
189 more precisely. Recommend using mode commands instead of setting
190 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
191 (Easy Customization): Use "init file" instead of .emacs.
192 (Customization Groups): Update to new Custom buffer appearance.
193 (Saving Customizations): Copyedits. Update example.
194 (Variables): Give example of variable type-sensitivity.
195 (Examining): Update example.
196 (Hooks): Copyedits.
197 (Specifying File Variables): Use C comments instead of an artificial
198 Lisp for the example.
199 (Keymaps): Move internals discussion to Prefix Keymaps.
200 (Rebinding): Remove redundant paragraph (stated in Key Binding).
201 (Init Rebinding): Document kbd macro.
202 (Init File): Link to Find Init.
696f351d
CY
203
204 * mark.texi (Using Region): Document Delete Selection Mode more
205 thoroughly.
206
207 * frames.texi (Mouse Commands): Move most of the description of Delete
208 Selection Mode to Using Region, and link to it.
1bc9c425 209 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 210
b0570c25
CY
211 * building.texi (Compilation): Document first-error value of
212 compilation-scroll-output.
213 (Compilation Mode): Note that compilation-auto-jump-to-first-error
214 works as soon as an error is available. Suggested by Juri Linkov.
215
27267e4c
CY
216 * mini.texi (Passwords): New node.
217
218 * files.texi (Remote Files): Link to Passwords node.
219
220 * emacs.texi (Top): Update node listings.
221
122eb807
CY
2222008-11-16 Chong Yidong <cyd@stupidchicken.com>
223
9c9855a3
CY
224 * ack.texi (Acknowledgments): Some updating of credits.
225
bd6fdcad
CY
226 * emacs.texi (Acknowledgments): Add a couple more names.
227
dd1eef46
CY
228 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
229
122eb807 230 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 231 (Misc File Ops): Document use of trash.
122eb807 232
801a8da1
JB
2332008-11-16 Juanma Barranquero <lekktu@gmail.com>
234
235 * macos.texi (Mac Customization): Fix typos.
236
0b4f2253
CY
2372008-11-14 Chong Yidong <cyd@stupidchicken.com>
238
239 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
240 replacing previous contents. Numerous copyedits to adapt ns-emacs to
241 the conventions of the main Emacs manual.
242
243 * emacs.texi (Top): Update node listings.
244
517e2b89
CY
2452008-11-12 Chong Yidong <cyd@stupidchicken.com>
246
07a85685
CY
247 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
248 command-line-args is processed during startup.
249 (Action Arguments): Correctly describe how file arguments interact with
250 the startup screen. Link to Lisp Interaction for scratch buffer.
251 (Initial Options): Link to Command Example for -batch option.
252 (Environment): Document initial-environment.
253
517e2b89
CY
254 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
255 can't be changed in the site-start file.
256
6337bbde
CY
2572008-11-07 Chong Yidong <cyd@stupidchicken.com>
258
259 * dired.texi (Dired): Mention C-x C-d too.
260 (Dired Enter): Document M-n in the Dired minibuffer.
261 (Dired Navigation): Explain dired-goto-file more clearly. Document
262 dired-isearch-filenames.
263 (Dired Deletion): Remove unnecessary "expunged" terminology.
264 (Flagging Many Files): & is now rebound to `% &'.
265 (Shell Commands in Dired): Document dired-do-async-shell-command.
266 Clarify how multi-file arguments are passed.
267 (Misc Dired Features): Document dired-do-isearch.
268
9e8eeff9
CY
2692008-11-06 Chong Yidong <cyd@stupidchicken.com>
270
271 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
272
e071f849
CY
2732008-11-03 Chong Yidong <cyd@stupidchicken.com>
274
275 * search.texi (Other Repeating Search): Remove obsolete findex entries.
276
05482eb1
CY
2772008-11-01 Chong Yidong <cyd@stupidchicken.com>
278
e2346dea
CY
279 * programs.texi (Program Modes): Link to Program Indent node.
280 (Left Margin Paren): Explain consequences of changing
281 open-paren-in-column-0-is-defun-start more concisely.
282 (Which Function, Program Indent, Info Lookup): Minor edits.
283 (Basic Indent): If region is active, TAB indents the region.
284 (Multi-line Indent): If region is active, TAB indents the region. Note
285 that indent-region is useful when Transient Mark mode is off.
286 (Matching): The delimiter at the cursor is highlighted---the character
287 changes color.
288 (Symbol Completion): Link to Completion node.
289
e4b6428c
CY
290 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
291 a strictly text-only system.
292
05482eb1
CY
293 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
294 batch mode.
295
a11d3737
RS
2962008-11-01 Richard M. Stallman <rms@gnu.org>
297
5abad626
RS
298 * misc.texi (Document View): Major rewrite.
299
a11d3737
RS
300 * maintaining.texi (Types of Log File): Change logs are older than
301 version control.
302 (VCS Concepts): Simplify and rearrange.
303 (Version Control Systems): Make it clear that Linux is only the kernel.
304 (VC Mode Line): Shorten reference to menu item.
305 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
306 (VC Directory Mode): Minor cleanup.
307 Unchanged files are hidden, not omitted.
308 (VC Directory Commands): Shorten and simplify.
309 (Change Log Commands): New node, split from Change Logs.
310 (VC Directory Buffer): New node, split from VC Directory Mode.
311
c55a4acb
CY
3122008-10-31 Chong Yidong <cyd@stupidchicken.com>
313
df0356f6
CY
314 * misc.texi (Document View): Renamed from Document Files, moved here
315 from files.texi.
316
317 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
318 moved as well.
319 (Document Files): Moved to misc.texi.
320
c55a4acb
CY
321 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
322 vc-update-change-log.
df0356f6
CY
323 (Version Control): Move here from files.texi.
324 (Format of ChangeLog): Make it a subnode of Change Log.
325
326 * emacs.texi (Top): Update node listing.
c55a4acb 327
ef082374
TH
3282008-10-31 Tassilo Horn <tassilo@member.fsf.org>
329
330 * files.texi (Files): Add a section about document
331 files (doc-view-mode).
332
d52582c3
CY
3332008-10-31 Chong Yidong <cyd@stupidchicken.com>
334
335 * building.texi (Compilation Mode): Document
336 compilation-auto-jump-to-first-error.
337 (Debuggers): Lower GUD subsections to subsubsections.
338 (Starting GUD): Add cindex.
339 (Lisp Interaction): Note that scratch is no longer the initial buffer.
340
4e0a0968
CY
3412008-10-30 Chong Yidong <cyd@stupidchicken.com>
342
03625b47
CY
343 * indent.texi (Indentation): Link to Program Indent.
344
4e0a0968
CY
345 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
346 now uses emacsclient's terminal.
347
8bd3f7ef
CY
3482008-10-29 Chong Yidong <cyd@stupidchicken.com>
349
80e5620e
CY
350 * mark.texi (Using Region): Document use-empty-active-region.
351
97d5c404
CY
352 * emacs.texi (Top): Update node listings.
353
8bd3f7ef
CY
354 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
355 mention obsolete emacs.bash script.
356 (Invoking emacsclient): Rewrite, moving optional arguments to
357 emacsclient Options.
21d2bae3
CY
358 (emacsclient Options): New node. Document server-use-tcp and
359 server-host.
8bd3f7ef 360
5fda2cbd
CY
3612008-10-28 Chong Yidong <cyd@stupidchicken.com>
362
363 * indent.texi (Indentation): Replace list with paragraphed text,
364 putting description of syntax-driven indentation first. Document new
365 effect of active regions on tab.
366 (Tab Stops): Note that editable tab stops affect indentation commands.
367
4ff029f6
DN
3682008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
369
370 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
371
996cd6e4
CY
3722008-10-23 Chong Yidong <cyd@stupidchicken.com>
373
f28815e3
CY
374 * custom.texi (Function Keys): Note that modified keypad keys are not
375 translated.
376
996cd6e4
CY
377 * basic.texi (Arguments): Explain how to insert multiple digits.
378
49545fe2
MA
3792008-10-22 Michael Albinus <michael.albinus@gmx.de>
380
381 * files.texi (Remote Files): Precise selection of default method.
382 Rewrite paragraph about disabling remote file names.
383
edac0b53
CY
3842008-10-22 Chong Yidong <cyd@stupidchicken.com>
385
e752c544
CY
386 * search.texi (Special Isearch): Document M-TAB is isearch.
387
edac0b53
CY
388 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
389 command.
390
391 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
392
20a36054
TH
3932008-10-22 Tassilo Horn <tassilo@member.fsf.org>
394
395 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
396 section.
397
69051ab6
CY
3982008-10-21 Chong Yidong <cyd@stupidchicken.com>
399
c4b1a32a
CY
400 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
401 to files.texi. Move contents of vc2-xtra.texi here.
402
403 * vc2-xtra.texi: File removed.
404
405 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
406 Directory Commands from the submenu. Don't include deleted file
407 vc2-xtra.texi.
408
409 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
410 (Version Control): Add VC Directory Mode and VC Directory Commands to
411 the submenu.
412 (Why Version Control?): Use table format.
413 (Version Control Systems): Note that Meta-CVS support is gone.
414 (VCS Concepts): Note precisely when VC started supporting filesets.
415 Remove bogus xref to CVS Options node.
416 (Types of Log File): Copyedits.
417 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
418 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
419 The Right Thing.
420 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
421 (Log Buffer): Reorganize node, putting C-c C-c description first.
422 (Old Revisions): Use CVS for example, not RCS.
423 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
424 Commands from the submenu, putting them under Version Control.
425 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
426 need to include it in the manual unconditionally, since it is now
427 crucial to using distributed version control systems.
1a6e2954
CY
428 (Comparing Files): Note that diff uses the minibuffer, and that the
429 output is shown using Diff mode.
430 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
431 diff-update-on-the-fly, diff-refine-hunk, and
432 diff-show-trailing-whitespaces.
1a6e2954 433 (File Archives): Add rar support.
c4b1a32a 434
69051ab6
CY
435 * major.texi (Choosing Modes): Make mode selection sequence more
436 obvious by describing the steps in order of priority. Note that
437 magic-mode-alist is nil by default. Document
438 magic-fallback-mode-alist.
439
e7421e03
CY
4402008-10-20 Chong Yidong <cyd@stupidchicken.com>
441
442 * frames.texi (Mouse References): Copyedits.
443
6b2efdc2
TH
4442008-10-20 Tassilo Horn <tassilo@member.fsf.org>
445
446 * ack.texi (Acknowledgments): Add myself as doc-view author.
447
9c5e9396
EZ
4482008-10-20 Eli Zaretskii <eliz@gnu.org>
449
450 * frames.texi (Dialog Boxes): Add @cindex entries.
451
dac94f8e
CY
4522008-10-20 Chong Yidong <cyd@stupidchicken.com>
453
454 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
455 (Text-Only Mouse): Copyedit.
456
25597d40
CY
4572008-10-19 Chong Yidong <cyd@stupidchicken.com>
458
f8a447f6
CY
459 * frames.texi: Use @key throughout for mouse clicks.
460 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
461 (Secondary Selection): Fix modified mouse click syntax.
462 (Clipboard): Describe Cut, Copy and Paste commands.
463 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
464 Copyedits.
465 (Creating Frames): Add xref to Init File.
466 (Frame Commands): Add xref to Exiting.
467 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 468
b0f95216
CY
4692008-10-15 Chong Yidong <cyd@stupidchicken.com>
470
b0817f00
CY
471 * files.texi (Version Control): Copyedits. Add Bazaar.
472 (Version Control Systems): List different VCS's using an itemized list.
473 Add Bazaar.
474 (VCS Concepts): Copyedits. Tweak description of file merging.
475
b0f95216
CY
476 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
477 (Cut/Paste Other App): Document select-active-regions and
478 x-select-enable-primary.
479
69d0d701
CY
4802008-10-13 Chong Yidong <cyd@stupidchicken.com>
481
482 * mark.texi (Shift Selection): Correct case in node name.
483
484 * emacs.texi (Top): Update node order in Mark chapter.
485
375e8351
EZ
4862008-10-12 Eli Zaretskii <eliz@gnu.org>
487
488 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
489
490 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
491 elsewhere in the manual instead of describing yet again the intricacies
492 of $HOME on MS-Windows and MS-DOS.
493
ab58114f
CY
4942008-10-12 Chong Yidong <cyd@stupidchicken.com>
495
4f959513
CY
496 * mini.texi (Minibuffer File): Add xref to File Names.
497 (Minibuffer File): Add discussion of `~' in file names. Add
498 insert-default-directory index reference.
499
ab58114f
CY
500 * files.texi (File Names): Reorganize description.
501 (Visiting): Add xref to Mode Line. Copyedits.
502 (Save Commands): Mention prefix behavior of C-x C-s.
503 (Numbered Backups): Node deleted.
504 (Backup Names): Contents of Numbered Backups moved here. State default
505 of version-control variable.
506 (Reverting): Copyedits.
507 (Version Control): Add additional version control systems.
508
509 * emacs.texi (Top): Delete Numbered Backups node.
510
511 * cmdargs.texi (General Variables): Change Numbered Backups xref to
512 Backup Names.
f2884f63 513 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 514
b0b5100a
RF
5152008-10-11 Romain Francoise <romain@orebokech.com>
516
517 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
518
89774b5f
CY
5192008-10-11 Chong Yidong <cyd@stupidchicken.com>
520
521 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
522 (Select Buffer): Mention use of minibuffer history. Describe default
523 value of default-major-mode. Mention that C-x 4 b selects the other
524 window.
525 (List Buffers): Document CRM indicators in the order they appear.
526 (Kill Buffer): Document new command kill-matching buffers.
527 (Several Buffers): Move explanation of the relationship between buffer
528 list and buffer menu to the top.
529 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
530
4c72bf27
CY
5312008-10-10 Chong Yidong <cyd@stupidchicken.com>
532
533 * entering.texi (Exiting): Document change of C-x C-c to
534 save-buffers-kill-terminal. Document kill-emacs.
535
f68eb991
EZ
5362008-09-30 Eli Zaretskii <eliz@gnu.org>
537
538 * mule.texi (Coding Systems): Don't mention codepage-setup.
539
540 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
541 cpNNN coding systems anymore.
542 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
543 for unibyte mode. Don't mention line-drawing characters. Don't
544 mention dos-unsupported-char-glyph.
545
1a2dd44d
CY
5462008-09-25 Chong Yidong <cyd@stupidchicken.com>
547
548 * search.texi (Search): Shorten introduction.
549 (Basic Isearch): Add command table. Discuss reverse isearch and
550 isearch highlighting.
551 (Repeat Isearch): Move lazy highlighting discussion here. Add search
552 ring to cindex.
553 (Special Isearch): Move input methods discussion here.
554 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
555 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
556 Repeat Isearch.
557 (Isearch Minibuffer): New node.
558 (Word Search): Document new word search commands.
559 (Regexp Example): Simplify example using sentence-end-base variable.
560 (Replace): Reword introduction.
561 (Unconditional Replace): Remove unnecessary example.
562 (Other Repeating Search): Document new `M-s o' binding.
563
564 * emacs.texi (Top): Update node listings.
565
e45da31d
JB
5662008-09-22 Juanma Barranquero <lekktu@gmail.com>
567
568 * emacs.texi (Top): Remove Kill Errors from menu.
569
841c8096
CY
5702008-09-22 Chong Yidong <cyd@stupidchicken.com>
571
402168fa
CY
572 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
573 interface for defining macros. Simplify examples. Note that C-g quits
574 macro definitions.
801a8da1 575 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
576 usage example.
577 (Keyboard Macro Query): Organize query responses in a table.
578
579 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
580 to Erasing node.
841c8096
CY
581 (Undo): Reorganize paragraphs for logical flow. Move keybinding
582 rationale to a footnote.
583 (Kill Errors): Remove node, due to redundancy with Erasing.
584 (Spelling): Move discussion of flyspell to end. Note new behavior of
585 M-$ in active region. Remove non-ispell-specific keybindings from
586 table.
587
eab2ee89
DN
5882008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
589
590 * cmdargs.texi (Initial Options): Document --daemon.
591
3d53e905
GM
5922008-09-20 Glenn Morris <rgm@gnu.org>
593
594 * files.texi (Numbered Backups): Mention that some modes set
595 version-control.
596
1c90484d
GM
5972008-09-20 Jim Blandy <jimb@red-bean.com>
598
599 * files.texi (Numbered Backups): Reference File Variables, as well.
600 Remove discussion of Rmail's implementation.
601
0fc0d844
CY
6022008-09-06 Chong Yidong <cyd@stupidchicken.com>
603
604 * misc.texi (Recursive Edit): Note that top-level exits active
605 minibuffers.
606
607 * trouble.texi (Quitting): Likewise.
608
b18d283d
CY
6092008-08-31 Chong Yidong <cyd@stupidchicken.com>
610
611 * emacs.texi (Top): Add Temporary Face Changes xref.
612
613 * display.texi (Display): Move Temporary Face Changes node to just
614 after Standard Faces.
615 (Scrolling): Document recenter-top-bottom instead of recenter.
616 (Horizontal Scrolling): Move auto hscroll discussion to the top.
617 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
618 (Display Custom): Copyedits.
619 (Optional Mode Line): Document display-battery-mode.
620
180135fc
RF
6212008-08-27 Romain Francoise <romain@orebokech.com>
622
623 * custom.texi (Directory Variables): Minor fix.
624
d3fe3475
GM
6252008-08-27 Glenn Morris <rgm@gnu.org>
626
627 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
628 descriptions.
629 (Calendar Customizing): Tweak layout description.
183080b6 630 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
631 markers. Condense calendar-star-date and calendar-mark-today
632 description.
633 (Holiday Customizing): Add oriental and solar holidays.
634 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
635 Fix holiday-float description. Use zerop in examples. Be less verbose.
636 (Date Display Format): Change ISO format. Be less verbose.
637 (Diary Customizing): Mention day and month abbrev arrays.
638 Mention the date-form variables by name. Update European example.
639 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
640 Condense examples. Mention diary-entry-symbols by name.
641 Condense table for insertion commands.
642 (Fancy Diary Display): Mention diary-include-string and
643 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
644 Ethiopic, Persian date functions. Condense descriptions.
645
646 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
647 (Adding to Diary): Adapt for changed node name.
648
71755807
GM
6492008-08-26 Glenn Morris <rgm@gnu.org>
650
651 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
652 node "Hebrew/Islamic Entries".
653
654 * calendar.texi (Specified Dates): Fix names of iso functions.
655 (General Calendar): There may not be another window.
656 (Writing Calendar Files, Holidays): Tweak intro.
657 (Holidays): Mention Baha'i and Chinese holidays.
658 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
659 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
660 (To Other Calendar): Add calendar-print-other-dates.
661 Refer to "graphic display" rather than "X.
662 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
663 (Displaying the Diary): Fix whitespace after reference.
664 Fix `diary-number-of-entries' reference.
665 (Date Formats): Explicitly mention that day names can be abbreviated.
666 (Adding to Diary): Add some references to other sections.
667 (Special Diary Entries): Fix reference.
668 (Appointments): Simplify appt-message-warning-time entry.
669 Clarify where times must be.
670 (Importing Diary): Comment out icalendar paragraph that does not apply.
671 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
672
d76ebc75
GM
6732008-08-23 Glenn Morris <rgm@gnu.org>
674
675 * fortran-xtra.texi (Fortran): Change description of free form and
676 fixed form a bit. Mention hideshow and imenu.
677 (Fortran Motion): Mention fortran-end-of-subprogram,
678 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
679 (Fortran Indent): Minor re-word.
680 (ForIndent Commands): Mention fortran-fill-paragraph and
681 fortran-fill-statement.
682 (ForIndent Cont): Mention fortran-tab-mode-string.
683 (Fortran Comments): Mention fortran-comment-line-start-skip.
684 (Fortran Columns): Mention font-locking.
685 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
686
e2a71e28
JB
6872008-08-23 Johan Bockgard <bojohan@muon>
688
689 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
690
5c52e13c
CY
6912008-08-22 Chong Yidong <cyd@stupidchicken.com>
692
693 * mini.texi (Minibuffer): Simplify introduction.
694 (Minibuffer File): Document tilde in minibuffer filenames.
695 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
696 to enter tabs, spaces, and question marks. Describe behavior of C-a.
697 (Completion Example): Update example to current command list.
698 (Completion Options): Document `lazy' value of completion-auto-help.
699 Update contents of completion-ignored-extensions.
700 (Minibuffer History): Describe "future history" list. State default
701 value of history-delete-duplicates.
702
77a00355
GM
7032008-08-21 Glenn Morris <rgm@gnu.org>
704
705 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 706 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 707
39ee1d04
CY
7082008-08-17 Chong Yidong <cyd@stupidchicken.com>
709
710 * regs.texi (Registers): Clarify valid register names.
711 (RegPos): Note that buffer is saved and restored too.
712 (RegText): Note that mark is reactivated/deactivated.
713 (RegConfig): Xref to Windows node.
714
b12c348f
CY
7152008-08-16 Chong Yidong <cyd@stupidchicken.com>
716
3ae7ba79
CY
717 * basic.texi (Inserting Text): Provide command name for C-q.
718
b12c348f
CY
719 * killing.texi (Killing): Copyedit. Define read-only text.
720 (Deletion): DEL and C-d were already explained in Erasing; xref there.
721 (Killing by Lines): Copyedit.
722 (Other Kill Commands): Move M-w description here.
723 (Yanking): Move M-w to Other Kill Commands.
724 (Kill Ring): Also mention saving text in registers. Link to Text
725 Properties in elisp manual.
726 (Accumulating Text): Copyedit.
727 (CUA Bindings): Shift selection is now the default.
728
d8ff7692
TZ
7292008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
730
731 * maintaining.texi (Change Log): Mention next-error is available.
732
a43a8a2e
GM
7332008-08-10 Glenn Morris <rgm@gnu.org>
734
735 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
736 and intermonth text.
737 (Holiday Customizing): Add holiday-chinese.
738
eba27308
EZ
7392008-08-08 Eli Zaretskii <eliz@gnu.org>
740
741 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
742
5f14a5b3
DN
7432008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * files.texi (Log Buffer): Describe C-c C-d.
746 (Diff Mode): Describe C-x 4 A.
747
49989bff
EZ
7482008-08-06 Eli Zaretskii <eliz@gnu.org>
749
750 * vc1-xtra.texi (VC Directory Mode): Fix last change.
751
5c915c02
DN
7522008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
753
2beaf97a
DN
754 * files.texi (Old Revisions): Update the keys used by vc-annotate and
755 describe the new bindings to show the changeset diff, toggle annotation
756 visibility, show revisions.
757 (VC Status): Describe key bindings for modifying the change comments,
758 displaying changeset diffs and annotations.
759
5c915c02
DN
760 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
761
71798ace
NR
7622008-08-05 Nick Roberts <nickrob@snap.net.nz>
763
764 * vc1-xtra.texi (VC Directory Mode): Fix typo.
765
b8949644
EZ
7662008-08-02 Eli Zaretskii <eliz@gnu.org>
767
768 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
769 and wording.
770
819567d1
DN
7712008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
772
773 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 774 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
775 commands. Improve some old info.
776
5f38310a
CY
7772008-07-31 Chong Yidong <cyd@stupidchicken.com>
778
0dc3906b
CY
779 * display.texi (Visual Line Mode): New node.
780
5f38310a
CY
781 * basic.texi (Inserting Text): Move DEL to deletion node.
782 (Moving Point): Add additional alternative key bindings. Describe
783 line-move-visual.
784 (Erasing): Describe DEL.
785 (Basic Undo, Blank Lines, Arguments): Copyedit.
786 (Continuation Lines): Mention Visual Line mode.
787 (Position Info): Move extended discussion to mule.texi.
788
789 * mule.texi (International Chars): Describe C-x =.
790
791 * emacs.texi (Top): Add Visual Line Mode node.
792
7c2fb837
DN
7932008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
794
795 * emacs.texi: Remove VMS support.
796
3f6b73ef
DN
7972008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
798
799 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
800 the vc-dir command name.
801
9e2a2647
DN
8022008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * xresources.texi: Remove mentions of Mac Carbon.
805
568beaa2
AS
8062008-07-19 Andreas Schwab <schwab@suse.de>
807
808 * ns-emacs.texi: Move to ../misc.
809
0ef94706
CY
8102008-07-15 Chong Yidong <cyd@stupidchicken.com>
811
812 * entering.texi (Exiting): Don't describe text-only terminals as the
813 default. Describe the new startup screen.
814 (Exiting): Describe how to kill Emacs first. Change description of
815 iconification to handle modern window systems.
816
ba60bd44 8172008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
818
819 * ns-emacs.texi: New file, documents features of Emacs port under
820 NeXTstep windowing.
821
9f30aa73
CY
8222008-07-15 Chong Yidong <cyd@stupidchicken.com>
823
938a5d2e
CY
824 * entering.texi (Entering Emacs): Update prev node.
825
826 * glossary.texi (Glossary): Remove xref to Text Characters.
827
9f30aa73
CY
828 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
829 directly, rather than in the context of ASCII. Move description of
830 special properties of modifier key to new Modifier Keys node.
831 (Keys): Copyedit.
832 (Text Characters): Delete node. Multibyte is the default nowadays, and
833 the node contents are obsolete.
834
835 * custom.texi (Modifier Keys): New node.
836
837 * emacs.texi (Top): Update node list.
838
7e53d36c
CY
8392008-07-13 Chong Yidong <cyd@stupidchicken.com>
840
841 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
842 saying that Emacs provides menus and mouse support (which is par for
843 the course).
844
845 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
846 early on.
847 (Point): Copyedit. Relegate historical trivia to a footnote.
848 (Mode Line): Explain mode-line format more consistently.
849 (Menu Bar): Copyedit.
850
1e9fa96d
GM
8512008-06-27 Glenn Morris <rgm@gnu.org>
852
853 * cal-xtra.texi (Sexp Diary Entries):
854 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
855
dc9bebb8
CY
8562008-06-26 Chong Yidong <cyd@stupidchicken.com>
857
858 * mark.texi (Shift selection): New node.
859 (Mark): Copyedits.
860 (Persistent Mark): Move to the end of the chapter.
861
e7881076
EZ
8622008-06-20 Eli Zaretskii <eliz@gnu.org>
863
864 * makefile.w32-in (distclean): Remove makefile.
865
f427400c
NR
8662008-06-17 Nick Roberts <nickrob@snap.net.nz>
867
868 * building.texi (Starting GUD): Add an entry for gud-gdb.
869 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
870 command mode.
871
b597d348
GM
8722008-06-17 Glenn Morris <rgm@gnu.org>
873
874 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
875
647b7094
NR
8762008-06-17 Nick Roberts <nickrob@snap.net.nz>
877
878 * building.texi (Starting GUD): Expand on remote debugging.
879 (Other GDB-UI Buffers): Mention new keyboard bindings.
880
47a30023
GM
8812008-06-15 Glenn Morris <rgm@gnu.org>
882
883 * gnu.texi: Use a verbatim license for this invariant section,
884 as per etc/GNU.
885
37e5d54a
GM
8862008-06-13 Daniel Engeler <engeler@gmail.com>
887
888 * emacs.texi, misc.texi: Add documentation about serial port access.
889
8e65d46c
GM
8902008-06-13 Glenn Morris <rgm@gnu.org>
891
c1473b4c
MB
892 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
893 maintain.info.
8e65d46c 894
e40a85cd
MB
8952008-06-05 Miles Bader <miles@gnu.org>
896
897 * display.texi (Temporary Face Changes): Update to reflect function
898 renamings in face-remap.el.
899
56c73dec
MB
9002008-06-04 Miles Bader <miles@gnu.org>
901
902 * display.texi (Temporary Face Changes): Add
903 `adjust-buffer-face-height'. Rewrite description of
904 `increase-buffer-face-height' and `decrease-default-face-height' now
905 that they aren't bound by default.
906
9d3d42fb
MB
9072008-06-03 Miles Bader <miles@gnu.org>
908
909 * display.texi (Temporary Face Changes): New node.
910
2be6bfe2
EZ
9112008-05-31 Eli Zaretskii <eliz@gnu.org>
912
913 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
914
daf7e339
GM
9152008-05-31 Glenn Morris <rgm@gnu.org>
916
917 * cal-xtra.texi (Fancy Diary Display): Simplify.
918
d21d2618
GM
9192008-05-30 Glenn Morris <rgm@gnu.org>
920
921 * cal-xtra.texi (Fancy Diary Display): Update for
922 diary-display-function replacing diary-display-hook.
923
71ce5fd0
JB
9242008-05-29 Drew Adams <drew.adams@oracle.com>
925
926 * msdog.texi (Windows Keyboard): Add descriptions of
927 w32-register-hot-key and w32-unregister-hot-key.
928
a3cdbdf8
MO
9292008-05-21 Tom Tromey <tromey@redhat.com>
930
931 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
932 Variables node.
933
854a574c
MO
9342008-05-19 Tom Tromey <tromey@redhat.com>
935
936 * custom.texi (Variables): Add Directory Variables to menu.
937 (Directory Variables): New node.
938
7c2ec3f9
ER
9392008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
940
71ce5fd0 941 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 942
370fded4
ER
9432008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
944
945 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
946 Revision Tags and rewritten. Section now uses modern terminology,
947 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
948 accurately.
949
6af511e3
EZ
9502008-05-10 Eli Zaretskii <eliz@gnu.org>
951
952 * msdog.texi (Windows Files): Update documentation of
953 w32-get-true-file-attributes.
954
7a78b6e7
ER
9552008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
956
957 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
958 directory mode.
959
1bcfc24e
CY
9602008-05-08 Chong Yidong <cyd@stupidchicken.com>
961
962 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 963 entry "television".
1bcfc24e 964
db86064f
ER
9652008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
966
ab5ec32c 967 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 968
a31b405e
ER
9692008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
970
971 * emacs/buffers.texi, emacs/files.texi (Version-control):
972 vc-toggle-read-only is no longer a good idea...
973
ff2c14fc
GM
9742008-04-29 Glenn Morris <rgm@gnu.org>
975
976 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
977
367c9b7c
JL
9782008-04-22 Juri Linkov <juri@jurta.org>
979
980 * dired.texi (Subdirectories in Dired): Describe using `^'
981 to return to the parent directory.
982
4ac1e9b4
NR
9832008-04-22 Nick Roberts <nickrob@snap.net.nz>
984
985 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
986 recent changes.
987
b9b3bf2b
NR
9882008-04-19 Nick Roberts <nickrob@snap.net.nz>
989
990 * building.texi (GDB-UI Layout, Breakpoints Buffer)
991 (Other GDB-UI Buffers): Update for recent thread related changes.
992
4d120d6a
SM
9932008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
994
995 * maintaining.texi (Maintaining):
996 * emacs.texi (Top): Typo.
997
a152877d
SM
9982008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
999
b9b3bf2b
NR
1000 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1001 arg in `font-lock-add-keywords'.
a152877d 1002
36c0514c
GM
10032008-04-08 Glenn Morris <rgm@gnu.org>
1004
1005 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1006 Also add Baha'i calendar references where appropriate.
1007
06a97d46
GM
10082008-04-05 Glenn Morris <rgm@gnu.org>
1009
1010 * custom.texi (Init File): Byte-compiling .emacs is bad.
1011
6adc6eed
SM
10122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1015
571388b0
GM
10162008-03-29 Glenn Morris <rgm@gnu.org>
1017
1018 * calendar.texi: Update for `calendar-date-style' replacing
1019 `european-calendar'.
1020
3ae8f876
JR
10212008-03-28 Jason Rumney <jasonr@gnu.org>
1022
1023 * display.texi (Display Custom): Mention overlay-margin in text.
1024
5bc6ddff 10252008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1026
5bc6ddff
MB
1027 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1028 tutorial' comments.
03a864d5 1029
7186a830
CY
10302008-03-28 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * mark.texi (Mark): Rearrange nodes.
1033 (Persistent Mark): Rename from Transient Mark.
1034 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1035 Describe Transient Mark mode as the default.
1036
1037 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1038 the default behavior with Transient Mark mode off.
1039 (Position Info): Fix typo.
1040
71ce5fd0
JB
1041 * display.texi (Standard Faces): Reference the Mark node.
1042 Remove discussion of the region face, which is discussed there.
7186a830
CY
1043
1044 * emacs.texi (Top): Update node listings.
1045
1046 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1047 as the default.
1048
1049 * fixit.texi (Undo): Standardize choice of undo key sequence.
1050 (Undo, Spelling): Describe Transient Mark mode as the default.
1051
1052 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1053 default.
1054
1055 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1056
1057 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1058 mode is the default, and note that the mark is not activated when set.
1059
1060 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1061 Describe Transient Mark mode as the default.
1062
1063 * search.texi (Basic Isearch): Reference the Mark Ring node.
1064 (Replace, Unconditional Replace, Other Repeating Search):
1065 Describe Transient Mark mode as the default.
1066
1067 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1068 Transient Mark mode as the default.
1069 (Paragraphs): Describe how M-h behaves when region is active.
1070
1071 * trouble.texi (Quitting): Clarify effects of C-g.
1072
dc47d1ff
GM
10732008-03-13 Glenn Morris <rgm@gnu.org>
1074
1075 * emacs.texi (EMACSVER): Set to 23.0.60.
1076
e3e0fb39 10772008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1078
e3e0fb39
GM
1079 * dired.texi (Hiding Subdirectories): Fix previous change.
1080
10812008-03-05 Drew Adams <drew.adams@oracle.com>
1082
1083 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1084
5e14abf8
KS
10852008-02-28 Kim F. Storm <storm@cua.dk>
1086
1087 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1088 Move describe-distribution to C-h C-o.
1089 Move view-emacs-problems to C-h C-p.
1090 Add view-emacs-debugging on C-h C-d.
1091 Add view-external-packages on C-h C-e.
d0207bf3 1092 Add view-order-manuals on C-h C-m.
5e14abf8 1093
d0207bf3 10942008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1095
1096 * msdog-xtra.texi (MS-DOS): Docstring fix.
1097
87e391bb
EZ
10982008-02-09 Eli Zaretskii <eliz@gnu.org>
1099
1100 * msdog.texi (Windows Fonts): Use a @table for describing font
1101 properties.
1102
5662e503
JR
11032008-02-07 Jason Rumney <jasonr@gnu.org>
1104
1105 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1106 value has changed.
1107 (Windows HOME): Clarify what is meant by "if that fails as well".
1108 (Windows Fonts): New section.
1109
72463824
GM
11102008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1111
1112 * basic.texi (Basic Undo): Remove duplicate "you can".
1113
7ff926e0
EZ
11142008-02-02 Eli Zaretskii <eliz@gnu.org>
1115
1116 * maintaining.texi (Tags): Fix last change.
1117
6ab7aef1
MA
11182008-02-02 Michael Albinus <michael.albinus@gmx.de>
1119
093571c3 1120 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1121
ace67e7e
NR
11222008-01-31 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1125
ae068fdf
RS
11262008-01-26 Richard Stallman <rms@gnu.org>
1127
1128 * maintaining.texi (Tags): Delete redundant index entry.
1129
a56d9a08
EZ
11302008-01-26 Eli Zaretskii <eliz@gnu.org>
1131
1132 * programs.texi (Imenu): Move "@cindex tags" from here...
1133 * maintaining.texi (Tags): ...to here.
1134
e941ed90
NR
11352008-01-23 Kevin Ryde <user42@zip.com.au>
1136
1137 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1138 click count.
1139
650276d5
JB
11402008-01-21 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * entering.texi (Exiting): Fix typo.
1143 Reported by D. E. Evans <sinuhe@gnu.org>.
1144
8dc17977
MR
11452007-12-31 Martin Rudalics <rudalics@gmx.at>
1146
1147 * glossary.texi (Glossary): Fix typo.
1148
9f9695a6
RS
11492007-12-27 Richard Stallman <rms@gnu.org>
1150
1151 * text.texi (Formatted Text): Improve menu tag.
1152 (Editing Format Info): In Info, add duplicate menu of nodes
1153 about the submenus.
1154 (Format Faces): Say where Faces menu is found. Mention Other.
1155 (Format Colors): Say where these submenus are found.
1156 (Format Indentation, Format Justification): Likewise.
1157 (Format Properties): Likewise.
1158
abfd0191
RS
11592007-12-22 Richard Stallman <rms@gnu.org>
1160
1161 * search.texi (Query Replace): Make exp of query-replace more
1162 self-contained, and clarify.
8dc17977 1163
abfd0191
RS
1164 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1165
a2586785
RS
11662007-12-15 Richard Stallman <rms@gnu.org>
1167
1168 * files.texi (Auto Save): Clarify definition of auto-saving.
1169
a67cf2bb
RS
11702007-11-26 Richard Stallman <rms@gnu.org>
1171
1172 * help.texi (Help Echo): Cleanups.
1173
448b33b1
TTN
11742007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1175
1176 * files.texi (Why Version Control?): Fix typo.
1177 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1178 (Selecting a Fileset): Fix typos; small rewording.
1179 (Log Buffer): Likewise.
1180 (Old Revisions): Likewise.
448b33b1 1181
221bb7f6
EZ
11822007-11-17 Eli Zaretskii <eliz@gnu.org>
1183
1184 * mule.texi (Communication Coding): Fix wording of last change.
1185
d0207bf3 11862007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1187
630cb3b7
JB
1188 * custom.texi (Specifying File Variables):
1189 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1190
53b7759e
KH
11912007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1192
a5ab2e0c 1193 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1194
1195 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1196
c8763fb6 11972007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1198
630cb3b7 1199 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1200 --output=file.
1201
ff98e024
MR
12022007-11-13 Martin Rudalics <rudalics@gmx.at>
1203
1204 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1205 (Help Echo): Avoid mentioning the term "region" here and
1206 consistently use the term "active text".
1207
37b11c22
GM
12082007-11-11 Glenn Morris <rgm@gnu.org>
1209
1210 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1211
21d50ba1
JL
12122007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1213
1214 * search.texi (Query Replace): Mention
1215 `query-replace-show-replacement'.
1216
c12ecb0a 12172007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1218
1219 * building.texi (Watch Expressions): Remove obscure sentence.
1220
3b4201f4
KH
12212007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1222
1223 * mule.texi (Select Input Method): Describe how to activate an input
1224 method in the text mode.
1225
07e5c0b0
DN
12262007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1227
1228 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1229
52dd7391
NR
12302007-10-30 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1233
c004e539
GM
12342007-10-30 Glenn Morris <rgm@gnu.org>
1235
1236 * misc.texi (Directory Tracking): Explain a bit more about
1237 dirtrack-mode.
1238
ca8c5b8c
GM
12392007-10-25 Glenn Morris <rgm@gnu.org>
1240
1241 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1242
b6c764ef
RS
12432007-10-24 Richard Stallman <rms@gnu.org>
1244
1245 * misc.texi (Interactive Shell): Cleanup last change.
1246
eabd84c9
JL
12472007-10-22 Juri Linkov <juri@jurta.org>
1248
1249 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1250 default values.
1251
0b43c7e2
ER
12522007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1253
ca8c5b8c 1254 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1255 'filesets'.
1256
a80859d4
MR
12572007-10-18 Martin Rudalics <rudalics@gmx.at>
1258
1259 * trouble.texi (Quitting): Fix typo.
1260
c9447ae1
GM
12612007-10-18 Glenn Morris <rgm@gnu.org>
1262
1263 * frames.texi (Mode Line Mouse): Mention minor mode names.
1264
168b980f
JL
12652007-10-17 Juri Linkov <juri@jurta.org>
1266
1267 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1268 fill-paragraph operates on the active region in Transient Mark mode.
1269 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1270 with fill-paragraph.
1271
1272 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1273 fill-paragraph.
1274
1275 * fixit.texi (Spelling): ispell-word operates on the active region
1276 in Transient Mark mode.
1277
5a331f34
JB
12782007-10-17 Aaron S. Hawley <aaronh@garden.org>
1279
1280 * building.texi (Source Buffers):
1281 * custom.texi (Init Non-ASCII):
1282 * glossary.texi (Glossary): Use "key binding" consistently.
1283
2a9f4d55
JB
12842007-10-17 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * calendar.texi (Diary): Fix directive.
1287
de13cecf
RS
12882007-10-16 Richard Stallman <rms@gnu.org>
1289
1290 * calendar.texi (Diary): Clarify text about diary file example.
1291
5f90d53e
ER
12922007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1293
1294 * files.texi: Capitalize node names according to convention.
1295
3aa491bc
GM
12962007-10-13 Glenn Morris <rgm@gnu.org>
1297
1298 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1299
8a3106d3
ER
13002007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1301
1302 * emacs.texi:
1303 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1304 suggested by RMS and Robert J. Chassell.
8a3106d3 1305
da1080a2
ER
13062007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1307
3aa491bc 1308 * files.texi (Version Systems):
0870a421
ER
1309 * vc-xtra.texi:
1310 * vc1-xtra.texi:
ac3f4c6f 1311 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1312 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1313 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1314 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1315
58ade22b
ER
13162007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1317
da1080a2 1318 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1319 Reorder the descriptions to be chronological.
1320
93870ce2
RS
13212007-10-09 Richard Stallman <rms@gnu.org>
1322
1323 * display.texi (Cursor Display): Correct how cursor appears
1324 in nonselected windows.
1325
568c7288
NR
13262007-10-04 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * building.texi (GDB Graphical Interface): Remove references to gdba
1329 and mention gud-gdb.
1330
1af74d06 13312007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1332
1af74d06 1333 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1334
0d8fb755
JL
13352007-10-06 Juri Linkov <juri@jurta.org>
1336
1337 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1338 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1339 fill-paragraph-or-region.
1340
1341 * basic.texi (Arguments): Replace fill-paragraph with
1342 fill-paragraph-or-region.
1343
b981e2c6
ER
13442007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1345
1346 * files.texi: Update the section on version control for 2007
2a9f4d55 1347 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1348 will come later.
1349
5fceaf9c
GM
13502007-09-15 Glenn Morris <rgm@gnu.org>
1351
1352 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1353 to `list-holidays'.
1354
b0e44b17
GM
13552007-09-14 Glenn Morris <rgm@gnu.org>
1356
1357 * calendar.texi: Update all instances of mark-calendar-holidays,
1358 list-calendar-holidays, list-holidays with the new names.
1359
8cf51b2c
GM
13602007-09-06 Glenn Morris <rgm@gnu.org>
1361
1362 * Move manual sources from man/ to subdirectories of doc/.
1363 Split into the Emacs manual in emacs/, and other manuals in misc/.
1364 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1365 manual.
1366 (infodir): New variable.
1367 (info): Use $infodir.
1368 (emacsman): Delete target, not needed any more.
1369 Move all targets that are not the Emacs manual to misc/Makefile.in.
1370 (mostlyclean): Remove `gnustmp'.
1371 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1372 manual.
92f9b43f 1373 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1374 (emacsman): Delete target, not needed any more.
1375 (clean): Remove all info files but Emacs manual.
1376 Move all targets that are not the Emacs manual to misc/Makefile.in.
1377 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1378
1379 * Makefile.in (INFOSOURCES): Delete.
1380 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1381 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1382 *.vrs *.toc here...
1383 (maintainer-clean): ...from here.
1384
13852007-09-05 Glenn Morris <rgm@gnu.org>
1386
1387 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1388
8cf51b2c
GM
13892007-08-29 Glenn Morris <rgm@gnu.org>
1390
1391 * emacs.texi (EMACSVER): Increase to 23.0.50.
1392
3420c522
RS
13932007-08-27 Richard Stallman <rms@gnu.org>
1394
1395 * emacs.texi (Top): Clarify menu item for Glossary.
1396
1397 * display.texi (Faces): Change secn title.
1398 Clarify not all fonts come from Font Lock.
1399
8cf51b2c
GM
14002007-08-17 Eli Zaretskii <eliz@gnu.org>
1401
1402 * basic.texi (Position Info): Add index entry for face at point.
1403 Mention that character faces are also displayed by "C-u C-x =".
1404
8cf51b2c
GM
14052007-08-08 Glenn Morris <rgm@gnu.org>
1406
1407 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1408
14092007-08-07 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * files.texi (File Conveniences): Document point motion keys in Image
1412 mode.
1413
8cf51b2c
GM
14142007-07-27 Glenn Morris <rgm@gnu.org>
1415
8cf51b2c
GM
1416 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1417 in-line.
1418
1419 * gpl.texi: New file with text of GPL.
1420 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1421
14222007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1425
1426 * dired.texi (Wdired): Mention C-x C-q key binding.
1427
14282007-07-28 Nick Roberts <nickrob@snap.net.nz>
1429
1430 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1431
14322007-07-25 Glenn Morris <rgm@gnu.org>
1433
8cf51b2c
GM
1434 * emacs.texi (Copying): Replace license with GPLv3.
1435
1436 * Relicense all FSF files to GPLv3 or later.
1437
14382007-07-24 Glenn Morris <rgm@gnu.org>
1439
1440 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1441 for some calendars.
1442
14432007-07-23 Nick Roberts <nickrob@snap.net.nz>
1444
1445 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1446 default-directory for the current buffer is on a remote machine.
1447
8cf51b2c
GM
14482007-07-21 Eli Zaretskii <eliz@gnu.org>
1449
1450 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1451 default value.
1452
14532007-07-21 Richard Stallman <rms@gnu.org>
1454
1455 * files.texi (Why Version Control?): Improve previous change.
1456
14572007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1458
1459 * files.texi (Why Version Control?): New node.
1460
8cf51b2c
GM
14612007-07-12 Nick Roberts <nickrob@snap.net.nz>
1462
8cf51b2c
GM
1463 * building.texi (Starting GUD): Add xref to this anchor.
1464
8cf51b2c
GM
14652007-06-24 Karl Berry <karl@gnu.org>
1466
2a9f4d55 1467 * emacs.texi: New Back-Cover Text.
8cf51b2c 1468
8cf51b2c
GM
14692007-06-07 Alan Mackenzie <acm@muc.de>
1470
1471 * display.texi (Optional Mode Line): Document the new form of
1472 line+column numbers, "(561,2)".
1473
14742007-06-06 Juanma Barranquero <lekktu@gmail.com>
1475
49823426 1476 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1477
14782007-06-02 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * Version 22.1 released.
1481
8cf51b2c
GM
14822007-05-07 Karl Berry <karl@gnu.org>
1483
1484 * emacs.texi (EMACSVER): Back to 22.
1485
14862007-05-06 Richard Stallman <rms@gnu.org>
1487
1488 * maintaining.texi (Create Tags Table): Clean up previous change.
1489
c8763fb6 14902007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1491
1492 * maintaining.texi (Create Tags Table): Add text about the dangers of
1493 making symbolic links to tags files.
1494
14952007-05-04 Karl Berry <karl@gnu.org>
1496
1497 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1498
14992007-05-03 Karl Berry <karl@gnu.org>
1500
1501 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1502
1503 * .cvsignore (*.pdf): New entry.
1504
8cf51b2c
GM
1505 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1506 for printing.
1507
15082007-05-01 Richard Stallman <rms@gnu.org>
1509
1510 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1511
8cf51b2c
GM
15122007-04-28 Glenn Morris <rgm@gnu.org>
1513
1514 * ack.texi (Acknowledgments):
1515 * anti.texi (Antinews):
8cf51b2c
GM
1516 * programs.texi (Program Modes): Restore mention of python.el pending
1517 consideration of legal status.
1518
15192007-04-28 Richard Stallman <rms@gnu.org>
1520
1521 * files.texi (File Names): Fixes to ~ description on MS systems.
1522
8cf51b2c
GM
15232007-04-26 Glenn Morris <rgm@gnu.org>
1524
1525 * emacs.texi (EMACSVER): Increase to 22.1.50.
1526
15272007-04-25 Karl Berry <karl@gnu.org>
1528
1529 * emacs.texi: Improve line breaks on copyright page,
1530 similar layout to lispref, 8.5x11 by default.
1531
1532 * dired.texi (Image-Dired): Improve line break, fix typo.
1533
15342007-04-24 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * programs.texi (Program Modes):
8cf51b2c
GM
1537 * anti.texi (Antinews):
1538 * ack.texi (Acknowledgments): python.el removed.
1539
8cf51b2c
GM
15402007-04-23 Chong Yidong <cyd@stupidchicken.com>
1541
1542 * display.texi (Highlight Interactively): Correct description of
1543 hi-lock-file-patterns-policy.
1544
1545 * files.texi (File Archives): Mention self-extracting executables.
1546
15472007-04-23 Eli Zaretskii <eliz@gnu.org>
1548
1549 * search.texi (Unconditional Replace, Query Replace): Add xref to
1550 "Replacement and Case".
1551
15522007-04-22 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * dired.texi (Image-Dired): Move from Thumbnails node.
1555 * misc.texi (Thumbnails): Node deleted.
1556 * emacs.texi (Top): Update node listing.
1557
1558 * files.texi (File Conveniences):
49823426 1559 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1560
15612007-04-21 Richard Stallman <rms@gnu.org>
1562
1563 * display.texi (Highlight Interactively): Correct previous change.
1564 Clarify doc of hi-lock-find-patterns, and move new features into it.
1565
15662007-04-20 David Koppelman <koppel@ece.lsu.edu>
1567
1568 * display.texi (Highlight Interactively): Document
1569 hi-lock-file-patterns-policy.
1570
15712007-04-20 Martin Rudalics <rudalics@gmx.at>
1572
1573 * display.texi (Scrolling): Fix typo.
1574
8cf51b2c
GM
15752007-04-15 Chong Yidong <cyd@stupidchicken.com>
1576
8cf51b2c
GM
1577 * doclicense.texi: Remove node heading, so that it can be included by
1578 other files.
1579
1580 * emacs.texi: Insert node heading for GFDL.
1581
8cf51b2c
GM
15822007-04-14 Eli Zaretskii <eliz@gnu.org>
1583
1584 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1585 "command line".
1586
1587 * display.texi (Faces): Refer to "Creating Frames" for face
1588 and other frame customizations in .emacs.
1589
1590 * frames.texi (Creating Frames): Mention that face customizations can
1591 be put in .emacs. Add index entries.
1592
15932007-04-12 Richard Stallman <rms@gnu.org>
1594
1595 * glossary.texi (Glossary): Explain `iff'.
1596
15972007-04-11 Karl Berry <karl@gnu.org>
1598
1599 * gnu.texi (Top),
1600 * macos.texi (Mac Font Specs),
1601 * anti.texi (Antinews),
1602 * xresources.texi (Resources),
1603 * misc.texi (Emulation),
1604 * calendar.texi (Daylight Saving),
1605 * dired.texi (Dired and Find),
1606 * rmail.texi (Remote Mailboxes),
1607 * sending.texi (Mail Headers),
1608 * programs.texi (Which Function),
1609 * files.texi (Recover),
1610 * buffers.texi (Uniquify),
1611 * frames.texi (Wheeled Mice),
1612 * killing.texi (Rectangles): Wording to improve breaks in
1613 8.5x11 format.
1614 * mule.texi (Language Environments): \hbadness=10000 since there's
1615 no way to reword.
1616 * emacs.texi (smallbook): New @set to more easily switch between
1617 smallbook and 8.5x11.
1618
16192007-04-11 Richard Stallman <rms@gnu.org>
1620
1621 * files.texi (File Conveniences): Add xref to Tumme.
1622 Delete text about Thumbnail mode.
1623
8cf51b2c
GM
16242007-04-09 Alan Mackenzie <acm@muc.de>
1625
1626 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1627 new name. Insert concept index entries.
1628
8cf51b2c
GM
16292007-04-08 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * display.texi (Standard Faces): Document prefix arg for
1632 list-faces-display.
1633
1634 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1635
8cf51b2c
GM
16362007-04-07 Chong Yidong <cyd@stupidchicken.com>
1637
8cf51b2c
GM
1638 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1639
1640 * files.texi (Misc File Ops): Rewrite description of
1641 insert-file-literally.
1642
8cf51b2c
GM
16432007-03-31 Eli Zaretskii <eliz@gnu.org>
1644
1645 * misc.texi (Printing): Postscript -> PostScript.
1646
8cf51b2c
GM
1647 * ack.texi (Acknowledgments): Postscript -> PostScript.
1648
1649 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1650
1651 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1652 below.
1653
16542007-03-30 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1657 Init Non-ASCII.
1658 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1659 (Init Non-ASCII): New node.
1660
16612007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1662
1663 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1664
8cf51b2c
GM
16652007-03-12 Glenn Morris <rgm@gnu.org>
1666
8cf51b2c
GM
1667 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1668 "Daylight Savings".
1669
49823426 1670 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1671 saving" in text throughout.
1672
8cf51b2c
GM
16732007-03-04 Richard Stallman <rms@gnu.org>
1674
1675 * custom.texi (Safe File Variables): Minor correction.
1676
8cf51b2c
GM
16772007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1678
1679 * rmail.texi (Movemail): Add internal ref.
1680 Don't indent the intro for the PROTO table.
1681 Format PROTO table items with @code.
1682
8cf51b2c
GM
16832007-02-26 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * building.texi: Remove references to bashdb.
1686
8cf51b2c
GM
16872007-02-19 Juanma Barranquero <lekktu@gmail.com>
1688
1689 * mule.texi (Language Environments): Update list of supported language
1690 environments.
1691
8cf51b2c
GM
16922007-02-14 Kim F. Storm <storm@cua.dk>
1693
1694 * building.texi (Grep Searching): Fix lgrep doc.
1695
16962007-02-12 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * back.texi: Remove unused file.
1699
c8763fb6 17002007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1701
1702 * maintaining.texi (Tag Syntax): Now --members is the default for
1703 etags, not for ctags yet.
1704
8cf51b2c
GM
17052007-02-03 Eli Zaretskii <eliz@gnu.org>
1706
1707 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1708 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1709 expects. Add comments to prevent people from inadvertently modifying
1710 the key parts needed by `texinfo-multiple-files-update'.
1711
17122007-01-29 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * frames.texi (Secondary Selection): Window clicked does not matter
1715 when mouse-yank-at-point is non-nil.
1716
8cf51b2c
GM
17172007-01-16 Glenn Morris <rgm@gnu.org>
1718
1719 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1720 system abbrev.
1721
17222007-01-11 Richard Stallman <rms@gnu.org>
1723
1724 * msdog.texi (Windows Keyboard): Another small cleanup.
1725
17262007-01-10 Richard Stallman <rms@gnu.org>
1727
1728 * msdog.texi (Windows Keyboard): Yet another try to make
1729 everyone happy with that passage.
1730
17312007-01-05 Richard Stallman <rms@gnu.org>
1732
1733 * anti.texi (Antinews): Mention M-x shell scrolling.
1734
17352007-01-05 Nick Roberts <nickrob@snap.net.nz>
1736
1737 * building.texi (Watch Expressions): Describe gdb-max-children.
1738
8cf51b2c
GM
17392007-01-04 Richard Stallman <rms@gnu.org>
1740
8cf51b2c
GM
1741 * msdog.texi (Windows Keyboard): Clarify previous change.
1742
8cf51b2c
GM
17432007-01-02 Richard Stallman <rms@gnu.org>
1744
1745 * custom.texi (Changing a Variable): Minor clarification.
1746 (Specific Customization): customize-customized => customize-unsaved.
1747
1748 * entering.texi (Entering Emacs): Clean up text about restarting
1749 Emacs for each file.
1750
1751 * misc.texi (Shell Options): Minor cleanup.
1752
1753 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1754 with Emacs, not vice versa.
1755
1756 * programs.texi (Symbol Completion): Recommend customizing
1757 window manager.
1758
1759 * xresources.texi (Resources): Minor fix.
1760
c8763fb6 17612007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1762
1763 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1764
17652007-01-01 Richard Stallman <rms@gnu.org>
1766
1767 * commands.texi (User Input): Document keys stolen by window mangers.
1768
17692006-12-31 Richard Stallman <rms@gnu.org>
1770
1771 * custom.texi (Specific Customization): Document customize-option
1772 instead of customize-variable.
1773
17742006-12-31 Kim F. Storm <storm@cua.dk>
1775
1776 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1777
17782006-12-30 Kim F. Storm <storm@cua.dk>
1779
1780 * killing.texi (CUA Bindings): Fix typo.
1781
1782 * xresources.texi (Table of Resources): Mention grow-only value for
1783 auto-resize-tool-bars.
1784
8cf51b2c
GM
17852006-12-27 Eli Zaretskii <eliz@gnu.org>
1786
1787 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1788 and how to get them back.
1789
17902006-12-26 Richard Stallman <rms@gnu.org>
1791
1792 * calendar.texi (Holidays): Holiday listing is based on current
1793 practice, but DST is not.
1794
17952006-12-25 Richard Stallman <rms@gnu.org>
1796
1797 * emacs.texi (Top): Update subnode menus.
1798
1799 * mark.texi (Transient Mark): Fix xref.
1800
1801 * killing.texi (Graphical Kill): Node deleted.
1802 (Killing): Add xref to Cut and Paste.
1803 (CUA Bindings): Update xref.
1804
1805 * frames.texi (Cut and Paste): New section to hold other nodes.
1806 (Mouse Commands): Node demoted.
1807 (Cut/Paste Other App): Split out from Mouse Commands.
1808 (Word and Line Mouse): Likewise.
1809 (Secondary Selection, Clipboard): Nodes demoted.
1810
8cf51b2c
GM
18112006-12-24 Kevin Ryde <user42@zip.com.au>
1812
1813 * calendar.texi (Holidays): US daylight saving begins second Sunday
1814 in March for 2007 onwards.
1815 (Daylight Savings): Show new US default daylight saving rules, 2nd
1816 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1817
18182006-12-23 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * calendar.texi (Scroll Calendar): < and > are switched.
1821
18222006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1823
1824 * killing.texi (Deletion): Describe M-\ prefix argument.
1825
18262006-12-23 Richard Stallman <rms@gnu.org>
1827
1828 * search.texi (Regexp Search): Explain why forward and reverse regexp
1829 search are not mirror images.
1830
8cf51b2c
GM
18312006-12-19 Kim F. Storm <storm@cua.dk>
1832
1833 * major.texi (Choosing Modes): Describe match-function elements for
1834 magic-mode-alist.
1835
8cf51b2c
GM
18362006-12-18 Eli Zaretskii <eliz@gnu.org>
1837
1838 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1839 peculiarities.
1840
18412006-12-18 Richard Stallman <rms@gnu.org>
1842
1843 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1844
8cf51b2c
GM
18452006-12-17 Alan Mackenzie <acm@muc.de>
1846
1847 * programs.texi (Left Margin Paren): Remove the bit which says
1848 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1849 Discuss some of the issues of setting this option to nil.
1850
18512006-12-17 Glenn Morris <rgm@gnu.org>
1852
1853 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1854
18552006-12-16 Eli Zaretskii <eliz@gnu.org>
1856
1857 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1858 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1859 NTFS volumes.
1860 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1861 volumes.
1862
18632006-12-15 Eli Zaretskii <eliz@gnu.org>
1864
1865 * text.texi (HTML Mode): Fix "C-c TAB".
1866
8cf51b2c
GM
18672006-12-09 Richard Stallman <rms@gnu.org>
1868
1869 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1870
18712006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1872
1873 * files.texi (Misc File Ops): Document insert-file-literally.
1874
18752006-12-08 Eli Zaretskii <eliz@gnu.org>
1876
1877 * cmdargs.texi (Colors): Note that --color is intended for overriding
1878 the terminal defaults, not for normal invocation.
1879
1880 * misc.texi (Emacs Server): Improve wording. Don't mention the
1881 ``server program''. Add a cross-reference to "Init File" node.
1882 (Invoking emacsclient): Add index entries. Document both short and
1883 long versions of command-line options. Document the -f option.
1884
8cf51b2c
GM
18852006-12-06 Richard Stallman <rms@gnu.org>
1886
1887 * text.texi (Outline Format): Say to set outline-regexp
1888 and outline-level with major modes and file local variables.
1889
c8763fb6 18902006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1891
1892 * anti.texi (Antinews): Mention the alternative to
1893 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1894
8cf51b2c
GM
1895 * misc.texi (Interactive Shell): Ditto.
1896
18972006-12-04 Eli Zaretskii <eliz@gnu.org>
1898
1899 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1900
1901 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1902
19032006-12-01 Eli Zaretskii <eliz@gnu.org>
1904
1905 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1906 colon in the mode line.
1907
1908 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1909
19102006-11-26 Nick Roberts <nickrob@snap.net.nz>
1911
1912 * building.texi (Watch Expressions): Mention SPC for expanding/
1913 contracting watch expressions.
1914
19152006-11-26 Kim F. Storm <storm@cua.dk>
1916
1917 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1918
19192006-11-26 Nick Roberts <nickrob@snap.net.nz>
1920
1921 * building.texi (Debugger Operation): Define text command mode.
1922 Clarify how tooltips work.
1923 (GDB Graphical Interface): Explain how to run in text command mode
1924 more clearly.
1925
19262006-11-25 Juanma Barranquero <lekktu@gmail.com>
1927
1928 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1929
19302006-11-22 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1933
8cf51b2c
GM
19342006-11-18 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1937 and EMACS is deprecated.
1938
19392006-11-18 Juanma Barranquero <lekktu@gmail.com>
1940
1941 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1942
c8763fb6 19432006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1944
1945 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1946
1947 * emacs.texi: Include xresources.texi both for info and dvi.
1948
1949 * xresources.texi: Merge text from xresmini.texi.
1950
c8763fb6 19512006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1952
1953 * glossary.texi: Fix typos.
1954
8cf51b2c
GM
19552006-11-06 Richard Stallman <rms@gnu.org>
1956
1957 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1958
1959 * ack.texi (Acknowledgments): Fix name spelling.
1960
19612006-11-01 Juri Linkov <juri@jurta.org>
1962
1963 * search.texi (Word Search): Document incremental word search.
1964
19652006-10-28 Glenn Morris <rgm@gnu.org>
1966
1967 * ack.texi (Acknowledgments): Add cal-html author.
1968
1969 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1970 Calendar"). Describe new package cal-html.
1971 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1972 Calendar Files."
1973
8cf51b2c
GM
19742006-10-23 Richard Stallman <rms@gnu.org>
1975
1976 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1977 Abbrev mode is enabled.
1978
8cf51b2c
GM
19792006-10-16 Richard Stallman <rms@gnu.org>
1980
8cf51b2c
GM
1981 * emacs.texi: Update ISBN.
1982
8cf51b2c
GM
19832006-10-11 Kim F. Storm <storm@cua.dk>
1984
1985 * emacs.texi (Acknowledgments): Use @dotless{i}.
1986
19872006-10-08 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * building.texi (Breakpoints Buffer): Mention catchpoints.
1990
19912006-10-08 Kim F. Storm <storm@cua.dk>
1992
1993 * ack.texi (Acknowledgments): Update.
1994
1995 * emacs.texi (Acknowledgments): Fix bad @/ form.
1996
8cf51b2c
GM
19972006-10-05 Kim F. Storm <storm@cua.dk>
1998
1999 * emacs.texi (Acknowledgments): Add more contributors.
2000
20012006-10-03 Richard Stallman <rms@gnu.org>
2002
2003 * emacs.texi (Acknowledgments): Update version and edition.
2004
8cf51b2c
GM
20052006-10-01 Karl Berry <karl@gnu.org>
2006
2007 * custom.texi (Customization Groups): Page break to keep example buffer
2008 on one page.
2009
20102006-09-30 Karl Berry <karl@gnu.org>
2011
2012 * programs.texi (Basic Indent): @need to improve page break.
2013 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2014
20152006-09-29 Glenn Morris <rgm@gnu.org>
2016
2017 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2018
20192006-09-29 Karl Berry <karl@gnu.org>
2020
2021 * windows.texi (Basic Window): Remove forced @break, no longer
2022 desirable.
2023 * frames.texi (Frame Commands),
2024 * mark.texi (Marking Objects): Reword to avoid bad page break.
2025 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2026
20272006-09-19 Richard Stallman <rms@gnu.org>
2028
2029 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2030 stick to present tense.
2031
c8763fb6 20322006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2033
2034 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2035 to x-gtk-use-old-file-dialog.
2036 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2037
20382006-09-15 Jay Belanger <belanger@truman.edu>
2039
49823426 2040 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2041 Change "Library Public License" to "Lesser Public License"
2042 throughout. Use "yyyy" to represent year.
2043
8cf51b2c
GM
20442006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2045
2046 * files.texi (Visiting): Add index entry "open file".
2047
8cf51b2c
GM
20482006-09-11 Richard Stallman <rms@gnu.org>
2049
2050 * building.texi (Compilation Mode): Clarification.
2051 (Grep Searching): Add xref to Compilation Mode.
2052
8cf51b2c
GM
20532006-09-08 Richard Stallman <rms@gnu.org>
2054
2055 * search.texi (Search): Ref multi-file search commands here.
2056 (Other Repeating Search): Not here.
2057
8cf51b2c
GM
20582006-08-28 Richard Stallman <rms@gnu.org>
2059
2060 * windows.texi (Split Window): Update xref.
2061
2062 * basic.texi (Continuation Lines): Update xref.
2063
2064 * indent.texi (Tab Stops): Update xref.
2065
2066 * emacs.texi (Top): Update subnode menu.
2067
2068 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2069 split out of Display Custom.
2070
20712006-08-25 Kim F. Storm <storm@cua.dk>
2072
2073 * display.texi (Display Custom): Add variables overline-margin
2074 and x-underline-at-descent-line.
2075
20762006-08-25 Richard Stallman <rms@gnu.org>
2077
2078 * entering.texi (Exiting): Rewrite to give graphical displays
2079 priority over text terminals.
2080
2081 * search.texi (Incremental Search): Move index entries.
2082
20832006-08-23 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * custom.texi (Init File): Reference Find Init to avoid "home
2086 directory" confusion.
2087
20882006-08-22 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * building.texi (Other GDB-UI Buffers): Describe how to edit
2091 a value in the locals buffer.
2092
20932006-08-21 Richard Stallman <rms@gnu.org>
2094
2095 * search.texi (Basic Isearch): Add `isearch' index entry.
2096
20972006-08-16 Richard Stallman <rms@gnu.org>
2098
2099 * misc.texi (Saving Emacs Sessions): Clean up wording.
2100
2101 * mark.texi (Marking Objects): Mention term "select all".
2102
2103 * emacs.texi (Top): Update subnode menu.
2104
2105 * help.texi (Help Mode): Move node up in file.
2106
8cf51b2c
GM
21072006-08-15 Nick Roberts <nickrob@snap.net.nz>
2108
2109 * building.texi (Stack Buffer): Explain fringe arrow.
2110
8cf51b2c
GM
21112006-08-12 Eli Zaretskii <eliz@gnu.org>
2112
8cf51b2c
GM
2113 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2114 on startup.
2115
21162006-08-11 Romain Francoise <romain@orebokech.com>
2117
2118 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2119
21202006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2121
2122 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2123
21242006-08-10 Richard Stallman <rms@gnu.org>
2125
2126 * text.texi (Format Faces): Substantial rewrites to deal
2127 with face merging. Empty regions don't count. Clarify
2128 face property inheritance.
2129
21302006-08-08 Romain Francoise <romain@orebokech.com>
2131
2132 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2133 <arjuropo@cc.jyu.fi>.
2134
8cf51b2c
GM
21352006-08-04 Eli Zaretskii <eliz@gnu.org>
2136
2137 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2138 apply to all frames.
2139
8cf51b2c
GM
21402006-08-01 Richard Stallman <rms@gnu.org>
2141
2142 * help.texi (Name Help): Add index entries for describe-variable.
2143
21442006-08-01 Nick Roberts <nickrob@snap.net.nz>
2145
2146 * building.texi (GDB Graphical Interface): Shorten node names.
2147 (GDB-UI Layout): Use GDB-related.
2148 (Other GDB-UI Buffers): Simplify English.
2149
21502006-07-31 Richard Stallman <rms@gnu.org>
2151
2152 * search.texi (Query Replace): Add xref for Dired's Q command.
2153
8cf51b2c
GM
21542006-07-31 Nick Roberts <nickrob@snap.net.nz>
2155
2156 * building.texi (GDB commands in Fringe): Rename to...
2157 (Source Buffers): ..this and move forward. Describe hollow arrow and
2158 new option gdb-find-source-frame.
2159
21602006-07-29 Richard Stallman <rms@gnu.org>
2161
2162 * dired.texi (Operating on Files): Simplify previous change
2163 and fix Texinfo usage.
2164
21652006-07-29 Eli Zaretskii <eliz@gnu.org>
2166
2167 * dired.texi (Operating on Files): Add cross-references. State the
2168 Unix commands that do similar things.
2169
21702006-07-28 Richard Stallman <rms@gnu.org>
2171
2172 * mark.texi (Transient Mark): Clarify that region never disappears
2173 when Transient Mark mode is off, and not when it is on.
2174
21752006-07-27 Richard Stallman <rms@gnu.org>
2176
2177 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2178
21792006-07-24 Richard Stallman <rms@gnu.org>
2180
2181 * xresources.texi (GTK styles): Fix texinfo usage.
2182
8cf51b2c
GM
2183 * commands.texi (User Input): Explain why we teach keyboard cmds.
2184
2185 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2186 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2187 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2188 * doclicense.texi, display.texi, dired.texi, basic.texi:
2189 * anti.texi, ack.texi: Move periods and commas inside quotes.
2190
21912006-07-22 Eli Zaretskii <eliz@gnu.org>
2192
2193 * cmdargs.texi (General Variables): Document EMAIL.
2194
21952006-07-21 Eli Zaretskii <eliz@gnu.org>
2196
2197 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2198 doesn't have effect on MS-Windows.
2199
8cf51b2c
GM
22002006-07-17 Richard Stallman <rms@gnu.org>
2201
2202 * building.texi (Grep Searching): Explain about chaining grep commands.
2203
8cf51b2c
GM
22042006-07-10 Nick Roberts <nickrob@snap.net.nz>
2205
49823426 2206 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2207
22082006-07-09 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2211 is invoked for multiple files.
2212
22132006-07-08 Eli Zaretskii <eliz@gnu.org>
2214
2215 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2216 on-line manual for the rest of this node.
2217 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2218 unconditionally.
2219 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2220 Improve wording.
2221 (Windows Printing): Improve wording.
2222 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2223 rest of this node.
2224
8cf51b2c
GM
22252006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2226
49823426
GM
2227 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2228 with eval-buffer.
8cf51b2c
GM
2229
22302006-07-05 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2233 of character translation.
2234
22352006-07-04 Nick Roberts <nickrob@snap.net.nz>
2236
2237 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2238
22392006-07-03 Karl Berry <karl@gnu.org>
2240
2241 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2242 not-too-underfull hboxes in the TeX output.
2243 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2244 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2245 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2246 * sending.texi, text.texi: Fix overfull/underfull boxes.
2247
22482006-07-03 Romain Francoise <romain@orebokech.com>
2249
2250 * m-x.texi (M-x): Fix.
2251
22522006-07-03 Richard Stallman <rms@gnu.org>
2253
8cf51b2c
GM
2254 * search.texi (Other Repeating Search): filename -> file name.
2255
2256 * misc.texi (Narrowing): Minor cleanups.
2257
2258 * files.texi (Visiting): filename -> file name.
2259
2260 * emacs.texi (Top): Update subnode menus.
2261
2262 * mule.texi (Coding Systems): Move char translation stuff here.
2263 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2264 (Recognize Coding): Substantial local rewrites.
2265 (International): Update menu.
2266
2267 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2268 (Scrolling): Substantial local rewrites.
2269 (Display): Update menu and intro.
2270
2271 * dired.texi: filename -> file name.
2272
2273 * custom.texi (Safe File Variables): Texinfo usage fix.
2274
22752006-07-03 Ted Zlatanov <tzz@lifelogs.com>
2276
2277 * help.texi, m-x.texi: Lots of cleanups.
2278
8cf51b2c
GM
22792006-06-30 Eli Zaretskii <eliz@gnu.org>
2280
2281 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2282 (Windows Processes, Windows Misc): Shorten the printed version by
2283 selectively conditioning less important portions by @ifnottex.
2284
8cf51b2c
GM
22852006-06-27 Richard Stallman <rms@gnu.org>
2286
2287 * mini.texi (Minibuffer File): Minor cleanup.
2288
22892006-06-25 Nick Roberts <nickrob@snap.net.nz>
2290
2291 * frames.texi (XTerm Mouse): Rename to...
2292 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2293
2294 * emacs.texi (Top): Use new node name.
2295
22962006-06-24 Eli Zaretskii <eliz@gnu.org>
2297
2298 * emacs.texi (Top): Update the detailed menu according to changes in
2299 msdog.texi.
2300
2301 * msdog.texi (Windows Keyboard): New section.
2302 (Windows Mouse): New section.
2303 (Windows System Menu): Remove section (text merged with "Windows
2304 Keyboard").
2305 (Windows Misc): New section.
2306
2307 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2308
2309 * msdog.texi (ls in Lisp): New section.
2310
2311 * files.texi (Visiting): Document case-insensitive wildcard matching
2312 under find-file-wildcards.
2313
8cf51b2c
GM
23142006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2315
2316 * macos.texi (Mac Input): Add description of mac-function-modifier.
2317 Now Unicode keyboard layouts work.
2318
8cf51b2c
GM
23192006-06-10 Richard Stallman <rms@gnu.org>
2320
2321 * mule.texi (Recognize Coding): Clarify previous change.
2322
23232006-06-09 Kenichi Handa <handa@m17n.org>
2324
2325 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2326 notation.
2327
23282006-06-07 Kevin Ryde <user42@zip.com.au>
2329
2330 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2331 manual for @ifnottex, but in emacs-extra for @iftex.
2332
2333 * cmdargs.texi (General Variables): Fix smtpmail xref.
2334
23352006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2336
8cf51b2c 2337 * programs.texi (Comment Commands):
8cf51b2c 2338 * custom.texi (Specifying File Variables):
49823426 2339 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2340
23412006-06-07 Nick Roberts <nickrob@snap.net.nz>
2342
2343 * building.texi (Watch Expressions): Move node to end.
2344 (GDB Graphical Interface): Move description of clicks in fringe...
2345 (GDB commands in the Fringe): ...to here. New node.
2346
8cf51b2c
GM
23472006-06-05 Romain Francoise <romain@orebokech.com>
2348
49823426 2349 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2350
23512006-06-05 Nick Roberts <nickrob@snap.net.nz>
2352
2353 * building.texi (GDB Graphical Interface): Update bindings.
2354 (Commands of GUD): Add gud-print. Remove gud-run.
2355 Restate availability more generally.
2356
23572006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2358
2359 * mini.texi: Lots of cleanups.
2360
23612006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2362
2363 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2364 and Mouse-2.
2365
c8763fb6 23662006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2367
2368 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2369
8cf51b2c
GM
23702006-05-31 Richard Stallman <rms@gnu.org>
2371
2372 * basic.texi (Moving Point): Fix previous change.
2373
c8763fb6 23742006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2375
2376 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2377
23782006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2379
2380 * basic.texi: Many simplifications and improvements in wording.
2381
8cf51b2c
GM
23822006-05-26 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * anti.texi (Antinews): Create a node for gdb-ui.
2385
8cf51b2c
GM
23862006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2387
2388 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2389
23902006-05-20 Richard Stallman <rms@gnu.org>
2391
2392 * dired.texi (Dired Navigation): dired-goto-file is now j.
2393
8cf51b2c
GM
23942006-05-20 Eli Zaretskii <eliz@gnu.org>
2395
2396 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2397 and their aliases.
2398
2399 * msdog.texi (Windows Printing): Mention non-support of plain text
2400 printing with some el-cheapo printers, and suggest a workaround.
2401
24022006-05-20 Kevin Ryde <user42@zip.com.au>
2403
2404 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2405 remove the bit saying you must set it.
2406
24072006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2408
2409 * trouble.texi (Checklist):
2410 * text.texi (Text, Auto Fill, Text Mode):
2411 * search.texi (Nonincremental Search):
2412 * rmail.texi (Rmail Labels):
2413 * mule.texi (Input Methods, Multibyte Conversion):
2414 * misc.texi (Gnus, Where to Look, PostScript):
2415 * maintaining.texi (Create Tags Table):
2416 * indent.texi (Indentation Commands):
2417 * fixit.texi (Spelling):
2418 * emacs.texi (Copying):
2419 * custom.texi (Init File): ifinfo -> ifnottex.
2420
8cf51b2c
GM
24212006-05-17 Richard Stallman <rms@gnu.org>
2422
2423 * files.texi (Diff Mode): Mention C-x `.
2424
24252006-05-08 Richard Stallman <rms@gnu.org>
2426
2427 * custom.texi (Disabling): Textual cleanups.
2428
8cf51b2c
GM
24292006-05-12 Glenn Morris <rgm@gnu.org>
2430
2431 * calendar.texi (Displaying the Diary, Format of Diary File):
2432 Refer to diary-view-entries, diary-list-entries,
2433 diary-show-all-entries rather than obsolete aliases.
2434
24352006-05-12 Eli Zaretskii <eliz@gnu.org>
2436
2437 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2438 (Displaying the Diary, Special Diary Entries, Importing Diary):
2439 * building.texi (Compilation Shell):
2440 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2441 emacs-xtra with @inforef's.
2442
2443 * files.texi (Visiting): Fix wording.
2444
2445 * mule.texi (Coding Systems, Text Coding): More indexing.
2446 Mention that C-x RET f can set eol conversion.
2447
c8763fb6 24482006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2449
2450 * xresmini.texi (GTK resources): Insert GTK description.
2451
2452 * xresources.texi (GTK resources): metafont should be menufont.
2453
8cf51b2c
GM
24542006-05-06 Michael Albinus <michael.albinus@gmx.de>
2455
49823426 2456 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2457 method, user name and host name is active only in partial
2458 completion mode.
2459
8cf51b2c
GM
24602006-05-06 Eli Zaretskii <eliz@gnu.org>
2461
2462 * makefile.w32-in (emacs.dvi):
2463 * Makefile.in (emacs.dvi): Add xresmini.texi.
2464
2465 * xresmini.texi (Table of Resources): Remove xref to non-existent
2466 node "LessTif Resources".
2467
2468 * msdog.texi (Microsoft Windows):
2469 * calendar.texi (Calendar/Diary, Displaying the Diary)
2470 (Special Diary Entries, Importing Diary, Holidays):
2471 * programs.texi (Program Modes):
2472 * text.texi (Text):
2473 * buffers.texi (Several Buffers):
2474 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2475
24762006-05-06 Eli Zaretskii <eliz@gnu.org>
2477
2478 The following changes merge the emacs-xtra manual into the main
2479 manual, but only for on-line version of the manual.
2480
2481 * vc2-xtra.texi (Version Backups, Local Version Control)
2482 (Making Snapshots, Change Logs and VC, Version Headers)
2483 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2484 on-line manual.
2485
2486 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2487 for on-line manual.
2488
2489 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2490 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2491 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2492 for on-line manual.
2493
2494 * fortran-xtra.texi (Fortran, Fortran Autofill)
2495 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2496 for on-line manual.
2497
2498 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2499 Conditional xref's for on-line manual.
2500
2501 * emerge-xtra.texi (Emerge, Overview of Emerge)
2502 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2503 manual.
2504
2505 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2506 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2507 (EMACSSOURCES): Use EMACS_XTRA.
2508 (../info/emacs-xtra): Remove.
2509 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2510
2511 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2512 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2513 (EMACSSOURCES): Use EMACS_XTRA.
2514 ($(infodir)/emacs-xtra): Remove.
2515 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2516
2517 * trouble.texi (Quitting):
2518 * text.texi (Text):
2519 * programs.texi (Program Modes):
2520 * msdog.texi (Microsoft Windows):
2521 * frames.texi (Frames):
2522 * files.texi (Backup, Version Control, VC Concepts)
2523 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2524 (Registering, VC Status, VC Undo, Multi-User Branching)
2525 (Comparing Files):
2526 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2527 (Displaying the Diary, Special Diary Entries, Importing Diary):
2528 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2529 conditional xref's, depending on @iftex/@ifnottex.
2530
2531 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2532 "MS-DOS". @include msdog-xtra.texi.
2533
2534 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2535 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2536
2537 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2538 for vc-xtra.texi subsections.
2539 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2540 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2541
2542 * sending.texi (Sending Mail): A @node line without explicit Prev,
2543 Next, and Up links.
2544
2545 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2546 Next, and Up links.
2547
2548 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2549 and its sections. @include picture-xtra.texi.
2550
2551 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2552 "Emerge".
2553 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2554
2555 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2556 exact duplicate of its name-sake in calendar.texi.
2557
2558 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2559 "Advanced Calendar/Diary Usage".
2560 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2561
2562 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2563 dired-xtra.texi.
2564 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2565
2566 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2567 (Files) [ifnottex]: Add menu entry for Autorevert.
2568
2569 * emacs-xtra.texi (Introduction): Reword to make consistent with
2570 printed version only.
2571 <Top level>: Remove the body of all chapters and move them to the
2572 new *-xtra.texi files. Use @raisesections and @lowersections to
2573 convert sections to chapters etc.
2574
2575 * msdog-xtra.texi:
2576 * fortran-xtra.texi:
2577 * vc-xtra.texi:
2578 * vc1-xtra.texi:
2579 * vc2-xtra.texi:
2580 * emerge-xtra.texi:
2581 * cal-xtra.texi:
2582 * dired-xtra.texi:
2583 * arevert-xtra.texi: New files, with text from respective chapters
2584 of emacs-xtra.texi. Convert each @chapter into @section, @section
2585 into @subsection, etc.
2586
2587 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2588 updated.
2589
2590 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2591 Windows". All references updated.
2592
25932006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2594
2595 * macos.texi (Mac Input): Mention input from Character Palette.
2596 (Mac Font Specs): Fix typo.
2597
25982006-05-05 Richard Stallman <rms@gnu.org>
2599
2600 * files.texi (Diff Mode): Minor cleanup.
2601
26022006-05-05 Karl Berry <karl@gnu.org>
2603
8cf51b2c
GM
2604 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2605 errors from the current release of makeinfo (4.8).
2606 * help.texi (Library Keywords): Change widest word in multitable
2607 template from `emulations' to `convenience'. (Not sure if this is
2608 related to the font change.)
2609
26102006-05-05 Eli Zaretskii <eliz@gnu.org>
2611
2612 * files.texi (File Names): Add a footnote about limited support of
2613 ~USER on MS-Windows.
2614
2615 * cmdargs.texi (Initial Options): Add a footnote about limited
2616 support of ~USER on MS-Windows.
2617
26182006-05-03 Richard Stallman <rms@gnu.org>
2619
2620 * files.texi (Diff Mode): Node moved here.
2621 (Comparing Files): Delete what duplicates new node.
2622 (Files): Put Diff Mode in menu.
2623
2624 * misc.texi (Diff Mode): Moved to files.texi.
2625
2626 * emacs.texi (Top): Update menu for Diff Mode.
2627
2628 * trouble.texi (Emergency Escape): Simplify.
2629
2630 * emacs.texi (Top): Minor clarification.
2631
26322006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2633
2634 * commands.texi, entering.texi, screen.texi: Many simplifications.
2635
26362006-05-03 Richard Stallman <rms@gnu.org>
2637
2638 * commands.texi (Text Characters): Delete paragraph about unibyte
2639 non-ASCII printing chars.
2640
2641 * killing.texi (Killing): Say "graphical displays".
2642 * display.texi: Say "graphical displays".
2643
2644 * cmdargs.texi (Misc X): Say "graphical displays".
2645
26462006-05-01 Richard Stallman <rms@gnu.org>
2647
2648 * emacs.texi (Top): Add Diff Mode to menu.
2649
26502006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2651
2652 * misc.texi (Diff Mode): New node.
2653
26542006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2655
2656 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2657 (Mac Environment Variables): Shorten example line.
2658 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2659
26602006-05-01 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * building.texi (GUD Customization): Describe cases %d and %c.
2663 Update description for %e.
2664
26652006-04-30 Glenn Morris <rgm@gnu.org>
2666
2667 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2668
26692006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 * custom.texi (Examining): Update C-h v output example.
2672
26732006-04-29 Kim F. Storm <storm@cua.dk>
2674
2675 * building.texi (Grep Searching): Add lgrep and rgrep.
2676
8cf51b2c
GM
26772006-04-23 Richard Stallman <rms@gnu.org>
2678
2679 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2680
2681 * xresmini.texi: New file.
2682
2683 * xresources.texi (Face Resources): Split table into font resources
2684 and the rest. Combine similar attributes for brevity.
2685
8cf51b2c
GM
26862006-04-21 Eli Zaretskii <eliz@gnu.org>
2687
2688 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2689 backslashes and case-insensitivity in file names (moved to the
2690 main manual).
2691 (MS-DOS Printing): Move most of the text to the main manual.
2692
2693 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2694 New nodes.
2695 (Windows Processes, Windows System Menu): Add index entries and
2696 fix wording.
2697
8cf51b2c
GM
26982006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2699
2700 * misc.texi (Shell Ring): Add notes on saved input when
2701 navigating off the end of the history list.
2702
27032006-04-18 Chong Yidong <cyd@mit.edu>
2704
2705 * misc.texi (Shell Options): Correct default value of
2706 comint-scroll-show-maximum-output.
2707
8cf51b2c
GM
27082006-04-18 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * building.texi (Watch Expressions): Update.
2711
8cf51b2c
GM
27122006-04-12 Richard Stallman <rms@gnu.org>
2713
2714 * search.texi: Clean up previous change.
2715
27162006-04-12 Eli Zaretskii <eliz@gnu.org>
2717
2718 * search.texi (Regexp Backslash, Regexp Replace): Add index
2719 entries for ``back reference'' and mention the term itself in the
2720 text.
2721
27222006-04-11 Richard Stallman <rms@gnu.org>
2723
2724 * custom.texi (Safe File Variables):
2725 Document enable-local-variables = :safe.
2726
27272006-04-11 Karl Berry <karl@gnu.org>
2728
2729 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2730 (Remote Repositories, Version Backups, Local Version Control)
2731 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2732 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2733 (Renaming VC Work Files and Master Files)
2734 (Inserting Version Control Headers, Customizing VC, General Options)
2735 (Options for RCS and SCCS, Options specific for CVS): Move all
2736 these nodes to emacs-xtra.texi, for brevity.
2737 * cmdargs.texi, files.texi: Change cross-references.
2738
8cf51b2c
GM
27392006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2740
2741 * files.texi (Old Versions): Update description of vc-annotate's
2742 use of color to indicate date ranges.
2743
8cf51b2c
GM
27442006-04-09 Kevin Ryde <user42@zip.com.au>
2745
8cf51b2c
GM
2746 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2747 put info and printed manual names the right way around.
2748
27492006-04-09 Karl Berry <karl@gnu.org>
2750
2751 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2752 emacs-xtra.texi, leaving only MS Windows information.
2753 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2754 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2755 node names.
2756
2757 * emacs.texi: Move @summarycontents and @contents to the beginning
2758 of the file.
2759
8cf51b2c
GM
27602006-04-08 Kevin Ryde <user42@zip.com.au>
2761
2762 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2763
27642006-04-07 Richard Stallman <rms@gnu.org>
2765
2766 * programs.texi (Comments, Comment Commands, Options for Comments)
2767 (Multi-Line Comments): "Align", not "indent".
2768 (Basic Indent): C-j deletes trailing whitespace before the newline.
2769
27702006-04-06 Richard Stallman <rms@gnu.org>
2771
8cf51b2c
GM
2772 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2773
27742006-04-06 Eli Zaretskii <eliz@gnu.org>
2775
2776 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2777
8cf51b2c
GM
27782006-04-05 Richard Stallman <rms@gnu.org>
2779
2780 * emacs.texi (Top): Update subnode menu.
2781
2782 * trouble.texi (Unasked-for Search): Node deleted.
2783 (Lossage): Delete from menu.
2784
27852006-04-04 Richard Stallman <rms@gnu.org>
2786
2787 * trouble.texi: Various cleanups.
2788 (Checklist): Don't bother saying how to snail a bug report.
2789 (Emergency Escape): Much rewriting.
2790 (After a Crash): Rename the core dump immediately.
2791 (Total Frustration): Call it a psychotherapist.
2792 (Bug Criteria): Avoid "illegal instruction".
2793 (Sending Patches): We always put the contributor's name in.
2794
2795 * misc.texi (Thumbnails): Minor correction.
2796
8cf51b2c
GM
27972006-04-03 Richard Stallman <rms@gnu.org>
2798
2799 * misc.texi (Thumbnails): Minor cleanup.
2800
28012006-04-02 Karl Berry <karl@gnu.org>
2802
2803 * sending.texi (Mail Sending): pxref to Top needs five args.
2804
2805 * texinfo.tex: Update to current version (2006-03-21.13).
2806
8cf51b2c
GM
28072006-03-31 Richard Stallman <rms@gnu.org>
2808
2809 * emacs.texi (Top): Update subnode menu.
2810
2811 * help.texi (Help Mode): Cleanup.
2812
2813 * dired.texi: Many cleanups.
2814 (Dired Deletion): Describe dired-recursive-deletes.
2815 (Operating on Files): dired-create-directory moved.
2816 (Misc Dired Features): Move to here.
2817 (Tumme): Node moved to misc.texi.
2818
2819 * custom.texi: Many cleanups.
2820 (Minor Modes): Don't mention ISO Accents Mode.
2821 (Examining): Update C-h v output example.
2822 (Hooks): Add index and xref for add-hook.
2823 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2824 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2825
2826 * misc.texi: Many cleanups.
2827 (beginning): Add to summary of topics.
2828 (Shell): Put eshell xref at the end. Remove eshell from table.
2829 (Thumbnails): New node.
2830
8cf51b2c
GM
28312006-03-28 Eli Zaretskii <eliz@gnu.org>
2832
2833 * files.texi (File Name Cache): Make it clear that the cache is
2834 not persistent.
2835
8cf51b2c
GM
28362006-03-25 Karl Berry <karl@gnu.org>
2837
49823426
GM
2838 * emacs-xtra.texi, emacs.texi, gnu.texi:
2839 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2840 (2) do not indent copyright year list (or anything else).
2841
8cf51b2c
GM
28422006-03-21 Juanma Barranquero <lekktu@gmail.com>
2843
2844 * files.texi (VC Dired Mode): Remove misplaced brackets.
2845
28462006-03-21 Andre Spiegel <spiegel@gnu.org>
2847
2848 * files.texi: Various updates and clarifications in the VC chapter.
2849
28502006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2851
2852 * help.texi (Help Mode): Document "C-c C-c".
2853
8cf51b2c
GM
28542006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2855
2856 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2857 menu in the standalone Info reader.
2858
28592006-03-15 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2862 moved here from Emacs manual.
2863
2864 * programs.texi (Fortran): Section moved to emacs-xtra.
2865 (Program Modes): Xref to Fortran in emacs-xtra.
2866
2867 * maintaining.texi (Emerge): Move to emacs-xtra.
2868 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2869
2870 * picture.texi: File deleted.
2871 * Makefile.in:
2872 * makefile.w32-in: Remove picture.texi.
2873
2874 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2875 * abbrevs.texi (Abbrevs):
2876 * sending.texi (Sending Mail): Picture node removed.
2877
2878 * emacs.texi (Top): Update node listings.
2879
8cf51b2c
GM
28802006-03-12 Richard Stallman <rms@gnu.org>
2881
2882 * calendar.texi: Various cleanups.
2883
8cf51b2c
GM
28842006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2885
2886 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2887 syntax.
2888
8cf51b2c
GM
28892006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2890
2891 * search.texi (Regexps): More accurately describe which characters
2892 are special in which situations. Recommend _not_ to quote `]' or
2893 `-' when they are not special.
2894
8cf51b2c
GM
28952006-02-28 Andre Spiegel <spiegel@gnu.org>
2896
2897 * files.texi (Old Versions): Clarify operation of C-x v =.
2898
8cf51b2c
GM
28992006-02-21 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * building.texi (Watch Expressions): Update and describe
2902 gdb-speedbar-auto-raise.
2903
29042006-02-19 Richard M. Stallman <rms@gnu.org>
2905
2906 * emacs.texi: Use @smallbook.
2907 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2908 Update subnode menu.
2909
2910 * building.texi (Lisp Interaction): Minor addition.
2911
29122006-02-18 Nick Roberts <nickrob@snap.net.nz>
2913
2914 * building.texi (Watch Expressions): Update and be more precise.
2915
c8763fb6 29162006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2917
2918 * maintaining.texi (Create Tags Table): Explain why the
2919 exception when etags writes to files under the /dev tree.
2920
29212006-02-14 Richard M. Stallman <rms@gnu.org>
2922
2923 * custom.texi (Safe File Variables): Lots of clarification.
2924 Renamed from Unsafe File Variables.
2925
29262006-02-14 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * custom.texi (Unsafe File Variables): File variable confirmation
2929 assumed denied in batch mode.
2930
29312006-02-14 Richard M. Stallman <rms@gnu.org>
2932
2933 * building.texi (GDB User Interface Layout): Don't say `inferior'
2934 for program being debugged.
2935
29362006-02-15 Nick Roberts <nickrob@snap.net.nz>
2937
2938 * building.texi (GDB Graphical Interface):
2939 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2940
29412006-02-13 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * custom.texi (Specifying File Variables, Unsafe File Variables):
2944 New nodes, split from File Variables. Document new file local
2945 variable behavior.
2946
29472006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2948
2949 * display.texi (Standard Faces):
8cf51b2c
GM
2950 * files.texi (Visiting):
2951 * frames.texi (Clipboard):
2952 * glossary.texi (Glossary) <Clipboard>:
2953 * xresources.texi (X Resources): Mention Mac OS port.
2954
8cf51b2c
GM
29552006-02-12 Richard M. Stallman <rms@gnu.org>
2956
2957 * building.texi (Building): Clarify topic in intro.
2958
2959 * maintaining.texi (Maintaining): Change title; clarify topic.
2960 Delete duplicate index entries.
2961
2962 * building.texi (Other GDB User Interface Buffers): Clarifications.
2963
2964 * text.texi (Cell Commands): Clarifications.
2965
2966 * programs.texi (Defuns): Delete duplicate explanation of
2967 left-margin paren convention.
2968 (Hungry Delete): Minor cleanup.
2969
29702006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2971
2972 * dired.texi (Tumme): More tumme documentation.
2973
29742006-02-11 Alan Mackenzie <acm@muc.de>
2975
2976 * programs.texi ("Hungry Delete"): Correct the appellation of the
2977 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2978
29792006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2980
2981 * dired.texi (Tumme): Fix small bug.
2982
29832006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2984
2985 * macos.texi (Mac International): Rename "fontset-mac" to
2986 "fontset-standard".
2987
8cf51b2c
GM
29882006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2989
2990 * dired.texi (Tumme): Basic documentation for Tumme added.
2991
8cf51b2c
GM
29922006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * mule.texi (International):
2995 * programs.texi (Basic Indent): Fix typos.
2996
8cf51b2c
GM
2997 * custom.texi (Minor Modes):
2998 * display.texi (Text Display):
2999 * commands.texi (Text Characters): Update xrefs.
3000
30012006-02-07 Richard M. Stallman <rms@gnu.org>
3002
3003 * emacs.texi (Top): Update subnode menu.
3004 Update info on old Emacs papers.
3005 (Intro): "Graphical display", not window system.
3006
3007 * xresources.texi (GTK styles): Minor clarifications.
3008
3009 * trouble.texi: "Graphical display", not window system.
3010 (Stuck Recursive): Minor clarification.
3011
3012 * text.texi: Minor clarifications.
3013 (Sentences): Explain why two-space convention is better.
3014 Explain sentence-end-without-period here.
3015 (Fill Commands): Not here.
3016 (Refill): Node moved down.
3017 (Filling): Update menu.
3018 (Table Creation, Cell Justification, Column Commands): Clarify.
3019
3020 * sending.texi: Minor clarifications.
3021
3022 * search.texi (Regexp Backslash): Clarification.
3023
3024 * rmail.texi: Minor cleanups.
3025 (Rmail): Delete digression about `rmail-mode'.
3026 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3027 (Rmail Files): Mention C-u M-x rmail.
3028 (Rmail Reply): Mention References.
3029 (Rmail Display): Mention rmail-nonignored-headers.
3030
3031 * programs.texi: Minor cleanups.
3032 (Comment Commands): Mention momentary Transient Mark mode.
3033 (Matching): Be more specific about customizing show-paren-mode.
3034 (Info Lookup): Don't list the modes that support C-h S.
3035 Just say what it does in an unsupported mode.
3036 (Man Page): Delete excessive info on customizing woman.
3037 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3038
3039 * abbrevs.texi: Minor clarifications.
3040 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3041 not "dynamic abbrevs" as if they were a kind of abbrev.
3042
3043 * picture.texi (Picture): Minor cleanup.
3044
3045 * mule.texi (Communication Coding): Say "other applications".
3046 (Fontsets): Not specific to X. Add xref to X Resources.
3047 (Unibyte Mode): Rename from Single-Byte Character Support.
3048 "Graphical display", not window system.
3049 (International): Update menu.
3050
3051 * maintaining.texi (Format of ChangeLog):
3052 New node, split out from ChangeLog.
3053 (ChangeLog): Clarifications in the remaining text.
3054 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3055 (Find Tag): Add @w.
3056 (Tags Search): Explain tag table order here. Simplify grep ref.
3057 (List Tags): tags-tag-face is a variable, not a face.
3058 (Emerge): Cleanups.
3059
3060 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3061 (Keyboard Macros): Avoid "the user".
3062
3063 * killing.texi: "Graphical display", not window system.
3064
3065 * help.texi (Help Echo): "Graphical display", not window system.
3066
3067 * glossary.texi: Say "you", not "the user". Say "graphical display".
3068
3069 * frames.texi: Minor cleanups. "Graphical display", not window system.
3070
3071 * files.texi (Visiting): Make drag-and-drop not X-specific.
3072
3073 * custom.texi: Minor cleanups. "Graphical display", not window system.
3074
3075 * cmdargs.texi: Minor cleanups.
3076
3077 * building.texi (Compilation): Move and split kill-compilation para.
3078 Add para about multiple compilers.
3079 (Compilation Mode): Commands also available in grep mode and others.
3080 Mention C-u C-x ` more tutorially. Clarify C-x `.
3081 (Compilation Shell): Clarify. Put Bash example first.
3082 (Grep Searching): Minor cleanups; add @w.
3083 (Debuggers): Minor cleanups.
3084 (Starting GUD): Make GDB xgraphical mode issue clearer.
3085 (Debugger Operation): Lots of clarifications including
3086 GDB tooltip side-effect issue.
3087 (Commands of GUD): Clarify.
3088 (GUD Customization): Add bashdb-mode-hook.
3089 (GDB Graphical Interface): Rewrite for clarity.
3090 (GDB User Interface Layout): Rewrite for clarity.
3091 (Stack Buffer, Watch Expressions): Likewise.
3092 (Other GDB User Interface Buffers): Cleanups.
3093 (Lisp Libraries, External Lisp): Cleanup.
3094
3095 * basic.texi (Position Info): "Graphical displays", rather than
3096 window systems.
3097
3098 * anti.texi: Minor cleanup.
3099
8cf51b2c
GM
31002006-02-03 Eli Zaretskii <eliz@gnu.org>
3101
3102 * custom.texi (Init File, Find Init): Add cross-references to
3103 where $HOME is described.
3104
31052006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3106
3107 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3108 is not inside the @table.
3109
3110 * emacs.texi (Top): Correct node name.
3111
3112 * files.texi (File Names): Fix @xref.
3113 (Reverting): Fix typo.
3114
3115 * mule.texi (International): Correct node name.
3116
3117 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3118
31192006-02-01 Richard M. Stallman <rms@gnu.org>
3120
3121 * emacs.texi (Top): Update subnode menu.
3122
3123 * mule.texi: Minor clarifications.
3124 Reduce the specific references to X Windows.
3125 Refer to "graphical" terminals, rather than window systems.
3126 (Text Coding): Rename from Specify Coding.
3127 (Communication Coding, File Name Coding, Terminal Coding):
3128 New nodes split out from Text Coding.
3129
3130 * kmacro.texi: Minor clarifications.
3131 (Keyboard Macro Ring): Comment out some excessive commands.
3132 (Basic Keyboard Macro): Split up the table, putting part in each node.
3133
3134 * major.texi: Minor clarifications.
3135
3136 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3137
3138 * windows.texi: Minor clarifications.
3139 (Change Window): Don't describe mode-line mouse cmds here.
3140 Add xref to Mode Line Mouse.
3141
3142 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3143
3144 * macos.texi (Mac International): Fix xref.
3145
3146 * indent.texi: Minor clarifications.
3147
3148 * frames.texi: Minor clarifications.
3149 Reduce the specific references to X Windows.
3150 Refer to "graphical" terminals, rather than window systems.
3151 (Frame Parameters): Don't mention commands like
3152 set-foreground-color. Just say to customize a face.
3153 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3154
3155 * files.texi: Minor clarifications.
3156 (Numbered Backups): New node, split out from Backup Names.
3157
3158 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3159
3160 * cmdargs.texi (General Variables): Fix xref.
3161
3162 * buffers.texi: Minor clarifications.
3163
8cf51b2c
GM
31642006-01-31 Richard M. Stallman <rms@gnu.org>
3165
3166 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3167 Nodes moved to top.
3168
3169 * display.texi: Minor clarifications.
3170 (Display): Rearrange menu.
3171 (Standard Faces): Mention query-replace face.
3172 (Faces): Simplify.
3173 (Font Lock): Simplify face customization info.
3174 (Highlight Changes): Node merged into Highlight Interactively.
3175 (Highlight Interactively): Much rewriting and cleanup.
3176 (Optional Mode Line): Narrowed line number not good for goto-line.
3177 Simplify face customization advice.
3178 (Text Display): Mention use of escape-glyph face.
3179 Move ctl-arrow and tab-width here.
3180 (Display Custom): Move no-redraw-on-reenter to end of node.
3181
3182 * search.texi: Minor clarifications.
3183 (Isearch Scroll): Simplify.
3184 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3185
3186 * regs.texi (Registers): Mention bookmarks here.
3187
3188 * mark.texi: Minor clarifications.
3189 (Selective Undo): Node deleted.
3190
3191 * m-x.texi: Minor clarifications.
3192
3193 * killing.texi: Minor clarifications.
3194 Refer to "graphical" terminals, rather than window systems.
3195
3196 * help.texi: Clarifications.
3197 (Help): Don't describe C-h F and C-h K here.
3198 (Key Help): Describe C-h K here.
3199 (Name Help): Mention Emacs Lisp Intro.
3200 Describe C-h F here.
3201 (Misc Help): Mention C-h F and C-h K only briefly.
3202
3203 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3204 Selective undo text merged in.
3205 (Spelling): Mention Aspell along with Ispell.
3206
3207 * emacs.texi (Top): Update subnode menus.
3208
3209 * basic.texi (Basic Undo): Rename from Undo. Most of text
3210 moved to new Undo node.
3211
8cf51b2c
GM
32122006-01-29 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * basic.texi (Continuation Lines, Inserting Text):
3215 Mention longlines mode.
3216
32172006-01-29 Richard M. Stallman <rms@gnu.org>
3218
10d1d0af 3219 * screen.texi: Minor cleanups.
8cf51b2c
GM
3220 (Screen): Clean up the intro paragraphs.
3221 (Mode Line): Lots of rewriting. Handle frame-name better.
3222 eol-mnemonic-... vars moved out.
3223
3224 * emacs.texi (Top): Change menu item for MS-DOS node.
3225 Update subnode menu.
3226
3227 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3228 chapter relates to Windows. Title changed.
3229
3230 * mini.texi: Minor cleanups.
3231
3232 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3233 (Mark): Put it in the menu.
3234
3235 * entering.texi: Minor cleanups.
3236
3237 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3238 (Intro): Refer to "graphical" terminals, rather than X.
3239
3240 * display.texi (Display Custom): Add xref to Variables.
3241 (Optional Mode Line): eol-mnemonic-... vars moved here.
3242
3243 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3244 rather than X.
3245
8cf51b2c
GM
3246 * basic.texi: Minor cleanups.
3247 (Undo): selective-undo moved.
3248
8cf51b2c
GM
32492006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * anti.texi (Antinews): Various corrections and additions.
3252
32532006-01-23 Juri Linkov <juri@jurta.org>
3254
3255 * custom.texi (Easy Customization, Customization Groups)
3256 (Browsing Custom): Mention links along with buttons.
3257
8cf51b2c
GM
32582006-01-21 Eli Zaretskii <eliz@gnu.org>
3259
8cf51b2c
GM
3260 * text.texi (TeX Print): Use @key for TAB.
3261
8cf51b2c
GM
3262 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3263
8cf51b2c
GM
32642006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3265
3266 * files.texi (File Aliases): Don't claim that usually separate
3267 buffers are created for two file names that name the same data.
3268 Mention additional situations where different names mean the same
3269 file on disk.
3270
32712006-01-19 Richard M. Stallman <rms@gnu.org>
3272
3273 * killing.texi (Deletion): Upcase @key argument.
3274
3275 * custom.texi (Custom Themes): Minor cleanup.
3276
3277 * programs.texi (Hungry Delete): Upcase @key argument.
3278
8cf51b2c
GM
32792006-01-16 Juri Linkov <juri@jurta.org>
3280
3281 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3282 Move `mode-line-highlight' before `mode-line-buffer-id'.
3283
8cf51b2c
GM
32842006-01-14 Richard M. Stallman <rms@gnu.org>
3285
3286 * basic.texi (Inserting Text): Minor cleanup.
3287
8cf51b2c
GM
32882006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3289
3290 * custom.texi (Changing a Variable, Face Customization):
3291 Update for changes in Custom menus.
3292
8cf51b2c
GM
32932006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3294
3295 * macos.texi (Mac International): Undo last change.
3296
8cf51b2c
GM
32972006-01-02 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * custom.texi (Custom Themes): Describe the new
3300 customize-create-theme interface.
3301
33022005-12-30 Juri Linkov <juri@jurta.org>
3303
3304 * basic.texi (Position Info): Update example.
3305
c8763fb6 33062005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3307
3308 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3309
33102005-12-24 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * custom.texi (Custom Themes): `load-theme' always loads.
3313
33142005-12-23 Juri Linkov <juri@jurta.org>
3315
3316 * display.texi (Highlight Interactively): Use double space to
3317 separate sentences. Replace C-p with M-p, and C-n with M-n.
3318
33192005-12-22 Richard M. Stallman <rms@gnu.org>
3320
3321 * custom.texi (Easy Customization and subnodes):
3322 Replace "active field" with "button".
3323 Use "user option" only for variables.
3324 Use "setting" for variable-or-face.
3325
33262005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3327
3328 * buffers.texi (Select Buffer): Change order in table to make
3329 "Similar" refer to the correct item.
3330 (Indirect Buffers): Minor rewording.
3331
8cf51b2c
GM
33322005-12-20 Juri Linkov <juri@jurta.org>
3333
3334 * files.texi (VC Status): Put P and N near p and n.
3335
8cf51b2c
GM
33362005-12-19 Richard M. Stallman <rms@gnu.org>
3337
3338 * programs.texi (Electric C): Delete the info about newline control.
3339 (Other C Commands): Minor cleanup.
3340 (Left Margin Paren): Minor cleanup.
3341
33422005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3343
3344 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3345 (Customization Groups): Delete text moved to "Browsing Custom".
3346 (Browsing Custom): New node.
3347 (Specific Customization): Clarify which commands only work for
3348 loaded options.
3349
33502005-12-18 Bill Wohler <wohler@newt.com>
3351
3352 * frames.texi (Tool Bars): Shorten text of previous change.
3353
33542005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3355
3356 * files.texi (VC Status): Document log-view mode.
3357
33582005-12-18 Bill Wohler <wohler@newt.com>
3359
3360 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3361 permanently via the customize interface.
3362
8cf51b2c
GM
33632005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3364
3365 * killing.texi (Killing by Lines): Document `kill-whole-line'
3366 function.
3367
c8763fb6 33682005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3369
3370 * buffers.texi (Select Buffer): Change `prev-buffer' to
3371 `previous-buffer'. Indicate that these functions use a frame
3372 local buffer list.
3373
8cf51b2c
GM
33742005-12-12 Richard M. Stallman <rms@gnu.org>
3375
3376 * custom.texi (Easy Customization): Change menu comment.
3377 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3378
3379 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3380 (Help): Among the Apropos commands, describe only C-h a here.
3381
33822005-12-11 Richard M. Stallman <rms@gnu.org>
3383
3384 * programs.texi (Options for Comments): Comment-end starts with space.
3385
3386 * glossary.texi (Glossary): Minor cleanup.
3387
3388 * files.texi (Old Versions): Use @table.
3389
8cf51b2c
GM
33902005-12-10 David Koppelman <koppel@ece.lsu.edu>
3391
3392 * display.texi (Highlight Interactively): Include
3393 global-hi-lock-mode. Add miscellaneous details and elaborations.
3394
33952005-12-09 Richard M. Stallman <rms@gnu.org>
3396
3397 * display.texi (Font Lock): Delete the Global FL menu item.
3398
33992005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * custom.texi (Minibuffer Maps): Mention the maps for file name
3402 completion.
3403
34042005-12-09 Kim F. Storm <storm@cua.dk>
3405
3406 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3407 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3408 cursor to next corner in rectangle; clarify insert around rectangle.
3409
8cf51b2c
GM
34102005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3411
3412 * custom.texi (Customization): Use xref to elisp manual for
3413 non-TeX output.
3414 (Minor Modes): Update.
3415 (Customization Groups, Changing a Variable, Face Customization):
3416 Update for new appearance of Custom buffers.
3417 (Changing a Variable): `custom-buffer-done-function' has been
3418 replaced by `custom-buffer-done-kill'.
3419 (Specific Customization): In the `customize-group' buffer, a
3420 subgroup's contents are not "hidden". They are not included at
3421 all. They have no [Show] button.
3422 (Mouse Buttons): Add pxref to description of mouse event lists in
3423 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3424 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3425 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3426
34272005-12-08 Richard M. Stallman <rms@gnu.org>
3428
3429 * mini.texi (Completion Commands, Completion):
3430 In file name input, SPC does not do completion.
3431
8cf51b2c
GM
34322005-12-08 Nick Roberts <nickrob@snap.net.nz>
3433
3434 * building.texi (GDB Graphical Interface): Explain screen size
3435 setting.
3436 (Other GDB User Interface Buffers): Describe features specific to
3437 GDB 6.4.
3438
8cf51b2c
GM
34392005-12-01 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * building.texi (GDB User Interface Layout): Describe how to
3442 kill associated buffers.
3443 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3444 (Watch Expressions): Be more precise.
3445 (Other GDB User Interface Buffers): Describe how to change a
3446 register value.
3447
8cf51b2c
GM
34482005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3449
3450 * macos.texi (Mac Input): Remove description of
3451 mac-command-key-is-meta. Add descriptions of
3452 mac-control-modifier, mac-command-modifier, and
3453 mac-option-modifier.
3454 (Mac International): Fix description of conversion of clipboard data.
3455 (Mac Font Specs): Add example of font customization by face attributes.
3456
34572005-11-22 Nick Roberts <nickrob@snap.net.nz>
3458
3459 * building.texi (Watch Expressions): Expand description.
3460 (Other GDB User Interface Buffers): Describe local map for
3461 gud-watch.
3462
34632005-11-21 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * display.texi (Font Lock): Font lock is enabled by default now.
3466
34672005-11-20 Juri Linkov <juri@jurta.org>
3468
3469 * basic.texi (Position Info): Update examples of the output.
3470 Remove the fact that examples are produced in the TeXinfo buffer,
3471 because in the Info reader users will get a different output from
3472 `C-x ='.
3473
3474 * building.texi (Compilation Mode): Remove paragraph duplicated
3475 from the node `Compilation'. Add `compilation-skip-threshold'.
3476
3477 * display.texi (Font Lock): Suggest more user-friendly method of
3478 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3479
34802005-11-18 Richard M. Stallman <rms@gnu.org>
3481
3482 * files.texi (Registering): Mention @@ in mode line.
3483
3484 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3485
34862005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3487
3488 * files.texi (Renaming and VC): Some back-ends don't
3489 handle renaming.
3490
8cf51b2c
GM
34912005-11-17 Juri Linkov <juri@jurta.org>
3492
3493 * emacs.texi (Top):
3494 * display.texi (Highlight Interactively): Put this font-lock based
3495 mode near Font Lock node.
3496
34972005-11-16 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3500 icons.
3501
35022005-11-12 Kim F. Storm <storm@cua.dk>
3503
3504 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3505 (Help Summary): Add C-h d and C-h e.
3506 (Apropos): Clarify that all apropos commands may search for either
3507 list of words or a regexp. Add C-h d for apropos-documentation.
3508 Describe apropos-documentation-sort-by-scores user option.
3509
8cf51b2c
GM
35102005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3511
3512 * killing.texi (CUA Bindings): Add @section.
3513
35142005-11-10 Kim F. Storm <storm@cua.dk>
3515
3516 * emacs.texi (Top): Add CUA Bindings entry to menu.
3517
3518 * killing.texi (CUA Bindings): New node. Moved here from
3519 misc.texi and extended with info on rectangle commands and
3520 rectangle highlighting, interface to registers, and the global
3521 mark feature.
3522
3523 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3524
3525 * regs.texi: Prev link points to CUA Bindings node.
3526
35272005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3528
3529 * help.texi (Help Echo): By default, help echos are only shown on
3530 mouse-over, not on point-over.
3531
c8763fb6 35322005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3533
3534 * misc.texi (Shell Mode): Describe how to activate password echoing.
3535
8cf51b2c
GM
35362005-11-04 Romain Francoise <romain@orebokech.com>
3537
3538 * mark.texi (Mark Ring): Fix typo.
3539
35402005-11-03 Richard M. Stallman <rms@gnu.org>
3541
3542 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3543
35442005-11-01 Bill Wohler <wohler@newt.com>
3545
3546 * help.texi (Help Mode): Fix typo.
3547
35482005-11-01 Nick Roberts <nickrob@snap.net.nz>
3549
3550 * building.texi (Other GDB User Interface Buffers): Describe
3551 the command gdb-use-inferior-io-buffer.
3552
35532005-10-31 Romain Francoise <romain@orebokech.com>
3554
3555 * files.texi (Compressed Files): Fix typo.
3556
3557 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3558
3559 * windows.texi (Force Same Window): Likewise.
3560
35612005-10-30 Bill Wohler <wohler@newt.com>
3562
3563 * help.texi (Help Mode): URLs viewed with browse-url.
3564
35652005-10-31 Nick Roberts <nickrob@snap.net.nz>
3566
3567 * building.texi (GDB Graphical Interface): Don't reference
3568 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3569 must stay in same frame.
3570
35712005-10-29 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3574
3575 * anti.texi (Antinews): Likewise.
3576
8cf51b2c
GM
35772005-10-28 Bill Wohler <wohler@newt.com>
3578
3579 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3580
35812005-10-28 Richard M. Stallman <rms@gnu.org>
3582
3583 * files.texi (Visiting): Explain how to enter ? in a file name.
3584
3585 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3586
8cf51b2c
GM
35872005-10-25 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * building.texi (GDB Graphical Interface): Describe
3590 gdb-mouse-until.
3591
35922005-10-23 Richard M. Stallman <rms@gnu.org>
3593
3594 * custom.texi (Init File): Recommend when to use site-start.el.
3595
8cf51b2c
GM
35962005-10-21 Juri Linkov <juri@jurta.org>
3597
3598 * custom.texi (Examining): Mention accessing the old variable
3599 value via M-n in set-variable.
3600
8cf51b2c
GM
36012005-10-18 Romain Francoise <romain@orebokech.com>
3602
3603 * files.texi (Version Systems): Capitalize GNU.
3604
8cf51b2c
GM
36052005-10-18 Nick Roberts <nickrob@snap.net.nz>
3606
3607 * building.texi (Compilation Mode): Remove redundant paragraph.
3608 (Watch Expressions): Remove paragraph to reflect code change.
3609
8cf51b2c
GM
36102005-10-16 Richard M. Stallman <rms@gnu.org>
3611
3612 * building.texi (Compilation Mode, Compilation): Clarified.
3613
36142005-10-15 Richard M. Stallman <rms@gnu.org>
3615
3616 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3617
8cf51b2c
GM
36182005-10-13 Kenichi Handa <handa@m17n.org>
3619
3620 * basic.texi (Position Info): Fix previous change.
3621
c8763fb6 36222005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3623
3624 * cmdargs.texi (Icons X): Fix typo.
3625
36262005-10-12 Kenichi Handa <handa@m17n.org>
3627
3628 * basic.texi (Position Info): Describe the case that Emacs shows
3629 "part of display ...".
3630
c8763fb6 36312005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3632
3633 * cmdargs.texi (Icons X): -nb => -nbi.
3634
36352005-10-10 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * frames.texi (Speedbar): A couple more clarifications.
3638
36392005-10-11 Nick Roberts <nickrob@snap.net.nz>
3640
3641 * building.texi (GDB User Interface Layout): Improve diagram.
3642 (Watch Expressions): Explain how to make speedbar global.
3643 (Other GDB User Interface Buffers): Make references more precise.
3644
8cf51b2c
GM
36452005-10-09 Richard M. Stallman <rms@gnu.org>
3646
3647 * frames.texi (Speedbar): Clarify the text.
3648
36492005-10-09 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * frames.texi (Speedbar): Add information on keybindings,
3652 dismissing the speedbar, and buffer display mode. Link to
3653 speedbar manual.
3654
c8763fb6 36552005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3656
3657 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3658 added -nb, --no-bitmap-icon.
3659
8cf51b2c
GM
36602005-10-07 Nick Roberts <nickrob@snap.net.nz>
3661
3662 * building.texi (GDB Graphical Interface): Add variables and
3663 functions to indices. Be more precise.
3664
c8763fb6 36652005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3666
3667 * frames.texi (Drag and Drop): Remove the x- from
3668 x-dnd-open-file-other-window and xdnd-protocol-alist.
3669
36702005-09-30 Romain Francoise <romain@orebokech.com>
3671
3672 * mini.texi (Minibuffer): The default value now appears before the
3673 colon in minibuffer prompts.
3674
8cf51b2c
GM
36752005-09-25 Richard M. Stallman <rms@gnu.org>
3676
3677 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3678
8cf51b2c
GM
36792005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3680
3681 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3682
8cf51b2c
GM
36832005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3684
3685 * emacs.texi (Top): Update submenus from macos.texi.
3686
3687 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3688 (Mac OS): Update feature support status.
3689 (Mac Input): List supported input scripts. Remove description
3690 about `mac-keyboard-text-encoding'. Mention mouse button
3691 emulation and related variables.
3692 (Mac International): Mention Central European and Cyrillic
3693 support. Now `keyboard-coding-system' is dynamically changed.
3694 Add description about coding system for selection. Add
3695 description about language environment.
3696 (Mac Environment Variables): Mention
3697 `~/.MacOSX/environment.plist'. Give example of command line
3698 arguments. Add Preferences support.
3699 (Mac Directories): Explicitly state that this node is for Mac OS
3700 Classic only.
3701 (Mac Font Specs): Mention specification for scalable fonts. List
3702 supported charsets. Add preferred way of creating fontsets. Add
3703 description about `mac-allow-anti-aliasing'.
3704 (Mac Functions): Add descriptions about `mac-set-file-creator',
3705 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3706 and `mac-get-preference'.
3707
8cf51b2c
GM
37082005-09-16 Romain Francoise <romain@orebokech.com>
3709
3710 Update all files to specify GFDL version 1.2.
3711
3712 * doclicense.texi (GNU Free Documentation License): Update to
3713 version 1.2.
3714
37152005-09-15 Richard M. Stallman <rms@gnu.org>
3716
3717 * buffers.texi (List Buffers): Fix xref.
3718
3719 * rmail.texi (Rmail Basics): Fix xref.
3720
3721 * emacs.texi (Top): Update subnode menus.
3722
3723 * files.texi (Saving Commands): New node, broken out of Saving.
3724 (Customize Save): New node, broken out of Saving.
3725 Clarify effect of write-region-inhibit-fsync.
3726 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3727
8cf51b2c
GM
37282005-09-14 Romain Francoise <romain@orebokech.com>
3729
3730 * files.texi (Saving): Mention write-region-inhibit-fsync.
3731
37322005-09-05 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * custom.texi (Custom Themes): New node.
3735
37362005-09-03 Richard M. Stallman <rms@gnu.org>
3737
49823426
GM
3738 * search.texi (Search Case): Mention vars that control
3739 case-fold-search for various operations.
8cf51b2c
GM
3740
37412005-08-22 Juri Linkov <juri@jurta.org>
3742
3743 * display.texi (Standard Faces): Merge the text from
3744 `(elisp)Standard Faces' into this node.
3745
37462005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3747
3748 * emacs.texi (Top): Delete menu item for deleted node
3749 Keyboard Translations.
3750
37512005-08-18 Richard M. Stallman <rms@gnu.org>
3752
8cf51b2c
GM
3753 * trouble.texi (Unasked-for Search):
3754 Delete xref to Keyboard Translations.
3755
3756 * glossary.texi (Glossary): Delete xref.
3757
8cf51b2c
GM
3758 * custom.texi (Minor Modes): Say that the list here is not complete.
3759 (Keyboard Translations): Node deleted.
3760 (Disabling): Delete xref to it.
3761 (Customization Groups): Fix Custom buffer example.
3762 (Hooks): Mention remove-hooks.
3763
37642005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * building.texi (GDB Graphical Interface): Improve filling of menu
3767 item.
3768
37692005-08-18 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * building.texi (GDB Graphical Interface): Use better node names.
3772
37732005-08-14 Richard M. Stallman <rms@gnu.org>
3774
3775 * text.texi (Sentences): Fix xref.
3776
37772005-08-14 Juri Linkov <juri@jurta.org>
3778
3779 * building.texi (Compilation, Grep Searching): Move grep command
3780 headings from `Compilation' to `Grep Searching'.
3781
3782 * dired.texi (Dired and Find):
3783 * maintaining.texi (Tags Search): Replace grep xref to
3784 `Compilation' node with `Grep Searching'.
3785
3786 * files.texi (Comparing Files): Replace xref to `Compilation' with
3787 `Compilation Mode'.
3788
37892005-08-13 Alan Mackenzie <acm@muc.de>
3790
3791 * search.texi (Non-ASCII Isearch): Correct a typo.
3792 (Replacement Commands): Mention query-replace key binding.
3793
37942005-08-11 Richard M. Stallman <rms@gnu.org>
3795
3796 * programs.texi (Options for Comments): Fix xref.
3797
3798 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3799 out of Regexps.
3800
8cf51b2c
GM
38012005-08-09 Juri Linkov <juri@jurta.org>
3802
3803 * building.texi (Compilation): Use `itemx' instead of `item'.
3804 (Grep Searching): Simplify phrase.
3805
3806 * display.texi (Standard Faces): Describe vertical-border on
3807 window systems.
3808
3809 * windows.texi (Split Window): Simplify phrase and mention
3810 vertical-border face.
3811
38122005-08-09 Richard M. Stallman <rms@gnu.org>
3813
3814 * files.texi (Comparing Files): Clarify compare-windows.
3815
3816 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3817
8cf51b2c
GM
38182005-08-06 Eli Zaretskii <eliz@gnu.org>
3819
3820 * mule.texi (Coding Systems): Rephrase the paragraph about
3821 codepages: no need for "M-x codepage-setup" anymore, except on
3822 MS-DOS.
3823
3824 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3825 the MS-DOS port only.
3826
38272005-07-30 Eli Zaretskii <eliz@gnu.org>
3828
3829 * makefile.w32-in (info): Don't run multi-install-info.bat.
3830 ($(infodir)/dir): New target, produced by running
3831 multi-install-info.bat.
3832
8cf51b2c
GM
38332005-07-22 Eli Zaretskii <eliz@gnu.org>
3834
3835 * files.texi (Quoted File Names): Add index entry.
3836
8cf51b2c
GM
38372005-07-19 Juri Linkov <juri@jurta.org>
3838
3839 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3840
38412005-07-18 Juri Linkov <juri@jurta.org>
3842
8cf51b2c
GM
3843 * custom.texi (Easy Customization):
3844 * files.texi (Old Versions):
3845 * frames.texi (Wheeled Mice):
3846 * mule.texi (Specify Coding):
8cf51b2c
GM
3847 * text.texi (Cell Justification):
3848 * trouble.texi (After a Crash):
8cf51b2c
GM
3849 * xresources.texi (GTK styles):
3850 Delete duplicate duplicate words.
3851
38522005-07-17 Richard M. Stallman <rms@gnu.org>
3853
3854 * frames.texi (Creating Frames): Fix foreground color example.
3855
3856 * custom.texi (Init Examples): Clean up text about conditionals.
3857
38582005-07-16 Richard M. Stallman <rms@gnu.org>
3859
3860 * mini.texi (Completion Commands): Fix command name for ?.
3861
8cf51b2c
GM
38622005-07-16 Eli Zaretskii <eliz@gnu.org>
3863
3864 * display.texi (Standard Faces): Explain that customization of
3865 `menu' face has no effect on w32 and with GTK. Add
3866 cross-references.
3867
3868 * cmdargs.texi (General Variables): Clarify the default location
3869 of $HOME on w32 systems.
3870
38712005-07-15 Jason Rumney <jasonr@gnu.org>
3872
3873 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3874 changed.
3875
38762005-07-08 Kenichi Handa <handa@m17n.org>
3877
3878 * mule.texi (Recognize Coding): Recommend
3879 revert-buffer-with-coding-system instead of revert-buffer.
3880
38812005-07-07 Richard M. Stallman <rms@gnu.org>
3882
3883 * anti.texi (Antinews): Mention mode-line-inverse-video.
3884
3885 * files.texi (Saving): Minor correction about C-x C-w.
3886
3887 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3888
38892005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * search.texi (Isearch Scroll): Add example of using the
3892 `isearch-scroll' property.
3893 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3894 `Display Custom' node.
3895 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3896 and de-emphasize it.
3897 (Other Repeating Search): `occur' currently can not correctly
3898 handle multiline matches. Correct, clarify and update description
3899 of `flush-lines' and `keep-lines'.
3900
3901 * display.texi (Display Custom): Add anchor for `baud-rate'.
3902
39032005-07-07 Richard M. Stallman <rms@gnu.org>
3904
3905 * gnu.texi: Update where to get GNU status; add refs for how to help.
3906 Add footnotes 6 and 7.
3907
39082005-07-04 Lute Kamstra <lute@gnu.org>
3909
3910 Update FSF's address in GPL notices.
3911
8cf51b2c 3912 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3913 * trouble.texi (Checklist): Update FSF's address.
3914
8cf51b2c
GM
39152005-06-24 Richard M. Stallman <rms@gnu.org>
3916
3917 * display.texi (Text Display): Change index entries.
3918
39192005-06-24 Eli Zaretskii <eliz@gnu.org>
3920
3921 * makefile.w32-in (MAKEINFO): Use --force.
3922 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3923 Makefile.in.
8cf51b2c
GM
3924
39252005-06-23 Richard M. Stallman <rms@gnu.org>
3926
3927 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3928 nobreak-char-display.
3929
3930 * emacs.texi (Top): Update detailed node listing.
3931
3932 * display.texi (Text Display): Renamed show-nonbreak-escape
3933 to nobreak-char-display and no-break-space to nobreak-space.
3934 (Standard Faces): Split up the list of standard faces
3935 and put it in a separate node. Add nobreak-space and
3936 escape-glyph.
3937
8cf51b2c
GM
39382005-06-23 Lute Kamstra <lute@gnu.org>
3939
3940 * mule.texi (Select Input Method): Fix typo.
3941
39422005-06-23 Kenichi Handa <handa@m17n.org>
3943
3944 * mule.texi (International): List all supported scripts. Adjust
3945 text for that leim is now included in the normal Emacs
3946 distribution.
3947 (Language Environments): List all language environments.
3948 Intlfonts contains fonts for most supported scripts, not all..
3949 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3950 input a specific character.
8cf51b2c
GM
3951 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3952
39532005-06-23 Juanma Barranquero <lekktu@gmail.com>
3954
49823426 3955 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3956
39572005-06-22 Miles Bader <miles@gnu.org>
3958
3959 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3960
39612005-06-20 Miles Bader <miles@gnu.org>
3962
3963 * display.texi (Faces): Add `vertical-divider'.
3964
39652005-06-17 Richard M. Stallman <rms@gnu.org>
3966
3967 * text.texi (Adaptive Fill): Minor clarification.
3968
8cf51b2c
GM
39692005-06-10 Lute Kamstra <lute@gnu.org>
3970
3971 * emacs.texi (Top): Correct version number.
3972 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3973 refer to the current version of Emacs.
3974
39752005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3976
3977 * files.texi (Log Buffer): Document when there can be more than
3978 one file to be committed.
3979
39802005-06-08 Juri Linkov <juri@jurta.org>
3981
3982 * display.texi (Faces): Add `shadow' face.
3983
39842005-06-07 Masatake YAMATO <jet@gyve.org>
3985
3986 * display.texi (Faces): Write about mode-line-highlight.
3987
39882005-06-06 Richard M. Stallman <rms@gnu.org>
3989
3990 * misc.texi (Printing Package): Explain how to initialize
3991 printing package.
3992
3993 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3994
39952005-06-05 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * emacs.texi: Rename Hardcopy to Printing.
3998 Make PostScript and PostScript Variables subnodes of it.
3999
4000 * misc.texi (Printing): Rename node from Hardcopy.
4001 Mention menu bar options.
4002 Move PostScript and PostScript Variables to submenu.
4003 (Printing package): New node.
4004
4005 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4006
4007 * dired.texi (Operating on Files): Likewise.
4008
4009 * calendar.texi (Displaying the Diary): Likewise.
4010
4011 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4012
4013 * glossary.texi (Glossary): Likewise.
4014
4015 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4016 effect.
4017
40182005-06-04 Richard M. Stallman <rms@gnu.org>
4019
4020 * trouble.texi (After a Crash): Polish previous change.
4021
8cf51b2c
GM
40222005-05-30 Noah Friedman <friedman@splode.com>
4023
4024 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4025 recovery mechanism.
4026
8cf51b2c
GM
40272005-05-28 Nick Roberts <nickrob@snap.net.nz>
4028
4029 * building.texi (Other Buffers): SPC toggles display of
4030 floating point registers.
4031
8cf51b2c
GM
40322005-05-27 Nick Roberts <nickrob@snap.net.nz>
4033
4034 * files.texi (Log Buffer): Merge in description of Log Edit
4035 mode from pcl-cvs.texi.
4036
40372005-05-26 Richard M. Stallman <rms@gnu.org>
4038
4039 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4040
8cf51b2c
GM
40412005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4042
4043 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4044 not enabled by default.
4045 When not on a word, `ispell-word' by default checks the word
4046 before point.
4047
40482005-05-24 Nick Roberts <nickrob@snap.net.nz>
4049
4050 * building.texi (Debugger Operation): Simplify last sentence.
4051
40522005-05-23 Lute Kamstra <lute@gnu.org>
4053
4054 * emacs.texi: Update FSF's address throughout.
4055 (Preface): Use @cite.
4056 (Distrib): Add cross reference to the node "Copying". Mention the
4057 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4058 printed manuals.
4059 (Intro): Use @xref for the Emacs Lisp Intro.
4060
8cf51b2c
GM
40612005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4062
4063 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4064
4065 * basic.texi (Moving Point): Mention default for `goto-line'.
4066
4067 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4068 of a variable's docstring.
4069
40702005-05-18 Lute Kamstra <lute@gnu.org>
4071
4072 * maintaining.texi (Overview of Emerge): Add cross reference.
4073 Remove duplication.
4074
4075 * emacs.texi (Top): Update to the current structure of the manual.
4076 * misc.texi (Emacs Server): Add menu description.
4077 * files.texi (Saving): Fix menu.
4078 * custom.texi (Customization): Fix menu.
4079 * mule.texi (International): Fix menu.
4080 * kmacro.texi (Keyboard Macros): Fix menu.
4081
40822005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * display.texi: Various minor changes.
4085 (Faces): Delete text that is repeated in the next section.
4086
40872005-05-16 Nick Roberts <nickrob@snap.net.nz>
4088
4089 * building.texi (Debugger Operation): Mention GUD tooltips are
4090 disabled with GDB in text command mode.
4091
8cf51b2c
GM
40922005-05-16 Nick Roberts <nickrob@snap.net.nz>
4093
4094 * building.texi: Replace toolbar with "tool bar" for consistency.
4095 (Compilation Mode): Describe compilation-context-lines
4096 and use of arrow in compilation buffer.
4097 (Debugger Operation): Replace help text with variable's value.
4098
4099 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4100 consistency.
4101
41022005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4105 Add xref.
4106
8cf51b2c
GM
41072005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4110 (Position Info): Delete discussion of `goto-line'. It is already
4111 described in `Moving point'.
4112
4113 * mini.texi (Completion Commands): Correct reference.
4114 (Completion Options): Fix typo.
4115
4116 * killing.texi (Deletion): Complete description of `C-x C-o'.
4117
8cf51b2c
GM
41182005-05-10 Richard M. Stallman <rms@gnu.org>
4119
4120 * building.texi (Compilation): Clarify recompile's directory choice.
4121
4122 * frames.texi (Tooltips): Cleanups.
4123
4124 * basic.texi (Arguments): Fix punctuation.
4125
41262005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4127
4128 * screen.texi (Menu Bar): The up and down (not left and right)
4129 arrow keys move through a keyboard menu.
4130
41312005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * basic.texi: Various typo and grammar fixes.
4134 (Moving Point): C-a now runs move-beginning-of-line.
4135
41362005-05-08 Nick Roberts <nickrob@snap.net.nz>
4137
4138 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4139
4140 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4141 as different animals.
4142
41432005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4144
4145 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4146 Correct index entry.
4147
41482005-05-07 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * building.texi (Debugger Operation): Update to reflect changes
4151 in GUD tooltips.
4152
41532005-04-30 Richard M. Stallman <rms@gnu.org>
4154
4155 * files.texi (Compressed Files): Auto Compression normally enabled.
4156
4157 * building.texi (Debugger Operation): Clarify previous change.
4158
8cf51b2c
GM
41592005-04-28 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * building.texi (Debugger Operation): Add description for
4162 GUD tooltips when program is not running.
4163
41642005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4165
4166 * misc.texi (Shell): Add `Shell Prompts' to menu.
4167 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4168 description. Delete remarks moved to new node.
4169 (Shell Prompts): New node.
4170 (History References): Replace remarks moved to `Shell Prompts'
4171 with xref to that node.
4172 (Remote Host): Clarify how to specify the terminal type when
4173 logging in to a different machine.
4174
41752005-04-26 Richard M. Stallman <rms@gnu.org>
4176
4177 * emacs.texi (Top): Update submenus from files.texi.
4178
4179 * files.texi (Filesets): Clarify previous change.
4180
4181 * dired.texi (Misc Dired Features): Clarify previous change.
4182
41832005-04-25 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4186
4187 * dired.texi (Misc Dired Features): Document
4188 dired-compare-directories.
4189
4190 * files.texi (Filesets): New node.
4191 (File Conveniences): Document Image mode.
4192
4193 * text.texi (TeX Print): Document tex-compile.
4194
41952005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4196
4197 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4198 Delete redundant reference to tooltip Custom group. It is
4199 referred too again in the next paragraph.
4200
42012005-04-24 Richard M. Stallman <rms@gnu.org>
4202
4203 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4204
8cf51b2c
GM
42052005-04-19 Kim F. Storm <storm@cua.dk>
4206
4207 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4208
42092005-04-18 Lars Hansen <larsh@math.ku.dk>
4210
4211 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4212 turns off desktop-save-mode.
4213
42142005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4215
4216 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4217 by default in terminals compatible with xterm. Mention that
4218 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4219 node.
4220
8cf51b2c
GM
42212005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4224
c8763fb6 42252005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4226
4227 * xresources.texi (Table of Resources): Add cursorBlink.
4228
42292005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4232 `d', `C-d' and `u'.
4233
42342005-04-11 Richard M. Stallman <rms@gnu.org>
4235
4236 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4237 (Misc X): Add -D, --basic-display.
4238
4239 * maintaining.texi (Change Log): Correct the description of
4240 the example.
4241
4242 * major.texi (Choosing Modes): Document magic-mode-alist.
4243
8cf51b2c
GM
42442005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4245
4246 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4247 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4248 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4249 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4250 `w', respectively.
4251 (Rmail Labels): Mention `l'.
4252 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4253 (Rmail Summary Edit): Describe `j' and RET.
4254
c8763fb6 42552005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4256
4257 * xresources.texi (Lucid Resources): Add fontSet resource.
4258
8cf51b2c
GM
42592005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4260
4261 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4262 now called `indicate-empty-lines'.
4263
42642005-04-06 Kim F. Storm <storm@cua.dk>
4265
4266 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4267
42682005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4269
4270 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4271 deleted.
4272 (Marks vs Flags): Add some convenient key bindings.
4273 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4274 (Misc Dired Features): Correct and expand description of `w' command.
4275
4276 * frames.texi (XTerm Mouse): Delete apparently false info.
4277 The GNU/Linux console currently does not appear to support
4278 `xterm-mouse-mode'.
4279
8cf51b2c
GM
42802005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4281
4282 * calendar.texi (Diary): Mention shell utility `calendar'.
4283
42842005-04-01 Richard M. Stallman <rms@gnu.org>
4285
4286 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4287
8cf51b2c
GM
42882005-04-01 Lute Kamstra <lute@gnu.org>
4289
4290 * maintaining.texi (Change Log): add-change-log-entry uses
4291 add-log-mailing-address.
4292
42932005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4294
4295 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4296 `VC Mode Line' and put in an xref to that node.
4297 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4298 its description.
4299
43002005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4301
4302 * calendar.texi (Calendar Systems): Say that the Persian calendar
4303 implemented here is the arithmetical one championed by Birashk.
4304
43052005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4306
4307 * programs.texi (Fortran Motion): Fix previous change.
4308
8cf51b2c
GM
43092005-03-29 Richard M. Stallman <rms@gnu.org>
4310
4311 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4312
43132005-03-29 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * text.texi (Refill): Refer to Long Lines Mode.
4316 (Longlines): New node.
4317 (Auto Fill): Don't index "word wrap" here.
4318 (Filling): Add Longlines to menu.
4319
43202005-03-29 Richard M. Stallman <rms@gnu.org>
4321
4322 * xresources.texi: Minor fixes.
4323
4324 * misc.texi (Emacs Server): Fix Texinfo usage.
4325
4326 * emacs.texi (Top): Don't use a real section heading for
4327 "Detailed Node Listing". Fake it instead.
4328
4329 * basic.texi (Position Info): Minor cleanup.
4330
4331 * mule.texi (Input Methods): Minor cleanup.
4332
43332005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4334
4335 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4336 constructs as well.
4337 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4338
43392005-03-29 Kenichi Handa <handa@m17n.org>
4340
4341 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4342
4343 * basic.texi (Position Info): Update the description about the
4344 command C-u C-x =.
4345
43462005-03-28 Richard M. Stallman <rms@gnu.org>
4347
4348 * emacs.texi (Top): Use @section for the detailed node listing.
4349
4350 * calendar.texi: Minor fixes to previous change.
4351
4352 * programs.texi (Fortran): Small fixes to previous changes.
4353
4354 * emacs.texi (Top): Update list of subnodes of Dired.
4355 Likewise for building.texi.
4356
4357 * files.texi (File Conveniences): Delete Auto Image File mode.
4358
43592005-03-28 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * building.texi (Flymake): New node.
4362
4363 * custom.texi (Function Keys): Document kp- event types and
4364 keypad-setup package.
4365
4366 * dired.texi (Wdired): New node.
4367
4368 * files.texi (File Conveniences): Reorder entries.
4369 Explain how to turn on Auto-image-file mode.
4370 Document Thumbs mode.
4371
4372 * mule.texi (Specify Coding): Document recode-region and
4373 recode-file-name.
4374
4375 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4376
43772005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4378
4379 * commands.texi (Keys): M-o is now a prefix key.
4380
43812005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4382
4383 * programs.texi: Reformat and update copyright years.
4384 (Fortran): Update section.
4385
43862005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * files.texi: Several small changes in addition to:
4389 (Visiting): Change xref for Dialog Boxes to ref.
4390 (Version Headers): Replace references to obsolete var
4391 `vc-header-alist' with `vc-BACKEND-header'.
4392 (Customizing VC): Update value of `vc-handled-backends'.
4393
43942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4395
4396 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4397 move here from Emacs Lisp Reference Manual.
4398 * calendar.texi (Calendar/Diary, Diary Commands)
4399 (Special Diary Entries, Importing Diary): Change some xrefs to
4400 point to emacs-xtra rather than elisp.
4401
4402 * emacs-xtra.texi (Calendar Customizing):
4403 Move view-diary-entries-initially, view-calendar-holidays-initially,
4404 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4405 Emacs Manual.
4406 (Appt Customizing): Merge entire section into main Emacs Manual.
4407 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4408 mark-holidays-in-calendar here from emacs-xtra.
4409 (Displaying the Diary): Move view-diary-entries-initially,
4410 mark-diary-entries-in-calendar here from emacs-xtra.
4411 (Appointments): Move appt-display-mode-line,
4412 appt-display-duration, appt-disp-window-function,
4413 appt-delete-window-function here from emacs-xtra.
4414
4415 * calendar.texi: Update and reformat copyright.
4416 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4417 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4418 (Diary): Refer to `diary-file' rather than ~/diary.
4419 (Diary Commands): Rename node to "Displaying the Diary".
4420 * emacs.texi (Top): Rename "Diary Commands" section.
4421 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4422
44232005-03-26 Eli Zaretskii <eliz@gnu.org>
4424
4425 * misc.texi (Emacs Server): Fix the command for setting
4426 server-name. Add an xref to Invoking emacsclient.
4427
4428 * help.texi (Help Summary): Clarify when "C-h ." will do something
4429 nontrivial.
4430 (Apropos): Add cindex entry for apropos-sort-by-scores.
4431
4432 * display.texi (Text Display): Add index entries for how no-break
4433 characters are displayed.
4434
8cf51b2c
GM
44352005-03-26 Eli Zaretskii <eliz@gnu.org>
4436
4437 * files.texi (Visiting): Fix cross-references introduced with the
4438 last change.
4439
4440 * xresources.texi (GTK resources): Fix last change.
4441
8cf51b2c
GM
44422005-03-25 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * xresources.texi (X Resources): GTK options documented too.
4445 (Resources): Clarify meaning of program name.
4446 (Table of Resources): Add visualClass.
4447 (GTK resources): Rewrite.
4448 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4449
4450 * display.texi (Text Display): Mention non-breaking spaces.
4451
4452 * files.texi (Reverting): Document auto-revert-check-vc-info.
4453
4454 * frames.texi (Mouse Commands): Document
4455 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4456
4457 * help.texi (Help Summary): Add `C-h .'.
4458 (Apropos): Apropos accepts a list of search terms.
4459 Document apropos-sort-by-scores.
4460 (Help Echo): Document display-local-help.
4461
4462 * misc.texi (Emacs Server): Document server-name.
4463 (Invoking emacsclient): Document -s option for server names.
4464
4465 * text.texi (Outline Visibility): Introduce "current heading
4466 line" (commands can be called with point on a body line).
4467 Re-order table to follow the sequence of discussion.
4468 hide-body won't hide lines before first header line.
4469 (TeX Mode): Add DocTeX mode.
4470
8cf51b2c
GM
44712005-03-24 Richard M. Stallman <rms@gnu.org>
4472
4473 * mule.texi (Single-Byte Character Support): Delete mention
4474 of iso-acc.el and iso-transl.el.
4475
8cf51b2c
GM
44762005-03-23 Lute Kamstra <lute@gnu.org>
4477
4478 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4479
44802005-03-23 Richard M. Stallman <rms@gnu.org>
4481
8cf51b2c
GM
4482 * search.texi: Delete explicit node pointers.
4483 (Incremental Search): New menu.
4484 (Basic Isearch, Repeat Isearch, Error in Isearch)
4485 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4486 (Slow Isearch): New subnodes.
4487 (Configuring Scrolling): Node deleted.
4488 (Search Case): Doc default-case-fold-search.
4489 (Regexp Replace): Move replace-regexp doc here.
4490
4491 * rmail.texi (Movemail): Put commas inside closequotes.
4492
4493 * picture.texi (Insert in Picture): Document C-c arrow combos.
4494 (Basic Picture): Clarify erasure.
4495
4496 * display.texi (Font Lock): Put commas inside closequotes.
4497
4498 * cmdargs.texi (General Variables): Put commas inside closequotes.
4499
45002005-03-23 Nick Roberts <nickrob@snap.net.nz>
4501
4502 * building.texi (Stack Buffer): Mention reverse contrast for
4503 *selected* frame (might not be current frame).
4504
8cf51b2c
GM
45052005-03-21 Richard M. Stallman <rms@gnu.org>
4506
4507 * building.texi (Starting GUD): Add bashdb.
4508
45092005-03-20 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * basic.texi (Moving Point): Add M-g M-g binding.
4512 (Undo): Document undo-only.
4513 (Position Info): Document M-g M-g and C-u M-g M-g.
4514
4515 * building.texi (Building): Put Grep Searching after Compilation
4516 Shell.
4517 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4518 Document next-error-highlight.
4519 (Grep Searching): Document grep-highlight-matches.
4520 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4521
4522 * calendar.texi (Importing Diary): Rename node from iCalendar.
4523 Document diary-from-outlook.
4524
4525 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4526 Commands.
4527 Mention effect of X drag and drop on Dired buffers.
4528
4529 * files.texi (Visiting): Document large-file-warning-threshold.
4530 Move paragraph on file-selection dialog.
4531 Mention visiting files using X drag and drop.
4532 (Reverting): Mention using Auto-Revert mode to tail files.
4533 Document auto-revert-tail-mode.
4534 (Version Systems): Minor correction.
4535 (Comparing Files): Diff-mode is no longer based on Compilation
4536 mode.
4537 Document compare-ignore-whitespace.
4538 (Misc File Ops): Explain passing a directory to rename-file.
4539 Likewise for copy-file and make-symbolic-link.
4540
4541 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4542 Document mouse-wheel-progressive speed.
4543
4544 * help.texi (Misc Help): Document numeric argument for C-h i.
4545 Correctly explain the effect of just C-u as argument.
4546
4547 * killing.texi (Deletion): Document numeric argument for
4548 just-one-space.
4549
4550 * mini.texi (Completion): Completion acts on text before point.
4551
4552 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4553 (Emulation): CUA mode replaces pc-bindings-mode,
4554 pc-selection-mode, and s-region.
4555
4556 * mule.texi (Input Methods): Leim is now built-in.
4557 (Select Input Method): Document quail-show-key.
4558 (Specify Coding): Document revert-buffer-with-coding-system.
4559
4560 * programs.texi (Fortran Motion): Document f90-next-statement,
4561 f90-previous-statement, f90-next-block, f90-previous-block,
4562 f90-end-of-block, and f90-beginning-of-block.
4563
4564 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4565
4566 * emacs.texi (Acknowledgments): Updated.
4567
4568 * anti.texi: Total rewrite.
4569
8cf51b2c
GM
45702005-03-19 Chong Yidong <cyd@stupidchicken.com>
4571
4572 * ack.texi (Acknowledgments): Update.
4573
45742005-03-19 Eli Zaretskii <eliz@gnu.org>
4575
4576 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4577 copyright years.
4578
45792005-03-14 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * building.texi (Commands of GUD): Move paragraph on setting
4582 breakpoints with mouse to the GDB Graphical Interface node.
4583
45842005-03-07 Richard M. Stallman <rms@gnu.org>
4585
8cf51b2c
GM
4586 * misc.texi (Single Shell, Shell Options): Fix previous change.
4587
4588 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4589
45902005-03-06 Richard M. Stallman <rms@gnu.org>
4591
4592 * building.texi (Starting GUD): Don't explain text vs graphical
4593 GDB here. Just mention it and xref.
4594 Delete "just one debugger process".
4595 (Debugger Operation): Move GUD tooltip info here.
4596 (GUD Tooltips): Node deleted.
4597 (GDB Graphical Interface): Explain the two GDB modes here.
4598
8cf51b2c
GM
4599 * sending.texi (Sending Mail): Minor cleanup.
4600 (Mail Aliases): Explain quoting conventions.
4601 Update key rebinding example.
4602 (Header Editing): C-M-i is like M-TAB.
4603 (Mail Mode Misc): mail-attach-file does not do MIME.
4604
4605 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4606 that really belongs here.
4607 (Remote Mailboxes): Text moved to Rmail Inbox.
4608 (Rmail Display): Mention Mouse-1.
4609 (Movemail): Clarify two movemail versions.
4610 Clarify rmail-movemail-program.
4611
8cf51b2c
GM
4612 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4613 Document async shell commands.
4614 (Shell History): Clarify.
4615 (Shell Ring): Mention C-UP an C-DOWN.
4616 (Shell Options): Add comint-prompt-read-only.
4617 (Invoking emacsclient): Set EDITOR to run Emacs.
4618 (Sorting): No need to explain what region is.
4619 (Saving Emacs Sessions): Fix typo.
4620 (Recursive Edit): Fix punctuation.
4621 (Emulation): Don't mention "PC bindings" which are standard.
4622 (Hyperlinking): Explain Mouse-1 convention here.
4623 (Find Func): Node deleted.
4624
8cf51b2c
GM
4625 * help.texi (Name Help): Xref to Hyperlinking.
4626
4627 * glossary.texi (Glossary):
4628 Rename "Balance Parentheses" to "Balancing...".
4629 Add "Byte Compilation". Correct "Copyleft".
4630 New xref in "Customization".
4631 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4632 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4633 Rename "Registers" to "Register".
4634 Replace "Selecting" with "Selected Frame",
4635 "Selected Window", and "Selecting a Buffer".
4636
4637 * files.texi (Types of Log File): Explain how projects'
4638 methods can vary.
4639
8cf51b2c
GM
4640 * display.texi (Faces): Delete "Emacs 21".
4641
4642 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4643 * fixit.texi (Spelling): C-M-i like M-TAB.
4644 * mini.texi (Completion Options): C-M-i like M-TAB.
4645 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4646 * text.texi (Text Mode): C-M-i like M-TAB.
4647
4648 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4649
4650 * calendar.texi (Specified Dates): Mention `g w'.
4651 (Appointments): appt-activate toggles with no arg.
4652
8cf51b2c
GM
46532005-03-05 Juri Linkov <juri@jurta.org>
4654
4655 * cmdargs.texi (Emacs Invocation): Add cindex
4656 "invocation (command line arguments)"
4657 (Misc X): Add -nbc, --no-blinking-cursor.
4658
46592005-03-04 Ulf Jasper <ulf.jasper@web.de>
4660
4661 * calendar.texi (iCalendar): No need to require it now.
4662
8cf51b2c
GM
46632005-03-03 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * trouble.texi (Contributing): Mention Savannah. Direct users to
4666 emacs-devel.
4667
46682005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4669
4670 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4671 window.
4672
8cf51b2c
GM
46732005-02-27 Richard M. Stallman <rms@gnu.org>
4674
4675 * building.texi (Compilation): Update mode line status info.
4676
46772005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4678
4679 * calendar.texi (General Calendar): Document binding of
4680 scroll-other-window-down.
4681 (Mayan Calendar): Fix earliest date.
4682 (Time Intervals): Document timeclock-change.
4683 Fix timeclock-ask-before-exiting documentation.
4684
46852005-02-26 Kim F. Storm <storm@cua.dk>
4686
4687 * frames.texi (Mouse References):
4688 Add mouse-1-click-in-non-selected-windows.
4689
46902005-02-25 Richard M. Stallman <rms@gnu.org>
4691
4692 * screen.texi (Screen): Explain better about cursors and mode lines;
4693 don't presuppose text terminals.
4694 (Point): Don't assume just one cursor.
4695 Clarify explanation of cursors.
4696 (Echo Area, Menu Bar): Cleanups.
4697
4698 * mini.texi (Minibuffer): Prompts are highlighted.
4699 (Minibuffer Edit): Newline = C-j only on text terminals.
4700 Clarify resize-mini-windows values.
4701 Mention M-PAGEUP and M-PAGEDOWN.
4702 (Completion Commands): Mouse-1 like Mouse-2.
4703 (Minibuffer History): Explain history commands better.
4704 (Repetition): Add xref to Incremental Search.
4705
4706 * mark.texi (Setting Mark): Clarify info about displaying mark.
4707 Clarify explanation of C-@ and C-SPC.
4708 (Transient Mark): Mention Delete Selection mode.
4709 (Marking Objects): Clean up text about extending the region.
4710
4711 * m-x.texi (M-x): One C-g doesn't always go to top level.
4712 No delay before suggest-key-bindings output.
4713
4714 * fixit.texi (Fixit): Mention C-/ for undo.
4715 (Spelling): Mention ESC TAB like M-TAB.
4716 Replacement words with r and R are rechecked.
4717 Say where C-g leaves point. Mention ? as input.
4718
47192005-02-23 Lute Kamstra <lute@gnu.org>
4720
4721 * cmdargs.texi (Initial Options): Add cross reference.
4722
8cf51b2c
GM
47232005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * emacs.texi (Top): Update menu for splitting of node in
4726 msdog.texi.
4727 * frames.texi (Frames): Update xref for splitting of node in
4728 msdog.texi.
4729 * trouble.texi (Quitting): Ditto.
4730
47312005-02-16 Richard M. Stallman <rms@gnu.org>
4732
4733 * windows.texi (Split Window): Simplify line truncation info
4734 and xref to Display Custom.
4735
4736 * trouble.texi (Quitting): Emergency escape only for text terminal.
4737 (Screen Garbled): C-l for ungarbling is only for text terminal.
4738
4739 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4740
4741 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4742
4743 * programs.texi (Program Modes): Mention Python mode.
4744 (Moving by Defuns): Repeating C-M-h extends region.
4745 (Basic Indent): Clarify.
4746 (Custom C Indent): Clarify.
4747 (Expressions): Repeating C-M-@ extends region.
4748 (Info Lookup): Clarify for C-h S.
4749 (Symbol Completion): ESC TAB alternative for M-TAB.
4750 (Electric C): Clarify.
4751
4752 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4753
4754 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4755 MS-DOS Input node.
4756 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4757 (MS-DOS and MULE): Clarify.
4758 (MS-DOS Processes, Windows Processes): Fix typos.
4759
4760 * major.texi (Choosing Modes): Clarify.
4761
4762 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4763 (Keyboard Macro Step-Edit): Clarify.
4764
4765 * indent.texi (Indentation): Clarifications.
4766
4767 * help.texi (Help): Correct error about C-h in query-replace.
4768 Clarify apropos vs C-h a. Fix how to search in FAQ.
4769 (Key Help): Describe C-h w here.
4770 (Name Help): Minor cleanup. C-h w moved to Key Help.
4771 Clarify the "object" joke.
4772 (Apropos): Clarify. Mouse-1 like Mouse-2.
4773 (Help Mode): Mouse-1 like Mouse-2.
4774
4775 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4776
4777 * display.texi (Display): Reorder menu.
4778 (Faces): Cleanup.
4779 (Font Lock): Cleanup. Mention Options menu.
4780 Delete obsolete text.
4781 (Scrolling): For C-l, don't presume text terminal.
4782 (Horizontal Scrolling): Simplify intro.
4783 (Follow Mode): Clarify.
4784 (Cursor Display): Moved before Display Custom.
4785 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4786 Doc default-tab-width. Doc line truncation more thoroughly.
4787
4788 * dired.texi (Dired Enter): C-x C-f can run Dired.
4789 (Dired Visiting): Comment out `a' command.
4790 Mouse-1 is like Mouse-2.
4791 (Shell Commands in Dired): ? can be used more than once.
4792
4793 * basic.texi (Continuation Lines): Simplify description of truncation,
4794 and refer to Display Custom for the rest of it.
4795
8cf51b2c
GM
47962005-02-06 Lute Kamstra <lute@gnu.org>
4797
4798 * basic.texi (Undo): Fix typo.
4799
4800 * cmdargs.texi (Emacs Invocation): Fix typo.
4801
4802 * custom.texi (Init Examples): Fix typo.
4803
4804 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4805
48062005-02-06 Richard M. Stallman <rms@gnu.org>
4807
4808 * regs.texi (Registers): Registers can hold numbers, too.
4809
4810 * killing.texi (Other Kill Commands): Cleanup.
4811 Delete redundant explanation of kill in read-only buffer.
4812 (Yanking): Mention term "copying".
4813 (Accumulating Text): Fix typo.
4814
4815 * entering.texi (Entering Emacs): Update rationale at start.
4816 (Exiting): Treat iconifying on a par with suspension.
4817
4818 * custom.texi (Minor Modes): Fix typo.
4819 (Easy Customization): Fix menu style.
4820 (Variables): Add xref.
4821 (Examining): Setting for future sessions works through .emacs.
4822 (Keymaps): "Text terminals", not "Many".
4823 (Init Rebinding): Explain \C-. Show example of \M-.
4824 Fix minor wording errors.
4825 (Function Keys): Explain vector syntax just once.
4826 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4827 (Init File): Mention .emacs.d directory.
4828 (Init Examples): Add xref.
4829 (Find Init): Mention .emacs.d directory.
4830
4831 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4832 (Action Arguments): Explain which kinds of -l args are found how.
4833 (Initial Options): --batch does not inhibit site-start.
4834 Add xrefs.
4835 (Command Example): Use --batch, not -batch.
4836
4837 * basic.texi (Inserting Text): Cleanup wording.
4838 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4839 C-n is not error at end of buffer.
4840 (Undo): Doc C-/ like C-_. Add xrefs.
4841 (Arguments): META key may be labeled ALT.
4842 Peculiar arg meanings are explained in doc strings.
4843
4844 * abbrevs.texi (Expanding Abbrevs): Clarify.
4845
48462005-02-05 Eli Zaretskii <eliz@gnu.org>
4847
4848 * frames.texi (Frame Parameters): Add an xref to the description
4849 of list-colors-display. Add a pointer to the X docs about colors.
4850
4851 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4852 Improve docs of list-colors-display.
8cf51b2c
GM
4853
48542005-02-03 Lute Kamstra <lute@gnu.org>
4855
4856 * frames.texi (Frames, Drag and Drop): Fix typos.
4857
48582005-02-03 Richard M. Stallman <rms@gnu.org>
4859
4860 * windows.texi (Basic Window): Mention color-change in mode line.
4861 (Change Window): Explain dragging vertical boundaries.
4862
4863 * text.texi (Sentences): Clarify.
4864 (Paragraphs): Explain M-a and blank lines.
4865 (Outline Mode): Clarify text and menu.
4866 (Hard and Soft Newlines): Mention use-hard-newlines.
4867
4868 * frames.texi (Frames): Delete unnecessary mention of Windows.
4869 (Mouse Commands): Likewise. Mention xterm mouse support.
4870 (Clipboard): Clarify.
4871 (Mouse References): Mention use of Mouse-1 for following links.
4872 (Menu Mouse Clicks): Clarify.
4873 (Mode Line Mouse): Clarify.
4874 (Drag and Drop): Rewrite.
4875
4876 * fixit.texi (Spelling): Fix typo.
4877
4878 * files.texi (File Names): Clarify.
4879 (Visiting): Update conditions for use of file dialog. Clarify.
4880 (Saving): Doc d as answer in save-some-buffers.
4881 (Remote Files): Clean up the text.
4882
4883 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4884
4885 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4886 (List Buffers): Clarify.
4887 (Several Buffers): Doc T command.
4888 (Buffer Convenience): Clarify menu.
4889
4890 * basic.texi (Undo): Clarify last change.
4891
48922005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4893
4894 * fixit.texi (Spelling): Fix typo.
4895
48962005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * basic.texi (Undo): Update description of `undo-outer-limit'.
4899
49002005-02-01 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * building.texi: Update documentation relating to GDB Graphical
4903 Interface.
4904
49052005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * custom.texi (Easy Customization): Adapt menu to node name change.
4908
49092005-01-30 Richard M. Stallman <rms@gnu.org>
4910
4911 * custom.texi (Easy Customization): Defn of "User Option" now
4912 includes faces. Don't say just "option" when talking about variables.
4913 Do say just "options" to mean "anything customizable".
4914 (Specific Customization): Describe `customize-variable',
4915 not `customize-option'.
4916
4917 * glossary.texi (Glossary) <Faces>: Add xref.
4918 <User Option>: Change definition--include faces. Change xref.
4919
4920 * picture.texi (Picture): Mention artist.el.
4921
4922 * sending.texi, screen.texi, programs.texi, misc.texi:
4923 * mini.texi, major.texi, maintaining.texi, macos.texi:
4924 * help.texi, frames.texi, files.texi:
4925 Don't say just "option" when talking about variables.
4926
4927 * display.texi, mule.texi: Don't say just "option" when talking
4928 about variables. Other minor cleanups.
4929
8cf51b2c
GM
49302005-01-26 Lute Kamstra <lute@gnu.org>
4931
4932 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4933 File'. Mention the `-Q' option at the `--no-site-file' option.
4934
8cf51b2c
GM
49352005-01-22 David Kastrup <dak@gnu.org>
4936
4937 * building.texi (Grep Searching): Mention alias `find-grep' for
4938 `grep-find'.
4939
49402005-01-20 Richard M. Stallman <rms@gnu.org>
4941
4942 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4943
8cf51b2c
GM
49442005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4945
4946 * rmail.texi (Movemail): Explain differences
4947 between standard and mailutils versions of movemail.
4948 Describe command line and configuration options introduced
4949 with the latter.
4950 Explain the notion of mailbox URL, provide examples and
4951 cross-references to mailutils documentation.
4952 Describe various methods of specifying mailbox names,
4953 user names and user passwords for rmail.
4954 (Remote Mailboxes): New section. Describe
4955 how movemail handles remote mailboxes. Describe configuration
4956 options used to control its behavior.
4957 (Other Mailbox Formats): Explain handling of various mailbox
4958 formats.
4959
49602005-01-13 Richard M. Stallman <rms@gnu.org>
4961
4962 * commands.texi (Commands): Clarification.
4963
49642005-01-11 Richard M. Stallman <rms@gnu.org>
4965
4966 * programs.texi (Multi-line Indent): Fix previous change.
4967 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4968
8cf51b2c
GM
49692005-01-08 Richard M. Stallman <rms@gnu.org>
4970
4971 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4972 lazy-highlight.
4973
4974 * search.texi (Query Replace): Mention faces query-replace
4975 and lazy-highlight.
4976 (Incremental Search): Update isearch highlighting info.
4977
8cf51b2c
GM
49782005-01-04 Richard M. Stallman <rms@gnu.org>
4979
4980 * custom.texi (Saving Customizations): Minor improvement.
4981
8cf51b2c
GM
49822005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4983
4984 * custom.texi (Saving Customizations): Emacs no longer loads
4985 `custom-file' after .emacs. No longer mention customizing through
4986 Custom.
4987
8cf51b2c
GM
49882005-01-01 Andreas Schwab <schwab@suse.de>
4989
4990 * killing.texi (Graphical Kill): Move up under node Killing,
4991 change @section to @subsection.
4992
49932005-01-01 Richard M. Stallman <rms@gnu.org>
4994
4995 * custom.texi (Face Customization): Mention hex color specs.
4996
4997 * emacs.texi (Top): Update Killing submenu.
4998
4999 * killing.texi (Killing): Reorganize section.
5000 No more TeX-only text; put the node command at start of chapter.
5001 But the first section heading is used only in TeX.
5002 Rewrite the text to read better in this mode.
5003 (Graphical Kill): New subnode gets some of the text that
5004 used to be in the first section.
5005
50062004-12-31 Richard M. Stallman <rms@gnu.org>
5007
5008 * dired.texi (Shell Commands in Dired): Delete the ? example.
5009
5010 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5011
5012 * files.texi (Saving): Describe new require-final-newline features
5013 and mode-require-final-newline.
5014
8cf51b2c
GM
50152004-12-29 Richard M. Stallman <rms@gnu.org>
5016
5017 * custom.texi (File Variables): Clarify previous change.
5018
c8763fb6 50192004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5020
5021 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5022 out now.
5023
50242004-12-27 Richard M. Stallman <rms@gnu.org>
5025
5026 * Makefile.in (MAKEINFO): Specify --force.
5027
5028 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5029 (Undo): Doc undo-outer-limit.
5030
8cf51b2c
GM
50312004-12-15 Juri Linkov <juri@jurta.org>
5032
5033 * mark.texi (Transient Mark, Mark Ring): M-< and other
5034 movement commands don't set mark in Transient Mark mode
5035 if mark is active.
5036
8cf51b2c
GM
50372004-12-12 Juri Linkov <juri@jurta.org>
5038
5039 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5040 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5041
5042 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5043 (Misc Dired Commands): Add @r{(Dired)} to w.
5044
50452004-12-12 Juri Linkov <juri@jurta.org>
5046
5047 * mark.texi (Marking Objects): Marking commands also extend the
5048 region when mark is active in Transient Mark mode.
5049
8cf51b2c
GM
50502004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * custom.texi (Saving Customizations): Emacs only loads the custom
5053 file automatically after the init file in version 22.1 or later.
5054 Adapt text and examples to this fact.
5055
8cf51b2c
GM
50562004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5057
5058 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5059 be set through Custom. Otherwise, it has no effect.
5060
8cf51b2c
GM
50612004-12-05 Richard M. Stallman <rms@gnu.org>
5062
5063 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5064 * entering.texi: Rename Command Line to Emacs Invocation.
5065
10d1d0af 5066 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5067
5068 * custom.texi (Easy Customization): Move up to section level,
5069 before Variables. Avoid using the term "variable"; say "option".
5070 New initial explanation.
5071 (Variables): In initial explanation, connect "variable" to the
5072 already-explained "user option".
5073
5074 * emacs.texi (Top): Fix ref to Command Line.
5075 Move reference to Easy Customization.
5076
5077 * xresources.texi (X Resources): Fix From link.
5078
5079 * doclicense.texi (GNU Free Documentation License): Fix To link.
5080
5081 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5082
5083 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5084
50852004-12-03 Richard M. Stallman <rms@gnu.org>
5086
5087 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5088
50892004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5090
5091 * kmacro.texi: Several small changes in addition to the following.
5092 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5093 defining a keyboard macro.
5094 Mention `kmacro-ring-max'.
5095 (Keyboard Macro Counter): Clarify description of
5096 `kmacro-insert-counter', `kmacro-set-counter',
5097 `kmacro-add-counter' and `kmacro-set-format'.
5098
50992004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5100
5101 * custom.texi (File Variables): Add `unibyte' and make it more
5102 clear that `unibyte' and `coding' are special. Suggested by Simon
5103 Krahnke <overlord@gmx.li>.
5104
5105 * mule.texi (Enabling Multibyte): Refer to File Variables.
5106 Suggested by Simon Krahnke <overlord@gmx.li>.
5107
c8763fb6 51082004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5109
5110 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5111 x-use-old-gtk-file-dialog.
5112
8cf51b2c
GM
51132004-11-20 Richard M. Stallman <rms@gnu.org>
5114
5115 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5116
51172004-11-09 Lars Brinkhoff <lars@nocrew.org>
5118
5119 * building.texi (Lisp Eval): Delete hyphen in section name.
5120
51212004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5122
5123 * files.texi (Old Versions):
5124 No longer document annotation as "CVS only".
5125
51262004-11-10 Andre Spiegel <spiegel@gnu.org>
5127
5128 * files.texi (Version Control): Rewrite the introduction about
5129 version systems, mentioning the new ones that we support. Thanks
5130 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5131 suggestions.
5132
c8763fb6 51332004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5134
49823426 5135 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5136
c8763fb6 51372004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5138
5139 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5140
51412004-10-23 Eli Zaretskii <eliz@gnu.org>
5142
5143 * text.texi (Text Based Tables, Table Definition)
5144 (Table Creation, Table Recognition, Cell Commands)
5145 (Cell Justification, Row Commands, Column Commands)
5146 (Fixed Width Mode, Table Conversion, Measuring Tables)
5147 (Table Misc): New nodes, documenting the Table Mode.
5148
8cf51b2c
GM
51492004-10-19 Jason Rumney <jasonr@gnu.org>
5150
5151 * makefile.w32-in (info): Change order of arguments to makeinfo.
5152
51532004-10-19 Ulf Jasper <ulf.jasper@web.de>
5154
5155 * calendar.texi (iCalendar): Update for package changes.
5156
8cf51b2c
GM
51572004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5158
5159 * files.texi (Misc File Ops): View mode is a minor mode.
5160
8cf51b2c
GM
51612004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5162
5163 * calendar.texi (iCalendar): Style changes.
5164
51652004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * search.texi (Regexps): The regexp described in the example is no
5168 longer stored in the variable `sentence-end'.
5169
8cf51b2c
GM
51702004-10-06 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * building.texi (Starting GUD): Note that multiple debugging
5173 sessions requires `gdb --fullname'.
5174
51752004-10-05 Ulf Jasper <ulf.jasper@web.de>
5176
5177 * calendar.texi (iCalendar): New section for a new package.
5178
8cf51b2c
GM
51792004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5180
5181 * text.texi: Various small changes in addition to the following.
5182 (Text): Replace xref for autotype with inforef.
5183 (Sentences): Explain nil value for `sentence-end'.
5184 (Paragraphs): Update default values for `paragraph-start' and
5185 `paragraph-separate'.
5186 (Text Mode): Correct description of Text mode's effect on the
5187 syntax table.
5188 (Outline Visibility): `hide-other' does not hide top level headings.
5189 `selective-display-ellipses' no longer has an effect on Outline mode.
5190 (TeX Misc): Add missing @cindex.
5191 Replace xref for RefTeX with inforef.
5192 (Requesting Formatted Text): The variable
5193 `enriched-fill-after-visiting' no longer exists.
5194 (Editing Format Info): Update names of menu items and commands.
5195 (Format Faces): Mention special effect of specifying the default face.
5196 Describe inheritance of text properties.
5197 Correct description of `fixed' face.
5198 (Format Indentation): Correct description of effect of setting
5199 margins. Mention `set-left-margin' and `set-right-margin'.
5200 (Format Justification): Update names of menu items.
5201 `set-justification-full' is now bound to `M-j b'.
5202 Mention that `default-justification' is a per buffer variable.
5203 (Format Properties): Update name of menu item.
5204 (Forcing Enriched Mode): `format-decode-buffer' automatically
5205 turns on Enriched mode if the buffer is in text/enriched format.
5206
52072004-10-05 Emilio C. Lopes <eclig@gmx.net>
5208
5209 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5210
52112004-09-28 Kim F. Storm <storm@cua.dk>
5212
5213 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5214 Align with new functionality.
5215
8cf51b2c
GM
52162004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5217
5218 * display.texi (Display Custom): Remove stray `@end defvar'.
5219
52202004-09-23 Kim F. Storm <storm@cua.dk>
5221
5222 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5223 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5224
8cf51b2c
GM
52252004-09-20 Richard M. Stallman <rms@gnu.org>
5226
5227 * custom.texi (Hooks): Explain using setq to clear out a hook.
5228 (File Variables): Explain multiline string constants.
5229 (Non-ASCII Rebinding): Explain when you need to update
5230 non-ASCII char codes in .emacs.
5231
5232 * building.texi (Compilation): Explain how to make a silent
5233 subprocess that won't be terminated. Explain compilation-environment.
5234
52352004-09-13 Kim F. Storm <storm@cua.dk>
5236
5237 * mini.texi (Repetition): Rename isearch-resume-enabled to
5238 isearch-resume-in-command-history and change default to disabled.
5239
8cf51b2c
GM
52402004-09-09 Kim F. Storm <storm@cua.dk>
5241
5242 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5243 with new `kmacro-name-last-macro'.
5244
8cf51b2c
GM
52452004-09-08 Juri Linkov <juri@jurta.org>
5246
5247 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5248
8cf51b2c
GM
52492004-09-03 Juri Linkov <juri@jurta.org>
5250
5251 * search.texi (Incremental Search): Update wording for M-%.
5252
52532004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5254
5255 * killing.texi (Killing): Correct description of kill commands in
5256 read-only buffer.
5257
52582004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5259
5260 * building.texi (Compilation Mode): Add a paragraph about rules
5261 for finding the compilation buffer for `next-error'.
5262
5263 * search.texi (Other Repeating Search): Mention that Occur mode
5264 supports the next-error functionality.
5265
52662004-09-02 Juri Linkov <juri@jurta.org>
5267
5268 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5269
52702004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * kmacro.texi (Basic Keyboard Macro):
5273 `apply-macro-to-region-lines' now operates on all lines that begin
5274 in the region, rather than on all complete lines in the region.
5275
c8763fb6 52762004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5277
5278 * frames.texi (Drag and drop): Add documentation about
5279 x-dnd-test-function and x-dnd-known-types.
5280
52812004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5282
5283 * indent.texi: Various minor changes in addition to:
5284 (Indentation Commands): Correct description of `indent-relative'.
5285 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5286 mode. The *Tab Stops* buffer uses Overwrite Mode.
5287 (Just Spaces): `tabify' converts sequences of at least two spaces
5288 to tabs.
5289
8cf51b2c
GM
52902004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5291
5292 * frames.texi (Secondary Selection): Setting the secondary
5293 selection with M-Drag-Mouse-1 does not alter the kill ring,
5294 setting it with M-Mouse-1 and M-Mouse-3 does.
5295 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5296 toolkit scroll bars.
5297 (Scroll Bars): Ditto.
5298
5299 * windows.texi (Basic Window): When using a window system, the value
5300 of point in a non-selected window is indicated by a hollow box.
5301 (Split Window): Side by side windows are separated by a scroll bar,
5302 if scroll bars are used.
5303 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5304 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5305 (Window Convenience): Update bindings for `winner-undo' and
5306 `winner-redo'.
5307
5308 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5309 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5310 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5311 of "Using Emacs as a Server".
5312 * building.texi (Building): Interchange nodes (for correct numbering).
5313 * programs.texi (Programs): Interchange nodes (for correct numbering).
5314 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5315 Info to the node structure.
5316 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5317 Rearrange order of nodes and sections such that both "GNU GENERAL
5318 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5319 end, as appropriate for appendices.
5320 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5321 Use `@unnumberedsec'.
5322 * trouble.texi: Adapt sectioning in Info to the node structure.
5323 Adapt node pointers to change in emacs.texi.
5324 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5325
8cf51b2c
GM
53262004-08-25 Kenichi Handa <handa@m17n.org>
5327
5328 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5329 description for unibyte mode.
5330
53312004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5332
5333 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5334
5335 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5336 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5337 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5338 in @pxref.
5339
53402004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5341
5342 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5343 Change section names.
5344
8cf51b2c
GM
53452004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * kmacro.texi (Keyboard Macro Ring): Rename section.
5348 Emacs treats the head of the macro ring as the `last keyboard macro'.
5349 (Keyboard Macro Counter): Minor change.
5350 (Save Keyboard Macro): Some clarifications.
5351 (Edit Keyboard Macro): Rename section.
5352
5353 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5354 32-bit machines.
5355 (Several Buffers): Clarify which buffer is selected if `2' is
5356 pressed in the Buffer Menu.
5357 Auto Revert mode can be used to update the Buffer Menu
5358 automatically.
5359
53602004-08-21 Eli Zaretskii <eliz@gnu.org>
5361
5362 * help.texi (Misc Help): Add an index entry for finding an Info
5363 manual by its file name.
5364
53652004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * files.texi (Backup Deletion): Correct description of
5368 `delete-old-versions'.
5369 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5370 (Auto Save Files): Recommend `auto-save-mode' to reenable
5371 auto-saving, rather than the abbreviation `auto-save'.
5372
53732004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5376 for "killing" and "yanking" in main menu.
5377
53782004-08-16 Richard M. Stallman <rms@gnu.org>
5379
5380 * killing.texi (Yanking, Killing): Minor cleanups.
5381
5382 * mark.texi (Momentary Mark): Minor cleanups.
5383
53842004-08-15 Kenichi Handa <handa@etl.go.jp>
5385
5386 * custom.texi (Non-ASCII Rebinding):
5387 C-q always inserts the right code to pass to global-set-key.
5388
8cf51b2c
GM
53892004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5392 `insert-register', instead of `C-x r g' binding, for consistency.
5393
53942004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5395
5396 * fixit.texi (Spelling): Fix typo.
5397
53982004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5399
5400 * help.texi (Help): Fix Texinfo usage.
5401
8cf51b2c
GM
54022004-07-24 Richard M. Stallman <rms@gnu.org>
5403
5404 * text.texi (Paragraphs): Update how paragraphs are separated
5405 and the default for paragraph-separate.
5406
5407 * search.texi (Regexp Replace): Further update text for new
5408 replacement operators.
5409
8cf51b2c
GM
54102004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5413 `R' switch.
5414
5415 * dired.texi (Dired Updating): `k' only deletes inserted
5416 subdirectories from the Dired buffer if a prefix argument was given.
5417
5418 * search.texi (Regexps): Delete redundant definition of `symbol' in
5419 description of `\_>'. It already occurs in the description of `\_<'.
5420
8cf51b2c
GM
54212004-07-01 Juri Linkov <juri@jurta.org>
5422
5423 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5424 (Regexp Search): Add M-r.
5425
54262004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5427
5428 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5429
54302004-06-29 Jesper Harder <harder@ifa.au.dk>
5431
49823426 5432 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5433
54342004-06-25 Richard M. Stallman <rms@gnu.org>
5435
5436 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5437
54382004-06-25 David Kastrup <dak@gnu.org>
5439
5440 * search.texi (Regexp Replace): Some typo corrections and
5441 rearrangement.
5442
54432004-06-24 David Kastrup <dak@gnu.org>
5444
5445 * search.texi (Unconditional Replace): Use replace-string instead
5446 of query-replace in example.
5447 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5448 sequences.
5449 (Query Replace): Correct explanation of `^' which does not use
5450 the mark stack.
5451
54522004-06-21 Nick Roberts <nickrob@gnu.org>
5453
5454 * misc.texi (Shell History Copying): Document comint-insert-input.
5455 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5456
8cf51b2c
GM
54572004-06-20 Jesper Harder <harder@ifa.au.dk>
5458
5459 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5460 * custom.texi (Customization): Do.
5461 * anti.texi (Antinews): Do.
5462 * abbrevs.texi (Defining Abbrevs): Do.
5463
5464 * programs.texi (Info Lookup): Fix keybinding for
5465 info-lookup-symbol.
5466
54672004-06-16 Juanma Barranquero <lektu@terra.es>
5468
5469 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5470 Add emacs-xtra.
5471 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5472 (clean): Add emacs-xtra and flymake. Remove redundancies.
5473
54742004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5475
5476 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5477 Add emacs-xtra.
5478 * emacs-xtra.texi: New file.
5479
54802004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5481
5482 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5483 (Dired and Find): Mention differences with ordinary Dired buffers.
5484
8cf51b2c
GM
54852004-06-13 Richard M. Stallman <rms@gnu.org>
5486
5487 * custom.texi (Init Syntax): Explain about vars that do special
5488 things when set with setq or with Custom.
5489 (Init Examples): Add line-number-mode example.
5490
8cf51b2c
GM
54912004-06-12 Juri Linkov <juri@jurta.org>
5492
5493 * dired.texi (Operating on Files): Add dired-do-touch.
5494
8cf51b2c
GM
54952004-06-10 Juri Linkov <juri@jurta.org>
5496
5497 * building.texi (Lisp Eval): Add C-M-x on defface.
5498
54992004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5500
5501 * files.texi (Reverting): Auto-Revert mode and
5502 Global Auto-Revert mode no longer revert remote files.
5503
8cf51b2c
GM
55042004-05-29 Richard M. Stallman <rms@gnu.org>
5505
5506 * custom.texi (Init File): Two dashes start --no-site-file.
5507
8cf51b2c
GM
55082004-05-29 Alan Mackenzie <acm@muc.de>
5509
5510 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5511 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5512 (AWK, Pike): Document as "C-like modes".
5513 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5514 (M-x man): Supersedes M-x manual-entry.
5515 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5516
5517 ("Comments in C"): Delete node; the info is in CC Mode manual.
5518 (c-comment-only-line-offset): Remove description.
5519
5520 (C-c ., C-c C-c): Describe new C Mode bindings.
5521
5522 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5523 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5524 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5525 Amend definitions.
5526
5527 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5528 Describe functions.
5529
5530 (c-comment-start-regexp, c-hanging-comment-ender-p)
5531 (c-hanging-comment-starter-p): Remove obsolete definitions.
5532
5533 * emacs.texi: Remove the menu entry "Comments in C".
5534
8cf51b2c
GM
55352004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5538 `M-x locate'.
5539
55402004-05-16 Karl Berry <karl@gnu.org>
5541
5542 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5543 makeinfo --html fails.
5544 * help.texi (Help Summary) [@ifnottex]: Likewise.
5545
55462004-05-13 Nick Roberts <nickrob@gnu.org>
5547
5548 * building.texi (GDB Graphical Interface): Update and describe
5549 layout first.
5550
8cf51b2c
GM
55512004-05-04 Jason Rumney <jasonr@gnu.org>
5552
5553 * makefile.w32-in: Revert last change.
5554
55552004-05-03 Jason Rumney <jasonr@gnu.org>
5556
5557 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5558
8cf51b2c
GM
55592004-04-23 Juanma Barranquero <lektu@terra.es>
5560
5561 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5562
55632004-04-18 Juri Linkov <juri@jurta.org>
5564
5565 * fixit.texi (Spelling): Remove file extension from ispell xref.
5566
55672004-04-15 Kim F. Storm <storm@cua.dk>
5568
5569 * cmdargs.texi (Initial Options): Add -Q.
5570
55712004-04-05 Kim F. Storm <storm@cua.dk>
5572
5573 * custom.texi (File Variables): Add safe-local-eval-forms.
5574
8cf51b2c
GM
55752004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5576
5577 * files.texi (Reverting): Correct description of revert-buffer's
5578 handling of point.
5579
55802004-03-22 Juri Linkov <juri@jurta.org>
5581
5582 * emacs.texi (Top): Add `Misc X'.
5583
49823426 5584 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5585
5586 * glossary.texi: Improve references.
5587
5588 * help.texi: Sync keywords with finder.el.
5589
5590 * mini.texi (Completion): Add description for menu items.
5591
5592 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5593
5594 * sending.texi (Mail Methods): Fix xref to Message manual.
5595
8cf51b2c
GM
55962004-03-12 Richard M. Stallman <rms@gnu.org>
5597
8cf51b2c
GM
5598 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5599
8cf51b2c
GM
56002004-03-04 Richard M. Stallman <rms@gnu.org>
5601
5602 * search.texi (Regexps): Explain that ^ and $ have their
5603 special meanings only in certain contexts.
5604
5605 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5606
5607 * mule.texi (Specify Coding): Doc C-x RET F.
5608
5609 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5610 for multiple compile and grep buffers.
5611 (Indirect Buffers): Don't recommand clone-indirect-buffer
5612 for multiple compile and grep buffers.
5613
8cf51b2c
GM
56142004-02-29 Juanma Barranquero <lektu@terra.es>
5615
5616 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5617 Use $(DEL) instead of rm, and ignore exit code.
5618
8cf51b2c
GM
56192004-02-23 Nick Roberts <nick@nick.uklinux.net>
5620
5621 * building.texi (Watch Expressions): Update.
5622
56232004-02-21 Juri Linkov <juri@jurta.org>
5624
5625 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5626 --directory, --help, --version. Move text about command-line-args
5627 to Command Arguments.
5628 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5629 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5630 (Window Size X): Join -g and --geometry. Add @cindex.
5631 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5632 (Title X): Remove alias -title.
5633 (Misc X): New node.
5634
c8763fb6 56352004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5636
5637 * frames.texi (Drag and drop): Add Motif to list of supported
5638 protocols.
5639
c8763fb6 56402004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5641
5642 * frames.texi (Drag and drop): New section.
5643
56442004-01-24 Richard M. Stallman <rms@gnu.org>
5645
5646 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5647 Include it only @ifnotinfo. Patch the preceding and following
5648 node headers to point to each other.
5649
56502004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5651
5652 * calendar.texi (Appointments): Update section.
5653
56542003-12-29 Kevin Ryde <user42@zip.com.au>
5655
8cf51b2c
GM
5656 * programs.texi (C Modes): Fix the xref.
5657
56582003-12-23 Nick Roberts <nick@nick.uklinux.net>
5659
5660 * building.texi (Watch Expressions): Update.
5661 (Commands of GUD): Include use of toolbar + breakpoints set from
5662 fringe/margin.
5663
56642003-12-03 Andre Spiegel <spiegel@gnu.org>
5665
5666 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5667 <acm@muc.de>.
5668
c8763fb6 56692003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5670
5671 * frames.texi (Dialog Boxes): Add use-file-dialog.
5672
8cf51b2c
GM
56732003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5674
5675 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5676 in CC Mode.
5677
8cf51b2c
GM
56782003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5679
5680 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5681 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5682 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5683 * man/frames.texi, man/glossary.texi, man/killing.texi:
5684 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5685 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5686 * man/sending.texi, man/text.texi, man/trouble.texi:
5687 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5688
56892003-11-01 Alan Mackenzie <acm@muc.de>
5690
5691 * search.texi (Scrolling During Incremental Search): Document a
5692 new scrolling facility in isearch mode.
5693
8cf51b2c
GM
56942003-10-22 Miles Bader <miles@gnu.org>
5695
5696 * Makefile.in (info): Move before $(top_srcdir)/info.
5697
56982003-10-22 Nick Roberts <nick@nick.uklinux.net>
5699
5700 * building.texi (Watch Expressions): Update section on data display
5701 to reflect code changes (GDB Graphical Interface).
5702
8cf51b2c
GM
57032003-10-13 Richard M. Stallman <rms@gnu.org>
5704
5705 * xresources.texi (GTK resources): Clean up previous change.
5706
c8763fb6 57072003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5708
5709 * xresources.texi (GTK resources): Add a note that some themes
5710 disallow customizations. Add scroll theme example.
5711
8cf51b2c
GM
57122003-09-30 Richard M. Stallman <rms@gnu.org>
5713
8cf51b2c
GM
5714 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5715
5716 * misc.texi (Saving Emacs Sessions): Shorten the section,
5717 collapsing back into one node.
5718
57192003-09-30 Lars Hansen <larsh@math.ku.dk>
5720
5721 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5722
ce058493 57232003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5724
5725 * xresources.texi (GTK names in Emacs): Correct typo.
5726
8cf51b2c
GM
57272003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5728
5729 * cmdargs.texi (Font X): Mention new default font. More
5730 fully describe long font names, wildcard patterns and the
5731 problems involved. (Result of discussion on emacs-devel.)
5732
57332003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5734
5735 * emacs.texi (Acknowledgements): Correct typo.
5736
57372003-09-22 Richard M. Stallman <rms@gnu.org>
5738
5739 * dired.texi (Misc Dired Commands): New node.
5740 (Dired Navigation): Add dired-goto-file.
5741
5742 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5743
5744 * emacs.texi (Acknowledgements): New node, split from Distribution.
5745
5746 * cmdargs.texi (Action Arguments): -f reads interactive args.
5747
8cf51b2c
GM
57482003-09-08 Lute Kamstra <lute@gnu.org>
5749
5750 * screen.texi (Mode Line): Say that POS comes before LINE.
5751 Mention `size-indication-mode'.
5752 * display.texi (Optional Mode Line): Document
5753 `size-indication-mode'.
5754 * basic.texi (Position Info): Mention `size-indication-mode'.
5755
57562003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5757
5758 * xresources.texi (Resources): Refer to `editres' man page.
5759 (Lucid Resources): Update defaults. Expand description of
5760 `shadowThickness'.
5761
57622003-09-04 Miles Bader <miles@gnu.org>
5763
5764 * Makefile.in (top_srcdir): New variable.
5765 ($(top_srcdir)/info): New rule.
5766 (info): Depend on it.
5767
57682003-09-03 Peter Runestig <peter@runestig.com>
5769
5770 * makefile.w32-in: New file.
5771
57722003-08-29 Richard M. Stallman <rms@gnu.org>
5773
5774 * misc.texi (Saving Emacs Sessions): Correct previous change.
5775
8cf51b2c
GM
57762003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5777
8cf51b2c
GM
5778 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5779 (Intro): Include kmacro.texi after fixit.texi instead of after
5780 custom.texi. (As suggested by Kim Storm.)
5781
57822003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5783
5784 * fixit.texi (Fixit): Update `Next' pointer.
5785 * files.texi (Files): Update `Previous' pointer.
5786 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5787 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5788 (Suggested by Kim Storm.)
5789 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5790
57912003-08-18 Kim F. Storm <storm@cua.dk>
5792
5793 * kmacro.texi: New file describing enhanced keyboard macro
5794 functionality. Replaces old description in custom.texi.
5795
5796 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5797 (Keyboard Macros): Move to new kmacro.texi file.
5798
5799 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5800
8cf51b2c
GM
58012003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5802
5803 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5804
58052003-08-17 Alex Schroeder <alex@gnu.org>
5806
5807 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5808 required.
5809
8cf51b2c
GM
58102003-08-05 Richard M. Stallman <rms@gnu.org>
5811
5812 * programs.texi (Lisp Indent): Don't describe
5813 lisp-indent-function property here. Use xref to Lisp Manual.
5814
8cf51b2c
GM
58152003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5816
fffa137c 5817 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5818 abbreviations.
5819
58202003-07-24 Markus Rost <rost@math.ohio-state.edu>
5821
5822 * buffers.texi (List Buffers): Fix previous change.
5823
8cf51b2c
GM
58242003-07-13 Markus Rost <rost@math.ohio-state.edu>
5825
5826 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5827 List*.
5828
58292003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5830
8cf51b2c
GM
5831 * display.texi (Font Lock): Fix typo.
5832
58332003-07-07 Richard M. Stallman <rms@gnu.org>
5834
5835 * display.texi (Font Lock): Add xref for format info on
5836 font-lock-remove-keywords.
5837
5838 * building.texi (Compilation): Document what happens with asynch
5839 children of compiler process.
5840
5841 * help.texi (Library Keywords): Use @multitable.
5842
8cf51b2c
GM
58432003-06-04 Richard M. Stallman <rms@gnu.org>
5844
5845 * programs.texi (Expressions): Delete C-M-DEL.
5846
5847 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5848 comint-move-point-for-output renamed from
5849 comint-scroll-to-bottom-on-output.
5850
5851 * custom.texi (Init Rebinding): Replace previous change with xref.
5852 (Non-ASCII Rebinding): Explain that issue more briefly here.
5853
58542003-05-28 Richard M. Stallman <rms@gnu.org>
5855
5856 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5857
58582003-05-28 Nick Roberts <nick@nick.uklinux.net>
5859
5860 * building.texi (GDB Graphical Interface): New node.
5861 (Rewritten somewhat by RMS.)
5862
c8763fb6 58632003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5864
5865 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5866 non-English letters. Explain how to set coding systems correctly
5867 and how to include the right coding cookie in the file.
5868
c8763fb6 58692003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5870
5871 * indent.texi (Indentation): Explain the concepts.
5872 (Just Spaces): Explain why preventing tabs for indentation might
5873 be useful.
5874
8cf51b2c
GM
58752003-04-16 Richard M. Stallman <rms@gnu.org>
5876
5877 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5878
8cf51b2c
GM
58792003-02-22 Alex Schroeder <alex@emacswiki.org>
5880
5881 * cmdargs.texi (General Variables): Document SMTPSERVER.
5882
8cf51b2c
GM
5883 * sending.texi: Remove SMTP node.
5884 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5885 library.
5886
8cf51b2c
GM
58872003-02-22 Alex Schroeder <alex@emacswiki.org>
5888
5889 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5890
58912003-02-22 Simon Josefsson <jas@extundo.com>
5892
5893 * sending.texi (Mail Methods): Add node about SMTP.
5894
c8763fb6 58952003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5896
5897 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5898
8cf51b2c
GM
58992003-02-01 Kevin Ryde <user42@zip.com.au>
5900
5901 * glossary.texi (Glossary): Correction to cl cross reference.
5902
59032003-01-20 Richard M. Stallman <rms@gnu.org>
5904
5905 * killing.texi (Rectangles): Document C-x c r.
5906
c8763fb6 59072003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5908
5909 * xresources.texi (GTK resources): New node.
5910 (GTK widget names): New node.
5911 (GTK names in Emacs): New node.
5912 (GTK styles): New node.
5913
c8763fb6 59142003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5915
5916 * maintaining.texi (Create Tags Table): Add reference to the new
5917 `etags --help --lang=LANG' option.
5918
8cf51b2c
GM
59192002-10-02 Karl Berry <karl@gnu.org>
5920
49823426 5921 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5922 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5923 where needed for the sake of the HTML output.
8cf51b2c
GM
5924
59252001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5928 source files.
5929
59302001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5931
5932 * Makefile.in (emacsman): New target.
5933
8cf51b2c
GM
59342001-10-20 Gerd Moellmann <gerd@gnu.org>
5935
5936 * (Version 21.1 released.)
5937
59382001-10-05 Gerd Moellmann <gerd@gnu.org>
5939
5940 * Branch for 21.1.
5941
8cf51b2c
GM
59422001-03-05 Gerd Moellmann <gerd@gnu.org>
5943
5944 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5945
8cf51b2c
GM
59462000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5947
5948 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5949
8cf51b2c
GM
59501999-07-12 Richard Stallman <rms@gnu.org>
5951
5952 * Version 20.4 released.
5953
59541998-12-04 Markus Rost <rost@delysid.gnu.org>
5955
5956 * Makefile.in (INFO_TARGETS): Delete customize.info.
5957 (DVI_TARGETS): Delete customize.dvi.
5958 (../info/customize, customize.dvi): Targets deleted.
5959
59601998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5961
5962 * Version 20.3 released.
5963
59641998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5965
5966 * Makefile.in (EMACSSOURCES): Add mule.texi.
5967 Add msdog.texi, ack.texi. Remove gnu1.texi.
5968
59691998-04-06 Andreas Schwab <schwab@gnu.org>
5970
5971 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5972 it in dvi targets.
8cf51b2c
GM
5973
59741997-09-23 Paul Eggert <eggert@twinsun.com>
5975
5976 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5977 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5978 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5979
59801997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5981
5982 * Version 20.2 released.
5983
59841997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5985
5986 * Version 20.1 released.
5987
59881997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5989
5990 * Makefile (../info/customize, customize.dvi): New targets.
5991 (INFO_TARGETS): Add ../info/customize.
5992 (DVI_TARGETS): Add customize.dvi.
5993
8cf51b2c
GM
59941996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5995
5996 * Version 19.33 released.
5997
59981996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5999
6000 * Version 19.32 released.
6001
8cf51b2c
GM
60021996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6003
6004 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6005
60061996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6007
6008 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6009 Specify -I option.
6010 (All dvi targets): Set the TEXINPUTS variable.
6011
60121996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6013
6014 * Version 19.31 released.
6015
8cf51b2c
GM
60161995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6017
6018 * Version 19.30 released.
6019
8cf51b2c
GM
60201995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6021
6022 * Makefile.in (maintainer-clean): Rename from realclean.
6023
60241994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6025
6026 * Makefile.in: New file.
6027 * Makefile: File deleted.
6028
60291994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6030
6031 * Makefile (TEXINDEX_OBJS): Variable deleted.
6032 (texindex, texindex.o, getopt.o): Rules deleted.
6033 All deps on texindex deleted.
6034 (distclean): Don't delete texindex.
6035 (mostlyclean): Don't delete *.o.
6036 * texindex.c, getopt.c: Files deleted.
6037
60381994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6039
6040 * Version 19.26 released.
6041
60421994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6043
6044 * Makefile (EMACSSOURCES): Exclude undo.texi.
6045
60461994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6047
6048 * Version 19.25 released.
6049
60501994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6051
6052 * Version 19.24 released.
6053
60541994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6055
6056 * Version 19.23 released.
6057
60581994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6059
6060 * Makefile: Delete spurious tab.
6061
60621994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6063
6064 * Makefile (.SUFFIXES): New rule.
6065
8cf51b2c
GM
60661993-12-04 Richard Stallman (rms@srarc2)
6067
6068 * getopt.c: New file.
6069 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6070 (getopt.o): New rule.
6071 (dvi): Don't depend on texindex.
49823426 6072 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6073
60741993-12-03 Richard Stallman (rms@srarc2)
6075
49823426
GM
6076 * Makefile (TEXI2DVI): New variable.
6077 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6078 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6079
60801993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6081
6082 * Version 19.22 released.
6083
60841993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6085
6086 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6087
60881993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6089
6090 * Version 19.21 released.
6091
8cf51b2c
GM
60921993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6093
6094 * Makefile (realclean): Don't delete the Info files.
6095
60961993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
6097
8cf51b2c
GM
6098 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6099 4' where appropriate.
6100
61011993-10-20 Brian Fox (bfox@ai.mit.edu)
6102
49823426 6103 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6104
6105 * texindex.c: Include "../src/config.h" if building in emacs.
6106
6107 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6108 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6109 Add target to build texindex.c, defining `emacs'.
6110
8cf51b2c
GM
61111993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6112
6113 * Version 19.19 released.
6114
8cf51b2c
GM
61151993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6116
6117 * Version 19.18 released.
6118
61191993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6120
6121 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6122
61231993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6124
6125 * Version 19.17 released.
6126
61271993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6128
6129 * split-man: Fix typos in last change.
6130
61311993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6132
6133 * Version 19.16 released.
6134
61351993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6136
6137 * version 19.15 released.
6138
61391993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6140
6141 * Makefile (distclean): It's rm, not rf.
6142
61431993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6144
6145 * Version 19.14 released.
6146
61471993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6148
6149 * Makefile: New file.
6150
61511993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6152
6153 * Version 19.13 released.
6154
61551993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6156
6157 * Version 19.9 released.
6158
61591993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6160
6161 * Version 19.8 released.
6162
61631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6164
6165 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6166
6167 * trouble.texi: It's `enable-flow-control-on', not
6168 `evade-flow-control-on'.
6169
61701993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6171
6172 * display.texi: Document standard-display-european.
6173
61741993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6175
6176 * Version 19.7 released.
6177
6178 * emacs.texi: Add a sentence to the top menu mentioning the
6179 specific version of Emacs this manual applies to.
6180
61811993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6182
6183 * basic.texi: Document next-line-add-lines variable used to
6184 implement down-arrow.
6185
6186 * killing.texi: Document kill-whole-line.
6187
61881993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6189
6190 * text.texi: Update unix TeX ordering information.
6191
61921993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6193
6194 * news.texi: Mention fill-rectangle in keybinding list.
6195
6196 * killing.texi: Document fill-rectangle.
6197
61981993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6199
6200 * vc.texi: Bring the docs up to date with VC 5.2.
6201
62021992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6203
6204 * emacs.tex: Mention blackbox and gomoku under Amusements.
6205 Assembler mode is now mentioned and appropriately indexed
6206 under Programming Modes.
6207
62081991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6209
6210 * emacs.tex: Update TeX ordering information.
6211
8cf51b2c
GM
62121990-06-26 David Lawrence (tale@geech)
6213
6214 * emacs.tex: Note that completion-ignored-extensions is not used
6215 to filter out names when all completions are displayed in
6216 *Completions*.
6217
62181990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6219
6220 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6221
62221990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6223
6224 * emacs.tex: Add @findex grep.
6225
8cf51b2c
GM
62261988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6227
6228 * emacs.tex: Correct two typos. No other changes before
6229 Version 19 will be made.
6230
8cf51b2c
GM
62311988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6232
6233 * emacs.tex: Update information for obtaining TeX distribution from the
6234 University of Washington.
6235
6236;; Local Variables:
c8763fb6 6237;; coding: utf-8
8cf51b2c
GM
6238;; fill-column: 79
6239;; add-log-time-zone-rule: t
6240;; End:
6241
6242 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 6243 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
6244
6245 This file is part of GNU Emacs.
6246
352c8b4a 6247 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6248 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6249 the Free Software Foundation, either version 3 of the License, or
6250 (at your option) any later version.
8cf51b2c
GM
6251
6252 GNU Emacs is distributed in the hope that it will be useful,
6253 but WITHOUT ANY WARRANTY; without even the implied warranty of
6254 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6255 GNU General Public License for more details.
6256
6257 You should have received a copy of the GNU General Public License
352c8b4a 6258 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6259
6260;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd