Comment.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
49ffdce8
KB
12009-01-25 Karl Berry <karl@gnu.org>
2
3 * text.texi (Foldout): Use @itemize @w{} to make an itemize
4 item with no marker, instead of the syntactically incorrect
5 @itemize @asis.
6
467e8d77
JL
72009-01-25 Juri Linkov <juri@jurta.org>
8
9 * building.texi (Grep Searching): Fix index entry for lgrep.
10
6c60bbdb
EZ
112009-01-24 Eli Zaretskii <eliz@gnu.org>
12
13 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
14
9ce5a36f
AR
152009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
16
17 * macos.texi (Preferences Panel): Update description of font setting to
18 reflect that prior frame selection is no longer needed.
19
9aa5f2fb
NR
202009-01-20 Nick Roberts <nickrob@snap.net.nz>
21
22 * building.texi (Debuggers): Revert some of 2008-10-31 change to
23 raise GUD subsections.
24
3892ff9c
GM
252009-01-15 Glenn Morris <rgm@gnu.org>
26
27 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
28
14731c8f
GM
292009-01-10 Glenn Morris <rgm@gnu.org>
30
31 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
32
45c55e53
CY
332009-01-04 Chong Yidong <cyd@stupidchicken.com>
34
35 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
36 logical lines.
37
2e4667d1
JL
382008-12-29 Juri Linkov <juri@jurta.org>
39
40 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
41
42 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
43
2a3eac47
CY
442008-12-28 Chong Yidong <cyd@stupidchicken.com>
45
46 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
47 goto-address-mode instead of goto-address.
48
3da8da94
CY
49 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
50 mode.
51
2a3eac47
CY
52 * emacs.texi (Top): Update node listing.
53
057f6dd3
EZ
542008-12-26 Eli Zaretskii <eliz@gnu.org>
55
56 * custom.texi (Directory Variables): Explain what is a "project".
57 Add indexing. Improve wording. Add a footnote about using
58 _dir-locals.el on MS-DOS.
59
e6979067
DN
602008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
61
62 * files.texi (Misc File Ops): Mention chmod as an alias for
63 set-file-modes.
64
9de15963
MR
652008-12-24 Martin Rudalics <rudalics@gmx.at>
66
67 * help.texi (Help): Fix typos and reword.
68 (Help Summary): Add entries for C-h n and C-h r, reorder
69 entries, and do some minor fixes.
70 (Name Help): Say that C-h F works for commands only.
71 (Misc Help): Say that view-lossage displays 300 keystrokes.
72
236fd60d
GM
732008-12-20 Glenn Morris <rgm@gnu.org>
74
75 * ack.texi (Acknowledgments): General update based on AUTHORS,
76 including removal of some stuff no longer distributed.
77
349b3256
AM
782008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
79
80 * fixit.texi: Mention hunspell
81
e840fca5
GM
822008-12-19 Glenn Morris <rgm@gnu.org>
83
84 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 85 Consolidate explanatory text at start.
e840fca5
GM
86
87 * display.texi (Text Display):
88 * indent.texi (Indentation): Use @acronym with ASCII.
89
9dfa7983
GM
902008-12-18 Glenn Morris <rgm@gnu.org>
91
92 * ack.texi: Various small updates and fixes.
93
97b3a00b
JL
942008-12-18 Juri Linkov <juri@jurta.org>
95
96 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
97 as a key binding to start a forward nonincremental word search.
98 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
99 a backward nonincremental word search. Add index for `M-s w'
100 `isearch-forward-word'.
101 (Regexp Search): Add a short summary of regexp key commands like
102 in the node "Basic Isearch".
103 (Other Repeating Search): Fix typo.
104
1052008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
106
107 * misc.texi (PostScript Variables): Fix doc.
108
31ce6a07
CY
1092008-12-10 Chong Yidong <cyd@stupidchicken.com>
110
111 * programs.texi (Program Modes): Mention Ruby mode.
112
636b507b
DN
1132008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
114
115 * misc.texi (emacsclient Options): Describe what an empty string
116 argument does for --alternate-editor.
117
a323fa14
CY
1182008-12-09 Frank Schmitt <ich@frank-schmitt.net>
119
120 * cmdargs.texi (Font X): Distinguish between client-side and
121 server-side fonts. List valid Fontconfig properties. Add reference to
122 Fontconfig manual. List valid GTK font properties. Explain use of
123 fc-list.
124
c5ca6cd0
CY
1252008-12-09 Chong Yidong <cyd@stupidchicken.com>
126
127 * cmdargs.texi (Font X): Move discussion of quoting to top.
128
e5136377
GM
1292008-12-06 Glenn Morris <rgm@gnu.org>
130
131 * maintaining.texi (Old Revisions): Improve previous change.
132
248c026b
RS
1332008-12-05 Richard M Stallman <rms@gnu.org>
134
135 * anti.texi (Antinews): Minor fixes.
136
a9253a1e
GM
1372008-12-03 Glenn Morris <rgm@gnu.org>
138
139 * maintaining.texi (Old Revisions): Fix diff-switches description.
140
fa687b02
MR
1412008-12-01 Martin Rudalics <rudalics@gmx.at>
142
143 * emacs.texi (Top): Fix typo.
144
72e6decd
CY
1452008-11-30 Chong Yidong <cyd@stupidchicken.com>
146
320ee034
CY
147 * misc.texi (Document View): Explain dependence on gs at the top.
148 Copyedits.
149
150 * emacs.texi (Top): Add DocView nodes to detailed node listing.
151
72e6decd
CY
152 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
153 (Comment Commands): Discuss region-active behavior of M-; first.
154
2a472ee4
MR
1552008-11-29 Martin Rudalics <rudalics@gmx.at>
156
9c6361c9
MR
157 * display.texi (Line Truncation): Add reference to Continuation
158 Lines.
159
2a472ee4
MR
160 * windows.texi (Pop Up Window): Mention split-height-threshold
161 and split-width-threshold.
9c6361c9 162 (Split Window): Add reference to Continuation Lines.
2a472ee4 163
e93bc142
AR
1642008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
165
166 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
167 (GNUstep Support): New node.
168 * anti.texi:
169 * emacs.texi:
170 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
171
172
43b978db
RS
1732008-11-28 Richard M Stallman <rms@gnu.org>
174
175 * misc.texi (Dissociated Press): Minor cleanups.
176
177 * dired.texi (Image-Dired): Avoid passive.
178
e8e2bd93
EZ
1792008-11-28 Eli Zaretskii <eliz@gnu.org>
180
181 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
182 representation.
183
8d2d45da
CY
1842008-11-26 Richard M. Stallman <rms@gnu.org>
185
186 * files.texi (Visiting): Rewrite paragraph for clarity.
187
188 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
189
a5f7bbcc
AM
1902008-11-25 Alan Mackenzie <acm@muc.de>
191
192 * programs.texi (Moving by Parens): Clarify that parens inside strings
193 and comments are ignored, and that the commands assume the starting
194 point isn't in a string or comment.
195
a71703d3
AR
1962008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
197
198 * macos.texi: Add Prev/Next/Top pointers to all nodes.
199 (Mac Basics): Merge in Grabbing Environment Variables from earlier
200 version.
201 (Mac Customization): Rewrite Preferences Panel section and merge in to
202 this node, add Open files by dragging to an Emacs window.
203
204 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
205
aa5ab79a
CY
2062008-11-26 Chong Yidong <cyd@stupidchicken.com>
207
0cc92c19
CY
208 * files.texi (Misc File Ops): Document set-file-modes.
209
c366b4e4
CY
210 * windows.texi (Split Window): Document integer values of
211 truncate-partial-width-windows.
212
aa5ab79a
CY
213 * text.texi (Text): Simplify description of markup languages.
214 (TeX Mode): Simplify introduction. Mention BibTeX mode.
215 (TeX Editing): Note that `""' inserts one `"' character.
216 (HTML Mode): Note in the introduction that XML mode is an alias for
217 SGML mode. Mention nXML mode.
218
56221db7
CY
2192008-11-25 Chong Yidong <cyd@stupidchicken.com>
220
221 * building.texi (Watch Expressions): Fix typo.
222
90effe33
CY
2232008-11-24 Chong Yidong <cyd@stupidchicken.com>
224
f90a5ae3
CY
225 * files.texi (Visiting): Document new behavior of
226 confirm-nonexistent-file-or-buffer.
227
228 * buffers.texi (Select Buffer): Document
229 confirm-nonexistent-file-or-buffer.
230
a18ffb4a
CY
231 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
232 edit-picture.
233
90effe33
CY
234 * text.texi (Text): Simplify introduction. Discard mention of `M-x
235 edit-picture', since that is just an alias for picture-mode.
236 (Sentences): Note that repeated M-@ extends the region.
237 (Pages): Make terminology more consistent. Link to Regexps node.
238 (Longlines): Discuss relationship with Visual Line mode.
239 (Text Mode): Remove extraneous discussion of other modes, since they
240 were already introduced in the parent node.
241
e85103ec
CY
2422008-11-23 Chong Yidong <cyd@stupidchicken.com>
243
5cb2fe30
CY
244 * anti.texi (Antinews): Rewrite.
245
1eb9b307 246 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
247
248 * frames.texi (Frame Commands): Mention "minimize" terminology.
249
e85103ec
CY
250 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
251 formats.
b908332f
CY
252 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
253 (Misc X): Don't document useless -hb option.
e85103ec 254
607f5f88
JL
2552008-11-22 Juri Linkov <juri@jurta.org>
256
257 * dired.texi (Dired Navigation): Change normal file name search option
258 from `non-nil' to `t'. Add `dwim' option.
259
e1b867a0
JL
2602008-11-22 Juri Linkov <juri@jurta.org>
261
262 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
263 ".dir-locals.el". Rename `define-project-bindings' to
264 `dir-locals-set-class-variables'. Rename `set-directory-project' to
265 `dir-locals-set-directory-class'.
266
dd186936
LK
2672008-11-22 Lute Kamstra <lute@gnu.org>
268
269 * buffers.texi (Select Buffer): Index goto-line.
270 * basic.texi (Moving Point): Mention the use of a numeric prefix
271 argument with goto-line and refer to Select Buffer for the use of a
272 plain prefix argument.
273
4b121911
GM
2742008-11-19 Glenn Morris <rgm@gnu.org>
275
276 * doclicense.texi: Update to FDL 1.3.
277 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
278
27267e4c
CY
2792008-11-17 Chong Yidong <cyd@stupidchicken.com>
280
696f351d
CY
281 * custom.texi (Minor Modes): Define mode commands and mode variables
282 more precisely. Recommend using mode commands instead of setting
283 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
284 (Easy Customization): Use "init file" instead of .emacs.
285 (Customization Groups): Update to new Custom buffer appearance.
286 (Saving Customizations): Copyedits. Update example.
287 (Variables): Give example of variable type-sensitivity.
288 (Examining): Update example.
289 (Hooks): Copyedits.
290 (Specifying File Variables): Use C comments instead of an artificial
291 Lisp for the example.
292 (Keymaps): Move internals discussion to Prefix Keymaps.
293 (Rebinding): Remove redundant paragraph (stated in Key Binding).
294 (Init Rebinding): Document kbd macro.
295 (Init File): Link to Find Init.
696f351d
CY
296
297 * mark.texi (Using Region): Document Delete Selection Mode more
298 thoroughly.
299
300 * frames.texi (Mouse Commands): Move most of the description of Delete
301 Selection Mode to Using Region, and link to it.
1bc9c425 302 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 303
b0570c25
CY
304 * building.texi (Compilation): Document first-error value of
305 compilation-scroll-output.
306 (Compilation Mode): Note that compilation-auto-jump-to-first-error
307 works as soon as an error is available. Suggested by Juri Linkov.
308
27267e4c
CY
309 * mini.texi (Passwords): New node.
310
311 * files.texi (Remote Files): Link to Passwords node.
312
313 * emacs.texi (Top): Update node listings.
314
122eb807
CY
3152008-11-16 Chong Yidong <cyd@stupidchicken.com>
316
9c9855a3
CY
317 * ack.texi (Acknowledgments): Some updating of credits.
318
bd6fdcad
CY
319 * emacs.texi (Acknowledgments): Add a couple more names.
320
dd1eef46
CY
321 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
322
122eb807 323 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 324 (Misc File Ops): Document use of trash.
122eb807 325
801a8da1
JB
3262008-11-16 Juanma Barranquero <lekktu@gmail.com>
327
328 * macos.texi (Mac Customization): Fix typos.
329
0b4f2253
CY
3302008-11-14 Chong Yidong <cyd@stupidchicken.com>
331
332 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
333 replacing previous contents. Numerous copyedits to adapt ns-emacs to
334 the conventions of the main Emacs manual.
335
336 * emacs.texi (Top): Update node listings.
337
517e2b89
CY
3382008-11-12 Chong Yidong <cyd@stupidchicken.com>
339
07a85685
CY
340 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
341 command-line-args is processed during startup.
342 (Action Arguments): Correctly describe how file arguments interact with
343 the startup screen. Link to Lisp Interaction for scratch buffer.
344 (Initial Options): Link to Command Example for -batch option.
345 (Environment): Document initial-environment.
346
517e2b89
CY
347 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
348 can't be changed in the site-start file.
349
6337bbde
CY
3502008-11-07 Chong Yidong <cyd@stupidchicken.com>
351
352 * dired.texi (Dired): Mention C-x C-d too.
353 (Dired Enter): Document M-n in the Dired minibuffer.
354 (Dired Navigation): Explain dired-goto-file more clearly. Document
355 dired-isearch-filenames.
356 (Dired Deletion): Remove unnecessary "expunged" terminology.
357 (Flagging Many Files): & is now rebound to `% &'.
358 (Shell Commands in Dired): Document dired-do-async-shell-command.
359 Clarify how multi-file arguments are passed.
360 (Misc Dired Features): Document dired-do-isearch.
361
9e8eeff9
CY
3622008-11-06 Chong Yidong <cyd@stupidchicken.com>
363
364 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
365
e071f849
CY
3662008-11-03 Chong Yidong <cyd@stupidchicken.com>
367
368 * search.texi (Other Repeating Search): Remove obsolete findex entries.
369
05482eb1
CY
3702008-11-01 Chong Yidong <cyd@stupidchicken.com>
371
e2346dea
CY
372 * programs.texi (Program Modes): Link to Program Indent node.
373 (Left Margin Paren): Explain consequences of changing
374 open-paren-in-column-0-is-defun-start more concisely.
375 (Which Function, Program Indent, Info Lookup): Minor edits.
376 (Basic Indent): If region is active, TAB indents the region.
377 (Multi-line Indent): If region is active, TAB indents the region. Note
378 that indent-region is useful when Transient Mark mode is off.
379 (Matching): The delimiter at the cursor is highlighted---the character
380 changes color.
381 (Symbol Completion): Link to Completion node.
382
e4b6428c
CY
383 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
384 a strictly text-only system.
385
05482eb1
CY
386 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
387 batch mode.
388
a11d3737
RS
3892008-11-01 Richard M. Stallman <rms@gnu.org>
390
5abad626
RS
391 * misc.texi (Document View): Major rewrite.
392
a11d3737
RS
393 * maintaining.texi (Types of Log File): Change logs are older than
394 version control.
395 (VCS Concepts): Simplify and rearrange.
396 (Version Control Systems): Make it clear that Linux is only the kernel.
397 (VC Mode Line): Shorten reference to menu item.
398 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
399 (VC Directory Mode): Minor cleanup.
400 Unchanged files are hidden, not omitted.
401 (VC Directory Commands): Shorten and simplify.
402 (Change Log Commands): New node, split from Change Logs.
403 (VC Directory Buffer): New node, split from VC Directory Mode.
404
c55a4acb
CY
4052008-10-31 Chong Yidong <cyd@stupidchicken.com>
406
df0356f6
CY
407 * misc.texi (Document View): Renamed from Document Files, moved here
408 from files.texi.
409
410 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
411 moved as well.
412 (Document Files): Moved to misc.texi.
413
c55a4acb
CY
414 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
415 vc-update-change-log.
df0356f6
CY
416 (Version Control): Move here from files.texi.
417 (Format of ChangeLog): Make it a subnode of Change Log.
418
419 * emacs.texi (Top): Update node listing.
c55a4acb 420
ef082374
TH
4212008-10-31 Tassilo Horn <tassilo@member.fsf.org>
422
423 * files.texi (Files): Add a section about document
424 files (doc-view-mode).
425
d52582c3
CY
4262008-10-31 Chong Yidong <cyd@stupidchicken.com>
427
428 * building.texi (Compilation Mode): Document
429 compilation-auto-jump-to-first-error.
430 (Debuggers): Lower GUD subsections to subsubsections.
431 (Starting GUD): Add cindex.
432 (Lisp Interaction): Note that scratch is no longer the initial buffer.
433
4e0a0968
CY
4342008-10-30 Chong Yidong <cyd@stupidchicken.com>
435
03625b47
CY
436 * indent.texi (Indentation): Link to Program Indent.
437
4e0a0968
CY
438 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
439 now uses emacsclient's terminal.
440
8bd3f7ef
CY
4412008-10-29 Chong Yidong <cyd@stupidchicken.com>
442
80e5620e
CY
443 * mark.texi (Using Region): Document use-empty-active-region.
444
97d5c404
CY
445 * emacs.texi (Top): Update node listings.
446
8bd3f7ef
CY
447 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
448 mention obsolete emacs.bash script.
449 (Invoking emacsclient): Rewrite, moving optional arguments to
450 emacsclient Options.
21d2bae3
CY
451 (emacsclient Options): New node. Document server-use-tcp and
452 server-host.
8bd3f7ef 453
5fda2cbd
CY
4542008-10-28 Chong Yidong <cyd@stupidchicken.com>
455
456 * indent.texi (Indentation): Replace list with paragraphed text,
457 putting description of syntax-driven indentation first. Document new
458 effect of active regions on tab.
459 (Tab Stops): Note that editable tab stops affect indentation commands.
460
4ff029f6
DN
4612008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
464
996cd6e4
CY
4652008-10-23 Chong Yidong <cyd@stupidchicken.com>
466
f28815e3
CY
467 * custom.texi (Function Keys): Note that modified keypad keys are not
468 translated.
469
996cd6e4
CY
470 * basic.texi (Arguments): Explain how to insert multiple digits.
471
49545fe2
MA
4722008-10-22 Michael Albinus <michael.albinus@gmx.de>
473
474 * files.texi (Remote Files): Precise selection of default method.
475 Rewrite paragraph about disabling remote file names.
476
edac0b53
CY
4772008-10-22 Chong Yidong <cyd@stupidchicken.com>
478
e752c544
CY
479 * search.texi (Special Isearch): Document M-TAB is isearch.
480
edac0b53
CY
481 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
482 command.
483
484 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
485
20a36054
TH
4862008-10-22 Tassilo Horn <tassilo@member.fsf.org>
487
488 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
489 section.
490
69051ab6
CY
4912008-10-21 Chong Yidong <cyd@stupidchicken.com>
492
c4b1a32a
CY
493 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
494 to files.texi. Move contents of vc2-xtra.texi here.
495
496 * vc2-xtra.texi: File removed.
497
498 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
499 Directory Commands from the submenu. Don't include deleted file
500 vc2-xtra.texi.
501
502 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
503 (Version Control): Add VC Directory Mode and VC Directory Commands to
504 the submenu.
505 (Why Version Control?): Use table format.
506 (Version Control Systems): Note that Meta-CVS support is gone.
507 (VCS Concepts): Note precisely when VC started supporting filesets.
508 Remove bogus xref to CVS Options node.
509 (Types of Log File): Copyedits.
510 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
511 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
512 The Right Thing.
513 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
514 (Log Buffer): Reorganize node, putting C-c C-c description first.
515 (Old Revisions): Use CVS for example, not RCS.
516 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
517 Commands from the submenu, putting them under Version Control.
518 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
519 need to include it in the manual unconditionally, since it is now
520 crucial to using distributed version control systems.
1a6e2954
CY
521 (Comparing Files): Note that diff uses the minibuffer, and that the
522 output is shown using Diff mode.
523 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
524 diff-update-on-the-fly, diff-refine-hunk, and
525 diff-show-trailing-whitespaces.
1a6e2954 526 (File Archives): Add rar support.
c4b1a32a 527
69051ab6
CY
528 * major.texi (Choosing Modes): Make mode selection sequence more
529 obvious by describing the steps in order of priority. Note that
530 magic-mode-alist is nil by default. Document
531 magic-fallback-mode-alist.
532
e7421e03
CY
5332008-10-20 Chong Yidong <cyd@stupidchicken.com>
534
535 * frames.texi (Mouse References): Copyedits.
536
6b2efdc2
TH
5372008-10-20 Tassilo Horn <tassilo@member.fsf.org>
538
539 * ack.texi (Acknowledgments): Add myself as doc-view author.
540
9c5e9396
EZ
5412008-10-20 Eli Zaretskii <eliz@gnu.org>
542
543 * frames.texi (Dialog Boxes): Add @cindex entries.
544
dac94f8e
CY
5452008-10-20 Chong Yidong <cyd@stupidchicken.com>
546
547 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
548 (Text-Only Mouse): Copyedit.
549
25597d40
CY
5502008-10-19 Chong Yidong <cyd@stupidchicken.com>
551
f8a447f6
CY
552 * frames.texi: Use @key throughout for mouse clicks.
553 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
554 (Secondary Selection): Fix modified mouse click syntax.
555 (Clipboard): Describe Cut, Copy and Paste commands.
556 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
557 Copyedits.
558 (Creating Frames): Add xref to Init File.
559 (Frame Commands): Add xref to Exiting.
560 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 561
b0f95216
CY
5622008-10-15 Chong Yidong <cyd@stupidchicken.com>
563
b0817f00
CY
564 * files.texi (Version Control): Copyedits. Add Bazaar.
565 (Version Control Systems): List different VCS's using an itemized list.
566 Add Bazaar.
567 (VCS Concepts): Copyedits. Tweak description of file merging.
568
b0f95216
CY
569 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
570 (Cut/Paste Other App): Document select-active-regions and
571 x-select-enable-primary.
572
69d0d701
CY
5732008-10-13 Chong Yidong <cyd@stupidchicken.com>
574
575 * mark.texi (Shift Selection): Correct case in node name.
576
577 * emacs.texi (Top): Update node order in Mark chapter.
578
375e8351
EZ
5792008-10-12 Eli Zaretskii <eliz@gnu.org>
580
581 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
582
583 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
584 elsewhere in the manual instead of describing yet again the intricacies
585 of $HOME on MS-Windows and MS-DOS.
586
ab58114f
CY
5872008-10-12 Chong Yidong <cyd@stupidchicken.com>
588
4f959513
CY
589 * mini.texi (Minibuffer File): Add xref to File Names.
590 (Minibuffer File): Add discussion of `~' in file names. Add
591 insert-default-directory index reference.
592
ab58114f
CY
593 * files.texi (File Names): Reorganize description.
594 (Visiting): Add xref to Mode Line. Copyedits.
595 (Save Commands): Mention prefix behavior of C-x C-s.
596 (Numbered Backups): Node deleted.
597 (Backup Names): Contents of Numbered Backups moved here. State default
598 of version-control variable.
599 (Reverting): Copyedits.
600 (Version Control): Add additional version control systems.
601
602 * emacs.texi (Top): Delete Numbered Backups node.
603
604 * cmdargs.texi (General Variables): Change Numbered Backups xref to
605 Backup Names.
f2884f63 606 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 607
b0b5100a
RF
6082008-10-11 Romain Francoise <romain@orebokech.com>
609
610 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
611
89774b5f
CY
6122008-10-11 Chong Yidong <cyd@stupidchicken.com>
613
614 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
615 (Select Buffer): Mention use of minibuffer history. Describe default
616 value of default-major-mode. Mention that C-x 4 b selects the other
617 window.
618 (List Buffers): Document CRM indicators in the order they appear.
619 (Kill Buffer): Document new command kill-matching buffers.
620 (Several Buffers): Move explanation of the relationship between buffer
621 list and buffer menu to the top.
622 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
623
4c72bf27
CY
6242008-10-10 Chong Yidong <cyd@stupidchicken.com>
625
626 * entering.texi (Exiting): Document change of C-x C-c to
627 save-buffers-kill-terminal. Document kill-emacs.
628
f68eb991
EZ
6292008-09-30 Eli Zaretskii <eliz@gnu.org>
630
631 * mule.texi (Coding Systems): Don't mention codepage-setup.
632
633 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
634 cpNNN coding systems anymore.
635 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
636 for unibyte mode. Don't mention line-drawing characters. Don't
637 mention dos-unsupported-char-glyph.
638
1a2dd44d
CY
6392008-09-25 Chong Yidong <cyd@stupidchicken.com>
640
641 * search.texi (Search): Shorten introduction.
642 (Basic Isearch): Add command table. Discuss reverse isearch and
643 isearch highlighting.
644 (Repeat Isearch): Move lazy highlighting discussion here. Add search
645 ring to cindex.
646 (Special Isearch): Move input methods discussion here.
647 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
648 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
649 Repeat Isearch.
650 (Isearch Minibuffer): New node.
651 (Word Search): Document new word search commands.
652 (Regexp Example): Simplify example using sentence-end-base variable.
653 (Replace): Reword introduction.
654 (Unconditional Replace): Remove unnecessary example.
655 (Other Repeating Search): Document new `M-s o' binding.
656
657 * emacs.texi (Top): Update node listings.
658
e45da31d
JB
6592008-09-22 Juanma Barranquero <lekktu@gmail.com>
660
661 * emacs.texi (Top): Remove Kill Errors from menu.
662
841c8096
CY
6632008-09-22 Chong Yidong <cyd@stupidchicken.com>
664
402168fa
CY
665 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
666 interface for defining macros. Simplify examples. Note that C-g quits
667 macro definitions.
801a8da1 668 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
669 usage example.
670 (Keyboard Macro Query): Organize query responses in a table.
671
672 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
673 to Erasing node.
841c8096
CY
674 (Undo): Reorganize paragraphs for logical flow. Move keybinding
675 rationale to a footnote.
676 (Kill Errors): Remove node, due to redundancy with Erasing.
677 (Spelling): Move discussion of flyspell to end. Note new behavior of
678 M-$ in active region. Remove non-ispell-specific keybindings from
679 table.
680
eab2ee89
DN
6812008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * cmdargs.texi (Initial Options): Document --daemon.
684
3d53e905
GM
6852008-09-20 Glenn Morris <rgm@gnu.org>
686
687 * files.texi (Numbered Backups): Mention that some modes set
688 version-control.
689
1c90484d
GM
6902008-09-20 Jim Blandy <jimb@red-bean.com>
691
692 * files.texi (Numbered Backups): Reference File Variables, as well.
693 Remove discussion of Rmail's implementation.
694
0fc0d844
CY
6952008-09-06 Chong Yidong <cyd@stupidchicken.com>
696
697 * misc.texi (Recursive Edit): Note that top-level exits active
698 minibuffers.
699
700 * trouble.texi (Quitting): Likewise.
701
b18d283d
CY
7022008-08-31 Chong Yidong <cyd@stupidchicken.com>
703
704 * emacs.texi (Top): Add Temporary Face Changes xref.
705
706 * display.texi (Display): Move Temporary Face Changes node to just
707 after Standard Faces.
708 (Scrolling): Document recenter-top-bottom instead of recenter.
709 (Horizontal Scrolling): Move auto hscroll discussion to the top.
710 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
711 (Display Custom): Copyedits.
712 (Optional Mode Line): Document display-battery-mode.
713
180135fc
RF
7142008-08-27 Romain Francoise <romain@orebokech.com>
715
716 * custom.texi (Directory Variables): Minor fix.
717
d3fe3475
GM
7182008-08-27 Glenn Morris <rgm@gnu.org>
719
720 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
721 descriptions.
722 (Calendar Customizing): Tweak layout description.
183080b6 723 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
724 markers. Condense calendar-star-date and calendar-mark-today
725 description.
726 (Holiday Customizing): Add oriental and solar holidays.
727 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
728 Fix holiday-float description. Use zerop in examples. Be less verbose.
729 (Date Display Format): Change ISO format. Be less verbose.
730 (Diary Customizing): Mention day and month abbrev arrays.
731 Mention the date-form variables by name. Update European example.
732 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
733 Condense examples. Mention diary-entry-symbols by name.
734 Condense table for insertion commands.
735 (Fancy Diary Display): Mention diary-include-string and
736 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
737 Ethiopic, Persian date functions. Condense descriptions.
738
739 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
740 (Adding to Diary): Adapt for changed node name.
741
71755807
GM
7422008-08-26 Glenn Morris <rgm@gnu.org>
743
744 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
745 node "Hebrew/Islamic Entries".
746
747 * calendar.texi (Specified Dates): Fix names of iso functions.
748 (General Calendar): There may not be another window.
749 (Writing Calendar Files, Holidays): Tweak intro.
750 (Holidays): Mention Baha'i and Chinese holidays.
751 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
752 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
753 (To Other Calendar): Add calendar-print-other-dates.
754 Refer to "graphic display" rather than "X.
755 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
756 (Displaying the Diary): Fix whitespace after reference.
757 Fix `diary-number-of-entries' reference.
758 (Date Formats): Explicitly mention that day names can be abbreviated.
759 (Adding to Diary): Add some references to other sections.
760 (Special Diary Entries): Fix reference.
761 (Appointments): Simplify appt-message-warning-time entry.
762 Clarify where times must be.
763 (Importing Diary): Comment out icalendar paragraph that does not apply.
764 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
765
d76ebc75
GM
7662008-08-23 Glenn Morris <rgm@gnu.org>
767
768 * fortran-xtra.texi (Fortran): Change description of free form and
769 fixed form a bit. Mention hideshow and imenu.
770 (Fortran Motion): Mention fortran-end-of-subprogram,
771 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
772 (Fortran Indent): Minor re-word.
773 (ForIndent Commands): Mention fortran-fill-paragraph and
774 fortran-fill-statement.
775 (ForIndent Cont): Mention fortran-tab-mode-string.
776 (Fortran Comments): Mention fortran-comment-line-start-skip.
777 (Fortran Columns): Mention font-locking.
778 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
779
e2a71e28
JB
7802008-08-23 Johan Bockgard <bojohan@muon>
781
782 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
783
5c52e13c
CY
7842008-08-22 Chong Yidong <cyd@stupidchicken.com>
785
786 * mini.texi (Minibuffer): Simplify introduction.
787 (Minibuffer File): Document tilde in minibuffer filenames.
788 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
789 to enter tabs, spaces, and question marks. Describe behavior of C-a.
790 (Completion Example): Update example to current command list.
791 (Completion Options): Document `lazy' value of completion-auto-help.
792 Update contents of completion-ignored-extensions.
793 (Minibuffer History): Describe "future history" list. State default
794 value of history-delete-duplicates.
795
77a00355
GM
7962008-08-21 Glenn Morris <rgm@gnu.org>
797
798 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 799 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 800
39ee1d04
CY
8012008-08-17 Chong Yidong <cyd@stupidchicken.com>
802
803 * regs.texi (Registers): Clarify valid register names.
804 (RegPos): Note that buffer is saved and restored too.
805 (RegText): Note that mark is reactivated/deactivated.
806 (RegConfig): Xref to Windows node.
807
b12c348f
CY
8082008-08-16 Chong Yidong <cyd@stupidchicken.com>
809
3ae7ba79
CY
810 * basic.texi (Inserting Text): Provide command name for C-q.
811
b12c348f
CY
812 * killing.texi (Killing): Copyedit. Define read-only text.
813 (Deletion): DEL and C-d were already explained in Erasing; xref there.
814 (Killing by Lines): Copyedit.
815 (Other Kill Commands): Move M-w description here.
816 (Yanking): Move M-w to Other Kill Commands.
817 (Kill Ring): Also mention saving text in registers. Link to Text
818 Properties in elisp manual.
819 (Accumulating Text): Copyedit.
820 (CUA Bindings): Shift selection is now the default.
821
d8ff7692
TZ
8222008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
823
824 * maintaining.texi (Change Log): Mention next-error is available.
825
a43a8a2e
GM
8262008-08-10 Glenn Morris <rgm@gnu.org>
827
828 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
829 and intermonth text.
830 (Holiday Customizing): Add holiday-chinese.
831
eba27308
EZ
8322008-08-08 Eli Zaretskii <eliz@gnu.org>
833
834 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
835
5f14a5b3
DN
8362008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
837
838 * files.texi (Log Buffer): Describe C-c C-d.
839 (Diff Mode): Describe C-x 4 A.
840
49989bff
EZ
8412008-08-06 Eli Zaretskii <eliz@gnu.org>
842
843 * vc1-xtra.texi (VC Directory Mode): Fix last change.
844
5c915c02
DN
8452008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
846
2beaf97a
DN
847 * files.texi (Old Revisions): Update the keys used by vc-annotate and
848 describe the new bindings to show the changeset diff, toggle annotation
849 visibility, show revisions.
850 (VC Status): Describe key bindings for modifying the change comments,
851 displaying changeset diffs and annotations.
852
5c915c02
DN
853 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
854
71798ace
NR
8552008-08-05 Nick Roberts <nickrob@snap.net.nz>
856
857 * vc1-xtra.texi (VC Directory Mode): Fix typo.
858
b8949644
EZ
8592008-08-02 Eli Zaretskii <eliz@gnu.org>
860
861 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
862 and wording.
863
819567d1
DN
8642008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
865
866 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 867 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
868 commands. Improve some old info.
869
5f38310a
CY
8702008-07-31 Chong Yidong <cyd@stupidchicken.com>
871
0dc3906b
CY
872 * display.texi (Visual Line Mode): New node.
873
5f38310a
CY
874 * basic.texi (Inserting Text): Move DEL to deletion node.
875 (Moving Point): Add additional alternative key bindings. Describe
876 line-move-visual.
877 (Erasing): Describe DEL.
878 (Basic Undo, Blank Lines, Arguments): Copyedit.
879 (Continuation Lines): Mention Visual Line mode.
880 (Position Info): Move extended discussion to mule.texi.
881
882 * mule.texi (International Chars): Describe C-x =.
883
884 * emacs.texi (Top): Add Visual Line Mode node.
885
7c2fb837
DN
8862008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
887
888 * emacs.texi: Remove VMS support.
889
3f6b73ef
DN
8902008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
891
892 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
893 the vc-dir command name.
894
9e2a2647
DN
8952008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
896
897 * xresources.texi: Remove mentions of Mac Carbon.
898
568beaa2
AS
8992008-07-19 Andreas Schwab <schwab@suse.de>
900
901 * ns-emacs.texi: Move to ../misc.
902
0ef94706
CY
9032008-07-15 Chong Yidong <cyd@stupidchicken.com>
904
905 * entering.texi (Exiting): Don't describe text-only terminals as the
906 default. Describe the new startup screen.
907 (Exiting): Describe how to kill Emacs first. Change description of
908 iconification to handle modern window systems.
909
ba60bd44 9102008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
911
912 * ns-emacs.texi: New file, documents features of Emacs port under
913 NeXTstep windowing.
914
9f30aa73
CY
9152008-07-15 Chong Yidong <cyd@stupidchicken.com>
916
938a5d2e
CY
917 * entering.texi (Entering Emacs): Update prev node.
918
919 * glossary.texi (Glossary): Remove xref to Text Characters.
920
9f30aa73
CY
921 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
922 directly, rather than in the context of ASCII. Move description of
923 special properties of modifier key to new Modifier Keys node.
924 (Keys): Copyedit.
925 (Text Characters): Delete node. Multibyte is the default nowadays, and
926 the node contents are obsolete.
927
928 * custom.texi (Modifier Keys): New node.
929
930 * emacs.texi (Top): Update node list.
931
7e53d36c
CY
9322008-07-13 Chong Yidong <cyd@stupidchicken.com>
933
934 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
935 saying that Emacs provides menus and mouse support (which is par for
936 the course).
937
938 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
939 early on.
940 (Point): Copyedit. Relegate historical trivia to a footnote.
941 (Mode Line): Explain mode-line format more consistently.
942 (Menu Bar): Copyedit.
943
1e9fa96d
GM
9442008-06-27 Glenn Morris <rgm@gnu.org>
945
946 * cal-xtra.texi (Sexp Diary Entries):
947 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
948
dc9bebb8
CY
9492008-06-26 Chong Yidong <cyd@stupidchicken.com>
950
951 * mark.texi (Shift selection): New node.
952 (Mark): Copyedits.
953 (Persistent Mark): Move to the end of the chapter.
954
e7881076
EZ
9552008-06-20 Eli Zaretskii <eliz@gnu.org>
956
957 * makefile.w32-in (distclean): Remove makefile.
958
f427400c
NR
9592008-06-17 Nick Roberts <nickrob@snap.net.nz>
960
961 * building.texi (Starting GUD): Add an entry for gud-gdb.
962 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
963 command mode.
964
b597d348
GM
9652008-06-17 Glenn Morris <rgm@gnu.org>
966
967 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
968
647b7094
NR
9692008-06-17 Nick Roberts <nickrob@snap.net.nz>
970
971 * building.texi (Starting GUD): Expand on remote debugging.
972 (Other GDB-UI Buffers): Mention new keyboard bindings.
973
47a30023
GM
9742008-06-15 Glenn Morris <rgm@gnu.org>
975
976 * gnu.texi: Use a verbatim license for this invariant section,
977 as per etc/GNU.
978
37e5d54a
GM
9792008-06-13 Daniel Engeler <engeler@gmail.com>
980
981 * emacs.texi, misc.texi: Add documentation about serial port access.
982
8e65d46c
GM
9832008-06-13 Glenn Morris <rgm@gnu.org>
984
c1473b4c
MB
985 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
986 maintain.info.
8e65d46c 987
e40a85cd
MB
9882008-06-05 Miles Bader <miles@gnu.org>
989
990 * display.texi (Temporary Face Changes): Update to reflect function
991 renamings in face-remap.el.
992
56c73dec
MB
9932008-06-04 Miles Bader <miles@gnu.org>
994
995 * display.texi (Temporary Face Changes): Add
996 `adjust-buffer-face-height'. Rewrite description of
997 `increase-buffer-face-height' and `decrease-default-face-height' now
998 that they aren't bound by default.
999
9d3d42fb
MB
10002008-06-03 Miles Bader <miles@gnu.org>
1001
1002 * display.texi (Temporary Face Changes): New node.
1003
2be6bfe2
EZ
10042008-05-31 Eli Zaretskii <eliz@gnu.org>
1005
1006 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1007
daf7e339
GM
10082008-05-31 Glenn Morris <rgm@gnu.org>
1009
1010 * cal-xtra.texi (Fancy Diary Display): Simplify.
1011
d21d2618
GM
10122008-05-30 Glenn Morris <rgm@gnu.org>
1013
1014 * cal-xtra.texi (Fancy Diary Display): Update for
1015 diary-display-function replacing diary-display-hook.
1016
71ce5fd0
JB
10172008-05-29 Drew Adams <drew.adams@oracle.com>
1018
1019 * msdog.texi (Windows Keyboard): Add descriptions of
1020 w32-register-hot-key and w32-unregister-hot-key.
1021
a3cdbdf8
MO
10222008-05-21 Tom Tromey <tromey@redhat.com>
1023
1024 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1025 Variables node.
1026
854a574c
MO
10272008-05-19 Tom Tromey <tromey@redhat.com>
1028
1029 * custom.texi (Variables): Add Directory Variables to menu.
1030 (Directory Variables): New node.
1031
7c2ec3f9
ER
10322008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1033
71ce5fd0 1034 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1035
370fded4
ER
10362008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1037
1038 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1039 Revision Tags and rewritten. Section now uses modern terminology,
1040 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1041 accurately.
1042
6af511e3
EZ
10432008-05-10 Eli Zaretskii <eliz@gnu.org>
1044
1045 * msdog.texi (Windows Files): Update documentation of
1046 w32-get-true-file-attributes.
1047
7a78b6e7
ER
10482008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1049
1050 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1051 directory mode.
1052
1bcfc24e
CY
10532008-05-08 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1056 entry "television".
1bcfc24e 1057
db86064f
ER
10582008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1059
ab5ec32c 1060 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1061
a31b405e
ER
10622008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1063
1064 * emacs/buffers.texi, emacs/files.texi (Version-control):
1065 vc-toggle-read-only is no longer a good idea...
1066
ff2c14fc
GM
10672008-04-29 Glenn Morris <rgm@gnu.org>
1068
1069 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1070
367c9b7c
JL
10712008-04-22 Juri Linkov <juri@jurta.org>
1072
1073 * dired.texi (Subdirectories in Dired): Describe using `^'
1074 to return to the parent directory.
1075
4ac1e9b4
NR
10762008-04-22 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1079 recent changes.
1080
b9b3bf2b
NR
10812008-04-19 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1084 (Other GDB-UI Buffers): Update for recent thread related changes.
1085
4d120d6a
SM
10862008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1087
1088 * maintaining.texi (Maintaining):
1089 * emacs.texi (Top): Typo.
1090
a152877d
SM
10912008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1092
b9b3bf2b
NR
1093 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1094 arg in `font-lock-add-keywords'.
a152877d 1095
36c0514c
GM
10962008-04-08 Glenn Morris <rgm@gnu.org>
1097
1098 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1099 Also add Baha'i calendar references where appropriate.
1100
06a97d46
GM
11012008-04-05 Glenn Morris <rgm@gnu.org>
1102
1103 * custom.texi (Init File): Byte-compiling .emacs is bad.
1104
6adc6eed
SM
11052008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1108
571388b0
GM
11092008-03-29 Glenn Morris <rgm@gnu.org>
1110
1111 * calendar.texi: Update for `calendar-date-style' replacing
1112 `european-calendar'.
1113
3ae8f876
JR
11142008-03-28 Jason Rumney <jasonr@gnu.org>
1115
1116 * display.texi (Display Custom): Mention overlay-margin in text.
1117
5bc6ddff 11182008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1119
5bc6ddff
MB
1120 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1121 tutorial' comments.
03a864d5 1122
7186a830
CY
11232008-03-28 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * mark.texi (Mark): Rearrange nodes.
1126 (Persistent Mark): Rename from Transient Mark.
1127 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1128 Describe Transient Mark mode as the default.
1129
1130 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1131 the default behavior with Transient Mark mode off.
1132 (Position Info): Fix typo.
1133
71ce5fd0
JB
1134 * display.texi (Standard Faces): Reference the Mark node.
1135 Remove discussion of the region face, which is discussed there.
7186a830
CY
1136
1137 * emacs.texi (Top): Update node listings.
1138
1139 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1140 as the default.
1141
1142 * fixit.texi (Undo): Standardize choice of undo key sequence.
1143 (Undo, Spelling): Describe Transient Mark mode as the default.
1144
1145 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1146 default.
1147
1148 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1149
1150 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1151 mode is the default, and note that the mark is not activated when set.
1152
1153 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1154 Describe Transient Mark mode as the default.
1155
1156 * search.texi (Basic Isearch): Reference the Mark Ring node.
1157 (Replace, Unconditional Replace, Other Repeating Search):
1158 Describe Transient Mark mode as the default.
1159
1160 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1161 Transient Mark mode as the default.
1162 (Paragraphs): Describe how M-h behaves when region is active.
1163
1164 * trouble.texi (Quitting): Clarify effects of C-g.
1165
dc47d1ff
GM
11662008-03-13 Glenn Morris <rgm@gnu.org>
1167
1168 * emacs.texi (EMACSVER): Set to 23.0.60.
1169
e3e0fb39 11702008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1171
e3e0fb39
GM
1172 * dired.texi (Hiding Subdirectories): Fix previous change.
1173
11742008-03-05 Drew Adams <drew.adams@oracle.com>
1175
1176 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1177
5e14abf8
KS
11782008-02-28 Kim F. Storm <storm@cua.dk>
1179
1180 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1181 Move describe-distribution to C-h C-o.
1182 Move view-emacs-problems to C-h C-p.
1183 Add view-emacs-debugging on C-h C-d.
1184 Add view-external-packages on C-h C-e.
d0207bf3 1185 Add view-order-manuals on C-h C-m.
5e14abf8 1186
d0207bf3 11872008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1188
1189 * msdog-xtra.texi (MS-DOS): Docstring fix.
1190
87e391bb
EZ
11912008-02-09 Eli Zaretskii <eliz@gnu.org>
1192
1193 * msdog.texi (Windows Fonts): Use a @table for describing font
1194 properties.
1195
5662e503
JR
11962008-02-07 Jason Rumney <jasonr@gnu.org>
1197
1198 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1199 value has changed.
1200 (Windows HOME): Clarify what is meant by "if that fails as well".
1201 (Windows Fonts): New section.
1202
72463824
GM
12032008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1204
1205 * basic.texi (Basic Undo): Remove duplicate "you can".
1206
7ff926e0
EZ
12072008-02-02 Eli Zaretskii <eliz@gnu.org>
1208
1209 * maintaining.texi (Tags): Fix last change.
1210
6ab7aef1
MA
12112008-02-02 Michael Albinus <michael.albinus@gmx.de>
1212
093571c3 1213 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1214
ace67e7e
NR
12152008-01-31 Nick Roberts <nickrob@snap.net.nz>
1216
1217 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1218
ae068fdf
RS
12192008-01-26 Richard Stallman <rms@gnu.org>
1220
1221 * maintaining.texi (Tags): Delete redundant index entry.
1222
a56d9a08
EZ
12232008-01-26 Eli Zaretskii <eliz@gnu.org>
1224
1225 * programs.texi (Imenu): Move "@cindex tags" from here...
1226 * maintaining.texi (Tags): ...to here.
1227
e941ed90
NR
12282008-01-23 Kevin Ryde <user42@zip.com.au>
1229
1230 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1231 click count.
1232
650276d5
JB
12332008-01-21 Juanma Barranquero <lekktu@gmail.com>
1234
1235 * entering.texi (Exiting): Fix typo.
1236 Reported by D. E. Evans <sinuhe@gnu.org>.
1237
8dc17977
MR
12382007-12-31 Martin Rudalics <rudalics@gmx.at>
1239
1240 * glossary.texi (Glossary): Fix typo.
1241
9f9695a6
RS
12422007-12-27 Richard Stallman <rms@gnu.org>
1243
1244 * text.texi (Formatted Text): Improve menu tag.
1245 (Editing Format Info): In Info, add duplicate menu of nodes
1246 about the submenus.
1247 (Format Faces): Say where Faces menu is found. Mention Other.
1248 (Format Colors): Say where these submenus are found.
1249 (Format Indentation, Format Justification): Likewise.
1250 (Format Properties): Likewise.
1251
abfd0191
RS
12522007-12-22 Richard Stallman <rms@gnu.org>
1253
1254 * search.texi (Query Replace): Make exp of query-replace more
1255 self-contained, and clarify.
8dc17977 1256
abfd0191
RS
1257 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1258
a2586785
RS
12592007-12-15 Richard Stallman <rms@gnu.org>
1260
1261 * files.texi (Auto Save): Clarify definition of auto-saving.
1262
a67cf2bb
RS
12632007-11-26 Richard Stallman <rms@gnu.org>
1264
1265 * help.texi (Help Echo): Cleanups.
1266
448b33b1
TTN
12672007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1268
1269 * files.texi (Why Version Control?): Fix typo.
1270 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1271 (Selecting a Fileset): Fix typos; small rewording.
1272 (Log Buffer): Likewise.
1273 (Old Revisions): Likewise.
448b33b1 1274
221bb7f6
EZ
12752007-11-17 Eli Zaretskii <eliz@gnu.org>
1276
1277 * mule.texi (Communication Coding): Fix wording of last change.
1278
d0207bf3 12792007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1280
630cb3b7
JB
1281 * custom.texi (Specifying File Variables):
1282 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1283
53b7759e
KH
12842007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1285
a5ab2e0c 1286 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1287
1288 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1289
c8763fb6 12902007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1291
630cb3b7 1292 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1293 --output=file.
1294
ff98e024
MR
12952007-11-13 Martin Rudalics <rudalics@gmx.at>
1296
1297 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1298 (Help Echo): Avoid mentioning the term "region" here and
1299 consistently use the term "active text".
1300
37b11c22
GM
13012007-11-11 Glenn Morris <rgm@gnu.org>
1302
1303 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1304
21d50ba1
JL
13052007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1306
1307 * search.texi (Query Replace): Mention
1308 `query-replace-show-replacement'.
1309
c12ecb0a 13102007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1311
1312 * building.texi (Watch Expressions): Remove obscure sentence.
1313
3b4201f4
KH
13142007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1315
1316 * mule.texi (Select Input Method): Describe how to activate an input
1317 method in the text mode.
1318
07e5c0b0
DN
13192007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1320
1321 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1322
52dd7391
NR
13232007-10-30 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1326
c004e539
GM
13272007-10-30 Glenn Morris <rgm@gnu.org>
1328
1329 * misc.texi (Directory Tracking): Explain a bit more about
1330 dirtrack-mode.
1331
ca8c5b8c
GM
13322007-10-25 Glenn Morris <rgm@gnu.org>
1333
1334 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1335
b6c764ef
RS
13362007-10-24 Richard Stallman <rms@gnu.org>
1337
1338 * misc.texi (Interactive Shell): Cleanup last change.
1339
eabd84c9
JL
13402007-10-22 Juri Linkov <juri@jurta.org>
1341
1342 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1343 default values.
1344
0b43c7e2
ER
13452007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1346
ca8c5b8c 1347 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1348 'filesets'.
1349
a80859d4
MR
13502007-10-18 Martin Rudalics <rudalics@gmx.at>
1351
1352 * trouble.texi (Quitting): Fix typo.
1353
c9447ae1
GM
13542007-10-18 Glenn Morris <rgm@gnu.org>
1355
1356 * frames.texi (Mode Line Mouse): Mention minor mode names.
1357
168b980f
JL
13582007-10-17 Juri Linkov <juri@jurta.org>
1359
1360 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1361 fill-paragraph operates on the active region in Transient Mark mode.
1362 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1363 with fill-paragraph.
1364
1365 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1366 fill-paragraph.
1367
1368 * fixit.texi (Spelling): ispell-word operates on the active region
1369 in Transient Mark mode.
1370
5a331f34
JB
13712007-10-17 Aaron S. Hawley <aaronh@garden.org>
1372
1373 * building.texi (Source Buffers):
1374 * custom.texi (Init Non-ASCII):
1375 * glossary.texi (Glossary): Use "key binding" consistently.
1376
2a9f4d55
JB
13772007-10-17 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * calendar.texi (Diary): Fix directive.
1380
de13cecf
RS
13812007-10-16 Richard Stallman <rms@gnu.org>
1382
1383 * calendar.texi (Diary): Clarify text about diary file example.
1384
5f90d53e
ER
13852007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1386
1387 * files.texi: Capitalize node names according to convention.
1388
3aa491bc
GM
13892007-10-13 Glenn Morris <rgm@gnu.org>
1390
1391 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1392
8a3106d3
ER
13932007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1394
1395 * emacs.texi:
1396 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1397 suggested by RMS and Robert J. Chassell.
8a3106d3 1398
da1080a2
ER
13992007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1400
3aa491bc 1401 * files.texi (Version Systems):
0870a421
ER
1402 * vc-xtra.texi:
1403 * vc1-xtra.texi:
ac3f4c6f 1404 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1405 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1406 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1407 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1408
58ade22b
ER
14092007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1410
da1080a2 1411 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1412 Reorder the descriptions to be chronological.
1413
93870ce2
RS
14142007-10-09 Richard Stallman <rms@gnu.org>
1415
1416 * display.texi (Cursor Display): Correct how cursor appears
1417 in nonselected windows.
1418
568c7288
NR
14192007-10-04 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * building.texi (GDB Graphical Interface): Remove references to gdba
1422 and mention gud-gdb.
1423
1af74d06 14242007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1425
1af74d06 1426 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1427
0d8fb755
JL
14282007-10-06 Juri Linkov <juri@jurta.org>
1429
1430 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1431 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1432 fill-paragraph-or-region.
1433
1434 * basic.texi (Arguments): Replace fill-paragraph with
1435 fill-paragraph-or-region.
1436
b981e2c6
ER
14372007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1438
1439 * files.texi: Update the section on version control for 2007
2a9f4d55 1440 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1441 will come later.
1442
5fceaf9c
GM
14432007-09-15 Glenn Morris <rgm@gnu.org>
1444
1445 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1446 to `list-holidays'.
1447
b0e44b17
GM
14482007-09-14 Glenn Morris <rgm@gnu.org>
1449
1450 * calendar.texi: Update all instances of mark-calendar-holidays,
1451 list-calendar-holidays, list-holidays with the new names.
1452
8cf51b2c
GM
14532007-09-06 Glenn Morris <rgm@gnu.org>
1454
46a367db 1455 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
1456 Split into the Emacs manual in emacs/, and other manuals in misc/.
1457 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1458 manual.
1459 (infodir): New variable.
1460 (info): Use $infodir.
1461 (emacsman): Delete target, not needed any more.
1462 Move all targets that are not the Emacs manual to misc/Makefile.in.
1463 (mostlyclean): Remove `gnustmp'.
1464 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1465 manual.
92f9b43f 1466 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1467 (emacsman): Delete target, not needed any more.
1468 (clean): Remove all info files but Emacs manual.
1469 Move all targets that are not the Emacs manual to misc/Makefile.in.
1470 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1471
1472 * Makefile.in (INFOSOURCES): Delete.
1473 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1474 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1475 *.vrs *.toc here...
1476 (maintainer-clean): ...from here.
1477
14782007-09-05 Glenn Morris <rgm@gnu.org>
1479
1480 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1481
8cf51b2c
GM
14822007-08-29 Glenn Morris <rgm@gnu.org>
1483
1484 * emacs.texi (EMACSVER): Increase to 23.0.50.
1485
3420c522
RS
14862007-08-27 Richard Stallman <rms@gnu.org>
1487
1488 * emacs.texi (Top): Clarify menu item for Glossary.
1489
1490 * display.texi (Faces): Change secn title.
1491 Clarify not all fonts come from Font Lock.
1492
8cf51b2c
GM
14932007-08-17 Eli Zaretskii <eliz@gnu.org>
1494
1495 * basic.texi (Position Info): Add index entry for face at point.
1496 Mention that character faces are also displayed by "C-u C-x =".
1497
8cf51b2c
GM
14982007-08-08 Glenn Morris <rgm@gnu.org>
1499
1500 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1501
15022007-08-07 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * files.texi (File Conveniences): Document point motion keys in Image
1505 mode.
1506
8cf51b2c
GM
15072007-07-27 Glenn Morris <rgm@gnu.org>
1508
8cf51b2c
GM
1509 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1510 in-line.
1511
1512 * gpl.texi: New file with text of GPL.
1513 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1514
15152007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1516
1517 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1518
1519 * dired.texi (Wdired): Mention C-x C-q key binding.
1520
15212007-07-28 Nick Roberts <nickrob@snap.net.nz>
1522
1523 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1524
15252007-07-25 Glenn Morris <rgm@gnu.org>
1526
8cf51b2c
GM
1527 * emacs.texi (Copying): Replace license with GPLv3.
1528
1529 * Relicense all FSF files to GPLv3 or later.
1530
15312007-07-24 Glenn Morris <rgm@gnu.org>
1532
1533 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1534 for some calendars.
1535
15362007-07-23 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1539 default-directory for the current buffer is on a remote machine.
1540
8cf51b2c
GM
15412007-07-21 Eli Zaretskii <eliz@gnu.org>
1542
1543 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1544 default value.
1545
15462007-07-21 Richard Stallman <rms@gnu.org>
1547
1548 * files.texi (Why Version Control?): Improve previous change.
1549
15502007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1551
1552 * files.texi (Why Version Control?): New node.
1553
8cf51b2c
GM
15542007-07-12 Nick Roberts <nickrob@snap.net.nz>
1555
8cf51b2c
GM
1556 * building.texi (Starting GUD): Add xref to this anchor.
1557
8cf51b2c
GM
15582007-06-24 Karl Berry <karl@gnu.org>
1559
2a9f4d55 1560 * emacs.texi: New Back-Cover Text.
8cf51b2c 1561
8cf51b2c
GM
15622007-06-07 Alan Mackenzie <acm@muc.de>
1563
1564 * display.texi (Optional Mode Line): Document the new form of
1565 line+column numbers, "(561,2)".
1566
15672007-06-06 Juanma Barranquero <lekktu@gmail.com>
1568
49823426 1569 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1570
15712007-06-02 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * Version 22.1 released.
1574
8cf51b2c
GM
15752007-05-07 Karl Berry <karl@gnu.org>
1576
1577 * emacs.texi (EMACSVER): Back to 22.
1578
15792007-05-06 Richard Stallman <rms@gnu.org>
1580
1581 * maintaining.texi (Create Tags Table): Clean up previous change.
1582
c8763fb6 15832007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1584
1585 * maintaining.texi (Create Tags Table): Add text about the dangers of
1586 making symbolic links to tags files.
1587
15882007-05-04 Karl Berry <karl@gnu.org>
1589
1590 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1591
15922007-05-03 Karl Berry <karl@gnu.org>
1593
1594 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1595
1596 * .cvsignore (*.pdf): New entry.
1597
8cf51b2c
GM
1598 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1599 for printing.
1600
16012007-05-01 Richard Stallman <rms@gnu.org>
1602
1603 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1604
8cf51b2c
GM
16052007-04-28 Glenn Morris <rgm@gnu.org>
1606
1607 * ack.texi (Acknowledgments):
1608 * anti.texi (Antinews):
8cf51b2c
GM
1609 * programs.texi (Program Modes): Restore mention of python.el pending
1610 consideration of legal status.
1611
16122007-04-28 Richard Stallman <rms@gnu.org>
1613
1614 * files.texi (File Names): Fixes to ~ description on MS systems.
1615
8cf51b2c
GM
16162007-04-26 Glenn Morris <rgm@gnu.org>
1617
1618 * emacs.texi (EMACSVER): Increase to 22.1.50.
1619
16202007-04-25 Karl Berry <karl@gnu.org>
1621
1622 * emacs.texi: Improve line breaks on copyright page,
1623 similar layout to lispref, 8.5x11 by default.
1624
1625 * dired.texi (Image-Dired): Improve line break, fix typo.
1626
16272007-04-24 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * programs.texi (Program Modes):
8cf51b2c
GM
1630 * anti.texi (Antinews):
1631 * ack.texi (Acknowledgments): python.el removed.
1632
8cf51b2c
GM
16332007-04-23 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * display.texi (Highlight Interactively): Correct description of
1636 hi-lock-file-patterns-policy.
1637
1638 * files.texi (File Archives): Mention self-extracting executables.
1639
16402007-04-23 Eli Zaretskii <eliz@gnu.org>
1641
1642 * search.texi (Unconditional Replace, Query Replace): Add xref to
1643 "Replacement and Case".
1644
16452007-04-22 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * dired.texi (Image-Dired): Move from Thumbnails node.
1648 * misc.texi (Thumbnails): Node deleted.
1649 * emacs.texi (Top): Update node listing.
1650
1651 * files.texi (File Conveniences):
49823426 1652 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1653
16542007-04-21 Richard Stallman <rms@gnu.org>
1655
1656 * display.texi (Highlight Interactively): Correct previous change.
1657 Clarify doc of hi-lock-find-patterns, and move new features into it.
1658
16592007-04-20 David Koppelman <koppel@ece.lsu.edu>
1660
1661 * display.texi (Highlight Interactively): Document
1662 hi-lock-file-patterns-policy.
1663
16642007-04-20 Martin Rudalics <rudalics@gmx.at>
1665
1666 * display.texi (Scrolling): Fix typo.
1667
8cf51b2c
GM
16682007-04-15 Chong Yidong <cyd@stupidchicken.com>
1669
8cf51b2c
GM
1670 * doclicense.texi: Remove node heading, so that it can be included by
1671 other files.
1672
1673 * emacs.texi: Insert node heading for GFDL.
1674
8cf51b2c
GM
16752007-04-14 Eli Zaretskii <eliz@gnu.org>
1676
1677 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1678 "command line".
1679
1680 * display.texi (Faces): Refer to "Creating Frames" for face
1681 and other frame customizations in .emacs.
1682
1683 * frames.texi (Creating Frames): Mention that face customizations can
1684 be put in .emacs. Add index entries.
1685
16862007-04-12 Richard Stallman <rms@gnu.org>
1687
1688 * glossary.texi (Glossary): Explain `iff'.
1689
16902007-04-11 Karl Berry <karl@gnu.org>
1691
1692 * gnu.texi (Top),
1693 * macos.texi (Mac Font Specs),
1694 * anti.texi (Antinews),
1695 * xresources.texi (Resources),
1696 * misc.texi (Emulation),
1697 * calendar.texi (Daylight Saving),
1698 * dired.texi (Dired and Find),
1699 * rmail.texi (Remote Mailboxes),
1700 * sending.texi (Mail Headers),
1701 * programs.texi (Which Function),
1702 * files.texi (Recover),
1703 * buffers.texi (Uniquify),
1704 * frames.texi (Wheeled Mice),
1705 * killing.texi (Rectangles): Wording to improve breaks in
1706 8.5x11 format.
1707 * mule.texi (Language Environments): \hbadness=10000 since there's
1708 no way to reword.
1709 * emacs.texi (smallbook): New @set to more easily switch between
1710 smallbook and 8.5x11.
1711
17122007-04-11 Richard Stallman <rms@gnu.org>
1713
1714 * files.texi (File Conveniences): Add xref to Tumme.
1715 Delete text about Thumbnail mode.
1716
8cf51b2c
GM
17172007-04-09 Alan Mackenzie <acm@muc.de>
1718
1719 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1720 new name. Insert concept index entries.
1721
8cf51b2c
GM
17222007-04-08 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * display.texi (Standard Faces): Document prefix arg for
1725 list-faces-display.
1726
1727 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1728
8cf51b2c
GM
17292007-04-07 Chong Yidong <cyd@stupidchicken.com>
1730
8cf51b2c
GM
1731 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1732
1733 * files.texi (Misc File Ops): Rewrite description of
1734 insert-file-literally.
1735
8cf51b2c
GM
17362007-03-31 Eli Zaretskii <eliz@gnu.org>
1737
1738 * misc.texi (Printing): Postscript -> PostScript.
1739
8cf51b2c
GM
1740 * ack.texi (Acknowledgments): Postscript -> PostScript.
1741
1742 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1743
1744 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1745 below.
1746
17472007-03-30 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1750 Init Non-ASCII.
1751 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1752 (Init Non-ASCII): New node.
1753
17542007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1755
1756 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1757
8cf51b2c
GM
17582007-03-12 Glenn Morris <rgm@gnu.org>
1759
8cf51b2c
GM
1760 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1761 "Daylight Savings".
1762
49823426 1763 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1764 saving" in text throughout.
1765
8cf51b2c
GM
17662007-03-04 Richard Stallman <rms@gnu.org>
1767
1768 * custom.texi (Safe File Variables): Minor correction.
1769
8cf51b2c
GM
17702007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1771
1772 * rmail.texi (Movemail): Add internal ref.
1773 Don't indent the intro for the PROTO table.
1774 Format PROTO table items with @code.
1775
8cf51b2c
GM
17762007-02-26 Nick Roberts <nickrob@snap.net.nz>
1777
1778 * building.texi: Remove references to bashdb.
1779
8cf51b2c
GM
17802007-02-19 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * mule.texi (Language Environments): Update list of supported language
1783 environments.
1784
8cf51b2c
GM
17852007-02-14 Kim F. Storm <storm@cua.dk>
1786
1787 * building.texi (Grep Searching): Fix lgrep doc.
1788
17892007-02-12 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * back.texi: Remove unused file.
1792
c8763fb6 17932007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1794
1795 * maintaining.texi (Tag Syntax): Now --members is the default for
1796 etags, not for ctags yet.
1797
8cf51b2c
GM
17982007-02-03 Eli Zaretskii <eliz@gnu.org>
1799
1800 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1801 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1802 expects. Add comments to prevent people from inadvertently modifying
1803 the key parts needed by `texinfo-multiple-files-update'.
1804
18052007-01-29 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * frames.texi (Secondary Selection): Window clicked does not matter
1808 when mouse-yank-at-point is non-nil.
1809
8cf51b2c
GM
18102007-01-16 Glenn Morris <rgm@gnu.org>
1811
1812 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1813 system abbrev.
1814
18152007-01-11 Richard Stallman <rms@gnu.org>
1816
1817 * msdog.texi (Windows Keyboard): Another small cleanup.
1818
18192007-01-10 Richard Stallman <rms@gnu.org>
1820
1821 * msdog.texi (Windows Keyboard): Yet another try to make
1822 everyone happy with that passage.
1823
18242007-01-05 Richard Stallman <rms@gnu.org>
1825
1826 * anti.texi (Antinews): Mention M-x shell scrolling.
1827
18282007-01-05 Nick Roberts <nickrob@snap.net.nz>
1829
1830 * building.texi (Watch Expressions): Describe gdb-max-children.
1831
8cf51b2c
GM
18322007-01-04 Richard Stallman <rms@gnu.org>
1833
8cf51b2c
GM
1834 * msdog.texi (Windows Keyboard): Clarify previous change.
1835
8cf51b2c
GM
18362007-01-02 Richard Stallman <rms@gnu.org>
1837
1838 * custom.texi (Changing a Variable): Minor clarification.
1839 (Specific Customization): customize-customized => customize-unsaved.
1840
1841 * entering.texi (Entering Emacs): Clean up text about restarting
1842 Emacs for each file.
1843
1844 * misc.texi (Shell Options): Minor cleanup.
1845
1846 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1847 with Emacs, not vice versa.
1848
1849 * programs.texi (Symbol Completion): Recommend customizing
1850 window manager.
1851
1852 * xresources.texi (Resources): Minor fix.
1853
c8763fb6 18542007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1855
1856 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1857
18582007-01-01 Richard Stallman <rms@gnu.org>
1859
1860 * commands.texi (User Input): Document keys stolen by window mangers.
1861
18622006-12-31 Richard Stallman <rms@gnu.org>
1863
1864 * custom.texi (Specific Customization): Document customize-option
1865 instead of customize-variable.
1866
18672006-12-31 Kim F. Storm <storm@cua.dk>
1868
1869 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1870
18712006-12-30 Kim F. Storm <storm@cua.dk>
1872
1873 * killing.texi (CUA Bindings): Fix typo.
1874
1875 * xresources.texi (Table of Resources): Mention grow-only value for
1876 auto-resize-tool-bars.
1877
8cf51b2c
GM
18782006-12-27 Eli Zaretskii <eliz@gnu.org>
1879
1880 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1881 and how to get them back.
1882
18832006-12-26 Richard Stallman <rms@gnu.org>
1884
1885 * calendar.texi (Holidays): Holiday listing is based on current
1886 practice, but DST is not.
1887
18882006-12-25 Richard Stallman <rms@gnu.org>
1889
1890 * emacs.texi (Top): Update subnode menus.
1891
1892 * mark.texi (Transient Mark): Fix xref.
1893
1894 * killing.texi (Graphical Kill): Node deleted.
1895 (Killing): Add xref to Cut and Paste.
1896 (CUA Bindings): Update xref.
1897
1898 * frames.texi (Cut and Paste): New section to hold other nodes.
1899 (Mouse Commands): Node demoted.
1900 (Cut/Paste Other App): Split out from Mouse Commands.
1901 (Word and Line Mouse): Likewise.
1902 (Secondary Selection, Clipboard): Nodes demoted.
1903
8cf51b2c
GM
19042006-12-24 Kevin Ryde <user42@zip.com.au>
1905
1906 * calendar.texi (Holidays): US daylight saving begins second Sunday
1907 in March for 2007 onwards.
1908 (Daylight Savings): Show new US default daylight saving rules, 2nd
1909 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1910
19112006-12-23 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * calendar.texi (Scroll Calendar): < and > are switched.
1914
19152006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1916
1917 * killing.texi (Deletion): Describe M-\ prefix argument.
1918
19192006-12-23 Richard Stallman <rms@gnu.org>
1920
1921 * search.texi (Regexp Search): Explain why forward and reverse regexp
1922 search are not mirror images.
1923
8cf51b2c
GM
19242006-12-19 Kim F. Storm <storm@cua.dk>
1925
1926 * major.texi (Choosing Modes): Describe match-function elements for
1927 magic-mode-alist.
1928
8cf51b2c
GM
19292006-12-18 Eli Zaretskii <eliz@gnu.org>
1930
1931 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1932 peculiarities.
1933
19342006-12-18 Richard Stallman <rms@gnu.org>
1935
1936 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1937
8cf51b2c
GM
19382006-12-17 Alan Mackenzie <acm@muc.de>
1939
1940 * programs.texi (Left Margin Paren): Remove the bit which says
1941 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1942 Discuss some of the issues of setting this option to nil.
1943
19442006-12-17 Glenn Morris <rgm@gnu.org>
1945
1946 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1947
19482006-12-16 Eli Zaretskii <eliz@gnu.org>
1949
1950 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1951 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1952 NTFS volumes.
1953 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1954 volumes.
1955
19562006-12-15 Eli Zaretskii <eliz@gnu.org>
1957
1958 * text.texi (HTML Mode): Fix "C-c TAB".
1959
8cf51b2c
GM
19602006-12-09 Richard Stallman <rms@gnu.org>
1961
1962 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1963
19642006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1965
1966 * files.texi (Misc File Ops): Document insert-file-literally.
1967
19682006-12-08 Eli Zaretskii <eliz@gnu.org>
1969
1970 * cmdargs.texi (Colors): Note that --color is intended for overriding
1971 the terminal defaults, not for normal invocation.
1972
1973 * misc.texi (Emacs Server): Improve wording. Don't mention the
1974 ``server program''. Add a cross-reference to "Init File" node.
1975 (Invoking emacsclient): Add index entries. Document both short and
1976 long versions of command-line options. Document the -f option.
1977
8cf51b2c
GM
19782006-12-06 Richard Stallman <rms@gnu.org>
1979
1980 * text.texi (Outline Format): Say to set outline-regexp
1981 and outline-level with major modes and file local variables.
1982
c8763fb6 19832006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1984
1985 * anti.texi (Antinews): Mention the alternative to
1986 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1987
8cf51b2c
GM
1988 * misc.texi (Interactive Shell): Ditto.
1989
19902006-12-04 Eli Zaretskii <eliz@gnu.org>
1991
1992 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1993
1994 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1995
19962006-12-01 Eli Zaretskii <eliz@gnu.org>
1997
1998 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1999 colon in the mode line.
2000
2001 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2002
20032006-11-26 Nick Roberts <nickrob@snap.net.nz>
2004
2005 * building.texi (Watch Expressions): Mention SPC for expanding/
2006 contracting watch expressions.
2007
20082006-11-26 Kim F. Storm <storm@cua.dk>
2009
2010 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2011
20122006-11-26 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * building.texi (Debugger Operation): Define text command mode.
2015 Clarify how tooltips work.
2016 (GDB Graphical Interface): Explain how to run in text command mode
2017 more clearly.
2018
20192006-11-25 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2022
20232006-11-22 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2026
8cf51b2c
GM
20272006-11-18 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2030 and EMACS is deprecated.
2031
20322006-11-18 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2035
c8763fb6 20362006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2037
2038 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2039
2040 * emacs.texi: Include xresources.texi both for info and dvi.
2041
2042 * xresources.texi: Merge text from xresmini.texi.
2043
c8763fb6 20442006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2045
2046 * glossary.texi: Fix typos.
2047
8cf51b2c
GM
20482006-11-06 Richard Stallman <rms@gnu.org>
2049
2050 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2051
2052 * ack.texi (Acknowledgments): Fix name spelling.
2053
20542006-11-01 Juri Linkov <juri@jurta.org>
2055
2056 * search.texi (Word Search): Document incremental word search.
2057
20582006-10-28 Glenn Morris <rgm@gnu.org>
2059
2060 * ack.texi (Acknowledgments): Add cal-html author.
2061
2062 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2063 Calendar"). Describe new package cal-html.
2064 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2065 Calendar Files."
2066
8cf51b2c
GM
20672006-10-23 Richard Stallman <rms@gnu.org>
2068
2069 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2070 Abbrev mode is enabled.
2071
8cf51b2c
GM
20722006-10-16 Richard Stallman <rms@gnu.org>
2073
8cf51b2c
GM
2074 * emacs.texi: Update ISBN.
2075
8cf51b2c
GM
20762006-10-11 Kim F. Storm <storm@cua.dk>
2077
2078 * emacs.texi (Acknowledgments): Use @dotless{i}.
2079
20802006-10-08 Nick Roberts <nickrob@snap.net.nz>
2081
2082 * building.texi (Breakpoints Buffer): Mention catchpoints.
2083
20842006-10-08 Kim F. Storm <storm@cua.dk>
2085
2086 * ack.texi (Acknowledgments): Update.
2087
2088 * emacs.texi (Acknowledgments): Fix bad @/ form.
2089
8cf51b2c
GM
20902006-10-05 Kim F. Storm <storm@cua.dk>
2091
2092 * emacs.texi (Acknowledgments): Add more contributors.
2093
20942006-10-03 Richard Stallman <rms@gnu.org>
2095
2096 * emacs.texi (Acknowledgments): Update version and edition.
2097
8cf51b2c
GM
20982006-10-01 Karl Berry <karl@gnu.org>
2099
2100 * custom.texi (Customization Groups): Page break to keep example buffer
2101 on one page.
2102
21032006-09-30 Karl Berry <karl@gnu.org>
2104
2105 * programs.texi (Basic Indent): @need to improve page break.
2106 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2107
21082006-09-29 Glenn Morris <rgm@gnu.org>
2109
2110 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2111
21122006-09-29 Karl Berry <karl@gnu.org>
2113
2114 * windows.texi (Basic Window): Remove forced @break, no longer
2115 desirable.
2116 * frames.texi (Frame Commands),
2117 * mark.texi (Marking Objects): Reword to avoid bad page break.
2118 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2119
21202006-09-19 Richard Stallman <rms@gnu.org>
2121
2122 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2123 stick to present tense.
2124
c8763fb6 21252006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2126
2127 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2128 to x-gtk-use-old-file-dialog.
2129 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2130
21312006-09-15 Jay Belanger <belanger@truman.edu>
2132
49823426 2133 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2134 Change "Library Public License" to "Lesser Public License"
2135 throughout. Use "yyyy" to represent year.
2136
8cf51b2c
GM
21372006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2138
2139 * files.texi (Visiting): Add index entry "open file".
2140
8cf51b2c
GM
21412006-09-11 Richard Stallman <rms@gnu.org>
2142
2143 * building.texi (Compilation Mode): Clarification.
2144 (Grep Searching): Add xref to Compilation Mode.
2145
8cf51b2c
GM
21462006-09-08 Richard Stallman <rms@gnu.org>
2147
2148 * search.texi (Search): Ref multi-file search commands here.
2149 (Other Repeating Search): Not here.
2150
8cf51b2c
GM
21512006-08-28 Richard Stallman <rms@gnu.org>
2152
2153 * windows.texi (Split Window): Update xref.
2154
2155 * basic.texi (Continuation Lines): Update xref.
2156
2157 * indent.texi (Tab Stops): Update xref.
2158
2159 * emacs.texi (Top): Update subnode menu.
2160
2161 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2162 split out of Display Custom.
2163
21642006-08-25 Kim F. Storm <storm@cua.dk>
2165
2166 * display.texi (Display Custom): Add variables overline-margin
2167 and x-underline-at-descent-line.
2168
21692006-08-25 Richard Stallman <rms@gnu.org>
2170
2171 * entering.texi (Exiting): Rewrite to give graphical displays
2172 priority over text terminals.
2173
2174 * search.texi (Incremental Search): Move index entries.
2175
21762006-08-23 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * custom.texi (Init File): Reference Find Init to avoid "home
2179 directory" confusion.
2180
21812006-08-22 Nick Roberts <nickrob@snap.net.nz>
2182
2183 * building.texi (Other GDB-UI Buffers): Describe how to edit
2184 a value in the locals buffer.
2185
21862006-08-21 Richard Stallman <rms@gnu.org>
2187
2188 * search.texi (Basic Isearch): Add `isearch' index entry.
2189
21902006-08-16 Richard Stallman <rms@gnu.org>
2191
2192 * misc.texi (Saving Emacs Sessions): Clean up wording.
2193
2194 * mark.texi (Marking Objects): Mention term "select all".
2195
2196 * emacs.texi (Top): Update subnode menu.
2197
2198 * help.texi (Help Mode): Move node up in file.
2199
8cf51b2c
GM
22002006-08-15 Nick Roberts <nickrob@snap.net.nz>
2201
2202 * building.texi (Stack Buffer): Explain fringe arrow.
2203
8cf51b2c
GM
22042006-08-12 Eli Zaretskii <eliz@gnu.org>
2205
8cf51b2c
GM
2206 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2207 on startup.
2208
22092006-08-11 Romain Francoise <romain@orebokech.com>
2210
2211 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2212
22132006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2214
2215 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2216
22172006-08-10 Richard Stallman <rms@gnu.org>
2218
2219 * text.texi (Format Faces): Substantial rewrites to deal
2220 with face merging. Empty regions don't count. Clarify
2221 face property inheritance.
2222
22232006-08-08 Romain Francoise <romain@orebokech.com>
2224
2225 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2226 <arjuropo@cc.jyu.fi>.
2227
8cf51b2c
GM
22282006-08-04 Eli Zaretskii <eliz@gnu.org>
2229
2230 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2231 apply to all frames.
2232
8cf51b2c
GM
22332006-08-01 Richard Stallman <rms@gnu.org>
2234
2235 * help.texi (Name Help): Add index entries for describe-variable.
2236
22372006-08-01 Nick Roberts <nickrob@snap.net.nz>
2238
2239 * building.texi (GDB Graphical Interface): Shorten node names.
2240 (GDB-UI Layout): Use GDB-related.
2241 (Other GDB-UI Buffers): Simplify English.
2242
22432006-07-31 Richard Stallman <rms@gnu.org>
2244
2245 * search.texi (Query Replace): Add xref for Dired's Q command.
2246
8cf51b2c
GM
22472006-07-31 Nick Roberts <nickrob@snap.net.nz>
2248
2249 * building.texi (GDB commands in Fringe): Rename to...
2250 (Source Buffers): ..this and move forward. Describe hollow arrow and
2251 new option gdb-find-source-frame.
2252
22532006-07-29 Richard Stallman <rms@gnu.org>
2254
2255 * dired.texi (Operating on Files): Simplify previous change
2256 and fix Texinfo usage.
2257
22582006-07-29 Eli Zaretskii <eliz@gnu.org>
2259
2260 * dired.texi (Operating on Files): Add cross-references. State the
2261 Unix commands that do similar things.
2262
22632006-07-28 Richard Stallman <rms@gnu.org>
2264
2265 * mark.texi (Transient Mark): Clarify that region never disappears
2266 when Transient Mark mode is off, and not when it is on.
2267
22682006-07-27 Richard Stallman <rms@gnu.org>
2269
2270 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2271
22722006-07-24 Richard Stallman <rms@gnu.org>
2273
2274 * xresources.texi (GTK styles): Fix texinfo usage.
2275
8cf51b2c
GM
2276 * commands.texi (User Input): Explain why we teach keyboard cmds.
2277
2278 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2279 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2280 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2281 * doclicense.texi, display.texi, dired.texi, basic.texi:
2282 * anti.texi, ack.texi: Move periods and commas inside quotes.
2283
22842006-07-22 Eli Zaretskii <eliz@gnu.org>
2285
2286 * cmdargs.texi (General Variables): Document EMAIL.
2287
22882006-07-21 Eli Zaretskii <eliz@gnu.org>
2289
2290 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2291 doesn't have effect on MS-Windows.
2292
8cf51b2c
GM
22932006-07-17 Richard Stallman <rms@gnu.org>
2294
2295 * building.texi (Grep Searching): Explain about chaining grep commands.
2296
8cf51b2c
GM
22972006-07-10 Nick Roberts <nickrob@snap.net.nz>
2298
49823426 2299 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2300
23012006-07-09 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2304 is invoked for multiple files.
2305
23062006-07-08 Eli Zaretskii <eliz@gnu.org>
2307
2308 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2309 on-line manual for the rest of this node.
2310 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2311 unconditionally.
2312 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2313 Improve wording.
2314 (Windows Printing): Improve wording.
2315 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2316 rest of this node.
2317
8cf51b2c
GM
23182006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2319
49823426
GM
2320 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2321 with eval-buffer.
8cf51b2c
GM
2322
23232006-07-05 Nick Roberts <nickrob@snap.net.nz>
2324
2325 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2326 of character translation.
2327
23282006-07-04 Nick Roberts <nickrob@snap.net.nz>
2329
2330 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2331
23322006-07-03 Karl Berry <karl@gnu.org>
2333
2334 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2335 not-too-underfull hboxes in the TeX output.
2336 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2337 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2338 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2339 * sending.texi, text.texi: Fix overfull/underfull boxes.
2340
23412006-07-03 Romain Francoise <romain@orebokech.com>
2342
2343 * m-x.texi (M-x): Fix.
2344
23452006-07-03 Richard Stallman <rms@gnu.org>
2346
8cf51b2c
GM
2347 * search.texi (Other Repeating Search): filename -> file name.
2348
2349 * misc.texi (Narrowing): Minor cleanups.
2350
2351 * files.texi (Visiting): filename -> file name.
2352
2353 * emacs.texi (Top): Update subnode menus.
2354
2355 * mule.texi (Coding Systems): Move char translation stuff here.
2356 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2357 (Recognize Coding): Substantial local rewrites.
2358 (International): Update menu.
2359
2360 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2361 (Scrolling): Substantial local rewrites.
2362 (Display): Update menu and intro.
2363
2364 * dired.texi: filename -> file name.
2365
2366 * custom.texi (Safe File Variables): Texinfo usage fix.
2367
f0131492 23682006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2369
2370 * help.texi, m-x.texi: Lots of cleanups.
2371
8cf51b2c
GM
23722006-06-30 Eli Zaretskii <eliz@gnu.org>
2373
2374 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2375 (Windows Processes, Windows Misc): Shorten the printed version by
2376 selectively conditioning less important portions by @ifnottex.
2377
8cf51b2c
GM
23782006-06-27 Richard Stallman <rms@gnu.org>
2379
2380 * mini.texi (Minibuffer File): Minor cleanup.
2381
23822006-06-25 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * frames.texi (XTerm Mouse): Rename to...
2385 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2386
2387 * emacs.texi (Top): Use new node name.
2388
23892006-06-24 Eli Zaretskii <eliz@gnu.org>
2390
2391 * emacs.texi (Top): Update the detailed menu according to changes in
2392 msdog.texi.
2393
2394 * msdog.texi (Windows Keyboard): New section.
2395 (Windows Mouse): New section.
2396 (Windows System Menu): Remove section (text merged with "Windows
2397 Keyboard").
2398 (Windows Misc): New section.
2399
2400 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2401
2402 * msdog.texi (ls in Lisp): New section.
2403
2404 * files.texi (Visiting): Document case-insensitive wildcard matching
2405 under find-file-wildcards.
2406
8cf51b2c
GM
24072006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2408
2409 * macos.texi (Mac Input): Add description of mac-function-modifier.
2410 Now Unicode keyboard layouts work.
2411
8cf51b2c
GM
24122006-06-10 Richard Stallman <rms@gnu.org>
2413
2414 * mule.texi (Recognize Coding): Clarify previous change.
2415
24162006-06-09 Kenichi Handa <handa@m17n.org>
2417
2418 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2419 notation.
2420
24212006-06-07 Kevin Ryde <user42@zip.com.au>
2422
2423 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2424 manual for @ifnottex, but in emacs-extra for @iftex.
2425
2426 * cmdargs.texi (General Variables): Fix smtpmail xref.
2427
24282006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2429
8cf51b2c 2430 * programs.texi (Comment Commands):
8cf51b2c 2431 * custom.texi (Specifying File Variables):
49823426 2432 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2433
24342006-06-07 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * building.texi (Watch Expressions): Move node to end.
2437 (GDB Graphical Interface): Move description of clicks in fringe...
2438 (GDB commands in the Fringe): ...to here. New node.
2439
8cf51b2c
GM
24402006-06-05 Romain Francoise <romain@orebokech.com>
2441
49823426 2442 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2443
24442006-06-05 Nick Roberts <nickrob@snap.net.nz>
2445
2446 * building.texi (GDB Graphical Interface): Update bindings.
2447 (Commands of GUD): Add gud-print. Remove gud-run.
2448 Restate availability more generally.
2449
f0131492 24502006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2451
2452 * mini.texi: Lots of cleanups.
2453
24542006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2455
2456 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2457 and Mouse-2.
2458
c8763fb6 24592006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2460
2461 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2462
8cf51b2c
GM
24632006-05-31 Richard Stallman <rms@gnu.org>
2464
2465 * basic.texi (Moving Point): Fix previous change.
2466
c8763fb6 24672006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2468
2469 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2470
f0131492 24712006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2472
2473 * basic.texi: Many simplifications and improvements in wording.
2474
8cf51b2c
GM
24752006-05-26 Nick Roberts <nickrob@snap.net.nz>
2476
2477 * anti.texi (Antinews): Create a node for gdb-ui.
2478
8cf51b2c
GM
24792006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2480
2481 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2482
24832006-05-20 Richard Stallman <rms@gnu.org>
2484
2485 * dired.texi (Dired Navigation): dired-goto-file is now j.
2486
8cf51b2c
GM
24872006-05-20 Eli Zaretskii <eliz@gnu.org>
2488
2489 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2490 and their aliases.
2491
2492 * msdog.texi (Windows Printing): Mention non-support of plain text
2493 printing with some el-cheapo printers, and suggest a workaround.
2494
24952006-05-20 Kevin Ryde <user42@zip.com.au>
2496
2497 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2498 remove the bit saying you must set it.
2499
25002006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2501
2502 * trouble.texi (Checklist):
2503 * text.texi (Text, Auto Fill, Text Mode):
2504 * search.texi (Nonincremental Search):
2505 * rmail.texi (Rmail Labels):
2506 * mule.texi (Input Methods, Multibyte Conversion):
2507 * misc.texi (Gnus, Where to Look, PostScript):
2508 * maintaining.texi (Create Tags Table):
2509 * indent.texi (Indentation Commands):
2510 * fixit.texi (Spelling):
2511 * emacs.texi (Copying):
2512 * custom.texi (Init File): ifinfo -> ifnottex.
2513
8cf51b2c
GM
25142006-05-17 Richard Stallman <rms@gnu.org>
2515
2516 * files.texi (Diff Mode): Mention C-x `.
2517
25182006-05-08 Richard Stallman <rms@gnu.org>
2519
2520 * custom.texi (Disabling): Textual cleanups.
2521
8cf51b2c
GM
25222006-05-12 Glenn Morris <rgm@gnu.org>
2523
2524 * calendar.texi (Displaying the Diary, Format of Diary File):
2525 Refer to diary-view-entries, diary-list-entries,
2526 diary-show-all-entries rather than obsolete aliases.
2527
25282006-05-12 Eli Zaretskii <eliz@gnu.org>
2529
2530 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2531 (Displaying the Diary, Special Diary Entries, Importing Diary):
2532 * building.texi (Compilation Shell):
2533 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2534 emacs-xtra with @inforef's.
2535
2536 * files.texi (Visiting): Fix wording.
2537
2538 * mule.texi (Coding Systems, Text Coding): More indexing.
2539 Mention that C-x RET f can set eol conversion.
2540
c8763fb6 25412006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2542
2543 * xresmini.texi (GTK resources): Insert GTK description.
2544
2545 * xresources.texi (GTK resources): metafont should be menufont.
2546
8cf51b2c
GM
25472006-05-06 Michael Albinus <michael.albinus@gmx.de>
2548
49823426 2549 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2550 method, user name and host name is active only in partial
2551 completion mode.
2552
8cf51b2c
GM
25532006-05-06 Eli Zaretskii <eliz@gnu.org>
2554
2555 * makefile.w32-in (emacs.dvi):
2556 * Makefile.in (emacs.dvi): Add xresmini.texi.
2557
2558 * xresmini.texi (Table of Resources): Remove xref to non-existent
2559 node "LessTif Resources".
2560
2561 * msdog.texi (Microsoft Windows):
2562 * calendar.texi (Calendar/Diary, Displaying the Diary)
2563 (Special Diary Entries, Importing Diary, Holidays):
2564 * programs.texi (Program Modes):
2565 * text.texi (Text):
2566 * buffers.texi (Several Buffers):
2567 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2568
25692006-05-06 Eli Zaretskii <eliz@gnu.org>
2570
2571 The following changes merge the emacs-xtra manual into the main
2572 manual, but only for on-line version of the manual.
2573
2574 * vc2-xtra.texi (Version Backups, Local Version Control)
2575 (Making Snapshots, Change Logs and VC, Version Headers)
2576 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2577 on-line manual.
2578
2579 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2580 for on-line manual.
2581
2582 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2583 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2584 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2585 for on-line manual.
2586
2587 * fortran-xtra.texi (Fortran, Fortran Autofill)
2588 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2589 for on-line manual.
2590
2591 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2592 Conditional xref's for on-line manual.
2593
2594 * emerge-xtra.texi (Emerge, Overview of Emerge)
2595 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2596 manual.
2597
2598 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2599 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2600 (EMACSSOURCES): Use EMACS_XTRA.
2601 (../info/emacs-xtra): Remove.
2602 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2603
2604 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2605 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2606 (EMACSSOURCES): Use EMACS_XTRA.
2607 ($(infodir)/emacs-xtra): Remove.
2608 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2609
2610 * trouble.texi (Quitting):
2611 * text.texi (Text):
2612 * programs.texi (Program Modes):
2613 * msdog.texi (Microsoft Windows):
2614 * frames.texi (Frames):
2615 * files.texi (Backup, Version Control, VC Concepts)
2616 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2617 (Registering, VC Status, VC Undo, Multi-User Branching)
2618 (Comparing Files):
2619 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2620 (Displaying the Diary, Special Diary Entries, Importing Diary):
2621 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2622 conditional xref's, depending on @iftex/@ifnottex.
2623
2624 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2625 "MS-DOS". @include msdog-xtra.texi.
2626
2627 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2628 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2629
2630 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2631 for vc-xtra.texi subsections.
2632 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2633 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2634
2635 * sending.texi (Sending Mail): A @node line without explicit Prev,
2636 Next, and Up links.
2637
2638 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2639 Next, and Up links.
2640
2641 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2642 and its sections. @include picture-xtra.texi.
2643
2644 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2645 "Emerge".
2646 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2647
2648 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2649 exact duplicate of its name-sake in calendar.texi.
2650
2651 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2652 "Advanced Calendar/Diary Usage".
2653 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2654
2655 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2656 dired-xtra.texi.
2657 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2658
2659 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2660 (Files) [ifnottex]: Add menu entry for Autorevert.
2661
2662 * emacs-xtra.texi (Introduction): Reword to make consistent with
2663 printed version only.
2664 <Top level>: Remove the body of all chapters and move them to the
2665 new *-xtra.texi files. Use @raisesections and @lowersections to
2666 convert sections to chapters etc.
2667
2668 * msdog-xtra.texi:
2669 * fortran-xtra.texi:
2670 * vc-xtra.texi:
2671 * vc1-xtra.texi:
2672 * vc2-xtra.texi:
2673 * emerge-xtra.texi:
2674 * cal-xtra.texi:
2675 * dired-xtra.texi:
2676 * arevert-xtra.texi: New files, with text from respective chapters
2677 of emacs-xtra.texi. Convert each @chapter into @section, @section
2678 into @subsection, etc.
2679
2680 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2681 updated.
2682
2683 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2684 Windows". All references updated.
2685
26862006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2687
2688 * macos.texi (Mac Input): Mention input from Character Palette.
2689 (Mac Font Specs): Fix typo.
2690
26912006-05-05 Richard Stallman <rms@gnu.org>
2692
2693 * files.texi (Diff Mode): Minor cleanup.
2694
26952006-05-05 Karl Berry <karl@gnu.org>
2696
8cf51b2c
GM
2697 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2698 errors from the current release of makeinfo (4.8).
2699 * help.texi (Library Keywords): Change widest word in multitable
2700 template from `emulations' to `convenience'. (Not sure if this is
2701 related to the font change.)
2702
27032006-05-05 Eli Zaretskii <eliz@gnu.org>
2704
2705 * files.texi (File Names): Add a footnote about limited support of
2706 ~USER on MS-Windows.
2707
2708 * cmdargs.texi (Initial Options): Add a footnote about limited
2709 support of ~USER on MS-Windows.
2710
27112006-05-03 Richard Stallman <rms@gnu.org>
2712
2713 * files.texi (Diff Mode): Node moved here.
2714 (Comparing Files): Delete what duplicates new node.
2715 (Files): Put Diff Mode in menu.
2716
2717 * misc.texi (Diff Mode): Moved to files.texi.
2718
2719 * emacs.texi (Top): Update menu for Diff Mode.
2720
2721 * trouble.texi (Emergency Escape): Simplify.
2722
2723 * emacs.texi (Top): Minor clarification.
2724
27252006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2726
2727 * commands.texi, entering.texi, screen.texi: Many simplifications.
2728
27292006-05-03 Richard Stallman <rms@gnu.org>
2730
2731 * commands.texi (Text Characters): Delete paragraph about unibyte
2732 non-ASCII printing chars.
2733
2734 * killing.texi (Killing): Say "graphical displays".
2735 * display.texi: Say "graphical displays".
2736
2737 * cmdargs.texi (Misc X): Say "graphical displays".
2738
27392006-05-01 Richard Stallman <rms@gnu.org>
2740
2741 * emacs.texi (Top): Add Diff Mode to menu.
2742
27432006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2744
2745 * misc.texi (Diff Mode): New node.
2746
27472006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2748
2749 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2750 (Mac Environment Variables): Shorten example line.
2751 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2752
27532006-05-01 Nick Roberts <nickrob@snap.net.nz>
2754
2755 * building.texi (GUD Customization): Describe cases %d and %c.
2756 Update description for %e.
2757
27582006-04-30 Glenn Morris <rgm@gnu.org>
2759
2760 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2761
27622006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 * custom.texi (Examining): Update C-h v output example.
2765
27662006-04-29 Kim F. Storm <storm@cua.dk>
2767
2768 * building.texi (Grep Searching): Add lgrep and rgrep.
2769
8cf51b2c
GM
27702006-04-23 Richard Stallman <rms@gnu.org>
2771
2772 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2773
2774 * xresmini.texi: New file.
2775
2776 * xresources.texi (Face Resources): Split table into font resources
2777 and the rest. Combine similar attributes for brevity.
2778
8cf51b2c
GM
27792006-04-21 Eli Zaretskii <eliz@gnu.org>
2780
2781 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2782 backslashes and case-insensitivity in file names (moved to the
2783 main manual).
2784 (MS-DOS Printing): Move most of the text to the main manual.
2785
2786 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2787 New nodes.
2788 (Windows Processes, Windows System Menu): Add index entries and
2789 fix wording.
2790
8cf51b2c
GM
27912006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2792
2793 * misc.texi (Shell Ring): Add notes on saved input when
2794 navigating off the end of the history list.
2795
27962006-04-18 Chong Yidong <cyd@mit.edu>
2797
2798 * misc.texi (Shell Options): Correct default value of
2799 comint-scroll-show-maximum-output.
2800
8cf51b2c
GM
28012006-04-18 Nick Roberts <nickrob@snap.net.nz>
2802
2803 * building.texi (Watch Expressions): Update.
2804
8cf51b2c
GM
28052006-04-12 Richard Stallman <rms@gnu.org>
2806
2807 * search.texi: Clean up previous change.
2808
28092006-04-12 Eli Zaretskii <eliz@gnu.org>
2810
2811 * search.texi (Regexp Backslash, Regexp Replace): Add index
2812 entries for ``back reference'' and mention the term itself in the
2813 text.
2814
28152006-04-11 Richard Stallman <rms@gnu.org>
2816
2817 * custom.texi (Safe File Variables):
2818 Document enable-local-variables = :safe.
2819
28202006-04-11 Karl Berry <karl@gnu.org>
2821
2822 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2823 (Remote Repositories, Version Backups, Local Version Control)
2824 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2825 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2826 (Renaming VC Work Files and Master Files)
2827 (Inserting Version Control Headers, Customizing VC, General Options)
2828 (Options for RCS and SCCS, Options specific for CVS): Move all
2829 these nodes to emacs-xtra.texi, for brevity.
2830 * cmdargs.texi, files.texi: Change cross-references.
2831
8cf51b2c
GM
28322006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2833
2834 * files.texi (Old Versions): Update description of vc-annotate's
2835 use of color to indicate date ranges.
2836
8cf51b2c
GM
28372006-04-09 Kevin Ryde <user42@zip.com.au>
2838
8cf51b2c
GM
2839 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2840 put info and printed manual names the right way around.
2841
28422006-04-09 Karl Berry <karl@gnu.org>
2843
2844 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2845 emacs-xtra.texi, leaving only MS Windows information.
2846 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2847 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2848 node names.
2849
2850 * emacs.texi: Move @summarycontents and @contents to the beginning
2851 of the file.
2852
8cf51b2c
GM
28532006-04-08 Kevin Ryde <user42@zip.com.au>
2854
2855 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2856
28572006-04-07 Richard Stallman <rms@gnu.org>
2858
2859 * programs.texi (Comments, Comment Commands, Options for Comments)
2860 (Multi-Line Comments): "Align", not "indent".
2861 (Basic Indent): C-j deletes trailing whitespace before the newline.
2862
28632006-04-06 Richard Stallman <rms@gnu.org>
2864
8cf51b2c
GM
2865 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2866
28672006-04-06 Eli Zaretskii <eliz@gnu.org>
2868
2869 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2870
8cf51b2c
GM
28712006-04-05 Richard Stallman <rms@gnu.org>
2872
2873 * emacs.texi (Top): Update subnode menu.
2874
2875 * trouble.texi (Unasked-for Search): Node deleted.
2876 (Lossage): Delete from menu.
2877
28782006-04-04 Richard Stallman <rms@gnu.org>
2879
2880 * trouble.texi: Various cleanups.
2881 (Checklist): Don't bother saying how to snail a bug report.
2882 (Emergency Escape): Much rewriting.
2883 (After a Crash): Rename the core dump immediately.
2884 (Total Frustration): Call it a psychotherapist.
2885 (Bug Criteria): Avoid "illegal instruction".
2886 (Sending Patches): We always put the contributor's name in.
2887
2888 * misc.texi (Thumbnails): Minor correction.
2889
8cf51b2c
GM
28902006-04-03 Richard Stallman <rms@gnu.org>
2891
2892 * misc.texi (Thumbnails): Minor cleanup.
2893
28942006-04-02 Karl Berry <karl@gnu.org>
2895
2896 * sending.texi (Mail Sending): pxref to Top needs five args.
2897
2898 * texinfo.tex: Update to current version (2006-03-21.13).
2899
8cf51b2c
GM
29002006-03-31 Richard Stallman <rms@gnu.org>
2901
2902 * emacs.texi (Top): Update subnode menu.
2903
2904 * help.texi (Help Mode): Cleanup.
2905
2906 * dired.texi: Many cleanups.
2907 (Dired Deletion): Describe dired-recursive-deletes.
2908 (Operating on Files): dired-create-directory moved.
2909 (Misc Dired Features): Move to here.
2910 (Tumme): Node moved to misc.texi.
2911
2912 * custom.texi: Many cleanups.
2913 (Minor Modes): Don't mention ISO Accents Mode.
2914 (Examining): Update C-h v output example.
2915 (Hooks): Add index and xref for add-hook.
2916 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2917 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2918
2919 * misc.texi: Many cleanups.
2920 (beginning): Add to summary of topics.
2921 (Shell): Put eshell xref at the end. Remove eshell from table.
2922 (Thumbnails): New node.
2923
8cf51b2c
GM
29242006-03-28 Eli Zaretskii <eliz@gnu.org>
2925
2926 * files.texi (File Name Cache): Make it clear that the cache is
2927 not persistent.
2928
8cf51b2c
GM
29292006-03-25 Karl Berry <karl@gnu.org>
2930
49823426
GM
2931 * emacs-xtra.texi, emacs.texi, gnu.texi:
2932 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2933 (2) do not indent copyright year list (or anything else).
2934
8cf51b2c
GM
29352006-03-21 Juanma Barranquero <lekktu@gmail.com>
2936
2937 * files.texi (VC Dired Mode): Remove misplaced brackets.
2938
29392006-03-21 Andre Spiegel <spiegel@gnu.org>
2940
2941 * files.texi: Various updates and clarifications in the VC chapter.
2942
29432006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2944
2945 * help.texi (Help Mode): Document "C-c C-c".
2946
8cf51b2c
GM
29472006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2948
2949 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2950 menu in the standalone Info reader.
2951
29522006-03-15 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2955 moved here from Emacs manual.
2956
2957 * programs.texi (Fortran): Section moved to emacs-xtra.
2958 (Program Modes): Xref to Fortran in emacs-xtra.
2959
2960 * maintaining.texi (Emerge): Move to emacs-xtra.
2961 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2962
2963 * picture.texi: File deleted.
2964 * Makefile.in:
2965 * makefile.w32-in: Remove picture.texi.
2966
2967 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2968 * abbrevs.texi (Abbrevs):
2969 * sending.texi (Sending Mail): Picture node removed.
2970
2971 * emacs.texi (Top): Update node listings.
2972
8cf51b2c
GM
29732006-03-12 Richard Stallman <rms@gnu.org>
2974
2975 * calendar.texi: Various cleanups.
2976
8cf51b2c
GM
29772006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2978
2979 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2980 syntax.
2981
8cf51b2c
GM
29822006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2983
2984 * search.texi (Regexps): More accurately describe which characters
2985 are special in which situations. Recommend _not_ to quote `]' or
2986 `-' when they are not special.
2987
8cf51b2c
GM
29882006-02-28 Andre Spiegel <spiegel@gnu.org>
2989
2990 * files.texi (Old Versions): Clarify operation of C-x v =.
2991
8cf51b2c
GM
29922006-02-21 Nick Roberts <nickrob@snap.net.nz>
2993
2994 * building.texi (Watch Expressions): Update and describe
2995 gdb-speedbar-auto-raise.
2996
29972006-02-19 Richard M. Stallman <rms@gnu.org>
2998
2999 * emacs.texi: Use @smallbook.
3000 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3001 Update subnode menu.
3002
3003 * building.texi (Lisp Interaction): Minor addition.
3004
30052006-02-18 Nick Roberts <nickrob@snap.net.nz>
3006
3007 * building.texi (Watch Expressions): Update and be more precise.
3008
c8763fb6 30092006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3010
3011 * maintaining.texi (Create Tags Table): Explain why the
3012 exception when etags writes to files under the /dev tree.
3013
30142006-02-14 Richard M. Stallman <rms@gnu.org>
3015
3016 * custom.texi (Safe File Variables): Lots of clarification.
3017 Renamed from Unsafe File Variables.
3018
30192006-02-14 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * custom.texi (Unsafe File Variables): File variable confirmation
3022 assumed denied in batch mode.
3023
30242006-02-14 Richard M. Stallman <rms@gnu.org>
3025
3026 * building.texi (GDB User Interface Layout): Don't say `inferior'
3027 for program being debugged.
3028
30292006-02-15 Nick Roberts <nickrob@snap.net.nz>
3030
3031 * building.texi (GDB Graphical Interface):
3032 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3033
30342006-02-13 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * custom.texi (Specifying File Variables, Unsafe File Variables):
3037 New nodes, split from File Variables. Document new file local
3038 variable behavior.
3039
30402006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3041
3042 * display.texi (Standard Faces):
8cf51b2c
GM
3043 * files.texi (Visiting):
3044 * frames.texi (Clipboard):
3045 * glossary.texi (Glossary) <Clipboard>:
3046 * xresources.texi (X Resources): Mention Mac OS port.
3047
8cf51b2c
GM
30482006-02-12 Richard M. Stallman <rms@gnu.org>
3049
3050 * building.texi (Building): Clarify topic in intro.
3051
3052 * maintaining.texi (Maintaining): Change title; clarify topic.
3053 Delete duplicate index entries.
3054
3055 * building.texi (Other GDB User Interface Buffers): Clarifications.
3056
3057 * text.texi (Cell Commands): Clarifications.
3058
3059 * programs.texi (Defuns): Delete duplicate explanation of
3060 left-margin paren convention.
3061 (Hungry Delete): Minor cleanup.
3062
30632006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3064
3065 * dired.texi (Tumme): More tumme documentation.
3066
30672006-02-11 Alan Mackenzie <acm@muc.de>
3068
3069 * programs.texi ("Hungry Delete"): Correct the appellation of the
3070 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3071
30722006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3073
3074 * dired.texi (Tumme): Fix small bug.
3075
30762006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3077
3078 * macos.texi (Mac International): Rename "fontset-mac" to
3079 "fontset-standard".
3080
8cf51b2c
GM
30812006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3082
3083 * dired.texi (Tumme): Basic documentation for Tumme added.
3084
8cf51b2c
GM
30852006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * mule.texi (International):
3088 * programs.texi (Basic Indent): Fix typos.
3089
8cf51b2c
GM
3090 * custom.texi (Minor Modes):
3091 * display.texi (Text Display):
3092 * commands.texi (Text Characters): Update xrefs.
3093
30942006-02-07 Richard M. Stallman <rms@gnu.org>
3095
3096 * emacs.texi (Top): Update subnode menu.
3097 Update info on old Emacs papers.
3098 (Intro): "Graphical display", not window system.
3099
3100 * xresources.texi (GTK styles): Minor clarifications.
3101
3102 * trouble.texi: "Graphical display", not window system.
3103 (Stuck Recursive): Minor clarification.
3104
3105 * text.texi: Minor clarifications.
3106 (Sentences): Explain why two-space convention is better.
3107 Explain sentence-end-without-period here.
3108 (Fill Commands): Not here.
3109 (Refill): Node moved down.
3110 (Filling): Update menu.
3111 (Table Creation, Cell Justification, Column Commands): Clarify.
3112
3113 * sending.texi: Minor clarifications.
3114
3115 * search.texi (Regexp Backslash): Clarification.
3116
3117 * rmail.texi: Minor cleanups.
3118 (Rmail): Delete digression about `rmail-mode'.
3119 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3120 (Rmail Files): Mention C-u M-x rmail.
3121 (Rmail Reply): Mention References.
3122 (Rmail Display): Mention rmail-nonignored-headers.
3123
3124 * programs.texi: Minor cleanups.
3125 (Comment Commands): Mention momentary Transient Mark mode.
3126 (Matching): Be more specific about customizing show-paren-mode.
3127 (Info Lookup): Don't list the modes that support C-h S.
3128 Just say what it does in an unsupported mode.
3129 (Man Page): Delete excessive info on customizing woman.
3130 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3131
3132 * abbrevs.texi: Minor clarifications.
3133 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3134 not "dynamic abbrevs" as if they were a kind of abbrev.
3135
3136 * picture.texi (Picture): Minor cleanup.
3137
3138 * mule.texi (Communication Coding): Say "other applications".
3139 (Fontsets): Not specific to X. Add xref to X Resources.
3140 (Unibyte Mode): Rename from Single-Byte Character Support.
3141 "Graphical display", not window system.
3142 (International): Update menu.
3143
3144 * maintaining.texi (Format of ChangeLog):
3145 New node, split out from ChangeLog.
3146 (ChangeLog): Clarifications in the remaining text.
3147 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3148 (Find Tag): Add @w.
3149 (Tags Search): Explain tag table order here. Simplify grep ref.
3150 (List Tags): tags-tag-face is a variable, not a face.
3151 (Emerge): Cleanups.
3152
3153 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3154 (Keyboard Macros): Avoid "the user".
3155
3156 * killing.texi: "Graphical display", not window system.
3157
3158 * help.texi (Help Echo): "Graphical display", not window system.
3159
3160 * glossary.texi: Say "you", not "the user". Say "graphical display".
3161
3162 * frames.texi: Minor cleanups. "Graphical display", not window system.
3163
3164 * files.texi (Visiting): Make drag-and-drop not X-specific.
3165
3166 * custom.texi: Minor cleanups. "Graphical display", not window system.
3167
3168 * cmdargs.texi: Minor cleanups.
3169
3170 * building.texi (Compilation): Move and split kill-compilation para.
3171 Add para about multiple compilers.
3172 (Compilation Mode): Commands also available in grep mode and others.
3173 Mention C-u C-x ` more tutorially. Clarify C-x `.
3174 (Compilation Shell): Clarify. Put Bash example first.
3175 (Grep Searching): Minor cleanups; add @w.
3176 (Debuggers): Minor cleanups.
3177 (Starting GUD): Make GDB xgraphical mode issue clearer.
3178 (Debugger Operation): Lots of clarifications including
3179 GDB tooltip side-effect issue.
3180 (Commands of GUD): Clarify.
3181 (GUD Customization): Add bashdb-mode-hook.
3182 (GDB Graphical Interface): Rewrite for clarity.
3183 (GDB User Interface Layout): Rewrite for clarity.
3184 (Stack Buffer, Watch Expressions): Likewise.
3185 (Other GDB User Interface Buffers): Cleanups.
3186 (Lisp Libraries, External Lisp): Cleanup.
3187
3188 * basic.texi (Position Info): "Graphical displays", rather than
3189 window systems.
3190
3191 * anti.texi: Minor cleanup.
3192
8cf51b2c
GM
31932006-02-03 Eli Zaretskii <eliz@gnu.org>
3194
3195 * custom.texi (Init File, Find Init): Add cross-references to
3196 where $HOME is described.
3197
31982006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3199
3200 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3201 is not inside the @table.
3202
3203 * emacs.texi (Top): Correct node name.
3204
3205 * files.texi (File Names): Fix @xref.
3206 (Reverting): Fix typo.
3207
3208 * mule.texi (International): Correct node name.
3209
3210 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3211
32122006-02-01 Richard M. Stallman <rms@gnu.org>
3213
3214 * emacs.texi (Top): Update subnode menu.
3215
3216 * mule.texi: Minor clarifications.
3217 Reduce the specific references to X Windows.
3218 Refer to "graphical" terminals, rather than window systems.
3219 (Text Coding): Rename from Specify Coding.
3220 (Communication Coding, File Name Coding, Terminal Coding):
3221 New nodes split out from Text Coding.
3222
3223 * kmacro.texi: Minor clarifications.
3224 (Keyboard Macro Ring): Comment out some excessive commands.
3225 (Basic Keyboard Macro): Split up the table, putting part in each node.
3226
3227 * major.texi: Minor clarifications.
3228
3229 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3230
3231 * windows.texi: Minor clarifications.
3232 (Change Window): Don't describe mode-line mouse cmds here.
3233 Add xref to Mode Line Mouse.
3234
3235 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3236
3237 * macos.texi (Mac International): Fix xref.
3238
3239 * indent.texi: Minor clarifications.
3240
3241 * frames.texi: Minor clarifications.
3242 Reduce the specific references to X Windows.
3243 Refer to "graphical" terminals, rather than window systems.
3244 (Frame Parameters): Don't mention commands like
3245 set-foreground-color. Just say to customize a face.
3246 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3247
3248 * files.texi: Minor clarifications.
3249 (Numbered Backups): New node, split out from Backup Names.
3250
3251 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3252
3253 * cmdargs.texi (General Variables): Fix xref.
3254
3255 * buffers.texi: Minor clarifications.
3256
8cf51b2c
GM
32572006-01-31 Richard M. Stallman <rms@gnu.org>
3258
3259 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3260 Nodes moved to top.
3261
3262 * display.texi: Minor clarifications.
3263 (Display): Rearrange menu.
3264 (Standard Faces): Mention query-replace face.
3265 (Faces): Simplify.
3266 (Font Lock): Simplify face customization info.
3267 (Highlight Changes): Node merged into Highlight Interactively.
3268 (Highlight Interactively): Much rewriting and cleanup.
3269 (Optional Mode Line): Narrowed line number not good for goto-line.
3270 Simplify face customization advice.
3271 (Text Display): Mention use of escape-glyph face.
3272 Move ctl-arrow and tab-width here.
3273 (Display Custom): Move no-redraw-on-reenter to end of node.
3274
3275 * search.texi: Minor clarifications.
3276 (Isearch Scroll): Simplify.
3277 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3278
3279 * regs.texi (Registers): Mention bookmarks here.
3280
3281 * mark.texi: Minor clarifications.
3282 (Selective Undo): Node deleted.
3283
3284 * m-x.texi: Minor clarifications.
3285
3286 * killing.texi: Minor clarifications.
3287 Refer to "graphical" terminals, rather than window systems.
3288
3289 * help.texi: Clarifications.
3290 (Help): Don't describe C-h F and C-h K here.
3291 (Key Help): Describe C-h K here.
3292 (Name Help): Mention Emacs Lisp Intro.
3293 Describe C-h F here.
3294 (Misc Help): Mention C-h F and C-h K only briefly.
3295
3296 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3297 Selective undo text merged in.
3298 (Spelling): Mention Aspell along with Ispell.
3299
3300 * emacs.texi (Top): Update subnode menus.
3301
3302 * basic.texi (Basic Undo): Rename from Undo. Most of text
3303 moved to new Undo node.
3304
8cf51b2c
GM
33052006-01-29 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * basic.texi (Continuation Lines, Inserting Text):
3308 Mention longlines mode.
3309
33102006-01-29 Richard M. Stallman <rms@gnu.org>
3311
10d1d0af 3312 * screen.texi: Minor cleanups.
8cf51b2c
GM
3313 (Screen): Clean up the intro paragraphs.
3314 (Mode Line): Lots of rewriting. Handle frame-name better.
3315 eol-mnemonic-... vars moved out.
3316
3317 * emacs.texi (Top): Change menu item for MS-DOS node.
3318 Update subnode menu.
3319
3320 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3321 chapter relates to Windows. Title changed.
3322
3323 * mini.texi: Minor cleanups.
3324
3325 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3326 (Mark): Put it in the menu.
3327
3328 * entering.texi: Minor cleanups.
3329
3330 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3331 (Intro): Refer to "graphical" terminals, rather than X.
3332
3333 * display.texi (Display Custom): Add xref to Variables.
3334 (Optional Mode Line): eol-mnemonic-... vars moved here.
3335
3336 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3337 rather than X.
3338
8cf51b2c
GM
3339 * basic.texi: Minor cleanups.
3340 (Undo): selective-undo moved.
3341
8cf51b2c
GM
33422006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3343
3344 * anti.texi (Antinews): Various corrections and additions.
3345
33462006-01-23 Juri Linkov <juri@jurta.org>
3347
3348 * custom.texi (Easy Customization, Customization Groups)
3349 (Browsing Custom): Mention links along with buttons.
3350
8cf51b2c
GM
33512006-01-21 Eli Zaretskii <eliz@gnu.org>
3352
8cf51b2c
GM
3353 * text.texi (TeX Print): Use @key for TAB.
3354
8cf51b2c
GM
3355 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3356
8cf51b2c
GM
33572006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3358
3359 * files.texi (File Aliases): Don't claim that usually separate
3360 buffers are created for two file names that name the same data.
3361 Mention additional situations where different names mean the same
3362 file on disk.
3363
33642006-01-19 Richard M. Stallman <rms@gnu.org>
3365
3366 * killing.texi (Deletion): Upcase @key argument.
3367
3368 * custom.texi (Custom Themes): Minor cleanup.
3369
3370 * programs.texi (Hungry Delete): Upcase @key argument.
3371
8cf51b2c
GM
33722006-01-16 Juri Linkov <juri@jurta.org>
3373
3374 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3375 Move `mode-line-highlight' before `mode-line-buffer-id'.
3376
8cf51b2c
GM
33772006-01-14 Richard M. Stallman <rms@gnu.org>
3378
3379 * basic.texi (Inserting Text): Minor cleanup.
3380
8cf51b2c
GM
33812006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3382
3383 * custom.texi (Changing a Variable, Face Customization):
3384 Update for changes in Custom menus.
3385
8cf51b2c
GM
33862006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3387
3388 * macos.texi (Mac International): Undo last change.
3389
8cf51b2c
GM
33902006-01-02 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * custom.texi (Custom Themes): Describe the new
3393 customize-create-theme interface.
3394
33952005-12-30 Juri Linkov <juri@jurta.org>
3396
3397 * basic.texi (Position Info): Update example.
3398
c8763fb6 33992005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3400
3401 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3402
34032005-12-24 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * custom.texi (Custom Themes): `load-theme' always loads.
3406
34072005-12-23 Juri Linkov <juri@jurta.org>
3408
3409 * display.texi (Highlight Interactively): Use double space to
3410 separate sentences. Replace C-p with M-p, and C-n with M-n.
3411
34122005-12-22 Richard M. Stallman <rms@gnu.org>
3413
3414 * custom.texi (Easy Customization and subnodes):
3415 Replace "active field" with "button".
3416 Use "user option" only for variables.
3417 Use "setting" for variable-or-face.
3418
34192005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3420
3421 * buffers.texi (Select Buffer): Change order in table to make
3422 "Similar" refer to the correct item.
3423 (Indirect Buffers): Minor rewording.
3424
8cf51b2c
GM
34252005-12-20 Juri Linkov <juri@jurta.org>
3426
3427 * files.texi (VC Status): Put P and N near p and n.
3428
8cf51b2c
GM
34292005-12-19 Richard M. Stallman <rms@gnu.org>
3430
3431 * programs.texi (Electric C): Delete the info about newline control.
3432 (Other C Commands): Minor cleanup.
3433 (Left Margin Paren): Minor cleanup.
3434
34352005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3436
3437 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3438 (Customization Groups): Delete text moved to "Browsing Custom".
3439 (Browsing Custom): New node.
3440 (Specific Customization): Clarify which commands only work for
3441 loaded options.
3442
34432005-12-18 Bill Wohler <wohler@newt.com>
3444
3445 * frames.texi (Tool Bars): Shorten text of previous change.
3446
34472005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3448
3449 * files.texi (VC Status): Document log-view mode.
3450
34512005-12-18 Bill Wohler <wohler@newt.com>
3452
3453 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3454 permanently via the customize interface.
3455
8cf51b2c
GM
34562005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3457
3458 * killing.texi (Killing by Lines): Document `kill-whole-line'
3459 function.
3460
c8763fb6 34612005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3462
3463 * buffers.texi (Select Buffer): Change `prev-buffer' to
3464 `previous-buffer'. Indicate that these functions use a frame
3465 local buffer list.
3466
8cf51b2c
GM
34672005-12-12 Richard M. Stallman <rms@gnu.org>
3468
3469 * custom.texi (Easy Customization): Change menu comment.
3470 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3471
3472 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3473 (Help): Among the Apropos commands, describe only C-h a here.
3474
34752005-12-11 Richard M. Stallman <rms@gnu.org>
3476
3477 * programs.texi (Options for Comments): Comment-end starts with space.
3478
3479 * glossary.texi (Glossary): Minor cleanup.
3480
3481 * files.texi (Old Versions): Use @table.
3482
8cf51b2c
GM
34832005-12-10 David Koppelman <koppel@ece.lsu.edu>
3484
3485 * display.texi (Highlight Interactively): Include
3486 global-hi-lock-mode. Add miscellaneous details and elaborations.
3487
34882005-12-09 Richard M. Stallman <rms@gnu.org>
3489
3490 * display.texi (Font Lock): Delete the Global FL menu item.
3491
34922005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3493
3494 * custom.texi (Minibuffer Maps): Mention the maps for file name
3495 completion.
3496
34972005-12-09 Kim F. Storm <storm@cua.dk>
3498
3499 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3500 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3501 cursor to next corner in rectangle; clarify insert around rectangle.
3502
8cf51b2c
GM
35032005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3504
3505 * custom.texi (Customization): Use xref to elisp manual for
3506 non-TeX output.
3507 (Minor Modes): Update.
3508 (Customization Groups, Changing a Variable, Face Customization):
3509 Update for new appearance of Custom buffers.
3510 (Changing a Variable): `custom-buffer-done-function' has been
3511 replaced by `custom-buffer-done-kill'.
3512 (Specific Customization): In the `customize-group' buffer, a
3513 subgroup's contents are not "hidden". They are not included at
3514 all. They have no [Show] button.
3515 (Mouse Buttons): Add pxref to description of mouse event lists in
3516 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3517 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3518 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3519
35202005-12-08 Richard M. Stallman <rms@gnu.org>
3521
3522 * mini.texi (Completion Commands, Completion):
3523 In file name input, SPC does not do completion.
3524
8cf51b2c
GM
35252005-12-08 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * building.texi (GDB Graphical Interface): Explain screen size
3528 setting.
3529 (Other GDB User Interface Buffers): Describe features specific to
3530 GDB 6.4.
3531
8cf51b2c
GM
35322005-12-01 Nick Roberts <nickrob@snap.net.nz>
3533
3534 * building.texi (GDB User Interface Layout): Describe how to
3535 kill associated buffers.
3536 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3537 (Watch Expressions): Be more precise.
3538 (Other GDB User Interface Buffers): Describe how to change a
3539 register value.
3540
8cf51b2c
GM
35412005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3542
3543 * macos.texi (Mac Input): Remove description of
3544 mac-command-key-is-meta. Add descriptions of
3545 mac-control-modifier, mac-command-modifier, and
3546 mac-option-modifier.
3547 (Mac International): Fix description of conversion of clipboard data.
3548 (Mac Font Specs): Add example of font customization by face attributes.
3549
35502005-11-22 Nick Roberts <nickrob@snap.net.nz>
3551
3552 * building.texi (Watch Expressions): Expand description.
3553 (Other GDB User Interface Buffers): Describe local map for
3554 gud-watch.
3555
35562005-11-21 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * display.texi (Font Lock): Font lock is enabled by default now.
3559
35602005-11-20 Juri Linkov <juri@jurta.org>
3561
3562 * basic.texi (Position Info): Update examples of the output.
3563 Remove the fact that examples are produced in the TeXinfo buffer,
3564 because in the Info reader users will get a different output from
3565 `C-x ='.
3566
3567 * building.texi (Compilation Mode): Remove paragraph duplicated
3568 from the node `Compilation'. Add `compilation-skip-threshold'.
3569
3570 * display.texi (Font Lock): Suggest more user-friendly method of
3571 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3572
35732005-11-18 Richard M. Stallman <rms@gnu.org>
3574
3575 * files.texi (Registering): Mention @@ in mode line.
3576
3577 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3578
35792005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3580
3581 * files.texi (Renaming and VC): Some back-ends don't
3582 handle renaming.
3583
8cf51b2c
GM
35842005-11-17 Juri Linkov <juri@jurta.org>
3585
3586 * emacs.texi (Top):
3587 * display.texi (Highlight Interactively): Put this font-lock based
3588 mode near Font Lock node.
3589
35902005-11-16 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3593 icons.
3594
35952005-11-12 Kim F. Storm <storm@cua.dk>
3596
3597 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3598 (Help Summary): Add C-h d and C-h e.
3599 (Apropos): Clarify that all apropos commands may search for either
3600 list of words or a regexp. Add C-h d for apropos-documentation.
3601 Describe apropos-documentation-sort-by-scores user option.
3602
8cf51b2c
GM
36032005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3604
3605 * killing.texi (CUA Bindings): Add @section.
3606
36072005-11-10 Kim F. Storm <storm@cua.dk>
3608
3609 * emacs.texi (Top): Add CUA Bindings entry to menu.
3610
3611 * killing.texi (CUA Bindings): New node. Moved here from
3612 misc.texi and extended with info on rectangle commands and
3613 rectangle highlighting, interface to registers, and the global
3614 mark feature.
3615
3616 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3617
3618 * regs.texi: Prev link points to CUA Bindings node.
3619
36202005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3621
3622 * help.texi (Help Echo): By default, help echos are only shown on
3623 mouse-over, not on point-over.
3624
c8763fb6 36252005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3626
3627 * misc.texi (Shell Mode): Describe how to activate password echoing.
3628
8cf51b2c
GM
36292005-11-04 Romain Francoise <romain@orebokech.com>
3630
3631 * mark.texi (Mark Ring): Fix typo.
3632
36332005-11-03 Richard M. Stallman <rms@gnu.org>
3634
3635 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3636
36372005-11-01 Bill Wohler <wohler@newt.com>
3638
3639 * help.texi (Help Mode): Fix typo.
3640
36412005-11-01 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * building.texi (Other GDB User Interface Buffers): Describe
3644 the command gdb-use-inferior-io-buffer.
3645
36462005-10-31 Romain Francoise <romain@orebokech.com>
3647
3648 * files.texi (Compressed Files): Fix typo.
3649
3650 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3651
3652 * windows.texi (Force Same Window): Likewise.
3653
36542005-10-30 Bill Wohler <wohler@newt.com>
3655
3656 * help.texi (Help Mode): URLs viewed with browse-url.
3657
36582005-10-31 Nick Roberts <nickrob@snap.net.nz>
3659
3660 * building.texi (GDB Graphical Interface): Don't reference
3661 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3662 must stay in same frame.
3663
36642005-10-29 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3667
3668 * anti.texi (Antinews): Likewise.
3669
8cf51b2c
GM
36702005-10-28 Bill Wohler <wohler@newt.com>
3671
3672 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3673
36742005-10-28 Richard M. Stallman <rms@gnu.org>
3675
3676 * files.texi (Visiting): Explain how to enter ? in a file name.
3677
3678 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3679
8cf51b2c
GM
36802005-10-25 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * building.texi (GDB Graphical Interface): Describe
3683 gdb-mouse-until.
3684
36852005-10-23 Richard M. Stallman <rms@gnu.org>
3686
3687 * custom.texi (Init File): Recommend when to use site-start.el.
3688
8cf51b2c
GM
36892005-10-21 Juri Linkov <juri@jurta.org>
3690
3691 * custom.texi (Examining): Mention accessing the old variable
3692 value via M-n in set-variable.
3693
8cf51b2c
GM
36942005-10-18 Romain Francoise <romain@orebokech.com>
3695
3696 * files.texi (Version Systems): Capitalize GNU.
3697
8cf51b2c
GM
36982005-10-18 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * building.texi (Compilation Mode): Remove redundant paragraph.
3701 (Watch Expressions): Remove paragraph to reflect code change.
3702
8cf51b2c
GM
37032005-10-16 Richard M. Stallman <rms@gnu.org>
3704
3705 * building.texi (Compilation Mode, Compilation): Clarified.
3706
37072005-10-15 Richard M. Stallman <rms@gnu.org>
3708
3709 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3710
8cf51b2c
GM
37112005-10-13 Kenichi Handa <handa@m17n.org>
3712
3713 * basic.texi (Position Info): Fix previous change.
3714
c8763fb6 37152005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3716
3717 * cmdargs.texi (Icons X): Fix typo.
3718
37192005-10-12 Kenichi Handa <handa@m17n.org>
3720
3721 * basic.texi (Position Info): Describe the case that Emacs shows
3722 "part of display ...".
3723
c8763fb6 37242005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3725
3726 * cmdargs.texi (Icons X): -nb => -nbi.
3727
37282005-10-10 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * frames.texi (Speedbar): A couple more clarifications.
3731
37322005-10-11 Nick Roberts <nickrob@snap.net.nz>
3733
3734 * building.texi (GDB User Interface Layout): Improve diagram.
3735 (Watch Expressions): Explain how to make speedbar global.
3736 (Other GDB User Interface Buffers): Make references more precise.
3737
8cf51b2c
GM
37382005-10-09 Richard M. Stallman <rms@gnu.org>
3739
3740 * frames.texi (Speedbar): Clarify the text.
3741
37422005-10-09 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * frames.texi (Speedbar): Add information on keybindings,
3745 dismissing the speedbar, and buffer display mode. Link to
3746 speedbar manual.
3747
c8763fb6 37482005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3749
3750 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3751 added -nb, --no-bitmap-icon.
3752
8cf51b2c
GM
37532005-10-07 Nick Roberts <nickrob@snap.net.nz>
3754
3755 * building.texi (GDB Graphical Interface): Add variables and
3756 functions to indices. Be more precise.
3757
c8763fb6 37582005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3759
3760 * frames.texi (Drag and Drop): Remove the x- from
3761 x-dnd-open-file-other-window and xdnd-protocol-alist.
3762
37632005-09-30 Romain Francoise <romain@orebokech.com>
3764
3765 * mini.texi (Minibuffer): The default value now appears before the
3766 colon in minibuffer prompts.
3767
8cf51b2c
GM
37682005-09-25 Richard M. Stallman <rms@gnu.org>
3769
3770 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3771
8cf51b2c
GM
37722005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3773
3774 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3775
8cf51b2c
GM
37762005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3777
3778 * emacs.texi (Top): Update submenus from macos.texi.
3779
3780 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3781 (Mac OS): Update feature support status.
3782 (Mac Input): List supported input scripts. Remove description
3783 about `mac-keyboard-text-encoding'. Mention mouse button
3784 emulation and related variables.
3785 (Mac International): Mention Central European and Cyrillic
3786 support. Now `keyboard-coding-system' is dynamically changed.
3787 Add description about coding system for selection. Add
3788 description about language environment.
3789 (Mac Environment Variables): Mention
3790 `~/.MacOSX/environment.plist'. Give example of command line
3791 arguments. Add Preferences support.
3792 (Mac Directories): Explicitly state that this node is for Mac OS
3793 Classic only.
3794 (Mac Font Specs): Mention specification for scalable fonts. List
3795 supported charsets. Add preferred way of creating fontsets. Add
3796 description about `mac-allow-anti-aliasing'.
3797 (Mac Functions): Add descriptions about `mac-set-file-creator',
3798 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3799 and `mac-get-preference'.
3800
8cf51b2c
GM
38012005-09-16 Romain Francoise <romain@orebokech.com>
3802
3803 Update all files to specify GFDL version 1.2.
3804
3805 * doclicense.texi (GNU Free Documentation License): Update to
3806 version 1.2.
3807
38082005-09-15 Richard M. Stallman <rms@gnu.org>
3809
3810 * buffers.texi (List Buffers): Fix xref.
3811
3812 * rmail.texi (Rmail Basics): Fix xref.
3813
3814 * emacs.texi (Top): Update subnode menus.
3815
3816 * files.texi (Saving Commands): New node, broken out of Saving.
3817 (Customize Save): New node, broken out of Saving.
3818 Clarify effect of write-region-inhibit-fsync.
3819 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3820
8cf51b2c
GM
38212005-09-14 Romain Francoise <romain@orebokech.com>
3822
3823 * files.texi (Saving): Mention write-region-inhibit-fsync.
3824
38252005-09-05 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * custom.texi (Custom Themes): New node.
3828
38292005-09-03 Richard M. Stallman <rms@gnu.org>
3830
49823426
GM
3831 * search.texi (Search Case): Mention vars that control
3832 case-fold-search for various operations.
8cf51b2c
GM
3833
38342005-08-22 Juri Linkov <juri@jurta.org>
3835
3836 * display.texi (Standard Faces): Merge the text from
3837 `(elisp)Standard Faces' into this node.
3838
38392005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3840
3841 * emacs.texi (Top): Delete menu item for deleted node
3842 Keyboard Translations.
3843
38442005-08-18 Richard M. Stallman <rms@gnu.org>
3845
8cf51b2c
GM
3846 * trouble.texi (Unasked-for Search):
3847 Delete xref to Keyboard Translations.
3848
3849 * glossary.texi (Glossary): Delete xref.
3850
8cf51b2c
GM
3851 * custom.texi (Minor Modes): Say that the list here is not complete.
3852 (Keyboard Translations): Node deleted.
3853 (Disabling): Delete xref to it.
3854 (Customization Groups): Fix Custom buffer example.
3855 (Hooks): Mention remove-hooks.
3856
38572005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3858
3859 * building.texi (GDB Graphical Interface): Improve filling of menu
3860 item.
3861
38622005-08-18 Nick Roberts <nickrob@snap.net.nz>
3863
3864 * building.texi (GDB Graphical Interface): Use better node names.
3865
38662005-08-14 Richard M. Stallman <rms@gnu.org>
3867
3868 * text.texi (Sentences): Fix xref.
3869
38702005-08-14 Juri Linkov <juri@jurta.org>
3871
3872 * building.texi (Compilation, Grep Searching): Move grep command
3873 headings from `Compilation' to `Grep Searching'.
3874
3875 * dired.texi (Dired and Find):
3876 * maintaining.texi (Tags Search): Replace grep xref to
3877 `Compilation' node with `Grep Searching'.
3878
3879 * files.texi (Comparing Files): Replace xref to `Compilation' with
3880 `Compilation Mode'.
3881
38822005-08-13 Alan Mackenzie <acm@muc.de>
3883
3884 * search.texi (Non-ASCII Isearch): Correct a typo.
3885 (Replacement Commands): Mention query-replace key binding.
3886
38872005-08-11 Richard M. Stallman <rms@gnu.org>
3888
3889 * programs.texi (Options for Comments): Fix xref.
3890
3891 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3892 out of Regexps.
3893
8cf51b2c
GM
38942005-08-09 Juri Linkov <juri@jurta.org>
3895
3896 * building.texi (Compilation): Use `itemx' instead of `item'.
3897 (Grep Searching): Simplify phrase.
3898
3899 * display.texi (Standard Faces): Describe vertical-border on
3900 window systems.
3901
3902 * windows.texi (Split Window): Simplify phrase and mention
3903 vertical-border face.
3904
39052005-08-09 Richard M. Stallman <rms@gnu.org>
3906
3907 * files.texi (Comparing Files): Clarify compare-windows.
3908
3909 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3910
8cf51b2c
GM
39112005-08-06 Eli Zaretskii <eliz@gnu.org>
3912
3913 * mule.texi (Coding Systems): Rephrase the paragraph about
3914 codepages: no need for "M-x codepage-setup" anymore, except on
3915 MS-DOS.
3916
3917 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3918 the MS-DOS port only.
3919
39202005-07-30 Eli Zaretskii <eliz@gnu.org>
3921
3922 * makefile.w32-in (info): Don't run multi-install-info.bat.
3923 ($(infodir)/dir): New target, produced by running
3924 multi-install-info.bat.
3925
8cf51b2c
GM
39262005-07-22 Eli Zaretskii <eliz@gnu.org>
3927
3928 * files.texi (Quoted File Names): Add index entry.
3929
8cf51b2c
GM
39302005-07-19 Juri Linkov <juri@jurta.org>
3931
3932 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3933
39342005-07-18 Juri Linkov <juri@jurta.org>
3935
8cf51b2c
GM
3936 * custom.texi (Easy Customization):
3937 * files.texi (Old Versions):
3938 * frames.texi (Wheeled Mice):
3939 * mule.texi (Specify Coding):
8cf51b2c
GM
3940 * text.texi (Cell Justification):
3941 * trouble.texi (After a Crash):
8cf51b2c
GM
3942 * xresources.texi (GTK styles):
3943 Delete duplicate duplicate words.
3944
39452005-07-17 Richard M. Stallman <rms@gnu.org>
3946
3947 * frames.texi (Creating Frames): Fix foreground color example.
3948
3949 * custom.texi (Init Examples): Clean up text about conditionals.
3950
39512005-07-16 Richard M. Stallman <rms@gnu.org>
3952
3953 * mini.texi (Completion Commands): Fix command name for ?.
3954
8cf51b2c
GM
39552005-07-16 Eli Zaretskii <eliz@gnu.org>
3956
3957 * display.texi (Standard Faces): Explain that customization of
3958 `menu' face has no effect on w32 and with GTK. Add
3959 cross-references.
3960
3961 * cmdargs.texi (General Variables): Clarify the default location
3962 of $HOME on w32 systems.
3963
39642005-07-15 Jason Rumney <jasonr@gnu.org>
3965
3966 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3967 changed.
3968
39692005-07-08 Kenichi Handa <handa@m17n.org>
3970
3971 * mule.texi (Recognize Coding): Recommend
3972 revert-buffer-with-coding-system instead of revert-buffer.
3973
39742005-07-07 Richard M. Stallman <rms@gnu.org>
3975
3976 * anti.texi (Antinews): Mention mode-line-inverse-video.
3977
3978 * files.texi (Saving): Minor correction about C-x C-w.
3979
3980 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3981
39822005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * search.texi (Isearch Scroll): Add example of using the
3985 `isearch-scroll' property.
3986 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3987 `Display Custom' node.
3988 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3989 and de-emphasize it.
3990 (Other Repeating Search): `occur' currently can not correctly
3991 handle multiline matches. Correct, clarify and update description
3992 of `flush-lines' and `keep-lines'.
3993
3994 * display.texi (Display Custom): Add anchor for `baud-rate'.
3995
39962005-07-07 Richard M. Stallman <rms@gnu.org>
3997
3998 * gnu.texi: Update where to get GNU status; add refs for how to help.
3999 Add footnotes 6 and 7.
4000
40012005-07-04 Lute Kamstra <lute@gnu.org>
4002
4003 Update FSF's address in GPL notices.
4004
8cf51b2c 4005 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4006 * trouble.texi (Checklist): Update FSF's address.
4007
8cf51b2c
GM
40082005-06-24 Richard M. Stallman <rms@gnu.org>
4009
4010 * display.texi (Text Display): Change index entries.
4011
40122005-06-24 Eli Zaretskii <eliz@gnu.org>
4013
4014 * makefile.w32-in (MAKEINFO): Use --force.
4015 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4016 Makefile.in.
8cf51b2c
GM
4017
40182005-06-23 Richard M. Stallman <rms@gnu.org>
4019
4020 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4021 nobreak-char-display.
4022
4023 * emacs.texi (Top): Update detailed node listing.
4024
4025 * display.texi (Text Display): Renamed show-nonbreak-escape
4026 to nobreak-char-display and no-break-space to nobreak-space.
4027 (Standard Faces): Split up the list of standard faces
4028 and put it in a separate node. Add nobreak-space and
4029 escape-glyph.
4030
8cf51b2c
GM
40312005-06-23 Lute Kamstra <lute@gnu.org>
4032
4033 * mule.texi (Select Input Method): Fix typo.
4034
40352005-06-23 Kenichi Handa <handa@m17n.org>
4036
4037 * mule.texi (International): List all supported scripts. Adjust
4038 text for that leim is now included in the normal Emacs
4039 distribution.
4040 (Language Environments): List all language environments.
4041 Intlfonts contains fonts for most supported scripts, not all..
4042 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4043 input a specific character.
8cf51b2c
GM
4044 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4045
40462005-06-23 Juanma Barranquero <lekktu@gmail.com>
4047
49823426 4048 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4049
40502005-06-22 Miles Bader <miles@gnu.org>
4051
4052 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4053
40542005-06-20 Miles Bader <miles@gnu.org>
4055
4056 * display.texi (Faces): Add `vertical-divider'.
4057
40582005-06-17 Richard M. Stallman <rms@gnu.org>
4059
4060 * text.texi (Adaptive Fill): Minor clarification.
4061
8cf51b2c
GM
40622005-06-10 Lute Kamstra <lute@gnu.org>
4063
4064 * emacs.texi (Top): Correct version number.
4065 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4066 refer to the current version of Emacs.
4067
40682005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4069
4070 * files.texi (Log Buffer): Document when there can be more than
4071 one file to be committed.
4072
40732005-06-08 Juri Linkov <juri@jurta.org>
4074
4075 * display.texi (Faces): Add `shadow' face.
4076
40772005-06-07 Masatake YAMATO <jet@gyve.org>
4078
4079 * display.texi (Faces): Write about mode-line-highlight.
4080
40812005-06-06 Richard M. Stallman <rms@gnu.org>
4082
4083 * misc.texi (Printing Package): Explain how to initialize
4084 printing package.
4085
4086 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4087
40882005-06-05 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * emacs.texi: Rename Hardcopy to Printing.
4091 Make PostScript and PostScript Variables subnodes of it.
4092
4093 * misc.texi (Printing): Rename node from Hardcopy.
4094 Mention menu bar options.
4095 Move PostScript and PostScript Variables to submenu.
4096 (Printing package): New node.
4097
4098 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4099
4100 * dired.texi (Operating on Files): Likewise.
4101
4102 * calendar.texi (Displaying the Diary): Likewise.
4103
4104 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4105
4106 * glossary.texi (Glossary): Likewise.
4107
4108 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4109 effect.
4110
41112005-06-04 Richard M. Stallman <rms@gnu.org>
4112
4113 * trouble.texi (After a Crash): Polish previous change.
4114
8cf51b2c
GM
41152005-05-30 Noah Friedman <friedman@splode.com>
4116
4117 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4118 recovery mechanism.
4119
8cf51b2c
GM
41202005-05-28 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * building.texi (Other Buffers): SPC toggles display of
4123 floating point registers.
4124
8cf51b2c
GM
41252005-05-27 Nick Roberts <nickrob@snap.net.nz>
4126
4127 * files.texi (Log Buffer): Merge in description of Log Edit
4128 mode from pcl-cvs.texi.
4129
41302005-05-26 Richard M. Stallman <rms@gnu.org>
4131
4132 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4133
8cf51b2c
GM
41342005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4137 not enabled by default.
4138 When not on a word, `ispell-word' by default checks the word
4139 before point.
4140
41412005-05-24 Nick Roberts <nickrob@snap.net.nz>
4142
4143 * building.texi (Debugger Operation): Simplify last sentence.
4144
41452005-05-23 Lute Kamstra <lute@gnu.org>
4146
4147 * emacs.texi: Update FSF's address throughout.
4148 (Preface): Use @cite.
4149 (Distrib): Add cross reference to the node "Copying". Mention the
4150 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4151 printed manuals.
4152 (Intro): Use @xref for the Emacs Lisp Intro.
4153
8cf51b2c
GM
41542005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4155
4156 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4157
4158 * basic.texi (Moving Point): Mention default for `goto-line'.
4159
4160 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4161 of a variable's docstring.
4162
41632005-05-18 Lute Kamstra <lute@gnu.org>
4164
4165 * maintaining.texi (Overview of Emerge): Add cross reference.
4166 Remove duplication.
4167
4168 * emacs.texi (Top): Update to the current structure of the manual.
4169 * misc.texi (Emacs Server): Add menu description.
4170 * files.texi (Saving): Fix menu.
4171 * custom.texi (Customization): Fix menu.
4172 * mule.texi (International): Fix menu.
4173 * kmacro.texi (Keyboard Macros): Fix menu.
4174
41752005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4176
4177 * display.texi: Various minor changes.
4178 (Faces): Delete text that is repeated in the next section.
4179
41802005-05-16 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * building.texi (Debugger Operation): Mention GUD tooltips are
4183 disabled with GDB in text command mode.
4184
8cf51b2c
GM
41852005-05-16 Nick Roberts <nickrob@snap.net.nz>
4186
4187 * building.texi: Replace toolbar with "tool bar" for consistency.
4188 (Compilation Mode): Describe compilation-context-lines
4189 and use of arrow in compilation buffer.
4190 (Debugger Operation): Replace help text with variable's value.
4191
4192 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4193 consistency.
4194
41952005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4196
4197 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4198 Add xref.
4199
8cf51b2c
GM
42002005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4201
4202 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4203 (Position Info): Delete discussion of `goto-line'. It is already
4204 described in `Moving point'.
4205
4206 * mini.texi (Completion Commands): Correct reference.
4207 (Completion Options): Fix typo.
4208
4209 * killing.texi (Deletion): Complete description of `C-x C-o'.
4210
8cf51b2c
GM
42112005-05-10 Richard M. Stallman <rms@gnu.org>
4212
4213 * building.texi (Compilation): Clarify recompile's directory choice.
4214
4215 * frames.texi (Tooltips): Cleanups.
4216
4217 * basic.texi (Arguments): Fix punctuation.
4218
42192005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4220
4221 * screen.texi (Menu Bar): The up and down (not left and right)
4222 arrow keys move through a keyboard menu.
4223
42242005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4225
4226 * basic.texi: Various typo and grammar fixes.
4227 (Moving Point): C-a now runs move-beginning-of-line.
4228
42292005-05-08 Nick Roberts <nickrob@snap.net.nz>
4230
4231 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4232
4233 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4234 as different animals.
4235
42362005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4239 Correct index entry.
4240
42412005-05-07 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * building.texi (Debugger Operation): Update to reflect changes
4244 in GUD tooltips.
4245
42462005-04-30 Richard M. Stallman <rms@gnu.org>
4247
4248 * files.texi (Compressed Files): Auto Compression normally enabled.
4249
4250 * building.texi (Debugger Operation): Clarify previous change.
4251
8cf51b2c
GM
42522005-04-28 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * building.texi (Debugger Operation): Add description for
4255 GUD tooltips when program is not running.
4256
42572005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4258
4259 * misc.texi (Shell): Add `Shell Prompts' to menu.
4260 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4261 description. Delete remarks moved to new node.
4262 (Shell Prompts): New node.
4263 (History References): Replace remarks moved to `Shell Prompts'
4264 with xref to that node.
4265 (Remote Host): Clarify how to specify the terminal type when
4266 logging in to a different machine.
4267
42682005-04-26 Richard M. Stallman <rms@gnu.org>
4269
4270 * emacs.texi (Top): Update submenus from files.texi.
4271
4272 * files.texi (Filesets): Clarify previous change.
4273
4274 * dired.texi (Misc Dired Features): Clarify previous change.
4275
42762005-04-25 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4279
4280 * dired.texi (Misc Dired Features): Document
4281 dired-compare-directories.
4282
4283 * files.texi (Filesets): New node.
4284 (File Conveniences): Document Image mode.
4285
4286 * text.texi (TeX Print): Document tex-compile.
4287
42882005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4289
4290 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4291 Delete redundant reference to tooltip Custom group. It is
4292 referred too again in the next paragraph.
4293
42942005-04-24 Richard M. Stallman <rms@gnu.org>
4295
4296 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4297
8cf51b2c
GM
42982005-04-19 Kim F. Storm <storm@cua.dk>
4299
4300 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4301
43022005-04-18 Lars Hansen <larsh@math.ku.dk>
4303
4304 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4305 turns off desktop-save-mode.
4306
43072005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4308
4309 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4310 by default in terminals compatible with xterm. Mention that
4311 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4312 node.
4313
8cf51b2c
GM
43142005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4315
4316 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4317
c8763fb6 43182005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4319
4320 * xresources.texi (Table of Resources): Add cursorBlink.
4321
43222005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4323
4324 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4325 `d', `C-d' and `u'.
4326
43272005-04-11 Richard M. Stallman <rms@gnu.org>
4328
4329 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4330 (Misc X): Add -D, --basic-display.
4331
4332 * maintaining.texi (Change Log): Correct the description of
4333 the example.
4334
4335 * major.texi (Choosing Modes): Document magic-mode-alist.
4336
8cf51b2c
GM
43372005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4338
4339 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4340 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4341 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4342 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4343 `w', respectively.
4344 (Rmail Labels): Mention `l'.
4345 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4346 (Rmail Summary Edit): Describe `j' and RET.
4347
c8763fb6 43482005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4349
4350 * xresources.texi (Lucid Resources): Add fontSet resource.
4351
8cf51b2c
GM
43522005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4353
4354 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4355 now called `indicate-empty-lines'.
4356
43572005-04-06 Kim F. Storm <storm@cua.dk>
4358
4359 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4360
43612005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4362
4363 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4364 deleted.
4365 (Marks vs Flags): Add some convenient key bindings.
4366 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4367 (Misc Dired Features): Correct and expand description of `w' command.
4368
4369 * frames.texi (XTerm Mouse): Delete apparently false info.
4370 The GNU/Linux console currently does not appear to support
4371 `xterm-mouse-mode'.
4372
8cf51b2c
GM
43732005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4374
4375 * calendar.texi (Diary): Mention shell utility `calendar'.
4376
43772005-04-01 Richard M. Stallman <rms@gnu.org>
4378
4379 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4380
8cf51b2c
GM
43812005-04-01 Lute Kamstra <lute@gnu.org>
4382
4383 * maintaining.texi (Change Log): add-change-log-entry uses
4384 add-log-mailing-address.
4385
43862005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4389 `VC Mode Line' and put in an xref to that node.
4390 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4391 its description.
4392
43932005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4394
4395 * calendar.texi (Calendar Systems): Say that the Persian calendar
4396 implemented here is the arithmetical one championed by Birashk.
4397
43982005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4399
4400 * programs.texi (Fortran Motion): Fix previous change.
4401
8cf51b2c
GM
44022005-03-29 Richard M. Stallman <rms@gnu.org>
4403
4404 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4405
44062005-03-29 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * text.texi (Refill): Refer to Long Lines Mode.
4409 (Longlines): New node.
4410 (Auto Fill): Don't index "word wrap" here.
4411 (Filling): Add Longlines to menu.
4412
44132005-03-29 Richard M. Stallman <rms@gnu.org>
4414
4415 * xresources.texi: Minor fixes.
4416
4417 * misc.texi (Emacs Server): Fix Texinfo usage.
4418
4419 * emacs.texi (Top): Don't use a real section heading for
4420 "Detailed Node Listing". Fake it instead.
4421
4422 * basic.texi (Position Info): Minor cleanup.
4423
4424 * mule.texi (Input Methods): Minor cleanup.
4425
44262005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4427
4428 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4429 constructs as well.
4430 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4431
44322005-03-29 Kenichi Handa <handa@m17n.org>
4433
4434 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4435
4436 * basic.texi (Position Info): Update the description about the
4437 command C-u C-x =.
4438
44392005-03-28 Richard M. Stallman <rms@gnu.org>
4440
4441 * emacs.texi (Top): Use @section for the detailed node listing.
4442
4443 * calendar.texi: Minor fixes to previous change.
4444
4445 * programs.texi (Fortran): Small fixes to previous changes.
4446
4447 * emacs.texi (Top): Update list of subnodes of Dired.
4448 Likewise for building.texi.
4449
4450 * files.texi (File Conveniences): Delete Auto Image File mode.
4451
44522005-03-28 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * building.texi (Flymake): New node.
4455
4456 * custom.texi (Function Keys): Document kp- event types and
4457 keypad-setup package.
4458
4459 * dired.texi (Wdired): New node.
4460
4461 * files.texi (File Conveniences): Reorder entries.
4462 Explain how to turn on Auto-image-file mode.
4463 Document Thumbs mode.
4464
4465 * mule.texi (Specify Coding): Document recode-region and
4466 recode-file-name.
4467
4468 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4469
44702005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4471
4472 * commands.texi (Keys): M-o is now a prefix key.
4473
44742005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4475
4476 * programs.texi: Reformat and update copyright years.
4477 (Fortran): Update section.
4478
44792005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4480
4481 * files.texi: Several small changes in addition to:
4482 (Visiting): Change xref for Dialog Boxes to ref.
4483 (Version Headers): Replace references to obsolete var
4484 `vc-header-alist' with `vc-BACKEND-header'.
4485 (Customizing VC): Update value of `vc-handled-backends'.
4486
44872005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4488
4489 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4490 move here from Emacs Lisp Reference Manual.
4491 * calendar.texi (Calendar/Diary, Diary Commands)
4492 (Special Diary Entries, Importing Diary): Change some xrefs to
4493 point to emacs-xtra rather than elisp.
4494
4495 * emacs-xtra.texi (Calendar Customizing):
4496 Move view-diary-entries-initially, view-calendar-holidays-initially,
4497 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4498 Emacs Manual.
4499 (Appt Customizing): Merge entire section into main Emacs Manual.
4500 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4501 mark-holidays-in-calendar here from emacs-xtra.
4502 (Displaying the Diary): Move view-diary-entries-initially,
4503 mark-diary-entries-in-calendar here from emacs-xtra.
4504 (Appointments): Move appt-display-mode-line,
4505 appt-display-duration, appt-disp-window-function,
4506 appt-delete-window-function here from emacs-xtra.
4507
4508 * calendar.texi: Update and reformat copyright.
4509 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4510 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4511 (Diary): Refer to `diary-file' rather than ~/diary.
4512 (Diary Commands): Rename node to "Displaying the Diary".
4513 * emacs.texi (Top): Rename "Diary Commands" section.
4514 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4515
45162005-03-26 Eli Zaretskii <eliz@gnu.org>
4517
4518 * misc.texi (Emacs Server): Fix the command for setting
4519 server-name. Add an xref to Invoking emacsclient.
4520
4521 * help.texi (Help Summary): Clarify when "C-h ." will do something
4522 nontrivial.
4523 (Apropos): Add cindex entry for apropos-sort-by-scores.
4524
4525 * display.texi (Text Display): Add index entries for how no-break
4526 characters are displayed.
4527
8cf51b2c
GM
45282005-03-26 Eli Zaretskii <eliz@gnu.org>
4529
4530 * files.texi (Visiting): Fix cross-references introduced with the
4531 last change.
4532
4533 * xresources.texi (GTK resources): Fix last change.
4534
8cf51b2c
GM
45352005-03-25 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * xresources.texi (X Resources): GTK options documented too.
4538 (Resources): Clarify meaning of program name.
4539 (Table of Resources): Add visualClass.
4540 (GTK resources): Rewrite.
4541 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4542
4543 * display.texi (Text Display): Mention non-breaking spaces.
4544
4545 * files.texi (Reverting): Document auto-revert-check-vc-info.
4546
4547 * frames.texi (Mouse Commands): Document
4548 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4549
4550 * help.texi (Help Summary): Add `C-h .'.
4551 (Apropos): Apropos accepts a list of search terms.
4552 Document apropos-sort-by-scores.
4553 (Help Echo): Document display-local-help.
4554
4555 * misc.texi (Emacs Server): Document server-name.
4556 (Invoking emacsclient): Document -s option for server names.
4557
4558 * text.texi (Outline Visibility): Introduce "current heading
4559 line" (commands can be called with point on a body line).
4560 Re-order table to follow the sequence of discussion.
4561 hide-body won't hide lines before first header line.
4562 (TeX Mode): Add DocTeX mode.
4563
8cf51b2c
GM
45642005-03-24 Richard M. Stallman <rms@gnu.org>
4565
4566 * mule.texi (Single-Byte Character Support): Delete mention
4567 of iso-acc.el and iso-transl.el.
4568
8cf51b2c
GM
45692005-03-23 Lute Kamstra <lute@gnu.org>
4570
4571 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4572
45732005-03-23 Richard M. Stallman <rms@gnu.org>
4574
8cf51b2c
GM
4575 * search.texi: Delete explicit node pointers.
4576 (Incremental Search): New menu.
4577 (Basic Isearch, Repeat Isearch, Error in Isearch)
4578 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4579 (Slow Isearch): New subnodes.
4580 (Configuring Scrolling): Node deleted.
4581 (Search Case): Doc default-case-fold-search.
4582 (Regexp Replace): Move replace-regexp doc here.
4583
4584 * rmail.texi (Movemail): Put commas inside closequotes.
4585
4586 * picture.texi (Insert in Picture): Document C-c arrow combos.
4587 (Basic Picture): Clarify erasure.
4588
4589 * display.texi (Font Lock): Put commas inside closequotes.
4590
4591 * cmdargs.texi (General Variables): Put commas inside closequotes.
4592
45932005-03-23 Nick Roberts <nickrob@snap.net.nz>
4594
4595 * building.texi (Stack Buffer): Mention reverse contrast for
4596 *selected* frame (might not be current frame).
4597
8cf51b2c
GM
45982005-03-21 Richard M. Stallman <rms@gnu.org>
4599
4600 * building.texi (Starting GUD): Add bashdb.
4601
46022005-03-20 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * basic.texi (Moving Point): Add M-g M-g binding.
4605 (Undo): Document undo-only.
4606 (Position Info): Document M-g M-g and C-u M-g M-g.
4607
4608 * building.texi (Building): Put Grep Searching after Compilation
4609 Shell.
4610 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4611 Document next-error-highlight.
4612 (Grep Searching): Document grep-highlight-matches.
4613 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4614
4615 * calendar.texi (Importing Diary): Rename node from iCalendar.
4616 Document diary-from-outlook.
4617
4618 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4619 Commands.
4620 Mention effect of X drag and drop on Dired buffers.
4621
4622 * files.texi (Visiting): Document large-file-warning-threshold.
4623 Move paragraph on file-selection dialog.
4624 Mention visiting files using X drag and drop.
4625 (Reverting): Mention using Auto-Revert mode to tail files.
4626 Document auto-revert-tail-mode.
4627 (Version Systems): Minor correction.
4628 (Comparing Files): Diff-mode is no longer based on Compilation
4629 mode.
4630 Document compare-ignore-whitespace.
4631 (Misc File Ops): Explain passing a directory to rename-file.
4632 Likewise for copy-file and make-symbolic-link.
4633
4634 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4635 Document mouse-wheel-progressive speed.
4636
4637 * help.texi (Misc Help): Document numeric argument for C-h i.
4638 Correctly explain the effect of just C-u as argument.
4639
4640 * killing.texi (Deletion): Document numeric argument for
4641 just-one-space.
4642
4643 * mini.texi (Completion): Completion acts on text before point.
4644
4645 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4646 (Emulation): CUA mode replaces pc-bindings-mode,
4647 pc-selection-mode, and s-region.
4648
4649 * mule.texi (Input Methods): Leim is now built-in.
4650 (Select Input Method): Document quail-show-key.
4651 (Specify Coding): Document revert-buffer-with-coding-system.
4652
4653 * programs.texi (Fortran Motion): Document f90-next-statement,
4654 f90-previous-statement, f90-next-block, f90-previous-block,
4655 f90-end-of-block, and f90-beginning-of-block.
4656
4657 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4658
4659 * emacs.texi (Acknowledgments): Updated.
4660
4661 * anti.texi: Total rewrite.
4662
8cf51b2c
GM
46632005-03-19 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * ack.texi (Acknowledgments): Update.
4666
46672005-03-19 Eli Zaretskii <eliz@gnu.org>
4668
4669 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4670 copyright years.
4671
46722005-03-14 Nick Roberts <nickrob@snap.net.nz>
4673
4674 * building.texi (Commands of GUD): Move paragraph on setting
4675 breakpoints with mouse to the GDB Graphical Interface node.
4676
46772005-03-07 Richard M. Stallman <rms@gnu.org>
4678
8cf51b2c
GM
4679 * misc.texi (Single Shell, Shell Options): Fix previous change.
4680
4681 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4682
46832005-03-06 Richard M. Stallman <rms@gnu.org>
4684
4685 * building.texi (Starting GUD): Don't explain text vs graphical
4686 GDB here. Just mention it and xref.
4687 Delete "just one debugger process".
4688 (Debugger Operation): Move GUD tooltip info here.
4689 (GUD Tooltips): Node deleted.
4690 (GDB Graphical Interface): Explain the two GDB modes here.
4691
8cf51b2c
GM
4692 * sending.texi (Sending Mail): Minor cleanup.
4693 (Mail Aliases): Explain quoting conventions.
4694 Update key rebinding example.
4695 (Header Editing): C-M-i is like M-TAB.
4696 (Mail Mode Misc): mail-attach-file does not do MIME.
4697
4698 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4699 that really belongs here.
4700 (Remote Mailboxes): Text moved to Rmail Inbox.
4701 (Rmail Display): Mention Mouse-1.
4702 (Movemail): Clarify two movemail versions.
4703 Clarify rmail-movemail-program.
4704
8cf51b2c
GM
4705 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4706 Document async shell commands.
4707 (Shell History): Clarify.
4708 (Shell Ring): Mention C-UP an C-DOWN.
4709 (Shell Options): Add comint-prompt-read-only.
4710 (Invoking emacsclient): Set EDITOR to run Emacs.
4711 (Sorting): No need to explain what region is.
4712 (Saving Emacs Sessions): Fix typo.
4713 (Recursive Edit): Fix punctuation.
4714 (Emulation): Don't mention "PC bindings" which are standard.
4715 (Hyperlinking): Explain Mouse-1 convention here.
4716 (Find Func): Node deleted.
4717
8cf51b2c
GM
4718 * help.texi (Name Help): Xref to Hyperlinking.
4719
4720 * glossary.texi (Glossary):
4721 Rename "Balance Parentheses" to "Balancing...".
4722 Add "Byte Compilation". Correct "Copyleft".
4723 New xref in "Customization".
4724 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4725 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4726 Rename "Registers" to "Register".
4727 Replace "Selecting" with "Selected Frame",
4728 "Selected Window", and "Selecting a Buffer".
4729
4730 * files.texi (Types of Log File): Explain how projects'
4731 methods can vary.
4732
8cf51b2c
GM
4733 * display.texi (Faces): Delete "Emacs 21".
4734
4735 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4736 * fixit.texi (Spelling): C-M-i like M-TAB.
4737 * mini.texi (Completion Options): C-M-i like M-TAB.
4738 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4739 * text.texi (Text Mode): C-M-i like M-TAB.
4740
4741 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4742
4743 * calendar.texi (Specified Dates): Mention `g w'.
4744 (Appointments): appt-activate toggles with no arg.
4745
8cf51b2c
GM
47462005-03-05 Juri Linkov <juri@jurta.org>
4747
4748 * cmdargs.texi (Emacs Invocation): Add cindex
4749 "invocation (command line arguments)"
4750 (Misc X): Add -nbc, --no-blinking-cursor.
4751
47522005-03-04 Ulf Jasper <ulf.jasper@web.de>
4753
4754 * calendar.texi (iCalendar): No need to require it now.
4755
8cf51b2c
GM
47562005-03-03 Nick Roberts <nickrob@snap.net.nz>
4757
4758 * trouble.texi (Contributing): Mention Savannah. Direct users to
4759 emacs-devel.
4760
47612005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4762
4763 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4764 window.
4765
8cf51b2c
GM
47662005-02-27 Richard M. Stallman <rms@gnu.org>
4767
4768 * building.texi (Compilation): Update mode line status info.
4769
47702005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4771
4772 * calendar.texi (General Calendar): Document binding of
4773 scroll-other-window-down.
4774 (Mayan Calendar): Fix earliest date.
4775 (Time Intervals): Document timeclock-change.
4776 Fix timeclock-ask-before-exiting documentation.
4777
47782005-02-26 Kim F. Storm <storm@cua.dk>
4779
4780 * frames.texi (Mouse References):
4781 Add mouse-1-click-in-non-selected-windows.
4782
47832005-02-25 Richard M. Stallman <rms@gnu.org>
4784
4785 * screen.texi (Screen): Explain better about cursors and mode lines;
4786 don't presuppose text terminals.
4787 (Point): Don't assume just one cursor.
4788 Clarify explanation of cursors.
4789 (Echo Area, Menu Bar): Cleanups.
4790
4791 * mini.texi (Minibuffer): Prompts are highlighted.
4792 (Minibuffer Edit): Newline = C-j only on text terminals.
4793 Clarify resize-mini-windows values.
4794 Mention M-PAGEUP and M-PAGEDOWN.
4795 (Completion Commands): Mouse-1 like Mouse-2.
4796 (Minibuffer History): Explain history commands better.
4797 (Repetition): Add xref to Incremental Search.
4798
4799 * mark.texi (Setting Mark): Clarify info about displaying mark.
4800 Clarify explanation of C-@ and C-SPC.
4801 (Transient Mark): Mention Delete Selection mode.
4802 (Marking Objects): Clean up text about extending the region.
4803
4804 * m-x.texi (M-x): One C-g doesn't always go to top level.
4805 No delay before suggest-key-bindings output.
4806
4807 * fixit.texi (Fixit): Mention C-/ for undo.
4808 (Spelling): Mention ESC TAB like M-TAB.
4809 Replacement words with r and R are rechecked.
4810 Say where C-g leaves point. Mention ? as input.
4811
48122005-02-23 Lute Kamstra <lute@gnu.org>
4813
4814 * cmdargs.texi (Initial Options): Add cross reference.
4815
8cf51b2c
GM
48162005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4817
4818 * emacs.texi (Top): Update menu for splitting of node in
4819 msdog.texi.
4820 * frames.texi (Frames): Update xref for splitting of node in
4821 msdog.texi.
4822 * trouble.texi (Quitting): Ditto.
4823
48242005-02-16 Richard M. Stallman <rms@gnu.org>
4825
4826 * windows.texi (Split Window): Simplify line truncation info
4827 and xref to Display Custom.
4828
4829 * trouble.texi (Quitting): Emergency escape only for text terminal.
4830 (Screen Garbled): C-l for ungarbling is only for text terminal.
4831
4832 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4833
4834 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4835
4836 * programs.texi (Program Modes): Mention Python mode.
4837 (Moving by Defuns): Repeating C-M-h extends region.
4838 (Basic Indent): Clarify.
4839 (Custom C Indent): Clarify.
4840 (Expressions): Repeating C-M-@ extends region.
4841 (Info Lookup): Clarify for C-h S.
4842 (Symbol Completion): ESC TAB alternative for M-TAB.
4843 (Electric C): Clarify.
4844
4845 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4846
4847 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4848 MS-DOS Input node.
4849 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4850 (MS-DOS and MULE): Clarify.
4851 (MS-DOS Processes, Windows Processes): Fix typos.
4852
4853 * major.texi (Choosing Modes): Clarify.
4854
4855 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4856 (Keyboard Macro Step-Edit): Clarify.
4857
4858 * indent.texi (Indentation): Clarifications.
4859
4860 * help.texi (Help): Correct error about C-h in query-replace.
4861 Clarify apropos vs C-h a. Fix how to search in FAQ.
4862 (Key Help): Describe C-h w here.
4863 (Name Help): Minor cleanup. C-h w moved to Key Help.
4864 Clarify the "object" joke.
4865 (Apropos): Clarify. Mouse-1 like Mouse-2.
4866 (Help Mode): Mouse-1 like Mouse-2.
4867
4868 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4869
4870 * display.texi (Display): Reorder menu.
4871 (Faces): Cleanup.
4872 (Font Lock): Cleanup. Mention Options menu.
4873 Delete obsolete text.
4874 (Scrolling): For C-l, don't presume text terminal.
4875 (Horizontal Scrolling): Simplify intro.
4876 (Follow Mode): Clarify.
4877 (Cursor Display): Moved before Display Custom.
4878 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4879 Doc default-tab-width. Doc line truncation more thoroughly.
4880
4881 * dired.texi (Dired Enter): C-x C-f can run Dired.
4882 (Dired Visiting): Comment out `a' command.
4883 Mouse-1 is like Mouse-2.
4884 (Shell Commands in Dired): ? can be used more than once.
4885
4886 * basic.texi (Continuation Lines): Simplify description of truncation,
4887 and refer to Display Custom for the rest of it.
4888
8cf51b2c
GM
48892005-02-06 Lute Kamstra <lute@gnu.org>
4890
4891 * basic.texi (Undo): Fix typo.
4892
4893 * cmdargs.texi (Emacs Invocation): Fix typo.
4894
4895 * custom.texi (Init Examples): Fix typo.
4896
4897 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4898
48992005-02-06 Richard M. Stallman <rms@gnu.org>
4900
4901 * regs.texi (Registers): Registers can hold numbers, too.
4902
4903 * killing.texi (Other Kill Commands): Cleanup.
4904 Delete redundant explanation of kill in read-only buffer.
4905 (Yanking): Mention term "copying".
4906 (Accumulating Text): Fix typo.
4907
4908 * entering.texi (Entering Emacs): Update rationale at start.
4909 (Exiting): Treat iconifying on a par with suspension.
4910
4911 * custom.texi (Minor Modes): Fix typo.
4912 (Easy Customization): Fix menu style.
4913 (Variables): Add xref.
4914 (Examining): Setting for future sessions works through .emacs.
4915 (Keymaps): "Text terminals", not "Many".
4916 (Init Rebinding): Explain \C-. Show example of \M-.
4917 Fix minor wording errors.
4918 (Function Keys): Explain vector syntax just once.
4919 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4920 (Init File): Mention .emacs.d directory.
4921 (Init Examples): Add xref.
4922 (Find Init): Mention .emacs.d directory.
4923
4924 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4925 (Action Arguments): Explain which kinds of -l args are found how.
4926 (Initial Options): --batch does not inhibit site-start.
4927 Add xrefs.
4928 (Command Example): Use --batch, not -batch.
4929
4930 * basic.texi (Inserting Text): Cleanup wording.
4931 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4932 C-n is not error at end of buffer.
4933 (Undo): Doc C-/ like C-_. Add xrefs.
4934 (Arguments): META key may be labeled ALT.
4935 Peculiar arg meanings are explained in doc strings.
4936
4937 * abbrevs.texi (Expanding Abbrevs): Clarify.
4938
49392005-02-05 Eli Zaretskii <eliz@gnu.org>
4940
4941 * frames.texi (Frame Parameters): Add an xref to the description
4942 of list-colors-display. Add a pointer to the X docs about colors.
4943
4944 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4945 Improve docs of list-colors-display.
8cf51b2c
GM
4946
49472005-02-03 Lute Kamstra <lute@gnu.org>
4948
4949 * frames.texi (Frames, Drag and Drop): Fix typos.
4950
49512005-02-03 Richard M. Stallman <rms@gnu.org>
4952
4953 * windows.texi (Basic Window): Mention color-change in mode line.
4954 (Change Window): Explain dragging vertical boundaries.
4955
4956 * text.texi (Sentences): Clarify.
4957 (Paragraphs): Explain M-a and blank lines.
4958 (Outline Mode): Clarify text and menu.
4959 (Hard and Soft Newlines): Mention use-hard-newlines.
4960
4961 * frames.texi (Frames): Delete unnecessary mention of Windows.
4962 (Mouse Commands): Likewise. Mention xterm mouse support.
4963 (Clipboard): Clarify.
4964 (Mouse References): Mention use of Mouse-1 for following links.
4965 (Menu Mouse Clicks): Clarify.
4966 (Mode Line Mouse): Clarify.
4967 (Drag and Drop): Rewrite.
4968
4969 * fixit.texi (Spelling): Fix typo.
4970
4971 * files.texi (File Names): Clarify.
4972 (Visiting): Update conditions for use of file dialog. Clarify.
4973 (Saving): Doc d as answer in save-some-buffers.
4974 (Remote Files): Clean up the text.
4975
4976 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4977
4978 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4979 (List Buffers): Clarify.
4980 (Several Buffers): Doc T command.
4981 (Buffer Convenience): Clarify menu.
4982
4983 * basic.texi (Undo): Clarify last change.
4984
49852005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4986
4987 * fixit.texi (Spelling): Fix typo.
4988
49892005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4990
4991 * basic.texi (Undo): Update description of `undo-outer-limit'.
4992
49932005-02-01 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * building.texi: Update documentation relating to GDB Graphical
4996 Interface.
4997
49982005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4999
5000 * custom.texi (Easy Customization): Adapt menu to node name change.
5001
50022005-01-30 Richard M. Stallman <rms@gnu.org>
5003
5004 * custom.texi (Easy Customization): Defn of "User Option" now
5005 includes faces. Don't say just "option" when talking about variables.
5006 Do say just "options" to mean "anything customizable".
5007 (Specific Customization): Describe `customize-variable',
5008 not `customize-option'.
5009
5010 * glossary.texi (Glossary) <Faces>: Add xref.
5011 <User Option>: Change definition--include faces. Change xref.
5012
5013 * picture.texi (Picture): Mention artist.el.
5014
5015 * sending.texi, screen.texi, programs.texi, misc.texi:
5016 * mini.texi, major.texi, maintaining.texi, macos.texi:
5017 * help.texi, frames.texi, files.texi:
5018 Don't say just "option" when talking about variables.
5019
5020 * display.texi, mule.texi: Don't say just "option" when talking
5021 about variables. Other minor cleanups.
5022
8cf51b2c
GM
50232005-01-26 Lute Kamstra <lute@gnu.org>
5024
5025 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5026 File'. Mention the `-Q' option at the `--no-site-file' option.
5027
8cf51b2c
GM
50282005-01-22 David Kastrup <dak@gnu.org>
5029
5030 * building.texi (Grep Searching): Mention alias `find-grep' for
5031 `grep-find'.
5032
50332005-01-20 Richard M. Stallman <rms@gnu.org>
5034
5035 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5036
8cf51b2c
GM
50372005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5038
5039 * rmail.texi (Movemail): Explain differences
5040 between standard and mailutils versions of movemail.
5041 Describe command line and configuration options introduced
5042 with the latter.
5043 Explain the notion of mailbox URL, provide examples and
5044 cross-references to mailutils documentation.
5045 Describe various methods of specifying mailbox names,
5046 user names and user passwords for rmail.
5047 (Remote Mailboxes): New section. Describe
5048 how movemail handles remote mailboxes. Describe configuration
5049 options used to control its behavior.
5050 (Other Mailbox Formats): Explain handling of various mailbox
5051 formats.
5052
50532005-01-13 Richard M. Stallman <rms@gnu.org>
5054
5055 * commands.texi (Commands): Clarification.
5056
50572005-01-11 Richard M. Stallman <rms@gnu.org>
5058
5059 * programs.texi (Multi-line Indent): Fix previous change.
5060 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5061
8cf51b2c
GM
50622005-01-08 Richard M. Stallman <rms@gnu.org>
5063
5064 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5065 lazy-highlight.
5066
5067 * search.texi (Query Replace): Mention faces query-replace
5068 and lazy-highlight.
5069 (Incremental Search): Update isearch highlighting info.
5070
8cf51b2c
GM
50712005-01-04 Richard M. Stallman <rms@gnu.org>
5072
5073 * custom.texi (Saving Customizations): Minor improvement.
5074
8cf51b2c
GM
50752005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5076
5077 * custom.texi (Saving Customizations): Emacs no longer loads
5078 `custom-file' after .emacs. No longer mention customizing through
5079 Custom.
5080
8cf51b2c
GM
50812005-01-01 Andreas Schwab <schwab@suse.de>
5082
5083 * killing.texi (Graphical Kill): Move up under node Killing,
5084 change @section to @subsection.
5085
50862005-01-01 Richard M. Stallman <rms@gnu.org>
5087
5088 * custom.texi (Face Customization): Mention hex color specs.
5089
5090 * emacs.texi (Top): Update Killing submenu.
5091
5092 * killing.texi (Killing): Reorganize section.
5093 No more TeX-only text; put the node command at start of chapter.
5094 But the first section heading is used only in TeX.
5095 Rewrite the text to read better in this mode.
5096 (Graphical Kill): New subnode gets some of the text that
5097 used to be in the first section.
5098
50992004-12-31 Richard M. Stallman <rms@gnu.org>
5100
5101 * dired.texi (Shell Commands in Dired): Delete the ? example.
5102
5103 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5104
5105 * files.texi (Saving): Describe new require-final-newline features
5106 and mode-require-final-newline.
5107
8cf51b2c
GM
51082004-12-29 Richard M. Stallman <rms@gnu.org>
5109
5110 * custom.texi (File Variables): Clarify previous change.
5111
c8763fb6 51122004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5113
5114 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5115 out now.
5116
51172004-12-27 Richard M. Stallman <rms@gnu.org>
5118
5119 * Makefile.in (MAKEINFO): Specify --force.
5120
5121 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5122 (Undo): Doc undo-outer-limit.
5123
8cf51b2c
GM
51242004-12-15 Juri Linkov <juri@jurta.org>
5125
5126 * mark.texi (Transient Mark, Mark Ring): M-< and other
5127 movement commands don't set mark in Transient Mark mode
5128 if mark is active.
5129
8cf51b2c
GM
51302004-12-12 Juri Linkov <juri@jurta.org>
5131
5132 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5133 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5134
5135 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5136 (Misc Dired Commands): Add @r{(Dired)} to w.
5137
51382004-12-12 Juri Linkov <juri@jurta.org>
5139
5140 * mark.texi (Marking Objects): Marking commands also extend the
5141 region when mark is active in Transient Mark mode.
5142
8cf51b2c
GM
51432004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * custom.texi (Saving Customizations): Emacs only loads the custom
5146 file automatically after the init file in version 22.1 or later.
5147 Adapt text and examples to this fact.
5148
8cf51b2c
GM
51492004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5150
5151 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5152 be set through Custom. Otherwise, it has no effect.
5153
8cf51b2c
GM
51542004-12-05 Richard M. Stallman <rms@gnu.org>
5155
5156 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5157 * entering.texi: Rename Command Line to Emacs Invocation.
5158
10d1d0af 5159 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5160
5161 * custom.texi (Easy Customization): Move up to section level,
5162 before Variables. Avoid using the term "variable"; say "option".
5163 New initial explanation.
5164 (Variables): In initial explanation, connect "variable" to the
5165 already-explained "user option".
5166
5167 * emacs.texi (Top): Fix ref to Command Line.
5168 Move reference to Easy Customization.
5169
5170 * xresources.texi (X Resources): Fix From link.
5171
5172 * doclicense.texi (GNU Free Documentation License): Fix To link.
5173
5174 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5175
5176 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5177
51782004-12-03 Richard M. Stallman <rms@gnu.org>
5179
5180 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5181
51822004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5183
5184 * kmacro.texi: Several small changes in addition to the following.
5185 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5186 defining a keyboard macro.
5187 Mention `kmacro-ring-max'.
5188 (Keyboard Macro Counter): Clarify description of
5189 `kmacro-insert-counter', `kmacro-set-counter',
5190 `kmacro-add-counter' and `kmacro-set-format'.
5191
51922004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5193
5194 * custom.texi (File Variables): Add `unibyte' and make it more
5195 clear that `unibyte' and `coding' are special. Suggested by Simon
5196 Krahnke <overlord@gmx.li>.
5197
5198 * mule.texi (Enabling Multibyte): Refer to File Variables.
5199 Suggested by Simon Krahnke <overlord@gmx.li>.
5200
c8763fb6 52012004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5202
5203 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5204 x-use-old-gtk-file-dialog.
5205
8cf51b2c
GM
52062004-11-20 Richard M. Stallman <rms@gnu.org>
5207
5208 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5209
52102004-11-09 Lars Brinkhoff <lars@nocrew.org>
5211
5212 * building.texi (Lisp Eval): Delete hyphen in section name.
5213
52142004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5215
5216 * files.texi (Old Versions):
5217 No longer document annotation as "CVS only".
5218
52192004-11-10 Andre Spiegel <spiegel@gnu.org>
5220
5221 * files.texi (Version Control): Rewrite the introduction about
5222 version systems, mentioning the new ones that we support. Thanks
5223 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5224 suggestions.
5225
c8763fb6 52262004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5227
49823426 5228 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5229
c8763fb6 52302004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5231
5232 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5233
52342004-10-23 Eli Zaretskii <eliz@gnu.org>
5235
5236 * text.texi (Text Based Tables, Table Definition)
5237 (Table Creation, Table Recognition, Cell Commands)
5238 (Cell Justification, Row Commands, Column Commands)
5239 (Fixed Width Mode, Table Conversion, Measuring Tables)
5240 (Table Misc): New nodes, documenting the Table Mode.
5241
8cf51b2c
GM
52422004-10-19 Jason Rumney <jasonr@gnu.org>
5243
5244 * makefile.w32-in (info): Change order of arguments to makeinfo.
5245
52462004-10-19 Ulf Jasper <ulf.jasper@web.de>
5247
5248 * calendar.texi (iCalendar): Update for package changes.
5249
8cf51b2c
GM
52502004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5251
5252 * files.texi (Misc File Ops): View mode is a minor mode.
5253
8cf51b2c
GM
52542004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5255
5256 * calendar.texi (iCalendar): Style changes.
5257
52582004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5259
5260 * search.texi (Regexps): The regexp described in the example is no
5261 longer stored in the variable `sentence-end'.
5262
8cf51b2c
GM
52632004-10-06 Nick Roberts <nickrob@snap.net.nz>
5264
5265 * building.texi (Starting GUD): Note that multiple debugging
5266 sessions requires `gdb --fullname'.
5267
52682004-10-05 Ulf Jasper <ulf.jasper@web.de>
5269
5270 * calendar.texi (iCalendar): New section for a new package.
5271
8cf51b2c
GM
52722004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5273
5274 * text.texi: Various small changes in addition to the following.
5275 (Text): Replace xref for autotype with inforef.
5276 (Sentences): Explain nil value for `sentence-end'.
5277 (Paragraphs): Update default values for `paragraph-start' and
5278 `paragraph-separate'.
5279 (Text Mode): Correct description of Text mode's effect on the
5280 syntax table.
5281 (Outline Visibility): `hide-other' does not hide top level headings.
5282 `selective-display-ellipses' no longer has an effect on Outline mode.
5283 (TeX Misc): Add missing @cindex.
5284 Replace xref for RefTeX with inforef.
5285 (Requesting Formatted Text): The variable
5286 `enriched-fill-after-visiting' no longer exists.
5287 (Editing Format Info): Update names of menu items and commands.
5288 (Format Faces): Mention special effect of specifying the default face.
5289 Describe inheritance of text properties.
5290 Correct description of `fixed' face.
5291 (Format Indentation): Correct description of effect of setting
5292 margins. Mention `set-left-margin' and `set-right-margin'.
5293 (Format Justification): Update names of menu items.
5294 `set-justification-full' is now bound to `M-j b'.
5295 Mention that `default-justification' is a per buffer variable.
5296 (Format Properties): Update name of menu item.
5297 (Forcing Enriched Mode): `format-decode-buffer' automatically
5298 turns on Enriched mode if the buffer is in text/enriched format.
5299
53002004-10-05 Emilio C. Lopes <eclig@gmx.net>
5301
5302 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5303
53042004-09-28 Kim F. Storm <storm@cua.dk>
5305
5306 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5307 Align with new functionality.
5308
8cf51b2c
GM
53092004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * display.texi (Display Custom): Remove stray `@end defvar'.
5312
53132004-09-23 Kim F. Storm <storm@cua.dk>
5314
5315 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5316 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5317
8cf51b2c
GM
53182004-09-20 Richard M. Stallman <rms@gnu.org>
5319
5320 * custom.texi (Hooks): Explain using setq to clear out a hook.
5321 (File Variables): Explain multiline string constants.
5322 (Non-ASCII Rebinding): Explain when you need to update
5323 non-ASCII char codes in .emacs.
5324
5325 * building.texi (Compilation): Explain how to make a silent
5326 subprocess that won't be terminated. Explain compilation-environment.
5327
53282004-09-13 Kim F. Storm <storm@cua.dk>
5329
5330 * mini.texi (Repetition): Rename isearch-resume-enabled to
5331 isearch-resume-in-command-history and change default to disabled.
5332
8cf51b2c
GM
53332004-09-09 Kim F. Storm <storm@cua.dk>
5334
5335 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5336 with new `kmacro-name-last-macro'.
5337
8cf51b2c
GM
53382004-09-08 Juri Linkov <juri@jurta.org>
5339
5340 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5341
8cf51b2c
GM
53422004-09-03 Juri Linkov <juri@jurta.org>
5343
5344 * search.texi (Incremental Search): Update wording for M-%.
5345
53462004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5347
5348 * killing.texi (Killing): Correct description of kill commands in
5349 read-only buffer.
5350
53512004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5352
5353 * building.texi (Compilation Mode): Add a paragraph about rules
5354 for finding the compilation buffer for `next-error'.
5355
5356 * search.texi (Other Repeating Search): Mention that Occur mode
5357 supports the next-error functionality.
5358
53592004-09-02 Juri Linkov <juri@jurta.org>
5360
5361 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5362
53632004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5364
5365 * kmacro.texi (Basic Keyboard Macro):
5366 `apply-macro-to-region-lines' now operates on all lines that begin
5367 in the region, rather than on all complete lines in the region.
5368
c8763fb6 53692004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5370
5371 * frames.texi (Drag and drop): Add documentation about
5372 x-dnd-test-function and x-dnd-known-types.
5373
53742004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * indent.texi: Various minor changes in addition to:
5377 (Indentation Commands): Correct description of `indent-relative'.
5378 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5379 mode. The *Tab Stops* buffer uses Overwrite Mode.
5380 (Just Spaces): `tabify' converts sequences of at least two spaces
5381 to tabs.
5382
8cf51b2c
GM
53832004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5384
5385 * frames.texi (Secondary Selection): Setting the secondary
5386 selection with M-Drag-Mouse-1 does not alter the kill ring,
5387 setting it with M-Mouse-1 and M-Mouse-3 does.
5388 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5389 toolkit scroll bars.
5390 (Scroll Bars): Ditto.
5391
5392 * windows.texi (Basic Window): When using a window system, the value
5393 of point in a non-selected window is indicated by a hollow box.
5394 (Split Window): Side by side windows are separated by a scroll bar,
5395 if scroll bars are used.
5396 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5397 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5398 (Window Convenience): Update bindings for `winner-undo' and
5399 `winner-redo'.
5400
5401 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5402 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5403 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5404 of "Using Emacs as a Server".
5405 * building.texi (Building): Interchange nodes (for correct numbering).
5406 * programs.texi (Programs): Interchange nodes (for correct numbering).
5407 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5408 Info to the node structure.
5409 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5410 Rearrange order of nodes and sections such that both "GNU GENERAL
5411 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5412 end, as appropriate for appendices.
5413 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5414 Use `@unnumberedsec'.
5415 * trouble.texi: Adapt sectioning in Info to the node structure.
5416 Adapt node pointers to change in emacs.texi.
5417 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5418
8cf51b2c
GM
54192004-08-25 Kenichi Handa <handa@m17n.org>
5420
5421 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5422 description for unibyte mode.
5423
54242004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5425
5426 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5427
5428 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5429 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5430 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5431 in @pxref.
5432
54332004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5434
5435 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5436 Change section names.
5437
8cf51b2c
GM
54382004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5439
5440 * kmacro.texi (Keyboard Macro Ring): Rename section.
5441 Emacs treats the head of the macro ring as the `last keyboard macro'.
5442 (Keyboard Macro Counter): Minor change.
5443 (Save Keyboard Macro): Some clarifications.
5444 (Edit Keyboard Macro): Rename section.
5445
5446 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5447 32-bit machines.
5448 (Several Buffers): Clarify which buffer is selected if `2' is
5449 pressed in the Buffer Menu.
5450 Auto Revert mode can be used to update the Buffer Menu
5451 automatically.
5452
54532004-08-21 Eli Zaretskii <eliz@gnu.org>
5454
5455 * help.texi (Misc Help): Add an index entry for finding an Info
5456 manual by its file name.
5457
54582004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * files.texi (Backup Deletion): Correct description of
5461 `delete-old-versions'.
5462 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5463 (Auto Save Files): Recommend `auto-save-mode' to reenable
5464 auto-saving, rather than the abbreviation `auto-save'.
5465
54662004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5469 for "killing" and "yanking" in main menu.
5470
54712004-08-16 Richard M. Stallman <rms@gnu.org>
5472
5473 * killing.texi (Yanking, Killing): Minor cleanups.
5474
5475 * mark.texi (Momentary Mark): Minor cleanups.
5476
54772004-08-15 Kenichi Handa <handa@etl.go.jp>
5478
5479 * custom.texi (Non-ASCII Rebinding):
5480 C-q always inserts the right code to pass to global-set-key.
5481
8cf51b2c
GM
54822004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5485 `insert-register', instead of `C-x r g' binding, for consistency.
5486
54872004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * fixit.texi (Spelling): Fix typo.
5490
54912004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5492
5493 * help.texi (Help): Fix Texinfo usage.
5494
8cf51b2c
GM
54952004-07-24 Richard M. Stallman <rms@gnu.org>
5496
5497 * text.texi (Paragraphs): Update how paragraphs are separated
5498 and the default for paragraph-separate.
5499
5500 * search.texi (Regexp Replace): Further update text for new
5501 replacement operators.
5502
8cf51b2c
GM
55032004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5504
5505 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5506 `R' switch.
5507
5508 * dired.texi (Dired Updating): `k' only deletes inserted
5509 subdirectories from the Dired buffer if a prefix argument was given.
5510
5511 * search.texi (Regexps): Delete redundant definition of `symbol' in
5512 description of `\_>'. It already occurs in the description of `\_<'.
5513
8cf51b2c
GM
55142004-07-01 Juri Linkov <juri@jurta.org>
5515
5516 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5517 (Regexp Search): Add M-r.
5518
55192004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5520
5521 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5522
55232004-06-29 Jesper Harder <harder@ifa.au.dk>
5524
49823426 5525 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5526
55272004-06-25 Richard M. Stallman <rms@gnu.org>
5528
5529 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5530
55312004-06-25 David Kastrup <dak@gnu.org>
5532
5533 * search.texi (Regexp Replace): Some typo corrections and
5534 rearrangement.
5535
55362004-06-24 David Kastrup <dak@gnu.org>
5537
5538 * search.texi (Unconditional Replace): Use replace-string instead
5539 of query-replace in example.
5540 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5541 sequences.
5542 (Query Replace): Correct explanation of `^' which does not use
5543 the mark stack.
5544
55452004-06-21 Nick Roberts <nickrob@gnu.org>
5546
5547 * misc.texi (Shell History Copying): Document comint-insert-input.
5548 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5549
8cf51b2c
GM
55502004-06-20 Jesper Harder <harder@ifa.au.dk>
5551
5552 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5553 * custom.texi (Customization): Do.
5554 * anti.texi (Antinews): Do.
5555 * abbrevs.texi (Defining Abbrevs): Do.
5556
5557 * programs.texi (Info Lookup): Fix keybinding for
5558 info-lookup-symbol.
5559
55602004-06-16 Juanma Barranquero <lektu@terra.es>
5561
5562 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5563 Add emacs-xtra.
5564 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5565 (clean): Add emacs-xtra and flymake. Remove redundancies.
5566
55672004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5568
5569 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5570 Add emacs-xtra.
5571 * emacs-xtra.texi: New file.
5572
55732004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5574
5575 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5576 (Dired and Find): Mention differences with ordinary Dired buffers.
5577
8cf51b2c
GM
55782004-06-13 Richard M. Stallman <rms@gnu.org>
5579
5580 * custom.texi (Init Syntax): Explain about vars that do special
5581 things when set with setq or with Custom.
5582 (Init Examples): Add line-number-mode example.
5583
8cf51b2c
GM
55842004-06-12 Juri Linkov <juri@jurta.org>
5585
5586 * dired.texi (Operating on Files): Add dired-do-touch.
5587
8cf51b2c
GM
55882004-06-10 Juri Linkov <juri@jurta.org>
5589
5590 * building.texi (Lisp Eval): Add C-M-x on defface.
5591
55922004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * files.texi (Reverting): Auto-Revert mode and
5595 Global Auto-Revert mode no longer revert remote files.
5596
8cf51b2c
GM
55972004-05-29 Richard M. Stallman <rms@gnu.org>
5598
5599 * custom.texi (Init File): Two dashes start --no-site-file.
5600
8cf51b2c
GM
56012004-05-29 Alan Mackenzie <acm@muc.de>
5602
5603 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5604 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5605 (AWK, Pike): Document as "C-like modes".
5606 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5607 (M-x man): Supersedes M-x manual-entry.
5608 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5609
5610 ("Comments in C"): Delete node; the info is in CC Mode manual.
5611 (c-comment-only-line-offset): Remove description.
5612
5613 (C-c ., C-c C-c): Describe new C Mode bindings.
5614
5615 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5616 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5617 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5618 Amend definitions.
5619
5620 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5621 Describe functions.
5622
5623 (c-comment-start-regexp, c-hanging-comment-ender-p)
5624 (c-hanging-comment-starter-p): Remove obsolete definitions.
5625
5626 * emacs.texi: Remove the menu entry "Comments in C".
5627
8cf51b2c
GM
56282004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5629
5630 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5631 `M-x locate'.
5632
56332004-05-16 Karl Berry <karl@gnu.org>
5634
5635 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5636 makeinfo --html fails.
5637 * help.texi (Help Summary) [@ifnottex]: Likewise.
5638
56392004-05-13 Nick Roberts <nickrob@gnu.org>
5640
5641 * building.texi (GDB Graphical Interface): Update and describe
5642 layout first.
5643
8cf51b2c
GM
56442004-05-04 Jason Rumney <jasonr@gnu.org>
5645
5646 * makefile.w32-in: Revert last change.
5647
56482004-05-03 Jason Rumney <jasonr@gnu.org>
5649
5650 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5651
8cf51b2c
GM
56522004-04-23 Juanma Barranquero <lektu@terra.es>
5653
5654 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5655
56562004-04-18 Juri Linkov <juri@jurta.org>
5657
5658 * fixit.texi (Spelling): Remove file extension from ispell xref.
5659
56602004-04-15 Kim F. Storm <storm@cua.dk>
5661
5662 * cmdargs.texi (Initial Options): Add -Q.
5663
56642004-04-05 Kim F. Storm <storm@cua.dk>
5665
5666 * custom.texi (File Variables): Add safe-local-eval-forms.
5667
8cf51b2c
GM
56682004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5669
5670 * files.texi (Reverting): Correct description of revert-buffer's
5671 handling of point.
5672
56732004-03-22 Juri Linkov <juri@jurta.org>
5674
5675 * emacs.texi (Top): Add `Misc X'.
5676
49823426 5677 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5678
5679 * glossary.texi: Improve references.
5680
5681 * help.texi: Sync keywords with finder.el.
5682
5683 * mini.texi (Completion): Add description for menu items.
5684
5685 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5686
5687 * sending.texi (Mail Methods): Fix xref to Message manual.
5688
8cf51b2c
GM
56892004-03-12 Richard M. Stallman <rms@gnu.org>
5690
8cf51b2c
GM
5691 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5692
8cf51b2c
GM
56932004-03-04 Richard M. Stallman <rms@gnu.org>
5694
5695 * search.texi (Regexps): Explain that ^ and $ have their
5696 special meanings only in certain contexts.
5697
5698 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5699
5700 * mule.texi (Specify Coding): Doc C-x RET F.
5701
5702 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5703 for multiple compile and grep buffers.
5704 (Indirect Buffers): Don't recommand clone-indirect-buffer
5705 for multiple compile and grep buffers.
5706
8cf51b2c
GM
57072004-02-29 Juanma Barranquero <lektu@terra.es>
5708
5709 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5710 Use $(DEL) instead of rm, and ignore exit code.
5711
8cf51b2c
GM
57122004-02-23 Nick Roberts <nick@nick.uklinux.net>
5713
5714 * building.texi (Watch Expressions): Update.
5715
57162004-02-21 Juri Linkov <juri@jurta.org>
5717
5718 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5719 --directory, --help, --version. Move text about command-line-args
5720 to Command Arguments.
5721 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5722 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5723 (Window Size X): Join -g and --geometry. Add @cindex.
5724 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5725 (Title X): Remove alias -title.
5726 (Misc X): New node.
5727
c8763fb6 57282004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5729
5730 * frames.texi (Drag and drop): Add Motif to list of supported
5731 protocols.
5732
c8763fb6 57332004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5734
5735 * frames.texi (Drag and drop): New section.
5736
57372004-01-24 Richard M. Stallman <rms@gnu.org>
5738
5739 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5740 Include it only @ifnotinfo. Patch the preceding and following
5741 node headers to point to each other.
5742
57432004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5744
5745 * calendar.texi (Appointments): Update section.
5746
57472003-12-29 Kevin Ryde <user42@zip.com.au>
5748
8cf51b2c
GM
5749 * programs.texi (C Modes): Fix the xref.
5750
57512003-12-23 Nick Roberts <nick@nick.uklinux.net>
5752
5753 * building.texi (Watch Expressions): Update.
5754 (Commands of GUD): Include use of toolbar + breakpoints set from
5755 fringe/margin.
5756
57572003-12-03 Andre Spiegel <spiegel@gnu.org>
5758
5759 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5760 <acm@muc.de>.
5761
c8763fb6 57622003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5763
5764 * frames.texi (Dialog Boxes): Add use-file-dialog.
5765
8cf51b2c
GM
57662003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5767
5768 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5769 in CC Mode.
5770
8cf51b2c
GM
57712003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5772
5773 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5774 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5775 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5776 * man/frames.texi, man/glossary.texi, man/killing.texi:
5777 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5778 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5779 * man/sending.texi, man/text.texi, man/trouble.texi:
5780 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5781
57822003-11-01 Alan Mackenzie <acm@muc.de>
5783
5784 * search.texi (Scrolling During Incremental Search): Document a
5785 new scrolling facility in isearch mode.
5786
8cf51b2c
GM
57872003-10-22 Miles Bader <miles@gnu.org>
5788
5789 * Makefile.in (info): Move before $(top_srcdir)/info.
5790
57912003-10-22 Nick Roberts <nick@nick.uklinux.net>
5792
5793 * building.texi (Watch Expressions): Update section on data display
5794 to reflect code changes (GDB Graphical Interface).
5795
8cf51b2c
GM
57962003-10-13 Richard M. Stallman <rms@gnu.org>
5797
5798 * xresources.texi (GTK resources): Clean up previous change.
5799
c8763fb6 58002003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5801
5802 * xresources.texi (GTK resources): Add a note that some themes
5803 disallow customizations. Add scroll theme example.
5804
8cf51b2c
GM
58052003-09-30 Richard M. Stallman <rms@gnu.org>
5806
8cf51b2c
GM
5807 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5808
5809 * misc.texi (Saving Emacs Sessions): Shorten the section,
5810 collapsing back into one node.
5811
58122003-09-30 Lars Hansen <larsh@math.ku.dk>
5813
5814 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5815
ce058493 58162003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5817
5818 * xresources.texi (GTK names in Emacs): Correct typo.
5819
8cf51b2c
GM
58202003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5821
5822 * cmdargs.texi (Font X): Mention new default font. More
5823 fully describe long font names, wildcard patterns and the
5824 problems involved. (Result of discussion on emacs-devel.)
5825
58262003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5827
5828 * emacs.texi (Acknowledgements): Correct typo.
5829
58302003-09-22 Richard M. Stallman <rms@gnu.org>
5831
5832 * dired.texi (Misc Dired Commands): New node.
5833 (Dired Navigation): Add dired-goto-file.
5834
5835 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5836
5837 * emacs.texi (Acknowledgements): New node, split from Distribution.
5838
5839 * cmdargs.texi (Action Arguments): -f reads interactive args.
5840
8cf51b2c
GM
58412003-09-08 Lute Kamstra <lute@gnu.org>
5842
5843 * screen.texi (Mode Line): Say that POS comes before LINE.
5844 Mention `size-indication-mode'.
5845 * display.texi (Optional Mode Line): Document
5846 `size-indication-mode'.
5847 * basic.texi (Position Info): Mention `size-indication-mode'.
5848
58492003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5850
5851 * xresources.texi (Resources): Refer to `editres' man page.
5852 (Lucid Resources): Update defaults. Expand description of
5853 `shadowThickness'.
5854
58552003-09-04 Miles Bader <miles@gnu.org>
5856
5857 * Makefile.in (top_srcdir): New variable.
5858 ($(top_srcdir)/info): New rule.
5859 (info): Depend on it.
5860
58612003-09-03 Peter Runestig <peter@runestig.com>
5862
5863 * makefile.w32-in: New file.
5864
58652003-08-29 Richard M. Stallman <rms@gnu.org>
5866
5867 * misc.texi (Saving Emacs Sessions): Correct previous change.
5868
8cf51b2c
GM
58692003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5870
8cf51b2c
GM
5871 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5872 (Intro): Include kmacro.texi after fixit.texi instead of after
5873 custom.texi. (As suggested by Kim Storm.)
5874
58752003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5876
5877 * fixit.texi (Fixit): Update `Next' pointer.
5878 * files.texi (Files): Update `Previous' pointer.
5879 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5880 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5881 (Suggested by Kim Storm.)
5882 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5883
58842003-08-18 Kim F. Storm <storm@cua.dk>
5885
5886 * kmacro.texi: New file describing enhanced keyboard macro
5887 functionality. Replaces old description in custom.texi.
5888
5889 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5890 (Keyboard Macros): Move to new kmacro.texi file.
5891
5892 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5893
8cf51b2c
GM
58942003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5895
5896 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5897
58982003-08-17 Alex Schroeder <alex@gnu.org>
5899
5900 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5901 required.
5902
8cf51b2c
GM
59032003-08-05 Richard M. Stallman <rms@gnu.org>
5904
5905 * programs.texi (Lisp Indent): Don't describe
5906 lisp-indent-function property here. Use xref to Lisp Manual.
5907
8cf51b2c
GM
59082003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5909
fffa137c 5910 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5911 abbreviations.
5912
59132003-07-24 Markus Rost <rost@math.ohio-state.edu>
5914
5915 * buffers.texi (List Buffers): Fix previous change.
5916
8cf51b2c
GM
59172003-07-13 Markus Rost <rost@math.ohio-state.edu>
5918
5919 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5920 List*.
5921
59222003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5923
8cf51b2c
GM
5924 * display.texi (Font Lock): Fix typo.
5925
59262003-07-07 Richard M. Stallman <rms@gnu.org>
5927
5928 * display.texi (Font Lock): Add xref for format info on
5929 font-lock-remove-keywords.
5930
5931 * building.texi (Compilation): Document what happens with asynch
5932 children of compiler process.
5933
5934 * help.texi (Library Keywords): Use @multitable.
5935
8cf51b2c
GM
59362003-06-04 Richard M. Stallman <rms@gnu.org>
5937
5938 * programs.texi (Expressions): Delete C-M-DEL.
5939
5940 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5941 comint-move-point-for-output renamed from
5942 comint-scroll-to-bottom-on-output.
5943
5944 * custom.texi (Init Rebinding): Replace previous change with xref.
5945 (Non-ASCII Rebinding): Explain that issue more briefly here.
5946
59472003-05-28 Richard M. Stallman <rms@gnu.org>
5948
5949 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5950
59512003-05-28 Nick Roberts <nick@nick.uklinux.net>
5952
5953 * building.texi (GDB Graphical Interface): New node.
5954 (Rewritten somewhat by RMS.)
5955
c8763fb6 59562003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5957
5958 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5959 non-English letters. Explain how to set coding systems correctly
5960 and how to include the right coding cookie in the file.
5961
c8763fb6 59622003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5963
5964 * indent.texi (Indentation): Explain the concepts.
5965 (Just Spaces): Explain why preventing tabs for indentation might
5966 be useful.
5967
8cf51b2c
GM
59682003-04-16 Richard M. Stallman <rms@gnu.org>
5969
5970 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5971
8cf51b2c
GM
59722003-02-22 Alex Schroeder <alex@emacswiki.org>
5973
5974 * cmdargs.texi (General Variables): Document SMTPSERVER.
5975
8cf51b2c
GM
5976 * sending.texi: Remove SMTP node.
5977 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5978 library.
5979
8cf51b2c
GM
59802003-02-22 Alex Schroeder <alex@emacswiki.org>
5981
5982 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5983
59842003-02-22 Simon Josefsson <jas@extundo.com>
5985
5986 * sending.texi (Mail Methods): Add node about SMTP.
5987
c8763fb6 59882003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5989
5990 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5991
8cf51b2c
GM
59922003-02-01 Kevin Ryde <user42@zip.com.au>
5993
5994 * glossary.texi (Glossary): Correction to cl cross reference.
5995
59962003-01-20 Richard M. Stallman <rms@gnu.org>
5997
5998 * killing.texi (Rectangles): Document C-x c r.
5999
c8763fb6 60002003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6001
6002 * xresources.texi (GTK resources): New node.
6003 (GTK widget names): New node.
6004 (GTK names in Emacs): New node.
6005 (GTK styles): New node.
6006
c8763fb6 60072003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6008
6009 * maintaining.texi (Create Tags Table): Add reference to the new
6010 `etags --help --lang=LANG' option.
6011
8cf51b2c
GM
60122002-10-02 Karl Berry <karl@gnu.org>
6013
49823426 6014 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6015 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6016 where needed for the sake of the HTML output.
8cf51b2c
GM
6017
60182001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6019
6020 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6021 source files.
6022
60232001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6024
6025 * Makefile.in (emacsman): New target.
6026
8cf51b2c
GM
60272001-10-20 Gerd Moellmann <gerd@gnu.org>
6028
6029 * (Version 21.1 released.)
6030
60312001-10-05 Gerd Moellmann <gerd@gnu.org>
6032
6033 * Branch for 21.1.
6034
8cf51b2c
GM
60352001-03-05 Gerd Moellmann <gerd@gnu.org>
6036
6037 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6038
8cf51b2c
GM
60392000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6040
6041 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6042
8cf51b2c
GM
60431999-07-12 Richard Stallman <rms@gnu.org>
6044
6045 * Version 20.4 released.
6046
60471998-12-04 Markus Rost <rost@delysid.gnu.org>
6048
6049 * Makefile.in (INFO_TARGETS): Delete customize.info.
6050 (DVI_TARGETS): Delete customize.dvi.
6051 (../info/customize, customize.dvi): Targets deleted.
6052
60531998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6054
6055 * Version 20.3 released.
6056
60571998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6058
6059 * Makefile.in (EMACSSOURCES): Add mule.texi.
6060 Add msdog.texi, ack.texi. Remove gnu1.texi.
6061
60621998-04-06 Andreas Schwab <schwab@gnu.org>
6063
6064 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6065 it in dvi targets.
8cf51b2c
GM
6066
60671997-09-23 Paul Eggert <eggert@twinsun.com>
6068
6069 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6070 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6071 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6072
60731997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6074
6075 * Version 20.2 released.
6076
60771997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6078
6079 * Version 20.1 released.
6080
60811997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6082
6083 * Makefile (../info/customize, customize.dvi): New targets.
6084 (INFO_TARGETS): Add ../info/customize.
6085 (DVI_TARGETS): Add customize.dvi.
6086
8cf51b2c
GM
60871996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6088
6089 * Version 19.33 released.
6090
60911996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6092
6093 * Version 19.32 released.
6094
8cf51b2c
GM
60951996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6096
6097 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6098
60991996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6100
6101 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6102 Specify -I option.
6103 (All dvi targets): Set the TEXINPUTS variable.
6104
61051996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6106
6107 * Version 19.31 released.
6108
8cf51b2c
GM
61091995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6110
6111 * Version 19.30 released.
6112
8cf51b2c
GM
61131995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6114
6115 * Makefile.in (maintainer-clean): Rename from realclean.
6116
61171994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6118
6119 * Makefile.in: New file.
6120 * Makefile: File deleted.
6121
61221994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6123
6124 * Makefile (TEXINDEX_OBJS): Variable deleted.
6125 (texindex, texindex.o, getopt.o): Rules deleted.
6126 All deps on texindex deleted.
6127 (distclean): Don't delete texindex.
6128 (mostlyclean): Don't delete *.o.
6129 * texindex.c, getopt.c: Files deleted.
6130
61311994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6132
6133 * Version 19.26 released.
6134
61351994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6136
6137 * Makefile (EMACSSOURCES): Exclude undo.texi.
6138
61391994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6140
6141 * Version 19.25 released.
6142
61431994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6144
6145 * Version 19.24 released.
6146
61471994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6148
6149 * Version 19.23 released.
6150
61511994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6152
6153 * Makefile: Delete spurious tab.
6154
61551994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6156
6157 * Makefile (.SUFFIXES): New rule.
6158
8cf51b2c
GM
61591993-12-04 Richard Stallman (rms@srarc2)
6160
6161 * getopt.c: New file.
6162 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6163 (getopt.o): New rule.
6164 (dvi): Don't depend on texindex.
49823426 6165 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6166
61671993-12-03 Richard Stallman (rms@srarc2)
6168
49823426
GM
6169 * Makefile (TEXI2DVI): New variable.
6170 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6171 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6172
61731993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6174
6175 * Version 19.22 released.
6176
61771993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6178
6179 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6180
61811993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6182
6183 * Version 19.21 released.
6184
8cf51b2c
GM
61851993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6186
6187 * Makefile (realclean): Don't delete the Info files.
6188
f0131492 61891993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6190
8cf51b2c
GM
6191 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6192 4' where appropriate.
6193
f0131492 61941993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6195
49823426 6196 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6197
6198 * texindex.c: Include "../src/config.h" if building in emacs.
6199
6200 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6201 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6202 Add target to build texindex.c, defining `emacs'.
6203
8cf51b2c
GM
62041993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6205
6206 * Version 19.19 released.
6207
8cf51b2c
GM
62081993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6209
6210 * Version 19.18 released.
6211
62121993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6213
6214 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6215
62161993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6217
6218 * Version 19.17 released.
6219
62201993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6221
6222 * split-man: Fix typos in last change.
6223
62241993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6225
6226 * Version 19.16 released.
6227
62281993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6229
6230 * version 19.15 released.
6231
62321993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6233
6234 * Makefile (distclean): It's rm, not rf.
6235
62361993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6237
6238 * Version 19.14 released.
6239
62401993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6241
6242 * Makefile: New file.
6243
62441993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6245
6246 * Version 19.13 released.
6247
62481993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6249
6250 * Version 19.9 released.
6251
62521993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6253
6254 * Version 19.8 released.
6255
62561993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6257
6258 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6259
6260 * trouble.texi: It's `enable-flow-control-on', not
6261 `evade-flow-control-on'.
6262
62631993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6264
6265 * display.texi: Document standard-display-european.
6266
62671993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6268
6269 * Version 19.7 released.
6270
6271 * emacs.texi: Add a sentence to the top menu mentioning the
6272 specific version of Emacs this manual applies to.
6273
62741993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6275
6276 * basic.texi: Document next-line-add-lines variable used to
6277 implement down-arrow.
6278
6279 * killing.texi: Document kill-whole-line.
6280
62811993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6282
6283 * text.texi: Update unix TeX ordering information.
6284
62851993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6286
6287 * news.texi: Mention fill-rectangle in keybinding list.
6288
6289 * killing.texi: Document fill-rectangle.
6290
62911993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6292
6293 * vc.texi: Bring the docs up to date with VC 5.2.
6294
62951992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6296
6297 * emacs.tex: Mention blackbox and gomoku under Amusements.
6298 Assembler mode is now mentioned and appropriately indexed
6299 under Programming Modes.
6300
63011991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6302
6303 * emacs.tex: Update TeX ordering information.
6304
8cf51b2c
GM
63051990-06-26 David Lawrence (tale@geech)
6306
6307 * emacs.tex: Note that completion-ignored-extensions is not used
6308 to filter out names when all completions are displayed in
6309 *Completions*.
6310
63111990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6312
6313 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6314
63151990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6316
6317 * emacs.tex: Add @findex grep.
6318
8cf51b2c
GM
63191988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6320
6321 * emacs.tex: Correct two typos. No other changes before
6322 Version 19 will be made.
6323
8cf51b2c
GM
63241988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6325
6326 * emacs.tex: Update information for obtaining TeX distribution from the
6327 University of Washington.
6328
6329;; Local Variables:
c8763fb6 6330;; coding: utf-8
8cf51b2c
GM
6331;; fill-column: 79
6332;; add-log-time-zone-rule: t
6333;; End:
6334
6335 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6336 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6337
6338 This file is part of GNU Emacs.
6339
352c8b4a 6340 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6341 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6342 the Free Software Foundation, either version 3 of the License, or
6343 (at your option) any later version.
8cf51b2c
GM
6344
6345 GNU Emacs is distributed in the hope that it will be useful,
6346 but WITHOUT ANY WARRANTY; without even the implied warranty of
6347 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6348 GNU General Public License for more details.
6349
6350 You should have received a copy of the GNU General Public License
352c8b4a 6351 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6352
6353;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd