(ispell-word): Use use-region-p.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
8bd3f7ef
CY
12008-10-29 Chong Yidong <cyd@stupidchicken.com>
2
97d5c404
CY
3 * emacs.texi (Top): Update node listings.
4
8bd3f7ef
CY
5 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
6 mention obsolete emacs.bash script.
7 (Invoking emacsclient): Rewrite, moving optional arguments to
8 emacsclient Options.
9 (emacsclient Options): New node.
10
5fda2cbd
CY
112008-10-28 Chong Yidong <cyd@stupidchicken.com>
12
13 * indent.texi (Indentation): Replace list with paragraphed text,
14 putting description of syntax-driven indentation first. Document new
15 effect of active regions on tab.
16 (Tab Stops): Note that editable tab stops affect indentation commands.
17
4ff029f6
DN
182008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
19
20 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
21
996cd6e4
CY
222008-10-23 Chong Yidong <cyd@stupidchicken.com>
23
f28815e3
CY
24 * custom.texi (Function Keys): Note that modified keypad keys are not
25 translated.
26
996cd6e4
CY
27 * basic.texi (Arguments): Explain how to insert multiple digits.
28
49545fe2
MA
292008-10-22 Michael Albinus <michael.albinus@gmx.de>
30
31 * files.texi (Remote Files): Precise selection of default method.
32 Rewrite paragraph about disabling remote file names.
33
edac0b53
CY
342008-10-22 Chong Yidong <cyd@stupidchicken.com>
35
e752c544
CY
36 * search.texi (Special Isearch): Document M-TAB is isearch.
37
edac0b53
CY
38 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
39 command.
40
41 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
42
20a36054
TH
432008-10-22 Tassilo Horn <tassilo@member.fsf.org>
44
45 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
46 section.
47
69051ab6
CY
482008-10-21 Chong Yidong <cyd@stupidchicken.com>
49
c4b1a32a
CY
50 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
51 to files.texi. Move contents of vc2-xtra.texi here.
52
53 * vc2-xtra.texi: File removed.
54
55 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
56 Directory Commands from the submenu. Don't include deleted file
57 vc2-xtra.texi.
58
59 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
60 (Version Control): Add VC Directory Mode and VC Directory Commands to
61 the submenu.
62 (Why Version Control?): Use table format.
63 (Version Control Systems): Note that Meta-CVS support is gone.
64 (VCS Concepts): Note precisely when VC started supporting filesets.
65 Remove bogus xref to CVS Options node.
66 (Types of Log File): Copyedits.
67 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
68 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
69 The Right Thing.
70 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
71 (Log Buffer): Reorganize node, putting C-c C-c description first.
72 (Old Revisions): Use CVS for example, not RCS.
73 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
74 Commands from the submenu, putting them under Version Control.
75 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
76 need to include it in the manual unconditionally, since it is now
77 crucial to using distributed version control systems.
1a6e2954
CY
78 (Comparing Files): Note that diff uses the minibuffer, and that the
79 output is shown using Diff mode.
80 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
81 diff-update-on-the-fly, diff-refine-hunk, and
82 diff-show-trailing-whitespaces.
1a6e2954 83 (File Archives): Add rar support.
c4b1a32a 84
69051ab6
CY
85 * major.texi (Choosing Modes): Make mode selection sequence more
86 obvious by describing the steps in order of priority. Note that
87 magic-mode-alist is nil by default. Document
88 magic-fallback-mode-alist.
89
e7421e03
CY
902008-10-20 Chong Yidong <cyd@stupidchicken.com>
91
92 * frames.texi (Mouse References): Copyedits.
93
6b2efdc2
TH
942008-10-20 Tassilo Horn <tassilo@member.fsf.org>
95
96 * ack.texi (Acknowledgments): Add myself as doc-view author.
97
9c5e9396
EZ
982008-10-20 Eli Zaretskii <eliz@gnu.org>
99
100 * frames.texi (Dialog Boxes): Add @cindex entries.
101
dac94f8e
CY
1022008-10-20 Chong Yidong <cyd@stupidchicken.com>
103
104 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
105 (Text-Only Mouse): Copyedit.
106
25597d40
CY
1072008-10-19 Chong Yidong <cyd@stupidchicken.com>
108
f8a447f6
CY
109 * frames.texi: Use @key throughout for mouse clicks.
110 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
111 (Secondary Selection): Fix modified mouse click syntax.
112 (Clipboard): Describe Cut, Copy and Paste commands.
113 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
114 Copyedits.
115 (Creating Frames): Add xref to Init File.
116 (Frame Commands): Add xref to Exiting.
117 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 118
b0f95216
CY
1192008-10-15 Chong Yidong <cyd@stupidchicken.com>
120
b0817f00
CY
121 * files.texi (Version Control): Copyedits. Add Bazaar.
122 (Version Control Systems): List different VCS's using an itemized list.
123 Add Bazaar.
124 (VCS Concepts): Copyedits. Tweak description of file merging.
125
b0f95216
CY
126 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
127 (Cut/Paste Other App): Document select-active-regions and
128 x-select-enable-primary.
129
69d0d701
CY
1302008-10-13 Chong Yidong <cyd@stupidchicken.com>
131
132 * mark.texi (Shift Selection): Correct case in node name.
133
134 * emacs.texi (Top): Update node order in Mark chapter.
135
375e8351
EZ
1362008-10-12 Eli Zaretskii <eliz@gnu.org>
137
138 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
139
140 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
141 elsewhere in the manual instead of describing yet again the intricacies
142 of $HOME on MS-Windows and MS-DOS.
143
ab58114f
CY
1442008-10-12 Chong Yidong <cyd@stupidchicken.com>
145
4f959513
CY
146 * mini.texi (Minibuffer File): Add xref to File Names.
147 (Minibuffer File): Add discussion of `~' in file names. Add
148 insert-default-directory index reference.
149
ab58114f
CY
150 * files.texi (File Names): Reorganize description.
151 (Visiting): Add xref to Mode Line. Copyedits.
152 (Save Commands): Mention prefix behavior of C-x C-s.
153 (Numbered Backups): Node deleted.
154 (Backup Names): Contents of Numbered Backups moved here. State default
155 of version-control variable.
156 (Reverting): Copyedits.
157 (Version Control): Add additional version control systems.
158
159 * emacs.texi (Top): Delete Numbered Backups node.
160
161 * cmdargs.texi (General Variables): Change Numbered Backups xref to
162 Backup Names.
f2884f63 163 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 164
b0b5100a
RF
1652008-10-11 Romain Francoise <romain@orebokech.com>
166
167 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
168
89774b5f
CY
1692008-10-11 Chong Yidong <cyd@stupidchicken.com>
170
171 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
172 (Select Buffer): Mention use of minibuffer history. Describe default
173 value of default-major-mode. Mention that C-x 4 b selects the other
174 window.
175 (List Buffers): Document CRM indicators in the order they appear.
176 (Kill Buffer): Document new command kill-matching buffers.
177 (Several Buffers): Move explanation of the relationship between buffer
178 list and buffer menu to the top.
179 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
180
4c72bf27
CY
1812008-10-10 Chong Yidong <cyd@stupidchicken.com>
182
183 * entering.texi (Exiting): Document change of C-x C-c to
184 save-buffers-kill-terminal. Document kill-emacs.
185
f68eb991
EZ
1862008-09-30 Eli Zaretskii <eliz@gnu.org>
187
188 * mule.texi (Coding Systems): Don't mention codepage-setup.
189
190 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
191 cpNNN coding systems anymore.
192 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
193 for unibyte mode. Don't mention line-drawing characters. Don't
194 mention dos-unsupported-char-glyph.
195
1a2dd44d
CY
1962008-09-25 Chong Yidong <cyd@stupidchicken.com>
197
198 * search.texi (Search): Shorten introduction.
199 (Basic Isearch): Add command table. Discuss reverse isearch and
200 isearch highlighting.
201 (Repeat Isearch): Move lazy highlighting discussion here. Add search
202 ring to cindex.
203 (Special Isearch): Move input methods discussion here.
204 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
205 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
206 Repeat Isearch.
207 (Isearch Minibuffer): New node.
208 (Word Search): Document new word search commands.
209 (Regexp Example): Simplify example using sentence-end-base variable.
210 (Replace): Reword introduction.
211 (Unconditional Replace): Remove unnecessary example.
212 (Other Repeating Search): Document new `M-s o' binding.
213
214 * emacs.texi (Top): Update node listings.
215
e45da31d
JB
2162008-09-22 Juanma Barranquero <lekktu@gmail.com>
217
218 * emacs.texi (Top): Remove Kill Errors from menu.
219
841c8096
CY
2202008-09-22 Chong Yidong <cyd@stupidchicken.com>
221
402168fa
CY
222 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
223 interface for defining macros. Simplify examples. Note that C-g quits
224 macro definitions.
225 (Keyboard Macro Counter): Document using F3 to insert counter. Give
226 usage example.
227 (Keyboard Macro Query): Organize query responses in a table.
228
229 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
230 to Erasing node.
841c8096
CY
231 (Undo): Reorganize paragraphs for logical flow. Move keybinding
232 rationale to a footnote.
233 (Kill Errors): Remove node, due to redundancy with Erasing.
234 (Spelling): Move discussion of flyspell to end. Note new behavior of
235 M-$ in active region. Remove non-ispell-specific keybindings from
236 table.
237
eab2ee89
DN
2382008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * cmdargs.texi (Initial Options): Document --daemon.
241
3d53e905
GM
2422008-09-20 Glenn Morris <rgm@gnu.org>
243
244 * files.texi (Numbered Backups): Mention that some modes set
245 version-control.
246
1c90484d
GM
2472008-09-20 Jim Blandy <jimb@red-bean.com>
248
249 * files.texi (Numbered Backups): Reference File Variables, as well.
250 Remove discussion of Rmail's implementation.
251
0fc0d844
CY
2522008-09-06 Chong Yidong <cyd@stupidchicken.com>
253
254 * misc.texi (Recursive Edit): Note that top-level exits active
255 minibuffers.
256
257 * trouble.texi (Quitting): Likewise.
258
b18d283d
CY
2592008-08-31 Chong Yidong <cyd@stupidchicken.com>
260
261 * emacs.texi (Top): Add Temporary Face Changes xref.
262
263 * display.texi (Display): Move Temporary Face Changes node to just
264 after Standard Faces.
265 (Scrolling): Document recenter-top-bottom instead of recenter.
266 (Horizontal Scrolling): Move auto hscroll discussion to the top.
267 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
268 (Display Custom): Copyedits.
269 (Optional Mode Line): Document display-battery-mode.
270
180135fc
RF
2712008-08-27 Romain Francoise <romain@orebokech.com>
272
273 * custom.texi (Directory Variables): Minor fix.
274
d3fe3475
GM
2752008-08-27 Glenn Morris <rgm@gnu.org>
276
277 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
278 descriptions.
279 (Calendar Customizing): Tweak layout description.
183080b6 280 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
281 markers. Condense calendar-star-date and calendar-mark-today
282 description.
283 (Holiday Customizing): Add oriental and solar holidays.
284 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
285 Fix holiday-float description. Use zerop in examples. Be less verbose.
286 (Date Display Format): Change ISO format. Be less verbose.
287 (Diary Customizing): Mention day and month abbrev arrays.
288 Mention the date-form variables by name. Update European example.
289 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
290 Condense examples. Mention diary-entry-symbols by name.
291 Condense table for insertion commands.
292 (Fancy Diary Display): Mention diary-include-string and
293 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
294 Ethiopic, Persian date functions. Condense descriptions.
295
296 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
297 (Adding to Diary): Adapt for changed node name.
298
71755807
GM
2992008-08-26 Glenn Morris <rgm@gnu.org>
300
301 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
302 node "Hebrew/Islamic Entries".
303
304 * calendar.texi (Specified Dates): Fix names of iso functions.
305 (General Calendar): There may not be another window.
306 (Writing Calendar Files, Holidays): Tweak intro.
307 (Holidays): Mention Baha'i and Chinese holidays.
308 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
309 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
310 (To Other Calendar): Add calendar-print-other-dates.
311 Refer to "graphic display" rather than "X.
312 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
313 (Displaying the Diary): Fix whitespace after reference.
314 Fix `diary-number-of-entries' reference.
315 (Date Formats): Explicitly mention that day names can be abbreviated.
316 (Adding to Diary): Add some references to other sections.
317 (Special Diary Entries): Fix reference.
318 (Appointments): Simplify appt-message-warning-time entry.
319 Clarify where times must be.
320 (Importing Diary): Comment out icalendar paragraph that does not apply.
321 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
322
d76ebc75
GM
3232008-08-23 Glenn Morris <rgm@gnu.org>
324
325 * fortran-xtra.texi (Fortran): Change description of free form and
326 fixed form a bit. Mention hideshow and imenu.
327 (Fortran Motion): Mention fortran-end-of-subprogram,
328 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
329 (Fortran Indent): Minor re-word.
330 (ForIndent Commands): Mention fortran-fill-paragraph and
331 fortran-fill-statement.
332 (ForIndent Cont): Mention fortran-tab-mode-string.
333 (Fortran Comments): Mention fortran-comment-line-start-skip.
334 (Fortran Columns): Mention font-locking.
335 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
336
e2a71e28
JB
3372008-08-23 Johan Bockgard <bojohan@muon>
338
339 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
340
5c52e13c
CY
3412008-08-22 Chong Yidong <cyd@stupidchicken.com>
342
343 * mini.texi (Minibuffer): Simplify introduction.
344 (Minibuffer File): Document tilde in minibuffer filenames.
345 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
346 to enter tabs, spaces, and question marks. Describe behavior of C-a.
347 (Completion Example): Update example to current command list.
348 (Completion Options): Document `lazy' value of completion-auto-help.
349 Update contents of completion-ignored-extensions.
350 (Minibuffer History): Describe "future history" list. State default
351 value of history-delete-duplicates.
352
77a00355
GM
3532008-08-21 Glenn Morris <rgm@gnu.org>
354
355 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 356 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 357
39ee1d04
CY
3582008-08-17 Chong Yidong <cyd@stupidchicken.com>
359
360 * regs.texi (Registers): Clarify valid register names.
361 (RegPos): Note that buffer is saved and restored too.
362 (RegText): Note that mark is reactivated/deactivated.
363 (RegConfig): Xref to Windows node.
364
b12c348f
CY
3652008-08-16 Chong Yidong <cyd@stupidchicken.com>
366
3ae7ba79
CY
367 * basic.texi (Inserting Text): Provide command name for C-q.
368
b12c348f
CY
369 * killing.texi (Killing): Copyedit. Define read-only text.
370 (Deletion): DEL and C-d were already explained in Erasing; xref there.
371 (Killing by Lines): Copyedit.
372 (Other Kill Commands): Move M-w description here.
373 (Yanking): Move M-w to Other Kill Commands.
374 (Kill Ring): Also mention saving text in registers. Link to Text
375 Properties in elisp manual.
376 (Accumulating Text): Copyedit.
377 (CUA Bindings): Shift selection is now the default.
378
d8ff7692
TZ
3792008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
380
381 * maintaining.texi (Change Log): Mention next-error is available.
382
a43a8a2e
GM
3832008-08-10 Glenn Morris <rgm@gnu.org>
384
385 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
386 and intermonth text.
387 (Holiday Customizing): Add holiday-chinese.
388
eba27308
EZ
3892008-08-08 Eli Zaretskii <eliz@gnu.org>
390
391 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
392
5f14a5b3
DN
3932008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
394
395 * files.texi (Log Buffer): Describe C-c C-d.
396 (Diff Mode): Describe C-x 4 A.
397
49989bff
EZ
3982008-08-06 Eli Zaretskii <eliz@gnu.org>
399
400 * vc1-xtra.texi (VC Directory Mode): Fix last change.
401
5c915c02
DN
4022008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
403
2beaf97a
DN
404 * files.texi (Old Revisions): Update the keys used by vc-annotate and
405 describe the new bindings to show the changeset diff, toggle annotation
406 visibility, show revisions.
407 (VC Status): Describe key bindings for modifying the change comments,
408 displaying changeset diffs and annotations.
409
5c915c02
DN
410 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
411
71798ace
NR
4122008-08-05 Nick Roberts <nickrob@snap.net.nz>
413
414 * vc1-xtra.texi (VC Directory Mode): Fix typo.
415
b8949644
EZ
4162008-08-02 Eli Zaretskii <eliz@gnu.org>
417
418 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
419 and wording.
420
819567d1
DN
4212008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
422
423 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 424 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
425 commands. Improve some old info.
426
5f38310a
CY
4272008-07-31 Chong Yidong <cyd@stupidchicken.com>
428
0dc3906b
CY
429 * display.texi (Visual Line Mode): New node.
430
5f38310a
CY
431 * basic.texi (Inserting Text): Move DEL to deletion node.
432 (Moving Point): Add additional alternative key bindings. Describe
433 line-move-visual.
434 (Erasing): Describe DEL.
435 (Basic Undo, Blank Lines, Arguments): Copyedit.
436 (Continuation Lines): Mention Visual Line mode.
437 (Position Info): Move extended discussion to mule.texi.
438
439 * mule.texi (International Chars): Describe C-x =.
440
441 * emacs.texi (Top): Add Visual Line Mode node.
442
7c2fb837
DN
4432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
444
445 * emacs.texi: Remove VMS support.
446
3f6b73ef
DN
4472008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
448
449 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
450 the vc-dir command name.
451
9e2a2647
DN
4522008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * xresources.texi: Remove mentions of Mac Carbon.
455
568beaa2
AS
4562008-07-19 Andreas Schwab <schwab@suse.de>
457
458 * ns-emacs.texi: Move to ../misc.
459
0ef94706
CY
4602008-07-15 Chong Yidong <cyd@stupidchicken.com>
461
462 * entering.texi (Exiting): Don't describe text-only terminals as the
463 default. Describe the new startup screen.
464 (Exiting): Describe how to kill Emacs first. Change description of
465 iconification to handle modern window systems.
466
ba60bd44 4672008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
468
469 * ns-emacs.texi: New file, documents features of Emacs port under
470 NeXTstep windowing.
471
9f30aa73
CY
4722008-07-15 Chong Yidong <cyd@stupidchicken.com>
473
938a5d2e
CY
474 * entering.texi (Entering Emacs): Update prev node.
475
476 * glossary.texi (Glossary): Remove xref to Text Characters.
477
9f30aa73
CY
478 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
479 directly, rather than in the context of ASCII. Move description of
480 special properties of modifier key to new Modifier Keys node.
481 (Keys): Copyedit.
482 (Text Characters): Delete node. Multibyte is the default nowadays, and
483 the node contents are obsolete.
484
485 * custom.texi (Modifier Keys): New node.
486
487 * emacs.texi (Top): Update node list.
488
7e53d36c
CY
4892008-07-13 Chong Yidong <cyd@stupidchicken.com>
490
491 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
492 saying that Emacs provides menus and mouse support (which is par for
493 the course).
494
495 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
496 early on.
497 (Point): Copyedit. Relegate historical trivia to a footnote.
498 (Mode Line): Explain mode-line format more consistently.
499 (Menu Bar): Copyedit.
500
1e9fa96d
GM
5012008-06-27 Glenn Morris <rgm@gnu.org>
502
503 * cal-xtra.texi (Sexp Diary Entries):
504 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
505
dc9bebb8
CY
5062008-06-26 Chong Yidong <cyd@stupidchicken.com>
507
508 * mark.texi (Shift selection): New node.
509 (Mark): Copyedits.
510 (Persistent Mark): Move to the end of the chapter.
511
e7881076
EZ
5122008-06-20 Eli Zaretskii <eliz@gnu.org>
513
514 * makefile.w32-in (distclean): Remove makefile.
515
f427400c
NR
5162008-06-17 Nick Roberts <nickrob@snap.net.nz>
517
518 * building.texi (Starting GUD): Add an entry for gud-gdb.
519 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
520 command mode.
521
b597d348
GM
5222008-06-17 Glenn Morris <rgm@gnu.org>
523
524 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
525
647b7094
NR
5262008-06-17 Nick Roberts <nickrob@snap.net.nz>
527
528 * building.texi (Starting GUD): Expand on remote debugging.
529 (Other GDB-UI Buffers): Mention new keyboard bindings.
530
47a30023
GM
5312008-06-15 Glenn Morris <rgm@gnu.org>
532
533 * gnu.texi: Use a verbatim license for this invariant section,
534 as per etc/GNU.
535
37e5d54a
GM
5362008-06-13 Daniel Engeler <engeler@gmail.com>
537
538 * emacs.texi, misc.texi: Add documentation about serial port access.
539
8e65d46c
GM
5402008-06-13 Glenn Morris <rgm@gnu.org>
541
c1473b4c
MB
542 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
543 maintain.info.
8e65d46c 544
e40a85cd
MB
5452008-06-05 Miles Bader <miles@gnu.org>
546
547 * display.texi (Temporary Face Changes): Update to reflect function
548 renamings in face-remap.el.
549
56c73dec
MB
5502008-06-04 Miles Bader <miles@gnu.org>
551
552 * display.texi (Temporary Face Changes): Add
553 `adjust-buffer-face-height'. Rewrite description of
554 `increase-buffer-face-height' and `decrease-default-face-height' now
555 that they aren't bound by default.
556
9d3d42fb
MB
5572008-06-03 Miles Bader <miles@gnu.org>
558
559 * display.texi (Temporary Face Changes): New node.
560
2be6bfe2
EZ
5612008-05-31 Eli Zaretskii <eliz@gnu.org>
562
563 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
564
daf7e339
GM
5652008-05-31 Glenn Morris <rgm@gnu.org>
566
567 * cal-xtra.texi (Fancy Diary Display): Simplify.
568
d21d2618
GM
5692008-05-30 Glenn Morris <rgm@gnu.org>
570
571 * cal-xtra.texi (Fancy Diary Display): Update for
572 diary-display-function replacing diary-display-hook.
573
71ce5fd0
JB
5742008-05-29 Drew Adams <drew.adams@oracle.com>
575
576 * msdog.texi (Windows Keyboard): Add descriptions of
577 w32-register-hot-key and w32-unregister-hot-key.
578
a3cdbdf8
MO
5792008-05-21 Tom Tromey <tromey@redhat.com>
580
581 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
582 Variables node.
583
854a574c
MO
5842008-05-19 Tom Tromey <tromey@redhat.com>
585
586 * custom.texi (Variables): Add Directory Variables to menu.
587 (Directory Variables): New node.
588
7c2ec3f9
ER
5892008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
590
71ce5fd0 591 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 592
370fded4
ER
5932008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
594
595 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
596 Revision Tags and rewritten. Section now uses modern terminology,
597 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
598 accurately.
599
6af511e3
EZ
6002008-05-10 Eli Zaretskii <eliz@gnu.org>
601
602 * msdog.texi (Windows Files): Update documentation of
603 w32-get-true-file-attributes.
604
7a78b6e7
ER
6052008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
606
607 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
608 directory mode.
609
1bcfc24e
CY
6102008-05-08 Chong Yidong <cyd@stupidchicken.com>
611
612 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 613 entry "television".
1bcfc24e 614
db86064f
ER
6152008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
616
ab5ec32c 617 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 618
a31b405e
ER
6192008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
620
621 * emacs/buffers.texi, emacs/files.texi (Version-control):
622 vc-toggle-read-only is no longer a good idea...
623
ff2c14fc
GM
6242008-04-29 Glenn Morris <rgm@gnu.org>
625
626 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
627
367c9b7c
JL
6282008-04-22 Juri Linkov <juri@jurta.org>
629
630 * dired.texi (Subdirectories in Dired): Describe using `^'
631 to return to the parent directory.
632
4ac1e9b4
NR
6332008-04-22 Nick Roberts <nickrob@snap.net.nz>
634
635 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
636 recent changes.
637
b9b3bf2b
NR
6382008-04-19 Nick Roberts <nickrob@snap.net.nz>
639
640 * building.texi (GDB-UI Layout, Breakpoints Buffer)
641 (Other GDB-UI Buffers): Update for recent thread related changes.
642
4d120d6a
SM
6432008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
644
645 * maintaining.texi (Maintaining):
646 * emacs.texi (Top): Typo.
647
a152877d
SM
6482008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
649
b9b3bf2b
NR
650 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
651 arg in `font-lock-add-keywords'.
a152877d 652
36c0514c
GM
6532008-04-08 Glenn Morris <rgm@gnu.org>
654
655 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
656 Also add Baha'i calendar references where appropriate.
657
06a97d46
GM
6582008-04-05 Glenn Morris <rgm@gnu.org>
659
660 * custom.texi (Init File): Byte-compiling .emacs is bad.
661
6adc6eed
SM
6622008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
665
571388b0
GM
6662008-03-29 Glenn Morris <rgm@gnu.org>
667
668 * calendar.texi: Update for `calendar-date-style' replacing
669 `european-calendar'.
670
3ae8f876
JR
6712008-03-28 Jason Rumney <jasonr@gnu.org>
672
673 * display.texi (Display Custom): Mention overlay-margin in text.
674
5bc6ddff 6752008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 676
5bc6ddff
MB
677 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
678 tutorial' comments.
03a864d5 679
7186a830
CY
6802008-03-28 Chong Yidong <cyd@stupidchicken.com>
681
682 * mark.texi (Mark): Rearrange nodes.
683 (Persistent Mark): Rename from Transient Mark.
684 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
685 Describe Transient Mark mode as the default.
686
687 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
688 the default behavior with Transient Mark mode off.
689 (Position Info): Fix typo.
690
71ce5fd0
JB
691 * display.texi (Standard Faces): Reference the Mark node.
692 Remove discussion of the region face, which is discussed there.
7186a830
CY
693
694 * emacs.texi (Top): Update node listings.
695
696 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
697 as the default.
698
699 * fixit.texi (Undo): Standardize choice of undo key sequence.
700 (Undo, Spelling): Describe Transient Mark mode as the default.
701
702 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
703 default.
704
705 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
706
707 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
708 mode is the default, and note that the mark is not activated when set.
709
710 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
711 Describe Transient Mark mode as the default.
712
713 * search.texi (Basic Isearch): Reference the Mark Ring node.
714 (Replace, Unconditional Replace, Other Repeating Search):
715 Describe Transient Mark mode as the default.
716
717 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
718 Transient Mark mode as the default.
719 (Paragraphs): Describe how M-h behaves when region is active.
720
721 * trouble.texi (Quitting): Clarify effects of C-g.
722
dc47d1ff
GM
7232008-03-13 Glenn Morris <rgm@gnu.org>
724
725 * emacs.texi (EMACSVER): Set to 23.0.60.
726
e3e0fb39 7272008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 728
e3e0fb39
GM
729 * dired.texi (Hiding Subdirectories): Fix previous change.
730
7312008-03-05 Drew Adams <drew.adams@oracle.com>
732
733 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 734
5e14abf8
KS
7352008-02-28 Kim F. Storm <storm@cua.dk>
736
737 * help.texi (Help Files): Move describe-gnu-project to C-h g.
738 Move describe-distribution to C-h C-o.
739 Move view-emacs-problems to C-h C-p.
740 Add view-emacs-debugging on C-h C-d.
741 Add view-external-packages on C-h C-e.
d0207bf3 742 Add view-order-manuals on C-h C-m.
5e14abf8 743
d0207bf3 7442008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
745
746 * msdog-xtra.texi (MS-DOS): Docstring fix.
747
87e391bb
EZ
7482008-02-09 Eli Zaretskii <eliz@gnu.org>
749
750 * msdog.texi (Windows Fonts): Use a @table for describing font
751 properties.
752
5662e503
JR
7532008-02-07 Jason Rumney <jasonr@gnu.org>
754
755 * msdog.texi (Windows Files): w32-get-true-file-attributes default
756 value has changed.
757 (Windows HOME): Clarify what is meant by "if that fails as well".
758 (Windows Fonts): New section.
759
72463824
GM
7602008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
761
762 * basic.texi (Basic Undo): Remove duplicate "you can".
763
7ff926e0
EZ
7642008-02-02 Eli Zaretskii <eliz@gnu.org>
765
766 * maintaining.texi (Tags): Fix last change.
767
6ab7aef1
MA
7682008-02-02 Michael Albinus <michael.albinus@gmx.de>
769
093571c3 770 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 771
ace67e7e
NR
7722008-01-31 Nick Roberts <nickrob@snap.net.nz>
773
774 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
775
ae068fdf
RS
7762008-01-26 Richard Stallman <rms@gnu.org>
777
778 * maintaining.texi (Tags): Delete redundant index entry.
779
a56d9a08
EZ
7802008-01-26 Eli Zaretskii <eliz@gnu.org>
781
782 * programs.texi (Imenu): Move "@cindex tags" from here...
783 * maintaining.texi (Tags): ...to here.
784
e941ed90
NR
7852008-01-23 Kevin Ryde <user42@zip.com.au>
786
787 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
788 click count.
789
650276d5
JB
7902008-01-21 Juanma Barranquero <lekktu@gmail.com>
791
792 * entering.texi (Exiting): Fix typo.
793 Reported by D. E. Evans <sinuhe@gnu.org>.
794
8dc17977
MR
7952007-12-31 Martin Rudalics <rudalics@gmx.at>
796
797 * glossary.texi (Glossary): Fix typo.
798
9f9695a6
RS
7992007-12-27 Richard Stallman <rms@gnu.org>
800
801 * text.texi (Formatted Text): Improve menu tag.
802 (Editing Format Info): In Info, add duplicate menu of nodes
803 about the submenus.
804 (Format Faces): Say where Faces menu is found. Mention Other.
805 (Format Colors): Say where these submenus are found.
806 (Format Indentation, Format Justification): Likewise.
807 (Format Properties): Likewise.
808
abfd0191
RS
8092007-12-22 Richard Stallman <rms@gnu.org>
810
811 * search.texi (Query Replace): Make exp of query-replace more
812 self-contained, and clarify.
8dc17977 813
abfd0191
RS
814 * cc-mode.texi (Getting Started): Change @ref to @pxref.
815
a2586785
RS
8162007-12-15 Richard Stallman <rms@gnu.org>
817
818 * files.texi (Auto Save): Clarify definition of auto-saving.
819
a67cf2bb
RS
8202007-11-26 Richard Stallman <rms@gnu.org>
821
822 * help.texi (Help Echo): Cleanups.
823
448b33b1
TTN
8242007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
825
826 * files.texi (Why Version Control?): Fix typo.
827 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
828 (Selecting a Fileset): Fix typos; small rewording.
829 (Log Buffer): Likewise.
830 (Old Revisions): Likewise.
448b33b1 831
221bb7f6
EZ
8322007-11-17 Eli Zaretskii <eliz@gnu.org>
833
834 * mule.texi (Communication Coding): Fix wording of last change.
835
d0207bf3 8362007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 837
630cb3b7
JB
838 * custom.texi (Specifying File Variables):
839 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 840
53b7759e
KH
8412007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
842
a5ab2e0c 843 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
844
845 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
846
c8763fb6 8472007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 848
630cb3b7 849 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
850 --output=file.
851
ff98e024
MR
8522007-11-13 Martin Rudalics <rudalics@gmx.at>
853
854 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
855 (Help Echo): Avoid mentioning the term "region" here and
856 consistently use the term "active text".
857
37b11c22
GM
8582007-11-11 Glenn Morris <rgm@gnu.org>
859
860 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
861
21d50ba1
JL
8622007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
863
864 * search.texi (Query Replace): Mention
865 `query-replace-show-replacement'.
866
c12ecb0a 8672007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
868
869 * building.texi (Watch Expressions): Remove obscure sentence.
870
3b4201f4
KH
8712007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
872
873 * mule.texi (Select Input Method): Describe how to activate an input
874 method in the text mode.
875
07e5c0b0
DN
8762007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
877
878 * cmdargs.texi (Misc Variables): Remove Sun windows info.
879
52dd7391
NR
8802007-10-30 Nick Roberts <nickrob@snap.net.nz>
881
882 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
883
c004e539
GM
8842007-10-30 Glenn Morris <rgm@gnu.org>
885
886 * misc.texi (Directory Tracking): Explain a bit more about
887 dirtrack-mode.
888
ca8c5b8c
GM
8892007-10-25 Glenn Morris <rgm@gnu.org>
890
891 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
892
b6c764ef
RS
8932007-10-24 Richard Stallman <rms@gnu.org>
894
895 * misc.texi (Interactive Shell): Cleanup last change.
896
eabd84c9
JL
8972007-10-22 Juri Linkov <juri@jurta.org>
898
899 * mini.texi (Minibuffer History): Add text about a list of minibuffer
900 default values.
901
0b43c7e2
ER
9022007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
903
ca8c5b8c 904 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
905 'filesets'.
906
a80859d4
MR
9072007-10-18 Martin Rudalics <rudalics@gmx.at>
908
909 * trouble.texi (Quitting): Fix typo.
910
c9447ae1
GM
9112007-10-18 Glenn Morris <rgm@gnu.org>
912
913 * frames.texi (Mode Line Mouse): Mention minor mode names.
914
168b980f
JL
9152007-10-17 Juri Linkov <juri@jurta.org>
916
917 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
918 fill-paragraph operates on the active region in Transient Mark mode.
919 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
920 with fill-paragraph.
921
922 * basic.texi (Arguments): Replace fill-paragraph-or-region with
923 fill-paragraph.
924
925 * fixit.texi (Spelling): ispell-word operates on the active region
926 in Transient Mark mode.
927
5a331f34
JB
9282007-10-17 Aaron S. Hawley <aaronh@garden.org>
929
930 * building.texi (Source Buffers):
931 * custom.texi (Init Non-ASCII):
932 * glossary.texi (Glossary): Use "key binding" consistently.
933
2a9f4d55
JB
9342007-10-17 Juanma Barranquero <lekktu@gmail.com>
935
936 * calendar.texi (Diary): Fix directive.
937
de13cecf
RS
9382007-10-16 Richard Stallman <rms@gnu.org>
939
940 * calendar.texi (Diary): Clarify text about diary file example.
941
5f90d53e
ER
9422007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
943
944 * files.texi: Capitalize node names according to convention.
945
3aa491bc
GM
9462007-10-13 Glenn Morris <rgm@gnu.org>
947
948 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
949
8a3106d3
ER
9502007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
951
952 * emacs.texi:
953 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 954 suggested by RMS and Robert J. Chassell.
8a3106d3 955
da1080a2
ER
9562007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
957
3aa491bc 958 * files.texi (Version Systems):
0870a421
ER
959 * vc-xtra.texi:
960 * vc1-xtra.texi:
ac3f4c6f 961 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 962 operations. Change of terminology from `version' to `revision'.
a7fc5b78 963 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 964 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 965
58ade22b
ER
9662007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
967
da1080a2 968 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
969 Reorder the descriptions to be chronological.
970
93870ce2
RS
9712007-10-09 Richard Stallman <rms@gnu.org>
972
973 * display.texi (Cursor Display): Correct how cursor appears
974 in nonselected windows.
975
568c7288
NR
9762007-10-04 Nick Roberts <nickrob@snap.net.nz>
977
978 * building.texi (GDB Graphical Interface): Remove references to gdba
979 and mention gud-gdb.
980
1af74d06 9812007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 982
1af74d06 983 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 984
0d8fb755
JL
9852007-10-06 Juri Linkov <juri@jurta.org>
986
987 * text.texi (Fill Commands): Document fill-paragraph-or-region.
988 (Fill Prefix, Format Indentation): Replace fill-paragraph with
989 fill-paragraph-or-region.
990
991 * basic.texi (Arguments): Replace fill-paragraph with
992 fill-paragraph-or-region.
993
b981e2c6
ER
9942007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
995
996 * files.texi: Update the section on version control for 2007
2a9f4d55 997 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
998 will come later.
999
5fceaf9c
GM
10002007-09-15 Glenn Morris <rgm@gnu.org>
1001
1002 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1003 to `list-holidays'.
1004
b0e44b17
GM
10052007-09-14 Glenn Morris <rgm@gnu.org>
1006
1007 * calendar.texi: Update all instances of mark-calendar-holidays,
1008 list-calendar-holidays, list-holidays with the new names.
1009
8cf51b2c
GM
10102007-09-06 Glenn Morris <rgm@gnu.org>
1011
1012 * Move manual sources from man/ to subdirectories of doc/.
1013 Split into the Emacs manual in emacs/, and other manuals in misc/.
1014 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1015 manual.
1016 (infodir): New variable.
1017 (info): Use $infodir.
1018 (emacsman): Delete target, not needed any more.
1019 Move all targets that are not the Emacs manual to misc/Makefile.in.
1020 (mostlyclean): Remove `gnustmp'.
1021 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1022 manual.
92f9b43f 1023 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1024 (emacsman): Delete target, not needed any more.
1025 (clean): Remove all info files but Emacs manual.
1026 Move all targets that are not the Emacs manual to misc/Makefile.in.
1027 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1028
1029 * Makefile.in (INFOSOURCES): Delete.
1030 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1031 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1032 *.vrs *.toc here...
1033 (maintainer-clean): ...from here.
1034
10352007-09-05 Glenn Morris <rgm@gnu.org>
1036
1037 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1038
8cf51b2c
GM
10392007-08-29 Glenn Morris <rgm@gnu.org>
1040
1041 * emacs.texi (EMACSVER): Increase to 23.0.50.
1042
3420c522
RS
10432007-08-27 Richard Stallman <rms@gnu.org>
1044
1045 * emacs.texi (Top): Clarify menu item for Glossary.
1046
1047 * display.texi (Faces): Change secn title.
1048 Clarify not all fonts come from Font Lock.
1049
8cf51b2c
GM
10502007-08-17 Eli Zaretskii <eliz@gnu.org>
1051
1052 * basic.texi (Position Info): Add index entry for face at point.
1053 Mention that character faces are also displayed by "C-u C-x =".
1054
8cf51b2c
GM
10552007-08-08 Glenn Morris <rgm@gnu.org>
1056
1057 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1058
10592007-08-07 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * files.texi (File Conveniences): Document point motion keys in Image
1062 mode.
1063
8cf51b2c
GM
10642007-07-27 Glenn Morris <rgm@gnu.org>
1065
8cf51b2c
GM
1066 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1067 in-line.
1068
1069 * gpl.texi: New file with text of GPL.
1070 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1071
10722007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1075
1076 * dired.texi (Wdired): Mention C-x C-q key binding.
1077
10782007-07-28 Nick Roberts <nickrob@snap.net.nz>
1079
1080 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1081
10822007-07-25 Glenn Morris <rgm@gnu.org>
1083
8cf51b2c
GM
1084 * emacs.texi (Copying): Replace license with GPLv3.
1085
1086 * Relicense all FSF files to GPLv3 or later.
1087
10882007-07-24 Glenn Morris <rgm@gnu.org>
1089
1090 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1091 for some calendars.
1092
10932007-07-23 Nick Roberts <nickrob@snap.net.nz>
1094
1095 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1096 default-directory for the current buffer is on a remote machine.
1097
8cf51b2c
GM
10982007-07-21 Eli Zaretskii <eliz@gnu.org>
1099
1100 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1101 default value.
1102
11032007-07-21 Richard Stallman <rms@gnu.org>
1104
1105 * files.texi (Why Version Control?): Improve previous change.
1106
11072007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1108
1109 * files.texi (Why Version Control?): New node.
1110
8cf51b2c
GM
11112007-07-12 Nick Roberts <nickrob@snap.net.nz>
1112
8cf51b2c
GM
1113 * building.texi (Starting GUD): Add xref to this anchor.
1114
8cf51b2c
GM
11152007-06-24 Karl Berry <karl@gnu.org>
1116
2a9f4d55 1117 * emacs.texi: New Back-Cover Text.
8cf51b2c 1118
8cf51b2c
GM
11192007-06-07 Alan Mackenzie <acm@muc.de>
1120
1121 * display.texi (Optional Mode Line): Document the new form of
1122 line+column numbers, "(561,2)".
1123
11242007-06-06 Juanma Barranquero <lekktu@gmail.com>
1125
49823426 1126 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1127
11282007-06-02 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * Version 22.1 released.
1131
8cf51b2c
GM
11322007-05-07 Karl Berry <karl@gnu.org>
1133
1134 * emacs.texi (EMACSVER): Back to 22.
1135
11362007-05-06 Richard Stallman <rms@gnu.org>
1137
1138 * maintaining.texi (Create Tags Table): Clean up previous change.
1139
c8763fb6 11402007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1141
1142 * maintaining.texi (Create Tags Table): Add text about the dangers of
1143 making symbolic links to tags files.
1144
11452007-05-04 Karl Berry <karl@gnu.org>
1146
1147 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1148
11492007-05-03 Karl Berry <karl@gnu.org>
1150
1151 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1152
1153 * .cvsignore (*.pdf): New entry.
1154
8cf51b2c
GM
1155 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1156 for printing.
1157
11582007-05-01 Richard Stallman <rms@gnu.org>
1159
1160 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1161
8cf51b2c
GM
11622007-04-28 Glenn Morris <rgm@gnu.org>
1163
1164 * ack.texi (Acknowledgments):
1165 * anti.texi (Antinews):
8cf51b2c
GM
1166 * programs.texi (Program Modes): Restore mention of python.el pending
1167 consideration of legal status.
1168
11692007-04-28 Richard Stallman <rms@gnu.org>
1170
1171 * files.texi (File Names): Fixes to ~ description on MS systems.
1172
8cf51b2c
GM
11732007-04-26 Glenn Morris <rgm@gnu.org>
1174
1175 * emacs.texi (EMACSVER): Increase to 22.1.50.
1176
11772007-04-25 Karl Berry <karl@gnu.org>
1178
1179 * emacs.texi: Improve line breaks on copyright page,
1180 similar layout to lispref, 8.5x11 by default.
1181
1182 * dired.texi (Image-Dired): Improve line break, fix typo.
1183
11842007-04-24 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * programs.texi (Program Modes):
8cf51b2c
GM
1187 * anti.texi (Antinews):
1188 * ack.texi (Acknowledgments): python.el removed.
1189
8cf51b2c
GM
11902007-04-23 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * display.texi (Highlight Interactively): Correct description of
1193 hi-lock-file-patterns-policy.
1194
1195 * files.texi (File Archives): Mention self-extracting executables.
1196
11972007-04-23 Eli Zaretskii <eliz@gnu.org>
1198
1199 * search.texi (Unconditional Replace, Query Replace): Add xref to
1200 "Replacement and Case".
1201
12022007-04-22 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * dired.texi (Image-Dired): Move from Thumbnails node.
1205 * misc.texi (Thumbnails): Node deleted.
1206 * emacs.texi (Top): Update node listing.
1207
1208 * files.texi (File Conveniences):
49823426 1209 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1210
12112007-04-21 Richard Stallman <rms@gnu.org>
1212
1213 * display.texi (Highlight Interactively): Correct previous change.
1214 Clarify doc of hi-lock-find-patterns, and move new features into it.
1215
12162007-04-20 David Koppelman <koppel@ece.lsu.edu>
1217
1218 * display.texi (Highlight Interactively): Document
1219 hi-lock-file-patterns-policy.
1220
12212007-04-20 Martin Rudalics <rudalics@gmx.at>
1222
1223 * display.texi (Scrolling): Fix typo.
1224
8cf51b2c
GM
12252007-04-15 Chong Yidong <cyd@stupidchicken.com>
1226
8cf51b2c
GM
1227 * doclicense.texi: Remove node heading, so that it can be included by
1228 other files.
1229
1230 * emacs.texi: Insert node heading for GFDL.
1231
8cf51b2c
GM
12322007-04-14 Eli Zaretskii <eliz@gnu.org>
1233
1234 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1235 "command line".
1236
1237 * display.texi (Faces): Refer to "Creating Frames" for face
1238 and other frame customizations in .emacs.
1239
1240 * frames.texi (Creating Frames): Mention that face customizations can
1241 be put in .emacs. Add index entries.
1242
12432007-04-12 Richard Stallman <rms@gnu.org>
1244
1245 * glossary.texi (Glossary): Explain `iff'.
1246
12472007-04-11 Karl Berry <karl@gnu.org>
1248
1249 * gnu.texi (Top),
1250 * macos.texi (Mac Font Specs),
1251 * anti.texi (Antinews),
1252 * xresources.texi (Resources),
1253 * misc.texi (Emulation),
1254 * calendar.texi (Daylight Saving),
1255 * dired.texi (Dired and Find),
1256 * rmail.texi (Remote Mailboxes),
1257 * sending.texi (Mail Headers),
1258 * programs.texi (Which Function),
1259 * files.texi (Recover),
1260 * buffers.texi (Uniquify),
1261 * frames.texi (Wheeled Mice),
1262 * killing.texi (Rectangles): Wording to improve breaks in
1263 8.5x11 format.
1264 * mule.texi (Language Environments): \hbadness=10000 since there's
1265 no way to reword.
1266 * emacs.texi (smallbook): New @set to more easily switch between
1267 smallbook and 8.5x11.
1268
12692007-04-11 Richard Stallman <rms@gnu.org>
1270
1271 * files.texi (File Conveniences): Add xref to Tumme.
1272 Delete text about Thumbnail mode.
1273
8cf51b2c
GM
12742007-04-09 Alan Mackenzie <acm@muc.de>
1275
1276 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1277 new name. Insert concept index entries.
1278
8cf51b2c
GM
12792007-04-08 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * display.texi (Standard Faces): Document prefix arg for
1282 list-faces-display.
1283
1284 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1285
8cf51b2c
GM
12862007-04-07 Chong Yidong <cyd@stupidchicken.com>
1287
8cf51b2c
GM
1288 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1289
1290 * files.texi (Misc File Ops): Rewrite description of
1291 insert-file-literally.
1292
8cf51b2c
GM
12932007-03-31 Eli Zaretskii <eliz@gnu.org>
1294
1295 * misc.texi (Printing): Postscript -> PostScript.
1296
8cf51b2c
GM
1297 * ack.texi (Acknowledgments): Postscript -> PostScript.
1298
1299 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1300
1301 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1302 below.
1303
13042007-03-30 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1307 Init Non-ASCII.
1308 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1309 (Init Non-ASCII): New node.
1310
13112007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1312
1313 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1314
8cf51b2c
GM
13152007-03-12 Glenn Morris <rgm@gnu.org>
1316
8cf51b2c
GM
1317 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1318 "Daylight Savings".
1319
49823426 1320 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1321 saving" in text throughout.
1322
8cf51b2c
GM
13232007-03-04 Richard Stallman <rms@gnu.org>
1324
1325 * custom.texi (Safe File Variables): Minor correction.
1326
8cf51b2c
GM
13272007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1328
1329 * rmail.texi (Movemail): Add internal ref.
1330 Don't indent the intro for the PROTO table.
1331 Format PROTO table items with @code.
1332
8cf51b2c
GM
13332007-02-26 Nick Roberts <nickrob@snap.net.nz>
1334
1335 * building.texi: Remove references to bashdb.
1336
8cf51b2c
GM
13372007-02-19 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * mule.texi (Language Environments): Update list of supported language
1340 environments.
1341
8cf51b2c
GM
13422007-02-14 Kim F. Storm <storm@cua.dk>
1343
1344 * building.texi (Grep Searching): Fix lgrep doc.
1345
13462007-02-12 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * back.texi: Remove unused file.
1349
c8763fb6 13502007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1351
1352 * maintaining.texi (Tag Syntax): Now --members is the default for
1353 etags, not for ctags yet.
1354
8cf51b2c
GM
13552007-02-03 Eli Zaretskii <eliz@gnu.org>
1356
1357 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1358 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1359 expects. Add comments to prevent people from inadvertently modifying
1360 the key parts needed by `texinfo-multiple-files-update'.
1361
13622007-01-29 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * frames.texi (Secondary Selection): Window clicked does not matter
1365 when mouse-yank-at-point is non-nil.
1366
8cf51b2c
GM
13672007-01-16 Glenn Morris <rgm@gnu.org>
1368
1369 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1370 system abbrev.
1371
13722007-01-11 Richard Stallman <rms@gnu.org>
1373
1374 * msdog.texi (Windows Keyboard): Another small cleanup.
1375
13762007-01-10 Richard Stallman <rms@gnu.org>
1377
1378 * msdog.texi (Windows Keyboard): Yet another try to make
1379 everyone happy with that passage.
1380
13812007-01-05 Richard Stallman <rms@gnu.org>
1382
1383 * anti.texi (Antinews): Mention M-x shell scrolling.
1384
13852007-01-05 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * building.texi (Watch Expressions): Describe gdb-max-children.
1388
8cf51b2c
GM
13892007-01-04 Richard Stallman <rms@gnu.org>
1390
8cf51b2c
GM
1391 * msdog.texi (Windows Keyboard): Clarify previous change.
1392
8cf51b2c
GM
13932007-01-02 Richard Stallman <rms@gnu.org>
1394
1395 * custom.texi (Changing a Variable): Minor clarification.
1396 (Specific Customization): customize-customized => customize-unsaved.
1397
1398 * entering.texi (Entering Emacs): Clean up text about restarting
1399 Emacs for each file.
1400
1401 * misc.texi (Shell Options): Minor cleanup.
1402
1403 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1404 with Emacs, not vice versa.
1405
1406 * programs.texi (Symbol Completion): Recommend customizing
1407 window manager.
1408
1409 * xresources.texi (Resources): Minor fix.
1410
c8763fb6 14112007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1412
1413 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1414
14152007-01-01 Richard Stallman <rms@gnu.org>
1416
1417 * commands.texi (User Input): Document keys stolen by window mangers.
1418
14192006-12-31 Richard Stallman <rms@gnu.org>
1420
1421 * custom.texi (Specific Customization): Document customize-option
1422 instead of customize-variable.
1423
14242006-12-31 Kim F. Storm <storm@cua.dk>
1425
1426 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1427
14282006-12-30 Kim F. Storm <storm@cua.dk>
1429
1430 * killing.texi (CUA Bindings): Fix typo.
1431
1432 * xresources.texi (Table of Resources): Mention grow-only value for
1433 auto-resize-tool-bars.
1434
8cf51b2c
GM
14352006-12-27 Eli Zaretskii <eliz@gnu.org>
1436
1437 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1438 and how to get them back.
1439
14402006-12-26 Richard Stallman <rms@gnu.org>
1441
1442 * calendar.texi (Holidays): Holiday listing is based on current
1443 practice, but DST is not.
1444
14452006-12-25 Richard Stallman <rms@gnu.org>
1446
1447 * emacs.texi (Top): Update subnode menus.
1448
1449 * mark.texi (Transient Mark): Fix xref.
1450
1451 * killing.texi (Graphical Kill): Node deleted.
1452 (Killing): Add xref to Cut and Paste.
1453 (CUA Bindings): Update xref.
1454
1455 * frames.texi (Cut and Paste): New section to hold other nodes.
1456 (Mouse Commands): Node demoted.
1457 (Cut/Paste Other App): Split out from Mouse Commands.
1458 (Word and Line Mouse): Likewise.
1459 (Secondary Selection, Clipboard): Nodes demoted.
1460
8cf51b2c
GM
14612006-12-24 Kevin Ryde <user42@zip.com.au>
1462
1463 * calendar.texi (Holidays): US daylight saving begins second Sunday
1464 in March for 2007 onwards.
1465 (Daylight Savings): Show new US default daylight saving rules, 2nd
1466 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1467
14682006-12-23 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * calendar.texi (Scroll Calendar): < and > are switched.
1471
14722006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1473
1474 * killing.texi (Deletion): Describe M-\ prefix argument.
1475
14762006-12-23 Richard Stallman <rms@gnu.org>
1477
1478 * search.texi (Regexp Search): Explain why forward and reverse regexp
1479 search are not mirror images.
1480
8cf51b2c
GM
14812006-12-19 Kim F. Storm <storm@cua.dk>
1482
1483 * major.texi (Choosing Modes): Describe match-function elements for
1484 magic-mode-alist.
1485
8cf51b2c
GM
14862006-12-18 Eli Zaretskii <eliz@gnu.org>
1487
1488 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1489 peculiarities.
1490
14912006-12-18 Richard Stallman <rms@gnu.org>
1492
1493 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1494
8cf51b2c
GM
14952006-12-17 Alan Mackenzie <acm@muc.de>
1496
1497 * programs.texi (Left Margin Paren): Remove the bit which says
1498 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1499 Discuss some of the issues of setting this option to nil.
1500
15012006-12-17 Glenn Morris <rgm@gnu.org>
1502
1503 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1504
15052006-12-16 Eli Zaretskii <eliz@gnu.org>
1506
1507 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1508 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1509 NTFS volumes.
1510 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1511 volumes.
1512
15132006-12-15 Eli Zaretskii <eliz@gnu.org>
1514
1515 * text.texi (HTML Mode): Fix "C-c TAB".
1516
8cf51b2c
GM
15172006-12-09 Richard Stallman <rms@gnu.org>
1518
1519 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1520
15212006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1522
1523 * files.texi (Misc File Ops): Document insert-file-literally.
1524
15252006-12-08 Eli Zaretskii <eliz@gnu.org>
1526
1527 * cmdargs.texi (Colors): Note that --color is intended for overriding
1528 the terminal defaults, not for normal invocation.
1529
1530 * misc.texi (Emacs Server): Improve wording. Don't mention the
1531 ``server program''. Add a cross-reference to "Init File" node.
1532 (Invoking emacsclient): Add index entries. Document both short and
1533 long versions of command-line options. Document the -f option.
1534
8cf51b2c
GM
15352006-12-06 Richard Stallman <rms@gnu.org>
1536
1537 * text.texi (Outline Format): Say to set outline-regexp
1538 and outline-level with major modes and file local variables.
1539
c8763fb6 15402006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1541
1542 * anti.texi (Antinews): Mention the alternative to
1543 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1544
8cf51b2c
GM
1545 * misc.texi (Interactive Shell): Ditto.
1546
15472006-12-04 Eli Zaretskii <eliz@gnu.org>
1548
1549 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1550
1551 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1552
15532006-12-01 Eli Zaretskii <eliz@gnu.org>
1554
1555 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1556 colon in the mode line.
1557
1558 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1559
15602006-11-26 Nick Roberts <nickrob@snap.net.nz>
1561
1562 * building.texi (Watch Expressions): Mention SPC for expanding/
1563 contracting watch expressions.
1564
15652006-11-26 Kim F. Storm <storm@cua.dk>
1566
1567 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1568
15692006-11-26 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * building.texi (Debugger Operation): Define text command mode.
1572 Clarify how tooltips work.
1573 (GDB Graphical Interface): Explain how to run in text command mode
1574 more clearly.
1575
15762006-11-25 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1579
15802006-11-22 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1583
8cf51b2c
GM
15842006-11-18 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1587 and EMACS is deprecated.
1588
15892006-11-18 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1592
c8763fb6 15932006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1594
1595 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1596
1597 * emacs.texi: Include xresources.texi both for info and dvi.
1598
1599 * xresources.texi: Merge text from xresmini.texi.
1600
c8763fb6 16012006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1602
1603 * glossary.texi: Fix typos.
1604
8cf51b2c
GM
16052006-11-06 Richard Stallman <rms@gnu.org>
1606
1607 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1608
1609 * ack.texi (Acknowledgments): Fix name spelling.
1610
16112006-11-01 Juri Linkov <juri@jurta.org>
1612
1613 * search.texi (Word Search): Document incremental word search.
1614
16152006-10-28 Glenn Morris <rgm@gnu.org>
1616
1617 * ack.texi (Acknowledgments): Add cal-html author.
1618
1619 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1620 Calendar"). Describe new package cal-html.
1621 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1622 Calendar Files."
1623
8cf51b2c
GM
16242006-10-23 Richard Stallman <rms@gnu.org>
1625
1626 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1627 Abbrev mode is enabled.
1628
8cf51b2c
GM
16292006-10-16 Richard Stallman <rms@gnu.org>
1630
8cf51b2c
GM
1631 * emacs.texi: Update ISBN.
1632
8cf51b2c
GM
16332006-10-11 Kim F. Storm <storm@cua.dk>
1634
1635 * emacs.texi (Acknowledgments): Use @dotless{i}.
1636
16372006-10-08 Nick Roberts <nickrob@snap.net.nz>
1638
1639 * building.texi (Breakpoints Buffer): Mention catchpoints.
1640
16412006-10-08 Kim F. Storm <storm@cua.dk>
1642
1643 * ack.texi (Acknowledgments): Update.
1644
1645 * emacs.texi (Acknowledgments): Fix bad @/ form.
1646
8cf51b2c
GM
16472006-10-05 Kim F. Storm <storm@cua.dk>
1648
1649 * emacs.texi (Acknowledgments): Add more contributors.
1650
16512006-10-03 Richard Stallman <rms@gnu.org>
1652
1653 * emacs.texi (Acknowledgments): Update version and edition.
1654
8cf51b2c
GM
16552006-10-01 Karl Berry <karl@gnu.org>
1656
1657 * custom.texi (Customization Groups): Page break to keep example buffer
1658 on one page.
1659
16602006-09-30 Karl Berry <karl@gnu.org>
1661
1662 * programs.texi (Basic Indent): @need to improve page break.
1663 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1664
16652006-09-29 Glenn Morris <rgm@gnu.org>
1666
1667 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1668
16692006-09-29 Karl Berry <karl@gnu.org>
1670
1671 * windows.texi (Basic Window): Remove forced @break, no longer
1672 desirable.
1673 * frames.texi (Frame Commands),
1674 * mark.texi (Marking Objects): Reword to avoid bad page break.
1675 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1676
16772006-09-19 Richard Stallman <rms@gnu.org>
1678
1679 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1680 stick to present tense.
1681
c8763fb6 16822006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1683
1684 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1685 to x-gtk-use-old-file-dialog.
1686 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1687
16882006-09-15 Jay Belanger <belanger@truman.edu>
1689
49823426 1690 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1691 Change "Library Public License" to "Lesser Public License"
1692 throughout. Use "yyyy" to represent year.
1693
8cf51b2c
GM
16942006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1695
1696 * files.texi (Visiting): Add index entry "open file".
1697
8cf51b2c
GM
16982006-09-11 Richard Stallman <rms@gnu.org>
1699
1700 * building.texi (Compilation Mode): Clarification.
1701 (Grep Searching): Add xref to Compilation Mode.
1702
8cf51b2c
GM
17032006-09-08 Richard Stallman <rms@gnu.org>
1704
1705 * search.texi (Search): Ref multi-file search commands here.
1706 (Other Repeating Search): Not here.
1707
8cf51b2c
GM
17082006-08-28 Richard Stallman <rms@gnu.org>
1709
1710 * windows.texi (Split Window): Update xref.
1711
1712 * basic.texi (Continuation Lines): Update xref.
1713
1714 * indent.texi (Tab Stops): Update xref.
1715
1716 * emacs.texi (Top): Update subnode menu.
1717
1718 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1719 split out of Display Custom.
1720
17212006-08-25 Kim F. Storm <storm@cua.dk>
1722
1723 * display.texi (Display Custom): Add variables overline-margin
1724 and x-underline-at-descent-line.
1725
17262006-08-25 Richard Stallman <rms@gnu.org>
1727
1728 * entering.texi (Exiting): Rewrite to give graphical displays
1729 priority over text terminals.
1730
1731 * search.texi (Incremental Search): Move index entries.
1732
17332006-08-23 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * custom.texi (Init File): Reference Find Init to avoid "home
1736 directory" confusion.
1737
17382006-08-22 Nick Roberts <nickrob@snap.net.nz>
1739
1740 * building.texi (Other GDB-UI Buffers): Describe how to edit
1741 a value in the locals buffer.
1742
17432006-08-21 Richard Stallman <rms@gnu.org>
1744
1745 * search.texi (Basic Isearch): Add `isearch' index entry.
1746
17472006-08-16 Richard Stallman <rms@gnu.org>
1748
1749 * misc.texi (Saving Emacs Sessions): Clean up wording.
1750
1751 * mark.texi (Marking Objects): Mention term "select all".
1752
1753 * emacs.texi (Top): Update subnode menu.
1754
1755 * help.texi (Help Mode): Move node up in file.
1756
8cf51b2c
GM
17572006-08-15 Nick Roberts <nickrob@snap.net.nz>
1758
1759 * building.texi (Stack Buffer): Explain fringe arrow.
1760
8cf51b2c
GM
17612006-08-12 Eli Zaretskii <eliz@gnu.org>
1762
8cf51b2c
GM
1763 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1764 on startup.
1765
17662006-08-11 Romain Francoise <romain@orebokech.com>
1767
1768 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1769
17702006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1771
1772 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1773
17742006-08-10 Richard Stallman <rms@gnu.org>
1775
1776 * text.texi (Format Faces): Substantial rewrites to deal
1777 with face merging. Empty regions don't count. Clarify
1778 face property inheritance.
1779
17802006-08-08 Romain Francoise <romain@orebokech.com>
1781
1782 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1783 <arjuropo@cc.jyu.fi>.
1784
8cf51b2c
GM
17852006-08-04 Eli Zaretskii <eliz@gnu.org>
1786
1787 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1788 apply to all frames.
1789
8cf51b2c
GM
17902006-08-01 Richard Stallman <rms@gnu.org>
1791
1792 * help.texi (Name Help): Add index entries for describe-variable.
1793
17942006-08-01 Nick Roberts <nickrob@snap.net.nz>
1795
1796 * building.texi (GDB Graphical Interface): Shorten node names.
1797 (GDB-UI Layout): Use GDB-related.
1798 (Other GDB-UI Buffers): Simplify English.
1799
18002006-07-31 Richard Stallman <rms@gnu.org>
1801
1802 * search.texi (Query Replace): Add xref for Dired's Q command.
1803
8cf51b2c
GM
18042006-07-31 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * building.texi (GDB commands in Fringe): Rename to...
1807 (Source Buffers): ..this and move forward. Describe hollow arrow and
1808 new option gdb-find-source-frame.
1809
18102006-07-29 Richard Stallman <rms@gnu.org>
1811
1812 * dired.texi (Operating on Files): Simplify previous change
1813 and fix Texinfo usage.
1814
18152006-07-29 Eli Zaretskii <eliz@gnu.org>
1816
1817 * dired.texi (Operating on Files): Add cross-references. State the
1818 Unix commands that do similar things.
1819
18202006-07-28 Richard Stallman <rms@gnu.org>
1821
1822 * mark.texi (Transient Mark): Clarify that region never disappears
1823 when Transient Mark mode is off, and not when it is on.
1824
18252006-07-27 Richard Stallman <rms@gnu.org>
1826
1827 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1828
18292006-07-24 Richard Stallman <rms@gnu.org>
1830
1831 * xresources.texi (GTK styles): Fix texinfo usage.
1832
8cf51b2c
GM
1833 * commands.texi (User Input): Explain why we teach keyboard cmds.
1834
1835 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1836 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1837 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1838 * doclicense.texi, display.texi, dired.texi, basic.texi:
1839 * anti.texi, ack.texi: Move periods and commas inside quotes.
1840
18412006-07-22 Eli Zaretskii <eliz@gnu.org>
1842
1843 * cmdargs.texi (General Variables): Document EMAIL.
1844
18452006-07-21 Eli Zaretskii <eliz@gnu.org>
1846
1847 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1848 doesn't have effect on MS-Windows.
1849
8cf51b2c
GM
18502006-07-17 Richard Stallman <rms@gnu.org>
1851
1852 * building.texi (Grep Searching): Explain about chaining grep commands.
1853
8cf51b2c
GM
18542006-07-10 Nick Roberts <nickrob@snap.net.nz>
1855
49823426 1856 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1857
18582006-07-09 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1861 is invoked for multiple files.
1862
18632006-07-08 Eli Zaretskii <eliz@gnu.org>
1864
1865 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1866 on-line manual for the rest of this node.
1867 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1868 unconditionally.
1869 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1870 Improve wording.
1871 (Windows Printing): Improve wording.
1872 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1873 rest of this node.
1874
8cf51b2c
GM
18752006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1876
49823426
GM
1877 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1878 with eval-buffer.
8cf51b2c
GM
1879
18802006-07-05 Nick Roberts <nickrob@snap.net.nz>
1881
1882 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1883 of character translation.
1884
18852006-07-04 Nick Roberts <nickrob@snap.net.nz>
1886
1887 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1888
18892006-07-03 Karl Berry <karl@gnu.org>
1890
1891 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1892 not-too-underfull hboxes in the TeX output.
1893 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1894 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1895 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1896 * sending.texi, text.texi: Fix overfull/underfull boxes.
1897
18982006-07-03 Romain Francoise <romain@orebokech.com>
1899
1900 * m-x.texi (M-x): Fix.
1901
19022006-07-03 Richard Stallman <rms@gnu.org>
1903
8cf51b2c
GM
1904 * search.texi (Other Repeating Search): filename -> file name.
1905
1906 * misc.texi (Narrowing): Minor cleanups.
1907
1908 * files.texi (Visiting): filename -> file name.
1909
1910 * emacs.texi (Top): Update subnode menus.
1911
1912 * mule.texi (Coding Systems): Move char translation stuff here.
1913 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1914 (Recognize Coding): Substantial local rewrites.
1915 (International): Update menu.
1916
1917 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1918 (Scrolling): Substantial local rewrites.
1919 (Display): Update menu and intro.
1920
1921 * dired.texi: filename -> file name.
1922
1923 * custom.texi (Safe File Variables): Texinfo usage fix.
1924
19252006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1926
1927 * help.texi, m-x.texi: Lots of cleanups.
1928
8cf51b2c
GM
19292006-06-30 Eli Zaretskii <eliz@gnu.org>
1930
1931 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1932 (Windows Processes, Windows Misc): Shorten the printed version by
1933 selectively conditioning less important portions by @ifnottex.
1934
8cf51b2c
GM
19352006-06-27 Richard Stallman <rms@gnu.org>
1936
1937 * mini.texi (Minibuffer File): Minor cleanup.
1938
19392006-06-25 Nick Roberts <nickrob@snap.net.nz>
1940
1941 * frames.texi (XTerm Mouse): Rename to...
1942 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1943
1944 * emacs.texi (Top): Use new node name.
1945
19462006-06-24 Eli Zaretskii <eliz@gnu.org>
1947
1948 * emacs.texi (Top): Update the detailed menu according to changes in
1949 msdog.texi.
1950
1951 * msdog.texi (Windows Keyboard): New section.
1952 (Windows Mouse): New section.
1953 (Windows System Menu): Remove section (text merged with "Windows
1954 Keyboard").
1955 (Windows Misc): New section.
1956
1957 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1958
1959 * msdog.texi (ls in Lisp): New section.
1960
1961 * files.texi (Visiting): Document case-insensitive wildcard matching
1962 under find-file-wildcards.
1963
8cf51b2c
GM
19642006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1965
1966 * macos.texi (Mac Input): Add description of mac-function-modifier.
1967 Now Unicode keyboard layouts work.
1968
8cf51b2c
GM
19692006-06-10 Richard Stallman <rms@gnu.org>
1970
1971 * mule.texi (Recognize Coding): Clarify previous change.
1972
19732006-06-09 Kenichi Handa <handa@m17n.org>
1974
1975 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1976 notation.
1977
19782006-06-07 Kevin Ryde <user42@zip.com.au>
1979
1980 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1981 manual for @ifnottex, but in emacs-extra for @iftex.
1982
1983 * cmdargs.texi (General Variables): Fix smtpmail xref.
1984
19852006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1986
8cf51b2c 1987 * programs.texi (Comment Commands):
8cf51b2c 1988 * custom.texi (Specifying File Variables):
49823426 1989 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1990
19912006-06-07 Nick Roberts <nickrob@snap.net.nz>
1992
1993 * building.texi (Watch Expressions): Move node to end.
1994 (GDB Graphical Interface): Move description of clicks in fringe...
1995 (GDB commands in the Fringe): ...to here. New node.
1996
8cf51b2c
GM
19972006-06-05 Romain Francoise <romain@orebokech.com>
1998
49823426 1999 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2000
20012006-06-05 Nick Roberts <nickrob@snap.net.nz>
2002
2003 * building.texi (GDB Graphical Interface): Update bindings.
2004 (Commands of GUD): Add gud-print. Remove gud-run.
2005 Restate availability more generally.
2006
20072006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2008
2009 * mini.texi: Lots of cleanups.
2010
20112006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2012
2013 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2014 and Mouse-2.
2015
c8763fb6 20162006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2017
2018 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2019
8cf51b2c
GM
20202006-05-31 Richard Stallman <rms@gnu.org>
2021
2022 * basic.texi (Moving Point): Fix previous change.
2023
c8763fb6 20242006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2025
2026 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2027
20282006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2029
2030 * basic.texi: Many simplifications and improvements in wording.
2031
8cf51b2c
GM
20322006-05-26 Nick Roberts <nickrob@snap.net.nz>
2033
2034 * anti.texi (Antinews): Create a node for gdb-ui.
2035
8cf51b2c
GM
20362006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2037
2038 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2039
20402006-05-20 Richard Stallman <rms@gnu.org>
2041
2042 * dired.texi (Dired Navigation): dired-goto-file is now j.
2043
8cf51b2c
GM
20442006-05-20 Eli Zaretskii <eliz@gnu.org>
2045
2046 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2047 and their aliases.
2048
2049 * msdog.texi (Windows Printing): Mention non-support of plain text
2050 printing with some el-cheapo printers, and suggest a workaround.
2051
20522006-05-20 Kevin Ryde <user42@zip.com.au>
2053
2054 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2055 remove the bit saying you must set it.
2056
20572006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2058
2059 * trouble.texi (Checklist):
2060 * text.texi (Text, Auto Fill, Text Mode):
2061 * search.texi (Nonincremental Search):
2062 * rmail.texi (Rmail Labels):
2063 * mule.texi (Input Methods, Multibyte Conversion):
2064 * misc.texi (Gnus, Where to Look, PostScript):
2065 * maintaining.texi (Create Tags Table):
2066 * indent.texi (Indentation Commands):
2067 * fixit.texi (Spelling):
2068 * emacs.texi (Copying):
2069 * custom.texi (Init File): ifinfo -> ifnottex.
2070
8cf51b2c
GM
20712006-05-17 Richard Stallman <rms@gnu.org>
2072
2073 * files.texi (Diff Mode): Mention C-x `.
2074
20752006-05-08 Richard Stallman <rms@gnu.org>
2076
2077 * custom.texi (Disabling): Textual cleanups.
2078
8cf51b2c
GM
20792006-05-12 Glenn Morris <rgm@gnu.org>
2080
2081 * calendar.texi (Displaying the Diary, Format of Diary File):
2082 Refer to diary-view-entries, diary-list-entries,
2083 diary-show-all-entries rather than obsolete aliases.
2084
20852006-05-12 Eli Zaretskii <eliz@gnu.org>
2086
2087 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2088 (Displaying the Diary, Special Diary Entries, Importing Diary):
2089 * building.texi (Compilation Shell):
2090 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2091 emacs-xtra with @inforef's.
2092
2093 * files.texi (Visiting): Fix wording.
2094
2095 * mule.texi (Coding Systems, Text Coding): More indexing.
2096 Mention that C-x RET f can set eol conversion.
2097
c8763fb6 20982006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2099
2100 * xresmini.texi (GTK resources): Insert GTK description.
2101
2102 * xresources.texi (GTK resources): metafont should be menufont.
2103
8cf51b2c
GM
21042006-05-06 Michael Albinus <michael.albinus@gmx.de>
2105
49823426 2106 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2107 method, user name and host name is active only in partial
2108 completion mode.
2109
8cf51b2c
GM
21102006-05-06 Eli Zaretskii <eliz@gnu.org>
2111
2112 * makefile.w32-in (emacs.dvi):
2113 * Makefile.in (emacs.dvi): Add xresmini.texi.
2114
2115 * xresmini.texi (Table of Resources): Remove xref to non-existent
2116 node "LessTif Resources".
2117
2118 * msdog.texi (Microsoft Windows):
2119 * calendar.texi (Calendar/Diary, Displaying the Diary)
2120 (Special Diary Entries, Importing Diary, Holidays):
2121 * programs.texi (Program Modes):
2122 * text.texi (Text):
2123 * buffers.texi (Several Buffers):
2124 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2125
21262006-05-06 Eli Zaretskii <eliz@gnu.org>
2127
2128 The following changes merge the emacs-xtra manual into the main
2129 manual, but only for on-line version of the manual.
2130
2131 * vc2-xtra.texi (Version Backups, Local Version Control)
2132 (Making Snapshots, Change Logs and VC, Version Headers)
2133 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2134 on-line manual.
2135
2136 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2137 for on-line manual.
2138
2139 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2140 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2141 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2142 for on-line manual.
2143
2144 * fortran-xtra.texi (Fortran, Fortran Autofill)
2145 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2146 for on-line manual.
2147
2148 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2149 Conditional xref's for on-line manual.
2150
2151 * emerge-xtra.texi (Emerge, Overview of Emerge)
2152 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2153 manual.
2154
2155 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2156 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2157 (EMACSSOURCES): Use EMACS_XTRA.
2158 (../info/emacs-xtra): Remove.
2159 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2160
2161 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2162 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2163 (EMACSSOURCES): Use EMACS_XTRA.
2164 ($(infodir)/emacs-xtra): Remove.
2165 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2166
2167 * trouble.texi (Quitting):
2168 * text.texi (Text):
2169 * programs.texi (Program Modes):
2170 * msdog.texi (Microsoft Windows):
2171 * frames.texi (Frames):
2172 * files.texi (Backup, Version Control, VC Concepts)
2173 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2174 (Registering, VC Status, VC Undo, Multi-User Branching)
2175 (Comparing Files):
2176 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2177 (Displaying the Diary, Special Diary Entries, Importing Diary):
2178 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2179 conditional xref's, depending on @iftex/@ifnottex.
2180
2181 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2182 "MS-DOS". @include msdog-xtra.texi.
2183
2184 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2185 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2186
2187 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2188 for vc-xtra.texi subsections.
2189 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2190 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2191
2192 * sending.texi (Sending Mail): A @node line without explicit Prev,
2193 Next, and Up links.
2194
2195 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2196 Next, and Up links.
2197
2198 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2199 and its sections. @include picture-xtra.texi.
2200
2201 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2202 "Emerge".
2203 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2204
2205 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2206 exact duplicate of its name-sake in calendar.texi.
2207
2208 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2209 "Advanced Calendar/Diary Usage".
2210 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2211
2212 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2213 dired-xtra.texi.
2214 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2215
2216 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2217 (Files) [ifnottex]: Add menu entry for Autorevert.
2218
2219 * emacs-xtra.texi (Introduction): Reword to make consistent with
2220 printed version only.
2221 <Top level>: Remove the body of all chapters and move them to the
2222 new *-xtra.texi files. Use @raisesections and @lowersections to
2223 convert sections to chapters etc.
2224
2225 * msdog-xtra.texi:
2226 * fortran-xtra.texi:
2227 * vc-xtra.texi:
2228 * vc1-xtra.texi:
2229 * vc2-xtra.texi:
2230 * emerge-xtra.texi:
2231 * cal-xtra.texi:
2232 * dired-xtra.texi:
2233 * arevert-xtra.texi: New files, with text from respective chapters
2234 of emacs-xtra.texi. Convert each @chapter into @section, @section
2235 into @subsection, etc.
2236
2237 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2238 updated.
2239
2240 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2241 Windows". All references updated.
2242
22432006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2244
2245 * macos.texi (Mac Input): Mention input from Character Palette.
2246 (Mac Font Specs): Fix typo.
2247
22482006-05-05 Richard Stallman <rms@gnu.org>
2249
2250 * files.texi (Diff Mode): Minor cleanup.
2251
22522006-05-05 Karl Berry <karl@gnu.org>
2253
8cf51b2c
GM
2254 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2255 errors from the current release of makeinfo (4.8).
2256 * help.texi (Library Keywords): Change widest word in multitable
2257 template from `emulations' to `convenience'. (Not sure if this is
2258 related to the font change.)
2259
22602006-05-05 Eli Zaretskii <eliz@gnu.org>
2261
2262 * files.texi (File Names): Add a footnote about limited support of
2263 ~USER on MS-Windows.
2264
2265 * cmdargs.texi (Initial Options): Add a footnote about limited
2266 support of ~USER on MS-Windows.
2267
22682006-05-03 Richard Stallman <rms@gnu.org>
2269
2270 * files.texi (Diff Mode): Node moved here.
2271 (Comparing Files): Delete what duplicates new node.
2272 (Files): Put Diff Mode in menu.
2273
2274 * misc.texi (Diff Mode): Moved to files.texi.
2275
2276 * emacs.texi (Top): Update menu for Diff Mode.
2277
2278 * trouble.texi (Emergency Escape): Simplify.
2279
2280 * emacs.texi (Top): Minor clarification.
2281
22822006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2283
2284 * commands.texi, entering.texi, screen.texi: Many simplifications.
2285
22862006-05-03 Richard Stallman <rms@gnu.org>
2287
2288 * commands.texi (Text Characters): Delete paragraph about unibyte
2289 non-ASCII printing chars.
2290
2291 * killing.texi (Killing): Say "graphical displays".
2292 * display.texi: Say "graphical displays".
2293
2294 * cmdargs.texi (Misc X): Say "graphical displays".
2295
22962006-05-01 Richard Stallman <rms@gnu.org>
2297
2298 * emacs.texi (Top): Add Diff Mode to menu.
2299
23002006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2301
2302 * misc.texi (Diff Mode): New node.
2303
23042006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2305
2306 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2307 (Mac Environment Variables): Shorten example line.
2308 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2309
23102006-05-01 Nick Roberts <nickrob@snap.net.nz>
2311
2312 * building.texi (GUD Customization): Describe cases %d and %c.
2313 Update description for %e.
2314
23152006-04-30 Glenn Morris <rgm@gnu.org>
2316
2317 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2318
23192006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2320
2321 * custom.texi (Examining): Update C-h v output example.
2322
23232006-04-29 Kim F. Storm <storm@cua.dk>
2324
2325 * building.texi (Grep Searching): Add lgrep and rgrep.
2326
8cf51b2c
GM
23272006-04-23 Richard Stallman <rms@gnu.org>
2328
2329 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2330
2331 * xresmini.texi: New file.
2332
2333 * xresources.texi (Face Resources): Split table into font resources
2334 and the rest. Combine similar attributes for brevity.
2335
8cf51b2c
GM
23362006-04-21 Eli Zaretskii <eliz@gnu.org>
2337
2338 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2339 backslashes and case-insensitivity in file names (moved to the
2340 main manual).
2341 (MS-DOS Printing): Move most of the text to the main manual.
2342
2343 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2344 New nodes.
2345 (Windows Processes, Windows System Menu): Add index entries and
2346 fix wording.
2347
8cf51b2c
GM
23482006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2349
2350 * misc.texi (Shell Ring): Add notes on saved input when
2351 navigating off the end of the history list.
2352
23532006-04-18 Chong Yidong <cyd@mit.edu>
2354
2355 * misc.texi (Shell Options): Correct default value of
2356 comint-scroll-show-maximum-output.
2357
8cf51b2c
GM
23582006-04-18 Nick Roberts <nickrob@snap.net.nz>
2359
2360 * building.texi (Watch Expressions): Update.
2361
8cf51b2c
GM
23622006-04-12 Richard Stallman <rms@gnu.org>
2363
2364 * search.texi: Clean up previous change.
2365
23662006-04-12 Eli Zaretskii <eliz@gnu.org>
2367
2368 * search.texi (Regexp Backslash, Regexp Replace): Add index
2369 entries for ``back reference'' and mention the term itself in the
2370 text.
2371
23722006-04-11 Richard Stallman <rms@gnu.org>
2373
2374 * custom.texi (Safe File Variables):
2375 Document enable-local-variables = :safe.
2376
23772006-04-11 Karl Berry <karl@gnu.org>
2378
2379 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2380 (Remote Repositories, Version Backups, Local Version Control)
2381 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2382 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2383 (Renaming VC Work Files and Master Files)
2384 (Inserting Version Control Headers, Customizing VC, General Options)
2385 (Options for RCS and SCCS, Options specific for CVS): Move all
2386 these nodes to emacs-xtra.texi, for brevity.
2387 * cmdargs.texi, files.texi: Change cross-references.
2388
8cf51b2c
GM
23892006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2390
2391 * files.texi (Old Versions): Update description of vc-annotate's
2392 use of color to indicate date ranges.
2393
8cf51b2c
GM
23942006-04-09 Kevin Ryde <user42@zip.com.au>
2395
8cf51b2c
GM
2396 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2397 put info and printed manual names the right way around.
2398
23992006-04-09 Karl Berry <karl@gnu.org>
2400
2401 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2402 emacs-xtra.texi, leaving only MS Windows information.
2403 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2404 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2405 node names.
2406
2407 * emacs.texi: Move @summarycontents and @contents to the beginning
2408 of the file.
2409
8cf51b2c
GM
24102006-04-08 Kevin Ryde <user42@zip.com.au>
2411
2412 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2413
24142006-04-07 Richard Stallman <rms@gnu.org>
2415
2416 * programs.texi (Comments, Comment Commands, Options for Comments)
2417 (Multi-Line Comments): "Align", not "indent".
2418 (Basic Indent): C-j deletes trailing whitespace before the newline.
2419
24202006-04-06 Richard Stallman <rms@gnu.org>
2421
8cf51b2c
GM
2422 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2423
24242006-04-06 Eli Zaretskii <eliz@gnu.org>
2425
2426 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2427
8cf51b2c
GM
24282006-04-05 Richard Stallman <rms@gnu.org>
2429
2430 * emacs.texi (Top): Update subnode menu.
2431
2432 * trouble.texi (Unasked-for Search): Node deleted.
2433 (Lossage): Delete from menu.
2434
24352006-04-04 Richard Stallman <rms@gnu.org>
2436
2437 * trouble.texi: Various cleanups.
2438 (Checklist): Don't bother saying how to snail a bug report.
2439 (Emergency Escape): Much rewriting.
2440 (After a Crash): Rename the core dump immediately.
2441 (Total Frustration): Call it a psychotherapist.
2442 (Bug Criteria): Avoid "illegal instruction".
2443 (Sending Patches): We always put the contributor's name in.
2444
2445 * misc.texi (Thumbnails): Minor correction.
2446
8cf51b2c
GM
24472006-04-03 Richard Stallman <rms@gnu.org>
2448
2449 * misc.texi (Thumbnails): Minor cleanup.
2450
24512006-04-02 Karl Berry <karl@gnu.org>
2452
2453 * sending.texi (Mail Sending): pxref to Top needs five args.
2454
2455 * texinfo.tex: Update to current version (2006-03-21.13).
2456
8cf51b2c
GM
24572006-03-31 Richard Stallman <rms@gnu.org>
2458
2459 * emacs.texi (Top): Update subnode menu.
2460
2461 * help.texi (Help Mode): Cleanup.
2462
2463 * dired.texi: Many cleanups.
2464 (Dired Deletion): Describe dired-recursive-deletes.
2465 (Operating on Files): dired-create-directory moved.
2466 (Misc Dired Features): Move to here.
2467 (Tumme): Node moved to misc.texi.
2468
2469 * custom.texi: Many cleanups.
2470 (Minor Modes): Don't mention ISO Accents Mode.
2471 (Examining): Update C-h v output example.
2472 (Hooks): Add index and xref for add-hook.
2473 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2474 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2475
2476 * misc.texi: Many cleanups.
2477 (beginning): Add to summary of topics.
2478 (Shell): Put eshell xref at the end. Remove eshell from table.
2479 (Thumbnails): New node.
2480
8cf51b2c
GM
24812006-03-28 Eli Zaretskii <eliz@gnu.org>
2482
2483 * files.texi (File Name Cache): Make it clear that the cache is
2484 not persistent.
2485
8cf51b2c
GM
24862006-03-25 Karl Berry <karl@gnu.org>
2487
49823426
GM
2488 * emacs-xtra.texi, emacs.texi, gnu.texi:
2489 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2490 (2) do not indent copyright year list (or anything else).
2491
8cf51b2c
GM
24922006-03-21 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * files.texi (VC Dired Mode): Remove misplaced brackets.
2495
24962006-03-21 Andre Spiegel <spiegel@gnu.org>
2497
2498 * files.texi: Various updates and clarifications in the VC chapter.
2499
25002006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2501
2502 * help.texi (Help Mode): Document "C-c C-c".
2503
8cf51b2c
GM
25042006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2505
2506 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2507 menu in the standalone Info reader.
2508
25092006-03-15 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2512 moved here from Emacs manual.
2513
2514 * programs.texi (Fortran): Section moved to emacs-xtra.
2515 (Program Modes): Xref to Fortran in emacs-xtra.
2516
2517 * maintaining.texi (Emerge): Move to emacs-xtra.
2518 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2519
2520 * picture.texi: File deleted.
2521 * Makefile.in:
2522 * makefile.w32-in: Remove picture.texi.
2523
2524 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2525 * abbrevs.texi (Abbrevs):
2526 * sending.texi (Sending Mail): Picture node removed.
2527
2528 * emacs.texi (Top): Update node listings.
2529
8cf51b2c
GM
25302006-03-12 Richard Stallman <rms@gnu.org>
2531
2532 * calendar.texi: Various cleanups.
2533
8cf51b2c
GM
25342006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2535
2536 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2537 syntax.
2538
8cf51b2c
GM
25392006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2540
2541 * search.texi (Regexps): More accurately describe which characters
2542 are special in which situations. Recommend _not_ to quote `]' or
2543 `-' when they are not special.
2544
8cf51b2c
GM
25452006-02-28 Andre Spiegel <spiegel@gnu.org>
2546
2547 * files.texi (Old Versions): Clarify operation of C-x v =.
2548
8cf51b2c
GM
25492006-02-21 Nick Roberts <nickrob@snap.net.nz>
2550
2551 * building.texi (Watch Expressions): Update and describe
2552 gdb-speedbar-auto-raise.
2553
25542006-02-19 Richard M. Stallman <rms@gnu.org>
2555
2556 * emacs.texi: Use @smallbook.
2557 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2558 Update subnode menu.
2559
2560 * building.texi (Lisp Interaction): Minor addition.
2561
25622006-02-18 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * building.texi (Watch Expressions): Update and be more precise.
2565
c8763fb6 25662006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2567
2568 * maintaining.texi (Create Tags Table): Explain why the
2569 exception when etags writes to files under the /dev tree.
2570
25712006-02-14 Richard M. Stallman <rms@gnu.org>
2572
2573 * custom.texi (Safe File Variables): Lots of clarification.
2574 Renamed from Unsafe File Variables.
2575
25762006-02-14 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * custom.texi (Unsafe File Variables): File variable confirmation
2579 assumed denied in batch mode.
2580
25812006-02-14 Richard M. Stallman <rms@gnu.org>
2582
2583 * building.texi (GDB User Interface Layout): Don't say `inferior'
2584 for program being debugged.
2585
25862006-02-15 Nick Roberts <nickrob@snap.net.nz>
2587
2588 * building.texi (GDB Graphical Interface):
2589 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2590
25912006-02-13 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * custom.texi (Specifying File Variables, Unsafe File Variables):
2594 New nodes, split from File Variables. Document new file local
2595 variable behavior.
2596
25972006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2598
2599 * display.texi (Standard Faces):
8cf51b2c
GM
2600 * files.texi (Visiting):
2601 * frames.texi (Clipboard):
2602 * glossary.texi (Glossary) <Clipboard>:
2603 * xresources.texi (X Resources): Mention Mac OS port.
2604
8cf51b2c
GM
26052006-02-12 Richard M. Stallman <rms@gnu.org>
2606
2607 * building.texi (Building): Clarify topic in intro.
2608
2609 * maintaining.texi (Maintaining): Change title; clarify topic.
2610 Delete duplicate index entries.
2611
2612 * building.texi (Other GDB User Interface Buffers): Clarifications.
2613
2614 * text.texi (Cell Commands): Clarifications.
2615
2616 * programs.texi (Defuns): Delete duplicate explanation of
2617 left-margin paren convention.
2618 (Hungry Delete): Minor cleanup.
2619
26202006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2621
2622 * dired.texi (Tumme): More tumme documentation.
2623
26242006-02-11 Alan Mackenzie <acm@muc.de>
2625
2626 * programs.texi ("Hungry Delete"): Correct the appellation of the
2627 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2628
26292006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2630
2631 * dired.texi (Tumme): Fix small bug.
2632
26332006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2634
2635 * macos.texi (Mac International): Rename "fontset-mac" to
2636 "fontset-standard".
2637
8cf51b2c
GM
26382006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2639
2640 * dired.texi (Tumme): Basic documentation for Tumme added.
2641
8cf51b2c
GM
26422006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2643
2644 * mule.texi (International):
2645 * programs.texi (Basic Indent): Fix typos.
2646
8cf51b2c
GM
2647 * custom.texi (Minor Modes):
2648 * display.texi (Text Display):
2649 * commands.texi (Text Characters): Update xrefs.
2650
26512006-02-07 Richard M. Stallman <rms@gnu.org>
2652
2653 * emacs.texi (Top): Update subnode menu.
2654 Update info on old Emacs papers.
2655 (Intro): "Graphical display", not window system.
2656
2657 * xresources.texi (GTK styles): Minor clarifications.
2658
2659 * trouble.texi: "Graphical display", not window system.
2660 (Stuck Recursive): Minor clarification.
2661
2662 * text.texi: Minor clarifications.
2663 (Sentences): Explain why two-space convention is better.
2664 Explain sentence-end-without-period here.
2665 (Fill Commands): Not here.
2666 (Refill): Node moved down.
2667 (Filling): Update menu.
2668 (Table Creation, Cell Justification, Column Commands): Clarify.
2669
2670 * sending.texi: Minor clarifications.
2671
2672 * search.texi (Regexp Backslash): Clarification.
2673
2674 * rmail.texi: Minor cleanups.
2675 (Rmail): Delete digression about `rmail-mode'.
2676 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2677 (Rmail Files): Mention C-u M-x rmail.
2678 (Rmail Reply): Mention References.
2679 (Rmail Display): Mention rmail-nonignored-headers.
2680
2681 * programs.texi: Minor cleanups.
2682 (Comment Commands): Mention momentary Transient Mark mode.
2683 (Matching): Be more specific about customizing show-paren-mode.
2684 (Info Lookup): Don't list the modes that support C-h S.
2685 Just say what it does in an unsupported mode.
2686 (Man Page): Delete excessive info on customizing woman.
2687 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2688
2689 * abbrevs.texi: Minor clarifications.
2690 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2691 not "dynamic abbrevs" as if they were a kind of abbrev.
2692
2693 * picture.texi (Picture): Minor cleanup.
2694
2695 * mule.texi (Communication Coding): Say "other applications".
2696 (Fontsets): Not specific to X. Add xref to X Resources.
2697 (Unibyte Mode): Rename from Single-Byte Character Support.
2698 "Graphical display", not window system.
2699 (International): Update menu.
2700
2701 * maintaining.texi (Format of ChangeLog):
2702 New node, split out from ChangeLog.
2703 (ChangeLog): Clarifications in the remaining text.
2704 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2705 (Find Tag): Add @w.
2706 (Tags Search): Explain tag table order here. Simplify grep ref.
2707 (List Tags): tags-tag-face is a variable, not a face.
2708 (Emerge): Cleanups.
2709
2710 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2711 (Keyboard Macros): Avoid "the user".
2712
2713 * killing.texi: "Graphical display", not window system.
2714
2715 * help.texi (Help Echo): "Graphical display", not window system.
2716
2717 * glossary.texi: Say "you", not "the user". Say "graphical display".
2718
2719 * frames.texi: Minor cleanups. "Graphical display", not window system.
2720
2721 * files.texi (Visiting): Make drag-and-drop not X-specific.
2722
2723 * custom.texi: Minor cleanups. "Graphical display", not window system.
2724
2725 * cmdargs.texi: Minor cleanups.
2726
2727 * building.texi (Compilation): Move and split kill-compilation para.
2728 Add para about multiple compilers.
2729 (Compilation Mode): Commands also available in grep mode and others.
2730 Mention C-u C-x ` more tutorially. Clarify C-x `.
2731 (Compilation Shell): Clarify. Put Bash example first.
2732 (Grep Searching): Minor cleanups; add @w.
2733 (Debuggers): Minor cleanups.
2734 (Starting GUD): Make GDB xgraphical mode issue clearer.
2735 (Debugger Operation): Lots of clarifications including
2736 GDB tooltip side-effect issue.
2737 (Commands of GUD): Clarify.
2738 (GUD Customization): Add bashdb-mode-hook.
2739 (GDB Graphical Interface): Rewrite for clarity.
2740 (GDB User Interface Layout): Rewrite for clarity.
2741 (Stack Buffer, Watch Expressions): Likewise.
2742 (Other GDB User Interface Buffers): Cleanups.
2743 (Lisp Libraries, External Lisp): Cleanup.
2744
2745 * basic.texi (Position Info): "Graphical displays", rather than
2746 window systems.
2747
2748 * anti.texi: Minor cleanup.
2749
8cf51b2c
GM
27502006-02-03 Eli Zaretskii <eliz@gnu.org>
2751
2752 * custom.texi (Init File, Find Init): Add cross-references to
2753 where $HOME is described.
2754
27552006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2758 is not inside the @table.
2759
2760 * emacs.texi (Top): Correct node name.
2761
2762 * files.texi (File Names): Fix @xref.
2763 (Reverting): Fix typo.
2764
2765 * mule.texi (International): Correct node name.
2766
2767 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2768
27692006-02-01 Richard M. Stallman <rms@gnu.org>
2770
2771 * emacs.texi (Top): Update subnode menu.
2772
2773 * mule.texi: Minor clarifications.
2774 Reduce the specific references to X Windows.
2775 Refer to "graphical" terminals, rather than window systems.
2776 (Text Coding): Rename from Specify Coding.
2777 (Communication Coding, File Name Coding, Terminal Coding):
2778 New nodes split out from Text Coding.
2779
2780 * kmacro.texi: Minor clarifications.
2781 (Keyboard Macro Ring): Comment out some excessive commands.
2782 (Basic Keyboard Macro): Split up the table, putting part in each node.
2783
2784 * major.texi: Minor clarifications.
2785
2786 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2787
2788 * windows.texi: Minor clarifications.
2789 (Change Window): Don't describe mode-line mouse cmds here.
2790 Add xref to Mode Line Mouse.
2791
2792 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2793
2794 * macos.texi (Mac International): Fix xref.
2795
2796 * indent.texi: Minor clarifications.
2797
2798 * frames.texi: Minor clarifications.
2799 Reduce the specific references to X Windows.
2800 Refer to "graphical" terminals, rather than window systems.
2801 (Frame Parameters): Don't mention commands like
2802 set-foreground-color. Just say to customize a face.
2803 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2804
2805 * files.texi: Minor clarifications.
2806 (Numbered Backups): New node, split out from Backup Names.
2807
2808 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2809
2810 * cmdargs.texi (General Variables): Fix xref.
2811
2812 * buffers.texi: Minor clarifications.
2813
8cf51b2c
GM
28142006-01-31 Richard M. Stallman <rms@gnu.org>
2815
2816 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2817 Nodes moved to top.
2818
2819 * display.texi: Minor clarifications.
2820 (Display): Rearrange menu.
2821 (Standard Faces): Mention query-replace face.
2822 (Faces): Simplify.
2823 (Font Lock): Simplify face customization info.
2824 (Highlight Changes): Node merged into Highlight Interactively.
2825 (Highlight Interactively): Much rewriting and cleanup.
2826 (Optional Mode Line): Narrowed line number not good for goto-line.
2827 Simplify face customization advice.
2828 (Text Display): Mention use of escape-glyph face.
2829 Move ctl-arrow and tab-width here.
2830 (Display Custom): Move no-redraw-on-reenter to end of node.
2831
2832 * search.texi: Minor clarifications.
2833 (Isearch Scroll): Simplify.
2834 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2835
2836 * regs.texi (Registers): Mention bookmarks here.
2837
2838 * mark.texi: Minor clarifications.
2839 (Selective Undo): Node deleted.
2840
2841 * m-x.texi: Minor clarifications.
2842
2843 * killing.texi: Minor clarifications.
2844 Refer to "graphical" terminals, rather than window systems.
2845
2846 * help.texi: Clarifications.
2847 (Help): Don't describe C-h F and C-h K here.
2848 (Key Help): Describe C-h K here.
2849 (Name Help): Mention Emacs Lisp Intro.
2850 Describe C-h F here.
2851 (Misc Help): Mention C-h F and C-h K only briefly.
2852
2853 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2854 Selective undo text merged in.
2855 (Spelling): Mention Aspell along with Ispell.
2856
2857 * emacs.texi (Top): Update subnode menus.
2858
2859 * basic.texi (Basic Undo): Rename from Undo. Most of text
2860 moved to new Undo node.
2861
8cf51b2c
GM
28622006-01-29 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * basic.texi (Continuation Lines, Inserting Text):
2865 Mention longlines mode.
2866
28672006-01-29 Richard M. Stallman <rms@gnu.org>
2868
10d1d0af 2869 * screen.texi: Minor cleanups.
8cf51b2c
GM
2870 (Screen): Clean up the intro paragraphs.
2871 (Mode Line): Lots of rewriting. Handle frame-name better.
2872 eol-mnemonic-... vars moved out.
2873
2874 * emacs.texi (Top): Change menu item for MS-DOS node.
2875 Update subnode menu.
2876
2877 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2878 chapter relates to Windows. Title changed.
2879
2880 * mini.texi: Minor cleanups.
2881
2882 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2883 (Mark): Put it in the menu.
2884
2885 * entering.texi: Minor cleanups.
2886
2887 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2888 (Intro): Refer to "graphical" terminals, rather than X.
2889
2890 * display.texi (Display Custom): Add xref to Variables.
2891 (Optional Mode Line): eol-mnemonic-... vars moved here.
2892
2893 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2894 rather than X.
2895
8cf51b2c
GM
2896 * basic.texi: Minor cleanups.
2897 (Undo): selective-undo moved.
2898
8cf51b2c
GM
28992006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2900
2901 * anti.texi (Antinews): Various corrections and additions.
2902
29032006-01-23 Juri Linkov <juri@jurta.org>
2904
2905 * custom.texi (Easy Customization, Customization Groups)
2906 (Browsing Custom): Mention links along with buttons.
2907
8cf51b2c
GM
29082006-01-21 Eli Zaretskii <eliz@gnu.org>
2909
8cf51b2c
GM
2910 * text.texi (TeX Print): Use @key for TAB.
2911
8cf51b2c
GM
2912 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2913
8cf51b2c
GM
29142006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2915
2916 * files.texi (File Aliases): Don't claim that usually separate
2917 buffers are created for two file names that name the same data.
2918 Mention additional situations where different names mean the same
2919 file on disk.
2920
29212006-01-19 Richard M. Stallman <rms@gnu.org>
2922
2923 * killing.texi (Deletion): Upcase @key argument.
2924
2925 * custom.texi (Custom Themes): Minor cleanup.
2926
2927 * programs.texi (Hungry Delete): Upcase @key argument.
2928
8cf51b2c
GM
29292006-01-16 Juri Linkov <juri@jurta.org>
2930
2931 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2932 Move `mode-line-highlight' before `mode-line-buffer-id'.
2933
8cf51b2c
GM
29342006-01-14 Richard M. Stallman <rms@gnu.org>
2935
2936 * basic.texi (Inserting Text): Minor cleanup.
2937
8cf51b2c
GM
29382006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2939
2940 * custom.texi (Changing a Variable, Face Customization):
2941 Update for changes in Custom menus.
2942
8cf51b2c
GM
29432006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2944
2945 * macos.texi (Mac International): Undo last change.
2946
8cf51b2c
GM
29472006-01-02 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * custom.texi (Custom Themes): Describe the new
2950 customize-create-theme interface.
2951
29522005-12-30 Juri Linkov <juri@jurta.org>
2953
2954 * basic.texi (Position Info): Update example.
2955
c8763fb6 29562005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2957
2958 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2959
29602005-12-24 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * custom.texi (Custom Themes): `load-theme' always loads.
2963
29642005-12-23 Juri Linkov <juri@jurta.org>
2965
2966 * display.texi (Highlight Interactively): Use double space to
2967 separate sentences. Replace C-p with M-p, and C-n with M-n.
2968
29692005-12-22 Richard M. Stallman <rms@gnu.org>
2970
2971 * custom.texi (Easy Customization and subnodes):
2972 Replace "active field" with "button".
2973 Use "user option" only for variables.
2974 Use "setting" for variable-or-face.
2975
29762005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2977
2978 * buffers.texi (Select Buffer): Change order in table to make
2979 "Similar" refer to the correct item.
2980 (Indirect Buffers): Minor rewording.
2981
8cf51b2c
GM
29822005-12-20 Juri Linkov <juri@jurta.org>
2983
2984 * files.texi (VC Status): Put P and N near p and n.
2985
8cf51b2c
GM
29862005-12-19 Richard M. Stallman <rms@gnu.org>
2987
2988 * programs.texi (Electric C): Delete the info about newline control.
2989 (Other C Commands): Minor cleanup.
2990 (Left Margin Paren): Minor cleanup.
2991
29922005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2995 (Customization Groups): Delete text moved to "Browsing Custom".
2996 (Browsing Custom): New node.
2997 (Specific Customization): Clarify which commands only work for
2998 loaded options.
2999
30002005-12-18 Bill Wohler <wohler@newt.com>
3001
3002 * frames.texi (Tool Bars): Shorten text of previous change.
3003
30042005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3005
3006 * files.texi (VC Status): Document log-view mode.
3007
30082005-12-18 Bill Wohler <wohler@newt.com>
3009
3010 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3011 permanently via the customize interface.
3012
8cf51b2c
GM
30132005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3014
3015 * killing.texi (Killing by Lines): Document `kill-whole-line'
3016 function.
3017
c8763fb6 30182005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3019
3020 * buffers.texi (Select Buffer): Change `prev-buffer' to
3021 `previous-buffer'. Indicate that these functions use a frame
3022 local buffer list.
3023
8cf51b2c
GM
30242005-12-12 Richard M. Stallman <rms@gnu.org>
3025
3026 * custom.texi (Easy Customization): Change menu comment.
3027 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3028
3029 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3030 (Help): Among the Apropos commands, describe only C-h a here.
3031
30322005-12-11 Richard M. Stallman <rms@gnu.org>
3033
3034 * programs.texi (Options for Comments): Comment-end starts with space.
3035
3036 * glossary.texi (Glossary): Minor cleanup.
3037
3038 * files.texi (Old Versions): Use @table.
3039
8cf51b2c
GM
30402005-12-10 David Koppelman <koppel@ece.lsu.edu>
3041
3042 * display.texi (Highlight Interactively): Include
3043 global-hi-lock-mode. Add miscellaneous details and elaborations.
3044
30452005-12-09 Richard M. Stallman <rms@gnu.org>
3046
3047 * display.texi (Font Lock): Delete the Global FL menu item.
3048
30492005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * custom.texi (Minibuffer Maps): Mention the maps for file name
3052 completion.
3053
30542005-12-09 Kim F. Storm <storm@cua.dk>
3055
3056 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3057 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3058 cursor to next corner in rectangle; clarify insert around rectangle.
3059
8cf51b2c
GM
30602005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * custom.texi (Customization): Use xref to elisp manual for
3063 non-TeX output.
3064 (Minor Modes): Update.
3065 (Customization Groups, Changing a Variable, Face Customization):
3066 Update for new appearance of Custom buffers.
3067 (Changing a Variable): `custom-buffer-done-function' has been
3068 replaced by `custom-buffer-done-kill'.
3069 (Specific Customization): In the `customize-group' buffer, a
3070 subgroup's contents are not "hidden". They are not included at
3071 all. They have no [Show] button.
3072 (Mouse Buttons): Add pxref to description of mouse event lists in
3073 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3074 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3075 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3076
30772005-12-08 Richard M. Stallman <rms@gnu.org>
3078
3079 * mini.texi (Completion Commands, Completion):
3080 In file name input, SPC does not do completion.
3081
8cf51b2c
GM
30822005-12-08 Nick Roberts <nickrob@snap.net.nz>
3083
3084 * building.texi (GDB Graphical Interface): Explain screen size
3085 setting.
3086 (Other GDB User Interface Buffers): Describe features specific to
3087 GDB 6.4.
3088
8cf51b2c
GM
30892005-12-01 Nick Roberts <nickrob@snap.net.nz>
3090
3091 * building.texi (GDB User Interface Layout): Describe how to
3092 kill associated buffers.
3093 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3094 (Watch Expressions): Be more precise.
3095 (Other GDB User Interface Buffers): Describe how to change a
3096 register value.
3097
8cf51b2c
GM
30982005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3099
3100 * macos.texi (Mac Input): Remove description of
3101 mac-command-key-is-meta. Add descriptions of
3102 mac-control-modifier, mac-command-modifier, and
3103 mac-option-modifier.
3104 (Mac International): Fix description of conversion of clipboard data.
3105 (Mac Font Specs): Add example of font customization by face attributes.
3106
31072005-11-22 Nick Roberts <nickrob@snap.net.nz>
3108
3109 * building.texi (Watch Expressions): Expand description.
3110 (Other GDB User Interface Buffers): Describe local map for
3111 gud-watch.
3112
31132005-11-21 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * display.texi (Font Lock): Font lock is enabled by default now.
3116
31172005-11-20 Juri Linkov <juri@jurta.org>
3118
3119 * basic.texi (Position Info): Update examples of the output.
3120 Remove the fact that examples are produced in the TeXinfo buffer,
3121 because in the Info reader users will get a different output from
3122 `C-x ='.
3123
3124 * building.texi (Compilation Mode): Remove paragraph duplicated
3125 from the node `Compilation'. Add `compilation-skip-threshold'.
3126
3127 * display.texi (Font Lock): Suggest more user-friendly method of
3128 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3129
31302005-11-18 Richard M. Stallman <rms@gnu.org>
3131
3132 * files.texi (Registering): Mention @@ in mode line.
3133
3134 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3135
31362005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3137
3138 * files.texi (Renaming and VC): Some back-ends don't
3139 handle renaming.
3140
8cf51b2c
GM
31412005-11-17 Juri Linkov <juri@jurta.org>
3142
3143 * emacs.texi (Top):
3144 * display.texi (Highlight Interactively): Put this font-lock based
3145 mode near Font Lock node.
3146
31472005-11-16 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3150 icons.
3151
31522005-11-12 Kim F. Storm <storm@cua.dk>
3153
3154 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3155 (Help Summary): Add C-h d and C-h e.
3156 (Apropos): Clarify that all apropos commands may search for either
3157 list of words or a regexp. Add C-h d for apropos-documentation.
3158 Describe apropos-documentation-sort-by-scores user option.
3159
8cf51b2c
GM
31602005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3161
3162 * killing.texi (CUA Bindings): Add @section.
3163
31642005-11-10 Kim F. Storm <storm@cua.dk>
3165
3166 * emacs.texi (Top): Add CUA Bindings entry to menu.
3167
3168 * killing.texi (CUA Bindings): New node. Moved here from
3169 misc.texi and extended with info on rectangle commands and
3170 rectangle highlighting, interface to registers, and the global
3171 mark feature.
3172
3173 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3174
3175 * regs.texi: Prev link points to CUA Bindings node.
3176
31772005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * help.texi (Help Echo): By default, help echos are only shown on
3180 mouse-over, not on point-over.
3181
c8763fb6 31822005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3183
3184 * misc.texi (Shell Mode): Describe how to activate password echoing.
3185
8cf51b2c
GM
31862005-11-04 Romain Francoise <romain@orebokech.com>
3187
3188 * mark.texi (Mark Ring): Fix typo.
3189
31902005-11-03 Richard M. Stallman <rms@gnu.org>
3191
3192 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3193
31942005-11-01 Bill Wohler <wohler@newt.com>
3195
3196 * help.texi (Help Mode): Fix typo.
3197
31982005-11-01 Nick Roberts <nickrob@snap.net.nz>
3199
3200 * building.texi (Other GDB User Interface Buffers): Describe
3201 the command gdb-use-inferior-io-buffer.
3202
32032005-10-31 Romain Francoise <romain@orebokech.com>
3204
3205 * files.texi (Compressed Files): Fix typo.
3206
3207 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3208
3209 * windows.texi (Force Same Window): Likewise.
3210
32112005-10-30 Bill Wohler <wohler@newt.com>
3212
3213 * help.texi (Help Mode): URLs viewed with browse-url.
3214
32152005-10-31 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * building.texi (GDB Graphical Interface): Don't reference
3218 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3219 must stay in same frame.
3220
32212005-10-29 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3224
3225 * anti.texi (Antinews): Likewise.
3226
8cf51b2c
GM
32272005-10-28 Bill Wohler <wohler@newt.com>
3228
3229 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3230
32312005-10-28 Richard M. Stallman <rms@gnu.org>
3232
3233 * files.texi (Visiting): Explain how to enter ? in a file name.
3234
3235 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3236
8cf51b2c
GM
32372005-10-25 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * building.texi (GDB Graphical Interface): Describe
3240 gdb-mouse-until.
3241
32422005-10-23 Richard M. Stallman <rms@gnu.org>
3243
3244 * custom.texi (Init File): Recommend when to use site-start.el.
3245
8cf51b2c
GM
32462005-10-21 Juri Linkov <juri@jurta.org>
3247
3248 * custom.texi (Examining): Mention accessing the old variable
3249 value via M-n in set-variable.
3250
8cf51b2c
GM
32512005-10-18 Romain Francoise <romain@orebokech.com>
3252
3253 * files.texi (Version Systems): Capitalize GNU.
3254
8cf51b2c
GM
32552005-10-18 Nick Roberts <nickrob@snap.net.nz>
3256
3257 * building.texi (Compilation Mode): Remove redundant paragraph.
3258 (Watch Expressions): Remove paragraph to reflect code change.
3259
8cf51b2c
GM
32602005-10-16 Richard M. Stallman <rms@gnu.org>
3261
3262 * building.texi (Compilation Mode, Compilation): Clarified.
3263
32642005-10-15 Richard M. Stallman <rms@gnu.org>
3265
3266 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3267
8cf51b2c
GM
32682005-10-13 Kenichi Handa <handa@m17n.org>
3269
3270 * basic.texi (Position Info): Fix previous change.
3271
c8763fb6 32722005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3273
3274 * cmdargs.texi (Icons X): Fix typo.
3275
32762005-10-12 Kenichi Handa <handa@m17n.org>
3277
3278 * basic.texi (Position Info): Describe the case that Emacs shows
3279 "part of display ...".
3280
c8763fb6 32812005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3282
3283 * cmdargs.texi (Icons X): -nb => -nbi.
3284
32852005-10-10 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * frames.texi (Speedbar): A couple more clarifications.
3288
32892005-10-11 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * building.texi (GDB User Interface Layout): Improve diagram.
3292 (Watch Expressions): Explain how to make speedbar global.
3293 (Other GDB User Interface Buffers): Make references more precise.
3294
8cf51b2c
GM
32952005-10-09 Richard M. Stallman <rms@gnu.org>
3296
3297 * frames.texi (Speedbar): Clarify the text.
3298
32992005-10-09 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * frames.texi (Speedbar): Add information on keybindings,
3302 dismissing the speedbar, and buffer display mode. Link to
3303 speedbar manual.
3304
c8763fb6 33052005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3306
3307 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3308 added -nb, --no-bitmap-icon.
3309
8cf51b2c
GM
33102005-10-07 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * building.texi (GDB Graphical Interface): Add variables and
3313 functions to indices. Be more precise.
3314
c8763fb6 33152005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3316
3317 * frames.texi (Drag and Drop): Remove the x- from
3318 x-dnd-open-file-other-window and xdnd-protocol-alist.
3319
33202005-09-30 Romain Francoise <romain@orebokech.com>
3321
3322 * mini.texi (Minibuffer): The default value now appears before the
3323 colon in minibuffer prompts.
3324
8cf51b2c
GM
33252005-09-25 Richard M. Stallman <rms@gnu.org>
3326
3327 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3328
8cf51b2c
GM
33292005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3330
3331 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3332
8cf51b2c
GM
33332005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3334
3335 * emacs.texi (Top): Update submenus from macos.texi.
3336
3337 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3338 (Mac OS): Update feature support status.
3339 (Mac Input): List supported input scripts. Remove description
3340 about `mac-keyboard-text-encoding'. Mention mouse button
3341 emulation and related variables.
3342 (Mac International): Mention Central European and Cyrillic
3343 support. Now `keyboard-coding-system' is dynamically changed.
3344 Add description about coding system for selection. Add
3345 description about language environment.
3346 (Mac Environment Variables): Mention
3347 `~/.MacOSX/environment.plist'. Give example of command line
3348 arguments. Add Preferences support.
3349 (Mac Directories): Explicitly state that this node is for Mac OS
3350 Classic only.
3351 (Mac Font Specs): Mention specification for scalable fonts. List
3352 supported charsets. Add preferred way of creating fontsets. Add
3353 description about `mac-allow-anti-aliasing'.
3354 (Mac Functions): Add descriptions about `mac-set-file-creator',
3355 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3356 and `mac-get-preference'.
3357
8cf51b2c
GM
33582005-09-16 Romain Francoise <romain@orebokech.com>
3359
3360 Update all files to specify GFDL version 1.2.
3361
3362 * doclicense.texi (GNU Free Documentation License): Update to
3363 version 1.2.
3364
33652005-09-15 Richard M. Stallman <rms@gnu.org>
3366
3367 * buffers.texi (List Buffers): Fix xref.
3368
3369 * rmail.texi (Rmail Basics): Fix xref.
3370
3371 * emacs.texi (Top): Update subnode menus.
3372
3373 * files.texi (Saving Commands): New node, broken out of Saving.
3374 (Customize Save): New node, broken out of Saving.
3375 Clarify effect of write-region-inhibit-fsync.
3376 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3377
8cf51b2c
GM
33782005-09-14 Romain Francoise <romain@orebokech.com>
3379
3380 * files.texi (Saving): Mention write-region-inhibit-fsync.
3381
33822005-09-05 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * custom.texi (Custom Themes): New node.
3385
33862005-09-03 Richard M. Stallman <rms@gnu.org>
3387
49823426
GM
3388 * search.texi (Search Case): Mention vars that control
3389 case-fold-search for various operations.
8cf51b2c
GM
3390
33912005-08-22 Juri Linkov <juri@jurta.org>
3392
3393 * display.texi (Standard Faces): Merge the text from
3394 `(elisp)Standard Faces' into this node.
3395
33962005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3397
3398 * emacs.texi (Top): Delete menu item for deleted node
3399 Keyboard Translations.
3400
34012005-08-18 Richard M. Stallman <rms@gnu.org>
3402
8cf51b2c
GM
3403 * trouble.texi (Unasked-for Search):
3404 Delete xref to Keyboard Translations.
3405
3406 * glossary.texi (Glossary): Delete xref.
3407
8cf51b2c
GM
3408 * custom.texi (Minor Modes): Say that the list here is not complete.
3409 (Keyboard Translations): Node deleted.
3410 (Disabling): Delete xref to it.
3411 (Customization Groups): Fix Custom buffer example.
3412 (Hooks): Mention remove-hooks.
3413
34142005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3415
3416 * building.texi (GDB Graphical Interface): Improve filling of menu
3417 item.
3418
34192005-08-18 Nick Roberts <nickrob@snap.net.nz>
3420
3421 * building.texi (GDB Graphical Interface): Use better node names.
3422
34232005-08-14 Richard M. Stallman <rms@gnu.org>
3424
3425 * text.texi (Sentences): Fix xref.
3426
34272005-08-14 Juri Linkov <juri@jurta.org>
3428
3429 * building.texi (Compilation, Grep Searching): Move grep command
3430 headings from `Compilation' to `Grep Searching'.
3431
3432 * dired.texi (Dired and Find):
3433 * maintaining.texi (Tags Search): Replace grep xref to
3434 `Compilation' node with `Grep Searching'.
3435
3436 * files.texi (Comparing Files): Replace xref to `Compilation' with
3437 `Compilation Mode'.
3438
34392005-08-13 Alan Mackenzie <acm@muc.de>
3440
3441 * search.texi (Non-ASCII Isearch): Correct a typo.
3442 (Replacement Commands): Mention query-replace key binding.
3443
34442005-08-11 Richard M. Stallman <rms@gnu.org>
3445
3446 * programs.texi (Options for Comments): Fix xref.
3447
3448 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3449 out of Regexps.
3450
8cf51b2c
GM
34512005-08-09 Juri Linkov <juri@jurta.org>
3452
3453 * building.texi (Compilation): Use `itemx' instead of `item'.
3454 (Grep Searching): Simplify phrase.
3455
3456 * display.texi (Standard Faces): Describe vertical-border on
3457 window systems.
3458
3459 * windows.texi (Split Window): Simplify phrase and mention
3460 vertical-border face.
3461
34622005-08-09 Richard M. Stallman <rms@gnu.org>
3463
3464 * files.texi (Comparing Files): Clarify compare-windows.
3465
3466 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3467
8cf51b2c
GM
34682005-08-06 Eli Zaretskii <eliz@gnu.org>
3469
3470 * mule.texi (Coding Systems): Rephrase the paragraph about
3471 codepages: no need for "M-x codepage-setup" anymore, except on
3472 MS-DOS.
3473
3474 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3475 the MS-DOS port only.
3476
34772005-07-30 Eli Zaretskii <eliz@gnu.org>
3478
3479 * makefile.w32-in (info): Don't run multi-install-info.bat.
3480 ($(infodir)/dir): New target, produced by running
3481 multi-install-info.bat.
3482
8cf51b2c
GM
34832005-07-22 Eli Zaretskii <eliz@gnu.org>
3484
3485 * files.texi (Quoted File Names): Add index entry.
3486
8cf51b2c
GM
34872005-07-19 Juri Linkov <juri@jurta.org>
3488
3489 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3490
34912005-07-18 Juri Linkov <juri@jurta.org>
3492
8cf51b2c
GM
3493 * custom.texi (Easy Customization):
3494 * files.texi (Old Versions):
3495 * frames.texi (Wheeled Mice):
3496 * mule.texi (Specify Coding):
8cf51b2c
GM
3497 * text.texi (Cell Justification):
3498 * trouble.texi (After a Crash):
8cf51b2c
GM
3499 * xresources.texi (GTK styles):
3500 Delete duplicate duplicate words.
3501
35022005-07-17 Richard M. Stallman <rms@gnu.org>
3503
3504 * frames.texi (Creating Frames): Fix foreground color example.
3505
3506 * custom.texi (Init Examples): Clean up text about conditionals.
3507
35082005-07-16 Richard M. Stallman <rms@gnu.org>
3509
3510 * mini.texi (Completion Commands): Fix command name for ?.
3511
8cf51b2c
GM
35122005-07-16 Eli Zaretskii <eliz@gnu.org>
3513
3514 * display.texi (Standard Faces): Explain that customization of
3515 `menu' face has no effect on w32 and with GTK. Add
3516 cross-references.
3517
3518 * cmdargs.texi (General Variables): Clarify the default location
3519 of $HOME on w32 systems.
3520
35212005-07-15 Jason Rumney <jasonr@gnu.org>
3522
3523 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3524 changed.
3525
35262005-07-08 Kenichi Handa <handa@m17n.org>
3527
3528 * mule.texi (Recognize Coding): Recommend
3529 revert-buffer-with-coding-system instead of revert-buffer.
3530
35312005-07-07 Richard M. Stallman <rms@gnu.org>
3532
3533 * anti.texi (Antinews): Mention mode-line-inverse-video.
3534
3535 * files.texi (Saving): Minor correction about C-x C-w.
3536
3537 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3538
35392005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3540
3541 * search.texi (Isearch Scroll): Add example of using the
3542 `isearch-scroll' property.
3543 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3544 `Display Custom' node.
3545 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3546 and de-emphasize it.
3547 (Other Repeating Search): `occur' currently can not correctly
3548 handle multiline matches. Correct, clarify and update description
3549 of `flush-lines' and `keep-lines'.
3550
3551 * display.texi (Display Custom): Add anchor for `baud-rate'.
3552
35532005-07-07 Richard M. Stallman <rms@gnu.org>
3554
3555 * gnu.texi: Update where to get GNU status; add refs for how to help.
3556 Add footnotes 6 and 7.
3557
35582005-07-04 Lute Kamstra <lute@gnu.org>
3559
3560 Update FSF's address in GPL notices.
3561
8cf51b2c 3562 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3563 * trouble.texi (Checklist): Update FSF's address.
3564
8cf51b2c
GM
35652005-06-24 Richard M. Stallman <rms@gnu.org>
3566
3567 * display.texi (Text Display): Change index entries.
3568
35692005-06-24 Eli Zaretskii <eliz@gnu.org>
3570
3571 * makefile.w32-in (MAKEINFO): Use --force.
3572 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3573 Makefile.in.
8cf51b2c
GM
3574
35752005-06-23 Richard M. Stallman <rms@gnu.org>
3576
3577 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3578 nobreak-char-display.
3579
3580 * emacs.texi (Top): Update detailed node listing.
3581
3582 * display.texi (Text Display): Renamed show-nonbreak-escape
3583 to nobreak-char-display and no-break-space to nobreak-space.
3584 (Standard Faces): Split up the list of standard faces
3585 and put it in a separate node. Add nobreak-space and
3586 escape-glyph.
3587
8cf51b2c
GM
35882005-06-23 Lute Kamstra <lute@gnu.org>
3589
3590 * mule.texi (Select Input Method): Fix typo.
3591
35922005-06-23 Kenichi Handa <handa@m17n.org>
3593
3594 * mule.texi (International): List all supported scripts. Adjust
3595 text for that leim is now included in the normal Emacs
3596 distribution.
3597 (Language Environments): List all language environments.
3598 Intlfonts contains fonts for most supported scripts, not all..
3599 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3600 input a specific character.
8cf51b2c
GM
3601 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3602
36032005-06-23 Juanma Barranquero <lekktu@gmail.com>
3604
49823426 3605 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3606
36072005-06-22 Miles Bader <miles@gnu.org>
3608
3609 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3610
36112005-06-20 Miles Bader <miles@gnu.org>
3612
3613 * display.texi (Faces): Add `vertical-divider'.
3614
36152005-06-17 Richard M. Stallman <rms@gnu.org>
3616
3617 * text.texi (Adaptive Fill): Minor clarification.
3618
8cf51b2c
GM
36192005-06-10 Lute Kamstra <lute@gnu.org>
3620
3621 * emacs.texi (Top): Correct version number.
3622 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3623 refer to the current version of Emacs.
3624
36252005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * files.texi (Log Buffer): Document when there can be more than
3628 one file to be committed.
3629
36302005-06-08 Juri Linkov <juri@jurta.org>
3631
3632 * display.texi (Faces): Add `shadow' face.
3633
36342005-06-07 Masatake YAMATO <jet@gyve.org>
3635
3636 * display.texi (Faces): Write about mode-line-highlight.
3637
36382005-06-06 Richard M. Stallman <rms@gnu.org>
3639
3640 * misc.texi (Printing Package): Explain how to initialize
3641 printing package.
3642
3643 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3644
36452005-06-05 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * emacs.texi: Rename Hardcopy to Printing.
3648 Make PostScript and PostScript Variables subnodes of it.
3649
3650 * misc.texi (Printing): Rename node from Hardcopy.
3651 Mention menu bar options.
3652 Move PostScript and PostScript Variables to submenu.
3653 (Printing package): New node.
3654
3655 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3656
3657 * dired.texi (Operating on Files): Likewise.
3658
3659 * calendar.texi (Displaying the Diary): Likewise.
3660
3661 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3662
3663 * glossary.texi (Glossary): Likewise.
3664
3665 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3666 effect.
3667
36682005-06-04 Richard M. Stallman <rms@gnu.org>
3669
3670 * trouble.texi (After a Crash): Polish previous change.
3671
8cf51b2c
GM
36722005-05-30 Noah Friedman <friedman@splode.com>
3673
3674 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3675 recovery mechanism.
3676
8cf51b2c
GM
36772005-05-28 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * building.texi (Other Buffers): SPC toggles display of
3680 floating point registers.
3681
8cf51b2c
GM
36822005-05-27 Nick Roberts <nickrob@snap.net.nz>
3683
3684 * files.texi (Log Buffer): Merge in description of Log Edit
3685 mode from pcl-cvs.texi.
3686
36872005-05-26 Richard M. Stallman <rms@gnu.org>
3688
3689 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3690
8cf51b2c
GM
36912005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3692
3693 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3694 not enabled by default.
3695 When not on a word, `ispell-word' by default checks the word
3696 before point.
3697
36982005-05-24 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * building.texi (Debugger Operation): Simplify last sentence.
3701
37022005-05-23 Lute Kamstra <lute@gnu.org>
3703
3704 * emacs.texi: Update FSF's address throughout.
3705 (Preface): Use @cite.
3706 (Distrib): Add cross reference to the node "Copying". Mention the
3707 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3708 printed manuals.
3709 (Intro): Use @xref for the Emacs Lisp Intro.
3710
8cf51b2c
GM
37112005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3712
3713 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3714
3715 * basic.texi (Moving Point): Mention default for `goto-line'.
3716
3717 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3718 of a variable's docstring.
3719
37202005-05-18 Lute Kamstra <lute@gnu.org>
3721
3722 * maintaining.texi (Overview of Emerge): Add cross reference.
3723 Remove duplication.
3724
3725 * emacs.texi (Top): Update to the current structure of the manual.
3726 * misc.texi (Emacs Server): Add menu description.
3727 * files.texi (Saving): Fix menu.
3728 * custom.texi (Customization): Fix menu.
3729 * mule.texi (International): Fix menu.
3730 * kmacro.texi (Keyboard Macros): Fix menu.
3731
37322005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3733
3734 * display.texi: Various minor changes.
3735 (Faces): Delete text that is repeated in the next section.
3736
37372005-05-16 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * building.texi (Debugger Operation): Mention GUD tooltips are
3740 disabled with GDB in text command mode.
3741
8cf51b2c
GM
37422005-05-16 Nick Roberts <nickrob@snap.net.nz>
3743
3744 * building.texi: Replace toolbar with "tool bar" for consistency.
3745 (Compilation Mode): Describe compilation-context-lines
3746 and use of arrow in compilation buffer.
3747 (Debugger Operation): Replace help text with variable's value.
3748
3749 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3750 consistency.
3751
37522005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3753
3754 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3755 Add xref.
3756
8cf51b2c
GM
37572005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3758
3759 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3760 (Position Info): Delete discussion of `goto-line'. It is already
3761 described in `Moving point'.
3762
3763 * mini.texi (Completion Commands): Correct reference.
3764 (Completion Options): Fix typo.
3765
3766 * killing.texi (Deletion): Complete description of `C-x C-o'.
3767
8cf51b2c
GM
37682005-05-10 Richard M. Stallman <rms@gnu.org>
3769
3770 * building.texi (Compilation): Clarify recompile's directory choice.
3771
3772 * frames.texi (Tooltips): Cleanups.
3773
3774 * basic.texi (Arguments): Fix punctuation.
3775
37762005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * screen.texi (Menu Bar): The up and down (not left and right)
3779 arrow keys move through a keyboard menu.
3780
37812005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3782
3783 * basic.texi: Various typo and grammar fixes.
3784 (Moving Point): C-a now runs move-beginning-of-line.
3785
37862005-05-08 Nick Roberts <nickrob@snap.net.nz>
3787
3788 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3789
3790 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3791 as different animals.
3792
37932005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3796 Correct index entry.
3797
37982005-05-07 Nick Roberts <nickrob@snap.net.nz>
3799
3800 * building.texi (Debugger Operation): Update to reflect changes
3801 in GUD tooltips.
3802
38032005-04-30 Richard M. Stallman <rms@gnu.org>
3804
3805 * files.texi (Compressed Files): Auto Compression normally enabled.
3806
3807 * building.texi (Debugger Operation): Clarify previous change.
3808
8cf51b2c
GM
38092005-04-28 Nick Roberts <nickrob@snap.net.nz>
3810
3811 * building.texi (Debugger Operation): Add description for
3812 GUD tooltips when program is not running.
3813
38142005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * misc.texi (Shell): Add `Shell Prompts' to menu.
3817 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3818 description. Delete remarks moved to new node.
3819 (Shell Prompts): New node.
3820 (History References): Replace remarks moved to `Shell Prompts'
3821 with xref to that node.
3822 (Remote Host): Clarify how to specify the terminal type when
3823 logging in to a different machine.
3824
38252005-04-26 Richard M. Stallman <rms@gnu.org>
3826
3827 * emacs.texi (Top): Update submenus from files.texi.
3828
3829 * files.texi (Filesets): Clarify previous change.
3830
3831 * dired.texi (Misc Dired Features): Clarify previous change.
3832
38332005-04-25 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3836
3837 * dired.texi (Misc Dired Features): Document
3838 dired-compare-directories.
3839
3840 * files.texi (Filesets): New node.
3841 (File Conveniences): Document Image mode.
3842
3843 * text.texi (TeX Print): Document tex-compile.
3844
38452005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3846
3847 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3848 Delete redundant reference to tooltip Custom group. It is
3849 referred too again in the next paragraph.
3850
38512005-04-24 Richard M. Stallman <rms@gnu.org>
3852
3853 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3854
8cf51b2c
GM
38552005-04-19 Kim F. Storm <storm@cua.dk>
3856
3857 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3858
38592005-04-18 Lars Hansen <larsh@math.ku.dk>
3860
3861 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3862 turns off desktop-save-mode.
3863
38642005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3867 by default in terminals compatible with xterm. Mention that
3868 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3869 node.
3870
8cf51b2c
GM
38712005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3872
3873 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3874
c8763fb6 38752005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3876
3877 * xresources.texi (Table of Resources): Add cursorBlink.
3878
38792005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3880
3881 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3882 `d', `C-d' and `u'.
3883
38842005-04-11 Richard M. Stallman <rms@gnu.org>
3885
3886 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3887 (Misc X): Add -D, --basic-display.
3888
3889 * maintaining.texi (Change Log): Correct the description of
3890 the example.
3891
3892 * major.texi (Choosing Modes): Document magic-mode-alist.
3893
8cf51b2c
GM
38942005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3897 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3898 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3899 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3900 `w', respectively.
3901 (Rmail Labels): Mention `l'.
3902 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3903 (Rmail Summary Edit): Describe `j' and RET.
3904
c8763fb6 39052005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3906
3907 * xresources.texi (Lucid Resources): Add fontSet resource.
3908
8cf51b2c
GM
39092005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3912 now called `indicate-empty-lines'.
3913
39142005-04-06 Kim F. Storm <storm@cua.dk>
3915
3916 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3917
39182005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3919
3920 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3921 deleted.
3922 (Marks vs Flags): Add some convenient key bindings.
3923 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3924 (Misc Dired Features): Correct and expand description of `w' command.
3925
3926 * frames.texi (XTerm Mouse): Delete apparently false info.
3927 The GNU/Linux console currently does not appear to support
3928 `xterm-mouse-mode'.
3929
8cf51b2c
GM
39302005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3931
3932 * calendar.texi (Diary): Mention shell utility `calendar'.
3933
39342005-04-01 Richard M. Stallman <rms@gnu.org>
3935
3936 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3937
8cf51b2c
GM
39382005-04-01 Lute Kamstra <lute@gnu.org>
3939
3940 * maintaining.texi (Change Log): add-change-log-entry uses
3941 add-log-mailing-address.
3942
39432005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3944
3945 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3946 `VC Mode Line' and put in an xref to that node.
3947 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3948 its description.
3949
39502005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3951
3952 * calendar.texi (Calendar Systems): Say that the Persian calendar
3953 implemented here is the arithmetical one championed by Birashk.
3954
39552005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3956
3957 * programs.texi (Fortran Motion): Fix previous change.
3958
8cf51b2c
GM
39592005-03-29 Richard M. Stallman <rms@gnu.org>
3960
3961 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3962
39632005-03-29 Chong Yidong <cyd@stupidchicken.com>
3964
3965 * text.texi (Refill): Refer to Long Lines Mode.
3966 (Longlines): New node.
3967 (Auto Fill): Don't index "word wrap" here.
3968 (Filling): Add Longlines to menu.
3969
39702005-03-29 Richard M. Stallman <rms@gnu.org>
3971
3972 * xresources.texi: Minor fixes.
3973
3974 * misc.texi (Emacs Server): Fix Texinfo usage.
3975
3976 * emacs.texi (Top): Don't use a real section heading for
3977 "Detailed Node Listing". Fake it instead.
3978
3979 * basic.texi (Position Info): Minor cleanup.
3980
3981 * mule.texi (Input Methods): Minor cleanup.
3982
39832005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3984
3985 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3986 constructs as well.
3987 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3988
39892005-03-29 Kenichi Handa <handa@m17n.org>
3990
3991 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3992
3993 * basic.texi (Position Info): Update the description about the
3994 command C-u C-x =.
3995
39962005-03-28 Richard M. Stallman <rms@gnu.org>
3997
3998 * emacs.texi (Top): Use @section for the detailed node listing.
3999
4000 * calendar.texi: Minor fixes to previous change.
4001
4002 * programs.texi (Fortran): Small fixes to previous changes.
4003
4004 * emacs.texi (Top): Update list of subnodes of Dired.
4005 Likewise for building.texi.
4006
4007 * files.texi (File Conveniences): Delete Auto Image File mode.
4008
40092005-03-28 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * building.texi (Flymake): New node.
4012
4013 * custom.texi (Function Keys): Document kp- event types and
4014 keypad-setup package.
4015
4016 * dired.texi (Wdired): New node.
4017
4018 * files.texi (File Conveniences): Reorder entries.
4019 Explain how to turn on Auto-image-file mode.
4020 Document Thumbs mode.
4021
4022 * mule.texi (Specify Coding): Document recode-region and
4023 recode-file-name.
4024
4025 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4026
40272005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4028
4029 * commands.texi (Keys): M-o is now a prefix key.
4030
40312005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4032
4033 * programs.texi: Reformat and update copyright years.
4034 (Fortran): Update section.
4035
40362005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4037
4038 * files.texi: Several small changes in addition to:
4039 (Visiting): Change xref for Dialog Boxes to ref.
4040 (Version Headers): Replace references to obsolete var
4041 `vc-header-alist' with `vc-BACKEND-header'.
4042 (Customizing VC): Update value of `vc-handled-backends'.
4043
40442005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4045
4046 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4047 move here from Emacs Lisp Reference Manual.
4048 * calendar.texi (Calendar/Diary, Diary Commands)
4049 (Special Diary Entries, Importing Diary): Change some xrefs to
4050 point to emacs-xtra rather than elisp.
4051
4052 * emacs-xtra.texi (Calendar Customizing):
4053 Move view-diary-entries-initially, view-calendar-holidays-initially,
4054 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4055 Emacs Manual.
4056 (Appt Customizing): Merge entire section into main Emacs Manual.
4057 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4058 mark-holidays-in-calendar here from emacs-xtra.
4059 (Displaying the Diary): Move view-diary-entries-initially,
4060 mark-diary-entries-in-calendar here from emacs-xtra.
4061 (Appointments): Move appt-display-mode-line,
4062 appt-display-duration, appt-disp-window-function,
4063 appt-delete-window-function here from emacs-xtra.
4064
4065 * calendar.texi: Update and reformat copyright.
4066 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4067 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4068 (Diary): Refer to `diary-file' rather than ~/diary.
4069 (Diary Commands): Rename node to "Displaying the Diary".
4070 * emacs.texi (Top): Rename "Diary Commands" section.
4071 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4072
40732005-03-26 Eli Zaretskii <eliz@gnu.org>
4074
4075 * misc.texi (Emacs Server): Fix the command for setting
4076 server-name. Add an xref to Invoking emacsclient.
4077
4078 * help.texi (Help Summary): Clarify when "C-h ." will do something
4079 nontrivial.
4080 (Apropos): Add cindex entry for apropos-sort-by-scores.
4081
4082 * display.texi (Text Display): Add index entries for how no-break
4083 characters are displayed.
4084
8cf51b2c
GM
40852005-03-26 Eli Zaretskii <eliz@gnu.org>
4086
4087 * files.texi (Visiting): Fix cross-references introduced with the
4088 last change.
4089
4090 * xresources.texi (GTK resources): Fix last change.
4091
8cf51b2c
GM
40922005-03-25 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * xresources.texi (X Resources): GTK options documented too.
4095 (Resources): Clarify meaning of program name.
4096 (Table of Resources): Add visualClass.
4097 (GTK resources): Rewrite.
4098 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4099
4100 * display.texi (Text Display): Mention non-breaking spaces.
4101
4102 * files.texi (Reverting): Document auto-revert-check-vc-info.
4103
4104 * frames.texi (Mouse Commands): Document
4105 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4106
4107 * help.texi (Help Summary): Add `C-h .'.
4108 (Apropos): Apropos accepts a list of search terms.
4109 Document apropos-sort-by-scores.
4110 (Help Echo): Document display-local-help.
4111
4112 * misc.texi (Emacs Server): Document server-name.
4113 (Invoking emacsclient): Document -s option for server names.
4114
4115 * text.texi (Outline Visibility): Introduce "current heading
4116 line" (commands can be called with point on a body line).
4117 Re-order table to follow the sequence of discussion.
4118 hide-body won't hide lines before first header line.
4119 (TeX Mode): Add DocTeX mode.
4120
8cf51b2c
GM
41212005-03-24 Richard M. Stallman <rms@gnu.org>
4122
4123 * mule.texi (Single-Byte Character Support): Delete mention
4124 of iso-acc.el and iso-transl.el.
4125
8cf51b2c
GM
41262005-03-23 Lute Kamstra <lute@gnu.org>
4127
4128 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4129
41302005-03-23 Richard M. Stallman <rms@gnu.org>
4131
8cf51b2c
GM
4132 * search.texi: Delete explicit node pointers.
4133 (Incremental Search): New menu.
4134 (Basic Isearch, Repeat Isearch, Error in Isearch)
4135 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4136 (Slow Isearch): New subnodes.
4137 (Configuring Scrolling): Node deleted.
4138 (Search Case): Doc default-case-fold-search.
4139 (Regexp Replace): Move replace-regexp doc here.
4140
4141 * rmail.texi (Movemail): Put commas inside closequotes.
4142
4143 * picture.texi (Insert in Picture): Document C-c arrow combos.
4144 (Basic Picture): Clarify erasure.
4145
4146 * display.texi (Font Lock): Put commas inside closequotes.
4147
4148 * cmdargs.texi (General Variables): Put commas inside closequotes.
4149
41502005-03-23 Nick Roberts <nickrob@snap.net.nz>
4151
4152 * building.texi (Stack Buffer): Mention reverse contrast for
4153 *selected* frame (might not be current frame).
4154
8cf51b2c
GM
41552005-03-21 Richard M. Stallman <rms@gnu.org>
4156
4157 * building.texi (Starting GUD): Add bashdb.
4158
41592005-03-20 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * basic.texi (Moving Point): Add M-g M-g binding.
4162 (Undo): Document undo-only.
4163 (Position Info): Document M-g M-g and C-u M-g M-g.
4164
4165 * building.texi (Building): Put Grep Searching after Compilation
4166 Shell.
4167 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4168 Document next-error-highlight.
4169 (Grep Searching): Document grep-highlight-matches.
4170 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4171
4172 * calendar.texi (Importing Diary): Rename node from iCalendar.
4173 Document diary-from-outlook.
4174
4175 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4176 Commands.
4177 Mention effect of X drag and drop on Dired buffers.
4178
4179 * files.texi (Visiting): Document large-file-warning-threshold.
4180 Move paragraph on file-selection dialog.
4181 Mention visiting files using X drag and drop.
4182 (Reverting): Mention using Auto-Revert mode to tail files.
4183 Document auto-revert-tail-mode.
4184 (Version Systems): Minor correction.
4185 (Comparing Files): Diff-mode is no longer based on Compilation
4186 mode.
4187 Document compare-ignore-whitespace.
4188 (Misc File Ops): Explain passing a directory to rename-file.
4189 Likewise for copy-file and make-symbolic-link.
4190
4191 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4192 Document mouse-wheel-progressive speed.
4193
4194 * help.texi (Misc Help): Document numeric argument for C-h i.
4195 Correctly explain the effect of just C-u as argument.
4196
4197 * killing.texi (Deletion): Document numeric argument for
4198 just-one-space.
4199
4200 * mini.texi (Completion): Completion acts on text before point.
4201
4202 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4203 (Emulation): CUA mode replaces pc-bindings-mode,
4204 pc-selection-mode, and s-region.
4205
4206 * mule.texi (Input Methods): Leim is now built-in.
4207 (Select Input Method): Document quail-show-key.
4208 (Specify Coding): Document revert-buffer-with-coding-system.
4209
4210 * programs.texi (Fortran Motion): Document f90-next-statement,
4211 f90-previous-statement, f90-next-block, f90-previous-block,
4212 f90-end-of-block, and f90-beginning-of-block.
4213
4214 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4215
4216 * emacs.texi (Acknowledgments): Updated.
4217
4218 * anti.texi: Total rewrite.
4219
8cf51b2c
GM
42202005-03-19 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * ack.texi (Acknowledgments): Update.
4223
42242005-03-19 Eli Zaretskii <eliz@gnu.org>
4225
4226 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4227 copyright years.
4228
42292005-03-14 Nick Roberts <nickrob@snap.net.nz>
4230
4231 * building.texi (Commands of GUD): Move paragraph on setting
4232 breakpoints with mouse to the GDB Graphical Interface node.
4233
42342005-03-07 Richard M. Stallman <rms@gnu.org>
4235
8cf51b2c
GM
4236 * misc.texi (Single Shell, Shell Options): Fix previous change.
4237
4238 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4239
42402005-03-06 Richard M. Stallman <rms@gnu.org>
4241
4242 * building.texi (Starting GUD): Don't explain text vs graphical
4243 GDB here. Just mention it and xref.
4244 Delete "just one debugger process".
4245 (Debugger Operation): Move GUD tooltip info here.
4246 (GUD Tooltips): Node deleted.
4247 (GDB Graphical Interface): Explain the two GDB modes here.
4248
8cf51b2c
GM
4249 * sending.texi (Sending Mail): Minor cleanup.
4250 (Mail Aliases): Explain quoting conventions.
4251 Update key rebinding example.
4252 (Header Editing): C-M-i is like M-TAB.
4253 (Mail Mode Misc): mail-attach-file does not do MIME.
4254
4255 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4256 that really belongs here.
4257 (Remote Mailboxes): Text moved to Rmail Inbox.
4258 (Rmail Display): Mention Mouse-1.
4259 (Movemail): Clarify two movemail versions.
4260 Clarify rmail-movemail-program.
4261
8cf51b2c
GM
4262 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4263 Document async shell commands.
4264 (Shell History): Clarify.
4265 (Shell Ring): Mention C-UP an C-DOWN.
4266 (Shell Options): Add comint-prompt-read-only.
4267 (Invoking emacsclient): Set EDITOR to run Emacs.
4268 (Sorting): No need to explain what region is.
4269 (Saving Emacs Sessions): Fix typo.
4270 (Recursive Edit): Fix punctuation.
4271 (Emulation): Don't mention "PC bindings" which are standard.
4272 (Hyperlinking): Explain Mouse-1 convention here.
4273 (Find Func): Node deleted.
4274
8cf51b2c
GM
4275 * help.texi (Name Help): Xref to Hyperlinking.
4276
4277 * glossary.texi (Glossary):
4278 Rename "Balance Parentheses" to "Balancing...".
4279 Add "Byte Compilation". Correct "Copyleft".
4280 New xref in "Customization".
4281 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4282 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4283 Rename "Registers" to "Register".
4284 Replace "Selecting" with "Selected Frame",
4285 "Selected Window", and "Selecting a Buffer".
4286
4287 * files.texi (Types of Log File): Explain how projects'
4288 methods can vary.
4289
8cf51b2c
GM
4290 * display.texi (Faces): Delete "Emacs 21".
4291
4292 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4293 * fixit.texi (Spelling): C-M-i like M-TAB.
4294 * mini.texi (Completion Options): C-M-i like M-TAB.
4295 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4296 * text.texi (Text Mode): C-M-i like M-TAB.
4297
4298 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4299
4300 * calendar.texi (Specified Dates): Mention `g w'.
4301 (Appointments): appt-activate toggles with no arg.
4302
8cf51b2c
GM
43032005-03-05 Juri Linkov <juri@jurta.org>
4304
4305 * cmdargs.texi (Emacs Invocation): Add cindex
4306 "invocation (command line arguments)"
4307 (Misc X): Add -nbc, --no-blinking-cursor.
4308
43092005-03-04 Ulf Jasper <ulf.jasper@web.de>
4310
4311 * calendar.texi (iCalendar): No need to require it now.
4312
8cf51b2c
GM
43132005-03-03 Nick Roberts <nickrob@snap.net.nz>
4314
4315 * trouble.texi (Contributing): Mention Savannah. Direct users to
4316 emacs-devel.
4317
43182005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4319
4320 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4321 window.
4322
8cf51b2c
GM
43232005-02-27 Richard M. Stallman <rms@gnu.org>
4324
4325 * building.texi (Compilation): Update mode line status info.
4326
43272005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4328
4329 * calendar.texi (General Calendar): Document binding of
4330 scroll-other-window-down.
4331 (Mayan Calendar): Fix earliest date.
4332 (Time Intervals): Document timeclock-change.
4333 Fix timeclock-ask-before-exiting documentation.
4334
43352005-02-26 Kim F. Storm <storm@cua.dk>
4336
4337 * frames.texi (Mouse References):
4338 Add mouse-1-click-in-non-selected-windows.
4339
43402005-02-25 Richard M. Stallman <rms@gnu.org>
4341
4342 * screen.texi (Screen): Explain better about cursors and mode lines;
4343 don't presuppose text terminals.
4344 (Point): Don't assume just one cursor.
4345 Clarify explanation of cursors.
4346 (Echo Area, Menu Bar): Cleanups.
4347
4348 * mini.texi (Minibuffer): Prompts are highlighted.
4349 (Minibuffer Edit): Newline = C-j only on text terminals.
4350 Clarify resize-mini-windows values.
4351 Mention M-PAGEUP and M-PAGEDOWN.
4352 (Completion Commands): Mouse-1 like Mouse-2.
4353 (Minibuffer History): Explain history commands better.
4354 (Repetition): Add xref to Incremental Search.
4355
4356 * mark.texi (Setting Mark): Clarify info about displaying mark.
4357 Clarify explanation of C-@ and C-SPC.
4358 (Transient Mark): Mention Delete Selection mode.
4359 (Marking Objects): Clean up text about extending the region.
4360
4361 * m-x.texi (M-x): One C-g doesn't always go to top level.
4362 No delay before suggest-key-bindings output.
4363
4364 * fixit.texi (Fixit): Mention C-/ for undo.
4365 (Spelling): Mention ESC TAB like M-TAB.
4366 Replacement words with r and R are rechecked.
4367 Say where C-g leaves point. Mention ? as input.
4368
43692005-02-23 Lute Kamstra <lute@gnu.org>
4370
4371 * cmdargs.texi (Initial Options): Add cross reference.
4372
8cf51b2c
GM
43732005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4374
4375 * emacs.texi (Top): Update menu for splitting of node in
4376 msdog.texi.
4377 * frames.texi (Frames): Update xref for splitting of node in
4378 msdog.texi.
4379 * trouble.texi (Quitting): Ditto.
4380
43812005-02-16 Richard M. Stallman <rms@gnu.org>
4382
4383 * windows.texi (Split Window): Simplify line truncation info
4384 and xref to Display Custom.
4385
4386 * trouble.texi (Quitting): Emergency escape only for text terminal.
4387 (Screen Garbled): C-l for ungarbling is only for text terminal.
4388
4389 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4390
4391 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4392
4393 * programs.texi (Program Modes): Mention Python mode.
4394 (Moving by Defuns): Repeating C-M-h extends region.
4395 (Basic Indent): Clarify.
4396 (Custom C Indent): Clarify.
4397 (Expressions): Repeating C-M-@ extends region.
4398 (Info Lookup): Clarify for C-h S.
4399 (Symbol Completion): ESC TAB alternative for M-TAB.
4400 (Electric C): Clarify.
4401
4402 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4403
4404 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4405 MS-DOS Input node.
4406 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4407 (MS-DOS and MULE): Clarify.
4408 (MS-DOS Processes, Windows Processes): Fix typos.
4409
4410 * major.texi (Choosing Modes): Clarify.
4411
4412 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4413 (Keyboard Macro Step-Edit): Clarify.
4414
4415 * indent.texi (Indentation): Clarifications.
4416
4417 * help.texi (Help): Correct error about C-h in query-replace.
4418 Clarify apropos vs C-h a. Fix how to search in FAQ.
4419 (Key Help): Describe C-h w here.
4420 (Name Help): Minor cleanup. C-h w moved to Key Help.
4421 Clarify the "object" joke.
4422 (Apropos): Clarify. Mouse-1 like Mouse-2.
4423 (Help Mode): Mouse-1 like Mouse-2.
4424
4425 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4426
4427 * display.texi (Display): Reorder menu.
4428 (Faces): Cleanup.
4429 (Font Lock): Cleanup. Mention Options menu.
4430 Delete obsolete text.
4431 (Scrolling): For C-l, don't presume text terminal.
4432 (Horizontal Scrolling): Simplify intro.
4433 (Follow Mode): Clarify.
4434 (Cursor Display): Moved before Display Custom.
4435 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4436 Doc default-tab-width. Doc line truncation more thoroughly.
4437
4438 * dired.texi (Dired Enter): C-x C-f can run Dired.
4439 (Dired Visiting): Comment out `a' command.
4440 Mouse-1 is like Mouse-2.
4441 (Shell Commands in Dired): ? can be used more than once.
4442
4443 * basic.texi (Continuation Lines): Simplify description of truncation,
4444 and refer to Display Custom for the rest of it.
4445
8cf51b2c
GM
44462005-02-06 Lute Kamstra <lute@gnu.org>
4447
4448 * basic.texi (Undo): Fix typo.
4449
4450 * cmdargs.texi (Emacs Invocation): Fix typo.
4451
4452 * custom.texi (Init Examples): Fix typo.
4453
4454 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4455
44562005-02-06 Richard M. Stallman <rms@gnu.org>
4457
4458 * regs.texi (Registers): Registers can hold numbers, too.
4459
4460 * killing.texi (Other Kill Commands): Cleanup.
4461 Delete redundant explanation of kill in read-only buffer.
4462 (Yanking): Mention term "copying".
4463 (Accumulating Text): Fix typo.
4464
4465 * entering.texi (Entering Emacs): Update rationale at start.
4466 (Exiting): Treat iconifying on a par with suspension.
4467
4468 * custom.texi (Minor Modes): Fix typo.
4469 (Easy Customization): Fix menu style.
4470 (Variables): Add xref.
4471 (Examining): Setting for future sessions works through .emacs.
4472 (Keymaps): "Text terminals", not "Many".
4473 (Init Rebinding): Explain \C-. Show example of \M-.
4474 Fix minor wording errors.
4475 (Function Keys): Explain vector syntax just once.
4476 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4477 (Init File): Mention .emacs.d directory.
4478 (Init Examples): Add xref.
4479 (Find Init): Mention .emacs.d directory.
4480
4481 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4482 (Action Arguments): Explain which kinds of -l args are found how.
4483 (Initial Options): --batch does not inhibit site-start.
4484 Add xrefs.
4485 (Command Example): Use --batch, not -batch.
4486
4487 * basic.texi (Inserting Text): Cleanup wording.
4488 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4489 C-n is not error at end of buffer.
4490 (Undo): Doc C-/ like C-_. Add xrefs.
4491 (Arguments): META key may be labeled ALT.
4492 Peculiar arg meanings are explained in doc strings.
4493
4494 * abbrevs.texi (Expanding Abbrevs): Clarify.
4495
44962005-02-05 Eli Zaretskii <eliz@gnu.org>
4497
4498 * frames.texi (Frame Parameters): Add an xref to the description
4499 of list-colors-display. Add a pointer to the X docs about colors.
4500
4501 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4502 Improve docs of list-colors-display.
8cf51b2c
GM
4503
45042005-02-03 Lute Kamstra <lute@gnu.org>
4505
4506 * frames.texi (Frames, Drag and Drop): Fix typos.
4507
45082005-02-03 Richard M. Stallman <rms@gnu.org>
4509
4510 * windows.texi (Basic Window): Mention color-change in mode line.
4511 (Change Window): Explain dragging vertical boundaries.
4512
4513 * text.texi (Sentences): Clarify.
4514 (Paragraphs): Explain M-a and blank lines.
4515 (Outline Mode): Clarify text and menu.
4516 (Hard and Soft Newlines): Mention use-hard-newlines.
4517
4518 * frames.texi (Frames): Delete unnecessary mention of Windows.
4519 (Mouse Commands): Likewise. Mention xterm mouse support.
4520 (Clipboard): Clarify.
4521 (Mouse References): Mention use of Mouse-1 for following links.
4522 (Menu Mouse Clicks): Clarify.
4523 (Mode Line Mouse): Clarify.
4524 (Drag and Drop): Rewrite.
4525
4526 * fixit.texi (Spelling): Fix typo.
4527
4528 * files.texi (File Names): Clarify.
4529 (Visiting): Update conditions for use of file dialog. Clarify.
4530 (Saving): Doc d as answer in save-some-buffers.
4531 (Remote Files): Clean up the text.
4532
4533 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4534
4535 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4536 (List Buffers): Clarify.
4537 (Several Buffers): Doc T command.
4538 (Buffer Convenience): Clarify menu.
4539
4540 * basic.texi (Undo): Clarify last change.
4541
45422005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4543
4544 * fixit.texi (Spelling): Fix typo.
4545
45462005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4547
4548 * basic.texi (Undo): Update description of `undo-outer-limit'.
4549
45502005-02-01 Nick Roberts <nickrob@snap.net.nz>
4551
4552 * building.texi: Update documentation relating to GDB Graphical
4553 Interface.
4554
45552005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4556
4557 * custom.texi (Easy Customization): Adapt menu to node name change.
4558
45592005-01-30 Richard M. Stallman <rms@gnu.org>
4560
4561 * custom.texi (Easy Customization): Defn of "User Option" now
4562 includes faces. Don't say just "option" when talking about variables.
4563 Do say just "options" to mean "anything customizable".
4564 (Specific Customization): Describe `customize-variable',
4565 not `customize-option'.
4566
4567 * glossary.texi (Glossary) <Faces>: Add xref.
4568 <User Option>: Change definition--include faces. Change xref.
4569
4570 * picture.texi (Picture): Mention artist.el.
4571
4572 * sending.texi, screen.texi, programs.texi, misc.texi:
4573 * mini.texi, major.texi, maintaining.texi, macos.texi:
4574 * help.texi, frames.texi, files.texi:
4575 Don't say just "option" when talking about variables.
4576
4577 * display.texi, mule.texi: Don't say just "option" when talking
4578 about variables. Other minor cleanups.
4579
8cf51b2c
GM
45802005-01-26 Lute Kamstra <lute@gnu.org>
4581
4582 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4583 File'. Mention the `-Q' option at the `--no-site-file' option.
4584
8cf51b2c
GM
45852005-01-22 David Kastrup <dak@gnu.org>
4586
4587 * building.texi (Grep Searching): Mention alias `find-grep' for
4588 `grep-find'.
4589
45902005-01-20 Richard M. Stallman <rms@gnu.org>
4591
4592 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4593
8cf51b2c
GM
45942005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4595
4596 * rmail.texi (Movemail): Explain differences
4597 between standard and mailutils versions of movemail.
4598 Describe command line and configuration options introduced
4599 with the latter.
4600 Explain the notion of mailbox URL, provide examples and
4601 cross-references to mailutils documentation.
4602 Describe various methods of specifying mailbox names,
4603 user names and user passwords for rmail.
4604 (Remote Mailboxes): New section. Describe
4605 how movemail handles remote mailboxes. Describe configuration
4606 options used to control its behavior.
4607 (Other Mailbox Formats): Explain handling of various mailbox
4608 formats.
4609
46102005-01-13 Richard M. Stallman <rms@gnu.org>
4611
4612 * commands.texi (Commands): Clarification.
4613
46142005-01-11 Richard M. Stallman <rms@gnu.org>
4615
4616 * programs.texi (Multi-line Indent): Fix previous change.
4617 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4618
8cf51b2c
GM
46192005-01-08 Richard M. Stallman <rms@gnu.org>
4620
4621 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4622 lazy-highlight.
4623
4624 * search.texi (Query Replace): Mention faces query-replace
4625 and lazy-highlight.
4626 (Incremental Search): Update isearch highlighting info.
4627
8cf51b2c
GM
46282005-01-04 Richard M. Stallman <rms@gnu.org>
4629
4630 * custom.texi (Saving Customizations): Minor improvement.
4631
8cf51b2c
GM
46322005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4633
4634 * custom.texi (Saving Customizations): Emacs no longer loads
4635 `custom-file' after .emacs. No longer mention customizing through
4636 Custom.
4637
8cf51b2c
GM
46382005-01-01 Andreas Schwab <schwab@suse.de>
4639
4640 * killing.texi (Graphical Kill): Move up under node Killing,
4641 change @section to @subsection.
4642
46432005-01-01 Richard M. Stallman <rms@gnu.org>
4644
4645 * custom.texi (Face Customization): Mention hex color specs.
4646
4647 * emacs.texi (Top): Update Killing submenu.
4648
4649 * killing.texi (Killing): Reorganize section.
4650 No more TeX-only text; put the node command at start of chapter.
4651 But the first section heading is used only in TeX.
4652 Rewrite the text to read better in this mode.
4653 (Graphical Kill): New subnode gets some of the text that
4654 used to be in the first section.
4655
46562004-12-31 Richard M. Stallman <rms@gnu.org>
4657
4658 * dired.texi (Shell Commands in Dired): Delete the ? example.
4659
4660 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4661
4662 * files.texi (Saving): Describe new require-final-newline features
4663 and mode-require-final-newline.
4664
8cf51b2c
GM
46652004-12-29 Richard M. Stallman <rms@gnu.org>
4666
4667 * custom.texi (File Variables): Clarify previous change.
4668
c8763fb6 46692004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4670
4671 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4672 out now.
4673
46742004-12-27 Richard M. Stallman <rms@gnu.org>
4675
4676 * Makefile.in (MAKEINFO): Specify --force.
4677
4678 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4679 (Undo): Doc undo-outer-limit.
4680
8cf51b2c
GM
46812004-12-15 Juri Linkov <juri@jurta.org>
4682
4683 * mark.texi (Transient Mark, Mark Ring): M-< and other
4684 movement commands don't set mark in Transient Mark mode
4685 if mark is active.
4686
8cf51b2c
GM
46872004-12-12 Juri Linkov <juri@jurta.org>
4688
4689 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4690 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4691
4692 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4693 (Misc Dired Commands): Add @r{(Dired)} to w.
4694
46952004-12-12 Juri Linkov <juri@jurta.org>
4696
4697 * mark.texi (Marking Objects): Marking commands also extend the
4698 region when mark is active in Transient Mark mode.
4699
8cf51b2c
GM
47002004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4701
4702 * custom.texi (Saving Customizations): Emacs only loads the custom
4703 file automatically after the init file in version 22.1 or later.
4704 Adapt text and examples to this fact.
4705
8cf51b2c
GM
47062004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4707
4708 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4709 be set through Custom. Otherwise, it has no effect.
4710
8cf51b2c
GM
47112004-12-05 Richard M. Stallman <rms@gnu.org>
4712
4713 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4714 * entering.texi: Rename Command Line to Emacs Invocation.
4715
10d1d0af 4716 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4717
4718 * custom.texi (Easy Customization): Move up to section level,
4719 before Variables. Avoid using the term "variable"; say "option".
4720 New initial explanation.
4721 (Variables): In initial explanation, connect "variable" to the
4722 already-explained "user option".
4723
4724 * emacs.texi (Top): Fix ref to Command Line.
4725 Move reference to Easy Customization.
4726
4727 * xresources.texi (X Resources): Fix From link.
4728
4729 * doclicense.texi (GNU Free Documentation License): Fix To link.
4730
4731 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4732
4733 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4734
47352004-12-03 Richard M. Stallman <rms@gnu.org>
4736
4737 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4738
47392004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * kmacro.texi: Several small changes in addition to the following.
4742 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4743 defining a keyboard macro.
4744 Mention `kmacro-ring-max'.
4745 (Keyboard Macro Counter): Clarify description of
4746 `kmacro-insert-counter', `kmacro-set-counter',
4747 `kmacro-add-counter' and `kmacro-set-format'.
4748
47492004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * custom.texi (File Variables): Add `unibyte' and make it more
4752 clear that `unibyte' and `coding' are special. Suggested by Simon
4753 Krahnke <overlord@gmx.li>.
4754
4755 * mule.texi (Enabling Multibyte): Refer to File Variables.
4756 Suggested by Simon Krahnke <overlord@gmx.li>.
4757
c8763fb6 47582004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4759
4760 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4761 x-use-old-gtk-file-dialog.
4762
8cf51b2c
GM
47632004-11-20 Richard M. Stallman <rms@gnu.org>
4764
4765 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4766
47672004-11-09 Lars Brinkhoff <lars@nocrew.org>
4768
4769 * building.texi (Lisp Eval): Delete hyphen in section name.
4770
47712004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4772
4773 * files.texi (Old Versions):
4774 No longer document annotation as "CVS only".
4775
47762004-11-10 Andre Spiegel <spiegel@gnu.org>
4777
4778 * files.texi (Version Control): Rewrite the introduction about
4779 version systems, mentioning the new ones that we support. Thanks
4780 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4781 suggestions.
4782
c8763fb6 47832004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4784
49823426 4785 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4786
c8763fb6 47872004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4788
4789 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4790
47912004-10-23 Eli Zaretskii <eliz@gnu.org>
4792
4793 * text.texi (Text Based Tables, Table Definition)
4794 (Table Creation, Table Recognition, Cell Commands)
4795 (Cell Justification, Row Commands, Column Commands)
4796 (Fixed Width Mode, Table Conversion, Measuring Tables)
4797 (Table Misc): New nodes, documenting the Table Mode.
4798
8cf51b2c
GM
47992004-10-19 Jason Rumney <jasonr@gnu.org>
4800
4801 * makefile.w32-in (info): Change order of arguments to makeinfo.
4802
48032004-10-19 Ulf Jasper <ulf.jasper@web.de>
4804
4805 * calendar.texi (iCalendar): Update for package changes.
4806
8cf51b2c
GM
48072004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4808
4809 * files.texi (Misc File Ops): View mode is a minor mode.
4810
8cf51b2c
GM
48112004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4812
4813 * calendar.texi (iCalendar): Style changes.
4814
48152004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4816
4817 * search.texi (Regexps): The regexp described in the example is no
4818 longer stored in the variable `sentence-end'.
4819
8cf51b2c
GM
48202004-10-06 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * building.texi (Starting GUD): Note that multiple debugging
4823 sessions requires `gdb --fullname'.
4824
48252004-10-05 Ulf Jasper <ulf.jasper@web.de>
4826
4827 * calendar.texi (iCalendar): New section for a new package.
4828
8cf51b2c
GM
48292004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4830
4831 * text.texi: Various small changes in addition to the following.
4832 (Text): Replace xref for autotype with inforef.
4833 (Sentences): Explain nil value for `sentence-end'.
4834 (Paragraphs): Update default values for `paragraph-start' and
4835 `paragraph-separate'.
4836 (Text Mode): Correct description of Text mode's effect on the
4837 syntax table.
4838 (Outline Visibility): `hide-other' does not hide top level headings.
4839 `selective-display-ellipses' no longer has an effect on Outline mode.
4840 (TeX Misc): Add missing @cindex.
4841 Replace xref for RefTeX with inforef.
4842 (Requesting Formatted Text): The variable
4843 `enriched-fill-after-visiting' no longer exists.
4844 (Editing Format Info): Update names of menu items and commands.
4845 (Format Faces): Mention special effect of specifying the default face.
4846 Describe inheritance of text properties.
4847 Correct description of `fixed' face.
4848 (Format Indentation): Correct description of effect of setting
4849 margins. Mention `set-left-margin' and `set-right-margin'.
4850 (Format Justification): Update names of menu items.
4851 `set-justification-full' is now bound to `M-j b'.
4852 Mention that `default-justification' is a per buffer variable.
4853 (Format Properties): Update name of menu item.
4854 (Forcing Enriched Mode): `format-decode-buffer' automatically
4855 turns on Enriched mode if the buffer is in text/enriched format.
4856
48572004-10-05 Emilio C. Lopes <eclig@gmx.net>
4858
4859 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4860
48612004-09-28 Kim F. Storm <storm@cua.dk>
4862
4863 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4864 Align with new functionality.
4865
8cf51b2c
GM
48662004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4867
4868 * display.texi (Display Custom): Remove stray `@end defvar'.
4869
48702004-09-23 Kim F. Storm <storm@cua.dk>
4871
4872 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4873 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4874
8cf51b2c
GM
48752004-09-20 Richard M. Stallman <rms@gnu.org>
4876
4877 * custom.texi (Hooks): Explain using setq to clear out a hook.
4878 (File Variables): Explain multiline string constants.
4879 (Non-ASCII Rebinding): Explain when you need to update
4880 non-ASCII char codes in .emacs.
4881
4882 * building.texi (Compilation): Explain how to make a silent
4883 subprocess that won't be terminated. Explain compilation-environment.
4884
48852004-09-13 Kim F. Storm <storm@cua.dk>
4886
4887 * mini.texi (Repetition): Rename isearch-resume-enabled to
4888 isearch-resume-in-command-history and change default to disabled.
4889
8cf51b2c
GM
48902004-09-09 Kim F. Storm <storm@cua.dk>
4891
4892 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4893 with new `kmacro-name-last-macro'.
4894
8cf51b2c
GM
48952004-09-08 Juri Linkov <juri@jurta.org>
4896
4897 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4898
8cf51b2c
GM
48992004-09-03 Juri Linkov <juri@jurta.org>
4900
4901 * search.texi (Incremental Search): Update wording for M-%.
4902
49032004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * killing.texi (Killing): Correct description of kill commands in
4906 read-only buffer.
4907
49082004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4909
4910 * building.texi (Compilation Mode): Add a paragraph about rules
4911 for finding the compilation buffer for `next-error'.
4912
4913 * search.texi (Other Repeating Search): Mention that Occur mode
4914 supports the next-error functionality.
4915
49162004-09-02 Juri Linkov <juri@jurta.org>
4917
4918 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4919
49202004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4921
4922 * kmacro.texi (Basic Keyboard Macro):
4923 `apply-macro-to-region-lines' now operates on all lines that begin
4924 in the region, rather than on all complete lines in the region.
4925
c8763fb6 49262004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4927
4928 * frames.texi (Drag and drop): Add documentation about
4929 x-dnd-test-function and x-dnd-known-types.
4930
49312004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * indent.texi: Various minor changes in addition to:
4934 (Indentation Commands): Correct description of `indent-relative'.
4935 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4936 mode. The *Tab Stops* buffer uses Overwrite Mode.
4937 (Just Spaces): `tabify' converts sequences of at least two spaces
4938 to tabs.
4939
8cf51b2c
GM
49402004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * frames.texi (Secondary Selection): Setting the secondary
4943 selection with M-Drag-Mouse-1 does not alter the kill ring,
4944 setting it with M-Mouse-1 and M-Mouse-3 does.
4945 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4946 toolkit scroll bars.
4947 (Scroll Bars): Ditto.
4948
4949 * windows.texi (Basic Window): When using a window system, the value
4950 of point in a non-selected window is indicated by a hollow box.
4951 (Split Window): Side by side windows are separated by a scroll bar,
4952 if scroll bars are used.
4953 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4954 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4955 (Window Convenience): Update bindings for `winner-undo' and
4956 `winner-redo'.
4957
4958 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 4959 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
4960 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4961 of "Using Emacs as a Server".
4962 * building.texi (Building): Interchange nodes (for correct numbering).
4963 * programs.texi (Programs): Interchange nodes (for correct numbering).
4964 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4965 Info to the node structure.
4966 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4967 Rearrange order of nodes and sections such that both "GNU GENERAL
4968 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4969 end, as appropriate for appendices.
4970 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4971 Use `@unnumberedsec'.
4972 * trouble.texi: Adapt sectioning in Info to the node structure.
4973 Adapt node pointers to change in emacs.texi.
4974 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4975
8cf51b2c
GM
49762004-08-25 Kenichi Handa <handa@m17n.org>
4977
4978 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4979 description for unibyte mode.
4980
49812004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4984
4985 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4986 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4987 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4988 in @pxref.
4989
49902004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4991
4992 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4993 Change section names.
4994
8cf51b2c
GM
49952004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4996
4997 * kmacro.texi (Keyboard Macro Ring): Rename section.
4998 Emacs treats the head of the macro ring as the `last keyboard macro'.
4999 (Keyboard Macro Counter): Minor change.
5000 (Save Keyboard Macro): Some clarifications.
5001 (Edit Keyboard Macro): Rename section.
5002
5003 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5004 32-bit machines.
5005 (Several Buffers): Clarify which buffer is selected if `2' is
5006 pressed in the Buffer Menu.
5007 Auto Revert mode can be used to update the Buffer Menu
5008 automatically.
5009
50102004-08-21 Eli Zaretskii <eliz@gnu.org>
5011
5012 * help.texi (Misc Help): Add an index entry for finding an Info
5013 manual by its file name.
5014
50152004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5016
5017 * files.texi (Backup Deletion): Correct description of
5018 `delete-old-versions'.
5019 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5020 (Auto Save Files): Recommend `auto-save-mode' to reenable
5021 auto-saving, rather than the abbreviation `auto-save'.
5022
50232004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5026 for "killing" and "yanking" in main menu.
5027
50282004-08-16 Richard M. Stallman <rms@gnu.org>
5029
5030 * killing.texi (Yanking, Killing): Minor cleanups.
5031
5032 * mark.texi (Momentary Mark): Minor cleanups.
5033
50342004-08-15 Kenichi Handa <handa@etl.go.jp>
5035
5036 * custom.texi (Non-ASCII Rebinding):
5037 C-q always inserts the right code to pass to global-set-key.
5038
8cf51b2c
GM
50392004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5042 `insert-register', instead of `C-x r g' binding, for consistency.
5043
50442004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5045
5046 * fixit.texi (Spelling): Fix typo.
5047
50482004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5049
5050 * help.texi (Help): Fix Texinfo usage.
5051
8cf51b2c
GM
50522004-07-24 Richard M. Stallman <rms@gnu.org>
5053
5054 * text.texi (Paragraphs): Update how paragraphs are separated
5055 and the default for paragraph-separate.
5056
5057 * search.texi (Regexp Replace): Further update text for new
5058 replacement operators.
5059
8cf51b2c
GM
50602004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5063 `R' switch.
5064
5065 * dired.texi (Dired Updating): `k' only deletes inserted
5066 subdirectories from the Dired buffer if a prefix argument was given.
5067
5068 * search.texi (Regexps): Delete redundant definition of `symbol' in
5069 description of `\_>'. It already occurs in the description of `\_<'.
5070
8cf51b2c
GM
50712004-07-01 Juri Linkov <juri@jurta.org>
5072
5073 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5074 (Regexp Search): Add M-r.
5075
50762004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5077
5078 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5079
50802004-06-29 Jesper Harder <harder@ifa.au.dk>
5081
49823426 5082 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5083
50842004-06-25 Richard M. Stallman <rms@gnu.org>
5085
5086 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5087
50882004-06-25 David Kastrup <dak@gnu.org>
5089
5090 * search.texi (Regexp Replace): Some typo corrections and
5091 rearrangement.
5092
50932004-06-24 David Kastrup <dak@gnu.org>
5094
5095 * search.texi (Unconditional Replace): Use replace-string instead
5096 of query-replace in example.
5097 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5098 sequences.
5099 (Query Replace): Correct explanation of `^' which does not use
5100 the mark stack.
5101
51022004-06-21 Nick Roberts <nickrob@gnu.org>
5103
5104 * misc.texi (Shell History Copying): Document comint-insert-input.
5105 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5106
8cf51b2c
GM
51072004-06-20 Jesper Harder <harder@ifa.au.dk>
5108
5109 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5110 * custom.texi (Customization): Do.
5111 * anti.texi (Antinews): Do.
5112 * abbrevs.texi (Defining Abbrevs): Do.
5113
5114 * programs.texi (Info Lookup): Fix keybinding for
5115 info-lookup-symbol.
5116
51172004-06-16 Juanma Barranquero <lektu@terra.es>
5118
5119 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5120 Add emacs-xtra.
5121 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5122 (clean): Add emacs-xtra and flymake. Remove redundancies.
5123
51242004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5125
5126 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5127 Add emacs-xtra.
5128 * emacs-xtra.texi: New file.
5129
51302004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5131
5132 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5133 (Dired and Find): Mention differences with ordinary Dired buffers.
5134
8cf51b2c
GM
51352004-06-13 Richard M. Stallman <rms@gnu.org>
5136
5137 * custom.texi (Init Syntax): Explain about vars that do special
5138 things when set with setq or with Custom.
5139 (Init Examples): Add line-number-mode example.
5140
8cf51b2c
GM
51412004-06-12 Juri Linkov <juri@jurta.org>
5142
5143 * dired.texi (Operating on Files): Add dired-do-touch.
5144
8cf51b2c
GM
51452004-06-10 Juri Linkov <juri@jurta.org>
5146
5147 * building.texi (Lisp Eval): Add C-M-x on defface.
5148
51492004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5150
5151 * files.texi (Reverting): Auto-Revert mode and
5152 Global Auto-Revert mode no longer revert remote files.
5153
8cf51b2c
GM
51542004-05-29 Richard M. Stallman <rms@gnu.org>
5155
5156 * custom.texi (Init File): Two dashes start --no-site-file.
5157
8cf51b2c
GM
51582004-05-29 Alan Mackenzie <acm@muc.de>
5159
5160 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5161 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5162 (AWK, Pike): Document as "C-like modes".
5163 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5164 (M-x man): Supersedes M-x manual-entry.
5165 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5166
5167 ("Comments in C"): Delete node; the info is in CC Mode manual.
5168 (c-comment-only-line-offset): Remove description.
5169
5170 (C-c ., C-c C-c): Describe new C Mode bindings.
5171
5172 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5173 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5174 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5175 Amend definitions.
5176
5177 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5178 Describe functions.
5179
5180 (c-comment-start-regexp, c-hanging-comment-ender-p)
5181 (c-hanging-comment-starter-p): Remove obsolete definitions.
5182
5183 * emacs.texi: Remove the menu entry "Comments in C".
5184
8cf51b2c
GM
51852004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5186
5187 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5188 `M-x locate'.
5189
51902004-05-16 Karl Berry <karl@gnu.org>
5191
5192 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5193 makeinfo --html fails.
5194 * help.texi (Help Summary) [@ifnottex]: Likewise.
5195
51962004-05-13 Nick Roberts <nickrob@gnu.org>
5197
5198 * building.texi (GDB Graphical Interface): Update and describe
5199 layout first.
5200
8cf51b2c
GM
52012004-05-04 Jason Rumney <jasonr@gnu.org>
5202
5203 * makefile.w32-in: Revert last change.
5204
52052004-05-03 Jason Rumney <jasonr@gnu.org>
5206
5207 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5208
8cf51b2c
GM
52092004-04-23 Juanma Barranquero <lektu@terra.es>
5210
5211 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5212
52132004-04-18 Juri Linkov <juri@jurta.org>
5214
5215 * fixit.texi (Spelling): Remove file extension from ispell xref.
5216
52172004-04-15 Kim F. Storm <storm@cua.dk>
5218
5219 * cmdargs.texi (Initial Options): Add -Q.
5220
52212004-04-05 Kim F. Storm <storm@cua.dk>
5222
5223 * custom.texi (File Variables): Add safe-local-eval-forms.
5224
8cf51b2c
GM
52252004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5226
5227 * files.texi (Reverting): Correct description of revert-buffer's
5228 handling of point.
5229
52302004-03-22 Juri Linkov <juri@jurta.org>
5231
5232 * emacs.texi (Top): Add `Misc X'.
5233
49823426 5234 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5235
5236 * glossary.texi: Improve references.
5237
5238 * help.texi: Sync keywords with finder.el.
5239
5240 * mini.texi (Completion): Add description for menu items.
5241
5242 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5243
5244 * sending.texi (Mail Methods): Fix xref to Message manual.
5245
8cf51b2c
GM
52462004-03-12 Richard M. Stallman <rms@gnu.org>
5247
8cf51b2c
GM
5248 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5249
8cf51b2c
GM
52502004-03-04 Richard M. Stallman <rms@gnu.org>
5251
5252 * search.texi (Regexps): Explain that ^ and $ have their
5253 special meanings only in certain contexts.
5254
5255 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5256
5257 * mule.texi (Specify Coding): Doc C-x RET F.
5258
5259 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5260 for multiple compile and grep buffers.
5261 (Indirect Buffers): Don't recommand clone-indirect-buffer
5262 for multiple compile and grep buffers.
5263
8cf51b2c
GM
52642004-02-29 Juanma Barranquero <lektu@terra.es>
5265
5266 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5267 Use $(DEL) instead of rm, and ignore exit code.
5268
8cf51b2c
GM
52692004-02-23 Nick Roberts <nick@nick.uklinux.net>
5270
5271 * building.texi (Watch Expressions): Update.
5272
52732004-02-21 Juri Linkov <juri@jurta.org>
5274
5275 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5276 --directory, --help, --version. Move text about command-line-args
5277 to Command Arguments.
5278 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5279 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5280 (Window Size X): Join -g and --geometry. Add @cindex.
5281 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5282 (Title X): Remove alias -title.
5283 (Misc X): New node.
5284
c8763fb6 52852004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5286
5287 * frames.texi (Drag and drop): Add Motif to list of supported
5288 protocols.
5289
c8763fb6 52902004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5291
5292 * frames.texi (Drag and drop): New section.
5293
52942004-01-24 Richard M. Stallman <rms@gnu.org>
5295
5296 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5297 Include it only @ifnotinfo. Patch the preceding and following
5298 node headers to point to each other.
5299
53002004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5301
5302 * calendar.texi (Appointments): Update section.
5303
53042003-12-29 Kevin Ryde <user42@zip.com.au>
5305
8cf51b2c
GM
5306 * programs.texi (C Modes): Fix the xref.
5307
53082003-12-23 Nick Roberts <nick@nick.uklinux.net>
5309
5310 * building.texi (Watch Expressions): Update.
5311 (Commands of GUD): Include use of toolbar + breakpoints set from
5312 fringe/margin.
5313
53142003-12-03 Andre Spiegel <spiegel@gnu.org>
5315
5316 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5317 <acm@muc.de>.
5318
c8763fb6 53192003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5320
5321 * frames.texi (Dialog Boxes): Add use-file-dialog.
5322
8cf51b2c
GM
53232003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5324
5325 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5326 in CC Mode.
5327
8cf51b2c
GM
53282003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5329
5330 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5331 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5332 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5333 * man/frames.texi, man/glossary.texi, man/killing.texi:
5334 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5335 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5336 * man/sending.texi, man/text.texi, man/trouble.texi:
5337 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5338
53392003-11-01 Alan Mackenzie <acm@muc.de>
5340
5341 * search.texi (Scrolling During Incremental Search): Document a
5342 new scrolling facility in isearch mode.
5343
8cf51b2c
GM
53442003-10-22 Miles Bader <miles@gnu.org>
5345
5346 * Makefile.in (info): Move before $(top_srcdir)/info.
5347
53482003-10-22 Nick Roberts <nick@nick.uklinux.net>
5349
5350 * building.texi (Watch Expressions): Update section on data display
5351 to reflect code changes (GDB Graphical Interface).
5352
8cf51b2c
GM
53532003-10-13 Richard M. Stallman <rms@gnu.org>
5354
5355 * xresources.texi (GTK resources): Clean up previous change.
5356
c8763fb6 53572003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5358
5359 * xresources.texi (GTK resources): Add a note that some themes
5360 disallow customizations. Add scroll theme example.
5361
8cf51b2c
GM
53622003-09-30 Richard M. Stallman <rms@gnu.org>
5363
8cf51b2c
GM
5364 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5365
5366 * misc.texi (Saving Emacs Sessions): Shorten the section,
5367 collapsing back into one node.
5368
53692003-09-30 Lars Hansen <larsh@math.ku.dk>
5370
5371 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5372
ce058493 53732003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5374
5375 * xresources.texi (GTK names in Emacs): Correct typo.
5376
8cf51b2c
GM
53772003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5378
5379 * cmdargs.texi (Font X): Mention new default font. More
5380 fully describe long font names, wildcard patterns and the
5381 problems involved. (Result of discussion on emacs-devel.)
5382
53832003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5384
5385 * emacs.texi (Acknowledgements): Correct typo.
5386
53872003-09-22 Richard M. Stallman <rms@gnu.org>
5388
5389 * dired.texi (Misc Dired Commands): New node.
5390 (Dired Navigation): Add dired-goto-file.
5391
5392 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5393
5394 * emacs.texi (Acknowledgements): New node, split from Distribution.
5395
5396 * cmdargs.texi (Action Arguments): -f reads interactive args.
5397
8cf51b2c
GM
53982003-09-08 Lute Kamstra <lute@gnu.org>
5399
5400 * screen.texi (Mode Line): Say that POS comes before LINE.
5401 Mention `size-indication-mode'.
5402 * display.texi (Optional Mode Line): Document
5403 `size-indication-mode'.
5404 * basic.texi (Position Info): Mention `size-indication-mode'.
5405
54062003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5407
5408 * xresources.texi (Resources): Refer to `editres' man page.
5409 (Lucid Resources): Update defaults. Expand description of
5410 `shadowThickness'.
5411
54122003-09-04 Miles Bader <miles@gnu.org>
5413
5414 * Makefile.in (top_srcdir): New variable.
5415 ($(top_srcdir)/info): New rule.
5416 (info): Depend on it.
5417
54182003-09-03 Peter Runestig <peter@runestig.com>
5419
5420 * makefile.w32-in: New file.
5421
54222003-08-29 Richard M. Stallman <rms@gnu.org>
5423
5424 * misc.texi (Saving Emacs Sessions): Correct previous change.
5425
8cf51b2c
GM
54262003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5427
8cf51b2c
GM
5428 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5429 (Intro): Include kmacro.texi after fixit.texi instead of after
5430 custom.texi. (As suggested by Kim Storm.)
5431
54322003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5433
5434 * fixit.texi (Fixit): Update `Next' pointer.
5435 * files.texi (Files): Update `Previous' pointer.
5436 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5437 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5438 (Suggested by Kim Storm.)
5439 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5440
54412003-08-18 Kim F. Storm <storm@cua.dk>
5442
5443 * kmacro.texi: New file describing enhanced keyboard macro
5444 functionality. Replaces old description in custom.texi.
5445
5446 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5447 (Keyboard Macros): Move to new kmacro.texi file.
5448
5449 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5450
8cf51b2c
GM
54512003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5452
5453 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5454
54552003-08-17 Alex Schroeder <alex@gnu.org>
5456
5457 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5458 required.
5459
8cf51b2c
GM
54602003-08-05 Richard M. Stallman <rms@gnu.org>
5461
5462 * programs.texi (Lisp Indent): Don't describe
5463 lisp-indent-function property here. Use xref to Lisp Manual.
5464
8cf51b2c
GM
54652003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5466
fffa137c 5467 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5468 abbreviations.
5469
54702003-07-24 Markus Rost <rost@math.ohio-state.edu>
5471
5472 * buffers.texi (List Buffers): Fix previous change.
5473
8cf51b2c
GM
54742003-07-13 Markus Rost <rost@math.ohio-state.edu>
5475
5476 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5477 List*.
5478
54792003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5480
8cf51b2c
GM
5481 * display.texi (Font Lock): Fix typo.
5482
54832003-07-07 Richard M. Stallman <rms@gnu.org>
5484
5485 * display.texi (Font Lock): Add xref for format info on
5486 font-lock-remove-keywords.
5487
5488 * building.texi (Compilation): Document what happens with asynch
5489 children of compiler process.
5490
5491 * help.texi (Library Keywords): Use @multitable.
5492
8cf51b2c
GM
54932003-06-04 Richard M. Stallman <rms@gnu.org>
5494
5495 * programs.texi (Expressions): Delete C-M-DEL.
5496
5497 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5498 comint-move-point-for-output renamed from
5499 comint-scroll-to-bottom-on-output.
5500
5501 * custom.texi (Init Rebinding): Replace previous change with xref.
5502 (Non-ASCII Rebinding): Explain that issue more briefly here.
5503
55042003-05-28 Richard M. Stallman <rms@gnu.org>
5505
5506 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5507
55082003-05-28 Nick Roberts <nick@nick.uklinux.net>
5509
5510 * building.texi (GDB Graphical Interface): New node.
5511 (Rewritten somewhat by RMS.)
5512
c8763fb6 55132003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5514
5515 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5516 non-English letters. Explain how to set coding systems correctly
5517 and how to include the right coding cookie in the file.
5518
c8763fb6 55192003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5520
5521 * indent.texi (Indentation): Explain the concepts.
5522 (Just Spaces): Explain why preventing tabs for indentation might
5523 be useful.
5524
8cf51b2c
GM
55252003-04-16 Richard M. Stallman <rms@gnu.org>
5526
5527 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5528
8cf51b2c
GM
55292003-02-22 Alex Schroeder <alex@emacswiki.org>
5530
5531 * cmdargs.texi (General Variables): Document SMTPSERVER.
5532
8cf51b2c
GM
5533 * sending.texi: Remove SMTP node.
5534 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5535 library.
5536
8cf51b2c
GM
55372003-02-22 Alex Schroeder <alex@emacswiki.org>
5538
5539 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5540
55412003-02-22 Simon Josefsson <jas@extundo.com>
5542
5543 * sending.texi (Mail Methods): Add node about SMTP.
5544
c8763fb6 55452003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5546
5547 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5548
8cf51b2c
GM
55492003-02-01 Kevin Ryde <user42@zip.com.au>
5550
5551 * glossary.texi (Glossary): Correction to cl cross reference.
5552
55532003-01-20 Richard M. Stallman <rms@gnu.org>
5554
5555 * killing.texi (Rectangles): Document C-x c r.
5556
c8763fb6 55572003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5558
5559 * xresources.texi (GTK resources): New node.
5560 (GTK widget names): New node.
5561 (GTK names in Emacs): New node.
5562 (GTK styles): New node.
5563
c8763fb6 55642003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5565
5566 * maintaining.texi (Create Tags Table): Add reference to the new
5567 `etags --help --lang=LANG' option.
5568
8cf51b2c
GM
55692002-10-02 Karl Berry <karl@gnu.org>
5570
49823426 5571 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5572 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5573 where needed for the sake of the HTML output.
8cf51b2c
GM
5574
55752001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5576
5577 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5578 source files.
5579
55802001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5581
5582 * Makefile.in (emacsman): New target.
5583
8cf51b2c
GM
55842001-10-20 Gerd Moellmann <gerd@gnu.org>
5585
5586 * (Version 21.1 released.)
5587
55882001-10-05 Gerd Moellmann <gerd@gnu.org>
5589
5590 * Branch for 21.1.
5591
8cf51b2c
GM
55922001-03-05 Gerd Moellmann <gerd@gnu.org>
5593
5594 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5595
8cf51b2c
GM
55962000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5597
5598 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5599
8cf51b2c
GM
56001999-07-12 Richard Stallman <rms@gnu.org>
5601
5602 * Version 20.4 released.
5603
56041998-12-04 Markus Rost <rost@delysid.gnu.org>
5605
5606 * Makefile.in (INFO_TARGETS): Delete customize.info.
5607 (DVI_TARGETS): Delete customize.dvi.
5608 (../info/customize, customize.dvi): Targets deleted.
5609
56101998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5611
5612 * Version 20.3 released.
5613
56141998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5615
5616 * Makefile.in (EMACSSOURCES): Add mule.texi.
5617 Add msdog.texi, ack.texi. Remove gnu1.texi.
5618
56191998-04-06 Andreas Schwab <schwab@gnu.org>
5620
5621 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5622 it in dvi targets.
8cf51b2c
GM
5623
56241997-09-23 Paul Eggert <eggert@twinsun.com>
5625
5626 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5627 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5628 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5629
56301997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5631
5632 * Version 20.2 released.
5633
56341997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5635
5636 * Version 20.1 released.
5637
56381997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5639
5640 * Makefile (../info/customize, customize.dvi): New targets.
5641 (INFO_TARGETS): Add ../info/customize.
5642 (DVI_TARGETS): Add customize.dvi.
5643
8cf51b2c
GM
56441996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5645
5646 * Version 19.33 released.
5647
56481996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5649
5650 * Version 19.32 released.
5651
8cf51b2c
GM
56521996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5653
5654 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5655
56561996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5657
5658 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5659 Specify -I option.
5660 (All dvi targets): Set the TEXINPUTS variable.
5661
56621996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5663
5664 * Version 19.31 released.
5665
8cf51b2c
GM
56661995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5667
5668 * Version 19.30 released.
5669
8cf51b2c
GM
56701995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5671
5672 * Makefile.in (maintainer-clean): Rename from realclean.
5673
56741994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5675
5676 * Makefile.in: New file.
5677 * Makefile: File deleted.
5678
56791994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5680
5681 * Makefile (TEXINDEX_OBJS): Variable deleted.
5682 (texindex, texindex.o, getopt.o): Rules deleted.
5683 All deps on texindex deleted.
5684 (distclean): Don't delete texindex.
5685 (mostlyclean): Don't delete *.o.
5686 * texindex.c, getopt.c: Files deleted.
5687
56881994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5689
5690 * Version 19.26 released.
5691
56921994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5693
5694 * Makefile (EMACSSOURCES): Exclude undo.texi.
5695
56961994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5697
5698 * Version 19.25 released.
5699
57001994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5701
5702 * Version 19.24 released.
5703
57041994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5705
5706 * Version 19.23 released.
5707
57081994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5709
5710 * Makefile: Delete spurious tab.
5711
57121994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5713
5714 * Makefile (.SUFFIXES): New rule.
5715
8cf51b2c
GM
57161993-12-04 Richard Stallman (rms@srarc2)
5717
5718 * getopt.c: New file.
5719 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5720 (getopt.o): New rule.
5721 (dvi): Don't depend on texindex.
49823426 5722 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5723
57241993-12-03 Richard Stallman (rms@srarc2)
5725
49823426
GM
5726 * Makefile (TEXI2DVI): New variable.
5727 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5728 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5729
57301993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5731
5732 * Version 19.22 released.
5733
57341993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5735
5736 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5737
57381993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5739
5740 * Version 19.21 released.
5741
8cf51b2c
GM
57421993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5743
5744 * Makefile (realclean): Don't delete the Info files.
5745
57461993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5747
8cf51b2c
GM
5748 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5749 4' where appropriate.
5750
57511993-10-20 Brian Fox (bfox@ai.mit.edu)
5752
49823426 5753 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5754
5755 * texindex.c: Include "../src/config.h" if building in emacs.
5756
5757 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5758 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5759 Add target to build texindex.c, defining `emacs'.
5760
8cf51b2c
GM
57611993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5762
5763 * Version 19.19 released.
5764
8cf51b2c
GM
57651993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5766
5767 * Version 19.18 released.
5768
57691993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5770
5771 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5772
57731993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5774
5775 * Version 19.17 released.
5776
57771993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5778
5779 * split-man: Fix typos in last change.
5780
57811993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5782
5783 * Version 19.16 released.
5784
57851993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5786
5787 * version 19.15 released.
5788
57891993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5790
5791 * Makefile (distclean): It's rm, not rf.
5792
57931993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5794
5795 * Version 19.14 released.
5796
57971993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5798
5799 * Makefile: New file.
5800
58011993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5802
5803 * Version 19.13 released.
5804
58051993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5806
5807 * Version 19.9 released.
5808
58091993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5810
5811 * Version 19.8 released.
5812
58131993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5814
5815 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5816
5817 * trouble.texi: It's `enable-flow-control-on', not
5818 `evade-flow-control-on'.
5819
58201993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5821
5822 * display.texi: Document standard-display-european.
5823
58241993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5825
5826 * Version 19.7 released.
5827
5828 * emacs.texi: Add a sentence to the top menu mentioning the
5829 specific version of Emacs this manual applies to.
5830
58311993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5832
5833 * basic.texi: Document next-line-add-lines variable used to
5834 implement down-arrow.
5835
5836 * killing.texi: Document kill-whole-line.
5837
58381993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5839
5840 * text.texi: Update unix TeX ordering information.
5841
58421993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5843
5844 * news.texi: Mention fill-rectangle in keybinding list.
5845
5846 * killing.texi: Document fill-rectangle.
5847
58481993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5849
5850 * vc.texi: Bring the docs up to date with VC 5.2.
5851
58521992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5853
5854 * emacs.tex: Mention blackbox and gomoku under Amusements.
5855 Assembler mode is now mentioned and appropriately indexed
5856 under Programming Modes.
5857
58581991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5859
5860 * emacs.tex: Update TeX ordering information.
5861
8cf51b2c
GM
58621990-06-26 David Lawrence (tale@geech)
5863
5864 * emacs.tex: Note that completion-ignored-extensions is not used
5865 to filter out names when all completions are displayed in
5866 *Completions*.
5867
58681990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5869
5870 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5871
58721990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5873
5874 * emacs.tex: Add @findex grep.
5875
8cf51b2c
GM
58761988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5877
5878 * emacs.tex: Correct two typos. No other changes before
5879 Version 19 will be made.
5880
8cf51b2c
GM
58811988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5882
5883 * emacs.tex: Update information for obtaining TeX distribution from the
5884 University of Washington.
5885
5886;; Local Variables:
c8763fb6 5887;; coding: utf-8
8cf51b2c
GM
5888;; fill-column: 79
5889;; add-log-time-zone-rule: t
5890;; End:
5891
5892 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 5893 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5894
5895 This file is part of GNU Emacs.
5896
352c8b4a 5897 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 5898 it under the terms of the GNU General Public License as published by
352c8b4a
GM
5899 the Free Software Foundation, either version 3 of the License, or
5900 (at your option) any later version.
8cf51b2c
GM
5901
5902 GNU Emacs is distributed in the hope that it will be useful,
5903 but WITHOUT ANY WARRANTY; without even the implied warranty of
5904 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5905 GNU General Public License for more details.
5906
5907 You should have received a copy of the GNU General Public License
352c8b4a 5908 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
5909
5910;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd