(Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
56221db7
CY
12008-11-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * building.texi (Watch Expressions): Fix typo.
4
90effe33
CY
52008-11-24 Chong Yidong <cyd@stupidchicken.com>
6
f90a5ae3
CY
7 * files.texi (Visiting): Document new behavior of
8 confirm-nonexistent-file-or-buffer.
9
10 * buffers.texi (Select Buffer): Document
11 confirm-nonexistent-file-or-buffer.
12
a18ffb4a
CY
13 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
14 edit-picture.
15
90effe33
CY
16 * text.texi (Text): Simplify introduction. Discard mention of `M-x
17 edit-picture', since that is just an alias for picture-mode.
18 (Sentences): Note that repeated M-@ extends the region.
19 (Pages): Make terminology more consistent. Link to Regexps node.
20 (Longlines): Discuss relationship with Visual Line mode.
21 (Text Mode): Remove extraneous discussion of other modes, since they
22 were already introduced in the parent node.
23
e85103ec
CY
242008-11-23 Chong Yidong <cyd@stupidchicken.com>
25
5cb2fe30
CY
26 * anti.texi (Antinews): Rewrite.
27
1eb9b307 28 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
29
30 * frames.texi (Frame Commands): Mention "minimize" terminology.
31
e85103ec
CY
32 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
33 formats.
b908332f
CY
34 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
35 (Misc X): Don't document useless -hb option.
e85103ec 36
607f5f88
JL
372008-11-22 Juri Linkov <juri@jurta.org>
38
39 * dired.texi (Dired Navigation): Change normal file name search option
40 from `non-nil' to `t'. Add `dwim' option.
41
e1b867a0
JL
422008-11-22 Juri Linkov <juri@jurta.org>
43
44 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
45 ".dir-locals.el". Rename `define-project-bindings' to
46 `dir-locals-set-class-variables'. Rename `set-directory-project' to
47 `dir-locals-set-directory-class'.
48
dd186936
LK
492008-11-22 Lute Kamstra <lute@gnu.org>
50
51 * buffers.texi (Select Buffer): Index goto-line.
52 * basic.texi (Moving Point): Mention the use of a numeric prefix
53 argument with goto-line and refer to Select Buffer for the use of a
54 plain prefix argument.
55
4b121911
GM
562008-11-19 Glenn Morris <rgm@gnu.org>
57
58 * doclicense.texi: Update to FDL 1.3.
59 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
60
27267e4c
CY
612008-11-17 Chong Yidong <cyd@stupidchicken.com>
62
696f351d
CY
63 * custom.texi (Minor Modes): Define mode commands and mode variables
64 more precisely. Recommend using mode commands instead of setting
65 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
66 (Easy Customization): Use "init file" instead of .emacs.
67 (Customization Groups): Update to new Custom buffer appearance.
68 (Saving Customizations): Copyedits. Update example.
69 (Variables): Give example of variable type-sensitivity.
70 (Examining): Update example.
71 (Hooks): Copyedits.
72 (Specifying File Variables): Use C comments instead of an artificial
73 Lisp for the example.
74 (Keymaps): Move internals discussion to Prefix Keymaps.
75 (Rebinding): Remove redundant paragraph (stated in Key Binding).
76 (Init Rebinding): Document kbd macro.
77 (Init File): Link to Find Init.
696f351d
CY
78
79 * mark.texi (Using Region): Document Delete Selection Mode more
80 thoroughly.
81
82 * frames.texi (Mouse Commands): Move most of the description of Delete
83 Selection Mode to Using Region, and link to it.
1bc9c425 84 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 85
b0570c25
CY
86 * building.texi (Compilation): Document first-error value of
87 compilation-scroll-output.
88 (Compilation Mode): Note that compilation-auto-jump-to-first-error
89 works as soon as an error is available. Suggested by Juri Linkov.
90
27267e4c
CY
91 * mini.texi (Passwords): New node.
92
93 * files.texi (Remote Files): Link to Passwords node.
94
95 * emacs.texi (Top): Update node listings.
96
122eb807
CY
972008-11-16 Chong Yidong <cyd@stupidchicken.com>
98
9c9855a3
CY
99 * ack.texi (Acknowledgments): Some updating of credits.
100
bd6fdcad
CY
101 * emacs.texi (Acknowledgments): Add a couple more names.
102
dd1eef46
CY
103 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
104
122eb807 105 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 106 (Misc File Ops): Document use of trash.
122eb807 107
801a8da1
JB
1082008-11-16 Juanma Barranquero <lekktu@gmail.com>
109
110 * macos.texi (Mac Customization): Fix typos.
111
0b4f2253
CY
1122008-11-14 Chong Yidong <cyd@stupidchicken.com>
113
114 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
115 replacing previous contents. Numerous copyedits to adapt ns-emacs to
116 the conventions of the main Emacs manual.
117
118 * emacs.texi (Top): Update node listings.
119
517e2b89
CY
1202008-11-12 Chong Yidong <cyd@stupidchicken.com>
121
07a85685
CY
122 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
123 command-line-args is processed during startup.
124 (Action Arguments): Correctly describe how file arguments interact with
125 the startup screen. Link to Lisp Interaction for scratch buffer.
126 (Initial Options): Link to Command Example for -batch option.
127 (Environment): Document initial-environment.
128
517e2b89
CY
129 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
130 can't be changed in the site-start file.
131
6337bbde
CY
1322008-11-07 Chong Yidong <cyd@stupidchicken.com>
133
134 * dired.texi (Dired): Mention C-x C-d too.
135 (Dired Enter): Document M-n in the Dired minibuffer.
136 (Dired Navigation): Explain dired-goto-file more clearly. Document
137 dired-isearch-filenames.
138 (Dired Deletion): Remove unnecessary "expunged" terminology.
139 (Flagging Many Files): & is now rebound to `% &'.
140 (Shell Commands in Dired): Document dired-do-async-shell-command.
141 Clarify how multi-file arguments are passed.
142 (Misc Dired Features): Document dired-do-isearch.
143
9e8eeff9
CY
1442008-11-06 Chong Yidong <cyd@stupidchicken.com>
145
146 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
147
e071f849
CY
1482008-11-03 Chong Yidong <cyd@stupidchicken.com>
149
150 * search.texi (Other Repeating Search): Remove obsolete findex entries.
151
05482eb1
CY
1522008-11-01 Chong Yidong <cyd@stupidchicken.com>
153
e2346dea
CY
154 * programs.texi (Program Modes): Link to Program Indent node.
155 (Left Margin Paren): Explain consequences of changing
156 open-paren-in-column-0-is-defun-start more concisely.
157 (Which Function, Program Indent, Info Lookup): Minor edits.
158 (Basic Indent): If region is active, TAB indents the region.
159 (Multi-line Indent): If region is active, TAB indents the region. Note
160 that indent-region is useful when Transient Mark mode is off.
161 (Matching): The delimiter at the cursor is highlighted---the character
162 changes color.
163 (Symbol Completion): Link to Completion node.
164
e4b6428c
CY
165 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
166 a strictly text-only system.
167
05482eb1
CY
168 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
169 batch mode.
170
a11d3737
RS
1712008-11-01 Richard M. Stallman <rms@gnu.org>
172
5abad626
RS
173 * misc.texi (Document View): Major rewrite.
174
a11d3737
RS
175 * maintaining.texi (Types of Log File): Change logs are older than
176 version control.
177 (VCS Concepts): Simplify and rearrange.
178 (Version Control Systems): Make it clear that Linux is only the kernel.
179 (VC Mode Line): Shorten reference to menu item.
180 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
181 (VC Directory Mode): Minor cleanup.
182 Unchanged files are hidden, not omitted.
183 (VC Directory Commands): Shorten and simplify.
184 (Change Log Commands): New node, split from Change Logs.
185 (VC Directory Buffer): New node, split from VC Directory Mode.
186
c55a4acb
CY
1872008-10-31 Chong Yidong <cyd@stupidchicken.com>
188
df0356f6
CY
189 * misc.texi (Document View): Renamed from Document Files, moved here
190 from files.texi.
191
192 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
193 moved as well.
194 (Document Files): Moved to misc.texi.
195
c55a4acb
CY
196 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
197 vc-update-change-log.
df0356f6
CY
198 (Version Control): Move here from files.texi.
199 (Format of ChangeLog): Make it a subnode of Change Log.
200
201 * emacs.texi (Top): Update node listing.
c55a4acb 202
ef082374
TH
2032008-10-31 Tassilo Horn <tassilo@member.fsf.org>
204
205 * files.texi (Files): Add a section about document
206 files (doc-view-mode).
207
d52582c3
CY
2082008-10-31 Chong Yidong <cyd@stupidchicken.com>
209
210 * building.texi (Compilation Mode): Document
211 compilation-auto-jump-to-first-error.
212 (Debuggers): Lower GUD subsections to subsubsections.
213 (Starting GUD): Add cindex.
214 (Lisp Interaction): Note that scratch is no longer the initial buffer.
215
4e0a0968
CY
2162008-10-30 Chong Yidong <cyd@stupidchicken.com>
217
03625b47
CY
218 * indent.texi (Indentation): Link to Program Indent.
219
4e0a0968
CY
220 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
221 now uses emacsclient's terminal.
222
8bd3f7ef
CY
2232008-10-29 Chong Yidong <cyd@stupidchicken.com>
224
80e5620e
CY
225 * mark.texi (Using Region): Document use-empty-active-region.
226
97d5c404
CY
227 * emacs.texi (Top): Update node listings.
228
8bd3f7ef
CY
229 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
230 mention obsolete emacs.bash script.
231 (Invoking emacsclient): Rewrite, moving optional arguments to
232 emacsclient Options.
21d2bae3
CY
233 (emacsclient Options): New node. Document server-use-tcp and
234 server-host.
8bd3f7ef 235
5fda2cbd
CY
2362008-10-28 Chong Yidong <cyd@stupidchicken.com>
237
238 * indent.texi (Indentation): Replace list with paragraphed text,
239 putting description of syntax-driven indentation first. Document new
240 effect of active regions on tab.
241 (Tab Stops): Note that editable tab stops affect indentation commands.
242
4ff029f6
DN
2432008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
244
245 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
246
996cd6e4
CY
2472008-10-23 Chong Yidong <cyd@stupidchicken.com>
248
f28815e3
CY
249 * custom.texi (Function Keys): Note that modified keypad keys are not
250 translated.
251
996cd6e4
CY
252 * basic.texi (Arguments): Explain how to insert multiple digits.
253
49545fe2
MA
2542008-10-22 Michael Albinus <michael.albinus@gmx.de>
255
256 * files.texi (Remote Files): Precise selection of default method.
257 Rewrite paragraph about disabling remote file names.
258
edac0b53
CY
2592008-10-22 Chong Yidong <cyd@stupidchicken.com>
260
e752c544
CY
261 * search.texi (Special Isearch): Document M-TAB is isearch.
262
edac0b53
CY
263 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
264 command.
265
266 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
267
20a36054
TH
2682008-10-22 Tassilo Horn <tassilo@member.fsf.org>
269
270 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
271 section.
272
69051ab6
CY
2732008-10-21 Chong Yidong <cyd@stupidchicken.com>
274
c4b1a32a
CY
275 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
276 to files.texi. Move contents of vc2-xtra.texi here.
277
278 * vc2-xtra.texi: File removed.
279
280 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
281 Directory Commands from the submenu. Don't include deleted file
282 vc2-xtra.texi.
283
284 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
285 (Version Control): Add VC Directory Mode and VC Directory Commands to
286 the submenu.
287 (Why Version Control?): Use table format.
288 (Version Control Systems): Note that Meta-CVS support is gone.
289 (VCS Concepts): Note precisely when VC started supporting filesets.
290 Remove bogus xref to CVS Options node.
291 (Types of Log File): Copyedits.
292 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
293 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
294 The Right Thing.
295 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
296 (Log Buffer): Reorganize node, putting C-c C-c description first.
297 (Old Revisions): Use CVS for example, not RCS.
298 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
299 Commands from the submenu, putting them under Version Control.
300 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
301 need to include it in the manual unconditionally, since it is now
302 crucial to using distributed version control systems.
1a6e2954
CY
303 (Comparing Files): Note that diff uses the minibuffer, and that the
304 output is shown using Diff mode.
305 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
306 diff-update-on-the-fly, diff-refine-hunk, and
307 diff-show-trailing-whitespaces.
1a6e2954 308 (File Archives): Add rar support.
c4b1a32a 309
69051ab6
CY
310 * major.texi (Choosing Modes): Make mode selection sequence more
311 obvious by describing the steps in order of priority. Note that
312 magic-mode-alist is nil by default. Document
313 magic-fallback-mode-alist.
314
e7421e03
CY
3152008-10-20 Chong Yidong <cyd@stupidchicken.com>
316
317 * frames.texi (Mouse References): Copyedits.
318
6b2efdc2
TH
3192008-10-20 Tassilo Horn <tassilo@member.fsf.org>
320
321 * ack.texi (Acknowledgments): Add myself as doc-view author.
322
9c5e9396
EZ
3232008-10-20 Eli Zaretskii <eliz@gnu.org>
324
325 * frames.texi (Dialog Boxes): Add @cindex entries.
326
dac94f8e
CY
3272008-10-20 Chong Yidong <cyd@stupidchicken.com>
328
329 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
330 (Text-Only Mouse): Copyedit.
331
25597d40
CY
3322008-10-19 Chong Yidong <cyd@stupidchicken.com>
333
f8a447f6
CY
334 * frames.texi: Use @key throughout for mouse clicks.
335 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
336 (Secondary Selection): Fix modified mouse click syntax.
337 (Clipboard): Describe Cut, Copy and Paste commands.
338 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
339 Copyedits.
340 (Creating Frames): Add xref to Init File.
341 (Frame Commands): Add xref to Exiting.
342 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 343
b0f95216
CY
3442008-10-15 Chong Yidong <cyd@stupidchicken.com>
345
b0817f00
CY
346 * files.texi (Version Control): Copyedits. Add Bazaar.
347 (Version Control Systems): List different VCS's using an itemized list.
348 Add Bazaar.
349 (VCS Concepts): Copyedits. Tweak description of file merging.
350
b0f95216
CY
351 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
352 (Cut/Paste Other App): Document select-active-regions and
353 x-select-enable-primary.
354
69d0d701
CY
3552008-10-13 Chong Yidong <cyd@stupidchicken.com>
356
357 * mark.texi (Shift Selection): Correct case in node name.
358
359 * emacs.texi (Top): Update node order in Mark chapter.
360
375e8351
EZ
3612008-10-12 Eli Zaretskii <eliz@gnu.org>
362
363 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
364
365 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
366 elsewhere in the manual instead of describing yet again the intricacies
367 of $HOME on MS-Windows and MS-DOS.
368
ab58114f
CY
3692008-10-12 Chong Yidong <cyd@stupidchicken.com>
370
4f959513
CY
371 * mini.texi (Minibuffer File): Add xref to File Names.
372 (Minibuffer File): Add discussion of `~' in file names. Add
373 insert-default-directory index reference.
374
ab58114f
CY
375 * files.texi (File Names): Reorganize description.
376 (Visiting): Add xref to Mode Line. Copyedits.
377 (Save Commands): Mention prefix behavior of C-x C-s.
378 (Numbered Backups): Node deleted.
379 (Backup Names): Contents of Numbered Backups moved here. State default
380 of version-control variable.
381 (Reverting): Copyedits.
382 (Version Control): Add additional version control systems.
383
384 * emacs.texi (Top): Delete Numbered Backups node.
385
386 * cmdargs.texi (General Variables): Change Numbered Backups xref to
387 Backup Names.
f2884f63 388 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 389
b0b5100a
RF
3902008-10-11 Romain Francoise <romain@orebokech.com>
391
392 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
393
89774b5f
CY
3942008-10-11 Chong Yidong <cyd@stupidchicken.com>
395
396 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
397 (Select Buffer): Mention use of minibuffer history. Describe default
398 value of default-major-mode. Mention that C-x 4 b selects the other
399 window.
400 (List Buffers): Document CRM indicators in the order they appear.
401 (Kill Buffer): Document new command kill-matching buffers.
402 (Several Buffers): Move explanation of the relationship between buffer
403 list and buffer menu to the top.
404 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
405
4c72bf27
CY
4062008-10-10 Chong Yidong <cyd@stupidchicken.com>
407
408 * entering.texi (Exiting): Document change of C-x C-c to
409 save-buffers-kill-terminal. Document kill-emacs.
410
f68eb991
EZ
4112008-09-30 Eli Zaretskii <eliz@gnu.org>
412
413 * mule.texi (Coding Systems): Don't mention codepage-setup.
414
415 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
416 cpNNN coding systems anymore.
417 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
418 for unibyte mode. Don't mention line-drawing characters. Don't
419 mention dos-unsupported-char-glyph.
420
1a2dd44d
CY
4212008-09-25 Chong Yidong <cyd@stupidchicken.com>
422
423 * search.texi (Search): Shorten introduction.
424 (Basic Isearch): Add command table. Discuss reverse isearch and
425 isearch highlighting.
426 (Repeat Isearch): Move lazy highlighting discussion here. Add search
427 ring to cindex.
428 (Special Isearch): Move input methods discussion here.
429 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
430 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
431 Repeat Isearch.
432 (Isearch Minibuffer): New node.
433 (Word Search): Document new word search commands.
434 (Regexp Example): Simplify example using sentence-end-base variable.
435 (Replace): Reword introduction.
436 (Unconditional Replace): Remove unnecessary example.
437 (Other Repeating Search): Document new `M-s o' binding.
438
439 * emacs.texi (Top): Update node listings.
440
e45da31d
JB
4412008-09-22 Juanma Barranquero <lekktu@gmail.com>
442
443 * emacs.texi (Top): Remove Kill Errors from menu.
444
841c8096
CY
4452008-09-22 Chong Yidong <cyd@stupidchicken.com>
446
402168fa
CY
447 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
448 interface for defining macros. Simplify examples. Note that C-g quits
449 macro definitions.
801a8da1 450 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
451 usage example.
452 (Keyboard Macro Query): Organize query responses in a table.
453
454 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
455 to Erasing node.
841c8096
CY
456 (Undo): Reorganize paragraphs for logical flow. Move keybinding
457 rationale to a footnote.
458 (Kill Errors): Remove node, due to redundancy with Erasing.
459 (Spelling): Move discussion of flyspell to end. Note new behavior of
460 M-$ in active region. Remove non-ispell-specific keybindings from
461 table.
462
eab2ee89
DN
4632008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
464
465 * cmdargs.texi (Initial Options): Document --daemon.
466
3d53e905
GM
4672008-09-20 Glenn Morris <rgm@gnu.org>
468
469 * files.texi (Numbered Backups): Mention that some modes set
470 version-control.
471
1c90484d
GM
4722008-09-20 Jim Blandy <jimb@red-bean.com>
473
474 * files.texi (Numbered Backups): Reference File Variables, as well.
475 Remove discussion of Rmail's implementation.
476
0fc0d844
CY
4772008-09-06 Chong Yidong <cyd@stupidchicken.com>
478
479 * misc.texi (Recursive Edit): Note that top-level exits active
480 minibuffers.
481
482 * trouble.texi (Quitting): Likewise.
483
b18d283d
CY
4842008-08-31 Chong Yidong <cyd@stupidchicken.com>
485
486 * emacs.texi (Top): Add Temporary Face Changes xref.
487
488 * display.texi (Display): Move Temporary Face Changes node to just
489 after Standard Faces.
490 (Scrolling): Document recenter-top-bottom instead of recenter.
491 (Horizontal Scrolling): Move auto hscroll discussion to the top.
492 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
493 (Display Custom): Copyedits.
494 (Optional Mode Line): Document display-battery-mode.
495
180135fc
RF
4962008-08-27 Romain Francoise <romain@orebokech.com>
497
498 * custom.texi (Directory Variables): Minor fix.
499
d3fe3475
GM
5002008-08-27 Glenn Morris <rgm@gnu.org>
501
502 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
503 descriptions.
504 (Calendar Customizing): Tweak layout description.
183080b6 505 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
506 markers. Condense calendar-star-date and calendar-mark-today
507 description.
508 (Holiday Customizing): Add oriental and solar holidays.
509 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
510 Fix holiday-float description. Use zerop in examples. Be less verbose.
511 (Date Display Format): Change ISO format. Be less verbose.
512 (Diary Customizing): Mention day and month abbrev arrays.
513 Mention the date-form variables by name. Update European example.
514 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
515 Condense examples. Mention diary-entry-symbols by name.
516 Condense table for insertion commands.
517 (Fancy Diary Display): Mention diary-include-string and
518 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
519 Ethiopic, Persian date functions. Condense descriptions.
520
521 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
522 (Adding to Diary): Adapt for changed node name.
523
71755807
GM
5242008-08-26 Glenn Morris <rgm@gnu.org>
525
526 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
527 node "Hebrew/Islamic Entries".
528
529 * calendar.texi (Specified Dates): Fix names of iso functions.
530 (General Calendar): There may not be another window.
531 (Writing Calendar Files, Holidays): Tweak intro.
532 (Holidays): Mention Baha'i and Chinese holidays.
533 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
534 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
535 (To Other Calendar): Add calendar-print-other-dates.
536 Refer to "graphic display" rather than "X.
537 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
538 (Displaying the Diary): Fix whitespace after reference.
539 Fix `diary-number-of-entries' reference.
540 (Date Formats): Explicitly mention that day names can be abbreviated.
541 (Adding to Diary): Add some references to other sections.
542 (Special Diary Entries): Fix reference.
543 (Appointments): Simplify appt-message-warning-time entry.
544 Clarify where times must be.
545 (Importing Diary): Comment out icalendar paragraph that does not apply.
546 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
547
d76ebc75
GM
5482008-08-23 Glenn Morris <rgm@gnu.org>
549
550 * fortran-xtra.texi (Fortran): Change description of free form and
551 fixed form a bit. Mention hideshow and imenu.
552 (Fortran Motion): Mention fortran-end-of-subprogram,
553 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
554 (Fortran Indent): Minor re-word.
555 (ForIndent Commands): Mention fortran-fill-paragraph and
556 fortran-fill-statement.
557 (ForIndent Cont): Mention fortran-tab-mode-string.
558 (Fortran Comments): Mention fortran-comment-line-start-skip.
559 (Fortran Columns): Mention font-locking.
560 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
561
e2a71e28
JB
5622008-08-23 Johan Bockgard <bojohan@muon>
563
564 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
565
5c52e13c
CY
5662008-08-22 Chong Yidong <cyd@stupidchicken.com>
567
568 * mini.texi (Minibuffer): Simplify introduction.
569 (Minibuffer File): Document tilde in minibuffer filenames.
570 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
571 to enter tabs, spaces, and question marks. Describe behavior of C-a.
572 (Completion Example): Update example to current command list.
573 (Completion Options): Document `lazy' value of completion-auto-help.
574 Update contents of completion-ignored-extensions.
575 (Minibuffer History): Describe "future history" list. State default
576 value of history-delete-duplicates.
577
77a00355
GM
5782008-08-21 Glenn Morris <rgm@gnu.org>
579
580 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 581 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 582
39ee1d04
CY
5832008-08-17 Chong Yidong <cyd@stupidchicken.com>
584
585 * regs.texi (Registers): Clarify valid register names.
586 (RegPos): Note that buffer is saved and restored too.
587 (RegText): Note that mark is reactivated/deactivated.
588 (RegConfig): Xref to Windows node.
589
b12c348f
CY
5902008-08-16 Chong Yidong <cyd@stupidchicken.com>
591
3ae7ba79
CY
592 * basic.texi (Inserting Text): Provide command name for C-q.
593
b12c348f
CY
594 * killing.texi (Killing): Copyedit. Define read-only text.
595 (Deletion): DEL and C-d were already explained in Erasing; xref there.
596 (Killing by Lines): Copyedit.
597 (Other Kill Commands): Move M-w description here.
598 (Yanking): Move M-w to Other Kill Commands.
599 (Kill Ring): Also mention saving text in registers. Link to Text
600 Properties in elisp manual.
601 (Accumulating Text): Copyedit.
602 (CUA Bindings): Shift selection is now the default.
603
d8ff7692
TZ
6042008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
605
606 * maintaining.texi (Change Log): Mention next-error is available.
607
a43a8a2e
GM
6082008-08-10 Glenn Morris <rgm@gnu.org>
609
610 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
611 and intermonth text.
612 (Holiday Customizing): Add holiday-chinese.
613
eba27308
EZ
6142008-08-08 Eli Zaretskii <eliz@gnu.org>
615
616 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
617
5f14a5b3
DN
6182008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * files.texi (Log Buffer): Describe C-c C-d.
621 (Diff Mode): Describe C-x 4 A.
622
49989bff
EZ
6232008-08-06 Eli Zaretskii <eliz@gnu.org>
624
625 * vc1-xtra.texi (VC Directory Mode): Fix last change.
626
5c915c02
DN
6272008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
628
2beaf97a
DN
629 * files.texi (Old Revisions): Update the keys used by vc-annotate and
630 describe the new bindings to show the changeset diff, toggle annotation
631 visibility, show revisions.
632 (VC Status): Describe key bindings for modifying the change comments,
633 displaying changeset diffs and annotations.
634
5c915c02
DN
635 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
636
71798ace
NR
6372008-08-05 Nick Roberts <nickrob@snap.net.nz>
638
639 * vc1-xtra.texi (VC Directory Mode): Fix typo.
640
b8949644
EZ
6412008-08-02 Eli Zaretskii <eliz@gnu.org>
642
643 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
644 and wording.
645
819567d1
DN
6462008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
647
648 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 649 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
650 commands. Improve some old info.
651
5f38310a
CY
6522008-07-31 Chong Yidong <cyd@stupidchicken.com>
653
0dc3906b
CY
654 * display.texi (Visual Line Mode): New node.
655
5f38310a
CY
656 * basic.texi (Inserting Text): Move DEL to deletion node.
657 (Moving Point): Add additional alternative key bindings. Describe
658 line-move-visual.
659 (Erasing): Describe DEL.
660 (Basic Undo, Blank Lines, Arguments): Copyedit.
661 (Continuation Lines): Mention Visual Line mode.
662 (Position Info): Move extended discussion to mule.texi.
663
664 * mule.texi (International Chars): Describe C-x =.
665
666 * emacs.texi (Top): Add Visual Line Mode node.
667
7c2fb837
DN
6682008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
669
670 * emacs.texi: Remove VMS support.
671
3f6b73ef
DN
6722008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
675 the vc-dir command name.
676
9e2a2647
DN
6772008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * xresources.texi: Remove mentions of Mac Carbon.
680
568beaa2
AS
6812008-07-19 Andreas Schwab <schwab@suse.de>
682
683 * ns-emacs.texi: Move to ../misc.
684
0ef94706
CY
6852008-07-15 Chong Yidong <cyd@stupidchicken.com>
686
687 * entering.texi (Exiting): Don't describe text-only terminals as the
688 default. Describe the new startup screen.
689 (Exiting): Describe how to kill Emacs first. Change description of
690 iconification to handle modern window systems.
691
ba60bd44 6922008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
693
694 * ns-emacs.texi: New file, documents features of Emacs port under
695 NeXTstep windowing.
696
9f30aa73
CY
6972008-07-15 Chong Yidong <cyd@stupidchicken.com>
698
938a5d2e
CY
699 * entering.texi (Entering Emacs): Update prev node.
700
701 * glossary.texi (Glossary): Remove xref to Text Characters.
702
9f30aa73
CY
703 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
704 directly, rather than in the context of ASCII. Move description of
705 special properties of modifier key to new Modifier Keys node.
706 (Keys): Copyedit.
707 (Text Characters): Delete node. Multibyte is the default nowadays, and
708 the node contents are obsolete.
709
710 * custom.texi (Modifier Keys): New node.
711
712 * emacs.texi (Top): Update node list.
713
7e53d36c
CY
7142008-07-13 Chong Yidong <cyd@stupidchicken.com>
715
716 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
717 saying that Emacs provides menus and mouse support (which is par for
718 the course).
719
720 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
721 early on.
722 (Point): Copyedit. Relegate historical trivia to a footnote.
723 (Mode Line): Explain mode-line format more consistently.
724 (Menu Bar): Copyedit.
725
1e9fa96d
GM
7262008-06-27 Glenn Morris <rgm@gnu.org>
727
728 * cal-xtra.texi (Sexp Diary Entries):
729 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
730
dc9bebb8
CY
7312008-06-26 Chong Yidong <cyd@stupidchicken.com>
732
733 * mark.texi (Shift selection): New node.
734 (Mark): Copyedits.
735 (Persistent Mark): Move to the end of the chapter.
736
e7881076
EZ
7372008-06-20 Eli Zaretskii <eliz@gnu.org>
738
739 * makefile.w32-in (distclean): Remove makefile.
740
f427400c
NR
7412008-06-17 Nick Roberts <nickrob@snap.net.nz>
742
743 * building.texi (Starting GUD): Add an entry for gud-gdb.
744 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
745 command mode.
746
b597d348
GM
7472008-06-17 Glenn Morris <rgm@gnu.org>
748
749 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
750
647b7094
NR
7512008-06-17 Nick Roberts <nickrob@snap.net.nz>
752
753 * building.texi (Starting GUD): Expand on remote debugging.
754 (Other GDB-UI Buffers): Mention new keyboard bindings.
755
47a30023
GM
7562008-06-15 Glenn Morris <rgm@gnu.org>
757
758 * gnu.texi: Use a verbatim license for this invariant section,
759 as per etc/GNU.
760
37e5d54a
GM
7612008-06-13 Daniel Engeler <engeler@gmail.com>
762
763 * emacs.texi, misc.texi: Add documentation about serial port access.
764
8e65d46c
GM
7652008-06-13 Glenn Morris <rgm@gnu.org>
766
c1473b4c
MB
767 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
768 maintain.info.
8e65d46c 769
e40a85cd
MB
7702008-06-05 Miles Bader <miles@gnu.org>
771
772 * display.texi (Temporary Face Changes): Update to reflect function
773 renamings in face-remap.el.
774
56c73dec
MB
7752008-06-04 Miles Bader <miles@gnu.org>
776
777 * display.texi (Temporary Face Changes): Add
778 `adjust-buffer-face-height'. Rewrite description of
779 `increase-buffer-face-height' and `decrease-default-face-height' now
780 that they aren't bound by default.
781
9d3d42fb
MB
7822008-06-03 Miles Bader <miles@gnu.org>
783
784 * display.texi (Temporary Face Changes): New node.
785
2be6bfe2
EZ
7862008-05-31 Eli Zaretskii <eliz@gnu.org>
787
788 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
789
daf7e339
GM
7902008-05-31 Glenn Morris <rgm@gnu.org>
791
792 * cal-xtra.texi (Fancy Diary Display): Simplify.
793
d21d2618
GM
7942008-05-30 Glenn Morris <rgm@gnu.org>
795
796 * cal-xtra.texi (Fancy Diary Display): Update for
797 diary-display-function replacing diary-display-hook.
798
71ce5fd0
JB
7992008-05-29 Drew Adams <drew.adams@oracle.com>
800
801 * msdog.texi (Windows Keyboard): Add descriptions of
802 w32-register-hot-key and w32-unregister-hot-key.
803
a3cdbdf8
MO
8042008-05-21 Tom Tromey <tromey@redhat.com>
805
806 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
807 Variables node.
808
854a574c
MO
8092008-05-19 Tom Tromey <tromey@redhat.com>
810
811 * custom.texi (Variables): Add Directory Variables to menu.
812 (Directory Variables): New node.
813
7c2ec3f9
ER
8142008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
815
71ce5fd0 816 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 817
370fded4
ER
8182008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
819
820 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
821 Revision Tags and rewritten. Section now uses modern terminology,
822 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
823 accurately.
824
6af511e3
EZ
8252008-05-10 Eli Zaretskii <eliz@gnu.org>
826
827 * msdog.texi (Windows Files): Update documentation of
828 w32-get-true-file-attributes.
829
7a78b6e7
ER
8302008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
831
832 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
833 directory mode.
834
1bcfc24e
CY
8352008-05-08 Chong Yidong <cyd@stupidchicken.com>
836
837 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 838 entry "television".
1bcfc24e 839
db86064f
ER
8402008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
841
ab5ec32c 842 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 843
a31b405e
ER
8442008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
845
846 * emacs/buffers.texi, emacs/files.texi (Version-control):
847 vc-toggle-read-only is no longer a good idea...
848
ff2c14fc
GM
8492008-04-29 Glenn Morris <rgm@gnu.org>
850
851 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
852
367c9b7c
JL
8532008-04-22 Juri Linkov <juri@jurta.org>
854
855 * dired.texi (Subdirectories in Dired): Describe using `^'
856 to return to the parent directory.
857
4ac1e9b4
NR
8582008-04-22 Nick Roberts <nickrob@snap.net.nz>
859
860 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
861 recent changes.
862
b9b3bf2b
NR
8632008-04-19 Nick Roberts <nickrob@snap.net.nz>
864
865 * building.texi (GDB-UI Layout, Breakpoints Buffer)
866 (Other GDB-UI Buffers): Update for recent thread related changes.
867
4d120d6a
SM
8682008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
869
870 * maintaining.texi (Maintaining):
871 * emacs.texi (Top): Typo.
872
a152877d
SM
8732008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
874
b9b3bf2b
NR
875 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
876 arg in `font-lock-add-keywords'.
a152877d 877
36c0514c
GM
8782008-04-08 Glenn Morris <rgm@gnu.org>
879
880 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
881 Also add Baha'i calendar references where appropriate.
882
06a97d46
GM
8832008-04-05 Glenn Morris <rgm@gnu.org>
884
885 * custom.texi (Init File): Byte-compiling .emacs is bad.
886
6adc6eed
SM
8872008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
890
571388b0
GM
8912008-03-29 Glenn Morris <rgm@gnu.org>
892
893 * calendar.texi: Update for `calendar-date-style' replacing
894 `european-calendar'.
895
3ae8f876
JR
8962008-03-28 Jason Rumney <jasonr@gnu.org>
897
898 * display.texi (Display Custom): Mention overlay-margin in text.
899
5bc6ddff 9002008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 901
5bc6ddff
MB
902 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
903 tutorial' comments.
03a864d5 904
7186a830
CY
9052008-03-28 Chong Yidong <cyd@stupidchicken.com>
906
907 * mark.texi (Mark): Rearrange nodes.
908 (Persistent Mark): Rename from Transient Mark.
909 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
910 Describe Transient Mark mode as the default.
911
912 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
913 the default behavior with Transient Mark mode off.
914 (Position Info): Fix typo.
915
71ce5fd0
JB
916 * display.texi (Standard Faces): Reference the Mark node.
917 Remove discussion of the region face, which is discussed there.
7186a830
CY
918
919 * emacs.texi (Top): Update node listings.
920
921 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
922 as the default.
923
924 * fixit.texi (Undo): Standardize choice of undo key sequence.
925 (Undo, Spelling): Describe Transient Mark mode as the default.
926
927 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
928 default.
929
930 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
931
932 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
933 mode is the default, and note that the mark is not activated when set.
934
935 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
936 Describe Transient Mark mode as the default.
937
938 * search.texi (Basic Isearch): Reference the Mark Ring node.
939 (Replace, Unconditional Replace, Other Repeating Search):
940 Describe Transient Mark mode as the default.
941
942 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
943 Transient Mark mode as the default.
944 (Paragraphs): Describe how M-h behaves when region is active.
945
946 * trouble.texi (Quitting): Clarify effects of C-g.
947
dc47d1ff
GM
9482008-03-13 Glenn Morris <rgm@gnu.org>
949
950 * emacs.texi (EMACSVER): Set to 23.0.60.
951
e3e0fb39 9522008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 953
e3e0fb39
GM
954 * dired.texi (Hiding Subdirectories): Fix previous change.
955
9562008-03-05 Drew Adams <drew.adams@oracle.com>
957
958 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 959
5e14abf8
KS
9602008-02-28 Kim F. Storm <storm@cua.dk>
961
962 * help.texi (Help Files): Move describe-gnu-project to C-h g.
963 Move describe-distribution to C-h C-o.
964 Move view-emacs-problems to C-h C-p.
965 Add view-emacs-debugging on C-h C-d.
966 Add view-external-packages on C-h C-e.
d0207bf3 967 Add view-order-manuals on C-h C-m.
5e14abf8 968
d0207bf3 9692008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
970
971 * msdog-xtra.texi (MS-DOS): Docstring fix.
972
87e391bb
EZ
9732008-02-09 Eli Zaretskii <eliz@gnu.org>
974
975 * msdog.texi (Windows Fonts): Use a @table for describing font
976 properties.
977
5662e503
JR
9782008-02-07 Jason Rumney <jasonr@gnu.org>
979
980 * msdog.texi (Windows Files): w32-get-true-file-attributes default
981 value has changed.
982 (Windows HOME): Clarify what is meant by "if that fails as well".
983 (Windows Fonts): New section.
984
72463824
GM
9852008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
986
987 * basic.texi (Basic Undo): Remove duplicate "you can".
988
7ff926e0
EZ
9892008-02-02 Eli Zaretskii <eliz@gnu.org>
990
991 * maintaining.texi (Tags): Fix last change.
992
6ab7aef1
MA
9932008-02-02 Michael Albinus <michael.albinus@gmx.de>
994
093571c3 995 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 996
ace67e7e
NR
9972008-01-31 Nick Roberts <nickrob@snap.net.nz>
998
999 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1000
ae068fdf
RS
10012008-01-26 Richard Stallman <rms@gnu.org>
1002
1003 * maintaining.texi (Tags): Delete redundant index entry.
1004
a56d9a08
EZ
10052008-01-26 Eli Zaretskii <eliz@gnu.org>
1006
1007 * programs.texi (Imenu): Move "@cindex tags" from here...
1008 * maintaining.texi (Tags): ...to here.
1009
e941ed90
NR
10102008-01-23 Kevin Ryde <user42@zip.com.au>
1011
1012 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1013 click count.
1014
650276d5
JB
10152008-01-21 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * entering.texi (Exiting): Fix typo.
1018 Reported by D. E. Evans <sinuhe@gnu.org>.
1019
8dc17977
MR
10202007-12-31 Martin Rudalics <rudalics@gmx.at>
1021
1022 * glossary.texi (Glossary): Fix typo.
1023
9f9695a6
RS
10242007-12-27 Richard Stallman <rms@gnu.org>
1025
1026 * text.texi (Formatted Text): Improve menu tag.
1027 (Editing Format Info): In Info, add duplicate menu of nodes
1028 about the submenus.
1029 (Format Faces): Say where Faces menu is found. Mention Other.
1030 (Format Colors): Say where these submenus are found.
1031 (Format Indentation, Format Justification): Likewise.
1032 (Format Properties): Likewise.
1033
abfd0191
RS
10342007-12-22 Richard Stallman <rms@gnu.org>
1035
1036 * search.texi (Query Replace): Make exp of query-replace more
1037 self-contained, and clarify.
8dc17977 1038
abfd0191
RS
1039 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1040
a2586785
RS
10412007-12-15 Richard Stallman <rms@gnu.org>
1042
1043 * files.texi (Auto Save): Clarify definition of auto-saving.
1044
a67cf2bb
RS
10452007-11-26 Richard Stallman <rms@gnu.org>
1046
1047 * help.texi (Help Echo): Cleanups.
1048
448b33b1
TTN
10492007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1050
1051 * files.texi (Why Version Control?): Fix typo.
1052 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1053 (Selecting a Fileset): Fix typos; small rewording.
1054 (Log Buffer): Likewise.
1055 (Old Revisions): Likewise.
448b33b1 1056
221bb7f6
EZ
10572007-11-17 Eli Zaretskii <eliz@gnu.org>
1058
1059 * mule.texi (Communication Coding): Fix wording of last change.
1060
d0207bf3 10612007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1062
630cb3b7
JB
1063 * custom.texi (Specifying File Variables):
1064 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1065
53b7759e
KH
10662007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1067
a5ab2e0c 1068 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1069
1070 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1071
c8763fb6 10722007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1073
630cb3b7 1074 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1075 --output=file.
1076
ff98e024
MR
10772007-11-13 Martin Rudalics <rudalics@gmx.at>
1078
1079 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1080 (Help Echo): Avoid mentioning the term "region" here and
1081 consistently use the term "active text".
1082
37b11c22
GM
10832007-11-11 Glenn Morris <rgm@gnu.org>
1084
1085 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1086
21d50ba1
JL
10872007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1088
1089 * search.texi (Query Replace): Mention
1090 `query-replace-show-replacement'.
1091
c12ecb0a 10922007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1093
1094 * building.texi (Watch Expressions): Remove obscure sentence.
1095
3b4201f4
KH
10962007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1097
1098 * mule.texi (Select Input Method): Describe how to activate an input
1099 method in the text mode.
1100
07e5c0b0
DN
11012007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1102
1103 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1104
52dd7391
NR
11052007-10-30 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1108
c004e539
GM
11092007-10-30 Glenn Morris <rgm@gnu.org>
1110
1111 * misc.texi (Directory Tracking): Explain a bit more about
1112 dirtrack-mode.
1113
ca8c5b8c
GM
11142007-10-25 Glenn Morris <rgm@gnu.org>
1115
1116 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1117
b6c764ef
RS
11182007-10-24 Richard Stallman <rms@gnu.org>
1119
1120 * misc.texi (Interactive Shell): Cleanup last change.
1121
eabd84c9
JL
11222007-10-22 Juri Linkov <juri@jurta.org>
1123
1124 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1125 default values.
1126
0b43c7e2
ER
11272007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1128
ca8c5b8c 1129 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1130 'filesets'.
1131
a80859d4
MR
11322007-10-18 Martin Rudalics <rudalics@gmx.at>
1133
1134 * trouble.texi (Quitting): Fix typo.
1135
c9447ae1
GM
11362007-10-18 Glenn Morris <rgm@gnu.org>
1137
1138 * frames.texi (Mode Line Mouse): Mention minor mode names.
1139
168b980f
JL
11402007-10-17 Juri Linkov <juri@jurta.org>
1141
1142 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1143 fill-paragraph operates on the active region in Transient Mark mode.
1144 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1145 with fill-paragraph.
1146
1147 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1148 fill-paragraph.
1149
1150 * fixit.texi (Spelling): ispell-word operates on the active region
1151 in Transient Mark mode.
1152
5a331f34
JB
11532007-10-17 Aaron S. Hawley <aaronh@garden.org>
1154
1155 * building.texi (Source Buffers):
1156 * custom.texi (Init Non-ASCII):
1157 * glossary.texi (Glossary): Use "key binding" consistently.
1158
2a9f4d55
JB
11592007-10-17 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * calendar.texi (Diary): Fix directive.
1162
de13cecf
RS
11632007-10-16 Richard Stallman <rms@gnu.org>
1164
1165 * calendar.texi (Diary): Clarify text about diary file example.
1166
5f90d53e
ER
11672007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1168
1169 * files.texi: Capitalize node names according to convention.
1170
3aa491bc
GM
11712007-10-13 Glenn Morris <rgm@gnu.org>
1172
1173 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1174
8a3106d3
ER
11752007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1176
1177 * emacs.texi:
1178 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1179 suggested by RMS and Robert J. Chassell.
8a3106d3 1180
da1080a2
ER
11812007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1182
3aa491bc 1183 * files.texi (Version Systems):
0870a421
ER
1184 * vc-xtra.texi:
1185 * vc1-xtra.texi:
ac3f4c6f 1186 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1187 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1188 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1189 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1190
58ade22b
ER
11912007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1192
da1080a2 1193 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1194 Reorder the descriptions to be chronological.
1195
93870ce2
RS
11962007-10-09 Richard Stallman <rms@gnu.org>
1197
1198 * display.texi (Cursor Display): Correct how cursor appears
1199 in nonselected windows.
1200
568c7288
NR
12012007-10-04 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * building.texi (GDB Graphical Interface): Remove references to gdba
1204 and mention gud-gdb.
1205
1af74d06 12062007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1207
1af74d06 1208 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1209
0d8fb755
JL
12102007-10-06 Juri Linkov <juri@jurta.org>
1211
1212 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1213 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1214 fill-paragraph-or-region.
1215
1216 * basic.texi (Arguments): Replace fill-paragraph with
1217 fill-paragraph-or-region.
1218
b981e2c6
ER
12192007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1220
1221 * files.texi: Update the section on version control for 2007
2a9f4d55 1222 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1223 will come later.
1224
5fceaf9c
GM
12252007-09-15 Glenn Morris <rgm@gnu.org>
1226
1227 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1228 to `list-holidays'.
1229
b0e44b17
GM
12302007-09-14 Glenn Morris <rgm@gnu.org>
1231
1232 * calendar.texi: Update all instances of mark-calendar-holidays,
1233 list-calendar-holidays, list-holidays with the new names.
1234
8cf51b2c
GM
12352007-09-06 Glenn Morris <rgm@gnu.org>
1236
1237 * Move manual sources from man/ to subdirectories of doc/.
1238 Split into the Emacs manual in emacs/, and other manuals in misc/.
1239 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1240 manual.
1241 (infodir): New variable.
1242 (info): Use $infodir.
1243 (emacsman): Delete target, not needed any more.
1244 Move all targets that are not the Emacs manual to misc/Makefile.in.
1245 (mostlyclean): Remove `gnustmp'.
1246 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1247 manual.
92f9b43f 1248 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1249 (emacsman): Delete target, not needed any more.
1250 (clean): Remove all info files but Emacs manual.
1251 Move all targets that are not the Emacs manual to misc/Makefile.in.
1252 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1253
1254 * Makefile.in (INFOSOURCES): Delete.
1255 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1256 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1257 *.vrs *.toc here...
1258 (maintainer-clean): ...from here.
1259
12602007-09-05 Glenn Morris <rgm@gnu.org>
1261
1262 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1263
8cf51b2c
GM
12642007-08-29 Glenn Morris <rgm@gnu.org>
1265
1266 * emacs.texi (EMACSVER): Increase to 23.0.50.
1267
3420c522
RS
12682007-08-27 Richard Stallman <rms@gnu.org>
1269
1270 * emacs.texi (Top): Clarify menu item for Glossary.
1271
1272 * display.texi (Faces): Change secn title.
1273 Clarify not all fonts come from Font Lock.
1274
8cf51b2c
GM
12752007-08-17 Eli Zaretskii <eliz@gnu.org>
1276
1277 * basic.texi (Position Info): Add index entry for face at point.
1278 Mention that character faces are also displayed by "C-u C-x =".
1279
8cf51b2c
GM
12802007-08-08 Glenn Morris <rgm@gnu.org>
1281
1282 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1283
12842007-08-07 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * files.texi (File Conveniences): Document point motion keys in Image
1287 mode.
1288
8cf51b2c
GM
12892007-07-27 Glenn Morris <rgm@gnu.org>
1290
8cf51b2c
GM
1291 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1292 in-line.
1293
1294 * gpl.texi: New file with text of GPL.
1295 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1296
12972007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1300
1301 * dired.texi (Wdired): Mention C-x C-q key binding.
1302
13032007-07-28 Nick Roberts <nickrob@snap.net.nz>
1304
1305 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1306
13072007-07-25 Glenn Morris <rgm@gnu.org>
1308
8cf51b2c
GM
1309 * emacs.texi (Copying): Replace license with GPLv3.
1310
1311 * Relicense all FSF files to GPLv3 or later.
1312
13132007-07-24 Glenn Morris <rgm@gnu.org>
1314
1315 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1316 for some calendars.
1317
13182007-07-23 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1321 default-directory for the current buffer is on a remote machine.
1322
8cf51b2c
GM
13232007-07-21 Eli Zaretskii <eliz@gnu.org>
1324
1325 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1326 default value.
1327
13282007-07-21 Richard Stallman <rms@gnu.org>
1329
1330 * files.texi (Why Version Control?): Improve previous change.
1331
13322007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1333
1334 * files.texi (Why Version Control?): New node.
1335
8cf51b2c
GM
13362007-07-12 Nick Roberts <nickrob@snap.net.nz>
1337
8cf51b2c
GM
1338 * building.texi (Starting GUD): Add xref to this anchor.
1339
8cf51b2c
GM
13402007-06-24 Karl Berry <karl@gnu.org>
1341
2a9f4d55 1342 * emacs.texi: New Back-Cover Text.
8cf51b2c 1343
8cf51b2c
GM
13442007-06-07 Alan Mackenzie <acm@muc.de>
1345
1346 * display.texi (Optional Mode Line): Document the new form of
1347 line+column numbers, "(561,2)".
1348
13492007-06-06 Juanma Barranquero <lekktu@gmail.com>
1350
49823426 1351 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1352
13532007-06-02 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * Version 22.1 released.
1356
8cf51b2c
GM
13572007-05-07 Karl Berry <karl@gnu.org>
1358
1359 * emacs.texi (EMACSVER): Back to 22.
1360
13612007-05-06 Richard Stallman <rms@gnu.org>
1362
1363 * maintaining.texi (Create Tags Table): Clean up previous change.
1364
c8763fb6 13652007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1366
1367 * maintaining.texi (Create Tags Table): Add text about the dangers of
1368 making symbolic links to tags files.
1369
13702007-05-04 Karl Berry <karl@gnu.org>
1371
1372 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1373
13742007-05-03 Karl Berry <karl@gnu.org>
1375
1376 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1377
1378 * .cvsignore (*.pdf): New entry.
1379
8cf51b2c
GM
1380 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1381 for printing.
1382
13832007-05-01 Richard Stallman <rms@gnu.org>
1384
1385 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1386
8cf51b2c
GM
13872007-04-28 Glenn Morris <rgm@gnu.org>
1388
1389 * ack.texi (Acknowledgments):
1390 * anti.texi (Antinews):
8cf51b2c
GM
1391 * programs.texi (Program Modes): Restore mention of python.el pending
1392 consideration of legal status.
1393
13942007-04-28 Richard Stallman <rms@gnu.org>
1395
1396 * files.texi (File Names): Fixes to ~ description on MS systems.
1397
8cf51b2c
GM
13982007-04-26 Glenn Morris <rgm@gnu.org>
1399
1400 * emacs.texi (EMACSVER): Increase to 22.1.50.
1401
14022007-04-25 Karl Berry <karl@gnu.org>
1403
1404 * emacs.texi: Improve line breaks on copyright page,
1405 similar layout to lispref, 8.5x11 by default.
1406
1407 * dired.texi (Image-Dired): Improve line break, fix typo.
1408
14092007-04-24 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * programs.texi (Program Modes):
8cf51b2c
GM
1412 * anti.texi (Antinews):
1413 * ack.texi (Acknowledgments): python.el removed.
1414
8cf51b2c
GM
14152007-04-23 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * display.texi (Highlight Interactively): Correct description of
1418 hi-lock-file-patterns-policy.
1419
1420 * files.texi (File Archives): Mention self-extracting executables.
1421
14222007-04-23 Eli Zaretskii <eliz@gnu.org>
1423
1424 * search.texi (Unconditional Replace, Query Replace): Add xref to
1425 "Replacement and Case".
1426
14272007-04-22 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * dired.texi (Image-Dired): Move from Thumbnails node.
1430 * misc.texi (Thumbnails): Node deleted.
1431 * emacs.texi (Top): Update node listing.
1432
1433 * files.texi (File Conveniences):
49823426 1434 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1435
14362007-04-21 Richard Stallman <rms@gnu.org>
1437
1438 * display.texi (Highlight Interactively): Correct previous change.
1439 Clarify doc of hi-lock-find-patterns, and move new features into it.
1440
14412007-04-20 David Koppelman <koppel@ece.lsu.edu>
1442
1443 * display.texi (Highlight Interactively): Document
1444 hi-lock-file-patterns-policy.
1445
14462007-04-20 Martin Rudalics <rudalics@gmx.at>
1447
1448 * display.texi (Scrolling): Fix typo.
1449
8cf51b2c
GM
14502007-04-15 Chong Yidong <cyd@stupidchicken.com>
1451
8cf51b2c
GM
1452 * doclicense.texi: Remove node heading, so that it can be included by
1453 other files.
1454
1455 * emacs.texi: Insert node heading for GFDL.
1456
8cf51b2c
GM
14572007-04-14 Eli Zaretskii <eliz@gnu.org>
1458
1459 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1460 "command line".
1461
1462 * display.texi (Faces): Refer to "Creating Frames" for face
1463 and other frame customizations in .emacs.
1464
1465 * frames.texi (Creating Frames): Mention that face customizations can
1466 be put in .emacs. Add index entries.
1467
14682007-04-12 Richard Stallman <rms@gnu.org>
1469
1470 * glossary.texi (Glossary): Explain `iff'.
1471
14722007-04-11 Karl Berry <karl@gnu.org>
1473
1474 * gnu.texi (Top),
1475 * macos.texi (Mac Font Specs),
1476 * anti.texi (Antinews),
1477 * xresources.texi (Resources),
1478 * misc.texi (Emulation),
1479 * calendar.texi (Daylight Saving),
1480 * dired.texi (Dired and Find),
1481 * rmail.texi (Remote Mailboxes),
1482 * sending.texi (Mail Headers),
1483 * programs.texi (Which Function),
1484 * files.texi (Recover),
1485 * buffers.texi (Uniquify),
1486 * frames.texi (Wheeled Mice),
1487 * killing.texi (Rectangles): Wording to improve breaks in
1488 8.5x11 format.
1489 * mule.texi (Language Environments): \hbadness=10000 since there's
1490 no way to reword.
1491 * emacs.texi (smallbook): New @set to more easily switch between
1492 smallbook and 8.5x11.
1493
14942007-04-11 Richard Stallman <rms@gnu.org>
1495
1496 * files.texi (File Conveniences): Add xref to Tumme.
1497 Delete text about Thumbnail mode.
1498
8cf51b2c
GM
14992007-04-09 Alan Mackenzie <acm@muc.de>
1500
1501 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1502 new name. Insert concept index entries.
1503
8cf51b2c
GM
15042007-04-08 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * display.texi (Standard Faces): Document prefix arg for
1507 list-faces-display.
1508
1509 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1510
8cf51b2c
GM
15112007-04-07 Chong Yidong <cyd@stupidchicken.com>
1512
8cf51b2c
GM
1513 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1514
1515 * files.texi (Misc File Ops): Rewrite description of
1516 insert-file-literally.
1517
8cf51b2c
GM
15182007-03-31 Eli Zaretskii <eliz@gnu.org>
1519
1520 * misc.texi (Printing): Postscript -> PostScript.
1521
8cf51b2c
GM
1522 * ack.texi (Acknowledgments): Postscript -> PostScript.
1523
1524 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1525
1526 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1527 below.
1528
15292007-03-30 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1532 Init Non-ASCII.
1533 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1534 (Init Non-ASCII): New node.
1535
15362007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1537
1538 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1539
8cf51b2c
GM
15402007-03-12 Glenn Morris <rgm@gnu.org>
1541
8cf51b2c
GM
1542 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1543 "Daylight Savings".
1544
49823426 1545 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1546 saving" in text throughout.
1547
8cf51b2c
GM
15482007-03-04 Richard Stallman <rms@gnu.org>
1549
1550 * custom.texi (Safe File Variables): Minor correction.
1551
8cf51b2c
GM
15522007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1553
1554 * rmail.texi (Movemail): Add internal ref.
1555 Don't indent the intro for the PROTO table.
1556 Format PROTO table items with @code.
1557
8cf51b2c
GM
15582007-02-26 Nick Roberts <nickrob@snap.net.nz>
1559
1560 * building.texi: Remove references to bashdb.
1561
8cf51b2c
GM
15622007-02-19 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * mule.texi (Language Environments): Update list of supported language
1565 environments.
1566
8cf51b2c
GM
15672007-02-14 Kim F. Storm <storm@cua.dk>
1568
1569 * building.texi (Grep Searching): Fix lgrep doc.
1570
15712007-02-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * back.texi: Remove unused file.
1574
c8763fb6 15752007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1576
1577 * maintaining.texi (Tag Syntax): Now --members is the default for
1578 etags, not for ctags yet.
1579
8cf51b2c
GM
15802007-02-03 Eli Zaretskii <eliz@gnu.org>
1581
1582 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1583 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1584 expects. Add comments to prevent people from inadvertently modifying
1585 the key parts needed by `texinfo-multiple-files-update'.
1586
15872007-01-29 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * frames.texi (Secondary Selection): Window clicked does not matter
1590 when mouse-yank-at-point is non-nil.
1591
8cf51b2c
GM
15922007-01-16 Glenn Morris <rgm@gnu.org>
1593
1594 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1595 system abbrev.
1596
15972007-01-11 Richard Stallman <rms@gnu.org>
1598
1599 * msdog.texi (Windows Keyboard): Another small cleanup.
1600
16012007-01-10 Richard Stallman <rms@gnu.org>
1602
1603 * msdog.texi (Windows Keyboard): Yet another try to make
1604 everyone happy with that passage.
1605
16062007-01-05 Richard Stallman <rms@gnu.org>
1607
1608 * anti.texi (Antinews): Mention M-x shell scrolling.
1609
16102007-01-05 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * building.texi (Watch Expressions): Describe gdb-max-children.
1613
8cf51b2c
GM
16142007-01-04 Richard Stallman <rms@gnu.org>
1615
8cf51b2c
GM
1616 * msdog.texi (Windows Keyboard): Clarify previous change.
1617
8cf51b2c
GM
16182007-01-02 Richard Stallman <rms@gnu.org>
1619
1620 * custom.texi (Changing a Variable): Minor clarification.
1621 (Specific Customization): customize-customized => customize-unsaved.
1622
1623 * entering.texi (Entering Emacs): Clean up text about restarting
1624 Emacs for each file.
1625
1626 * misc.texi (Shell Options): Minor cleanup.
1627
1628 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1629 with Emacs, not vice versa.
1630
1631 * programs.texi (Symbol Completion): Recommend customizing
1632 window manager.
1633
1634 * xresources.texi (Resources): Minor fix.
1635
c8763fb6 16362007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1637
1638 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1639
16402007-01-01 Richard Stallman <rms@gnu.org>
1641
1642 * commands.texi (User Input): Document keys stolen by window mangers.
1643
16442006-12-31 Richard Stallman <rms@gnu.org>
1645
1646 * custom.texi (Specific Customization): Document customize-option
1647 instead of customize-variable.
1648
16492006-12-31 Kim F. Storm <storm@cua.dk>
1650
1651 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1652
16532006-12-30 Kim F. Storm <storm@cua.dk>
1654
1655 * killing.texi (CUA Bindings): Fix typo.
1656
1657 * xresources.texi (Table of Resources): Mention grow-only value for
1658 auto-resize-tool-bars.
1659
8cf51b2c
GM
16602006-12-27 Eli Zaretskii <eliz@gnu.org>
1661
1662 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1663 and how to get them back.
1664
16652006-12-26 Richard Stallman <rms@gnu.org>
1666
1667 * calendar.texi (Holidays): Holiday listing is based on current
1668 practice, but DST is not.
1669
16702006-12-25 Richard Stallman <rms@gnu.org>
1671
1672 * emacs.texi (Top): Update subnode menus.
1673
1674 * mark.texi (Transient Mark): Fix xref.
1675
1676 * killing.texi (Graphical Kill): Node deleted.
1677 (Killing): Add xref to Cut and Paste.
1678 (CUA Bindings): Update xref.
1679
1680 * frames.texi (Cut and Paste): New section to hold other nodes.
1681 (Mouse Commands): Node demoted.
1682 (Cut/Paste Other App): Split out from Mouse Commands.
1683 (Word and Line Mouse): Likewise.
1684 (Secondary Selection, Clipboard): Nodes demoted.
1685
8cf51b2c
GM
16862006-12-24 Kevin Ryde <user42@zip.com.au>
1687
1688 * calendar.texi (Holidays): US daylight saving begins second Sunday
1689 in March for 2007 onwards.
1690 (Daylight Savings): Show new US default daylight saving rules, 2nd
1691 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1692
16932006-12-23 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * calendar.texi (Scroll Calendar): < and > are switched.
1696
16972006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1698
1699 * killing.texi (Deletion): Describe M-\ prefix argument.
1700
17012006-12-23 Richard Stallman <rms@gnu.org>
1702
1703 * search.texi (Regexp Search): Explain why forward and reverse regexp
1704 search are not mirror images.
1705
8cf51b2c
GM
17062006-12-19 Kim F. Storm <storm@cua.dk>
1707
1708 * major.texi (Choosing Modes): Describe match-function elements for
1709 magic-mode-alist.
1710
8cf51b2c
GM
17112006-12-18 Eli Zaretskii <eliz@gnu.org>
1712
1713 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1714 peculiarities.
1715
17162006-12-18 Richard Stallman <rms@gnu.org>
1717
1718 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1719
8cf51b2c
GM
17202006-12-17 Alan Mackenzie <acm@muc.de>
1721
1722 * programs.texi (Left Margin Paren): Remove the bit which says
1723 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1724 Discuss some of the issues of setting this option to nil.
1725
17262006-12-17 Glenn Morris <rgm@gnu.org>
1727
1728 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1729
17302006-12-16 Eli Zaretskii <eliz@gnu.org>
1731
1732 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1733 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1734 NTFS volumes.
1735 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1736 volumes.
1737
17382006-12-15 Eli Zaretskii <eliz@gnu.org>
1739
1740 * text.texi (HTML Mode): Fix "C-c TAB".
1741
8cf51b2c
GM
17422006-12-09 Richard Stallman <rms@gnu.org>
1743
1744 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1745
17462006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1747
1748 * files.texi (Misc File Ops): Document insert-file-literally.
1749
17502006-12-08 Eli Zaretskii <eliz@gnu.org>
1751
1752 * cmdargs.texi (Colors): Note that --color is intended for overriding
1753 the terminal defaults, not for normal invocation.
1754
1755 * misc.texi (Emacs Server): Improve wording. Don't mention the
1756 ``server program''. Add a cross-reference to "Init File" node.
1757 (Invoking emacsclient): Add index entries. Document both short and
1758 long versions of command-line options. Document the -f option.
1759
8cf51b2c
GM
17602006-12-06 Richard Stallman <rms@gnu.org>
1761
1762 * text.texi (Outline Format): Say to set outline-regexp
1763 and outline-level with major modes and file local variables.
1764
c8763fb6 17652006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1766
1767 * anti.texi (Antinews): Mention the alternative to
1768 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1769
8cf51b2c
GM
1770 * misc.texi (Interactive Shell): Ditto.
1771
17722006-12-04 Eli Zaretskii <eliz@gnu.org>
1773
1774 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1775
1776 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1777
17782006-12-01 Eli Zaretskii <eliz@gnu.org>
1779
1780 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1781 colon in the mode line.
1782
1783 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1784
17852006-11-26 Nick Roberts <nickrob@snap.net.nz>
1786
1787 * building.texi (Watch Expressions): Mention SPC for expanding/
1788 contracting watch expressions.
1789
17902006-11-26 Kim F. Storm <storm@cua.dk>
1791
1792 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1793
17942006-11-26 Nick Roberts <nickrob@snap.net.nz>
1795
1796 * building.texi (Debugger Operation): Define text command mode.
1797 Clarify how tooltips work.
1798 (GDB Graphical Interface): Explain how to run in text command mode
1799 more clearly.
1800
18012006-11-25 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1804
18052006-11-22 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1808
8cf51b2c
GM
18092006-11-18 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1812 and EMACS is deprecated.
1813
18142006-11-18 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1817
c8763fb6 18182006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1819
1820 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1821
1822 * emacs.texi: Include xresources.texi both for info and dvi.
1823
1824 * xresources.texi: Merge text from xresmini.texi.
1825
c8763fb6 18262006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1827
1828 * glossary.texi: Fix typos.
1829
8cf51b2c
GM
18302006-11-06 Richard Stallman <rms@gnu.org>
1831
1832 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1833
1834 * ack.texi (Acknowledgments): Fix name spelling.
1835
18362006-11-01 Juri Linkov <juri@jurta.org>
1837
1838 * search.texi (Word Search): Document incremental word search.
1839
18402006-10-28 Glenn Morris <rgm@gnu.org>
1841
1842 * ack.texi (Acknowledgments): Add cal-html author.
1843
1844 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1845 Calendar"). Describe new package cal-html.
1846 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1847 Calendar Files."
1848
8cf51b2c
GM
18492006-10-23 Richard Stallman <rms@gnu.org>
1850
1851 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1852 Abbrev mode is enabled.
1853
8cf51b2c
GM
18542006-10-16 Richard Stallman <rms@gnu.org>
1855
8cf51b2c
GM
1856 * emacs.texi: Update ISBN.
1857
8cf51b2c
GM
18582006-10-11 Kim F. Storm <storm@cua.dk>
1859
1860 * emacs.texi (Acknowledgments): Use @dotless{i}.
1861
18622006-10-08 Nick Roberts <nickrob@snap.net.nz>
1863
1864 * building.texi (Breakpoints Buffer): Mention catchpoints.
1865
18662006-10-08 Kim F. Storm <storm@cua.dk>
1867
1868 * ack.texi (Acknowledgments): Update.
1869
1870 * emacs.texi (Acknowledgments): Fix bad @/ form.
1871
8cf51b2c
GM
18722006-10-05 Kim F. Storm <storm@cua.dk>
1873
1874 * emacs.texi (Acknowledgments): Add more contributors.
1875
18762006-10-03 Richard Stallman <rms@gnu.org>
1877
1878 * emacs.texi (Acknowledgments): Update version and edition.
1879
8cf51b2c
GM
18802006-10-01 Karl Berry <karl@gnu.org>
1881
1882 * custom.texi (Customization Groups): Page break to keep example buffer
1883 on one page.
1884
18852006-09-30 Karl Berry <karl@gnu.org>
1886
1887 * programs.texi (Basic Indent): @need to improve page break.
1888 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1889
18902006-09-29 Glenn Morris <rgm@gnu.org>
1891
1892 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1893
18942006-09-29 Karl Berry <karl@gnu.org>
1895
1896 * windows.texi (Basic Window): Remove forced @break, no longer
1897 desirable.
1898 * frames.texi (Frame Commands),
1899 * mark.texi (Marking Objects): Reword to avoid bad page break.
1900 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1901
19022006-09-19 Richard Stallman <rms@gnu.org>
1903
1904 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1905 stick to present tense.
1906
c8763fb6 19072006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1908
1909 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1910 to x-gtk-use-old-file-dialog.
1911 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1912
19132006-09-15 Jay Belanger <belanger@truman.edu>
1914
49823426 1915 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1916 Change "Library Public License" to "Lesser Public License"
1917 throughout. Use "yyyy" to represent year.
1918
8cf51b2c
GM
19192006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1920
1921 * files.texi (Visiting): Add index entry "open file".
1922
8cf51b2c
GM
19232006-09-11 Richard Stallman <rms@gnu.org>
1924
1925 * building.texi (Compilation Mode): Clarification.
1926 (Grep Searching): Add xref to Compilation Mode.
1927
8cf51b2c
GM
19282006-09-08 Richard Stallman <rms@gnu.org>
1929
1930 * search.texi (Search): Ref multi-file search commands here.
1931 (Other Repeating Search): Not here.
1932
8cf51b2c
GM
19332006-08-28 Richard Stallman <rms@gnu.org>
1934
1935 * windows.texi (Split Window): Update xref.
1936
1937 * basic.texi (Continuation Lines): Update xref.
1938
1939 * indent.texi (Tab Stops): Update xref.
1940
1941 * emacs.texi (Top): Update subnode menu.
1942
1943 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1944 split out of Display Custom.
1945
19462006-08-25 Kim F. Storm <storm@cua.dk>
1947
1948 * display.texi (Display Custom): Add variables overline-margin
1949 and x-underline-at-descent-line.
1950
19512006-08-25 Richard Stallman <rms@gnu.org>
1952
1953 * entering.texi (Exiting): Rewrite to give graphical displays
1954 priority over text terminals.
1955
1956 * search.texi (Incremental Search): Move index entries.
1957
19582006-08-23 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * custom.texi (Init File): Reference Find Init to avoid "home
1961 directory" confusion.
1962
19632006-08-22 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * building.texi (Other GDB-UI Buffers): Describe how to edit
1966 a value in the locals buffer.
1967
19682006-08-21 Richard Stallman <rms@gnu.org>
1969
1970 * search.texi (Basic Isearch): Add `isearch' index entry.
1971
19722006-08-16 Richard Stallman <rms@gnu.org>
1973
1974 * misc.texi (Saving Emacs Sessions): Clean up wording.
1975
1976 * mark.texi (Marking Objects): Mention term "select all".
1977
1978 * emacs.texi (Top): Update subnode menu.
1979
1980 * help.texi (Help Mode): Move node up in file.
1981
8cf51b2c
GM
19822006-08-15 Nick Roberts <nickrob@snap.net.nz>
1983
1984 * building.texi (Stack Buffer): Explain fringe arrow.
1985
8cf51b2c
GM
19862006-08-12 Eli Zaretskii <eliz@gnu.org>
1987
8cf51b2c
GM
1988 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1989 on startup.
1990
19912006-08-11 Romain Francoise <romain@orebokech.com>
1992
1993 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1994
19952006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1996
1997 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1998
19992006-08-10 Richard Stallman <rms@gnu.org>
2000
2001 * text.texi (Format Faces): Substantial rewrites to deal
2002 with face merging. Empty regions don't count. Clarify
2003 face property inheritance.
2004
20052006-08-08 Romain Francoise <romain@orebokech.com>
2006
2007 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2008 <arjuropo@cc.jyu.fi>.
2009
8cf51b2c
GM
20102006-08-04 Eli Zaretskii <eliz@gnu.org>
2011
2012 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2013 apply to all frames.
2014
8cf51b2c
GM
20152006-08-01 Richard Stallman <rms@gnu.org>
2016
2017 * help.texi (Name Help): Add index entries for describe-variable.
2018
20192006-08-01 Nick Roberts <nickrob@snap.net.nz>
2020
2021 * building.texi (GDB Graphical Interface): Shorten node names.
2022 (GDB-UI Layout): Use GDB-related.
2023 (Other GDB-UI Buffers): Simplify English.
2024
20252006-07-31 Richard Stallman <rms@gnu.org>
2026
2027 * search.texi (Query Replace): Add xref for Dired's Q command.
2028
8cf51b2c
GM
20292006-07-31 Nick Roberts <nickrob@snap.net.nz>
2030
2031 * building.texi (GDB commands in Fringe): Rename to...
2032 (Source Buffers): ..this and move forward. Describe hollow arrow and
2033 new option gdb-find-source-frame.
2034
20352006-07-29 Richard Stallman <rms@gnu.org>
2036
2037 * dired.texi (Operating on Files): Simplify previous change
2038 and fix Texinfo usage.
2039
20402006-07-29 Eli Zaretskii <eliz@gnu.org>
2041
2042 * dired.texi (Operating on Files): Add cross-references. State the
2043 Unix commands that do similar things.
2044
20452006-07-28 Richard Stallman <rms@gnu.org>
2046
2047 * mark.texi (Transient Mark): Clarify that region never disappears
2048 when Transient Mark mode is off, and not when it is on.
2049
20502006-07-27 Richard Stallman <rms@gnu.org>
2051
2052 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2053
20542006-07-24 Richard Stallman <rms@gnu.org>
2055
2056 * xresources.texi (GTK styles): Fix texinfo usage.
2057
8cf51b2c
GM
2058 * commands.texi (User Input): Explain why we teach keyboard cmds.
2059
2060 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2061 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2062 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2063 * doclicense.texi, display.texi, dired.texi, basic.texi:
2064 * anti.texi, ack.texi: Move periods and commas inside quotes.
2065
20662006-07-22 Eli Zaretskii <eliz@gnu.org>
2067
2068 * cmdargs.texi (General Variables): Document EMAIL.
2069
20702006-07-21 Eli Zaretskii <eliz@gnu.org>
2071
2072 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2073 doesn't have effect on MS-Windows.
2074
8cf51b2c
GM
20752006-07-17 Richard Stallman <rms@gnu.org>
2076
2077 * building.texi (Grep Searching): Explain about chaining grep commands.
2078
8cf51b2c
GM
20792006-07-10 Nick Roberts <nickrob@snap.net.nz>
2080
49823426 2081 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2082
20832006-07-09 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2086 is invoked for multiple files.
2087
20882006-07-08 Eli Zaretskii <eliz@gnu.org>
2089
2090 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2091 on-line manual for the rest of this node.
2092 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2093 unconditionally.
2094 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2095 Improve wording.
2096 (Windows Printing): Improve wording.
2097 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2098 rest of this node.
2099
8cf51b2c
GM
21002006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2101
49823426
GM
2102 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2103 with eval-buffer.
8cf51b2c
GM
2104
21052006-07-05 Nick Roberts <nickrob@snap.net.nz>
2106
2107 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2108 of character translation.
2109
21102006-07-04 Nick Roberts <nickrob@snap.net.nz>
2111
2112 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2113
21142006-07-03 Karl Berry <karl@gnu.org>
2115
2116 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2117 not-too-underfull hboxes in the TeX output.
2118 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2119 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2120 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2121 * sending.texi, text.texi: Fix overfull/underfull boxes.
2122
21232006-07-03 Romain Francoise <romain@orebokech.com>
2124
2125 * m-x.texi (M-x): Fix.
2126
21272006-07-03 Richard Stallman <rms@gnu.org>
2128
8cf51b2c
GM
2129 * search.texi (Other Repeating Search): filename -> file name.
2130
2131 * misc.texi (Narrowing): Minor cleanups.
2132
2133 * files.texi (Visiting): filename -> file name.
2134
2135 * emacs.texi (Top): Update subnode menus.
2136
2137 * mule.texi (Coding Systems): Move char translation stuff here.
2138 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2139 (Recognize Coding): Substantial local rewrites.
2140 (International): Update menu.
2141
2142 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2143 (Scrolling): Substantial local rewrites.
2144 (Display): Update menu and intro.
2145
2146 * dired.texi: filename -> file name.
2147
2148 * custom.texi (Safe File Variables): Texinfo usage fix.
2149
21502006-07-03 Ted Zlatanov <tzz@lifelogs.com>
2151
2152 * help.texi, m-x.texi: Lots of cleanups.
2153
8cf51b2c
GM
21542006-06-30 Eli Zaretskii <eliz@gnu.org>
2155
2156 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2157 (Windows Processes, Windows Misc): Shorten the printed version by
2158 selectively conditioning less important portions by @ifnottex.
2159
8cf51b2c
GM
21602006-06-27 Richard Stallman <rms@gnu.org>
2161
2162 * mini.texi (Minibuffer File): Minor cleanup.
2163
21642006-06-25 Nick Roberts <nickrob@snap.net.nz>
2165
2166 * frames.texi (XTerm Mouse): Rename to...
2167 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2168
2169 * emacs.texi (Top): Use new node name.
2170
21712006-06-24 Eli Zaretskii <eliz@gnu.org>
2172
2173 * emacs.texi (Top): Update the detailed menu according to changes in
2174 msdog.texi.
2175
2176 * msdog.texi (Windows Keyboard): New section.
2177 (Windows Mouse): New section.
2178 (Windows System Menu): Remove section (text merged with "Windows
2179 Keyboard").
2180 (Windows Misc): New section.
2181
2182 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2183
2184 * msdog.texi (ls in Lisp): New section.
2185
2186 * files.texi (Visiting): Document case-insensitive wildcard matching
2187 under find-file-wildcards.
2188
8cf51b2c
GM
21892006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2190
2191 * macos.texi (Mac Input): Add description of mac-function-modifier.
2192 Now Unicode keyboard layouts work.
2193
8cf51b2c
GM
21942006-06-10 Richard Stallman <rms@gnu.org>
2195
2196 * mule.texi (Recognize Coding): Clarify previous change.
2197
21982006-06-09 Kenichi Handa <handa@m17n.org>
2199
2200 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2201 notation.
2202
22032006-06-07 Kevin Ryde <user42@zip.com.au>
2204
2205 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2206 manual for @ifnottex, but in emacs-extra for @iftex.
2207
2208 * cmdargs.texi (General Variables): Fix smtpmail xref.
2209
22102006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2211
8cf51b2c 2212 * programs.texi (Comment Commands):
8cf51b2c 2213 * custom.texi (Specifying File Variables):
49823426 2214 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2215
22162006-06-07 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * building.texi (Watch Expressions): Move node to end.
2219 (GDB Graphical Interface): Move description of clicks in fringe...
2220 (GDB commands in the Fringe): ...to here. New node.
2221
8cf51b2c
GM
22222006-06-05 Romain Francoise <romain@orebokech.com>
2223
49823426 2224 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2225
22262006-06-05 Nick Roberts <nickrob@snap.net.nz>
2227
2228 * building.texi (GDB Graphical Interface): Update bindings.
2229 (Commands of GUD): Add gud-print. Remove gud-run.
2230 Restate availability more generally.
2231
22322006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2233
2234 * mini.texi: Lots of cleanups.
2235
22362006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2237
2238 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2239 and Mouse-2.
2240
c8763fb6 22412006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2242
2243 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2244
8cf51b2c
GM
22452006-05-31 Richard Stallman <rms@gnu.org>
2246
2247 * basic.texi (Moving Point): Fix previous change.
2248
c8763fb6 22492006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2250
2251 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2252
22532006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2254
2255 * basic.texi: Many simplifications and improvements in wording.
2256
8cf51b2c
GM
22572006-05-26 Nick Roberts <nickrob@snap.net.nz>
2258
2259 * anti.texi (Antinews): Create a node for gdb-ui.
2260
8cf51b2c
GM
22612006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2262
2263 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2264
22652006-05-20 Richard Stallman <rms@gnu.org>
2266
2267 * dired.texi (Dired Navigation): dired-goto-file is now j.
2268
8cf51b2c
GM
22692006-05-20 Eli Zaretskii <eliz@gnu.org>
2270
2271 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2272 and their aliases.
2273
2274 * msdog.texi (Windows Printing): Mention non-support of plain text
2275 printing with some el-cheapo printers, and suggest a workaround.
2276
22772006-05-20 Kevin Ryde <user42@zip.com.au>
2278
2279 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2280 remove the bit saying you must set it.
2281
22822006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2283
2284 * trouble.texi (Checklist):
2285 * text.texi (Text, Auto Fill, Text Mode):
2286 * search.texi (Nonincremental Search):
2287 * rmail.texi (Rmail Labels):
2288 * mule.texi (Input Methods, Multibyte Conversion):
2289 * misc.texi (Gnus, Where to Look, PostScript):
2290 * maintaining.texi (Create Tags Table):
2291 * indent.texi (Indentation Commands):
2292 * fixit.texi (Spelling):
2293 * emacs.texi (Copying):
2294 * custom.texi (Init File): ifinfo -> ifnottex.
2295
8cf51b2c
GM
22962006-05-17 Richard Stallman <rms@gnu.org>
2297
2298 * files.texi (Diff Mode): Mention C-x `.
2299
23002006-05-08 Richard Stallman <rms@gnu.org>
2301
2302 * custom.texi (Disabling): Textual cleanups.
2303
8cf51b2c
GM
23042006-05-12 Glenn Morris <rgm@gnu.org>
2305
2306 * calendar.texi (Displaying the Diary, Format of Diary File):
2307 Refer to diary-view-entries, diary-list-entries,
2308 diary-show-all-entries rather than obsolete aliases.
2309
23102006-05-12 Eli Zaretskii <eliz@gnu.org>
2311
2312 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2313 (Displaying the Diary, Special Diary Entries, Importing Diary):
2314 * building.texi (Compilation Shell):
2315 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2316 emacs-xtra with @inforef's.
2317
2318 * files.texi (Visiting): Fix wording.
2319
2320 * mule.texi (Coding Systems, Text Coding): More indexing.
2321 Mention that C-x RET f can set eol conversion.
2322
c8763fb6 23232006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2324
2325 * xresmini.texi (GTK resources): Insert GTK description.
2326
2327 * xresources.texi (GTK resources): metafont should be menufont.
2328
8cf51b2c
GM
23292006-05-06 Michael Albinus <michael.albinus@gmx.de>
2330
49823426 2331 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2332 method, user name and host name is active only in partial
2333 completion mode.
2334
8cf51b2c
GM
23352006-05-06 Eli Zaretskii <eliz@gnu.org>
2336
2337 * makefile.w32-in (emacs.dvi):
2338 * Makefile.in (emacs.dvi): Add xresmini.texi.
2339
2340 * xresmini.texi (Table of Resources): Remove xref to non-existent
2341 node "LessTif Resources".
2342
2343 * msdog.texi (Microsoft Windows):
2344 * calendar.texi (Calendar/Diary, Displaying the Diary)
2345 (Special Diary Entries, Importing Diary, Holidays):
2346 * programs.texi (Program Modes):
2347 * text.texi (Text):
2348 * buffers.texi (Several Buffers):
2349 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2350
23512006-05-06 Eli Zaretskii <eliz@gnu.org>
2352
2353 The following changes merge the emacs-xtra manual into the main
2354 manual, but only for on-line version of the manual.
2355
2356 * vc2-xtra.texi (Version Backups, Local Version Control)
2357 (Making Snapshots, Change Logs and VC, Version Headers)
2358 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2359 on-line manual.
2360
2361 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2362 for on-line manual.
2363
2364 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2365 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2366 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2367 for on-line manual.
2368
2369 * fortran-xtra.texi (Fortran, Fortran Autofill)
2370 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2371 for on-line manual.
2372
2373 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2374 Conditional xref's for on-line manual.
2375
2376 * emerge-xtra.texi (Emerge, Overview of Emerge)
2377 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2378 manual.
2379
2380 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2381 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2382 (EMACSSOURCES): Use EMACS_XTRA.
2383 (../info/emacs-xtra): Remove.
2384 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2385
2386 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2387 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2388 (EMACSSOURCES): Use EMACS_XTRA.
2389 ($(infodir)/emacs-xtra): Remove.
2390 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2391
2392 * trouble.texi (Quitting):
2393 * text.texi (Text):
2394 * programs.texi (Program Modes):
2395 * msdog.texi (Microsoft Windows):
2396 * frames.texi (Frames):
2397 * files.texi (Backup, Version Control, VC Concepts)
2398 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2399 (Registering, VC Status, VC Undo, Multi-User Branching)
2400 (Comparing Files):
2401 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2402 (Displaying the Diary, Special Diary Entries, Importing Diary):
2403 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2404 conditional xref's, depending on @iftex/@ifnottex.
2405
2406 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2407 "MS-DOS". @include msdog-xtra.texi.
2408
2409 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2410 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2411
2412 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2413 for vc-xtra.texi subsections.
2414 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2415 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2416
2417 * sending.texi (Sending Mail): A @node line without explicit Prev,
2418 Next, and Up links.
2419
2420 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2421 Next, and Up links.
2422
2423 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2424 and its sections. @include picture-xtra.texi.
2425
2426 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2427 "Emerge".
2428 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2429
2430 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2431 exact duplicate of its name-sake in calendar.texi.
2432
2433 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2434 "Advanced Calendar/Diary Usage".
2435 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2436
2437 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2438 dired-xtra.texi.
2439 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2440
2441 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2442 (Files) [ifnottex]: Add menu entry for Autorevert.
2443
2444 * emacs-xtra.texi (Introduction): Reword to make consistent with
2445 printed version only.
2446 <Top level>: Remove the body of all chapters and move them to the
2447 new *-xtra.texi files. Use @raisesections and @lowersections to
2448 convert sections to chapters etc.
2449
2450 * msdog-xtra.texi:
2451 * fortran-xtra.texi:
2452 * vc-xtra.texi:
2453 * vc1-xtra.texi:
2454 * vc2-xtra.texi:
2455 * emerge-xtra.texi:
2456 * cal-xtra.texi:
2457 * dired-xtra.texi:
2458 * arevert-xtra.texi: New files, with text from respective chapters
2459 of emacs-xtra.texi. Convert each @chapter into @section, @section
2460 into @subsection, etc.
2461
2462 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2463 updated.
2464
2465 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2466 Windows". All references updated.
2467
24682006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2469
2470 * macos.texi (Mac Input): Mention input from Character Palette.
2471 (Mac Font Specs): Fix typo.
2472
24732006-05-05 Richard Stallman <rms@gnu.org>
2474
2475 * files.texi (Diff Mode): Minor cleanup.
2476
24772006-05-05 Karl Berry <karl@gnu.org>
2478
8cf51b2c
GM
2479 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2480 errors from the current release of makeinfo (4.8).
2481 * help.texi (Library Keywords): Change widest word in multitable
2482 template from `emulations' to `convenience'. (Not sure if this is
2483 related to the font change.)
2484
24852006-05-05 Eli Zaretskii <eliz@gnu.org>
2486
2487 * files.texi (File Names): Add a footnote about limited support of
2488 ~USER on MS-Windows.
2489
2490 * cmdargs.texi (Initial Options): Add a footnote about limited
2491 support of ~USER on MS-Windows.
2492
24932006-05-03 Richard Stallman <rms@gnu.org>
2494
2495 * files.texi (Diff Mode): Node moved here.
2496 (Comparing Files): Delete what duplicates new node.
2497 (Files): Put Diff Mode in menu.
2498
2499 * misc.texi (Diff Mode): Moved to files.texi.
2500
2501 * emacs.texi (Top): Update menu for Diff Mode.
2502
2503 * trouble.texi (Emergency Escape): Simplify.
2504
2505 * emacs.texi (Top): Minor clarification.
2506
25072006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2508
2509 * commands.texi, entering.texi, screen.texi: Many simplifications.
2510
25112006-05-03 Richard Stallman <rms@gnu.org>
2512
2513 * commands.texi (Text Characters): Delete paragraph about unibyte
2514 non-ASCII printing chars.
2515
2516 * killing.texi (Killing): Say "graphical displays".
2517 * display.texi: Say "graphical displays".
2518
2519 * cmdargs.texi (Misc X): Say "graphical displays".
2520
25212006-05-01 Richard Stallman <rms@gnu.org>
2522
2523 * emacs.texi (Top): Add Diff Mode to menu.
2524
25252006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2526
2527 * misc.texi (Diff Mode): New node.
2528
25292006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2530
2531 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2532 (Mac Environment Variables): Shorten example line.
2533 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2534
25352006-05-01 Nick Roberts <nickrob@snap.net.nz>
2536
2537 * building.texi (GUD Customization): Describe cases %d and %c.
2538 Update description for %e.
2539
25402006-04-30 Glenn Morris <rgm@gnu.org>
2541
2542 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2543
25442006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 * custom.texi (Examining): Update C-h v output example.
2547
25482006-04-29 Kim F. Storm <storm@cua.dk>
2549
2550 * building.texi (Grep Searching): Add lgrep and rgrep.
2551
8cf51b2c
GM
25522006-04-23 Richard Stallman <rms@gnu.org>
2553
2554 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2555
2556 * xresmini.texi: New file.
2557
2558 * xresources.texi (Face Resources): Split table into font resources
2559 and the rest. Combine similar attributes for brevity.
2560
8cf51b2c
GM
25612006-04-21 Eli Zaretskii <eliz@gnu.org>
2562
2563 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2564 backslashes and case-insensitivity in file names (moved to the
2565 main manual).
2566 (MS-DOS Printing): Move most of the text to the main manual.
2567
2568 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2569 New nodes.
2570 (Windows Processes, Windows System Menu): Add index entries and
2571 fix wording.
2572
8cf51b2c
GM
25732006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2574
2575 * misc.texi (Shell Ring): Add notes on saved input when
2576 navigating off the end of the history list.
2577
25782006-04-18 Chong Yidong <cyd@mit.edu>
2579
2580 * misc.texi (Shell Options): Correct default value of
2581 comint-scroll-show-maximum-output.
2582
8cf51b2c
GM
25832006-04-18 Nick Roberts <nickrob@snap.net.nz>
2584
2585 * building.texi (Watch Expressions): Update.
2586
8cf51b2c
GM
25872006-04-12 Richard Stallman <rms@gnu.org>
2588
2589 * search.texi: Clean up previous change.
2590
25912006-04-12 Eli Zaretskii <eliz@gnu.org>
2592
2593 * search.texi (Regexp Backslash, Regexp Replace): Add index
2594 entries for ``back reference'' and mention the term itself in the
2595 text.
2596
25972006-04-11 Richard Stallman <rms@gnu.org>
2598
2599 * custom.texi (Safe File Variables):
2600 Document enable-local-variables = :safe.
2601
26022006-04-11 Karl Berry <karl@gnu.org>
2603
2604 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2605 (Remote Repositories, Version Backups, Local Version Control)
2606 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2607 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2608 (Renaming VC Work Files and Master Files)
2609 (Inserting Version Control Headers, Customizing VC, General Options)
2610 (Options for RCS and SCCS, Options specific for CVS): Move all
2611 these nodes to emacs-xtra.texi, for brevity.
2612 * cmdargs.texi, files.texi: Change cross-references.
2613
8cf51b2c
GM
26142006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2615
2616 * files.texi (Old Versions): Update description of vc-annotate's
2617 use of color to indicate date ranges.
2618
8cf51b2c
GM
26192006-04-09 Kevin Ryde <user42@zip.com.au>
2620
8cf51b2c
GM
2621 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2622 put info and printed manual names the right way around.
2623
26242006-04-09 Karl Berry <karl@gnu.org>
2625
2626 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2627 emacs-xtra.texi, leaving only MS Windows information.
2628 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2629 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2630 node names.
2631
2632 * emacs.texi: Move @summarycontents and @contents to the beginning
2633 of the file.
2634
8cf51b2c
GM
26352006-04-08 Kevin Ryde <user42@zip.com.au>
2636
2637 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2638
26392006-04-07 Richard Stallman <rms@gnu.org>
2640
2641 * programs.texi (Comments, Comment Commands, Options for Comments)
2642 (Multi-Line Comments): "Align", not "indent".
2643 (Basic Indent): C-j deletes trailing whitespace before the newline.
2644
26452006-04-06 Richard Stallman <rms@gnu.org>
2646
8cf51b2c
GM
2647 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2648
26492006-04-06 Eli Zaretskii <eliz@gnu.org>
2650
2651 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2652
8cf51b2c
GM
26532006-04-05 Richard Stallman <rms@gnu.org>
2654
2655 * emacs.texi (Top): Update subnode menu.
2656
2657 * trouble.texi (Unasked-for Search): Node deleted.
2658 (Lossage): Delete from menu.
2659
26602006-04-04 Richard Stallman <rms@gnu.org>
2661
2662 * trouble.texi: Various cleanups.
2663 (Checklist): Don't bother saying how to snail a bug report.
2664 (Emergency Escape): Much rewriting.
2665 (After a Crash): Rename the core dump immediately.
2666 (Total Frustration): Call it a psychotherapist.
2667 (Bug Criteria): Avoid "illegal instruction".
2668 (Sending Patches): We always put the contributor's name in.
2669
2670 * misc.texi (Thumbnails): Minor correction.
2671
8cf51b2c
GM
26722006-04-03 Richard Stallman <rms@gnu.org>
2673
2674 * misc.texi (Thumbnails): Minor cleanup.
2675
26762006-04-02 Karl Berry <karl@gnu.org>
2677
2678 * sending.texi (Mail Sending): pxref to Top needs five args.
2679
2680 * texinfo.tex: Update to current version (2006-03-21.13).
2681
8cf51b2c
GM
26822006-03-31 Richard Stallman <rms@gnu.org>
2683
2684 * emacs.texi (Top): Update subnode menu.
2685
2686 * help.texi (Help Mode): Cleanup.
2687
2688 * dired.texi: Many cleanups.
2689 (Dired Deletion): Describe dired-recursive-deletes.
2690 (Operating on Files): dired-create-directory moved.
2691 (Misc Dired Features): Move to here.
2692 (Tumme): Node moved to misc.texi.
2693
2694 * custom.texi: Many cleanups.
2695 (Minor Modes): Don't mention ISO Accents Mode.
2696 (Examining): Update C-h v output example.
2697 (Hooks): Add index and xref for add-hook.
2698 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2699 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2700
2701 * misc.texi: Many cleanups.
2702 (beginning): Add to summary of topics.
2703 (Shell): Put eshell xref at the end. Remove eshell from table.
2704 (Thumbnails): New node.
2705
8cf51b2c
GM
27062006-03-28 Eli Zaretskii <eliz@gnu.org>
2707
2708 * files.texi (File Name Cache): Make it clear that the cache is
2709 not persistent.
2710
8cf51b2c
GM
27112006-03-25 Karl Berry <karl@gnu.org>
2712
49823426
GM
2713 * emacs-xtra.texi, emacs.texi, gnu.texi:
2714 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2715 (2) do not indent copyright year list (or anything else).
2716
8cf51b2c
GM
27172006-03-21 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * files.texi (VC Dired Mode): Remove misplaced brackets.
2720
27212006-03-21 Andre Spiegel <spiegel@gnu.org>
2722
2723 * files.texi: Various updates and clarifications in the VC chapter.
2724
27252006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2726
2727 * help.texi (Help Mode): Document "C-c C-c".
2728
8cf51b2c
GM
27292006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2730
2731 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2732 menu in the standalone Info reader.
2733
27342006-03-15 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2737 moved here from Emacs manual.
2738
2739 * programs.texi (Fortran): Section moved to emacs-xtra.
2740 (Program Modes): Xref to Fortran in emacs-xtra.
2741
2742 * maintaining.texi (Emerge): Move to emacs-xtra.
2743 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2744
2745 * picture.texi: File deleted.
2746 * Makefile.in:
2747 * makefile.w32-in: Remove picture.texi.
2748
2749 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2750 * abbrevs.texi (Abbrevs):
2751 * sending.texi (Sending Mail): Picture node removed.
2752
2753 * emacs.texi (Top): Update node listings.
2754
8cf51b2c
GM
27552006-03-12 Richard Stallman <rms@gnu.org>
2756
2757 * calendar.texi: Various cleanups.
2758
8cf51b2c
GM
27592006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2760
2761 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2762 syntax.
2763
8cf51b2c
GM
27642006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2765
2766 * search.texi (Regexps): More accurately describe which characters
2767 are special in which situations. Recommend _not_ to quote `]' or
2768 `-' when they are not special.
2769
8cf51b2c
GM
27702006-02-28 Andre Spiegel <spiegel@gnu.org>
2771
2772 * files.texi (Old Versions): Clarify operation of C-x v =.
2773
8cf51b2c
GM
27742006-02-21 Nick Roberts <nickrob@snap.net.nz>
2775
2776 * building.texi (Watch Expressions): Update and describe
2777 gdb-speedbar-auto-raise.
2778
27792006-02-19 Richard M. Stallman <rms@gnu.org>
2780
2781 * emacs.texi: Use @smallbook.
2782 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2783 Update subnode menu.
2784
2785 * building.texi (Lisp Interaction): Minor addition.
2786
27872006-02-18 Nick Roberts <nickrob@snap.net.nz>
2788
2789 * building.texi (Watch Expressions): Update and be more precise.
2790
c8763fb6 27912006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2792
2793 * maintaining.texi (Create Tags Table): Explain why the
2794 exception when etags writes to files under the /dev tree.
2795
27962006-02-14 Richard M. Stallman <rms@gnu.org>
2797
2798 * custom.texi (Safe File Variables): Lots of clarification.
2799 Renamed from Unsafe File Variables.
2800
28012006-02-14 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * custom.texi (Unsafe File Variables): File variable confirmation
2804 assumed denied in batch mode.
2805
28062006-02-14 Richard M. Stallman <rms@gnu.org>
2807
2808 * building.texi (GDB User Interface Layout): Don't say `inferior'
2809 for program being debugged.
2810
28112006-02-15 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * building.texi (GDB Graphical Interface):
2814 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2815
28162006-02-13 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * custom.texi (Specifying File Variables, Unsafe File Variables):
2819 New nodes, split from File Variables. Document new file local
2820 variable behavior.
2821
28222006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2823
2824 * display.texi (Standard Faces):
8cf51b2c
GM
2825 * files.texi (Visiting):
2826 * frames.texi (Clipboard):
2827 * glossary.texi (Glossary) <Clipboard>:
2828 * xresources.texi (X Resources): Mention Mac OS port.
2829
8cf51b2c
GM
28302006-02-12 Richard M. Stallman <rms@gnu.org>
2831
2832 * building.texi (Building): Clarify topic in intro.
2833
2834 * maintaining.texi (Maintaining): Change title; clarify topic.
2835 Delete duplicate index entries.
2836
2837 * building.texi (Other GDB User Interface Buffers): Clarifications.
2838
2839 * text.texi (Cell Commands): Clarifications.
2840
2841 * programs.texi (Defuns): Delete duplicate explanation of
2842 left-margin paren convention.
2843 (Hungry Delete): Minor cleanup.
2844
28452006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2846
2847 * dired.texi (Tumme): More tumme documentation.
2848
28492006-02-11 Alan Mackenzie <acm@muc.de>
2850
2851 * programs.texi ("Hungry Delete"): Correct the appellation of the
2852 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2853
28542006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2855
2856 * dired.texi (Tumme): Fix small bug.
2857
28582006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2859
2860 * macos.texi (Mac International): Rename "fontset-mac" to
2861 "fontset-standard".
2862
8cf51b2c
GM
28632006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2864
2865 * dired.texi (Tumme): Basic documentation for Tumme added.
2866
8cf51b2c
GM
28672006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2868
2869 * mule.texi (International):
2870 * programs.texi (Basic Indent): Fix typos.
2871
8cf51b2c
GM
2872 * custom.texi (Minor Modes):
2873 * display.texi (Text Display):
2874 * commands.texi (Text Characters): Update xrefs.
2875
28762006-02-07 Richard M. Stallman <rms@gnu.org>
2877
2878 * emacs.texi (Top): Update subnode menu.
2879 Update info on old Emacs papers.
2880 (Intro): "Graphical display", not window system.
2881
2882 * xresources.texi (GTK styles): Minor clarifications.
2883
2884 * trouble.texi: "Graphical display", not window system.
2885 (Stuck Recursive): Minor clarification.
2886
2887 * text.texi: Minor clarifications.
2888 (Sentences): Explain why two-space convention is better.
2889 Explain sentence-end-without-period here.
2890 (Fill Commands): Not here.
2891 (Refill): Node moved down.
2892 (Filling): Update menu.
2893 (Table Creation, Cell Justification, Column Commands): Clarify.
2894
2895 * sending.texi: Minor clarifications.
2896
2897 * search.texi (Regexp Backslash): Clarification.
2898
2899 * rmail.texi: Minor cleanups.
2900 (Rmail): Delete digression about `rmail-mode'.
2901 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2902 (Rmail Files): Mention C-u M-x rmail.
2903 (Rmail Reply): Mention References.
2904 (Rmail Display): Mention rmail-nonignored-headers.
2905
2906 * programs.texi: Minor cleanups.
2907 (Comment Commands): Mention momentary Transient Mark mode.
2908 (Matching): Be more specific about customizing show-paren-mode.
2909 (Info Lookup): Don't list the modes that support C-h S.
2910 Just say what it does in an unsupported mode.
2911 (Man Page): Delete excessive info on customizing woman.
2912 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2913
2914 * abbrevs.texi: Minor clarifications.
2915 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2916 not "dynamic abbrevs" as if they were a kind of abbrev.
2917
2918 * picture.texi (Picture): Minor cleanup.
2919
2920 * mule.texi (Communication Coding): Say "other applications".
2921 (Fontsets): Not specific to X. Add xref to X Resources.
2922 (Unibyte Mode): Rename from Single-Byte Character Support.
2923 "Graphical display", not window system.
2924 (International): Update menu.
2925
2926 * maintaining.texi (Format of ChangeLog):
2927 New node, split out from ChangeLog.
2928 (ChangeLog): Clarifications in the remaining text.
2929 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2930 (Find Tag): Add @w.
2931 (Tags Search): Explain tag table order here. Simplify grep ref.
2932 (List Tags): tags-tag-face is a variable, not a face.
2933 (Emerge): Cleanups.
2934
2935 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2936 (Keyboard Macros): Avoid "the user".
2937
2938 * killing.texi: "Graphical display", not window system.
2939
2940 * help.texi (Help Echo): "Graphical display", not window system.
2941
2942 * glossary.texi: Say "you", not "the user". Say "graphical display".
2943
2944 * frames.texi: Minor cleanups. "Graphical display", not window system.
2945
2946 * files.texi (Visiting): Make drag-and-drop not X-specific.
2947
2948 * custom.texi: Minor cleanups. "Graphical display", not window system.
2949
2950 * cmdargs.texi: Minor cleanups.
2951
2952 * building.texi (Compilation): Move and split kill-compilation para.
2953 Add para about multiple compilers.
2954 (Compilation Mode): Commands also available in grep mode and others.
2955 Mention C-u C-x ` more tutorially. Clarify C-x `.
2956 (Compilation Shell): Clarify. Put Bash example first.
2957 (Grep Searching): Minor cleanups; add @w.
2958 (Debuggers): Minor cleanups.
2959 (Starting GUD): Make GDB xgraphical mode issue clearer.
2960 (Debugger Operation): Lots of clarifications including
2961 GDB tooltip side-effect issue.
2962 (Commands of GUD): Clarify.
2963 (GUD Customization): Add bashdb-mode-hook.
2964 (GDB Graphical Interface): Rewrite for clarity.
2965 (GDB User Interface Layout): Rewrite for clarity.
2966 (Stack Buffer, Watch Expressions): Likewise.
2967 (Other GDB User Interface Buffers): Cleanups.
2968 (Lisp Libraries, External Lisp): Cleanup.
2969
2970 * basic.texi (Position Info): "Graphical displays", rather than
2971 window systems.
2972
2973 * anti.texi: Minor cleanup.
2974
8cf51b2c
GM
29752006-02-03 Eli Zaretskii <eliz@gnu.org>
2976
2977 * custom.texi (Init File, Find Init): Add cross-references to
2978 where $HOME is described.
2979
29802006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2981
2982 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2983 is not inside the @table.
2984
2985 * emacs.texi (Top): Correct node name.
2986
2987 * files.texi (File Names): Fix @xref.
2988 (Reverting): Fix typo.
2989
2990 * mule.texi (International): Correct node name.
2991
2992 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2993
29942006-02-01 Richard M. Stallman <rms@gnu.org>
2995
2996 * emacs.texi (Top): Update subnode menu.
2997
2998 * mule.texi: Minor clarifications.
2999 Reduce the specific references to X Windows.
3000 Refer to "graphical" terminals, rather than window systems.
3001 (Text Coding): Rename from Specify Coding.
3002 (Communication Coding, File Name Coding, Terminal Coding):
3003 New nodes split out from Text Coding.
3004
3005 * kmacro.texi: Minor clarifications.
3006 (Keyboard Macro Ring): Comment out some excessive commands.
3007 (Basic Keyboard Macro): Split up the table, putting part in each node.
3008
3009 * major.texi: Minor clarifications.
3010
3011 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3012
3013 * windows.texi: Minor clarifications.
3014 (Change Window): Don't describe mode-line mouse cmds here.
3015 Add xref to Mode Line Mouse.
3016
3017 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3018
3019 * macos.texi (Mac International): Fix xref.
3020
3021 * indent.texi: Minor clarifications.
3022
3023 * frames.texi: Minor clarifications.
3024 Reduce the specific references to X Windows.
3025 Refer to "graphical" terminals, rather than window systems.
3026 (Frame Parameters): Don't mention commands like
3027 set-foreground-color. Just say to customize a face.
3028 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3029
3030 * files.texi: Minor clarifications.
3031 (Numbered Backups): New node, split out from Backup Names.
3032
3033 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3034
3035 * cmdargs.texi (General Variables): Fix xref.
3036
3037 * buffers.texi: Minor clarifications.
3038
8cf51b2c
GM
30392006-01-31 Richard M. Stallman <rms@gnu.org>
3040
3041 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3042 Nodes moved to top.
3043
3044 * display.texi: Minor clarifications.
3045 (Display): Rearrange menu.
3046 (Standard Faces): Mention query-replace face.
3047 (Faces): Simplify.
3048 (Font Lock): Simplify face customization info.
3049 (Highlight Changes): Node merged into Highlight Interactively.
3050 (Highlight Interactively): Much rewriting and cleanup.
3051 (Optional Mode Line): Narrowed line number not good for goto-line.
3052 Simplify face customization advice.
3053 (Text Display): Mention use of escape-glyph face.
3054 Move ctl-arrow and tab-width here.
3055 (Display Custom): Move no-redraw-on-reenter to end of node.
3056
3057 * search.texi: Minor clarifications.
3058 (Isearch Scroll): Simplify.
3059 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3060
3061 * regs.texi (Registers): Mention bookmarks here.
3062
3063 * mark.texi: Minor clarifications.
3064 (Selective Undo): Node deleted.
3065
3066 * m-x.texi: Minor clarifications.
3067
3068 * killing.texi: Minor clarifications.
3069 Refer to "graphical" terminals, rather than window systems.
3070
3071 * help.texi: Clarifications.
3072 (Help): Don't describe C-h F and C-h K here.
3073 (Key Help): Describe C-h K here.
3074 (Name Help): Mention Emacs Lisp Intro.
3075 Describe C-h F here.
3076 (Misc Help): Mention C-h F and C-h K only briefly.
3077
3078 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3079 Selective undo text merged in.
3080 (Spelling): Mention Aspell along with Ispell.
3081
3082 * emacs.texi (Top): Update subnode menus.
3083
3084 * basic.texi (Basic Undo): Rename from Undo. Most of text
3085 moved to new Undo node.
3086
8cf51b2c
GM
30872006-01-29 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * basic.texi (Continuation Lines, Inserting Text):
3090 Mention longlines mode.
3091
30922006-01-29 Richard M. Stallman <rms@gnu.org>
3093
10d1d0af 3094 * screen.texi: Minor cleanups.
8cf51b2c
GM
3095 (Screen): Clean up the intro paragraphs.
3096 (Mode Line): Lots of rewriting. Handle frame-name better.
3097 eol-mnemonic-... vars moved out.
3098
3099 * emacs.texi (Top): Change menu item for MS-DOS node.
3100 Update subnode menu.
3101
3102 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3103 chapter relates to Windows. Title changed.
3104
3105 * mini.texi: Minor cleanups.
3106
3107 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3108 (Mark): Put it in the menu.
3109
3110 * entering.texi: Minor cleanups.
3111
3112 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3113 (Intro): Refer to "graphical" terminals, rather than X.
3114
3115 * display.texi (Display Custom): Add xref to Variables.
3116 (Optional Mode Line): eol-mnemonic-... vars moved here.
3117
3118 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3119 rather than X.
3120
8cf51b2c
GM
3121 * basic.texi: Minor cleanups.
3122 (Undo): selective-undo moved.
3123
8cf51b2c
GM
31242006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3125
3126 * anti.texi (Antinews): Various corrections and additions.
3127
31282006-01-23 Juri Linkov <juri@jurta.org>
3129
3130 * custom.texi (Easy Customization, Customization Groups)
3131 (Browsing Custom): Mention links along with buttons.
3132
8cf51b2c
GM
31332006-01-21 Eli Zaretskii <eliz@gnu.org>
3134
8cf51b2c
GM
3135 * text.texi (TeX Print): Use @key for TAB.
3136
8cf51b2c
GM
3137 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3138
8cf51b2c
GM
31392006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3140
3141 * files.texi (File Aliases): Don't claim that usually separate
3142 buffers are created for two file names that name the same data.
3143 Mention additional situations where different names mean the same
3144 file on disk.
3145
31462006-01-19 Richard M. Stallman <rms@gnu.org>
3147
3148 * killing.texi (Deletion): Upcase @key argument.
3149
3150 * custom.texi (Custom Themes): Minor cleanup.
3151
3152 * programs.texi (Hungry Delete): Upcase @key argument.
3153
8cf51b2c
GM
31542006-01-16 Juri Linkov <juri@jurta.org>
3155
3156 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3157 Move `mode-line-highlight' before `mode-line-buffer-id'.
3158
8cf51b2c
GM
31592006-01-14 Richard M. Stallman <rms@gnu.org>
3160
3161 * basic.texi (Inserting Text): Minor cleanup.
3162
8cf51b2c
GM
31632006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3164
3165 * custom.texi (Changing a Variable, Face Customization):
3166 Update for changes in Custom menus.
3167
8cf51b2c
GM
31682006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3169
3170 * macos.texi (Mac International): Undo last change.
3171
8cf51b2c
GM
31722006-01-02 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * custom.texi (Custom Themes): Describe the new
3175 customize-create-theme interface.
3176
31772005-12-30 Juri Linkov <juri@jurta.org>
3178
3179 * basic.texi (Position Info): Update example.
3180
c8763fb6 31812005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3182
3183 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3184
31852005-12-24 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * custom.texi (Custom Themes): `load-theme' always loads.
3188
31892005-12-23 Juri Linkov <juri@jurta.org>
3190
3191 * display.texi (Highlight Interactively): Use double space to
3192 separate sentences. Replace C-p with M-p, and C-n with M-n.
3193
31942005-12-22 Richard M. Stallman <rms@gnu.org>
3195
3196 * custom.texi (Easy Customization and subnodes):
3197 Replace "active field" with "button".
3198 Use "user option" only for variables.
3199 Use "setting" for variable-or-face.
3200
32012005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3202
3203 * buffers.texi (Select Buffer): Change order in table to make
3204 "Similar" refer to the correct item.
3205 (Indirect Buffers): Minor rewording.
3206
8cf51b2c
GM
32072005-12-20 Juri Linkov <juri@jurta.org>
3208
3209 * files.texi (VC Status): Put P and N near p and n.
3210
8cf51b2c
GM
32112005-12-19 Richard M. Stallman <rms@gnu.org>
3212
3213 * programs.texi (Electric C): Delete the info about newline control.
3214 (Other C Commands): Minor cleanup.
3215 (Left Margin Paren): Minor cleanup.
3216
32172005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3220 (Customization Groups): Delete text moved to "Browsing Custom".
3221 (Browsing Custom): New node.
3222 (Specific Customization): Clarify which commands only work for
3223 loaded options.
3224
32252005-12-18 Bill Wohler <wohler@newt.com>
3226
3227 * frames.texi (Tool Bars): Shorten text of previous change.
3228
32292005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3230
3231 * files.texi (VC Status): Document log-view mode.
3232
32332005-12-18 Bill Wohler <wohler@newt.com>
3234
3235 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3236 permanently via the customize interface.
3237
8cf51b2c
GM
32382005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3239
3240 * killing.texi (Killing by Lines): Document `kill-whole-line'
3241 function.
3242
c8763fb6 32432005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3244
3245 * buffers.texi (Select Buffer): Change `prev-buffer' to
3246 `previous-buffer'. Indicate that these functions use a frame
3247 local buffer list.
3248
8cf51b2c
GM
32492005-12-12 Richard M. Stallman <rms@gnu.org>
3250
3251 * custom.texi (Easy Customization): Change menu comment.
3252 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3253
3254 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3255 (Help): Among the Apropos commands, describe only C-h a here.
3256
32572005-12-11 Richard M. Stallman <rms@gnu.org>
3258
3259 * programs.texi (Options for Comments): Comment-end starts with space.
3260
3261 * glossary.texi (Glossary): Minor cleanup.
3262
3263 * files.texi (Old Versions): Use @table.
3264
8cf51b2c
GM
32652005-12-10 David Koppelman <koppel@ece.lsu.edu>
3266
3267 * display.texi (Highlight Interactively): Include
3268 global-hi-lock-mode. Add miscellaneous details and elaborations.
3269
32702005-12-09 Richard M. Stallman <rms@gnu.org>
3271
3272 * display.texi (Font Lock): Delete the Global FL menu item.
3273
32742005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * custom.texi (Minibuffer Maps): Mention the maps for file name
3277 completion.
3278
32792005-12-09 Kim F. Storm <storm@cua.dk>
3280
3281 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3282 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3283 cursor to next corner in rectangle; clarify insert around rectangle.
3284
8cf51b2c
GM
32852005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * custom.texi (Customization): Use xref to elisp manual for
3288 non-TeX output.
3289 (Minor Modes): Update.
3290 (Customization Groups, Changing a Variable, Face Customization):
3291 Update for new appearance of Custom buffers.
3292 (Changing a Variable): `custom-buffer-done-function' has been
3293 replaced by `custom-buffer-done-kill'.
3294 (Specific Customization): In the `customize-group' buffer, a
3295 subgroup's contents are not "hidden". They are not included at
3296 all. They have no [Show] button.
3297 (Mouse Buttons): Add pxref to description of mouse event lists in
3298 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3299 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3300 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3301
33022005-12-08 Richard M. Stallman <rms@gnu.org>
3303
3304 * mini.texi (Completion Commands, Completion):
3305 In file name input, SPC does not do completion.
3306
8cf51b2c
GM
33072005-12-08 Nick Roberts <nickrob@snap.net.nz>
3308
3309 * building.texi (GDB Graphical Interface): Explain screen size
3310 setting.
3311 (Other GDB User Interface Buffers): Describe features specific to
3312 GDB 6.4.
3313
8cf51b2c
GM
33142005-12-01 Nick Roberts <nickrob@snap.net.nz>
3315
3316 * building.texi (GDB User Interface Layout): Describe how to
3317 kill associated buffers.
3318 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3319 (Watch Expressions): Be more precise.
3320 (Other GDB User Interface Buffers): Describe how to change a
3321 register value.
3322
8cf51b2c
GM
33232005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3324
3325 * macos.texi (Mac Input): Remove description of
3326 mac-command-key-is-meta. Add descriptions of
3327 mac-control-modifier, mac-command-modifier, and
3328 mac-option-modifier.
3329 (Mac International): Fix description of conversion of clipboard data.
3330 (Mac Font Specs): Add example of font customization by face attributes.
3331
33322005-11-22 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * building.texi (Watch Expressions): Expand description.
3335 (Other GDB User Interface Buffers): Describe local map for
3336 gud-watch.
3337
33382005-11-21 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * display.texi (Font Lock): Font lock is enabled by default now.
3341
33422005-11-20 Juri Linkov <juri@jurta.org>
3343
3344 * basic.texi (Position Info): Update examples of the output.
3345 Remove the fact that examples are produced in the TeXinfo buffer,
3346 because in the Info reader users will get a different output from
3347 `C-x ='.
3348
3349 * building.texi (Compilation Mode): Remove paragraph duplicated
3350 from the node `Compilation'. Add `compilation-skip-threshold'.
3351
3352 * display.texi (Font Lock): Suggest more user-friendly method of
3353 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3354
33552005-11-18 Richard M. Stallman <rms@gnu.org>
3356
3357 * files.texi (Registering): Mention @@ in mode line.
3358
3359 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3360
33612005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3362
3363 * files.texi (Renaming and VC): Some back-ends don't
3364 handle renaming.
3365
8cf51b2c
GM
33662005-11-17 Juri Linkov <juri@jurta.org>
3367
3368 * emacs.texi (Top):
3369 * display.texi (Highlight Interactively): Put this font-lock based
3370 mode near Font Lock node.
3371
33722005-11-16 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3375 icons.
3376
33772005-11-12 Kim F. Storm <storm@cua.dk>
3378
3379 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3380 (Help Summary): Add C-h d and C-h e.
3381 (Apropos): Clarify that all apropos commands may search for either
3382 list of words or a regexp. Add C-h d for apropos-documentation.
3383 Describe apropos-documentation-sort-by-scores user option.
3384
8cf51b2c
GM
33852005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3386
3387 * killing.texi (CUA Bindings): Add @section.
3388
33892005-11-10 Kim F. Storm <storm@cua.dk>
3390
3391 * emacs.texi (Top): Add CUA Bindings entry to menu.
3392
3393 * killing.texi (CUA Bindings): New node. Moved here from
3394 misc.texi and extended with info on rectangle commands and
3395 rectangle highlighting, interface to registers, and the global
3396 mark feature.
3397
3398 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3399
3400 * regs.texi: Prev link points to CUA Bindings node.
3401
34022005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3403
3404 * help.texi (Help Echo): By default, help echos are only shown on
3405 mouse-over, not on point-over.
3406
c8763fb6 34072005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3408
3409 * misc.texi (Shell Mode): Describe how to activate password echoing.
3410
8cf51b2c
GM
34112005-11-04 Romain Francoise <romain@orebokech.com>
3412
3413 * mark.texi (Mark Ring): Fix typo.
3414
34152005-11-03 Richard M. Stallman <rms@gnu.org>
3416
3417 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3418
34192005-11-01 Bill Wohler <wohler@newt.com>
3420
3421 * help.texi (Help Mode): Fix typo.
3422
34232005-11-01 Nick Roberts <nickrob@snap.net.nz>
3424
3425 * building.texi (Other GDB User Interface Buffers): Describe
3426 the command gdb-use-inferior-io-buffer.
3427
34282005-10-31 Romain Francoise <romain@orebokech.com>
3429
3430 * files.texi (Compressed Files): Fix typo.
3431
3432 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3433
3434 * windows.texi (Force Same Window): Likewise.
3435
34362005-10-30 Bill Wohler <wohler@newt.com>
3437
3438 * help.texi (Help Mode): URLs viewed with browse-url.
3439
34402005-10-31 Nick Roberts <nickrob@snap.net.nz>
3441
3442 * building.texi (GDB Graphical Interface): Don't reference
3443 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3444 must stay in same frame.
3445
34462005-10-29 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3449
3450 * anti.texi (Antinews): Likewise.
3451
8cf51b2c
GM
34522005-10-28 Bill Wohler <wohler@newt.com>
3453
3454 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3455
34562005-10-28 Richard M. Stallman <rms@gnu.org>
3457
3458 * files.texi (Visiting): Explain how to enter ? in a file name.
3459
3460 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3461
8cf51b2c
GM
34622005-10-25 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * building.texi (GDB Graphical Interface): Describe
3465 gdb-mouse-until.
3466
34672005-10-23 Richard M. Stallman <rms@gnu.org>
3468
3469 * custom.texi (Init File): Recommend when to use site-start.el.
3470
8cf51b2c
GM
34712005-10-21 Juri Linkov <juri@jurta.org>
3472
3473 * custom.texi (Examining): Mention accessing the old variable
3474 value via M-n in set-variable.
3475
8cf51b2c
GM
34762005-10-18 Romain Francoise <romain@orebokech.com>
3477
3478 * files.texi (Version Systems): Capitalize GNU.
3479
8cf51b2c
GM
34802005-10-18 Nick Roberts <nickrob@snap.net.nz>
3481
3482 * building.texi (Compilation Mode): Remove redundant paragraph.
3483 (Watch Expressions): Remove paragraph to reflect code change.
3484
8cf51b2c
GM
34852005-10-16 Richard M. Stallman <rms@gnu.org>
3486
3487 * building.texi (Compilation Mode, Compilation): Clarified.
3488
34892005-10-15 Richard M. Stallman <rms@gnu.org>
3490
3491 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3492
8cf51b2c
GM
34932005-10-13 Kenichi Handa <handa@m17n.org>
3494
3495 * basic.texi (Position Info): Fix previous change.
3496
c8763fb6 34972005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3498
3499 * cmdargs.texi (Icons X): Fix typo.
3500
35012005-10-12 Kenichi Handa <handa@m17n.org>
3502
3503 * basic.texi (Position Info): Describe the case that Emacs shows
3504 "part of display ...".
3505
c8763fb6 35062005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3507
3508 * cmdargs.texi (Icons X): -nb => -nbi.
3509
35102005-10-10 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * frames.texi (Speedbar): A couple more clarifications.
3513
35142005-10-11 Nick Roberts <nickrob@snap.net.nz>
3515
3516 * building.texi (GDB User Interface Layout): Improve diagram.
3517 (Watch Expressions): Explain how to make speedbar global.
3518 (Other GDB User Interface Buffers): Make references more precise.
3519
8cf51b2c
GM
35202005-10-09 Richard M. Stallman <rms@gnu.org>
3521
3522 * frames.texi (Speedbar): Clarify the text.
3523
35242005-10-09 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * frames.texi (Speedbar): Add information on keybindings,
3527 dismissing the speedbar, and buffer display mode. Link to
3528 speedbar manual.
3529
c8763fb6 35302005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3531
3532 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3533 added -nb, --no-bitmap-icon.
3534
8cf51b2c
GM
35352005-10-07 Nick Roberts <nickrob@snap.net.nz>
3536
3537 * building.texi (GDB Graphical Interface): Add variables and
3538 functions to indices. Be more precise.
3539
c8763fb6 35402005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3541
3542 * frames.texi (Drag and Drop): Remove the x- from
3543 x-dnd-open-file-other-window and xdnd-protocol-alist.
3544
35452005-09-30 Romain Francoise <romain@orebokech.com>
3546
3547 * mini.texi (Minibuffer): The default value now appears before the
3548 colon in minibuffer prompts.
3549
8cf51b2c
GM
35502005-09-25 Richard M. Stallman <rms@gnu.org>
3551
3552 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3553
8cf51b2c
GM
35542005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3555
3556 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3557
8cf51b2c
GM
35582005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3559
3560 * emacs.texi (Top): Update submenus from macos.texi.
3561
3562 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3563 (Mac OS): Update feature support status.
3564 (Mac Input): List supported input scripts. Remove description
3565 about `mac-keyboard-text-encoding'. Mention mouse button
3566 emulation and related variables.
3567 (Mac International): Mention Central European and Cyrillic
3568 support. Now `keyboard-coding-system' is dynamically changed.
3569 Add description about coding system for selection. Add
3570 description about language environment.
3571 (Mac Environment Variables): Mention
3572 `~/.MacOSX/environment.plist'. Give example of command line
3573 arguments. Add Preferences support.
3574 (Mac Directories): Explicitly state that this node is for Mac OS
3575 Classic only.
3576 (Mac Font Specs): Mention specification for scalable fonts. List
3577 supported charsets. Add preferred way of creating fontsets. Add
3578 description about `mac-allow-anti-aliasing'.
3579 (Mac Functions): Add descriptions about `mac-set-file-creator',
3580 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3581 and `mac-get-preference'.
3582
8cf51b2c
GM
35832005-09-16 Romain Francoise <romain@orebokech.com>
3584
3585 Update all files to specify GFDL version 1.2.
3586
3587 * doclicense.texi (GNU Free Documentation License): Update to
3588 version 1.2.
3589
35902005-09-15 Richard M. Stallman <rms@gnu.org>
3591
3592 * buffers.texi (List Buffers): Fix xref.
3593
3594 * rmail.texi (Rmail Basics): Fix xref.
3595
3596 * emacs.texi (Top): Update subnode menus.
3597
3598 * files.texi (Saving Commands): New node, broken out of Saving.
3599 (Customize Save): New node, broken out of Saving.
3600 Clarify effect of write-region-inhibit-fsync.
3601 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3602
8cf51b2c
GM
36032005-09-14 Romain Francoise <romain@orebokech.com>
3604
3605 * files.texi (Saving): Mention write-region-inhibit-fsync.
3606
36072005-09-05 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * custom.texi (Custom Themes): New node.
3610
36112005-09-03 Richard M. Stallman <rms@gnu.org>
3612
49823426
GM
3613 * search.texi (Search Case): Mention vars that control
3614 case-fold-search for various operations.
8cf51b2c
GM
3615
36162005-08-22 Juri Linkov <juri@jurta.org>
3617
3618 * display.texi (Standard Faces): Merge the text from
3619 `(elisp)Standard Faces' into this node.
3620
36212005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3622
3623 * emacs.texi (Top): Delete menu item for deleted node
3624 Keyboard Translations.
3625
36262005-08-18 Richard M. Stallman <rms@gnu.org>
3627
8cf51b2c
GM
3628 * trouble.texi (Unasked-for Search):
3629 Delete xref to Keyboard Translations.
3630
3631 * glossary.texi (Glossary): Delete xref.
3632
8cf51b2c
GM
3633 * custom.texi (Minor Modes): Say that the list here is not complete.
3634 (Keyboard Translations): Node deleted.
3635 (Disabling): Delete xref to it.
3636 (Customization Groups): Fix Custom buffer example.
3637 (Hooks): Mention remove-hooks.
3638
36392005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3640
3641 * building.texi (GDB Graphical Interface): Improve filling of menu
3642 item.
3643
36442005-08-18 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * building.texi (GDB Graphical Interface): Use better node names.
3647
36482005-08-14 Richard M. Stallman <rms@gnu.org>
3649
3650 * text.texi (Sentences): Fix xref.
3651
36522005-08-14 Juri Linkov <juri@jurta.org>
3653
3654 * building.texi (Compilation, Grep Searching): Move grep command
3655 headings from `Compilation' to `Grep Searching'.
3656
3657 * dired.texi (Dired and Find):
3658 * maintaining.texi (Tags Search): Replace grep xref to
3659 `Compilation' node with `Grep Searching'.
3660
3661 * files.texi (Comparing Files): Replace xref to `Compilation' with
3662 `Compilation Mode'.
3663
36642005-08-13 Alan Mackenzie <acm@muc.de>
3665
3666 * search.texi (Non-ASCII Isearch): Correct a typo.
3667 (Replacement Commands): Mention query-replace key binding.
3668
36692005-08-11 Richard M. Stallman <rms@gnu.org>
3670
3671 * programs.texi (Options for Comments): Fix xref.
3672
3673 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3674 out of Regexps.
3675
8cf51b2c
GM
36762005-08-09 Juri Linkov <juri@jurta.org>
3677
3678 * building.texi (Compilation): Use `itemx' instead of `item'.
3679 (Grep Searching): Simplify phrase.
3680
3681 * display.texi (Standard Faces): Describe vertical-border on
3682 window systems.
3683
3684 * windows.texi (Split Window): Simplify phrase and mention
3685 vertical-border face.
3686
36872005-08-09 Richard M. Stallman <rms@gnu.org>
3688
3689 * files.texi (Comparing Files): Clarify compare-windows.
3690
3691 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3692
8cf51b2c
GM
36932005-08-06 Eli Zaretskii <eliz@gnu.org>
3694
3695 * mule.texi (Coding Systems): Rephrase the paragraph about
3696 codepages: no need for "M-x codepage-setup" anymore, except on
3697 MS-DOS.
3698
3699 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3700 the MS-DOS port only.
3701
37022005-07-30 Eli Zaretskii <eliz@gnu.org>
3703
3704 * makefile.w32-in (info): Don't run multi-install-info.bat.
3705 ($(infodir)/dir): New target, produced by running
3706 multi-install-info.bat.
3707
8cf51b2c
GM
37082005-07-22 Eli Zaretskii <eliz@gnu.org>
3709
3710 * files.texi (Quoted File Names): Add index entry.
3711
8cf51b2c
GM
37122005-07-19 Juri Linkov <juri@jurta.org>
3713
3714 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3715
37162005-07-18 Juri Linkov <juri@jurta.org>
3717
8cf51b2c
GM
3718 * custom.texi (Easy Customization):
3719 * files.texi (Old Versions):
3720 * frames.texi (Wheeled Mice):
3721 * mule.texi (Specify Coding):
8cf51b2c
GM
3722 * text.texi (Cell Justification):
3723 * trouble.texi (After a Crash):
8cf51b2c
GM
3724 * xresources.texi (GTK styles):
3725 Delete duplicate duplicate words.
3726
37272005-07-17 Richard M. Stallman <rms@gnu.org>
3728
3729 * frames.texi (Creating Frames): Fix foreground color example.
3730
3731 * custom.texi (Init Examples): Clean up text about conditionals.
3732
37332005-07-16 Richard M. Stallman <rms@gnu.org>
3734
3735 * mini.texi (Completion Commands): Fix command name for ?.
3736
8cf51b2c
GM
37372005-07-16 Eli Zaretskii <eliz@gnu.org>
3738
3739 * display.texi (Standard Faces): Explain that customization of
3740 `menu' face has no effect on w32 and with GTK. Add
3741 cross-references.
3742
3743 * cmdargs.texi (General Variables): Clarify the default location
3744 of $HOME on w32 systems.
3745
37462005-07-15 Jason Rumney <jasonr@gnu.org>
3747
3748 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3749 changed.
3750
37512005-07-08 Kenichi Handa <handa@m17n.org>
3752
3753 * mule.texi (Recognize Coding): Recommend
3754 revert-buffer-with-coding-system instead of revert-buffer.
3755
37562005-07-07 Richard M. Stallman <rms@gnu.org>
3757
3758 * anti.texi (Antinews): Mention mode-line-inverse-video.
3759
3760 * files.texi (Saving): Minor correction about C-x C-w.
3761
3762 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3763
37642005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * search.texi (Isearch Scroll): Add example of using the
3767 `isearch-scroll' property.
3768 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3769 `Display Custom' node.
3770 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3771 and de-emphasize it.
3772 (Other Repeating Search): `occur' currently can not correctly
3773 handle multiline matches. Correct, clarify and update description
3774 of `flush-lines' and `keep-lines'.
3775
3776 * display.texi (Display Custom): Add anchor for `baud-rate'.
3777
37782005-07-07 Richard M. Stallman <rms@gnu.org>
3779
3780 * gnu.texi: Update where to get GNU status; add refs for how to help.
3781 Add footnotes 6 and 7.
3782
37832005-07-04 Lute Kamstra <lute@gnu.org>
3784
3785 Update FSF's address in GPL notices.
3786
8cf51b2c 3787 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3788 * trouble.texi (Checklist): Update FSF's address.
3789
8cf51b2c
GM
37902005-06-24 Richard M. Stallman <rms@gnu.org>
3791
3792 * display.texi (Text Display): Change index entries.
3793
37942005-06-24 Eli Zaretskii <eliz@gnu.org>
3795
3796 * makefile.w32-in (MAKEINFO): Use --force.
3797 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3798 Makefile.in.
8cf51b2c
GM
3799
38002005-06-23 Richard M. Stallman <rms@gnu.org>
3801
3802 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3803 nobreak-char-display.
3804
3805 * emacs.texi (Top): Update detailed node listing.
3806
3807 * display.texi (Text Display): Renamed show-nonbreak-escape
3808 to nobreak-char-display and no-break-space to nobreak-space.
3809 (Standard Faces): Split up the list of standard faces
3810 and put it in a separate node. Add nobreak-space and
3811 escape-glyph.
3812
8cf51b2c
GM
38132005-06-23 Lute Kamstra <lute@gnu.org>
3814
3815 * mule.texi (Select Input Method): Fix typo.
3816
38172005-06-23 Kenichi Handa <handa@m17n.org>
3818
3819 * mule.texi (International): List all supported scripts. Adjust
3820 text for that leim is now included in the normal Emacs
3821 distribution.
3822 (Language Environments): List all language environments.
3823 Intlfonts contains fonts for most supported scripts, not all..
3824 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3825 input a specific character.
8cf51b2c
GM
3826 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3827
38282005-06-23 Juanma Barranquero <lekktu@gmail.com>
3829
49823426 3830 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3831
38322005-06-22 Miles Bader <miles@gnu.org>
3833
3834 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3835
38362005-06-20 Miles Bader <miles@gnu.org>
3837
3838 * display.texi (Faces): Add `vertical-divider'.
3839
38402005-06-17 Richard M. Stallman <rms@gnu.org>
3841
3842 * text.texi (Adaptive Fill): Minor clarification.
3843
8cf51b2c
GM
38442005-06-10 Lute Kamstra <lute@gnu.org>
3845
3846 * emacs.texi (Top): Correct version number.
3847 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3848 refer to the current version of Emacs.
3849
38502005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3851
3852 * files.texi (Log Buffer): Document when there can be more than
3853 one file to be committed.
3854
38552005-06-08 Juri Linkov <juri@jurta.org>
3856
3857 * display.texi (Faces): Add `shadow' face.
3858
38592005-06-07 Masatake YAMATO <jet@gyve.org>
3860
3861 * display.texi (Faces): Write about mode-line-highlight.
3862
38632005-06-06 Richard M. Stallman <rms@gnu.org>
3864
3865 * misc.texi (Printing Package): Explain how to initialize
3866 printing package.
3867
3868 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3869
38702005-06-05 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * emacs.texi: Rename Hardcopy to Printing.
3873 Make PostScript and PostScript Variables subnodes of it.
3874
3875 * misc.texi (Printing): Rename node from Hardcopy.
3876 Mention menu bar options.
3877 Move PostScript and PostScript Variables to submenu.
3878 (Printing package): New node.
3879
3880 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3881
3882 * dired.texi (Operating on Files): Likewise.
3883
3884 * calendar.texi (Displaying the Diary): Likewise.
3885
3886 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3887
3888 * glossary.texi (Glossary): Likewise.
3889
3890 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3891 effect.
3892
38932005-06-04 Richard M. Stallman <rms@gnu.org>
3894
3895 * trouble.texi (After a Crash): Polish previous change.
3896
8cf51b2c
GM
38972005-05-30 Noah Friedman <friedman@splode.com>
3898
3899 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3900 recovery mechanism.
3901
8cf51b2c
GM
39022005-05-28 Nick Roberts <nickrob@snap.net.nz>
3903
3904 * building.texi (Other Buffers): SPC toggles display of
3905 floating point registers.
3906
8cf51b2c
GM
39072005-05-27 Nick Roberts <nickrob@snap.net.nz>
3908
3909 * files.texi (Log Buffer): Merge in description of Log Edit
3910 mode from pcl-cvs.texi.
3911
39122005-05-26 Richard M. Stallman <rms@gnu.org>
3913
3914 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3915
8cf51b2c
GM
39162005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3917
3918 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3919 not enabled by default.
3920 When not on a word, `ispell-word' by default checks the word
3921 before point.
3922
39232005-05-24 Nick Roberts <nickrob@snap.net.nz>
3924
3925 * building.texi (Debugger Operation): Simplify last sentence.
3926
39272005-05-23 Lute Kamstra <lute@gnu.org>
3928
3929 * emacs.texi: Update FSF's address throughout.
3930 (Preface): Use @cite.
3931 (Distrib): Add cross reference to the node "Copying". Mention the
3932 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3933 printed manuals.
3934 (Intro): Use @xref for the Emacs Lisp Intro.
3935
8cf51b2c
GM
39362005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3937
3938 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3939
3940 * basic.texi (Moving Point): Mention default for `goto-line'.
3941
3942 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3943 of a variable's docstring.
3944
39452005-05-18 Lute Kamstra <lute@gnu.org>
3946
3947 * maintaining.texi (Overview of Emerge): Add cross reference.
3948 Remove duplication.
3949
3950 * emacs.texi (Top): Update to the current structure of the manual.
3951 * misc.texi (Emacs Server): Add menu description.
3952 * files.texi (Saving): Fix menu.
3953 * custom.texi (Customization): Fix menu.
3954 * mule.texi (International): Fix menu.
3955 * kmacro.texi (Keyboard Macros): Fix menu.
3956
39572005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3958
3959 * display.texi: Various minor changes.
3960 (Faces): Delete text that is repeated in the next section.
3961
39622005-05-16 Nick Roberts <nickrob@snap.net.nz>
3963
3964 * building.texi (Debugger Operation): Mention GUD tooltips are
3965 disabled with GDB in text command mode.
3966
8cf51b2c
GM
39672005-05-16 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * building.texi: Replace toolbar with "tool bar" for consistency.
3970 (Compilation Mode): Describe compilation-context-lines
3971 and use of arrow in compilation buffer.
3972 (Debugger Operation): Replace help text with variable's value.
3973
3974 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3975 consistency.
3976
39772005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3978
3979 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3980 Add xref.
3981
8cf51b2c
GM
39822005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3985 (Position Info): Delete discussion of `goto-line'. It is already
3986 described in `Moving point'.
3987
3988 * mini.texi (Completion Commands): Correct reference.
3989 (Completion Options): Fix typo.
3990
3991 * killing.texi (Deletion): Complete description of `C-x C-o'.
3992
8cf51b2c
GM
39932005-05-10 Richard M. Stallman <rms@gnu.org>
3994
3995 * building.texi (Compilation): Clarify recompile's directory choice.
3996
3997 * frames.texi (Tooltips): Cleanups.
3998
3999 * basic.texi (Arguments): Fix punctuation.
4000
40012005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * screen.texi (Menu Bar): The up and down (not left and right)
4004 arrow keys move through a keyboard menu.
4005
40062005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * basic.texi: Various typo and grammar fixes.
4009 (Moving Point): C-a now runs move-beginning-of-line.
4010
40112005-05-08 Nick Roberts <nickrob@snap.net.nz>
4012
4013 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4014
4015 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4016 as different animals.
4017
40182005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4021 Correct index entry.
4022
40232005-05-07 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * building.texi (Debugger Operation): Update to reflect changes
4026 in GUD tooltips.
4027
40282005-04-30 Richard M. Stallman <rms@gnu.org>
4029
4030 * files.texi (Compressed Files): Auto Compression normally enabled.
4031
4032 * building.texi (Debugger Operation): Clarify previous change.
4033
8cf51b2c
GM
40342005-04-28 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * building.texi (Debugger Operation): Add description for
4037 GUD tooltips when program is not running.
4038
40392005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * misc.texi (Shell): Add `Shell Prompts' to menu.
4042 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4043 description. Delete remarks moved to new node.
4044 (Shell Prompts): New node.
4045 (History References): Replace remarks moved to `Shell Prompts'
4046 with xref to that node.
4047 (Remote Host): Clarify how to specify the terminal type when
4048 logging in to a different machine.
4049
40502005-04-26 Richard M. Stallman <rms@gnu.org>
4051
4052 * emacs.texi (Top): Update submenus from files.texi.
4053
4054 * files.texi (Filesets): Clarify previous change.
4055
4056 * dired.texi (Misc Dired Features): Clarify previous change.
4057
40582005-04-25 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4061
4062 * dired.texi (Misc Dired Features): Document
4063 dired-compare-directories.
4064
4065 * files.texi (Filesets): New node.
4066 (File Conveniences): Document Image mode.
4067
4068 * text.texi (TeX Print): Document tex-compile.
4069
40702005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4071
4072 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4073 Delete redundant reference to tooltip Custom group. It is
4074 referred too again in the next paragraph.
4075
40762005-04-24 Richard M. Stallman <rms@gnu.org>
4077
4078 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4079
8cf51b2c
GM
40802005-04-19 Kim F. Storm <storm@cua.dk>
4081
4082 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4083
40842005-04-18 Lars Hansen <larsh@math.ku.dk>
4085
4086 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4087 turns off desktop-save-mode.
4088
40892005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4092 by default in terminals compatible with xterm. Mention that
4093 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4094 node.
4095
8cf51b2c
GM
40962005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4097
4098 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4099
c8763fb6 41002005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4101
4102 * xresources.texi (Table of Resources): Add cursorBlink.
4103
41042005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4107 `d', `C-d' and `u'.
4108
41092005-04-11 Richard M. Stallman <rms@gnu.org>
4110
4111 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4112 (Misc X): Add -D, --basic-display.
4113
4114 * maintaining.texi (Change Log): Correct the description of
4115 the example.
4116
4117 * major.texi (Choosing Modes): Document magic-mode-alist.
4118
8cf51b2c
GM
41192005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4120
4121 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4122 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4123 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4124 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4125 `w', respectively.
4126 (Rmail Labels): Mention `l'.
4127 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4128 (Rmail Summary Edit): Describe `j' and RET.
4129
c8763fb6 41302005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4131
4132 * xresources.texi (Lucid Resources): Add fontSet resource.
4133
8cf51b2c
GM
41342005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4137 now called `indicate-empty-lines'.
4138
41392005-04-06 Kim F. Storm <storm@cua.dk>
4140
4141 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4142
41432005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4144
4145 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4146 deleted.
4147 (Marks vs Flags): Add some convenient key bindings.
4148 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4149 (Misc Dired Features): Correct and expand description of `w' command.
4150
4151 * frames.texi (XTerm Mouse): Delete apparently false info.
4152 The GNU/Linux console currently does not appear to support
4153 `xterm-mouse-mode'.
4154
8cf51b2c
GM
41552005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4156
4157 * calendar.texi (Diary): Mention shell utility `calendar'.
4158
41592005-04-01 Richard M. Stallman <rms@gnu.org>
4160
4161 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4162
8cf51b2c
GM
41632005-04-01 Lute Kamstra <lute@gnu.org>
4164
4165 * maintaining.texi (Change Log): add-change-log-entry uses
4166 add-log-mailing-address.
4167
41682005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4169
4170 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4171 `VC Mode Line' and put in an xref to that node.
4172 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4173 its description.
4174
41752005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4176
4177 * calendar.texi (Calendar Systems): Say that the Persian calendar
4178 implemented here is the arithmetical one championed by Birashk.
4179
41802005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4181
4182 * programs.texi (Fortran Motion): Fix previous change.
4183
8cf51b2c
GM
41842005-03-29 Richard M. Stallman <rms@gnu.org>
4185
4186 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4187
41882005-03-29 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * text.texi (Refill): Refer to Long Lines Mode.
4191 (Longlines): New node.
4192 (Auto Fill): Don't index "word wrap" here.
4193 (Filling): Add Longlines to menu.
4194
41952005-03-29 Richard M. Stallman <rms@gnu.org>
4196
4197 * xresources.texi: Minor fixes.
4198
4199 * misc.texi (Emacs Server): Fix Texinfo usage.
4200
4201 * emacs.texi (Top): Don't use a real section heading for
4202 "Detailed Node Listing". Fake it instead.
4203
4204 * basic.texi (Position Info): Minor cleanup.
4205
4206 * mule.texi (Input Methods): Minor cleanup.
4207
42082005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4209
4210 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4211 constructs as well.
4212 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4213
42142005-03-29 Kenichi Handa <handa@m17n.org>
4215
4216 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4217
4218 * basic.texi (Position Info): Update the description about the
4219 command C-u C-x =.
4220
42212005-03-28 Richard M. Stallman <rms@gnu.org>
4222
4223 * emacs.texi (Top): Use @section for the detailed node listing.
4224
4225 * calendar.texi: Minor fixes to previous change.
4226
4227 * programs.texi (Fortran): Small fixes to previous changes.
4228
4229 * emacs.texi (Top): Update list of subnodes of Dired.
4230 Likewise for building.texi.
4231
4232 * files.texi (File Conveniences): Delete Auto Image File mode.
4233
42342005-03-28 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * building.texi (Flymake): New node.
4237
4238 * custom.texi (Function Keys): Document kp- event types and
4239 keypad-setup package.
4240
4241 * dired.texi (Wdired): New node.
4242
4243 * files.texi (File Conveniences): Reorder entries.
4244 Explain how to turn on Auto-image-file mode.
4245 Document Thumbs mode.
4246
4247 * mule.texi (Specify Coding): Document recode-region and
4248 recode-file-name.
4249
4250 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4251
42522005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * commands.texi (Keys): M-o is now a prefix key.
4255
42562005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4257
4258 * programs.texi: Reformat and update copyright years.
4259 (Fortran): Update section.
4260
42612005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4262
4263 * files.texi: Several small changes in addition to:
4264 (Visiting): Change xref for Dialog Boxes to ref.
4265 (Version Headers): Replace references to obsolete var
4266 `vc-header-alist' with `vc-BACKEND-header'.
4267 (Customizing VC): Update value of `vc-handled-backends'.
4268
42692005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4270
4271 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4272 move here from Emacs Lisp Reference Manual.
4273 * calendar.texi (Calendar/Diary, Diary Commands)
4274 (Special Diary Entries, Importing Diary): Change some xrefs to
4275 point to emacs-xtra rather than elisp.
4276
4277 * emacs-xtra.texi (Calendar Customizing):
4278 Move view-diary-entries-initially, view-calendar-holidays-initially,
4279 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4280 Emacs Manual.
4281 (Appt Customizing): Merge entire section into main Emacs Manual.
4282 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4283 mark-holidays-in-calendar here from emacs-xtra.
4284 (Displaying the Diary): Move view-diary-entries-initially,
4285 mark-diary-entries-in-calendar here from emacs-xtra.
4286 (Appointments): Move appt-display-mode-line,
4287 appt-display-duration, appt-disp-window-function,
4288 appt-delete-window-function here from emacs-xtra.
4289
4290 * calendar.texi: Update and reformat copyright.
4291 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4292 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4293 (Diary): Refer to `diary-file' rather than ~/diary.
4294 (Diary Commands): Rename node to "Displaying the Diary".
4295 * emacs.texi (Top): Rename "Diary Commands" section.
4296 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4297
42982005-03-26 Eli Zaretskii <eliz@gnu.org>
4299
4300 * misc.texi (Emacs Server): Fix the command for setting
4301 server-name. Add an xref to Invoking emacsclient.
4302
4303 * help.texi (Help Summary): Clarify when "C-h ." will do something
4304 nontrivial.
4305 (Apropos): Add cindex entry for apropos-sort-by-scores.
4306
4307 * display.texi (Text Display): Add index entries for how no-break
4308 characters are displayed.
4309
8cf51b2c
GM
43102005-03-26 Eli Zaretskii <eliz@gnu.org>
4311
4312 * files.texi (Visiting): Fix cross-references introduced with the
4313 last change.
4314
4315 * xresources.texi (GTK resources): Fix last change.
4316
8cf51b2c
GM
43172005-03-25 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * xresources.texi (X Resources): GTK options documented too.
4320 (Resources): Clarify meaning of program name.
4321 (Table of Resources): Add visualClass.
4322 (GTK resources): Rewrite.
4323 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4324
4325 * display.texi (Text Display): Mention non-breaking spaces.
4326
4327 * files.texi (Reverting): Document auto-revert-check-vc-info.
4328
4329 * frames.texi (Mouse Commands): Document
4330 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4331
4332 * help.texi (Help Summary): Add `C-h .'.
4333 (Apropos): Apropos accepts a list of search terms.
4334 Document apropos-sort-by-scores.
4335 (Help Echo): Document display-local-help.
4336
4337 * misc.texi (Emacs Server): Document server-name.
4338 (Invoking emacsclient): Document -s option for server names.
4339
4340 * text.texi (Outline Visibility): Introduce "current heading
4341 line" (commands can be called with point on a body line).
4342 Re-order table to follow the sequence of discussion.
4343 hide-body won't hide lines before first header line.
4344 (TeX Mode): Add DocTeX mode.
4345
8cf51b2c
GM
43462005-03-24 Richard M. Stallman <rms@gnu.org>
4347
4348 * mule.texi (Single-Byte Character Support): Delete mention
4349 of iso-acc.el and iso-transl.el.
4350
8cf51b2c
GM
43512005-03-23 Lute Kamstra <lute@gnu.org>
4352
4353 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4354
43552005-03-23 Richard M. Stallman <rms@gnu.org>
4356
8cf51b2c
GM
4357 * search.texi: Delete explicit node pointers.
4358 (Incremental Search): New menu.
4359 (Basic Isearch, Repeat Isearch, Error in Isearch)
4360 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4361 (Slow Isearch): New subnodes.
4362 (Configuring Scrolling): Node deleted.
4363 (Search Case): Doc default-case-fold-search.
4364 (Regexp Replace): Move replace-regexp doc here.
4365
4366 * rmail.texi (Movemail): Put commas inside closequotes.
4367
4368 * picture.texi (Insert in Picture): Document C-c arrow combos.
4369 (Basic Picture): Clarify erasure.
4370
4371 * display.texi (Font Lock): Put commas inside closequotes.
4372
4373 * cmdargs.texi (General Variables): Put commas inside closequotes.
4374
43752005-03-23 Nick Roberts <nickrob@snap.net.nz>
4376
4377 * building.texi (Stack Buffer): Mention reverse contrast for
4378 *selected* frame (might not be current frame).
4379
8cf51b2c
GM
43802005-03-21 Richard M. Stallman <rms@gnu.org>
4381
4382 * building.texi (Starting GUD): Add bashdb.
4383
43842005-03-20 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * basic.texi (Moving Point): Add M-g M-g binding.
4387 (Undo): Document undo-only.
4388 (Position Info): Document M-g M-g and C-u M-g M-g.
4389
4390 * building.texi (Building): Put Grep Searching after Compilation
4391 Shell.
4392 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4393 Document next-error-highlight.
4394 (Grep Searching): Document grep-highlight-matches.
4395 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4396
4397 * calendar.texi (Importing Diary): Rename node from iCalendar.
4398 Document diary-from-outlook.
4399
4400 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4401 Commands.
4402 Mention effect of X drag and drop on Dired buffers.
4403
4404 * files.texi (Visiting): Document large-file-warning-threshold.
4405 Move paragraph on file-selection dialog.
4406 Mention visiting files using X drag and drop.
4407 (Reverting): Mention using Auto-Revert mode to tail files.
4408 Document auto-revert-tail-mode.
4409 (Version Systems): Minor correction.
4410 (Comparing Files): Diff-mode is no longer based on Compilation
4411 mode.
4412 Document compare-ignore-whitespace.
4413 (Misc File Ops): Explain passing a directory to rename-file.
4414 Likewise for copy-file and make-symbolic-link.
4415
4416 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4417 Document mouse-wheel-progressive speed.
4418
4419 * help.texi (Misc Help): Document numeric argument for C-h i.
4420 Correctly explain the effect of just C-u as argument.
4421
4422 * killing.texi (Deletion): Document numeric argument for
4423 just-one-space.
4424
4425 * mini.texi (Completion): Completion acts on text before point.
4426
4427 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4428 (Emulation): CUA mode replaces pc-bindings-mode,
4429 pc-selection-mode, and s-region.
4430
4431 * mule.texi (Input Methods): Leim is now built-in.
4432 (Select Input Method): Document quail-show-key.
4433 (Specify Coding): Document revert-buffer-with-coding-system.
4434
4435 * programs.texi (Fortran Motion): Document f90-next-statement,
4436 f90-previous-statement, f90-next-block, f90-previous-block,
4437 f90-end-of-block, and f90-beginning-of-block.
4438
4439 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4440
4441 * emacs.texi (Acknowledgments): Updated.
4442
4443 * anti.texi: Total rewrite.
4444
8cf51b2c
GM
44452005-03-19 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * ack.texi (Acknowledgments): Update.
4448
44492005-03-19 Eli Zaretskii <eliz@gnu.org>
4450
4451 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4452 copyright years.
4453
44542005-03-14 Nick Roberts <nickrob@snap.net.nz>
4455
4456 * building.texi (Commands of GUD): Move paragraph on setting
4457 breakpoints with mouse to the GDB Graphical Interface node.
4458
44592005-03-07 Richard M. Stallman <rms@gnu.org>
4460
8cf51b2c
GM
4461 * misc.texi (Single Shell, Shell Options): Fix previous change.
4462
4463 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4464
44652005-03-06 Richard M. Stallman <rms@gnu.org>
4466
4467 * building.texi (Starting GUD): Don't explain text vs graphical
4468 GDB here. Just mention it and xref.
4469 Delete "just one debugger process".
4470 (Debugger Operation): Move GUD tooltip info here.
4471 (GUD Tooltips): Node deleted.
4472 (GDB Graphical Interface): Explain the two GDB modes here.
4473
8cf51b2c
GM
4474 * sending.texi (Sending Mail): Minor cleanup.
4475 (Mail Aliases): Explain quoting conventions.
4476 Update key rebinding example.
4477 (Header Editing): C-M-i is like M-TAB.
4478 (Mail Mode Misc): mail-attach-file does not do MIME.
4479
4480 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4481 that really belongs here.
4482 (Remote Mailboxes): Text moved to Rmail Inbox.
4483 (Rmail Display): Mention Mouse-1.
4484 (Movemail): Clarify two movemail versions.
4485 Clarify rmail-movemail-program.
4486
8cf51b2c
GM
4487 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4488 Document async shell commands.
4489 (Shell History): Clarify.
4490 (Shell Ring): Mention C-UP an C-DOWN.
4491 (Shell Options): Add comint-prompt-read-only.
4492 (Invoking emacsclient): Set EDITOR to run Emacs.
4493 (Sorting): No need to explain what region is.
4494 (Saving Emacs Sessions): Fix typo.
4495 (Recursive Edit): Fix punctuation.
4496 (Emulation): Don't mention "PC bindings" which are standard.
4497 (Hyperlinking): Explain Mouse-1 convention here.
4498 (Find Func): Node deleted.
4499
8cf51b2c
GM
4500 * help.texi (Name Help): Xref to Hyperlinking.
4501
4502 * glossary.texi (Glossary):
4503 Rename "Balance Parentheses" to "Balancing...".
4504 Add "Byte Compilation". Correct "Copyleft".
4505 New xref in "Customization".
4506 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4507 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4508 Rename "Registers" to "Register".
4509 Replace "Selecting" with "Selected Frame",
4510 "Selected Window", and "Selecting a Buffer".
4511
4512 * files.texi (Types of Log File): Explain how projects'
4513 methods can vary.
4514
8cf51b2c
GM
4515 * display.texi (Faces): Delete "Emacs 21".
4516
4517 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4518 * fixit.texi (Spelling): C-M-i like M-TAB.
4519 * mini.texi (Completion Options): C-M-i like M-TAB.
4520 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4521 * text.texi (Text Mode): C-M-i like M-TAB.
4522
4523 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4524
4525 * calendar.texi (Specified Dates): Mention `g w'.
4526 (Appointments): appt-activate toggles with no arg.
4527
8cf51b2c
GM
45282005-03-05 Juri Linkov <juri@jurta.org>
4529
4530 * cmdargs.texi (Emacs Invocation): Add cindex
4531 "invocation (command line arguments)"
4532 (Misc X): Add -nbc, --no-blinking-cursor.
4533
45342005-03-04 Ulf Jasper <ulf.jasper@web.de>
4535
4536 * calendar.texi (iCalendar): No need to require it now.
4537
8cf51b2c
GM
45382005-03-03 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * trouble.texi (Contributing): Mention Savannah. Direct users to
4541 emacs-devel.
4542
45432005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4544
4545 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4546 window.
4547
8cf51b2c
GM
45482005-02-27 Richard M. Stallman <rms@gnu.org>
4549
4550 * building.texi (Compilation): Update mode line status info.
4551
45522005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4553
4554 * calendar.texi (General Calendar): Document binding of
4555 scroll-other-window-down.
4556 (Mayan Calendar): Fix earliest date.
4557 (Time Intervals): Document timeclock-change.
4558 Fix timeclock-ask-before-exiting documentation.
4559
45602005-02-26 Kim F. Storm <storm@cua.dk>
4561
4562 * frames.texi (Mouse References):
4563 Add mouse-1-click-in-non-selected-windows.
4564
45652005-02-25 Richard M. Stallman <rms@gnu.org>
4566
4567 * screen.texi (Screen): Explain better about cursors and mode lines;
4568 don't presuppose text terminals.
4569 (Point): Don't assume just one cursor.
4570 Clarify explanation of cursors.
4571 (Echo Area, Menu Bar): Cleanups.
4572
4573 * mini.texi (Minibuffer): Prompts are highlighted.
4574 (Minibuffer Edit): Newline = C-j only on text terminals.
4575 Clarify resize-mini-windows values.
4576 Mention M-PAGEUP and M-PAGEDOWN.
4577 (Completion Commands): Mouse-1 like Mouse-2.
4578 (Minibuffer History): Explain history commands better.
4579 (Repetition): Add xref to Incremental Search.
4580
4581 * mark.texi (Setting Mark): Clarify info about displaying mark.
4582 Clarify explanation of C-@ and C-SPC.
4583 (Transient Mark): Mention Delete Selection mode.
4584 (Marking Objects): Clean up text about extending the region.
4585
4586 * m-x.texi (M-x): One C-g doesn't always go to top level.
4587 No delay before suggest-key-bindings output.
4588
4589 * fixit.texi (Fixit): Mention C-/ for undo.
4590 (Spelling): Mention ESC TAB like M-TAB.
4591 Replacement words with r and R are rechecked.
4592 Say where C-g leaves point. Mention ? as input.
4593
45942005-02-23 Lute Kamstra <lute@gnu.org>
4595
4596 * cmdargs.texi (Initial Options): Add cross reference.
4597
8cf51b2c
GM
45982005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * emacs.texi (Top): Update menu for splitting of node in
4601 msdog.texi.
4602 * frames.texi (Frames): Update xref for splitting of node in
4603 msdog.texi.
4604 * trouble.texi (Quitting): Ditto.
4605
46062005-02-16 Richard M. Stallman <rms@gnu.org>
4607
4608 * windows.texi (Split Window): Simplify line truncation info
4609 and xref to Display Custom.
4610
4611 * trouble.texi (Quitting): Emergency escape only for text terminal.
4612 (Screen Garbled): C-l for ungarbling is only for text terminal.
4613
4614 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4615
4616 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4617
4618 * programs.texi (Program Modes): Mention Python mode.
4619 (Moving by Defuns): Repeating C-M-h extends region.
4620 (Basic Indent): Clarify.
4621 (Custom C Indent): Clarify.
4622 (Expressions): Repeating C-M-@ extends region.
4623 (Info Lookup): Clarify for C-h S.
4624 (Symbol Completion): ESC TAB alternative for M-TAB.
4625 (Electric C): Clarify.
4626
4627 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4628
4629 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4630 MS-DOS Input node.
4631 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4632 (MS-DOS and MULE): Clarify.
4633 (MS-DOS Processes, Windows Processes): Fix typos.
4634
4635 * major.texi (Choosing Modes): Clarify.
4636
4637 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4638 (Keyboard Macro Step-Edit): Clarify.
4639
4640 * indent.texi (Indentation): Clarifications.
4641
4642 * help.texi (Help): Correct error about C-h in query-replace.
4643 Clarify apropos vs C-h a. Fix how to search in FAQ.
4644 (Key Help): Describe C-h w here.
4645 (Name Help): Minor cleanup. C-h w moved to Key Help.
4646 Clarify the "object" joke.
4647 (Apropos): Clarify. Mouse-1 like Mouse-2.
4648 (Help Mode): Mouse-1 like Mouse-2.
4649
4650 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4651
4652 * display.texi (Display): Reorder menu.
4653 (Faces): Cleanup.
4654 (Font Lock): Cleanup. Mention Options menu.
4655 Delete obsolete text.
4656 (Scrolling): For C-l, don't presume text terminal.
4657 (Horizontal Scrolling): Simplify intro.
4658 (Follow Mode): Clarify.
4659 (Cursor Display): Moved before Display Custom.
4660 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4661 Doc default-tab-width. Doc line truncation more thoroughly.
4662
4663 * dired.texi (Dired Enter): C-x C-f can run Dired.
4664 (Dired Visiting): Comment out `a' command.
4665 Mouse-1 is like Mouse-2.
4666 (Shell Commands in Dired): ? can be used more than once.
4667
4668 * basic.texi (Continuation Lines): Simplify description of truncation,
4669 and refer to Display Custom for the rest of it.
4670
8cf51b2c
GM
46712005-02-06 Lute Kamstra <lute@gnu.org>
4672
4673 * basic.texi (Undo): Fix typo.
4674
4675 * cmdargs.texi (Emacs Invocation): Fix typo.
4676
4677 * custom.texi (Init Examples): Fix typo.
4678
4679 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4680
46812005-02-06 Richard M. Stallman <rms@gnu.org>
4682
4683 * regs.texi (Registers): Registers can hold numbers, too.
4684
4685 * killing.texi (Other Kill Commands): Cleanup.
4686 Delete redundant explanation of kill in read-only buffer.
4687 (Yanking): Mention term "copying".
4688 (Accumulating Text): Fix typo.
4689
4690 * entering.texi (Entering Emacs): Update rationale at start.
4691 (Exiting): Treat iconifying on a par with suspension.
4692
4693 * custom.texi (Minor Modes): Fix typo.
4694 (Easy Customization): Fix menu style.
4695 (Variables): Add xref.
4696 (Examining): Setting for future sessions works through .emacs.
4697 (Keymaps): "Text terminals", not "Many".
4698 (Init Rebinding): Explain \C-. Show example of \M-.
4699 Fix minor wording errors.
4700 (Function Keys): Explain vector syntax just once.
4701 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4702 (Init File): Mention .emacs.d directory.
4703 (Init Examples): Add xref.
4704 (Find Init): Mention .emacs.d directory.
4705
4706 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4707 (Action Arguments): Explain which kinds of -l args are found how.
4708 (Initial Options): --batch does not inhibit site-start.
4709 Add xrefs.
4710 (Command Example): Use --batch, not -batch.
4711
4712 * basic.texi (Inserting Text): Cleanup wording.
4713 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4714 C-n is not error at end of buffer.
4715 (Undo): Doc C-/ like C-_. Add xrefs.
4716 (Arguments): META key may be labeled ALT.
4717 Peculiar arg meanings are explained in doc strings.
4718
4719 * abbrevs.texi (Expanding Abbrevs): Clarify.
4720
47212005-02-05 Eli Zaretskii <eliz@gnu.org>
4722
4723 * frames.texi (Frame Parameters): Add an xref to the description
4724 of list-colors-display. Add a pointer to the X docs about colors.
4725
4726 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4727 Improve docs of list-colors-display.
8cf51b2c
GM
4728
47292005-02-03 Lute Kamstra <lute@gnu.org>
4730
4731 * frames.texi (Frames, Drag and Drop): Fix typos.
4732
47332005-02-03 Richard M. Stallman <rms@gnu.org>
4734
4735 * windows.texi (Basic Window): Mention color-change in mode line.
4736 (Change Window): Explain dragging vertical boundaries.
4737
4738 * text.texi (Sentences): Clarify.
4739 (Paragraphs): Explain M-a and blank lines.
4740 (Outline Mode): Clarify text and menu.
4741 (Hard and Soft Newlines): Mention use-hard-newlines.
4742
4743 * frames.texi (Frames): Delete unnecessary mention of Windows.
4744 (Mouse Commands): Likewise. Mention xterm mouse support.
4745 (Clipboard): Clarify.
4746 (Mouse References): Mention use of Mouse-1 for following links.
4747 (Menu Mouse Clicks): Clarify.
4748 (Mode Line Mouse): Clarify.
4749 (Drag and Drop): Rewrite.
4750
4751 * fixit.texi (Spelling): Fix typo.
4752
4753 * files.texi (File Names): Clarify.
4754 (Visiting): Update conditions for use of file dialog. Clarify.
4755 (Saving): Doc d as answer in save-some-buffers.
4756 (Remote Files): Clean up the text.
4757
4758 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4759
4760 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4761 (List Buffers): Clarify.
4762 (Several Buffers): Doc T command.
4763 (Buffer Convenience): Clarify menu.
4764
4765 * basic.texi (Undo): Clarify last change.
4766
47672005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4768
4769 * fixit.texi (Spelling): Fix typo.
4770
47712005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4772
4773 * basic.texi (Undo): Update description of `undo-outer-limit'.
4774
47752005-02-01 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * building.texi: Update documentation relating to GDB Graphical
4778 Interface.
4779
47802005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * custom.texi (Easy Customization): Adapt menu to node name change.
4783
47842005-01-30 Richard M. Stallman <rms@gnu.org>
4785
4786 * custom.texi (Easy Customization): Defn of "User Option" now
4787 includes faces. Don't say just "option" when talking about variables.
4788 Do say just "options" to mean "anything customizable".
4789 (Specific Customization): Describe `customize-variable',
4790 not `customize-option'.
4791
4792 * glossary.texi (Glossary) <Faces>: Add xref.
4793 <User Option>: Change definition--include faces. Change xref.
4794
4795 * picture.texi (Picture): Mention artist.el.
4796
4797 * sending.texi, screen.texi, programs.texi, misc.texi:
4798 * mini.texi, major.texi, maintaining.texi, macos.texi:
4799 * help.texi, frames.texi, files.texi:
4800 Don't say just "option" when talking about variables.
4801
4802 * display.texi, mule.texi: Don't say just "option" when talking
4803 about variables. Other minor cleanups.
4804
8cf51b2c
GM
48052005-01-26 Lute Kamstra <lute@gnu.org>
4806
4807 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4808 File'. Mention the `-Q' option at the `--no-site-file' option.
4809
8cf51b2c
GM
48102005-01-22 David Kastrup <dak@gnu.org>
4811
4812 * building.texi (Grep Searching): Mention alias `find-grep' for
4813 `grep-find'.
4814
48152005-01-20 Richard M. Stallman <rms@gnu.org>
4816
4817 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4818
8cf51b2c
GM
48192005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4820
4821 * rmail.texi (Movemail): Explain differences
4822 between standard and mailutils versions of movemail.
4823 Describe command line and configuration options introduced
4824 with the latter.
4825 Explain the notion of mailbox URL, provide examples and
4826 cross-references to mailutils documentation.
4827 Describe various methods of specifying mailbox names,
4828 user names and user passwords for rmail.
4829 (Remote Mailboxes): New section. Describe
4830 how movemail handles remote mailboxes. Describe configuration
4831 options used to control its behavior.
4832 (Other Mailbox Formats): Explain handling of various mailbox
4833 formats.
4834
48352005-01-13 Richard M. Stallman <rms@gnu.org>
4836
4837 * commands.texi (Commands): Clarification.
4838
48392005-01-11 Richard M. Stallman <rms@gnu.org>
4840
4841 * programs.texi (Multi-line Indent): Fix previous change.
4842 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4843
8cf51b2c
GM
48442005-01-08 Richard M. Stallman <rms@gnu.org>
4845
4846 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4847 lazy-highlight.
4848
4849 * search.texi (Query Replace): Mention faces query-replace
4850 and lazy-highlight.
4851 (Incremental Search): Update isearch highlighting info.
4852
8cf51b2c
GM
48532005-01-04 Richard M. Stallman <rms@gnu.org>
4854
4855 * custom.texi (Saving Customizations): Minor improvement.
4856
8cf51b2c
GM
48572005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * custom.texi (Saving Customizations): Emacs no longer loads
4860 `custom-file' after .emacs. No longer mention customizing through
4861 Custom.
4862
8cf51b2c
GM
48632005-01-01 Andreas Schwab <schwab@suse.de>
4864
4865 * killing.texi (Graphical Kill): Move up under node Killing,
4866 change @section to @subsection.
4867
48682005-01-01 Richard M. Stallman <rms@gnu.org>
4869
4870 * custom.texi (Face Customization): Mention hex color specs.
4871
4872 * emacs.texi (Top): Update Killing submenu.
4873
4874 * killing.texi (Killing): Reorganize section.
4875 No more TeX-only text; put the node command at start of chapter.
4876 But the first section heading is used only in TeX.
4877 Rewrite the text to read better in this mode.
4878 (Graphical Kill): New subnode gets some of the text that
4879 used to be in the first section.
4880
48812004-12-31 Richard M. Stallman <rms@gnu.org>
4882
4883 * dired.texi (Shell Commands in Dired): Delete the ? example.
4884
4885 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4886
4887 * files.texi (Saving): Describe new require-final-newline features
4888 and mode-require-final-newline.
4889
8cf51b2c
GM
48902004-12-29 Richard M. Stallman <rms@gnu.org>
4891
4892 * custom.texi (File Variables): Clarify previous change.
4893
c8763fb6 48942004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4895
4896 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4897 out now.
4898
48992004-12-27 Richard M. Stallman <rms@gnu.org>
4900
4901 * Makefile.in (MAKEINFO): Specify --force.
4902
4903 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4904 (Undo): Doc undo-outer-limit.
4905
8cf51b2c
GM
49062004-12-15 Juri Linkov <juri@jurta.org>
4907
4908 * mark.texi (Transient Mark, Mark Ring): M-< and other
4909 movement commands don't set mark in Transient Mark mode
4910 if mark is active.
4911
8cf51b2c
GM
49122004-12-12 Juri Linkov <juri@jurta.org>
4913
4914 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4915 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4916
4917 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4918 (Misc Dired Commands): Add @r{(Dired)} to w.
4919
49202004-12-12 Juri Linkov <juri@jurta.org>
4921
4922 * mark.texi (Marking Objects): Marking commands also extend the
4923 region when mark is active in Transient Mark mode.
4924
8cf51b2c
GM
49252004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4926
4927 * custom.texi (Saving Customizations): Emacs only loads the custom
4928 file automatically after the init file in version 22.1 or later.
4929 Adapt text and examples to this fact.
4930
8cf51b2c
GM
49312004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4934 be set through Custom. Otherwise, it has no effect.
4935
8cf51b2c
GM
49362004-12-05 Richard M. Stallman <rms@gnu.org>
4937
4938 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4939 * entering.texi: Rename Command Line to Emacs Invocation.
4940
10d1d0af 4941 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4942
4943 * custom.texi (Easy Customization): Move up to section level,
4944 before Variables. Avoid using the term "variable"; say "option".
4945 New initial explanation.
4946 (Variables): In initial explanation, connect "variable" to the
4947 already-explained "user option".
4948
4949 * emacs.texi (Top): Fix ref to Command Line.
4950 Move reference to Easy Customization.
4951
4952 * xresources.texi (X Resources): Fix From link.
4953
4954 * doclicense.texi (GNU Free Documentation License): Fix To link.
4955
4956 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4957
4958 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4959
49602004-12-03 Richard M. Stallman <rms@gnu.org>
4961
4962 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4963
49642004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4965
4966 * kmacro.texi: Several small changes in addition to the following.
4967 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4968 defining a keyboard macro.
4969 Mention `kmacro-ring-max'.
4970 (Keyboard Macro Counter): Clarify description of
4971 `kmacro-insert-counter', `kmacro-set-counter',
4972 `kmacro-add-counter' and `kmacro-set-format'.
4973
49742004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4975
4976 * custom.texi (File Variables): Add `unibyte' and make it more
4977 clear that `unibyte' and `coding' are special. Suggested by Simon
4978 Krahnke <overlord@gmx.li>.
4979
4980 * mule.texi (Enabling Multibyte): Refer to File Variables.
4981 Suggested by Simon Krahnke <overlord@gmx.li>.
4982
c8763fb6 49832004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4984
4985 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4986 x-use-old-gtk-file-dialog.
4987
8cf51b2c
GM
49882004-11-20 Richard M. Stallman <rms@gnu.org>
4989
4990 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4991
49922004-11-09 Lars Brinkhoff <lars@nocrew.org>
4993
4994 * building.texi (Lisp Eval): Delete hyphen in section name.
4995
49962004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4997
4998 * files.texi (Old Versions):
4999 No longer document annotation as "CVS only".
5000
50012004-11-10 Andre Spiegel <spiegel@gnu.org>
5002
5003 * files.texi (Version Control): Rewrite the introduction about
5004 version systems, mentioning the new ones that we support. Thanks
5005 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5006 suggestions.
5007
c8763fb6 50082004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5009
49823426 5010 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5011
c8763fb6 50122004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5013
5014 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5015
50162004-10-23 Eli Zaretskii <eliz@gnu.org>
5017
5018 * text.texi (Text Based Tables, Table Definition)
5019 (Table Creation, Table Recognition, Cell Commands)
5020 (Cell Justification, Row Commands, Column Commands)
5021 (Fixed Width Mode, Table Conversion, Measuring Tables)
5022 (Table Misc): New nodes, documenting the Table Mode.
5023
8cf51b2c
GM
50242004-10-19 Jason Rumney <jasonr@gnu.org>
5025
5026 * makefile.w32-in (info): Change order of arguments to makeinfo.
5027
50282004-10-19 Ulf Jasper <ulf.jasper@web.de>
5029
5030 * calendar.texi (iCalendar): Update for package changes.
5031
8cf51b2c
GM
50322004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5033
5034 * files.texi (Misc File Ops): View mode is a minor mode.
5035
8cf51b2c
GM
50362004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5037
5038 * calendar.texi (iCalendar): Style changes.
5039
50402004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * search.texi (Regexps): The regexp described in the example is no
5043 longer stored in the variable `sentence-end'.
5044
8cf51b2c
GM
50452004-10-06 Nick Roberts <nickrob@snap.net.nz>
5046
5047 * building.texi (Starting GUD): Note that multiple debugging
5048 sessions requires `gdb --fullname'.
5049
50502004-10-05 Ulf Jasper <ulf.jasper@web.de>
5051
5052 * calendar.texi (iCalendar): New section for a new package.
5053
8cf51b2c
GM
50542004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * text.texi: Various small changes in addition to the following.
5057 (Text): Replace xref for autotype with inforef.
5058 (Sentences): Explain nil value for `sentence-end'.
5059 (Paragraphs): Update default values for `paragraph-start' and
5060 `paragraph-separate'.
5061 (Text Mode): Correct description of Text mode's effect on the
5062 syntax table.
5063 (Outline Visibility): `hide-other' does not hide top level headings.
5064 `selective-display-ellipses' no longer has an effect on Outline mode.
5065 (TeX Misc): Add missing @cindex.
5066 Replace xref for RefTeX with inforef.
5067 (Requesting Formatted Text): The variable
5068 `enriched-fill-after-visiting' no longer exists.
5069 (Editing Format Info): Update names of menu items and commands.
5070 (Format Faces): Mention special effect of specifying the default face.
5071 Describe inheritance of text properties.
5072 Correct description of `fixed' face.
5073 (Format Indentation): Correct description of effect of setting
5074 margins. Mention `set-left-margin' and `set-right-margin'.
5075 (Format Justification): Update names of menu items.
5076 `set-justification-full' is now bound to `M-j b'.
5077 Mention that `default-justification' is a per buffer variable.
5078 (Format Properties): Update name of menu item.
5079 (Forcing Enriched Mode): `format-decode-buffer' automatically
5080 turns on Enriched mode if the buffer is in text/enriched format.
5081
50822004-10-05 Emilio C. Lopes <eclig@gmx.net>
5083
5084 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5085
50862004-09-28 Kim F. Storm <storm@cua.dk>
5087
5088 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5089 Align with new functionality.
5090
8cf51b2c
GM
50912004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5092
5093 * display.texi (Display Custom): Remove stray `@end defvar'.
5094
50952004-09-23 Kim F. Storm <storm@cua.dk>
5096
5097 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5098 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5099
8cf51b2c
GM
51002004-09-20 Richard M. Stallman <rms@gnu.org>
5101
5102 * custom.texi (Hooks): Explain using setq to clear out a hook.
5103 (File Variables): Explain multiline string constants.
5104 (Non-ASCII Rebinding): Explain when you need to update
5105 non-ASCII char codes in .emacs.
5106
5107 * building.texi (Compilation): Explain how to make a silent
5108 subprocess that won't be terminated. Explain compilation-environment.
5109
51102004-09-13 Kim F. Storm <storm@cua.dk>
5111
5112 * mini.texi (Repetition): Rename isearch-resume-enabled to
5113 isearch-resume-in-command-history and change default to disabled.
5114
8cf51b2c
GM
51152004-09-09 Kim F. Storm <storm@cua.dk>
5116
5117 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5118 with new `kmacro-name-last-macro'.
5119
8cf51b2c
GM
51202004-09-08 Juri Linkov <juri@jurta.org>
5121
5122 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5123
8cf51b2c
GM
51242004-09-03 Juri Linkov <juri@jurta.org>
5125
5126 * search.texi (Incremental Search): Update wording for M-%.
5127
51282004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5129
5130 * killing.texi (Killing): Correct description of kill commands in
5131 read-only buffer.
5132
51332004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5134
5135 * building.texi (Compilation Mode): Add a paragraph about rules
5136 for finding the compilation buffer for `next-error'.
5137
5138 * search.texi (Other Repeating Search): Mention that Occur mode
5139 supports the next-error functionality.
5140
51412004-09-02 Juri Linkov <juri@jurta.org>
5142
5143 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5144
51452004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5146
5147 * kmacro.texi (Basic Keyboard Macro):
5148 `apply-macro-to-region-lines' now operates on all lines that begin
5149 in the region, rather than on all complete lines in the region.
5150
c8763fb6 51512004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5152
5153 * frames.texi (Drag and drop): Add documentation about
5154 x-dnd-test-function and x-dnd-known-types.
5155
51562004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5157
5158 * indent.texi: Various minor changes in addition to:
5159 (Indentation Commands): Correct description of `indent-relative'.
5160 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5161 mode. The *Tab Stops* buffer uses Overwrite Mode.
5162 (Just Spaces): `tabify' converts sequences of at least two spaces
5163 to tabs.
5164
8cf51b2c
GM
51652004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * frames.texi (Secondary Selection): Setting the secondary
5168 selection with M-Drag-Mouse-1 does not alter the kill ring,
5169 setting it with M-Mouse-1 and M-Mouse-3 does.
5170 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5171 toolkit scroll bars.
5172 (Scroll Bars): Ditto.
5173
5174 * windows.texi (Basic Window): When using a window system, the value
5175 of point in a non-selected window is indicated by a hollow box.
5176 (Split Window): Side by side windows are separated by a scroll bar,
5177 if scroll bars are used.
5178 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5179 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5180 (Window Convenience): Update bindings for `winner-undo' and
5181 `winner-redo'.
5182
5183 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5184 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5185 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5186 of "Using Emacs as a Server".
5187 * building.texi (Building): Interchange nodes (for correct numbering).
5188 * programs.texi (Programs): Interchange nodes (for correct numbering).
5189 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5190 Info to the node structure.
5191 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5192 Rearrange order of nodes and sections such that both "GNU GENERAL
5193 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5194 end, as appropriate for appendices.
5195 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5196 Use `@unnumberedsec'.
5197 * trouble.texi: Adapt sectioning in Info to the node structure.
5198 Adapt node pointers to change in emacs.texi.
5199 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5200
8cf51b2c
GM
52012004-08-25 Kenichi Handa <handa@m17n.org>
5202
5203 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5204 description for unibyte mode.
5205
52062004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5207
5208 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5209
5210 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5211 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5212 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5213 in @pxref.
5214
52152004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5216
5217 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5218 Change section names.
5219
8cf51b2c
GM
52202004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * kmacro.texi (Keyboard Macro Ring): Rename section.
5223 Emacs treats the head of the macro ring as the `last keyboard macro'.
5224 (Keyboard Macro Counter): Minor change.
5225 (Save Keyboard Macro): Some clarifications.
5226 (Edit Keyboard Macro): Rename section.
5227
5228 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5229 32-bit machines.
5230 (Several Buffers): Clarify which buffer is selected if `2' is
5231 pressed in the Buffer Menu.
5232 Auto Revert mode can be used to update the Buffer Menu
5233 automatically.
5234
52352004-08-21 Eli Zaretskii <eliz@gnu.org>
5236
5237 * help.texi (Misc Help): Add an index entry for finding an Info
5238 manual by its file name.
5239
52402004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5241
5242 * files.texi (Backup Deletion): Correct description of
5243 `delete-old-versions'.
5244 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5245 (Auto Save Files): Recommend `auto-save-mode' to reenable
5246 auto-saving, rather than the abbreviation `auto-save'.
5247
52482004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5249
5250 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5251 for "killing" and "yanking" in main menu.
5252
52532004-08-16 Richard M. Stallman <rms@gnu.org>
5254
5255 * killing.texi (Yanking, Killing): Minor cleanups.
5256
5257 * mark.texi (Momentary Mark): Minor cleanups.
5258
52592004-08-15 Kenichi Handa <handa@etl.go.jp>
5260
5261 * custom.texi (Non-ASCII Rebinding):
5262 C-q always inserts the right code to pass to global-set-key.
5263
8cf51b2c
GM
52642004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5267 `insert-register', instead of `C-x r g' binding, for consistency.
5268
52692004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5270
5271 * fixit.texi (Spelling): Fix typo.
5272
52732004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5274
5275 * help.texi (Help): Fix Texinfo usage.
5276
8cf51b2c
GM
52772004-07-24 Richard M. Stallman <rms@gnu.org>
5278
5279 * text.texi (Paragraphs): Update how paragraphs are separated
5280 and the default for paragraph-separate.
5281
5282 * search.texi (Regexp Replace): Further update text for new
5283 replacement operators.
5284
8cf51b2c
GM
52852004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5288 `R' switch.
5289
5290 * dired.texi (Dired Updating): `k' only deletes inserted
5291 subdirectories from the Dired buffer if a prefix argument was given.
5292
5293 * search.texi (Regexps): Delete redundant definition of `symbol' in
5294 description of `\_>'. It already occurs in the description of `\_<'.
5295
8cf51b2c
GM
52962004-07-01 Juri Linkov <juri@jurta.org>
5297
5298 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5299 (Regexp Search): Add M-r.
5300
53012004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5304
53052004-06-29 Jesper Harder <harder@ifa.au.dk>
5306
49823426 5307 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5308
53092004-06-25 Richard M. Stallman <rms@gnu.org>
5310
5311 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5312
53132004-06-25 David Kastrup <dak@gnu.org>
5314
5315 * search.texi (Regexp Replace): Some typo corrections and
5316 rearrangement.
5317
53182004-06-24 David Kastrup <dak@gnu.org>
5319
5320 * search.texi (Unconditional Replace): Use replace-string instead
5321 of query-replace in example.
5322 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5323 sequences.
5324 (Query Replace): Correct explanation of `^' which does not use
5325 the mark stack.
5326
53272004-06-21 Nick Roberts <nickrob@gnu.org>
5328
5329 * misc.texi (Shell History Copying): Document comint-insert-input.
5330 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5331
8cf51b2c
GM
53322004-06-20 Jesper Harder <harder@ifa.au.dk>
5333
5334 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5335 * custom.texi (Customization): Do.
5336 * anti.texi (Antinews): Do.
5337 * abbrevs.texi (Defining Abbrevs): Do.
5338
5339 * programs.texi (Info Lookup): Fix keybinding for
5340 info-lookup-symbol.
5341
53422004-06-16 Juanma Barranquero <lektu@terra.es>
5343
5344 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5345 Add emacs-xtra.
5346 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5347 (clean): Add emacs-xtra and flymake. Remove redundancies.
5348
53492004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5350
5351 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5352 Add emacs-xtra.
5353 * emacs-xtra.texi: New file.
5354
53552004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5358 (Dired and Find): Mention differences with ordinary Dired buffers.
5359
8cf51b2c
GM
53602004-06-13 Richard M. Stallman <rms@gnu.org>
5361
5362 * custom.texi (Init Syntax): Explain about vars that do special
5363 things when set with setq or with Custom.
5364 (Init Examples): Add line-number-mode example.
5365
8cf51b2c
GM
53662004-06-12 Juri Linkov <juri@jurta.org>
5367
5368 * dired.texi (Operating on Files): Add dired-do-touch.
5369
8cf51b2c
GM
53702004-06-10 Juri Linkov <juri@jurta.org>
5371
5372 * building.texi (Lisp Eval): Add C-M-x on defface.
5373
53742004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * files.texi (Reverting): Auto-Revert mode and
5377 Global Auto-Revert mode no longer revert remote files.
5378
8cf51b2c
GM
53792004-05-29 Richard M. Stallman <rms@gnu.org>
5380
5381 * custom.texi (Init File): Two dashes start --no-site-file.
5382
8cf51b2c
GM
53832004-05-29 Alan Mackenzie <acm@muc.de>
5384
5385 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5386 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5387 (AWK, Pike): Document as "C-like modes".
5388 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5389 (M-x man): Supersedes M-x manual-entry.
5390 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5391
5392 ("Comments in C"): Delete node; the info is in CC Mode manual.
5393 (c-comment-only-line-offset): Remove description.
5394
5395 (C-c ., C-c C-c): Describe new C Mode bindings.
5396
5397 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5398 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5399 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5400 Amend definitions.
5401
5402 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5403 Describe functions.
5404
5405 (c-comment-start-regexp, c-hanging-comment-ender-p)
5406 (c-hanging-comment-starter-p): Remove obsolete definitions.
5407
5408 * emacs.texi: Remove the menu entry "Comments in C".
5409
8cf51b2c
GM
54102004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5413 `M-x locate'.
5414
54152004-05-16 Karl Berry <karl@gnu.org>
5416
5417 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5418 makeinfo --html fails.
5419 * help.texi (Help Summary) [@ifnottex]: Likewise.
5420
54212004-05-13 Nick Roberts <nickrob@gnu.org>
5422
5423 * building.texi (GDB Graphical Interface): Update and describe
5424 layout first.
5425
8cf51b2c
GM
54262004-05-04 Jason Rumney <jasonr@gnu.org>
5427
5428 * makefile.w32-in: Revert last change.
5429
54302004-05-03 Jason Rumney <jasonr@gnu.org>
5431
5432 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5433
8cf51b2c
GM
54342004-04-23 Juanma Barranquero <lektu@terra.es>
5435
5436 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5437
54382004-04-18 Juri Linkov <juri@jurta.org>
5439
5440 * fixit.texi (Spelling): Remove file extension from ispell xref.
5441
54422004-04-15 Kim F. Storm <storm@cua.dk>
5443
5444 * cmdargs.texi (Initial Options): Add -Q.
5445
54462004-04-05 Kim F. Storm <storm@cua.dk>
5447
5448 * custom.texi (File Variables): Add safe-local-eval-forms.
5449
8cf51b2c
GM
54502004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * files.texi (Reverting): Correct description of revert-buffer's
5453 handling of point.
5454
54552004-03-22 Juri Linkov <juri@jurta.org>
5456
5457 * emacs.texi (Top): Add `Misc X'.
5458
49823426 5459 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5460
5461 * glossary.texi: Improve references.
5462
5463 * help.texi: Sync keywords with finder.el.
5464
5465 * mini.texi (Completion): Add description for menu items.
5466
5467 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5468
5469 * sending.texi (Mail Methods): Fix xref to Message manual.
5470
8cf51b2c
GM
54712004-03-12 Richard M. Stallman <rms@gnu.org>
5472
8cf51b2c
GM
5473 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5474
8cf51b2c
GM
54752004-03-04 Richard M. Stallman <rms@gnu.org>
5476
5477 * search.texi (Regexps): Explain that ^ and $ have their
5478 special meanings only in certain contexts.
5479
5480 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5481
5482 * mule.texi (Specify Coding): Doc C-x RET F.
5483
5484 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5485 for multiple compile and grep buffers.
5486 (Indirect Buffers): Don't recommand clone-indirect-buffer
5487 for multiple compile and grep buffers.
5488
8cf51b2c
GM
54892004-02-29 Juanma Barranquero <lektu@terra.es>
5490
5491 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5492 Use $(DEL) instead of rm, and ignore exit code.
5493
8cf51b2c
GM
54942004-02-23 Nick Roberts <nick@nick.uklinux.net>
5495
5496 * building.texi (Watch Expressions): Update.
5497
54982004-02-21 Juri Linkov <juri@jurta.org>
5499
5500 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5501 --directory, --help, --version. Move text about command-line-args
5502 to Command Arguments.
5503 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5504 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5505 (Window Size X): Join -g and --geometry. Add @cindex.
5506 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5507 (Title X): Remove alias -title.
5508 (Misc X): New node.
5509
c8763fb6 55102004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5511
5512 * frames.texi (Drag and drop): Add Motif to list of supported
5513 protocols.
5514
c8763fb6 55152004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5516
5517 * frames.texi (Drag and drop): New section.
5518
55192004-01-24 Richard M. Stallman <rms@gnu.org>
5520
5521 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5522 Include it only @ifnotinfo. Patch the preceding and following
5523 node headers to point to each other.
5524
55252004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5526
5527 * calendar.texi (Appointments): Update section.
5528
55292003-12-29 Kevin Ryde <user42@zip.com.au>
5530
8cf51b2c
GM
5531 * programs.texi (C Modes): Fix the xref.
5532
55332003-12-23 Nick Roberts <nick@nick.uklinux.net>
5534
5535 * building.texi (Watch Expressions): Update.
5536 (Commands of GUD): Include use of toolbar + breakpoints set from
5537 fringe/margin.
5538
55392003-12-03 Andre Spiegel <spiegel@gnu.org>
5540
5541 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5542 <acm@muc.de>.
5543
c8763fb6 55442003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5545
5546 * frames.texi (Dialog Boxes): Add use-file-dialog.
5547
8cf51b2c
GM
55482003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5549
5550 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5551 in CC Mode.
5552
8cf51b2c
GM
55532003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5554
5555 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5556 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5557 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5558 * man/frames.texi, man/glossary.texi, man/killing.texi:
5559 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5560 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5561 * man/sending.texi, man/text.texi, man/trouble.texi:
5562 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5563
55642003-11-01 Alan Mackenzie <acm@muc.de>
5565
5566 * search.texi (Scrolling During Incremental Search): Document a
5567 new scrolling facility in isearch mode.
5568
8cf51b2c
GM
55692003-10-22 Miles Bader <miles@gnu.org>
5570
5571 * Makefile.in (info): Move before $(top_srcdir)/info.
5572
55732003-10-22 Nick Roberts <nick@nick.uklinux.net>
5574
5575 * building.texi (Watch Expressions): Update section on data display
5576 to reflect code changes (GDB Graphical Interface).
5577
8cf51b2c
GM
55782003-10-13 Richard M. Stallman <rms@gnu.org>
5579
5580 * xresources.texi (GTK resources): Clean up previous change.
5581
c8763fb6 55822003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5583
5584 * xresources.texi (GTK resources): Add a note that some themes
5585 disallow customizations. Add scroll theme example.
5586
8cf51b2c
GM
55872003-09-30 Richard M. Stallman <rms@gnu.org>
5588
8cf51b2c
GM
5589 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5590
5591 * misc.texi (Saving Emacs Sessions): Shorten the section,
5592 collapsing back into one node.
5593
55942003-09-30 Lars Hansen <larsh@math.ku.dk>
5595
5596 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5597
ce058493 55982003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5599
5600 * xresources.texi (GTK names in Emacs): Correct typo.
5601
8cf51b2c
GM
56022003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5603
5604 * cmdargs.texi (Font X): Mention new default font. More
5605 fully describe long font names, wildcard patterns and the
5606 problems involved. (Result of discussion on emacs-devel.)
5607
56082003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5609
5610 * emacs.texi (Acknowledgements): Correct typo.
5611
56122003-09-22 Richard M. Stallman <rms@gnu.org>
5613
5614 * dired.texi (Misc Dired Commands): New node.
5615 (Dired Navigation): Add dired-goto-file.
5616
5617 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5618
5619 * emacs.texi (Acknowledgements): New node, split from Distribution.
5620
5621 * cmdargs.texi (Action Arguments): -f reads interactive args.
5622
8cf51b2c
GM
56232003-09-08 Lute Kamstra <lute@gnu.org>
5624
5625 * screen.texi (Mode Line): Say that POS comes before LINE.
5626 Mention `size-indication-mode'.
5627 * display.texi (Optional Mode Line): Document
5628 `size-indication-mode'.
5629 * basic.texi (Position Info): Mention `size-indication-mode'.
5630
56312003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5632
5633 * xresources.texi (Resources): Refer to `editres' man page.
5634 (Lucid Resources): Update defaults. Expand description of
5635 `shadowThickness'.
5636
56372003-09-04 Miles Bader <miles@gnu.org>
5638
5639 * Makefile.in (top_srcdir): New variable.
5640 ($(top_srcdir)/info): New rule.
5641 (info): Depend on it.
5642
56432003-09-03 Peter Runestig <peter@runestig.com>
5644
5645 * makefile.w32-in: New file.
5646
56472003-08-29 Richard M. Stallman <rms@gnu.org>
5648
5649 * misc.texi (Saving Emacs Sessions): Correct previous change.
5650
8cf51b2c
GM
56512003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5652
8cf51b2c
GM
5653 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5654 (Intro): Include kmacro.texi after fixit.texi instead of after
5655 custom.texi. (As suggested by Kim Storm.)
5656
56572003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5658
5659 * fixit.texi (Fixit): Update `Next' pointer.
5660 * files.texi (Files): Update `Previous' pointer.
5661 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5662 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5663 (Suggested by Kim Storm.)
5664 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5665
56662003-08-18 Kim F. Storm <storm@cua.dk>
5667
5668 * kmacro.texi: New file describing enhanced keyboard macro
5669 functionality. Replaces old description in custom.texi.
5670
5671 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5672 (Keyboard Macros): Move to new kmacro.texi file.
5673
5674 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5675
8cf51b2c
GM
56762003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5677
5678 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5679
56802003-08-17 Alex Schroeder <alex@gnu.org>
5681
5682 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5683 required.
5684
8cf51b2c
GM
56852003-08-05 Richard M. Stallman <rms@gnu.org>
5686
5687 * programs.texi (Lisp Indent): Don't describe
5688 lisp-indent-function property here. Use xref to Lisp Manual.
5689
8cf51b2c
GM
56902003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5691
fffa137c 5692 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5693 abbreviations.
5694
56952003-07-24 Markus Rost <rost@math.ohio-state.edu>
5696
5697 * buffers.texi (List Buffers): Fix previous change.
5698
8cf51b2c
GM
56992003-07-13 Markus Rost <rost@math.ohio-state.edu>
5700
5701 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5702 List*.
5703
57042003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5705
8cf51b2c
GM
5706 * display.texi (Font Lock): Fix typo.
5707
57082003-07-07 Richard M. Stallman <rms@gnu.org>
5709
5710 * display.texi (Font Lock): Add xref for format info on
5711 font-lock-remove-keywords.
5712
5713 * building.texi (Compilation): Document what happens with asynch
5714 children of compiler process.
5715
5716 * help.texi (Library Keywords): Use @multitable.
5717
8cf51b2c
GM
57182003-06-04 Richard M. Stallman <rms@gnu.org>
5719
5720 * programs.texi (Expressions): Delete C-M-DEL.
5721
5722 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5723 comint-move-point-for-output renamed from
5724 comint-scroll-to-bottom-on-output.
5725
5726 * custom.texi (Init Rebinding): Replace previous change with xref.
5727 (Non-ASCII Rebinding): Explain that issue more briefly here.
5728
57292003-05-28 Richard M. Stallman <rms@gnu.org>
5730
5731 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5732
57332003-05-28 Nick Roberts <nick@nick.uklinux.net>
5734
5735 * building.texi (GDB Graphical Interface): New node.
5736 (Rewritten somewhat by RMS.)
5737
c8763fb6 57382003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5739
5740 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5741 non-English letters. Explain how to set coding systems correctly
5742 and how to include the right coding cookie in the file.
5743
c8763fb6 57442003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5745
5746 * indent.texi (Indentation): Explain the concepts.
5747 (Just Spaces): Explain why preventing tabs for indentation might
5748 be useful.
5749
8cf51b2c
GM
57502003-04-16 Richard M. Stallman <rms@gnu.org>
5751
5752 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5753
8cf51b2c
GM
57542003-02-22 Alex Schroeder <alex@emacswiki.org>
5755
5756 * cmdargs.texi (General Variables): Document SMTPSERVER.
5757
8cf51b2c
GM
5758 * sending.texi: Remove SMTP node.
5759 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5760 library.
5761
8cf51b2c
GM
57622003-02-22 Alex Schroeder <alex@emacswiki.org>
5763
5764 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5765
57662003-02-22 Simon Josefsson <jas@extundo.com>
5767
5768 * sending.texi (Mail Methods): Add node about SMTP.
5769
c8763fb6 57702003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5771
5772 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5773
8cf51b2c
GM
57742003-02-01 Kevin Ryde <user42@zip.com.au>
5775
5776 * glossary.texi (Glossary): Correction to cl cross reference.
5777
57782003-01-20 Richard M. Stallman <rms@gnu.org>
5779
5780 * killing.texi (Rectangles): Document C-x c r.
5781
c8763fb6 57822003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5783
5784 * xresources.texi (GTK resources): New node.
5785 (GTK widget names): New node.
5786 (GTK names in Emacs): New node.
5787 (GTK styles): New node.
5788
c8763fb6 57892003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5790
5791 * maintaining.texi (Create Tags Table): Add reference to the new
5792 `etags --help --lang=LANG' option.
5793
8cf51b2c
GM
57942002-10-02 Karl Berry <karl@gnu.org>
5795
49823426 5796 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5797 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5798 where needed for the sake of the HTML output.
8cf51b2c
GM
5799
58002001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5803 source files.
5804
58052001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5806
5807 * Makefile.in (emacsman): New target.
5808
8cf51b2c
GM
58092001-10-20 Gerd Moellmann <gerd@gnu.org>
5810
5811 * (Version 21.1 released.)
5812
58132001-10-05 Gerd Moellmann <gerd@gnu.org>
5814
5815 * Branch for 21.1.
5816
8cf51b2c
GM
58172001-03-05 Gerd Moellmann <gerd@gnu.org>
5818
5819 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5820
8cf51b2c
GM
58212000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5824
8cf51b2c
GM
58251999-07-12 Richard Stallman <rms@gnu.org>
5826
5827 * Version 20.4 released.
5828
58291998-12-04 Markus Rost <rost@delysid.gnu.org>
5830
5831 * Makefile.in (INFO_TARGETS): Delete customize.info.
5832 (DVI_TARGETS): Delete customize.dvi.
5833 (../info/customize, customize.dvi): Targets deleted.
5834
58351998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5836
5837 * Version 20.3 released.
5838
58391998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5840
5841 * Makefile.in (EMACSSOURCES): Add mule.texi.
5842 Add msdog.texi, ack.texi. Remove gnu1.texi.
5843
58441998-04-06 Andreas Schwab <schwab@gnu.org>
5845
5846 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5847 it in dvi targets.
8cf51b2c
GM
5848
58491997-09-23 Paul Eggert <eggert@twinsun.com>
5850
5851 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5852 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5853 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5854
58551997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5856
5857 * Version 20.2 released.
5858
58591997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5860
5861 * Version 20.1 released.
5862
58631997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5864
5865 * Makefile (../info/customize, customize.dvi): New targets.
5866 (INFO_TARGETS): Add ../info/customize.
5867 (DVI_TARGETS): Add customize.dvi.
5868
8cf51b2c
GM
58691996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5870
5871 * Version 19.33 released.
5872
58731996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5874
5875 * Version 19.32 released.
5876
8cf51b2c
GM
58771996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5878
5879 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5880
58811996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5882
5883 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5884 Specify -I option.
5885 (All dvi targets): Set the TEXINPUTS variable.
5886
58871996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5888
5889 * Version 19.31 released.
5890
8cf51b2c
GM
58911995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5892
5893 * Version 19.30 released.
5894
8cf51b2c
GM
58951995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5896
5897 * Makefile.in (maintainer-clean): Rename from realclean.
5898
58991994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5900
5901 * Makefile.in: New file.
5902 * Makefile: File deleted.
5903
59041994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5905
5906 * Makefile (TEXINDEX_OBJS): Variable deleted.
5907 (texindex, texindex.o, getopt.o): Rules deleted.
5908 All deps on texindex deleted.
5909 (distclean): Don't delete texindex.
5910 (mostlyclean): Don't delete *.o.
5911 * texindex.c, getopt.c: Files deleted.
5912
59131994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5914
5915 * Version 19.26 released.
5916
59171994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5918
5919 * Makefile (EMACSSOURCES): Exclude undo.texi.
5920
59211994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5922
5923 * Version 19.25 released.
5924
59251994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5926
5927 * Version 19.24 released.
5928
59291994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5930
5931 * Version 19.23 released.
5932
59331994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5934
5935 * Makefile: Delete spurious tab.
5936
59371994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5938
5939 * Makefile (.SUFFIXES): New rule.
5940
8cf51b2c
GM
59411993-12-04 Richard Stallman (rms@srarc2)
5942
5943 * getopt.c: New file.
5944 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5945 (getopt.o): New rule.
5946 (dvi): Don't depend on texindex.
49823426 5947 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5948
59491993-12-03 Richard Stallman (rms@srarc2)
5950
49823426
GM
5951 * Makefile (TEXI2DVI): New variable.
5952 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5953 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5954
59551993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5956
5957 * Version 19.22 released.
5958
59591993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5960
5961 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5962
59631993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5964
5965 * Version 19.21 released.
5966
8cf51b2c
GM
59671993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5968
5969 * Makefile (realclean): Don't delete the Info files.
5970
59711993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5972
8cf51b2c
GM
5973 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5974 4' where appropriate.
5975
59761993-10-20 Brian Fox (bfox@ai.mit.edu)
5977
49823426 5978 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5979
5980 * texindex.c: Include "../src/config.h" if building in emacs.
5981
5982 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5983 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5984 Add target to build texindex.c, defining `emacs'.
5985
8cf51b2c
GM
59861993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5987
5988 * Version 19.19 released.
5989
8cf51b2c
GM
59901993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5991
5992 * Version 19.18 released.
5993
59941993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5995
5996 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5997
59981993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5999
6000 * Version 19.17 released.
6001
60021993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6003
6004 * split-man: Fix typos in last change.
6005
60061993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6007
6008 * Version 19.16 released.
6009
60101993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6011
6012 * version 19.15 released.
6013
60141993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6015
6016 * Makefile (distclean): It's rm, not rf.
6017
60181993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6019
6020 * Version 19.14 released.
6021
60221993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6023
6024 * Makefile: New file.
6025
60261993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6027
6028 * Version 19.13 released.
6029
60301993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6031
6032 * Version 19.9 released.
6033
60341993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6035
6036 * Version 19.8 released.
6037
60381993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6039
6040 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6041
6042 * trouble.texi: It's `enable-flow-control-on', not
6043 `evade-flow-control-on'.
6044
60451993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6046
6047 * display.texi: Document standard-display-european.
6048
60491993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6050
6051 * Version 19.7 released.
6052
6053 * emacs.texi: Add a sentence to the top menu mentioning the
6054 specific version of Emacs this manual applies to.
6055
60561993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6057
6058 * basic.texi: Document next-line-add-lines variable used to
6059 implement down-arrow.
6060
6061 * killing.texi: Document kill-whole-line.
6062
60631993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6064
6065 * text.texi: Update unix TeX ordering information.
6066
60671993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6068
6069 * news.texi: Mention fill-rectangle in keybinding list.
6070
6071 * killing.texi: Document fill-rectangle.
6072
60731993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6074
6075 * vc.texi: Bring the docs up to date with VC 5.2.
6076
60771992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6078
6079 * emacs.tex: Mention blackbox and gomoku under Amusements.
6080 Assembler mode is now mentioned and appropriately indexed
6081 under Programming Modes.
6082
60831991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6084
6085 * emacs.tex: Update TeX ordering information.
6086
8cf51b2c
GM
60871990-06-26 David Lawrence (tale@geech)
6088
6089 * emacs.tex: Note that completion-ignored-extensions is not used
6090 to filter out names when all completions are displayed in
6091 *Completions*.
6092
60931990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6094
6095 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6096
60971990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6098
6099 * emacs.tex: Add @findex grep.
6100
8cf51b2c
GM
61011988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6102
6103 * emacs.tex: Correct two typos. No other changes before
6104 Version 19 will be made.
6105
8cf51b2c
GM
61061988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6107
6108 * emacs.tex: Update information for obtaining TeX distribution from the
6109 University of Washington.
6110
6111;; Local Variables:
c8763fb6 6112;; coding: utf-8
8cf51b2c
GM
6113;; fill-column: 79
6114;; add-log-time-zone-rule: t
6115;; End:
6116
6117 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 6118 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
6119
6120 This file is part of GNU Emacs.
6121
352c8b4a 6122 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6123 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6124 the Free Software Foundation, either version 3 of the License, or
6125 (at your option) any later version.
8cf51b2c
GM
6126
6127 GNU Emacs is distributed in the hope that it will be useful,
6128 but WITHOUT ANY WARRANTY; without even the implied warranty of
6129 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6130 GNU General Public License for more details.
6131
6132 You should have received a copy of the GNU General Public License
352c8b4a 6133 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6134
6135;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd