Fix typos in docstrings.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
c55a4acb
CY
12008-10-31 Chong Yidong <cyd@stupidchicken.com>
2
df0356f6
CY
3 * misc.texi (Document View): Renamed from Document Files, moved here
4 from files.texi.
5
6 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
7 moved as well.
8 (Document Files): Moved to misc.texi.
9
c55a4acb
CY
10 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
11 vc-update-change-log.
df0356f6
CY
12 (Version Control): Move here from files.texi.
13 (Format of ChangeLog): Make it a subnode of Change Log.
14
15 * emacs.texi (Top): Update node listing.
c55a4acb 16
ef082374
TH
172008-10-31 Tassilo Horn <tassilo@member.fsf.org>
18
19 * files.texi (Files): Add a section about document
20 files (doc-view-mode).
21
d52582c3
CY
222008-10-31 Chong Yidong <cyd@stupidchicken.com>
23
24 * building.texi (Compilation Mode): Document
25 compilation-auto-jump-to-first-error.
26 (Debuggers): Lower GUD subsections to subsubsections.
27 (Starting GUD): Add cindex.
28 (Lisp Interaction): Note that scratch is no longer the initial buffer.
29
4e0a0968
CY
302008-10-30 Chong Yidong <cyd@stupidchicken.com>
31
03625b47
CY
32 * indent.texi (Indentation): Link to Program Indent.
33
4e0a0968
CY
34 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
35 now uses emacsclient's terminal.
36
8bd3f7ef
CY
372008-10-29 Chong Yidong <cyd@stupidchicken.com>
38
80e5620e
CY
39 * mark.texi (Using Region): Document use-empty-active-region.
40
97d5c404
CY
41 * emacs.texi (Top): Update node listings.
42
8bd3f7ef
CY
43 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
44 mention obsolete emacs.bash script.
45 (Invoking emacsclient): Rewrite, moving optional arguments to
46 emacsclient Options.
21d2bae3
CY
47 (emacsclient Options): New node. Document server-use-tcp and
48 server-host.
8bd3f7ef 49
5fda2cbd
CY
502008-10-28 Chong Yidong <cyd@stupidchicken.com>
51
52 * indent.texi (Indentation): Replace list with paragraphed text,
53 putting description of syntax-driven indentation first. Document new
54 effect of active regions on tab.
55 (Tab Stops): Note that editable tab stops affect indentation commands.
56
4ff029f6
DN
572008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
58
59 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
60
996cd6e4
CY
612008-10-23 Chong Yidong <cyd@stupidchicken.com>
62
f28815e3
CY
63 * custom.texi (Function Keys): Note that modified keypad keys are not
64 translated.
65
996cd6e4
CY
66 * basic.texi (Arguments): Explain how to insert multiple digits.
67
49545fe2
MA
682008-10-22 Michael Albinus <michael.albinus@gmx.de>
69
70 * files.texi (Remote Files): Precise selection of default method.
71 Rewrite paragraph about disabling remote file names.
72
edac0b53
CY
732008-10-22 Chong Yidong <cyd@stupidchicken.com>
74
e752c544
CY
75 * search.texi (Special Isearch): Document M-TAB is isearch.
76
edac0b53
CY
77 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
78 command.
79
80 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
81
20a36054
TH
822008-10-22 Tassilo Horn <tassilo@member.fsf.org>
83
84 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
85 section.
86
69051ab6
CY
872008-10-21 Chong Yidong <cyd@stupidchicken.com>
88
c4b1a32a
CY
89 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
90 to files.texi. Move contents of vc2-xtra.texi here.
91
92 * vc2-xtra.texi: File removed.
93
94 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
95 Directory Commands from the submenu. Don't include deleted file
96 vc2-xtra.texi.
97
98 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
99 (Version Control): Add VC Directory Mode and VC Directory Commands to
100 the submenu.
101 (Why Version Control?): Use table format.
102 (Version Control Systems): Note that Meta-CVS support is gone.
103 (VCS Concepts): Note precisely when VC started supporting filesets.
104 Remove bogus xref to CVS Options node.
105 (Types of Log File): Copyedits.
106 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
107 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
108 The Right Thing.
109 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
110 (Log Buffer): Reorganize node, putting C-c C-c description first.
111 (Old Revisions): Use CVS for example, not RCS.
112 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
113 Commands from the submenu, putting them under Version Control.
114 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
115 need to include it in the manual unconditionally, since it is now
116 crucial to using distributed version control systems.
1a6e2954
CY
117 (Comparing Files): Note that diff uses the minibuffer, and that the
118 output is shown using Diff mode.
119 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
120 diff-update-on-the-fly, diff-refine-hunk, and
121 diff-show-trailing-whitespaces.
1a6e2954 122 (File Archives): Add rar support.
c4b1a32a 123
69051ab6
CY
124 * major.texi (Choosing Modes): Make mode selection sequence more
125 obvious by describing the steps in order of priority. Note that
126 magic-mode-alist is nil by default. Document
127 magic-fallback-mode-alist.
128
e7421e03
CY
1292008-10-20 Chong Yidong <cyd@stupidchicken.com>
130
131 * frames.texi (Mouse References): Copyedits.
132
6b2efdc2
TH
1332008-10-20 Tassilo Horn <tassilo@member.fsf.org>
134
135 * ack.texi (Acknowledgments): Add myself as doc-view author.
136
9c5e9396
EZ
1372008-10-20 Eli Zaretskii <eliz@gnu.org>
138
139 * frames.texi (Dialog Boxes): Add @cindex entries.
140
dac94f8e
CY
1412008-10-20 Chong Yidong <cyd@stupidchicken.com>
142
143 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
144 (Text-Only Mouse): Copyedit.
145
25597d40
CY
1462008-10-19 Chong Yidong <cyd@stupidchicken.com>
147
f8a447f6
CY
148 * frames.texi: Use @key throughout for mouse clicks.
149 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
150 (Secondary Selection): Fix modified mouse click syntax.
151 (Clipboard): Describe Cut, Copy and Paste commands.
152 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
153 Copyedits.
154 (Creating Frames): Add xref to Init File.
155 (Frame Commands): Add xref to Exiting.
156 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 157
b0f95216
CY
1582008-10-15 Chong Yidong <cyd@stupidchicken.com>
159
b0817f00
CY
160 * files.texi (Version Control): Copyedits. Add Bazaar.
161 (Version Control Systems): List different VCS's using an itemized list.
162 Add Bazaar.
163 (VCS Concepts): Copyedits. Tweak description of file merging.
164
b0f95216
CY
165 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
166 (Cut/Paste Other App): Document select-active-regions and
167 x-select-enable-primary.
168
69d0d701
CY
1692008-10-13 Chong Yidong <cyd@stupidchicken.com>
170
171 * mark.texi (Shift Selection): Correct case in node name.
172
173 * emacs.texi (Top): Update node order in Mark chapter.
174
375e8351
EZ
1752008-10-12 Eli Zaretskii <eliz@gnu.org>
176
177 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
178
179 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
180 elsewhere in the manual instead of describing yet again the intricacies
181 of $HOME on MS-Windows and MS-DOS.
182
ab58114f
CY
1832008-10-12 Chong Yidong <cyd@stupidchicken.com>
184
4f959513
CY
185 * mini.texi (Minibuffer File): Add xref to File Names.
186 (Minibuffer File): Add discussion of `~' in file names. Add
187 insert-default-directory index reference.
188
ab58114f
CY
189 * files.texi (File Names): Reorganize description.
190 (Visiting): Add xref to Mode Line. Copyedits.
191 (Save Commands): Mention prefix behavior of C-x C-s.
192 (Numbered Backups): Node deleted.
193 (Backup Names): Contents of Numbered Backups moved here. State default
194 of version-control variable.
195 (Reverting): Copyedits.
196 (Version Control): Add additional version control systems.
197
198 * emacs.texi (Top): Delete Numbered Backups node.
199
200 * cmdargs.texi (General Variables): Change Numbered Backups xref to
201 Backup Names.
f2884f63 202 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 203
b0b5100a
RF
2042008-10-11 Romain Francoise <romain@orebokech.com>
205
206 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
207
89774b5f
CY
2082008-10-11 Chong Yidong <cyd@stupidchicken.com>
209
210 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
211 (Select Buffer): Mention use of minibuffer history. Describe default
212 value of default-major-mode. Mention that C-x 4 b selects the other
213 window.
214 (List Buffers): Document CRM indicators in the order they appear.
215 (Kill Buffer): Document new command kill-matching buffers.
216 (Several Buffers): Move explanation of the relationship between buffer
217 list and buffer menu to the top.
218 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
219
4c72bf27
CY
2202008-10-10 Chong Yidong <cyd@stupidchicken.com>
221
222 * entering.texi (Exiting): Document change of C-x C-c to
223 save-buffers-kill-terminal. Document kill-emacs.
224
f68eb991
EZ
2252008-09-30 Eli Zaretskii <eliz@gnu.org>
226
227 * mule.texi (Coding Systems): Don't mention codepage-setup.
228
229 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
230 cpNNN coding systems anymore.
231 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
232 for unibyte mode. Don't mention line-drawing characters. Don't
233 mention dos-unsupported-char-glyph.
234
1a2dd44d
CY
2352008-09-25 Chong Yidong <cyd@stupidchicken.com>
236
237 * search.texi (Search): Shorten introduction.
238 (Basic Isearch): Add command table. Discuss reverse isearch and
239 isearch highlighting.
240 (Repeat Isearch): Move lazy highlighting discussion here. Add search
241 ring to cindex.
242 (Special Isearch): Move input methods discussion here.
243 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
244 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
245 Repeat Isearch.
246 (Isearch Minibuffer): New node.
247 (Word Search): Document new word search commands.
248 (Regexp Example): Simplify example using sentence-end-base variable.
249 (Replace): Reword introduction.
250 (Unconditional Replace): Remove unnecessary example.
251 (Other Repeating Search): Document new `M-s o' binding.
252
253 * emacs.texi (Top): Update node listings.
254
e45da31d
JB
2552008-09-22 Juanma Barranquero <lekktu@gmail.com>
256
257 * emacs.texi (Top): Remove Kill Errors from menu.
258
841c8096
CY
2592008-09-22 Chong Yidong <cyd@stupidchicken.com>
260
402168fa
CY
261 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
262 interface for defining macros. Simplify examples. Note that C-g quits
263 macro definitions.
264 (Keyboard Macro Counter): Document using F3 to insert counter. Give
265 usage example.
266 (Keyboard Macro Query): Organize query responses in a table.
267
268 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
269 to Erasing node.
841c8096
CY
270 (Undo): Reorganize paragraphs for logical flow. Move keybinding
271 rationale to a footnote.
272 (Kill Errors): Remove node, due to redundancy with Erasing.
273 (Spelling): Move discussion of flyspell to end. Note new behavior of
274 M-$ in active region. Remove non-ispell-specific keybindings from
275 table.
276
eab2ee89
DN
2772008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * cmdargs.texi (Initial Options): Document --daemon.
280
3d53e905
GM
2812008-09-20 Glenn Morris <rgm@gnu.org>
282
283 * files.texi (Numbered Backups): Mention that some modes set
284 version-control.
285
1c90484d
GM
2862008-09-20 Jim Blandy <jimb@red-bean.com>
287
288 * files.texi (Numbered Backups): Reference File Variables, as well.
289 Remove discussion of Rmail's implementation.
290
0fc0d844
CY
2912008-09-06 Chong Yidong <cyd@stupidchicken.com>
292
293 * misc.texi (Recursive Edit): Note that top-level exits active
294 minibuffers.
295
296 * trouble.texi (Quitting): Likewise.
297
b18d283d
CY
2982008-08-31 Chong Yidong <cyd@stupidchicken.com>
299
300 * emacs.texi (Top): Add Temporary Face Changes xref.
301
302 * display.texi (Display): Move Temporary Face Changes node to just
303 after Standard Faces.
304 (Scrolling): Document recenter-top-bottom instead of recenter.
305 (Horizontal Scrolling): Move auto hscroll discussion to the top.
306 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
307 (Display Custom): Copyedits.
308 (Optional Mode Line): Document display-battery-mode.
309
180135fc
RF
3102008-08-27 Romain Francoise <romain@orebokech.com>
311
312 * custom.texi (Directory Variables): Minor fix.
313
d3fe3475
GM
3142008-08-27 Glenn Morris <rgm@gnu.org>
315
316 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
317 descriptions.
318 (Calendar Customizing): Tweak layout description.
183080b6 319 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
320 markers. Condense calendar-star-date and calendar-mark-today
321 description.
322 (Holiday Customizing): Add oriental and solar holidays.
323 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
324 Fix holiday-float description. Use zerop in examples. Be less verbose.
325 (Date Display Format): Change ISO format. Be less verbose.
326 (Diary Customizing): Mention day and month abbrev arrays.
327 Mention the date-form variables by name. Update European example.
328 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
329 Condense examples. Mention diary-entry-symbols by name.
330 Condense table for insertion commands.
331 (Fancy Diary Display): Mention diary-include-string and
332 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
333 Ethiopic, Persian date functions. Condense descriptions.
334
335 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
336 (Adding to Diary): Adapt for changed node name.
337
71755807
GM
3382008-08-26 Glenn Morris <rgm@gnu.org>
339
340 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
341 node "Hebrew/Islamic Entries".
342
343 * calendar.texi (Specified Dates): Fix names of iso functions.
344 (General Calendar): There may not be another window.
345 (Writing Calendar Files, Holidays): Tweak intro.
346 (Holidays): Mention Baha'i and Chinese holidays.
347 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
348 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
349 (To Other Calendar): Add calendar-print-other-dates.
350 Refer to "graphic display" rather than "X.
351 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
352 (Displaying the Diary): Fix whitespace after reference.
353 Fix `diary-number-of-entries' reference.
354 (Date Formats): Explicitly mention that day names can be abbreviated.
355 (Adding to Diary): Add some references to other sections.
356 (Special Diary Entries): Fix reference.
357 (Appointments): Simplify appt-message-warning-time entry.
358 Clarify where times must be.
359 (Importing Diary): Comment out icalendar paragraph that does not apply.
360 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
361
d76ebc75
GM
3622008-08-23 Glenn Morris <rgm@gnu.org>
363
364 * fortran-xtra.texi (Fortran): Change description of free form and
365 fixed form a bit. Mention hideshow and imenu.
366 (Fortran Motion): Mention fortran-end-of-subprogram,
367 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
368 (Fortran Indent): Minor re-word.
369 (ForIndent Commands): Mention fortran-fill-paragraph and
370 fortran-fill-statement.
371 (ForIndent Cont): Mention fortran-tab-mode-string.
372 (Fortran Comments): Mention fortran-comment-line-start-skip.
373 (Fortran Columns): Mention font-locking.
374 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
375
e2a71e28
JB
3762008-08-23 Johan Bockgard <bojohan@muon>
377
378 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
379
5c52e13c
CY
3802008-08-22 Chong Yidong <cyd@stupidchicken.com>
381
382 * mini.texi (Minibuffer): Simplify introduction.
383 (Minibuffer File): Document tilde in minibuffer filenames.
384 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
385 to enter tabs, spaces, and question marks. Describe behavior of C-a.
386 (Completion Example): Update example to current command list.
387 (Completion Options): Document `lazy' value of completion-auto-help.
388 Update contents of completion-ignored-extensions.
389 (Minibuffer History): Describe "future history" list. State default
390 value of history-delete-duplicates.
391
77a00355
GM
3922008-08-21 Glenn Morris <rgm@gnu.org>
393
394 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 395 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 396
39ee1d04
CY
3972008-08-17 Chong Yidong <cyd@stupidchicken.com>
398
399 * regs.texi (Registers): Clarify valid register names.
400 (RegPos): Note that buffer is saved and restored too.
401 (RegText): Note that mark is reactivated/deactivated.
402 (RegConfig): Xref to Windows node.
403
b12c348f
CY
4042008-08-16 Chong Yidong <cyd@stupidchicken.com>
405
3ae7ba79
CY
406 * basic.texi (Inserting Text): Provide command name for C-q.
407
b12c348f
CY
408 * killing.texi (Killing): Copyedit. Define read-only text.
409 (Deletion): DEL and C-d were already explained in Erasing; xref there.
410 (Killing by Lines): Copyedit.
411 (Other Kill Commands): Move M-w description here.
412 (Yanking): Move M-w to Other Kill Commands.
413 (Kill Ring): Also mention saving text in registers. Link to Text
414 Properties in elisp manual.
415 (Accumulating Text): Copyedit.
416 (CUA Bindings): Shift selection is now the default.
417
d8ff7692
TZ
4182008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
419
420 * maintaining.texi (Change Log): Mention next-error is available.
421
a43a8a2e
GM
4222008-08-10 Glenn Morris <rgm@gnu.org>
423
424 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
425 and intermonth text.
426 (Holiday Customizing): Add holiday-chinese.
427
eba27308
EZ
4282008-08-08 Eli Zaretskii <eliz@gnu.org>
429
430 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
431
5f14a5b3
DN
4322008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
433
434 * files.texi (Log Buffer): Describe C-c C-d.
435 (Diff Mode): Describe C-x 4 A.
436
49989bff
EZ
4372008-08-06 Eli Zaretskii <eliz@gnu.org>
438
439 * vc1-xtra.texi (VC Directory Mode): Fix last change.
440
5c915c02
DN
4412008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
442
2beaf97a
DN
443 * files.texi (Old Revisions): Update the keys used by vc-annotate and
444 describe the new bindings to show the changeset diff, toggle annotation
445 visibility, show revisions.
446 (VC Status): Describe key bindings for modifying the change comments,
447 displaying changeset diffs and annotations.
448
5c915c02
DN
449 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
450
71798ace
NR
4512008-08-05 Nick Roberts <nickrob@snap.net.nz>
452
453 * vc1-xtra.texi (VC Directory Mode): Fix typo.
454
b8949644
EZ
4552008-08-02 Eli Zaretskii <eliz@gnu.org>
456
457 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
458 and wording.
459
819567d1
DN
4602008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
461
462 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 463 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
464 commands. Improve some old info.
465
5f38310a
CY
4662008-07-31 Chong Yidong <cyd@stupidchicken.com>
467
0dc3906b
CY
468 * display.texi (Visual Line Mode): New node.
469
5f38310a
CY
470 * basic.texi (Inserting Text): Move DEL to deletion node.
471 (Moving Point): Add additional alternative key bindings. Describe
472 line-move-visual.
473 (Erasing): Describe DEL.
474 (Basic Undo, Blank Lines, Arguments): Copyedit.
475 (Continuation Lines): Mention Visual Line mode.
476 (Position Info): Move extended discussion to mule.texi.
477
478 * mule.texi (International Chars): Describe C-x =.
479
480 * emacs.texi (Top): Add Visual Line Mode node.
481
7c2fb837
DN
4822008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
483
484 * emacs.texi: Remove VMS support.
485
3f6b73ef
DN
4862008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
487
488 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
489 the vc-dir command name.
490
9e2a2647
DN
4912008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
492
493 * xresources.texi: Remove mentions of Mac Carbon.
494
568beaa2
AS
4952008-07-19 Andreas Schwab <schwab@suse.de>
496
497 * ns-emacs.texi: Move to ../misc.
498
0ef94706
CY
4992008-07-15 Chong Yidong <cyd@stupidchicken.com>
500
501 * entering.texi (Exiting): Don't describe text-only terminals as the
502 default. Describe the new startup screen.
503 (Exiting): Describe how to kill Emacs first. Change description of
504 iconification to handle modern window systems.
505
ba60bd44 5062008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
507
508 * ns-emacs.texi: New file, documents features of Emacs port under
509 NeXTstep windowing.
510
9f30aa73
CY
5112008-07-15 Chong Yidong <cyd@stupidchicken.com>
512
938a5d2e
CY
513 * entering.texi (Entering Emacs): Update prev node.
514
515 * glossary.texi (Glossary): Remove xref to Text Characters.
516
9f30aa73
CY
517 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
518 directly, rather than in the context of ASCII. Move description of
519 special properties of modifier key to new Modifier Keys node.
520 (Keys): Copyedit.
521 (Text Characters): Delete node. Multibyte is the default nowadays, and
522 the node contents are obsolete.
523
524 * custom.texi (Modifier Keys): New node.
525
526 * emacs.texi (Top): Update node list.
527
7e53d36c
CY
5282008-07-13 Chong Yidong <cyd@stupidchicken.com>
529
530 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
531 saying that Emacs provides menus and mouse support (which is par for
532 the course).
533
534 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
535 early on.
536 (Point): Copyedit. Relegate historical trivia to a footnote.
537 (Mode Line): Explain mode-line format more consistently.
538 (Menu Bar): Copyedit.
539
1e9fa96d
GM
5402008-06-27 Glenn Morris <rgm@gnu.org>
541
542 * cal-xtra.texi (Sexp Diary Entries):
543 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
544
dc9bebb8
CY
5452008-06-26 Chong Yidong <cyd@stupidchicken.com>
546
547 * mark.texi (Shift selection): New node.
548 (Mark): Copyedits.
549 (Persistent Mark): Move to the end of the chapter.
550
e7881076
EZ
5512008-06-20 Eli Zaretskii <eliz@gnu.org>
552
553 * makefile.w32-in (distclean): Remove makefile.
554
f427400c
NR
5552008-06-17 Nick Roberts <nickrob@snap.net.nz>
556
557 * building.texi (Starting GUD): Add an entry for gud-gdb.
558 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
559 command mode.
560
b597d348
GM
5612008-06-17 Glenn Morris <rgm@gnu.org>
562
563 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
564
647b7094
NR
5652008-06-17 Nick Roberts <nickrob@snap.net.nz>
566
567 * building.texi (Starting GUD): Expand on remote debugging.
568 (Other GDB-UI Buffers): Mention new keyboard bindings.
569
47a30023
GM
5702008-06-15 Glenn Morris <rgm@gnu.org>
571
572 * gnu.texi: Use a verbatim license for this invariant section,
573 as per etc/GNU.
574
37e5d54a
GM
5752008-06-13 Daniel Engeler <engeler@gmail.com>
576
577 * emacs.texi, misc.texi: Add documentation about serial port access.
578
8e65d46c
GM
5792008-06-13 Glenn Morris <rgm@gnu.org>
580
c1473b4c
MB
581 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
582 maintain.info.
8e65d46c 583
e40a85cd
MB
5842008-06-05 Miles Bader <miles@gnu.org>
585
586 * display.texi (Temporary Face Changes): Update to reflect function
587 renamings in face-remap.el.
588
56c73dec
MB
5892008-06-04 Miles Bader <miles@gnu.org>
590
591 * display.texi (Temporary Face Changes): Add
592 `adjust-buffer-face-height'. Rewrite description of
593 `increase-buffer-face-height' and `decrease-default-face-height' now
594 that they aren't bound by default.
595
9d3d42fb
MB
5962008-06-03 Miles Bader <miles@gnu.org>
597
598 * display.texi (Temporary Face Changes): New node.
599
2be6bfe2
EZ
6002008-05-31 Eli Zaretskii <eliz@gnu.org>
601
602 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
603
daf7e339
GM
6042008-05-31 Glenn Morris <rgm@gnu.org>
605
606 * cal-xtra.texi (Fancy Diary Display): Simplify.
607
d21d2618
GM
6082008-05-30 Glenn Morris <rgm@gnu.org>
609
610 * cal-xtra.texi (Fancy Diary Display): Update for
611 diary-display-function replacing diary-display-hook.
612
71ce5fd0
JB
6132008-05-29 Drew Adams <drew.adams@oracle.com>
614
615 * msdog.texi (Windows Keyboard): Add descriptions of
616 w32-register-hot-key and w32-unregister-hot-key.
617
a3cdbdf8
MO
6182008-05-21 Tom Tromey <tromey@redhat.com>
619
620 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
621 Variables node.
622
854a574c
MO
6232008-05-19 Tom Tromey <tromey@redhat.com>
624
625 * custom.texi (Variables): Add Directory Variables to menu.
626 (Directory Variables): New node.
627
7c2ec3f9
ER
6282008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
629
71ce5fd0 630 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 631
370fded4
ER
6322008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
633
634 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
635 Revision Tags and rewritten. Section now uses modern terminology,
636 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
637 accurately.
638
6af511e3
EZ
6392008-05-10 Eli Zaretskii <eliz@gnu.org>
640
641 * msdog.texi (Windows Files): Update documentation of
642 w32-get-true-file-attributes.
643
7a78b6e7
ER
6442008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
645
646 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
647 directory mode.
648
1bcfc24e
CY
6492008-05-08 Chong Yidong <cyd@stupidchicken.com>
650
651 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 652 entry "television".
1bcfc24e 653
db86064f
ER
6542008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
655
ab5ec32c 656 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 657
a31b405e
ER
6582008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
659
660 * emacs/buffers.texi, emacs/files.texi (Version-control):
661 vc-toggle-read-only is no longer a good idea...
662
ff2c14fc
GM
6632008-04-29 Glenn Morris <rgm@gnu.org>
664
665 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
666
367c9b7c
JL
6672008-04-22 Juri Linkov <juri@jurta.org>
668
669 * dired.texi (Subdirectories in Dired): Describe using `^'
670 to return to the parent directory.
671
4ac1e9b4
NR
6722008-04-22 Nick Roberts <nickrob@snap.net.nz>
673
674 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
675 recent changes.
676
b9b3bf2b
NR
6772008-04-19 Nick Roberts <nickrob@snap.net.nz>
678
679 * building.texi (GDB-UI Layout, Breakpoints Buffer)
680 (Other GDB-UI Buffers): Update for recent thread related changes.
681
4d120d6a
SM
6822008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
683
684 * maintaining.texi (Maintaining):
685 * emacs.texi (Top): Typo.
686
a152877d
SM
6872008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
688
b9b3bf2b
NR
689 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
690 arg in `font-lock-add-keywords'.
a152877d 691
36c0514c
GM
6922008-04-08 Glenn Morris <rgm@gnu.org>
693
694 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
695 Also add Baha'i calendar references where appropriate.
696
06a97d46
GM
6972008-04-05 Glenn Morris <rgm@gnu.org>
698
699 * custom.texi (Init File): Byte-compiling .emacs is bad.
700
6adc6eed
SM
7012008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
704
571388b0
GM
7052008-03-29 Glenn Morris <rgm@gnu.org>
706
707 * calendar.texi: Update for `calendar-date-style' replacing
708 `european-calendar'.
709
3ae8f876
JR
7102008-03-28 Jason Rumney <jasonr@gnu.org>
711
712 * display.texi (Display Custom): Mention overlay-margin in text.
713
5bc6ddff 7142008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 715
5bc6ddff
MB
716 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
717 tutorial' comments.
03a864d5 718
7186a830
CY
7192008-03-28 Chong Yidong <cyd@stupidchicken.com>
720
721 * mark.texi (Mark): Rearrange nodes.
722 (Persistent Mark): Rename from Transient Mark.
723 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
724 Describe Transient Mark mode as the default.
725
726 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
727 the default behavior with Transient Mark mode off.
728 (Position Info): Fix typo.
729
71ce5fd0
JB
730 * display.texi (Standard Faces): Reference the Mark node.
731 Remove discussion of the region face, which is discussed there.
7186a830
CY
732
733 * emacs.texi (Top): Update node listings.
734
735 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
736 as the default.
737
738 * fixit.texi (Undo): Standardize choice of undo key sequence.
739 (Undo, Spelling): Describe Transient Mark mode as the default.
740
741 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
742 default.
743
744 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
745
746 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
747 mode is the default, and note that the mark is not activated when set.
748
749 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
750 Describe Transient Mark mode as the default.
751
752 * search.texi (Basic Isearch): Reference the Mark Ring node.
753 (Replace, Unconditional Replace, Other Repeating Search):
754 Describe Transient Mark mode as the default.
755
756 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
757 Transient Mark mode as the default.
758 (Paragraphs): Describe how M-h behaves when region is active.
759
760 * trouble.texi (Quitting): Clarify effects of C-g.
761
dc47d1ff
GM
7622008-03-13 Glenn Morris <rgm@gnu.org>
763
764 * emacs.texi (EMACSVER): Set to 23.0.60.
765
e3e0fb39 7662008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 767
e3e0fb39
GM
768 * dired.texi (Hiding Subdirectories): Fix previous change.
769
7702008-03-05 Drew Adams <drew.adams@oracle.com>
771
772 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 773
5e14abf8
KS
7742008-02-28 Kim F. Storm <storm@cua.dk>
775
776 * help.texi (Help Files): Move describe-gnu-project to C-h g.
777 Move describe-distribution to C-h C-o.
778 Move view-emacs-problems to C-h C-p.
779 Add view-emacs-debugging on C-h C-d.
780 Add view-external-packages on C-h C-e.
d0207bf3 781 Add view-order-manuals on C-h C-m.
5e14abf8 782
d0207bf3 7832008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
784
785 * msdog-xtra.texi (MS-DOS): Docstring fix.
786
87e391bb
EZ
7872008-02-09 Eli Zaretskii <eliz@gnu.org>
788
789 * msdog.texi (Windows Fonts): Use a @table for describing font
790 properties.
791
5662e503
JR
7922008-02-07 Jason Rumney <jasonr@gnu.org>
793
794 * msdog.texi (Windows Files): w32-get-true-file-attributes default
795 value has changed.
796 (Windows HOME): Clarify what is meant by "if that fails as well".
797 (Windows Fonts): New section.
798
72463824
GM
7992008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
800
801 * basic.texi (Basic Undo): Remove duplicate "you can".
802
7ff926e0
EZ
8032008-02-02 Eli Zaretskii <eliz@gnu.org>
804
805 * maintaining.texi (Tags): Fix last change.
806
6ab7aef1
MA
8072008-02-02 Michael Albinus <michael.albinus@gmx.de>
808
093571c3 809 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 810
ace67e7e
NR
8112008-01-31 Nick Roberts <nickrob@snap.net.nz>
812
813 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
814
ae068fdf
RS
8152008-01-26 Richard Stallman <rms@gnu.org>
816
817 * maintaining.texi (Tags): Delete redundant index entry.
818
a56d9a08
EZ
8192008-01-26 Eli Zaretskii <eliz@gnu.org>
820
821 * programs.texi (Imenu): Move "@cindex tags" from here...
822 * maintaining.texi (Tags): ...to here.
823
e941ed90
NR
8242008-01-23 Kevin Ryde <user42@zip.com.au>
825
826 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
827 click count.
828
650276d5
JB
8292008-01-21 Juanma Barranquero <lekktu@gmail.com>
830
831 * entering.texi (Exiting): Fix typo.
832 Reported by D. E. Evans <sinuhe@gnu.org>.
833
8dc17977
MR
8342007-12-31 Martin Rudalics <rudalics@gmx.at>
835
836 * glossary.texi (Glossary): Fix typo.
837
9f9695a6
RS
8382007-12-27 Richard Stallman <rms@gnu.org>
839
840 * text.texi (Formatted Text): Improve menu tag.
841 (Editing Format Info): In Info, add duplicate menu of nodes
842 about the submenus.
843 (Format Faces): Say where Faces menu is found. Mention Other.
844 (Format Colors): Say where these submenus are found.
845 (Format Indentation, Format Justification): Likewise.
846 (Format Properties): Likewise.
847
abfd0191
RS
8482007-12-22 Richard Stallman <rms@gnu.org>
849
850 * search.texi (Query Replace): Make exp of query-replace more
851 self-contained, and clarify.
8dc17977 852
abfd0191
RS
853 * cc-mode.texi (Getting Started): Change @ref to @pxref.
854
a2586785
RS
8552007-12-15 Richard Stallman <rms@gnu.org>
856
857 * files.texi (Auto Save): Clarify definition of auto-saving.
858
a67cf2bb
RS
8592007-11-26 Richard Stallman <rms@gnu.org>
860
861 * help.texi (Help Echo): Cleanups.
862
448b33b1
TTN
8632007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
864
865 * files.texi (Why Version Control?): Fix typo.
866 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
867 (Selecting a Fileset): Fix typos; small rewording.
868 (Log Buffer): Likewise.
869 (Old Revisions): Likewise.
448b33b1 870
221bb7f6
EZ
8712007-11-17 Eli Zaretskii <eliz@gnu.org>
872
873 * mule.texi (Communication Coding): Fix wording of last change.
874
d0207bf3 8752007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 876
630cb3b7
JB
877 * custom.texi (Specifying File Variables):
878 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 879
53b7759e
KH
8802007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
881
a5ab2e0c 882 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
883
884 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
885
c8763fb6 8862007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 887
630cb3b7 888 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
889 --output=file.
890
ff98e024
MR
8912007-11-13 Martin Rudalics <rudalics@gmx.at>
892
893 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
894 (Help Echo): Avoid mentioning the term "region" here and
895 consistently use the term "active text".
896
37b11c22
GM
8972007-11-11 Glenn Morris <rgm@gnu.org>
898
899 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
900
21d50ba1
JL
9012007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
902
903 * search.texi (Query Replace): Mention
904 `query-replace-show-replacement'.
905
c12ecb0a 9062007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
907
908 * building.texi (Watch Expressions): Remove obscure sentence.
909
3b4201f4
KH
9102007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
911
912 * mule.texi (Select Input Method): Describe how to activate an input
913 method in the text mode.
914
07e5c0b0
DN
9152007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
916
917 * cmdargs.texi (Misc Variables): Remove Sun windows info.
918
52dd7391
NR
9192007-10-30 Nick Roberts <nickrob@snap.net.nz>
920
921 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
922
c004e539
GM
9232007-10-30 Glenn Morris <rgm@gnu.org>
924
925 * misc.texi (Directory Tracking): Explain a bit more about
926 dirtrack-mode.
927
ca8c5b8c
GM
9282007-10-25 Glenn Morris <rgm@gnu.org>
929
930 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
931
b6c764ef
RS
9322007-10-24 Richard Stallman <rms@gnu.org>
933
934 * misc.texi (Interactive Shell): Cleanup last change.
935
eabd84c9
JL
9362007-10-22 Juri Linkov <juri@jurta.org>
937
938 * mini.texi (Minibuffer History): Add text about a list of minibuffer
939 default values.
940
0b43c7e2
ER
9412007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
942
ca8c5b8c 943 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
944 'filesets'.
945
a80859d4
MR
9462007-10-18 Martin Rudalics <rudalics@gmx.at>
947
948 * trouble.texi (Quitting): Fix typo.
949
c9447ae1
GM
9502007-10-18 Glenn Morris <rgm@gnu.org>
951
952 * frames.texi (Mode Line Mouse): Mention minor mode names.
953
168b980f
JL
9542007-10-17 Juri Linkov <juri@jurta.org>
955
956 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
957 fill-paragraph operates on the active region in Transient Mark mode.
958 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
959 with fill-paragraph.
960
961 * basic.texi (Arguments): Replace fill-paragraph-or-region with
962 fill-paragraph.
963
964 * fixit.texi (Spelling): ispell-word operates on the active region
965 in Transient Mark mode.
966
5a331f34
JB
9672007-10-17 Aaron S. Hawley <aaronh@garden.org>
968
969 * building.texi (Source Buffers):
970 * custom.texi (Init Non-ASCII):
971 * glossary.texi (Glossary): Use "key binding" consistently.
972
2a9f4d55
JB
9732007-10-17 Juanma Barranquero <lekktu@gmail.com>
974
975 * calendar.texi (Diary): Fix directive.
976
de13cecf
RS
9772007-10-16 Richard Stallman <rms@gnu.org>
978
979 * calendar.texi (Diary): Clarify text about diary file example.
980
5f90d53e
ER
9812007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
982
983 * files.texi: Capitalize node names according to convention.
984
3aa491bc
GM
9852007-10-13 Glenn Morris <rgm@gnu.org>
986
987 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
988
8a3106d3
ER
9892007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
990
991 * emacs.texi:
992 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 993 suggested by RMS and Robert J. Chassell.
8a3106d3 994
da1080a2
ER
9952007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
996
3aa491bc 997 * files.texi (Version Systems):
0870a421
ER
998 * vc-xtra.texi:
999 * vc1-xtra.texi:
ac3f4c6f 1000 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1001 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1002 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1003 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1004
58ade22b
ER
10052007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1006
da1080a2 1007 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1008 Reorder the descriptions to be chronological.
1009
93870ce2
RS
10102007-10-09 Richard Stallman <rms@gnu.org>
1011
1012 * display.texi (Cursor Display): Correct how cursor appears
1013 in nonselected windows.
1014
568c7288
NR
10152007-10-04 Nick Roberts <nickrob@snap.net.nz>
1016
1017 * building.texi (GDB Graphical Interface): Remove references to gdba
1018 and mention gud-gdb.
1019
1af74d06 10202007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1021
1af74d06 1022 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1023
0d8fb755
JL
10242007-10-06 Juri Linkov <juri@jurta.org>
1025
1026 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1027 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1028 fill-paragraph-or-region.
1029
1030 * basic.texi (Arguments): Replace fill-paragraph with
1031 fill-paragraph-or-region.
1032
b981e2c6
ER
10332007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1034
1035 * files.texi: Update the section on version control for 2007
2a9f4d55 1036 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1037 will come later.
1038
5fceaf9c
GM
10392007-09-15 Glenn Morris <rgm@gnu.org>
1040
1041 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1042 to `list-holidays'.
1043
b0e44b17
GM
10442007-09-14 Glenn Morris <rgm@gnu.org>
1045
1046 * calendar.texi: Update all instances of mark-calendar-holidays,
1047 list-calendar-holidays, list-holidays with the new names.
1048
8cf51b2c
GM
10492007-09-06 Glenn Morris <rgm@gnu.org>
1050
1051 * Move manual sources from man/ to subdirectories of doc/.
1052 Split into the Emacs manual in emacs/, and other manuals in misc/.
1053 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1054 manual.
1055 (infodir): New variable.
1056 (info): Use $infodir.
1057 (emacsman): Delete target, not needed any more.
1058 Move all targets that are not the Emacs manual to misc/Makefile.in.
1059 (mostlyclean): Remove `gnustmp'.
1060 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1061 manual.
92f9b43f 1062 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1063 (emacsman): Delete target, not needed any more.
1064 (clean): Remove all info files but Emacs manual.
1065 Move all targets that are not the Emacs manual to misc/Makefile.in.
1066 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1067
1068 * Makefile.in (INFOSOURCES): Delete.
1069 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1070 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1071 *.vrs *.toc here...
1072 (maintainer-clean): ...from here.
1073
10742007-09-05 Glenn Morris <rgm@gnu.org>
1075
1076 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1077
8cf51b2c
GM
10782007-08-29 Glenn Morris <rgm@gnu.org>
1079
1080 * emacs.texi (EMACSVER): Increase to 23.0.50.
1081
3420c522
RS
10822007-08-27 Richard Stallman <rms@gnu.org>
1083
1084 * emacs.texi (Top): Clarify menu item for Glossary.
1085
1086 * display.texi (Faces): Change secn title.
1087 Clarify not all fonts come from Font Lock.
1088
8cf51b2c
GM
10892007-08-17 Eli Zaretskii <eliz@gnu.org>
1090
1091 * basic.texi (Position Info): Add index entry for face at point.
1092 Mention that character faces are also displayed by "C-u C-x =".
1093
8cf51b2c
GM
10942007-08-08 Glenn Morris <rgm@gnu.org>
1095
1096 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1097
10982007-08-07 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * files.texi (File Conveniences): Document point motion keys in Image
1101 mode.
1102
8cf51b2c
GM
11032007-07-27 Glenn Morris <rgm@gnu.org>
1104
8cf51b2c
GM
1105 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1106 in-line.
1107
1108 * gpl.texi: New file with text of GPL.
1109 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1110
11112007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1114
1115 * dired.texi (Wdired): Mention C-x C-q key binding.
1116
11172007-07-28 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1120
11212007-07-25 Glenn Morris <rgm@gnu.org>
1122
8cf51b2c
GM
1123 * emacs.texi (Copying): Replace license with GPLv3.
1124
1125 * Relicense all FSF files to GPLv3 or later.
1126
11272007-07-24 Glenn Morris <rgm@gnu.org>
1128
1129 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1130 for some calendars.
1131
11322007-07-23 Nick Roberts <nickrob@snap.net.nz>
1133
1134 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1135 default-directory for the current buffer is on a remote machine.
1136
8cf51b2c
GM
11372007-07-21 Eli Zaretskii <eliz@gnu.org>
1138
1139 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1140 default value.
1141
11422007-07-21 Richard Stallman <rms@gnu.org>
1143
1144 * files.texi (Why Version Control?): Improve previous change.
1145
11462007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1147
1148 * files.texi (Why Version Control?): New node.
1149
8cf51b2c
GM
11502007-07-12 Nick Roberts <nickrob@snap.net.nz>
1151
8cf51b2c
GM
1152 * building.texi (Starting GUD): Add xref to this anchor.
1153
8cf51b2c
GM
11542007-06-24 Karl Berry <karl@gnu.org>
1155
2a9f4d55 1156 * emacs.texi: New Back-Cover Text.
8cf51b2c 1157
8cf51b2c
GM
11582007-06-07 Alan Mackenzie <acm@muc.de>
1159
1160 * display.texi (Optional Mode Line): Document the new form of
1161 line+column numbers, "(561,2)".
1162
11632007-06-06 Juanma Barranquero <lekktu@gmail.com>
1164
49823426 1165 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1166
11672007-06-02 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * Version 22.1 released.
1170
8cf51b2c
GM
11712007-05-07 Karl Berry <karl@gnu.org>
1172
1173 * emacs.texi (EMACSVER): Back to 22.
1174
11752007-05-06 Richard Stallman <rms@gnu.org>
1176
1177 * maintaining.texi (Create Tags Table): Clean up previous change.
1178
c8763fb6 11792007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1180
1181 * maintaining.texi (Create Tags Table): Add text about the dangers of
1182 making symbolic links to tags files.
1183
11842007-05-04 Karl Berry <karl@gnu.org>
1185
1186 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1187
11882007-05-03 Karl Berry <karl@gnu.org>
1189
1190 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1191
1192 * .cvsignore (*.pdf): New entry.
1193
8cf51b2c
GM
1194 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1195 for printing.
1196
11972007-05-01 Richard Stallman <rms@gnu.org>
1198
1199 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1200
8cf51b2c
GM
12012007-04-28 Glenn Morris <rgm@gnu.org>
1202
1203 * ack.texi (Acknowledgments):
1204 * anti.texi (Antinews):
8cf51b2c
GM
1205 * programs.texi (Program Modes): Restore mention of python.el pending
1206 consideration of legal status.
1207
12082007-04-28 Richard Stallman <rms@gnu.org>
1209
1210 * files.texi (File Names): Fixes to ~ description on MS systems.
1211
8cf51b2c
GM
12122007-04-26 Glenn Morris <rgm@gnu.org>
1213
1214 * emacs.texi (EMACSVER): Increase to 22.1.50.
1215
12162007-04-25 Karl Berry <karl@gnu.org>
1217
1218 * emacs.texi: Improve line breaks on copyright page,
1219 similar layout to lispref, 8.5x11 by default.
1220
1221 * dired.texi (Image-Dired): Improve line break, fix typo.
1222
12232007-04-24 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * programs.texi (Program Modes):
8cf51b2c
GM
1226 * anti.texi (Antinews):
1227 * ack.texi (Acknowledgments): python.el removed.
1228
8cf51b2c
GM
12292007-04-23 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * display.texi (Highlight Interactively): Correct description of
1232 hi-lock-file-patterns-policy.
1233
1234 * files.texi (File Archives): Mention self-extracting executables.
1235
12362007-04-23 Eli Zaretskii <eliz@gnu.org>
1237
1238 * search.texi (Unconditional Replace, Query Replace): Add xref to
1239 "Replacement and Case".
1240
12412007-04-22 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * dired.texi (Image-Dired): Move from Thumbnails node.
1244 * misc.texi (Thumbnails): Node deleted.
1245 * emacs.texi (Top): Update node listing.
1246
1247 * files.texi (File Conveniences):
49823426 1248 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1249
12502007-04-21 Richard Stallman <rms@gnu.org>
1251
1252 * display.texi (Highlight Interactively): Correct previous change.
1253 Clarify doc of hi-lock-find-patterns, and move new features into it.
1254
12552007-04-20 David Koppelman <koppel@ece.lsu.edu>
1256
1257 * display.texi (Highlight Interactively): Document
1258 hi-lock-file-patterns-policy.
1259
12602007-04-20 Martin Rudalics <rudalics@gmx.at>
1261
1262 * display.texi (Scrolling): Fix typo.
1263
8cf51b2c
GM
12642007-04-15 Chong Yidong <cyd@stupidchicken.com>
1265
8cf51b2c
GM
1266 * doclicense.texi: Remove node heading, so that it can be included by
1267 other files.
1268
1269 * emacs.texi: Insert node heading for GFDL.
1270
8cf51b2c
GM
12712007-04-14 Eli Zaretskii <eliz@gnu.org>
1272
1273 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1274 "command line".
1275
1276 * display.texi (Faces): Refer to "Creating Frames" for face
1277 and other frame customizations in .emacs.
1278
1279 * frames.texi (Creating Frames): Mention that face customizations can
1280 be put in .emacs. Add index entries.
1281
12822007-04-12 Richard Stallman <rms@gnu.org>
1283
1284 * glossary.texi (Glossary): Explain `iff'.
1285
12862007-04-11 Karl Berry <karl@gnu.org>
1287
1288 * gnu.texi (Top),
1289 * macos.texi (Mac Font Specs),
1290 * anti.texi (Antinews),
1291 * xresources.texi (Resources),
1292 * misc.texi (Emulation),
1293 * calendar.texi (Daylight Saving),
1294 * dired.texi (Dired and Find),
1295 * rmail.texi (Remote Mailboxes),
1296 * sending.texi (Mail Headers),
1297 * programs.texi (Which Function),
1298 * files.texi (Recover),
1299 * buffers.texi (Uniquify),
1300 * frames.texi (Wheeled Mice),
1301 * killing.texi (Rectangles): Wording to improve breaks in
1302 8.5x11 format.
1303 * mule.texi (Language Environments): \hbadness=10000 since there's
1304 no way to reword.
1305 * emacs.texi (smallbook): New @set to more easily switch between
1306 smallbook and 8.5x11.
1307
13082007-04-11 Richard Stallman <rms@gnu.org>
1309
1310 * files.texi (File Conveniences): Add xref to Tumme.
1311 Delete text about Thumbnail mode.
1312
8cf51b2c
GM
13132007-04-09 Alan Mackenzie <acm@muc.de>
1314
1315 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1316 new name. Insert concept index entries.
1317
8cf51b2c
GM
13182007-04-08 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * display.texi (Standard Faces): Document prefix arg for
1321 list-faces-display.
1322
1323 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1324
8cf51b2c
GM
13252007-04-07 Chong Yidong <cyd@stupidchicken.com>
1326
8cf51b2c
GM
1327 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1328
1329 * files.texi (Misc File Ops): Rewrite description of
1330 insert-file-literally.
1331
8cf51b2c
GM
13322007-03-31 Eli Zaretskii <eliz@gnu.org>
1333
1334 * misc.texi (Printing): Postscript -> PostScript.
1335
8cf51b2c
GM
1336 * ack.texi (Acknowledgments): Postscript -> PostScript.
1337
1338 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1339
1340 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1341 below.
1342
13432007-03-30 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1346 Init Non-ASCII.
1347 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1348 (Init Non-ASCII): New node.
1349
13502007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1351
1352 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1353
8cf51b2c
GM
13542007-03-12 Glenn Morris <rgm@gnu.org>
1355
8cf51b2c
GM
1356 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1357 "Daylight Savings".
1358
49823426 1359 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1360 saving" in text throughout.
1361
8cf51b2c
GM
13622007-03-04 Richard Stallman <rms@gnu.org>
1363
1364 * custom.texi (Safe File Variables): Minor correction.
1365
8cf51b2c
GM
13662007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1367
1368 * rmail.texi (Movemail): Add internal ref.
1369 Don't indent the intro for the PROTO table.
1370 Format PROTO table items with @code.
1371
8cf51b2c
GM
13722007-02-26 Nick Roberts <nickrob@snap.net.nz>
1373
1374 * building.texi: Remove references to bashdb.
1375
8cf51b2c
GM
13762007-02-19 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * mule.texi (Language Environments): Update list of supported language
1379 environments.
1380
8cf51b2c
GM
13812007-02-14 Kim F. Storm <storm@cua.dk>
1382
1383 * building.texi (Grep Searching): Fix lgrep doc.
1384
13852007-02-12 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * back.texi: Remove unused file.
1388
c8763fb6 13892007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1390
1391 * maintaining.texi (Tag Syntax): Now --members is the default for
1392 etags, not for ctags yet.
1393
8cf51b2c
GM
13942007-02-03 Eli Zaretskii <eliz@gnu.org>
1395
1396 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1397 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1398 expects. Add comments to prevent people from inadvertently modifying
1399 the key parts needed by `texinfo-multiple-files-update'.
1400
14012007-01-29 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * frames.texi (Secondary Selection): Window clicked does not matter
1404 when mouse-yank-at-point is non-nil.
1405
8cf51b2c
GM
14062007-01-16 Glenn Morris <rgm@gnu.org>
1407
1408 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1409 system abbrev.
1410
14112007-01-11 Richard Stallman <rms@gnu.org>
1412
1413 * msdog.texi (Windows Keyboard): Another small cleanup.
1414
14152007-01-10 Richard Stallman <rms@gnu.org>
1416
1417 * msdog.texi (Windows Keyboard): Yet another try to make
1418 everyone happy with that passage.
1419
14202007-01-05 Richard Stallman <rms@gnu.org>
1421
1422 * anti.texi (Antinews): Mention M-x shell scrolling.
1423
14242007-01-05 Nick Roberts <nickrob@snap.net.nz>
1425
1426 * building.texi (Watch Expressions): Describe gdb-max-children.
1427
8cf51b2c
GM
14282007-01-04 Richard Stallman <rms@gnu.org>
1429
8cf51b2c
GM
1430 * msdog.texi (Windows Keyboard): Clarify previous change.
1431
8cf51b2c
GM
14322007-01-02 Richard Stallman <rms@gnu.org>
1433
1434 * custom.texi (Changing a Variable): Minor clarification.
1435 (Specific Customization): customize-customized => customize-unsaved.
1436
1437 * entering.texi (Entering Emacs): Clean up text about restarting
1438 Emacs for each file.
1439
1440 * misc.texi (Shell Options): Minor cleanup.
1441
1442 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1443 with Emacs, not vice versa.
1444
1445 * programs.texi (Symbol Completion): Recommend customizing
1446 window manager.
1447
1448 * xresources.texi (Resources): Minor fix.
1449
c8763fb6 14502007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1451
1452 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1453
14542007-01-01 Richard Stallman <rms@gnu.org>
1455
1456 * commands.texi (User Input): Document keys stolen by window mangers.
1457
14582006-12-31 Richard Stallman <rms@gnu.org>
1459
1460 * custom.texi (Specific Customization): Document customize-option
1461 instead of customize-variable.
1462
14632006-12-31 Kim F. Storm <storm@cua.dk>
1464
1465 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1466
14672006-12-30 Kim F. Storm <storm@cua.dk>
1468
1469 * killing.texi (CUA Bindings): Fix typo.
1470
1471 * xresources.texi (Table of Resources): Mention grow-only value for
1472 auto-resize-tool-bars.
1473
8cf51b2c
GM
14742006-12-27 Eli Zaretskii <eliz@gnu.org>
1475
1476 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1477 and how to get them back.
1478
14792006-12-26 Richard Stallman <rms@gnu.org>
1480
1481 * calendar.texi (Holidays): Holiday listing is based on current
1482 practice, but DST is not.
1483
14842006-12-25 Richard Stallman <rms@gnu.org>
1485
1486 * emacs.texi (Top): Update subnode menus.
1487
1488 * mark.texi (Transient Mark): Fix xref.
1489
1490 * killing.texi (Graphical Kill): Node deleted.
1491 (Killing): Add xref to Cut and Paste.
1492 (CUA Bindings): Update xref.
1493
1494 * frames.texi (Cut and Paste): New section to hold other nodes.
1495 (Mouse Commands): Node demoted.
1496 (Cut/Paste Other App): Split out from Mouse Commands.
1497 (Word and Line Mouse): Likewise.
1498 (Secondary Selection, Clipboard): Nodes demoted.
1499
8cf51b2c
GM
15002006-12-24 Kevin Ryde <user42@zip.com.au>
1501
1502 * calendar.texi (Holidays): US daylight saving begins second Sunday
1503 in March for 2007 onwards.
1504 (Daylight Savings): Show new US default daylight saving rules, 2nd
1505 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1506
15072006-12-23 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * calendar.texi (Scroll Calendar): < and > are switched.
1510
15112006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1512
1513 * killing.texi (Deletion): Describe M-\ prefix argument.
1514
15152006-12-23 Richard Stallman <rms@gnu.org>
1516
1517 * search.texi (Regexp Search): Explain why forward and reverse regexp
1518 search are not mirror images.
1519
8cf51b2c
GM
15202006-12-19 Kim F. Storm <storm@cua.dk>
1521
1522 * major.texi (Choosing Modes): Describe match-function elements for
1523 magic-mode-alist.
1524
8cf51b2c
GM
15252006-12-18 Eli Zaretskii <eliz@gnu.org>
1526
1527 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1528 peculiarities.
1529
15302006-12-18 Richard Stallman <rms@gnu.org>
1531
1532 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1533
8cf51b2c
GM
15342006-12-17 Alan Mackenzie <acm@muc.de>
1535
1536 * programs.texi (Left Margin Paren): Remove the bit which says
1537 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1538 Discuss some of the issues of setting this option to nil.
1539
15402006-12-17 Glenn Morris <rgm@gnu.org>
1541
1542 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1543
15442006-12-16 Eli Zaretskii <eliz@gnu.org>
1545
1546 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1547 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1548 NTFS volumes.
1549 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1550 volumes.
1551
15522006-12-15 Eli Zaretskii <eliz@gnu.org>
1553
1554 * text.texi (HTML Mode): Fix "C-c TAB".
1555
8cf51b2c
GM
15562006-12-09 Richard Stallman <rms@gnu.org>
1557
1558 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1559
15602006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1561
1562 * files.texi (Misc File Ops): Document insert-file-literally.
1563
15642006-12-08 Eli Zaretskii <eliz@gnu.org>
1565
1566 * cmdargs.texi (Colors): Note that --color is intended for overriding
1567 the terminal defaults, not for normal invocation.
1568
1569 * misc.texi (Emacs Server): Improve wording. Don't mention the
1570 ``server program''. Add a cross-reference to "Init File" node.
1571 (Invoking emacsclient): Add index entries. Document both short and
1572 long versions of command-line options. Document the -f option.
1573
8cf51b2c
GM
15742006-12-06 Richard Stallman <rms@gnu.org>
1575
1576 * text.texi (Outline Format): Say to set outline-regexp
1577 and outline-level with major modes and file local variables.
1578
c8763fb6 15792006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1580
1581 * anti.texi (Antinews): Mention the alternative to
1582 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1583
8cf51b2c
GM
1584 * misc.texi (Interactive Shell): Ditto.
1585
15862006-12-04 Eli Zaretskii <eliz@gnu.org>
1587
1588 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1589
1590 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1591
15922006-12-01 Eli Zaretskii <eliz@gnu.org>
1593
1594 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1595 colon in the mode line.
1596
1597 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1598
15992006-11-26 Nick Roberts <nickrob@snap.net.nz>
1600
1601 * building.texi (Watch Expressions): Mention SPC for expanding/
1602 contracting watch expressions.
1603
16042006-11-26 Kim F. Storm <storm@cua.dk>
1605
1606 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1607
16082006-11-26 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * building.texi (Debugger Operation): Define text command mode.
1611 Clarify how tooltips work.
1612 (GDB Graphical Interface): Explain how to run in text command mode
1613 more clearly.
1614
16152006-11-25 Juanma Barranquero <lekktu@gmail.com>
1616
1617 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1618
16192006-11-22 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1622
8cf51b2c
GM
16232006-11-18 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1626 and EMACS is deprecated.
1627
16282006-11-18 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1631
c8763fb6 16322006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1633
1634 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1635
1636 * emacs.texi: Include xresources.texi both for info and dvi.
1637
1638 * xresources.texi: Merge text from xresmini.texi.
1639
c8763fb6 16402006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1641
1642 * glossary.texi: Fix typos.
1643
8cf51b2c
GM
16442006-11-06 Richard Stallman <rms@gnu.org>
1645
1646 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1647
1648 * ack.texi (Acknowledgments): Fix name spelling.
1649
16502006-11-01 Juri Linkov <juri@jurta.org>
1651
1652 * search.texi (Word Search): Document incremental word search.
1653
16542006-10-28 Glenn Morris <rgm@gnu.org>
1655
1656 * ack.texi (Acknowledgments): Add cal-html author.
1657
1658 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1659 Calendar"). Describe new package cal-html.
1660 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1661 Calendar Files."
1662
8cf51b2c
GM
16632006-10-23 Richard Stallman <rms@gnu.org>
1664
1665 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1666 Abbrev mode is enabled.
1667
8cf51b2c
GM
16682006-10-16 Richard Stallman <rms@gnu.org>
1669
8cf51b2c
GM
1670 * emacs.texi: Update ISBN.
1671
8cf51b2c
GM
16722006-10-11 Kim F. Storm <storm@cua.dk>
1673
1674 * emacs.texi (Acknowledgments): Use @dotless{i}.
1675
16762006-10-08 Nick Roberts <nickrob@snap.net.nz>
1677
1678 * building.texi (Breakpoints Buffer): Mention catchpoints.
1679
16802006-10-08 Kim F. Storm <storm@cua.dk>
1681
1682 * ack.texi (Acknowledgments): Update.
1683
1684 * emacs.texi (Acknowledgments): Fix bad @/ form.
1685
8cf51b2c
GM
16862006-10-05 Kim F. Storm <storm@cua.dk>
1687
1688 * emacs.texi (Acknowledgments): Add more contributors.
1689
16902006-10-03 Richard Stallman <rms@gnu.org>
1691
1692 * emacs.texi (Acknowledgments): Update version and edition.
1693
8cf51b2c
GM
16942006-10-01 Karl Berry <karl@gnu.org>
1695
1696 * custom.texi (Customization Groups): Page break to keep example buffer
1697 on one page.
1698
16992006-09-30 Karl Berry <karl@gnu.org>
1700
1701 * programs.texi (Basic Indent): @need to improve page break.
1702 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1703
17042006-09-29 Glenn Morris <rgm@gnu.org>
1705
1706 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1707
17082006-09-29 Karl Berry <karl@gnu.org>
1709
1710 * windows.texi (Basic Window): Remove forced @break, no longer
1711 desirable.
1712 * frames.texi (Frame Commands),
1713 * mark.texi (Marking Objects): Reword to avoid bad page break.
1714 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1715
17162006-09-19 Richard Stallman <rms@gnu.org>
1717
1718 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1719 stick to present tense.
1720
c8763fb6 17212006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1722
1723 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1724 to x-gtk-use-old-file-dialog.
1725 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1726
17272006-09-15 Jay Belanger <belanger@truman.edu>
1728
49823426 1729 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1730 Change "Library Public License" to "Lesser Public License"
1731 throughout. Use "yyyy" to represent year.
1732
8cf51b2c
GM
17332006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1734
1735 * files.texi (Visiting): Add index entry "open file".
1736
8cf51b2c
GM
17372006-09-11 Richard Stallman <rms@gnu.org>
1738
1739 * building.texi (Compilation Mode): Clarification.
1740 (Grep Searching): Add xref to Compilation Mode.
1741
8cf51b2c
GM
17422006-09-08 Richard Stallman <rms@gnu.org>
1743
1744 * search.texi (Search): Ref multi-file search commands here.
1745 (Other Repeating Search): Not here.
1746
8cf51b2c
GM
17472006-08-28 Richard Stallman <rms@gnu.org>
1748
1749 * windows.texi (Split Window): Update xref.
1750
1751 * basic.texi (Continuation Lines): Update xref.
1752
1753 * indent.texi (Tab Stops): Update xref.
1754
1755 * emacs.texi (Top): Update subnode menu.
1756
1757 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1758 split out of Display Custom.
1759
17602006-08-25 Kim F. Storm <storm@cua.dk>
1761
1762 * display.texi (Display Custom): Add variables overline-margin
1763 and x-underline-at-descent-line.
1764
17652006-08-25 Richard Stallman <rms@gnu.org>
1766
1767 * entering.texi (Exiting): Rewrite to give graphical displays
1768 priority over text terminals.
1769
1770 * search.texi (Incremental Search): Move index entries.
1771
17722006-08-23 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * custom.texi (Init File): Reference Find Init to avoid "home
1775 directory" confusion.
1776
17772006-08-22 Nick Roberts <nickrob@snap.net.nz>
1778
1779 * building.texi (Other GDB-UI Buffers): Describe how to edit
1780 a value in the locals buffer.
1781
17822006-08-21 Richard Stallman <rms@gnu.org>
1783
1784 * search.texi (Basic Isearch): Add `isearch' index entry.
1785
17862006-08-16 Richard Stallman <rms@gnu.org>
1787
1788 * misc.texi (Saving Emacs Sessions): Clean up wording.
1789
1790 * mark.texi (Marking Objects): Mention term "select all".
1791
1792 * emacs.texi (Top): Update subnode menu.
1793
1794 * help.texi (Help Mode): Move node up in file.
1795
8cf51b2c
GM
17962006-08-15 Nick Roberts <nickrob@snap.net.nz>
1797
1798 * building.texi (Stack Buffer): Explain fringe arrow.
1799
8cf51b2c
GM
18002006-08-12 Eli Zaretskii <eliz@gnu.org>
1801
8cf51b2c
GM
1802 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1803 on startup.
1804
18052006-08-11 Romain Francoise <romain@orebokech.com>
1806
1807 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1808
18092006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1810
1811 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1812
18132006-08-10 Richard Stallman <rms@gnu.org>
1814
1815 * text.texi (Format Faces): Substantial rewrites to deal
1816 with face merging. Empty regions don't count. Clarify
1817 face property inheritance.
1818
18192006-08-08 Romain Francoise <romain@orebokech.com>
1820
1821 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1822 <arjuropo@cc.jyu.fi>.
1823
8cf51b2c
GM
18242006-08-04 Eli Zaretskii <eliz@gnu.org>
1825
1826 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1827 apply to all frames.
1828
8cf51b2c
GM
18292006-08-01 Richard Stallman <rms@gnu.org>
1830
1831 * help.texi (Name Help): Add index entries for describe-variable.
1832
18332006-08-01 Nick Roberts <nickrob@snap.net.nz>
1834
1835 * building.texi (GDB Graphical Interface): Shorten node names.
1836 (GDB-UI Layout): Use GDB-related.
1837 (Other GDB-UI Buffers): Simplify English.
1838
18392006-07-31 Richard Stallman <rms@gnu.org>
1840
1841 * search.texi (Query Replace): Add xref for Dired's Q command.
1842
8cf51b2c
GM
18432006-07-31 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * building.texi (GDB commands in Fringe): Rename to...
1846 (Source Buffers): ..this and move forward. Describe hollow arrow and
1847 new option gdb-find-source-frame.
1848
18492006-07-29 Richard Stallman <rms@gnu.org>
1850
1851 * dired.texi (Operating on Files): Simplify previous change
1852 and fix Texinfo usage.
1853
18542006-07-29 Eli Zaretskii <eliz@gnu.org>
1855
1856 * dired.texi (Operating on Files): Add cross-references. State the
1857 Unix commands that do similar things.
1858
18592006-07-28 Richard Stallman <rms@gnu.org>
1860
1861 * mark.texi (Transient Mark): Clarify that region never disappears
1862 when Transient Mark mode is off, and not when it is on.
1863
18642006-07-27 Richard Stallman <rms@gnu.org>
1865
1866 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1867
18682006-07-24 Richard Stallman <rms@gnu.org>
1869
1870 * xresources.texi (GTK styles): Fix texinfo usage.
1871
8cf51b2c
GM
1872 * commands.texi (User Input): Explain why we teach keyboard cmds.
1873
1874 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1875 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1876 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1877 * doclicense.texi, display.texi, dired.texi, basic.texi:
1878 * anti.texi, ack.texi: Move periods and commas inside quotes.
1879
18802006-07-22 Eli Zaretskii <eliz@gnu.org>
1881
1882 * cmdargs.texi (General Variables): Document EMAIL.
1883
18842006-07-21 Eli Zaretskii <eliz@gnu.org>
1885
1886 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1887 doesn't have effect on MS-Windows.
1888
8cf51b2c
GM
18892006-07-17 Richard Stallman <rms@gnu.org>
1890
1891 * building.texi (Grep Searching): Explain about chaining grep commands.
1892
8cf51b2c
GM
18932006-07-10 Nick Roberts <nickrob@snap.net.nz>
1894
49823426 1895 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1896
18972006-07-09 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1900 is invoked for multiple files.
1901
19022006-07-08 Eli Zaretskii <eliz@gnu.org>
1903
1904 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1905 on-line manual for the rest of this node.
1906 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1907 unconditionally.
1908 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1909 Improve wording.
1910 (Windows Printing): Improve wording.
1911 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1912 rest of this node.
1913
8cf51b2c
GM
19142006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1915
49823426
GM
1916 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1917 with eval-buffer.
8cf51b2c
GM
1918
19192006-07-05 Nick Roberts <nickrob@snap.net.nz>
1920
1921 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1922 of character translation.
1923
19242006-07-04 Nick Roberts <nickrob@snap.net.nz>
1925
1926 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1927
19282006-07-03 Karl Berry <karl@gnu.org>
1929
1930 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1931 not-too-underfull hboxes in the TeX output.
1932 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1933 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1934 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1935 * sending.texi, text.texi: Fix overfull/underfull boxes.
1936
19372006-07-03 Romain Francoise <romain@orebokech.com>
1938
1939 * m-x.texi (M-x): Fix.
1940
19412006-07-03 Richard Stallman <rms@gnu.org>
1942
8cf51b2c
GM
1943 * search.texi (Other Repeating Search): filename -> file name.
1944
1945 * misc.texi (Narrowing): Minor cleanups.
1946
1947 * files.texi (Visiting): filename -> file name.
1948
1949 * emacs.texi (Top): Update subnode menus.
1950
1951 * mule.texi (Coding Systems): Move char translation stuff here.
1952 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1953 (Recognize Coding): Substantial local rewrites.
1954 (International): Update menu.
1955
1956 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1957 (Scrolling): Substantial local rewrites.
1958 (Display): Update menu and intro.
1959
1960 * dired.texi: filename -> file name.
1961
1962 * custom.texi (Safe File Variables): Texinfo usage fix.
1963
19642006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1965
1966 * help.texi, m-x.texi: Lots of cleanups.
1967
8cf51b2c
GM
19682006-06-30 Eli Zaretskii <eliz@gnu.org>
1969
1970 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1971 (Windows Processes, Windows Misc): Shorten the printed version by
1972 selectively conditioning less important portions by @ifnottex.
1973
8cf51b2c
GM
19742006-06-27 Richard Stallman <rms@gnu.org>
1975
1976 * mini.texi (Minibuffer File): Minor cleanup.
1977
19782006-06-25 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * frames.texi (XTerm Mouse): Rename to...
1981 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1982
1983 * emacs.texi (Top): Use new node name.
1984
19852006-06-24 Eli Zaretskii <eliz@gnu.org>
1986
1987 * emacs.texi (Top): Update the detailed menu according to changes in
1988 msdog.texi.
1989
1990 * msdog.texi (Windows Keyboard): New section.
1991 (Windows Mouse): New section.
1992 (Windows System Menu): Remove section (text merged with "Windows
1993 Keyboard").
1994 (Windows Misc): New section.
1995
1996 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1997
1998 * msdog.texi (ls in Lisp): New section.
1999
2000 * files.texi (Visiting): Document case-insensitive wildcard matching
2001 under find-file-wildcards.
2002
8cf51b2c
GM
20032006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2004
2005 * macos.texi (Mac Input): Add description of mac-function-modifier.
2006 Now Unicode keyboard layouts work.
2007
8cf51b2c
GM
20082006-06-10 Richard Stallman <rms@gnu.org>
2009
2010 * mule.texi (Recognize Coding): Clarify previous change.
2011
20122006-06-09 Kenichi Handa <handa@m17n.org>
2013
2014 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2015 notation.
2016
20172006-06-07 Kevin Ryde <user42@zip.com.au>
2018
2019 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2020 manual for @ifnottex, but in emacs-extra for @iftex.
2021
2022 * cmdargs.texi (General Variables): Fix smtpmail xref.
2023
20242006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2025
8cf51b2c 2026 * programs.texi (Comment Commands):
8cf51b2c 2027 * custom.texi (Specifying File Variables):
49823426 2028 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2029
20302006-06-07 Nick Roberts <nickrob@snap.net.nz>
2031
2032 * building.texi (Watch Expressions): Move node to end.
2033 (GDB Graphical Interface): Move description of clicks in fringe...
2034 (GDB commands in the Fringe): ...to here. New node.
2035
8cf51b2c
GM
20362006-06-05 Romain Francoise <romain@orebokech.com>
2037
49823426 2038 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2039
20402006-06-05 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * building.texi (GDB Graphical Interface): Update bindings.
2043 (Commands of GUD): Add gud-print. Remove gud-run.
2044 Restate availability more generally.
2045
20462006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2047
2048 * mini.texi: Lots of cleanups.
2049
20502006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2051
2052 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2053 and Mouse-2.
2054
c8763fb6 20552006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2056
2057 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2058
8cf51b2c
GM
20592006-05-31 Richard Stallman <rms@gnu.org>
2060
2061 * basic.texi (Moving Point): Fix previous change.
2062
c8763fb6 20632006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2064
2065 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2066
20672006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2068
2069 * basic.texi: Many simplifications and improvements in wording.
2070
8cf51b2c
GM
20712006-05-26 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * anti.texi (Antinews): Create a node for gdb-ui.
2074
8cf51b2c
GM
20752006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2076
2077 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2078
20792006-05-20 Richard Stallman <rms@gnu.org>
2080
2081 * dired.texi (Dired Navigation): dired-goto-file is now j.
2082
8cf51b2c
GM
20832006-05-20 Eli Zaretskii <eliz@gnu.org>
2084
2085 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2086 and their aliases.
2087
2088 * msdog.texi (Windows Printing): Mention non-support of plain text
2089 printing with some el-cheapo printers, and suggest a workaround.
2090
20912006-05-20 Kevin Ryde <user42@zip.com.au>
2092
2093 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2094 remove the bit saying you must set it.
2095
20962006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2097
2098 * trouble.texi (Checklist):
2099 * text.texi (Text, Auto Fill, Text Mode):
2100 * search.texi (Nonincremental Search):
2101 * rmail.texi (Rmail Labels):
2102 * mule.texi (Input Methods, Multibyte Conversion):
2103 * misc.texi (Gnus, Where to Look, PostScript):
2104 * maintaining.texi (Create Tags Table):
2105 * indent.texi (Indentation Commands):
2106 * fixit.texi (Spelling):
2107 * emacs.texi (Copying):
2108 * custom.texi (Init File): ifinfo -> ifnottex.
2109
8cf51b2c
GM
21102006-05-17 Richard Stallman <rms@gnu.org>
2111
2112 * files.texi (Diff Mode): Mention C-x `.
2113
21142006-05-08 Richard Stallman <rms@gnu.org>
2115
2116 * custom.texi (Disabling): Textual cleanups.
2117
8cf51b2c
GM
21182006-05-12 Glenn Morris <rgm@gnu.org>
2119
2120 * calendar.texi (Displaying the Diary, Format of Diary File):
2121 Refer to diary-view-entries, diary-list-entries,
2122 diary-show-all-entries rather than obsolete aliases.
2123
21242006-05-12 Eli Zaretskii <eliz@gnu.org>
2125
2126 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2127 (Displaying the Diary, Special Diary Entries, Importing Diary):
2128 * building.texi (Compilation Shell):
2129 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2130 emacs-xtra with @inforef's.
2131
2132 * files.texi (Visiting): Fix wording.
2133
2134 * mule.texi (Coding Systems, Text Coding): More indexing.
2135 Mention that C-x RET f can set eol conversion.
2136
c8763fb6 21372006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2138
2139 * xresmini.texi (GTK resources): Insert GTK description.
2140
2141 * xresources.texi (GTK resources): metafont should be menufont.
2142
8cf51b2c
GM
21432006-05-06 Michael Albinus <michael.albinus@gmx.de>
2144
49823426 2145 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2146 method, user name and host name is active only in partial
2147 completion mode.
2148
8cf51b2c
GM
21492006-05-06 Eli Zaretskii <eliz@gnu.org>
2150
2151 * makefile.w32-in (emacs.dvi):
2152 * Makefile.in (emacs.dvi): Add xresmini.texi.
2153
2154 * xresmini.texi (Table of Resources): Remove xref to non-existent
2155 node "LessTif Resources".
2156
2157 * msdog.texi (Microsoft Windows):
2158 * calendar.texi (Calendar/Diary, Displaying the Diary)
2159 (Special Diary Entries, Importing Diary, Holidays):
2160 * programs.texi (Program Modes):
2161 * text.texi (Text):
2162 * buffers.texi (Several Buffers):
2163 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2164
21652006-05-06 Eli Zaretskii <eliz@gnu.org>
2166
2167 The following changes merge the emacs-xtra manual into the main
2168 manual, but only for on-line version of the manual.
2169
2170 * vc2-xtra.texi (Version Backups, Local Version Control)
2171 (Making Snapshots, Change Logs and VC, Version Headers)
2172 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2173 on-line manual.
2174
2175 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2176 for on-line manual.
2177
2178 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2179 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2180 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2181 for on-line manual.
2182
2183 * fortran-xtra.texi (Fortran, Fortran Autofill)
2184 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2185 for on-line manual.
2186
2187 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2188 Conditional xref's for on-line manual.
2189
2190 * emerge-xtra.texi (Emerge, Overview of Emerge)
2191 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2192 manual.
2193
2194 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2195 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2196 (EMACSSOURCES): Use EMACS_XTRA.
2197 (../info/emacs-xtra): Remove.
2198 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2199
2200 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2201 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2202 (EMACSSOURCES): Use EMACS_XTRA.
2203 ($(infodir)/emacs-xtra): Remove.
2204 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2205
2206 * trouble.texi (Quitting):
2207 * text.texi (Text):
2208 * programs.texi (Program Modes):
2209 * msdog.texi (Microsoft Windows):
2210 * frames.texi (Frames):
2211 * files.texi (Backup, Version Control, VC Concepts)
2212 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2213 (Registering, VC Status, VC Undo, Multi-User Branching)
2214 (Comparing Files):
2215 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2216 (Displaying the Diary, Special Diary Entries, Importing Diary):
2217 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2218 conditional xref's, depending on @iftex/@ifnottex.
2219
2220 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2221 "MS-DOS". @include msdog-xtra.texi.
2222
2223 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2224 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2225
2226 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2227 for vc-xtra.texi subsections.
2228 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2229 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2230
2231 * sending.texi (Sending Mail): A @node line without explicit Prev,
2232 Next, and Up links.
2233
2234 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2235 Next, and Up links.
2236
2237 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2238 and its sections. @include picture-xtra.texi.
2239
2240 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2241 "Emerge".
2242 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2243
2244 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2245 exact duplicate of its name-sake in calendar.texi.
2246
2247 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2248 "Advanced Calendar/Diary Usage".
2249 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2250
2251 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2252 dired-xtra.texi.
2253 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2254
2255 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2256 (Files) [ifnottex]: Add menu entry for Autorevert.
2257
2258 * emacs-xtra.texi (Introduction): Reword to make consistent with
2259 printed version only.
2260 <Top level>: Remove the body of all chapters and move them to the
2261 new *-xtra.texi files. Use @raisesections and @lowersections to
2262 convert sections to chapters etc.
2263
2264 * msdog-xtra.texi:
2265 * fortran-xtra.texi:
2266 * vc-xtra.texi:
2267 * vc1-xtra.texi:
2268 * vc2-xtra.texi:
2269 * emerge-xtra.texi:
2270 * cal-xtra.texi:
2271 * dired-xtra.texi:
2272 * arevert-xtra.texi: New files, with text from respective chapters
2273 of emacs-xtra.texi. Convert each @chapter into @section, @section
2274 into @subsection, etc.
2275
2276 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2277 updated.
2278
2279 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2280 Windows". All references updated.
2281
22822006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2283
2284 * macos.texi (Mac Input): Mention input from Character Palette.
2285 (Mac Font Specs): Fix typo.
2286
22872006-05-05 Richard Stallman <rms@gnu.org>
2288
2289 * files.texi (Diff Mode): Minor cleanup.
2290
22912006-05-05 Karl Berry <karl@gnu.org>
2292
8cf51b2c
GM
2293 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2294 errors from the current release of makeinfo (4.8).
2295 * help.texi (Library Keywords): Change widest word in multitable
2296 template from `emulations' to `convenience'. (Not sure if this is
2297 related to the font change.)
2298
22992006-05-05 Eli Zaretskii <eliz@gnu.org>
2300
2301 * files.texi (File Names): Add a footnote about limited support of
2302 ~USER on MS-Windows.
2303
2304 * cmdargs.texi (Initial Options): Add a footnote about limited
2305 support of ~USER on MS-Windows.
2306
23072006-05-03 Richard Stallman <rms@gnu.org>
2308
2309 * files.texi (Diff Mode): Node moved here.
2310 (Comparing Files): Delete what duplicates new node.
2311 (Files): Put Diff Mode in menu.
2312
2313 * misc.texi (Diff Mode): Moved to files.texi.
2314
2315 * emacs.texi (Top): Update menu for Diff Mode.
2316
2317 * trouble.texi (Emergency Escape): Simplify.
2318
2319 * emacs.texi (Top): Minor clarification.
2320
23212006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2322
2323 * commands.texi, entering.texi, screen.texi: Many simplifications.
2324
23252006-05-03 Richard Stallman <rms@gnu.org>
2326
2327 * commands.texi (Text Characters): Delete paragraph about unibyte
2328 non-ASCII printing chars.
2329
2330 * killing.texi (Killing): Say "graphical displays".
2331 * display.texi: Say "graphical displays".
2332
2333 * cmdargs.texi (Misc X): Say "graphical displays".
2334
23352006-05-01 Richard Stallman <rms@gnu.org>
2336
2337 * emacs.texi (Top): Add Diff Mode to menu.
2338
23392006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2340
2341 * misc.texi (Diff Mode): New node.
2342
23432006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2344
2345 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2346 (Mac Environment Variables): Shorten example line.
2347 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2348
23492006-05-01 Nick Roberts <nickrob@snap.net.nz>
2350
2351 * building.texi (GUD Customization): Describe cases %d and %c.
2352 Update description for %e.
2353
23542006-04-30 Glenn Morris <rgm@gnu.org>
2355
2356 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2357
23582006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2359
2360 * custom.texi (Examining): Update C-h v output example.
2361
23622006-04-29 Kim F. Storm <storm@cua.dk>
2363
2364 * building.texi (Grep Searching): Add lgrep and rgrep.
2365
8cf51b2c
GM
23662006-04-23 Richard Stallman <rms@gnu.org>
2367
2368 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2369
2370 * xresmini.texi: New file.
2371
2372 * xresources.texi (Face Resources): Split table into font resources
2373 and the rest. Combine similar attributes for brevity.
2374
8cf51b2c
GM
23752006-04-21 Eli Zaretskii <eliz@gnu.org>
2376
2377 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2378 backslashes and case-insensitivity in file names (moved to the
2379 main manual).
2380 (MS-DOS Printing): Move most of the text to the main manual.
2381
2382 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2383 New nodes.
2384 (Windows Processes, Windows System Menu): Add index entries and
2385 fix wording.
2386
8cf51b2c
GM
23872006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2388
2389 * misc.texi (Shell Ring): Add notes on saved input when
2390 navigating off the end of the history list.
2391
23922006-04-18 Chong Yidong <cyd@mit.edu>
2393
2394 * misc.texi (Shell Options): Correct default value of
2395 comint-scroll-show-maximum-output.
2396
8cf51b2c
GM
23972006-04-18 Nick Roberts <nickrob@snap.net.nz>
2398
2399 * building.texi (Watch Expressions): Update.
2400
8cf51b2c
GM
24012006-04-12 Richard Stallman <rms@gnu.org>
2402
2403 * search.texi: Clean up previous change.
2404
24052006-04-12 Eli Zaretskii <eliz@gnu.org>
2406
2407 * search.texi (Regexp Backslash, Regexp Replace): Add index
2408 entries for ``back reference'' and mention the term itself in the
2409 text.
2410
24112006-04-11 Richard Stallman <rms@gnu.org>
2412
2413 * custom.texi (Safe File Variables):
2414 Document enable-local-variables = :safe.
2415
24162006-04-11 Karl Berry <karl@gnu.org>
2417
2418 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2419 (Remote Repositories, Version Backups, Local Version Control)
2420 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2421 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2422 (Renaming VC Work Files and Master Files)
2423 (Inserting Version Control Headers, Customizing VC, General Options)
2424 (Options for RCS and SCCS, Options specific for CVS): Move all
2425 these nodes to emacs-xtra.texi, for brevity.
2426 * cmdargs.texi, files.texi: Change cross-references.
2427
8cf51b2c
GM
24282006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2429
2430 * files.texi (Old Versions): Update description of vc-annotate's
2431 use of color to indicate date ranges.
2432
8cf51b2c
GM
24332006-04-09 Kevin Ryde <user42@zip.com.au>
2434
8cf51b2c
GM
2435 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2436 put info and printed manual names the right way around.
2437
24382006-04-09 Karl Berry <karl@gnu.org>
2439
2440 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2441 emacs-xtra.texi, leaving only MS Windows information.
2442 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2443 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2444 node names.
2445
2446 * emacs.texi: Move @summarycontents and @contents to the beginning
2447 of the file.
2448
8cf51b2c
GM
24492006-04-08 Kevin Ryde <user42@zip.com.au>
2450
2451 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2452
24532006-04-07 Richard Stallman <rms@gnu.org>
2454
2455 * programs.texi (Comments, Comment Commands, Options for Comments)
2456 (Multi-Line Comments): "Align", not "indent".
2457 (Basic Indent): C-j deletes trailing whitespace before the newline.
2458
24592006-04-06 Richard Stallman <rms@gnu.org>
2460
8cf51b2c
GM
2461 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2462
24632006-04-06 Eli Zaretskii <eliz@gnu.org>
2464
2465 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2466
8cf51b2c
GM
24672006-04-05 Richard Stallman <rms@gnu.org>
2468
2469 * emacs.texi (Top): Update subnode menu.
2470
2471 * trouble.texi (Unasked-for Search): Node deleted.
2472 (Lossage): Delete from menu.
2473
24742006-04-04 Richard Stallman <rms@gnu.org>
2475
2476 * trouble.texi: Various cleanups.
2477 (Checklist): Don't bother saying how to snail a bug report.
2478 (Emergency Escape): Much rewriting.
2479 (After a Crash): Rename the core dump immediately.
2480 (Total Frustration): Call it a psychotherapist.
2481 (Bug Criteria): Avoid "illegal instruction".
2482 (Sending Patches): We always put the contributor's name in.
2483
2484 * misc.texi (Thumbnails): Minor correction.
2485
8cf51b2c
GM
24862006-04-03 Richard Stallman <rms@gnu.org>
2487
2488 * misc.texi (Thumbnails): Minor cleanup.
2489
24902006-04-02 Karl Berry <karl@gnu.org>
2491
2492 * sending.texi (Mail Sending): pxref to Top needs five args.
2493
2494 * texinfo.tex: Update to current version (2006-03-21.13).
2495
8cf51b2c
GM
24962006-03-31 Richard Stallman <rms@gnu.org>
2497
2498 * emacs.texi (Top): Update subnode menu.
2499
2500 * help.texi (Help Mode): Cleanup.
2501
2502 * dired.texi: Many cleanups.
2503 (Dired Deletion): Describe dired-recursive-deletes.
2504 (Operating on Files): dired-create-directory moved.
2505 (Misc Dired Features): Move to here.
2506 (Tumme): Node moved to misc.texi.
2507
2508 * custom.texi: Many cleanups.
2509 (Minor Modes): Don't mention ISO Accents Mode.
2510 (Examining): Update C-h v output example.
2511 (Hooks): Add index and xref for add-hook.
2512 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2513 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2514
2515 * misc.texi: Many cleanups.
2516 (beginning): Add to summary of topics.
2517 (Shell): Put eshell xref at the end. Remove eshell from table.
2518 (Thumbnails): New node.
2519
8cf51b2c
GM
25202006-03-28 Eli Zaretskii <eliz@gnu.org>
2521
2522 * files.texi (File Name Cache): Make it clear that the cache is
2523 not persistent.
2524
8cf51b2c
GM
25252006-03-25 Karl Berry <karl@gnu.org>
2526
49823426
GM
2527 * emacs-xtra.texi, emacs.texi, gnu.texi:
2528 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2529 (2) do not indent copyright year list (or anything else).
2530
8cf51b2c
GM
25312006-03-21 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * files.texi (VC Dired Mode): Remove misplaced brackets.
2534
25352006-03-21 Andre Spiegel <spiegel@gnu.org>
2536
2537 * files.texi: Various updates and clarifications in the VC chapter.
2538
25392006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2540
2541 * help.texi (Help Mode): Document "C-c C-c".
2542
8cf51b2c
GM
25432006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2544
2545 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2546 menu in the standalone Info reader.
2547
25482006-03-15 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2551 moved here from Emacs manual.
2552
2553 * programs.texi (Fortran): Section moved to emacs-xtra.
2554 (Program Modes): Xref to Fortran in emacs-xtra.
2555
2556 * maintaining.texi (Emerge): Move to emacs-xtra.
2557 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2558
2559 * picture.texi: File deleted.
2560 * Makefile.in:
2561 * makefile.w32-in: Remove picture.texi.
2562
2563 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2564 * abbrevs.texi (Abbrevs):
2565 * sending.texi (Sending Mail): Picture node removed.
2566
2567 * emacs.texi (Top): Update node listings.
2568
8cf51b2c
GM
25692006-03-12 Richard Stallman <rms@gnu.org>
2570
2571 * calendar.texi: Various cleanups.
2572
8cf51b2c
GM
25732006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2574
2575 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2576 syntax.
2577
8cf51b2c
GM
25782006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2579
2580 * search.texi (Regexps): More accurately describe which characters
2581 are special in which situations. Recommend _not_ to quote `]' or
2582 `-' when they are not special.
2583
8cf51b2c
GM
25842006-02-28 Andre Spiegel <spiegel@gnu.org>
2585
2586 * files.texi (Old Versions): Clarify operation of C-x v =.
2587
8cf51b2c
GM
25882006-02-21 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * building.texi (Watch Expressions): Update and describe
2591 gdb-speedbar-auto-raise.
2592
25932006-02-19 Richard M. Stallman <rms@gnu.org>
2594
2595 * emacs.texi: Use @smallbook.
2596 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2597 Update subnode menu.
2598
2599 * building.texi (Lisp Interaction): Minor addition.
2600
26012006-02-18 Nick Roberts <nickrob@snap.net.nz>
2602
2603 * building.texi (Watch Expressions): Update and be more precise.
2604
c8763fb6 26052006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2606
2607 * maintaining.texi (Create Tags Table): Explain why the
2608 exception when etags writes to files under the /dev tree.
2609
26102006-02-14 Richard M. Stallman <rms@gnu.org>
2611
2612 * custom.texi (Safe File Variables): Lots of clarification.
2613 Renamed from Unsafe File Variables.
2614
26152006-02-14 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * custom.texi (Unsafe File Variables): File variable confirmation
2618 assumed denied in batch mode.
2619
26202006-02-14 Richard M. Stallman <rms@gnu.org>
2621
2622 * building.texi (GDB User Interface Layout): Don't say `inferior'
2623 for program being debugged.
2624
26252006-02-15 Nick Roberts <nickrob@snap.net.nz>
2626
2627 * building.texi (GDB Graphical Interface):
2628 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2629
26302006-02-13 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * custom.texi (Specifying File Variables, Unsafe File Variables):
2633 New nodes, split from File Variables. Document new file local
2634 variable behavior.
2635
26362006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2637
2638 * display.texi (Standard Faces):
8cf51b2c
GM
2639 * files.texi (Visiting):
2640 * frames.texi (Clipboard):
2641 * glossary.texi (Glossary) <Clipboard>:
2642 * xresources.texi (X Resources): Mention Mac OS port.
2643
8cf51b2c
GM
26442006-02-12 Richard M. Stallman <rms@gnu.org>
2645
2646 * building.texi (Building): Clarify topic in intro.
2647
2648 * maintaining.texi (Maintaining): Change title; clarify topic.
2649 Delete duplicate index entries.
2650
2651 * building.texi (Other GDB User Interface Buffers): Clarifications.
2652
2653 * text.texi (Cell Commands): Clarifications.
2654
2655 * programs.texi (Defuns): Delete duplicate explanation of
2656 left-margin paren convention.
2657 (Hungry Delete): Minor cleanup.
2658
26592006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2660
2661 * dired.texi (Tumme): More tumme documentation.
2662
26632006-02-11 Alan Mackenzie <acm@muc.de>
2664
2665 * programs.texi ("Hungry Delete"): Correct the appellation of the
2666 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2667
26682006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2669
2670 * dired.texi (Tumme): Fix small bug.
2671
26722006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2673
2674 * macos.texi (Mac International): Rename "fontset-mac" to
2675 "fontset-standard".
2676
8cf51b2c
GM
26772006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2678
2679 * dired.texi (Tumme): Basic documentation for Tumme added.
2680
8cf51b2c
GM
26812006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2682
2683 * mule.texi (International):
2684 * programs.texi (Basic Indent): Fix typos.
2685
8cf51b2c
GM
2686 * custom.texi (Minor Modes):
2687 * display.texi (Text Display):
2688 * commands.texi (Text Characters): Update xrefs.
2689
26902006-02-07 Richard M. Stallman <rms@gnu.org>
2691
2692 * emacs.texi (Top): Update subnode menu.
2693 Update info on old Emacs papers.
2694 (Intro): "Graphical display", not window system.
2695
2696 * xresources.texi (GTK styles): Minor clarifications.
2697
2698 * trouble.texi: "Graphical display", not window system.
2699 (Stuck Recursive): Minor clarification.
2700
2701 * text.texi: Minor clarifications.
2702 (Sentences): Explain why two-space convention is better.
2703 Explain sentence-end-without-period here.
2704 (Fill Commands): Not here.
2705 (Refill): Node moved down.
2706 (Filling): Update menu.
2707 (Table Creation, Cell Justification, Column Commands): Clarify.
2708
2709 * sending.texi: Minor clarifications.
2710
2711 * search.texi (Regexp Backslash): Clarification.
2712
2713 * rmail.texi: Minor cleanups.
2714 (Rmail): Delete digression about `rmail-mode'.
2715 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2716 (Rmail Files): Mention C-u M-x rmail.
2717 (Rmail Reply): Mention References.
2718 (Rmail Display): Mention rmail-nonignored-headers.
2719
2720 * programs.texi: Minor cleanups.
2721 (Comment Commands): Mention momentary Transient Mark mode.
2722 (Matching): Be more specific about customizing show-paren-mode.
2723 (Info Lookup): Don't list the modes that support C-h S.
2724 Just say what it does in an unsupported mode.
2725 (Man Page): Delete excessive info on customizing woman.
2726 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2727
2728 * abbrevs.texi: Minor clarifications.
2729 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2730 not "dynamic abbrevs" as if they were a kind of abbrev.
2731
2732 * picture.texi (Picture): Minor cleanup.
2733
2734 * mule.texi (Communication Coding): Say "other applications".
2735 (Fontsets): Not specific to X. Add xref to X Resources.
2736 (Unibyte Mode): Rename from Single-Byte Character Support.
2737 "Graphical display", not window system.
2738 (International): Update menu.
2739
2740 * maintaining.texi (Format of ChangeLog):
2741 New node, split out from ChangeLog.
2742 (ChangeLog): Clarifications in the remaining text.
2743 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2744 (Find Tag): Add @w.
2745 (Tags Search): Explain tag table order here. Simplify grep ref.
2746 (List Tags): tags-tag-face is a variable, not a face.
2747 (Emerge): Cleanups.
2748
2749 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2750 (Keyboard Macros): Avoid "the user".
2751
2752 * killing.texi: "Graphical display", not window system.
2753
2754 * help.texi (Help Echo): "Graphical display", not window system.
2755
2756 * glossary.texi: Say "you", not "the user". Say "graphical display".
2757
2758 * frames.texi: Minor cleanups. "Graphical display", not window system.
2759
2760 * files.texi (Visiting): Make drag-and-drop not X-specific.
2761
2762 * custom.texi: Minor cleanups. "Graphical display", not window system.
2763
2764 * cmdargs.texi: Minor cleanups.
2765
2766 * building.texi (Compilation): Move and split kill-compilation para.
2767 Add para about multiple compilers.
2768 (Compilation Mode): Commands also available in grep mode and others.
2769 Mention C-u C-x ` more tutorially. Clarify C-x `.
2770 (Compilation Shell): Clarify. Put Bash example first.
2771 (Grep Searching): Minor cleanups; add @w.
2772 (Debuggers): Minor cleanups.
2773 (Starting GUD): Make GDB xgraphical mode issue clearer.
2774 (Debugger Operation): Lots of clarifications including
2775 GDB tooltip side-effect issue.
2776 (Commands of GUD): Clarify.
2777 (GUD Customization): Add bashdb-mode-hook.
2778 (GDB Graphical Interface): Rewrite for clarity.
2779 (GDB User Interface Layout): Rewrite for clarity.
2780 (Stack Buffer, Watch Expressions): Likewise.
2781 (Other GDB User Interface Buffers): Cleanups.
2782 (Lisp Libraries, External Lisp): Cleanup.
2783
2784 * basic.texi (Position Info): "Graphical displays", rather than
2785 window systems.
2786
2787 * anti.texi: Minor cleanup.
2788
8cf51b2c
GM
27892006-02-03 Eli Zaretskii <eliz@gnu.org>
2790
2791 * custom.texi (Init File, Find Init): Add cross-references to
2792 where $HOME is described.
2793
27942006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2795
2796 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2797 is not inside the @table.
2798
2799 * emacs.texi (Top): Correct node name.
2800
2801 * files.texi (File Names): Fix @xref.
2802 (Reverting): Fix typo.
2803
2804 * mule.texi (International): Correct node name.
2805
2806 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2807
28082006-02-01 Richard M. Stallman <rms@gnu.org>
2809
2810 * emacs.texi (Top): Update subnode menu.
2811
2812 * mule.texi: Minor clarifications.
2813 Reduce the specific references to X Windows.
2814 Refer to "graphical" terminals, rather than window systems.
2815 (Text Coding): Rename from Specify Coding.
2816 (Communication Coding, File Name Coding, Terminal Coding):
2817 New nodes split out from Text Coding.
2818
2819 * kmacro.texi: Minor clarifications.
2820 (Keyboard Macro Ring): Comment out some excessive commands.
2821 (Basic Keyboard Macro): Split up the table, putting part in each node.
2822
2823 * major.texi: Minor clarifications.
2824
2825 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2826
2827 * windows.texi: Minor clarifications.
2828 (Change Window): Don't describe mode-line mouse cmds here.
2829 Add xref to Mode Line Mouse.
2830
2831 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2832
2833 * macos.texi (Mac International): Fix xref.
2834
2835 * indent.texi: Minor clarifications.
2836
2837 * frames.texi: Minor clarifications.
2838 Reduce the specific references to X Windows.
2839 Refer to "graphical" terminals, rather than window systems.
2840 (Frame Parameters): Don't mention commands like
2841 set-foreground-color. Just say to customize a face.
2842 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2843
2844 * files.texi: Minor clarifications.
2845 (Numbered Backups): New node, split out from Backup Names.
2846
2847 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2848
2849 * cmdargs.texi (General Variables): Fix xref.
2850
2851 * buffers.texi: Minor clarifications.
2852
8cf51b2c
GM
28532006-01-31 Richard M. Stallman <rms@gnu.org>
2854
2855 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2856 Nodes moved to top.
2857
2858 * display.texi: Minor clarifications.
2859 (Display): Rearrange menu.
2860 (Standard Faces): Mention query-replace face.
2861 (Faces): Simplify.
2862 (Font Lock): Simplify face customization info.
2863 (Highlight Changes): Node merged into Highlight Interactively.
2864 (Highlight Interactively): Much rewriting and cleanup.
2865 (Optional Mode Line): Narrowed line number not good for goto-line.
2866 Simplify face customization advice.
2867 (Text Display): Mention use of escape-glyph face.
2868 Move ctl-arrow and tab-width here.
2869 (Display Custom): Move no-redraw-on-reenter to end of node.
2870
2871 * search.texi: Minor clarifications.
2872 (Isearch Scroll): Simplify.
2873 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2874
2875 * regs.texi (Registers): Mention bookmarks here.
2876
2877 * mark.texi: Minor clarifications.
2878 (Selective Undo): Node deleted.
2879
2880 * m-x.texi: Minor clarifications.
2881
2882 * killing.texi: Minor clarifications.
2883 Refer to "graphical" terminals, rather than window systems.
2884
2885 * help.texi: Clarifications.
2886 (Help): Don't describe C-h F and C-h K here.
2887 (Key Help): Describe C-h K here.
2888 (Name Help): Mention Emacs Lisp Intro.
2889 Describe C-h F here.
2890 (Misc Help): Mention C-h F and C-h K only briefly.
2891
2892 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2893 Selective undo text merged in.
2894 (Spelling): Mention Aspell along with Ispell.
2895
2896 * emacs.texi (Top): Update subnode menus.
2897
2898 * basic.texi (Basic Undo): Rename from Undo. Most of text
2899 moved to new Undo node.
2900
8cf51b2c
GM
29012006-01-29 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * basic.texi (Continuation Lines, Inserting Text):
2904 Mention longlines mode.
2905
29062006-01-29 Richard M. Stallman <rms@gnu.org>
2907
10d1d0af 2908 * screen.texi: Minor cleanups.
8cf51b2c
GM
2909 (Screen): Clean up the intro paragraphs.
2910 (Mode Line): Lots of rewriting. Handle frame-name better.
2911 eol-mnemonic-... vars moved out.
2912
2913 * emacs.texi (Top): Change menu item for MS-DOS node.
2914 Update subnode menu.
2915
2916 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2917 chapter relates to Windows. Title changed.
2918
2919 * mini.texi: Minor cleanups.
2920
2921 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2922 (Mark): Put it in the menu.
2923
2924 * entering.texi: Minor cleanups.
2925
2926 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2927 (Intro): Refer to "graphical" terminals, rather than X.
2928
2929 * display.texi (Display Custom): Add xref to Variables.
2930 (Optional Mode Line): eol-mnemonic-... vars moved here.
2931
2932 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2933 rather than X.
2934
8cf51b2c
GM
2935 * basic.texi: Minor cleanups.
2936 (Undo): selective-undo moved.
2937
8cf51b2c
GM
29382006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2939
2940 * anti.texi (Antinews): Various corrections and additions.
2941
29422006-01-23 Juri Linkov <juri@jurta.org>
2943
2944 * custom.texi (Easy Customization, Customization Groups)
2945 (Browsing Custom): Mention links along with buttons.
2946
8cf51b2c
GM
29472006-01-21 Eli Zaretskii <eliz@gnu.org>
2948
8cf51b2c
GM
2949 * text.texi (TeX Print): Use @key for TAB.
2950
8cf51b2c
GM
2951 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2952
8cf51b2c
GM
29532006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2954
2955 * files.texi (File Aliases): Don't claim that usually separate
2956 buffers are created for two file names that name the same data.
2957 Mention additional situations where different names mean the same
2958 file on disk.
2959
29602006-01-19 Richard M. Stallman <rms@gnu.org>
2961
2962 * killing.texi (Deletion): Upcase @key argument.
2963
2964 * custom.texi (Custom Themes): Minor cleanup.
2965
2966 * programs.texi (Hungry Delete): Upcase @key argument.
2967
8cf51b2c
GM
29682006-01-16 Juri Linkov <juri@jurta.org>
2969
2970 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2971 Move `mode-line-highlight' before `mode-line-buffer-id'.
2972
8cf51b2c
GM
29732006-01-14 Richard M. Stallman <rms@gnu.org>
2974
2975 * basic.texi (Inserting Text): Minor cleanup.
2976
8cf51b2c
GM
29772006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2978
2979 * custom.texi (Changing a Variable, Face Customization):
2980 Update for changes in Custom menus.
2981
8cf51b2c
GM
29822006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2983
2984 * macos.texi (Mac International): Undo last change.
2985
8cf51b2c
GM
29862006-01-02 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * custom.texi (Custom Themes): Describe the new
2989 customize-create-theme interface.
2990
29912005-12-30 Juri Linkov <juri@jurta.org>
2992
2993 * basic.texi (Position Info): Update example.
2994
c8763fb6 29952005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2996
2997 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2998
29992005-12-24 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * custom.texi (Custom Themes): `load-theme' always loads.
3002
30032005-12-23 Juri Linkov <juri@jurta.org>
3004
3005 * display.texi (Highlight Interactively): Use double space to
3006 separate sentences. Replace C-p with M-p, and C-n with M-n.
3007
30082005-12-22 Richard M. Stallman <rms@gnu.org>
3009
3010 * custom.texi (Easy Customization and subnodes):
3011 Replace "active field" with "button".
3012 Use "user option" only for variables.
3013 Use "setting" for variable-or-face.
3014
30152005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3016
3017 * buffers.texi (Select Buffer): Change order in table to make
3018 "Similar" refer to the correct item.
3019 (Indirect Buffers): Minor rewording.
3020
8cf51b2c
GM
30212005-12-20 Juri Linkov <juri@jurta.org>
3022
3023 * files.texi (VC Status): Put P and N near p and n.
3024
8cf51b2c
GM
30252005-12-19 Richard M. Stallman <rms@gnu.org>
3026
3027 * programs.texi (Electric C): Delete the info about newline control.
3028 (Other C Commands): Minor cleanup.
3029 (Left Margin Paren): Minor cleanup.
3030
30312005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3032
3033 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3034 (Customization Groups): Delete text moved to "Browsing Custom".
3035 (Browsing Custom): New node.
3036 (Specific Customization): Clarify which commands only work for
3037 loaded options.
3038
30392005-12-18 Bill Wohler <wohler@newt.com>
3040
3041 * frames.texi (Tool Bars): Shorten text of previous change.
3042
30432005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3044
3045 * files.texi (VC Status): Document log-view mode.
3046
30472005-12-18 Bill Wohler <wohler@newt.com>
3048
3049 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3050 permanently via the customize interface.
3051
8cf51b2c
GM
30522005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3053
3054 * killing.texi (Killing by Lines): Document `kill-whole-line'
3055 function.
3056
c8763fb6 30572005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3058
3059 * buffers.texi (Select Buffer): Change `prev-buffer' to
3060 `previous-buffer'. Indicate that these functions use a frame
3061 local buffer list.
3062
8cf51b2c
GM
30632005-12-12 Richard M. Stallman <rms@gnu.org>
3064
3065 * custom.texi (Easy Customization): Change menu comment.
3066 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3067
3068 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3069 (Help): Among the Apropos commands, describe only C-h a here.
3070
30712005-12-11 Richard M. Stallman <rms@gnu.org>
3072
3073 * programs.texi (Options for Comments): Comment-end starts with space.
3074
3075 * glossary.texi (Glossary): Minor cleanup.
3076
3077 * files.texi (Old Versions): Use @table.
3078
8cf51b2c
GM
30792005-12-10 David Koppelman <koppel@ece.lsu.edu>
3080
3081 * display.texi (Highlight Interactively): Include
3082 global-hi-lock-mode. Add miscellaneous details and elaborations.
3083
30842005-12-09 Richard M. Stallman <rms@gnu.org>
3085
3086 * display.texi (Font Lock): Delete the Global FL menu item.
3087
30882005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * custom.texi (Minibuffer Maps): Mention the maps for file name
3091 completion.
3092
30932005-12-09 Kim F. Storm <storm@cua.dk>
3094
3095 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3096 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3097 cursor to next corner in rectangle; clarify insert around rectangle.
3098
8cf51b2c
GM
30992005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3100
3101 * custom.texi (Customization): Use xref to elisp manual for
3102 non-TeX output.
3103 (Minor Modes): Update.
3104 (Customization Groups, Changing a Variable, Face Customization):
3105 Update for new appearance of Custom buffers.
3106 (Changing a Variable): `custom-buffer-done-function' has been
3107 replaced by `custom-buffer-done-kill'.
3108 (Specific Customization): In the `customize-group' buffer, a
3109 subgroup's contents are not "hidden". They are not included at
3110 all. They have no [Show] button.
3111 (Mouse Buttons): Add pxref to description of mouse event lists in
3112 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3113 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3114 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3115
31162005-12-08 Richard M. Stallman <rms@gnu.org>
3117
3118 * mini.texi (Completion Commands, Completion):
3119 In file name input, SPC does not do completion.
3120
8cf51b2c
GM
31212005-12-08 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * building.texi (GDB Graphical Interface): Explain screen size
3124 setting.
3125 (Other GDB User Interface Buffers): Describe features specific to
3126 GDB 6.4.
3127
8cf51b2c
GM
31282005-12-01 Nick Roberts <nickrob@snap.net.nz>
3129
3130 * building.texi (GDB User Interface Layout): Describe how to
3131 kill associated buffers.
3132 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3133 (Watch Expressions): Be more precise.
3134 (Other GDB User Interface Buffers): Describe how to change a
3135 register value.
3136
8cf51b2c
GM
31372005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3138
3139 * macos.texi (Mac Input): Remove description of
3140 mac-command-key-is-meta. Add descriptions of
3141 mac-control-modifier, mac-command-modifier, and
3142 mac-option-modifier.
3143 (Mac International): Fix description of conversion of clipboard data.
3144 (Mac Font Specs): Add example of font customization by face attributes.
3145
31462005-11-22 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * building.texi (Watch Expressions): Expand description.
3149 (Other GDB User Interface Buffers): Describe local map for
3150 gud-watch.
3151
31522005-11-21 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * display.texi (Font Lock): Font lock is enabled by default now.
3155
31562005-11-20 Juri Linkov <juri@jurta.org>
3157
3158 * basic.texi (Position Info): Update examples of the output.
3159 Remove the fact that examples are produced in the TeXinfo buffer,
3160 because in the Info reader users will get a different output from
3161 `C-x ='.
3162
3163 * building.texi (Compilation Mode): Remove paragraph duplicated
3164 from the node `Compilation'. Add `compilation-skip-threshold'.
3165
3166 * display.texi (Font Lock): Suggest more user-friendly method of
3167 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3168
31692005-11-18 Richard M. Stallman <rms@gnu.org>
3170
3171 * files.texi (Registering): Mention @@ in mode line.
3172
3173 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3174
31752005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3176
3177 * files.texi (Renaming and VC): Some back-ends don't
3178 handle renaming.
3179
8cf51b2c
GM
31802005-11-17 Juri Linkov <juri@jurta.org>
3181
3182 * emacs.texi (Top):
3183 * display.texi (Highlight Interactively): Put this font-lock based
3184 mode near Font Lock node.
3185
31862005-11-16 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3189 icons.
3190
31912005-11-12 Kim F. Storm <storm@cua.dk>
3192
3193 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3194 (Help Summary): Add C-h d and C-h e.
3195 (Apropos): Clarify that all apropos commands may search for either
3196 list of words or a regexp. Add C-h d for apropos-documentation.
3197 Describe apropos-documentation-sort-by-scores user option.
3198
8cf51b2c
GM
31992005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3200
3201 * killing.texi (CUA Bindings): Add @section.
3202
32032005-11-10 Kim F. Storm <storm@cua.dk>
3204
3205 * emacs.texi (Top): Add CUA Bindings entry to menu.
3206
3207 * killing.texi (CUA Bindings): New node. Moved here from
3208 misc.texi and extended with info on rectangle commands and
3209 rectangle highlighting, interface to registers, and the global
3210 mark feature.
3211
3212 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3213
3214 * regs.texi: Prev link points to CUA Bindings node.
3215
32162005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3217
3218 * help.texi (Help Echo): By default, help echos are only shown on
3219 mouse-over, not on point-over.
3220
c8763fb6 32212005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3222
3223 * misc.texi (Shell Mode): Describe how to activate password echoing.
3224
8cf51b2c
GM
32252005-11-04 Romain Francoise <romain@orebokech.com>
3226
3227 * mark.texi (Mark Ring): Fix typo.
3228
32292005-11-03 Richard M. Stallman <rms@gnu.org>
3230
3231 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3232
32332005-11-01 Bill Wohler <wohler@newt.com>
3234
3235 * help.texi (Help Mode): Fix typo.
3236
32372005-11-01 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * building.texi (Other GDB User Interface Buffers): Describe
3240 the command gdb-use-inferior-io-buffer.
3241
32422005-10-31 Romain Francoise <romain@orebokech.com>
3243
3244 * files.texi (Compressed Files): Fix typo.
3245
3246 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3247
3248 * windows.texi (Force Same Window): Likewise.
3249
32502005-10-30 Bill Wohler <wohler@newt.com>
3251
3252 * help.texi (Help Mode): URLs viewed with browse-url.
3253
32542005-10-31 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * building.texi (GDB Graphical Interface): Don't reference
3257 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3258 must stay in same frame.
3259
32602005-10-29 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3263
3264 * anti.texi (Antinews): Likewise.
3265
8cf51b2c
GM
32662005-10-28 Bill Wohler <wohler@newt.com>
3267
3268 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3269
32702005-10-28 Richard M. Stallman <rms@gnu.org>
3271
3272 * files.texi (Visiting): Explain how to enter ? in a file name.
3273
3274 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3275
8cf51b2c
GM
32762005-10-25 Nick Roberts <nickrob@snap.net.nz>
3277
3278 * building.texi (GDB Graphical Interface): Describe
3279 gdb-mouse-until.
3280
32812005-10-23 Richard M. Stallman <rms@gnu.org>
3282
3283 * custom.texi (Init File): Recommend when to use site-start.el.
3284
8cf51b2c
GM
32852005-10-21 Juri Linkov <juri@jurta.org>
3286
3287 * custom.texi (Examining): Mention accessing the old variable
3288 value via M-n in set-variable.
3289
8cf51b2c
GM
32902005-10-18 Romain Francoise <romain@orebokech.com>
3291
3292 * files.texi (Version Systems): Capitalize GNU.
3293
8cf51b2c
GM
32942005-10-18 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * building.texi (Compilation Mode): Remove redundant paragraph.
3297 (Watch Expressions): Remove paragraph to reflect code change.
3298
8cf51b2c
GM
32992005-10-16 Richard M. Stallman <rms@gnu.org>
3300
3301 * building.texi (Compilation Mode, Compilation): Clarified.
3302
33032005-10-15 Richard M. Stallman <rms@gnu.org>
3304
3305 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3306
8cf51b2c
GM
33072005-10-13 Kenichi Handa <handa@m17n.org>
3308
3309 * basic.texi (Position Info): Fix previous change.
3310
c8763fb6 33112005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3312
3313 * cmdargs.texi (Icons X): Fix typo.
3314
33152005-10-12 Kenichi Handa <handa@m17n.org>
3316
3317 * basic.texi (Position Info): Describe the case that Emacs shows
3318 "part of display ...".
3319
c8763fb6 33202005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3321
3322 * cmdargs.texi (Icons X): -nb => -nbi.
3323
33242005-10-10 Chong Yidong <cyd@stupidchicken.com>
3325
3326 * frames.texi (Speedbar): A couple more clarifications.
3327
33282005-10-11 Nick Roberts <nickrob@snap.net.nz>
3329
3330 * building.texi (GDB User Interface Layout): Improve diagram.
3331 (Watch Expressions): Explain how to make speedbar global.
3332 (Other GDB User Interface Buffers): Make references more precise.
3333
8cf51b2c
GM
33342005-10-09 Richard M. Stallman <rms@gnu.org>
3335
3336 * frames.texi (Speedbar): Clarify the text.
3337
33382005-10-09 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * frames.texi (Speedbar): Add information on keybindings,
3341 dismissing the speedbar, and buffer display mode. Link to
3342 speedbar manual.
3343
c8763fb6 33442005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3345
3346 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3347 added -nb, --no-bitmap-icon.
3348
8cf51b2c
GM
33492005-10-07 Nick Roberts <nickrob@snap.net.nz>
3350
3351 * building.texi (GDB Graphical Interface): Add variables and
3352 functions to indices. Be more precise.
3353
c8763fb6 33542005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3355
3356 * frames.texi (Drag and Drop): Remove the x- from
3357 x-dnd-open-file-other-window and xdnd-protocol-alist.
3358
33592005-09-30 Romain Francoise <romain@orebokech.com>
3360
3361 * mini.texi (Minibuffer): The default value now appears before the
3362 colon in minibuffer prompts.
3363
8cf51b2c
GM
33642005-09-25 Richard M. Stallman <rms@gnu.org>
3365
3366 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3367
8cf51b2c
GM
33682005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3369
3370 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3371
8cf51b2c
GM
33722005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3373
3374 * emacs.texi (Top): Update submenus from macos.texi.
3375
3376 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3377 (Mac OS): Update feature support status.
3378 (Mac Input): List supported input scripts. Remove description
3379 about `mac-keyboard-text-encoding'. Mention mouse button
3380 emulation and related variables.
3381 (Mac International): Mention Central European and Cyrillic
3382 support. Now `keyboard-coding-system' is dynamically changed.
3383 Add description about coding system for selection. Add
3384 description about language environment.
3385 (Mac Environment Variables): Mention
3386 `~/.MacOSX/environment.plist'. Give example of command line
3387 arguments. Add Preferences support.
3388 (Mac Directories): Explicitly state that this node is for Mac OS
3389 Classic only.
3390 (Mac Font Specs): Mention specification for scalable fonts. List
3391 supported charsets. Add preferred way of creating fontsets. Add
3392 description about `mac-allow-anti-aliasing'.
3393 (Mac Functions): Add descriptions about `mac-set-file-creator',
3394 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3395 and `mac-get-preference'.
3396
8cf51b2c
GM
33972005-09-16 Romain Francoise <romain@orebokech.com>
3398
3399 Update all files to specify GFDL version 1.2.
3400
3401 * doclicense.texi (GNU Free Documentation License): Update to
3402 version 1.2.
3403
34042005-09-15 Richard M. Stallman <rms@gnu.org>
3405
3406 * buffers.texi (List Buffers): Fix xref.
3407
3408 * rmail.texi (Rmail Basics): Fix xref.
3409
3410 * emacs.texi (Top): Update subnode menus.
3411
3412 * files.texi (Saving Commands): New node, broken out of Saving.
3413 (Customize Save): New node, broken out of Saving.
3414 Clarify effect of write-region-inhibit-fsync.
3415 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3416
8cf51b2c
GM
34172005-09-14 Romain Francoise <romain@orebokech.com>
3418
3419 * files.texi (Saving): Mention write-region-inhibit-fsync.
3420
34212005-09-05 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * custom.texi (Custom Themes): New node.
3424
34252005-09-03 Richard M. Stallman <rms@gnu.org>
3426
49823426
GM
3427 * search.texi (Search Case): Mention vars that control
3428 case-fold-search for various operations.
8cf51b2c
GM
3429
34302005-08-22 Juri Linkov <juri@jurta.org>
3431
3432 * display.texi (Standard Faces): Merge the text from
3433 `(elisp)Standard Faces' into this node.
3434
34352005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3436
3437 * emacs.texi (Top): Delete menu item for deleted node
3438 Keyboard Translations.
3439
34402005-08-18 Richard M. Stallman <rms@gnu.org>
3441
8cf51b2c
GM
3442 * trouble.texi (Unasked-for Search):
3443 Delete xref to Keyboard Translations.
3444
3445 * glossary.texi (Glossary): Delete xref.
3446
8cf51b2c
GM
3447 * custom.texi (Minor Modes): Say that the list here is not complete.
3448 (Keyboard Translations): Node deleted.
3449 (Disabling): Delete xref to it.
3450 (Customization Groups): Fix Custom buffer example.
3451 (Hooks): Mention remove-hooks.
3452
34532005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3454
3455 * building.texi (GDB Graphical Interface): Improve filling of menu
3456 item.
3457
34582005-08-18 Nick Roberts <nickrob@snap.net.nz>
3459
3460 * building.texi (GDB Graphical Interface): Use better node names.
3461
34622005-08-14 Richard M. Stallman <rms@gnu.org>
3463
3464 * text.texi (Sentences): Fix xref.
3465
34662005-08-14 Juri Linkov <juri@jurta.org>
3467
3468 * building.texi (Compilation, Grep Searching): Move grep command
3469 headings from `Compilation' to `Grep Searching'.
3470
3471 * dired.texi (Dired and Find):
3472 * maintaining.texi (Tags Search): Replace grep xref to
3473 `Compilation' node with `Grep Searching'.
3474
3475 * files.texi (Comparing Files): Replace xref to `Compilation' with
3476 `Compilation Mode'.
3477
34782005-08-13 Alan Mackenzie <acm@muc.de>
3479
3480 * search.texi (Non-ASCII Isearch): Correct a typo.
3481 (Replacement Commands): Mention query-replace key binding.
3482
34832005-08-11 Richard M. Stallman <rms@gnu.org>
3484
3485 * programs.texi (Options for Comments): Fix xref.
3486
3487 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3488 out of Regexps.
3489
8cf51b2c
GM
34902005-08-09 Juri Linkov <juri@jurta.org>
3491
3492 * building.texi (Compilation): Use `itemx' instead of `item'.
3493 (Grep Searching): Simplify phrase.
3494
3495 * display.texi (Standard Faces): Describe vertical-border on
3496 window systems.
3497
3498 * windows.texi (Split Window): Simplify phrase and mention
3499 vertical-border face.
3500
35012005-08-09 Richard M. Stallman <rms@gnu.org>
3502
3503 * files.texi (Comparing Files): Clarify compare-windows.
3504
3505 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3506
8cf51b2c
GM
35072005-08-06 Eli Zaretskii <eliz@gnu.org>
3508
3509 * mule.texi (Coding Systems): Rephrase the paragraph about
3510 codepages: no need for "M-x codepage-setup" anymore, except on
3511 MS-DOS.
3512
3513 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3514 the MS-DOS port only.
3515
35162005-07-30 Eli Zaretskii <eliz@gnu.org>
3517
3518 * makefile.w32-in (info): Don't run multi-install-info.bat.
3519 ($(infodir)/dir): New target, produced by running
3520 multi-install-info.bat.
3521
8cf51b2c
GM
35222005-07-22 Eli Zaretskii <eliz@gnu.org>
3523
3524 * files.texi (Quoted File Names): Add index entry.
3525
8cf51b2c
GM
35262005-07-19 Juri Linkov <juri@jurta.org>
3527
3528 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3529
35302005-07-18 Juri Linkov <juri@jurta.org>
3531
8cf51b2c
GM
3532 * custom.texi (Easy Customization):
3533 * files.texi (Old Versions):
3534 * frames.texi (Wheeled Mice):
3535 * mule.texi (Specify Coding):
8cf51b2c
GM
3536 * text.texi (Cell Justification):
3537 * trouble.texi (After a Crash):
8cf51b2c
GM
3538 * xresources.texi (GTK styles):
3539 Delete duplicate duplicate words.
3540
35412005-07-17 Richard M. Stallman <rms@gnu.org>
3542
3543 * frames.texi (Creating Frames): Fix foreground color example.
3544
3545 * custom.texi (Init Examples): Clean up text about conditionals.
3546
35472005-07-16 Richard M. Stallman <rms@gnu.org>
3548
3549 * mini.texi (Completion Commands): Fix command name for ?.
3550
8cf51b2c
GM
35512005-07-16 Eli Zaretskii <eliz@gnu.org>
3552
3553 * display.texi (Standard Faces): Explain that customization of
3554 `menu' face has no effect on w32 and with GTK. Add
3555 cross-references.
3556
3557 * cmdargs.texi (General Variables): Clarify the default location
3558 of $HOME on w32 systems.
3559
35602005-07-15 Jason Rumney <jasonr@gnu.org>
3561
3562 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3563 changed.
3564
35652005-07-08 Kenichi Handa <handa@m17n.org>
3566
3567 * mule.texi (Recognize Coding): Recommend
3568 revert-buffer-with-coding-system instead of revert-buffer.
3569
35702005-07-07 Richard M. Stallman <rms@gnu.org>
3571
3572 * anti.texi (Antinews): Mention mode-line-inverse-video.
3573
3574 * files.texi (Saving): Minor correction about C-x C-w.
3575
3576 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3577
35782005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3579
3580 * search.texi (Isearch Scroll): Add example of using the
3581 `isearch-scroll' property.
3582 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3583 `Display Custom' node.
3584 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3585 and de-emphasize it.
3586 (Other Repeating Search): `occur' currently can not correctly
3587 handle multiline matches. Correct, clarify and update description
3588 of `flush-lines' and `keep-lines'.
3589
3590 * display.texi (Display Custom): Add anchor for `baud-rate'.
3591
35922005-07-07 Richard M. Stallman <rms@gnu.org>
3593
3594 * gnu.texi: Update where to get GNU status; add refs for how to help.
3595 Add footnotes 6 and 7.
3596
35972005-07-04 Lute Kamstra <lute@gnu.org>
3598
3599 Update FSF's address in GPL notices.
3600
8cf51b2c 3601 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3602 * trouble.texi (Checklist): Update FSF's address.
3603
8cf51b2c
GM
36042005-06-24 Richard M. Stallman <rms@gnu.org>
3605
3606 * display.texi (Text Display): Change index entries.
3607
36082005-06-24 Eli Zaretskii <eliz@gnu.org>
3609
3610 * makefile.w32-in (MAKEINFO): Use --force.
3611 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3612 Makefile.in.
8cf51b2c
GM
3613
36142005-06-23 Richard M. Stallman <rms@gnu.org>
3615
3616 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3617 nobreak-char-display.
3618
3619 * emacs.texi (Top): Update detailed node listing.
3620
3621 * display.texi (Text Display): Renamed show-nonbreak-escape
3622 to nobreak-char-display and no-break-space to nobreak-space.
3623 (Standard Faces): Split up the list of standard faces
3624 and put it in a separate node. Add nobreak-space and
3625 escape-glyph.
3626
8cf51b2c
GM
36272005-06-23 Lute Kamstra <lute@gnu.org>
3628
3629 * mule.texi (Select Input Method): Fix typo.
3630
36312005-06-23 Kenichi Handa <handa@m17n.org>
3632
3633 * mule.texi (International): List all supported scripts. Adjust
3634 text for that leim is now included in the normal Emacs
3635 distribution.
3636 (Language Environments): List all language environments.
3637 Intlfonts contains fonts for most supported scripts, not all..
3638 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3639 input a specific character.
8cf51b2c
GM
3640 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3641
36422005-06-23 Juanma Barranquero <lekktu@gmail.com>
3643
49823426 3644 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3645
36462005-06-22 Miles Bader <miles@gnu.org>
3647
3648 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3649
36502005-06-20 Miles Bader <miles@gnu.org>
3651
3652 * display.texi (Faces): Add `vertical-divider'.
3653
36542005-06-17 Richard M. Stallman <rms@gnu.org>
3655
3656 * text.texi (Adaptive Fill): Minor clarification.
3657
8cf51b2c
GM
36582005-06-10 Lute Kamstra <lute@gnu.org>
3659
3660 * emacs.texi (Top): Correct version number.
3661 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3662 refer to the current version of Emacs.
3663
36642005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3665
3666 * files.texi (Log Buffer): Document when there can be more than
3667 one file to be committed.
3668
36692005-06-08 Juri Linkov <juri@jurta.org>
3670
3671 * display.texi (Faces): Add `shadow' face.
3672
36732005-06-07 Masatake YAMATO <jet@gyve.org>
3674
3675 * display.texi (Faces): Write about mode-line-highlight.
3676
36772005-06-06 Richard M. Stallman <rms@gnu.org>
3678
3679 * misc.texi (Printing Package): Explain how to initialize
3680 printing package.
3681
3682 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3683
36842005-06-05 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * emacs.texi: Rename Hardcopy to Printing.
3687 Make PostScript and PostScript Variables subnodes of it.
3688
3689 * misc.texi (Printing): Rename node from Hardcopy.
3690 Mention menu bar options.
3691 Move PostScript and PostScript Variables to submenu.
3692 (Printing package): New node.
3693
3694 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3695
3696 * dired.texi (Operating on Files): Likewise.
3697
3698 * calendar.texi (Displaying the Diary): Likewise.
3699
3700 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3701
3702 * glossary.texi (Glossary): Likewise.
3703
3704 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3705 effect.
3706
37072005-06-04 Richard M. Stallman <rms@gnu.org>
3708
3709 * trouble.texi (After a Crash): Polish previous change.
3710
8cf51b2c
GM
37112005-05-30 Noah Friedman <friedman@splode.com>
3712
3713 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3714 recovery mechanism.
3715
8cf51b2c
GM
37162005-05-28 Nick Roberts <nickrob@snap.net.nz>
3717
3718 * building.texi (Other Buffers): SPC toggles display of
3719 floating point registers.
3720
8cf51b2c
GM
37212005-05-27 Nick Roberts <nickrob@snap.net.nz>
3722
3723 * files.texi (Log Buffer): Merge in description of Log Edit
3724 mode from pcl-cvs.texi.
3725
37262005-05-26 Richard M. Stallman <rms@gnu.org>
3727
3728 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3729
8cf51b2c
GM
37302005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3733 not enabled by default.
3734 When not on a word, `ispell-word' by default checks the word
3735 before point.
3736
37372005-05-24 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * building.texi (Debugger Operation): Simplify last sentence.
3740
37412005-05-23 Lute Kamstra <lute@gnu.org>
3742
3743 * emacs.texi: Update FSF's address throughout.
3744 (Preface): Use @cite.
3745 (Distrib): Add cross reference to the node "Copying". Mention the
3746 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3747 printed manuals.
3748 (Intro): Use @xref for the Emacs Lisp Intro.
3749
8cf51b2c
GM
37502005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3751
3752 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3753
3754 * basic.texi (Moving Point): Mention default for `goto-line'.
3755
3756 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3757 of a variable's docstring.
3758
37592005-05-18 Lute Kamstra <lute@gnu.org>
3760
3761 * maintaining.texi (Overview of Emerge): Add cross reference.
3762 Remove duplication.
3763
3764 * emacs.texi (Top): Update to the current structure of the manual.
3765 * misc.texi (Emacs Server): Add menu description.
3766 * files.texi (Saving): Fix menu.
3767 * custom.texi (Customization): Fix menu.
3768 * mule.texi (International): Fix menu.
3769 * kmacro.texi (Keyboard Macros): Fix menu.
3770
37712005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3772
3773 * display.texi: Various minor changes.
3774 (Faces): Delete text that is repeated in the next section.
3775
37762005-05-16 Nick Roberts <nickrob@snap.net.nz>
3777
3778 * building.texi (Debugger Operation): Mention GUD tooltips are
3779 disabled with GDB in text command mode.
3780
8cf51b2c
GM
37812005-05-16 Nick Roberts <nickrob@snap.net.nz>
3782
3783 * building.texi: Replace toolbar with "tool bar" for consistency.
3784 (Compilation Mode): Describe compilation-context-lines
3785 and use of arrow in compilation buffer.
3786 (Debugger Operation): Replace help text with variable's value.
3787
3788 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3789 consistency.
3790
37912005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3794 Add xref.
3795
8cf51b2c
GM
37962005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3797
3798 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3799 (Position Info): Delete discussion of `goto-line'. It is already
3800 described in `Moving point'.
3801
3802 * mini.texi (Completion Commands): Correct reference.
3803 (Completion Options): Fix typo.
3804
3805 * killing.texi (Deletion): Complete description of `C-x C-o'.
3806
8cf51b2c
GM
38072005-05-10 Richard M. Stallman <rms@gnu.org>
3808
3809 * building.texi (Compilation): Clarify recompile's directory choice.
3810
3811 * frames.texi (Tooltips): Cleanups.
3812
3813 * basic.texi (Arguments): Fix punctuation.
3814
38152005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3816
3817 * screen.texi (Menu Bar): The up and down (not left and right)
3818 arrow keys move through a keyboard menu.
3819
38202005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * basic.texi: Various typo and grammar fixes.
3823 (Moving Point): C-a now runs move-beginning-of-line.
3824
38252005-05-08 Nick Roberts <nickrob@snap.net.nz>
3826
3827 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3828
3829 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3830 as different animals.
3831
38322005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3833
3834 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3835 Correct index entry.
3836
38372005-05-07 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * building.texi (Debugger Operation): Update to reflect changes
3840 in GUD tooltips.
3841
38422005-04-30 Richard M. Stallman <rms@gnu.org>
3843
3844 * files.texi (Compressed Files): Auto Compression normally enabled.
3845
3846 * building.texi (Debugger Operation): Clarify previous change.
3847
8cf51b2c
GM
38482005-04-28 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * building.texi (Debugger Operation): Add description for
3851 GUD tooltips when program is not running.
3852
38532005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3854
3855 * misc.texi (Shell): Add `Shell Prompts' to menu.
3856 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3857 description. Delete remarks moved to new node.
3858 (Shell Prompts): New node.
3859 (History References): Replace remarks moved to `Shell Prompts'
3860 with xref to that node.
3861 (Remote Host): Clarify how to specify the terminal type when
3862 logging in to a different machine.
3863
38642005-04-26 Richard M. Stallman <rms@gnu.org>
3865
3866 * emacs.texi (Top): Update submenus from files.texi.
3867
3868 * files.texi (Filesets): Clarify previous change.
3869
3870 * dired.texi (Misc Dired Features): Clarify previous change.
3871
38722005-04-25 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3875
3876 * dired.texi (Misc Dired Features): Document
3877 dired-compare-directories.
3878
3879 * files.texi (Filesets): New node.
3880 (File Conveniences): Document Image mode.
3881
3882 * text.texi (TeX Print): Document tex-compile.
3883
38842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3887 Delete redundant reference to tooltip Custom group. It is
3888 referred too again in the next paragraph.
3889
38902005-04-24 Richard M. Stallman <rms@gnu.org>
3891
3892 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3893
8cf51b2c
GM
38942005-04-19 Kim F. Storm <storm@cua.dk>
3895
3896 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3897
38982005-04-18 Lars Hansen <larsh@math.ku.dk>
3899
3900 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3901 turns off desktop-save-mode.
3902
39032005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3904
3905 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3906 by default in terminals compatible with xterm. Mention that
3907 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3908 node.
3909
8cf51b2c
GM
39102005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3911
3912 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3913
c8763fb6 39142005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3915
3916 * xresources.texi (Table of Resources): Add cursorBlink.
3917
39182005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3919
3920 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3921 `d', `C-d' and `u'.
3922
39232005-04-11 Richard M. Stallman <rms@gnu.org>
3924
3925 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3926 (Misc X): Add -D, --basic-display.
3927
3928 * maintaining.texi (Change Log): Correct the description of
3929 the example.
3930
3931 * major.texi (Choosing Modes): Document magic-mode-alist.
3932
8cf51b2c
GM
39332005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3934
3935 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3936 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3937 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3938 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3939 `w', respectively.
3940 (Rmail Labels): Mention `l'.
3941 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3942 (Rmail Summary Edit): Describe `j' and RET.
3943
c8763fb6 39442005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3945
3946 * xresources.texi (Lucid Resources): Add fontSet resource.
3947
8cf51b2c
GM
39482005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3949
3950 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3951 now called `indicate-empty-lines'.
3952
39532005-04-06 Kim F. Storm <storm@cua.dk>
3954
3955 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3956
39572005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3958
3959 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3960 deleted.
3961 (Marks vs Flags): Add some convenient key bindings.
3962 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3963 (Misc Dired Features): Correct and expand description of `w' command.
3964
3965 * frames.texi (XTerm Mouse): Delete apparently false info.
3966 The GNU/Linux console currently does not appear to support
3967 `xterm-mouse-mode'.
3968
8cf51b2c
GM
39692005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3970
3971 * calendar.texi (Diary): Mention shell utility `calendar'.
3972
39732005-04-01 Richard M. Stallman <rms@gnu.org>
3974
3975 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3976
8cf51b2c
GM
39772005-04-01 Lute Kamstra <lute@gnu.org>
3978
3979 * maintaining.texi (Change Log): add-change-log-entry uses
3980 add-log-mailing-address.
3981
39822005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3985 `VC Mode Line' and put in an xref to that node.
3986 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3987 its description.
3988
39892005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3990
3991 * calendar.texi (Calendar Systems): Say that the Persian calendar
3992 implemented here is the arithmetical one championed by Birashk.
3993
39942005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3995
3996 * programs.texi (Fortran Motion): Fix previous change.
3997
8cf51b2c
GM
39982005-03-29 Richard M. Stallman <rms@gnu.org>
3999
4000 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4001
40022005-03-29 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * text.texi (Refill): Refer to Long Lines Mode.
4005 (Longlines): New node.
4006 (Auto Fill): Don't index "word wrap" here.
4007 (Filling): Add Longlines to menu.
4008
40092005-03-29 Richard M. Stallman <rms@gnu.org>
4010
4011 * xresources.texi: Minor fixes.
4012
4013 * misc.texi (Emacs Server): Fix Texinfo usage.
4014
4015 * emacs.texi (Top): Don't use a real section heading for
4016 "Detailed Node Listing". Fake it instead.
4017
4018 * basic.texi (Position Info): Minor cleanup.
4019
4020 * mule.texi (Input Methods): Minor cleanup.
4021
40222005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4023
4024 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4025 constructs as well.
4026 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4027
40282005-03-29 Kenichi Handa <handa@m17n.org>
4029
4030 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4031
4032 * basic.texi (Position Info): Update the description about the
4033 command C-u C-x =.
4034
40352005-03-28 Richard M. Stallman <rms@gnu.org>
4036
4037 * emacs.texi (Top): Use @section for the detailed node listing.
4038
4039 * calendar.texi: Minor fixes to previous change.
4040
4041 * programs.texi (Fortran): Small fixes to previous changes.
4042
4043 * emacs.texi (Top): Update list of subnodes of Dired.
4044 Likewise for building.texi.
4045
4046 * files.texi (File Conveniences): Delete Auto Image File mode.
4047
40482005-03-28 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * building.texi (Flymake): New node.
4051
4052 * custom.texi (Function Keys): Document kp- event types and
4053 keypad-setup package.
4054
4055 * dired.texi (Wdired): New node.
4056
4057 * files.texi (File Conveniences): Reorder entries.
4058 Explain how to turn on Auto-image-file mode.
4059 Document Thumbs mode.
4060
4061 * mule.texi (Specify Coding): Document recode-region and
4062 recode-file-name.
4063
4064 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4065
40662005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4067
4068 * commands.texi (Keys): M-o is now a prefix key.
4069
40702005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4071
4072 * programs.texi: Reformat and update copyright years.
4073 (Fortran): Update section.
4074
40752005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * files.texi: Several small changes in addition to:
4078 (Visiting): Change xref for Dialog Boxes to ref.
4079 (Version Headers): Replace references to obsolete var
4080 `vc-header-alist' with `vc-BACKEND-header'.
4081 (Customizing VC): Update value of `vc-handled-backends'.
4082
40832005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4084
4085 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4086 move here from Emacs Lisp Reference Manual.
4087 * calendar.texi (Calendar/Diary, Diary Commands)
4088 (Special Diary Entries, Importing Diary): Change some xrefs to
4089 point to emacs-xtra rather than elisp.
4090
4091 * emacs-xtra.texi (Calendar Customizing):
4092 Move view-diary-entries-initially, view-calendar-holidays-initially,
4093 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4094 Emacs Manual.
4095 (Appt Customizing): Merge entire section into main Emacs Manual.
4096 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4097 mark-holidays-in-calendar here from emacs-xtra.
4098 (Displaying the Diary): Move view-diary-entries-initially,
4099 mark-diary-entries-in-calendar here from emacs-xtra.
4100 (Appointments): Move appt-display-mode-line,
4101 appt-display-duration, appt-disp-window-function,
4102 appt-delete-window-function here from emacs-xtra.
4103
4104 * calendar.texi: Update and reformat copyright.
4105 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4106 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4107 (Diary): Refer to `diary-file' rather than ~/diary.
4108 (Diary Commands): Rename node to "Displaying the Diary".
4109 * emacs.texi (Top): Rename "Diary Commands" section.
4110 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4111
41122005-03-26 Eli Zaretskii <eliz@gnu.org>
4113
4114 * misc.texi (Emacs Server): Fix the command for setting
4115 server-name. Add an xref to Invoking emacsclient.
4116
4117 * help.texi (Help Summary): Clarify when "C-h ." will do something
4118 nontrivial.
4119 (Apropos): Add cindex entry for apropos-sort-by-scores.
4120
4121 * display.texi (Text Display): Add index entries for how no-break
4122 characters are displayed.
4123
8cf51b2c
GM
41242005-03-26 Eli Zaretskii <eliz@gnu.org>
4125
4126 * files.texi (Visiting): Fix cross-references introduced with the
4127 last change.
4128
4129 * xresources.texi (GTK resources): Fix last change.
4130
8cf51b2c
GM
41312005-03-25 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * xresources.texi (X Resources): GTK options documented too.
4134 (Resources): Clarify meaning of program name.
4135 (Table of Resources): Add visualClass.
4136 (GTK resources): Rewrite.
4137 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4138
4139 * display.texi (Text Display): Mention non-breaking spaces.
4140
4141 * files.texi (Reverting): Document auto-revert-check-vc-info.
4142
4143 * frames.texi (Mouse Commands): Document
4144 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4145
4146 * help.texi (Help Summary): Add `C-h .'.
4147 (Apropos): Apropos accepts a list of search terms.
4148 Document apropos-sort-by-scores.
4149 (Help Echo): Document display-local-help.
4150
4151 * misc.texi (Emacs Server): Document server-name.
4152 (Invoking emacsclient): Document -s option for server names.
4153
4154 * text.texi (Outline Visibility): Introduce "current heading
4155 line" (commands can be called with point on a body line).
4156 Re-order table to follow the sequence of discussion.
4157 hide-body won't hide lines before first header line.
4158 (TeX Mode): Add DocTeX mode.
4159
8cf51b2c
GM
41602005-03-24 Richard M. Stallman <rms@gnu.org>
4161
4162 * mule.texi (Single-Byte Character Support): Delete mention
4163 of iso-acc.el and iso-transl.el.
4164
8cf51b2c
GM
41652005-03-23 Lute Kamstra <lute@gnu.org>
4166
4167 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4168
41692005-03-23 Richard M. Stallman <rms@gnu.org>
4170
8cf51b2c
GM
4171 * search.texi: Delete explicit node pointers.
4172 (Incremental Search): New menu.
4173 (Basic Isearch, Repeat Isearch, Error in Isearch)
4174 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4175 (Slow Isearch): New subnodes.
4176 (Configuring Scrolling): Node deleted.
4177 (Search Case): Doc default-case-fold-search.
4178 (Regexp Replace): Move replace-regexp doc here.
4179
4180 * rmail.texi (Movemail): Put commas inside closequotes.
4181
4182 * picture.texi (Insert in Picture): Document C-c arrow combos.
4183 (Basic Picture): Clarify erasure.
4184
4185 * display.texi (Font Lock): Put commas inside closequotes.
4186
4187 * cmdargs.texi (General Variables): Put commas inside closequotes.
4188
41892005-03-23 Nick Roberts <nickrob@snap.net.nz>
4190
4191 * building.texi (Stack Buffer): Mention reverse contrast for
4192 *selected* frame (might not be current frame).
4193
8cf51b2c
GM
41942005-03-21 Richard M. Stallman <rms@gnu.org>
4195
4196 * building.texi (Starting GUD): Add bashdb.
4197
41982005-03-20 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * basic.texi (Moving Point): Add M-g M-g binding.
4201 (Undo): Document undo-only.
4202 (Position Info): Document M-g M-g and C-u M-g M-g.
4203
4204 * building.texi (Building): Put Grep Searching after Compilation
4205 Shell.
4206 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4207 Document next-error-highlight.
4208 (Grep Searching): Document grep-highlight-matches.
4209 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4210
4211 * calendar.texi (Importing Diary): Rename node from iCalendar.
4212 Document diary-from-outlook.
4213
4214 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4215 Commands.
4216 Mention effect of X drag and drop on Dired buffers.
4217
4218 * files.texi (Visiting): Document large-file-warning-threshold.
4219 Move paragraph on file-selection dialog.
4220 Mention visiting files using X drag and drop.
4221 (Reverting): Mention using Auto-Revert mode to tail files.
4222 Document auto-revert-tail-mode.
4223 (Version Systems): Minor correction.
4224 (Comparing Files): Diff-mode is no longer based on Compilation
4225 mode.
4226 Document compare-ignore-whitespace.
4227 (Misc File Ops): Explain passing a directory to rename-file.
4228 Likewise for copy-file and make-symbolic-link.
4229
4230 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4231 Document mouse-wheel-progressive speed.
4232
4233 * help.texi (Misc Help): Document numeric argument for C-h i.
4234 Correctly explain the effect of just C-u as argument.
4235
4236 * killing.texi (Deletion): Document numeric argument for
4237 just-one-space.
4238
4239 * mini.texi (Completion): Completion acts on text before point.
4240
4241 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4242 (Emulation): CUA mode replaces pc-bindings-mode,
4243 pc-selection-mode, and s-region.
4244
4245 * mule.texi (Input Methods): Leim is now built-in.
4246 (Select Input Method): Document quail-show-key.
4247 (Specify Coding): Document revert-buffer-with-coding-system.
4248
4249 * programs.texi (Fortran Motion): Document f90-next-statement,
4250 f90-previous-statement, f90-next-block, f90-previous-block,
4251 f90-end-of-block, and f90-beginning-of-block.
4252
4253 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4254
4255 * emacs.texi (Acknowledgments): Updated.
4256
4257 * anti.texi: Total rewrite.
4258
8cf51b2c
GM
42592005-03-19 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * ack.texi (Acknowledgments): Update.
4262
42632005-03-19 Eli Zaretskii <eliz@gnu.org>
4264
4265 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4266 copyright years.
4267
42682005-03-14 Nick Roberts <nickrob@snap.net.nz>
4269
4270 * building.texi (Commands of GUD): Move paragraph on setting
4271 breakpoints with mouse to the GDB Graphical Interface node.
4272
42732005-03-07 Richard M. Stallman <rms@gnu.org>
4274
8cf51b2c
GM
4275 * misc.texi (Single Shell, Shell Options): Fix previous change.
4276
4277 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4278
42792005-03-06 Richard M. Stallman <rms@gnu.org>
4280
4281 * building.texi (Starting GUD): Don't explain text vs graphical
4282 GDB here. Just mention it and xref.
4283 Delete "just one debugger process".
4284 (Debugger Operation): Move GUD tooltip info here.
4285 (GUD Tooltips): Node deleted.
4286 (GDB Graphical Interface): Explain the two GDB modes here.
4287
8cf51b2c
GM
4288 * sending.texi (Sending Mail): Minor cleanup.
4289 (Mail Aliases): Explain quoting conventions.
4290 Update key rebinding example.
4291 (Header Editing): C-M-i is like M-TAB.
4292 (Mail Mode Misc): mail-attach-file does not do MIME.
4293
4294 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4295 that really belongs here.
4296 (Remote Mailboxes): Text moved to Rmail Inbox.
4297 (Rmail Display): Mention Mouse-1.
4298 (Movemail): Clarify two movemail versions.
4299 Clarify rmail-movemail-program.
4300
8cf51b2c
GM
4301 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4302 Document async shell commands.
4303 (Shell History): Clarify.
4304 (Shell Ring): Mention C-UP an C-DOWN.
4305 (Shell Options): Add comint-prompt-read-only.
4306 (Invoking emacsclient): Set EDITOR to run Emacs.
4307 (Sorting): No need to explain what region is.
4308 (Saving Emacs Sessions): Fix typo.
4309 (Recursive Edit): Fix punctuation.
4310 (Emulation): Don't mention "PC bindings" which are standard.
4311 (Hyperlinking): Explain Mouse-1 convention here.
4312 (Find Func): Node deleted.
4313
8cf51b2c
GM
4314 * help.texi (Name Help): Xref to Hyperlinking.
4315
4316 * glossary.texi (Glossary):
4317 Rename "Balance Parentheses" to "Balancing...".
4318 Add "Byte Compilation". Correct "Copyleft".
4319 New xref in "Customization".
4320 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4321 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4322 Rename "Registers" to "Register".
4323 Replace "Selecting" with "Selected Frame",
4324 "Selected Window", and "Selecting a Buffer".
4325
4326 * files.texi (Types of Log File): Explain how projects'
4327 methods can vary.
4328
8cf51b2c
GM
4329 * display.texi (Faces): Delete "Emacs 21".
4330
4331 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4332 * fixit.texi (Spelling): C-M-i like M-TAB.
4333 * mini.texi (Completion Options): C-M-i like M-TAB.
4334 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4335 * text.texi (Text Mode): C-M-i like M-TAB.
4336
4337 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4338
4339 * calendar.texi (Specified Dates): Mention `g w'.
4340 (Appointments): appt-activate toggles with no arg.
4341
8cf51b2c
GM
43422005-03-05 Juri Linkov <juri@jurta.org>
4343
4344 * cmdargs.texi (Emacs Invocation): Add cindex
4345 "invocation (command line arguments)"
4346 (Misc X): Add -nbc, --no-blinking-cursor.
4347
43482005-03-04 Ulf Jasper <ulf.jasper@web.de>
4349
4350 * calendar.texi (iCalendar): No need to require it now.
4351
8cf51b2c
GM
43522005-03-03 Nick Roberts <nickrob@snap.net.nz>
4353
4354 * trouble.texi (Contributing): Mention Savannah. Direct users to
4355 emacs-devel.
4356
43572005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4358
4359 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4360 window.
4361
8cf51b2c
GM
43622005-02-27 Richard M. Stallman <rms@gnu.org>
4363
4364 * building.texi (Compilation): Update mode line status info.
4365
43662005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4367
4368 * calendar.texi (General Calendar): Document binding of
4369 scroll-other-window-down.
4370 (Mayan Calendar): Fix earliest date.
4371 (Time Intervals): Document timeclock-change.
4372 Fix timeclock-ask-before-exiting documentation.
4373
43742005-02-26 Kim F. Storm <storm@cua.dk>
4375
4376 * frames.texi (Mouse References):
4377 Add mouse-1-click-in-non-selected-windows.
4378
43792005-02-25 Richard M. Stallman <rms@gnu.org>
4380
4381 * screen.texi (Screen): Explain better about cursors and mode lines;
4382 don't presuppose text terminals.
4383 (Point): Don't assume just one cursor.
4384 Clarify explanation of cursors.
4385 (Echo Area, Menu Bar): Cleanups.
4386
4387 * mini.texi (Minibuffer): Prompts are highlighted.
4388 (Minibuffer Edit): Newline = C-j only on text terminals.
4389 Clarify resize-mini-windows values.
4390 Mention M-PAGEUP and M-PAGEDOWN.
4391 (Completion Commands): Mouse-1 like Mouse-2.
4392 (Minibuffer History): Explain history commands better.
4393 (Repetition): Add xref to Incremental Search.
4394
4395 * mark.texi (Setting Mark): Clarify info about displaying mark.
4396 Clarify explanation of C-@ and C-SPC.
4397 (Transient Mark): Mention Delete Selection mode.
4398 (Marking Objects): Clean up text about extending the region.
4399
4400 * m-x.texi (M-x): One C-g doesn't always go to top level.
4401 No delay before suggest-key-bindings output.
4402
4403 * fixit.texi (Fixit): Mention C-/ for undo.
4404 (Spelling): Mention ESC TAB like M-TAB.
4405 Replacement words with r and R are rechecked.
4406 Say where C-g leaves point. Mention ? as input.
4407
44082005-02-23 Lute Kamstra <lute@gnu.org>
4409
4410 * cmdargs.texi (Initial Options): Add cross reference.
4411
8cf51b2c
GM
44122005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4413
4414 * emacs.texi (Top): Update menu for splitting of node in
4415 msdog.texi.
4416 * frames.texi (Frames): Update xref for splitting of node in
4417 msdog.texi.
4418 * trouble.texi (Quitting): Ditto.
4419
44202005-02-16 Richard M. Stallman <rms@gnu.org>
4421
4422 * windows.texi (Split Window): Simplify line truncation info
4423 and xref to Display Custom.
4424
4425 * trouble.texi (Quitting): Emergency escape only for text terminal.
4426 (Screen Garbled): C-l for ungarbling is only for text terminal.
4427
4428 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4429
4430 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4431
4432 * programs.texi (Program Modes): Mention Python mode.
4433 (Moving by Defuns): Repeating C-M-h extends region.
4434 (Basic Indent): Clarify.
4435 (Custom C Indent): Clarify.
4436 (Expressions): Repeating C-M-@ extends region.
4437 (Info Lookup): Clarify for C-h S.
4438 (Symbol Completion): ESC TAB alternative for M-TAB.
4439 (Electric C): Clarify.
4440
4441 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4442
4443 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4444 MS-DOS Input node.
4445 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4446 (MS-DOS and MULE): Clarify.
4447 (MS-DOS Processes, Windows Processes): Fix typos.
4448
4449 * major.texi (Choosing Modes): Clarify.
4450
4451 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4452 (Keyboard Macro Step-Edit): Clarify.
4453
4454 * indent.texi (Indentation): Clarifications.
4455
4456 * help.texi (Help): Correct error about C-h in query-replace.
4457 Clarify apropos vs C-h a. Fix how to search in FAQ.
4458 (Key Help): Describe C-h w here.
4459 (Name Help): Minor cleanup. C-h w moved to Key Help.
4460 Clarify the "object" joke.
4461 (Apropos): Clarify. Mouse-1 like Mouse-2.
4462 (Help Mode): Mouse-1 like Mouse-2.
4463
4464 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4465
4466 * display.texi (Display): Reorder menu.
4467 (Faces): Cleanup.
4468 (Font Lock): Cleanup. Mention Options menu.
4469 Delete obsolete text.
4470 (Scrolling): For C-l, don't presume text terminal.
4471 (Horizontal Scrolling): Simplify intro.
4472 (Follow Mode): Clarify.
4473 (Cursor Display): Moved before Display Custom.
4474 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4475 Doc default-tab-width. Doc line truncation more thoroughly.
4476
4477 * dired.texi (Dired Enter): C-x C-f can run Dired.
4478 (Dired Visiting): Comment out `a' command.
4479 Mouse-1 is like Mouse-2.
4480 (Shell Commands in Dired): ? can be used more than once.
4481
4482 * basic.texi (Continuation Lines): Simplify description of truncation,
4483 and refer to Display Custom for the rest of it.
4484
8cf51b2c
GM
44852005-02-06 Lute Kamstra <lute@gnu.org>
4486
4487 * basic.texi (Undo): Fix typo.
4488
4489 * cmdargs.texi (Emacs Invocation): Fix typo.
4490
4491 * custom.texi (Init Examples): Fix typo.
4492
4493 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4494
44952005-02-06 Richard M. Stallman <rms@gnu.org>
4496
4497 * regs.texi (Registers): Registers can hold numbers, too.
4498
4499 * killing.texi (Other Kill Commands): Cleanup.
4500 Delete redundant explanation of kill in read-only buffer.
4501 (Yanking): Mention term "copying".
4502 (Accumulating Text): Fix typo.
4503
4504 * entering.texi (Entering Emacs): Update rationale at start.
4505 (Exiting): Treat iconifying on a par with suspension.
4506
4507 * custom.texi (Minor Modes): Fix typo.
4508 (Easy Customization): Fix menu style.
4509 (Variables): Add xref.
4510 (Examining): Setting for future sessions works through .emacs.
4511 (Keymaps): "Text terminals", not "Many".
4512 (Init Rebinding): Explain \C-. Show example of \M-.
4513 Fix minor wording errors.
4514 (Function Keys): Explain vector syntax just once.
4515 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4516 (Init File): Mention .emacs.d directory.
4517 (Init Examples): Add xref.
4518 (Find Init): Mention .emacs.d directory.
4519
4520 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4521 (Action Arguments): Explain which kinds of -l args are found how.
4522 (Initial Options): --batch does not inhibit site-start.
4523 Add xrefs.
4524 (Command Example): Use --batch, not -batch.
4525
4526 * basic.texi (Inserting Text): Cleanup wording.
4527 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4528 C-n is not error at end of buffer.
4529 (Undo): Doc C-/ like C-_. Add xrefs.
4530 (Arguments): META key may be labeled ALT.
4531 Peculiar arg meanings are explained in doc strings.
4532
4533 * abbrevs.texi (Expanding Abbrevs): Clarify.
4534
45352005-02-05 Eli Zaretskii <eliz@gnu.org>
4536
4537 * frames.texi (Frame Parameters): Add an xref to the description
4538 of list-colors-display. Add a pointer to the X docs about colors.
4539
4540 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4541 Improve docs of list-colors-display.
8cf51b2c
GM
4542
45432005-02-03 Lute Kamstra <lute@gnu.org>
4544
4545 * frames.texi (Frames, Drag and Drop): Fix typos.
4546
45472005-02-03 Richard M. Stallman <rms@gnu.org>
4548
4549 * windows.texi (Basic Window): Mention color-change in mode line.
4550 (Change Window): Explain dragging vertical boundaries.
4551
4552 * text.texi (Sentences): Clarify.
4553 (Paragraphs): Explain M-a and blank lines.
4554 (Outline Mode): Clarify text and menu.
4555 (Hard and Soft Newlines): Mention use-hard-newlines.
4556
4557 * frames.texi (Frames): Delete unnecessary mention of Windows.
4558 (Mouse Commands): Likewise. Mention xterm mouse support.
4559 (Clipboard): Clarify.
4560 (Mouse References): Mention use of Mouse-1 for following links.
4561 (Menu Mouse Clicks): Clarify.
4562 (Mode Line Mouse): Clarify.
4563 (Drag and Drop): Rewrite.
4564
4565 * fixit.texi (Spelling): Fix typo.
4566
4567 * files.texi (File Names): Clarify.
4568 (Visiting): Update conditions for use of file dialog. Clarify.
4569 (Saving): Doc d as answer in save-some-buffers.
4570 (Remote Files): Clean up the text.
4571
4572 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4573
4574 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4575 (List Buffers): Clarify.
4576 (Several Buffers): Doc T command.
4577 (Buffer Convenience): Clarify menu.
4578
4579 * basic.texi (Undo): Clarify last change.
4580
45812005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4582
4583 * fixit.texi (Spelling): Fix typo.
4584
45852005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4586
4587 * basic.texi (Undo): Update description of `undo-outer-limit'.
4588
45892005-02-01 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * building.texi: Update documentation relating to GDB Graphical
4592 Interface.
4593
45942005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * custom.texi (Easy Customization): Adapt menu to node name change.
4597
45982005-01-30 Richard M. Stallman <rms@gnu.org>
4599
4600 * custom.texi (Easy Customization): Defn of "User Option" now
4601 includes faces. Don't say just "option" when talking about variables.
4602 Do say just "options" to mean "anything customizable".
4603 (Specific Customization): Describe `customize-variable',
4604 not `customize-option'.
4605
4606 * glossary.texi (Glossary) <Faces>: Add xref.
4607 <User Option>: Change definition--include faces. Change xref.
4608
4609 * picture.texi (Picture): Mention artist.el.
4610
4611 * sending.texi, screen.texi, programs.texi, misc.texi:
4612 * mini.texi, major.texi, maintaining.texi, macos.texi:
4613 * help.texi, frames.texi, files.texi:
4614 Don't say just "option" when talking about variables.
4615
4616 * display.texi, mule.texi: Don't say just "option" when talking
4617 about variables. Other minor cleanups.
4618
8cf51b2c
GM
46192005-01-26 Lute Kamstra <lute@gnu.org>
4620
4621 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4622 File'. Mention the `-Q' option at the `--no-site-file' option.
4623
8cf51b2c
GM
46242005-01-22 David Kastrup <dak@gnu.org>
4625
4626 * building.texi (Grep Searching): Mention alias `find-grep' for
4627 `grep-find'.
4628
46292005-01-20 Richard M. Stallman <rms@gnu.org>
4630
4631 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4632
8cf51b2c
GM
46332005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4634
4635 * rmail.texi (Movemail): Explain differences
4636 between standard and mailutils versions of movemail.
4637 Describe command line and configuration options introduced
4638 with the latter.
4639 Explain the notion of mailbox URL, provide examples and
4640 cross-references to mailutils documentation.
4641 Describe various methods of specifying mailbox names,
4642 user names and user passwords for rmail.
4643 (Remote Mailboxes): New section. Describe
4644 how movemail handles remote mailboxes. Describe configuration
4645 options used to control its behavior.
4646 (Other Mailbox Formats): Explain handling of various mailbox
4647 formats.
4648
46492005-01-13 Richard M. Stallman <rms@gnu.org>
4650
4651 * commands.texi (Commands): Clarification.
4652
46532005-01-11 Richard M. Stallman <rms@gnu.org>
4654
4655 * programs.texi (Multi-line Indent): Fix previous change.
4656 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4657
8cf51b2c
GM
46582005-01-08 Richard M. Stallman <rms@gnu.org>
4659
4660 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4661 lazy-highlight.
4662
4663 * search.texi (Query Replace): Mention faces query-replace
4664 and lazy-highlight.
4665 (Incremental Search): Update isearch highlighting info.
4666
8cf51b2c
GM
46672005-01-04 Richard M. Stallman <rms@gnu.org>
4668
4669 * custom.texi (Saving Customizations): Minor improvement.
4670
8cf51b2c
GM
46712005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4672
4673 * custom.texi (Saving Customizations): Emacs no longer loads
4674 `custom-file' after .emacs. No longer mention customizing through
4675 Custom.
4676
8cf51b2c
GM
46772005-01-01 Andreas Schwab <schwab@suse.de>
4678
4679 * killing.texi (Graphical Kill): Move up under node Killing,
4680 change @section to @subsection.
4681
46822005-01-01 Richard M. Stallman <rms@gnu.org>
4683
4684 * custom.texi (Face Customization): Mention hex color specs.
4685
4686 * emacs.texi (Top): Update Killing submenu.
4687
4688 * killing.texi (Killing): Reorganize section.
4689 No more TeX-only text; put the node command at start of chapter.
4690 But the first section heading is used only in TeX.
4691 Rewrite the text to read better in this mode.
4692 (Graphical Kill): New subnode gets some of the text that
4693 used to be in the first section.
4694
46952004-12-31 Richard M. Stallman <rms@gnu.org>
4696
4697 * dired.texi (Shell Commands in Dired): Delete the ? example.
4698
4699 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4700
4701 * files.texi (Saving): Describe new require-final-newline features
4702 and mode-require-final-newline.
4703
8cf51b2c
GM
47042004-12-29 Richard M. Stallman <rms@gnu.org>
4705
4706 * custom.texi (File Variables): Clarify previous change.
4707
c8763fb6 47082004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4709
4710 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4711 out now.
4712
47132004-12-27 Richard M. Stallman <rms@gnu.org>
4714
4715 * Makefile.in (MAKEINFO): Specify --force.
4716
4717 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4718 (Undo): Doc undo-outer-limit.
4719
8cf51b2c
GM
47202004-12-15 Juri Linkov <juri@jurta.org>
4721
4722 * mark.texi (Transient Mark, Mark Ring): M-< and other
4723 movement commands don't set mark in Transient Mark mode
4724 if mark is active.
4725
8cf51b2c
GM
47262004-12-12 Juri Linkov <juri@jurta.org>
4727
4728 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4729 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4730
4731 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4732 (Misc Dired Commands): Add @r{(Dired)} to w.
4733
47342004-12-12 Juri Linkov <juri@jurta.org>
4735
4736 * mark.texi (Marking Objects): Marking commands also extend the
4737 region when mark is active in Transient Mark mode.
4738
8cf51b2c
GM
47392004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * custom.texi (Saving Customizations): Emacs only loads the custom
4742 file automatically after the init file in version 22.1 or later.
4743 Adapt text and examples to this fact.
4744
8cf51b2c
GM
47452004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4746
4747 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4748 be set through Custom. Otherwise, it has no effect.
4749
8cf51b2c
GM
47502004-12-05 Richard M. Stallman <rms@gnu.org>
4751
4752 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4753 * entering.texi: Rename Command Line to Emacs Invocation.
4754
10d1d0af 4755 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4756
4757 * custom.texi (Easy Customization): Move up to section level,
4758 before Variables. Avoid using the term "variable"; say "option".
4759 New initial explanation.
4760 (Variables): In initial explanation, connect "variable" to the
4761 already-explained "user option".
4762
4763 * emacs.texi (Top): Fix ref to Command Line.
4764 Move reference to Easy Customization.
4765
4766 * xresources.texi (X Resources): Fix From link.
4767
4768 * doclicense.texi (GNU Free Documentation License): Fix To link.
4769
4770 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4771
4772 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4773
47742004-12-03 Richard M. Stallman <rms@gnu.org>
4775
4776 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4777
47782004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4779
4780 * kmacro.texi: Several small changes in addition to the following.
4781 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4782 defining a keyboard macro.
4783 Mention `kmacro-ring-max'.
4784 (Keyboard Macro Counter): Clarify description of
4785 `kmacro-insert-counter', `kmacro-set-counter',
4786 `kmacro-add-counter' and `kmacro-set-format'.
4787
47882004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4789
4790 * custom.texi (File Variables): Add `unibyte' and make it more
4791 clear that `unibyte' and `coding' are special. Suggested by Simon
4792 Krahnke <overlord@gmx.li>.
4793
4794 * mule.texi (Enabling Multibyte): Refer to File Variables.
4795 Suggested by Simon Krahnke <overlord@gmx.li>.
4796
c8763fb6 47972004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4798
4799 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4800 x-use-old-gtk-file-dialog.
4801
8cf51b2c
GM
48022004-11-20 Richard M. Stallman <rms@gnu.org>
4803
4804 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4805
48062004-11-09 Lars Brinkhoff <lars@nocrew.org>
4807
4808 * building.texi (Lisp Eval): Delete hyphen in section name.
4809
48102004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4811
4812 * files.texi (Old Versions):
4813 No longer document annotation as "CVS only".
4814
48152004-11-10 Andre Spiegel <spiegel@gnu.org>
4816
4817 * files.texi (Version Control): Rewrite the introduction about
4818 version systems, mentioning the new ones that we support. Thanks
4819 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4820 suggestions.
4821
c8763fb6 48222004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4823
49823426 4824 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4825
c8763fb6 48262004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4827
4828 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4829
48302004-10-23 Eli Zaretskii <eliz@gnu.org>
4831
4832 * text.texi (Text Based Tables, Table Definition)
4833 (Table Creation, Table Recognition, Cell Commands)
4834 (Cell Justification, Row Commands, Column Commands)
4835 (Fixed Width Mode, Table Conversion, Measuring Tables)
4836 (Table Misc): New nodes, documenting the Table Mode.
4837
8cf51b2c
GM
48382004-10-19 Jason Rumney <jasonr@gnu.org>
4839
4840 * makefile.w32-in (info): Change order of arguments to makeinfo.
4841
48422004-10-19 Ulf Jasper <ulf.jasper@web.de>
4843
4844 * calendar.texi (iCalendar): Update for package changes.
4845
8cf51b2c
GM
48462004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4847
4848 * files.texi (Misc File Ops): View mode is a minor mode.
4849
8cf51b2c
GM
48502004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4851
4852 * calendar.texi (iCalendar): Style changes.
4853
48542004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * search.texi (Regexps): The regexp described in the example is no
4857 longer stored in the variable `sentence-end'.
4858
8cf51b2c
GM
48592004-10-06 Nick Roberts <nickrob@snap.net.nz>
4860
4861 * building.texi (Starting GUD): Note that multiple debugging
4862 sessions requires `gdb --fullname'.
4863
48642004-10-05 Ulf Jasper <ulf.jasper@web.de>
4865
4866 * calendar.texi (iCalendar): New section for a new package.
4867
8cf51b2c
GM
48682004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * text.texi: Various small changes in addition to the following.
4871 (Text): Replace xref for autotype with inforef.
4872 (Sentences): Explain nil value for `sentence-end'.
4873 (Paragraphs): Update default values for `paragraph-start' and
4874 `paragraph-separate'.
4875 (Text Mode): Correct description of Text mode's effect on the
4876 syntax table.
4877 (Outline Visibility): `hide-other' does not hide top level headings.
4878 `selective-display-ellipses' no longer has an effect on Outline mode.
4879 (TeX Misc): Add missing @cindex.
4880 Replace xref for RefTeX with inforef.
4881 (Requesting Formatted Text): The variable
4882 `enriched-fill-after-visiting' no longer exists.
4883 (Editing Format Info): Update names of menu items and commands.
4884 (Format Faces): Mention special effect of specifying the default face.
4885 Describe inheritance of text properties.
4886 Correct description of `fixed' face.
4887 (Format Indentation): Correct description of effect of setting
4888 margins. Mention `set-left-margin' and `set-right-margin'.
4889 (Format Justification): Update names of menu items.
4890 `set-justification-full' is now bound to `M-j b'.
4891 Mention that `default-justification' is a per buffer variable.
4892 (Format Properties): Update name of menu item.
4893 (Forcing Enriched Mode): `format-decode-buffer' automatically
4894 turns on Enriched mode if the buffer is in text/enriched format.
4895
48962004-10-05 Emilio C. Lopes <eclig@gmx.net>
4897
4898 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4899
49002004-09-28 Kim F. Storm <storm@cua.dk>
4901
4902 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4903 Align with new functionality.
4904
8cf51b2c
GM
49052004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * display.texi (Display Custom): Remove stray `@end defvar'.
4908
49092004-09-23 Kim F. Storm <storm@cua.dk>
4910
4911 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4912 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4913
8cf51b2c
GM
49142004-09-20 Richard M. Stallman <rms@gnu.org>
4915
4916 * custom.texi (Hooks): Explain using setq to clear out a hook.
4917 (File Variables): Explain multiline string constants.
4918 (Non-ASCII Rebinding): Explain when you need to update
4919 non-ASCII char codes in .emacs.
4920
4921 * building.texi (Compilation): Explain how to make a silent
4922 subprocess that won't be terminated. Explain compilation-environment.
4923
49242004-09-13 Kim F. Storm <storm@cua.dk>
4925
4926 * mini.texi (Repetition): Rename isearch-resume-enabled to
4927 isearch-resume-in-command-history and change default to disabled.
4928
8cf51b2c
GM
49292004-09-09 Kim F. Storm <storm@cua.dk>
4930
4931 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4932 with new `kmacro-name-last-macro'.
4933
8cf51b2c
GM
49342004-09-08 Juri Linkov <juri@jurta.org>
4935
4936 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4937
8cf51b2c
GM
49382004-09-03 Juri Linkov <juri@jurta.org>
4939
4940 * search.texi (Incremental Search): Update wording for M-%.
4941
49422004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4943
4944 * killing.texi (Killing): Correct description of kill commands in
4945 read-only buffer.
4946
49472004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4948
4949 * building.texi (Compilation Mode): Add a paragraph about rules
4950 for finding the compilation buffer for `next-error'.
4951
4952 * search.texi (Other Repeating Search): Mention that Occur mode
4953 supports the next-error functionality.
4954
49552004-09-02 Juri Linkov <juri@jurta.org>
4956
4957 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4958
49592004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * kmacro.texi (Basic Keyboard Macro):
4962 `apply-macro-to-region-lines' now operates on all lines that begin
4963 in the region, rather than on all complete lines in the region.
4964
c8763fb6 49652004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4966
4967 * frames.texi (Drag and drop): Add documentation about
4968 x-dnd-test-function and x-dnd-known-types.
4969
49702004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4971
4972 * indent.texi: Various minor changes in addition to:
4973 (Indentation Commands): Correct description of `indent-relative'.
4974 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4975 mode. The *Tab Stops* buffer uses Overwrite Mode.
4976 (Just Spaces): `tabify' converts sequences of at least two spaces
4977 to tabs.
4978
8cf51b2c
GM
49792004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4980
4981 * frames.texi (Secondary Selection): Setting the secondary
4982 selection with M-Drag-Mouse-1 does not alter the kill ring,
4983 setting it with M-Mouse-1 and M-Mouse-3 does.
4984 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4985 toolkit scroll bars.
4986 (Scroll Bars): Ditto.
4987
4988 * windows.texi (Basic Window): When using a window system, the value
4989 of point in a non-selected window is indicated by a hollow box.
4990 (Split Window): Side by side windows are separated by a scroll bar,
4991 if scroll bars are used.
4992 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4993 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4994 (Window Convenience): Update bindings for `winner-undo' and
4995 `winner-redo'.
4996
4997 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 4998 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
4999 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5000 of "Using Emacs as a Server".
5001 * building.texi (Building): Interchange nodes (for correct numbering).
5002 * programs.texi (Programs): Interchange nodes (for correct numbering).
5003 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5004 Info to the node structure.
5005 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5006 Rearrange order of nodes and sections such that both "GNU GENERAL
5007 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5008 end, as appropriate for appendices.
5009 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5010 Use `@unnumberedsec'.
5011 * trouble.texi: Adapt sectioning in Info to the node structure.
5012 Adapt node pointers to change in emacs.texi.
5013 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5014
8cf51b2c
GM
50152004-08-25 Kenichi Handa <handa@m17n.org>
5016
5017 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5018 description for unibyte mode.
5019
50202004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5021
5022 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5023
5024 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5025 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5026 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5027 in @pxref.
5028
50292004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5030
5031 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5032 Change section names.
5033
8cf51b2c
GM
50342004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5035
5036 * kmacro.texi (Keyboard Macro Ring): Rename section.
5037 Emacs treats the head of the macro ring as the `last keyboard macro'.
5038 (Keyboard Macro Counter): Minor change.
5039 (Save Keyboard Macro): Some clarifications.
5040 (Edit Keyboard Macro): Rename section.
5041
5042 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5043 32-bit machines.
5044 (Several Buffers): Clarify which buffer is selected if `2' is
5045 pressed in the Buffer Menu.
5046 Auto Revert mode can be used to update the Buffer Menu
5047 automatically.
5048
50492004-08-21 Eli Zaretskii <eliz@gnu.org>
5050
5051 * help.texi (Misc Help): Add an index entry for finding an Info
5052 manual by its file name.
5053
50542004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * files.texi (Backup Deletion): Correct description of
5057 `delete-old-versions'.
5058 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5059 (Auto Save Files): Recommend `auto-save-mode' to reenable
5060 auto-saving, rather than the abbreviation `auto-save'.
5061
50622004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5063
5064 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5065 for "killing" and "yanking" in main menu.
5066
50672004-08-16 Richard M. Stallman <rms@gnu.org>
5068
5069 * killing.texi (Yanking, Killing): Minor cleanups.
5070
5071 * mark.texi (Momentary Mark): Minor cleanups.
5072
50732004-08-15 Kenichi Handa <handa@etl.go.jp>
5074
5075 * custom.texi (Non-ASCII Rebinding):
5076 C-q always inserts the right code to pass to global-set-key.
5077
8cf51b2c
GM
50782004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5081 `insert-register', instead of `C-x r g' binding, for consistency.
5082
50832004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5084
5085 * fixit.texi (Spelling): Fix typo.
5086
50872004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5088
5089 * help.texi (Help): Fix Texinfo usage.
5090
8cf51b2c
GM
50912004-07-24 Richard M. Stallman <rms@gnu.org>
5092
5093 * text.texi (Paragraphs): Update how paragraphs are separated
5094 and the default for paragraph-separate.
5095
5096 * search.texi (Regexp Replace): Further update text for new
5097 replacement operators.
5098
8cf51b2c
GM
50992004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5100
5101 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5102 `R' switch.
5103
5104 * dired.texi (Dired Updating): `k' only deletes inserted
5105 subdirectories from the Dired buffer if a prefix argument was given.
5106
5107 * search.texi (Regexps): Delete redundant definition of `symbol' in
5108 description of `\_>'. It already occurs in the description of `\_<'.
5109
8cf51b2c
GM
51102004-07-01 Juri Linkov <juri@jurta.org>
5111
5112 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5113 (Regexp Search): Add M-r.
5114
51152004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5116
5117 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5118
51192004-06-29 Jesper Harder <harder@ifa.au.dk>
5120
49823426 5121 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5122
51232004-06-25 Richard M. Stallman <rms@gnu.org>
5124
5125 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5126
51272004-06-25 David Kastrup <dak@gnu.org>
5128
5129 * search.texi (Regexp Replace): Some typo corrections and
5130 rearrangement.
5131
51322004-06-24 David Kastrup <dak@gnu.org>
5133
5134 * search.texi (Unconditional Replace): Use replace-string instead
5135 of query-replace in example.
5136 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5137 sequences.
5138 (Query Replace): Correct explanation of `^' which does not use
5139 the mark stack.
5140
51412004-06-21 Nick Roberts <nickrob@gnu.org>
5142
5143 * misc.texi (Shell History Copying): Document comint-insert-input.
5144 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5145
8cf51b2c
GM
51462004-06-20 Jesper Harder <harder@ifa.au.dk>
5147
5148 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5149 * custom.texi (Customization): Do.
5150 * anti.texi (Antinews): Do.
5151 * abbrevs.texi (Defining Abbrevs): Do.
5152
5153 * programs.texi (Info Lookup): Fix keybinding for
5154 info-lookup-symbol.
5155
51562004-06-16 Juanma Barranquero <lektu@terra.es>
5157
5158 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5159 Add emacs-xtra.
5160 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5161 (clean): Add emacs-xtra and flymake. Remove redundancies.
5162
51632004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5164
5165 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5166 Add emacs-xtra.
5167 * emacs-xtra.texi: New file.
5168
51692004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5170
5171 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5172 (Dired and Find): Mention differences with ordinary Dired buffers.
5173
8cf51b2c
GM
51742004-06-13 Richard M. Stallman <rms@gnu.org>
5175
5176 * custom.texi (Init Syntax): Explain about vars that do special
5177 things when set with setq or with Custom.
5178 (Init Examples): Add line-number-mode example.
5179
8cf51b2c
GM
51802004-06-12 Juri Linkov <juri@jurta.org>
5181
5182 * dired.texi (Operating on Files): Add dired-do-touch.
5183
8cf51b2c
GM
51842004-06-10 Juri Linkov <juri@jurta.org>
5185
5186 * building.texi (Lisp Eval): Add C-M-x on defface.
5187
51882004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5189
5190 * files.texi (Reverting): Auto-Revert mode and
5191 Global Auto-Revert mode no longer revert remote files.
5192
8cf51b2c
GM
51932004-05-29 Richard M. Stallman <rms@gnu.org>
5194
5195 * custom.texi (Init File): Two dashes start --no-site-file.
5196
8cf51b2c
GM
51972004-05-29 Alan Mackenzie <acm@muc.de>
5198
5199 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5200 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5201 (AWK, Pike): Document as "C-like modes".
5202 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5203 (M-x man): Supersedes M-x manual-entry.
5204 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5205
5206 ("Comments in C"): Delete node; the info is in CC Mode manual.
5207 (c-comment-only-line-offset): Remove description.
5208
5209 (C-c ., C-c C-c): Describe new C Mode bindings.
5210
5211 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5212 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5213 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5214 Amend definitions.
5215
5216 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5217 Describe functions.
5218
5219 (c-comment-start-regexp, c-hanging-comment-ender-p)
5220 (c-hanging-comment-starter-p): Remove obsolete definitions.
5221
5222 * emacs.texi: Remove the menu entry "Comments in C".
5223
8cf51b2c
GM
52242004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5225
5226 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5227 `M-x locate'.
5228
52292004-05-16 Karl Berry <karl@gnu.org>
5230
5231 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5232 makeinfo --html fails.
5233 * help.texi (Help Summary) [@ifnottex]: Likewise.
5234
52352004-05-13 Nick Roberts <nickrob@gnu.org>
5236
5237 * building.texi (GDB Graphical Interface): Update and describe
5238 layout first.
5239
8cf51b2c
GM
52402004-05-04 Jason Rumney <jasonr@gnu.org>
5241
5242 * makefile.w32-in: Revert last change.
5243
52442004-05-03 Jason Rumney <jasonr@gnu.org>
5245
5246 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5247
8cf51b2c
GM
52482004-04-23 Juanma Barranquero <lektu@terra.es>
5249
5250 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5251
52522004-04-18 Juri Linkov <juri@jurta.org>
5253
5254 * fixit.texi (Spelling): Remove file extension from ispell xref.
5255
52562004-04-15 Kim F. Storm <storm@cua.dk>
5257
5258 * cmdargs.texi (Initial Options): Add -Q.
5259
52602004-04-05 Kim F. Storm <storm@cua.dk>
5261
5262 * custom.texi (File Variables): Add safe-local-eval-forms.
5263
8cf51b2c
GM
52642004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * files.texi (Reverting): Correct description of revert-buffer's
5267 handling of point.
5268
52692004-03-22 Juri Linkov <juri@jurta.org>
5270
5271 * emacs.texi (Top): Add `Misc X'.
5272
49823426 5273 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5274
5275 * glossary.texi: Improve references.
5276
5277 * help.texi: Sync keywords with finder.el.
5278
5279 * mini.texi (Completion): Add description for menu items.
5280
5281 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5282
5283 * sending.texi (Mail Methods): Fix xref to Message manual.
5284
8cf51b2c
GM
52852004-03-12 Richard M. Stallman <rms@gnu.org>
5286
8cf51b2c
GM
5287 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5288
8cf51b2c
GM
52892004-03-04 Richard M. Stallman <rms@gnu.org>
5290
5291 * search.texi (Regexps): Explain that ^ and $ have their
5292 special meanings only in certain contexts.
5293
5294 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5295
5296 * mule.texi (Specify Coding): Doc C-x RET F.
5297
5298 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5299 for multiple compile and grep buffers.
5300 (Indirect Buffers): Don't recommand clone-indirect-buffer
5301 for multiple compile and grep buffers.
5302
8cf51b2c
GM
53032004-02-29 Juanma Barranquero <lektu@terra.es>
5304
5305 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5306 Use $(DEL) instead of rm, and ignore exit code.
5307
8cf51b2c
GM
53082004-02-23 Nick Roberts <nick@nick.uklinux.net>
5309
5310 * building.texi (Watch Expressions): Update.
5311
53122004-02-21 Juri Linkov <juri@jurta.org>
5313
5314 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5315 --directory, --help, --version. Move text about command-line-args
5316 to Command Arguments.
5317 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5318 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5319 (Window Size X): Join -g and --geometry. Add @cindex.
5320 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5321 (Title X): Remove alias -title.
5322 (Misc X): New node.
5323
c8763fb6 53242004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5325
5326 * frames.texi (Drag and drop): Add Motif to list of supported
5327 protocols.
5328
c8763fb6 53292004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5330
5331 * frames.texi (Drag and drop): New section.
5332
53332004-01-24 Richard M. Stallman <rms@gnu.org>
5334
5335 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5336 Include it only @ifnotinfo. Patch the preceding and following
5337 node headers to point to each other.
5338
53392004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5340
5341 * calendar.texi (Appointments): Update section.
5342
53432003-12-29 Kevin Ryde <user42@zip.com.au>
5344
8cf51b2c
GM
5345 * programs.texi (C Modes): Fix the xref.
5346
53472003-12-23 Nick Roberts <nick@nick.uklinux.net>
5348
5349 * building.texi (Watch Expressions): Update.
5350 (Commands of GUD): Include use of toolbar + breakpoints set from
5351 fringe/margin.
5352
53532003-12-03 Andre Spiegel <spiegel@gnu.org>
5354
5355 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5356 <acm@muc.de>.
5357
c8763fb6 53582003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5359
5360 * frames.texi (Dialog Boxes): Add use-file-dialog.
5361
8cf51b2c
GM
53622003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5363
5364 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5365 in CC Mode.
5366
8cf51b2c
GM
53672003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5368
5369 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5370 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5371 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5372 * man/frames.texi, man/glossary.texi, man/killing.texi:
5373 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5374 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5375 * man/sending.texi, man/text.texi, man/trouble.texi:
5376 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5377
53782003-11-01 Alan Mackenzie <acm@muc.de>
5379
5380 * search.texi (Scrolling During Incremental Search): Document a
5381 new scrolling facility in isearch mode.
5382
8cf51b2c
GM
53832003-10-22 Miles Bader <miles@gnu.org>
5384
5385 * Makefile.in (info): Move before $(top_srcdir)/info.
5386
53872003-10-22 Nick Roberts <nick@nick.uklinux.net>
5388
5389 * building.texi (Watch Expressions): Update section on data display
5390 to reflect code changes (GDB Graphical Interface).
5391
8cf51b2c
GM
53922003-10-13 Richard M. Stallman <rms@gnu.org>
5393
5394 * xresources.texi (GTK resources): Clean up previous change.
5395
c8763fb6 53962003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5397
5398 * xresources.texi (GTK resources): Add a note that some themes
5399 disallow customizations. Add scroll theme example.
5400
8cf51b2c
GM
54012003-09-30 Richard M. Stallman <rms@gnu.org>
5402
8cf51b2c
GM
5403 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5404
5405 * misc.texi (Saving Emacs Sessions): Shorten the section,
5406 collapsing back into one node.
5407
54082003-09-30 Lars Hansen <larsh@math.ku.dk>
5409
5410 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5411
ce058493 54122003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5413
5414 * xresources.texi (GTK names in Emacs): Correct typo.
5415
8cf51b2c
GM
54162003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5417
5418 * cmdargs.texi (Font X): Mention new default font. More
5419 fully describe long font names, wildcard patterns and the
5420 problems involved. (Result of discussion on emacs-devel.)
5421
54222003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5423
5424 * emacs.texi (Acknowledgements): Correct typo.
5425
54262003-09-22 Richard M. Stallman <rms@gnu.org>
5427
5428 * dired.texi (Misc Dired Commands): New node.
5429 (Dired Navigation): Add dired-goto-file.
5430
5431 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5432
5433 * emacs.texi (Acknowledgements): New node, split from Distribution.
5434
5435 * cmdargs.texi (Action Arguments): -f reads interactive args.
5436
8cf51b2c
GM
54372003-09-08 Lute Kamstra <lute@gnu.org>
5438
5439 * screen.texi (Mode Line): Say that POS comes before LINE.
5440 Mention `size-indication-mode'.
5441 * display.texi (Optional Mode Line): Document
5442 `size-indication-mode'.
5443 * basic.texi (Position Info): Mention `size-indication-mode'.
5444
54452003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5446
5447 * xresources.texi (Resources): Refer to `editres' man page.
5448 (Lucid Resources): Update defaults. Expand description of
5449 `shadowThickness'.
5450
54512003-09-04 Miles Bader <miles@gnu.org>
5452
5453 * Makefile.in (top_srcdir): New variable.
5454 ($(top_srcdir)/info): New rule.
5455 (info): Depend on it.
5456
54572003-09-03 Peter Runestig <peter@runestig.com>
5458
5459 * makefile.w32-in: New file.
5460
54612003-08-29 Richard M. Stallman <rms@gnu.org>
5462
5463 * misc.texi (Saving Emacs Sessions): Correct previous change.
5464
8cf51b2c
GM
54652003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5466
8cf51b2c
GM
5467 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5468 (Intro): Include kmacro.texi after fixit.texi instead of after
5469 custom.texi. (As suggested by Kim Storm.)
5470
54712003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5472
5473 * fixit.texi (Fixit): Update `Next' pointer.
5474 * files.texi (Files): Update `Previous' pointer.
5475 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5476 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5477 (Suggested by Kim Storm.)
5478 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5479
54802003-08-18 Kim F. Storm <storm@cua.dk>
5481
5482 * kmacro.texi: New file describing enhanced keyboard macro
5483 functionality. Replaces old description in custom.texi.
5484
5485 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5486 (Keyboard Macros): Move to new kmacro.texi file.
5487
5488 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5489
8cf51b2c
GM
54902003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5491
5492 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5493
54942003-08-17 Alex Schroeder <alex@gnu.org>
5495
5496 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5497 required.
5498
8cf51b2c
GM
54992003-08-05 Richard M. Stallman <rms@gnu.org>
5500
5501 * programs.texi (Lisp Indent): Don't describe
5502 lisp-indent-function property here. Use xref to Lisp Manual.
5503
8cf51b2c
GM
55042003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5505
fffa137c 5506 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5507 abbreviations.
5508
55092003-07-24 Markus Rost <rost@math.ohio-state.edu>
5510
5511 * buffers.texi (List Buffers): Fix previous change.
5512
8cf51b2c
GM
55132003-07-13 Markus Rost <rost@math.ohio-state.edu>
5514
5515 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5516 List*.
5517
55182003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5519
8cf51b2c
GM
5520 * display.texi (Font Lock): Fix typo.
5521
55222003-07-07 Richard M. Stallman <rms@gnu.org>
5523
5524 * display.texi (Font Lock): Add xref for format info on
5525 font-lock-remove-keywords.
5526
5527 * building.texi (Compilation): Document what happens with asynch
5528 children of compiler process.
5529
5530 * help.texi (Library Keywords): Use @multitable.
5531
8cf51b2c
GM
55322003-06-04 Richard M. Stallman <rms@gnu.org>
5533
5534 * programs.texi (Expressions): Delete C-M-DEL.
5535
5536 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5537 comint-move-point-for-output renamed from
5538 comint-scroll-to-bottom-on-output.
5539
5540 * custom.texi (Init Rebinding): Replace previous change with xref.
5541 (Non-ASCII Rebinding): Explain that issue more briefly here.
5542
55432003-05-28 Richard M. Stallman <rms@gnu.org>
5544
5545 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5546
55472003-05-28 Nick Roberts <nick@nick.uklinux.net>
5548
5549 * building.texi (GDB Graphical Interface): New node.
5550 (Rewritten somewhat by RMS.)
5551
c8763fb6 55522003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5553
5554 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5555 non-English letters. Explain how to set coding systems correctly
5556 and how to include the right coding cookie in the file.
5557
c8763fb6 55582003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5559
5560 * indent.texi (Indentation): Explain the concepts.
5561 (Just Spaces): Explain why preventing tabs for indentation might
5562 be useful.
5563
8cf51b2c
GM
55642003-04-16 Richard M. Stallman <rms@gnu.org>
5565
5566 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5567
8cf51b2c
GM
55682003-02-22 Alex Schroeder <alex@emacswiki.org>
5569
5570 * cmdargs.texi (General Variables): Document SMTPSERVER.
5571
8cf51b2c
GM
5572 * sending.texi: Remove SMTP node.
5573 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5574 library.
5575
8cf51b2c
GM
55762003-02-22 Alex Schroeder <alex@emacswiki.org>
5577
5578 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5579
55802003-02-22 Simon Josefsson <jas@extundo.com>
5581
5582 * sending.texi (Mail Methods): Add node about SMTP.
5583
c8763fb6 55842003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5585
5586 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5587
8cf51b2c
GM
55882003-02-01 Kevin Ryde <user42@zip.com.au>
5589
5590 * glossary.texi (Glossary): Correction to cl cross reference.
5591
55922003-01-20 Richard M. Stallman <rms@gnu.org>
5593
5594 * killing.texi (Rectangles): Document C-x c r.
5595
c8763fb6 55962003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5597
5598 * xresources.texi (GTK resources): New node.
5599 (GTK widget names): New node.
5600 (GTK names in Emacs): New node.
5601 (GTK styles): New node.
5602
c8763fb6 56032003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5604
5605 * maintaining.texi (Create Tags Table): Add reference to the new
5606 `etags --help --lang=LANG' option.
5607
8cf51b2c
GM
56082002-10-02 Karl Berry <karl@gnu.org>
5609
49823426 5610 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5611 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5612 where needed for the sake of the HTML output.
8cf51b2c
GM
5613
56142001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5615
5616 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5617 source files.
5618
56192001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * Makefile.in (emacsman): New target.
5622
8cf51b2c
GM
56232001-10-20 Gerd Moellmann <gerd@gnu.org>
5624
5625 * (Version 21.1 released.)
5626
56272001-10-05 Gerd Moellmann <gerd@gnu.org>
5628
5629 * Branch for 21.1.
5630
8cf51b2c
GM
56312001-03-05 Gerd Moellmann <gerd@gnu.org>
5632
5633 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5634
8cf51b2c
GM
56352000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5638
8cf51b2c
GM
56391999-07-12 Richard Stallman <rms@gnu.org>
5640
5641 * Version 20.4 released.
5642
56431998-12-04 Markus Rost <rost@delysid.gnu.org>
5644
5645 * Makefile.in (INFO_TARGETS): Delete customize.info.
5646 (DVI_TARGETS): Delete customize.dvi.
5647 (../info/customize, customize.dvi): Targets deleted.
5648
56491998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5650
5651 * Version 20.3 released.
5652
56531998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5654
5655 * Makefile.in (EMACSSOURCES): Add mule.texi.
5656 Add msdog.texi, ack.texi. Remove gnu1.texi.
5657
56581998-04-06 Andreas Schwab <schwab@gnu.org>
5659
5660 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5661 it in dvi targets.
8cf51b2c
GM
5662
56631997-09-23 Paul Eggert <eggert@twinsun.com>
5664
5665 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5666 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5667 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5668
56691997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5670
5671 * Version 20.2 released.
5672
56731997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5674
5675 * Version 20.1 released.
5676
56771997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5678
5679 * Makefile (../info/customize, customize.dvi): New targets.
5680 (INFO_TARGETS): Add ../info/customize.
5681 (DVI_TARGETS): Add customize.dvi.
5682
8cf51b2c
GM
56831996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5684
5685 * Version 19.33 released.
5686
56871996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5688
5689 * Version 19.32 released.
5690
8cf51b2c
GM
56911996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5692
5693 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5694
56951996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5696
5697 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5698 Specify -I option.
5699 (All dvi targets): Set the TEXINPUTS variable.
5700
57011996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5702
5703 * Version 19.31 released.
5704
8cf51b2c
GM
57051995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5706
5707 * Version 19.30 released.
5708
8cf51b2c
GM
57091995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5710
5711 * Makefile.in (maintainer-clean): Rename from realclean.
5712
57131994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5714
5715 * Makefile.in: New file.
5716 * Makefile: File deleted.
5717
57181994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5719
5720 * Makefile (TEXINDEX_OBJS): Variable deleted.
5721 (texindex, texindex.o, getopt.o): Rules deleted.
5722 All deps on texindex deleted.
5723 (distclean): Don't delete texindex.
5724 (mostlyclean): Don't delete *.o.
5725 * texindex.c, getopt.c: Files deleted.
5726
57271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5728
5729 * Version 19.26 released.
5730
57311994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5732
5733 * Makefile (EMACSSOURCES): Exclude undo.texi.
5734
57351994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5736
5737 * Version 19.25 released.
5738
57391994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5740
5741 * Version 19.24 released.
5742
57431994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5744
5745 * Version 19.23 released.
5746
57471994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5748
5749 * Makefile: Delete spurious tab.
5750
57511994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5752
5753 * Makefile (.SUFFIXES): New rule.
5754
8cf51b2c
GM
57551993-12-04 Richard Stallman (rms@srarc2)
5756
5757 * getopt.c: New file.
5758 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5759 (getopt.o): New rule.
5760 (dvi): Don't depend on texindex.
49823426 5761 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5762
57631993-12-03 Richard Stallman (rms@srarc2)
5764
49823426
GM
5765 * Makefile (TEXI2DVI): New variable.
5766 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5767 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5768
57691993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5770
5771 * Version 19.22 released.
5772
57731993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5774
5775 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5776
57771993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5778
5779 * Version 19.21 released.
5780
8cf51b2c
GM
57811993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5782
5783 * Makefile (realclean): Don't delete the Info files.
5784
57851993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5786
8cf51b2c
GM
5787 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5788 4' where appropriate.
5789
57901993-10-20 Brian Fox (bfox@ai.mit.edu)
5791
49823426 5792 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5793
5794 * texindex.c: Include "../src/config.h" if building in emacs.
5795
5796 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5797 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5798 Add target to build texindex.c, defining `emacs'.
5799
8cf51b2c
GM
58001993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5801
5802 * Version 19.19 released.
5803
8cf51b2c
GM
58041993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5805
5806 * Version 19.18 released.
5807
58081993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5809
5810 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5811
58121993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5813
5814 * Version 19.17 released.
5815
58161993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5817
5818 * split-man: Fix typos in last change.
5819
58201993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5821
5822 * Version 19.16 released.
5823
58241993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5825
5826 * version 19.15 released.
5827
58281993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5829
5830 * Makefile (distclean): It's rm, not rf.
5831
58321993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5833
5834 * Version 19.14 released.
5835
58361993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5837
5838 * Makefile: New file.
5839
58401993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5841
5842 * Version 19.13 released.
5843
58441993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5845
5846 * Version 19.9 released.
5847
58481993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5849
5850 * Version 19.8 released.
5851
58521993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5853
5854 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5855
5856 * trouble.texi: It's `enable-flow-control-on', not
5857 `evade-flow-control-on'.
5858
58591993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5860
5861 * display.texi: Document standard-display-european.
5862
58631993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5864
5865 * Version 19.7 released.
5866
5867 * emacs.texi: Add a sentence to the top menu mentioning the
5868 specific version of Emacs this manual applies to.
5869
58701993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5871
5872 * basic.texi: Document next-line-add-lines variable used to
5873 implement down-arrow.
5874
5875 * killing.texi: Document kill-whole-line.
5876
58771993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5878
5879 * text.texi: Update unix TeX ordering information.
5880
58811993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5882
5883 * news.texi: Mention fill-rectangle in keybinding list.
5884
5885 * killing.texi: Document fill-rectangle.
5886
58871993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5888
5889 * vc.texi: Bring the docs up to date with VC 5.2.
5890
58911992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5892
5893 * emacs.tex: Mention blackbox and gomoku under Amusements.
5894 Assembler mode is now mentioned and appropriately indexed
5895 under Programming Modes.
5896
58971991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5898
5899 * emacs.tex: Update TeX ordering information.
5900
8cf51b2c
GM
59011990-06-26 David Lawrence (tale@geech)
5902
5903 * emacs.tex: Note that completion-ignored-extensions is not used
5904 to filter out names when all completions are displayed in
5905 *Completions*.
5906
59071990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5908
5909 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5910
59111990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5912
5913 * emacs.tex: Add @findex grep.
5914
8cf51b2c
GM
59151988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5916
5917 * emacs.tex: Correct two typos. No other changes before
5918 Version 19 will be made.
5919
8cf51b2c
GM
59201988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5921
5922 * emacs.tex: Update information for obtaining TeX distribution from the
5923 University of Washington.
5924
5925;; Local Variables:
c8763fb6 5926;; coding: utf-8
8cf51b2c
GM
5927;; fill-column: 79
5928;; add-log-time-zone-rule: t
5929;; End:
5930
5931 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 5932 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5933
5934 This file is part of GNU Emacs.
5935
352c8b4a 5936 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 5937 it under the terms of the GNU General Public License as published by
352c8b4a
GM
5938 the Free Software Foundation, either version 3 of the License, or
5939 (at your option) any later version.
8cf51b2c
GM
5940
5941 GNU Emacs is distributed in the hope that it will be useful,
5942 but WITHOUT ANY WARRANTY; without even the implied warranty of
5943 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5944 GNU General Public License for more details.
5945
5946 You should have received a copy of the GNU General Public License
352c8b4a 5947 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
5948
5949;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd