C-y now works when entering passwords.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
27267e4c
CY
12008-11-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * mini.texi (Passwords): New node.
4
5 * files.texi (Remote Files): Link to Passwords node.
6
7 * emacs.texi (Top): Update node listings.
8
122eb807
CY
92008-11-16 Chong Yidong <cyd@stupidchicken.com>
10
9c9855a3
CY
11 * ack.texi (Acknowledgments): Some updating of credits.
12
bd6fdcad
CY
13 * emacs.texi (Acknowledgments): Add a couple more names.
14
dd1eef46
CY
15 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
16
122eb807 17 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 18 (Misc File Ops): Document use of trash.
122eb807 19
801a8da1
JB
202008-11-16 Juanma Barranquero <lekktu@gmail.com>
21
22 * macos.texi (Mac Customization): Fix typos.
23
0b4f2253
CY
242008-11-14 Chong Yidong <cyd@stupidchicken.com>
25
26 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
27 replacing previous contents. Numerous copyedits to adapt ns-emacs to
28 the conventions of the main Emacs manual.
29
30 * emacs.texi (Top): Update node listings.
31
517e2b89
CY
322008-11-12 Chong Yidong <cyd@stupidchicken.com>
33
07a85685
CY
34 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
35 command-line-args is processed during startup.
36 (Action Arguments): Correctly describe how file arguments interact with
37 the startup screen. Link to Lisp Interaction for scratch buffer.
38 (Initial Options): Link to Command Example for -batch option.
39 (Environment): Document initial-environment.
40
517e2b89
CY
41 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
42 can't be changed in the site-start file.
43
6337bbde
CY
442008-11-07 Chong Yidong <cyd@stupidchicken.com>
45
46 * dired.texi (Dired): Mention C-x C-d too.
47 (Dired Enter): Document M-n in the Dired minibuffer.
48 (Dired Navigation): Explain dired-goto-file more clearly. Document
49 dired-isearch-filenames.
50 (Dired Deletion): Remove unnecessary "expunged" terminology.
51 (Flagging Many Files): & is now rebound to `% &'.
52 (Shell Commands in Dired): Document dired-do-async-shell-command.
53 Clarify how multi-file arguments are passed.
54 (Misc Dired Features): Document dired-do-isearch.
55
9e8eeff9
CY
562008-11-06 Chong Yidong <cyd@stupidchicken.com>
57
58 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
59
e071f849
CY
602008-11-03 Chong Yidong <cyd@stupidchicken.com>
61
62 * search.texi (Other Repeating Search): Remove obsolete findex entries.
63
05482eb1
CY
642008-11-01 Chong Yidong <cyd@stupidchicken.com>
65
e2346dea
CY
66 * programs.texi (Program Modes): Link to Program Indent node.
67 (Left Margin Paren): Explain consequences of changing
68 open-paren-in-column-0-is-defun-start more concisely.
69 (Which Function, Program Indent, Info Lookup): Minor edits.
70 (Basic Indent): If region is active, TAB indents the region.
71 (Multi-line Indent): If region is active, TAB indents the region. Note
72 that indent-region is useful when Transient Mark mode is off.
73 (Matching): The delimiter at the cursor is highlighted---the character
74 changes color.
75 (Symbol Completion): Link to Completion node.
76
e4b6428c
CY
77 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
78 a strictly text-only system.
79
05482eb1
CY
80 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
81 batch mode.
82
a11d3737
RS
832008-11-01 Richard M. Stallman <rms@gnu.org>
84
5abad626
RS
85 * misc.texi (Document View): Major rewrite.
86
a11d3737
RS
87 * maintaining.texi (Types of Log File): Change logs are older than
88 version control.
89 (VCS Concepts): Simplify and rearrange.
90 (Version Control Systems): Make it clear that Linux is only the kernel.
91 (VC Mode Line): Shorten reference to menu item.
92 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
93 (VC Directory Mode): Minor cleanup.
94 Unchanged files are hidden, not omitted.
95 (VC Directory Commands): Shorten and simplify.
96 (Change Log Commands): New node, split from Change Logs.
97 (VC Directory Buffer): New node, split from VC Directory Mode.
98
c55a4acb
CY
992008-10-31 Chong Yidong <cyd@stupidchicken.com>
100
df0356f6
CY
101 * misc.texi (Document View): Renamed from Document Files, moved here
102 from files.texi.
103
104 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
105 moved as well.
106 (Document Files): Moved to misc.texi.
107
c55a4acb
CY
108 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
109 vc-update-change-log.
df0356f6
CY
110 (Version Control): Move here from files.texi.
111 (Format of ChangeLog): Make it a subnode of Change Log.
112
113 * emacs.texi (Top): Update node listing.
c55a4acb 114
ef082374
TH
1152008-10-31 Tassilo Horn <tassilo@member.fsf.org>
116
117 * files.texi (Files): Add a section about document
118 files (doc-view-mode).
119
d52582c3
CY
1202008-10-31 Chong Yidong <cyd@stupidchicken.com>
121
122 * building.texi (Compilation Mode): Document
123 compilation-auto-jump-to-first-error.
124 (Debuggers): Lower GUD subsections to subsubsections.
125 (Starting GUD): Add cindex.
126 (Lisp Interaction): Note that scratch is no longer the initial buffer.
127
4e0a0968
CY
1282008-10-30 Chong Yidong <cyd@stupidchicken.com>
129
03625b47
CY
130 * indent.texi (Indentation): Link to Program Indent.
131
4e0a0968
CY
132 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
133 now uses emacsclient's terminal.
134
8bd3f7ef
CY
1352008-10-29 Chong Yidong <cyd@stupidchicken.com>
136
80e5620e
CY
137 * mark.texi (Using Region): Document use-empty-active-region.
138
97d5c404
CY
139 * emacs.texi (Top): Update node listings.
140
8bd3f7ef
CY
141 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
142 mention obsolete emacs.bash script.
143 (Invoking emacsclient): Rewrite, moving optional arguments to
144 emacsclient Options.
21d2bae3
CY
145 (emacsclient Options): New node. Document server-use-tcp and
146 server-host.
8bd3f7ef 147
5fda2cbd
CY
1482008-10-28 Chong Yidong <cyd@stupidchicken.com>
149
150 * indent.texi (Indentation): Replace list with paragraphed text,
151 putting description of syntax-driven indentation first. Document new
152 effect of active regions on tab.
153 (Tab Stops): Note that editable tab stops affect indentation commands.
154
4ff029f6
DN
1552008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
158
996cd6e4
CY
1592008-10-23 Chong Yidong <cyd@stupidchicken.com>
160
f28815e3
CY
161 * custom.texi (Function Keys): Note that modified keypad keys are not
162 translated.
163
996cd6e4
CY
164 * basic.texi (Arguments): Explain how to insert multiple digits.
165
49545fe2
MA
1662008-10-22 Michael Albinus <michael.albinus@gmx.de>
167
168 * files.texi (Remote Files): Precise selection of default method.
169 Rewrite paragraph about disabling remote file names.
170
edac0b53
CY
1712008-10-22 Chong Yidong <cyd@stupidchicken.com>
172
e752c544
CY
173 * search.texi (Special Isearch): Document M-TAB is isearch.
174
edac0b53
CY
175 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
176 command.
177
178 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
179
20a36054
TH
1802008-10-22 Tassilo Horn <tassilo@member.fsf.org>
181
182 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
183 section.
184
69051ab6
CY
1852008-10-21 Chong Yidong <cyd@stupidchicken.com>
186
c4b1a32a
CY
187 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
188 to files.texi. Move contents of vc2-xtra.texi here.
189
190 * vc2-xtra.texi: File removed.
191
192 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
193 Directory Commands from the submenu. Don't include deleted file
194 vc2-xtra.texi.
195
196 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
197 (Version Control): Add VC Directory Mode and VC Directory Commands to
198 the submenu.
199 (Why Version Control?): Use table format.
200 (Version Control Systems): Note that Meta-CVS support is gone.
201 (VCS Concepts): Note precisely when VC started supporting filesets.
202 Remove bogus xref to CVS Options node.
203 (Types of Log File): Copyedits.
204 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
205 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
206 The Right Thing.
207 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
208 (Log Buffer): Reorganize node, putting C-c C-c description first.
209 (Old Revisions): Use CVS for example, not RCS.
210 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
211 Commands from the submenu, putting them under Version Control.
212 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
213 need to include it in the manual unconditionally, since it is now
214 crucial to using distributed version control systems.
1a6e2954
CY
215 (Comparing Files): Note that diff uses the minibuffer, and that the
216 output is shown using Diff mode.
217 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
218 diff-update-on-the-fly, diff-refine-hunk, and
219 diff-show-trailing-whitespaces.
1a6e2954 220 (File Archives): Add rar support.
c4b1a32a 221
69051ab6
CY
222 * major.texi (Choosing Modes): Make mode selection sequence more
223 obvious by describing the steps in order of priority. Note that
224 magic-mode-alist is nil by default. Document
225 magic-fallback-mode-alist.
226
e7421e03
CY
2272008-10-20 Chong Yidong <cyd@stupidchicken.com>
228
229 * frames.texi (Mouse References): Copyedits.
230
6b2efdc2
TH
2312008-10-20 Tassilo Horn <tassilo@member.fsf.org>
232
233 * ack.texi (Acknowledgments): Add myself as doc-view author.
234
9c5e9396
EZ
2352008-10-20 Eli Zaretskii <eliz@gnu.org>
236
237 * frames.texi (Dialog Boxes): Add @cindex entries.
238
dac94f8e
CY
2392008-10-20 Chong Yidong <cyd@stupidchicken.com>
240
241 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
242 (Text-Only Mouse): Copyedit.
243
25597d40
CY
2442008-10-19 Chong Yidong <cyd@stupidchicken.com>
245
f8a447f6
CY
246 * frames.texi: Use @key throughout for mouse clicks.
247 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
248 (Secondary Selection): Fix modified mouse click syntax.
249 (Clipboard): Describe Cut, Copy and Paste commands.
250 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
251 Copyedits.
252 (Creating Frames): Add xref to Init File.
253 (Frame Commands): Add xref to Exiting.
254 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 255
b0f95216
CY
2562008-10-15 Chong Yidong <cyd@stupidchicken.com>
257
b0817f00
CY
258 * files.texi (Version Control): Copyedits. Add Bazaar.
259 (Version Control Systems): List different VCS's using an itemized list.
260 Add Bazaar.
261 (VCS Concepts): Copyedits. Tweak description of file merging.
262
b0f95216
CY
263 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
264 (Cut/Paste Other App): Document select-active-regions and
265 x-select-enable-primary.
266
69d0d701
CY
2672008-10-13 Chong Yidong <cyd@stupidchicken.com>
268
269 * mark.texi (Shift Selection): Correct case in node name.
270
271 * emacs.texi (Top): Update node order in Mark chapter.
272
375e8351
EZ
2732008-10-12 Eli Zaretskii <eliz@gnu.org>
274
275 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
276
277 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
278 elsewhere in the manual instead of describing yet again the intricacies
279 of $HOME on MS-Windows and MS-DOS.
280
ab58114f
CY
2812008-10-12 Chong Yidong <cyd@stupidchicken.com>
282
4f959513
CY
283 * mini.texi (Minibuffer File): Add xref to File Names.
284 (Minibuffer File): Add discussion of `~' in file names. Add
285 insert-default-directory index reference.
286
ab58114f
CY
287 * files.texi (File Names): Reorganize description.
288 (Visiting): Add xref to Mode Line. Copyedits.
289 (Save Commands): Mention prefix behavior of C-x C-s.
290 (Numbered Backups): Node deleted.
291 (Backup Names): Contents of Numbered Backups moved here. State default
292 of version-control variable.
293 (Reverting): Copyedits.
294 (Version Control): Add additional version control systems.
295
296 * emacs.texi (Top): Delete Numbered Backups node.
297
298 * cmdargs.texi (General Variables): Change Numbered Backups xref to
299 Backup Names.
f2884f63 300 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 301
b0b5100a
RF
3022008-10-11 Romain Francoise <romain@orebokech.com>
303
304 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
305
89774b5f
CY
3062008-10-11 Chong Yidong <cyd@stupidchicken.com>
307
308 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
309 (Select Buffer): Mention use of minibuffer history. Describe default
310 value of default-major-mode. Mention that C-x 4 b selects the other
311 window.
312 (List Buffers): Document CRM indicators in the order they appear.
313 (Kill Buffer): Document new command kill-matching buffers.
314 (Several Buffers): Move explanation of the relationship between buffer
315 list and buffer menu to the top.
316 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
317
4c72bf27
CY
3182008-10-10 Chong Yidong <cyd@stupidchicken.com>
319
320 * entering.texi (Exiting): Document change of C-x C-c to
321 save-buffers-kill-terminal. Document kill-emacs.
322
f68eb991
EZ
3232008-09-30 Eli Zaretskii <eliz@gnu.org>
324
325 * mule.texi (Coding Systems): Don't mention codepage-setup.
326
327 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
328 cpNNN coding systems anymore.
329 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
330 for unibyte mode. Don't mention line-drawing characters. Don't
331 mention dos-unsupported-char-glyph.
332
1a2dd44d
CY
3332008-09-25 Chong Yidong <cyd@stupidchicken.com>
334
335 * search.texi (Search): Shorten introduction.
336 (Basic Isearch): Add command table. Discuss reverse isearch and
337 isearch highlighting.
338 (Repeat Isearch): Move lazy highlighting discussion here. Add search
339 ring to cindex.
340 (Special Isearch): Move input methods discussion here.
341 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
342 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
343 Repeat Isearch.
344 (Isearch Minibuffer): New node.
345 (Word Search): Document new word search commands.
346 (Regexp Example): Simplify example using sentence-end-base variable.
347 (Replace): Reword introduction.
348 (Unconditional Replace): Remove unnecessary example.
349 (Other Repeating Search): Document new `M-s o' binding.
350
351 * emacs.texi (Top): Update node listings.
352
e45da31d
JB
3532008-09-22 Juanma Barranquero <lekktu@gmail.com>
354
355 * emacs.texi (Top): Remove Kill Errors from menu.
356
841c8096
CY
3572008-09-22 Chong Yidong <cyd@stupidchicken.com>
358
402168fa
CY
359 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
360 interface for defining macros. Simplify examples. Note that C-g quits
361 macro definitions.
801a8da1 362 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
363 usage example.
364 (Keyboard Macro Query): Organize query responses in a table.
365
366 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
367 to Erasing node.
841c8096
CY
368 (Undo): Reorganize paragraphs for logical flow. Move keybinding
369 rationale to a footnote.
370 (Kill Errors): Remove node, due to redundancy with Erasing.
371 (Spelling): Move discussion of flyspell to end. Note new behavior of
372 M-$ in active region. Remove non-ispell-specific keybindings from
373 table.
374
eab2ee89
DN
3752008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
376
377 * cmdargs.texi (Initial Options): Document --daemon.
378
3d53e905
GM
3792008-09-20 Glenn Morris <rgm@gnu.org>
380
381 * files.texi (Numbered Backups): Mention that some modes set
382 version-control.
383
1c90484d
GM
3842008-09-20 Jim Blandy <jimb@red-bean.com>
385
386 * files.texi (Numbered Backups): Reference File Variables, as well.
387 Remove discussion of Rmail's implementation.
388
0fc0d844
CY
3892008-09-06 Chong Yidong <cyd@stupidchicken.com>
390
391 * misc.texi (Recursive Edit): Note that top-level exits active
392 minibuffers.
393
394 * trouble.texi (Quitting): Likewise.
395
b18d283d
CY
3962008-08-31 Chong Yidong <cyd@stupidchicken.com>
397
398 * emacs.texi (Top): Add Temporary Face Changes xref.
399
400 * display.texi (Display): Move Temporary Face Changes node to just
401 after Standard Faces.
402 (Scrolling): Document recenter-top-bottom instead of recenter.
403 (Horizontal Scrolling): Move auto hscroll discussion to the top.
404 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
405 (Display Custom): Copyedits.
406 (Optional Mode Line): Document display-battery-mode.
407
180135fc
RF
4082008-08-27 Romain Francoise <romain@orebokech.com>
409
410 * custom.texi (Directory Variables): Minor fix.
411
d3fe3475
GM
4122008-08-27 Glenn Morris <rgm@gnu.org>
413
414 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
415 descriptions.
416 (Calendar Customizing): Tweak layout description.
183080b6 417 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
418 markers. Condense calendar-star-date and calendar-mark-today
419 description.
420 (Holiday Customizing): Add oriental and solar holidays.
421 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
422 Fix holiday-float description. Use zerop in examples. Be less verbose.
423 (Date Display Format): Change ISO format. Be less verbose.
424 (Diary Customizing): Mention day and month abbrev arrays.
425 Mention the date-form variables by name. Update European example.
426 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
427 Condense examples. Mention diary-entry-symbols by name.
428 Condense table for insertion commands.
429 (Fancy Diary Display): Mention diary-include-string and
430 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
431 Ethiopic, Persian date functions. Condense descriptions.
432
433 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
434 (Adding to Diary): Adapt for changed node name.
435
71755807
GM
4362008-08-26 Glenn Morris <rgm@gnu.org>
437
438 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
439 node "Hebrew/Islamic Entries".
440
441 * calendar.texi (Specified Dates): Fix names of iso functions.
442 (General Calendar): There may not be another window.
443 (Writing Calendar Files, Holidays): Tweak intro.
444 (Holidays): Mention Baha'i and Chinese holidays.
445 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
446 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
447 (To Other Calendar): Add calendar-print-other-dates.
448 Refer to "graphic display" rather than "X.
449 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
450 (Displaying the Diary): Fix whitespace after reference.
451 Fix `diary-number-of-entries' reference.
452 (Date Formats): Explicitly mention that day names can be abbreviated.
453 (Adding to Diary): Add some references to other sections.
454 (Special Diary Entries): Fix reference.
455 (Appointments): Simplify appt-message-warning-time entry.
456 Clarify where times must be.
457 (Importing Diary): Comment out icalendar paragraph that does not apply.
458 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
459
d76ebc75
GM
4602008-08-23 Glenn Morris <rgm@gnu.org>
461
462 * fortran-xtra.texi (Fortran): Change description of free form and
463 fixed form a bit. Mention hideshow and imenu.
464 (Fortran Motion): Mention fortran-end-of-subprogram,
465 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
466 (Fortran Indent): Minor re-word.
467 (ForIndent Commands): Mention fortran-fill-paragraph and
468 fortran-fill-statement.
469 (ForIndent Cont): Mention fortran-tab-mode-string.
470 (Fortran Comments): Mention fortran-comment-line-start-skip.
471 (Fortran Columns): Mention font-locking.
472 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
473
e2a71e28
JB
4742008-08-23 Johan Bockgard <bojohan@muon>
475
476 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
477
5c52e13c
CY
4782008-08-22 Chong Yidong <cyd@stupidchicken.com>
479
480 * mini.texi (Minibuffer): Simplify introduction.
481 (Minibuffer File): Document tilde in minibuffer filenames.
482 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
483 to enter tabs, spaces, and question marks. Describe behavior of C-a.
484 (Completion Example): Update example to current command list.
485 (Completion Options): Document `lazy' value of completion-auto-help.
486 Update contents of completion-ignored-extensions.
487 (Minibuffer History): Describe "future history" list. State default
488 value of history-delete-duplicates.
489
77a00355
GM
4902008-08-21 Glenn Morris <rgm@gnu.org>
491
492 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 493 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 494
39ee1d04
CY
4952008-08-17 Chong Yidong <cyd@stupidchicken.com>
496
497 * regs.texi (Registers): Clarify valid register names.
498 (RegPos): Note that buffer is saved and restored too.
499 (RegText): Note that mark is reactivated/deactivated.
500 (RegConfig): Xref to Windows node.
501
b12c348f
CY
5022008-08-16 Chong Yidong <cyd@stupidchicken.com>
503
3ae7ba79
CY
504 * basic.texi (Inserting Text): Provide command name for C-q.
505
b12c348f
CY
506 * killing.texi (Killing): Copyedit. Define read-only text.
507 (Deletion): DEL and C-d were already explained in Erasing; xref there.
508 (Killing by Lines): Copyedit.
509 (Other Kill Commands): Move M-w description here.
510 (Yanking): Move M-w to Other Kill Commands.
511 (Kill Ring): Also mention saving text in registers. Link to Text
512 Properties in elisp manual.
513 (Accumulating Text): Copyedit.
514 (CUA Bindings): Shift selection is now the default.
515
d8ff7692
TZ
5162008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
517
518 * maintaining.texi (Change Log): Mention next-error is available.
519
a43a8a2e
GM
5202008-08-10 Glenn Morris <rgm@gnu.org>
521
522 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
523 and intermonth text.
524 (Holiday Customizing): Add holiday-chinese.
525
eba27308
EZ
5262008-08-08 Eli Zaretskii <eliz@gnu.org>
527
528 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
529
5f14a5b3
DN
5302008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
531
532 * files.texi (Log Buffer): Describe C-c C-d.
533 (Diff Mode): Describe C-x 4 A.
534
49989bff
EZ
5352008-08-06 Eli Zaretskii <eliz@gnu.org>
536
537 * vc1-xtra.texi (VC Directory Mode): Fix last change.
538
5c915c02
DN
5392008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
540
2beaf97a
DN
541 * files.texi (Old Revisions): Update the keys used by vc-annotate and
542 describe the new bindings to show the changeset diff, toggle annotation
543 visibility, show revisions.
544 (VC Status): Describe key bindings for modifying the change comments,
545 displaying changeset diffs and annotations.
546
5c915c02
DN
547 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
548
71798ace
NR
5492008-08-05 Nick Roberts <nickrob@snap.net.nz>
550
551 * vc1-xtra.texi (VC Directory Mode): Fix typo.
552
b8949644
EZ
5532008-08-02 Eli Zaretskii <eliz@gnu.org>
554
555 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
556 and wording.
557
819567d1
DN
5582008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
559
560 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 561 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
562 commands. Improve some old info.
563
5f38310a
CY
5642008-07-31 Chong Yidong <cyd@stupidchicken.com>
565
0dc3906b
CY
566 * display.texi (Visual Line Mode): New node.
567
5f38310a
CY
568 * basic.texi (Inserting Text): Move DEL to deletion node.
569 (Moving Point): Add additional alternative key bindings. Describe
570 line-move-visual.
571 (Erasing): Describe DEL.
572 (Basic Undo, Blank Lines, Arguments): Copyedit.
573 (Continuation Lines): Mention Visual Line mode.
574 (Position Info): Move extended discussion to mule.texi.
575
576 * mule.texi (International Chars): Describe C-x =.
577
578 * emacs.texi (Top): Add Visual Line Mode node.
579
7c2fb837
DN
5802008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
581
582 * emacs.texi: Remove VMS support.
583
3f6b73ef
DN
5842008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
585
586 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
587 the vc-dir command name.
588
9e2a2647
DN
5892008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
590
591 * xresources.texi: Remove mentions of Mac Carbon.
592
568beaa2
AS
5932008-07-19 Andreas Schwab <schwab@suse.de>
594
595 * ns-emacs.texi: Move to ../misc.
596
0ef94706
CY
5972008-07-15 Chong Yidong <cyd@stupidchicken.com>
598
599 * entering.texi (Exiting): Don't describe text-only terminals as the
600 default. Describe the new startup screen.
601 (Exiting): Describe how to kill Emacs first. Change description of
602 iconification to handle modern window systems.
603
ba60bd44 6042008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
605
606 * ns-emacs.texi: New file, documents features of Emacs port under
607 NeXTstep windowing.
608
9f30aa73
CY
6092008-07-15 Chong Yidong <cyd@stupidchicken.com>
610
938a5d2e
CY
611 * entering.texi (Entering Emacs): Update prev node.
612
613 * glossary.texi (Glossary): Remove xref to Text Characters.
614
9f30aa73
CY
615 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
616 directly, rather than in the context of ASCII. Move description of
617 special properties of modifier key to new Modifier Keys node.
618 (Keys): Copyedit.
619 (Text Characters): Delete node. Multibyte is the default nowadays, and
620 the node contents are obsolete.
621
622 * custom.texi (Modifier Keys): New node.
623
624 * emacs.texi (Top): Update node list.
625
7e53d36c
CY
6262008-07-13 Chong Yidong <cyd@stupidchicken.com>
627
628 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
629 saying that Emacs provides menus and mouse support (which is par for
630 the course).
631
632 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
633 early on.
634 (Point): Copyedit. Relegate historical trivia to a footnote.
635 (Mode Line): Explain mode-line format more consistently.
636 (Menu Bar): Copyedit.
637
1e9fa96d
GM
6382008-06-27 Glenn Morris <rgm@gnu.org>
639
640 * cal-xtra.texi (Sexp Diary Entries):
641 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
642
dc9bebb8
CY
6432008-06-26 Chong Yidong <cyd@stupidchicken.com>
644
645 * mark.texi (Shift selection): New node.
646 (Mark): Copyedits.
647 (Persistent Mark): Move to the end of the chapter.
648
e7881076
EZ
6492008-06-20 Eli Zaretskii <eliz@gnu.org>
650
651 * makefile.w32-in (distclean): Remove makefile.
652
f427400c
NR
6532008-06-17 Nick Roberts <nickrob@snap.net.nz>
654
655 * building.texi (Starting GUD): Add an entry for gud-gdb.
656 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
657 command mode.
658
b597d348
GM
6592008-06-17 Glenn Morris <rgm@gnu.org>
660
661 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
662
647b7094
NR
6632008-06-17 Nick Roberts <nickrob@snap.net.nz>
664
665 * building.texi (Starting GUD): Expand on remote debugging.
666 (Other GDB-UI Buffers): Mention new keyboard bindings.
667
47a30023
GM
6682008-06-15 Glenn Morris <rgm@gnu.org>
669
670 * gnu.texi: Use a verbatim license for this invariant section,
671 as per etc/GNU.
672
37e5d54a
GM
6732008-06-13 Daniel Engeler <engeler@gmail.com>
674
675 * emacs.texi, misc.texi: Add documentation about serial port access.
676
8e65d46c
GM
6772008-06-13 Glenn Morris <rgm@gnu.org>
678
c1473b4c
MB
679 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
680 maintain.info.
8e65d46c 681
e40a85cd
MB
6822008-06-05 Miles Bader <miles@gnu.org>
683
684 * display.texi (Temporary Face Changes): Update to reflect function
685 renamings in face-remap.el.
686
56c73dec
MB
6872008-06-04 Miles Bader <miles@gnu.org>
688
689 * display.texi (Temporary Face Changes): Add
690 `adjust-buffer-face-height'. Rewrite description of
691 `increase-buffer-face-height' and `decrease-default-face-height' now
692 that they aren't bound by default.
693
9d3d42fb
MB
6942008-06-03 Miles Bader <miles@gnu.org>
695
696 * display.texi (Temporary Face Changes): New node.
697
2be6bfe2
EZ
6982008-05-31 Eli Zaretskii <eliz@gnu.org>
699
700 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
701
daf7e339
GM
7022008-05-31 Glenn Morris <rgm@gnu.org>
703
704 * cal-xtra.texi (Fancy Diary Display): Simplify.
705
d21d2618
GM
7062008-05-30 Glenn Morris <rgm@gnu.org>
707
708 * cal-xtra.texi (Fancy Diary Display): Update for
709 diary-display-function replacing diary-display-hook.
710
71ce5fd0
JB
7112008-05-29 Drew Adams <drew.adams@oracle.com>
712
713 * msdog.texi (Windows Keyboard): Add descriptions of
714 w32-register-hot-key and w32-unregister-hot-key.
715
a3cdbdf8
MO
7162008-05-21 Tom Tromey <tromey@redhat.com>
717
718 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
719 Variables node.
720
854a574c
MO
7212008-05-19 Tom Tromey <tromey@redhat.com>
722
723 * custom.texi (Variables): Add Directory Variables to menu.
724 (Directory Variables): New node.
725
7c2ec3f9
ER
7262008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
727
71ce5fd0 728 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 729
370fded4
ER
7302008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
731
732 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
733 Revision Tags and rewritten. Section now uses modern terminology,
734 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
735 accurately.
736
6af511e3
EZ
7372008-05-10 Eli Zaretskii <eliz@gnu.org>
738
739 * msdog.texi (Windows Files): Update documentation of
740 w32-get-true-file-attributes.
741
7a78b6e7
ER
7422008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
743
744 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
745 directory mode.
746
1bcfc24e
CY
7472008-05-08 Chong Yidong <cyd@stupidchicken.com>
748
749 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 750 entry "television".
1bcfc24e 751
db86064f
ER
7522008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
753
ab5ec32c 754 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 755
a31b405e
ER
7562008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
757
758 * emacs/buffers.texi, emacs/files.texi (Version-control):
759 vc-toggle-read-only is no longer a good idea...
760
ff2c14fc
GM
7612008-04-29 Glenn Morris <rgm@gnu.org>
762
763 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
764
367c9b7c
JL
7652008-04-22 Juri Linkov <juri@jurta.org>
766
767 * dired.texi (Subdirectories in Dired): Describe using `^'
768 to return to the parent directory.
769
4ac1e9b4
NR
7702008-04-22 Nick Roberts <nickrob@snap.net.nz>
771
772 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
773 recent changes.
774
b9b3bf2b
NR
7752008-04-19 Nick Roberts <nickrob@snap.net.nz>
776
777 * building.texi (GDB-UI Layout, Breakpoints Buffer)
778 (Other GDB-UI Buffers): Update for recent thread related changes.
779
4d120d6a
SM
7802008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
781
782 * maintaining.texi (Maintaining):
783 * emacs.texi (Top): Typo.
784
a152877d
SM
7852008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
786
b9b3bf2b
NR
787 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
788 arg in `font-lock-add-keywords'.
a152877d 789
36c0514c
GM
7902008-04-08 Glenn Morris <rgm@gnu.org>
791
792 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
793 Also add Baha'i calendar references where appropriate.
794
06a97d46
GM
7952008-04-05 Glenn Morris <rgm@gnu.org>
796
797 * custom.texi (Init File): Byte-compiling .emacs is bad.
798
6adc6eed
SM
7992008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
802
571388b0
GM
8032008-03-29 Glenn Morris <rgm@gnu.org>
804
805 * calendar.texi: Update for `calendar-date-style' replacing
806 `european-calendar'.
807
3ae8f876
JR
8082008-03-28 Jason Rumney <jasonr@gnu.org>
809
810 * display.texi (Display Custom): Mention overlay-margin in text.
811
5bc6ddff 8122008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 813
5bc6ddff
MB
814 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
815 tutorial' comments.
03a864d5 816
7186a830
CY
8172008-03-28 Chong Yidong <cyd@stupidchicken.com>
818
819 * mark.texi (Mark): Rearrange nodes.
820 (Persistent Mark): Rename from Transient Mark.
821 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
822 Describe Transient Mark mode as the default.
823
824 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
825 the default behavior with Transient Mark mode off.
826 (Position Info): Fix typo.
827
71ce5fd0
JB
828 * display.texi (Standard Faces): Reference the Mark node.
829 Remove discussion of the region face, which is discussed there.
7186a830
CY
830
831 * emacs.texi (Top): Update node listings.
832
833 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
834 as the default.
835
836 * fixit.texi (Undo): Standardize choice of undo key sequence.
837 (Undo, Spelling): Describe Transient Mark mode as the default.
838
839 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
840 default.
841
842 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
843
844 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
845 mode is the default, and note that the mark is not activated when set.
846
847 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
848 Describe Transient Mark mode as the default.
849
850 * search.texi (Basic Isearch): Reference the Mark Ring node.
851 (Replace, Unconditional Replace, Other Repeating Search):
852 Describe Transient Mark mode as the default.
853
854 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
855 Transient Mark mode as the default.
856 (Paragraphs): Describe how M-h behaves when region is active.
857
858 * trouble.texi (Quitting): Clarify effects of C-g.
859
dc47d1ff
GM
8602008-03-13 Glenn Morris <rgm@gnu.org>
861
862 * emacs.texi (EMACSVER): Set to 23.0.60.
863
e3e0fb39 8642008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 865
e3e0fb39
GM
866 * dired.texi (Hiding Subdirectories): Fix previous change.
867
8682008-03-05 Drew Adams <drew.adams@oracle.com>
869
870 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 871
5e14abf8
KS
8722008-02-28 Kim F. Storm <storm@cua.dk>
873
874 * help.texi (Help Files): Move describe-gnu-project to C-h g.
875 Move describe-distribution to C-h C-o.
876 Move view-emacs-problems to C-h C-p.
877 Add view-emacs-debugging on C-h C-d.
878 Add view-external-packages on C-h C-e.
d0207bf3 879 Add view-order-manuals on C-h C-m.
5e14abf8 880
d0207bf3 8812008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
882
883 * msdog-xtra.texi (MS-DOS): Docstring fix.
884
87e391bb
EZ
8852008-02-09 Eli Zaretskii <eliz@gnu.org>
886
887 * msdog.texi (Windows Fonts): Use a @table for describing font
888 properties.
889
5662e503
JR
8902008-02-07 Jason Rumney <jasonr@gnu.org>
891
892 * msdog.texi (Windows Files): w32-get-true-file-attributes default
893 value has changed.
894 (Windows HOME): Clarify what is meant by "if that fails as well".
895 (Windows Fonts): New section.
896
72463824
GM
8972008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
898
899 * basic.texi (Basic Undo): Remove duplicate "you can".
900
7ff926e0
EZ
9012008-02-02 Eli Zaretskii <eliz@gnu.org>
902
903 * maintaining.texi (Tags): Fix last change.
904
6ab7aef1
MA
9052008-02-02 Michael Albinus <michael.albinus@gmx.de>
906
093571c3 907 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 908
ace67e7e
NR
9092008-01-31 Nick Roberts <nickrob@snap.net.nz>
910
911 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
912
ae068fdf
RS
9132008-01-26 Richard Stallman <rms@gnu.org>
914
915 * maintaining.texi (Tags): Delete redundant index entry.
916
a56d9a08
EZ
9172008-01-26 Eli Zaretskii <eliz@gnu.org>
918
919 * programs.texi (Imenu): Move "@cindex tags" from here...
920 * maintaining.texi (Tags): ...to here.
921
e941ed90
NR
9222008-01-23 Kevin Ryde <user42@zip.com.au>
923
924 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
925 click count.
926
650276d5
JB
9272008-01-21 Juanma Barranquero <lekktu@gmail.com>
928
929 * entering.texi (Exiting): Fix typo.
930 Reported by D. E. Evans <sinuhe@gnu.org>.
931
8dc17977
MR
9322007-12-31 Martin Rudalics <rudalics@gmx.at>
933
934 * glossary.texi (Glossary): Fix typo.
935
9f9695a6
RS
9362007-12-27 Richard Stallman <rms@gnu.org>
937
938 * text.texi (Formatted Text): Improve menu tag.
939 (Editing Format Info): In Info, add duplicate menu of nodes
940 about the submenus.
941 (Format Faces): Say where Faces menu is found. Mention Other.
942 (Format Colors): Say where these submenus are found.
943 (Format Indentation, Format Justification): Likewise.
944 (Format Properties): Likewise.
945
abfd0191
RS
9462007-12-22 Richard Stallman <rms@gnu.org>
947
948 * search.texi (Query Replace): Make exp of query-replace more
949 self-contained, and clarify.
8dc17977 950
abfd0191
RS
951 * cc-mode.texi (Getting Started): Change @ref to @pxref.
952
a2586785
RS
9532007-12-15 Richard Stallman <rms@gnu.org>
954
955 * files.texi (Auto Save): Clarify definition of auto-saving.
956
a67cf2bb
RS
9572007-11-26 Richard Stallman <rms@gnu.org>
958
959 * help.texi (Help Echo): Cleanups.
960
448b33b1
TTN
9612007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
962
963 * files.texi (Why Version Control?): Fix typo.
964 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
965 (Selecting a Fileset): Fix typos; small rewording.
966 (Log Buffer): Likewise.
967 (Old Revisions): Likewise.
448b33b1 968
221bb7f6
EZ
9692007-11-17 Eli Zaretskii <eliz@gnu.org>
970
971 * mule.texi (Communication Coding): Fix wording of last change.
972
d0207bf3 9732007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 974
630cb3b7
JB
975 * custom.texi (Specifying File Variables):
976 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 977
53b7759e
KH
9782007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
979
a5ab2e0c 980 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
981
982 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
983
c8763fb6 9842007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 985
630cb3b7 986 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
987 --output=file.
988
ff98e024
MR
9892007-11-13 Martin Rudalics <rudalics@gmx.at>
990
991 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
992 (Help Echo): Avoid mentioning the term "region" here and
993 consistently use the term "active text".
994
37b11c22
GM
9952007-11-11 Glenn Morris <rgm@gnu.org>
996
997 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
998
21d50ba1
JL
9992007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1000
1001 * search.texi (Query Replace): Mention
1002 `query-replace-show-replacement'.
1003
c12ecb0a 10042007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1005
1006 * building.texi (Watch Expressions): Remove obscure sentence.
1007
3b4201f4
KH
10082007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1009
1010 * mule.texi (Select Input Method): Describe how to activate an input
1011 method in the text mode.
1012
07e5c0b0
DN
10132007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1016
52dd7391
NR
10172007-10-30 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1020
c004e539
GM
10212007-10-30 Glenn Morris <rgm@gnu.org>
1022
1023 * misc.texi (Directory Tracking): Explain a bit more about
1024 dirtrack-mode.
1025
ca8c5b8c
GM
10262007-10-25 Glenn Morris <rgm@gnu.org>
1027
1028 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1029
b6c764ef
RS
10302007-10-24 Richard Stallman <rms@gnu.org>
1031
1032 * misc.texi (Interactive Shell): Cleanup last change.
1033
eabd84c9
JL
10342007-10-22 Juri Linkov <juri@jurta.org>
1035
1036 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1037 default values.
1038
0b43c7e2
ER
10392007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1040
ca8c5b8c 1041 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1042 'filesets'.
1043
a80859d4
MR
10442007-10-18 Martin Rudalics <rudalics@gmx.at>
1045
1046 * trouble.texi (Quitting): Fix typo.
1047
c9447ae1
GM
10482007-10-18 Glenn Morris <rgm@gnu.org>
1049
1050 * frames.texi (Mode Line Mouse): Mention minor mode names.
1051
168b980f
JL
10522007-10-17 Juri Linkov <juri@jurta.org>
1053
1054 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1055 fill-paragraph operates on the active region in Transient Mark mode.
1056 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1057 with fill-paragraph.
1058
1059 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1060 fill-paragraph.
1061
1062 * fixit.texi (Spelling): ispell-word operates on the active region
1063 in Transient Mark mode.
1064
5a331f34
JB
10652007-10-17 Aaron S. Hawley <aaronh@garden.org>
1066
1067 * building.texi (Source Buffers):
1068 * custom.texi (Init Non-ASCII):
1069 * glossary.texi (Glossary): Use "key binding" consistently.
1070
2a9f4d55
JB
10712007-10-17 Juanma Barranquero <lekktu@gmail.com>
1072
1073 * calendar.texi (Diary): Fix directive.
1074
de13cecf
RS
10752007-10-16 Richard Stallman <rms@gnu.org>
1076
1077 * calendar.texi (Diary): Clarify text about diary file example.
1078
5f90d53e
ER
10792007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1080
1081 * files.texi: Capitalize node names according to convention.
1082
3aa491bc
GM
10832007-10-13 Glenn Morris <rgm@gnu.org>
1084
1085 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1086
8a3106d3
ER
10872007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1088
1089 * emacs.texi:
1090 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1091 suggested by RMS and Robert J. Chassell.
8a3106d3 1092
da1080a2
ER
10932007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1094
3aa491bc 1095 * files.texi (Version Systems):
0870a421
ER
1096 * vc-xtra.texi:
1097 * vc1-xtra.texi:
ac3f4c6f 1098 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1099 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1100 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1101 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1102
58ade22b
ER
11032007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1104
da1080a2 1105 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1106 Reorder the descriptions to be chronological.
1107
93870ce2
RS
11082007-10-09 Richard Stallman <rms@gnu.org>
1109
1110 * display.texi (Cursor Display): Correct how cursor appears
1111 in nonselected windows.
1112
568c7288
NR
11132007-10-04 Nick Roberts <nickrob@snap.net.nz>
1114
1115 * building.texi (GDB Graphical Interface): Remove references to gdba
1116 and mention gud-gdb.
1117
1af74d06 11182007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1119
1af74d06 1120 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1121
0d8fb755
JL
11222007-10-06 Juri Linkov <juri@jurta.org>
1123
1124 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1125 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1126 fill-paragraph-or-region.
1127
1128 * basic.texi (Arguments): Replace fill-paragraph with
1129 fill-paragraph-or-region.
1130
b981e2c6
ER
11312007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1132
1133 * files.texi: Update the section on version control for 2007
2a9f4d55 1134 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1135 will come later.
1136
5fceaf9c
GM
11372007-09-15 Glenn Morris <rgm@gnu.org>
1138
1139 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1140 to `list-holidays'.
1141
b0e44b17
GM
11422007-09-14 Glenn Morris <rgm@gnu.org>
1143
1144 * calendar.texi: Update all instances of mark-calendar-holidays,
1145 list-calendar-holidays, list-holidays with the new names.
1146
8cf51b2c
GM
11472007-09-06 Glenn Morris <rgm@gnu.org>
1148
1149 * Move manual sources from man/ to subdirectories of doc/.
1150 Split into the Emacs manual in emacs/, and other manuals in misc/.
1151 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1152 manual.
1153 (infodir): New variable.
1154 (info): Use $infodir.
1155 (emacsman): Delete target, not needed any more.
1156 Move all targets that are not the Emacs manual to misc/Makefile.in.
1157 (mostlyclean): Remove `gnustmp'.
1158 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1159 manual.
92f9b43f 1160 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1161 (emacsman): Delete target, not needed any more.
1162 (clean): Remove all info files but Emacs manual.
1163 Move all targets that are not the Emacs manual to misc/Makefile.in.
1164 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1165
1166 * Makefile.in (INFOSOURCES): Delete.
1167 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1168 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1169 *.vrs *.toc here...
1170 (maintainer-clean): ...from here.
1171
11722007-09-05 Glenn Morris <rgm@gnu.org>
1173
1174 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1175
8cf51b2c
GM
11762007-08-29 Glenn Morris <rgm@gnu.org>
1177
1178 * emacs.texi (EMACSVER): Increase to 23.0.50.
1179
3420c522
RS
11802007-08-27 Richard Stallman <rms@gnu.org>
1181
1182 * emacs.texi (Top): Clarify menu item for Glossary.
1183
1184 * display.texi (Faces): Change secn title.
1185 Clarify not all fonts come from Font Lock.
1186
8cf51b2c
GM
11872007-08-17 Eli Zaretskii <eliz@gnu.org>
1188
1189 * basic.texi (Position Info): Add index entry for face at point.
1190 Mention that character faces are also displayed by "C-u C-x =".
1191
8cf51b2c
GM
11922007-08-08 Glenn Morris <rgm@gnu.org>
1193
1194 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1195
11962007-08-07 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * files.texi (File Conveniences): Document point motion keys in Image
1199 mode.
1200
8cf51b2c
GM
12012007-07-27 Glenn Morris <rgm@gnu.org>
1202
8cf51b2c
GM
1203 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1204 in-line.
1205
1206 * gpl.texi: New file with text of GPL.
1207 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1208
12092007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1210
1211 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1212
1213 * dired.texi (Wdired): Mention C-x C-q key binding.
1214
12152007-07-28 Nick Roberts <nickrob@snap.net.nz>
1216
1217 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1218
12192007-07-25 Glenn Morris <rgm@gnu.org>
1220
8cf51b2c
GM
1221 * emacs.texi (Copying): Replace license with GPLv3.
1222
1223 * Relicense all FSF files to GPLv3 or later.
1224
12252007-07-24 Glenn Morris <rgm@gnu.org>
1226
1227 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1228 for some calendars.
1229
12302007-07-23 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1233 default-directory for the current buffer is on a remote machine.
1234
8cf51b2c
GM
12352007-07-21 Eli Zaretskii <eliz@gnu.org>
1236
1237 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1238 default value.
1239
12402007-07-21 Richard Stallman <rms@gnu.org>
1241
1242 * files.texi (Why Version Control?): Improve previous change.
1243
12442007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1245
1246 * files.texi (Why Version Control?): New node.
1247
8cf51b2c
GM
12482007-07-12 Nick Roberts <nickrob@snap.net.nz>
1249
8cf51b2c
GM
1250 * building.texi (Starting GUD): Add xref to this anchor.
1251
8cf51b2c
GM
12522007-06-24 Karl Berry <karl@gnu.org>
1253
2a9f4d55 1254 * emacs.texi: New Back-Cover Text.
8cf51b2c 1255
8cf51b2c
GM
12562007-06-07 Alan Mackenzie <acm@muc.de>
1257
1258 * display.texi (Optional Mode Line): Document the new form of
1259 line+column numbers, "(561,2)".
1260
12612007-06-06 Juanma Barranquero <lekktu@gmail.com>
1262
49823426 1263 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1264
12652007-06-02 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * Version 22.1 released.
1268
8cf51b2c
GM
12692007-05-07 Karl Berry <karl@gnu.org>
1270
1271 * emacs.texi (EMACSVER): Back to 22.
1272
12732007-05-06 Richard Stallman <rms@gnu.org>
1274
1275 * maintaining.texi (Create Tags Table): Clean up previous change.
1276
c8763fb6 12772007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1278
1279 * maintaining.texi (Create Tags Table): Add text about the dangers of
1280 making symbolic links to tags files.
1281
12822007-05-04 Karl Berry <karl@gnu.org>
1283
1284 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1285
12862007-05-03 Karl Berry <karl@gnu.org>
1287
1288 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1289
1290 * .cvsignore (*.pdf): New entry.
1291
8cf51b2c
GM
1292 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1293 for printing.
1294
12952007-05-01 Richard Stallman <rms@gnu.org>
1296
1297 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1298
8cf51b2c
GM
12992007-04-28 Glenn Morris <rgm@gnu.org>
1300
1301 * ack.texi (Acknowledgments):
1302 * anti.texi (Antinews):
8cf51b2c
GM
1303 * programs.texi (Program Modes): Restore mention of python.el pending
1304 consideration of legal status.
1305
13062007-04-28 Richard Stallman <rms@gnu.org>
1307
1308 * files.texi (File Names): Fixes to ~ description on MS systems.
1309
8cf51b2c
GM
13102007-04-26 Glenn Morris <rgm@gnu.org>
1311
1312 * emacs.texi (EMACSVER): Increase to 22.1.50.
1313
13142007-04-25 Karl Berry <karl@gnu.org>
1315
1316 * emacs.texi: Improve line breaks on copyright page,
1317 similar layout to lispref, 8.5x11 by default.
1318
1319 * dired.texi (Image-Dired): Improve line break, fix typo.
1320
13212007-04-24 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * programs.texi (Program Modes):
8cf51b2c
GM
1324 * anti.texi (Antinews):
1325 * ack.texi (Acknowledgments): python.el removed.
1326
8cf51b2c
GM
13272007-04-23 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * display.texi (Highlight Interactively): Correct description of
1330 hi-lock-file-patterns-policy.
1331
1332 * files.texi (File Archives): Mention self-extracting executables.
1333
13342007-04-23 Eli Zaretskii <eliz@gnu.org>
1335
1336 * search.texi (Unconditional Replace, Query Replace): Add xref to
1337 "Replacement and Case".
1338
13392007-04-22 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * dired.texi (Image-Dired): Move from Thumbnails node.
1342 * misc.texi (Thumbnails): Node deleted.
1343 * emacs.texi (Top): Update node listing.
1344
1345 * files.texi (File Conveniences):
49823426 1346 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1347
13482007-04-21 Richard Stallman <rms@gnu.org>
1349
1350 * display.texi (Highlight Interactively): Correct previous change.
1351 Clarify doc of hi-lock-find-patterns, and move new features into it.
1352
13532007-04-20 David Koppelman <koppel@ece.lsu.edu>
1354
1355 * display.texi (Highlight Interactively): Document
1356 hi-lock-file-patterns-policy.
1357
13582007-04-20 Martin Rudalics <rudalics@gmx.at>
1359
1360 * display.texi (Scrolling): Fix typo.
1361
8cf51b2c
GM
13622007-04-15 Chong Yidong <cyd@stupidchicken.com>
1363
8cf51b2c
GM
1364 * doclicense.texi: Remove node heading, so that it can be included by
1365 other files.
1366
1367 * emacs.texi: Insert node heading for GFDL.
1368
8cf51b2c
GM
13692007-04-14 Eli Zaretskii <eliz@gnu.org>
1370
1371 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1372 "command line".
1373
1374 * display.texi (Faces): Refer to "Creating Frames" for face
1375 and other frame customizations in .emacs.
1376
1377 * frames.texi (Creating Frames): Mention that face customizations can
1378 be put in .emacs. Add index entries.
1379
13802007-04-12 Richard Stallman <rms@gnu.org>
1381
1382 * glossary.texi (Glossary): Explain `iff'.
1383
13842007-04-11 Karl Berry <karl@gnu.org>
1385
1386 * gnu.texi (Top),
1387 * macos.texi (Mac Font Specs),
1388 * anti.texi (Antinews),
1389 * xresources.texi (Resources),
1390 * misc.texi (Emulation),
1391 * calendar.texi (Daylight Saving),
1392 * dired.texi (Dired and Find),
1393 * rmail.texi (Remote Mailboxes),
1394 * sending.texi (Mail Headers),
1395 * programs.texi (Which Function),
1396 * files.texi (Recover),
1397 * buffers.texi (Uniquify),
1398 * frames.texi (Wheeled Mice),
1399 * killing.texi (Rectangles): Wording to improve breaks in
1400 8.5x11 format.
1401 * mule.texi (Language Environments): \hbadness=10000 since there's
1402 no way to reword.
1403 * emacs.texi (smallbook): New @set to more easily switch between
1404 smallbook and 8.5x11.
1405
14062007-04-11 Richard Stallman <rms@gnu.org>
1407
1408 * files.texi (File Conveniences): Add xref to Tumme.
1409 Delete text about Thumbnail mode.
1410
8cf51b2c
GM
14112007-04-09 Alan Mackenzie <acm@muc.de>
1412
1413 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1414 new name. Insert concept index entries.
1415
8cf51b2c
GM
14162007-04-08 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * display.texi (Standard Faces): Document prefix arg for
1419 list-faces-display.
1420
1421 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1422
8cf51b2c
GM
14232007-04-07 Chong Yidong <cyd@stupidchicken.com>
1424
8cf51b2c
GM
1425 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1426
1427 * files.texi (Misc File Ops): Rewrite description of
1428 insert-file-literally.
1429
8cf51b2c
GM
14302007-03-31 Eli Zaretskii <eliz@gnu.org>
1431
1432 * misc.texi (Printing): Postscript -> PostScript.
1433
8cf51b2c
GM
1434 * ack.texi (Acknowledgments): Postscript -> PostScript.
1435
1436 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1437
1438 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1439 below.
1440
14412007-03-30 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1444 Init Non-ASCII.
1445 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1446 (Init Non-ASCII): New node.
1447
14482007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1449
1450 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1451
8cf51b2c
GM
14522007-03-12 Glenn Morris <rgm@gnu.org>
1453
8cf51b2c
GM
1454 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1455 "Daylight Savings".
1456
49823426 1457 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1458 saving" in text throughout.
1459
8cf51b2c
GM
14602007-03-04 Richard Stallman <rms@gnu.org>
1461
1462 * custom.texi (Safe File Variables): Minor correction.
1463
8cf51b2c
GM
14642007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1465
1466 * rmail.texi (Movemail): Add internal ref.
1467 Don't indent the intro for the PROTO table.
1468 Format PROTO table items with @code.
1469
8cf51b2c
GM
14702007-02-26 Nick Roberts <nickrob@snap.net.nz>
1471
1472 * building.texi: Remove references to bashdb.
1473
8cf51b2c
GM
14742007-02-19 Juanma Barranquero <lekktu@gmail.com>
1475
1476 * mule.texi (Language Environments): Update list of supported language
1477 environments.
1478
8cf51b2c
GM
14792007-02-14 Kim F. Storm <storm@cua.dk>
1480
1481 * building.texi (Grep Searching): Fix lgrep doc.
1482
14832007-02-12 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * back.texi: Remove unused file.
1486
c8763fb6 14872007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1488
1489 * maintaining.texi (Tag Syntax): Now --members is the default for
1490 etags, not for ctags yet.
1491
8cf51b2c
GM
14922007-02-03 Eli Zaretskii <eliz@gnu.org>
1493
1494 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1495 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1496 expects. Add comments to prevent people from inadvertently modifying
1497 the key parts needed by `texinfo-multiple-files-update'.
1498
14992007-01-29 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * frames.texi (Secondary Selection): Window clicked does not matter
1502 when mouse-yank-at-point is non-nil.
1503
8cf51b2c
GM
15042007-01-16 Glenn Morris <rgm@gnu.org>
1505
1506 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1507 system abbrev.
1508
15092007-01-11 Richard Stallman <rms@gnu.org>
1510
1511 * msdog.texi (Windows Keyboard): Another small cleanup.
1512
15132007-01-10 Richard Stallman <rms@gnu.org>
1514
1515 * msdog.texi (Windows Keyboard): Yet another try to make
1516 everyone happy with that passage.
1517
15182007-01-05 Richard Stallman <rms@gnu.org>
1519
1520 * anti.texi (Antinews): Mention M-x shell scrolling.
1521
15222007-01-05 Nick Roberts <nickrob@snap.net.nz>
1523
1524 * building.texi (Watch Expressions): Describe gdb-max-children.
1525
8cf51b2c
GM
15262007-01-04 Richard Stallman <rms@gnu.org>
1527
8cf51b2c
GM
1528 * msdog.texi (Windows Keyboard): Clarify previous change.
1529
8cf51b2c
GM
15302007-01-02 Richard Stallman <rms@gnu.org>
1531
1532 * custom.texi (Changing a Variable): Minor clarification.
1533 (Specific Customization): customize-customized => customize-unsaved.
1534
1535 * entering.texi (Entering Emacs): Clean up text about restarting
1536 Emacs for each file.
1537
1538 * misc.texi (Shell Options): Minor cleanup.
1539
1540 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1541 with Emacs, not vice versa.
1542
1543 * programs.texi (Symbol Completion): Recommend customizing
1544 window manager.
1545
1546 * xresources.texi (Resources): Minor fix.
1547
c8763fb6 15482007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1549
1550 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1551
15522007-01-01 Richard Stallman <rms@gnu.org>
1553
1554 * commands.texi (User Input): Document keys stolen by window mangers.
1555
15562006-12-31 Richard Stallman <rms@gnu.org>
1557
1558 * custom.texi (Specific Customization): Document customize-option
1559 instead of customize-variable.
1560
15612006-12-31 Kim F. Storm <storm@cua.dk>
1562
1563 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1564
15652006-12-30 Kim F. Storm <storm@cua.dk>
1566
1567 * killing.texi (CUA Bindings): Fix typo.
1568
1569 * xresources.texi (Table of Resources): Mention grow-only value for
1570 auto-resize-tool-bars.
1571
8cf51b2c
GM
15722006-12-27 Eli Zaretskii <eliz@gnu.org>
1573
1574 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1575 and how to get them back.
1576
15772006-12-26 Richard Stallman <rms@gnu.org>
1578
1579 * calendar.texi (Holidays): Holiday listing is based on current
1580 practice, but DST is not.
1581
15822006-12-25 Richard Stallman <rms@gnu.org>
1583
1584 * emacs.texi (Top): Update subnode menus.
1585
1586 * mark.texi (Transient Mark): Fix xref.
1587
1588 * killing.texi (Graphical Kill): Node deleted.
1589 (Killing): Add xref to Cut and Paste.
1590 (CUA Bindings): Update xref.
1591
1592 * frames.texi (Cut and Paste): New section to hold other nodes.
1593 (Mouse Commands): Node demoted.
1594 (Cut/Paste Other App): Split out from Mouse Commands.
1595 (Word and Line Mouse): Likewise.
1596 (Secondary Selection, Clipboard): Nodes demoted.
1597
8cf51b2c
GM
15982006-12-24 Kevin Ryde <user42@zip.com.au>
1599
1600 * calendar.texi (Holidays): US daylight saving begins second Sunday
1601 in March for 2007 onwards.
1602 (Daylight Savings): Show new US default daylight saving rules, 2nd
1603 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1604
16052006-12-23 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * calendar.texi (Scroll Calendar): < and > are switched.
1608
16092006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1610
1611 * killing.texi (Deletion): Describe M-\ prefix argument.
1612
16132006-12-23 Richard Stallman <rms@gnu.org>
1614
1615 * search.texi (Regexp Search): Explain why forward and reverse regexp
1616 search are not mirror images.
1617
8cf51b2c
GM
16182006-12-19 Kim F. Storm <storm@cua.dk>
1619
1620 * major.texi (Choosing Modes): Describe match-function elements for
1621 magic-mode-alist.
1622
8cf51b2c
GM
16232006-12-18 Eli Zaretskii <eliz@gnu.org>
1624
1625 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1626 peculiarities.
1627
16282006-12-18 Richard Stallman <rms@gnu.org>
1629
1630 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1631
8cf51b2c
GM
16322006-12-17 Alan Mackenzie <acm@muc.de>
1633
1634 * programs.texi (Left Margin Paren): Remove the bit which says
1635 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1636 Discuss some of the issues of setting this option to nil.
1637
16382006-12-17 Glenn Morris <rgm@gnu.org>
1639
1640 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1641
16422006-12-16 Eli Zaretskii <eliz@gnu.org>
1643
1644 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1645 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1646 NTFS volumes.
1647 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1648 volumes.
1649
16502006-12-15 Eli Zaretskii <eliz@gnu.org>
1651
1652 * text.texi (HTML Mode): Fix "C-c TAB".
1653
8cf51b2c
GM
16542006-12-09 Richard Stallman <rms@gnu.org>
1655
1656 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1657
16582006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1659
1660 * files.texi (Misc File Ops): Document insert-file-literally.
1661
16622006-12-08 Eli Zaretskii <eliz@gnu.org>
1663
1664 * cmdargs.texi (Colors): Note that --color is intended for overriding
1665 the terminal defaults, not for normal invocation.
1666
1667 * misc.texi (Emacs Server): Improve wording. Don't mention the
1668 ``server program''. Add a cross-reference to "Init File" node.
1669 (Invoking emacsclient): Add index entries. Document both short and
1670 long versions of command-line options. Document the -f option.
1671
8cf51b2c
GM
16722006-12-06 Richard Stallman <rms@gnu.org>
1673
1674 * text.texi (Outline Format): Say to set outline-regexp
1675 and outline-level with major modes and file local variables.
1676
c8763fb6 16772006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1678
1679 * anti.texi (Antinews): Mention the alternative to
1680 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1681
8cf51b2c
GM
1682 * misc.texi (Interactive Shell): Ditto.
1683
16842006-12-04 Eli Zaretskii <eliz@gnu.org>
1685
1686 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1687
1688 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1689
16902006-12-01 Eli Zaretskii <eliz@gnu.org>
1691
1692 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1693 colon in the mode line.
1694
1695 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1696
16972006-11-26 Nick Roberts <nickrob@snap.net.nz>
1698
1699 * building.texi (Watch Expressions): Mention SPC for expanding/
1700 contracting watch expressions.
1701
17022006-11-26 Kim F. Storm <storm@cua.dk>
1703
1704 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1705
17062006-11-26 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * building.texi (Debugger Operation): Define text command mode.
1709 Clarify how tooltips work.
1710 (GDB Graphical Interface): Explain how to run in text command mode
1711 more clearly.
1712
17132006-11-25 Juanma Barranquero <lekktu@gmail.com>
1714
1715 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1716
17172006-11-22 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1720
8cf51b2c
GM
17212006-11-18 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1724 and EMACS is deprecated.
1725
17262006-11-18 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1729
c8763fb6 17302006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1731
1732 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1733
1734 * emacs.texi: Include xresources.texi both for info and dvi.
1735
1736 * xresources.texi: Merge text from xresmini.texi.
1737
c8763fb6 17382006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1739
1740 * glossary.texi: Fix typos.
1741
8cf51b2c
GM
17422006-11-06 Richard Stallman <rms@gnu.org>
1743
1744 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1745
1746 * ack.texi (Acknowledgments): Fix name spelling.
1747
17482006-11-01 Juri Linkov <juri@jurta.org>
1749
1750 * search.texi (Word Search): Document incremental word search.
1751
17522006-10-28 Glenn Morris <rgm@gnu.org>
1753
1754 * ack.texi (Acknowledgments): Add cal-html author.
1755
1756 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1757 Calendar"). Describe new package cal-html.
1758 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1759 Calendar Files."
1760
8cf51b2c
GM
17612006-10-23 Richard Stallman <rms@gnu.org>
1762
1763 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1764 Abbrev mode is enabled.
1765
8cf51b2c
GM
17662006-10-16 Richard Stallman <rms@gnu.org>
1767
8cf51b2c
GM
1768 * emacs.texi: Update ISBN.
1769
8cf51b2c
GM
17702006-10-11 Kim F. Storm <storm@cua.dk>
1771
1772 * emacs.texi (Acknowledgments): Use @dotless{i}.
1773
17742006-10-08 Nick Roberts <nickrob@snap.net.nz>
1775
1776 * building.texi (Breakpoints Buffer): Mention catchpoints.
1777
17782006-10-08 Kim F. Storm <storm@cua.dk>
1779
1780 * ack.texi (Acknowledgments): Update.
1781
1782 * emacs.texi (Acknowledgments): Fix bad @/ form.
1783
8cf51b2c
GM
17842006-10-05 Kim F. Storm <storm@cua.dk>
1785
1786 * emacs.texi (Acknowledgments): Add more contributors.
1787
17882006-10-03 Richard Stallman <rms@gnu.org>
1789
1790 * emacs.texi (Acknowledgments): Update version and edition.
1791
8cf51b2c
GM
17922006-10-01 Karl Berry <karl@gnu.org>
1793
1794 * custom.texi (Customization Groups): Page break to keep example buffer
1795 on one page.
1796
17972006-09-30 Karl Berry <karl@gnu.org>
1798
1799 * programs.texi (Basic Indent): @need to improve page break.
1800 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1801
18022006-09-29 Glenn Morris <rgm@gnu.org>
1803
1804 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1805
18062006-09-29 Karl Berry <karl@gnu.org>
1807
1808 * windows.texi (Basic Window): Remove forced @break, no longer
1809 desirable.
1810 * frames.texi (Frame Commands),
1811 * mark.texi (Marking Objects): Reword to avoid bad page break.
1812 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1813
18142006-09-19 Richard Stallman <rms@gnu.org>
1815
1816 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1817 stick to present tense.
1818
c8763fb6 18192006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1820
1821 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1822 to x-gtk-use-old-file-dialog.
1823 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1824
18252006-09-15 Jay Belanger <belanger@truman.edu>
1826
49823426 1827 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1828 Change "Library Public License" to "Lesser Public License"
1829 throughout. Use "yyyy" to represent year.
1830
8cf51b2c
GM
18312006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1832
1833 * files.texi (Visiting): Add index entry "open file".
1834
8cf51b2c
GM
18352006-09-11 Richard Stallman <rms@gnu.org>
1836
1837 * building.texi (Compilation Mode): Clarification.
1838 (Grep Searching): Add xref to Compilation Mode.
1839
8cf51b2c
GM
18402006-09-08 Richard Stallman <rms@gnu.org>
1841
1842 * search.texi (Search): Ref multi-file search commands here.
1843 (Other Repeating Search): Not here.
1844
8cf51b2c
GM
18452006-08-28 Richard Stallman <rms@gnu.org>
1846
1847 * windows.texi (Split Window): Update xref.
1848
1849 * basic.texi (Continuation Lines): Update xref.
1850
1851 * indent.texi (Tab Stops): Update xref.
1852
1853 * emacs.texi (Top): Update subnode menu.
1854
1855 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1856 split out of Display Custom.
1857
18582006-08-25 Kim F. Storm <storm@cua.dk>
1859
1860 * display.texi (Display Custom): Add variables overline-margin
1861 and x-underline-at-descent-line.
1862
18632006-08-25 Richard Stallman <rms@gnu.org>
1864
1865 * entering.texi (Exiting): Rewrite to give graphical displays
1866 priority over text terminals.
1867
1868 * search.texi (Incremental Search): Move index entries.
1869
18702006-08-23 Chong Yidong <cyd@stupidchicken.com>
1871
1872 * custom.texi (Init File): Reference Find Init to avoid "home
1873 directory" confusion.
1874
18752006-08-22 Nick Roberts <nickrob@snap.net.nz>
1876
1877 * building.texi (Other GDB-UI Buffers): Describe how to edit
1878 a value in the locals buffer.
1879
18802006-08-21 Richard Stallman <rms@gnu.org>
1881
1882 * search.texi (Basic Isearch): Add `isearch' index entry.
1883
18842006-08-16 Richard Stallman <rms@gnu.org>
1885
1886 * misc.texi (Saving Emacs Sessions): Clean up wording.
1887
1888 * mark.texi (Marking Objects): Mention term "select all".
1889
1890 * emacs.texi (Top): Update subnode menu.
1891
1892 * help.texi (Help Mode): Move node up in file.
1893
8cf51b2c
GM
18942006-08-15 Nick Roberts <nickrob@snap.net.nz>
1895
1896 * building.texi (Stack Buffer): Explain fringe arrow.
1897
8cf51b2c
GM
18982006-08-12 Eli Zaretskii <eliz@gnu.org>
1899
8cf51b2c
GM
1900 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1901 on startup.
1902
19032006-08-11 Romain Francoise <romain@orebokech.com>
1904
1905 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1906
19072006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1908
1909 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1910
19112006-08-10 Richard Stallman <rms@gnu.org>
1912
1913 * text.texi (Format Faces): Substantial rewrites to deal
1914 with face merging. Empty regions don't count. Clarify
1915 face property inheritance.
1916
19172006-08-08 Romain Francoise <romain@orebokech.com>
1918
1919 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1920 <arjuropo@cc.jyu.fi>.
1921
8cf51b2c
GM
19222006-08-04 Eli Zaretskii <eliz@gnu.org>
1923
1924 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1925 apply to all frames.
1926
8cf51b2c
GM
19272006-08-01 Richard Stallman <rms@gnu.org>
1928
1929 * help.texi (Name Help): Add index entries for describe-variable.
1930
19312006-08-01 Nick Roberts <nickrob@snap.net.nz>
1932
1933 * building.texi (GDB Graphical Interface): Shorten node names.
1934 (GDB-UI Layout): Use GDB-related.
1935 (Other GDB-UI Buffers): Simplify English.
1936
19372006-07-31 Richard Stallman <rms@gnu.org>
1938
1939 * search.texi (Query Replace): Add xref for Dired's Q command.
1940
8cf51b2c
GM
19412006-07-31 Nick Roberts <nickrob@snap.net.nz>
1942
1943 * building.texi (GDB commands in Fringe): Rename to...
1944 (Source Buffers): ..this and move forward. Describe hollow arrow and
1945 new option gdb-find-source-frame.
1946
19472006-07-29 Richard Stallman <rms@gnu.org>
1948
1949 * dired.texi (Operating on Files): Simplify previous change
1950 and fix Texinfo usage.
1951
19522006-07-29 Eli Zaretskii <eliz@gnu.org>
1953
1954 * dired.texi (Operating on Files): Add cross-references. State the
1955 Unix commands that do similar things.
1956
19572006-07-28 Richard Stallman <rms@gnu.org>
1958
1959 * mark.texi (Transient Mark): Clarify that region never disappears
1960 when Transient Mark mode is off, and not when it is on.
1961
19622006-07-27 Richard Stallman <rms@gnu.org>
1963
1964 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1965
19662006-07-24 Richard Stallman <rms@gnu.org>
1967
1968 * xresources.texi (GTK styles): Fix texinfo usage.
1969
8cf51b2c
GM
1970 * commands.texi (User Input): Explain why we teach keyboard cmds.
1971
1972 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1973 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1974 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1975 * doclicense.texi, display.texi, dired.texi, basic.texi:
1976 * anti.texi, ack.texi: Move periods and commas inside quotes.
1977
19782006-07-22 Eli Zaretskii <eliz@gnu.org>
1979
1980 * cmdargs.texi (General Variables): Document EMAIL.
1981
19822006-07-21 Eli Zaretskii <eliz@gnu.org>
1983
1984 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1985 doesn't have effect on MS-Windows.
1986
8cf51b2c
GM
19872006-07-17 Richard Stallman <rms@gnu.org>
1988
1989 * building.texi (Grep Searching): Explain about chaining grep commands.
1990
8cf51b2c
GM
19912006-07-10 Nick Roberts <nickrob@snap.net.nz>
1992
49823426 1993 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1994
19952006-07-09 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1998 is invoked for multiple files.
1999
20002006-07-08 Eli Zaretskii <eliz@gnu.org>
2001
2002 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2003 on-line manual for the rest of this node.
2004 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2005 unconditionally.
2006 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2007 Improve wording.
2008 (Windows Printing): Improve wording.
2009 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2010 rest of this node.
2011
8cf51b2c
GM
20122006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2013
49823426
GM
2014 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2015 with eval-buffer.
8cf51b2c
GM
2016
20172006-07-05 Nick Roberts <nickrob@snap.net.nz>
2018
2019 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2020 of character translation.
2021
20222006-07-04 Nick Roberts <nickrob@snap.net.nz>
2023
2024 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2025
20262006-07-03 Karl Berry <karl@gnu.org>
2027
2028 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2029 not-too-underfull hboxes in the TeX output.
2030 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2031 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2032 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2033 * sending.texi, text.texi: Fix overfull/underfull boxes.
2034
20352006-07-03 Romain Francoise <romain@orebokech.com>
2036
2037 * m-x.texi (M-x): Fix.
2038
20392006-07-03 Richard Stallman <rms@gnu.org>
2040
8cf51b2c
GM
2041 * search.texi (Other Repeating Search): filename -> file name.
2042
2043 * misc.texi (Narrowing): Minor cleanups.
2044
2045 * files.texi (Visiting): filename -> file name.
2046
2047 * emacs.texi (Top): Update subnode menus.
2048
2049 * mule.texi (Coding Systems): Move char translation stuff here.
2050 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2051 (Recognize Coding): Substantial local rewrites.
2052 (International): Update menu.
2053
2054 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2055 (Scrolling): Substantial local rewrites.
2056 (Display): Update menu and intro.
2057
2058 * dired.texi: filename -> file name.
2059
2060 * custom.texi (Safe File Variables): Texinfo usage fix.
2061
20622006-07-03 Ted Zlatanov <tzz@lifelogs.com>
2063
2064 * help.texi, m-x.texi: Lots of cleanups.
2065
8cf51b2c
GM
20662006-06-30 Eli Zaretskii <eliz@gnu.org>
2067
2068 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2069 (Windows Processes, Windows Misc): Shorten the printed version by
2070 selectively conditioning less important portions by @ifnottex.
2071
8cf51b2c
GM
20722006-06-27 Richard Stallman <rms@gnu.org>
2073
2074 * mini.texi (Minibuffer File): Minor cleanup.
2075
20762006-06-25 Nick Roberts <nickrob@snap.net.nz>
2077
2078 * frames.texi (XTerm Mouse): Rename to...
2079 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2080
2081 * emacs.texi (Top): Use new node name.
2082
20832006-06-24 Eli Zaretskii <eliz@gnu.org>
2084
2085 * emacs.texi (Top): Update the detailed menu according to changes in
2086 msdog.texi.
2087
2088 * msdog.texi (Windows Keyboard): New section.
2089 (Windows Mouse): New section.
2090 (Windows System Menu): Remove section (text merged with "Windows
2091 Keyboard").
2092 (Windows Misc): New section.
2093
2094 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2095
2096 * msdog.texi (ls in Lisp): New section.
2097
2098 * files.texi (Visiting): Document case-insensitive wildcard matching
2099 under find-file-wildcards.
2100
8cf51b2c
GM
21012006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2102
2103 * macos.texi (Mac Input): Add description of mac-function-modifier.
2104 Now Unicode keyboard layouts work.
2105
8cf51b2c
GM
21062006-06-10 Richard Stallman <rms@gnu.org>
2107
2108 * mule.texi (Recognize Coding): Clarify previous change.
2109
21102006-06-09 Kenichi Handa <handa@m17n.org>
2111
2112 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2113 notation.
2114
21152006-06-07 Kevin Ryde <user42@zip.com.au>
2116
2117 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2118 manual for @ifnottex, but in emacs-extra for @iftex.
2119
2120 * cmdargs.texi (General Variables): Fix smtpmail xref.
2121
21222006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2123
8cf51b2c 2124 * programs.texi (Comment Commands):
8cf51b2c 2125 * custom.texi (Specifying File Variables):
49823426 2126 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2127
21282006-06-07 Nick Roberts <nickrob@snap.net.nz>
2129
2130 * building.texi (Watch Expressions): Move node to end.
2131 (GDB Graphical Interface): Move description of clicks in fringe...
2132 (GDB commands in the Fringe): ...to here. New node.
2133
8cf51b2c
GM
21342006-06-05 Romain Francoise <romain@orebokech.com>
2135
49823426 2136 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2137
21382006-06-05 Nick Roberts <nickrob@snap.net.nz>
2139
2140 * building.texi (GDB Graphical Interface): Update bindings.
2141 (Commands of GUD): Add gud-print. Remove gud-run.
2142 Restate availability more generally.
2143
21442006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2145
2146 * mini.texi: Lots of cleanups.
2147
21482006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2149
2150 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2151 and Mouse-2.
2152
c8763fb6 21532006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2154
2155 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2156
8cf51b2c
GM
21572006-05-31 Richard Stallman <rms@gnu.org>
2158
2159 * basic.texi (Moving Point): Fix previous change.
2160
c8763fb6 21612006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2162
2163 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2164
21652006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2166
2167 * basic.texi: Many simplifications and improvements in wording.
2168
8cf51b2c
GM
21692006-05-26 Nick Roberts <nickrob@snap.net.nz>
2170
2171 * anti.texi (Antinews): Create a node for gdb-ui.
2172
8cf51b2c
GM
21732006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2174
2175 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2176
21772006-05-20 Richard Stallman <rms@gnu.org>
2178
2179 * dired.texi (Dired Navigation): dired-goto-file is now j.
2180
8cf51b2c
GM
21812006-05-20 Eli Zaretskii <eliz@gnu.org>
2182
2183 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2184 and their aliases.
2185
2186 * msdog.texi (Windows Printing): Mention non-support of plain text
2187 printing with some el-cheapo printers, and suggest a workaround.
2188
21892006-05-20 Kevin Ryde <user42@zip.com.au>
2190
2191 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2192 remove the bit saying you must set it.
2193
21942006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * trouble.texi (Checklist):
2197 * text.texi (Text, Auto Fill, Text Mode):
2198 * search.texi (Nonincremental Search):
2199 * rmail.texi (Rmail Labels):
2200 * mule.texi (Input Methods, Multibyte Conversion):
2201 * misc.texi (Gnus, Where to Look, PostScript):
2202 * maintaining.texi (Create Tags Table):
2203 * indent.texi (Indentation Commands):
2204 * fixit.texi (Spelling):
2205 * emacs.texi (Copying):
2206 * custom.texi (Init File): ifinfo -> ifnottex.
2207
8cf51b2c
GM
22082006-05-17 Richard Stallman <rms@gnu.org>
2209
2210 * files.texi (Diff Mode): Mention C-x `.
2211
22122006-05-08 Richard Stallman <rms@gnu.org>
2213
2214 * custom.texi (Disabling): Textual cleanups.
2215
8cf51b2c
GM
22162006-05-12 Glenn Morris <rgm@gnu.org>
2217
2218 * calendar.texi (Displaying the Diary, Format of Diary File):
2219 Refer to diary-view-entries, diary-list-entries,
2220 diary-show-all-entries rather than obsolete aliases.
2221
22222006-05-12 Eli Zaretskii <eliz@gnu.org>
2223
2224 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2225 (Displaying the Diary, Special Diary Entries, Importing Diary):
2226 * building.texi (Compilation Shell):
2227 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2228 emacs-xtra with @inforef's.
2229
2230 * files.texi (Visiting): Fix wording.
2231
2232 * mule.texi (Coding Systems, Text Coding): More indexing.
2233 Mention that C-x RET f can set eol conversion.
2234
c8763fb6 22352006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2236
2237 * xresmini.texi (GTK resources): Insert GTK description.
2238
2239 * xresources.texi (GTK resources): metafont should be menufont.
2240
8cf51b2c
GM
22412006-05-06 Michael Albinus <michael.albinus@gmx.de>
2242
49823426 2243 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2244 method, user name and host name is active only in partial
2245 completion mode.
2246
8cf51b2c
GM
22472006-05-06 Eli Zaretskii <eliz@gnu.org>
2248
2249 * makefile.w32-in (emacs.dvi):
2250 * Makefile.in (emacs.dvi): Add xresmini.texi.
2251
2252 * xresmini.texi (Table of Resources): Remove xref to non-existent
2253 node "LessTif Resources".
2254
2255 * msdog.texi (Microsoft Windows):
2256 * calendar.texi (Calendar/Diary, Displaying the Diary)
2257 (Special Diary Entries, Importing Diary, Holidays):
2258 * programs.texi (Program Modes):
2259 * text.texi (Text):
2260 * buffers.texi (Several Buffers):
2261 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2262
22632006-05-06 Eli Zaretskii <eliz@gnu.org>
2264
2265 The following changes merge the emacs-xtra manual into the main
2266 manual, but only for on-line version of the manual.
2267
2268 * vc2-xtra.texi (Version Backups, Local Version Control)
2269 (Making Snapshots, Change Logs and VC, Version Headers)
2270 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2271 on-line manual.
2272
2273 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2274 for on-line manual.
2275
2276 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2277 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2278 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2279 for on-line manual.
2280
2281 * fortran-xtra.texi (Fortran, Fortran Autofill)
2282 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2283 for on-line manual.
2284
2285 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2286 Conditional xref's for on-line manual.
2287
2288 * emerge-xtra.texi (Emerge, Overview of Emerge)
2289 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2290 manual.
2291
2292 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2293 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2294 (EMACSSOURCES): Use EMACS_XTRA.
2295 (../info/emacs-xtra): Remove.
2296 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2297
2298 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2299 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2300 (EMACSSOURCES): Use EMACS_XTRA.
2301 ($(infodir)/emacs-xtra): Remove.
2302 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2303
2304 * trouble.texi (Quitting):
2305 * text.texi (Text):
2306 * programs.texi (Program Modes):
2307 * msdog.texi (Microsoft Windows):
2308 * frames.texi (Frames):
2309 * files.texi (Backup, Version Control, VC Concepts)
2310 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2311 (Registering, VC Status, VC Undo, Multi-User Branching)
2312 (Comparing Files):
2313 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2314 (Displaying the Diary, Special Diary Entries, Importing Diary):
2315 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2316 conditional xref's, depending on @iftex/@ifnottex.
2317
2318 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2319 "MS-DOS". @include msdog-xtra.texi.
2320
2321 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2322 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2323
2324 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2325 for vc-xtra.texi subsections.
2326 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2327 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2328
2329 * sending.texi (Sending Mail): A @node line without explicit Prev,
2330 Next, and Up links.
2331
2332 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2333 Next, and Up links.
2334
2335 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2336 and its sections. @include picture-xtra.texi.
2337
2338 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2339 "Emerge".
2340 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2341
2342 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2343 exact duplicate of its name-sake in calendar.texi.
2344
2345 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2346 "Advanced Calendar/Diary Usage".
2347 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2348
2349 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2350 dired-xtra.texi.
2351 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2352
2353 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2354 (Files) [ifnottex]: Add menu entry for Autorevert.
2355
2356 * emacs-xtra.texi (Introduction): Reword to make consistent with
2357 printed version only.
2358 <Top level>: Remove the body of all chapters and move them to the
2359 new *-xtra.texi files. Use @raisesections and @lowersections to
2360 convert sections to chapters etc.
2361
2362 * msdog-xtra.texi:
2363 * fortran-xtra.texi:
2364 * vc-xtra.texi:
2365 * vc1-xtra.texi:
2366 * vc2-xtra.texi:
2367 * emerge-xtra.texi:
2368 * cal-xtra.texi:
2369 * dired-xtra.texi:
2370 * arevert-xtra.texi: New files, with text from respective chapters
2371 of emacs-xtra.texi. Convert each @chapter into @section, @section
2372 into @subsection, etc.
2373
2374 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2375 updated.
2376
2377 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2378 Windows". All references updated.
2379
23802006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2381
2382 * macos.texi (Mac Input): Mention input from Character Palette.
2383 (Mac Font Specs): Fix typo.
2384
23852006-05-05 Richard Stallman <rms@gnu.org>
2386
2387 * files.texi (Diff Mode): Minor cleanup.
2388
23892006-05-05 Karl Berry <karl@gnu.org>
2390
8cf51b2c
GM
2391 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2392 errors from the current release of makeinfo (4.8).
2393 * help.texi (Library Keywords): Change widest word in multitable
2394 template from `emulations' to `convenience'. (Not sure if this is
2395 related to the font change.)
2396
23972006-05-05 Eli Zaretskii <eliz@gnu.org>
2398
2399 * files.texi (File Names): Add a footnote about limited support of
2400 ~USER on MS-Windows.
2401
2402 * cmdargs.texi (Initial Options): Add a footnote about limited
2403 support of ~USER on MS-Windows.
2404
24052006-05-03 Richard Stallman <rms@gnu.org>
2406
2407 * files.texi (Diff Mode): Node moved here.
2408 (Comparing Files): Delete what duplicates new node.
2409 (Files): Put Diff Mode in menu.
2410
2411 * misc.texi (Diff Mode): Moved to files.texi.
2412
2413 * emacs.texi (Top): Update menu for Diff Mode.
2414
2415 * trouble.texi (Emergency Escape): Simplify.
2416
2417 * emacs.texi (Top): Minor clarification.
2418
24192006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2420
2421 * commands.texi, entering.texi, screen.texi: Many simplifications.
2422
24232006-05-03 Richard Stallman <rms@gnu.org>
2424
2425 * commands.texi (Text Characters): Delete paragraph about unibyte
2426 non-ASCII printing chars.
2427
2428 * killing.texi (Killing): Say "graphical displays".
2429 * display.texi: Say "graphical displays".
2430
2431 * cmdargs.texi (Misc X): Say "graphical displays".
2432
24332006-05-01 Richard Stallman <rms@gnu.org>
2434
2435 * emacs.texi (Top): Add Diff Mode to menu.
2436
24372006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2438
2439 * misc.texi (Diff Mode): New node.
2440
24412006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2442
2443 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2444 (Mac Environment Variables): Shorten example line.
2445 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2446
24472006-05-01 Nick Roberts <nickrob@snap.net.nz>
2448
2449 * building.texi (GUD Customization): Describe cases %d and %c.
2450 Update description for %e.
2451
24522006-04-30 Glenn Morris <rgm@gnu.org>
2453
2454 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2455
24562006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * custom.texi (Examining): Update C-h v output example.
2459
24602006-04-29 Kim F. Storm <storm@cua.dk>
2461
2462 * building.texi (Grep Searching): Add lgrep and rgrep.
2463
8cf51b2c
GM
24642006-04-23 Richard Stallman <rms@gnu.org>
2465
2466 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2467
2468 * xresmini.texi: New file.
2469
2470 * xresources.texi (Face Resources): Split table into font resources
2471 and the rest. Combine similar attributes for brevity.
2472
8cf51b2c
GM
24732006-04-21 Eli Zaretskii <eliz@gnu.org>
2474
2475 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2476 backslashes and case-insensitivity in file names (moved to the
2477 main manual).
2478 (MS-DOS Printing): Move most of the text to the main manual.
2479
2480 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2481 New nodes.
2482 (Windows Processes, Windows System Menu): Add index entries and
2483 fix wording.
2484
8cf51b2c
GM
24852006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2486
2487 * misc.texi (Shell Ring): Add notes on saved input when
2488 navigating off the end of the history list.
2489
24902006-04-18 Chong Yidong <cyd@mit.edu>
2491
2492 * misc.texi (Shell Options): Correct default value of
2493 comint-scroll-show-maximum-output.
2494
8cf51b2c
GM
24952006-04-18 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * building.texi (Watch Expressions): Update.
2498
8cf51b2c
GM
24992006-04-12 Richard Stallman <rms@gnu.org>
2500
2501 * search.texi: Clean up previous change.
2502
25032006-04-12 Eli Zaretskii <eliz@gnu.org>
2504
2505 * search.texi (Regexp Backslash, Regexp Replace): Add index
2506 entries for ``back reference'' and mention the term itself in the
2507 text.
2508
25092006-04-11 Richard Stallman <rms@gnu.org>
2510
2511 * custom.texi (Safe File Variables):
2512 Document enable-local-variables = :safe.
2513
25142006-04-11 Karl Berry <karl@gnu.org>
2515
2516 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2517 (Remote Repositories, Version Backups, Local Version Control)
2518 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2519 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2520 (Renaming VC Work Files and Master Files)
2521 (Inserting Version Control Headers, Customizing VC, General Options)
2522 (Options for RCS and SCCS, Options specific for CVS): Move all
2523 these nodes to emacs-xtra.texi, for brevity.
2524 * cmdargs.texi, files.texi: Change cross-references.
2525
8cf51b2c
GM
25262006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2527
2528 * files.texi (Old Versions): Update description of vc-annotate's
2529 use of color to indicate date ranges.
2530
8cf51b2c
GM
25312006-04-09 Kevin Ryde <user42@zip.com.au>
2532
8cf51b2c
GM
2533 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2534 put info and printed manual names the right way around.
2535
25362006-04-09 Karl Berry <karl@gnu.org>
2537
2538 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2539 emacs-xtra.texi, leaving only MS Windows information.
2540 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2541 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2542 node names.
2543
2544 * emacs.texi: Move @summarycontents and @contents to the beginning
2545 of the file.
2546
8cf51b2c
GM
25472006-04-08 Kevin Ryde <user42@zip.com.au>
2548
2549 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2550
25512006-04-07 Richard Stallman <rms@gnu.org>
2552
2553 * programs.texi (Comments, Comment Commands, Options for Comments)
2554 (Multi-Line Comments): "Align", not "indent".
2555 (Basic Indent): C-j deletes trailing whitespace before the newline.
2556
25572006-04-06 Richard Stallman <rms@gnu.org>
2558
8cf51b2c
GM
2559 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2560
25612006-04-06 Eli Zaretskii <eliz@gnu.org>
2562
2563 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2564
8cf51b2c
GM
25652006-04-05 Richard Stallman <rms@gnu.org>
2566
2567 * emacs.texi (Top): Update subnode menu.
2568
2569 * trouble.texi (Unasked-for Search): Node deleted.
2570 (Lossage): Delete from menu.
2571
25722006-04-04 Richard Stallman <rms@gnu.org>
2573
2574 * trouble.texi: Various cleanups.
2575 (Checklist): Don't bother saying how to snail a bug report.
2576 (Emergency Escape): Much rewriting.
2577 (After a Crash): Rename the core dump immediately.
2578 (Total Frustration): Call it a psychotherapist.
2579 (Bug Criteria): Avoid "illegal instruction".
2580 (Sending Patches): We always put the contributor's name in.
2581
2582 * misc.texi (Thumbnails): Minor correction.
2583
8cf51b2c
GM
25842006-04-03 Richard Stallman <rms@gnu.org>
2585
2586 * misc.texi (Thumbnails): Minor cleanup.
2587
25882006-04-02 Karl Berry <karl@gnu.org>
2589
2590 * sending.texi (Mail Sending): pxref to Top needs five args.
2591
2592 * texinfo.tex: Update to current version (2006-03-21.13).
2593
8cf51b2c
GM
25942006-03-31 Richard Stallman <rms@gnu.org>
2595
2596 * emacs.texi (Top): Update subnode menu.
2597
2598 * help.texi (Help Mode): Cleanup.
2599
2600 * dired.texi: Many cleanups.
2601 (Dired Deletion): Describe dired-recursive-deletes.
2602 (Operating on Files): dired-create-directory moved.
2603 (Misc Dired Features): Move to here.
2604 (Tumme): Node moved to misc.texi.
2605
2606 * custom.texi: Many cleanups.
2607 (Minor Modes): Don't mention ISO Accents Mode.
2608 (Examining): Update C-h v output example.
2609 (Hooks): Add index and xref for add-hook.
2610 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2611 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2612
2613 * misc.texi: Many cleanups.
2614 (beginning): Add to summary of topics.
2615 (Shell): Put eshell xref at the end. Remove eshell from table.
2616 (Thumbnails): New node.
2617
8cf51b2c
GM
26182006-03-28 Eli Zaretskii <eliz@gnu.org>
2619
2620 * files.texi (File Name Cache): Make it clear that the cache is
2621 not persistent.
2622
8cf51b2c
GM
26232006-03-25 Karl Berry <karl@gnu.org>
2624
49823426
GM
2625 * emacs-xtra.texi, emacs.texi, gnu.texi:
2626 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2627 (2) do not indent copyright year list (or anything else).
2628
8cf51b2c
GM
26292006-03-21 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * files.texi (VC Dired Mode): Remove misplaced brackets.
2632
26332006-03-21 Andre Spiegel <spiegel@gnu.org>
2634
2635 * files.texi: Various updates and clarifications in the VC chapter.
2636
26372006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2638
2639 * help.texi (Help Mode): Document "C-c C-c".
2640
8cf51b2c
GM
26412006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2642
2643 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2644 menu in the standalone Info reader.
2645
26462006-03-15 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2649 moved here from Emacs manual.
2650
2651 * programs.texi (Fortran): Section moved to emacs-xtra.
2652 (Program Modes): Xref to Fortran in emacs-xtra.
2653
2654 * maintaining.texi (Emerge): Move to emacs-xtra.
2655 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2656
2657 * picture.texi: File deleted.
2658 * Makefile.in:
2659 * makefile.w32-in: Remove picture.texi.
2660
2661 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2662 * abbrevs.texi (Abbrevs):
2663 * sending.texi (Sending Mail): Picture node removed.
2664
2665 * emacs.texi (Top): Update node listings.
2666
8cf51b2c
GM
26672006-03-12 Richard Stallman <rms@gnu.org>
2668
2669 * calendar.texi: Various cleanups.
2670
8cf51b2c
GM
26712006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2672
2673 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2674 syntax.
2675
8cf51b2c
GM
26762006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * search.texi (Regexps): More accurately describe which characters
2679 are special in which situations. Recommend _not_ to quote `]' or
2680 `-' when they are not special.
2681
8cf51b2c
GM
26822006-02-28 Andre Spiegel <spiegel@gnu.org>
2683
2684 * files.texi (Old Versions): Clarify operation of C-x v =.
2685
8cf51b2c
GM
26862006-02-21 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * building.texi (Watch Expressions): Update and describe
2689 gdb-speedbar-auto-raise.
2690
26912006-02-19 Richard M. Stallman <rms@gnu.org>
2692
2693 * emacs.texi: Use @smallbook.
2694 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2695 Update subnode menu.
2696
2697 * building.texi (Lisp Interaction): Minor addition.
2698
26992006-02-18 Nick Roberts <nickrob@snap.net.nz>
2700
2701 * building.texi (Watch Expressions): Update and be more precise.
2702
c8763fb6 27032006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2704
2705 * maintaining.texi (Create Tags Table): Explain why the
2706 exception when etags writes to files under the /dev tree.
2707
27082006-02-14 Richard M. Stallman <rms@gnu.org>
2709
2710 * custom.texi (Safe File Variables): Lots of clarification.
2711 Renamed from Unsafe File Variables.
2712
27132006-02-14 Chong Yidong <cyd@stupidchicken.com>
2714
2715 * custom.texi (Unsafe File Variables): File variable confirmation
2716 assumed denied in batch mode.
2717
27182006-02-14 Richard M. Stallman <rms@gnu.org>
2719
2720 * building.texi (GDB User Interface Layout): Don't say `inferior'
2721 for program being debugged.
2722
27232006-02-15 Nick Roberts <nickrob@snap.net.nz>
2724
2725 * building.texi (GDB Graphical Interface):
2726 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2727
27282006-02-13 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * custom.texi (Specifying File Variables, Unsafe File Variables):
2731 New nodes, split from File Variables. Document new file local
2732 variable behavior.
2733
27342006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2735
2736 * display.texi (Standard Faces):
8cf51b2c
GM
2737 * files.texi (Visiting):
2738 * frames.texi (Clipboard):
2739 * glossary.texi (Glossary) <Clipboard>:
2740 * xresources.texi (X Resources): Mention Mac OS port.
2741
8cf51b2c
GM
27422006-02-12 Richard M. Stallman <rms@gnu.org>
2743
2744 * building.texi (Building): Clarify topic in intro.
2745
2746 * maintaining.texi (Maintaining): Change title; clarify topic.
2747 Delete duplicate index entries.
2748
2749 * building.texi (Other GDB User Interface Buffers): Clarifications.
2750
2751 * text.texi (Cell Commands): Clarifications.
2752
2753 * programs.texi (Defuns): Delete duplicate explanation of
2754 left-margin paren convention.
2755 (Hungry Delete): Minor cleanup.
2756
27572006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2758
2759 * dired.texi (Tumme): More tumme documentation.
2760
27612006-02-11 Alan Mackenzie <acm@muc.de>
2762
2763 * programs.texi ("Hungry Delete"): Correct the appellation of the
2764 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2765
27662006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2767
2768 * dired.texi (Tumme): Fix small bug.
2769
27702006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2771
2772 * macos.texi (Mac International): Rename "fontset-mac" to
2773 "fontset-standard".
2774
8cf51b2c
GM
27752006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2776
2777 * dired.texi (Tumme): Basic documentation for Tumme added.
2778
8cf51b2c
GM
27792006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2780
2781 * mule.texi (International):
2782 * programs.texi (Basic Indent): Fix typos.
2783
8cf51b2c
GM
2784 * custom.texi (Minor Modes):
2785 * display.texi (Text Display):
2786 * commands.texi (Text Characters): Update xrefs.
2787
27882006-02-07 Richard M. Stallman <rms@gnu.org>
2789
2790 * emacs.texi (Top): Update subnode menu.
2791 Update info on old Emacs papers.
2792 (Intro): "Graphical display", not window system.
2793
2794 * xresources.texi (GTK styles): Minor clarifications.
2795
2796 * trouble.texi: "Graphical display", not window system.
2797 (Stuck Recursive): Minor clarification.
2798
2799 * text.texi: Minor clarifications.
2800 (Sentences): Explain why two-space convention is better.
2801 Explain sentence-end-without-period here.
2802 (Fill Commands): Not here.
2803 (Refill): Node moved down.
2804 (Filling): Update menu.
2805 (Table Creation, Cell Justification, Column Commands): Clarify.
2806
2807 * sending.texi: Minor clarifications.
2808
2809 * search.texi (Regexp Backslash): Clarification.
2810
2811 * rmail.texi: Minor cleanups.
2812 (Rmail): Delete digression about `rmail-mode'.
2813 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2814 (Rmail Files): Mention C-u M-x rmail.
2815 (Rmail Reply): Mention References.
2816 (Rmail Display): Mention rmail-nonignored-headers.
2817
2818 * programs.texi: Minor cleanups.
2819 (Comment Commands): Mention momentary Transient Mark mode.
2820 (Matching): Be more specific about customizing show-paren-mode.
2821 (Info Lookup): Don't list the modes that support C-h S.
2822 Just say what it does in an unsupported mode.
2823 (Man Page): Delete excessive info on customizing woman.
2824 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2825
2826 * abbrevs.texi: Minor clarifications.
2827 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2828 not "dynamic abbrevs" as if they were a kind of abbrev.
2829
2830 * picture.texi (Picture): Minor cleanup.
2831
2832 * mule.texi (Communication Coding): Say "other applications".
2833 (Fontsets): Not specific to X. Add xref to X Resources.
2834 (Unibyte Mode): Rename from Single-Byte Character Support.
2835 "Graphical display", not window system.
2836 (International): Update menu.
2837
2838 * maintaining.texi (Format of ChangeLog):
2839 New node, split out from ChangeLog.
2840 (ChangeLog): Clarifications in the remaining text.
2841 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2842 (Find Tag): Add @w.
2843 (Tags Search): Explain tag table order here. Simplify grep ref.
2844 (List Tags): tags-tag-face is a variable, not a face.
2845 (Emerge): Cleanups.
2846
2847 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2848 (Keyboard Macros): Avoid "the user".
2849
2850 * killing.texi: "Graphical display", not window system.
2851
2852 * help.texi (Help Echo): "Graphical display", not window system.
2853
2854 * glossary.texi: Say "you", not "the user". Say "graphical display".
2855
2856 * frames.texi: Minor cleanups. "Graphical display", not window system.
2857
2858 * files.texi (Visiting): Make drag-and-drop not X-specific.
2859
2860 * custom.texi: Minor cleanups. "Graphical display", not window system.
2861
2862 * cmdargs.texi: Minor cleanups.
2863
2864 * building.texi (Compilation): Move and split kill-compilation para.
2865 Add para about multiple compilers.
2866 (Compilation Mode): Commands also available in grep mode and others.
2867 Mention C-u C-x ` more tutorially. Clarify C-x `.
2868 (Compilation Shell): Clarify. Put Bash example first.
2869 (Grep Searching): Minor cleanups; add @w.
2870 (Debuggers): Minor cleanups.
2871 (Starting GUD): Make GDB xgraphical mode issue clearer.
2872 (Debugger Operation): Lots of clarifications including
2873 GDB tooltip side-effect issue.
2874 (Commands of GUD): Clarify.
2875 (GUD Customization): Add bashdb-mode-hook.
2876 (GDB Graphical Interface): Rewrite for clarity.
2877 (GDB User Interface Layout): Rewrite for clarity.
2878 (Stack Buffer, Watch Expressions): Likewise.
2879 (Other GDB User Interface Buffers): Cleanups.
2880 (Lisp Libraries, External Lisp): Cleanup.
2881
2882 * basic.texi (Position Info): "Graphical displays", rather than
2883 window systems.
2884
2885 * anti.texi: Minor cleanup.
2886
8cf51b2c
GM
28872006-02-03 Eli Zaretskii <eliz@gnu.org>
2888
2889 * custom.texi (Init File, Find Init): Add cross-references to
2890 where $HOME is described.
2891
28922006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2893
2894 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2895 is not inside the @table.
2896
2897 * emacs.texi (Top): Correct node name.
2898
2899 * files.texi (File Names): Fix @xref.
2900 (Reverting): Fix typo.
2901
2902 * mule.texi (International): Correct node name.
2903
2904 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2905
29062006-02-01 Richard M. Stallman <rms@gnu.org>
2907
2908 * emacs.texi (Top): Update subnode menu.
2909
2910 * mule.texi: Minor clarifications.
2911 Reduce the specific references to X Windows.
2912 Refer to "graphical" terminals, rather than window systems.
2913 (Text Coding): Rename from Specify Coding.
2914 (Communication Coding, File Name Coding, Terminal Coding):
2915 New nodes split out from Text Coding.
2916
2917 * kmacro.texi: Minor clarifications.
2918 (Keyboard Macro Ring): Comment out some excessive commands.
2919 (Basic Keyboard Macro): Split up the table, putting part in each node.
2920
2921 * major.texi: Minor clarifications.
2922
2923 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2924
2925 * windows.texi: Minor clarifications.
2926 (Change Window): Don't describe mode-line mouse cmds here.
2927 Add xref to Mode Line Mouse.
2928
2929 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2930
2931 * macos.texi (Mac International): Fix xref.
2932
2933 * indent.texi: Minor clarifications.
2934
2935 * frames.texi: Minor clarifications.
2936 Reduce the specific references to X Windows.
2937 Refer to "graphical" terminals, rather than window systems.
2938 (Frame Parameters): Don't mention commands like
2939 set-foreground-color. Just say to customize a face.
2940 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2941
2942 * files.texi: Minor clarifications.
2943 (Numbered Backups): New node, split out from Backup Names.
2944
2945 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2946
2947 * cmdargs.texi (General Variables): Fix xref.
2948
2949 * buffers.texi: Minor clarifications.
2950
8cf51b2c
GM
29512006-01-31 Richard M. Stallman <rms@gnu.org>
2952
2953 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2954 Nodes moved to top.
2955
2956 * display.texi: Minor clarifications.
2957 (Display): Rearrange menu.
2958 (Standard Faces): Mention query-replace face.
2959 (Faces): Simplify.
2960 (Font Lock): Simplify face customization info.
2961 (Highlight Changes): Node merged into Highlight Interactively.
2962 (Highlight Interactively): Much rewriting and cleanup.
2963 (Optional Mode Line): Narrowed line number not good for goto-line.
2964 Simplify face customization advice.
2965 (Text Display): Mention use of escape-glyph face.
2966 Move ctl-arrow and tab-width here.
2967 (Display Custom): Move no-redraw-on-reenter to end of node.
2968
2969 * search.texi: Minor clarifications.
2970 (Isearch Scroll): Simplify.
2971 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2972
2973 * regs.texi (Registers): Mention bookmarks here.
2974
2975 * mark.texi: Minor clarifications.
2976 (Selective Undo): Node deleted.
2977
2978 * m-x.texi: Minor clarifications.
2979
2980 * killing.texi: Minor clarifications.
2981 Refer to "graphical" terminals, rather than window systems.
2982
2983 * help.texi: Clarifications.
2984 (Help): Don't describe C-h F and C-h K here.
2985 (Key Help): Describe C-h K here.
2986 (Name Help): Mention Emacs Lisp Intro.
2987 Describe C-h F here.
2988 (Misc Help): Mention C-h F and C-h K only briefly.
2989
2990 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2991 Selective undo text merged in.
2992 (Spelling): Mention Aspell along with Ispell.
2993
2994 * emacs.texi (Top): Update subnode menus.
2995
2996 * basic.texi (Basic Undo): Rename from Undo. Most of text
2997 moved to new Undo node.
2998
8cf51b2c
GM
29992006-01-29 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * basic.texi (Continuation Lines, Inserting Text):
3002 Mention longlines mode.
3003
30042006-01-29 Richard M. Stallman <rms@gnu.org>
3005
10d1d0af 3006 * screen.texi: Minor cleanups.
8cf51b2c
GM
3007 (Screen): Clean up the intro paragraphs.
3008 (Mode Line): Lots of rewriting. Handle frame-name better.
3009 eol-mnemonic-... vars moved out.
3010
3011 * emacs.texi (Top): Change menu item for MS-DOS node.
3012 Update subnode menu.
3013
3014 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3015 chapter relates to Windows. Title changed.
3016
3017 * mini.texi: Minor cleanups.
3018
3019 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3020 (Mark): Put it in the menu.
3021
3022 * entering.texi: Minor cleanups.
3023
3024 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3025 (Intro): Refer to "graphical" terminals, rather than X.
3026
3027 * display.texi (Display Custom): Add xref to Variables.
3028 (Optional Mode Line): eol-mnemonic-... vars moved here.
3029
3030 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3031 rather than X.
3032
8cf51b2c
GM
3033 * basic.texi: Minor cleanups.
3034 (Undo): selective-undo moved.
3035
8cf51b2c
GM
30362006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3037
3038 * anti.texi (Antinews): Various corrections and additions.
3039
30402006-01-23 Juri Linkov <juri@jurta.org>
3041
3042 * custom.texi (Easy Customization, Customization Groups)
3043 (Browsing Custom): Mention links along with buttons.
3044
8cf51b2c
GM
30452006-01-21 Eli Zaretskii <eliz@gnu.org>
3046
8cf51b2c
GM
3047 * text.texi (TeX Print): Use @key for TAB.
3048
8cf51b2c
GM
3049 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3050
8cf51b2c
GM
30512006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3052
3053 * files.texi (File Aliases): Don't claim that usually separate
3054 buffers are created for two file names that name the same data.
3055 Mention additional situations where different names mean the same
3056 file on disk.
3057
30582006-01-19 Richard M. Stallman <rms@gnu.org>
3059
3060 * killing.texi (Deletion): Upcase @key argument.
3061
3062 * custom.texi (Custom Themes): Minor cleanup.
3063
3064 * programs.texi (Hungry Delete): Upcase @key argument.
3065
8cf51b2c
GM
30662006-01-16 Juri Linkov <juri@jurta.org>
3067
3068 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3069 Move `mode-line-highlight' before `mode-line-buffer-id'.
3070
8cf51b2c
GM
30712006-01-14 Richard M. Stallman <rms@gnu.org>
3072
3073 * basic.texi (Inserting Text): Minor cleanup.
3074
8cf51b2c
GM
30752006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3076
3077 * custom.texi (Changing a Variable, Face Customization):
3078 Update for changes in Custom menus.
3079
8cf51b2c
GM
30802006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3081
3082 * macos.texi (Mac International): Undo last change.
3083
8cf51b2c
GM
30842006-01-02 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * custom.texi (Custom Themes): Describe the new
3087 customize-create-theme interface.
3088
30892005-12-30 Juri Linkov <juri@jurta.org>
3090
3091 * basic.texi (Position Info): Update example.
3092
c8763fb6 30932005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3094
3095 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3096
30972005-12-24 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * custom.texi (Custom Themes): `load-theme' always loads.
3100
31012005-12-23 Juri Linkov <juri@jurta.org>
3102
3103 * display.texi (Highlight Interactively): Use double space to
3104 separate sentences. Replace C-p with M-p, and C-n with M-n.
3105
31062005-12-22 Richard M. Stallman <rms@gnu.org>
3107
3108 * custom.texi (Easy Customization and subnodes):
3109 Replace "active field" with "button".
3110 Use "user option" only for variables.
3111 Use "setting" for variable-or-face.
3112
31132005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3114
3115 * buffers.texi (Select Buffer): Change order in table to make
3116 "Similar" refer to the correct item.
3117 (Indirect Buffers): Minor rewording.
3118
8cf51b2c
GM
31192005-12-20 Juri Linkov <juri@jurta.org>
3120
3121 * files.texi (VC Status): Put P and N near p and n.
3122
8cf51b2c
GM
31232005-12-19 Richard M. Stallman <rms@gnu.org>
3124
3125 * programs.texi (Electric C): Delete the info about newline control.
3126 (Other C Commands): Minor cleanup.
3127 (Left Margin Paren): Minor cleanup.
3128
31292005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3130
3131 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3132 (Customization Groups): Delete text moved to "Browsing Custom".
3133 (Browsing Custom): New node.
3134 (Specific Customization): Clarify which commands only work for
3135 loaded options.
3136
31372005-12-18 Bill Wohler <wohler@newt.com>
3138
3139 * frames.texi (Tool Bars): Shorten text of previous change.
3140
31412005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3142
3143 * files.texi (VC Status): Document log-view mode.
3144
31452005-12-18 Bill Wohler <wohler@newt.com>
3146
3147 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3148 permanently via the customize interface.
3149
8cf51b2c
GM
31502005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3151
3152 * killing.texi (Killing by Lines): Document `kill-whole-line'
3153 function.
3154
c8763fb6 31552005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3156
3157 * buffers.texi (Select Buffer): Change `prev-buffer' to
3158 `previous-buffer'. Indicate that these functions use a frame
3159 local buffer list.
3160
8cf51b2c
GM
31612005-12-12 Richard M. Stallman <rms@gnu.org>
3162
3163 * custom.texi (Easy Customization): Change menu comment.
3164 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3165
3166 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3167 (Help): Among the Apropos commands, describe only C-h a here.
3168
31692005-12-11 Richard M. Stallman <rms@gnu.org>
3170
3171 * programs.texi (Options for Comments): Comment-end starts with space.
3172
3173 * glossary.texi (Glossary): Minor cleanup.
3174
3175 * files.texi (Old Versions): Use @table.
3176
8cf51b2c
GM
31772005-12-10 David Koppelman <koppel@ece.lsu.edu>
3178
3179 * display.texi (Highlight Interactively): Include
3180 global-hi-lock-mode. Add miscellaneous details and elaborations.
3181
31822005-12-09 Richard M. Stallman <rms@gnu.org>
3183
3184 * display.texi (Font Lock): Delete the Global FL menu item.
3185
31862005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * custom.texi (Minibuffer Maps): Mention the maps for file name
3189 completion.
3190
31912005-12-09 Kim F. Storm <storm@cua.dk>
3192
3193 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3194 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3195 cursor to next corner in rectangle; clarify insert around rectangle.
3196
8cf51b2c
GM
31972005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3198
3199 * custom.texi (Customization): Use xref to elisp manual for
3200 non-TeX output.
3201 (Minor Modes): Update.
3202 (Customization Groups, Changing a Variable, Face Customization):
3203 Update for new appearance of Custom buffers.
3204 (Changing a Variable): `custom-buffer-done-function' has been
3205 replaced by `custom-buffer-done-kill'.
3206 (Specific Customization): In the `customize-group' buffer, a
3207 subgroup's contents are not "hidden". They are not included at
3208 all. They have no [Show] button.
3209 (Mouse Buttons): Add pxref to description of mouse event lists in
3210 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3211 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3212 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3213
32142005-12-08 Richard M. Stallman <rms@gnu.org>
3215
3216 * mini.texi (Completion Commands, Completion):
3217 In file name input, SPC does not do completion.
3218
8cf51b2c
GM
32192005-12-08 Nick Roberts <nickrob@snap.net.nz>
3220
3221 * building.texi (GDB Graphical Interface): Explain screen size
3222 setting.
3223 (Other GDB User Interface Buffers): Describe features specific to
3224 GDB 6.4.
3225
8cf51b2c
GM
32262005-12-01 Nick Roberts <nickrob@snap.net.nz>
3227
3228 * building.texi (GDB User Interface Layout): Describe how to
3229 kill associated buffers.
3230 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3231 (Watch Expressions): Be more precise.
3232 (Other GDB User Interface Buffers): Describe how to change a
3233 register value.
3234
8cf51b2c
GM
32352005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3236
3237 * macos.texi (Mac Input): Remove description of
3238 mac-command-key-is-meta. Add descriptions of
3239 mac-control-modifier, mac-command-modifier, and
3240 mac-option-modifier.
3241 (Mac International): Fix description of conversion of clipboard data.
3242 (Mac Font Specs): Add example of font customization by face attributes.
3243
32442005-11-22 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * building.texi (Watch Expressions): Expand description.
3247 (Other GDB User Interface Buffers): Describe local map for
3248 gud-watch.
3249
32502005-11-21 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * display.texi (Font Lock): Font lock is enabled by default now.
3253
32542005-11-20 Juri Linkov <juri@jurta.org>
3255
3256 * basic.texi (Position Info): Update examples of the output.
3257 Remove the fact that examples are produced in the TeXinfo buffer,
3258 because in the Info reader users will get a different output from
3259 `C-x ='.
3260
3261 * building.texi (Compilation Mode): Remove paragraph duplicated
3262 from the node `Compilation'. Add `compilation-skip-threshold'.
3263
3264 * display.texi (Font Lock): Suggest more user-friendly method of
3265 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3266
32672005-11-18 Richard M. Stallman <rms@gnu.org>
3268
3269 * files.texi (Registering): Mention @@ in mode line.
3270
3271 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3272
32732005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3274
3275 * files.texi (Renaming and VC): Some back-ends don't
3276 handle renaming.
3277
8cf51b2c
GM
32782005-11-17 Juri Linkov <juri@jurta.org>
3279
3280 * emacs.texi (Top):
3281 * display.texi (Highlight Interactively): Put this font-lock based
3282 mode near Font Lock node.
3283
32842005-11-16 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3287 icons.
3288
32892005-11-12 Kim F. Storm <storm@cua.dk>
3290
3291 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3292 (Help Summary): Add C-h d and C-h e.
3293 (Apropos): Clarify that all apropos commands may search for either
3294 list of words or a regexp. Add C-h d for apropos-documentation.
3295 Describe apropos-documentation-sort-by-scores user option.
3296
8cf51b2c
GM
32972005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3298
3299 * killing.texi (CUA Bindings): Add @section.
3300
33012005-11-10 Kim F. Storm <storm@cua.dk>
3302
3303 * emacs.texi (Top): Add CUA Bindings entry to menu.
3304
3305 * killing.texi (CUA Bindings): New node. Moved here from
3306 misc.texi and extended with info on rectangle commands and
3307 rectangle highlighting, interface to registers, and the global
3308 mark feature.
3309
3310 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3311
3312 * regs.texi: Prev link points to CUA Bindings node.
3313
33142005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3315
3316 * help.texi (Help Echo): By default, help echos are only shown on
3317 mouse-over, not on point-over.
3318
c8763fb6 33192005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3320
3321 * misc.texi (Shell Mode): Describe how to activate password echoing.
3322
8cf51b2c
GM
33232005-11-04 Romain Francoise <romain@orebokech.com>
3324
3325 * mark.texi (Mark Ring): Fix typo.
3326
33272005-11-03 Richard M. Stallman <rms@gnu.org>
3328
3329 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3330
33312005-11-01 Bill Wohler <wohler@newt.com>
3332
3333 * help.texi (Help Mode): Fix typo.
3334
33352005-11-01 Nick Roberts <nickrob@snap.net.nz>
3336
3337 * building.texi (Other GDB User Interface Buffers): Describe
3338 the command gdb-use-inferior-io-buffer.
3339
33402005-10-31 Romain Francoise <romain@orebokech.com>
3341
3342 * files.texi (Compressed Files): Fix typo.
3343
3344 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3345
3346 * windows.texi (Force Same Window): Likewise.
3347
33482005-10-30 Bill Wohler <wohler@newt.com>
3349
3350 * help.texi (Help Mode): URLs viewed with browse-url.
3351
33522005-10-31 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * building.texi (GDB Graphical Interface): Don't reference
3355 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3356 must stay in same frame.
3357
33582005-10-29 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3361
3362 * anti.texi (Antinews): Likewise.
3363
8cf51b2c
GM
33642005-10-28 Bill Wohler <wohler@newt.com>
3365
3366 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3367
33682005-10-28 Richard M. Stallman <rms@gnu.org>
3369
3370 * files.texi (Visiting): Explain how to enter ? in a file name.
3371
3372 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3373
8cf51b2c
GM
33742005-10-25 Nick Roberts <nickrob@snap.net.nz>
3375
3376 * building.texi (GDB Graphical Interface): Describe
3377 gdb-mouse-until.
3378
33792005-10-23 Richard M. Stallman <rms@gnu.org>
3380
3381 * custom.texi (Init File): Recommend when to use site-start.el.
3382
8cf51b2c
GM
33832005-10-21 Juri Linkov <juri@jurta.org>
3384
3385 * custom.texi (Examining): Mention accessing the old variable
3386 value via M-n in set-variable.
3387
8cf51b2c
GM
33882005-10-18 Romain Francoise <romain@orebokech.com>
3389
3390 * files.texi (Version Systems): Capitalize GNU.
3391
8cf51b2c
GM
33922005-10-18 Nick Roberts <nickrob@snap.net.nz>
3393
3394 * building.texi (Compilation Mode): Remove redundant paragraph.
3395 (Watch Expressions): Remove paragraph to reflect code change.
3396
8cf51b2c
GM
33972005-10-16 Richard M. Stallman <rms@gnu.org>
3398
3399 * building.texi (Compilation Mode, Compilation): Clarified.
3400
34012005-10-15 Richard M. Stallman <rms@gnu.org>
3402
3403 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3404
8cf51b2c
GM
34052005-10-13 Kenichi Handa <handa@m17n.org>
3406
3407 * basic.texi (Position Info): Fix previous change.
3408
c8763fb6 34092005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3410
3411 * cmdargs.texi (Icons X): Fix typo.
3412
34132005-10-12 Kenichi Handa <handa@m17n.org>
3414
3415 * basic.texi (Position Info): Describe the case that Emacs shows
3416 "part of display ...".
3417
c8763fb6 34182005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3419
3420 * cmdargs.texi (Icons X): -nb => -nbi.
3421
34222005-10-10 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * frames.texi (Speedbar): A couple more clarifications.
3425
34262005-10-11 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * building.texi (GDB User Interface Layout): Improve diagram.
3429 (Watch Expressions): Explain how to make speedbar global.
3430 (Other GDB User Interface Buffers): Make references more precise.
3431
8cf51b2c
GM
34322005-10-09 Richard M. Stallman <rms@gnu.org>
3433
3434 * frames.texi (Speedbar): Clarify the text.
3435
34362005-10-09 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * frames.texi (Speedbar): Add information on keybindings,
3439 dismissing the speedbar, and buffer display mode. Link to
3440 speedbar manual.
3441
c8763fb6 34422005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3443
3444 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3445 added -nb, --no-bitmap-icon.
3446
8cf51b2c
GM
34472005-10-07 Nick Roberts <nickrob@snap.net.nz>
3448
3449 * building.texi (GDB Graphical Interface): Add variables and
3450 functions to indices. Be more precise.
3451
c8763fb6 34522005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3453
3454 * frames.texi (Drag and Drop): Remove the x- from
3455 x-dnd-open-file-other-window and xdnd-protocol-alist.
3456
34572005-09-30 Romain Francoise <romain@orebokech.com>
3458
3459 * mini.texi (Minibuffer): The default value now appears before the
3460 colon in minibuffer prompts.
3461
8cf51b2c
GM
34622005-09-25 Richard M. Stallman <rms@gnu.org>
3463
3464 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3465
8cf51b2c
GM
34662005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3467
3468 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3469
8cf51b2c
GM
34702005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3471
3472 * emacs.texi (Top): Update submenus from macos.texi.
3473
3474 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3475 (Mac OS): Update feature support status.
3476 (Mac Input): List supported input scripts. Remove description
3477 about `mac-keyboard-text-encoding'. Mention mouse button
3478 emulation and related variables.
3479 (Mac International): Mention Central European and Cyrillic
3480 support. Now `keyboard-coding-system' is dynamically changed.
3481 Add description about coding system for selection. Add
3482 description about language environment.
3483 (Mac Environment Variables): Mention
3484 `~/.MacOSX/environment.plist'. Give example of command line
3485 arguments. Add Preferences support.
3486 (Mac Directories): Explicitly state that this node is for Mac OS
3487 Classic only.
3488 (Mac Font Specs): Mention specification for scalable fonts. List
3489 supported charsets. Add preferred way of creating fontsets. Add
3490 description about `mac-allow-anti-aliasing'.
3491 (Mac Functions): Add descriptions about `mac-set-file-creator',
3492 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3493 and `mac-get-preference'.
3494
8cf51b2c
GM
34952005-09-16 Romain Francoise <romain@orebokech.com>
3496
3497 Update all files to specify GFDL version 1.2.
3498
3499 * doclicense.texi (GNU Free Documentation License): Update to
3500 version 1.2.
3501
35022005-09-15 Richard M. Stallman <rms@gnu.org>
3503
3504 * buffers.texi (List Buffers): Fix xref.
3505
3506 * rmail.texi (Rmail Basics): Fix xref.
3507
3508 * emacs.texi (Top): Update subnode menus.
3509
3510 * files.texi (Saving Commands): New node, broken out of Saving.
3511 (Customize Save): New node, broken out of Saving.
3512 Clarify effect of write-region-inhibit-fsync.
3513 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3514
8cf51b2c
GM
35152005-09-14 Romain Francoise <romain@orebokech.com>
3516
3517 * files.texi (Saving): Mention write-region-inhibit-fsync.
3518
35192005-09-05 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * custom.texi (Custom Themes): New node.
3522
35232005-09-03 Richard M. Stallman <rms@gnu.org>
3524
49823426
GM
3525 * search.texi (Search Case): Mention vars that control
3526 case-fold-search for various operations.
8cf51b2c
GM
3527
35282005-08-22 Juri Linkov <juri@jurta.org>
3529
3530 * display.texi (Standard Faces): Merge the text from
3531 `(elisp)Standard Faces' into this node.
3532
35332005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3534
3535 * emacs.texi (Top): Delete menu item for deleted node
3536 Keyboard Translations.
3537
35382005-08-18 Richard M. Stallman <rms@gnu.org>
3539
8cf51b2c
GM
3540 * trouble.texi (Unasked-for Search):
3541 Delete xref to Keyboard Translations.
3542
3543 * glossary.texi (Glossary): Delete xref.
3544
8cf51b2c
GM
3545 * custom.texi (Minor Modes): Say that the list here is not complete.
3546 (Keyboard Translations): Node deleted.
3547 (Disabling): Delete xref to it.
3548 (Customization Groups): Fix Custom buffer example.
3549 (Hooks): Mention remove-hooks.
3550
35512005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3552
3553 * building.texi (GDB Graphical Interface): Improve filling of menu
3554 item.
3555
35562005-08-18 Nick Roberts <nickrob@snap.net.nz>
3557
3558 * building.texi (GDB Graphical Interface): Use better node names.
3559
35602005-08-14 Richard M. Stallman <rms@gnu.org>
3561
3562 * text.texi (Sentences): Fix xref.
3563
35642005-08-14 Juri Linkov <juri@jurta.org>
3565
3566 * building.texi (Compilation, Grep Searching): Move grep command
3567 headings from `Compilation' to `Grep Searching'.
3568
3569 * dired.texi (Dired and Find):
3570 * maintaining.texi (Tags Search): Replace grep xref to
3571 `Compilation' node with `Grep Searching'.
3572
3573 * files.texi (Comparing Files): Replace xref to `Compilation' with
3574 `Compilation Mode'.
3575
35762005-08-13 Alan Mackenzie <acm@muc.de>
3577
3578 * search.texi (Non-ASCII Isearch): Correct a typo.
3579 (Replacement Commands): Mention query-replace key binding.
3580
35812005-08-11 Richard M. Stallman <rms@gnu.org>
3582
3583 * programs.texi (Options for Comments): Fix xref.
3584
3585 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3586 out of Regexps.
3587
8cf51b2c
GM
35882005-08-09 Juri Linkov <juri@jurta.org>
3589
3590 * building.texi (Compilation): Use `itemx' instead of `item'.
3591 (Grep Searching): Simplify phrase.
3592
3593 * display.texi (Standard Faces): Describe vertical-border on
3594 window systems.
3595
3596 * windows.texi (Split Window): Simplify phrase and mention
3597 vertical-border face.
3598
35992005-08-09 Richard M. Stallman <rms@gnu.org>
3600
3601 * files.texi (Comparing Files): Clarify compare-windows.
3602
3603 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3604
8cf51b2c
GM
36052005-08-06 Eli Zaretskii <eliz@gnu.org>
3606
3607 * mule.texi (Coding Systems): Rephrase the paragraph about
3608 codepages: no need for "M-x codepage-setup" anymore, except on
3609 MS-DOS.
3610
3611 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3612 the MS-DOS port only.
3613
36142005-07-30 Eli Zaretskii <eliz@gnu.org>
3615
3616 * makefile.w32-in (info): Don't run multi-install-info.bat.
3617 ($(infodir)/dir): New target, produced by running
3618 multi-install-info.bat.
3619
8cf51b2c
GM
36202005-07-22 Eli Zaretskii <eliz@gnu.org>
3621
3622 * files.texi (Quoted File Names): Add index entry.
3623
8cf51b2c
GM
36242005-07-19 Juri Linkov <juri@jurta.org>
3625
3626 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3627
36282005-07-18 Juri Linkov <juri@jurta.org>
3629
8cf51b2c
GM
3630 * custom.texi (Easy Customization):
3631 * files.texi (Old Versions):
3632 * frames.texi (Wheeled Mice):
3633 * mule.texi (Specify Coding):
8cf51b2c
GM
3634 * text.texi (Cell Justification):
3635 * trouble.texi (After a Crash):
8cf51b2c
GM
3636 * xresources.texi (GTK styles):
3637 Delete duplicate duplicate words.
3638
36392005-07-17 Richard M. Stallman <rms@gnu.org>
3640
3641 * frames.texi (Creating Frames): Fix foreground color example.
3642
3643 * custom.texi (Init Examples): Clean up text about conditionals.
3644
36452005-07-16 Richard M. Stallman <rms@gnu.org>
3646
3647 * mini.texi (Completion Commands): Fix command name for ?.
3648
8cf51b2c
GM
36492005-07-16 Eli Zaretskii <eliz@gnu.org>
3650
3651 * display.texi (Standard Faces): Explain that customization of
3652 `menu' face has no effect on w32 and with GTK. Add
3653 cross-references.
3654
3655 * cmdargs.texi (General Variables): Clarify the default location
3656 of $HOME on w32 systems.
3657
36582005-07-15 Jason Rumney <jasonr@gnu.org>
3659
3660 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3661 changed.
3662
36632005-07-08 Kenichi Handa <handa@m17n.org>
3664
3665 * mule.texi (Recognize Coding): Recommend
3666 revert-buffer-with-coding-system instead of revert-buffer.
3667
36682005-07-07 Richard M. Stallman <rms@gnu.org>
3669
3670 * anti.texi (Antinews): Mention mode-line-inverse-video.
3671
3672 * files.texi (Saving): Minor correction about C-x C-w.
3673
3674 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3675
36762005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * search.texi (Isearch Scroll): Add example of using the
3679 `isearch-scroll' property.
3680 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3681 `Display Custom' node.
3682 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3683 and de-emphasize it.
3684 (Other Repeating Search): `occur' currently can not correctly
3685 handle multiline matches. Correct, clarify and update description
3686 of `flush-lines' and `keep-lines'.
3687
3688 * display.texi (Display Custom): Add anchor for `baud-rate'.
3689
36902005-07-07 Richard M. Stallman <rms@gnu.org>
3691
3692 * gnu.texi: Update where to get GNU status; add refs for how to help.
3693 Add footnotes 6 and 7.
3694
36952005-07-04 Lute Kamstra <lute@gnu.org>
3696
3697 Update FSF's address in GPL notices.
3698
8cf51b2c 3699 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3700 * trouble.texi (Checklist): Update FSF's address.
3701
8cf51b2c
GM
37022005-06-24 Richard M. Stallman <rms@gnu.org>
3703
3704 * display.texi (Text Display): Change index entries.
3705
37062005-06-24 Eli Zaretskii <eliz@gnu.org>
3707
3708 * makefile.w32-in (MAKEINFO): Use --force.
3709 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3710 Makefile.in.
8cf51b2c
GM
3711
37122005-06-23 Richard M. Stallman <rms@gnu.org>
3713
3714 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3715 nobreak-char-display.
3716
3717 * emacs.texi (Top): Update detailed node listing.
3718
3719 * display.texi (Text Display): Renamed show-nonbreak-escape
3720 to nobreak-char-display and no-break-space to nobreak-space.
3721 (Standard Faces): Split up the list of standard faces
3722 and put it in a separate node. Add nobreak-space and
3723 escape-glyph.
3724
8cf51b2c
GM
37252005-06-23 Lute Kamstra <lute@gnu.org>
3726
3727 * mule.texi (Select Input Method): Fix typo.
3728
37292005-06-23 Kenichi Handa <handa@m17n.org>
3730
3731 * mule.texi (International): List all supported scripts. Adjust
3732 text for that leim is now included in the normal Emacs
3733 distribution.
3734 (Language Environments): List all language environments.
3735 Intlfonts contains fonts for most supported scripts, not all..
3736 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3737 input a specific character.
8cf51b2c
GM
3738 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3739
37402005-06-23 Juanma Barranquero <lekktu@gmail.com>
3741
49823426 3742 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3743
37442005-06-22 Miles Bader <miles@gnu.org>
3745
3746 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3747
37482005-06-20 Miles Bader <miles@gnu.org>
3749
3750 * display.texi (Faces): Add `vertical-divider'.
3751
37522005-06-17 Richard M. Stallman <rms@gnu.org>
3753
3754 * text.texi (Adaptive Fill): Minor clarification.
3755
8cf51b2c
GM
37562005-06-10 Lute Kamstra <lute@gnu.org>
3757
3758 * emacs.texi (Top): Correct version number.
3759 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3760 refer to the current version of Emacs.
3761
37622005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * files.texi (Log Buffer): Document when there can be more than
3765 one file to be committed.
3766
37672005-06-08 Juri Linkov <juri@jurta.org>
3768
3769 * display.texi (Faces): Add `shadow' face.
3770
37712005-06-07 Masatake YAMATO <jet@gyve.org>
3772
3773 * display.texi (Faces): Write about mode-line-highlight.
3774
37752005-06-06 Richard M. Stallman <rms@gnu.org>
3776
3777 * misc.texi (Printing Package): Explain how to initialize
3778 printing package.
3779
3780 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3781
37822005-06-05 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * emacs.texi: Rename Hardcopy to Printing.
3785 Make PostScript and PostScript Variables subnodes of it.
3786
3787 * misc.texi (Printing): Rename node from Hardcopy.
3788 Mention menu bar options.
3789 Move PostScript and PostScript Variables to submenu.
3790 (Printing package): New node.
3791
3792 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3793
3794 * dired.texi (Operating on Files): Likewise.
3795
3796 * calendar.texi (Displaying the Diary): Likewise.
3797
3798 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3799
3800 * glossary.texi (Glossary): Likewise.
3801
3802 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3803 effect.
3804
38052005-06-04 Richard M. Stallman <rms@gnu.org>
3806
3807 * trouble.texi (After a Crash): Polish previous change.
3808
8cf51b2c
GM
38092005-05-30 Noah Friedman <friedman@splode.com>
3810
3811 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3812 recovery mechanism.
3813
8cf51b2c
GM
38142005-05-28 Nick Roberts <nickrob@snap.net.nz>
3815
3816 * building.texi (Other Buffers): SPC toggles display of
3817 floating point registers.
3818
8cf51b2c
GM
38192005-05-27 Nick Roberts <nickrob@snap.net.nz>
3820
3821 * files.texi (Log Buffer): Merge in description of Log Edit
3822 mode from pcl-cvs.texi.
3823
38242005-05-26 Richard M. Stallman <rms@gnu.org>
3825
3826 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3827
8cf51b2c
GM
38282005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3831 not enabled by default.
3832 When not on a word, `ispell-word' by default checks the word
3833 before point.
3834
38352005-05-24 Nick Roberts <nickrob@snap.net.nz>
3836
3837 * building.texi (Debugger Operation): Simplify last sentence.
3838
38392005-05-23 Lute Kamstra <lute@gnu.org>
3840
3841 * emacs.texi: Update FSF's address throughout.
3842 (Preface): Use @cite.
3843 (Distrib): Add cross reference to the node "Copying". Mention the
3844 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3845 printed manuals.
3846 (Intro): Use @xref for the Emacs Lisp Intro.
3847
8cf51b2c
GM
38482005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3849
3850 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3851
3852 * basic.texi (Moving Point): Mention default for `goto-line'.
3853
3854 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3855 of a variable's docstring.
3856
38572005-05-18 Lute Kamstra <lute@gnu.org>
3858
3859 * maintaining.texi (Overview of Emerge): Add cross reference.
3860 Remove duplication.
3861
3862 * emacs.texi (Top): Update to the current structure of the manual.
3863 * misc.texi (Emacs Server): Add menu description.
3864 * files.texi (Saving): Fix menu.
3865 * custom.texi (Customization): Fix menu.
3866 * mule.texi (International): Fix menu.
3867 * kmacro.texi (Keyboard Macros): Fix menu.
3868
38692005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3870
3871 * display.texi: Various minor changes.
3872 (Faces): Delete text that is repeated in the next section.
3873
38742005-05-16 Nick Roberts <nickrob@snap.net.nz>
3875
3876 * building.texi (Debugger Operation): Mention GUD tooltips are
3877 disabled with GDB in text command mode.
3878
8cf51b2c
GM
38792005-05-16 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * building.texi: Replace toolbar with "tool bar" for consistency.
3882 (Compilation Mode): Describe compilation-context-lines
3883 and use of arrow in compilation buffer.
3884 (Debugger Operation): Replace help text with variable's value.
3885
3886 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3887 consistency.
3888
38892005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3892 Add xref.
3893
8cf51b2c
GM
38942005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3897 (Position Info): Delete discussion of `goto-line'. It is already
3898 described in `Moving point'.
3899
3900 * mini.texi (Completion Commands): Correct reference.
3901 (Completion Options): Fix typo.
3902
3903 * killing.texi (Deletion): Complete description of `C-x C-o'.
3904
8cf51b2c
GM
39052005-05-10 Richard M. Stallman <rms@gnu.org>
3906
3907 * building.texi (Compilation): Clarify recompile's directory choice.
3908
3909 * frames.texi (Tooltips): Cleanups.
3910
3911 * basic.texi (Arguments): Fix punctuation.
3912
39132005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3914
3915 * screen.texi (Menu Bar): The up and down (not left and right)
3916 arrow keys move through a keyboard menu.
3917
39182005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3919
3920 * basic.texi: Various typo and grammar fixes.
3921 (Moving Point): C-a now runs move-beginning-of-line.
3922
39232005-05-08 Nick Roberts <nickrob@snap.net.nz>
3924
3925 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3926
3927 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3928 as different animals.
3929
39302005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3933 Correct index entry.
3934
39352005-05-07 Nick Roberts <nickrob@snap.net.nz>
3936
3937 * building.texi (Debugger Operation): Update to reflect changes
3938 in GUD tooltips.
3939
39402005-04-30 Richard M. Stallman <rms@gnu.org>
3941
3942 * files.texi (Compressed Files): Auto Compression normally enabled.
3943
3944 * building.texi (Debugger Operation): Clarify previous change.
3945
8cf51b2c
GM
39462005-04-28 Nick Roberts <nickrob@snap.net.nz>
3947
3948 * building.texi (Debugger Operation): Add description for
3949 GUD tooltips when program is not running.
3950
39512005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * misc.texi (Shell): Add `Shell Prompts' to menu.
3954 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3955 description. Delete remarks moved to new node.
3956 (Shell Prompts): New node.
3957 (History References): Replace remarks moved to `Shell Prompts'
3958 with xref to that node.
3959 (Remote Host): Clarify how to specify the terminal type when
3960 logging in to a different machine.
3961
39622005-04-26 Richard M. Stallman <rms@gnu.org>
3963
3964 * emacs.texi (Top): Update submenus from files.texi.
3965
3966 * files.texi (Filesets): Clarify previous change.
3967
3968 * dired.texi (Misc Dired Features): Clarify previous change.
3969
39702005-04-25 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3973
3974 * dired.texi (Misc Dired Features): Document
3975 dired-compare-directories.
3976
3977 * files.texi (Filesets): New node.
3978 (File Conveniences): Document Image mode.
3979
3980 * text.texi (TeX Print): Document tex-compile.
3981
39822005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3985 Delete redundant reference to tooltip Custom group. It is
3986 referred too again in the next paragraph.
3987
39882005-04-24 Richard M. Stallman <rms@gnu.org>
3989
3990 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3991
8cf51b2c
GM
39922005-04-19 Kim F. Storm <storm@cua.dk>
3993
3994 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3995
39962005-04-18 Lars Hansen <larsh@math.ku.dk>
3997
3998 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3999 turns off desktop-save-mode.
4000
40012005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4004 by default in terminals compatible with xterm. Mention that
4005 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4006 node.
4007
8cf51b2c
GM
40082005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4009
4010 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4011
c8763fb6 40122005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4013
4014 * xresources.texi (Table of Resources): Add cursorBlink.
4015
40162005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4017
4018 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4019 `d', `C-d' and `u'.
4020
40212005-04-11 Richard M. Stallman <rms@gnu.org>
4022
4023 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4024 (Misc X): Add -D, --basic-display.
4025
4026 * maintaining.texi (Change Log): Correct the description of
4027 the example.
4028
4029 * major.texi (Choosing Modes): Document magic-mode-alist.
4030
8cf51b2c
GM
40312005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4034 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4035 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4036 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4037 `w', respectively.
4038 (Rmail Labels): Mention `l'.
4039 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4040 (Rmail Summary Edit): Describe `j' and RET.
4041
c8763fb6 40422005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4043
4044 * xresources.texi (Lucid Resources): Add fontSet resource.
4045
8cf51b2c
GM
40462005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4047
4048 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4049 now called `indicate-empty-lines'.
4050
40512005-04-06 Kim F. Storm <storm@cua.dk>
4052
4053 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4054
40552005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4056
4057 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4058 deleted.
4059 (Marks vs Flags): Add some convenient key bindings.
4060 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4061 (Misc Dired Features): Correct and expand description of `w' command.
4062
4063 * frames.texi (XTerm Mouse): Delete apparently false info.
4064 The GNU/Linux console currently does not appear to support
4065 `xterm-mouse-mode'.
4066
8cf51b2c
GM
40672005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4068
4069 * calendar.texi (Diary): Mention shell utility `calendar'.
4070
40712005-04-01 Richard M. Stallman <rms@gnu.org>
4072
4073 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4074
8cf51b2c
GM
40752005-04-01 Lute Kamstra <lute@gnu.org>
4076
4077 * maintaining.texi (Change Log): add-change-log-entry uses
4078 add-log-mailing-address.
4079
40802005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4083 `VC Mode Line' and put in an xref to that node.
4084 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4085 its description.
4086
40872005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4088
4089 * calendar.texi (Calendar Systems): Say that the Persian calendar
4090 implemented here is the arithmetical one championed by Birashk.
4091
40922005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4093
4094 * programs.texi (Fortran Motion): Fix previous change.
4095
8cf51b2c
GM
40962005-03-29 Richard M. Stallman <rms@gnu.org>
4097
4098 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4099
41002005-03-29 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * text.texi (Refill): Refer to Long Lines Mode.
4103 (Longlines): New node.
4104 (Auto Fill): Don't index "word wrap" here.
4105 (Filling): Add Longlines to menu.
4106
41072005-03-29 Richard M. Stallman <rms@gnu.org>
4108
4109 * xresources.texi: Minor fixes.
4110
4111 * misc.texi (Emacs Server): Fix Texinfo usage.
4112
4113 * emacs.texi (Top): Don't use a real section heading for
4114 "Detailed Node Listing". Fake it instead.
4115
4116 * basic.texi (Position Info): Minor cleanup.
4117
4118 * mule.texi (Input Methods): Minor cleanup.
4119
41202005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4121
4122 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4123 constructs as well.
4124 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4125
41262005-03-29 Kenichi Handa <handa@m17n.org>
4127
4128 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4129
4130 * basic.texi (Position Info): Update the description about the
4131 command C-u C-x =.
4132
41332005-03-28 Richard M. Stallman <rms@gnu.org>
4134
4135 * emacs.texi (Top): Use @section for the detailed node listing.
4136
4137 * calendar.texi: Minor fixes to previous change.
4138
4139 * programs.texi (Fortran): Small fixes to previous changes.
4140
4141 * emacs.texi (Top): Update list of subnodes of Dired.
4142 Likewise for building.texi.
4143
4144 * files.texi (File Conveniences): Delete Auto Image File mode.
4145
41462005-03-28 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * building.texi (Flymake): New node.
4149
4150 * custom.texi (Function Keys): Document kp- event types and
4151 keypad-setup package.
4152
4153 * dired.texi (Wdired): New node.
4154
4155 * files.texi (File Conveniences): Reorder entries.
4156 Explain how to turn on Auto-image-file mode.
4157 Document Thumbs mode.
4158
4159 * mule.texi (Specify Coding): Document recode-region and
4160 recode-file-name.
4161
4162 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4163
41642005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4165
4166 * commands.texi (Keys): M-o is now a prefix key.
4167
41682005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4169
4170 * programs.texi: Reformat and update copyright years.
4171 (Fortran): Update section.
4172
41732005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4174
4175 * files.texi: Several small changes in addition to:
4176 (Visiting): Change xref for Dialog Boxes to ref.
4177 (Version Headers): Replace references to obsolete var
4178 `vc-header-alist' with `vc-BACKEND-header'.
4179 (Customizing VC): Update value of `vc-handled-backends'.
4180
41812005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4182
4183 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4184 move here from Emacs Lisp Reference Manual.
4185 * calendar.texi (Calendar/Diary, Diary Commands)
4186 (Special Diary Entries, Importing Diary): Change some xrefs to
4187 point to emacs-xtra rather than elisp.
4188
4189 * emacs-xtra.texi (Calendar Customizing):
4190 Move view-diary-entries-initially, view-calendar-holidays-initially,
4191 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4192 Emacs Manual.
4193 (Appt Customizing): Merge entire section into main Emacs Manual.
4194 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4195 mark-holidays-in-calendar here from emacs-xtra.
4196 (Displaying the Diary): Move view-diary-entries-initially,
4197 mark-diary-entries-in-calendar here from emacs-xtra.
4198 (Appointments): Move appt-display-mode-line,
4199 appt-display-duration, appt-disp-window-function,
4200 appt-delete-window-function here from emacs-xtra.
4201
4202 * calendar.texi: Update and reformat copyright.
4203 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4204 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4205 (Diary): Refer to `diary-file' rather than ~/diary.
4206 (Diary Commands): Rename node to "Displaying the Diary".
4207 * emacs.texi (Top): Rename "Diary Commands" section.
4208 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4209
42102005-03-26 Eli Zaretskii <eliz@gnu.org>
4211
4212 * misc.texi (Emacs Server): Fix the command for setting
4213 server-name. Add an xref to Invoking emacsclient.
4214
4215 * help.texi (Help Summary): Clarify when "C-h ." will do something
4216 nontrivial.
4217 (Apropos): Add cindex entry for apropos-sort-by-scores.
4218
4219 * display.texi (Text Display): Add index entries for how no-break
4220 characters are displayed.
4221
8cf51b2c
GM
42222005-03-26 Eli Zaretskii <eliz@gnu.org>
4223
4224 * files.texi (Visiting): Fix cross-references introduced with the
4225 last change.
4226
4227 * xresources.texi (GTK resources): Fix last change.
4228
8cf51b2c
GM
42292005-03-25 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * xresources.texi (X Resources): GTK options documented too.
4232 (Resources): Clarify meaning of program name.
4233 (Table of Resources): Add visualClass.
4234 (GTK resources): Rewrite.
4235 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4236
4237 * display.texi (Text Display): Mention non-breaking spaces.
4238
4239 * files.texi (Reverting): Document auto-revert-check-vc-info.
4240
4241 * frames.texi (Mouse Commands): Document
4242 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4243
4244 * help.texi (Help Summary): Add `C-h .'.
4245 (Apropos): Apropos accepts a list of search terms.
4246 Document apropos-sort-by-scores.
4247 (Help Echo): Document display-local-help.
4248
4249 * misc.texi (Emacs Server): Document server-name.
4250 (Invoking emacsclient): Document -s option for server names.
4251
4252 * text.texi (Outline Visibility): Introduce "current heading
4253 line" (commands can be called with point on a body line).
4254 Re-order table to follow the sequence of discussion.
4255 hide-body won't hide lines before first header line.
4256 (TeX Mode): Add DocTeX mode.
4257
8cf51b2c
GM
42582005-03-24 Richard M. Stallman <rms@gnu.org>
4259
4260 * mule.texi (Single-Byte Character Support): Delete mention
4261 of iso-acc.el and iso-transl.el.
4262
8cf51b2c
GM
42632005-03-23 Lute Kamstra <lute@gnu.org>
4264
4265 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4266
42672005-03-23 Richard M. Stallman <rms@gnu.org>
4268
8cf51b2c
GM
4269 * search.texi: Delete explicit node pointers.
4270 (Incremental Search): New menu.
4271 (Basic Isearch, Repeat Isearch, Error in Isearch)
4272 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4273 (Slow Isearch): New subnodes.
4274 (Configuring Scrolling): Node deleted.
4275 (Search Case): Doc default-case-fold-search.
4276 (Regexp Replace): Move replace-regexp doc here.
4277
4278 * rmail.texi (Movemail): Put commas inside closequotes.
4279
4280 * picture.texi (Insert in Picture): Document C-c arrow combos.
4281 (Basic Picture): Clarify erasure.
4282
4283 * display.texi (Font Lock): Put commas inside closequotes.
4284
4285 * cmdargs.texi (General Variables): Put commas inside closequotes.
4286
42872005-03-23 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * building.texi (Stack Buffer): Mention reverse contrast for
4290 *selected* frame (might not be current frame).
4291
8cf51b2c
GM
42922005-03-21 Richard M. Stallman <rms@gnu.org>
4293
4294 * building.texi (Starting GUD): Add bashdb.
4295
42962005-03-20 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * basic.texi (Moving Point): Add M-g M-g binding.
4299 (Undo): Document undo-only.
4300 (Position Info): Document M-g M-g and C-u M-g M-g.
4301
4302 * building.texi (Building): Put Grep Searching after Compilation
4303 Shell.
4304 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4305 Document next-error-highlight.
4306 (Grep Searching): Document grep-highlight-matches.
4307 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4308
4309 * calendar.texi (Importing Diary): Rename node from iCalendar.
4310 Document diary-from-outlook.
4311
4312 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4313 Commands.
4314 Mention effect of X drag and drop on Dired buffers.
4315
4316 * files.texi (Visiting): Document large-file-warning-threshold.
4317 Move paragraph on file-selection dialog.
4318 Mention visiting files using X drag and drop.
4319 (Reverting): Mention using Auto-Revert mode to tail files.
4320 Document auto-revert-tail-mode.
4321 (Version Systems): Minor correction.
4322 (Comparing Files): Diff-mode is no longer based on Compilation
4323 mode.
4324 Document compare-ignore-whitespace.
4325 (Misc File Ops): Explain passing a directory to rename-file.
4326 Likewise for copy-file and make-symbolic-link.
4327
4328 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4329 Document mouse-wheel-progressive speed.
4330
4331 * help.texi (Misc Help): Document numeric argument for C-h i.
4332 Correctly explain the effect of just C-u as argument.
4333
4334 * killing.texi (Deletion): Document numeric argument for
4335 just-one-space.
4336
4337 * mini.texi (Completion): Completion acts on text before point.
4338
4339 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4340 (Emulation): CUA mode replaces pc-bindings-mode,
4341 pc-selection-mode, and s-region.
4342
4343 * mule.texi (Input Methods): Leim is now built-in.
4344 (Select Input Method): Document quail-show-key.
4345 (Specify Coding): Document revert-buffer-with-coding-system.
4346
4347 * programs.texi (Fortran Motion): Document f90-next-statement,
4348 f90-previous-statement, f90-next-block, f90-previous-block,
4349 f90-end-of-block, and f90-beginning-of-block.
4350
4351 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4352
4353 * emacs.texi (Acknowledgments): Updated.
4354
4355 * anti.texi: Total rewrite.
4356
8cf51b2c
GM
43572005-03-19 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * ack.texi (Acknowledgments): Update.
4360
43612005-03-19 Eli Zaretskii <eliz@gnu.org>
4362
4363 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4364 copyright years.
4365
43662005-03-14 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * building.texi (Commands of GUD): Move paragraph on setting
4369 breakpoints with mouse to the GDB Graphical Interface node.
4370
43712005-03-07 Richard M. Stallman <rms@gnu.org>
4372
8cf51b2c
GM
4373 * misc.texi (Single Shell, Shell Options): Fix previous change.
4374
4375 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4376
43772005-03-06 Richard M. Stallman <rms@gnu.org>
4378
4379 * building.texi (Starting GUD): Don't explain text vs graphical
4380 GDB here. Just mention it and xref.
4381 Delete "just one debugger process".
4382 (Debugger Operation): Move GUD tooltip info here.
4383 (GUD Tooltips): Node deleted.
4384 (GDB Graphical Interface): Explain the two GDB modes here.
4385
8cf51b2c
GM
4386 * sending.texi (Sending Mail): Minor cleanup.
4387 (Mail Aliases): Explain quoting conventions.
4388 Update key rebinding example.
4389 (Header Editing): C-M-i is like M-TAB.
4390 (Mail Mode Misc): mail-attach-file does not do MIME.
4391
4392 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4393 that really belongs here.
4394 (Remote Mailboxes): Text moved to Rmail Inbox.
4395 (Rmail Display): Mention Mouse-1.
4396 (Movemail): Clarify two movemail versions.
4397 Clarify rmail-movemail-program.
4398
8cf51b2c
GM
4399 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4400 Document async shell commands.
4401 (Shell History): Clarify.
4402 (Shell Ring): Mention C-UP an C-DOWN.
4403 (Shell Options): Add comint-prompt-read-only.
4404 (Invoking emacsclient): Set EDITOR to run Emacs.
4405 (Sorting): No need to explain what region is.
4406 (Saving Emacs Sessions): Fix typo.
4407 (Recursive Edit): Fix punctuation.
4408 (Emulation): Don't mention "PC bindings" which are standard.
4409 (Hyperlinking): Explain Mouse-1 convention here.
4410 (Find Func): Node deleted.
4411
8cf51b2c
GM
4412 * help.texi (Name Help): Xref to Hyperlinking.
4413
4414 * glossary.texi (Glossary):
4415 Rename "Balance Parentheses" to "Balancing...".
4416 Add "Byte Compilation". Correct "Copyleft".
4417 New xref in "Customization".
4418 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4419 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4420 Rename "Registers" to "Register".
4421 Replace "Selecting" with "Selected Frame",
4422 "Selected Window", and "Selecting a Buffer".
4423
4424 * files.texi (Types of Log File): Explain how projects'
4425 methods can vary.
4426
8cf51b2c
GM
4427 * display.texi (Faces): Delete "Emacs 21".
4428
4429 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4430 * fixit.texi (Spelling): C-M-i like M-TAB.
4431 * mini.texi (Completion Options): C-M-i like M-TAB.
4432 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4433 * text.texi (Text Mode): C-M-i like M-TAB.
4434
4435 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4436
4437 * calendar.texi (Specified Dates): Mention `g w'.
4438 (Appointments): appt-activate toggles with no arg.
4439
8cf51b2c
GM
44402005-03-05 Juri Linkov <juri@jurta.org>
4441
4442 * cmdargs.texi (Emacs Invocation): Add cindex
4443 "invocation (command line arguments)"
4444 (Misc X): Add -nbc, --no-blinking-cursor.
4445
44462005-03-04 Ulf Jasper <ulf.jasper@web.de>
4447
4448 * calendar.texi (iCalendar): No need to require it now.
4449
8cf51b2c
GM
44502005-03-03 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * trouble.texi (Contributing): Mention Savannah. Direct users to
4453 emacs-devel.
4454
44552005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4456
4457 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4458 window.
4459
8cf51b2c
GM
44602005-02-27 Richard M. Stallman <rms@gnu.org>
4461
4462 * building.texi (Compilation): Update mode line status info.
4463
44642005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4465
4466 * calendar.texi (General Calendar): Document binding of
4467 scroll-other-window-down.
4468 (Mayan Calendar): Fix earliest date.
4469 (Time Intervals): Document timeclock-change.
4470 Fix timeclock-ask-before-exiting documentation.
4471
44722005-02-26 Kim F. Storm <storm@cua.dk>
4473
4474 * frames.texi (Mouse References):
4475 Add mouse-1-click-in-non-selected-windows.
4476
44772005-02-25 Richard M. Stallman <rms@gnu.org>
4478
4479 * screen.texi (Screen): Explain better about cursors and mode lines;
4480 don't presuppose text terminals.
4481 (Point): Don't assume just one cursor.
4482 Clarify explanation of cursors.
4483 (Echo Area, Menu Bar): Cleanups.
4484
4485 * mini.texi (Minibuffer): Prompts are highlighted.
4486 (Minibuffer Edit): Newline = C-j only on text terminals.
4487 Clarify resize-mini-windows values.
4488 Mention M-PAGEUP and M-PAGEDOWN.
4489 (Completion Commands): Mouse-1 like Mouse-2.
4490 (Minibuffer History): Explain history commands better.
4491 (Repetition): Add xref to Incremental Search.
4492
4493 * mark.texi (Setting Mark): Clarify info about displaying mark.
4494 Clarify explanation of C-@ and C-SPC.
4495 (Transient Mark): Mention Delete Selection mode.
4496 (Marking Objects): Clean up text about extending the region.
4497
4498 * m-x.texi (M-x): One C-g doesn't always go to top level.
4499 No delay before suggest-key-bindings output.
4500
4501 * fixit.texi (Fixit): Mention C-/ for undo.
4502 (Spelling): Mention ESC TAB like M-TAB.
4503 Replacement words with r and R are rechecked.
4504 Say where C-g leaves point. Mention ? as input.
4505
45062005-02-23 Lute Kamstra <lute@gnu.org>
4507
4508 * cmdargs.texi (Initial Options): Add cross reference.
4509
8cf51b2c
GM
45102005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4511
4512 * emacs.texi (Top): Update menu for splitting of node in
4513 msdog.texi.
4514 * frames.texi (Frames): Update xref for splitting of node in
4515 msdog.texi.
4516 * trouble.texi (Quitting): Ditto.
4517
45182005-02-16 Richard M. Stallman <rms@gnu.org>
4519
4520 * windows.texi (Split Window): Simplify line truncation info
4521 and xref to Display Custom.
4522
4523 * trouble.texi (Quitting): Emergency escape only for text terminal.
4524 (Screen Garbled): C-l for ungarbling is only for text terminal.
4525
4526 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4527
4528 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4529
4530 * programs.texi (Program Modes): Mention Python mode.
4531 (Moving by Defuns): Repeating C-M-h extends region.
4532 (Basic Indent): Clarify.
4533 (Custom C Indent): Clarify.
4534 (Expressions): Repeating C-M-@ extends region.
4535 (Info Lookup): Clarify for C-h S.
4536 (Symbol Completion): ESC TAB alternative for M-TAB.
4537 (Electric C): Clarify.
4538
4539 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4540
4541 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4542 MS-DOS Input node.
4543 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4544 (MS-DOS and MULE): Clarify.
4545 (MS-DOS Processes, Windows Processes): Fix typos.
4546
4547 * major.texi (Choosing Modes): Clarify.
4548
4549 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4550 (Keyboard Macro Step-Edit): Clarify.
4551
4552 * indent.texi (Indentation): Clarifications.
4553
4554 * help.texi (Help): Correct error about C-h in query-replace.
4555 Clarify apropos vs C-h a. Fix how to search in FAQ.
4556 (Key Help): Describe C-h w here.
4557 (Name Help): Minor cleanup. C-h w moved to Key Help.
4558 Clarify the "object" joke.
4559 (Apropos): Clarify. Mouse-1 like Mouse-2.
4560 (Help Mode): Mouse-1 like Mouse-2.
4561
4562 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4563
4564 * display.texi (Display): Reorder menu.
4565 (Faces): Cleanup.
4566 (Font Lock): Cleanup. Mention Options menu.
4567 Delete obsolete text.
4568 (Scrolling): For C-l, don't presume text terminal.
4569 (Horizontal Scrolling): Simplify intro.
4570 (Follow Mode): Clarify.
4571 (Cursor Display): Moved before Display Custom.
4572 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4573 Doc default-tab-width. Doc line truncation more thoroughly.
4574
4575 * dired.texi (Dired Enter): C-x C-f can run Dired.
4576 (Dired Visiting): Comment out `a' command.
4577 Mouse-1 is like Mouse-2.
4578 (Shell Commands in Dired): ? can be used more than once.
4579
4580 * basic.texi (Continuation Lines): Simplify description of truncation,
4581 and refer to Display Custom for the rest of it.
4582
8cf51b2c
GM
45832005-02-06 Lute Kamstra <lute@gnu.org>
4584
4585 * basic.texi (Undo): Fix typo.
4586
4587 * cmdargs.texi (Emacs Invocation): Fix typo.
4588
4589 * custom.texi (Init Examples): Fix typo.
4590
4591 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4592
45932005-02-06 Richard M. Stallman <rms@gnu.org>
4594
4595 * regs.texi (Registers): Registers can hold numbers, too.
4596
4597 * killing.texi (Other Kill Commands): Cleanup.
4598 Delete redundant explanation of kill in read-only buffer.
4599 (Yanking): Mention term "copying".
4600 (Accumulating Text): Fix typo.
4601
4602 * entering.texi (Entering Emacs): Update rationale at start.
4603 (Exiting): Treat iconifying on a par with suspension.
4604
4605 * custom.texi (Minor Modes): Fix typo.
4606 (Easy Customization): Fix menu style.
4607 (Variables): Add xref.
4608 (Examining): Setting for future sessions works through .emacs.
4609 (Keymaps): "Text terminals", not "Many".
4610 (Init Rebinding): Explain \C-. Show example of \M-.
4611 Fix minor wording errors.
4612 (Function Keys): Explain vector syntax just once.
4613 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4614 (Init File): Mention .emacs.d directory.
4615 (Init Examples): Add xref.
4616 (Find Init): Mention .emacs.d directory.
4617
4618 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4619 (Action Arguments): Explain which kinds of -l args are found how.
4620 (Initial Options): --batch does not inhibit site-start.
4621 Add xrefs.
4622 (Command Example): Use --batch, not -batch.
4623
4624 * basic.texi (Inserting Text): Cleanup wording.
4625 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4626 C-n is not error at end of buffer.
4627 (Undo): Doc C-/ like C-_. Add xrefs.
4628 (Arguments): META key may be labeled ALT.
4629 Peculiar arg meanings are explained in doc strings.
4630
4631 * abbrevs.texi (Expanding Abbrevs): Clarify.
4632
46332005-02-05 Eli Zaretskii <eliz@gnu.org>
4634
4635 * frames.texi (Frame Parameters): Add an xref to the description
4636 of list-colors-display. Add a pointer to the X docs about colors.
4637
4638 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4639 Improve docs of list-colors-display.
8cf51b2c
GM
4640
46412005-02-03 Lute Kamstra <lute@gnu.org>
4642
4643 * frames.texi (Frames, Drag and Drop): Fix typos.
4644
46452005-02-03 Richard M. Stallman <rms@gnu.org>
4646
4647 * windows.texi (Basic Window): Mention color-change in mode line.
4648 (Change Window): Explain dragging vertical boundaries.
4649
4650 * text.texi (Sentences): Clarify.
4651 (Paragraphs): Explain M-a and blank lines.
4652 (Outline Mode): Clarify text and menu.
4653 (Hard and Soft Newlines): Mention use-hard-newlines.
4654
4655 * frames.texi (Frames): Delete unnecessary mention of Windows.
4656 (Mouse Commands): Likewise. Mention xterm mouse support.
4657 (Clipboard): Clarify.
4658 (Mouse References): Mention use of Mouse-1 for following links.
4659 (Menu Mouse Clicks): Clarify.
4660 (Mode Line Mouse): Clarify.
4661 (Drag and Drop): Rewrite.
4662
4663 * fixit.texi (Spelling): Fix typo.
4664
4665 * files.texi (File Names): Clarify.
4666 (Visiting): Update conditions for use of file dialog. Clarify.
4667 (Saving): Doc d as answer in save-some-buffers.
4668 (Remote Files): Clean up the text.
4669
4670 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4671
4672 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4673 (List Buffers): Clarify.
4674 (Several Buffers): Doc T command.
4675 (Buffer Convenience): Clarify menu.
4676
4677 * basic.texi (Undo): Clarify last change.
4678
46792005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4680
4681 * fixit.texi (Spelling): Fix typo.
4682
46832005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * basic.texi (Undo): Update description of `undo-outer-limit'.
4686
46872005-02-01 Nick Roberts <nickrob@snap.net.nz>
4688
4689 * building.texi: Update documentation relating to GDB Graphical
4690 Interface.
4691
46922005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4693
4694 * custom.texi (Easy Customization): Adapt menu to node name change.
4695
46962005-01-30 Richard M. Stallman <rms@gnu.org>
4697
4698 * custom.texi (Easy Customization): Defn of "User Option" now
4699 includes faces. Don't say just "option" when talking about variables.
4700 Do say just "options" to mean "anything customizable".
4701 (Specific Customization): Describe `customize-variable',
4702 not `customize-option'.
4703
4704 * glossary.texi (Glossary) <Faces>: Add xref.
4705 <User Option>: Change definition--include faces. Change xref.
4706
4707 * picture.texi (Picture): Mention artist.el.
4708
4709 * sending.texi, screen.texi, programs.texi, misc.texi:
4710 * mini.texi, major.texi, maintaining.texi, macos.texi:
4711 * help.texi, frames.texi, files.texi:
4712 Don't say just "option" when talking about variables.
4713
4714 * display.texi, mule.texi: Don't say just "option" when talking
4715 about variables. Other minor cleanups.
4716
8cf51b2c
GM
47172005-01-26 Lute Kamstra <lute@gnu.org>
4718
4719 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4720 File'. Mention the `-Q' option at the `--no-site-file' option.
4721
8cf51b2c
GM
47222005-01-22 David Kastrup <dak@gnu.org>
4723
4724 * building.texi (Grep Searching): Mention alias `find-grep' for
4725 `grep-find'.
4726
47272005-01-20 Richard M. Stallman <rms@gnu.org>
4728
4729 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4730
8cf51b2c
GM
47312005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4732
4733 * rmail.texi (Movemail): Explain differences
4734 between standard and mailutils versions of movemail.
4735 Describe command line and configuration options introduced
4736 with the latter.
4737 Explain the notion of mailbox URL, provide examples and
4738 cross-references to mailutils documentation.
4739 Describe various methods of specifying mailbox names,
4740 user names and user passwords for rmail.
4741 (Remote Mailboxes): New section. Describe
4742 how movemail handles remote mailboxes. Describe configuration
4743 options used to control its behavior.
4744 (Other Mailbox Formats): Explain handling of various mailbox
4745 formats.
4746
47472005-01-13 Richard M. Stallman <rms@gnu.org>
4748
4749 * commands.texi (Commands): Clarification.
4750
47512005-01-11 Richard M. Stallman <rms@gnu.org>
4752
4753 * programs.texi (Multi-line Indent): Fix previous change.
4754 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4755
8cf51b2c
GM
47562005-01-08 Richard M. Stallman <rms@gnu.org>
4757
4758 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4759 lazy-highlight.
4760
4761 * search.texi (Query Replace): Mention faces query-replace
4762 and lazy-highlight.
4763 (Incremental Search): Update isearch highlighting info.
4764
8cf51b2c
GM
47652005-01-04 Richard M. Stallman <rms@gnu.org>
4766
4767 * custom.texi (Saving Customizations): Minor improvement.
4768
8cf51b2c
GM
47692005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * custom.texi (Saving Customizations): Emacs no longer loads
4772 `custom-file' after .emacs. No longer mention customizing through
4773 Custom.
4774
8cf51b2c
GM
47752005-01-01 Andreas Schwab <schwab@suse.de>
4776
4777 * killing.texi (Graphical Kill): Move up under node Killing,
4778 change @section to @subsection.
4779
47802005-01-01 Richard M. Stallman <rms@gnu.org>
4781
4782 * custom.texi (Face Customization): Mention hex color specs.
4783
4784 * emacs.texi (Top): Update Killing submenu.
4785
4786 * killing.texi (Killing): Reorganize section.
4787 No more TeX-only text; put the node command at start of chapter.
4788 But the first section heading is used only in TeX.
4789 Rewrite the text to read better in this mode.
4790 (Graphical Kill): New subnode gets some of the text that
4791 used to be in the first section.
4792
47932004-12-31 Richard M. Stallman <rms@gnu.org>
4794
4795 * dired.texi (Shell Commands in Dired): Delete the ? example.
4796
4797 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4798
4799 * files.texi (Saving): Describe new require-final-newline features
4800 and mode-require-final-newline.
4801
8cf51b2c
GM
48022004-12-29 Richard M. Stallman <rms@gnu.org>
4803
4804 * custom.texi (File Variables): Clarify previous change.
4805
c8763fb6 48062004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4807
4808 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4809 out now.
4810
48112004-12-27 Richard M. Stallman <rms@gnu.org>
4812
4813 * Makefile.in (MAKEINFO): Specify --force.
4814
4815 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4816 (Undo): Doc undo-outer-limit.
4817
8cf51b2c
GM
48182004-12-15 Juri Linkov <juri@jurta.org>
4819
4820 * mark.texi (Transient Mark, Mark Ring): M-< and other
4821 movement commands don't set mark in Transient Mark mode
4822 if mark is active.
4823
8cf51b2c
GM
48242004-12-12 Juri Linkov <juri@jurta.org>
4825
4826 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4827 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4828
4829 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4830 (Misc Dired Commands): Add @r{(Dired)} to w.
4831
48322004-12-12 Juri Linkov <juri@jurta.org>
4833
4834 * mark.texi (Marking Objects): Marking commands also extend the
4835 region when mark is active in Transient Mark mode.
4836
8cf51b2c
GM
48372004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4838
4839 * custom.texi (Saving Customizations): Emacs only loads the custom
4840 file automatically after the init file in version 22.1 or later.
4841 Adapt text and examples to this fact.
4842
8cf51b2c
GM
48432004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4844
4845 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4846 be set through Custom. Otherwise, it has no effect.
4847
8cf51b2c
GM
48482004-12-05 Richard M. Stallman <rms@gnu.org>
4849
4850 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4851 * entering.texi: Rename Command Line to Emacs Invocation.
4852
10d1d0af 4853 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4854
4855 * custom.texi (Easy Customization): Move up to section level,
4856 before Variables. Avoid using the term "variable"; say "option".
4857 New initial explanation.
4858 (Variables): In initial explanation, connect "variable" to the
4859 already-explained "user option".
4860
4861 * emacs.texi (Top): Fix ref to Command Line.
4862 Move reference to Easy Customization.
4863
4864 * xresources.texi (X Resources): Fix From link.
4865
4866 * doclicense.texi (GNU Free Documentation License): Fix To link.
4867
4868 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4869
4870 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4871
48722004-12-03 Richard M. Stallman <rms@gnu.org>
4873
4874 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4875
48762004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * kmacro.texi: Several small changes in addition to the following.
4879 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4880 defining a keyboard macro.
4881 Mention `kmacro-ring-max'.
4882 (Keyboard Macro Counter): Clarify description of
4883 `kmacro-insert-counter', `kmacro-set-counter',
4884 `kmacro-add-counter' and `kmacro-set-format'.
4885
48862004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4887
4888 * custom.texi (File Variables): Add `unibyte' and make it more
4889 clear that `unibyte' and `coding' are special. Suggested by Simon
4890 Krahnke <overlord@gmx.li>.
4891
4892 * mule.texi (Enabling Multibyte): Refer to File Variables.
4893 Suggested by Simon Krahnke <overlord@gmx.li>.
4894
c8763fb6 48952004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4896
4897 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4898 x-use-old-gtk-file-dialog.
4899
8cf51b2c
GM
49002004-11-20 Richard M. Stallman <rms@gnu.org>
4901
4902 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4903
49042004-11-09 Lars Brinkhoff <lars@nocrew.org>
4905
4906 * building.texi (Lisp Eval): Delete hyphen in section name.
4907
49082004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4909
4910 * files.texi (Old Versions):
4911 No longer document annotation as "CVS only".
4912
49132004-11-10 Andre Spiegel <spiegel@gnu.org>
4914
4915 * files.texi (Version Control): Rewrite the introduction about
4916 version systems, mentioning the new ones that we support. Thanks
4917 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4918 suggestions.
4919
c8763fb6 49202004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4921
49823426 4922 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4923
c8763fb6 49242004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4925
4926 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4927
49282004-10-23 Eli Zaretskii <eliz@gnu.org>
4929
4930 * text.texi (Text Based Tables, Table Definition)
4931 (Table Creation, Table Recognition, Cell Commands)
4932 (Cell Justification, Row Commands, Column Commands)
4933 (Fixed Width Mode, Table Conversion, Measuring Tables)
4934 (Table Misc): New nodes, documenting the Table Mode.
4935
8cf51b2c
GM
49362004-10-19 Jason Rumney <jasonr@gnu.org>
4937
4938 * makefile.w32-in (info): Change order of arguments to makeinfo.
4939
49402004-10-19 Ulf Jasper <ulf.jasper@web.de>
4941
4942 * calendar.texi (iCalendar): Update for package changes.
4943
8cf51b2c
GM
49442004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4945
4946 * files.texi (Misc File Ops): View mode is a minor mode.
4947
8cf51b2c
GM
49482004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4949
4950 * calendar.texi (iCalendar): Style changes.
4951
49522004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4953
4954 * search.texi (Regexps): The regexp described in the example is no
4955 longer stored in the variable `sentence-end'.
4956
8cf51b2c
GM
49572004-10-06 Nick Roberts <nickrob@snap.net.nz>
4958
4959 * building.texi (Starting GUD): Note that multiple debugging
4960 sessions requires `gdb --fullname'.
4961
49622004-10-05 Ulf Jasper <ulf.jasper@web.de>
4963
4964 * calendar.texi (iCalendar): New section for a new package.
4965
8cf51b2c
GM
49662004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4967
4968 * text.texi: Various small changes in addition to the following.
4969 (Text): Replace xref for autotype with inforef.
4970 (Sentences): Explain nil value for `sentence-end'.
4971 (Paragraphs): Update default values for `paragraph-start' and
4972 `paragraph-separate'.
4973 (Text Mode): Correct description of Text mode's effect on the
4974 syntax table.
4975 (Outline Visibility): `hide-other' does not hide top level headings.
4976 `selective-display-ellipses' no longer has an effect on Outline mode.
4977 (TeX Misc): Add missing @cindex.
4978 Replace xref for RefTeX with inforef.
4979 (Requesting Formatted Text): The variable
4980 `enriched-fill-after-visiting' no longer exists.
4981 (Editing Format Info): Update names of menu items and commands.
4982 (Format Faces): Mention special effect of specifying the default face.
4983 Describe inheritance of text properties.
4984 Correct description of `fixed' face.
4985 (Format Indentation): Correct description of effect of setting
4986 margins. Mention `set-left-margin' and `set-right-margin'.
4987 (Format Justification): Update names of menu items.
4988 `set-justification-full' is now bound to `M-j b'.
4989 Mention that `default-justification' is a per buffer variable.
4990 (Format Properties): Update name of menu item.
4991 (Forcing Enriched Mode): `format-decode-buffer' automatically
4992 turns on Enriched mode if the buffer is in text/enriched format.
4993
49942004-10-05 Emilio C. Lopes <eclig@gmx.net>
4995
4996 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4997
49982004-09-28 Kim F. Storm <storm@cua.dk>
4999
5000 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5001 Align with new functionality.
5002
8cf51b2c
GM
50032004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5004
5005 * display.texi (Display Custom): Remove stray `@end defvar'.
5006
50072004-09-23 Kim F. Storm <storm@cua.dk>
5008
5009 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5010 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5011
8cf51b2c
GM
50122004-09-20 Richard M. Stallman <rms@gnu.org>
5013
5014 * custom.texi (Hooks): Explain using setq to clear out a hook.
5015 (File Variables): Explain multiline string constants.
5016 (Non-ASCII Rebinding): Explain when you need to update
5017 non-ASCII char codes in .emacs.
5018
5019 * building.texi (Compilation): Explain how to make a silent
5020 subprocess that won't be terminated. Explain compilation-environment.
5021
50222004-09-13 Kim F. Storm <storm@cua.dk>
5023
5024 * mini.texi (Repetition): Rename isearch-resume-enabled to
5025 isearch-resume-in-command-history and change default to disabled.
5026
8cf51b2c
GM
50272004-09-09 Kim F. Storm <storm@cua.dk>
5028
5029 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5030 with new `kmacro-name-last-macro'.
5031
8cf51b2c
GM
50322004-09-08 Juri Linkov <juri@jurta.org>
5033
5034 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5035
8cf51b2c
GM
50362004-09-03 Juri Linkov <juri@jurta.org>
5037
5038 * search.texi (Incremental Search): Update wording for M-%.
5039
50402004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * killing.texi (Killing): Correct description of kill commands in
5043 read-only buffer.
5044
50452004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * building.texi (Compilation Mode): Add a paragraph about rules
5048 for finding the compilation buffer for `next-error'.
5049
5050 * search.texi (Other Repeating Search): Mention that Occur mode
5051 supports the next-error functionality.
5052
50532004-09-02 Juri Linkov <juri@jurta.org>
5054
5055 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5056
50572004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * kmacro.texi (Basic Keyboard Macro):
5060 `apply-macro-to-region-lines' now operates on all lines that begin
5061 in the region, rather than on all complete lines in the region.
5062
c8763fb6 50632004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5064
5065 * frames.texi (Drag and drop): Add documentation about
5066 x-dnd-test-function and x-dnd-known-types.
5067
50682004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5069
5070 * indent.texi: Various minor changes in addition to:
5071 (Indentation Commands): Correct description of `indent-relative'.
5072 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5073 mode. The *Tab Stops* buffer uses Overwrite Mode.
5074 (Just Spaces): `tabify' converts sequences of at least two spaces
5075 to tabs.
5076
8cf51b2c
GM
50772004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * frames.texi (Secondary Selection): Setting the secondary
5080 selection with M-Drag-Mouse-1 does not alter the kill ring,
5081 setting it with M-Mouse-1 and M-Mouse-3 does.
5082 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5083 toolkit scroll bars.
5084 (Scroll Bars): Ditto.
5085
5086 * windows.texi (Basic Window): When using a window system, the value
5087 of point in a non-selected window is indicated by a hollow box.
5088 (Split Window): Side by side windows are separated by a scroll bar,
5089 if scroll bars are used.
5090 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5091 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5092 (Window Convenience): Update bindings for `winner-undo' and
5093 `winner-redo'.
5094
5095 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5096 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5097 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5098 of "Using Emacs as a Server".
5099 * building.texi (Building): Interchange nodes (for correct numbering).
5100 * programs.texi (Programs): Interchange nodes (for correct numbering).
5101 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5102 Info to the node structure.
5103 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5104 Rearrange order of nodes and sections such that both "GNU GENERAL
5105 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5106 end, as appropriate for appendices.
5107 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5108 Use `@unnumberedsec'.
5109 * trouble.texi: Adapt sectioning in Info to the node structure.
5110 Adapt node pointers to change in emacs.texi.
5111 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5112
8cf51b2c
GM
51132004-08-25 Kenichi Handa <handa@m17n.org>
5114
5115 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5116 description for unibyte mode.
5117
51182004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5119
5120 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5121
5122 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5123 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5124 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5125 in @pxref.
5126
51272004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5128
5129 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5130 Change section names.
5131
8cf51b2c
GM
51322004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5133
5134 * kmacro.texi (Keyboard Macro Ring): Rename section.
5135 Emacs treats the head of the macro ring as the `last keyboard macro'.
5136 (Keyboard Macro Counter): Minor change.
5137 (Save Keyboard Macro): Some clarifications.
5138 (Edit Keyboard Macro): Rename section.
5139
5140 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5141 32-bit machines.
5142 (Several Buffers): Clarify which buffer is selected if `2' is
5143 pressed in the Buffer Menu.
5144 Auto Revert mode can be used to update the Buffer Menu
5145 automatically.
5146
51472004-08-21 Eli Zaretskii <eliz@gnu.org>
5148
5149 * help.texi (Misc Help): Add an index entry for finding an Info
5150 manual by its file name.
5151
51522004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5153
5154 * files.texi (Backup Deletion): Correct description of
5155 `delete-old-versions'.
5156 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5157 (Auto Save Files): Recommend `auto-save-mode' to reenable
5158 auto-saving, rather than the abbreviation `auto-save'.
5159
51602004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5161
5162 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5163 for "killing" and "yanking" in main menu.
5164
51652004-08-16 Richard M. Stallman <rms@gnu.org>
5166
5167 * killing.texi (Yanking, Killing): Minor cleanups.
5168
5169 * mark.texi (Momentary Mark): Minor cleanups.
5170
51712004-08-15 Kenichi Handa <handa@etl.go.jp>
5172
5173 * custom.texi (Non-ASCII Rebinding):
5174 C-q always inserts the right code to pass to global-set-key.
5175
8cf51b2c
GM
51762004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5177
5178 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5179 `insert-register', instead of `C-x r g' binding, for consistency.
5180
51812004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * fixit.texi (Spelling): Fix typo.
5184
51852004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5186
5187 * help.texi (Help): Fix Texinfo usage.
5188
8cf51b2c
GM
51892004-07-24 Richard M. Stallman <rms@gnu.org>
5190
5191 * text.texi (Paragraphs): Update how paragraphs are separated
5192 and the default for paragraph-separate.
5193
5194 * search.texi (Regexp Replace): Further update text for new
5195 replacement operators.
5196
8cf51b2c
GM
51972004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5198
5199 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5200 `R' switch.
5201
5202 * dired.texi (Dired Updating): `k' only deletes inserted
5203 subdirectories from the Dired buffer if a prefix argument was given.
5204
5205 * search.texi (Regexps): Delete redundant definition of `symbol' in
5206 description of `\_>'. It already occurs in the description of `\_<'.
5207
8cf51b2c
GM
52082004-07-01 Juri Linkov <juri@jurta.org>
5209
5210 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5211 (Regexp Search): Add M-r.
5212
52132004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5214
5215 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5216
52172004-06-29 Jesper Harder <harder@ifa.au.dk>
5218
49823426 5219 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5220
52212004-06-25 Richard M. Stallman <rms@gnu.org>
5222
5223 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5224
52252004-06-25 David Kastrup <dak@gnu.org>
5226
5227 * search.texi (Regexp Replace): Some typo corrections and
5228 rearrangement.
5229
52302004-06-24 David Kastrup <dak@gnu.org>
5231
5232 * search.texi (Unconditional Replace): Use replace-string instead
5233 of query-replace in example.
5234 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5235 sequences.
5236 (Query Replace): Correct explanation of `^' which does not use
5237 the mark stack.
5238
52392004-06-21 Nick Roberts <nickrob@gnu.org>
5240
5241 * misc.texi (Shell History Copying): Document comint-insert-input.
5242 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5243
8cf51b2c
GM
52442004-06-20 Jesper Harder <harder@ifa.au.dk>
5245
5246 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5247 * custom.texi (Customization): Do.
5248 * anti.texi (Antinews): Do.
5249 * abbrevs.texi (Defining Abbrevs): Do.
5250
5251 * programs.texi (Info Lookup): Fix keybinding for
5252 info-lookup-symbol.
5253
52542004-06-16 Juanma Barranquero <lektu@terra.es>
5255
5256 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5257 Add emacs-xtra.
5258 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5259 (clean): Add emacs-xtra and flymake. Remove redundancies.
5260
52612004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5264 Add emacs-xtra.
5265 * emacs-xtra.texi: New file.
5266
52672004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5268
5269 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5270 (Dired and Find): Mention differences with ordinary Dired buffers.
5271
8cf51b2c
GM
52722004-06-13 Richard M. Stallman <rms@gnu.org>
5273
5274 * custom.texi (Init Syntax): Explain about vars that do special
5275 things when set with setq or with Custom.
5276 (Init Examples): Add line-number-mode example.
5277
8cf51b2c
GM
52782004-06-12 Juri Linkov <juri@jurta.org>
5279
5280 * dired.texi (Operating on Files): Add dired-do-touch.
5281
8cf51b2c
GM
52822004-06-10 Juri Linkov <juri@jurta.org>
5283
5284 * building.texi (Lisp Eval): Add C-M-x on defface.
5285
52862004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5287
5288 * files.texi (Reverting): Auto-Revert mode and
5289 Global Auto-Revert mode no longer revert remote files.
5290
8cf51b2c
GM
52912004-05-29 Richard M. Stallman <rms@gnu.org>
5292
5293 * custom.texi (Init File): Two dashes start --no-site-file.
5294
8cf51b2c
GM
52952004-05-29 Alan Mackenzie <acm@muc.de>
5296
5297 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5298 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5299 (AWK, Pike): Document as "C-like modes".
5300 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5301 (M-x man): Supersedes M-x manual-entry.
5302 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5303
5304 ("Comments in C"): Delete node; the info is in CC Mode manual.
5305 (c-comment-only-line-offset): Remove description.
5306
5307 (C-c ., C-c C-c): Describe new C Mode bindings.
5308
5309 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5310 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5311 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5312 Amend definitions.
5313
5314 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5315 Describe functions.
5316
5317 (c-comment-start-regexp, c-hanging-comment-ender-p)
5318 (c-hanging-comment-starter-p): Remove obsolete definitions.
5319
5320 * emacs.texi: Remove the menu entry "Comments in C".
5321
8cf51b2c
GM
53222004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5323
5324 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5325 `M-x locate'.
5326
53272004-05-16 Karl Berry <karl@gnu.org>
5328
5329 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5330 makeinfo --html fails.
5331 * help.texi (Help Summary) [@ifnottex]: Likewise.
5332
53332004-05-13 Nick Roberts <nickrob@gnu.org>
5334
5335 * building.texi (GDB Graphical Interface): Update and describe
5336 layout first.
5337
8cf51b2c
GM
53382004-05-04 Jason Rumney <jasonr@gnu.org>
5339
5340 * makefile.w32-in: Revert last change.
5341
53422004-05-03 Jason Rumney <jasonr@gnu.org>
5343
5344 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5345
8cf51b2c
GM
53462004-04-23 Juanma Barranquero <lektu@terra.es>
5347
5348 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5349
53502004-04-18 Juri Linkov <juri@jurta.org>
5351
5352 * fixit.texi (Spelling): Remove file extension from ispell xref.
5353
53542004-04-15 Kim F. Storm <storm@cua.dk>
5355
5356 * cmdargs.texi (Initial Options): Add -Q.
5357
53582004-04-05 Kim F. Storm <storm@cua.dk>
5359
5360 * custom.texi (File Variables): Add safe-local-eval-forms.
5361
8cf51b2c
GM
53622004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * files.texi (Reverting): Correct description of revert-buffer's
5365 handling of point.
5366
53672004-03-22 Juri Linkov <juri@jurta.org>
5368
5369 * emacs.texi (Top): Add `Misc X'.
5370
49823426 5371 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5372
5373 * glossary.texi: Improve references.
5374
5375 * help.texi: Sync keywords with finder.el.
5376
5377 * mini.texi (Completion): Add description for menu items.
5378
5379 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5380
5381 * sending.texi (Mail Methods): Fix xref to Message manual.
5382
8cf51b2c
GM
53832004-03-12 Richard M. Stallman <rms@gnu.org>
5384
8cf51b2c
GM
5385 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5386
8cf51b2c
GM
53872004-03-04 Richard M. Stallman <rms@gnu.org>
5388
5389 * search.texi (Regexps): Explain that ^ and $ have their
5390 special meanings only in certain contexts.
5391
5392 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5393
5394 * mule.texi (Specify Coding): Doc C-x RET F.
5395
5396 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5397 for multiple compile and grep buffers.
5398 (Indirect Buffers): Don't recommand clone-indirect-buffer
5399 for multiple compile and grep buffers.
5400
8cf51b2c
GM
54012004-02-29 Juanma Barranquero <lektu@terra.es>
5402
5403 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5404 Use $(DEL) instead of rm, and ignore exit code.
5405
8cf51b2c
GM
54062004-02-23 Nick Roberts <nick@nick.uklinux.net>
5407
5408 * building.texi (Watch Expressions): Update.
5409
54102004-02-21 Juri Linkov <juri@jurta.org>
5411
5412 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5413 --directory, --help, --version. Move text about command-line-args
5414 to Command Arguments.
5415 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5416 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5417 (Window Size X): Join -g and --geometry. Add @cindex.
5418 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5419 (Title X): Remove alias -title.
5420 (Misc X): New node.
5421
c8763fb6 54222004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5423
5424 * frames.texi (Drag and drop): Add Motif to list of supported
5425 protocols.
5426
c8763fb6 54272004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5428
5429 * frames.texi (Drag and drop): New section.
5430
54312004-01-24 Richard M. Stallman <rms@gnu.org>
5432
5433 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5434 Include it only @ifnotinfo. Patch the preceding and following
5435 node headers to point to each other.
5436
54372004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5438
5439 * calendar.texi (Appointments): Update section.
5440
54412003-12-29 Kevin Ryde <user42@zip.com.au>
5442
8cf51b2c
GM
5443 * programs.texi (C Modes): Fix the xref.
5444
54452003-12-23 Nick Roberts <nick@nick.uklinux.net>
5446
5447 * building.texi (Watch Expressions): Update.
5448 (Commands of GUD): Include use of toolbar + breakpoints set from
5449 fringe/margin.
5450
54512003-12-03 Andre Spiegel <spiegel@gnu.org>
5452
5453 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5454 <acm@muc.de>.
5455
c8763fb6 54562003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5457
5458 * frames.texi (Dialog Boxes): Add use-file-dialog.
5459
8cf51b2c
GM
54602003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5463 in CC Mode.
5464
8cf51b2c
GM
54652003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5466
5467 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5468 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5469 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5470 * man/frames.texi, man/glossary.texi, man/killing.texi:
5471 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5472 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5473 * man/sending.texi, man/text.texi, man/trouble.texi:
5474 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5475
54762003-11-01 Alan Mackenzie <acm@muc.de>
5477
5478 * search.texi (Scrolling During Incremental Search): Document a
5479 new scrolling facility in isearch mode.
5480
8cf51b2c
GM
54812003-10-22 Miles Bader <miles@gnu.org>
5482
5483 * Makefile.in (info): Move before $(top_srcdir)/info.
5484
54852003-10-22 Nick Roberts <nick@nick.uklinux.net>
5486
5487 * building.texi (Watch Expressions): Update section on data display
5488 to reflect code changes (GDB Graphical Interface).
5489
8cf51b2c
GM
54902003-10-13 Richard M. Stallman <rms@gnu.org>
5491
5492 * xresources.texi (GTK resources): Clean up previous change.
5493
c8763fb6 54942003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5495
5496 * xresources.texi (GTK resources): Add a note that some themes
5497 disallow customizations. Add scroll theme example.
5498
8cf51b2c
GM
54992003-09-30 Richard M. Stallman <rms@gnu.org>
5500
8cf51b2c
GM
5501 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5502
5503 * misc.texi (Saving Emacs Sessions): Shorten the section,
5504 collapsing back into one node.
5505
55062003-09-30 Lars Hansen <larsh@math.ku.dk>
5507
5508 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5509
ce058493 55102003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5511
5512 * xresources.texi (GTK names in Emacs): Correct typo.
5513
8cf51b2c
GM
55142003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5515
5516 * cmdargs.texi (Font X): Mention new default font. More
5517 fully describe long font names, wildcard patterns and the
5518 problems involved. (Result of discussion on emacs-devel.)
5519
55202003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5521
5522 * emacs.texi (Acknowledgements): Correct typo.
5523
55242003-09-22 Richard M. Stallman <rms@gnu.org>
5525
5526 * dired.texi (Misc Dired Commands): New node.
5527 (Dired Navigation): Add dired-goto-file.
5528
5529 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5530
5531 * emacs.texi (Acknowledgements): New node, split from Distribution.
5532
5533 * cmdargs.texi (Action Arguments): -f reads interactive args.
5534
8cf51b2c
GM
55352003-09-08 Lute Kamstra <lute@gnu.org>
5536
5537 * screen.texi (Mode Line): Say that POS comes before LINE.
5538 Mention `size-indication-mode'.
5539 * display.texi (Optional Mode Line): Document
5540 `size-indication-mode'.
5541 * basic.texi (Position Info): Mention `size-indication-mode'.
5542
55432003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5544
5545 * xresources.texi (Resources): Refer to `editres' man page.
5546 (Lucid Resources): Update defaults. Expand description of
5547 `shadowThickness'.
5548
55492003-09-04 Miles Bader <miles@gnu.org>
5550
5551 * Makefile.in (top_srcdir): New variable.
5552 ($(top_srcdir)/info): New rule.
5553 (info): Depend on it.
5554
55552003-09-03 Peter Runestig <peter@runestig.com>
5556
5557 * makefile.w32-in: New file.
5558
55592003-08-29 Richard M. Stallman <rms@gnu.org>
5560
5561 * misc.texi (Saving Emacs Sessions): Correct previous change.
5562
8cf51b2c
GM
55632003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5564
8cf51b2c
GM
5565 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5566 (Intro): Include kmacro.texi after fixit.texi instead of after
5567 custom.texi. (As suggested by Kim Storm.)
5568
55692003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5570
5571 * fixit.texi (Fixit): Update `Next' pointer.
5572 * files.texi (Files): Update `Previous' pointer.
5573 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5574 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5575 (Suggested by Kim Storm.)
5576 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5577
55782003-08-18 Kim F. Storm <storm@cua.dk>
5579
5580 * kmacro.texi: New file describing enhanced keyboard macro
5581 functionality. Replaces old description in custom.texi.
5582
5583 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5584 (Keyboard Macros): Move to new kmacro.texi file.
5585
5586 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5587
8cf51b2c
GM
55882003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5589
5590 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5591
55922003-08-17 Alex Schroeder <alex@gnu.org>
5593
5594 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5595 required.
5596
8cf51b2c
GM
55972003-08-05 Richard M. Stallman <rms@gnu.org>
5598
5599 * programs.texi (Lisp Indent): Don't describe
5600 lisp-indent-function property here. Use xref to Lisp Manual.
5601
8cf51b2c
GM
56022003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5603
fffa137c 5604 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5605 abbreviations.
5606
56072003-07-24 Markus Rost <rost@math.ohio-state.edu>
5608
5609 * buffers.texi (List Buffers): Fix previous change.
5610
8cf51b2c
GM
56112003-07-13 Markus Rost <rost@math.ohio-state.edu>
5612
5613 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5614 List*.
5615
56162003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5617
8cf51b2c
GM
5618 * display.texi (Font Lock): Fix typo.
5619
56202003-07-07 Richard M. Stallman <rms@gnu.org>
5621
5622 * display.texi (Font Lock): Add xref for format info on
5623 font-lock-remove-keywords.
5624
5625 * building.texi (Compilation): Document what happens with asynch
5626 children of compiler process.
5627
5628 * help.texi (Library Keywords): Use @multitable.
5629
8cf51b2c
GM
56302003-06-04 Richard M. Stallman <rms@gnu.org>
5631
5632 * programs.texi (Expressions): Delete C-M-DEL.
5633
5634 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5635 comint-move-point-for-output renamed from
5636 comint-scroll-to-bottom-on-output.
5637
5638 * custom.texi (Init Rebinding): Replace previous change with xref.
5639 (Non-ASCII Rebinding): Explain that issue more briefly here.
5640
56412003-05-28 Richard M. Stallman <rms@gnu.org>
5642
5643 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5644
56452003-05-28 Nick Roberts <nick@nick.uklinux.net>
5646
5647 * building.texi (GDB Graphical Interface): New node.
5648 (Rewritten somewhat by RMS.)
5649
c8763fb6 56502003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5651
5652 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5653 non-English letters. Explain how to set coding systems correctly
5654 and how to include the right coding cookie in the file.
5655
c8763fb6 56562003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5657
5658 * indent.texi (Indentation): Explain the concepts.
5659 (Just Spaces): Explain why preventing tabs for indentation might
5660 be useful.
5661
8cf51b2c
GM
56622003-04-16 Richard M. Stallman <rms@gnu.org>
5663
5664 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5665
8cf51b2c
GM
56662003-02-22 Alex Schroeder <alex@emacswiki.org>
5667
5668 * cmdargs.texi (General Variables): Document SMTPSERVER.
5669
8cf51b2c
GM
5670 * sending.texi: Remove SMTP node.
5671 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5672 library.
5673
8cf51b2c
GM
56742003-02-22 Alex Schroeder <alex@emacswiki.org>
5675
5676 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5677
56782003-02-22 Simon Josefsson <jas@extundo.com>
5679
5680 * sending.texi (Mail Methods): Add node about SMTP.
5681
c8763fb6 56822003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5683
5684 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5685
8cf51b2c
GM
56862003-02-01 Kevin Ryde <user42@zip.com.au>
5687
5688 * glossary.texi (Glossary): Correction to cl cross reference.
5689
56902003-01-20 Richard M. Stallman <rms@gnu.org>
5691
5692 * killing.texi (Rectangles): Document C-x c r.
5693
c8763fb6 56942003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5695
5696 * xresources.texi (GTK resources): New node.
5697 (GTK widget names): New node.
5698 (GTK names in Emacs): New node.
5699 (GTK styles): New node.
5700
c8763fb6 57012003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5702
5703 * maintaining.texi (Create Tags Table): Add reference to the new
5704 `etags --help --lang=LANG' option.
5705
8cf51b2c
GM
57062002-10-02 Karl Berry <karl@gnu.org>
5707
49823426 5708 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5709 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5710 where needed for the sake of the HTML output.
8cf51b2c
GM
5711
57122001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5713
5714 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5715 source files.
5716
57172001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * Makefile.in (emacsman): New target.
5720
8cf51b2c
GM
57212001-10-20 Gerd Moellmann <gerd@gnu.org>
5722
5723 * (Version 21.1 released.)
5724
57252001-10-05 Gerd Moellmann <gerd@gnu.org>
5726
5727 * Branch for 21.1.
5728
8cf51b2c
GM
57292001-03-05 Gerd Moellmann <gerd@gnu.org>
5730
5731 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5732
8cf51b2c
GM
57332000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5736
8cf51b2c
GM
57371999-07-12 Richard Stallman <rms@gnu.org>
5738
5739 * Version 20.4 released.
5740
57411998-12-04 Markus Rost <rost@delysid.gnu.org>
5742
5743 * Makefile.in (INFO_TARGETS): Delete customize.info.
5744 (DVI_TARGETS): Delete customize.dvi.
5745 (../info/customize, customize.dvi): Targets deleted.
5746
57471998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5748
5749 * Version 20.3 released.
5750
57511998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5752
5753 * Makefile.in (EMACSSOURCES): Add mule.texi.
5754 Add msdog.texi, ack.texi. Remove gnu1.texi.
5755
57561998-04-06 Andreas Schwab <schwab@gnu.org>
5757
5758 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5759 it in dvi targets.
8cf51b2c
GM
5760
57611997-09-23 Paul Eggert <eggert@twinsun.com>
5762
5763 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5764 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5765 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5766
57671997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5768
5769 * Version 20.2 released.
5770
57711997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5772
5773 * Version 20.1 released.
5774
57751997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5776
5777 * Makefile (../info/customize, customize.dvi): New targets.
5778 (INFO_TARGETS): Add ../info/customize.
5779 (DVI_TARGETS): Add customize.dvi.
5780
8cf51b2c
GM
57811996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5782
5783 * Version 19.33 released.
5784
57851996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5786
5787 * Version 19.32 released.
5788
8cf51b2c
GM
57891996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5790
5791 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5792
57931996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5794
5795 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5796 Specify -I option.
5797 (All dvi targets): Set the TEXINPUTS variable.
5798
57991996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5800
5801 * Version 19.31 released.
5802
8cf51b2c
GM
58031995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5804
5805 * Version 19.30 released.
5806
8cf51b2c
GM
58071995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5808
5809 * Makefile.in (maintainer-clean): Rename from realclean.
5810
58111994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5812
5813 * Makefile.in: New file.
5814 * Makefile: File deleted.
5815
58161994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5817
5818 * Makefile (TEXINDEX_OBJS): Variable deleted.
5819 (texindex, texindex.o, getopt.o): Rules deleted.
5820 All deps on texindex deleted.
5821 (distclean): Don't delete texindex.
5822 (mostlyclean): Don't delete *.o.
5823 * texindex.c, getopt.c: Files deleted.
5824
58251994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5826
5827 * Version 19.26 released.
5828
58291994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5830
5831 * Makefile (EMACSSOURCES): Exclude undo.texi.
5832
58331994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5834
5835 * Version 19.25 released.
5836
58371994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5838
5839 * Version 19.24 released.
5840
58411994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5842
5843 * Version 19.23 released.
5844
58451994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5846
5847 * Makefile: Delete spurious tab.
5848
58491994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5850
5851 * Makefile (.SUFFIXES): New rule.
5852
8cf51b2c
GM
58531993-12-04 Richard Stallman (rms@srarc2)
5854
5855 * getopt.c: New file.
5856 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5857 (getopt.o): New rule.
5858 (dvi): Don't depend on texindex.
49823426 5859 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5860
58611993-12-03 Richard Stallman (rms@srarc2)
5862
49823426
GM
5863 * Makefile (TEXI2DVI): New variable.
5864 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5865 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5866
58671993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5868
5869 * Version 19.22 released.
5870
58711993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5872
5873 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5874
58751993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5876
5877 * Version 19.21 released.
5878
8cf51b2c
GM
58791993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5880
5881 * Makefile (realclean): Don't delete the Info files.
5882
58831993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5884
8cf51b2c
GM
5885 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5886 4' where appropriate.
5887
58881993-10-20 Brian Fox (bfox@ai.mit.edu)
5889
49823426 5890 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5891
5892 * texindex.c: Include "../src/config.h" if building in emacs.
5893
5894 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5895 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5896 Add target to build texindex.c, defining `emacs'.
5897
8cf51b2c
GM
58981993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5899
5900 * Version 19.19 released.
5901
8cf51b2c
GM
59021993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5903
5904 * Version 19.18 released.
5905
59061993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5907
5908 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5909
59101993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5911
5912 * Version 19.17 released.
5913
59141993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5915
5916 * split-man: Fix typos in last change.
5917
59181993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5919
5920 * Version 19.16 released.
5921
59221993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5923
5924 * version 19.15 released.
5925
59261993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5927
5928 * Makefile (distclean): It's rm, not rf.
5929
59301993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5931
5932 * Version 19.14 released.
5933
59341993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5935
5936 * Makefile: New file.
5937
59381993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5939
5940 * Version 19.13 released.
5941
59421993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5943
5944 * Version 19.9 released.
5945
59461993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5947
5948 * Version 19.8 released.
5949
59501993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5951
5952 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5953
5954 * trouble.texi: It's `enable-flow-control-on', not
5955 `evade-flow-control-on'.
5956
59571993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5958
5959 * display.texi: Document standard-display-european.
5960
59611993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5962
5963 * Version 19.7 released.
5964
5965 * emacs.texi: Add a sentence to the top menu mentioning the
5966 specific version of Emacs this manual applies to.
5967
59681993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5969
5970 * basic.texi: Document next-line-add-lines variable used to
5971 implement down-arrow.
5972
5973 * killing.texi: Document kill-whole-line.
5974
59751993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5976
5977 * text.texi: Update unix TeX ordering information.
5978
59791993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5980
5981 * news.texi: Mention fill-rectangle in keybinding list.
5982
5983 * killing.texi: Document fill-rectangle.
5984
59851993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5986
5987 * vc.texi: Bring the docs up to date with VC 5.2.
5988
59891992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5990
5991 * emacs.tex: Mention blackbox and gomoku under Amusements.
5992 Assembler mode is now mentioned and appropriately indexed
5993 under Programming Modes.
5994
59951991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5996
5997 * emacs.tex: Update TeX ordering information.
5998
8cf51b2c
GM
59991990-06-26 David Lawrence (tale@geech)
6000
6001 * emacs.tex: Note that completion-ignored-extensions is not used
6002 to filter out names when all completions are displayed in
6003 *Completions*.
6004
60051990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6006
6007 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6008
60091990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6010
6011 * emacs.tex: Add @findex grep.
6012
8cf51b2c
GM
60131988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6014
6015 * emacs.tex: Correct two typos. No other changes before
6016 Version 19 will be made.
6017
8cf51b2c
GM
60181988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6019
6020 * emacs.tex: Update information for obtaining TeX distribution from the
6021 University of Washington.
6022
6023;; Local Variables:
c8763fb6 6024;; coding: utf-8
8cf51b2c
GM
6025;; fill-column: 79
6026;; add-log-time-zone-rule: t
6027;; End:
6028
6029 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 6030 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
6031
6032 This file is part of GNU Emacs.
6033
352c8b4a 6034 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6035 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6036 the Free Software Foundation, either version 3 of the License, or
6037 (at your option) any later version.
8cf51b2c
GM
6038
6039 GNU Emacs is distributed in the hope that it will be useful,
6040 but WITHOUT ANY WARRANTY; without even the implied warranty of
6041 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6042 GNU General Public License for more details.
6043
6044 You should have received a copy of the GNU General Public License
352c8b4a 6045 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6046
6047;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd