(Text): Simplify introduction. Discard mention of `M-x
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
90effe33
CY
12008-11-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * text.texi (Text): Simplify introduction. Discard mention of `M-x
4 edit-picture', since that is just an alias for picture-mode.
5 (Sentences): Note that repeated M-@ extends the region.
6 (Pages): Make terminology more consistent. Link to Regexps node.
7 (Longlines): Discuss relationship with Visual Line mode.
8 (Text Mode): Remove extraneous discussion of other modes, since they
9 were already introduced in the parent node.
10
e85103ec
CY
112008-11-23 Chong Yidong <cyd@stupidchicken.com>
12
5cb2fe30
CY
13 * anti.texi (Antinews): Rewrite.
14
1eb9b307 15 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
16
17 * frames.texi (Frame Commands): Mention "minimize" terminology.
18
e85103ec
CY
19 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
20 formats.
b908332f
CY
21 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
22 (Misc X): Don't document useless -hb option.
e85103ec 23
607f5f88
JL
242008-11-22 Juri Linkov <juri@jurta.org>
25
26 * dired.texi (Dired Navigation): Change normal file name search option
27 from `non-nil' to `t'. Add `dwim' option.
28
e1b867a0
JL
292008-11-22 Juri Linkov <juri@jurta.org>
30
31 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
32 ".dir-locals.el". Rename `define-project-bindings' to
33 `dir-locals-set-class-variables'. Rename `set-directory-project' to
34 `dir-locals-set-directory-class'.
35
dd186936
LK
362008-11-22 Lute Kamstra <lute@gnu.org>
37
38 * buffers.texi (Select Buffer): Index goto-line.
39 * basic.texi (Moving Point): Mention the use of a numeric prefix
40 argument with goto-line and refer to Select Buffer for the use of a
41 plain prefix argument.
42
4b121911
GM
432008-11-19 Glenn Morris <rgm@gnu.org>
44
45 * doclicense.texi: Update to FDL 1.3.
46 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
47
27267e4c
CY
482008-11-17 Chong Yidong <cyd@stupidchicken.com>
49
696f351d
CY
50 * custom.texi (Minor Modes): Define mode commands and mode variables
51 more precisely. Recommend using mode commands instead of setting
52 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
53 (Easy Customization): Use "init file" instead of .emacs.
54 (Customization Groups): Update to new Custom buffer appearance.
55 (Saving Customizations): Copyedits. Update example.
56 (Variables): Give example of variable type-sensitivity.
57 (Examining): Update example.
58 (Hooks): Copyedits.
59 (Specifying File Variables): Use C comments instead of an artificial
60 Lisp for the example.
61 (Keymaps): Move internals discussion to Prefix Keymaps.
62 (Rebinding): Remove redundant paragraph (stated in Key Binding).
63 (Init Rebinding): Document kbd macro.
64 (Init File): Link to Find Init.
696f351d
CY
65
66 * mark.texi (Using Region): Document Delete Selection Mode more
67 thoroughly.
68
69 * frames.texi (Mouse Commands): Move most of the description of Delete
70 Selection Mode to Using Region, and link to it.
1bc9c425 71 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 72
b0570c25
CY
73 * building.texi (Compilation): Document first-error value of
74 compilation-scroll-output.
75 (Compilation Mode): Note that compilation-auto-jump-to-first-error
76 works as soon as an error is available. Suggested by Juri Linkov.
77
27267e4c
CY
78 * mini.texi (Passwords): New node.
79
80 * files.texi (Remote Files): Link to Passwords node.
81
82 * emacs.texi (Top): Update node listings.
83
122eb807
CY
842008-11-16 Chong Yidong <cyd@stupidchicken.com>
85
9c9855a3
CY
86 * ack.texi (Acknowledgments): Some updating of credits.
87
bd6fdcad
CY
88 * emacs.texi (Acknowledgments): Add a couple more names.
89
dd1eef46
CY
90 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
91
122eb807 92 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 93 (Misc File Ops): Document use of trash.
122eb807 94
801a8da1
JB
952008-11-16 Juanma Barranquero <lekktu@gmail.com>
96
97 * macos.texi (Mac Customization): Fix typos.
98
0b4f2253
CY
992008-11-14 Chong Yidong <cyd@stupidchicken.com>
100
101 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
102 replacing previous contents. Numerous copyedits to adapt ns-emacs to
103 the conventions of the main Emacs manual.
104
105 * emacs.texi (Top): Update node listings.
106
517e2b89
CY
1072008-11-12 Chong Yidong <cyd@stupidchicken.com>
108
07a85685
CY
109 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
110 command-line-args is processed during startup.
111 (Action Arguments): Correctly describe how file arguments interact with
112 the startup screen. Link to Lisp Interaction for scratch buffer.
113 (Initial Options): Link to Command Example for -batch option.
114 (Environment): Document initial-environment.
115
517e2b89
CY
116 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
117 can't be changed in the site-start file.
118
6337bbde
CY
1192008-11-07 Chong Yidong <cyd@stupidchicken.com>
120
121 * dired.texi (Dired): Mention C-x C-d too.
122 (Dired Enter): Document M-n in the Dired minibuffer.
123 (Dired Navigation): Explain dired-goto-file more clearly. Document
124 dired-isearch-filenames.
125 (Dired Deletion): Remove unnecessary "expunged" terminology.
126 (Flagging Many Files): & is now rebound to `% &'.
127 (Shell Commands in Dired): Document dired-do-async-shell-command.
128 Clarify how multi-file arguments are passed.
129 (Misc Dired Features): Document dired-do-isearch.
130
9e8eeff9
CY
1312008-11-06 Chong Yidong <cyd@stupidchicken.com>
132
133 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
134
e071f849
CY
1352008-11-03 Chong Yidong <cyd@stupidchicken.com>
136
137 * search.texi (Other Repeating Search): Remove obsolete findex entries.
138
05482eb1
CY
1392008-11-01 Chong Yidong <cyd@stupidchicken.com>
140
e2346dea
CY
141 * programs.texi (Program Modes): Link to Program Indent node.
142 (Left Margin Paren): Explain consequences of changing
143 open-paren-in-column-0-is-defun-start more concisely.
144 (Which Function, Program Indent, Info Lookup): Minor edits.
145 (Basic Indent): If region is active, TAB indents the region.
146 (Multi-line Indent): If region is active, TAB indents the region. Note
147 that indent-region is useful when Transient Mark mode is off.
148 (Matching): The delimiter at the cursor is highlighted---the character
149 changes color.
150 (Symbol Completion): Link to Completion node.
151
e4b6428c
CY
152 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
153 a strictly text-only system.
154
05482eb1
CY
155 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
156 batch mode.
157
a11d3737
RS
1582008-11-01 Richard M. Stallman <rms@gnu.org>
159
5abad626
RS
160 * misc.texi (Document View): Major rewrite.
161
a11d3737
RS
162 * maintaining.texi (Types of Log File): Change logs are older than
163 version control.
164 (VCS Concepts): Simplify and rearrange.
165 (Version Control Systems): Make it clear that Linux is only the kernel.
166 (VC Mode Line): Shorten reference to menu item.
167 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
168 (VC Directory Mode): Minor cleanup.
169 Unchanged files are hidden, not omitted.
170 (VC Directory Commands): Shorten and simplify.
171 (Change Log Commands): New node, split from Change Logs.
172 (VC Directory Buffer): New node, split from VC Directory Mode.
173
c55a4acb
CY
1742008-10-31 Chong Yidong <cyd@stupidchicken.com>
175
df0356f6
CY
176 * misc.texi (Document View): Renamed from Document Files, moved here
177 from files.texi.
178
179 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
180 moved as well.
181 (Document Files): Moved to misc.texi.
182
c55a4acb
CY
183 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
184 vc-update-change-log.
df0356f6
CY
185 (Version Control): Move here from files.texi.
186 (Format of ChangeLog): Make it a subnode of Change Log.
187
188 * emacs.texi (Top): Update node listing.
c55a4acb 189
ef082374
TH
1902008-10-31 Tassilo Horn <tassilo@member.fsf.org>
191
192 * files.texi (Files): Add a section about document
193 files (doc-view-mode).
194
d52582c3
CY
1952008-10-31 Chong Yidong <cyd@stupidchicken.com>
196
197 * building.texi (Compilation Mode): Document
198 compilation-auto-jump-to-first-error.
199 (Debuggers): Lower GUD subsections to subsubsections.
200 (Starting GUD): Add cindex.
201 (Lisp Interaction): Note that scratch is no longer the initial buffer.
202
4e0a0968
CY
2032008-10-30 Chong Yidong <cyd@stupidchicken.com>
204
03625b47
CY
205 * indent.texi (Indentation): Link to Program Indent.
206
4e0a0968
CY
207 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
208 now uses emacsclient's terminal.
209
8bd3f7ef
CY
2102008-10-29 Chong Yidong <cyd@stupidchicken.com>
211
80e5620e
CY
212 * mark.texi (Using Region): Document use-empty-active-region.
213
97d5c404
CY
214 * emacs.texi (Top): Update node listings.
215
8bd3f7ef
CY
216 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
217 mention obsolete emacs.bash script.
218 (Invoking emacsclient): Rewrite, moving optional arguments to
219 emacsclient Options.
21d2bae3
CY
220 (emacsclient Options): New node. Document server-use-tcp and
221 server-host.
8bd3f7ef 222
5fda2cbd
CY
2232008-10-28 Chong Yidong <cyd@stupidchicken.com>
224
225 * indent.texi (Indentation): Replace list with paragraphed text,
226 putting description of syntax-driven indentation first. Document new
227 effect of active regions on tab.
228 (Tab Stops): Note that editable tab stops affect indentation commands.
229
4ff029f6
DN
2302008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
231
232 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
233
996cd6e4
CY
2342008-10-23 Chong Yidong <cyd@stupidchicken.com>
235
f28815e3
CY
236 * custom.texi (Function Keys): Note that modified keypad keys are not
237 translated.
238
996cd6e4
CY
239 * basic.texi (Arguments): Explain how to insert multiple digits.
240
49545fe2
MA
2412008-10-22 Michael Albinus <michael.albinus@gmx.de>
242
243 * files.texi (Remote Files): Precise selection of default method.
244 Rewrite paragraph about disabling remote file names.
245
edac0b53
CY
2462008-10-22 Chong Yidong <cyd@stupidchicken.com>
247
e752c544
CY
248 * search.texi (Special Isearch): Document M-TAB is isearch.
249
edac0b53
CY
250 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
251 command.
252
253 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
254
20a36054
TH
2552008-10-22 Tassilo Horn <tassilo@member.fsf.org>
256
257 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
258 section.
259
69051ab6
CY
2602008-10-21 Chong Yidong <cyd@stupidchicken.com>
261
c4b1a32a
CY
262 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
263 to files.texi. Move contents of vc2-xtra.texi here.
264
265 * vc2-xtra.texi: File removed.
266
267 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
268 Directory Commands from the submenu. Don't include deleted file
269 vc2-xtra.texi.
270
271 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
272 (Version Control): Add VC Directory Mode and VC Directory Commands to
273 the submenu.
274 (Why Version Control?): Use table format.
275 (Version Control Systems): Note that Meta-CVS support is gone.
276 (VCS Concepts): Note precisely when VC started supporting filesets.
277 Remove bogus xref to CVS Options node.
278 (Types of Log File): Copyedits.
279 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
280 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
281 The Right Thing.
282 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
283 (Log Buffer): Reorganize node, putting C-c C-c description first.
284 (Old Revisions): Use CVS for example, not RCS.
285 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
286 Commands from the submenu, putting them under Version Control.
287 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
288 need to include it in the manual unconditionally, since it is now
289 crucial to using distributed version control systems.
1a6e2954
CY
290 (Comparing Files): Note that diff uses the minibuffer, and that the
291 output is shown using Diff mode.
292 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
293 diff-update-on-the-fly, diff-refine-hunk, and
294 diff-show-trailing-whitespaces.
1a6e2954 295 (File Archives): Add rar support.
c4b1a32a 296
69051ab6
CY
297 * major.texi (Choosing Modes): Make mode selection sequence more
298 obvious by describing the steps in order of priority. Note that
299 magic-mode-alist is nil by default. Document
300 magic-fallback-mode-alist.
301
e7421e03
CY
3022008-10-20 Chong Yidong <cyd@stupidchicken.com>
303
304 * frames.texi (Mouse References): Copyedits.
305
6b2efdc2
TH
3062008-10-20 Tassilo Horn <tassilo@member.fsf.org>
307
308 * ack.texi (Acknowledgments): Add myself as doc-view author.
309
9c5e9396
EZ
3102008-10-20 Eli Zaretskii <eliz@gnu.org>
311
312 * frames.texi (Dialog Boxes): Add @cindex entries.
313
dac94f8e
CY
3142008-10-20 Chong Yidong <cyd@stupidchicken.com>
315
316 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
317 (Text-Only Mouse): Copyedit.
318
25597d40
CY
3192008-10-19 Chong Yidong <cyd@stupidchicken.com>
320
f8a447f6
CY
321 * frames.texi: Use @key throughout for mouse clicks.
322 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
323 (Secondary Selection): Fix modified mouse click syntax.
324 (Clipboard): Describe Cut, Copy and Paste commands.
325 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
326 Copyedits.
327 (Creating Frames): Add xref to Init File.
328 (Frame Commands): Add xref to Exiting.
329 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 330
b0f95216
CY
3312008-10-15 Chong Yidong <cyd@stupidchicken.com>
332
b0817f00
CY
333 * files.texi (Version Control): Copyedits. Add Bazaar.
334 (Version Control Systems): List different VCS's using an itemized list.
335 Add Bazaar.
336 (VCS Concepts): Copyedits. Tweak description of file merging.
337
b0f95216
CY
338 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
339 (Cut/Paste Other App): Document select-active-regions and
340 x-select-enable-primary.
341
69d0d701
CY
3422008-10-13 Chong Yidong <cyd@stupidchicken.com>
343
344 * mark.texi (Shift Selection): Correct case in node name.
345
346 * emacs.texi (Top): Update node order in Mark chapter.
347
375e8351
EZ
3482008-10-12 Eli Zaretskii <eliz@gnu.org>
349
350 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
351
352 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
353 elsewhere in the manual instead of describing yet again the intricacies
354 of $HOME on MS-Windows and MS-DOS.
355
ab58114f
CY
3562008-10-12 Chong Yidong <cyd@stupidchicken.com>
357
4f959513
CY
358 * mini.texi (Minibuffer File): Add xref to File Names.
359 (Minibuffer File): Add discussion of `~' in file names. Add
360 insert-default-directory index reference.
361
ab58114f
CY
362 * files.texi (File Names): Reorganize description.
363 (Visiting): Add xref to Mode Line. Copyedits.
364 (Save Commands): Mention prefix behavior of C-x C-s.
365 (Numbered Backups): Node deleted.
366 (Backup Names): Contents of Numbered Backups moved here. State default
367 of version-control variable.
368 (Reverting): Copyedits.
369 (Version Control): Add additional version control systems.
370
371 * emacs.texi (Top): Delete Numbered Backups node.
372
373 * cmdargs.texi (General Variables): Change Numbered Backups xref to
374 Backup Names.
f2884f63 375 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 376
b0b5100a
RF
3772008-10-11 Romain Francoise <romain@orebokech.com>
378
379 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
380
89774b5f
CY
3812008-10-11 Chong Yidong <cyd@stupidchicken.com>
382
383 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
384 (Select Buffer): Mention use of minibuffer history. Describe default
385 value of default-major-mode. Mention that C-x 4 b selects the other
386 window.
387 (List Buffers): Document CRM indicators in the order they appear.
388 (Kill Buffer): Document new command kill-matching buffers.
389 (Several Buffers): Move explanation of the relationship between buffer
390 list and buffer menu to the top.
391 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
392
4c72bf27
CY
3932008-10-10 Chong Yidong <cyd@stupidchicken.com>
394
395 * entering.texi (Exiting): Document change of C-x C-c to
396 save-buffers-kill-terminal. Document kill-emacs.
397
f68eb991
EZ
3982008-09-30 Eli Zaretskii <eliz@gnu.org>
399
400 * mule.texi (Coding Systems): Don't mention codepage-setup.
401
402 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
403 cpNNN coding systems anymore.
404 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
405 for unibyte mode. Don't mention line-drawing characters. Don't
406 mention dos-unsupported-char-glyph.
407
1a2dd44d
CY
4082008-09-25 Chong Yidong <cyd@stupidchicken.com>
409
410 * search.texi (Search): Shorten introduction.
411 (Basic Isearch): Add command table. Discuss reverse isearch and
412 isearch highlighting.
413 (Repeat Isearch): Move lazy highlighting discussion here. Add search
414 ring to cindex.
415 (Special Isearch): Move input methods discussion here.
416 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
417 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
418 Repeat Isearch.
419 (Isearch Minibuffer): New node.
420 (Word Search): Document new word search commands.
421 (Regexp Example): Simplify example using sentence-end-base variable.
422 (Replace): Reword introduction.
423 (Unconditional Replace): Remove unnecessary example.
424 (Other Repeating Search): Document new `M-s o' binding.
425
426 * emacs.texi (Top): Update node listings.
427
e45da31d
JB
4282008-09-22 Juanma Barranquero <lekktu@gmail.com>
429
430 * emacs.texi (Top): Remove Kill Errors from menu.
431
841c8096
CY
4322008-09-22 Chong Yidong <cyd@stupidchicken.com>
433
402168fa
CY
434 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
435 interface for defining macros. Simplify examples. Note that C-g quits
436 macro definitions.
801a8da1 437 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
438 usage example.
439 (Keyboard Macro Query): Organize query responses in a table.
440
441 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
442 to Erasing node.
841c8096
CY
443 (Undo): Reorganize paragraphs for logical flow. Move keybinding
444 rationale to a footnote.
445 (Kill Errors): Remove node, due to redundancy with Erasing.
446 (Spelling): Move discussion of flyspell to end. Note new behavior of
447 M-$ in active region. Remove non-ispell-specific keybindings from
448 table.
449
eab2ee89
DN
4502008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
451
452 * cmdargs.texi (Initial Options): Document --daemon.
453
3d53e905
GM
4542008-09-20 Glenn Morris <rgm@gnu.org>
455
456 * files.texi (Numbered Backups): Mention that some modes set
457 version-control.
458
1c90484d
GM
4592008-09-20 Jim Blandy <jimb@red-bean.com>
460
461 * files.texi (Numbered Backups): Reference File Variables, as well.
462 Remove discussion of Rmail's implementation.
463
0fc0d844
CY
4642008-09-06 Chong Yidong <cyd@stupidchicken.com>
465
466 * misc.texi (Recursive Edit): Note that top-level exits active
467 minibuffers.
468
469 * trouble.texi (Quitting): Likewise.
470
b18d283d
CY
4712008-08-31 Chong Yidong <cyd@stupidchicken.com>
472
473 * emacs.texi (Top): Add Temporary Face Changes xref.
474
475 * display.texi (Display): Move Temporary Face Changes node to just
476 after Standard Faces.
477 (Scrolling): Document recenter-top-bottom instead of recenter.
478 (Horizontal Scrolling): Move auto hscroll discussion to the top.
479 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
480 (Display Custom): Copyedits.
481 (Optional Mode Line): Document display-battery-mode.
482
180135fc
RF
4832008-08-27 Romain Francoise <romain@orebokech.com>
484
485 * custom.texi (Directory Variables): Minor fix.
486
d3fe3475
GM
4872008-08-27 Glenn Morris <rgm@gnu.org>
488
489 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
490 descriptions.
491 (Calendar Customizing): Tweak layout description.
183080b6 492 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
493 markers. Condense calendar-star-date and calendar-mark-today
494 description.
495 (Holiday Customizing): Add oriental and solar holidays.
496 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
497 Fix holiday-float description. Use zerop in examples. Be less verbose.
498 (Date Display Format): Change ISO format. Be less verbose.
499 (Diary Customizing): Mention day and month abbrev arrays.
500 Mention the date-form variables by name. Update European example.
501 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
502 Condense examples. Mention diary-entry-symbols by name.
503 Condense table for insertion commands.
504 (Fancy Diary Display): Mention diary-include-string and
505 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
506 Ethiopic, Persian date functions. Condense descriptions.
507
508 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
509 (Adding to Diary): Adapt for changed node name.
510
71755807
GM
5112008-08-26 Glenn Morris <rgm@gnu.org>
512
513 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
514 node "Hebrew/Islamic Entries".
515
516 * calendar.texi (Specified Dates): Fix names of iso functions.
517 (General Calendar): There may not be another window.
518 (Writing Calendar Files, Holidays): Tweak intro.
519 (Holidays): Mention Baha'i and Chinese holidays.
520 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
521 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
522 (To Other Calendar): Add calendar-print-other-dates.
523 Refer to "graphic display" rather than "X.
524 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
525 (Displaying the Diary): Fix whitespace after reference.
526 Fix `diary-number-of-entries' reference.
527 (Date Formats): Explicitly mention that day names can be abbreviated.
528 (Adding to Diary): Add some references to other sections.
529 (Special Diary Entries): Fix reference.
530 (Appointments): Simplify appt-message-warning-time entry.
531 Clarify where times must be.
532 (Importing Diary): Comment out icalendar paragraph that does not apply.
533 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
534
d76ebc75
GM
5352008-08-23 Glenn Morris <rgm@gnu.org>
536
537 * fortran-xtra.texi (Fortran): Change description of free form and
538 fixed form a bit. Mention hideshow and imenu.
539 (Fortran Motion): Mention fortran-end-of-subprogram,
540 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
541 (Fortran Indent): Minor re-word.
542 (ForIndent Commands): Mention fortran-fill-paragraph and
543 fortran-fill-statement.
544 (ForIndent Cont): Mention fortran-tab-mode-string.
545 (Fortran Comments): Mention fortran-comment-line-start-skip.
546 (Fortran Columns): Mention font-locking.
547 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
548
e2a71e28
JB
5492008-08-23 Johan Bockgard <bojohan@muon>
550
551 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
552
5c52e13c
CY
5532008-08-22 Chong Yidong <cyd@stupidchicken.com>
554
555 * mini.texi (Minibuffer): Simplify introduction.
556 (Minibuffer File): Document tilde in minibuffer filenames.
557 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
558 to enter tabs, spaces, and question marks. Describe behavior of C-a.
559 (Completion Example): Update example to current command list.
560 (Completion Options): Document `lazy' value of completion-auto-help.
561 Update contents of completion-ignored-extensions.
562 (Minibuffer History): Describe "future history" list. State default
563 value of history-delete-duplicates.
564
77a00355
GM
5652008-08-21 Glenn Morris <rgm@gnu.org>
566
567 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 568 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 569
39ee1d04
CY
5702008-08-17 Chong Yidong <cyd@stupidchicken.com>
571
572 * regs.texi (Registers): Clarify valid register names.
573 (RegPos): Note that buffer is saved and restored too.
574 (RegText): Note that mark is reactivated/deactivated.
575 (RegConfig): Xref to Windows node.
576
b12c348f
CY
5772008-08-16 Chong Yidong <cyd@stupidchicken.com>
578
3ae7ba79
CY
579 * basic.texi (Inserting Text): Provide command name for C-q.
580
b12c348f
CY
581 * killing.texi (Killing): Copyedit. Define read-only text.
582 (Deletion): DEL and C-d were already explained in Erasing; xref there.
583 (Killing by Lines): Copyedit.
584 (Other Kill Commands): Move M-w description here.
585 (Yanking): Move M-w to Other Kill Commands.
586 (Kill Ring): Also mention saving text in registers. Link to Text
587 Properties in elisp manual.
588 (Accumulating Text): Copyedit.
589 (CUA Bindings): Shift selection is now the default.
590
d8ff7692
TZ
5912008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * maintaining.texi (Change Log): Mention next-error is available.
594
a43a8a2e
GM
5952008-08-10 Glenn Morris <rgm@gnu.org>
596
597 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
598 and intermonth text.
599 (Holiday Customizing): Add holiday-chinese.
600
eba27308
EZ
6012008-08-08 Eli Zaretskii <eliz@gnu.org>
602
603 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
604
5f14a5b3
DN
6052008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
606
607 * files.texi (Log Buffer): Describe C-c C-d.
608 (Diff Mode): Describe C-x 4 A.
609
49989bff
EZ
6102008-08-06 Eli Zaretskii <eliz@gnu.org>
611
612 * vc1-xtra.texi (VC Directory Mode): Fix last change.
613
5c915c02
DN
6142008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
615
2beaf97a
DN
616 * files.texi (Old Revisions): Update the keys used by vc-annotate and
617 describe the new bindings to show the changeset diff, toggle annotation
618 visibility, show revisions.
619 (VC Status): Describe key bindings for modifying the change comments,
620 displaying changeset diffs and annotations.
621
5c915c02
DN
622 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
623
71798ace
NR
6242008-08-05 Nick Roberts <nickrob@snap.net.nz>
625
626 * vc1-xtra.texi (VC Directory Mode): Fix typo.
627
b8949644
EZ
6282008-08-02 Eli Zaretskii <eliz@gnu.org>
629
630 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
631 and wording.
632
819567d1
DN
6332008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
634
635 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 636 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
637 commands. Improve some old info.
638
5f38310a
CY
6392008-07-31 Chong Yidong <cyd@stupidchicken.com>
640
0dc3906b
CY
641 * display.texi (Visual Line Mode): New node.
642
5f38310a
CY
643 * basic.texi (Inserting Text): Move DEL to deletion node.
644 (Moving Point): Add additional alternative key bindings. Describe
645 line-move-visual.
646 (Erasing): Describe DEL.
647 (Basic Undo, Blank Lines, Arguments): Copyedit.
648 (Continuation Lines): Mention Visual Line mode.
649 (Position Info): Move extended discussion to mule.texi.
650
651 * mule.texi (International Chars): Describe C-x =.
652
653 * emacs.texi (Top): Add Visual Line Mode node.
654
7c2fb837
DN
6552008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
656
657 * emacs.texi: Remove VMS support.
658
3f6b73ef
DN
6592008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
660
661 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
662 the vc-dir command name.
663
9e2a2647
DN
6642008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
665
666 * xresources.texi: Remove mentions of Mac Carbon.
667
568beaa2
AS
6682008-07-19 Andreas Schwab <schwab@suse.de>
669
670 * ns-emacs.texi: Move to ../misc.
671
0ef94706
CY
6722008-07-15 Chong Yidong <cyd@stupidchicken.com>
673
674 * entering.texi (Exiting): Don't describe text-only terminals as the
675 default. Describe the new startup screen.
676 (Exiting): Describe how to kill Emacs first. Change description of
677 iconification to handle modern window systems.
678
ba60bd44 6792008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
680
681 * ns-emacs.texi: New file, documents features of Emacs port under
682 NeXTstep windowing.
683
9f30aa73
CY
6842008-07-15 Chong Yidong <cyd@stupidchicken.com>
685
938a5d2e
CY
686 * entering.texi (Entering Emacs): Update prev node.
687
688 * glossary.texi (Glossary): Remove xref to Text Characters.
689
9f30aa73
CY
690 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
691 directly, rather than in the context of ASCII. Move description of
692 special properties of modifier key to new Modifier Keys node.
693 (Keys): Copyedit.
694 (Text Characters): Delete node. Multibyte is the default nowadays, and
695 the node contents are obsolete.
696
697 * custom.texi (Modifier Keys): New node.
698
699 * emacs.texi (Top): Update node list.
700
7e53d36c
CY
7012008-07-13 Chong Yidong <cyd@stupidchicken.com>
702
703 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
704 saying that Emacs provides menus and mouse support (which is par for
705 the course).
706
707 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
708 early on.
709 (Point): Copyedit. Relegate historical trivia to a footnote.
710 (Mode Line): Explain mode-line format more consistently.
711 (Menu Bar): Copyedit.
712
1e9fa96d
GM
7132008-06-27 Glenn Morris <rgm@gnu.org>
714
715 * cal-xtra.texi (Sexp Diary Entries):
716 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
717
dc9bebb8
CY
7182008-06-26 Chong Yidong <cyd@stupidchicken.com>
719
720 * mark.texi (Shift selection): New node.
721 (Mark): Copyedits.
722 (Persistent Mark): Move to the end of the chapter.
723
e7881076
EZ
7242008-06-20 Eli Zaretskii <eliz@gnu.org>
725
726 * makefile.w32-in (distclean): Remove makefile.
727
f427400c
NR
7282008-06-17 Nick Roberts <nickrob@snap.net.nz>
729
730 * building.texi (Starting GUD): Add an entry for gud-gdb.
731 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
732 command mode.
733
b597d348
GM
7342008-06-17 Glenn Morris <rgm@gnu.org>
735
736 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
737
647b7094
NR
7382008-06-17 Nick Roberts <nickrob@snap.net.nz>
739
740 * building.texi (Starting GUD): Expand on remote debugging.
741 (Other GDB-UI Buffers): Mention new keyboard bindings.
742
47a30023
GM
7432008-06-15 Glenn Morris <rgm@gnu.org>
744
745 * gnu.texi: Use a verbatim license for this invariant section,
746 as per etc/GNU.
747
37e5d54a
GM
7482008-06-13 Daniel Engeler <engeler@gmail.com>
749
750 * emacs.texi, misc.texi: Add documentation about serial port access.
751
8e65d46c
GM
7522008-06-13 Glenn Morris <rgm@gnu.org>
753
c1473b4c
MB
754 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
755 maintain.info.
8e65d46c 756
e40a85cd
MB
7572008-06-05 Miles Bader <miles@gnu.org>
758
759 * display.texi (Temporary Face Changes): Update to reflect function
760 renamings in face-remap.el.
761
56c73dec
MB
7622008-06-04 Miles Bader <miles@gnu.org>
763
764 * display.texi (Temporary Face Changes): Add
765 `adjust-buffer-face-height'. Rewrite description of
766 `increase-buffer-face-height' and `decrease-default-face-height' now
767 that they aren't bound by default.
768
9d3d42fb
MB
7692008-06-03 Miles Bader <miles@gnu.org>
770
771 * display.texi (Temporary Face Changes): New node.
772
2be6bfe2
EZ
7732008-05-31 Eli Zaretskii <eliz@gnu.org>
774
775 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
776
daf7e339
GM
7772008-05-31 Glenn Morris <rgm@gnu.org>
778
779 * cal-xtra.texi (Fancy Diary Display): Simplify.
780
d21d2618
GM
7812008-05-30 Glenn Morris <rgm@gnu.org>
782
783 * cal-xtra.texi (Fancy Diary Display): Update for
784 diary-display-function replacing diary-display-hook.
785
71ce5fd0
JB
7862008-05-29 Drew Adams <drew.adams@oracle.com>
787
788 * msdog.texi (Windows Keyboard): Add descriptions of
789 w32-register-hot-key and w32-unregister-hot-key.
790
a3cdbdf8
MO
7912008-05-21 Tom Tromey <tromey@redhat.com>
792
793 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
794 Variables node.
795
854a574c
MO
7962008-05-19 Tom Tromey <tromey@redhat.com>
797
798 * custom.texi (Variables): Add Directory Variables to menu.
799 (Directory Variables): New node.
800
7c2ec3f9
ER
8012008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
802
71ce5fd0 803 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 804
370fded4
ER
8052008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
806
807 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
808 Revision Tags and rewritten. Section now uses modern terminology,
809 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
810 accurately.
811
6af511e3
EZ
8122008-05-10 Eli Zaretskii <eliz@gnu.org>
813
814 * msdog.texi (Windows Files): Update documentation of
815 w32-get-true-file-attributes.
816
7a78b6e7
ER
8172008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
818
819 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
820 directory mode.
821
1bcfc24e
CY
8222008-05-08 Chong Yidong <cyd@stupidchicken.com>
823
824 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 825 entry "television".
1bcfc24e 826
db86064f
ER
8272008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
828
ab5ec32c 829 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 830
a31b405e
ER
8312008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
832
833 * emacs/buffers.texi, emacs/files.texi (Version-control):
834 vc-toggle-read-only is no longer a good idea...
835
ff2c14fc
GM
8362008-04-29 Glenn Morris <rgm@gnu.org>
837
838 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
839
367c9b7c
JL
8402008-04-22 Juri Linkov <juri@jurta.org>
841
842 * dired.texi (Subdirectories in Dired): Describe using `^'
843 to return to the parent directory.
844
4ac1e9b4
NR
8452008-04-22 Nick Roberts <nickrob@snap.net.nz>
846
847 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
848 recent changes.
849
b9b3bf2b
NR
8502008-04-19 Nick Roberts <nickrob@snap.net.nz>
851
852 * building.texi (GDB-UI Layout, Breakpoints Buffer)
853 (Other GDB-UI Buffers): Update for recent thread related changes.
854
4d120d6a
SM
8552008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
856
857 * maintaining.texi (Maintaining):
858 * emacs.texi (Top): Typo.
859
a152877d
SM
8602008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
861
b9b3bf2b
NR
862 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
863 arg in `font-lock-add-keywords'.
a152877d 864
36c0514c
GM
8652008-04-08 Glenn Morris <rgm@gnu.org>
866
867 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
868 Also add Baha'i calendar references where appropriate.
869
06a97d46
GM
8702008-04-05 Glenn Morris <rgm@gnu.org>
871
872 * custom.texi (Init File): Byte-compiling .emacs is bad.
873
6adc6eed
SM
8742008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
877
571388b0
GM
8782008-03-29 Glenn Morris <rgm@gnu.org>
879
880 * calendar.texi: Update for `calendar-date-style' replacing
881 `european-calendar'.
882
3ae8f876
JR
8832008-03-28 Jason Rumney <jasonr@gnu.org>
884
885 * display.texi (Display Custom): Mention overlay-margin in text.
886
5bc6ddff 8872008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 888
5bc6ddff
MB
889 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
890 tutorial' comments.
03a864d5 891
7186a830
CY
8922008-03-28 Chong Yidong <cyd@stupidchicken.com>
893
894 * mark.texi (Mark): Rearrange nodes.
895 (Persistent Mark): Rename from Transient Mark.
896 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
897 Describe Transient Mark mode as the default.
898
899 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
900 the default behavior with Transient Mark mode off.
901 (Position Info): Fix typo.
902
71ce5fd0
JB
903 * display.texi (Standard Faces): Reference the Mark node.
904 Remove discussion of the region face, which is discussed there.
7186a830
CY
905
906 * emacs.texi (Top): Update node listings.
907
908 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
909 as the default.
910
911 * fixit.texi (Undo): Standardize choice of undo key sequence.
912 (Undo, Spelling): Describe Transient Mark mode as the default.
913
914 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
915 default.
916
917 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
918
919 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
920 mode is the default, and note that the mark is not activated when set.
921
922 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
923 Describe Transient Mark mode as the default.
924
925 * search.texi (Basic Isearch): Reference the Mark Ring node.
926 (Replace, Unconditional Replace, Other Repeating Search):
927 Describe Transient Mark mode as the default.
928
929 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
930 Transient Mark mode as the default.
931 (Paragraphs): Describe how M-h behaves when region is active.
932
933 * trouble.texi (Quitting): Clarify effects of C-g.
934
dc47d1ff
GM
9352008-03-13 Glenn Morris <rgm@gnu.org>
936
937 * emacs.texi (EMACSVER): Set to 23.0.60.
938
e3e0fb39 9392008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 940
e3e0fb39
GM
941 * dired.texi (Hiding Subdirectories): Fix previous change.
942
9432008-03-05 Drew Adams <drew.adams@oracle.com>
944
945 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 946
5e14abf8
KS
9472008-02-28 Kim F. Storm <storm@cua.dk>
948
949 * help.texi (Help Files): Move describe-gnu-project to C-h g.
950 Move describe-distribution to C-h C-o.
951 Move view-emacs-problems to C-h C-p.
952 Add view-emacs-debugging on C-h C-d.
953 Add view-external-packages on C-h C-e.
d0207bf3 954 Add view-order-manuals on C-h C-m.
5e14abf8 955
d0207bf3 9562008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
957
958 * msdog-xtra.texi (MS-DOS): Docstring fix.
959
87e391bb
EZ
9602008-02-09 Eli Zaretskii <eliz@gnu.org>
961
962 * msdog.texi (Windows Fonts): Use a @table for describing font
963 properties.
964
5662e503
JR
9652008-02-07 Jason Rumney <jasonr@gnu.org>
966
967 * msdog.texi (Windows Files): w32-get-true-file-attributes default
968 value has changed.
969 (Windows HOME): Clarify what is meant by "if that fails as well".
970 (Windows Fonts): New section.
971
72463824
GM
9722008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
973
974 * basic.texi (Basic Undo): Remove duplicate "you can".
975
7ff926e0
EZ
9762008-02-02 Eli Zaretskii <eliz@gnu.org>
977
978 * maintaining.texi (Tags): Fix last change.
979
6ab7aef1
MA
9802008-02-02 Michael Albinus <michael.albinus@gmx.de>
981
093571c3 982 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 983
ace67e7e
NR
9842008-01-31 Nick Roberts <nickrob@snap.net.nz>
985
986 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
987
ae068fdf
RS
9882008-01-26 Richard Stallman <rms@gnu.org>
989
990 * maintaining.texi (Tags): Delete redundant index entry.
991
a56d9a08
EZ
9922008-01-26 Eli Zaretskii <eliz@gnu.org>
993
994 * programs.texi (Imenu): Move "@cindex tags" from here...
995 * maintaining.texi (Tags): ...to here.
996
e941ed90
NR
9972008-01-23 Kevin Ryde <user42@zip.com.au>
998
999 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1000 click count.
1001
650276d5
JB
10022008-01-21 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * entering.texi (Exiting): Fix typo.
1005 Reported by D. E. Evans <sinuhe@gnu.org>.
1006
8dc17977
MR
10072007-12-31 Martin Rudalics <rudalics@gmx.at>
1008
1009 * glossary.texi (Glossary): Fix typo.
1010
9f9695a6
RS
10112007-12-27 Richard Stallman <rms@gnu.org>
1012
1013 * text.texi (Formatted Text): Improve menu tag.
1014 (Editing Format Info): In Info, add duplicate menu of nodes
1015 about the submenus.
1016 (Format Faces): Say where Faces menu is found. Mention Other.
1017 (Format Colors): Say where these submenus are found.
1018 (Format Indentation, Format Justification): Likewise.
1019 (Format Properties): Likewise.
1020
abfd0191
RS
10212007-12-22 Richard Stallman <rms@gnu.org>
1022
1023 * search.texi (Query Replace): Make exp of query-replace more
1024 self-contained, and clarify.
8dc17977 1025
abfd0191
RS
1026 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1027
a2586785
RS
10282007-12-15 Richard Stallman <rms@gnu.org>
1029
1030 * files.texi (Auto Save): Clarify definition of auto-saving.
1031
a67cf2bb
RS
10322007-11-26 Richard Stallman <rms@gnu.org>
1033
1034 * help.texi (Help Echo): Cleanups.
1035
448b33b1
TTN
10362007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1037
1038 * files.texi (Why Version Control?): Fix typo.
1039 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1040 (Selecting a Fileset): Fix typos; small rewording.
1041 (Log Buffer): Likewise.
1042 (Old Revisions): Likewise.
448b33b1 1043
221bb7f6
EZ
10442007-11-17 Eli Zaretskii <eliz@gnu.org>
1045
1046 * mule.texi (Communication Coding): Fix wording of last change.
1047
d0207bf3 10482007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1049
630cb3b7
JB
1050 * custom.texi (Specifying File Variables):
1051 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1052
53b7759e
KH
10532007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1054
a5ab2e0c 1055 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1056
1057 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1058
c8763fb6 10592007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1060
630cb3b7 1061 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1062 --output=file.
1063
ff98e024
MR
10642007-11-13 Martin Rudalics <rudalics@gmx.at>
1065
1066 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1067 (Help Echo): Avoid mentioning the term "region" here and
1068 consistently use the term "active text".
1069
37b11c22
GM
10702007-11-11 Glenn Morris <rgm@gnu.org>
1071
1072 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1073
21d50ba1
JL
10742007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1075
1076 * search.texi (Query Replace): Mention
1077 `query-replace-show-replacement'.
1078
c12ecb0a 10792007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1080
1081 * building.texi (Watch Expressions): Remove obscure sentence.
1082
3b4201f4
KH
10832007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1084
1085 * mule.texi (Select Input Method): Describe how to activate an input
1086 method in the text mode.
1087
07e5c0b0
DN
10882007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1091
52dd7391
NR
10922007-10-30 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1095
c004e539
GM
10962007-10-30 Glenn Morris <rgm@gnu.org>
1097
1098 * misc.texi (Directory Tracking): Explain a bit more about
1099 dirtrack-mode.
1100
ca8c5b8c
GM
11012007-10-25 Glenn Morris <rgm@gnu.org>
1102
1103 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1104
b6c764ef
RS
11052007-10-24 Richard Stallman <rms@gnu.org>
1106
1107 * misc.texi (Interactive Shell): Cleanup last change.
1108
eabd84c9
JL
11092007-10-22 Juri Linkov <juri@jurta.org>
1110
1111 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1112 default values.
1113
0b43c7e2
ER
11142007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1115
ca8c5b8c 1116 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1117 'filesets'.
1118
a80859d4
MR
11192007-10-18 Martin Rudalics <rudalics@gmx.at>
1120
1121 * trouble.texi (Quitting): Fix typo.
1122
c9447ae1
GM
11232007-10-18 Glenn Morris <rgm@gnu.org>
1124
1125 * frames.texi (Mode Line Mouse): Mention minor mode names.
1126
168b980f
JL
11272007-10-17 Juri Linkov <juri@jurta.org>
1128
1129 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1130 fill-paragraph operates on the active region in Transient Mark mode.
1131 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1132 with fill-paragraph.
1133
1134 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1135 fill-paragraph.
1136
1137 * fixit.texi (Spelling): ispell-word operates on the active region
1138 in Transient Mark mode.
1139
5a331f34
JB
11402007-10-17 Aaron S. Hawley <aaronh@garden.org>
1141
1142 * building.texi (Source Buffers):
1143 * custom.texi (Init Non-ASCII):
1144 * glossary.texi (Glossary): Use "key binding" consistently.
1145
2a9f4d55
JB
11462007-10-17 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * calendar.texi (Diary): Fix directive.
1149
de13cecf
RS
11502007-10-16 Richard Stallman <rms@gnu.org>
1151
1152 * calendar.texi (Diary): Clarify text about diary file example.
1153
5f90d53e
ER
11542007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1155
1156 * files.texi: Capitalize node names according to convention.
1157
3aa491bc
GM
11582007-10-13 Glenn Morris <rgm@gnu.org>
1159
1160 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1161
8a3106d3
ER
11622007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1163
1164 * emacs.texi:
1165 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1166 suggested by RMS and Robert J. Chassell.
8a3106d3 1167
da1080a2
ER
11682007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1169
3aa491bc 1170 * files.texi (Version Systems):
0870a421
ER
1171 * vc-xtra.texi:
1172 * vc1-xtra.texi:
ac3f4c6f 1173 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1174 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1175 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1176 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1177
58ade22b
ER
11782007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1179
da1080a2 1180 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1181 Reorder the descriptions to be chronological.
1182
93870ce2
RS
11832007-10-09 Richard Stallman <rms@gnu.org>
1184
1185 * display.texi (Cursor Display): Correct how cursor appears
1186 in nonselected windows.
1187
568c7288
NR
11882007-10-04 Nick Roberts <nickrob@snap.net.nz>
1189
1190 * building.texi (GDB Graphical Interface): Remove references to gdba
1191 and mention gud-gdb.
1192
1af74d06 11932007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1194
1af74d06 1195 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1196
0d8fb755
JL
11972007-10-06 Juri Linkov <juri@jurta.org>
1198
1199 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1200 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1201 fill-paragraph-or-region.
1202
1203 * basic.texi (Arguments): Replace fill-paragraph with
1204 fill-paragraph-or-region.
1205
b981e2c6
ER
12062007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1207
1208 * files.texi: Update the section on version control for 2007
2a9f4d55 1209 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1210 will come later.
1211
5fceaf9c
GM
12122007-09-15 Glenn Morris <rgm@gnu.org>
1213
1214 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1215 to `list-holidays'.
1216
b0e44b17
GM
12172007-09-14 Glenn Morris <rgm@gnu.org>
1218
1219 * calendar.texi: Update all instances of mark-calendar-holidays,
1220 list-calendar-holidays, list-holidays with the new names.
1221
8cf51b2c
GM
12222007-09-06 Glenn Morris <rgm@gnu.org>
1223
1224 * Move manual sources from man/ to subdirectories of doc/.
1225 Split into the Emacs manual in emacs/, and other manuals in misc/.
1226 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1227 manual.
1228 (infodir): New variable.
1229 (info): Use $infodir.
1230 (emacsman): Delete target, not needed any more.
1231 Move all targets that are not the Emacs manual to misc/Makefile.in.
1232 (mostlyclean): Remove `gnustmp'.
1233 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1234 manual.
92f9b43f 1235 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1236 (emacsman): Delete target, not needed any more.
1237 (clean): Remove all info files but Emacs manual.
1238 Move all targets that are not the Emacs manual to misc/Makefile.in.
1239 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1240
1241 * Makefile.in (INFOSOURCES): Delete.
1242 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1243 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1244 *.vrs *.toc here...
1245 (maintainer-clean): ...from here.
1246
12472007-09-05 Glenn Morris <rgm@gnu.org>
1248
1249 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1250
8cf51b2c
GM
12512007-08-29 Glenn Morris <rgm@gnu.org>
1252
1253 * emacs.texi (EMACSVER): Increase to 23.0.50.
1254
3420c522
RS
12552007-08-27 Richard Stallman <rms@gnu.org>
1256
1257 * emacs.texi (Top): Clarify menu item for Glossary.
1258
1259 * display.texi (Faces): Change secn title.
1260 Clarify not all fonts come from Font Lock.
1261
8cf51b2c
GM
12622007-08-17 Eli Zaretskii <eliz@gnu.org>
1263
1264 * basic.texi (Position Info): Add index entry for face at point.
1265 Mention that character faces are also displayed by "C-u C-x =".
1266
8cf51b2c
GM
12672007-08-08 Glenn Morris <rgm@gnu.org>
1268
1269 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1270
12712007-08-07 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * files.texi (File Conveniences): Document point motion keys in Image
1274 mode.
1275
8cf51b2c
GM
12762007-07-27 Glenn Morris <rgm@gnu.org>
1277
8cf51b2c
GM
1278 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1279 in-line.
1280
1281 * gpl.texi: New file with text of GPL.
1282 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1283
12842007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1285
1286 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1287
1288 * dired.texi (Wdired): Mention C-x C-q key binding.
1289
12902007-07-28 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1293
12942007-07-25 Glenn Morris <rgm@gnu.org>
1295
8cf51b2c
GM
1296 * emacs.texi (Copying): Replace license with GPLv3.
1297
1298 * Relicense all FSF files to GPLv3 or later.
1299
13002007-07-24 Glenn Morris <rgm@gnu.org>
1301
1302 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1303 for some calendars.
1304
13052007-07-23 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1308 default-directory for the current buffer is on a remote machine.
1309
8cf51b2c
GM
13102007-07-21 Eli Zaretskii <eliz@gnu.org>
1311
1312 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1313 default value.
1314
13152007-07-21 Richard Stallman <rms@gnu.org>
1316
1317 * files.texi (Why Version Control?): Improve previous change.
1318
13192007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1320
1321 * files.texi (Why Version Control?): New node.
1322
8cf51b2c
GM
13232007-07-12 Nick Roberts <nickrob@snap.net.nz>
1324
8cf51b2c
GM
1325 * building.texi (Starting GUD): Add xref to this anchor.
1326
8cf51b2c
GM
13272007-06-24 Karl Berry <karl@gnu.org>
1328
2a9f4d55 1329 * emacs.texi: New Back-Cover Text.
8cf51b2c 1330
8cf51b2c
GM
13312007-06-07 Alan Mackenzie <acm@muc.de>
1332
1333 * display.texi (Optional Mode Line): Document the new form of
1334 line+column numbers, "(561,2)".
1335
13362007-06-06 Juanma Barranquero <lekktu@gmail.com>
1337
49823426 1338 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1339
13402007-06-02 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * Version 22.1 released.
1343
8cf51b2c
GM
13442007-05-07 Karl Berry <karl@gnu.org>
1345
1346 * emacs.texi (EMACSVER): Back to 22.
1347
13482007-05-06 Richard Stallman <rms@gnu.org>
1349
1350 * maintaining.texi (Create Tags Table): Clean up previous change.
1351
c8763fb6 13522007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1353
1354 * maintaining.texi (Create Tags Table): Add text about the dangers of
1355 making symbolic links to tags files.
1356
13572007-05-04 Karl Berry <karl@gnu.org>
1358
1359 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1360
13612007-05-03 Karl Berry <karl@gnu.org>
1362
1363 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1364
1365 * .cvsignore (*.pdf): New entry.
1366
8cf51b2c
GM
1367 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1368 for printing.
1369
13702007-05-01 Richard Stallman <rms@gnu.org>
1371
1372 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1373
8cf51b2c
GM
13742007-04-28 Glenn Morris <rgm@gnu.org>
1375
1376 * ack.texi (Acknowledgments):
1377 * anti.texi (Antinews):
8cf51b2c
GM
1378 * programs.texi (Program Modes): Restore mention of python.el pending
1379 consideration of legal status.
1380
13812007-04-28 Richard Stallman <rms@gnu.org>
1382
1383 * files.texi (File Names): Fixes to ~ description on MS systems.
1384
8cf51b2c
GM
13852007-04-26 Glenn Morris <rgm@gnu.org>
1386
1387 * emacs.texi (EMACSVER): Increase to 22.1.50.
1388
13892007-04-25 Karl Berry <karl@gnu.org>
1390
1391 * emacs.texi: Improve line breaks on copyright page,
1392 similar layout to lispref, 8.5x11 by default.
1393
1394 * dired.texi (Image-Dired): Improve line break, fix typo.
1395
13962007-04-24 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * programs.texi (Program Modes):
8cf51b2c
GM
1399 * anti.texi (Antinews):
1400 * ack.texi (Acknowledgments): python.el removed.
1401
8cf51b2c
GM
14022007-04-23 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * display.texi (Highlight Interactively): Correct description of
1405 hi-lock-file-patterns-policy.
1406
1407 * files.texi (File Archives): Mention self-extracting executables.
1408
14092007-04-23 Eli Zaretskii <eliz@gnu.org>
1410
1411 * search.texi (Unconditional Replace, Query Replace): Add xref to
1412 "Replacement and Case".
1413
14142007-04-22 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * dired.texi (Image-Dired): Move from Thumbnails node.
1417 * misc.texi (Thumbnails): Node deleted.
1418 * emacs.texi (Top): Update node listing.
1419
1420 * files.texi (File Conveniences):
49823426 1421 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1422
14232007-04-21 Richard Stallman <rms@gnu.org>
1424
1425 * display.texi (Highlight Interactively): Correct previous change.
1426 Clarify doc of hi-lock-find-patterns, and move new features into it.
1427
14282007-04-20 David Koppelman <koppel@ece.lsu.edu>
1429
1430 * display.texi (Highlight Interactively): Document
1431 hi-lock-file-patterns-policy.
1432
14332007-04-20 Martin Rudalics <rudalics@gmx.at>
1434
1435 * display.texi (Scrolling): Fix typo.
1436
8cf51b2c
GM
14372007-04-15 Chong Yidong <cyd@stupidchicken.com>
1438
8cf51b2c
GM
1439 * doclicense.texi: Remove node heading, so that it can be included by
1440 other files.
1441
1442 * emacs.texi: Insert node heading for GFDL.
1443
8cf51b2c
GM
14442007-04-14 Eli Zaretskii <eliz@gnu.org>
1445
1446 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1447 "command line".
1448
1449 * display.texi (Faces): Refer to "Creating Frames" for face
1450 and other frame customizations in .emacs.
1451
1452 * frames.texi (Creating Frames): Mention that face customizations can
1453 be put in .emacs. Add index entries.
1454
14552007-04-12 Richard Stallman <rms@gnu.org>
1456
1457 * glossary.texi (Glossary): Explain `iff'.
1458
14592007-04-11 Karl Berry <karl@gnu.org>
1460
1461 * gnu.texi (Top),
1462 * macos.texi (Mac Font Specs),
1463 * anti.texi (Antinews),
1464 * xresources.texi (Resources),
1465 * misc.texi (Emulation),
1466 * calendar.texi (Daylight Saving),
1467 * dired.texi (Dired and Find),
1468 * rmail.texi (Remote Mailboxes),
1469 * sending.texi (Mail Headers),
1470 * programs.texi (Which Function),
1471 * files.texi (Recover),
1472 * buffers.texi (Uniquify),
1473 * frames.texi (Wheeled Mice),
1474 * killing.texi (Rectangles): Wording to improve breaks in
1475 8.5x11 format.
1476 * mule.texi (Language Environments): \hbadness=10000 since there's
1477 no way to reword.
1478 * emacs.texi (smallbook): New @set to more easily switch between
1479 smallbook and 8.5x11.
1480
14812007-04-11 Richard Stallman <rms@gnu.org>
1482
1483 * files.texi (File Conveniences): Add xref to Tumme.
1484 Delete text about Thumbnail mode.
1485
8cf51b2c
GM
14862007-04-09 Alan Mackenzie <acm@muc.de>
1487
1488 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1489 new name. Insert concept index entries.
1490
8cf51b2c
GM
14912007-04-08 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * display.texi (Standard Faces): Document prefix arg for
1494 list-faces-display.
1495
1496 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1497
8cf51b2c
GM
14982007-04-07 Chong Yidong <cyd@stupidchicken.com>
1499
8cf51b2c
GM
1500 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1501
1502 * files.texi (Misc File Ops): Rewrite description of
1503 insert-file-literally.
1504
8cf51b2c
GM
15052007-03-31 Eli Zaretskii <eliz@gnu.org>
1506
1507 * misc.texi (Printing): Postscript -> PostScript.
1508
8cf51b2c
GM
1509 * ack.texi (Acknowledgments): Postscript -> PostScript.
1510
1511 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1512
1513 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1514 below.
1515
15162007-03-30 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1519 Init Non-ASCII.
1520 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1521 (Init Non-ASCII): New node.
1522
15232007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1524
1525 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1526
8cf51b2c
GM
15272007-03-12 Glenn Morris <rgm@gnu.org>
1528
8cf51b2c
GM
1529 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1530 "Daylight Savings".
1531
49823426 1532 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1533 saving" in text throughout.
1534
8cf51b2c
GM
15352007-03-04 Richard Stallman <rms@gnu.org>
1536
1537 * custom.texi (Safe File Variables): Minor correction.
1538
8cf51b2c
GM
15392007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1540
1541 * rmail.texi (Movemail): Add internal ref.
1542 Don't indent the intro for the PROTO table.
1543 Format PROTO table items with @code.
1544
8cf51b2c
GM
15452007-02-26 Nick Roberts <nickrob@snap.net.nz>
1546
1547 * building.texi: Remove references to bashdb.
1548
8cf51b2c
GM
15492007-02-19 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * mule.texi (Language Environments): Update list of supported language
1552 environments.
1553
8cf51b2c
GM
15542007-02-14 Kim F. Storm <storm@cua.dk>
1555
1556 * building.texi (Grep Searching): Fix lgrep doc.
1557
15582007-02-12 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * back.texi: Remove unused file.
1561
c8763fb6 15622007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1563
1564 * maintaining.texi (Tag Syntax): Now --members is the default for
1565 etags, not for ctags yet.
1566
8cf51b2c
GM
15672007-02-03 Eli Zaretskii <eliz@gnu.org>
1568
1569 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1570 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1571 expects. Add comments to prevent people from inadvertently modifying
1572 the key parts needed by `texinfo-multiple-files-update'.
1573
15742007-01-29 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * frames.texi (Secondary Selection): Window clicked does not matter
1577 when mouse-yank-at-point is non-nil.
1578
8cf51b2c
GM
15792007-01-16 Glenn Morris <rgm@gnu.org>
1580
1581 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1582 system abbrev.
1583
15842007-01-11 Richard Stallman <rms@gnu.org>
1585
1586 * msdog.texi (Windows Keyboard): Another small cleanup.
1587
15882007-01-10 Richard Stallman <rms@gnu.org>
1589
1590 * msdog.texi (Windows Keyboard): Yet another try to make
1591 everyone happy with that passage.
1592
15932007-01-05 Richard Stallman <rms@gnu.org>
1594
1595 * anti.texi (Antinews): Mention M-x shell scrolling.
1596
15972007-01-05 Nick Roberts <nickrob@snap.net.nz>
1598
1599 * building.texi (Watch Expressions): Describe gdb-max-children.
1600
8cf51b2c
GM
16012007-01-04 Richard Stallman <rms@gnu.org>
1602
8cf51b2c
GM
1603 * msdog.texi (Windows Keyboard): Clarify previous change.
1604
8cf51b2c
GM
16052007-01-02 Richard Stallman <rms@gnu.org>
1606
1607 * custom.texi (Changing a Variable): Minor clarification.
1608 (Specific Customization): customize-customized => customize-unsaved.
1609
1610 * entering.texi (Entering Emacs): Clean up text about restarting
1611 Emacs for each file.
1612
1613 * misc.texi (Shell Options): Minor cleanup.
1614
1615 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1616 with Emacs, not vice versa.
1617
1618 * programs.texi (Symbol Completion): Recommend customizing
1619 window manager.
1620
1621 * xresources.texi (Resources): Minor fix.
1622
c8763fb6 16232007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1624
1625 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1626
16272007-01-01 Richard Stallman <rms@gnu.org>
1628
1629 * commands.texi (User Input): Document keys stolen by window mangers.
1630
16312006-12-31 Richard Stallman <rms@gnu.org>
1632
1633 * custom.texi (Specific Customization): Document customize-option
1634 instead of customize-variable.
1635
16362006-12-31 Kim F. Storm <storm@cua.dk>
1637
1638 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1639
16402006-12-30 Kim F. Storm <storm@cua.dk>
1641
1642 * killing.texi (CUA Bindings): Fix typo.
1643
1644 * xresources.texi (Table of Resources): Mention grow-only value for
1645 auto-resize-tool-bars.
1646
8cf51b2c
GM
16472006-12-27 Eli Zaretskii <eliz@gnu.org>
1648
1649 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1650 and how to get them back.
1651
16522006-12-26 Richard Stallman <rms@gnu.org>
1653
1654 * calendar.texi (Holidays): Holiday listing is based on current
1655 practice, but DST is not.
1656
16572006-12-25 Richard Stallman <rms@gnu.org>
1658
1659 * emacs.texi (Top): Update subnode menus.
1660
1661 * mark.texi (Transient Mark): Fix xref.
1662
1663 * killing.texi (Graphical Kill): Node deleted.
1664 (Killing): Add xref to Cut and Paste.
1665 (CUA Bindings): Update xref.
1666
1667 * frames.texi (Cut and Paste): New section to hold other nodes.
1668 (Mouse Commands): Node demoted.
1669 (Cut/Paste Other App): Split out from Mouse Commands.
1670 (Word and Line Mouse): Likewise.
1671 (Secondary Selection, Clipboard): Nodes demoted.
1672
8cf51b2c
GM
16732006-12-24 Kevin Ryde <user42@zip.com.au>
1674
1675 * calendar.texi (Holidays): US daylight saving begins second Sunday
1676 in March for 2007 onwards.
1677 (Daylight Savings): Show new US default daylight saving rules, 2nd
1678 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1679
16802006-12-23 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * calendar.texi (Scroll Calendar): < and > are switched.
1683
16842006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1685
1686 * killing.texi (Deletion): Describe M-\ prefix argument.
1687
16882006-12-23 Richard Stallman <rms@gnu.org>
1689
1690 * search.texi (Regexp Search): Explain why forward and reverse regexp
1691 search are not mirror images.
1692
8cf51b2c
GM
16932006-12-19 Kim F. Storm <storm@cua.dk>
1694
1695 * major.texi (Choosing Modes): Describe match-function elements for
1696 magic-mode-alist.
1697
8cf51b2c
GM
16982006-12-18 Eli Zaretskii <eliz@gnu.org>
1699
1700 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1701 peculiarities.
1702
17032006-12-18 Richard Stallman <rms@gnu.org>
1704
1705 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1706
8cf51b2c
GM
17072006-12-17 Alan Mackenzie <acm@muc.de>
1708
1709 * programs.texi (Left Margin Paren): Remove the bit which says
1710 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1711 Discuss some of the issues of setting this option to nil.
1712
17132006-12-17 Glenn Morris <rgm@gnu.org>
1714
1715 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1716
17172006-12-16 Eli Zaretskii <eliz@gnu.org>
1718
1719 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1720 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1721 NTFS volumes.
1722 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1723 volumes.
1724
17252006-12-15 Eli Zaretskii <eliz@gnu.org>
1726
1727 * text.texi (HTML Mode): Fix "C-c TAB".
1728
8cf51b2c
GM
17292006-12-09 Richard Stallman <rms@gnu.org>
1730
1731 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1732
17332006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1734
1735 * files.texi (Misc File Ops): Document insert-file-literally.
1736
17372006-12-08 Eli Zaretskii <eliz@gnu.org>
1738
1739 * cmdargs.texi (Colors): Note that --color is intended for overriding
1740 the terminal defaults, not for normal invocation.
1741
1742 * misc.texi (Emacs Server): Improve wording. Don't mention the
1743 ``server program''. Add a cross-reference to "Init File" node.
1744 (Invoking emacsclient): Add index entries. Document both short and
1745 long versions of command-line options. Document the -f option.
1746
8cf51b2c
GM
17472006-12-06 Richard Stallman <rms@gnu.org>
1748
1749 * text.texi (Outline Format): Say to set outline-regexp
1750 and outline-level with major modes and file local variables.
1751
c8763fb6 17522006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1753
1754 * anti.texi (Antinews): Mention the alternative to
1755 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1756
8cf51b2c
GM
1757 * misc.texi (Interactive Shell): Ditto.
1758
17592006-12-04 Eli Zaretskii <eliz@gnu.org>
1760
1761 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1762
1763 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1764
17652006-12-01 Eli Zaretskii <eliz@gnu.org>
1766
1767 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1768 colon in the mode line.
1769
1770 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1771
17722006-11-26 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * building.texi (Watch Expressions): Mention SPC for expanding/
1775 contracting watch expressions.
1776
17772006-11-26 Kim F. Storm <storm@cua.dk>
1778
1779 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1780
17812006-11-26 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * building.texi (Debugger Operation): Define text command mode.
1784 Clarify how tooltips work.
1785 (GDB Graphical Interface): Explain how to run in text command mode
1786 more clearly.
1787
17882006-11-25 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1791
17922006-11-22 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1795
8cf51b2c
GM
17962006-11-18 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1799 and EMACS is deprecated.
1800
18012006-11-18 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1804
c8763fb6 18052006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1806
1807 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1808
1809 * emacs.texi: Include xresources.texi both for info and dvi.
1810
1811 * xresources.texi: Merge text from xresmini.texi.
1812
c8763fb6 18132006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1814
1815 * glossary.texi: Fix typos.
1816
8cf51b2c
GM
18172006-11-06 Richard Stallman <rms@gnu.org>
1818
1819 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1820
1821 * ack.texi (Acknowledgments): Fix name spelling.
1822
18232006-11-01 Juri Linkov <juri@jurta.org>
1824
1825 * search.texi (Word Search): Document incremental word search.
1826
18272006-10-28 Glenn Morris <rgm@gnu.org>
1828
1829 * ack.texi (Acknowledgments): Add cal-html author.
1830
1831 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1832 Calendar"). Describe new package cal-html.
1833 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1834 Calendar Files."
1835
8cf51b2c
GM
18362006-10-23 Richard Stallman <rms@gnu.org>
1837
1838 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1839 Abbrev mode is enabled.
1840
8cf51b2c
GM
18412006-10-16 Richard Stallman <rms@gnu.org>
1842
8cf51b2c
GM
1843 * emacs.texi: Update ISBN.
1844
8cf51b2c
GM
18452006-10-11 Kim F. Storm <storm@cua.dk>
1846
1847 * emacs.texi (Acknowledgments): Use @dotless{i}.
1848
18492006-10-08 Nick Roberts <nickrob@snap.net.nz>
1850
1851 * building.texi (Breakpoints Buffer): Mention catchpoints.
1852
18532006-10-08 Kim F. Storm <storm@cua.dk>
1854
1855 * ack.texi (Acknowledgments): Update.
1856
1857 * emacs.texi (Acknowledgments): Fix bad @/ form.
1858
8cf51b2c
GM
18592006-10-05 Kim F. Storm <storm@cua.dk>
1860
1861 * emacs.texi (Acknowledgments): Add more contributors.
1862
18632006-10-03 Richard Stallman <rms@gnu.org>
1864
1865 * emacs.texi (Acknowledgments): Update version and edition.
1866
8cf51b2c
GM
18672006-10-01 Karl Berry <karl@gnu.org>
1868
1869 * custom.texi (Customization Groups): Page break to keep example buffer
1870 on one page.
1871
18722006-09-30 Karl Berry <karl@gnu.org>
1873
1874 * programs.texi (Basic Indent): @need to improve page break.
1875 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1876
18772006-09-29 Glenn Morris <rgm@gnu.org>
1878
1879 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1880
18812006-09-29 Karl Berry <karl@gnu.org>
1882
1883 * windows.texi (Basic Window): Remove forced @break, no longer
1884 desirable.
1885 * frames.texi (Frame Commands),
1886 * mark.texi (Marking Objects): Reword to avoid bad page break.
1887 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1888
18892006-09-19 Richard Stallman <rms@gnu.org>
1890
1891 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1892 stick to present tense.
1893
c8763fb6 18942006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1895
1896 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1897 to x-gtk-use-old-file-dialog.
1898 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1899
19002006-09-15 Jay Belanger <belanger@truman.edu>
1901
49823426 1902 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1903 Change "Library Public License" to "Lesser Public License"
1904 throughout. Use "yyyy" to represent year.
1905
8cf51b2c
GM
19062006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1907
1908 * files.texi (Visiting): Add index entry "open file".
1909
8cf51b2c
GM
19102006-09-11 Richard Stallman <rms@gnu.org>
1911
1912 * building.texi (Compilation Mode): Clarification.
1913 (Grep Searching): Add xref to Compilation Mode.
1914
8cf51b2c
GM
19152006-09-08 Richard Stallman <rms@gnu.org>
1916
1917 * search.texi (Search): Ref multi-file search commands here.
1918 (Other Repeating Search): Not here.
1919
8cf51b2c
GM
19202006-08-28 Richard Stallman <rms@gnu.org>
1921
1922 * windows.texi (Split Window): Update xref.
1923
1924 * basic.texi (Continuation Lines): Update xref.
1925
1926 * indent.texi (Tab Stops): Update xref.
1927
1928 * emacs.texi (Top): Update subnode menu.
1929
1930 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1931 split out of Display Custom.
1932
19332006-08-25 Kim F. Storm <storm@cua.dk>
1934
1935 * display.texi (Display Custom): Add variables overline-margin
1936 and x-underline-at-descent-line.
1937
19382006-08-25 Richard Stallman <rms@gnu.org>
1939
1940 * entering.texi (Exiting): Rewrite to give graphical displays
1941 priority over text terminals.
1942
1943 * search.texi (Incremental Search): Move index entries.
1944
19452006-08-23 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * custom.texi (Init File): Reference Find Init to avoid "home
1948 directory" confusion.
1949
19502006-08-22 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * building.texi (Other GDB-UI Buffers): Describe how to edit
1953 a value in the locals buffer.
1954
19552006-08-21 Richard Stallman <rms@gnu.org>
1956
1957 * search.texi (Basic Isearch): Add `isearch' index entry.
1958
19592006-08-16 Richard Stallman <rms@gnu.org>
1960
1961 * misc.texi (Saving Emacs Sessions): Clean up wording.
1962
1963 * mark.texi (Marking Objects): Mention term "select all".
1964
1965 * emacs.texi (Top): Update subnode menu.
1966
1967 * help.texi (Help Mode): Move node up in file.
1968
8cf51b2c
GM
19692006-08-15 Nick Roberts <nickrob@snap.net.nz>
1970
1971 * building.texi (Stack Buffer): Explain fringe arrow.
1972
8cf51b2c
GM
19732006-08-12 Eli Zaretskii <eliz@gnu.org>
1974
8cf51b2c
GM
1975 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1976 on startup.
1977
19782006-08-11 Romain Francoise <romain@orebokech.com>
1979
1980 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1981
19822006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1983
1984 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1985
19862006-08-10 Richard Stallman <rms@gnu.org>
1987
1988 * text.texi (Format Faces): Substantial rewrites to deal
1989 with face merging. Empty regions don't count. Clarify
1990 face property inheritance.
1991
19922006-08-08 Romain Francoise <romain@orebokech.com>
1993
1994 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1995 <arjuropo@cc.jyu.fi>.
1996
8cf51b2c
GM
19972006-08-04 Eli Zaretskii <eliz@gnu.org>
1998
1999 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2000 apply to all frames.
2001
8cf51b2c
GM
20022006-08-01 Richard Stallman <rms@gnu.org>
2003
2004 * help.texi (Name Help): Add index entries for describe-variable.
2005
20062006-08-01 Nick Roberts <nickrob@snap.net.nz>
2007
2008 * building.texi (GDB Graphical Interface): Shorten node names.
2009 (GDB-UI Layout): Use GDB-related.
2010 (Other GDB-UI Buffers): Simplify English.
2011
20122006-07-31 Richard Stallman <rms@gnu.org>
2013
2014 * search.texi (Query Replace): Add xref for Dired's Q command.
2015
8cf51b2c
GM
20162006-07-31 Nick Roberts <nickrob@snap.net.nz>
2017
2018 * building.texi (GDB commands in Fringe): Rename to...
2019 (Source Buffers): ..this and move forward. Describe hollow arrow and
2020 new option gdb-find-source-frame.
2021
20222006-07-29 Richard Stallman <rms@gnu.org>
2023
2024 * dired.texi (Operating on Files): Simplify previous change
2025 and fix Texinfo usage.
2026
20272006-07-29 Eli Zaretskii <eliz@gnu.org>
2028
2029 * dired.texi (Operating on Files): Add cross-references. State the
2030 Unix commands that do similar things.
2031
20322006-07-28 Richard Stallman <rms@gnu.org>
2033
2034 * mark.texi (Transient Mark): Clarify that region never disappears
2035 when Transient Mark mode is off, and not when it is on.
2036
20372006-07-27 Richard Stallman <rms@gnu.org>
2038
2039 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2040
20412006-07-24 Richard Stallman <rms@gnu.org>
2042
2043 * xresources.texi (GTK styles): Fix texinfo usage.
2044
8cf51b2c
GM
2045 * commands.texi (User Input): Explain why we teach keyboard cmds.
2046
2047 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2048 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2049 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2050 * doclicense.texi, display.texi, dired.texi, basic.texi:
2051 * anti.texi, ack.texi: Move periods and commas inside quotes.
2052
20532006-07-22 Eli Zaretskii <eliz@gnu.org>
2054
2055 * cmdargs.texi (General Variables): Document EMAIL.
2056
20572006-07-21 Eli Zaretskii <eliz@gnu.org>
2058
2059 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2060 doesn't have effect on MS-Windows.
2061
8cf51b2c
GM
20622006-07-17 Richard Stallman <rms@gnu.org>
2063
2064 * building.texi (Grep Searching): Explain about chaining grep commands.
2065
8cf51b2c
GM
20662006-07-10 Nick Roberts <nickrob@snap.net.nz>
2067
49823426 2068 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2069
20702006-07-09 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2073 is invoked for multiple files.
2074
20752006-07-08 Eli Zaretskii <eliz@gnu.org>
2076
2077 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2078 on-line manual for the rest of this node.
2079 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2080 unconditionally.
2081 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2082 Improve wording.
2083 (Windows Printing): Improve wording.
2084 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2085 rest of this node.
2086
8cf51b2c
GM
20872006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2088
49823426
GM
2089 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2090 with eval-buffer.
8cf51b2c
GM
2091
20922006-07-05 Nick Roberts <nickrob@snap.net.nz>
2093
2094 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2095 of character translation.
2096
20972006-07-04 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2100
21012006-07-03 Karl Berry <karl@gnu.org>
2102
2103 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2104 not-too-underfull hboxes in the TeX output.
2105 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2106 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2107 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2108 * sending.texi, text.texi: Fix overfull/underfull boxes.
2109
21102006-07-03 Romain Francoise <romain@orebokech.com>
2111
2112 * m-x.texi (M-x): Fix.
2113
21142006-07-03 Richard Stallman <rms@gnu.org>
2115
8cf51b2c
GM
2116 * search.texi (Other Repeating Search): filename -> file name.
2117
2118 * misc.texi (Narrowing): Minor cleanups.
2119
2120 * files.texi (Visiting): filename -> file name.
2121
2122 * emacs.texi (Top): Update subnode menus.
2123
2124 * mule.texi (Coding Systems): Move char translation stuff here.
2125 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2126 (Recognize Coding): Substantial local rewrites.
2127 (International): Update menu.
2128
2129 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2130 (Scrolling): Substantial local rewrites.
2131 (Display): Update menu and intro.
2132
2133 * dired.texi: filename -> file name.
2134
2135 * custom.texi (Safe File Variables): Texinfo usage fix.
2136
21372006-07-03 Ted Zlatanov <tzz@lifelogs.com>
2138
2139 * help.texi, m-x.texi: Lots of cleanups.
2140
8cf51b2c
GM
21412006-06-30 Eli Zaretskii <eliz@gnu.org>
2142
2143 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2144 (Windows Processes, Windows Misc): Shorten the printed version by
2145 selectively conditioning less important portions by @ifnottex.
2146
8cf51b2c
GM
21472006-06-27 Richard Stallman <rms@gnu.org>
2148
2149 * mini.texi (Minibuffer File): Minor cleanup.
2150
21512006-06-25 Nick Roberts <nickrob@snap.net.nz>
2152
2153 * frames.texi (XTerm Mouse): Rename to...
2154 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2155
2156 * emacs.texi (Top): Use new node name.
2157
21582006-06-24 Eli Zaretskii <eliz@gnu.org>
2159
2160 * emacs.texi (Top): Update the detailed menu according to changes in
2161 msdog.texi.
2162
2163 * msdog.texi (Windows Keyboard): New section.
2164 (Windows Mouse): New section.
2165 (Windows System Menu): Remove section (text merged with "Windows
2166 Keyboard").
2167 (Windows Misc): New section.
2168
2169 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2170
2171 * msdog.texi (ls in Lisp): New section.
2172
2173 * files.texi (Visiting): Document case-insensitive wildcard matching
2174 under find-file-wildcards.
2175
8cf51b2c
GM
21762006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2177
2178 * macos.texi (Mac Input): Add description of mac-function-modifier.
2179 Now Unicode keyboard layouts work.
2180
8cf51b2c
GM
21812006-06-10 Richard Stallman <rms@gnu.org>
2182
2183 * mule.texi (Recognize Coding): Clarify previous change.
2184
21852006-06-09 Kenichi Handa <handa@m17n.org>
2186
2187 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2188 notation.
2189
21902006-06-07 Kevin Ryde <user42@zip.com.au>
2191
2192 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2193 manual for @ifnottex, but in emacs-extra for @iftex.
2194
2195 * cmdargs.texi (General Variables): Fix smtpmail xref.
2196
21972006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2198
8cf51b2c 2199 * programs.texi (Comment Commands):
8cf51b2c 2200 * custom.texi (Specifying File Variables):
49823426 2201 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2202
22032006-06-07 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * building.texi (Watch Expressions): Move node to end.
2206 (GDB Graphical Interface): Move description of clicks in fringe...
2207 (GDB commands in the Fringe): ...to here. New node.
2208
8cf51b2c
GM
22092006-06-05 Romain Francoise <romain@orebokech.com>
2210
49823426 2211 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2212
22132006-06-05 Nick Roberts <nickrob@snap.net.nz>
2214
2215 * building.texi (GDB Graphical Interface): Update bindings.
2216 (Commands of GUD): Add gud-print. Remove gud-run.
2217 Restate availability more generally.
2218
22192006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2220
2221 * mini.texi: Lots of cleanups.
2222
22232006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2224
2225 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2226 and Mouse-2.
2227
c8763fb6 22282006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2229
2230 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2231
8cf51b2c
GM
22322006-05-31 Richard Stallman <rms@gnu.org>
2233
2234 * basic.texi (Moving Point): Fix previous change.
2235
c8763fb6 22362006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2237
2238 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2239
22402006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2241
2242 * basic.texi: Many simplifications and improvements in wording.
2243
8cf51b2c
GM
22442006-05-26 Nick Roberts <nickrob@snap.net.nz>
2245
2246 * anti.texi (Antinews): Create a node for gdb-ui.
2247
8cf51b2c
GM
22482006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2249
2250 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2251
22522006-05-20 Richard Stallman <rms@gnu.org>
2253
2254 * dired.texi (Dired Navigation): dired-goto-file is now j.
2255
8cf51b2c
GM
22562006-05-20 Eli Zaretskii <eliz@gnu.org>
2257
2258 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2259 and their aliases.
2260
2261 * msdog.texi (Windows Printing): Mention non-support of plain text
2262 printing with some el-cheapo printers, and suggest a workaround.
2263
22642006-05-20 Kevin Ryde <user42@zip.com.au>
2265
2266 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2267 remove the bit saying you must set it.
2268
22692006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2270
2271 * trouble.texi (Checklist):
2272 * text.texi (Text, Auto Fill, Text Mode):
2273 * search.texi (Nonincremental Search):
2274 * rmail.texi (Rmail Labels):
2275 * mule.texi (Input Methods, Multibyte Conversion):
2276 * misc.texi (Gnus, Where to Look, PostScript):
2277 * maintaining.texi (Create Tags Table):
2278 * indent.texi (Indentation Commands):
2279 * fixit.texi (Spelling):
2280 * emacs.texi (Copying):
2281 * custom.texi (Init File): ifinfo -> ifnottex.
2282
8cf51b2c
GM
22832006-05-17 Richard Stallman <rms@gnu.org>
2284
2285 * files.texi (Diff Mode): Mention C-x `.
2286
22872006-05-08 Richard Stallman <rms@gnu.org>
2288
2289 * custom.texi (Disabling): Textual cleanups.
2290
8cf51b2c
GM
22912006-05-12 Glenn Morris <rgm@gnu.org>
2292
2293 * calendar.texi (Displaying the Diary, Format of Diary File):
2294 Refer to diary-view-entries, diary-list-entries,
2295 diary-show-all-entries rather than obsolete aliases.
2296
22972006-05-12 Eli Zaretskii <eliz@gnu.org>
2298
2299 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2300 (Displaying the Diary, Special Diary Entries, Importing Diary):
2301 * building.texi (Compilation Shell):
2302 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2303 emacs-xtra with @inforef's.
2304
2305 * files.texi (Visiting): Fix wording.
2306
2307 * mule.texi (Coding Systems, Text Coding): More indexing.
2308 Mention that C-x RET f can set eol conversion.
2309
c8763fb6 23102006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2311
2312 * xresmini.texi (GTK resources): Insert GTK description.
2313
2314 * xresources.texi (GTK resources): metafont should be menufont.
2315
8cf51b2c
GM
23162006-05-06 Michael Albinus <michael.albinus@gmx.de>
2317
49823426 2318 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2319 method, user name and host name is active only in partial
2320 completion mode.
2321
8cf51b2c
GM
23222006-05-06 Eli Zaretskii <eliz@gnu.org>
2323
2324 * makefile.w32-in (emacs.dvi):
2325 * Makefile.in (emacs.dvi): Add xresmini.texi.
2326
2327 * xresmini.texi (Table of Resources): Remove xref to non-existent
2328 node "LessTif Resources".
2329
2330 * msdog.texi (Microsoft Windows):
2331 * calendar.texi (Calendar/Diary, Displaying the Diary)
2332 (Special Diary Entries, Importing Diary, Holidays):
2333 * programs.texi (Program Modes):
2334 * text.texi (Text):
2335 * buffers.texi (Several Buffers):
2336 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2337
23382006-05-06 Eli Zaretskii <eliz@gnu.org>
2339
2340 The following changes merge the emacs-xtra manual into the main
2341 manual, but only for on-line version of the manual.
2342
2343 * vc2-xtra.texi (Version Backups, Local Version Control)
2344 (Making Snapshots, Change Logs and VC, Version Headers)
2345 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2346 on-line manual.
2347
2348 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2349 for on-line manual.
2350
2351 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2352 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2353 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2354 for on-line manual.
2355
2356 * fortran-xtra.texi (Fortran, Fortran Autofill)
2357 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2358 for on-line manual.
2359
2360 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2361 Conditional xref's for on-line manual.
2362
2363 * emerge-xtra.texi (Emerge, Overview of Emerge)
2364 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2365 manual.
2366
2367 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2368 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2369 (EMACSSOURCES): Use EMACS_XTRA.
2370 (../info/emacs-xtra): Remove.
2371 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2372
2373 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2374 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2375 (EMACSSOURCES): Use EMACS_XTRA.
2376 ($(infodir)/emacs-xtra): Remove.
2377 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2378
2379 * trouble.texi (Quitting):
2380 * text.texi (Text):
2381 * programs.texi (Program Modes):
2382 * msdog.texi (Microsoft Windows):
2383 * frames.texi (Frames):
2384 * files.texi (Backup, Version Control, VC Concepts)
2385 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2386 (Registering, VC Status, VC Undo, Multi-User Branching)
2387 (Comparing Files):
2388 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2389 (Displaying the Diary, Special Diary Entries, Importing Diary):
2390 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2391 conditional xref's, depending on @iftex/@ifnottex.
2392
2393 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2394 "MS-DOS". @include msdog-xtra.texi.
2395
2396 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2397 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2398
2399 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2400 for vc-xtra.texi subsections.
2401 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2402 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2403
2404 * sending.texi (Sending Mail): A @node line without explicit Prev,
2405 Next, and Up links.
2406
2407 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2408 Next, and Up links.
2409
2410 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2411 and its sections. @include picture-xtra.texi.
2412
2413 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2414 "Emerge".
2415 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2416
2417 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2418 exact duplicate of its name-sake in calendar.texi.
2419
2420 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2421 "Advanced Calendar/Diary Usage".
2422 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2423
2424 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2425 dired-xtra.texi.
2426 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2427
2428 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2429 (Files) [ifnottex]: Add menu entry for Autorevert.
2430
2431 * emacs-xtra.texi (Introduction): Reword to make consistent with
2432 printed version only.
2433 <Top level>: Remove the body of all chapters and move them to the
2434 new *-xtra.texi files. Use @raisesections and @lowersections to
2435 convert sections to chapters etc.
2436
2437 * msdog-xtra.texi:
2438 * fortran-xtra.texi:
2439 * vc-xtra.texi:
2440 * vc1-xtra.texi:
2441 * vc2-xtra.texi:
2442 * emerge-xtra.texi:
2443 * cal-xtra.texi:
2444 * dired-xtra.texi:
2445 * arevert-xtra.texi: New files, with text from respective chapters
2446 of emacs-xtra.texi. Convert each @chapter into @section, @section
2447 into @subsection, etc.
2448
2449 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2450 updated.
2451
2452 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2453 Windows". All references updated.
2454
24552006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2456
2457 * macos.texi (Mac Input): Mention input from Character Palette.
2458 (Mac Font Specs): Fix typo.
2459
24602006-05-05 Richard Stallman <rms@gnu.org>
2461
2462 * files.texi (Diff Mode): Minor cleanup.
2463
24642006-05-05 Karl Berry <karl@gnu.org>
2465
8cf51b2c
GM
2466 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2467 errors from the current release of makeinfo (4.8).
2468 * help.texi (Library Keywords): Change widest word in multitable
2469 template from `emulations' to `convenience'. (Not sure if this is
2470 related to the font change.)
2471
24722006-05-05 Eli Zaretskii <eliz@gnu.org>
2473
2474 * files.texi (File Names): Add a footnote about limited support of
2475 ~USER on MS-Windows.
2476
2477 * cmdargs.texi (Initial Options): Add a footnote about limited
2478 support of ~USER on MS-Windows.
2479
24802006-05-03 Richard Stallman <rms@gnu.org>
2481
2482 * files.texi (Diff Mode): Node moved here.
2483 (Comparing Files): Delete what duplicates new node.
2484 (Files): Put Diff Mode in menu.
2485
2486 * misc.texi (Diff Mode): Moved to files.texi.
2487
2488 * emacs.texi (Top): Update menu for Diff Mode.
2489
2490 * trouble.texi (Emergency Escape): Simplify.
2491
2492 * emacs.texi (Top): Minor clarification.
2493
24942006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2495
2496 * commands.texi, entering.texi, screen.texi: Many simplifications.
2497
24982006-05-03 Richard Stallman <rms@gnu.org>
2499
2500 * commands.texi (Text Characters): Delete paragraph about unibyte
2501 non-ASCII printing chars.
2502
2503 * killing.texi (Killing): Say "graphical displays".
2504 * display.texi: Say "graphical displays".
2505
2506 * cmdargs.texi (Misc X): Say "graphical displays".
2507
25082006-05-01 Richard Stallman <rms@gnu.org>
2509
2510 * emacs.texi (Top): Add Diff Mode to menu.
2511
25122006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2513
2514 * misc.texi (Diff Mode): New node.
2515
25162006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2517
2518 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2519 (Mac Environment Variables): Shorten example line.
2520 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2521
25222006-05-01 Nick Roberts <nickrob@snap.net.nz>
2523
2524 * building.texi (GUD Customization): Describe cases %d and %c.
2525 Update description for %e.
2526
25272006-04-30 Glenn Morris <rgm@gnu.org>
2528
2529 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2530
25312006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * custom.texi (Examining): Update C-h v output example.
2534
25352006-04-29 Kim F. Storm <storm@cua.dk>
2536
2537 * building.texi (Grep Searching): Add lgrep and rgrep.
2538
8cf51b2c
GM
25392006-04-23 Richard Stallman <rms@gnu.org>
2540
2541 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2542
2543 * xresmini.texi: New file.
2544
2545 * xresources.texi (Face Resources): Split table into font resources
2546 and the rest. Combine similar attributes for brevity.
2547
8cf51b2c
GM
25482006-04-21 Eli Zaretskii <eliz@gnu.org>
2549
2550 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2551 backslashes and case-insensitivity in file names (moved to the
2552 main manual).
2553 (MS-DOS Printing): Move most of the text to the main manual.
2554
2555 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2556 New nodes.
2557 (Windows Processes, Windows System Menu): Add index entries and
2558 fix wording.
2559
8cf51b2c
GM
25602006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2561
2562 * misc.texi (Shell Ring): Add notes on saved input when
2563 navigating off the end of the history list.
2564
25652006-04-18 Chong Yidong <cyd@mit.edu>
2566
2567 * misc.texi (Shell Options): Correct default value of
2568 comint-scroll-show-maximum-output.
2569
8cf51b2c
GM
25702006-04-18 Nick Roberts <nickrob@snap.net.nz>
2571
2572 * building.texi (Watch Expressions): Update.
2573
8cf51b2c
GM
25742006-04-12 Richard Stallman <rms@gnu.org>
2575
2576 * search.texi: Clean up previous change.
2577
25782006-04-12 Eli Zaretskii <eliz@gnu.org>
2579
2580 * search.texi (Regexp Backslash, Regexp Replace): Add index
2581 entries for ``back reference'' and mention the term itself in the
2582 text.
2583
25842006-04-11 Richard Stallman <rms@gnu.org>
2585
2586 * custom.texi (Safe File Variables):
2587 Document enable-local-variables = :safe.
2588
25892006-04-11 Karl Berry <karl@gnu.org>
2590
2591 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2592 (Remote Repositories, Version Backups, Local Version Control)
2593 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2594 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2595 (Renaming VC Work Files and Master Files)
2596 (Inserting Version Control Headers, Customizing VC, General Options)
2597 (Options for RCS and SCCS, Options specific for CVS): Move all
2598 these nodes to emacs-xtra.texi, for brevity.
2599 * cmdargs.texi, files.texi: Change cross-references.
2600
8cf51b2c
GM
26012006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2602
2603 * files.texi (Old Versions): Update description of vc-annotate's
2604 use of color to indicate date ranges.
2605
8cf51b2c
GM
26062006-04-09 Kevin Ryde <user42@zip.com.au>
2607
8cf51b2c
GM
2608 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2609 put info and printed manual names the right way around.
2610
26112006-04-09 Karl Berry <karl@gnu.org>
2612
2613 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2614 emacs-xtra.texi, leaving only MS Windows information.
2615 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2616 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2617 node names.
2618
2619 * emacs.texi: Move @summarycontents and @contents to the beginning
2620 of the file.
2621
8cf51b2c
GM
26222006-04-08 Kevin Ryde <user42@zip.com.au>
2623
2624 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2625
26262006-04-07 Richard Stallman <rms@gnu.org>
2627
2628 * programs.texi (Comments, Comment Commands, Options for Comments)
2629 (Multi-Line Comments): "Align", not "indent".
2630 (Basic Indent): C-j deletes trailing whitespace before the newline.
2631
26322006-04-06 Richard Stallman <rms@gnu.org>
2633
8cf51b2c
GM
2634 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2635
26362006-04-06 Eli Zaretskii <eliz@gnu.org>
2637
2638 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2639
8cf51b2c
GM
26402006-04-05 Richard Stallman <rms@gnu.org>
2641
2642 * emacs.texi (Top): Update subnode menu.
2643
2644 * trouble.texi (Unasked-for Search): Node deleted.
2645 (Lossage): Delete from menu.
2646
26472006-04-04 Richard Stallman <rms@gnu.org>
2648
2649 * trouble.texi: Various cleanups.
2650 (Checklist): Don't bother saying how to snail a bug report.
2651 (Emergency Escape): Much rewriting.
2652 (After a Crash): Rename the core dump immediately.
2653 (Total Frustration): Call it a psychotherapist.
2654 (Bug Criteria): Avoid "illegal instruction".
2655 (Sending Patches): We always put the contributor's name in.
2656
2657 * misc.texi (Thumbnails): Minor correction.
2658
8cf51b2c
GM
26592006-04-03 Richard Stallman <rms@gnu.org>
2660
2661 * misc.texi (Thumbnails): Minor cleanup.
2662
26632006-04-02 Karl Berry <karl@gnu.org>
2664
2665 * sending.texi (Mail Sending): pxref to Top needs five args.
2666
2667 * texinfo.tex: Update to current version (2006-03-21.13).
2668
8cf51b2c
GM
26692006-03-31 Richard Stallman <rms@gnu.org>
2670
2671 * emacs.texi (Top): Update subnode menu.
2672
2673 * help.texi (Help Mode): Cleanup.
2674
2675 * dired.texi: Many cleanups.
2676 (Dired Deletion): Describe dired-recursive-deletes.
2677 (Operating on Files): dired-create-directory moved.
2678 (Misc Dired Features): Move to here.
2679 (Tumme): Node moved to misc.texi.
2680
2681 * custom.texi: Many cleanups.
2682 (Minor Modes): Don't mention ISO Accents Mode.
2683 (Examining): Update C-h v output example.
2684 (Hooks): Add index and xref for add-hook.
2685 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2686 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2687
2688 * misc.texi: Many cleanups.
2689 (beginning): Add to summary of topics.
2690 (Shell): Put eshell xref at the end. Remove eshell from table.
2691 (Thumbnails): New node.
2692
8cf51b2c
GM
26932006-03-28 Eli Zaretskii <eliz@gnu.org>
2694
2695 * files.texi (File Name Cache): Make it clear that the cache is
2696 not persistent.
2697
8cf51b2c
GM
26982006-03-25 Karl Berry <karl@gnu.org>
2699
49823426
GM
2700 * emacs-xtra.texi, emacs.texi, gnu.texi:
2701 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2702 (2) do not indent copyright year list (or anything else).
2703
8cf51b2c
GM
27042006-03-21 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * files.texi (VC Dired Mode): Remove misplaced brackets.
2707
27082006-03-21 Andre Spiegel <spiegel@gnu.org>
2709
2710 * files.texi: Various updates and clarifications in the VC chapter.
2711
27122006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2713
2714 * help.texi (Help Mode): Document "C-c C-c".
2715
8cf51b2c
GM
27162006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2717
2718 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2719 menu in the standalone Info reader.
2720
27212006-03-15 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2724 moved here from Emacs manual.
2725
2726 * programs.texi (Fortran): Section moved to emacs-xtra.
2727 (Program Modes): Xref to Fortran in emacs-xtra.
2728
2729 * maintaining.texi (Emerge): Move to emacs-xtra.
2730 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2731
2732 * picture.texi: File deleted.
2733 * Makefile.in:
2734 * makefile.w32-in: Remove picture.texi.
2735
2736 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2737 * abbrevs.texi (Abbrevs):
2738 * sending.texi (Sending Mail): Picture node removed.
2739
2740 * emacs.texi (Top): Update node listings.
2741
8cf51b2c
GM
27422006-03-12 Richard Stallman <rms@gnu.org>
2743
2744 * calendar.texi: Various cleanups.
2745
8cf51b2c
GM
27462006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2747
2748 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2749 syntax.
2750
8cf51b2c
GM
27512006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2752
2753 * search.texi (Regexps): More accurately describe which characters
2754 are special in which situations. Recommend _not_ to quote `]' or
2755 `-' when they are not special.
2756
8cf51b2c
GM
27572006-02-28 Andre Spiegel <spiegel@gnu.org>
2758
2759 * files.texi (Old Versions): Clarify operation of C-x v =.
2760
8cf51b2c
GM
27612006-02-21 Nick Roberts <nickrob@snap.net.nz>
2762
2763 * building.texi (Watch Expressions): Update and describe
2764 gdb-speedbar-auto-raise.
2765
27662006-02-19 Richard M. Stallman <rms@gnu.org>
2767
2768 * emacs.texi: Use @smallbook.
2769 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2770 Update subnode menu.
2771
2772 * building.texi (Lisp Interaction): Minor addition.
2773
27742006-02-18 Nick Roberts <nickrob@snap.net.nz>
2775
2776 * building.texi (Watch Expressions): Update and be more precise.
2777
c8763fb6 27782006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2779
2780 * maintaining.texi (Create Tags Table): Explain why the
2781 exception when etags writes to files under the /dev tree.
2782
27832006-02-14 Richard M. Stallman <rms@gnu.org>
2784
2785 * custom.texi (Safe File Variables): Lots of clarification.
2786 Renamed from Unsafe File Variables.
2787
27882006-02-14 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * custom.texi (Unsafe File Variables): File variable confirmation
2791 assumed denied in batch mode.
2792
27932006-02-14 Richard M. Stallman <rms@gnu.org>
2794
2795 * building.texi (GDB User Interface Layout): Don't say `inferior'
2796 for program being debugged.
2797
27982006-02-15 Nick Roberts <nickrob@snap.net.nz>
2799
2800 * building.texi (GDB Graphical Interface):
2801 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2802
28032006-02-13 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * custom.texi (Specifying File Variables, Unsafe File Variables):
2806 New nodes, split from File Variables. Document new file local
2807 variable behavior.
2808
28092006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2810
2811 * display.texi (Standard Faces):
8cf51b2c
GM
2812 * files.texi (Visiting):
2813 * frames.texi (Clipboard):
2814 * glossary.texi (Glossary) <Clipboard>:
2815 * xresources.texi (X Resources): Mention Mac OS port.
2816
8cf51b2c
GM
28172006-02-12 Richard M. Stallman <rms@gnu.org>
2818
2819 * building.texi (Building): Clarify topic in intro.
2820
2821 * maintaining.texi (Maintaining): Change title; clarify topic.
2822 Delete duplicate index entries.
2823
2824 * building.texi (Other GDB User Interface Buffers): Clarifications.
2825
2826 * text.texi (Cell Commands): Clarifications.
2827
2828 * programs.texi (Defuns): Delete duplicate explanation of
2829 left-margin paren convention.
2830 (Hungry Delete): Minor cleanup.
2831
28322006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2833
2834 * dired.texi (Tumme): More tumme documentation.
2835
28362006-02-11 Alan Mackenzie <acm@muc.de>
2837
2838 * programs.texi ("Hungry Delete"): Correct the appellation of the
2839 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2840
28412006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2842
2843 * dired.texi (Tumme): Fix small bug.
2844
28452006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2846
2847 * macos.texi (Mac International): Rename "fontset-mac" to
2848 "fontset-standard".
2849
8cf51b2c
GM
28502006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2851
2852 * dired.texi (Tumme): Basic documentation for Tumme added.
2853
8cf51b2c
GM
28542006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2855
2856 * mule.texi (International):
2857 * programs.texi (Basic Indent): Fix typos.
2858
8cf51b2c
GM
2859 * custom.texi (Minor Modes):
2860 * display.texi (Text Display):
2861 * commands.texi (Text Characters): Update xrefs.
2862
28632006-02-07 Richard M. Stallman <rms@gnu.org>
2864
2865 * emacs.texi (Top): Update subnode menu.
2866 Update info on old Emacs papers.
2867 (Intro): "Graphical display", not window system.
2868
2869 * xresources.texi (GTK styles): Minor clarifications.
2870
2871 * trouble.texi: "Graphical display", not window system.
2872 (Stuck Recursive): Minor clarification.
2873
2874 * text.texi: Minor clarifications.
2875 (Sentences): Explain why two-space convention is better.
2876 Explain sentence-end-without-period here.
2877 (Fill Commands): Not here.
2878 (Refill): Node moved down.
2879 (Filling): Update menu.
2880 (Table Creation, Cell Justification, Column Commands): Clarify.
2881
2882 * sending.texi: Minor clarifications.
2883
2884 * search.texi (Regexp Backslash): Clarification.
2885
2886 * rmail.texi: Minor cleanups.
2887 (Rmail): Delete digression about `rmail-mode'.
2888 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2889 (Rmail Files): Mention C-u M-x rmail.
2890 (Rmail Reply): Mention References.
2891 (Rmail Display): Mention rmail-nonignored-headers.
2892
2893 * programs.texi: Minor cleanups.
2894 (Comment Commands): Mention momentary Transient Mark mode.
2895 (Matching): Be more specific about customizing show-paren-mode.
2896 (Info Lookup): Don't list the modes that support C-h S.
2897 Just say what it does in an unsupported mode.
2898 (Man Page): Delete excessive info on customizing woman.
2899 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2900
2901 * abbrevs.texi: Minor clarifications.
2902 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2903 not "dynamic abbrevs" as if they were a kind of abbrev.
2904
2905 * picture.texi (Picture): Minor cleanup.
2906
2907 * mule.texi (Communication Coding): Say "other applications".
2908 (Fontsets): Not specific to X. Add xref to X Resources.
2909 (Unibyte Mode): Rename from Single-Byte Character Support.
2910 "Graphical display", not window system.
2911 (International): Update menu.
2912
2913 * maintaining.texi (Format of ChangeLog):
2914 New node, split out from ChangeLog.
2915 (ChangeLog): Clarifications in the remaining text.
2916 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2917 (Find Tag): Add @w.
2918 (Tags Search): Explain tag table order here. Simplify grep ref.
2919 (List Tags): tags-tag-face is a variable, not a face.
2920 (Emerge): Cleanups.
2921
2922 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2923 (Keyboard Macros): Avoid "the user".
2924
2925 * killing.texi: "Graphical display", not window system.
2926
2927 * help.texi (Help Echo): "Graphical display", not window system.
2928
2929 * glossary.texi: Say "you", not "the user". Say "graphical display".
2930
2931 * frames.texi: Minor cleanups. "Graphical display", not window system.
2932
2933 * files.texi (Visiting): Make drag-and-drop not X-specific.
2934
2935 * custom.texi: Minor cleanups. "Graphical display", not window system.
2936
2937 * cmdargs.texi: Minor cleanups.
2938
2939 * building.texi (Compilation): Move and split kill-compilation para.
2940 Add para about multiple compilers.
2941 (Compilation Mode): Commands also available in grep mode and others.
2942 Mention C-u C-x ` more tutorially. Clarify C-x `.
2943 (Compilation Shell): Clarify. Put Bash example first.
2944 (Grep Searching): Minor cleanups; add @w.
2945 (Debuggers): Minor cleanups.
2946 (Starting GUD): Make GDB xgraphical mode issue clearer.
2947 (Debugger Operation): Lots of clarifications including
2948 GDB tooltip side-effect issue.
2949 (Commands of GUD): Clarify.
2950 (GUD Customization): Add bashdb-mode-hook.
2951 (GDB Graphical Interface): Rewrite for clarity.
2952 (GDB User Interface Layout): Rewrite for clarity.
2953 (Stack Buffer, Watch Expressions): Likewise.
2954 (Other GDB User Interface Buffers): Cleanups.
2955 (Lisp Libraries, External Lisp): Cleanup.
2956
2957 * basic.texi (Position Info): "Graphical displays", rather than
2958 window systems.
2959
2960 * anti.texi: Minor cleanup.
2961
8cf51b2c
GM
29622006-02-03 Eli Zaretskii <eliz@gnu.org>
2963
2964 * custom.texi (Init File, Find Init): Add cross-references to
2965 where $HOME is described.
2966
29672006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2968
2969 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2970 is not inside the @table.
2971
2972 * emacs.texi (Top): Correct node name.
2973
2974 * files.texi (File Names): Fix @xref.
2975 (Reverting): Fix typo.
2976
2977 * mule.texi (International): Correct node name.
2978
2979 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2980
29812006-02-01 Richard M. Stallman <rms@gnu.org>
2982
2983 * emacs.texi (Top): Update subnode menu.
2984
2985 * mule.texi: Minor clarifications.
2986 Reduce the specific references to X Windows.
2987 Refer to "graphical" terminals, rather than window systems.
2988 (Text Coding): Rename from Specify Coding.
2989 (Communication Coding, File Name Coding, Terminal Coding):
2990 New nodes split out from Text Coding.
2991
2992 * kmacro.texi: Minor clarifications.
2993 (Keyboard Macro Ring): Comment out some excessive commands.
2994 (Basic Keyboard Macro): Split up the table, putting part in each node.
2995
2996 * major.texi: Minor clarifications.
2997
2998 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2999
3000 * windows.texi: Minor clarifications.
3001 (Change Window): Don't describe mode-line mouse cmds here.
3002 Add xref to Mode Line Mouse.
3003
3004 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3005
3006 * macos.texi (Mac International): Fix xref.
3007
3008 * indent.texi: Minor clarifications.
3009
3010 * frames.texi: Minor clarifications.
3011 Reduce the specific references to X Windows.
3012 Refer to "graphical" terminals, rather than window systems.
3013 (Frame Parameters): Don't mention commands like
3014 set-foreground-color. Just say to customize a face.
3015 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3016
3017 * files.texi: Minor clarifications.
3018 (Numbered Backups): New node, split out from Backup Names.
3019
3020 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3021
3022 * cmdargs.texi (General Variables): Fix xref.
3023
3024 * buffers.texi: Minor clarifications.
3025
8cf51b2c
GM
30262006-01-31 Richard M. Stallman <rms@gnu.org>
3027
3028 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3029 Nodes moved to top.
3030
3031 * display.texi: Minor clarifications.
3032 (Display): Rearrange menu.
3033 (Standard Faces): Mention query-replace face.
3034 (Faces): Simplify.
3035 (Font Lock): Simplify face customization info.
3036 (Highlight Changes): Node merged into Highlight Interactively.
3037 (Highlight Interactively): Much rewriting and cleanup.
3038 (Optional Mode Line): Narrowed line number not good for goto-line.
3039 Simplify face customization advice.
3040 (Text Display): Mention use of escape-glyph face.
3041 Move ctl-arrow and tab-width here.
3042 (Display Custom): Move no-redraw-on-reenter to end of node.
3043
3044 * search.texi: Minor clarifications.
3045 (Isearch Scroll): Simplify.
3046 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3047
3048 * regs.texi (Registers): Mention bookmarks here.
3049
3050 * mark.texi: Minor clarifications.
3051 (Selective Undo): Node deleted.
3052
3053 * m-x.texi: Minor clarifications.
3054
3055 * killing.texi: Minor clarifications.
3056 Refer to "graphical" terminals, rather than window systems.
3057
3058 * help.texi: Clarifications.
3059 (Help): Don't describe C-h F and C-h K here.
3060 (Key Help): Describe C-h K here.
3061 (Name Help): Mention Emacs Lisp Intro.
3062 Describe C-h F here.
3063 (Misc Help): Mention C-h F and C-h K only briefly.
3064
3065 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3066 Selective undo text merged in.
3067 (Spelling): Mention Aspell along with Ispell.
3068
3069 * emacs.texi (Top): Update subnode menus.
3070
3071 * basic.texi (Basic Undo): Rename from Undo. Most of text
3072 moved to new Undo node.
3073
8cf51b2c
GM
30742006-01-29 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * basic.texi (Continuation Lines, Inserting Text):
3077 Mention longlines mode.
3078
30792006-01-29 Richard M. Stallman <rms@gnu.org>
3080
10d1d0af 3081 * screen.texi: Minor cleanups.
8cf51b2c
GM
3082 (Screen): Clean up the intro paragraphs.
3083 (Mode Line): Lots of rewriting. Handle frame-name better.
3084 eol-mnemonic-... vars moved out.
3085
3086 * emacs.texi (Top): Change menu item for MS-DOS node.
3087 Update subnode menu.
3088
3089 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3090 chapter relates to Windows. Title changed.
3091
3092 * mini.texi: Minor cleanups.
3093
3094 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3095 (Mark): Put it in the menu.
3096
3097 * entering.texi: Minor cleanups.
3098
3099 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3100 (Intro): Refer to "graphical" terminals, rather than X.
3101
3102 * display.texi (Display Custom): Add xref to Variables.
3103 (Optional Mode Line): eol-mnemonic-... vars moved here.
3104
3105 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3106 rather than X.
3107
8cf51b2c
GM
3108 * basic.texi: Minor cleanups.
3109 (Undo): selective-undo moved.
3110
8cf51b2c
GM
31112006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3112
3113 * anti.texi (Antinews): Various corrections and additions.
3114
31152006-01-23 Juri Linkov <juri@jurta.org>
3116
3117 * custom.texi (Easy Customization, Customization Groups)
3118 (Browsing Custom): Mention links along with buttons.
3119
8cf51b2c
GM
31202006-01-21 Eli Zaretskii <eliz@gnu.org>
3121
8cf51b2c
GM
3122 * text.texi (TeX Print): Use @key for TAB.
3123
8cf51b2c
GM
3124 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3125
8cf51b2c
GM
31262006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3127
3128 * files.texi (File Aliases): Don't claim that usually separate
3129 buffers are created for two file names that name the same data.
3130 Mention additional situations where different names mean the same
3131 file on disk.
3132
31332006-01-19 Richard M. Stallman <rms@gnu.org>
3134
3135 * killing.texi (Deletion): Upcase @key argument.
3136
3137 * custom.texi (Custom Themes): Minor cleanup.
3138
3139 * programs.texi (Hungry Delete): Upcase @key argument.
3140
8cf51b2c
GM
31412006-01-16 Juri Linkov <juri@jurta.org>
3142
3143 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3144 Move `mode-line-highlight' before `mode-line-buffer-id'.
3145
8cf51b2c
GM
31462006-01-14 Richard M. Stallman <rms@gnu.org>
3147
3148 * basic.texi (Inserting Text): Minor cleanup.
3149
8cf51b2c
GM
31502006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3151
3152 * custom.texi (Changing a Variable, Face Customization):
3153 Update for changes in Custom menus.
3154
8cf51b2c
GM
31552006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3156
3157 * macos.texi (Mac International): Undo last change.
3158
8cf51b2c
GM
31592006-01-02 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * custom.texi (Custom Themes): Describe the new
3162 customize-create-theme interface.
3163
31642005-12-30 Juri Linkov <juri@jurta.org>
3165
3166 * basic.texi (Position Info): Update example.
3167
c8763fb6 31682005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3169
3170 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3171
31722005-12-24 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * custom.texi (Custom Themes): `load-theme' always loads.
3175
31762005-12-23 Juri Linkov <juri@jurta.org>
3177
3178 * display.texi (Highlight Interactively): Use double space to
3179 separate sentences. Replace C-p with M-p, and C-n with M-n.
3180
31812005-12-22 Richard M. Stallman <rms@gnu.org>
3182
3183 * custom.texi (Easy Customization and subnodes):
3184 Replace "active field" with "button".
3185 Use "user option" only for variables.
3186 Use "setting" for variable-or-face.
3187
31882005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3189
3190 * buffers.texi (Select Buffer): Change order in table to make
3191 "Similar" refer to the correct item.
3192 (Indirect Buffers): Minor rewording.
3193
8cf51b2c
GM
31942005-12-20 Juri Linkov <juri@jurta.org>
3195
3196 * files.texi (VC Status): Put P and N near p and n.
3197
8cf51b2c
GM
31982005-12-19 Richard M. Stallman <rms@gnu.org>
3199
3200 * programs.texi (Electric C): Delete the info about newline control.
3201 (Other C Commands): Minor cleanup.
3202 (Left Margin Paren): Minor cleanup.
3203
32042005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3207 (Customization Groups): Delete text moved to "Browsing Custom".
3208 (Browsing Custom): New node.
3209 (Specific Customization): Clarify which commands only work for
3210 loaded options.
3211
32122005-12-18 Bill Wohler <wohler@newt.com>
3213
3214 * frames.texi (Tool Bars): Shorten text of previous change.
3215
32162005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3217
3218 * files.texi (VC Status): Document log-view mode.
3219
32202005-12-18 Bill Wohler <wohler@newt.com>
3221
3222 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3223 permanently via the customize interface.
3224
8cf51b2c
GM
32252005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3226
3227 * killing.texi (Killing by Lines): Document `kill-whole-line'
3228 function.
3229
c8763fb6 32302005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3231
3232 * buffers.texi (Select Buffer): Change `prev-buffer' to
3233 `previous-buffer'. Indicate that these functions use a frame
3234 local buffer list.
3235
8cf51b2c
GM
32362005-12-12 Richard M. Stallman <rms@gnu.org>
3237
3238 * custom.texi (Easy Customization): Change menu comment.
3239 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3240
3241 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3242 (Help): Among the Apropos commands, describe only C-h a here.
3243
32442005-12-11 Richard M. Stallman <rms@gnu.org>
3245
3246 * programs.texi (Options for Comments): Comment-end starts with space.
3247
3248 * glossary.texi (Glossary): Minor cleanup.
3249
3250 * files.texi (Old Versions): Use @table.
3251
8cf51b2c
GM
32522005-12-10 David Koppelman <koppel@ece.lsu.edu>
3253
3254 * display.texi (Highlight Interactively): Include
3255 global-hi-lock-mode. Add miscellaneous details and elaborations.
3256
32572005-12-09 Richard M. Stallman <rms@gnu.org>
3258
3259 * display.texi (Font Lock): Delete the Global FL menu item.
3260
32612005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3262
3263 * custom.texi (Minibuffer Maps): Mention the maps for file name
3264 completion.
3265
32662005-12-09 Kim F. Storm <storm@cua.dk>
3267
3268 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3269 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3270 cursor to next corner in rectangle; clarify insert around rectangle.
3271
8cf51b2c
GM
32722005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3273
3274 * custom.texi (Customization): Use xref to elisp manual for
3275 non-TeX output.
3276 (Minor Modes): Update.
3277 (Customization Groups, Changing a Variable, Face Customization):
3278 Update for new appearance of Custom buffers.
3279 (Changing a Variable): `custom-buffer-done-function' has been
3280 replaced by `custom-buffer-done-kill'.
3281 (Specific Customization): In the `customize-group' buffer, a
3282 subgroup's contents are not "hidden". They are not included at
3283 all. They have no [Show] button.
3284 (Mouse Buttons): Add pxref to description of mouse event lists in
3285 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3286 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3287 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3288
32892005-12-08 Richard M. Stallman <rms@gnu.org>
3290
3291 * mini.texi (Completion Commands, Completion):
3292 In file name input, SPC does not do completion.
3293
8cf51b2c
GM
32942005-12-08 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * building.texi (GDB Graphical Interface): Explain screen size
3297 setting.
3298 (Other GDB User Interface Buffers): Describe features specific to
3299 GDB 6.4.
3300
8cf51b2c
GM
33012005-12-01 Nick Roberts <nickrob@snap.net.nz>
3302
3303 * building.texi (GDB User Interface Layout): Describe how to
3304 kill associated buffers.
3305 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3306 (Watch Expressions): Be more precise.
3307 (Other GDB User Interface Buffers): Describe how to change a
3308 register value.
3309
8cf51b2c
GM
33102005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3311
3312 * macos.texi (Mac Input): Remove description of
3313 mac-command-key-is-meta. Add descriptions of
3314 mac-control-modifier, mac-command-modifier, and
3315 mac-option-modifier.
3316 (Mac International): Fix description of conversion of clipboard data.
3317 (Mac Font Specs): Add example of font customization by face attributes.
3318
33192005-11-22 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * building.texi (Watch Expressions): Expand description.
3322 (Other GDB User Interface Buffers): Describe local map for
3323 gud-watch.
3324
33252005-11-21 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * display.texi (Font Lock): Font lock is enabled by default now.
3328
33292005-11-20 Juri Linkov <juri@jurta.org>
3330
3331 * basic.texi (Position Info): Update examples of the output.
3332 Remove the fact that examples are produced in the TeXinfo buffer,
3333 because in the Info reader users will get a different output from
3334 `C-x ='.
3335
3336 * building.texi (Compilation Mode): Remove paragraph duplicated
3337 from the node `Compilation'. Add `compilation-skip-threshold'.
3338
3339 * display.texi (Font Lock): Suggest more user-friendly method of
3340 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3341
33422005-11-18 Richard M. Stallman <rms@gnu.org>
3343
3344 * files.texi (Registering): Mention @@ in mode line.
3345
3346 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3347
33482005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3349
3350 * files.texi (Renaming and VC): Some back-ends don't
3351 handle renaming.
3352
8cf51b2c
GM
33532005-11-17 Juri Linkov <juri@jurta.org>
3354
3355 * emacs.texi (Top):
3356 * display.texi (Highlight Interactively): Put this font-lock based
3357 mode near Font Lock node.
3358
33592005-11-16 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3362 icons.
3363
33642005-11-12 Kim F. Storm <storm@cua.dk>
3365
3366 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3367 (Help Summary): Add C-h d and C-h e.
3368 (Apropos): Clarify that all apropos commands may search for either
3369 list of words or a regexp. Add C-h d for apropos-documentation.
3370 Describe apropos-documentation-sort-by-scores user option.
3371
8cf51b2c
GM
33722005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3373
3374 * killing.texi (CUA Bindings): Add @section.
3375
33762005-11-10 Kim F. Storm <storm@cua.dk>
3377
3378 * emacs.texi (Top): Add CUA Bindings entry to menu.
3379
3380 * killing.texi (CUA Bindings): New node. Moved here from
3381 misc.texi and extended with info on rectangle commands and
3382 rectangle highlighting, interface to registers, and the global
3383 mark feature.
3384
3385 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3386
3387 * regs.texi: Prev link points to CUA Bindings node.
3388
33892005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3390
3391 * help.texi (Help Echo): By default, help echos are only shown on
3392 mouse-over, not on point-over.
3393
c8763fb6 33942005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3395
3396 * misc.texi (Shell Mode): Describe how to activate password echoing.
3397
8cf51b2c
GM
33982005-11-04 Romain Francoise <romain@orebokech.com>
3399
3400 * mark.texi (Mark Ring): Fix typo.
3401
34022005-11-03 Richard M. Stallman <rms@gnu.org>
3403
3404 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3405
34062005-11-01 Bill Wohler <wohler@newt.com>
3407
3408 * help.texi (Help Mode): Fix typo.
3409
34102005-11-01 Nick Roberts <nickrob@snap.net.nz>
3411
3412 * building.texi (Other GDB User Interface Buffers): Describe
3413 the command gdb-use-inferior-io-buffer.
3414
34152005-10-31 Romain Francoise <romain@orebokech.com>
3416
3417 * files.texi (Compressed Files): Fix typo.
3418
3419 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3420
3421 * windows.texi (Force Same Window): Likewise.
3422
34232005-10-30 Bill Wohler <wohler@newt.com>
3424
3425 * help.texi (Help Mode): URLs viewed with browse-url.
3426
34272005-10-31 Nick Roberts <nickrob@snap.net.nz>
3428
3429 * building.texi (GDB Graphical Interface): Don't reference
3430 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3431 must stay in same frame.
3432
34332005-10-29 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3436
3437 * anti.texi (Antinews): Likewise.
3438
8cf51b2c
GM
34392005-10-28 Bill Wohler <wohler@newt.com>
3440
3441 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3442
34432005-10-28 Richard M. Stallman <rms@gnu.org>
3444
3445 * files.texi (Visiting): Explain how to enter ? in a file name.
3446
3447 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3448
8cf51b2c
GM
34492005-10-25 Nick Roberts <nickrob@snap.net.nz>
3450
3451 * building.texi (GDB Graphical Interface): Describe
3452 gdb-mouse-until.
3453
34542005-10-23 Richard M. Stallman <rms@gnu.org>
3455
3456 * custom.texi (Init File): Recommend when to use site-start.el.
3457
8cf51b2c
GM
34582005-10-21 Juri Linkov <juri@jurta.org>
3459
3460 * custom.texi (Examining): Mention accessing the old variable
3461 value via M-n in set-variable.
3462
8cf51b2c
GM
34632005-10-18 Romain Francoise <romain@orebokech.com>
3464
3465 * files.texi (Version Systems): Capitalize GNU.
3466
8cf51b2c
GM
34672005-10-18 Nick Roberts <nickrob@snap.net.nz>
3468
3469 * building.texi (Compilation Mode): Remove redundant paragraph.
3470 (Watch Expressions): Remove paragraph to reflect code change.
3471
8cf51b2c
GM
34722005-10-16 Richard M. Stallman <rms@gnu.org>
3473
3474 * building.texi (Compilation Mode, Compilation): Clarified.
3475
34762005-10-15 Richard M. Stallman <rms@gnu.org>
3477
3478 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3479
8cf51b2c
GM
34802005-10-13 Kenichi Handa <handa@m17n.org>
3481
3482 * basic.texi (Position Info): Fix previous change.
3483
c8763fb6 34842005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3485
3486 * cmdargs.texi (Icons X): Fix typo.
3487
34882005-10-12 Kenichi Handa <handa@m17n.org>
3489
3490 * basic.texi (Position Info): Describe the case that Emacs shows
3491 "part of display ...".
3492
c8763fb6 34932005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3494
3495 * cmdargs.texi (Icons X): -nb => -nbi.
3496
34972005-10-10 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * frames.texi (Speedbar): A couple more clarifications.
3500
35012005-10-11 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * building.texi (GDB User Interface Layout): Improve diagram.
3504 (Watch Expressions): Explain how to make speedbar global.
3505 (Other GDB User Interface Buffers): Make references more precise.
3506
8cf51b2c
GM
35072005-10-09 Richard M. Stallman <rms@gnu.org>
3508
3509 * frames.texi (Speedbar): Clarify the text.
3510
35112005-10-09 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * frames.texi (Speedbar): Add information on keybindings,
3514 dismissing the speedbar, and buffer display mode. Link to
3515 speedbar manual.
3516
c8763fb6 35172005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3518
3519 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3520 added -nb, --no-bitmap-icon.
3521
8cf51b2c
GM
35222005-10-07 Nick Roberts <nickrob@snap.net.nz>
3523
3524 * building.texi (GDB Graphical Interface): Add variables and
3525 functions to indices. Be more precise.
3526
c8763fb6 35272005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3528
3529 * frames.texi (Drag and Drop): Remove the x- from
3530 x-dnd-open-file-other-window and xdnd-protocol-alist.
3531
35322005-09-30 Romain Francoise <romain@orebokech.com>
3533
3534 * mini.texi (Minibuffer): The default value now appears before the
3535 colon in minibuffer prompts.
3536
8cf51b2c
GM
35372005-09-25 Richard M. Stallman <rms@gnu.org>
3538
3539 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3540
8cf51b2c
GM
35412005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3542
3543 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3544
8cf51b2c
GM
35452005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3546
3547 * emacs.texi (Top): Update submenus from macos.texi.
3548
3549 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3550 (Mac OS): Update feature support status.
3551 (Mac Input): List supported input scripts. Remove description
3552 about `mac-keyboard-text-encoding'. Mention mouse button
3553 emulation and related variables.
3554 (Mac International): Mention Central European and Cyrillic
3555 support. Now `keyboard-coding-system' is dynamically changed.
3556 Add description about coding system for selection. Add
3557 description about language environment.
3558 (Mac Environment Variables): Mention
3559 `~/.MacOSX/environment.plist'. Give example of command line
3560 arguments. Add Preferences support.
3561 (Mac Directories): Explicitly state that this node is for Mac OS
3562 Classic only.
3563 (Mac Font Specs): Mention specification for scalable fonts. List
3564 supported charsets. Add preferred way of creating fontsets. Add
3565 description about `mac-allow-anti-aliasing'.
3566 (Mac Functions): Add descriptions about `mac-set-file-creator',
3567 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3568 and `mac-get-preference'.
3569
8cf51b2c
GM
35702005-09-16 Romain Francoise <romain@orebokech.com>
3571
3572 Update all files to specify GFDL version 1.2.
3573
3574 * doclicense.texi (GNU Free Documentation License): Update to
3575 version 1.2.
3576
35772005-09-15 Richard M. Stallman <rms@gnu.org>
3578
3579 * buffers.texi (List Buffers): Fix xref.
3580
3581 * rmail.texi (Rmail Basics): Fix xref.
3582
3583 * emacs.texi (Top): Update subnode menus.
3584
3585 * files.texi (Saving Commands): New node, broken out of Saving.
3586 (Customize Save): New node, broken out of Saving.
3587 Clarify effect of write-region-inhibit-fsync.
3588 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3589
8cf51b2c
GM
35902005-09-14 Romain Francoise <romain@orebokech.com>
3591
3592 * files.texi (Saving): Mention write-region-inhibit-fsync.
3593
35942005-09-05 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * custom.texi (Custom Themes): New node.
3597
35982005-09-03 Richard M. Stallman <rms@gnu.org>
3599
49823426
GM
3600 * search.texi (Search Case): Mention vars that control
3601 case-fold-search for various operations.
8cf51b2c
GM
3602
36032005-08-22 Juri Linkov <juri@jurta.org>
3604
3605 * display.texi (Standard Faces): Merge the text from
3606 `(elisp)Standard Faces' into this node.
3607
36082005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3609
3610 * emacs.texi (Top): Delete menu item for deleted node
3611 Keyboard Translations.
3612
36132005-08-18 Richard M. Stallman <rms@gnu.org>
3614
8cf51b2c
GM
3615 * trouble.texi (Unasked-for Search):
3616 Delete xref to Keyboard Translations.
3617
3618 * glossary.texi (Glossary): Delete xref.
3619
8cf51b2c
GM
3620 * custom.texi (Minor Modes): Say that the list here is not complete.
3621 (Keyboard Translations): Node deleted.
3622 (Disabling): Delete xref to it.
3623 (Customization Groups): Fix Custom buffer example.
3624 (Hooks): Mention remove-hooks.
3625
36262005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3627
3628 * building.texi (GDB Graphical Interface): Improve filling of menu
3629 item.
3630
36312005-08-18 Nick Roberts <nickrob@snap.net.nz>
3632
3633 * building.texi (GDB Graphical Interface): Use better node names.
3634
36352005-08-14 Richard M. Stallman <rms@gnu.org>
3636
3637 * text.texi (Sentences): Fix xref.
3638
36392005-08-14 Juri Linkov <juri@jurta.org>
3640
3641 * building.texi (Compilation, Grep Searching): Move grep command
3642 headings from `Compilation' to `Grep Searching'.
3643
3644 * dired.texi (Dired and Find):
3645 * maintaining.texi (Tags Search): Replace grep xref to
3646 `Compilation' node with `Grep Searching'.
3647
3648 * files.texi (Comparing Files): Replace xref to `Compilation' with
3649 `Compilation Mode'.
3650
36512005-08-13 Alan Mackenzie <acm@muc.de>
3652
3653 * search.texi (Non-ASCII Isearch): Correct a typo.
3654 (Replacement Commands): Mention query-replace key binding.
3655
36562005-08-11 Richard M. Stallman <rms@gnu.org>
3657
3658 * programs.texi (Options for Comments): Fix xref.
3659
3660 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3661 out of Regexps.
3662
8cf51b2c
GM
36632005-08-09 Juri Linkov <juri@jurta.org>
3664
3665 * building.texi (Compilation): Use `itemx' instead of `item'.
3666 (Grep Searching): Simplify phrase.
3667
3668 * display.texi (Standard Faces): Describe vertical-border on
3669 window systems.
3670
3671 * windows.texi (Split Window): Simplify phrase and mention
3672 vertical-border face.
3673
36742005-08-09 Richard M. Stallman <rms@gnu.org>
3675
3676 * files.texi (Comparing Files): Clarify compare-windows.
3677
3678 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3679
8cf51b2c
GM
36802005-08-06 Eli Zaretskii <eliz@gnu.org>
3681
3682 * mule.texi (Coding Systems): Rephrase the paragraph about
3683 codepages: no need for "M-x codepage-setup" anymore, except on
3684 MS-DOS.
3685
3686 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3687 the MS-DOS port only.
3688
36892005-07-30 Eli Zaretskii <eliz@gnu.org>
3690
3691 * makefile.w32-in (info): Don't run multi-install-info.bat.
3692 ($(infodir)/dir): New target, produced by running
3693 multi-install-info.bat.
3694
8cf51b2c
GM
36952005-07-22 Eli Zaretskii <eliz@gnu.org>
3696
3697 * files.texi (Quoted File Names): Add index entry.
3698
8cf51b2c
GM
36992005-07-19 Juri Linkov <juri@jurta.org>
3700
3701 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3702
37032005-07-18 Juri Linkov <juri@jurta.org>
3704
8cf51b2c
GM
3705 * custom.texi (Easy Customization):
3706 * files.texi (Old Versions):
3707 * frames.texi (Wheeled Mice):
3708 * mule.texi (Specify Coding):
8cf51b2c
GM
3709 * text.texi (Cell Justification):
3710 * trouble.texi (After a Crash):
8cf51b2c
GM
3711 * xresources.texi (GTK styles):
3712 Delete duplicate duplicate words.
3713
37142005-07-17 Richard M. Stallman <rms@gnu.org>
3715
3716 * frames.texi (Creating Frames): Fix foreground color example.
3717
3718 * custom.texi (Init Examples): Clean up text about conditionals.
3719
37202005-07-16 Richard M. Stallman <rms@gnu.org>
3721
3722 * mini.texi (Completion Commands): Fix command name for ?.
3723
8cf51b2c
GM
37242005-07-16 Eli Zaretskii <eliz@gnu.org>
3725
3726 * display.texi (Standard Faces): Explain that customization of
3727 `menu' face has no effect on w32 and with GTK. Add
3728 cross-references.
3729
3730 * cmdargs.texi (General Variables): Clarify the default location
3731 of $HOME on w32 systems.
3732
37332005-07-15 Jason Rumney <jasonr@gnu.org>
3734
3735 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3736 changed.
3737
37382005-07-08 Kenichi Handa <handa@m17n.org>
3739
3740 * mule.texi (Recognize Coding): Recommend
3741 revert-buffer-with-coding-system instead of revert-buffer.
3742
37432005-07-07 Richard M. Stallman <rms@gnu.org>
3744
3745 * anti.texi (Antinews): Mention mode-line-inverse-video.
3746
3747 * files.texi (Saving): Minor correction about C-x C-w.
3748
3749 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3750
37512005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3752
3753 * search.texi (Isearch Scroll): Add example of using the
3754 `isearch-scroll' property.
3755 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3756 `Display Custom' node.
3757 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3758 and de-emphasize it.
3759 (Other Repeating Search): `occur' currently can not correctly
3760 handle multiline matches. Correct, clarify and update description
3761 of `flush-lines' and `keep-lines'.
3762
3763 * display.texi (Display Custom): Add anchor for `baud-rate'.
3764
37652005-07-07 Richard M. Stallman <rms@gnu.org>
3766
3767 * gnu.texi: Update where to get GNU status; add refs for how to help.
3768 Add footnotes 6 and 7.
3769
37702005-07-04 Lute Kamstra <lute@gnu.org>
3771
3772 Update FSF's address in GPL notices.
3773
8cf51b2c 3774 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3775 * trouble.texi (Checklist): Update FSF's address.
3776
8cf51b2c
GM
37772005-06-24 Richard M. Stallman <rms@gnu.org>
3778
3779 * display.texi (Text Display): Change index entries.
3780
37812005-06-24 Eli Zaretskii <eliz@gnu.org>
3782
3783 * makefile.w32-in (MAKEINFO): Use --force.
3784 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3785 Makefile.in.
8cf51b2c
GM
3786
37872005-06-23 Richard M. Stallman <rms@gnu.org>
3788
3789 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3790 nobreak-char-display.
3791
3792 * emacs.texi (Top): Update detailed node listing.
3793
3794 * display.texi (Text Display): Renamed show-nonbreak-escape
3795 to nobreak-char-display and no-break-space to nobreak-space.
3796 (Standard Faces): Split up the list of standard faces
3797 and put it in a separate node. Add nobreak-space and
3798 escape-glyph.
3799
8cf51b2c
GM
38002005-06-23 Lute Kamstra <lute@gnu.org>
3801
3802 * mule.texi (Select Input Method): Fix typo.
3803
38042005-06-23 Kenichi Handa <handa@m17n.org>
3805
3806 * mule.texi (International): List all supported scripts. Adjust
3807 text for that leim is now included in the normal Emacs
3808 distribution.
3809 (Language Environments): List all language environments.
3810 Intlfonts contains fonts for most supported scripts, not all..
3811 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3812 input a specific character.
8cf51b2c
GM
3813 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3814
38152005-06-23 Juanma Barranquero <lekktu@gmail.com>
3816
49823426 3817 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3818
38192005-06-22 Miles Bader <miles@gnu.org>
3820
3821 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3822
38232005-06-20 Miles Bader <miles@gnu.org>
3824
3825 * display.texi (Faces): Add `vertical-divider'.
3826
38272005-06-17 Richard M. Stallman <rms@gnu.org>
3828
3829 * text.texi (Adaptive Fill): Minor clarification.
3830
8cf51b2c
GM
38312005-06-10 Lute Kamstra <lute@gnu.org>
3832
3833 * emacs.texi (Top): Correct version number.
3834 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3835 refer to the current version of Emacs.
3836
38372005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3838
3839 * files.texi (Log Buffer): Document when there can be more than
3840 one file to be committed.
3841
38422005-06-08 Juri Linkov <juri@jurta.org>
3843
3844 * display.texi (Faces): Add `shadow' face.
3845
38462005-06-07 Masatake YAMATO <jet@gyve.org>
3847
3848 * display.texi (Faces): Write about mode-line-highlight.
3849
38502005-06-06 Richard M. Stallman <rms@gnu.org>
3851
3852 * misc.texi (Printing Package): Explain how to initialize
3853 printing package.
3854
3855 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3856
38572005-06-05 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * emacs.texi: Rename Hardcopy to Printing.
3860 Make PostScript and PostScript Variables subnodes of it.
3861
3862 * misc.texi (Printing): Rename node from Hardcopy.
3863 Mention menu bar options.
3864 Move PostScript and PostScript Variables to submenu.
3865 (Printing package): New node.
3866
3867 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3868
3869 * dired.texi (Operating on Files): Likewise.
3870
3871 * calendar.texi (Displaying the Diary): Likewise.
3872
3873 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3874
3875 * glossary.texi (Glossary): Likewise.
3876
3877 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3878 effect.
3879
38802005-06-04 Richard M. Stallman <rms@gnu.org>
3881
3882 * trouble.texi (After a Crash): Polish previous change.
3883
8cf51b2c
GM
38842005-05-30 Noah Friedman <friedman@splode.com>
3885
3886 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3887 recovery mechanism.
3888
8cf51b2c
GM
38892005-05-28 Nick Roberts <nickrob@snap.net.nz>
3890
3891 * building.texi (Other Buffers): SPC toggles display of
3892 floating point registers.
3893
8cf51b2c
GM
38942005-05-27 Nick Roberts <nickrob@snap.net.nz>
3895
3896 * files.texi (Log Buffer): Merge in description of Log Edit
3897 mode from pcl-cvs.texi.
3898
38992005-05-26 Richard M. Stallman <rms@gnu.org>
3900
3901 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3902
8cf51b2c
GM
39032005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3904
3905 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3906 not enabled by default.
3907 When not on a word, `ispell-word' by default checks the word
3908 before point.
3909
39102005-05-24 Nick Roberts <nickrob@snap.net.nz>
3911
3912 * building.texi (Debugger Operation): Simplify last sentence.
3913
39142005-05-23 Lute Kamstra <lute@gnu.org>
3915
3916 * emacs.texi: Update FSF's address throughout.
3917 (Preface): Use @cite.
3918 (Distrib): Add cross reference to the node "Copying". Mention the
3919 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3920 printed manuals.
3921 (Intro): Use @xref for the Emacs Lisp Intro.
3922
8cf51b2c
GM
39232005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3924
3925 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3926
3927 * basic.texi (Moving Point): Mention default for `goto-line'.
3928
3929 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3930 of a variable's docstring.
3931
39322005-05-18 Lute Kamstra <lute@gnu.org>
3933
3934 * maintaining.texi (Overview of Emerge): Add cross reference.
3935 Remove duplication.
3936
3937 * emacs.texi (Top): Update to the current structure of the manual.
3938 * misc.texi (Emacs Server): Add menu description.
3939 * files.texi (Saving): Fix menu.
3940 * custom.texi (Customization): Fix menu.
3941 * mule.texi (International): Fix menu.
3942 * kmacro.texi (Keyboard Macros): Fix menu.
3943
39442005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * display.texi: Various minor changes.
3947 (Faces): Delete text that is repeated in the next section.
3948
39492005-05-16 Nick Roberts <nickrob@snap.net.nz>
3950
3951 * building.texi (Debugger Operation): Mention GUD tooltips are
3952 disabled with GDB in text command mode.
3953
8cf51b2c
GM
39542005-05-16 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * building.texi: Replace toolbar with "tool bar" for consistency.
3957 (Compilation Mode): Describe compilation-context-lines
3958 and use of arrow in compilation buffer.
3959 (Debugger Operation): Replace help text with variable's value.
3960
3961 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3962 consistency.
3963
39642005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3965
3966 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3967 Add xref.
3968
8cf51b2c
GM
39692005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3970
3971 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3972 (Position Info): Delete discussion of `goto-line'. It is already
3973 described in `Moving point'.
3974
3975 * mini.texi (Completion Commands): Correct reference.
3976 (Completion Options): Fix typo.
3977
3978 * killing.texi (Deletion): Complete description of `C-x C-o'.
3979
8cf51b2c
GM
39802005-05-10 Richard M. Stallman <rms@gnu.org>
3981
3982 * building.texi (Compilation): Clarify recompile's directory choice.
3983
3984 * frames.texi (Tooltips): Cleanups.
3985
3986 * basic.texi (Arguments): Fix punctuation.
3987
39882005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * screen.texi (Menu Bar): The up and down (not left and right)
3991 arrow keys move through a keyboard menu.
3992
39932005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3994
3995 * basic.texi: Various typo and grammar fixes.
3996 (Moving Point): C-a now runs move-beginning-of-line.
3997
39982005-05-08 Nick Roberts <nickrob@snap.net.nz>
3999
4000 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4001
4002 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4003 as different animals.
4004
40052005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4006
4007 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4008 Correct index entry.
4009
40102005-05-07 Nick Roberts <nickrob@snap.net.nz>
4011
4012 * building.texi (Debugger Operation): Update to reflect changes
4013 in GUD tooltips.
4014
40152005-04-30 Richard M. Stallman <rms@gnu.org>
4016
4017 * files.texi (Compressed Files): Auto Compression normally enabled.
4018
4019 * building.texi (Debugger Operation): Clarify previous change.
4020
8cf51b2c
GM
40212005-04-28 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * building.texi (Debugger Operation): Add description for
4024 GUD tooltips when program is not running.
4025
40262005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4027
4028 * misc.texi (Shell): Add `Shell Prompts' to menu.
4029 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4030 description. Delete remarks moved to new node.
4031 (Shell Prompts): New node.
4032 (History References): Replace remarks moved to `Shell Prompts'
4033 with xref to that node.
4034 (Remote Host): Clarify how to specify the terminal type when
4035 logging in to a different machine.
4036
40372005-04-26 Richard M. Stallman <rms@gnu.org>
4038
4039 * emacs.texi (Top): Update submenus from files.texi.
4040
4041 * files.texi (Filesets): Clarify previous change.
4042
4043 * dired.texi (Misc Dired Features): Clarify previous change.
4044
40452005-04-25 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4048
4049 * dired.texi (Misc Dired Features): Document
4050 dired-compare-directories.
4051
4052 * files.texi (Filesets): New node.
4053 (File Conveniences): Document Image mode.
4054
4055 * text.texi (TeX Print): Document tex-compile.
4056
40572005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4058
4059 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4060 Delete redundant reference to tooltip Custom group. It is
4061 referred too again in the next paragraph.
4062
40632005-04-24 Richard M. Stallman <rms@gnu.org>
4064
4065 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4066
8cf51b2c
GM
40672005-04-19 Kim F. Storm <storm@cua.dk>
4068
4069 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4070
40712005-04-18 Lars Hansen <larsh@math.ku.dk>
4072
4073 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4074 turns off desktop-save-mode.
4075
40762005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4077
4078 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4079 by default in terminals compatible with xterm. Mention that
4080 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4081 node.
4082
8cf51b2c
GM
40832005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4086
c8763fb6 40872005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4088
4089 * xresources.texi (Table of Resources): Add cursorBlink.
4090
40912005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4094 `d', `C-d' and `u'.
4095
40962005-04-11 Richard M. Stallman <rms@gnu.org>
4097
4098 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4099 (Misc X): Add -D, --basic-display.
4100
4101 * maintaining.texi (Change Log): Correct the description of
4102 the example.
4103
4104 * major.texi (Choosing Modes): Document magic-mode-alist.
4105
8cf51b2c
GM
41062005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4109 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4110 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4111 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4112 `w', respectively.
4113 (Rmail Labels): Mention `l'.
4114 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4115 (Rmail Summary Edit): Describe `j' and RET.
4116
c8763fb6 41172005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4118
4119 * xresources.texi (Lucid Resources): Add fontSet resource.
4120
8cf51b2c
GM
41212005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4124 now called `indicate-empty-lines'.
4125
41262005-04-06 Kim F. Storm <storm@cua.dk>
4127
4128 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4129
41302005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4131
4132 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4133 deleted.
4134 (Marks vs Flags): Add some convenient key bindings.
4135 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4136 (Misc Dired Features): Correct and expand description of `w' command.
4137
4138 * frames.texi (XTerm Mouse): Delete apparently false info.
4139 The GNU/Linux console currently does not appear to support
4140 `xterm-mouse-mode'.
4141
8cf51b2c
GM
41422005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4143
4144 * calendar.texi (Diary): Mention shell utility `calendar'.
4145
41462005-04-01 Richard M. Stallman <rms@gnu.org>
4147
4148 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4149
8cf51b2c
GM
41502005-04-01 Lute Kamstra <lute@gnu.org>
4151
4152 * maintaining.texi (Change Log): add-change-log-entry uses
4153 add-log-mailing-address.
4154
41552005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4156
4157 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4158 `VC Mode Line' and put in an xref to that node.
4159 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4160 its description.
4161
41622005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4163
4164 * calendar.texi (Calendar Systems): Say that the Persian calendar
4165 implemented here is the arithmetical one championed by Birashk.
4166
41672005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4168
4169 * programs.texi (Fortran Motion): Fix previous change.
4170
8cf51b2c
GM
41712005-03-29 Richard M. Stallman <rms@gnu.org>
4172
4173 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4174
41752005-03-29 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * text.texi (Refill): Refer to Long Lines Mode.
4178 (Longlines): New node.
4179 (Auto Fill): Don't index "word wrap" here.
4180 (Filling): Add Longlines to menu.
4181
41822005-03-29 Richard M. Stallman <rms@gnu.org>
4183
4184 * xresources.texi: Minor fixes.
4185
4186 * misc.texi (Emacs Server): Fix Texinfo usage.
4187
4188 * emacs.texi (Top): Don't use a real section heading for
4189 "Detailed Node Listing". Fake it instead.
4190
4191 * basic.texi (Position Info): Minor cleanup.
4192
4193 * mule.texi (Input Methods): Minor cleanup.
4194
41952005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4196
4197 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4198 constructs as well.
4199 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4200
42012005-03-29 Kenichi Handa <handa@m17n.org>
4202
4203 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4204
4205 * basic.texi (Position Info): Update the description about the
4206 command C-u C-x =.
4207
42082005-03-28 Richard M. Stallman <rms@gnu.org>
4209
4210 * emacs.texi (Top): Use @section for the detailed node listing.
4211
4212 * calendar.texi: Minor fixes to previous change.
4213
4214 * programs.texi (Fortran): Small fixes to previous changes.
4215
4216 * emacs.texi (Top): Update list of subnodes of Dired.
4217 Likewise for building.texi.
4218
4219 * files.texi (File Conveniences): Delete Auto Image File mode.
4220
42212005-03-28 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * building.texi (Flymake): New node.
4224
4225 * custom.texi (Function Keys): Document kp- event types and
4226 keypad-setup package.
4227
4228 * dired.texi (Wdired): New node.
4229
4230 * files.texi (File Conveniences): Reorder entries.
4231 Explain how to turn on Auto-image-file mode.
4232 Document Thumbs mode.
4233
4234 * mule.texi (Specify Coding): Document recode-region and
4235 recode-file-name.
4236
4237 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4238
42392005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4240
4241 * commands.texi (Keys): M-o is now a prefix key.
4242
42432005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4244
4245 * programs.texi: Reformat and update copyright years.
4246 (Fortran): Update section.
4247
42482005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4249
4250 * files.texi: Several small changes in addition to:
4251 (Visiting): Change xref for Dialog Boxes to ref.
4252 (Version Headers): Replace references to obsolete var
4253 `vc-header-alist' with `vc-BACKEND-header'.
4254 (Customizing VC): Update value of `vc-handled-backends'.
4255
42562005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4257
4258 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4259 move here from Emacs Lisp Reference Manual.
4260 * calendar.texi (Calendar/Diary, Diary Commands)
4261 (Special Diary Entries, Importing Diary): Change some xrefs to
4262 point to emacs-xtra rather than elisp.
4263
4264 * emacs-xtra.texi (Calendar Customizing):
4265 Move view-diary-entries-initially, view-calendar-holidays-initially,
4266 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4267 Emacs Manual.
4268 (Appt Customizing): Merge entire section into main Emacs Manual.
4269 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4270 mark-holidays-in-calendar here from emacs-xtra.
4271 (Displaying the Diary): Move view-diary-entries-initially,
4272 mark-diary-entries-in-calendar here from emacs-xtra.
4273 (Appointments): Move appt-display-mode-line,
4274 appt-display-duration, appt-disp-window-function,
4275 appt-delete-window-function here from emacs-xtra.
4276
4277 * calendar.texi: Update and reformat copyright.
4278 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4279 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4280 (Diary): Refer to `diary-file' rather than ~/diary.
4281 (Diary Commands): Rename node to "Displaying the Diary".
4282 * emacs.texi (Top): Rename "Diary Commands" section.
4283 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4284
42852005-03-26 Eli Zaretskii <eliz@gnu.org>
4286
4287 * misc.texi (Emacs Server): Fix the command for setting
4288 server-name. Add an xref to Invoking emacsclient.
4289
4290 * help.texi (Help Summary): Clarify when "C-h ." will do something
4291 nontrivial.
4292 (Apropos): Add cindex entry for apropos-sort-by-scores.
4293
4294 * display.texi (Text Display): Add index entries for how no-break
4295 characters are displayed.
4296
8cf51b2c
GM
42972005-03-26 Eli Zaretskii <eliz@gnu.org>
4298
4299 * files.texi (Visiting): Fix cross-references introduced with the
4300 last change.
4301
4302 * xresources.texi (GTK resources): Fix last change.
4303
8cf51b2c
GM
43042005-03-25 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * xresources.texi (X Resources): GTK options documented too.
4307 (Resources): Clarify meaning of program name.
4308 (Table of Resources): Add visualClass.
4309 (GTK resources): Rewrite.
4310 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4311
4312 * display.texi (Text Display): Mention non-breaking spaces.
4313
4314 * files.texi (Reverting): Document auto-revert-check-vc-info.
4315
4316 * frames.texi (Mouse Commands): Document
4317 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4318
4319 * help.texi (Help Summary): Add `C-h .'.
4320 (Apropos): Apropos accepts a list of search terms.
4321 Document apropos-sort-by-scores.
4322 (Help Echo): Document display-local-help.
4323
4324 * misc.texi (Emacs Server): Document server-name.
4325 (Invoking emacsclient): Document -s option for server names.
4326
4327 * text.texi (Outline Visibility): Introduce "current heading
4328 line" (commands can be called with point on a body line).
4329 Re-order table to follow the sequence of discussion.
4330 hide-body won't hide lines before first header line.
4331 (TeX Mode): Add DocTeX mode.
4332
8cf51b2c
GM
43332005-03-24 Richard M. Stallman <rms@gnu.org>
4334
4335 * mule.texi (Single-Byte Character Support): Delete mention
4336 of iso-acc.el and iso-transl.el.
4337
8cf51b2c
GM
43382005-03-23 Lute Kamstra <lute@gnu.org>
4339
4340 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4341
43422005-03-23 Richard M. Stallman <rms@gnu.org>
4343
8cf51b2c
GM
4344 * search.texi: Delete explicit node pointers.
4345 (Incremental Search): New menu.
4346 (Basic Isearch, Repeat Isearch, Error in Isearch)
4347 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4348 (Slow Isearch): New subnodes.
4349 (Configuring Scrolling): Node deleted.
4350 (Search Case): Doc default-case-fold-search.
4351 (Regexp Replace): Move replace-regexp doc here.
4352
4353 * rmail.texi (Movemail): Put commas inside closequotes.
4354
4355 * picture.texi (Insert in Picture): Document C-c arrow combos.
4356 (Basic Picture): Clarify erasure.
4357
4358 * display.texi (Font Lock): Put commas inside closequotes.
4359
4360 * cmdargs.texi (General Variables): Put commas inside closequotes.
4361
43622005-03-23 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * building.texi (Stack Buffer): Mention reverse contrast for
4365 *selected* frame (might not be current frame).
4366
8cf51b2c
GM
43672005-03-21 Richard M. Stallman <rms@gnu.org>
4368
4369 * building.texi (Starting GUD): Add bashdb.
4370
43712005-03-20 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * basic.texi (Moving Point): Add M-g M-g binding.
4374 (Undo): Document undo-only.
4375 (Position Info): Document M-g M-g and C-u M-g M-g.
4376
4377 * building.texi (Building): Put Grep Searching after Compilation
4378 Shell.
4379 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4380 Document next-error-highlight.
4381 (Grep Searching): Document grep-highlight-matches.
4382 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4383
4384 * calendar.texi (Importing Diary): Rename node from iCalendar.
4385 Document diary-from-outlook.
4386
4387 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4388 Commands.
4389 Mention effect of X drag and drop on Dired buffers.
4390
4391 * files.texi (Visiting): Document large-file-warning-threshold.
4392 Move paragraph on file-selection dialog.
4393 Mention visiting files using X drag and drop.
4394 (Reverting): Mention using Auto-Revert mode to tail files.
4395 Document auto-revert-tail-mode.
4396 (Version Systems): Minor correction.
4397 (Comparing Files): Diff-mode is no longer based on Compilation
4398 mode.
4399 Document compare-ignore-whitespace.
4400 (Misc File Ops): Explain passing a directory to rename-file.
4401 Likewise for copy-file and make-symbolic-link.
4402
4403 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4404 Document mouse-wheel-progressive speed.
4405
4406 * help.texi (Misc Help): Document numeric argument for C-h i.
4407 Correctly explain the effect of just C-u as argument.
4408
4409 * killing.texi (Deletion): Document numeric argument for
4410 just-one-space.
4411
4412 * mini.texi (Completion): Completion acts on text before point.
4413
4414 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4415 (Emulation): CUA mode replaces pc-bindings-mode,
4416 pc-selection-mode, and s-region.
4417
4418 * mule.texi (Input Methods): Leim is now built-in.
4419 (Select Input Method): Document quail-show-key.
4420 (Specify Coding): Document revert-buffer-with-coding-system.
4421
4422 * programs.texi (Fortran Motion): Document f90-next-statement,
4423 f90-previous-statement, f90-next-block, f90-previous-block,
4424 f90-end-of-block, and f90-beginning-of-block.
4425
4426 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4427
4428 * emacs.texi (Acknowledgments): Updated.
4429
4430 * anti.texi: Total rewrite.
4431
8cf51b2c
GM
44322005-03-19 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * ack.texi (Acknowledgments): Update.
4435
44362005-03-19 Eli Zaretskii <eliz@gnu.org>
4437
4438 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4439 copyright years.
4440
44412005-03-14 Nick Roberts <nickrob@snap.net.nz>
4442
4443 * building.texi (Commands of GUD): Move paragraph on setting
4444 breakpoints with mouse to the GDB Graphical Interface node.
4445
44462005-03-07 Richard M. Stallman <rms@gnu.org>
4447
8cf51b2c
GM
4448 * misc.texi (Single Shell, Shell Options): Fix previous change.
4449
4450 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4451
44522005-03-06 Richard M. Stallman <rms@gnu.org>
4453
4454 * building.texi (Starting GUD): Don't explain text vs graphical
4455 GDB here. Just mention it and xref.
4456 Delete "just one debugger process".
4457 (Debugger Operation): Move GUD tooltip info here.
4458 (GUD Tooltips): Node deleted.
4459 (GDB Graphical Interface): Explain the two GDB modes here.
4460
8cf51b2c
GM
4461 * sending.texi (Sending Mail): Minor cleanup.
4462 (Mail Aliases): Explain quoting conventions.
4463 Update key rebinding example.
4464 (Header Editing): C-M-i is like M-TAB.
4465 (Mail Mode Misc): mail-attach-file does not do MIME.
4466
4467 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4468 that really belongs here.
4469 (Remote Mailboxes): Text moved to Rmail Inbox.
4470 (Rmail Display): Mention Mouse-1.
4471 (Movemail): Clarify two movemail versions.
4472 Clarify rmail-movemail-program.
4473
8cf51b2c
GM
4474 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4475 Document async shell commands.
4476 (Shell History): Clarify.
4477 (Shell Ring): Mention C-UP an C-DOWN.
4478 (Shell Options): Add comint-prompt-read-only.
4479 (Invoking emacsclient): Set EDITOR to run Emacs.
4480 (Sorting): No need to explain what region is.
4481 (Saving Emacs Sessions): Fix typo.
4482 (Recursive Edit): Fix punctuation.
4483 (Emulation): Don't mention "PC bindings" which are standard.
4484 (Hyperlinking): Explain Mouse-1 convention here.
4485 (Find Func): Node deleted.
4486
8cf51b2c
GM
4487 * help.texi (Name Help): Xref to Hyperlinking.
4488
4489 * glossary.texi (Glossary):
4490 Rename "Balance Parentheses" to "Balancing...".
4491 Add "Byte Compilation". Correct "Copyleft".
4492 New xref in "Customization".
4493 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4494 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4495 Rename "Registers" to "Register".
4496 Replace "Selecting" with "Selected Frame",
4497 "Selected Window", and "Selecting a Buffer".
4498
4499 * files.texi (Types of Log File): Explain how projects'
4500 methods can vary.
4501
8cf51b2c
GM
4502 * display.texi (Faces): Delete "Emacs 21".
4503
4504 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4505 * fixit.texi (Spelling): C-M-i like M-TAB.
4506 * mini.texi (Completion Options): C-M-i like M-TAB.
4507 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4508 * text.texi (Text Mode): C-M-i like M-TAB.
4509
4510 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4511
4512 * calendar.texi (Specified Dates): Mention `g w'.
4513 (Appointments): appt-activate toggles with no arg.
4514
8cf51b2c
GM
45152005-03-05 Juri Linkov <juri@jurta.org>
4516
4517 * cmdargs.texi (Emacs Invocation): Add cindex
4518 "invocation (command line arguments)"
4519 (Misc X): Add -nbc, --no-blinking-cursor.
4520
45212005-03-04 Ulf Jasper <ulf.jasper@web.de>
4522
4523 * calendar.texi (iCalendar): No need to require it now.
4524
8cf51b2c
GM
45252005-03-03 Nick Roberts <nickrob@snap.net.nz>
4526
4527 * trouble.texi (Contributing): Mention Savannah. Direct users to
4528 emacs-devel.
4529
45302005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4531
4532 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4533 window.
4534
8cf51b2c
GM
45352005-02-27 Richard M. Stallman <rms@gnu.org>
4536
4537 * building.texi (Compilation): Update mode line status info.
4538
45392005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4540
4541 * calendar.texi (General Calendar): Document binding of
4542 scroll-other-window-down.
4543 (Mayan Calendar): Fix earliest date.
4544 (Time Intervals): Document timeclock-change.
4545 Fix timeclock-ask-before-exiting documentation.
4546
45472005-02-26 Kim F. Storm <storm@cua.dk>
4548
4549 * frames.texi (Mouse References):
4550 Add mouse-1-click-in-non-selected-windows.
4551
45522005-02-25 Richard M. Stallman <rms@gnu.org>
4553
4554 * screen.texi (Screen): Explain better about cursors and mode lines;
4555 don't presuppose text terminals.
4556 (Point): Don't assume just one cursor.
4557 Clarify explanation of cursors.
4558 (Echo Area, Menu Bar): Cleanups.
4559
4560 * mini.texi (Minibuffer): Prompts are highlighted.
4561 (Minibuffer Edit): Newline = C-j only on text terminals.
4562 Clarify resize-mini-windows values.
4563 Mention M-PAGEUP and M-PAGEDOWN.
4564 (Completion Commands): Mouse-1 like Mouse-2.
4565 (Minibuffer History): Explain history commands better.
4566 (Repetition): Add xref to Incremental Search.
4567
4568 * mark.texi (Setting Mark): Clarify info about displaying mark.
4569 Clarify explanation of C-@ and C-SPC.
4570 (Transient Mark): Mention Delete Selection mode.
4571 (Marking Objects): Clean up text about extending the region.
4572
4573 * m-x.texi (M-x): One C-g doesn't always go to top level.
4574 No delay before suggest-key-bindings output.
4575
4576 * fixit.texi (Fixit): Mention C-/ for undo.
4577 (Spelling): Mention ESC TAB like M-TAB.
4578 Replacement words with r and R are rechecked.
4579 Say where C-g leaves point. Mention ? as input.
4580
45812005-02-23 Lute Kamstra <lute@gnu.org>
4582
4583 * cmdargs.texi (Initial Options): Add cross reference.
4584
8cf51b2c
GM
45852005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4586
4587 * emacs.texi (Top): Update menu for splitting of node in
4588 msdog.texi.
4589 * frames.texi (Frames): Update xref for splitting of node in
4590 msdog.texi.
4591 * trouble.texi (Quitting): Ditto.
4592
45932005-02-16 Richard M. Stallman <rms@gnu.org>
4594
4595 * windows.texi (Split Window): Simplify line truncation info
4596 and xref to Display Custom.
4597
4598 * trouble.texi (Quitting): Emergency escape only for text terminal.
4599 (Screen Garbled): C-l for ungarbling is only for text terminal.
4600
4601 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4602
4603 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4604
4605 * programs.texi (Program Modes): Mention Python mode.
4606 (Moving by Defuns): Repeating C-M-h extends region.
4607 (Basic Indent): Clarify.
4608 (Custom C Indent): Clarify.
4609 (Expressions): Repeating C-M-@ extends region.
4610 (Info Lookup): Clarify for C-h S.
4611 (Symbol Completion): ESC TAB alternative for M-TAB.
4612 (Electric C): Clarify.
4613
4614 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4615
4616 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4617 MS-DOS Input node.
4618 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4619 (MS-DOS and MULE): Clarify.
4620 (MS-DOS Processes, Windows Processes): Fix typos.
4621
4622 * major.texi (Choosing Modes): Clarify.
4623
4624 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4625 (Keyboard Macro Step-Edit): Clarify.
4626
4627 * indent.texi (Indentation): Clarifications.
4628
4629 * help.texi (Help): Correct error about C-h in query-replace.
4630 Clarify apropos vs C-h a. Fix how to search in FAQ.
4631 (Key Help): Describe C-h w here.
4632 (Name Help): Minor cleanup. C-h w moved to Key Help.
4633 Clarify the "object" joke.
4634 (Apropos): Clarify. Mouse-1 like Mouse-2.
4635 (Help Mode): Mouse-1 like Mouse-2.
4636
4637 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4638
4639 * display.texi (Display): Reorder menu.
4640 (Faces): Cleanup.
4641 (Font Lock): Cleanup. Mention Options menu.
4642 Delete obsolete text.
4643 (Scrolling): For C-l, don't presume text terminal.
4644 (Horizontal Scrolling): Simplify intro.
4645 (Follow Mode): Clarify.
4646 (Cursor Display): Moved before Display Custom.
4647 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4648 Doc default-tab-width. Doc line truncation more thoroughly.
4649
4650 * dired.texi (Dired Enter): C-x C-f can run Dired.
4651 (Dired Visiting): Comment out `a' command.
4652 Mouse-1 is like Mouse-2.
4653 (Shell Commands in Dired): ? can be used more than once.
4654
4655 * basic.texi (Continuation Lines): Simplify description of truncation,
4656 and refer to Display Custom for the rest of it.
4657
8cf51b2c
GM
46582005-02-06 Lute Kamstra <lute@gnu.org>
4659
4660 * basic.texi (Undo): Fix typo.
4661
4662 * cmdargs.texi (Emacs Invocation): Fix typo.
4663
4664 * custom.texi (Init Examples): Fix typo.
4665
4666 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4667
46682005-02-06 Richard M. Stallman <rms@gnu.org>
4669
4670 * regs.texi (Registers): Registers can hold numbers, too.
4671
4672 * killing.texi (Other Kill Commands): Cleanup.
4673 Delete redundant explanation of kill in read-only buffer.
4674 (Yanking): Mention term "copying".
4675 (Accumulating Text): Fix typo.
4676
4677 * entering.texi (Entering Emacs): Update rationale at start.
4678 (Exiting): Treat iconifying on a par with suspension.
4679
4680 * custom.texi (Minor Modes): Fix typo.
4681 (Easy Customization): Fix menu style.
4682 (Variables): Add xref.
4683 (Examining): Setting for future sessions works through .emacs.
4684 (Keymaps): "Text terminals", not "Many".
4685 (Init Rebinding): Explain \C-. Show example of \M-.
4686 Fix minor wording errors.
4687 (Function Keys): Explain vector syntax just once.
4688 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4689 (Init File): Mention .emacs.d directory.
4690 (Init Examples): Add xref.
4691 (Find Init): Mention .emacs.d directory.
4692
4693 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4694 (Action Arguments): Explain which kinds of -l args are found how.
4695 (Initial Options): --batch does not inhibit site-start.
4696 Add xrefs.
4697 (Command Example): Use --batch, not -batch.
4698
4699 * basic.texi (Inserting Text): Cleanup wording.
4700 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4701 C-n is not error at end of buffer.
4702 (Undo): Doc C-/ like C-_. Add xrefs.
4703 (Arguments): META key may be labeled ALT.
4704 Peculiar arg meanings are explained in doc strings.
4705
4706 * abbrevs.texi (Expanding Abbrevs): Clarify.
4707
47082005-02-05 Eli Zaretskii <eliz@gnu.org>
4709
4710 * frames.texi (Frame Parameters): Add an xref to the description
4711 of list-colors-display. Add a pointer to the X docs about colors.
4712
4713 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4714 Improve docs of list-colors-display.
8cf51b2c
GM
4715
47162005-02-03 Lute Kamstra <lute@gnu.org>
4717
4718 * frames.texi (Frames, Drag and Drop): Fix typos.
4719
47202005-02-03 Richard M. Stallman <rms@gnu.org>
4721
4722 * windows.texi (Basic Window): Mention color-change in mode line.
4723 (Change Window): Explain dragging vertical boundaries.
4724
4725 * text.texi (Sentences): Clarify.
4726 (Paragraphs): Explain M-a and blank lines.
4727 (Outline Mode): Clarify text and menu.
4728 (Hard and Soft Newlines): Mention use-hard-newlines.
4729
4730 * frames.texi (Frames): Delete unnecessary mention of Windows.
4731 (Mouse Commands): Likewise. Mention xterm mouse support.
4732 (Clipboard): Clarify.
4733 (Mouse References): Mention use of Mouse-1 for following links.
4734 (Menu Mouse Clicks): Clarify.
4735 (Mode Line Mouse): Clarify.
4736 (Drag and Drop): Rewrite.
4737
4738 * fixit.texi (Spelling): Fix typo.
4739
4740 * files.texi (File Names): Clarify.
4741 (Visiting): Update conditions for use of file dialog. Clarify.
4742 (Saving): Doc d as answer in save-some-buffers.
4743 (Remote Files): Clean up the text.
4744
4745 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4746
4747 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4748 (List Buffers): Clarify.
4749 (Several Buffers): Doc T command.
4750 (Buffer Convenience): Clarify menu.
4751
4752 * basic.texi (Undo): Clarify last change.
4753
47542005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4755
4756 * fixit.texi (Spelling): Fix typo.
4757
47582005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4759
4760 * basic.texi (Undo): Update description of `undo-outer-limit'.
4761
47622005-02-01 Nick Roberts <nickrob@snap.net.nz>
4763
4764 * building.texi: Update documentation relating to GDB Graphical
4765 Interface.
4766
47672005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4768
4769 * custom.texi (Easy Customization): Adapt menu to node name change.
4770
47712005-01-30 Richard M. Stallman <rms@gnu.org>
4772
4773 * custom.texi (Easy Customization): Defn of "User Option" now
4774 includes faces. Don't say just "option" when talking about variables.
4775 Do say just "options" to mean "anything customizable".
4776 (Specific Customization): Describe `customize-variable',
4777 not `customize-option'.
4778
4779 * glossary.texi (Glossary) <Faces>: Add xref.
4780 <User Option>: Change definition--include faces. Change xref.
4781
4782 * picture.texi (Picture): Mention artist.el.
4783
4784 * sending.texi, screen.texi, programs.texi, misc.texi:
4785 * mini.texi, major.texi, maintaining.texi, macos.texi:
4786 * help.texi, frames.texi, files.texi:
4787 Don't say just "option" when talking about variables.
4788
4789 * display.texi, mule.texi: Don't say just "option" when talking
4790 about variables. Other minor cleanups.
4791
8cf51b2c
GM
47922005-01-26 Lute Kamstra <lute@gnu.org>
4793
4794 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4795 File'. Mention the `-Q' option at the `--no-site-file' option.
4796
8cf51b2c
GM
47972005-01-22 David Kastrup <dak@gnu.org>
4798
4799 * building.texi (Grep Searching): Mention alias `find-grep' for
4800 `grep-find'.
4801
48022005-01-20 Richard M. Stallman <rms@gnu.org>
4803
4804 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4805
8cf51b2c
GM
48062005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4807
4808 * rmail.texi (Movemail): Explain differences
4809 between standard and mailutils versions of movemail.
4810 Describe command line and configuration options introduced
4811 with the latter.
4812 Explain the notion of mailbox URL, provide examples and
4813 cross-references to mailutils documentation.
4814 Describe various methods of specifying mailbox names,
4815 user names and user passwords for rmail.
4816 (Remote Mailboxes): New section. Describe
4817 how movemail handles remote mailboxes. Describe configuration
4818 options used to control its behavior.
4819 (Other Mailbox Formats): Explain handling of various mailbox
4820 formats.
4821
48222005-01-13 Richard M. Stallman <rms@gnu.org>
4823
4824 * commands.texi (Commands): Clarification.
4825
48262005-01-11 Richard M. Stallman <rms@gnu.org>
4827
4828 * programs.texi (Multi-line Indent): Fix previous change.
4829 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4830
8cf51b2c
GM
48312005-01-08 Richard M. Stallman <rms@gnu.org>
4832
4833 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4834 lazy-highlight.
4835
4836 * search.texi (Query Replace): Mention faces query-replace
4837 and lazy-highlight.
4838 (Incremental Search): Update isearch highlighting info.
4839
8cf51b2c
GM
48402005-01-04 Richard M. Stallman <rms@gnu.org>
4841
4842 * custom.texi (Saving Customizations): Minor improvement.
4843
8cf51b2c
GM
48442005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4845
4846 * custom.texi (Saving Customizations): Emacs no longer loads
4847 `custom-file' after .emacs. No longer mention customizing through
4848 Custom.
4849
8cf51b2c
GM
48502005-01-01 Andreas Schwab <schwab@suse.de>
4851
4852 * killing.texi (Graphical Kill): Move up under node Killing,
4853 change @section to @subsection.
4854
48552005-01-01 Richard M. Stallman <rms@gnu.org>
4856
4857 * custom.texi (Face Customization): Mention hex color specs.
4858
4859 * emacs.texi (Top): Update Killing submenu.
4860
4861 * killing.texi (Killing): Reorganize section.
4862 No more TeX-only text; put the node command at start of chapter.
4863 But the first section heading is used only in TeX.
4864 Rewrite the text to read better in this mode.
4865 (Graphical Kill): New subnode gets some of the text that
4866 used to be in the first section.
4867
48682004-12-31 Richard M. Stallman <rms@gnu.org>
4869
4870 * dired.texi (Shell Commands in Dired): Delete the ? example.
4871
4872 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4873
4874 * files.texi (Saving): Describe new require-final-newline features
4875 and mode-require-final-newline.
4876
8cf51b2c
GM
48772004-12-29 Richard M. Stallman <rms@gnu.org>
4878
4879 * custom.texi (File Variables): Clarify previous change.
4880
c8763fb6 48812004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4882
4883 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4884 out now.
4885
48862004-12-27 Richard M. Stallman <rms@gnu.org>
4887
4888 * Makefile.in (MAKEINFO): Specify --force.
4889
4890 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4891 (Undo): Doc undo-outer-limit.
4892
8cf51b2c
GM
48932004-12-15 Juri Linkov <juri@jurta.org>
4894
4895 * mark.texi (Transient Mark, Mark Ring): M-< and other
4896 movement commands don't set mark in Transient Mark mode
4897 if mark is active.
4898
8cf51b2c
GM
48992004-12-12 Juri Linkov <juri@jurta.org>
4900
4901 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4902 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4903
4904 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4905 (Misc Dired Commands): Add @r{(Dired)} to w.
4906
49072004-12-12 Juri Linkov <juri@jurta.org>
4908
4909 * mark.texi (Marking Objects): Marking commands also extend the
4910 region when mark is active in Transient Mark mode.
4911
8cf51b2c
GM
49122004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4913
4914 * custom.texi (Saving Customizations): Emacs only loads the custom
4915 file automatically after the init file in version 22.1 or later.
4916 Adapt text and examples to this fact.
4917
8cf51b2c
GM
49182004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4919
4920 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4921 be set through Custom. Otherwise, it has no effect.
4922
8cf51b2c
GM
49232004-12-05 Richard M. Stallman <rms@gnu.org>
4924
4925 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4926 * entering.texi: Rename Command Line to Emacs Invocation.
4927
10d1d0af 4928 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4929
4930 * custom.texi (Easy Customization): Move up to section level,
4931 before Variables. Avoid using the term "variable"; say "option".
4932 New initial explanation.
4933 (Variables): In initial explanation, connect "variable" to the
4934 already-explained "user option".
4935
4936 * emacs.texi (Top): Fix ref to Command Line.
4937 Move reference to Easy Customization.
4938
4939 * xresources.texi (X Resources): Fix From link.
4940
4941 * doclicense.texi (GNU Free Documentation License): Fix To link.
4942
4943 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4944
4945 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4946
49472004-12-03 Richard M. Stallman <rms@gnu.org>
4948
4949 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4950
49512004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4952
4953 * kmacro.texi: Several small changes in addition to the following.
4954 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4955 defining a keyboard macro.
4956 Mention `kmacro-ring-max'.
4957 (Keyboard Macro Counter): Clarify description of
4958 `kmacro-insert-counter', `kmacro-set-counter',
4959 `kmacro-add-counter' and `kmacro-set-format'.
4960
49612004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4962
4963 * custom.texi (File Variables): Add `unibyte' and make it more
4964 clear that `unibyte' and `coding' are special. Suggested by Simon
4965 Krahnke <overlord@gmx.li>.
4966
4967 * mule.texi (Enabling Multibyte): Refer to File Variables.
4968 Suggested by Simon Krahnke <overlord@gmx.li>.
4969
c8763fb6 49702004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4971
4972 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4973 x-use-old-gtk-file-dialog.
4974
8cf51b2c
GM
49752004-11-20 Richard M. Stallman <rms@gnu.org>
4976
4977 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4978
49792004-11-09 Lars Brinkhoff <lars@nocrew.org>
4980
4981 * building.texi (Lisp Eval): Delete hyphen in section name.
4982
49832004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4984
4985 * files.texi (Old Versions):
4986 No longer document annotation as "CVS only".
4987
49882004-11-10 Andre Spiegel <spiegel@gnu.org>
4989
4990 * files.texi (Version Control): Rewrite the introduction about
4991 version systems, mentioning the new ones that we support. Thanks
4992 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4993 suggestions.
4994
c8763fb6 49952004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4996
49823426 4997 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4998
c8763fb6 49992004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5000
5001 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5002
50032004-10-23 Eli Zaretskii <eliz@gnu.org>
5004
5005 * text.texi (Text Based Tables, Table Definition)
5006 (Table Creation, Table Recognition, Cell Commands)
5007 (Cell Justification, Row Commands, Column Commands)
5008 (Fixed Width Mode, Table Conversion, Measuring Tables)
5009 (Table Misc): New nodes, documenting the Table Mode.
5010
8cf51b2c
GM
50112004-10-19 Jason Rumney <jasonr@gnu.org>
5012
5013 * makefile.w32-in (info): Change order of arguments to makeinfo.
5014
50152004-10-19 Ulf Jasper <ulf.jasper@web.de>
5016
5017 * calendar.texi (iCalendar): Update for package changes.
5018
8cf51b2c
GM
50192004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5020
5021 * files.texi (Misc File Ops): View mode is a minor mode.
5022
8cf51b2c
GM
50232004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5024
5025 * calendar.texi (iCalendar): Style changes.
5026
50272004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5028
5029 * search.texi (Regexps): The regexp described in the example is no
5030 longer stored in the variable `sentence-end'.
5031
8cf51b2c
GM
50322004-10-06 Nick Roberts <nickrob@snap.net.nz>
5033
5034 * building.texi (Starting GUD): Note that multiple debugging
5035 sessions requires `gdb --fullname'.
5036
50372004-10-05 Ulf Jasper <ulf.jasper@web.de>
5038
5039 * calendar.texi (iCalendar): New section for a new package.
5040
8cf51b2c
GM
50412004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * text.texi: Various small changes in addition to the following.
5044 (Text): Replace xref for autotype with inforef.
5045 (Sentences): Explain nil value for `sentence-end'.
5046 (Paragraphs): Update default values for `paragraph-start' and
5047 `paragraph-separate'.
5048 (Text Mode): Correct description of Text mode's effect on the
5049 syntax table.
5050 (Outline Visibility): `hide-other' does not hide top level headings.
5051 `selective-display-ellipses' no longer has an effect on Outline mode.
5052 (TeX Misc): Add missing @cindex.
5053 Replace xref for RefTeX with inforef.
5054 (Requesting Formatted Text): The variable
5055 `enriched-fill-after-visiting' no longer exists.
5056 (Editing Format Info): Update names of menu items and commands.
5057 (Format Faces): Mention special effect of specifying the default face.
5058 Describe inheritance of text properties.
5059 Correct description of `fixed' face.
5060 (Format Indentation): Correct description of effect of setting
5061 margins. Mention `set-left-margin' and `set-right-margin'.
5062 (Format Justification): Update names of menu items.
5063 `set-justification-full' is now bound to `M-j b'.
5064 Mention that `default-justification' is a per buffer variable.
5065 (Format Properties): Update name of menu item.
5066 (Forcing Enriched Mode): `format-decode-buffer' automatically
5067 turns on Enriched mode if the buffer is in text/enriched format.
5068
50692004-10-05 Emilio C. Lopes <eclig@gmx.net>
5070
5071 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5072
50732004-09-28 Kim F. Storm <storm@cua.dk>
5074
5075 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5076 Align with new functionality.
5077
8cf51b2c
GM
50782004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * display.texi (Display Custom): Remove stray `@end defvar'.
5081
50822004-09-23 Kim F. Storm <storm@cua.dk>
5083
5084 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5085 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5086
8cf51b2c
GM
50872004-09-20 Richard M. Stallman <rms@gnu.org>
5088
5089 * custom.texi (Hooks): Explain using setq to clear out a hook.
5090 (File Variables): Explain multiline string constants.
5091 (Non-ASCII Rebinding): Explain when you need to update
5092 non-ASCII char codes in .emacs.
5093
5094 * building.texi (Compilation): Explain how to make a silent
5095 subprocess that won't be terminated. Explain compilation-environment.
5096
50972004-09-13 Kim F. Storm <storm@cua.dk>
5098
5099 * mini.texi (Repetition): Rename isearch-resume-enabled to
5100 isearch-resume-in-command-history and change default to disabled.
5101
8cf51b2c
GM
51022004-09-09 Kim F. Storm <storm@cua.dk>
5103
5104 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5105 with new `kmacro-name-last-macro'.
5106
8cf51b2c
GM
51072004-09-08 Juri Linkov <juri@jurta.org>
5108
5109 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5110
8cf51b2c
GM
51112004-09-03 Juri Linkov <juri@jurta.org>
5112
5113 * search.texi (Incremental Search): Update wording for M-%.
5114
51152004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5116
5117 * killing.texi (Killing): Correct description of kill commands in
5118 read-only buffer.
5119
51202004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5121
5122 * building.texi (Compilation Mode): Add a paragraph about rules
5123 for finding the compilation buffer for `next-error'.
5124
5125 * search.texi (Other Repeating Search): Mention that Occur mode
5126 supports the next-error functionality.
5127
51282004-09-02 Juri Linkov <juri@jurta.org>
5129
5130 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5131
51322004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5133
5134 * kmacro.texi (Basic Keyboard Macro):
5135 `apply-macro-to-region-lines' now operates on all lines that begin
5136 in the region, rather than on all complete lines in the region.
5137
c8763fb6 51382004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5139
5140 * frames.texi (Drag and drop): Add documentation about
5141 x-dnd-test-function and x-dnd-known-types.
5142
51432004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * indent.texi: Various minor changes in addition to:
5146 (Indentation Commands): Correct description of `indent-relative'.
5147 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5148 mode. The *Tab Stops* buffer uses Overwrite Mode.
5149 (Just Spaces): `tabify' converts sequences of at least two spaces
5150 to tabs.
5151
8cf51b2c
GM
51522004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5153
5154 * frames.texi (Secondary Selection): Setting the secondary
5155 selection with M-Drag-Mouse-1 does not alter the kill ring,
5156 setting it with M-Mouse-1 and M-Mouse-3 does.
5157 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5158 toolkit scroll bars.
5159 (Scroll Bars): Ditto.
5160
5161 * windows.texi (Basic Window): When using a window system, the value
5162 of point in a non-selected window is indicated by a hollow box.
5163 (Split Window): Side by side windows are separated by a scroll bar,
5164 if scroll bars are used.
5165 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5166 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5167 (Window Convenience): Update bindings for `winner-undo' and
5168 `winner-redo'.
5169
5170 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5171 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5172 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5173 of "Using Emacs as a Server".
5174 * building.texi (Building): Interchange nodes (for correct numbering).
5175 * programs.texi (Programs): Interchange nodes (for correct numbering).
5176 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5177 Info to the node structure.
5178 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5179 Rearrange order of nodes and sections such that both "GNU GENERAL
5180 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5181 end, as appropriate for appendices.
5182 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5183 Use `@unnumberedsec'.
5184 * trouble.texi: Adapt sectioning in Info to the node structure.
5185 Adapt node pointers to change in emacs.texi.
5186 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5187
8cf51b2c
GM
51882004-08-25 Kenichi Handa <handa@m17n.org>
5189
5190 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5191 description for unibyte mode.
5192
51932004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5194
5195 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5196
5197 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5198 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5199 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5200 in @pxref.
5201
52022004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5205 Change section names.
5206
8cf51b2c
GM
52072004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5208
5209 * kmacro.texi (Keyboard Macro Ring): Rename section.
5210 Emacs treats the head of the macro ring as the `last keyboard macro'.
5211 (Keyboard Macro Counter): Minor change.
5212 (Save Keyboard Macro): Some clarifications.
5213 (Edit Keyboard Macro): Rename section.
5214
5215 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5216 32-bit machines.
5217 (Several Buffers): Clarify which buffer is selected if `2' is
5218 pressed in the Buffer Menu.
5219 Auto Revert mode can be used to update the Buffer Menu
5220 automatically.
5221
52222004-08-21 Eli Zaretskii <eliz@gnu.org>
5223
5224 * help.texi (Misc Help): Add an index entry for finding an Info
5225 manual by its file name.
5226
52272004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * files.texi (Backup Deletion): Correct description of
5230 `delete-old-versions'.
5231 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5232 (Auto Save Files): Recommend `auto-save-mode' to reenable
5233 auto-saving, rather than the abbreviation `auto-save'.
5234
52352004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5236
5237 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5238 for "killing" and "yanking" in main menu.
5239
52402004-08-16 Richard M. Stallman <rms@gnu.org>
5241
5242 * killing.texi (Yanking, Killing): Minor cleanups.
5243
5244 * mark.texi (Momentary Mark): Minor cleanups.
5245
52462004-08-15 Kenichi Handa <handa@etl.go.jp>
5247
5248 * custom.texi (Non-ASCII Rebinding):
5249 C-q always inserts the right code to pass to global-set-key.
5250
8cf51b2c
GM
52512004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5252
5253 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5254 `insert-register', instead of `C-x r g' binding, for consistency.
5255
52562004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * fixit.texi (Spelling): Fix typo.
5259
52602004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5261
5262 * help.texi (Help): Fix Texinfo usage.
5263
8cf51b2c
GM
52642004-07-24 Richard M. Stallman <rms@gnu.org>
5265
5266 * text.texi (Paragraphs): Update how paragraphs are separated
5267 and the default for paragraph-separate.
5268
5269 * search.texi (Regexp Replace): Further update text for new
5270 replacement operators.
5271
8cf51b2c
GM
52722004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5273
5274 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5275 `R' switch.
5276
5277 * dired.texi (Dired Updating): `k' only deletes inserted
5278 subdirectories from the Dired buffer if a prefix argument was given.
5279
5280 * search.texi (Regexps): Delete redundant definition of `symbol' in
5281 description of `\_>'. It already occurs in the description of `\_<'.
5282
8cf51b2c
GM
52832004-07-01 Juri Linkov <juri@jurta.org>
5284
5285 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5286 (Regexp Search): Add M-r.
5287
52882004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5289
5290 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5291
52922004-06-29 Jesper Harder <harder@ifa.au.dk>
5293
49823426 5294 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5295
52962004-06-25 Richard M. Stallman <rms@gnu.org>
5297
5298 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5299
53002004-06-25 David Kastrup <dak@gnu.org>
5301
5302 * search.texi (Regexp Replace): Some typo corrections and
5303 rearrangement.
5304
53052004-06-24 David Kastrup <dak@gnu.org>
5306
5307 * search.texi (Unconditional Replace): Use replace-string instead
5308 of query-replace in example.
5309 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5310 sequences.
5311 (Query Replace): Correct explanation of `^' which does not use
5312 the mark stack.
5313
53142004-06-21 Nick Roberts <nickrob@gnu.org>
5315
5316 * misc.texi (Shell History Copying): Document comint-insert-input.
5317 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5318
8cf51b2c
GM
53192004-06-20 Jesper Harder <harder@ifa.au.dk>
5320
5321 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5322 * custom.texi (Customization): Do.
5323 * anti.texi (Antinews): Do.
5324 * abbrevs.texi (Defining Abbrevs): Do.
5325
5326 * programs.texi (Info Lookup): Fix keybinding for
5327 info-lookup-symbol.
5328
53292004-06-16 Juanma Barranquero <lektu@terra.es>
5330
5331 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5332 Add emacs-xtra.
5333 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5334 (clean): Add emacs-xtra and flymake. Remove redundancies.
5335
53362004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5337
5338 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5339 Add emacs-xtra.
5340 * emacs-xtra.texi: New file.
5341
53422004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5343
5344 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5345 (Dired and Find): Mention differences with ordinary Dired buffers.
5346
8cf51b2c
GM
53472004-06-13 Richard M. Stallman <rms@gnu.org>
5348
5349 * custom.texi (Init Syntax): Explain about vars that do special
5350 things when set with setq or with Custom.
5351 (Init Examples): Add line-number-mode example.
5352
8cf51b2c
GM
53532004-06-12 Juri Linkov <juri@jurta.org>
5354
5355 * dired.texi (Operating on Files): Add dired-do-touch.
5356
8cf51b2c
GM
53572004-06-10 Juri Linkov <juri@jurta.org>
5358
5359 * building.texi (Lisp Eval): Add C-M-x on defface.
5360
53612004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5362
5363 * files.texi (Reverting): Auto-Revert mode and
5364 Global Auto-Revert mode no longer revert remote files.
5365
8cf51b2c
GM
53662004-05-29 Richard M. Stallman <rms@gnu.org>
5367
5368 * custom.texi (Init File): Two dashes start --no-site-file.
5369
8cf51b2c
GM
53702004-05-29 Alan Mackenzie <acm@muc.de>
5371
5372 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5373 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5374 (AWK, Pike): Document as "C-like modes".
5375 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5376 (M-x man): Supersedes M-x manual-entry.
5377 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5378
5379 ("Comments in C"): Delete node; the info is in CC Mode manual.
5380 (c-comment-only-line-offset): Remove description.
5381
5382 (C-c ., C-c C-c): Describe new C Mode bindings.
5383
5384 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5385 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5386 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5387 Amend definitions.
5388
5389 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5390 Describe functions.
5391
5392 (c-comment-start-regexp, c-hanging-comment-ender-p)
5393 (c-hanging-comment-starter-p): Remove obsolete definitions.
5394
5395 * emacs.texi: Remove the menu entry "Comments in C".
5396
8cf51b2c
GM
53972004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5398
5399 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5400 `M-x locate'.
5401
54022004-05-16 Karl Berry <karl@gnu.org>
5403
5404 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5405 makeinfo --html fails.
5406 * help.texi (Help Summary) [@ifnottex]: Likewise.
5407
54082004-05-13 Nick Roberts <nickrob@gnu.org>
5409
5410 * building.texi (GDB Graphical Interface): Update and describe
5411 layout first.
5412
8cf51b2c
GM
54132004-05-04 Jason Rumney <jasonr@gnu.org>
5414
5415 * makefile.w32-in: Revert last change.
5416
54172004-05-03 Jason Rumney <jasonr@gnu.org>
5418
5419 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5420
8cf51b2c
GM
54212004-04-23 Juanma Barranquero <lektu@terra.es>
5422
5423 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5424
54252004-04-18 Juri Linkov <juri@jurta.org>
5426
5427 * fixit.texi (Spelling): Remove file extension from ispell xref.
5428
54292004-04-15 Kim F. Storm <storm@cua.dk>
5430
5431 * cmdargs.texi (Initial Options): Add -Q.
5432
54332004-04-05 Kim F. Storm <storm@cua.dk>
5434
5435 * custom.texi (File Variables): Add safe-local-eval-forms.
5436
8cf51b2c
GM
54372004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5438
5439 * files.texi (Reverting): Correct description of revert-buffer's
5440 handling of point.
5441
54422004-03-22 Juri Linkov <juri@jurta.org>
5443
5444 * emacs.texi (Top): Add `Misc X'.
5445
49823426 5446 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5447
5448 * glossary.texi: Improve references.
5449
5450 * help.texi: Sync keywords with finder.el.
5451
5452 * mini.texi (Completion): Add description for menu items.
5453
5454 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5455
5456 * sending.texi (Mail Methods): Fix xref to Message manual.
5457
8cf51b2c
GM
54582004-03-12 Richard M. Stallman <rms@gnu.org>
5459
8cf51b2c
GM
5460 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5461
8cf51b2c
GM
54622004-03-04 Richard M. Stallman <rms@gnu.org>
5463
5464 * search.texi (Regexps): Explain that ^ and $ have their
5465 special meanings only in certain contexts.
5466
5467 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5468
5469 * mule.texi (Specify Coding): Doc C-x RET F.
5470
5471 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5472 for multiple compile and grep buffers.
5473 (Indirect Buffers): Don't recommand clone-indirect-buffer
5474 for multiple compile and grep buffers.
5475
8cf51b2c
GM
54762004-02-29 Juanma Barranquero <lektu@terra.es>
5477
5478 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5479 Use $(DEL) instead of rm, and ignore exit code.
5480
8cf51b2c
GM
54812004-02-23 Nick Roberts <nick@nick.uklinux.net>
5482
5483 * building.texi (Watch Expressions): Update.
5484
54852004-02-21 Juri Linkov <juri@jurta.org>
5486
5487 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5488 --directory, --help, --version. Move text about command-line-args
5489 to Command Arguments.
5490 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5491 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5492 (Window Size X): Join -g and --geometry. Add @cindex.
5493 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5494 (Title X): Remove alias -title.
5495 (Misc X): New node.
5496
c8763fb6 54972004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5498
5499 * frames.texi (Drag and drop): Add Motif to list of supported
5500 protocols.
5501
c8763fb6 55022004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5503
5504 * frames.texi (Drag and drop): New section.
5505
55062004-01-24 Richard M. Stallman <rms@gnu.org>
5507
5508 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5509 Include it only @ifnotinfo. Patch the preceding and following
5510 node headers to point to each other.
5511
55122004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5513
5514 * calendar.texi (Appointments): Update section.
5515
55162003-12-29 Kevin Ryde <user42@zip.com.au>
5517
8cf51b2c
GM
5518 * programs.texi (C Modes): Fix the xref.
5519
55202003-12-23 Nick Roberts <nick@nick.uklinux.net>
5521
5522 * building.texi (Watch Expressions): Update.
5523 (Commands of GUD): Include use of toolbar + breakpoints set from
5524 fringe/margin.
5525
55262003-12-03 Andre Spiegel <spiegel@gnu.org>
5527
5528 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5529 <acm@muc.de>.
5530
c8763fb6 55312003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5532
5533 * frames.texi (Dialog Boxes): Add use-file-dialog.
5534
8cf51b2c
GM
55352003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5536
5537 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5538 in CC Mode.
5539
8cf51b2c
GM
55402003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5541
5542 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5543 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5544 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5545 * man/frames.texi, man/glossary.texi, man/killing.texi:
5546 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5547 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5548 * man/sending.texi, man/text.texi, man/trouble.texi:
5549 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5550
55512003-11-01 Alan Mackenzie <acm@muc.de>
5552
5553 * search.texi (Scrolling During Incremental Search): Document a
5554 new scrolling facility in isearch mode.
5555
8cf51b2c
GM
55562003-10-22 Miles Bader <miles@gnu.org>
5557
5558 * Makefile.in (info): Move before $(top_srcdir)/info.
5559
55602003-10-22 Nick Roberts <nick@nick.uklinux.net>
5561
5562 * building.texi (Watch Expressions): Update section on data display
5563 to reflect code changes (GDB Graphical Interface).
5564
8cf51b2c
GM
55652003-10-13 Richard M. Stallman <rms@gnu.org>
5566
5567 * xresources.texi (GTK resources): Clean up previous change.
5568
c8763fb6 55692003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5570
5571 * xresources.texi (GTK resources): Add a note that some themes
5572 disallow customizations. Add scroll theme example.
5573
8cf51b2c
GM
55742003-09-30 Richard M. Stallman <rms@gnu.org>
5575
8cf51b2c
GM
5576 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5577
5578 * misc.texi (Saving Emacs Sessions): Shorten the section,
5579 collapsing back into one node.
5580
55812003-09-30 Lars Hansen <larsh@math.ku.dk>
5582
5583 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5584
ce058493 55852003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5586
5587 * xresources.texi (GTK names in Emacs): Correct typo.
5588
8cf51b2c
GM
55892003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5590
5591 * cmdargs.texi (Font X): Mention new default font. More
5592 fully describe long font names, wildcard patterns and the
5593 problems involved. (Result of discussion on emacs-devel.)
5594
55952003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5596
5597 * emacs.texi (Acknowledgements): Correct typo.
5598
55992003-09-22 Richard M. Stallman <rms@gnu.org>
5600
5601 * dired.texi (Misc Dired Commands): New node.
5602 (Dired Navigation): Add dired-goto-file.
5603
5604 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5605
5606 * emacs.texi (Acknowledgements): New node, split from Distribution.
5607
5608 * cmdargs.texi (Action Arguments): -f reads interactive args.
5609
8cf51b2c
GM
56102003-09-08 Lute Kamstra <lute@gnu.org>
5611
5612 * screen.texi (Mode Line): Say that POS comes before LINE.
5613 Mention `size-indication-mode'.
5614 * display.texi (Optional Mode Line): Document
5615 `size-indication-mode'.
5616 * basic.texi (Position Info): Mention `size-indication-mode'.
5617
56182003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5619
5620 * xresources.texi (Resources): Refer to `editres' man page.
5621 (Lucid Resources): Update defaults. Expand description of
5622 `shadowThickness'.
5623
56242003-09-04 Miles Bader <miles@gnu.org>
5625
5626 * Makefile.in (top_srcdir): New variable.
5627 ($(top_srcdir)/info): New rule.
5628 (info): Depend on it.
5629
56302003-09-03 Peter Runestig <peter@runestig.com>
5631
5632 * makefile.w32-in: New file.
5633
56342003-08-29 Richard M. Stallman <rms@gnu.org>
5635
5636 * misc.texi (Saving Emacs Sessions): Correct previous change.
5637
8cf51b2c
GM
56382003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5639
8cf51b2c
GM
5640 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5641 (Intro): Include kmacro.texi after fixit.texi instead of after
5642 custom.texi. (As suggested by Kim Storm.)
5643
56442003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5645
5646 * fixit.texi (Fixit): Update `Next' pointer.
5647 * files.texi (Files): Update `Previous' pointer.
5648 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5649 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5650 (Suggested by Kim Storm.)
5651 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5652
56532003-08-18 Kim F. Storm <storm@cua.dk>
5654
5655 * kmacro.texi: New file describing enhanced keyboard macro
5656 functionality. Replaces old description in custom.texi.
5657
5658 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5659 (Keyboard Macros): Move to new kmacro.texi file.
5660
5661 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5662
8cf51b2c
GM
56632003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5664
5665 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5666
56672003-08-17 Alex Schroeder <alex@gnu.org>
5668
5669 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5670 required.
5671
8cf51b2c
GM
56722003-08-05 Richard M. Stallman <rms@gnu.org>
5673
5674 * programs.texi (Lisp Indent): Don't describe
5675 lisp-indent-function property here. Use xref to Lisp Manual.
5676
8cf51b2c
GM
56772003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5678
fffa137c 5679 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5680 abbreviations.
5681
56822003-07-24 Markus Rost <rost@math.ohio-state.edu>
5683
5684 * buffers.texi (List Buffers): Fix previous change.
5685
8cf51b2c
GM
56862003-07-13 Markus Rost <rost@math.ohio-state.edu>
5687
5688 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5689 List*.
5690
56912003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5692
8cf51b2c
GM
5693 * display.texi (Font Lock): Fix typo.
5694
56952003-07-07 Richard M. Stallman <rms@gnu.org>
5696
5697 * display.texi (Font Lock): Add xref for format info on
5698 font-lock-remove-keywords.
5699
5700 * building.texi (Compilation): Document what happens with asynch
5701 children of compiler process.
5702
5703 * help.texi (Library Keywords): Use @multitable.
5704
8cf51b2c
GM
57052003-06-04 Richard M. Stallman <rms@gnu.org>
5706
5707 * programs.texi (Expressions): Delete C-M-DEL.
5708
5709 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5710 comint-move-point-for-output renamed from
5711 comint-scroll-to-bottom-on-output.
5712
5713 * custom.texi (Init Rebinding): Replace previous change with xref.
5714 (Non-ASCII Rebinding): Explain that issue more briefly here.
5715
57162003-05-28 Richard M. Stallman <rms@gnu.org>
5717
5718 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5719
57202003-05-28 Nick Roberts <nick@nick.uklinux.net>
5721
5722 * building.texi (GDB Graphical Interface): New node.
5723 (Rewritten somewhat by RMS.)
5724
c8763fb6 57252003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5726
5727 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5728 non-English letters. Explain how to set coding systems correctly
5729 and how to include the right coding cookie in the file.
5730
c8763fb6 57312003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5732
5733 * indent.texi (Indentation): Explain the concepts.
5734 (Just Spaces): Explain why preventing tabs for indentation might
5735 be useful.
5736
8cf51b2c
GM
57372003-04-16 Richard M. Stallman <rms@gnu.org>
5738
5739 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5740
8cf51b2c
GM
57412003-02-22 Alex Schroeder <alex@emacswiki.org>
5742
5743 * cmdargs.texi (General Variables): Document SMTPSERVER.
5744
8cf51b2c
GM
5745 * sending.texi: Remove SMTP node.
5746 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5747 library.
5748
8cf51b2c
GM
57492003-02-22 Alex Schroeder <alex@emacswiki.org>
5750
5751 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5752
57532003-02-22 Simon Josefsson <jas@extundo.com>
5754
5755 * sending.texi (Mail Methods): Add node about SMTP.
5756
c8763fb6 57572003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5758
5759 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5760
8cf51b2c
GM
57612003-02-01 Kevin Ryde <user42@zip.com.au>
5762
5763 * glossary.texi (Glossary): Correction to cl cross reference.
5764
57652003-01-20 Richard M. Stallman <rms@gnu.org>
5766
5767 * killing.texi (Rectangles): Document C-x c r.
5768
c8763fb6 57692003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5770
5771 * xresources.texi (GTK resources): New node.
5772 (GTK widget names): New node.
5773 (GTK names in Emacs): New node.
5774 (GTK styles): New node.
5775
c8763fb6 57762003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5777
5778 * maintaining.texi (Create Tags Table): Add reference to the new
5779 `etags --help --lang=LANG' option.
5780
8cf51b2c
GM
57812002-10-02 Karl Berry <karl@gnu.org>
5782
49823426 5783 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5784 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5785 where needed for the sake of the HTML output.
8cf51b2c
GM
5786
57872001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5788
5789 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5790 source files.
5791
57922001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * Makefile.in (emacsman): New target.
5795
8cf51b2c
GM
57962001-10-20 Gerd Moellmann <gerd@gnu.org>
5797
5798 * (Version 21.1 released.)
5799
58002001-10-05 Gerd Moellmann <gerd@gnu.org>
5801
5802 * Branch for 21.1.
5803
8cf51b2c
GM
58042001-03-05 Gerd Moellmann <gerd@gnu.org>
5805
5806 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5807
8cf51b2c
GM
58082000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5811
8cf51b2c
GM
58121999-07-12 Richard Stallman <rms@gnu.org>
5813
5814 * Version 20.4 released.
5815
58161998-12-04 Markus Rost <rost@delysid.gnu.org>
5817
5818 * Makefile.in (INFO_TARGETS): Delete customize.info.
5819 (DVI_TARGETS): Delete customize.dvi.
5820 (../info/customize, customize.dvi): Targets deleted.
5821
58221998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5823
5824 * Version 20.3 released.
5825
58261998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5827
5828 * Makefile.in (EMACSSOURCES): Add mule.texi.
5829 Add msdog.texi, ack.texi. Remove gnu1.texi.
5830
58311998-04-06 Andreas Schwab <schwab@gnu.org>
5832
5833 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5834 it in dvi targets.
8cf51b2c
GM
5835
58361997-09-23 Paul Eggert <eggert@twinsun.com>
5837
5838 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5839 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5840 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5841
58421997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5843
5844 * Version 20.2 released.
5845
58461997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5847
5848 * Version 20.1 released.
5849
58501997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5851
5852 * Makefile (../info/customize, customize.dvi): New targets.
5853 (INFO_TARGETS): Add ../info/customize.
5854 (DVI_TARGETS): Add customize.dvi.
5855
8cf51b2c
GM
58561996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5857
5858 * Version 19.33 released.
5859
58601996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5861
5862 * Version 19.32 released.
5863
8cf51b2c
GM
58641996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5865
5866 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5867
58681996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5869
5870 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5871 Specify -I option.
5872 (All dvi targets): Set the TEXINPUTS variable.
5873
58741996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5875
5876 * Version 19.31 released.
5877
8cf51b2c
GM
58781995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5879
5880 * Version 19.30 released.
5881
8cf51b2c
GM
58821995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5883
5884 * Makefile.in (maintainer-clean): Rename from realclean.
5885
58861994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5887
5888 * Makefile.in: New file.
5889 * Makefile: File deleted.
5890
58911994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5892
5893 * Makefile (TEXINDEX_OBJS): Variable deleted.
5894 (texindex, texindex.o, getopt.o): Rules deleted.
5895 All deps on texindex deleted.
5896 (distclean): Don't delete texindex.
5897 (mostlyclean): Don't delete *.o.
5898 * texindex.c, getopt.c: Files deleted.
5899
59001994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5901
5902 * Version 19.26 released.
5903
59041994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5905
5906 * Makefile (EMACSSOURCES): Exclude undo.texi.
5907
59081994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5909
5910 * Version 19.25 released.
5911
59121994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5913
5914 * Version 19.24 released.
5915
59161994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5917
5918 * Version 19.23 released.
5919
59201994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5921
5922 * Makefile: Delete spurious tab.
5923
59241994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5925
5926 * Makefile (.SUFFIXES): New rule.
5927
8cf51b2c
GM
59281993-12-04 Richard Stallman (rms@srarc2)
5929
5930 * getopt.c: New file.
5931 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5932 (getopt.o): New rule.
5933 (dvi): Don't depend on texindex.
49823426 5934 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5935
59361993-12-03 Richard Stallman (rms@srarc2)
5937
49823426
GM
5938 * Makefile (TEXI2DVI): New variable.
5939 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5940 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5941
59421993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5943
5944 * Version 19.22 released.
5945
59461993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5947
5948 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5949
59501993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5951
5952 * Version 19.21 released.
5953
8cf51b2c
GM
59541993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5955
5956 * Makefile (realclean): Don't delete the Info files.
5957
59581993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5959
8cf51b2c
GM
5960 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5961 4' where appropriate.
5962
59631993-10-20 Brian Fox (bfox@ai.mit.edu)
5964
49823426 5965 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5966
5967 * texindex.c: Include "../src/config.h" if building in emacs.
5968
5969 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5970 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5971 Add target to build texindex.c, defining `emacs'.
5972
8cf51b2c
GM
59731993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5974
5975 * Version 19.19 released.
5976
8cf51b2c
GM
59771993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5978
5979 * Version 19.18 released.
5980
59811993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5982
5983 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5984
59851993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5986
5987 * Version 19.17 released.
5988
59891993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5990
5991 * split-man: Fix typos in last change.
5992
59931993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5994
5995 * Version 19.16 released.
5996
59971993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5998
5999 * version 19.15 released.
6000
60011993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6002
6003 * Makefile (distclean): It's rm, not rf.
6004
60051993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6006
6007 * Version 19.14 released.
6008
60091993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6010
6011 * Makefile: New file.
6012
60131993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6014
6015 * Version 19.13 released.
6016
60171993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6018
6019 * Version 19.9 released.
6020
60211993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6022
6023 * Version 19.8 released.
6024
60251993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6026
6027 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6028
6029 * trouble.texi: It's `enable-flow-control-on', not
6030 `evade-flow-control-on'.
6031
60321993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6033
6034 * display.texi: Document standard-display-european.
6035
60361993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6037
6038 * Version 19.7 released.
6039
6040 * emacs.texi: Add a sentence to the top menu mentioning the
6041 specific version of Emacs this manual applies to.
6042
60431993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6044
6045 * basic.texi: Document next-line-add-lines variable used to
6046 implement down-arrow.
6047
6048 * killing.texi: Document kill-whole-line.
6049
60501993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6051
6052 * text.texi: Update unix TeX ordering information.
6053
60541993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6055
6056 * news.texi: Mention fill-rectangle in keybinding list.
6057
6058 * killing.texi: Document fill-rectangle.
6059
60601993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6061
6062 * vc.texi: Bring the docs up to date with VC 5.2.
6063
60641992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6065
6066 * emacs.tex: Mention blackbox and gomoku under Amusements.
6067 Assembler mode is now mentioned and appropriately indexed
6068 under Programming Modes.
6069
60701991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6071
6072 * emacs.tex: Update TeX ordering information.
6073
8cf51b2c
GM
60741990-06-26 David Lawrence (tale@geech)
6075
6076 * emacs.tex: Note that completion-ignored-extensions is not used
6077 to filter out names when all completions are displayed in
6078 *Completions*.
6079
60801990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6081
6082 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6083
60841990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6085
6086 * emacs.tex: Add @findex grep.
6087
8cf51b2c
GM
60881988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6089
6090 * emacs.tex: Correct two typos. No other changes before
6091 Version 19 will be made.
6092
8cf51b2c
GM
60931988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6094
6095 * emacs.tex: Update information for obtaining TeX distribution from the
6096 University of Washington.
6097
6098;; Local Variables:
c8763fb6 6099;; coding: utf-8
8cf51b2c
GM
6100;; fill-column: 79
6101;; add-log-time-zone-rule: t
6102;; End:
6103
6104 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 6105 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
6106
6107 This file is part of GNU Emacs.
6108
352c8b4a 6109 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6110 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6111 the Free Software Foundation, either version 3 of the License, or
6112 (at your option) any later version.
8cf51b2c
GM
6113
6114 GNU Emacs is distributed in the hope that it will be useful,
6115 but WITHOUT ANY WARRANTY; without even the implied warranty of
6116 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6117 GNU General Public License for more details.
6118
6119 You should have received a copy of the GNU General Public License
352c8b4a 6120 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6121
6122;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd