Fix vc-annotate for renamed files when using Git.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
04d3bb6c
GM
12010-06-10 Glenn Morris <rgm@gnu.org>
2
103dd3a8
GM
3 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
4
04d3bb6c
GM
5 * basic.texi (Inserting Text): Fix typo.
6
61a808e8
CY
72010-05-07 Chong Yidong <cyd@stupidchicken.com>
8
9 * Version 23.2 released.
10
abb777ac
CY
112010-05-07 Chong Yidong <cyd@stupidchicken.com>
12
13 * building.texi (GDB Graphical Interface): Remove misleading comparison
14 to an IDE (Bug#6128).
15
da0bbbc4
CY
162010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
17
18 * programs.texi (Man Page):
19 * misc.texi (Invoking emacsclient):
20 * mini.texi (Repetition):
21 * mark.texi (Setting Mark): Fix typos.
22
eb5ed549
CY
232010-04-25 Chong Yidong <cyd@stupidchicken.com>
24
25 * misc.texi (Printing): Document htmlfontify-buffer.
26
6776e4c4
GM
272010-04-21 Glenn Morris <rgm@gnu.org>
28
29 * calendar.texi (Displaying the Diary, Format of Diary File):
30 Fix external cross-references for TeX format output.
31
a42dbee1
CY
322010-04-18 Chong Yidong <cyd@stupidchicken.com>
33
34 * programs.texi (Semantic): New node.
35
36 * maintaining.texi (EDE): New node.
37
38 * emacs.texi: Update node listing.
39
40 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
41
a77fe20c
GM
422010-04-16 Glenn Morris <rgm@gnu.org>
43
d52dbd3d
GM
44 * emacs.texi (Acknowledgments): Remove duplicate.
45
a77fe20c
GM
46 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
47
4d4e9522
GM
482010-04-15 Glenn Morris <rgm@gnu.org>
49
4ebe9902
GM
50 * dired.texi (Misc Dired Features): Mention VC diff and log.
51 * maintaining.texi (Old Revisions, VC Change Log):
52 Mention that diff and log work in Dired buffers.
53
98932641
GM
54 * help.texi (Help Summary): Mention M-x info-finder.
55
d5b22ab2 56 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 57
4d4e9522
GM
58 * custom.texi (Specifying File Variables, Directory Variables):
59 Document new commands for manipulating local variable lists.
60
16207c0a
GM
612010-04-09 Glenn Morris <rgm@gnu.org>
62
63 * trouble.texi (Contributing): Add cindex entry.
64 Mention etc/CONTRIBUTE.
65
e59c4233
CY
662010-04-06 Chong Yidong <cyd@stupidchicken.com>
67
68 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
69 query-replace (Bug#5774).
70
ce79424f
EZ
712010-03-30 Eli Zaretskii <eliz@gnu.org>
72
73 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
74 cross-reference to "Inserting Text".
75
76 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
77 Mention completion provided by `ucs-insert'.
78
8233e79a
CY
792010-03-28 Chong Yidong <cyd@stupidchicken.com>
80
81 * sending.texi (Sending Mail): Note variables that may need
82 customizing.
83 (Mail Sending): Expand discussion of send-mail-function.
84
e73c2434
CY
852010-03-28 Chong Yidong <cyd@stupidchicken.com>
86
87 Document Message mode as the default mail mode.
88
89 * sending.texi (Sending Mail): Copyedits.
90 (Mail Format, Mail Headers): Document mail-from-style changes.
91 (Mail Commands): Rename from Mail mode. Document Message mode.
92 (Mail Misc): Rename from Mail mode Misc.
93 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
94 command names and update keybindings.
95 (Header Editing): Document message-tab. De-document
96 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
97 favor of mail-default-headers. Ad index entries for user-full-name and
98 user-mail-address.
99 (Citing Mail): Update changes in Message mode behavior. Document
100 mail-yank-prefix.
101 (Mail Signature): New node, moved from Mail Misc.
102 (Mail Aliases): Mail abbrevs are the default with Message mode.
103 (Mail Methods): Note that Message mode is now the default.
104
105 * rmail.texi (Rmail Reply):
106 * text.texi (Text Mode):
107 * major.texi (Major Modes):
108 * mule.texi (Output Coding): Refer to Message mode.
109
110 * custom.texi (Init Examples): Add xref to Mail Header.
111
112 * emacs.texi (Top): Fix xrefs.
113
0f72a391
CY
1142010-03-25 Chong Yidong <cyd@stupidchicken.com>
115
c0c035fa
CY
116 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
117 repository if there is none.
118 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
119 vc-print-root-log.
ef7b27ef 120 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 121
71785b7a
CY
122 * programs.texi (Program Modes): Mention Javascript mode.
123
f67c5dd0
CY
124 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
125 * emacs.texi: Update node description.
126
0f72a391 127 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 128 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 129
6d98672d
GM
1302010-03-24 Glenn Morris <rgm@gnu.org>
131
132 * ack.texi (Acknowledgments):
133 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
134
93318cbd
JD
1352010-03-20 Jan Djärv <jan.h.d@swipnet.se>
136
137 * xresources.texi (Table of Resources): Clarify toolBar number
138 for Gtk+.
139
140 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
141
15cf2f52
CY
1422010-03-21 Chong Yidong <cyd@stupidchicken.com>
143
4102856c
CY
144 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
145
15cf2f52
CY
146 * search.texi (Other Repeating Search): Document multi-isearch-buffers
147 and multi-isearch-buffers-regexp.
148
149 * indent.texi (Indentation): Clarify description of
150 indent-for-tab-command. Document tab-always-indent.
151
d68eb23c
CY
1522010-03-20 Chong Yidong <cyd@stupidchicken.com>
153
154 * cmdargs.texi (Font X): Move most content to Fonts.
155
156 * frames.texi (Fonts): New node. Document font-use-system-font.
157
158 * emacs.texi (Top):
159 * xresources.texi (Table of Resources):
160 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
161
17782bec
CY
1622010-03-06 Chong Yidong <cyd@stupidchicken.com>
163
164 * custom.texi (Init Examples): Add xref to Locals.
165
166 * major.texi (Choosing Modes): Mention usage of setq-default for
167 setting the default value of major-mode (Bug#5688).
168
b4a1a8b2
CY
1692010-03-02 Chong Yidong <cyd@stupidchicken.com>
170
171 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
172
173 * display.texi (Display Custom): Document make-pointer-invisible and
174 underline-minimum-offset. Remove inverse-video.
175
a1e759cd
CY
1762010-02-21 Chong Yidong <cyd@stupidchicken.com>
177
178 * frames.texi (Frame Commands): Note that the last ordinary frame can
179 be deleted in daemon mode (Bug#5616).
180
4f3bc373
GM
1812010-02-18 Glenn Morris <rgm@gnu.org>
182
183 * trouble.texi (Contributing): Repository is no longer CVS.
184
5dbbdd33
GM
1852010-02-08 Glenn Morris <rgm@gnu.org>
186
187 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
188
cd61af01
SM
1892010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * display.texi (Useless Whitespace, Text Display):
192 * custom.texi (Init Examples): Avoid obsolete special default variables
193 like default-major-mode.
194
b1bb0a25 1952010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
196
197 * programs.texi (Other C Commands): Replace reference to obsolete
198 c-subword-mode.
199
99d0985b
GM
2002010-01-21 Glenn Morris <rgm@gnu.org>
201
202 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
203
893db5bc
GM
2042010-01-12 Glenn Morris <rgm@gnu.org>
205
206 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
207 emacs-pretest-bug for bug reports for development versions.
208
0419b8d6
GM
2092010-01-11 Glenn Morris <rgm@gnu.org>
210
211 * display.texi (Highlight Interactively): `t' does not mean highlight
212 all patterns. (Bug#5335)
213
26e533e2
CY
2142009-12-29 Chong Yidong <cyd@stupidchicken.com>
215
216 * misc.texi (Shell): Document async-shell-command.
217
218 * building.texi (Grep Searching): Document zrgrep.
219
484eaeac 220 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 221
7ee6c59b
NR
2222009-12-29 Nick Roberts <nickrob@snap.net.nz>
223
224 * building.texi: Import GDB Graphical Interface description from
225 EMACS_23_1_RC.
226
91ed7ea8
CY
2272009-12-24 Chong Yidong <cyd@stupidchicken.com>
228
229 * emacs.texi (Top): Update node listing.
230
231 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
232
233 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
234
235 * cmdargs.texi (Initial Options):
236 * xresources.texi (Resources): Document inhibit-x-resources.
237
238 * custom.texi (Specifying File Variables): Note that minor modes are
239 enabled unconditionally.
240
241 * display.texi (Scrolling): Briefly document the old recenter command,
242 and document recenter-positions.
243
244 * files.texi (Visiting):
245 * buffers.texi (Buffers): Max buffer size is now 512 MB.
246
247 * frames.texi (Cut/Paste Other App): Document
248 save-interprogram-paste-before-kill.
249
250 * killing.texi (Kill Options): New node.
251
6ca89aaa
CY
2522009-12-05 Chong Yidong <cyd@stupidchicken.com>
253
254 * misc.texi (Shell Options): ansi-color is now default.
255
806642d4
GM
2562009-12-05 Glenn Morris <rgm@gnu.org>
257
806642d4
GM
258 * emacs.texi (Top): Update menu for cal-xtra node changes.
259 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
260 or mode line. Don't mention invisible text or the details of
261 diary-print-entries here, only in cal-xtra.
262 (Format of Diary File): Mention that the "date on first line" format
263 only really affects the simple display.
264 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
265 (Diary Customizing): Holidays may be in the buffer or mode line.
266 Move diary-print-entries to the "Diary Display" section.
267 (Diary Display): New section, split out from "Fancy Diary Display".
268 Explain the limitations of simple display, and how to print it.
269
1a4f0c0a
GM
270 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
271
e11adbd8
GM
272 * cal-xtra.texi (Diary Display): Mention View mode.
273
29a483ac
JL
2742009-11-29 Juri Linkov <juri@jurta.org>
275
276 * display.texi (Highlight Interactively): Actually a list of
277 default faces is pre-loaded into a list of default values
278 instead of the history.
279
83d60c79
GM
2802009-11-20 Glenn Morris <rgm@gnu.org>
281
282 * ack.texi (Acknowledgments):
283 * emacs.texi (Acknowledgments): Add htmlfontify.
284
276bbe96
GM
2852009-11-14 Glenn Morris <rgm@gnu.org>
286
98ad1bae
GM
287 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
288
276bbe96
GM
289 * ack.texi (Acknowledgments):
290 * emacs.texi (Acknowledgments): Update for recent Org changes.
291
18430066
CY
2922009-10-31 Chong Yidong <cyd@stupidchicken.com>
293
294 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
295 `charset' property, which is irrelevant to the user manual (Bug#3526).
296
522ddc9f
JB
2972009-10-14 Juanma Barranquero <lekktu@gmail.com>
298
299 * trouble.texi (DEL Does Not Delete): Fix typo.
300
50b49ade
MA
3012009-10-05 Michael Albinus <michael.albinus@gmx.de>
302
303 * files.texi (Misc File Ops): Mention copy-directory.
304
6308321a
EZ
3052009-10-04 Eli Zaretskii <eliz@gnu.org>
306
43b3b4d1
EZ
307 * mule.texi (Unibyte Mode): Emphasize that
308 unibyte-display-via-language-environment affects only the display.
309
6308321a
EZ
310 * display.texi (Horizontal Scrolling): Document cursor behavior under
311 horizontal scrolling when point moves off the screen (Bug#4564).
312 Improve wording.
313
bd51ea7f
MA
3142009-10-01 Michael Albinus <michael.albinus@gmx.de>
315
316 * files.texi (Directories): delete-directory prompts for recursive
317 deletion.
318
55381962
GM
3192009-09-30 Glenn Morris <rgm@gnu.org>
320
321 * ack.texi (Acknowledgments):
322 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
323
13989ab1
TH
3242009-09-25 Tassilo Horn <tassilo@member.fsf.org>
325
326 * dired.texi (Dired Navigation): Use @code instead of @var for
327 dired-isearch-filenames, so that it's not capitalized.
328
8ba46c89
CY
3292009-09-19 Chong Yidong <cyd@stupidchicken.com>
330
331 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
332
333 * entering.texi (Exiting): C-z is now bound to suspend-frame.
334
335 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
336 (Key Bindings): Reference Init Rebinding in introductory text. Shift
337 some of the introduction to Keymaps node.
338 (Keymaps): Simplify.
339 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
340 (Minibuffer Maps): Remove mention of Mocklisp.
341 (Init Rebinding): Move mode-local rebinding example here from Local
342 Keymaps.
343 (Modifier Keys): Clarify.
1e11b018 344 (Rebinding): Add cindex for "binding keys".
8ba46c89 345
6a5ca7c8
CY
3462009-09-13 Chong Yidong <cyd@stupidchicken.com>
347
348 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
349
0e1cba51
NR
3502009-08-31 Nick Roberts <nickrob@snap.net.nz>
351
6a5ca7c8 352 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 353 Re-organise these two sections.
0e1cba51 354
76a87a4d
EZ
3552009-08-29 Eli Zaretskii <eliz@gnu.org>
356
357 * cmdargs.texi (Initial Options): Fix last change.
358
82e98df4
SM
3592009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * mule.texi (Enabling Multibyte):
362 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
363 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
364
fb89fad9
GM
3652009-08-20 Glenn Morris <rgm@gnu.org>
366
367 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
368
e99652b0
GM
3692009-08-19 Glenn Morris <rgm@gnu.org>
370
371 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
372
5cca97ad
GM
3732009-08-18 Glenn Morris <rgm@gnu.org>
374
375 * ack.texi (Acknowledgments):
376 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
377
997797ae 378 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 379
985bf85b
GM
3802009-08-09 Glenn Morris <rgm@gnu.org>
381
382 * ack.texi (Acknowledgments):
383 * emacs.texi (Acknowledgments): Add gdb-mi entry.
384
8d6bb99e
DD
3852009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
386
387 * emacs.texi (Top): Add new menu items for GDB-UI.
388
389 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 390 section. Threads buffer is in separate section now.
8d6bb99e 391
8353da9c
GM
3922009-08-08 Glenn Morris <rgm@gnu.org>
393
394 * ack.texi (Acknowledgments):
395 * emacs.texi (Acknowledgments):
396 Update for js2-mode and org changes.
397
f2074faf
MA
3982009-08-02 Michael Albinus <michael.albinus@gmx.de>
399
400 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
401 files.
402
e8d2d3fb
CY
4032009-07-28 Chong Yidong <cyd@stupidchicken.com>
404
405 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
406
324a4f6a
GM
4072009-07-23 Glenn Morris <rgm@gnu.org>
408
409 * programs.texi (Matching): Update blink-matching-paren-distance.
410
b6937a70
CY
4112009-07-21 Chong Yidong <cyd@stupidchicken.com>
412
413 * frames.texi (Cut/Paste Other App): For select-active-regions,
414 selection is now updated on moving point.
415
bd8aaa36
RS
4162009-07-21 Richard Stallman <rms@gnu.org>
417
418 * glossary.texi (GNU, Daemon): Update information.
419
8d9b5eba
JL
4202009-07-19 Juri Linkov <juri@jurta.org>
421
422 * custom.texi (Specifying File Variables, Safe File Variables):
423 "variables/value pairs" -> "variable/value pairs".
424
a2acc1db
GM
4252009-07-15 Glenn Morris <rgm@gnu.org>
426
427 * misc.texi (Gnus): Remove widow.
428
c5ae942b
GM
4292009-07-11 Glenn Morris <rgm@gnu.org>
430
703d26ba
GM
431 * Makefile.in (TEXI2PDF): New.
432 (emacs.pdf, emacs-xtra.pdf): New targets.
433
522ddc9f 434 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
435
436 * display.texi (Horizontal Scrolling): Re-word to remove widow.
437
438 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
439 Don't print the copying notice twice in the printed version.
440 Update the menu and detailmenu.
441 (Preface): The meaning of "on-line" has changed.
442 Correct name for "Common Problems" chapter.
443 (Distrib): Update FSF shop URL.
444 (Intro): Showing two files at once is not so exciting.
445
446 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
447 (Mac / GNUstep Basics): Minor grammar changes.
448 (Mac / GNUstep Events): Fix typo.
449 (GNUstep Support): CANNOT_DUMP no longer applies.
450
451 * misc.texi (Document View): Fix typos.
452
453 * dired.texi (Dired):
454 * help.texi (Help):
455 * macos.texi (Mac OS / GNUstep):
456 * maintaining.texi (Version Control, Introduction to VC):
457 End menu descriptions with a period.
c5ae942b 458
b1c8242b
EZ
4592009-07-09 Eli Zaretskii <eliz@gnu.org>
460
461 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
462 so categorical in saying that the option is only useful on NTFS.
463
220d9aa6
GM
4642009-07-09 Glenn Morris <rgm@gnu.org>
465
466 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
467 (ENVADD): Add texinfodir to TEXINPUTS.
468
469 * emacs.texi (Top): Fix cross-reference.
470
471 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
472
473 * vc1-xtra.texi (Revision Tags): Fix typo.
474
d07e72d3
GM
4752009-07-03 Glenn Morris <rgm@gnu.org>
476
477 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
478 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
479 (Merge Commands): `.' does not seem to work in A or B buffer.
480 `l' can recreate the 3-window display.
481
482 * glossary.texi (Glossary): Minor phrasing changes throughout.
483 Add more internal cross-references.
484 <Autoloading>: You can't really autoload a variable.
485 <C-M->: Move details here from `M-C-' item.
486 <Continuation Line>: Refer to `Truncation.'
487 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
488 <Home Directory, Unix>: New entries.
489 <Deletion of Files>: Mention recycle bins.
490 <Directory>: Mention ``folders.''
491 <Error>: Don't mention ``type-ahead.''
492 <Fringe>: Refer to the manual node.
493 <Minor Mode>: Can be global or local.
494 <Spell Checking>: There are other checkers besides Ispell.
495
f144038a
GM
4962009-07-02 Glenn Morris <rgm@gnu.org>
497
498 * anti.texi (Antinews): Minor changes in phrasing.
499
500 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
501 some underfull lines in dvi output.
502
503 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
504
505 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
506
507 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
508
3f1c6666
JD
5092009-07-01 Jan Djärv <jan.h.d@swipnet.se>
510
511 * xresources.texi (Table of Resources): Mention maximized for
512 fullscreen.
513
514 * cmdargs.texi (Window Size X): -mm/--maximized is new.
515
62aadce7
CY
5162009-07-01 Chong Yidong <cyd@stupidchicken.com>
517
518 * anti.texi (Antinews): Correct the list of removed platforms.
519
82ec412e
GM
5202009-06-28 Glenn Morris <rgm@gnu.org>
521
522 * arevert-xtra.texi: Minor language tweaks.
523
09964e7d
GM
524 * dired-xtra.texi: Minor revisions.
525
666e158e
MB
5262009-06-23 Miles Bader <miles@gnu.org>
527
528 * display.texi (Scrolling): Document `recenter-redisplay'
05fbc4a9 529 (Temporary Face Changes): Document `text-scale-set'.
666e158e 530
70243478
CY
5312009-06-21 Chong Yidong <cyd@stupidchicken.com>
532
533 * Branch for 23.1.
534
67cbe681
KH
5352009-06-17 Kenichi Handa <handa@m17n.org>
536
537 * mule.texi (Charsets): Update the description for the new charset.
538 (list-character-sets): New findex.
125dd7c5 539 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 540
40e67246
CY
5412009-06-10 Chong Yidong <cyd@stupidchicken.com>
542
b5700de6
CY
543 * basic.texi (Moving Point): Fix tag.
544
545 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
546
547 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
548 use camel-case for PageUp and PageDown.
549
550 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
551 camel-case for PageUp and PageDown.
552
553 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
554
40e67246 555 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 556 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 557
522ddc9f 5582009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 559
522ddc9f
JB
560 * fixit.texi (Spelling): Set default dictionary.
561 Improve descriptions (Bug#2554)
6f591cf4 562
53483c76
DR
5632009-06-08 David Reitter <david.reitter@gmail.com>
564
565 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
566 since saving colors and faces set this way is not implemented.
567 (Environment variables): Remove mention of mac-fix-env, which is
568 scheduled to be removed.
569
1557ef4f
CY
5702009-06-04 Chong Yidong <cyd@stupidchicken.com>
571
91056528
CY
572 * custom.texi (Init Examples): Add example of changing load-path.
573
1557ef4f
CY
574 * building.texi (Lisp Libraries): Add example of changing
575 load-path (Bug#3446).
576
623cec4c
CY
5772009-05-28 Chong Yidong <cyd@stupidchicken.com>
578
579 * mark.texi (Mark): Further clarifications.
580 (Setting Mark): Emphasize that C-SPC activates the mark.
581
0fcca8ee
CY
5822009-05-28 Chong Yidong <cyd@stupidchicken.com>
583
702b10e1
CY
584 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
585 Mark mode.
0fcca8ee
CY
586 (Using Region, Persistent Mark): Use "active mark" instead of "active
587 region".
588
d3b396e4
CY
5892009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
590
591 * mule.texi (Select Input Method): Fix typo.
592
3f698a06
CY
5932009-05-13 Chong Yidong <cyd@stupidchicken.com>
594
595 * anti.texi (Antinews): Document completion changes. Some additional
596 copyedits and rearrangement of entries.
597
b2a42eb7
CY
5982009-05-12 Chong Yidong <cyd@stupidchicken.com>
599
932fd020
CY
600 * misc.texi (Interactive Shell, Saving Emacs Sessions)
601 (Shell History Copying, Terminal emulator): Copyedits.
602
ac36a8f1
CY
603 * xresources.texi (Resources): Simplify descriptions. Shorten
604 description of editres, which is not very useful these days.
605 (Table of Resources): Document fontBackend resource.
606
b2a42eb7
CY
607 * trouble.texi (Quitting): Add other undo bindings to table.
608 (DEL Does Not Delete): Note that the erasure key is usually labelled
609 "Backspace". Remove discussion of obscure Xmodmap issue.
610
c6ea7fb8
CY
6112009-05-07 Chong Yidong <cyd@stupidchicken.com>
612
613 * files.texi (Visiting): Copyedits.
614
ad36c422
CY
6152009-05-06 Chong Yidong <cyd@stupidchicken.com>
616
617 * basic.texi (Inserting Text): Document ucs-insert.
618
619 * mule.texi (International Chars): Define "multibyte". Note that
620 internal representation is unicode-based. Simplify definition of raw
621 bytes. Mention ucs-insert.
622 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
623 (Language Environments): Add language environments new to Emacs 23.
624 (Multibyte Conversion): Node deleted.
625 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
626 mention obsolete emacs-mule coding system.
627 (Output Coding): Copyedits.
628
629 * emacs.texi (Top): Update node listing.
630
d4ad7b96
CY
6312009-05-05 Per Starbäck <per@starback.se> (tiny change)
632
633 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
634
5bd66204
SM
6352009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * building.texi (Lisp Libraries): `load-library' does offer completion.
638
bc36ad1c
CY
6392009-04-28 Chong Yidong <cyd@stupidchicken.com>
640
641 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
642 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
643
f1a47884
EZ
6442009-04-25 Eli Zaretskii <eliz@gnu.org>
645
646 * maintaining.texi (Tags): Clarify text. (Bug#3101)
647
be77bd45
CY
6482009-04-22 Chong Yidong <cyd@stupidchicken.com>
649
650 * entering.texi (Entering Emacs): Document initial-buffer-choice.
651
652 * building.texi (Lisp Interaction): Document initial-scratch-message.
653
d3b82927
JB
6542009-04-18 Juanma Barranquero <lekktu@gmail.com>
655
ed6e7b11
JB
656 * msdog.texi (Windows Fonts): Fix typos.
657
d3b82927
JB
658 * files.texi (Save Commands): Fix pxref.
659
bc323c04
CY
6602009-04-18 Chong Yidong <cyd@stupidchicken.com>
661
662 * files.texi (Save Commands): Mention diff-buffer-with-file.
663 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
664 Henoch (Bug#3036).
665
2186d13f
GM
6662009-03-15 Glenn Morris <rgm@gnu.org>
667
668 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
669 the former is not always used.
670 (Mail Headers): Use active voice. Add "Mail-reply-to".
671 Change case of "Id". Avoid repeated "appropriate".
672 (Mail Aliases): Fix previous change - use an example with a ".", so it
673 does actually get quoted when expanded.
674 (Mail Sending): Mailclient is the default on some systems.
675 (Citing Mail): Mention mail-indentation-spaces.
676 (Mail Mode Misc): Add an @dfn for "mail signature".
677
71e454fc
CY
6782009-03-15 Chong Yidong <cyd@stupidchicken.com>
679
680 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
681 (Completion Options): Document read-file-name-completion-ignore-case,
682 read-buffer-completion-ignore-case, and completion-styles. Remove
683 description of partial-completion-mode.
684
df1a3e06
GM
6852009-03-14 Glenn Morris <rgm@gnu.org>
686
687 * sending.texi (Mail Format): Fix typo. Add index entry for
688 mail-header-separator.
689 (Mail Headers): Put info about initialization and changing in one place
690 at the start. Update FCC section for mbox Rmail. Clarify From
691 section, mention mail-setup-with-from. Clarify Reply-to section.
692 Add Mail-followup-to and mail-mailing-lists. Clarify References
693 section.
694 (Mail Aliases): Update example, make less contentious.
695 Update for name change of mail-interactive-insert-alias.
696 (Mail Mode): Remove mention of `%' as a word separator.
697 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
698 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
699 commands. Clarify FCC handling. In mail-complete, add reference to
700 Mail Aliases section, and mention mail-complete-function.
701 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
702 (Mail Mode Misc): Clarify the mail-signature function. Add basic
703 signature netiquette. Explain how the mail hooks work when continuing
704 a composition.
705 (Mail Amusements): Internationalize the spook section a bit.
706 Remove the spook mail-setup-hook example, since it doesn't work well.
707 Mention fortune-file.
708 (Mail Methods): Mention read-mail-command.
709
ed6e7b11 7102009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 711
df1a3e06
GM
712 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
713 and NS resources following recent changes.
959d68bd 714
86dca3e8
JR
7152009-03-10 Jason Rumney <jasonr@gnu.org>
716
717 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
718 w32-use-visible-system-caret doc to indicate that it should get set
719 automatically.
720 (Windows Fonts): Add doc for the uniscribe backend.
721
042fe98f
DN
7222009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
723
724 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
725 vc-dir. (Bug#2598)
726
7f8dba73
RS
7272009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
728
729 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
730
505e70c3
GM
7312009-03-05 Glenn Morris <rgm@gnu.org>
732
04242bdc
GM
733 * rmail.texi (Rmail Basics): Add reference to sorting.
734 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
735 Minor re-wordings.
736 (Rmail Motion): Mention rmail-next-same-subject.
737 (Rmail Deletion): Expunging is not the only way to change the numbers.
738 (Rmail Labels): Labels can also be used in sorting.
739 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
740 (Rmail Display): Mention rmail-mime.
741
00cfe22c
GM
7422009-03-04 Glenn Morris <rgm@gnu.org>
743
744 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
745 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
746 summary. Mention sorts cannot be undone.
747 (Rmail Display): Give an example of how to use goto-address-mode.
748 (Rmail Editing): It's keybindings that are redefined, not commands.
749 Fix some typos.
750 (Movemail): Some minor rewording.
751 (Remote Mailboxes): Emacs movemail supports pop by default.
752 Fix some minor grammatical issues. The "two alternative ways" to
753 specify a POP mailbox are really just one. Remove all reference to the
754 variables rmail-pop-password and rmail-pop-password-required, obsolete
755 since Emacs 22.1. Clarify the four password steps. Emacs movemail
756 can support Kerberos.
757
3d963b67
GM
7582009-03-03 Glenn Morris <rgm@gnu.org>
759
760 * rmail.texi (Rmail Deletion): Revert previous change, which was
761 describing the Rmail summary versions.
762 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
763 Minor re-wording for rmail-resend.
764 (Rmail Make Summary): Summaries apply to buffers rather than files.
765 <rmail-summary-by-topic>: Headers includes the subject.
766 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
767 details, including prefix arguments.
2340abde 768 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
769 Not counting lines might be faster.
770 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
771 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
772 Name the commands bound to the various keys. Mention prefix argument
773 for searching.
3d963b67
GM
774 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
775 Simplify rmail-highlighted-headers description. Update face name.
776
a8ce3d17
JB
7772009-03-02 Juanma Barranquero <lekktu@gmail.com>
778
779 * mark.texi (Marking Objects): Fix typo.
780
130a29b6
CY
7812009-03-01 Chong Yidong <cyd@stupidchicken.com>
782
783 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
784 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
785
9d5de6f8
GM
7862009-03-01 Glenn Morris <rgm@gnu.org>
787
79fc530e 788 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
789 (Rmail Motion): - M-s searches from the end of messages.
790 (Rmail Deletion): Minor clarification. Fix numeric argument
791 description.
792 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
793 newmail and RMAILOSE files need not be in home-directory.
794 (Rmail Files): Mention I/O menus are unselectable if no files match.
795 Mention `MAIL' env-var.
796
b545ff9c
JR
7972009-02-24 Jason Rumney <jasonr@gnu.org>
798
799 * mule.texi (Fontsets): Mention fontset-default, font specs and
800 fallback fontsets.
801 (Defining Fontsets): Mention ns and w32 variants of
802 standard-fontset-spec. Update description of startup fontset to match
803 Emacs 23 behavior.
a93be82a 804 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 805 (International): Link to Modifying Fontsets.
b545ff9c 806
75da0618 8072009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
808
809 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
810 Mention ns-extended-platform-support-mode.
811
6be93a16
KB
8122009-02-22 Karl Berry <karl@gnu.org>
813
814 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
815
867d4bb3
JB
8162009-02-19 Juanma Barranquero <lekktu@gmail.com>
817
818 * basic.texi (Moving Point, Position Info):
819 * files.texi (Visiting):
820 * mini.texi (Completion Options):
821 * text.texi (HTML Mode): Remove duplicate words.
822
49b5c0e8
GM
8232009-02-20 Glenn Morris <rgm@gnu.org>
824
825 * rmail.texi: Minor updates for mbox rather than Babyl.
826
f43a822c
KB
8272009-02-17 Karl Berry <karl@gnu.org>
828
49b5c0e8 829 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 830
80d634b8
RS
8312009-02-17 Richard M Stallman <rms@gnu.org>
832
833 * anti.texi (Antinews): Mention Babyl format.
834
835 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
836
837 * rmail.texi: Update for mbox format.
838 Various small fixes, as well as the following.
839 (Out of Rmail): Node deleted.
840 (Rmail): Update menu.
841 (Rmail Files): Comment out set-rmail-inbox-list.
842 Document rmail-inbox-list instead.
843 (Rmail Output): Substantial changes since C-o is now
844 rmail-output-as-seen and o is rmail-output.
845 (Rmail Attributes): Delete `stored', add `retried'.
846 (Rmail Display): Editing headers works in all cases.
847
f0d129c6
GM
8482009-02-17 Glenn Morris <rgm@gnu.org>
849
850 * basic.texi (Position Info): M-x count-lines-region is not always on
851 M-=. (Bug#2269)
852
160f11d3
GM
8532009-02-09 Glenn Morris <rgm@gnu.org>
854
855 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
856 defaults.
857
763e01c4
EZ
8582009-02-07 Eli Zaretskii <eliz@gnu.org>
859
860 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
861 documentation of possible problems with redecoding.
862
f5e1441d
GM
8632009-02-03 Glenn Morris <rgm@gnu.org>
864
865 * rmail.texi (Out of Rmail): Mention b2m.pl.
866
e1eabe41
GM
8672009-01-31 Glenn Morris <rgm@gnu.org>
868
869 * rmail.texi (Out of Rmail): Correct b2m location.
870
dd05f9de
CY
8712009-01-27 Chong Yidong <cyd@stupidchicken.com>
872
873 * fixit.texi (Undo): Update undo limit values.
874
d74d846e
GM
8752009-01-27 Glenn Morris <rgm@gnu.org>
876
877 * emacs.texi (Top): Fix Antinews menu entry.
878
49ffdce8
KB
8792009-01-25 Karl Berry <karl@gnu.org>
880
881 * text.texi (Foldout): Use @itemize @w{} to make an itemize
882 item with no marker, instead of the syntactically incorrect
883 @itemize @asis.
884
467e8d77
JL
8852009-01-25 Juri Linkov <juri@jurta.org>
886
887 * building.texi (Grep Searching): Fix index entry for lgrep.
888
6c60bbdb
EZ
8892009-01-24 Eli Zaretskii <eliz@gnu.org>
890
891 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
892
9ce5a36f
AR
8932009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
894
895 * macos.texi (Preferences Panel): Update description of font setting to
896 reflect that prior frame selection is no longer needed.
897
9aa5f2fb
NR
8982009-01-20 Nick Roberts <nickrob@snap.net.nz>
899
900 * building.texi (Debuggers): Revert some of 2008-10-31 change to
901 raise GUD subsections.
902
3892ff9c
GM
9032009-01-15 Glenn Morris <rgm@gnu.org>
904
905 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
906
14731c8f
GM
9072009-01-10 Glenn Morris <rgm@gnu.org>
908
909 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
910
45c55e53
CY
9112009-01-04 Chong Yidong <cyd@stupidchicken.com>
912
913 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
914 logical lines.
915
2e4667d1
JL
9162008-12-29 Juri Linkov <juri@jurta.org>
917
918 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
919
920 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
921
2a3eac47
CY
9222008-12-28 Chong Yidong <cyd@stupidchicken.com>
923
924 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
925 goto-address-mode instead of goto-address.
926
3da8da94
CY
927 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
928 mode.
929
2a3eac47
CY
930 * emacs.texi (Top): Update node listing.
931
057f6dd3
EZ
9322008-12-26 Eli Zaretskii <eliz@gnu.org>
933
934 * custom.texi (Directory Variables): Explain what is a "project".
935 Add indexing. Improve wording. Add a footnote about using
936 _dir-locals.el on MS-DOS.
937
e6979067
DN
9382008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * files.texi (Misc File Ops): Mention chmod as an alias for
941 set-file-modes.
942
9de15963
MR
9432008-12-24 Martin Rudalics <rudalics@gmx.at>
944
945 * help.texi (Help): Fix typos and reword.
946 (Help Summary): Add entries for C-h n and C-h r, reorder
947 entries, and do some minor fixes.
948 (Name Help): Say that C-h F works for commands only.
949 (Misc Help): Say that view-lossage displays 300 keystrokes.
950
236fd60d
GM
9512008-12-20 Glenn Morris <rgm@gnu.org>
952
953 * ack.texi (Acknowledgments): General update based on AUTHORS,
954 including removal of some stuff no longer distributed.
955
349b3256
AM
9562008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
957
958 * fixit.texi: Mention hunspell
959
e840fca5
GM
9602008-12-19 Glenn Morris <rgm@gnu.org>
961
962 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 963 Consolidate explanatory text at start.
e840fca5
GM
964
965 * display.texi (Text Display):
966 * indent.texi (Indentation): Use @acronym with ASCII.
967
9dfa7983
GM
9682008-12-18 Glenn Morris <rgm@gnu.org>
969
970 * ack.texi: Various small updates and fixes.
971
97b3a00b
JL
9722008-12-18 Juri Linkov <juri@jurta.org>
973
974 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
975 as a key binding to start a forward nonincremental word search.
976 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
977 a backward nonincremental word search. Add index for `M-s w'
978 `isearch-forward-word'.
979 (Regexp Search): Add a short summary of regexp key commands like
980 in the node "Basic Isearch".
981 (Other Repeating Search): Fix typo.
982
9832008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
984
985 * misc.texi (PostScript Variables): Fix doc.
986
31ce6a07
CY
9872008-12-10 Chong Yidong <cyd@stupidchicken.com>
988
989 * programs.texi (Program Modes): Mention Ruby mode.
990
636b507b
DN
9912008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
992
993 * misc.texi (emacsclient Options): Describe what an empty string
994 argument does for --alternate-editor.
995
a323fa14
CY
9962008-12-09 Frank Schmitt <ich@frank-schmitt.net>
997
998 * cmdargs.texi (Font X): Distinguish between client-side and
999 server-side fonts. List valid Fontconfig properties. Add reference to
1000 Fontconfig manual. List valid GTK font properties. Explain use of
1001 fc-list.
1002
c5ca6cd0
CY
10032008-12-09 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * cmdargs.texi (Font X): Move discussion of quoting to top.
1006
e5136377
GM
10072008-12-06 Glenn Morris <rgm@gnu.org>
1008
1009 * maintaining.texi (Old Revisions): Improve previous change.
1010
248c026b
RS
10112008-12-05 Richard M Stallman <rms@gnu.org>
1012
1013 * anti.texi (Antinews): Minor fixes.
1014
a9253a1e
GM
10152008-12-03 Glenn Morris <rgm@gnu.org>
1016
1017 * maintaining.texi (Old Revisions): Fix diff-switches description.
1018
fa687b02
MR
10192008-12-01 Martin Rudalics <rudalics@gmx.at>
1020
1021 * emacs.texi (Top): Fix typo.
1022
72e6decd
CY
10232008-11-30 Chong Yidong <cyd@stupidchicken.com>
1024
320ee034
CY
1025 * misc.texi (Document View): Explain dependence on gs at the top.
1026 Copyedits.
1027
1028 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1029
72e6decd
CY
1030 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1031 (Comment Commands): Discuss region-active behavior of M-; first.
1032
2a472ee4
MR
10332008-11-29 Martin Rudalics <rudalics@gmx.at>
1034
9c6361c9
MR
1035 * display.texi (Line Truncation): Add reference to Continuation
1036 Lines.
1037
2a472ee4
MR
1038 * windows.texi (Pop Up Window): Mention split-height-threshold
1039 and split-width-threshold.
9c6361c9 1040 (Split Window): Add reference to Continuation Lines.
2a472ee4 1041
e93bc142
AR
10422008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1043
1044 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1045 (GNUstep Support): New node.
1046 * anti.texi:
1047 * emacs.texi:
1048 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1049
43b978db
RS
10502008-11-28 Richard M Stallman <rms@gnu.org>
1051
1052 * misc.texi (Dissociated Press): Minor cleanups.
1053
1054 * dired.texi (Image-Dired): Avoid passive.
1055
e8e2bd93
EZ
10562008-11-28 Eli Zaretskii <eliz@gnu.org>
1057
1058 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1059 representation.
1060
8d2d45da
CY
10612008-11-26 Richard M. Stallman <rms@gnu.org>
1062
1063 * files.texi (Visiting): Rewrite paragraph for clarity.
1064
1065 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1066
a5f7bbcc
AM
10672008-11-25 Alan Mackenzie <acm@muc.de>
1068
1069 * programs.texi (Moving by Parens): Clarify that parens inside strings
1070 and comments are ignored, and that the commands assume the starting
1071 point isn't in a string or comment.
1072
a71703d3
AR
10732008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1074
1075 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1076 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1077 version.
1078 (Mac Customization): Rewrite Preferences Panel section and merge in to
1079 this node, add Open files by dragging to an Emacs window.
1080
1081 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1082
aa5ab79a
CY
10832008-11-26 Chong Yidong <cyd@stupidchicken.com>
1084
0cc92c19
CY
1085 * files.texi (Misc File Ops): Document set-file-modes.
1086
c366b4e4
CY
1087 * windows.texi (Split Window): Document integer values of
1088 truncate-partial-width-windows.
1089
aa5ab79a
CY
1090 * text.texi (Text): Simplify description of markup languages.
1091 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1092 (TeX Editing): Note that `""' inserts one `"' character.
1093 (HTML Mode): Note in the introduction that XML mode is an alias for
1094 SGML mode. Mention nXML mode.
1095
56221db7
CY
10962008-11-25 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * building.texi (Watch Expressions): Fix typo.
1099
90effe33
CY
11002008-11-24 Chong Yidong <cyd@stupidchicken.com>
1101
f90a5ae3
CY
1102 * files.texi (Visiting): Document new behavior of
1103 confirm-nonexistent-file-or-buffer.
1104
1105 * buffers.texi (Select Buffer): Document
1106 confirm-nonexistent-file-or-buffer.
1107
a18ffb4a
CY
1108 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1109 edit-picture.
1110
90effe33
CY
1111 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1112 edit-picture', since that is just an alias for picture-mode.
1113 (Sentences): Note that repeated M-@ extends the region.
1114 (Pages): Make terminology more consistent. Link to Regexps node.
1115 (Longlines): Discuss relationship with Visual Line mode.
1116 (Text Mode): Remove extraneous discussion of other modes, since they
1117 were already introduced in the parent node.
1118
e85103ec
CY
11192008-11-23 Chong Yidong <cyd@stupidchicken.com>
1120
5cb2fe30
CY
1121 * anti.texi (Antinews): Rewrite.
1122
1eb9b307 1123 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1124
1125 * frames.texi (Frame Commands): Mention "minimize" terminology.
1126
e85103ec
CY
1127 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1128 formats.
b908332f
CY
1129 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1130 (Misc X): Don't document useless -hb option.
e85103ec 1131
607f5f88
JL
11322008-11-22 Juri Linkov <juri@jurta.org>
1133
1134 * dired.texi (Dired Navigation): Change normal file name search option
1135 from `non-nil' to `t'. Add `dwim' option.
1136
e1b867a0
JL
11372008-11-22 Juri Linkov <juri@jurta.org>
1138
1139 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1140 ".dir-locals.el". Rename `define-project-bindings' to
1141 `dir-locals-set-class-variables'. Rename `set-directory-project' to
1142 `dir-locals-set-directory-class'.
1143
dd186936
LK
11442008-11-22 Lute Kamstra <lute@gnu.org>
1145
1146 * buffers.texi (Select Buffer): Index goto-line.
1147 * basic.texi (Moving Point): Mention the use of a numeric prefix
1148 argument with goto-line and refer to Select Buffer for the use of a
1149 plain prefix argument.
1150
4b121911
GM
11512008-11-19 Glenn Morris <rgm@gnu.org>
1152
1153 * doclicense.texi: Update to FDL 1.3.
1154 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
1155
27267e4c
CY
11562008-11-17 Chong Yidong <cyd@stupidchicken.com>
1157
696f351d
CY
1158 * custom.texi (Minor Modes): Define mode commands and mode variables
1159 more precisely. Recommend using mode commands instead of setting
1160 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
1161 (Easy Customization): Use "init file" instead of .emacs.
1162 (Customization Groups): Update to new Custom buffer appearance.
1163 (Saving Customizations): Copyedits. Update example.
1164 (Variables): Give example of variable type-sensitivity.
1165 (Examining): Update example.
1166 (Hooks): Copyedits.
1167 (Specifying File Variables): Use C comments instead of an artificial
1168 Lisp for the example.
1169 (Keymaps): Move internals discussion to Prefix Keymaps.
1170 (Rebinding): Remove redundant paragraph (stated in Key Binding).
1171 (Init Rebinding): Document kbd macro.
1172 (Init File): Link to Find Init.
696f351d
CY
1173
1174 * mark.texi (Using Region): Document Delete Selection Mode more
1175 thoroughly.
1176
1177 * frames.texi (Mouse Commands): Move most of the description of Delete
1178 Selection Mode to Using Region, and link to it.
1bc9c425 1179 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 1180
b0570c25
CY
1181 * building.texi (Compilation): Document first-error value of
1182 compilation-scroll-output.
1183 (Compilation Mode): Note that compilation-auto-jump-to-first-error
1184 works as soon as an error is available. Suggested by Juri Linkov.
1185
27267e4c
CY
1186 * mini.texi (Passwords): New node.
1187
1188 * files.texi (Remote Files): Link to Passwords node.
1189
1190 * emacs.texi (Top): Update node listings.
1191
122eb807
CY
11922008-11-16 Chong Yidong <cyd@stupidchicken.com>
1193
9c9855a3
CY
1194 * ack.texi (Acknowledgments): Some updating of credits.
1195
bd6fdcad
CY
1196 * emacs.texi (Acknowledgments): Add a couple more names.
1197
dd1eef46
CY
1198 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
1199
122eb807 1200 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 1201 (Misc File Ops): Document use of trash.
122eb807 1202
801a8da1
JB
12032008-11-16 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * macos.texi (Mac Customization): Fix typos.
1206
0b4f2253
CY
12072008-11-14 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
1210 replacing previous contents. Numerous copyedits to adapt ns-emacs to
1211 the conventions of the main Emacs manual.
1212
1213 * emacs.texi (Top): Update node listings.
1214
517e2b89
CY
12152008-11-12 Chong Yidong <cyd@stupidchicken.com>
1216
07a85685
CY
1217 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
1218 command-line-args is processed during startup.
1219 (Action Arguments): Correctly describe how file arguments interact with
1220 the startup screen. Link to Lisp Interaction for scratch buffer.
1221 (Initial Options): Link to Command Example for -batch option.
1222 (Environment): Document initial-environment.
1223
517e2b89
CY
1224 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1225 can't be changed in the site-start file.
1226
6337bbde
CY
12272008-11-07 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * dired.texi (Dired): Mention C-x C-d too.
1230 (Dired Enter): Document M-n in the Dired minibuffer.
1231 (Dired Navigation): Explain dired-goto-file more clearly. Document
1232 dired-isearch-filenames.
1233 (Dired Deletion): Remove unnecessary "expunged" terminology.
1234 (Flagging Many Files): & is now rebound to `% &'.
1235 (Shell Commands in Dired): Document dired-do-async-shell-command.
1236 Clarify how multi-file arguments are passed.
1237 (Misc Dired Features): Document dired-do-isearch.
1238
9e8eeff9
CY
12392008-11-06 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1242
e071f849
CY
12432008-11-03 Chong Yidong <cyd@stupidchicken.com>
1244
1245 * search.texi (Other Repeating Search): Remove obsolete findex entries.
1246
05482eb1
CY
12472008-11-01 Chong Yidong <cyd@stupidchicken.com>
1248
e2346dea
CY
1249 * programs.texi (Program Modes): Link to Program Indent node.
1250 (Left Margin Paren): Explain consequences of changing
1251 open-paren-in-column-0-is-defun-start more concisely.
1252 (Which Function, Program Indent, Info Lookup): Minor edits.
1253 (Basic Indent): If region is active, TAB indents the region.
1254 (Multi-line Indent): If region is active, TAB indents the region. Note
1255 that indent-region is useful when Transient Mark mode is off.
1256 (Matching): The delimiter at the cursor is highlighted---the character
1257 changes color.
1258 (Symbol Completion): Link to Completion node.
1259
e4b6428c
CY
1260 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1261 a strictly text-only system.
1262
05482eb1
CY
1263 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1264 batch mode.
1265
a11d3737
RS
12662008-11-01 Richard M. Stallman <rms@gnu.org>
1267
5abad626
RS
1268 * misc.texi (Document View): Major rewrite.
1269
a11d3737
RS
1270 * maintaining.texi (Types of Log File): Change logs are older than
1271 version control.
1272 (VCS Concepts): Simplify and rearrange.
1273 (Version Control Systems): Make it clear that Linux is only the kernel.
1274 (VC Mode Line): Shorten reference to menu item.
1275 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
1276 (VC Directory Mode): Minor cleanup.
1277 Unchanged files are hidden, not omitted.
1278 (VC Directory Commands): Shorten and simplify.
1279 (Change Log Commands): New node, split from Change Logs.
1280 (VC Directory Buffer): New node, split from VC Directory Mode.
1281
c55a4acb
CY
12822008-10-31 Chong Yidong <cyd@stupidchicken.com>
1283
df0356f6
CY
1284 * misc.texi (Document View): Renamed from Document Files, moved here
1285 from files.texi.
1286
1287 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
1288 moved as well.
1289 (Document Files): Moved to misc.texi.
1290
c55a4acb
CY
1291 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1292 vc-update-change-log.
df0356f6
CY
1293 (Version Control): Move here from files.texi.
1294 (Format of ChangeLog): Make it a subnode of Change Log.
1295
1296 * emacs.texi (Top): Update node listing.
c55a4acb 1297
ef082374
TH
12982008-10-31 Tassilo Horn <tassilo@member.fsf.org>
1299
1300 * files.texi (Files): Add a section about document
1301 files (doc-view-mode).
1302
d52582c3
CY
13032008-10-31 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * building.texi (Compilation Mode): Document
1306 compilation-auto-jump-to-first-error.
1307 (Debuggers): Lower GUD subsections to subsubsections.
1308 (Starting GUD): Add cindex.
1309 (Lisp Interaction): Note that scratch is no longer the initial buffer.
1310
4e0a0968
CY
13112008-10-30 Chong Yidong <cyd@stupidchicken.com>
1312
03625b47
CY
1313 * indent.texi (Indentation): Link to Program Indent.
1314
4e0a0968
CY
1315 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1316 now uses emacsclient's terminal.
1317
8bd3f7ef
CY
13182008-10-29 Chong Yidong <cyd@stupidchicken.com>
1319
80e5620e
CY
1320 * mark.texi (Using Region): Document use-empty-active-region.
1321
97d5c404
CY
1322 * emacs.texi (Top): Update node listings.
1323
8bd3f7ef
CY
1324 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
1325 mention obsolete emacs.bash script.
1326 (Invoking emacsclient): Rewrite, moving optional arguments to
1327 emacsclient Options.
21d2bae3
CY
1328 (emacsclient Options): New node. Document server-use-tcp and
1329 server-host.
8bd3f7ef 1330
5fda2cbd
CY
13312008-10-28 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * indent.texi (Indentation): Replace list with paragraphed text,
1334 putting description of syntax-driven indentation first. Document new
1335 effect of active regions on tab.
1336 (Tab Stops): Note that editable tab stops affect indentation commands.
1337
4ff029f6
DN
13382008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1339
1340 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1341
996cd6e4
CY
13422008-10-23 Chong Yidong <cyd@stupidchicken.com>
1343
f28815e3
CY
1344 * custom.texi (Function Keys): Note that modified keypad keys are not
1345 translated.
1346
996cd6e4
CY
1347 * basic.texi (Arguments): Explain how to insert multiple digits.
1348
49545fe2
MA
13492008-10-22 Michael Albinus <michael.albinus@gmx.de>
1350
1351 * files.texi (Remote Files): Precise selection of default method.
1352 Rewrite paragraph about disabling remote file names.
1353
edac0b53
CY
13542008-10-22 Chong Yidong <cyd@stupidchicken.com>
1355
e752c544
CY
1356 * search.texi (Special Isearch): Document M-TAB is isearch.
1357
edac0b53
CY
1358 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1359 command.
1360
1361 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1362
20a36054
TH
13632008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1364
1365 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1366 section.
1367
69051ab6
CY
13682008-10-21 Chong Yidong <cyd@stupidchicken.com>
1369
c4b1a32a
CY
1370 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1371 to files.texi. Move contents of vc2-xtra.texi here.
1372
1373 * vc2-xtra.texi: File removed.
1374
1375 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1376 Directory Commands from the submenu. Don't include deleted file
1377 vc2-xtra.texi.
1378
1379 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1380 (Version Control): Add VC Directory Mode and VC Directory Commands to
1381 the submenu.
1382 (Why Version Control?): Use table format.
1383 (Version Control Systems): Note that Meta-CVS support is gone.
1384 (VCS Concepts): Note precisely when VC started supporting filesets.
1385 Remove bogus xref to CVS Options node.
1386 (Types of Log File): Copyedits.
1387 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1388 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1389 The Right Thing.
1390 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1391 (Log Buffer): Reorganize node, putting C-c C-c description first.
1392 (Old Revisions): Use CVS for example, not RCS.
1393 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1394 Commands from the submenu, putting them under Version Control.
1395 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1396 need to include it in the manual unconditionally, since it is now
1397 crucial to using distributed version control systems.
1a6e2954
CY
1398 (Comparing Files): Note that diff uses the minibuffer, and that the
1399 output is shown using Diff mode.
1400 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1401 diff-update-on-the-fly, diff-refine-hunk, and
1402 diff-show-trailing-whitespaces.
1a6e2954 1403 (File Archives): Add rar support.
c4b1a32a 1404
69051ab6
CY
1405 * major.texi (Choosing Modes): Make mode selection sequence more
1406 obvious by describing the steps in order of priority. Note that
1407 magic-mode-alist is nil by default. Document
1408 magic-fallback-mode-alist.
1409
e7421e03
CY
14102008-10-20 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * frames.texi (Mouse References): Copyedits.
1413
6b2efdc2
TH
14142008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1415
1416 * ack.texi (Acknowledgments): Add myself as doc-view author.
1417
9c5e9396
EZ
14182008-10-20 Eli Zaretskii <eliz@gnu.org>
1419
1420 * frames.texi (Dialog Boxes): Add @cindex entries.
1421
dac94f8e
CY
14222008-10-20 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1425 (Text-Only Mouse): Copyedit.
1426
25597d40
CY
14272008-10-19 Chong Yidong <cyd@stupidchicken.com>
1428
f8a447f6
CY
1429 * frames.texi: Use @key throughout for mouse clicks.
1430 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1431 (Secondary Selection): Fix modified mouse click syntax.
1432 (Clipboard): Describe Cut, Copy and Paste commands.
1433 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1434 Copyedits.
1435 (Creating Frames): Add xref to Init File.
1436 (Frame Commands): Add xref to Exiting.
1437 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1438
b0f95216
CY
14392008-10-15 Chong Yidong <cyd@stupidchicken.com>
1440
b0817f00
CY
1441 * files.texi (Version Control): Copyedits. Add Bazaar.
1442 (Version Control Systems): List different VCS's using an itemized list.
1443 Add Bazaar.
1444 (VCS Concepts): Copyedits. Tweak description of file merging.
1445
b0f95216
CY
1446 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1447 (Cut/Paste Other App): Document select-active-regions and
1448 x-select-enable-primary.
1449
69d0d701
CY
14502008-10-13 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * mark.texi (Shift Selection): Correct case in node name.
1453
1454 * emacs.texi (Top): Update node order in Mark chapter.
1455
375e8351
EZ
14562008-10-12 Eli Zaretskii <eliz@gnu.org>
1457
1458 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1459
1460 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1461 elsewhere in the manual instead of describing yet again the intricacies
1462 of $HOME on MS-Windows and MS-DOS.
1463
ab58114f
CY
14642008-10-12 Chong Yidong <cyd@stupidchicken.com>
1465
4f959513
CY
1466 * mini.texi (Minibuffer File): Add xref to File Names.
1467 (Minibuffer File): Add discussion of `~' in file names. Add
1468 insert-default-directory index reference.
1469
ab58114f
CY
1470 * files.texi (File Names): Reorganize description.
1471 (Visiting): Add xref to Mode Line. Copyedits.
1472 (Save Commands): Mention prefix behavior of C-x C-s.
1473 (Numbered Backups): Node deleted.
1474 (Backup Names): Contents of Numbered Backups moved here. State default
1475 of version-control variable.
1476 (Reverting): Copyedits.
1477 (Version Control): Add additional version control systems.
1478
1479 * emacs.texi (Top): Delete Numbered Backups node.
1480
1481 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1482 Backup Names.
f2884f63 1483 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1484
b0b5100a
RF
14852008-10-11 Romain Francoise <romain@orebokech.com>
1486
1487 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1488
89774b5f
CY
14892008-10-11 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1492 (Select Buffer): Mention use of minibuffer history. Describe default
1493 value of default-major-mode. Mention that C-x 4 b selects the other
1494 window.
1495 (List Buffers): Document CRM indicators in the order they appear.
1496 (Kill Buffer): Document new command kill-matching buffers.
1497 (Several Buffers): Move explanation of the relationship between buffer
1498 list and buffer menu to the top.
1499 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1500
4c72bf27
CY
15012008-10-10 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * entering.texi (Exiting): Document change of C-x C-c to
1504 save-buffers-kill-terminal. Document kill-emacs.
1505
f68eb991
EZ
15062008-09-30 Eli Zaretskii <eliz@gnu.org>
1507
1508 * mule.texi (Coding Systems): Don't mention codepage-setup.
1509
1510 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1511 cpNNN coding systems anymore.
1512 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1513 for unibyte mode. Don't mention line-drawing characters. Don't
1514 mention dos-unsupported-char-glyph.
1515
1a2dd44d
CY
15162008-09-25 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * search.texi (Search): Shorten introduction.
1519 (Basic Isearch): Add command table. Discuss reverse isearch and
1520 isearch highlighting.
1521 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1522 ring to cindex.
1523 (Special Isearch): Move input methods discussion here.
1524 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1525 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1526 Repeat Isearch.
1527 (Isearch Minibuffer): New node.
1528 (Word Search): Document new word search commands.
1529 (Regexp Example): Simplify example using sentence-end-base variable.
1530 (Replace): Reword introduction.
1531 (Unconditional Replace): Remove unnecessary example.
1532 (Other Repeating Search): Document new `M-s o' binding.
1533
1534 * emacs.texi (Top): Update node listings.
1535
e45da31d
JB
15362008-09-22 Juanma Barranquero <lekktu@gmail.com>
1537
1538 * emacs.texi (Top): Remove Kill Errors from menu.
1539
841c8096
CY
15402008-09-22 Chong Yidong <cyd@stupidchicken.com>
1541
402168fa
CY
1542 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1543 interface for defining macros. Simplify examples. Note that C-g quits
1544 macro definitions.
801a8da1 1545 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1546 usage example.
1547 (Keyboard Macro Query): Organize query responses in a table.
1548
1549 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1550 to Erasing node.
841c8096
CY
1551 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1552 rationale to a footnote.
1553 (Kill Errors): Remove node, due to redundancy with Erasing.
1554 (Spelling): Move discussion of flyspell to end. Note new behavior of
1555 M-$ in active region. Remove non-ispell-specific keybindings from
1556 table.
1557
eab2ee89
DN
15582008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1559
1560 * cmdargs.texi (Initial Options): Document --daemon.
1561
3d53e905
GM
15622008-09-20 Glenn Morris <rgm@gnu.org>
1563
1564 * files.texi (Numbered Backups): Mention that some modes set
1565 version-control.
1566
1c90484d
GM
15672008-09-20 Jim Blandy <jimb@red-bean.com>
1568
1569 * files.texi (Numbered Backups): Reference File Variables, as well.
1570 Remove discussion of Rmail's implementation.
1571
0fc0d844
CY
15722008-09-06 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * misc.texi (Recursive Edit): Note that top-level exits active
1575 minibuffers.
1576
1577 * trouble.texi (Quitting): Likewise.
1578
b18d283d
CY
15792008-08-31 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * emacs.texi (Top): Add Temporary Face Changes xref.
1582
1583 * display.texi (Display): Move Temporary Face Changes node to just
1584 after Standard Faces.
1585 (Scrolling): Document recenter-top-bottom instead of recenter.
1586 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1587 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1588 (Display Custom): Copyedits.
1589 (Optional Mode Line): Document display-battery-mode.
1590
180135fc
RF
15912008-08-27 Romain Francoise <romain@orebokech.com>
1592
1593 * custom.texi (Directory Variables): Minor fix.
1594
d3fe3475
GM
15952008-08-27 Glenn Morris <rgm@gnu.org>
1596
1597 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1598 descriptions.
1599 (Calendar Customizing): Tweak layout description.
183080b6 1600 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1601 markers. Condense calendar-star-date and calendar-mark-today
1602 description.
1603 (Holiday Customizing): Add oriental and solar holidays.
1604 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1605 Fix holiday-float description. Use zerop in examples. Be less verbose.
1606 (Date Display Format): Change ISO format. Be less verbose.
1607 (Diary Customizing): Mention day and month abbrev arrays.
1608 Mention the date-form variables by name. Update European example.
1609 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1610 Condense examples. Mention diary-entry-symbols by name.
1611 Condense table for insertion commands.
1612 (Fancy Diary Display): Mention diary-include-string and
1613 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1614 Ethiopic, Persian date functions. Condense descriptions.
1615
1616 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1617 (Adding to Diary): Adapt for changed node name.
1618
71755807
GM
16192008-08-26 Glenn Morris <rgm@gnu.org>
1620
1621 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1622 node "Hebrew/Islamic Entries".
1623
1624 * calendar.texi (Specified Dates): Fix names of iso functions.
1625 (General Calendar): There may not be another window.
1626 (Writing Calendar Files, Holidays): Tweak intro.
1627 (Holidays): Mention Baha'i and Chinese holidays.
1628 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1629 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1630 (To Other Calendar): Add calendar-print-other-dates.
1631 Refer to "graphic display" rather than "X.
1632 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1633 (Displaying the Diary): Fix whitespace after reference.
1634 Fix `diary-number-of-entries' reference.
1635 (Date Formats): Explicitly mention that day names can be abbreviated.
1636 (Adding to Diary): Add some references to other sections.
1637 (Special Diary Entries): Fix reference.
1638 (Appointments): Simplify appt-message-warning-time entry.
1639 Clarify where times must be.
1640 (Importing Diary): Comment out icalendar paragraph that does not apply.
1641 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1642
d76ebc75
GM
16432008-08-23 Glenn Morris <rgm@gnu.org>
1644
1645 * fortran-xtra.texi (Fortran): Change description of free form and
1646 fixed form a bit. Mention hideshow and imenu.
1647 (Fortran Motion): Mention fortran-end-of-subprogram,
1648 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1649 (Fortran Indent): Minor re-word.
1650 (ForIndent Commands): Mention fortran-fill-paragraph and
1651 fortran-fill-statement.
1652 (ForIndent Cont): Mention fortran-tab-mode-string.
1653 (Fortran Comments): Mention fortran-comment-line-start-skip.
1654 (Fortran Columns): Mention font-locking.
1655 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1656
e2a71e28
JB
16572008-08-23 Johan Bockgard <bojohan@muon>
1658
1659 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1660
5c52e13c
CY
16612008-08-22 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * mini.texi (Minibuffer): Simplify introduction.
1664 (Minibuffer File): Document tilde in minibuffer filenames.
1665 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1666 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1667 (Completion Example): Update example to current command list.
1668 (Completion Options): Document `lazy' value of completion-auto-help.
1669 Update contents of completion-ignored-extensions.
1670 (Minibuffer History): Describe "future history" list. State default
1671 value of history-delete-duplicates.
1672
77a00355
GM
16732008-08-21 Glenn Morris <rgm@gnu.org>
1674
1675 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1676 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1677
39ee1d04
CY
16782008-08-17 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * regs.texi (Registers): Clarify valid register names.
1681 (RegPos): Note that buffer is saved and restored too.
1682 (RegText): Note that mark is reactivated/deactivated.
1683 (RegConfig): Xref to Windows node.
1684
b12c348f
CY
16852008-08-16 Chong Yidong <cyd@stupidchicken.com>
1686
3ae7ba79
CY
1687 * basic.texi (Inserting Text): Provide command name for C-q.
1688
b12c348f
CY
1689 * killing.texi (Killing): Copyedit. Define read-only text.
1690 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1691 (Killing by Lines): Copyedit.
1692 (Other Kill Commands): Move M-w description here.
1693 (Yanking): Move M-w to Other Kill Commands.
1694 (Kill Ring): Also mention saving text in registers. Link to Text
1695 Properties in elisp manual.
1696 (Accumulating Text): Copyedit.
1697 (CUA Bindings): Shift selection is now the default.
1698
d8ff7692
TZ
16992008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1700
1701 * maintaining.texi (Change Log): Mention next-error is available.
1702
a43a8a2e
GM
17032008-08-10 Glenn Morris <rgm@gnu.org>
1704
1705 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1706 and intermonth text.
1707 (Holiday Customizing): Add holiday-chinese.
1708
eba27308
EZ
17092008-08-08 Eli Zaretskii <eliz@gnu.org>
1710
1711 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1712
5f14a5b3
DN
17132008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1714
1715 * files.texi (Log Buffer): Describe C-c C-d.
1716 (Diff Mode): Describe C-x 4 A.
1717
49989bff
EZ
17182008-08-06 Eli Zaretskii <eliz@gnu.org>
1719
1720 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1721
5c915c02
DN
17222008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1723
2beaf97a
DN
1724 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1725 describe the new bindings to show the changeset diff, toggle annotation
1726 visibility, show revisions.
1727 (VC Status): Describe key bindings for modifying the change comments,
1728 displaying changeset diffs and annotations.
1729
5c915c02
DN
1730 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1731
71798ace
NR
17322008-08-05 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1735
b8949644
EZ
17362008-08-02 Eli Zaretskii <eliz@gnu.org>
1737
1738 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1739 and wording.
1740
819567d1
DN
17412008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1744 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1745 commands. Improve some old info.
1746
5f38310a
CY
17472008-07-31 Chong Yidong <cyd@stupidchicken.com>
1748
0dc3906b
CY
1749 * display.texi (Visual Line Mode): New node.
1750
5f38310a
CY
1751 * basic.texi (Inserting Text): Move DEL to deletion node.
1752 (Moving Point): Add additional alternative key bindings. Describe
1753 line-move-visual.
1754 (Erasing): Describe DEL.
1755 (Basic Undo, Blank Lines, Arguments): Copyedit.
1756 (Continuation Lines): Mention Visual Line mode.
1757 (Position Info): Move extended discussion to mule.texi.
1758
1759 * mule.texi (International Chars): Describe C-x =.
1760
1761 * emacs.texi (Top): Add Visual Line Mode node.
1762
7c2fb837
DN
17632008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1764
1765 * emacs.texi: Remove VMS support.
1766
3f6b73ef
DN
17672008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1768
1769 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1770 the vc-dir command name.
1771
9e2a2647
DN
17722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * xresources.texi: Remove mentions of Mac Carbon.
1775
568beaa2
AS
17762008-07-19 Andreas Schwab <schwab@suse.de>
1777
1778 * ns-emacs.texi: Move to ../misc.
1779
0ef94706
CY
17802008-07-15 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * entering.texi (Exiting): Don't describe text-only terminals as the
1783 default. Describe the new startup screen.
1784 (Exiting): Describe how to kill Emacs first. Change description of
1785 iconification to handle modern window systems.
1786
ba60bd44 17872008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1788
1789 * ns-emacs.texi: New file, documents features of Emacs port under
1790 NeXTstep windowing.
1791
9f30aa73
CY
17922008-07-15 Chong Yidong <cyd@stupidchicken.com>
1793
938a5d2e
CY
1794 * entering.texi (Entering Emacs): Update prev node.
1795
1796 * glossary.texi (Glossary): Remove xref to Text Characters.
1797
9f30aa73
CY
1798 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1799 directly, rather than in the context of ASCII. Move description of
1800 special properties of modifier key to new Modifier Keys node.
1801 (Keys): Copyedit.
1802 (Text Characters): Delete node. Multibyte is the default nowadays, and
1803 the node contents are obsolete.
1804
1805 * custom.texi (Modifier Keys): New node.
1806
1807 * emacs.texi (Top): Update node list.
1808
7e53d36c
CY
18092008-07-13 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1812 saying that Emacs provides menus and mouse support (which is par for
1813 the course).
1814
1815 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1816 early on.
1817 (Point): Copyedit. Relegate historical trivia to a footnote.
1818 (Mode Line): Explain mode-line format more consistently.
1819 (Menu Bar): Copyedit.
1820
1e9fa96d
GM
18212008-06-27 Glenn Morris <rgm@gnu.org>
1822
1823 * cal-xtra.texi (Sexp Diary Entries):
1824 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1825
dc9bebb8
CY
18262008-06-26 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * mark.texi (Shift selection): New node.
1829 (Mark): Copyedits.
1830 (Persistent Mark): Move to the end of the chapter.
1831
e7881076
EZ
18322008-06-20 Eli Zaretskii <eliz@gnu.org>
1833
1834 * makefile.w32-in (distclean): Remove makefile.
1835
f427400c
NR
18362008-06-17 Nick Roberts <nickrob@snap.net.nz>
1837
1838 * building.texi (Starting GUD): Add an entry for gud-gdb.
1839 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1840 command mode.
1841
b597d348
GM
18422008-06-17 Glenn Morris <rgm@gnu.org>
1843
1844 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1845
647b7094
NR
18462008-06-17 Nick Roberts <nickrob@snap.net.nz>
1847
1848 * building.texi (Starting GUD): Expand on remote debugging.
1849 (Other GDB-UI Buffers): Mention new keyboard bindings.
1850
47a30023
GM
18512008-06-15 Glenn Morris <rgm@gnu.org>
1852
1853 * gnu.texi: Use a verbatim license for this invariant section,
1854 as per etc/GNU.
1855
37e5d54a
GM
18562008-06-13 Daniel Engeler <engeler@gmail.com>
1857
1858 * emacs.texi, misc.texi: Add documentation about serial port access.
1859
8e65d46c
GM
18602008-06-13 Glenn Morris <rgm@gnu.org>
1861
c1473b4c
MB
1862 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1863 maintain.info.
8e65d46c 1864
e40a85cd
MB
18652008-06-05 Miles Bader <miles@gnu.org>
1866
1867 * display.texi (Temporary Face Changes): Update to reflect function
1868 renamings in face-remap.el.
1869
56c73dec
MB
18702008-06-04 Miles Bader <miles@gnu.org>
1871
1872 * display.texi (Temporary Face Changes): Add
1873 `adjust-buffer-face-height'. Rewrite description of
1874 `increase-buffer-face-height' and `decrease-default-face-height' now
1875 that they aren't bound by default.
1876
9d3d42fb
MB
18772008-06-03 Miles Bader <miles@gnu.org>
1878
1879 * display.texi (Temporary Face Changes): New node.
1880
2be6bfe2
EZ
18812008-05-31 Eli Zaretskii <eliz@gnu.org>
1882
1883 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1884
daf7e339
GM
18852008-05-31 Glenn Morris <rgm@gnu.org>
1886
1887 * cal-xtra.texi (Fancy Diary Display): Simplify.
1888
d21d2618
GM
18892008-05-30 Glenn Morris <rgm@gnu.org>
1890
1891 * cal-xtra.texi (Fancy Diary Display): Update for
1892 diary-display-function replacing diary-display-hook.
1893
71ce5fd0
JB
18942008-05-29 Drew Adams <drew.adams@oracle.com>
1895
1896 * msdog.texi (Windows Keyboard): Add descriptions of
1897 w32-register-hot-key and w32-unregister-hot-key.
1898
a3cdbdf8
MO
18992008-05-21 Tom Tromey <tromey@redhat.com>
1900
1901 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1902 Variables node.
1903
854a574c
MO
19042008-05-19 Tom Tromey <tromey@redhat.com>
1905
1906 * custom.texi (Variables): Add Directory Variables to menu.
1907 (Directory Variables): New node.
1908
7c2ec3f9
ER
19092008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1910
71ce5fd0 1911 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1912
370fded4
ER
19132008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1914
1915 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1916 Revision Tags and rewritten. Section now uses modern terminology,
1917 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1918 accurately.
1919
6af511e3
EZ
19202008-05-10 Eli Zaretskii <eliz@gnu.org>
1921
1922 * msdog.texi (Windows Files): Update documentation of
1923 w32-get-true-file-attributes.
1924
7a78b6e7
ER
19252008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1926
1927 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1928 directory mode.
1929
1bcfc24e
CY
19302008-05-08 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1933 entry "television".
1bcfc24e 1934
db86064f
ER
19352008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1936
ab5ec32c 1937 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1938
a31b405e
ER
19392008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1940
1941 * emacs/buffers.texi, emacs/files.texi (Version-control):
1942 vc-toggle-read-only is no longer a good idea...
1943
ff2c14fc
GM
19442008-04-29 Glenn Morris <rgm@gnu.org>
1945
1946 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1947
367c9b7c
JL
19482008-04-22 Juri Linkov <juri@jurta.org>
1949
1950 * dired.texi (Subdirectories in Dired): Describe using `^'
1951 to return to the parent directory.
1952
4ac1e9b4
NR
19532008-04-22 Nick Roberts <nickrob@snap.net.nz>
1954
1955 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1956 recent changes.
1957
b9b3bf2b
NR
19582008-04-19 Nick Roberts <nickrob@snap.net.nz>
1959
1960 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1961 (Other GDB-UI Buffers): Update for recent thread related changes.
1962
4d120d6a
SM
19632008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1964
1965 * maintaining.texi (Maintaining):
1966 * emacs.texi (Top): Typo.
1967
a152877d
SM
19682008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1969
b9b3bf2b
NR
1970 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1971 arg in `font-lock-add-keywords'.
a152877d 1972
36c0514c
GM
19732008-04-08 Glenn Morris <rgm@gnu.org>
1974
1975 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1976 Also add Baha'i calendar references where appropriate.
1977
06a97d46
GM
19782008-04-05 Glenn Morris <rgm@gnu.org>
1979
1980 * custom.texi (Init File): Byte-compiling .emacs is bad.
1981
6adc6eed
SM
19822008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1985
571388b0
GM
19862008-03-29 Glenn Morris <rgm@gnu.org>
1987
1988 * calendar.texi: Update for `calendar-date-style' replacing
1989 `european-calendar'.
1990
3ae8f876
JR
19912008-03-28 Jason Rumney <jasonr@gnu.org>
1992
1993 * display.texi (Display Custom): Mention overlay-margin in text.
1994
5bc6ddff 19952008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1996
5bc6ddff
MB
1997 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1998 tutorial' comments.
03a864d5 1999
7186a830
CY
20002008-03-28 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * mark.texi (Mark): Rearrange nodes.
2003 (Persistent Mark): Rename from Transient Mark.
2004 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2005 Describe Transient Mark mode as the default.
2006
2007 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2008 the default behavior with Transient Mark mode off.
2009 (Position Info): Fix typo.
2010
71ce5fd0
JB
2011 * display.texi (Standard Faces): Reference the Mark node.
2012 Remove discussion of the region face, which is discussed there.
7186a830
CY
2013
2014 * emacs.texi (Top): Update node listings.
2015
2016 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2017 as the default.
2018
2019 * fixit.texi (Undo): Standardize choice of undo key sequence.
2020 (Undo, Spelling): Describe Transient Mark mode as the default.
2021
2022 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2023 default.
2024
2025 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2026
2027 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2028 mode is the default, and note that the mark is not activated when set.
2029
2030 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2031 Describe Transient Mark mode as the default.
2032
2033 * search.texi (Basic Isearch): Reference the Mark Ring node.
2034 (Replace, Unconditional Replace, Other Repeating Search):
2035 Describe Transient Mark mode as the default.
2036
2037 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
2038 Transient Mark mode as the default.
2039 (Paragraphs): Describe how M-h behaves when region is active.
2040
2041 * trouble.texi (Quitting): Clarify effects of C-g.
2042
dc47d1ff
GM
20432008-03-13 Glenn Morris <rgm@gnu.org>
2044
2045 * emacs.texi (EMACSVER): Set to 23.0.60.
2046
e3e0fb39 20472008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2048
e3e0fb39
GM
2049 * dired.texi (Hiding Subdirectories): Fix previous change.
2050
20512008-03-05 Drew Adams <drew.adams@oracle.com>
2052
2053 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2054
5e14abf8
KS
20552008-02-28 Kim F. Storm <storm@cua.dk>
2056
2057 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2058 Move describe-distribution to C-h C-o.
2059 Move view-emacs-problems to C-h C-p.
2060 Add view-emacs-debugging on C-h C-d.
2061 Add view-external-packages on C-h C-e.
d0207bf3 2062 Add view-order-manuals on C-h C-m.
5e14abf8 2063
d0207bf3 20642008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2065
2066 * msdog-xtra.texi (MS-DOS): Docstring fix.
2067
87e391bb
EZ
20682008-02-09 Eli Zaretskii <eliz@gnu.org>
2069
2070 * msdog.texi (Windows Fonts): Use a @table for describing font
2071 properties.
2072
5662e503
JR
20732008-02-07 Jason Rumney <jasonr@gnu.org>
2074
2075 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2076 value has changed.
2077 (Windows HOME): Clarify what is meant by "if that fails as well".
2078 (Windows Fonts): New section.
2079
72463824
GM
20802008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2081
2082 * basic.texi (Basic Undo): Remove duplicate "you can".
2083
7ff926e0
EZ
20842008-02-02 Eli Zaretskii <eliz@gnu.org>
2085
2086 * maintaining.texi (Tags): Fix last change.
2087
6ab7aef1
MA
20882008-02-02 Michael Albinus <michael.albinus@gmx.de>
2089
093571c3 2090 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2091
ace67e7e
NR
20922008-01-31 Nick Roberts <nickrob@snap.net.nz>
2093
2094 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2095
ae068fdf
RS
20962008-01-26 Richard Stallman <rms@gnu.org>
2097
2098 * maintaining.texi (Tags): Delete redundant index entry.
2099
a56d9a08
EZ
21002008-01-26 Eli Zaretskii <eliz@gnu.org>
2101
2102 * programs.texi (Imenu): Move "@cindex tags" from here...
2103 * maintaining.texi (Tags): ...to here.
2104
e941ed90
NR
21052008-01-23 Kevin Ryde <user42@zip.com.au>
2106
2107 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2108 click count.
2109
650276d5
JB
21102008-01-21 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * entering.texi (Exiting): Fix typo.
2113 Reported by D. E. Evans <sinuhe@gnu.org>.
2114
8dc17977
MR
21152007-12-31 Martin Rudalics <rudalics@gmx.at>
2116
2117 * glossary.texi (Glossary): Fix typo.
2118
9f9695a6
RS
21192007-12-27 Richard Stallman <rms@gnu.org>
2120
2121 * text.texi (Formatted Text): Improve menu tag.
2122 (Editing Format Info): In Info, add duplicate menu of nodes
2123 about the submenus.
2124 (Format Faces): Say where Faces menu is found. Mention Other.
2125 (Format Colors): Say where these submenus are found.
2126 (Format Indentation, Format Justification): Likewise.
2127 (Format Properties): Likewise.
2128
abfd0191
RS
21292007-12-22 Richard Stallman <rms@gnu.org>
2130
2131 * search.texi (Query Replace): Make exp of query-replace more
2132 self-contained, and clarify.
8dc17977 2133
abfd0191
RS
2134 * cc-mode.texi (Getting Started): Change @ref to @pxref.
2135
a2586785
RS
21362007-12-15 Richard Stallman <rms@gnu.org>
2137
2138 * files.texi (Auto Save): Clarify definition of auto-saving.
2139
a67cf2bb
RS
21402007-11-26 Richard Stallman <rms@gnu.org>
2141
2142 * help.texi (Help Echo): Cleanups.
2143
448b33b1
TTN
21442007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2145
2146 * files.texi (Why Version Control?): Fix typo.
2147 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
2148 (Selecting a Fileset): Fix typos; small rewording.
2149 (Log Buffer): Likewise.
2150 (Old Revisions): Likewise.
448b33b1 2151
221bb7f6
EZ
21522007-11-17 Eli Zaretskii <eliz@gnu.org>
2153
2154 * mule.texi (Communication Coding): Fix wording of last change.
2155
d0207bf3 21562007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 2157
630cb3b7
JB
2158 * custom.texi (Specifying File Variables):
2159 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 2160
53b7759e
KH
21612007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
2162
a5ab2e0c 2163 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
2164
2165 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
2166
c8763fb6 21672007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 2168
630cb3b7 2169 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
2170 --output=file.
2171
ff98e024
MR
21722007-11-13 Martin Rudalics <rudalics@gmx.at>
2173
2174 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
2175 (Help Echo): Avoid mentioning the term "region" here and
2176 consistently use the term "active text".
2177
37b11c22
GM
21782007-11-11 Glenn Morris <rgm@gnu.org>
2179
2180 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
2181
21d50ba1
JL
21822007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2183
2184 * search.texi (Query Replace): Mention
2185 `query-replace-show-replacement'.
2186
c12ecb0a 21872007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
2188
2189 * building.texi (Watch Expressions): Remove obscure sentence.
2190
3b4201f4
KH
21912007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
2192
2193 * mule.texi (Select Input Method): Describe how to activate an input
2194 method in the text mode.
2195
07e5c0b0
DN
21962007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 * cmdargs.texi (Misc Variables): Remove Sun windows info.
2199
52dd7391
NR
22002007-10-30 Nick Roberts <nickrob@snap.net.nz>
2201
2202 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
2203
c004e539
GM
22042007-10-30 Glenn Morris <rgm@gnu.org>
2205
2206 * misc.texi (Directory Tracking): Explain a bit more about
2207 dirtrack-mode.
2208
ca8c5b8c
GM
22092007-10-25 Glenn Morris <rgm@gnu.org>
2210
2211 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
2212
b6c764ef
RS
22132007-10-24 Richard Stallman <rms@gnu.org>
2214
2215 * misc.texi (Interactive Shell): Cleanup last change.
2216
eabd84c9
JL
22172007-10-22 Juri Linkov <juri@jurta.org>
2218
2219 * mini.texi (Minibuffer History): Add text about a list of minibuffer
2220 default values.
2221
0b43c7e2
ER
22222007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2223
ca8c5b8c 2224 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
2225 'filesets'.
2226
a80859d4
MR
22272007-10-18 Martin Rudalics <rudalics@gmx.at>
2228
2229 * trouble.texi (Quitting): Fix typo.
2230
c9447ae1
GM
22312007-10-18 Glenn Morris <rgm@gnu.org>
2232
2233 * frames.texi (Mode Line Mouse): Mention minor mode names.
2234
168b980f
JL
22352007-10-17 Juri Linkov <juri@jurta.org>
2236
2237 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2238 fill-paragraph operates on the active region in Transient Mark mode.
2239 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2240 with fill-paragraph.
2241
2242 * basic.texi (Arguments): Replace fill-paragraph-or-region with
2243 fill-paragraph.
2244
2245 * fixit.texi (Spelling): ispell-word operates on the active region
2246 in Transient Mark mode.
2247
5a331f34
JB
22482007-10-17 Aaron S. Hawley <aaronh@garden.org>
2249
2250 * building.texi (Source Buffers):
2251 * custom.texi (Init Non-ASCII):
2252 * glossary.texi (Glossary): Use "key binding" consistently.
2253
2a9f4d55
JB
22542007-10-17 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * calendar.texi (Diary): Fix directive.
2257
de13cecf
RS
22582007-10-16 Richard Stallman <rms@gnu.org>
2259
2260 * calendar.texi (Diary): Clarify text about diary file example.
2261
5f90d53e
ER
22622007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
2263
2264 * files.texi: Capitalize node names according to convention.
2265
3aa491bc
GM
22662007-10-13 Glenn Morris <rgm@gnu.org>
2267
2268 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2269
8a3106d3
ER
22702007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2271
2272 * emacs.texi:
2273 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 2274 suggested by RMS and Robert J. Chassell.
8a3106d3 2275
da1080a2
ER
22762007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2277
3aa491bc 2278 * files.texi (Version Systems):
0870a421
ER
2279 * vc-xtra.texi:
2280 * vc1-xtra.texi:
ac3f4c6f 2281 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 2282 operations. Change of terminology from `version' to `revision'.
a7fc5b78 2283 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 2284 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 2285
58ade22b
ER
22862007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2287
da1080a2 2288 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
2289 Reorder the descriptions to be chronological.
2290
93870ce2
RS
22912007-10-09 Richard Stallman <rms@gnu.org>
2292
2293 * display.texi (Cursor Display): Correct how cursor appears
2294 in nonselected windows.
2295
568c7288
NR
22962007-10-04 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * building.texi (GDB Graphical Interface): Remove references to gdba
2299 and mention gud-gdb.
2300
1af74d06 23012007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 2302
1af74d06 2303 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 2304
0d8fb755
JL
23052007-10-06 Juri Linkov <juri@jurta.org>
2306
2307 * text.texi (Fill Commands): Document fill-paragraph-or-region.
2308 (Fill Prefix, Format Indentation): Replace fill-paragraph with
2309 fill-paragraph-or-region.
2310
2311 * basic.texi (Arguments): Replace fill-paragraph with
2312 fill-paragraph-or-region.
2313
b981e2c6
ER
23142007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2315
2316 * files.texi: Update the section on version control for 2007
2a9f4d55 2317 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
2318 will come later.
2319
5fceaf9c
GM
23202007-09-15 Glenn Morris <rgm@gnu.org>
2321
2322 * calendar.texi (Holidays): Change all instances of `holiday-list' back
2323 to `list-holidays'.
2324
b0e44b17
GM
23252007-09-14 Glenn Morris <rgm@gnu.org>
2326
2327 * calendar.texi: Update all instances of mark-calendar-holidays,
2328 list-calendar-holidays, list-holidays with the new names.
2329
8cf51b2c
GM
23302007-09-06 Glenn Morris <rgm@gnu.org>
2331
46a367db 2332 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
2333 Split into the Emacs manual in emacs/, and other manuals in misc/.
2334 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2335 manual.
2336 (infodir): New variable.
2337 (info): Use $infodir.
2338 (emacsman): Delete target, not needed any more.
2339 Move all targets that are not the Emacs manual to misc/Makefile.in.
2340 (mostlyclean): Remove `gnustmp'.
2341 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2342 manual.
92f9b43f 2343 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
2344 (emacsman): Delete target, not needed any more.
2345 (clean): Remove all info files but Emacs manual.
2346 Move all targets that are not the Emacs manual to misc/Makefile.in.
2347 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2348
2349 * Makefile.in (INFOSOURCES): Delete.
2350 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2351 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2352 *.vrs *.toc here...
2353 (maintainer-clean): ...from here.
2354
23552007-09-05 Glenn Morris <rgm@gnu.org>
2356
2357 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2358
8cf51b2c
GM
23592007-08-29 Glenn Morris <rgm@gnu.org>
2360
2361 * emacs.texi (EMACSVER): Increase to 23.0.50.
2362
3420c522
RS
23632007-08-27 Richard Stallman <rms@gnu.org>
2364
2365 * emacs.texi (Top): Clarify menu item for Glossary.
2366
2367 * display.texi (Faces): Change secn title.
2368 Clarify not all fonts come from Font Lock.
2369
8cf51b2c
GM
23702007-08-17 Eli Zaretskii <eliz@gnu.org>
2371
2372 * basic.texi (Position Info): Add index entry for face at point.
2373 Mention that character faces are also displayed by "C-u C-x =".
2374
8cf51b2c
GM
23752007-08-08 Glenn Morris <rgm@gnu.org>
2376
2377 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2378
23792007-08-07 Chong Yidong <cyd@stupidchicken.com>
2380
2381 * files.texi (File Conveniences): Document point motion keys in Image
2382 mode.
2383
8cf51b2c
GM
23842007-07-27 Glenn Morris <rgm@gnu.org>
2385
8cf51b2c
GM
2386 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2387 in-line.
2388
2389 * gpl.texi: New file with text of GPL.
2390 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2391
23922007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2393
2394 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2395
2396 * dired.texi (Wdired): Mention C-x C-q key binding.
2397
23982007-07-28 Nick Roberts <nickrob@snap.net.nz>
2399
2400 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2401
24022007-07-25 Glenn Morris <rgm@gnu.org>
2403
8cf51b2c
GM
2404 * emacs.texi (Copying): Replace license with GPLv3.
2405
2406 * Relicense all FSF files to GPLv3 or later.
2407
24082007-07-24 Glenn Morris <rgm@gnu.org>
2409
2410 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2411 for some calendars.
2412
24132007-07-23 Nick Roberts <nickrob@snap.net.nz>
2414
2415 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2416 default-directory for the current buffer is on a remote machine.
2417
8cf51b2c
GM
24182007-07-21 Eli Zaretskii <eliz@gnu.org>
2419
2420 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2421 default value.
2422
24232007-07-21 Richard Stallman <rms@gnu.org>
2424
2425 * files.texi (Why Version Control?): Improve previous change.
2426
24272007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2428
2429 * files.texi (Why Version Control?): New node.
2430
8cf51b2c
GM
24312007-07-12 Nick Roberts <nickrob@snap.net.nz>
2432
8cf51b2c
GM
2433 * building.texi (Starting GUD): Add xref to this anchor.
2434
8cf51b2c
GM
24352007-06-24 Karl Berry <karl@gnu.org>
2436
2a9f4d55 2437 * emacs.texi: New Back-Cover Text.
8cf51b2c 2438
8cf51b2c
GM
24392007-06-07 Alan Mackenzie <acm@muc.de>
2440
2441 * display.texi (Optional Mode Line): Document the new form of
2442 line+column numbers, "(561,2)".
2443
24442007-06-06 Juanma Barranquero <lekktu@gmail.com>
2445
49823426 2446 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2447
24482007-06-02 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * Version 22.1 released.
2451
8cf51b2c
GM
24522007-05-07 Karl Berry <karl@gnu.org>
2453
2454 * emacs.texi (EMACSVER): Back to 22.
2455
24562007-05-06 Richard Stallman <rms@gnu.org>
2457
2458 * maintaining.texi (Create Tags Table): Clean up previous change.
2459
c8763fb6 24602007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2461
2462 * maintaining.texi (Create Tags Table): Add text about the dangers of
2463 making symbolic links to tags files.
2464
24652007-05-04 Karl Berry <karl@gnu.org>
2466
2467 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2468
24692007-05-03 Karl Berry <karl@gnu.org>
2470
2471 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2472
2473 * .cvsignore (*.pdf): New entry.
2474
8cf51b2c
GM
2475 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2476 for printing.
2477
24782007-05-01 Richard Stallman <rms@gnu.org>
2479
2480 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2481
8cf51b2c
GM
24822007-04-28 Glenn Morris <rgm@gnu.org>
2483
2484 * ack.texi (Acknowledgments):
2485 * anti.texi (Antinews):
8cf51b2c
GM
2486 * programs.texi (Program Modes): Restore mention of python.el pending
2487 consideration of legal status.
2488
24892007-04-28 Richard Stallman <rms@gnu.org>
2490
2491 * files.texi (File Names): Fixes to ~ description on MS systems.
2492
8cf51b2c
GM
24932007-04-26 Glenn Morris <rgm@gnu.org>
2494
2495 * emacs.texi (EMACSVER): Increase to 22.1.50.
2496
24972007-04-25 Karl Berry <karl@gnu.org>
2498
2499 * emacs.texi: Improve line breaks on copyright page,
2500 similar layout to lispref, 8.5x11 by default.
2501
2502 * dired.texi (Image-Dired): Improve line break, fix typo.
2503
25042007-04-24 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * programs.texi (Program Modes):
8cf51b2c
GM
2507 * anti.texi (Antinews):
2508 * ack.texi (Acknowledgments): python.el removed.
2509
8cf51b2c
GM
25102007-04-23 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * display.texi (Highlight Interactively): Correct description of
2513 hi-lock-file-patterns-policy.
2514
2515 * files.texi (File Archives): Mention self-extracting executables.
2516
25172007-04-23 Eli Zaretskii <eliz@gnu.org>
2518
2519 * search.texi (Unconditional Replace, Query Replace): Add xref to
2520 "Replacement and Case".
2521
25222007-04-22 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * dired.texi (Image-Dired): Move from Thumbnails node.
2525 * misc.texi (Thumbnails): Node deleted.
2526 * emacs.texi (Top): Update node listing.
2527
2528 * files.texi (File Conveniences):
49823426 2529 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2530
25312007-04-21 Richard Stallman <rms@gnu.org>
2532
2533 * display.texi (Highlight Interactively): Correct previous change.
2534 Clarify doc of hi-lock-find-patterns, and move new features into it.
2535
25362007-04-20 David Koppelman <koppel@ece.lsu.edu>
2537
2538 * display.texi (Highlight Interactively): Document
2539 hi-lock-file-patterns-policy.
2540
25412007-04-20 Martin Rudalics <rudalics@gmx.at>
2542
2543 * display.texi (Scrolling): Fix typo.
2544
8cf51b2c
GM
25452007-04-15 Chong Yidong <cyd@stupidchicken.com>
2546
8cf51b2c
GM
2547 * doclicense.texi: Remove node heading, so that it can be included by
2548 other files.
2549
2550 * emacs.texi: Insert node heading for GFDL.
2551
8cf51b2c
GM
25522007-04-14 Eli Zaretskii <eliz@gnu.org>
2553
2554 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2555 "command line".
2556
2557 * display.texi (Faces): Refer to "Creating Frames" for face
2558 and other frame customizations in .emacs.
2559
2560 * frames.texi (Creating Frames): Mention that face customizations can
2561 be put in .emacs. Add index entries.
2562
25632007-04-12 Richard Stallman <rms@gnu.org>
2564
2565 * glossary.texi (Glossary): Explain `iff'.
2566
25672007-04-11 Karl Berry <karl@gnu.org>
2568
2569 * gnu.texi (Top),
2570 * macos.texi (Mac Font Specs),
2571 * anti.texi (Antinews),
2572 * xresources.texi (Resources),
2573 * misc.texi (Emulation),
2574 * calendar.texi (Daylight Saving),
2575 * dired.texi (Dired and Find),
2576 * rmail.texi (Remote Mailboxes),
2577 * sending.texi (Mail Headers),
2578 * programs.texi (Which Function),
2579 * files.texi (Recover),
2580 * buffers.texi (Uniquify),
2581 * frames.texi (Wheeled Mice),
2582 * killing.texi (Rectangles): Wording to improve breaks in
2583 8.5x11 format.
2584 * mule.texi (Language Environments): \hbadness=10000 since there's
2585 no way to reword.
2586 * emacs.texi (smallbook): New @set to more easily switch between
2587 smallbook and 8.5x11.
2588
25892007-04-11 Richard Stallman <rms@gnu.org>
2590
2591 * files.texi (File Conveniences): Add xref to Tumme.
2592 Delete text about Thumbnail mode.
2593
8cf51b2c
GM
25942007-04-09 Alan Mackenzie <acm@muc.de>
2595
2596 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2597 new name. Insert concept index entries.
2598
8cf51b2c
GM
25992007-04-08 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * display.texi (Standard Faces): Document prefix arg for
2602 list-faces-display.
2603
2604 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2605
8cf51b2c
GM
26062007-04-07 Chong Yidong <cyd@stupidchicken.com>
2607
8cf51b2c
GM
2608 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2609
2610 * files.texi (Misc File Ops): Rewrite description of
2611 insert-file-literally.
2612
8cf51b2c
GM
26132007-03-31 Eli Zaretskii <eliz@gnu.org>
2614
2615 * misc.texi (Printing): Postscript -> PostScript.
2616
8cf51b2c
GM
2617 * ack.texi (Acknowledgments): Postscript -> PostScript.
2618
2619 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2620
2621 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2622 below.
2623
26242007-03-30 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2627 Init Non-ASCII.
2628 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2629 (Init Non-ASCII): New node.
2630
26312007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2632
2633 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2634
8cf51b2c
GM
26352007-03-12 Glenn Morris <rgm@gnu.org>
2636
8cf51b2c
GM
2637 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2638 "Daylight Savings".
2639
49823426 2640 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2641 saving" in text throughout.
2642
8cf51b2c
GM
26432007-03-04 Richard Stallman <rms@gnu.org>
2644
2645 * custom.texi (Safe File Variables): Minor correction.
2646
8cf51b2c
GM
26472007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2648
2649 * rmail.texi (Movemail): Add internal ref.
2650 Don't indent the intro for the PROTO table.
2651 Format PROTO table items with @code.
2652
8cf51b2c
GM
26532007-02-26 Nick Roberts <nickrob@snap.net.nz>
2654
2655 * building.texi: Remove references to bashdb.
2656
8cf51b2c
GM
26572007-02-19 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * mule.texi (Language Environments): Update list of supported language
2660 environments.
2661
8cf51b2c
GM
26622007-02-14 Kim F. Storm <storm@cua.dk>
2663
2664 * building.texi (Grep Searching): Fix lgrep doc.
2665
26662007-02-12 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * back.texi: Remove unused file.
2669
c8763fb6 26702007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2671
2672 * maintaining.texi (Tag Syntax): Now --members is the default for
2673 etags, not for ctags yet.
2674
8cf51b2c
GM
26752007-02-03 Eli Zaretskii <eliz@gnu.org>
2676
2677 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2678 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2679 expects. Add comments to prevent people from inadvertently modifying
2680 the key parts needed by `texinfo-multiple-files-update'.
2681
26822007-01-29 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * frames.texi (Secondary Selection): Window clicked does not matter
2685 when mouse-yank-at-point is non-nil.
2686
8cf51b2c
GM
26872007-01-16 Glenn Morris <rgm@gnu.org>
2688
2689 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2690 system abbrev.
2691
26922007-01-11 Richard Stallman <rms@gnu.org>
2693
2694 * msdog.texi (Windows Keyboard): Another small cleanup.
2695
26962007-01-10 Richard Stallman <rms@gnu.org>
2697
2698 * msdog.texi (Windows Keyboard): Yet another try to make
2699 everyone happy with that passage.
2700
27012007-01-05 Richard Stallman <rms@gnu.org>
2702
2703 * anti.texi (Antinews): Mention M-x shell scrolling.
2704
27052007-01-05 Nick Roberts <nickrob@snap.net.nz>
2706
2707 * building.texi (Watch Expressions): Describe gdb-max-children.
2708
8cf51b2c
GM
27092007-01-04 Richard Stallman <rms@gnu.org>
2710
8cf51b2c
GM
2711 * msdog.texi (Windows Keyboard): Clarify previous change.
2712
8cf51b2c
GM
27132007-01-02 Richard Stallman <rms@gnu.org>
2714
2715 * custom.texi (Changing a Variable): Minor clarification.
2716 (Specific Customization): customize-customized => customize-unsaved.
2717
2718 * entering.texi (Entering Emacs): Clean up text about restarting
2719 Emacs for each file.
2720
2721 * misc.texi (Shell Options): Minor cleanup.
2722
2723 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2724 with Emacs, not vice versa.
2725
2726 * programs.texi (Symbol Completion): Recommend customizing
2727 window manager.
2728
2729 * xresources.texi (Resources): Minor fix.
2730
c8763fb6 27312007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2732
2733 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2734
27352007-01-01 Richard Stallman <rms@gnu.org>
2736
2737 * commands.texi (User Input): Document keys stolen by window mangers.
2738
27392006-12-31 Richard Stallman <rms@gnu.org>
2740
2741 * custom.texi (Specific Customization): Document customize-option
2742 instead of customize-variable.
2743
27442006-12-31 Kim F. Storm <storm@cua.dk>
2745
2746 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2747
27482006-12-30 Kim F. Storm <storm@cua.dk>
2749
2750 * killing.texi (CUA Bindings): Fix typo.
2751
2752 * xresources.texi (Table of Resources): Mention grow-only value for
2753 auto-resize-tool-bars.
2754
8cf51b2c
GM
27552006-12-27 Eli Zaretskii <eliz@gnu.org>
2756
2757 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2758 and how to get them back.
2759
27602006-12-26 Richard Stallman <rms@gnu.org>
2761
2762 * calendar.texi (Holidays): Holiday listing is based on current
2763 practice, but DST is not.
2764
27652006-12-25 Richard Stallman <rms@gnu.org>
2766
2767 * emacs.texi (Top): Update subnode menus.
2768
2769 * mark.texi (Transient Mark): Fix xref.
2770
2771 * killing.texi (Graphical Kill): Node deleted.
2772 (Killing): Add xref to Cut and Paste.
2773 (CUA Bindings): Update xref.
2774
2775 * frames.texi (Cut and Paste): New section to hold other nodes.
2776 (Mouse Commands): Node demoted.
2777 (Cut/Paste Other App): Split out from Mouse Commands.
2778 (Word and Line Mouse): Likewise.
2779 (Secondary Selection, Clipboard): Nodes demoted.
2780
8cf51b2c
GM
27812006-12-24 Kevin Ryde <user42@zip.com.au>
2782
2783 * calendar.texi (Holidays): US daylight saving begins second Sunday
2784 in March for 2007 onwards.
2785 (Daylight Savings): Show new US default daylight saving rules, 2nd
2786 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2787
27882006-12-23 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * calendar.texi (Scroll Calendar): < and > are switched.
2791
27922006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2793
2794 * killing.texi (Deletion): Describe M-\ prefix argument.
2795
27962006-12-23 Richard Stallman <rms@gnu.org>
2797
2798 * search.texi (Regexp Search): Explain why forward and reverse regexp
2799 search are not mirror images.
2800
8cf51b2c
GM
28012006-12-19 Kim F. Storm <storm@cua.dk>
2802
2803 * major.texi (Choosing Modes): Describe match-function elements for
2804 magic-mode-alist.
2805
8cf51b2c
GM
28062006-12-18 Eli Zaretskii <eliz@gnu.org>
2807
2808 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2809 peculiarities.
2810
28112006-12-18 Richard Stallman <rms@gnu.org>
2812
2813 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2814
8cf51b2c
GM
28152006-12-17 Alan Mackenzie <acm@muc.de>
2816
2817 * programs.texi (Left Margin Paren): Remove the bit which says
2818 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2819 Discuss some of the issues of setting this option to nil.
2820
28212006-12-17 Glenn Morris <rgm@gnu.org>
2822
2823 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2824
28252006-12-16 Eli Zaretskii <eliz@gnu.org>
2826
2827 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2828 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2829 NTFS volumes.
2830 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2831 volumes.
2832
28332006-12-15 Eli Zaretskii <eliz@gnu.org>
2834
2835 * text.texi (HTML Mode): Fix "C-c TAB".
2836
8cf51b2c
GM
28372006-12-09 Richard Stallman <rms@gnu.org>
2838
2839 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2840
28412006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2842
2843 * files.texi (Misc File Ops): Document insert-file-literally.
2844
28452006-12-08 Eli Zaretskii <eliz@gnu.org>
2846
2847 * cmdargs.texi (Colors): Note that --color is intended for overriding
2848 the terminal defaults, not for normal invocation.
2849
2850 * misc.texi (Emacs Server): Improve wording. Don't mention the
2851 ``server program''. Add a cross-reference to "Init File" node.
2852 (Invoking emacsclient): Add index entries. Document both short and
2853 long versions of command-line options. Document the -f option.
2854
8cf51b2c
GM
28552006-12-06 Richard Stallman <rms@gnu.org>
2856
2857 * text.texi (Outline Format): Say to set outline-regexp
2858 and outline-level with major modes and file local variables.
2859
c8763fb6 28602006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2861
2862 * anti.texi (Antinews): Mention the alternative to
2863 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2864
8cf51b2c
GM
2865 * misc.texi (Interactive Shell): Ditto.
2866
28672006-12-04 Eli Zaretskii <eliz@gnu.org>
2868
2869 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2870
2871 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2872
28732006-12-01 Eli Zaretskii <eliz@gnu.org>
2874
2875 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2876 colon in the mode line.
2877
2878 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2879
28802006-11-26 Nick Roberts <nickrob@snap.net.nz>
2881
2882 * building.texi (Watch Expressions): Mention SPC for expanding/
2883 contracting watch expressions.
2884
28852006-11-26 Kim F. Storm <storm@cua.dk>
2886
2887 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2888
28892006-11-26 Nick Roberts <nickrob@snap.net.nz>
2890
2891 * building.texi (Debugger Operation): Define text command mode.
2892 Clarify how tooltips work.
2893 (GDB Graphical Interface): Explain how to run in text command mode
2894 more clearly.
2895
28962006-11-25 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2899
29002006-11-22 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2903
8cf51b2c
GM
29042006-11-18 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2907 and EMACS is deprecated.
2908
29092006-11-18 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2912
c8763fb6 29132006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2914
2915 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2916
2917 * emacs.texi: Include xresources.texi both for info and dvi.
2918
2919 * xresources.texi: Merge text from xresmini.texi.
2920
c8763fb6 29212006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2922
2923 * glossary.texi: Fix typos.
2924
8cf51b2c
GM
29252006-11-06 Richard Stallman <rms@gnu.org>
2926
2927 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2928
2929 * ack.texi (Acknowledgments): Fix name spelling.
2930
29312006-11-01 Juri Linkov <juri@jurta.org>
2932
2933 * search.texi (Word Search): Document incremental word search.
2934
29352006-10-28 Glenn Morris <rgm@gnu.org>
2936
2937 * ack.texi (Acknowledgments): Add cal-html author.
2938
2939 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2940 Calendar"). Describe new package cal-html.
2941 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2942 Calendar Files."
2943
8cf51b2c
GM
29442006-10-23 Richard Stallman <rms@gnu.org>
2945
2946 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2947 Abbrev mode is enabled.
2948
8cf51b2c
GM
29492006-10-16 Richard Stallman <rms@gnu.org>
2950
8cf51b2c
GM
2951 * emacs.texi: Update ISBN.
2952
8cf51b2c
GM
29532006-10-11 Kim F. Storm <storm@cua.dk>
2954
2955 * emacs.texi (Acknowledgments): Use @dotless{i}.
2956
29572006-10-08 Nick Roberts <nickrob@snap.net.nz>
2958
2959 * building.texi (Breakpoints Buffer): Mention catchpoints.
2960
29612006-10-08 Kim F. Storm <storm@cua.dk>
2962
2963 * ack.texi (Acknowledgments): Update.
2964
2965 * emacs.texi (Acknowledgments): Fix bad @/ form.
2966
8cf51b2c
GM
29672006-10-05 Kim F. Storm <storm@cua.dk>
2968
2969 * emacs.texi (Acknowledgments): Add more contributors.
2970
29712006-10-03 Richard Stallman <rms@gnu.org>
2972
2973 * emacs.texi (Acknowledgments): Update version and edition.
2974
8cf51b2c
GM
29752006-10-01 Karl Berry <karl@gnu.org>
2976
2977 * custom.texi (Customization Groups): Page break to keep example buffer
2978 on one page.
2979
29802006-09-30 Karl Berry <karl@gnu.org>
2981
2982 * programs.texi (Basic Indent): @need to improve page break.
2983 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2984
29852006-09-29 Glenn Morris <rgm@gnu.org>
2986
2987 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2988
29892006-09-29 Karl Berry <karl@gnu.org>
2990
2991 * windows.texi (Basic Window): Remove forced @break, no longer
2992 desirable.
2993 * frames.texi (Frame Commands),
2994 * mark.texi (Marking Objects): Reword to avoid bad page break.
2995 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2996
29972006-09-19 Richard Stallman <rms@gnu.org>
2998
2999 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3000 stick to present tense.
3001
c8763fb6 30022006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3003
3004 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3005 to x-gtk-use-old-file-dialog.
3006 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3007
30082006-09-15 Jay Belanger <belanger@truman.edu>
3009
49823426 3010 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3011 Change "Library Public License" to "Lesser Public License"
3012 throughout. Use "yyyy" to represent year.
3013
8cf51b2c
GM
30142006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3015
3016 * files.texi (Visiting): Add index entry "open file".
3017
8cf51b2c
GM
30182006-09-11 Richard Stallman <rms@gnu.org>
3019
3020 * building.texi (Compilation Mode): Clarification.
3021 (Grep Searching): Add xref to Compilation Mode.
3022
8cf51b2c
GM
30232006-09-08 Richard Stallman <rms@gnu.org>
3024
3025 * search.texi (Search): Ref multi-file search commands here.
3026 (Other Repeating Search): Not here.
3027
8cf51b2c
GM
30282006-08-28 Richard Stallman <rms@gnu.org>
3029
3030 * windows.texi (Split Window): Update xref.
3031
3032 * basic.texi (Continuation Lines): Update xref.
3033
3034 * indent.texi (Tab Stops): Update xref.
3035
3036 * emacs.texi (Top): Update subnode menu.
3037
3038 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3039 split out of Display Custom.
3040
30412006-08-25 Kim F. Storm <storm@cua.dk>
3042
3043 * display.texi (Display Custom): Add variables overline-margin
3044 and x-underline-at-descent-line.
3045
30462006-08-25 Richard Stallman <rms@gnu.org>
3047
3048 * entering.texi (Exiting): Rewrite to give graphical displays
3049 priority over text terminals.
3050
3051 * search.texi (Incremental Search): Move index entries.
3052
30532006-08-23 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * custom.texi (Init File): Reference Find Init to avoid "home
3056 directory" confusion.
3057
30582006-08-22 Nick Roberts <nickrob@snap.net.nz>
3059
3060 * building.texi (Other GDB-UI Buffers): Describe how to edit
3061 a value in the locals buffer.
3062
30632006-08-21 Richard Stallman <rms@gnu.org>
3064
3065 * search.texi (Basic Isearch): Add `isearch' index entry.
3066
30672006-08-16 Richard Stallman <rms@gnu.org>
3068
3069 * misc.texi (Saving Emacs Sessions): Clean up wording.
3070
3071 * mark.texi (Marking Objects): Mention term "select all".
3072
3073 * emacs.texi (Top): Update subnode menu.
3074
3075 * help.texi (Help Mode): Move node up in file.
3076
8cf51b2c
GM
30772006-08-15 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * building.texi (Stack Buffer): Explain fringe arrow.
3080
8cf51b2c
GM
30812006-08-12 Eli Zaretskii <eliz@gnu.org>
3082
8cf51b2c
GM
3083 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3084 on startup.
3085
30862006-08-11 Romain Francoise <romain@orebokech.com>
3087
3088 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3089
30902006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3091
3092 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3093
30942006-08-10 Richard Stallman <rms@gnu.org>
3095
3096 * text.texi (Format Faces): Substantial rewrites to deal
3097 with face merging. Empty regions don't count. Clarify
3098 face property inheritance.
3099
31002006-08-08 Romain Francoise <romain@orebokech.com>
3101
3102 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3103 <arjuropo@cc.jyu.fi>.
3104
8cf51b2c
GM
31052006-08-04 Eli Zaretskii <eliz@gnu.org>
3106
3107 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3108 apply to all frames.
3109
8cf51b2c
GM
31102006-08-01 Richard Stallman <rms@gnu.org>
3111
3112 * help.texi (Name Help): Add index entries for describe-variable.
3113
31142006-08-01 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * building.texi (GDB Graphical Interface): Shorten node names.
3117 (GDB-UI Layout): Use GDB-related.
3118 (Other GDB-UI Buffers): Simplify English.
3119
31202006-07-31 Richard Stallman <rms@gnu.org>
3121
3122 * search.texi (Query Replace): Add xref for Dired's Q command.
3123
8cf51b2c
GM
31242006-07-31 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * building.texi (GDB commands in Fringe): Rename to...
3127 (Source Buffers): ..this and move forward. Describe hollow arrow and
3128 new option gdb-find-source-frame.
3129
31302006-07-29 Richard Stallman <rms@gnu.org>
3131
3132 * dired.texi (Operating on Files): Simplify previous change
3133 and fix Texinfo usage.
3134
31352006-07-29 Eli Zaretskii <eliz@gnu.org>
3136
3137 * dired.texi (Operating on Files): Add cross-references. State the
3138 Unix commands that do similar things.
3139
31402006-07-28 Richard Stallman <rms@gnu.org>
3141
3142 * mark.texi (Transient Mark): Clarify that region never disappears
3143 when Transient Mark mode is off, and not when it is on.
3144
31452006-07-27 Richard Stallman <rms@gnu.org>
3146
3147 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
3148
31492006-07-24 Richard Stallman <rms@gnu.org>
3150
3151 * xresources.texi (GTK styles): Fix texinfo usage.
3152
8cf51b2c
GM
3153 * commands.texi (User Input): Explain why we teach keyboard cmds.
3154
3155 * xresources.texi, xresmini.texi, search.texi, programs.texi:
3156 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
3157 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
3158 * doclicense.texi, display.texi, dired.texi, basic.texi:
3159 * anti.texi, ack.texi: Move periods and commas inside quotes.
3160
31612006-07-22 Eli Zaretskii <eliz@gnu.org>
3162
3163 * cmdargs.texi (General Variables): Document EMAIL.
3164
31652006-07-21 Eli Zaretskii <eliz@gnu.org>
3166
3167 * frames.texi (Frame Commands): Mention that focus-follows-mouse
3168 doesn't have effect on MS-Windows.
3169
8cf51b2c
GM
31702006-07-17 Richard Stallman <rms@gnu.org>
3171
3172 * building.texi (Grep Searching): Explain about chaining grep commands.
3173
8cf51b2c
GM
31742006-07-10 Nick Roberts <nickrob@snap.net.nz>
3175
49823426 3176 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
3177
31782006-07-09 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
3181 is invoked for multiple files.
3182
31832006-07-08 Eli Zaretskii <eliz@gnu.org>
3184
3185 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
3186 on-line manual for the rest of this node.
3187 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
3188 unconditionally.
3189 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
3190 Improve wording.
3191 (Windows Printing): Improve wording.
3192 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
3193 rest of this node.
3194
8cf51b2c
GM
31952006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3196
49823426
GM
3197 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
3198 with eval-buffer.
8cf51b2c
GM
3199
32002006-07-05 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * mule.texi (Coding Systems, Specify Coding): Link descriptions
3203 of character translation.
3204
32052006-07-04 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
3208
32092006-07-03 Karl Berry <karl@gnu.org>
3210
3211 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
3212 not-too-underfull hboxes in the TeX output.
3213 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3214 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3215 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3216 * sending.texi, text.texi: Fix overfull/underfull boxes.
3217
32182006-07-03 Romain Francoise <romain@orebokech.com>
3219
3220 * m-x.texi (M-x): Fix.
3221
32222006-07-03 Richard Stallman <rms@gnu.org>
3223
8cf51b2c
GM
3224 * search.texi (Other Repeating Search): filename -> file name.
3225
3226 * misc.texi (Narrowing): Minor cleanups.
3227
3228 * files.texi (Visiting): filename -> file name.
3229
3230 * emacs.texi (Top): Update subnode menus.
3231
3232 * mule.texi (Coding Systems): Move char translation stuff here.
3233 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3234 (Recognize Coding): Substantial local rewrites.
3235 (International): Update menu.
3236
3237 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3238 (Scrolling): Substantial local rewrites.
3239 (Display): Update menu and intro.
3240
3241 * dired.texi: filename -> file name.
3242
3243 * custom.texi (Safe File Variables): Texinfo usage fix.
3244
f0131492 32452006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3246
3247 * help.texi, m-x.texi: Lots of cleanups.
3248
8cf51b2c
GM
32492006-06-30 Eli Zaretskii <eliz@gnu.org>
3250
3251 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3252 (Windows Processes, Windows Misc): Shorten the printed version by
3253 selectively conditioning less important portions by @ifnottex.
3254
8cf51b2c
GM
32552006-06-27 Richard Stallman <rms@gnu.org>
3256
3257 * mini.texi (Minibuffer File): Minor cleanup.
3258
32592006-06-25 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * frames.texi (XTerm Mouse): Rename to...
3262 (Text-Only Mouse): ...this. Mention t-mouse-mode.
3263
3264 * emacs.texi (Top): Use new node name.
3265
32662006-06-24 Eli Zaretskii <eliz@gnu.org>
3267
3268 * emacs.texi (Top): Update the detailed menu according to changes in
3269 msdog.texi.
3270
3271 * msdog.texi (Windows Keyboard): New section.
3272 (Windows Mouse): New section.
3273 (Windows System Menu): Remove section (text merged with "Windows
3274 Keyboard").
3275 (Windows Misc): New section.
3276
3277 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3278
3279 * msdog.texi (ls in Lisp): New section.
3280
3281 * files.texi (Visiting): Document case-insensitive wildcard matching
3282 under find-file-wildcards.
3283
8cf51b2c
GM
32842006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3285
3286 * macos.texi (Mac Input): Add description of mac-function-modifier.
3287 Now Unicode keyboard layouts work.
3288
8cf51b2c
GM
32892006-06-10 Richard Stallman <rms@gnu.org>
3290
3291 * mule.texi (Recognize Coding): Clarify previous change.
3292
32932006-06-09 Kenichi Handa <handa@m17n.org>
3294
3295 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3296 notation.
3297
32982006-06-07 Kevin Ryde <user42@zip.com.au>
3299
3300 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3301 manual for @ifnottex, but in emacs-extra for @iftex.
3302
3303 * cmdargs.texi (General Variables): Fix smtpmail xref.
3304
33052006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3306
8cf51b2c 3307 * programs.texi (Comment Commands):
8cf51b2c 3308 * custom.texi (Specifying File Variables):
49823426 3309 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
3310
33112006-06-07 Nick Roberts <nickrob@snap.net.nz>
3312
3313 * building.texi (Watch Expressions): Move node to end.
3314 (GDB Graphical Interface): Move description of clicks in fringe...
3315 (GDB commands in the Fringe): ...to here. New node.
3316
8cf51b2c
GM
33172006-06-05 Romain Francoise <romain@orebokech.com>
3318
49823426 3319 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
3320
33212006-06-05 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * building.texi (GDB Graphical Interface): Update bindings.
3324 (Commands of GUD): Add gud-print. Remove gud-run.
3325 Restate availability more generally.
3326
f0131492 33272006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3328
3329 * mini.texi: Lots of cleanups.
3330
33312006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3334 and Mouse-2.
3335
c8763fb6 33362006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3337
3338 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3339
8cf51b2c
GM
33402006-05-31 Richard Stallman <rms@gnu.org>
3341
3342 * basic.texi (Moving Point): Fix previous change.
3343
c8763fb6 33442006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3345
3346 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3347
f0131492 33482006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3349
3350 * basic.texi: Many simplifications and improvements in wording.
3351
8cf51b2c
GM
33522006-05-26 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * anti.texi (Antinews): Create a node for gdb-ui.
3355
8cf51b2c
GM
33562006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3357
3358 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3359
33602006-05-20 Richard Stallman <rms@gnu.org>
3361
3362 * dired.texi (Dired Navigation): dired-goto-file is now j.
3363
8cf51b2c
GM
33642006-05-20 Eli Zaretskii <eliz@gnu.org>
3365
3366 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3367 and their aliases.
3368
3369 * msdog.texi (Windows Printing): Mention non-support of plain text
3370 printing with some el-cheapo printers, and suggest a workaround.
3371
33722006-05-20 Kevin Ryde <user42@zip.com.au>
3373
3374 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3375 remove the bit saying you must set it.
3376
33772006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3378
3379 * trouble.texi (Checklist):
3380 * text.texi (Text, Auto Fill, Text Mode):
3381 * search.texi (Nonincremental Search):
3382 * rmail.texi (Rmail Labels):
3383 * mule.texi (Input Methods, Multibyte Conversion):
3384 * misc.texi (Gnus, Where to Look, PostScript):
3385 * maintaining.texi (Create Tags Table):
3386 * indent.texi (Indentation Commands):
3387 * fixit.texi (Spelling):
3388 * emacs.texi (Copying):
3389 * custom.texi (Init File): ifinfo -> ifnottex.
3390
8cf51b2c
GM
33912006-05-17 Richard Stallman <rms@gnu.org>
3392
3393 * files.texi (Diff Mode): Mention C-x `.
3394
33952006-05-08 Richard Stallman <rms@gnu.org>
3396
3397 * custom.texi (Disabling): Textual cleanups.
3398
8cf51b2c
GM
33992006-05-12 Glenn Morris <rgm@gnu.org>
3400
3401 * calendar.texi (Displaying the Diary, Format of Diary File):
3402 Refer to diary-view-entries, diary-list-entries,
3403 diary-show-all-entries rather than obsolete aliases.
3404
34052006-05-12 Eli Zaretskii <eliz@gnu.org>
3406
3407 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3408 (Displaying the Diary, Special Diary Entries, Importing Diary):
3409 * building.texi (Compilation Shell):
3410 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3411 emacs-xtra with @inforef's.
3412
3413 * files.texi (Visiting): Fix wording.
3414
3415 * mule.texi (Coding Systems, Text Coding): More indexing.
3416 Mention that C-x RET f can set eol conversion.
3417
c8763fb6 34182006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3419
3420 * xresmini.texi (GTK resources): Insert GTK description.
3421
3422 * xresources.texi (GTK resources): metafont should be menufont.
3423
8cf51b2c
GM
34242006-05-06 Michael Albinus <michael.albinus@gmx.de>
3425
49823426 3426 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3427 method, user name and host name is active only in partial
3428 completion mode.
3429
8cf51b2c
GM
34302006-05-06 Eli Zaretskii <eliz@gnu.org>
3431
3432 * makefile.w32-in (emacs.dvi):
3433 * Makefile.in (emacs.dvi): Add xresmini.texi.
3434
3435 * xresmini.texi (Table of Resources): Remove xref to non-existent
3436 node "LessTif Resources".
3437
3438 * msdog.texi (Microsoft Windows):
3439 * calendar.texi (Calendar/Diary, Displaying the Diary)
3440 (Special Diary Entries, Importing Diary, Holidays):
3441 * programs.texi (Program Modes):
3442 * text.texi (Text):
3443 * buffers.texi (Several Buffers):
3444 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3445
34462006-05-06 Eli Zaretskii <eliz@gnu.org>
3447
3448 The following changes merge the emacs-xtra manual into the main
3449 manual, but only for on-line version of the manual.
3450
3451 * vc2-xtra.texi (Version Backups, Local Version Control)
3452 (Making Snapshots, Change Logs and VC, Version Headers)
3453 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3454 on-line manual.
3455
3456 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3457 for on-line manual.
3458
3459 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3460 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3461 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3462 for on-line manual.
3463
3464 * fortran-xtra.texi (Fortran, Fortran Autofill)
3465 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3466 for on-line manual.
3467
3468 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3469 Conditional xref's for on-line manual.
3470
3471 * emerge-xtra.texi (Emerge, Overview of Emerge)
3472 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3473 manual.
3474
3475 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3476 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3477 (EMACSSOURCES): Use EMACS_XTRA.
3478 (../info/emacs-xtra): Remove.
3479 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3480
3481 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3482 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3483 (EMACSSOURCES): Use EMACS_XTRA.
3484 ($(infodir)/emacs-xtra): Remove.
3485 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3486
3487 * trouble.texi (Quitting):
3488 * text.texi (Text):
3489 * programs.texi (Program Modes):
3490 * msdog.texi (Microsoft Windows):
3491 * frames.texi (Frames):
3492 * files.texi (Backup, Version Control, VC Concepts)
3493 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3494 (Registering, VC Status, VC Undo, Multi-User Branching)
3495 (Comparing Files):
3496 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3497 (Displaying the Diary, Special Diary Entries, Importing Diary):
3498 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3499 conditional xref's, depending on @iftex/@ifnottex.
3500
3501 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3502 "MS-DOS". @include msdog-xtra.texi.
3503
3504 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3505 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3506
3507 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3508 for vc-xtra.texi subsections.
3509 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3510 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3511
3512 * sending.texi (Sending Mail): A @node line without explicit Prev,
3513 Next, and Up links.
3514
3515 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3516 Next, and Up links.
3517
3518 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3519 and its sections. @include picture-xtra.texi.
3520
3521 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3522 "Emerge".
3523 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3524
3525 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3526 exact duplicate of its name-sake in calendar.texi.
3527
3528 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3529 "Advanced Calendar/Diary Usage".
3530 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3531
3532 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3533 dired-xtra.texi.
3534 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3535
3536 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3537 (Files) [ifnottex]: Add menu entry for Autorevert.
3538
3539 * emacs-xtra.texi (Introduction): Reword to make consistent with
3540 printed version only.
3541 <Top level>: Remove the body of all chapters and move them to the
3542 new *-xtra.texi files. Use @raisesections and @lowersections to
3543 convert sections to chapters etc.
3544
3545 * msdog-xtra.texi:
3546 * fortran-xtra.texi:
3547 * vc-xtra.texi:
3548 * vc1-xtra.texi:
3549 * vc2-xtra.texi:
3550 * emerge-xtra.texi:
3551 * cal-xtra.texi:
3552 * dired-xtra.texi:
3553 * arevert-xtra.texi: New files, with text from respective chapters
3554 of emacs-xtra.texi. Convert each @chapter into @section, @section
3555 into @subsection, etc.
3556
3557 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3558 updated.
3559
3560 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3561 Windows". All references updated.
3562
35632006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3564
3565 * macos.texi (Mac Input): Mention input from Character Palette.
3566 (Mac Font Specs): Fix typo.
3567
35682006-05-05 Richard Stallman <rms@gnu.org>
3569
3570 * files.texi (Diff Mode): Minor cleanup.
3571
35722006-05-05 Karl Berry <karl@gnu.org>
3573
8cf51b2c
GM
3574 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3575 errors from the current release of makeinfo (4.8).
3576 * help.texi (Library Keywords): Change widest word in multitable
3577 template from `emulations' to `convenience'. (Not sure if this is
3578 related to the font change.)
3579
35802006-05-05 Eli Zaretskii <eliz@gnu.org>
3581
3582 * files.texi (File Names): Add a footnote about limited support of
3583 ~USER on MS-Windows.
3584
3585 * cmdargs.texi (Initial Options): Add a footnote about limited
3586 support of ~USER on MS-Windows.
3587
35882006-05-03 Richard Stallman <rms@gnu.org>
3589
3590 * files.texi (Diff Mode): Node moved here.
3591 (Comparing Files): Delete what duplicates new node.
3592 (Files): Put Diff Mode in menu.
3593
3594 * misc.texi (Diff Mode): Moved to files.texi.
3595
3596 * emacs.texi (Top): Update menu for Diff Mode.
3597
3598 * trouble.texi (Emergency Escape): Simplify.
3599
3600 * emacs.texi (Top): Minor clarification.
3601
36022006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3603
3604 * commands.texi, entering.texi, screen.texi: Many simplifications.
3605
36062006-05-03 Richard Stallman <rms@gnu.org>
3607
3608 * commands.texi (Text Characters): Delete paragraph about unibyte
3609 non-ASCII printing chars.
3610
3611 * killing.texi (Killing): Say "graphical displays".
3612 * display.texi: Say "graphical displays".
3613
3614 * cmdargs.texi (Misc X): Say "graphical displays".
3615
36162006-05-01 Richard Stallman <rms@gnu.org>
3617
3618 * emacs.texi (Top): Add Diff Mode to menu.
3619
36202006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3621
3622 * misc.texi (Diff Mode): New node.
3623
36242006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3625
3626 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3627 (Mac Environment Variables): Shorten example line.
3628 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3629
36302006-05-01 Nick Roberts <nickrob@snap.net.nz>
3631
3632 * building.texi (GUD Customization): Describe cases %d and %c.
3633 Update description for %e.
3634
36352006-04-30 Glenn Morris <rgm@gnu.org>
3636
3637 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3638
36392006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3640
3641 * custom.texi (Examining): Update C-h v output example.
3642
36432006-04-29 Kim F. Storm <storm@cua.dk>
3644
3645 * building.texi (Grep Searching): Add lgrep and rgrep.
3646
8cf51b2c
GM
36472006-04-23 Richard Stallman <rms@gnu.org>
3648
3649 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3650
3651 * xresmini.texi: New file.
3652
3653 * xresources.texi (Face Resources): Split table into font resources
3654 and the rest. Combine similar attributes for brevity.
3655
8cf51b2c
GM
36562006-04-21 Eli Zaretskii <eliz@gnu.org>
3657
3658 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3659 backslashes and case-insensitivity in file names (moved to the
3660 main manual).
3661 (MS-DOS Printing): Move most of the text to the main manual.
3662
3663 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3664 New nodes.
3665 (Windows Processes, Windows System Menu): Add index entries and
3666 fix wording.
3667
8cf51b2c
GM
36682006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3669
3670 * misc.texi (Shell Ring): Add notes on saved input when
3671 navigating off the end of the history list.
3672
36732006-04-18 Chong Yidong <cyd@mit.edu>
3674
3675 * misc.texi (Shell Options): Correct default value of
3676 comint-scroll-show-maximum-output.
3677
8cf51b2c
GM
36782006-04-18 Nick Roberts <nickrob@snap.net.nz>
3679
3680 * building.texi (Watch Expressions): Update.
3681
8cf51b2c
GM
36822006-04-12 Richard Stallman <rms@gnu.org>
3683
3684 * search.texi: Clean up previous change.
3685
36862006-04-12 Eli Zaretskii <eliz@gnu.org>
3687
3688 * search.texi (Regexp Backslash, Regexp Replace): Add index
3689 entries for ``back reference'' and mention the term itself in the
3690 text.
3691
36922006-04-11 Richard Stallman <rms@gnu.org>
3693
3694 * custom.texi (Safe File Variables):
3695 Document enable-local-variables = :safe.
3696
36972006-04-11 Karl Berry <karl@gnu.org>
3698
3699 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3700 (Remote Repositories, Version Backups, Local Version Control)
3701 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3702 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3703 (Renaming VC Work Files and Master Files)
3704 (Inserting Version Control Headers, Customizing VC, General Options)
3705 (Options for RCS and SCCS, Options specific for CVS): Move all
3706 these nodes to emacs-xtra.texi, for brevity.
3707 * cmdargs.texi, files.texi: Change cross-references.
3708
8cf51b2c
GM
37092006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3710
3711 * files.texi (Old Versions): Update description of vc-annotate's
3712 use of color to indicate date ranges.
3713
8cf51b2c
GM
37142006-04-09 Kevin Ryde <user42@zip.com.au>
3715
8cf51b2c
GM
3716 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3717 put info and printed manual names the right way around.
3718
37192006-04-09 Karl Berry <karl@gnu.org>
3720
3721 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3722 emacs-xtra.texi, leaving only MS Windows information.
3723 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3724 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3725 node names.
3726
3727 * emacs.texi: Move @summarycontents and @contents to the beginning
3728 of the file.
3729
8cf51b2c
GM
37302006-04-08 Kevin Ryde <user42@zip.com.au>
3731
3732 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3733
37342006-04-07 Richard Stallman <rms@gnu.org>
3735
3736 * programs.texi (Comments, Comment Commands, Options for Comments)
3737 (Multi-Line Comments): "Align", not "indent".
3738 (Basic Indent): C-j deletes trailing whitespace before the newline.
3739
37402006-04-06 Richard Stallman <rms@gnu.org>
3741
8cf51b2c
GM
3742 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3743
37442006-04-06 Eli Zaretskii <eliz@gnu.org>
3745
3746 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3747
8cf51b2c
GM
37482006-04-05 Richard Stallman <rms@gnu.org>
3749
3750 * emacs.texi (Top): Update subnode menu.
3751
3752 * trouble.texi (Unasked-for Search): Node deleted.
3753 (Lossage): Delete from menu.
3754
37552006-04-04 Richard Stallman <rms@gnu.org>
3756
3757 * trouble.texi: Various cleanups.
3758 (Checklist): Don't bother saying how to snail a bug report.
3759 (Emergency Escape): Much rewriting.
3760 (After a Crash): Rename the core dump immediately.
3761 (Total Frustration): Call it a psychotherapist.
3762 (Bug Criteria): Avoid "illegal instruction".
3763 (Sending Patches): We always put the contributor's name in.
3764
3765 * misc.texi (Thumbnails): Minor correction.
3766
8cf51b2c
GM
37672006-04-03 Richard Stallman <rms@gnu.org>
3768
3769 * misc.texi (Thumbnails): Minor cleanup.
3770
37712006-04-02 Karl Berry <karl@gnu.org>
3772
3773 * sending.texi (Mail Sending): pxref to Top needs five args.
3774
3775 * texinfo.tex: Update to current version (2006-03-21.13).
3776
8cf51b2c
GM
37772006-03-31 Richard Stallman <rms@gnu.org>
3778
3779 * emacs.texi (Top): Update subnode menu.
3780
3781 * help.texi (Help Mode): Cleanup.
3782
3783 * dired.texi: Many cleanups.
3784 (Dired Deletion): Describe dired-recursive-deletes.
3785 (Operating on Files): dired-create-directory moved.
3786 (Misc Dired Features): Move to here.
3787 (Tumme): Node moved to misc.texi.
3788
3789 * custom.texi: Many cleanups.
3790 (Minor Modes): Don't mention ISO Accents Mode.
3791 (Examining): Update C-h v output example.
3792 (Hooks): Add index and xref for add-hook.
3793 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3794 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3795
3796 * misc.texi: Many cleanups.
3797 (beginning): Add to summary of topics.
3798 (Shell): Put eshell xref at the end. Remove eshell from table.
3799 (Thumbnails): New node.
3800
8cf51b2c
GM
38012006-03-28 Eli Zaretskii <eliz@gnu.org>
3802
3803 * files.texi (File Name Cache): Make it clear that the cache is
3804 not persistent.
3805
8cf51b2c
GM
38062006-03-25 Karl Berry <karl@gnu.org>
3807
49823426
GM
3808 * emacs-xtra.texi, emacs.texi, gnu.texi:
3809 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3810 (2) do not indent copyright year list (or anything else).
3811
8cf51b2c
GM
38122006-03-21 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * files.texi (VC Dired Mode): Remove misplaced brackets.
3815
38162006-03-21 Andre Spiegel <spiegel@gnu.org>
3817
3818 * files.texi: Various updates and clarifications in the VC chapter.
3819
38202006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * help.texi (Help Mode): Document "C-c C-c".
3823
8cf51b2c
GM
38242006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3825
3826 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3827 menu in the standalone Info reader.
3828
38292006-03-15 Chong Yidong <cyd@stupidchicken.com>
3830
3831 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3832 moved here from Emacs manual.
3833
3834 * programs.texi (Fortran): Section moved to emacs-xtra.
3835 (Program Modes): Xref to Fortran in emacs-xtra.
3836
3837 * maintaining.texi (Emerge): Move to emacs-xtra.
3838 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3839
3840 * picture.texi: File deleted.
3841 * Makefile.in:
3842 * makefile.w32-in: Remove picture.texi.
3843
3844 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3845 * abbrevs.texi (Abbrevs):
3846 * sending.texi (Sending Mail): Picture node removed.
3847
3848 * emacs.texi (Top): Update node listings.
3849
8cf51b2c
GM
38502006-03-12 Richard Stallman <rms@gnu.org>
3851
3852 * calendar.texi: Various cleanups.
3853
8cf51b2c
GM
38542006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3855
3856 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3857 syntax.
3858
8cf51b2c
GM
38592006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3860
3861 * search.texi (Regexps): More accurately describe which characters
3862 are special in which situations. Recommend _not_ to quote `]' or
3863 `-' when they are not special.
3864
8cf51b2c
GM
38652006-02-28 Andre Spiegel <spiegel@gnu.org>
3866
3867 * files.texi (Old Versions): Clarify operation of C-x v =.
3868
8cf51b2c
GM
38692006-02-21 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * building.texi (Watch Expressions): Update and describe
3872 gdb-speedbar-auto-raise.
3873
38742006-02-19 Richard M. Stallman <rms@gnu.org>
3875
3876 * emacs.texi: Use @smallbook.
3877 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3878 Update subnode menu.
3879
3880 * building.texi (Lisp Interaction): Minor addition.
3881
38822006-02-18 Nick Roberts <nickrob@snap.net.nz>
3883
3884 * building.texi (Watch Expressions): Update and be more precise.
3885
c8763fb6 38862006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3887
3888 * maintaining.texi (Create Tags Table): Explain why the
3889 exception when etags writes to files under the /dev tree.
3890
38912006-02-14 Richard M. Stallman <rms@gnu.org>
3892
3893 * custom.texi (Safe File Variables): Lots of clarification.
3894 Renamed from Unsafe File Variables.
3895
38962006-02-14 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * custom.texi (Unsafe File Variables): File variable confirmation
3899 assumed denied in batch mode.
3900
39012006-02-14 Richard M. Stallman <rms@gnu.org>
3902
3903 * building.texi (GDB User Interface Layout): Don't say `inferior'
3904 for program being debugged.
3905
39062006-02-15 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * building.texi (GDB Graphical Interface):
3909 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3910
39112006-02-13 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * custom.texi (Specifying File Variables, Unsafe File Variables):
3914 New nodes, split from File Variables. Document new file local
3915 variable behavior.
3916
39172006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3918
3919 * display.texi (Standard Faces):
8cf51b2c
GM
3920 * files.texi (Visiting):
3921 * frames.texi (Clipboard):
3922 * glossary.texi (Glossary) <Clipboard>:
3923 * xresources.texi (X Resources): Mention Mac OS port.
3924
8cf51b2c
GM
39252006-02-12 Richard M. Stallman <rms@gnu.org>
3926
3927 * building.texi (Building): Clarify topic in intro.
3928
3929 * maintaining.texi (Maintaining): Change title; clarify topic.
3930 Delete duplicate index entries.
3931
3932 * building.texi (Other GDB User Interface Buffers): Clarifications.
3933
3934 * text.texi (Cell Commands): Clarifications.
3935
3936 * programs.texi (Defuns): Delete duplicate explanation of
3937 left-margin paren convention.
3938 (Hungry Delete): Minor cleanup.
3939
39402006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3941
3942 * dired.texi (Tumme): More tumme documentation.
3943
39442006-02-11 Alan Mackenzie <acm@muc.de>
3945
3946 * programs.texi ("Hungry Delete"): Correct the appellation of the
3947 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3948
39492006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3950
3951 * dired.texi (Tumme): Fix small bug.
3952
39532006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3954
3955 * macos.texi (Mac International): Rename "fontset-mac" to
3956 "fontset-standard".
3957
8cf51b2c
GM
39582006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3959
3960 * dired.texi (Tumme): Basic documentation for Tumme added.
3961
8cf51b2c
GM
39622006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * mule.texi (International):
3965 * programs.texi (Basic Indent): Fix typos.
3966
8cf51b2c
GM
3967 * custom.texi (Minor Modes):
3968 * display.texi (Text Display):
3969 * commands.texi (Text Characters): Update xrefs.
3970
39712006-02-07 Richard M. Stallman <rms@gnu.org>
3972
3973 * emacs.texi (Top): Update subnode menu.
3974 Update info on old Emacs papers.
3975 (Intro): "Graphical display", not window system.
3976
3977 * xresources.texi (GTK styles): Minor clarifications.
3978
3979 * trouble.texi: "Graphical display", not window system.
3980 (Stuck Recursive): Minor clarification.
3981
3982 * text.texi: Minor clarifications.
3983 (Sentences): Explain why two-space convention is better.
3984 Explain sentence-end-without-period here.
3985 (Fill Commands): Not here.
3986 (Refill): Node moved down.
3987 (Filling): Update menu.
3988 (Table Creation, Cell Justification, Column Commands): Clarify.
3989
3990 * sending.texi: Minor clarifications.
3991
3992 * search.texi (Regexp Backslash): Clarification.
3993
3994 * rmail.texi: Minor cleanups.
3995 (Rmail): Delete digression about `rmail-mode'.
3996 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3997 (Rmail Files): Mention C-u M-x rmail.
3998 (Rmail Reply): Mention References.
3999 (Rmail Display): Mention rmail-nonignored-headers.
4000
4001 * programs.texi: Minor cleanups.
4002 (Comment Commands): Mention momentary Transient Mark mode.
4003 (Matching): Be more specific about customizing show-paren-mode.
4004 (Info Lookup): Don't list the modes that support C-h S.
4005 Just say what it does in an unsupported mode.
4006 (Man Page): Delete excessive info on customizing woman.
4007 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4008
4009 * abbrevs.texi: Minor clarifications.
4010 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4011 not "dynamic abbrevs" as if they were a kind of abbrev.
4012
4013 * picture.texi (Picture): Minor cleanup.
4014
4015 * mule.texi (Communication Coding): Say "other applications".
4016 (Fontsets): Not specific to X. Add xref to X Resources.
4017 (Unibyte Mode): Rename from Single-Byte Character Support.
4018 "Graphical display", not window system.
4019 (International): Update menu.
4020
4021 * maintaining.texi (Format of ChangeLog):
4022 New node, split out from ChangeLog.
4023 (ChangeLog): Clarifications in the remaining text.
4024 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4025 (Find Tag): Add @w.
4026 (Tags Search): Explain tag table order here. Simplify grep ref.
4027 (List Tags): tags-tag-face is a variable, not a face.
4028 (Emerge): Cleanups.
4029
4030 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4031 (Keyboard Macros): Avoid "the user".
4032
4033 * killing.texi: "Graphical display", not window system.
4034
4035 * help.texi (Help Echo): "Graphical display", not window system.
4036
4037 * glossary.texi: Say "you", not "the user". Say "graphical display".
4038
4039 * frames.texi: Minor cleanups. "Graphical display", not window system.
4040
4041 * files.texi (Visiting): Make drag-and-drop not X-specific.
4042
4043 * custom.texi: Minor cleanups. "Graphical display", not window system.
4044
4045 * cmdargs.texi: Minor cleanups.
4046
4047 * building.texi (Compilation): Move and split kill-compilation para.
4048 Add para about multiple compilers.
4049 (Compilation Mode): Commands also available in grep mode and others.
4050 Mention C-u C-x ` more tutorially. Clarify C-x `.
4051 (Compilation Shell): Clarify. Put Bash example first.
4052 (Grep Searching): Minor cleanups; add @w.
4053 (Debuggers): Minor cleanups.
4054 (Starting GUD): Make GDB xgraphical mode issue clearer.
4055 (Debugger Operation): Lots of clarifications including
4056 GDB tooltip side-effect issue.
4057 (Commands of GUD): Clarify.
4058 (GUD Customization): Add bashdb-mode-hook.
4059 (GDB Graphical Interface): Rewrite for clarity.
4060 (GDB User Interface Layout): Rewrite for clarity.
4061 (Stack Buffer, Watch Expressions): Likewise.
4062 (Other GDB User Interface Buffers): Cleanups.
4063 (Lisp Libraries, External Lisp): Cleanup.
4064
4065 * basic.texi (Position Info): "Graphical displays", rather than
4066 window systems.
4067
4068 * anti.texi: Minor cleanup.
4069
8cf51b2c
GM
40702006-02-03 Eli Zaretskii <eliz@gnu.org>
4071
4072 * custom.texi (Init File, Find Init): Add cross-references to
4073 where $HOME is described.
4074
40752006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4078 is not inside the @table.
4079
4080 * emacs.texi (Top): Correct node name.
4081
4082 * files.texi (File Names): Fix @xref.
4083 (Reverting): Fix typo.
4084
4085 * mule.texi (International): Correct node name.
4086
4087 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4088
40892006-02-01 Richard M. Stallman <rms@gnu.org>
4090
4091 * emacs.texi (Top): Update subnode menu.
4092
4093 * mule.texi: Minor clarifications.
4094 Reduce the specific references to X Windows.
4095 Refer to "graphical" terminals, rather than window systems.
4096 (Text Coding): Rename from Specify Coding.
4097 (Communication Coding, File Name Coding, Terminal Coding):
4098 New nodes split out from Text Coding.
4099
4100 * kmacro.texi: Minor clarifications.
4101 (Keyboard Macro Ring): Comment out some excessive commands.
4102 (Basic Keyboard Macro): Split up the table, putting part in each node.
4103
4104 * major.texi: Minor clarifications.
4105
4106 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4107
4108 * windows.texi: Minor clarifications.
4109 (Change Window): Don't describe mode-line mouse cmds here.
4110 Add xref to Mode Line Mouse.
4111
4112 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4113
4114 * macos.texi (Mac International): Fix xref.
4115
4116 * indent.texi: Minor clarifications.
4117
4118 * frames.texi: Minor clarifications.
4119 Reduce the specific references to X Windows.
4120 Refer to "graphical" terminals, rather than window systems.
4121 (Frame Parameters): Don't mention commands like
4122 set-foreground-color. Just say to customize a face.
4123 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4124
4125 * files.texi: Minor clarifications.
4126 (Numbered Backups): New node, split out from Backup Names.
4127
4128 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4129
4130 * cmdargs.texi (General Variables): Fix xref.
4131
4132 * buffers.texi: Minor clarifications.
4133
8cf51b2c
GM
41342006-01-31 Richard M. Stallman <rms@gnu.org>
4135
4136 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4137 Nodes moved to top.
4138
4139 * display.texi: Minor clarifications.
4140 (Display): Rearrange menu.
4141 (Standard Faces): Mention query-replace face.
4142 (Faces): Simplify.
4143 (Font Lock): Simplify face customization info.
4144 (Highlight Changes): Node merged into Highlight Interactively.
4145 (Highlight Interactively): Much rewriting and cleanup.
4146 (Optional Mode Line): Narrowed line number not good for goto-line.
4147 Simplify face customization advice.
4148 (Text Display): Mention use of escape-glyph face.
4149 Move ctl-arrow and tab-width here.
4150 (Display Custom): Move no-redraw-on-reenter to end of node.
4151
4152 * search.texi: Minor clarifications.
4153 (Isearch Scroll): Simplify.
4154 (Other Repeating Search): Document multi-occur-in-matching-buffers.
4155
4156 * regs.texi (Registers): Mention bookmarks here.
4157
4158 * mark.texi: Minor clarifications.
4159 (Selective Undo): Node deleted.
4160
4161 * m-x.texi: Minor clarifications.
4162
4163 * killing.texi: Minor clarifications.
4164 Refer to "graphical" terminals, rather than window systems.
4165
4166 * help.texi: Clarifications.
4167 (Help): Don't describe C-h F and C-h K here.
4168 (Key Help): Describe C-h K here.
4169 (Name Help): Mention Emacs Lisp Intro.
4170 Describe C-h F here.
4171 (Misc Help): Mention C-h F and C-h K only briefly.
4172
4173 * fixit.texi (Undo): New node, mostly copied from basic.texi.
4174 Selective undo text merged in.
4175 (Spelling): Mention Aspell along with Ispell.
4176
4177 * emacs.texi (Top): Update subnode menus.
4178
4179 * basic.texi (Basic Undo): Rename from Undo. Most of text
4180 moved to new Undo node.
4181
8cf51b2c
GM
41822006-01-29 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * basic.texi (Continuation Lines, Inserting Text):
4185 Mention longlines mode.
4186
41872006-01-29 Richard M. Stallman <rms@gnu.org>
4188
10d1d0af 4189 * screen.texi: Minor cleanups.
8cf51b2c
GM
4190 (Screen): Clean up the intro paragraphs.
4191 (Mode Line): Lots of rewriting. Handle frame-name better.
4192 eol-mnemonic-... vars moved out.
4193
4194 * emacs.texi (Top): Change menu item for MS-DOS node.
4195 Update subnode menu.
4196
4197 * msdog.texi (MS-DOS): Rewrite intro to explain how this
4198 chapter relates to Windows. Title changed.
4199
4200 * mini.texi: Minor cleanups.
4201
4202 * mark.texi (Selective Undo): New node, text moved from basic.texi.
4203 (Mark): Put it in the menu.
4204
4205 * entering.texi: Minor cleanups.
4206
4207 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
4208 (Intro): Refer to "graphical" terminals, rather than X.
4209
4210 * display.texi (Display Custom): Add xref to Variables.
4211 (Optional Mode Line): eol-mnemonic-... vars moved here.
4212
4213 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
4214 rather than X.
4215
8cf51b2c
GM
4216 * basic.texi: Minor cleanups.
4217 (Undo): selective-undo moved.
4218
8cf51b2c
GM
42192006-01-25 Luc Teirlinck <teirllm@auburn.edu>
4220
4221 * anti.texi (Antinews): Various corrections and additions.
4222
42232006-01-23 Juri Linkov <juri@jurta.org>
4224
4225 * custom.texi (Easy Customization, Customization Groups)
4226 (Browsing Custom): Mention links along with buttons.
4227
8cf51b2c
GM
42282006-01-21 Eli Zaretskii <eliz@gnu.org>
4229
8cf51b2c
GM
4230 * text.texi (TeX Print): Use @key for TAB.
4231
8cf51b2c
GM
4232 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4233
8cf51b2c
GM
42342006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
4235
4236 * files.texi (File Aliases): Don't claim that usually separate
4237 buffers are created for two file names that name the same data.
4238 Mention additional situations where different names mean the same
4239 file on disk.
4240
42412006-01-19 Richard M. Stallman <rms@gnu.org>
4242
4243 * killing.texi (Deletion): Upcase @key argument.
4244
4245 * custom.texi (Custom Themes): Minor cleanup.
4246
4247 * programs.texi (Hungry Delete): Upcase @key argument.
4248
8cf51b2c
GM
42492006-01-16 Juri Linkov <juri@jurta.org>
4250
4251 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4252 Move `mode-line-highlight' before `mode-line-buffer-id'.
4253
8cf51b2c
GM
42542006-01-14 Richard M. Stallman <rms@gnu.org>
4255
4256 * basic.texi (Inserting Text): Minor cleanup.
4257
8cf51b2c
GM
42582006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4259
4260 * custom.texi (Changing a Variable, Face Customization):
4261 Update for changes in Custom menus.
4262
8cf51b2c
GM
42632006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4264
4265 * macos.texi (Mac International): Undo last change.
4266
8cf51b2c
GM
42672006-01-02 Chong Yidong <cyd@stupidchicken.com>
4268
4269 * custom.texi (Custom Themes): Describe the new
4270 customize-create-theme interface.
4271
42722005-12-30 Juri Linkov <juri@jurta.org>
4273
4274 * basic.texi (Position Info): Update example.
4275
c8763fb6 42762005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4277
4278 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4279
42802005-12-24 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * custom.texi (Custom Themes): `load-theme' always loads.
4283
42842005-12-23 Juri Linkov <juri@jurta.org>
4285
4286 * display.texi (Highlight Interactively): Use double space to
4287 separate sentences. Replace C-p with M-p, and C-n with M-n.
4288
42892005-12-22 Richard M. Stallman <rms@gnu.org>
4290
4291 * custom.texi (Easy Customization and subnodes):
4292 Replace "active field" with "button".
4293 Use "user option" only for variables.
4294 Use "setting" for variable-or-face.
4295
42962005-12-22 Luc Teirlinck <teirllm@auburn.edu>
4297
4298 * buffers.texi (Select Buffer): Change order in table to make
4299 "Similar" refer to the correct item.
4300 (Indirect Buffers): Minor rewording.
4301
8cf51b2c
GM
43022005-12-20 Juri Linkov <juri@jurta.org>
4303
4304 * files.texi (VC Status): Put P and N near p and n.
4305
8cf51b2c
GM
43062005-12-19 Richard M. Stallman <rms@gnu.org>
4307
4308 * programs.texi (Electric C): Delete the info about newline control.
4309 (Other C Commands): Minor cleanup.
4310 (Left Margin Paren): Minor cleanup.
4311
43122005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4315 (Customization Groups): Delete text moved to "Browsing Custom".
4316 (Browsing Custom): New node.
4317 (Specific Customization): Clarify which commands only work for
4318 loaded options.
4319
43202005-12-18 Bill Wohler <wohler@newt.com>
4321
4322 * frames.texi (Tool Bars): Shorten text of previous change.
4323
43242005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4325
4326 * files.texi (VC Status): Document log-view mode.
4327
43282005-12-18 Bill Wohler <wohler@newt.com>
4329
4330 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4331 permanently via the customize interface.
4332
8cf51b2c
GM
43332005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4334
4335 * killing.texi (Killing by Lines): Document `kill-whole-line'
4336 function.
4337
c8763fb6 43382005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
4339
4340 * buffers.texi (Select Buffer): Change `prev-buffer' to
4341 `previous-buffer'. Indicate that these functions use a frame
4342 local buffer list.
4343
8cf51b2c
GM
43442005-12-12 Richard M. Stallman <rms@gnu.org>
4345
4346 * custom.texi (Easy Customization): Change menu comment.
4347 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4348
4349 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4350 (Help): Among the Apropos commands, describe only C-h a here.
4351
43522005-12-11 Richard M. Stallman <rms@gnu.org>
4353
4354 * programs.texi (Options for Comments): Comment-end starts with space.
4355
4356 * glossary.texi (Glossary): Minor cleanup.
4357
4358 * files.texi (Old Versions): Use @table.
4359
8cf51b2c
GM
43602005-12-10 David Koppelman <koppel@ece.lsu.edu>
4361
4362 * display.texi (Highlight Interactively): Include
4363 global-hi-lock-mode. Add miscellaneous details and elaborations.
4364
43652005-12-09 Richard M. Stallman <rms@gnu.org>
4366
4367 * display.texi (Font Lock): Delete the Global FL menu item.
4368
43692005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4370
4371 * custom.texi (Minibuffer Maps): Mention the maps for file name
4372 completion.
4373
43742005-12-09 Kim F. Storm <storm@cua.dk>
4375
4376 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4377 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4378 cursor to next corner in rectangle; clarify insert around rectangle.
4379
8cf51b2c
GM
43802005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4381
4382 * custom.texi (Customization): Use xref to elisp manual for
4383 non-TeX output.
4384 (Minor Modes): Update.
4385 (Customization Groups, Changing a Variable, Face Customization):
4386 Update for new appearance of Custom buffers.
4387 (Changing a Variable): `custom-buffer-done-function' has been
4388 replaced by `custom-buffer-done-kill'.
4389 (Specific Customization): In the `customize-group' buffer, a
4390 subgroup's contents are not "hidden". They are not included at
4391 all. They have no [Show] button.
4392 (Mouse Buttons): Add pxref to description of mouse event lists in
4393 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4394 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4395 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4396
43972005-12-08 Richard M. Stallman <rms@gnu.org>
4398
4399 * mini.texi (Completion Commands, Completion):
4400 In file name input, SPC does not do completion.
4401
8cf51b2c
GM
44022005-12-08 Nick Roberts <nickrob@snap.net.nz>
4403
4404 * building.texi (GDB Graphical Interface): Explain screen size
4405 setting.
4406 (Other GDB User Interface Buffers): Describe features specific to
4407 GDB 6.4.
4408
8cf51b2c
GM
44092005-12-01 Nick Roberts <nickrob@snap.net.nz>
4410
4411 * building.texi (GDB User Interface Layout): Describe how to
4412 kill associated buffers.
4413 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4414 (Watch Expressions): Be more precise.
4415 (Other GDB User Interface Buffers): Describe how to change a
4416 register value.
4417
8cf51b2c
GM
44182005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4419
4420 * macos.texi (Mac Input): Remove description of
4421 mac-command-key-is-meta. Add descriptions of
4422 mac-control-modifier, mac-command-modifier, and
4423 mac-option-modifier.
4424 (Mac International): Fix description of conversion of clipboard data.
4425 (Mac Font Specs): Add example of font customization by face attributes.
4426
44272005-11-22 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * building.texi (Watch Expressions): Expand description.
4430 (Other GDB User Interface Buffers): Describe local map for
4431 gud-watch.
4432
44332005-11-21 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * display.texi (Font Lock): Font lock is enabled by default now.
4436
44372005-11-20 Juri Linkov <juri@jurta.org>
4438
4439 * basic.texi (Position Info): Update examples of the output.
4440 Remove the fact that examples are produced in the TeXinfo buffer,
4441 because in the Info reader users will get a different output from
4442 `C-x ='.
4443
4444 * building.texi (Compilation Mode): Remove paragraph duplicated
4445 from the node `Compilation'. Add `compilation-skip-threshold'.
4446
4447 * display.texi (Font Lock): Suggest more user-friendly method of
4448 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4449
44502005-11-18 Richard M. Stallman <rms@gnu.org>
4451
4452 * files.texi (Registering): Mention @@ in mode line.
4453
4454 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4455
44562005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4457
4458 * files.texi (Renaming and VC): Some back-ends don't
4459 handle renaming.
4460
8cf51b2c
GM
44612005-11-17 Juri Linkov <juri@jurta.org>
4462
4463 * emacs.texi (Top):
4464 * display.texi (Highlight Interactively): Put this font-lock based
4465 mode near Font Lock node.
4466
44672005-11-16 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4470 icons.
4471
44722005-11-12 Kim F. Storm <storm@cua.dk>
4473
4474 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4475 (Help Summary): Add C-h d and C-h e.
4476 (Apropos): Clarify that all apropos commands may search for either
4477 list of words or a regexp. Add C-h d for apropos-documentation.
4478 Describe apropos-documentation-sort-by-scores user option.
4479
8cf51b2c
GM
44802005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4481
4482 * killing.texi (CUA Bindings): Add @section.
4483
44842005-11-10 Kim F. Storm <storm@cua.dk>
4485
4486 * emacs.texi (Top): Add CUA Bindings entry to menu.
4487
4488 * killing.texi (CUA Bindings): New node. Moved here from
4489 misc.texi and extended with info on rectangle commands and
4490 rectangle highlighting, interface to registers, and the global
4491 mark feature.
4492
4493 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4494
4495 * regs.texi: Prev link points to CUA Bindings node.
4496
44972005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * help.texi (Help Echo): By default, help echos are only shown on
4500 mouse-over, not on point-over.
4501
c8763fb6 45022005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4503
4504 * misc.texi (Shell Mode): Describe how to activate password echoing.
4505
8cf51b2c
GM
45062005-11-04 Romain Francoise <romain@orebokech.com>
4507
4508 * mark.texi (Mark Ring): Fix typo.
4509
45102005-11-03 Richard M. Stallman <rms@gnu.org>
4511
4512 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4513
45142005-11-01 Bill Wohler <wohler@newt.com>
4515
4516 * help.texi (Help Mode): Fix typo.
4517
45182005-11-01 Nick Roberts <nickrob@snap.net.nz>
4519
4520 * building.texi (Other GDB User Interface Buffers): Describe
4521 the command gdb-use-inferior-io-buffer.
4522
45232005-10-31 Romain Francoise <romain@orebokech.com>
4524
4525 * files.texi (Compressed Files): Fix typo.
4526
4527 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4528
4529 * windows.texi (Force Same Window): Likewise.
4530
45312005-10-30 Bill Wohler <wohler@newt.com>
4532
4533 * help.texi (Help Mode): URLs viewed with browse-url.
4534
45352005-10-31 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * building.texi (GDB Graphical Interface): Don't reference
4538 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4539 must stay in same frame.
4540
45412005-10-29 Chong Yidong <cyd@stupidchicken.com>
4542
4543 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4544
4545 * anti.texi (Antinews): Likewise.
4546
8cf51b2c
GM
45472005-10-28 Bill Wohler <wohler@newt.com>
4548
4549 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4550
45512005-10-28 Richard M. Stallman <rms@gnu.org>
4552
4553 * files.texi (Visiting): Explain how to enter ? in a file name.
4554
4555 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4556
8cf51b2c
GM
45572005-10-25 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * building.texi (GDB Graphical Interface): Describe
4560 gdb-mouse-until.
4561
45622005-10-23 Richard M. Stallman <rms@gnu.org>
4563
4564 * custom.texi (Init File): Recommend when to use site-start.el.
4565
8cf51b2c
GM
45662005-10-21 Juri Linkov <juri@jurta.org>
4567
4568 * custom.texi (Examining): Mention accessing the old variable
4569 value via M-n in set-variable.
4570
8cf51b2c
GM
45712005-10-18 Romain Francoise <romain@orebokech.com>
4572
4573 * files.texi (Version Systems): Capitalize GNU.
4574
8cf51b2c
GM
45752005-10-18 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * building.texi (Compilation Mode): Remove redundant paragraph.
4578 (Watch Expressions): Remove paragraph to reflect code change.
4579
8cf51b2c
GM
45802005-10-16 Richard M. Stallman <rms@gnu.org>
4581
4582 * building.texi (Compilation Mode, Compilation): Clarified.
4583
45842005-10-15 Richard M. Stallman <rms@gnu.org>
4585
4586 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4587
8cf51b2c
GM
45882005-10-13 Kenichi Handa <handa@m17n.org>
4589
4590 * basic.texi (Position Info): Fix previous change.
4591
c8763fb6 45922005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4593
4594 * cmdargs.texi (Icons X): Fix typo.
4595
45962005-10-12 Kenichi Handa <handa@m17n.org>
4597
4598 * basic.texi (Position Info): Describe the case that Emacs shows
4599 "part of display ...".
4600
c8763fb6 46012005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4602
4603 * cmdargs.texi (Icons X): -nb => -nbi.
4604
46052005-10-10 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * frames.texi (Speedbar): A couple more clarifications.
4608
46092005-10-11 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * building.texi (GDB User Interface Layout): Improve diagram.
4612 (Watch Expressions): Explain how to make speedbar global.
4613 (Other GDB User Interface Buffers): Make references more precise.
4614
8cf51b2c
GM
46152005-10-09 Richard M. Stallman <rms@gnu.org>
4616
4617 * frames.texi (Speedbar): Clarify the text.
4618
46192005-10-09 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * frames.texi (Speedbar): Add information on keybindings,
4622 dismissing the speedbar, and buffer display mode. Link to
4623 speedbar manual.
4624
c8763fb6 46252005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4626
4627 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4628 added -nb, --no-bitmap-icon.
4629
8cf51b2c
GM
46302005-10-07 Nick Roberts <nickrob@snap.net.nz>
4631
4632 * building.texi (GDB Graphical Interface): Add variables and
4633 functions to indices. Be more precise.
4634
c8763fb6 46352005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4636
4637 * frames.texi (Drag and Drop): Remove the x- from
4638 x-dnd-open-file-other-window and xdnd-protocol-alist.
4639
46402005-09-30 Romain Francoise <romain@orebokech.com>
4641
4642 * mini.texi (Minibuffer): The default value now appears before the
4643 colon in minibuffer prompts.
4644
8cf51b2c
GM
46452005-09-25 Richard M. Stallman <rms@gnu.org>
4646
4647 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4648
8cf51b2c
GM
46492005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4650
4651 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4652
8cf51b2c
GM
46532005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4654
4655 * emacs.texi (Top): Update submenus from macos.texi.
4656
4657 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4658 (Mac OS): Update feature support status.
4659 (Mac Input): List supported input scripts. Remove description
4660 about `mac-keyboard-text-encoding'. Mention mouse button
4661 emulation and related variables.
4662 (Mac International): Mention Central European and Cyrillic
4663 support. Now `keyboard-coding-system' is dynamically changed.
4664 Add description about coding system for selection. Add
4665 description about language environment.
4666 (Mac Environment Variables): Mention
4667 `~/.MacOSX/environment.plist'. Give example of command line
4668 arguments. Add Preferences support.
4669 (Mac Directories): Explicitly state that this node is for Mac OS
4670 Classic only.
4671 (Mac Font Specs): Mention specification for scalable fonts. List
4672 supported charsets. Add preferred way of creating fontsets. Add
4673 description about `mac-allow-anti-aliasing'.
4674 (Mac Functions): Add descriptions about `mac-set-file-creator',
4675 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4676 and `mac-get-preference'.
4677
8cf51b2c
GM
46782005-09-16 Romain Francoise <romain@orebokech.com>
4679
4680 Update all files to specify GFDL version 1.2.
4681
4682 * doclicense.texi (GNU Free Documentation License): Update to
4683 version 1.2.
4684
46852005-09-15 Richard M. Stallman <rms@gnu.org>
4686
4687 * buffers.texi (List Buffers): Fix xref.
4688
4689 * rmail.texi (Rmail Basics): Fix xref.
4690
4691 * emacs.texi (Top): Update subnode menus.
4692
4693 * files.texi (Saving Commands): New node, broken out of Saving.
4694 (Customize Save): New node, broken out of Saving.
4695 Clarify effect of write-region-inhibit-fsync.
4696 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4697
8cf51b2c
GM
46982005-09-14 Romain Francoise <romain@orebokech.com>
4699
4700 * files.texi (Saving): Mention write-region-inhibit-fsync.
4701
47022005-09-05 Chong Yidong <cyd@stupidchicken.com>
4703
4704 * custom.texi (Custom Themes): New node.
4705
47062005-09-03 Richard M. Stallman <rms@gnu.org>
4707
49823426
GM
4708 * search.texi (Search Case): Mention vars that control
4709 case-fold-search for various operations.
8cf51b2c
GM
4710
47112005-08-22 Juri Linkov <juri@jurta.org>
4712
4713 * display.texi (Standard Faces): Merge the text from
4714 `(elisp)Standard Faces' into this node.
4715
47162005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4717
4718 * emacs.texi (Top): Delete menu item for deleted node
4719 Keyboard Translations.
4720
47212005-08-18 Richard M. Stallman <rms@gnu.org>
4722
8cf51b2c
GM
4723 * trouble.texi (Unasked-for Search):
4724 Delete xref to Keyboard Translations.
4725
4726 * glossary.texi (Glossary): Delete xref.
4727
8cf51b2c
GM
4728 * custom.texi (Minor Modes): Say that the list here is not complete.
4729 (Keyboard Translations): Node deleted.
4730 (Disabling): Delete xref to it.
4731 (Customization Groups): Fix Custom buffer example.
4732 (Hooks): Mention remove-hooks.
4733
47342005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4735
4736 * building.texi (GDB Graphical Interface): Improve filling of menu
4737 item.
4738
47392005-08-18 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * building.texi (GDB Graphical Interface): Use better node names.
4742
47432005-08-14 Richard M. Stallman <rms@gnu.org>
4744
4745 * text.texi (Sentences): Fix xref.
4746
47472005-08-14 Juri Linkov <juri@jurta.org>
4748
4749 * building.texi (Compilation, Grep Searching): Move grep command
4750 headings from `Compilation' to `Grep Searching'.
4751
4752 * dired.texi (Dired and Find):
4753 * maintaining.texi (Tags Search): Replace grep xref to
4754 `Compilation' node with `Grep Searching'.
4755
4756 * files.texi (Comparing Files): Replace xref to `Compilation' with
4757 `Compilation Mode'.
4758
47592005-08-13 Alan Mackenzie <acm@muc.de>
4760
4761 * search.texi (Non-ASCII Isearch): Correct a typo.
4762 (Replacement Commands): Mention query-replace key binding.
4763
47642005-08-11 Richard M. Stallman <rms@gnu.org>
4765
4766 * programs.texi (Options for Comments): Fix xref.
4767
4768 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4769 out of Regexps.
4770
8cf51b2c
GM
47712005-08-09 Juri Linkov <juri@jurta.org>
4772
4773 * building.texi (Compilation): Use `itemx' instead of `item'.
4774 (Grep Searching): Simplify phrase.
4775
4776 * display.texi (Standard Faces): Describe vertical-border on
4777 window systems.
4778
4779 * windows.texi (Split Window): Simplify phrase and mention
4780 vertical-border face.
4781
47822005-08-09 Richard M. Stallman <rms@gnu.org>
4783
4784 * files.texi (Comparing Files): Clarify compare-windows.
4785
4786 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4787
8cf51b2c
GM
47882005-08-06 Eli Zaretskii <eliz@gnu.org>
4789
4790 * mule.texi (Coding Systems): Rephrase the paragraph about
4791 codepages: no need for "M-x codepage-setup" anymore, except on
4792 MS-DOS.
4793
4794 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4795 the MS-DOS port only.
4796
47972005-07-30 Eli Zaretskii <eliz@gnu.org>
4798
4799 * makefile.w32-in (info): Don't run multi-install-info.bat.
4800 ($(infodir)/dir): New target, produced by running
4801 multi-install-info.bat.
4802
8cf51b2c
GM
48032005-07-22 Eli Zaretskii <eliz@gnu.org>
4804
4805 * files.texi (Quoted File Names): Add index entry.
4806
8cf51b2c
GM
48072005-07-19 Juri Linkov <juri@jurta.org>
4808
4809 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4810
48112005-07-18 Juri Linkov <juri@jurta.org>
4812
8cf51b2c
GM
4813 * custom.texi (Easy Customization):
4814 * files.texi (Old Versions):
4815 * frames.texi (Wheeled Mice):
4816 * mule.texi (Specify Coding):
8cf51b2c
GM
4817 * text.texi (Cell Justification):
4818 * trouble.texi (After a Crash):
8cf51b2c
GM
4819 * xresources.texi (GTK styles):
4820 Delete duplicate duplicate words.
4821
48222005-07-17 Richard M. Stallman <rms@gnu.org>
4823
4824 * frames.texi (Creating Frames): Fix foreground color example.
4825
4826 * custom.texi (Init Examples): Clean up text about conditionals.
4827
48282005-07-16 Richard M. Stallman <rms@gnu.org>
4829
4830 * mini.texi (Completion Commands): Fix command name for ?.
4831
8cf51b2c
GM
48322005-07-16 Eli Zaretskii <eliz@gnu.org>
4833
4834 * display.texi (Standard Faces): Explain that customization of
4835 `menu' face has no effect on w32 and with GTK. Add
4836 cross-references.
4837
4838 * cmdargs.texi (General Variables): Clarify the default location
4839 of $HOME on w32 systems.
4840
48412005-07-15 Jason Rumney <jasonr@gnu.org>
4842
4843 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4844 changed.
4845
48462005-07-08 Kenichi Handa <handa@m17n.org>
4847
4848 * mule.texi (Recognize Coding): Recommend
4849 revert-buffer-with-coding-system instead of revert-buffer.
4850
48512005-07-07 Richard M. Stallman <rms@gnu.org>
4852
4853 * anti.texi (Antinews): Mention mode-line-inverse-video.
4854
4855 * files.texi (Saving): Minor correction about C-x C-w.
4856
4857 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4858
48592005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4860
4861 * search.texi (Isearch Scroll): Add example of using the
4862 `isearch-scroll' property.
4863 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4864 `Display Custom' node.
4865 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4866 and de-emphasize it.
4867 (Other Repeating Search): `occur' currently can not correctly
4868 handle multiline matches. Correct, clarify and update description
4869 of `flush-lines' and `keep-lines'.
4870
4871 * display.texi (Display Custom): Add anchor for `baud-rate'.
4872
48732005-07-07 Richard M. Stallman <rms@gnu.org>
4874
4875 * gnu.texi: Update where to get GNU status; add refs for how to help.
4876 Add footnotes 6 and 7.
4877
48782005-07-04 Lute Kamstra <lute@gnu.org>
4879
4880 Update FSF's address in GPL notices.
4881
8cf51b2c 4882 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4883 * trouble.texi (Checklist): Update FSF's address.
4884
8cf51b2c
GM
48852005-06-24 Richard M. Stallman <rms@gnu.org>
4886
4887 * display.texi (Text Display): Change index entries.
4888
48892005-06-24 Eli Zaretskii <eliz@gnu.org>
4890
4891 * makefile.w32-in (MAKEINFO): Use --force.
4892 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4893 Makefile.in.
8cf51b2c
GM
4894
48952005-06-23 Richard M. Stallman <rms@gnu.org>
4896
4897 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4898 nobreak-char-display.
4899
4900 * emacs.texi (Top): Update detailed node listing.
4901
4902 * display.texi (Text Display): Renamed show-nonbreak-escape
4903 to nobreak-char-display and no-break-space to nobreak-space.
4904 (Standard Faces): Split up the list of standard faces
4905 and put it in a separate node. Add nobreak-space and
4906 escape-glyph.
4907
8cf51b2c
GM
49082005-06-23 Lute Kamstra <lute@gnu.org>
4909
4910 * mule.texi (Select Input Method): Fix typo.
4911
49122005-06-23 Kenichi Handa <handa@m17n.org>
4913
4914 * mule.texi (International): List all supported scripts. Adjust
4915 text for that leim is now included in the normal Emacs
4916 distribution.
4917 (Language Environments): List all language environments.
4918 Intlfonts contains fonts for most supported scripts, not all..
4919 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4920 input a specific character.
8cf51b2c
GM
4921 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4922
49232005-06-23 Juanma Barranquero <lekktu@gmail.com>
4924
49823426 4925 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4926
49272005-06-22 Miles Bader <miles@gnu.org>
4928
4929 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4930
49312005-06-20 Miles Bader <miles@gnu.org>
4932
4933 * display.texi (Faces): Add `vertical-divider'.
4934
49352005-06-17 Richard M. Stallman <rms@gnu.org>
4936
4937 * text.texi (Adaptive Fill): Minor clarification.
4938
8cf51b2c
GM
49392005-06-10 Lute Kamstra <lute@gnu.org>
4940
4941 * emacs.texi (Top): Correct version number.
4942 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4943 refer to the current version of Emacs.
4944
49452005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4946
4947 * files.texi (Log Buffer): Document when there can be more than
4948 one file to be committed.
4949
49502005-06-08 Juri Linkov <juri@jurta.org>
4951
4952 * display.texi (Faces): Add `shadow' face.
4953
49542005-06-07 Masatake YAMATO <jet@gyve.org>
4955
4956 * display.texi (Faces): Write about mode-line-highlight.
4957
49582005-06-06 Richard M. Stallman <rms@gnu.org>
4959
4960 * misc.texi (Printing Package): Explain how to initialize
4961 printing package.
4962
4963 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4964
49652005-06-05 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * emacs.texi: Rename Hardcopy to Printing.
4968 Make PostScript and PostScript Variables subnodes of it.
4969
4970 * misc.texi (Printing): Rename node from Hardcopy.
4971 Mention menu bar options.
4972 Move PostScript and PostScript Variables to submenu.
4973 (Printing package): New node.
4974
4975 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4976
4977 * dired.texi (Operating on Files): Likewise.
4978
4979 * calendar.texi (Displaying the Diary): Likewise.
4980
4981 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4982
4983 * glossary.texi (Glossary): Likewise.
4984
4985 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4986 effect.
4987
49882005-06-04 Richard M. Stallman <rms@gnu.org>
4989
4990 * trouble.texi (After a Crash): Polish previous change.
4991
8cf51b2c
GM
49922005-05-30 Noah Friedman <friedman@splode.com>
4993
4994 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4995 recovery mechanism.
4996
8cf51b2c
GM
49972005-05-28 Nick Roberts <nickrob@snap.net.nz>
4998
4999 * building.texi (Other Buffers): SPC toggles display of
5000 floating point registers.
5001
8cf51b2c
GM
50022005-05-27 Nick Roberts <nickrob@snap.net.nz>
5003
5004 * files.texi (Log Buffer): Merge in description of Log Edit
5005 mode from pcl-cvs.texi.
5006
50072005-05-26 Richard M. Stallman <rms@gnu.org>
5008
5009 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5010
8cf51b2c
GM
50112005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5012
5013 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5014 not enabled by default.
5015 When not on a word, `ispell-word' by default checks the word
5016 before point.
5017
50182005-05-24 Nick Roberts <nickrob@snap.net.nz>
5019
5020 * building.texi (Debugger Operation): Simplify last sentence.
5021
50222005-05-23 Lute Kamstra <lute@gnu.org>
5023
5024 * emacs.texi: Update FSF's address throughout.
5025 (Preface): Use @cite.
5026 (Distrib): Add cross reference to the node "Copying". Mention the
5027 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5028 printed manuals.
5029 (Intro): Use @xref for the Emacs Lisp Intro.
5030
8cf51b2c
GM
50312005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5032
5033 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5034
5035 * basic.texi (Moving Point): Mention default for `goto-line'.
5036
5037 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5038 of a variable's docstring.
5039
50402005-05-18 Lute Kamstra <lute@gnu.org>
5041
5042 * maintaining.texi (Overview of Emerge): Add cross reference.
5043 Remove duplication.
5044
5045 * emacs.texi (Top): Update to the current structure of the manual.
5046 * misc.texi (Emacs Server): Add menu description.
5047 * files.texi (Saving): Fix menu.
5048 * custom.texi (Customization): Fix menu.
5049 * mule.texi (International): Fix menu.
5050 * kmacro.texi (Keyboard Macros): Fix menu.
5051
50522005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * display.texi: Various minor changes.
5055 (Faces): Delete text that is repeated in the next section.
5056
50572005-05-16 Nick Roberts <nickrob@snap.net.nz>
5058
5059 * building.texi (Debugger Operation): Mention GUD tooltips are
5060 disabled with GDB in text command mode.
5061
8cf51b2c
GM
50622005-05-16 Nick Roberts <nickrob@snap.net.nz>
5063
5064 * building.texi: Replace toolbar with "tool bar" for consistency.
5065 (Compilation Mode): Describe compilation-context-lines
5066 and use of arrow in compilation buffer.
5067 (Debugger Operation): Replace help text with variable's value.
5068
5069 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5070 consistency.
5071
50722005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5075 Add xref.
5076
8cf51b2c
GM
50772005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5080 (Position Info): Delete discussion of `goto-line'. It is already
5081 described in `Moving point'.
5082
5083 * mini.texi (Completion Commands): Correct reference.
5084 (Completion Options): Fix typo.
5085
5086 * killing.texi (Deletion): Complete description of `C-x C-o'.
5087
8cf51b2c
GM
50882005-05-10 Richard M. Stallman <rms@gnu.org>
5089
5090 * building.texi (Compilation): Clarify recompile's directory choice.
5091
5092 * frames.texi (Tooltips): Cleanups.
5093
5094 * basic.texi (Arguments): Fix punctuation.
5095
50962005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5097
5098 * screen.texi (Menu Bar): The up and down (not left and right)
5099 arrow keys move through a keyboard menu.
5100
51012005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5102
5103 * basic.texi: Various typo and grammar fixes.
5104 (Moving Point): C-a now runs move-beginning-of-line.
5105
51062005-05-08 Nick Roberts <nickrob@snap.net.nz>
5107
5108 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5109
5110 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5111 as different animals.
5112
51132005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5116 Correct index entry.
5117
51182005-05-07 Nick Roberts <nickrob@snap.net.nz>
5119
5120 * building.texi (Debugger Operation): Update to reflect changes
5121 in GUD tooltips.
5122
51232005-04-30 Richard M. Stallman <rms@gnu.org>
5124
5125 * files.texi (Compressed Files): Auto Compression normally enabled.
5126
5127 * building.texi (Debugger Operation): Clarify previous change.
5128
8cf51b2c
GM
51292005-04-28 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * building.texi (Debugger Operation): Add description for
5132 GUD tooltips when program is not running.
5133
51342005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5135
5136 * misc.texi (Shell): Add `Shell Prompts' to menu.
5137 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
5138 description. Delete remarks moved to new node.
5139 (Shell Prompts): New node.
5140 (History References): Replace remarks moved to `Shell Prompts'
5141 with xref to that node.
5142 (Remote Host): Clarify how to specify the terminal type when
5143 logging in to a different machine.
5144
51452005-04-26 Richard M. Stallman <rms@gnu.org>
5146
5147 * emacs.texi (Top): Update submenus from files.texi.
5148
5149 * files.texi (Filesets): Clarify previous change.
5150
5151 * dired.texi (Misc Dired Features): Clarify previous change.
5152
51532005-04-25 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
5156
5157 * dired.texi (Misc Dired Features): Document
5158 dired-compare-directories.
5159
5160 * files.texi (Filesets): New node.
5161 (File Conveniences): Document Image mode.
5162
5163 * text.texi (TeX Print): Document tex-compile.
5164
51652005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * frames.texi (Tooltips): Tooltip mode is enabled by default.
5168 Delete redundant reference to tooltip Custom group. It is
5169 referred too again in the next paragraph.
5170
51712005-04-24 Richard M. Stallman <rms@gnu.org>
5172
5173 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
5174
8cf51b2c
GM
51752005-04-19 Kim F. Storm <storm@cua.dk>
5176
5177 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
5178
51792005-04-18 Lars Hansen <larsh@math.ku.dk>
5180
5181 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
5182 turns off desktop-save-mode.
5183
51842005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5185
5186 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
5187 by default in terminals compatible with xterm. Mention that
5188 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
5189 node.
5190
8cf51b2c
GM
51912005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5192
5193 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
5194
c8763fb6 51952005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5196
5197 * xresources.texi (Table of Resources): Add cursorBlink.
5198
51992005-04-11 Luc Teirlinck <teirllm@auburn.edu>
5200
5201 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
5202 `d', `C-d' and `u'.
5203
52042005-04-11 Richard M. Stallman <rms@gnu.org>
5205
5206 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
5207 (Misc X): Add -D, --basic-display.
5208
5209 * maintaining.texi (Change Log): Correct the description of
5210 the example.
5211
5212 * major.texi (Choosing Modes): Document magic-mode-alist.
5213
8cf51b2c
GM
52142005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5215
5216 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5217 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5218 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5219 (Rmail Output): Clarify which statements apply to `o', `C-o' and
5220 `w', respectively.
5221 (Rmail Labels): Mention `l'.
5222 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
5223 (Rmail Summary Edit): Describe `j' and RET.
5224
c8763fb6 52252005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5226
5227 * xresources.texi (Lucid Resources): Add fontSet resource.
5228
8cf51b2c
GM
52292005-04-09 Luc Teirlinck <teirllm@auburn.edu>
5230
5231 * display.texi (Useless Whitespace): `indicate-unused-lines' is
5232 now called `indicate-empty-lines'.
5233
52342005-04-06 Kim F. Storm <storm@cua.dk>
5235
5236 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5237
52382005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5239
5240 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5241 deleted.
5242 (Marks vs Flags): Add some convenient key bindings.
5243 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5244 (Misc Dired Features): Correct and expand description of `w' command.
5245
5246 * frames.texi (XTerm Mouse): Delete apparently false info.
5247 The GNU/Linux console currently does not appear to support
5248 `xterm-mouse-mode'.
5249
8cf51b2c
GM
52502005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5251
5252 * calendar.texi (Diary): Mention shell utility `calendar'.
5253
52542005-04-01 Richard M. Stallman <rms@gnu.org>
5255
5256 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5257
8cf51b2c
GM
52582005-04-01 Lute Kamstra <lute@gnu.org>
5259
5260 * maintaining.texi (Change Log): add-change-log-entry uses
5261 add-log-mailing-address.
5262
52632005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5264
5265 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5266 `VC Mode Line' and put in an xref to that node.
5267 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5268 its description.
5269
52702005-03-31 Paul Eggert <eggert@cs.ucla.edu>
5271
5272 * calendar.texi (Calendar Systems): Say that the Persian calendar
5273 implemented here is the arithmetical one championed by Birashk.
5274
52752005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5276
5277 * programs.texi (Fortran Motion): Fix previous change.
5278
8cf51b2c
GM
52792005-03-29 Richard M. Stallman <rms@gnu.org>
5280
5281 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5282
52832005-03-29 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * text.texi (Refill): Refer to Long Lines Mode.
5286 (Longlines): New node.
5287 (Auto Fill): Don't index "word wrap" here.
5288 (Filling): Add Longlines to menu.
5289
52902005-03-29 Richard M. Stallman <rms@gnu.org>
5291
5292 * xresources.texi: Minor fixes.
5293
5294 * misc.texi (Emacs Server): Fix Texinfo usage.
5295
5296 * emacs.texi (Top): Don't use a real section heading for
5297 "Detailed Node Listing". Fake it instead.
5298
5299 * basic.texi (Position Info): Minor cleanup.
5300
5301 * mule.texi (Input Methods): Minor cleanup.
5302
53032005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5304
5305 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5306 constructs as well.
5307 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5308
53092005-03-29 Kenichi Handa <handa@m17n.org>
5310
5311 * mule.texi (Input Methods): Refer to the command C-u C-x =.
5312
5313 * basic.texi (Position Info): Update the description about the
5314 command C-u C-x =.
5315
53162005-03-28 Richard M. Stallman <rms@gnu.org>
5317
5318 * emacs.texi (Top): Use @section for the detailed node listing.
5319
5320 * calendar.texi: Minor fixes to previous change.
5321
5322 * programs.texi (Fortran): Small fixes to previous changes.
5323
5324 * emacs.texi (Top): Update list of subnodes of Dired.
5325 Likewise for building.texi.
5326
5327 * files.texi (File Conveniences): Delete Auto Image File mode.
5328
53292005-03-28 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * building.texi (Flymake): New node.
5332
5333 * custom.texi (Function Keys): Document kp- event types and
5334 keypad-setup package.
5335
5336 * dired.texi (Wdired): New node.
5337
5338 * files.texi (File Conveniences): Reorder entries.
5339 Explain how to turn on Auto-image-file mode.
5340 Document Thumbs mode.
5341
5342 * mule.texi (Specify Coding): Document recode-region and
5343 recode-file-name.
5344
5345 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5346
53472005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * commands.texi (Keys): M-o is now a prefix key.
5350
53512005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5352
5353 * programs.texi: Reformat and update copyright years.
5354 (Fortran): Update section.
5355
53562005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5357
5358 * files.texi: Several small changes in addition to:
5359 (Visiting): Change xref for Dialog Boxes to ref.
5360 (Version Headers): Replace references to obsolete var
5361 `vc-header-alist' with `vc-BACKEND-header'.
5362 (Customizing VC): Update value of `vc-handled-backends'.
5363
53642005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5365
5366 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5367 move here from Emacs Lisp Reference Manual.
5368 * calendar.texi (Calendar/Diary, Diary Commands)
5369 (Special Diary Entries, Importing Diary): Change some xrefs to
5370 point to emacs-xtra rather than elisp.
5371
5372 * emacs-xtra.texi (Calendar Customizing):
5373 Move view-diary-entries-initially, view-calendar-holidays-initially,
5374 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5375 Emacs Manual.
5376 (Appt Customizing): Merge entire section into main Emacs Manual.
5377 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5378 mark-holidays-in-calendar here from emacs-xtra.
5379 (Displaying the Diary): Move view-diary-entries-initially,
5380 mark-diary-entries-in-calendar here from emacs-xtra.
5381 (Appointments): Move appt-display-mode-line,
5382 appt-display-duration, appt-disp-window-function,
5383 appt-delete-window-function here from emacs-xtra.
5384
5385 * calendar.texi: Update and reformat copyright.
5386 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5387 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5388 (Diary): Refer to `diary-file' rather than ~/diary.
5389 (Diary Commands): Rename node to "Displaying the Diary".
5390 * emacs.texi (Top): Rename "Diary Commands" section.
5391 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5392
53932005-03-26 Eli Zaretskii <eliz@gnu.org>
5394
5395 * misc.texi (Emacs Server): Fix the command for setting
5396 server-name. Add an xref to Invoking emacsclient.
5397
5398 * help.texi (Help Summary): Clarify when "C-h ." will do something
5399 nontrivial.
5400 (Apropos): Add cindex entry for apropos-sort-by-scores.
5401
5402 * display.texi (Text Display): Add index entries for how no-break
5403 characters are displayed.
5404
8cf51b2c
GM
54052005-03-26 Eli Zaretskii <eliz@gnu.org>
5406
5407 * files.texi (Visiting): Fix cross-references introduced with the
5408 last change.
5409
5410 * xresources.texi (GTK resources): Fix last change.
5411
8cf51b2c
GM
54122005-03-25 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * xresources.texi (X Resources): GTK options documented too.
5415 (Resources): Clarify meaning of program name.
5416 (Table of Resources): Add visualClass.
5417 (GTK resources): Rewrite.
5418 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5419
5420 * display.texi (Text Display): Mention non-breaking spaces.
5421
5422 * files.texi (Reverting): Document auto-revert-check-vc-info.
5423
5424 * frames.texi (Mouse Commands): Document
5425 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5426
5427 * help.texi (Help Summary): Add `C-h .'.
5428 (Apropos): Apropos accepts a list of search terms.
5429 Document apropos-sort-by-scores.
5430 (Help Echo): Document display-local-help.
5431
5432 * misc.texi (Emacs Server): Document server-name.
5433 (Invoking emacsclient): Document -s option for server names.
5434
5435 * text.texi (Outline Visibility): Introduce "current heading
5436 line" (commands can be called with point on a body line).
5437 Re-order table to follow the sequence of discussion.
5438 hide-body won't hide lines before first header line.
5439 (TeX Mode): Add DocTeX mode.
5440
8cf51b2c
GM
54412005-03-24 Richard M. Stallman <rms@gnu.org>
5442
5443 * mule.texi (Single-Byte Character Support): Delete mention
5444 of iso-acc.el and iso-transl.el.
5445
8cf51b2c
GM
54462005-03-23 Lute Kamstra <lute@gnu.org>
5447
5448 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5449
54502005-03-23 Richard M. Stallman <rms@gnu.org>
5451
8cf51b2c
GM
5452 * search.texi: Delete explicit node pointers.
5453 (Incremental Search): New menu.
5454 (Basic Isearch, Repeat Isearch, Error in Isearch)
5455 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5456 (Slow Isearch): New subnodes.
5457 (Configuring Scrolling): Node deleted.
5458 (Search Case): Doc default-case-fold-search.
5459 (Regexp Replace): Move replace-regexp doc here.
5460
5461 * rmail.texi (Movemail): Put commas inside closequotes.
5462
5463 * picture.texi (Insert in Picture): Document C-c arrow combos.
5464 (Basic Picture): Clarify erasure.
5465
5466 * display.texi (Font Lock): Put commas inside closequotes.
5467
5468 * cmdargs.texi (General Variables): Put commas inside closequotes.
5469
54702005-03-23 Nick Roberts <nickrob@snap.net.nz>
5471
5472 * building.texi (Stack Buffer): Mention reverse contrast for
5473 *selected* frame (might not be current frame).
5474
8cf51b2c
GM
54752005-03-21 Richard M. Stallman <rms@gnu.org>
5476
5477 * building.texi (Starting GUD): Add bashdb.
5478
54792005-03-20 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * basic.texi (Moving Point): Add M-g M-g binding.
5482 (Undo): Document undo-only.
5483 (Position Info): Document M-g M-g and C-u M-g M-g.
5484
5485 * building.texi (Building): Put Grep Searching after Compilation
5486 Shell.
5487 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5488 Document next-error-highlight.
5489 (Grep Searching): Document grep-highlight-matches.
5490 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5491
5492 * calendar.texi (Importing Diary): Rename node from iCalendar.
5493 Document diary-from-outlook.
5494
5495 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5496 Commands.
5497 Mention effect of X drag and drop on Dired buffers.
5498
5499 * files.texi (Visiting): Document large-file-warning-threshold.
5500 Move paragraph on file-selection dialog.
5501 Mention visiting files using X drag and drop.
5502 (Reverting): Mention using Auto-Revert mode to tail files.
5503 Document auto-revert-tail-mode.
5504 (Version Systems): Minor correction.
5505 (Comparing Files): Diff-mode is no longer based on Compilation
5506 mode.
5507 Document compare-ignore-whitespace.
5508 (Misc File Ops): Explain passing a directory to rename-file.
5509 Likewise for copy-file and make-symbolic-link.
5510
5511 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5512 Document mouse-wheel-progressive speed.
5513
5514 * help.texi (Misc Help): Document numeric argument for C-h i.
5515 Correctly explain the effect of just C-u as argument.
5516
5517 * killing.texi (Deletion): Document numeric argument for
5518 just-one-space.
5519
5520 * mini.texi (Completion): Completion acts on text before point.
5521
5522 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5523 (Emulation): CUA mode replaces pc-bindings-mode,
5524 pc-selection-mode, and s-region.
5525
5526 * mule.texi (Input Methods): Leim is now built-in.
5527 (Select Input Method): Document quail-show-key.
5528 (Specify Coding): Document revert-buffer-with-coding-system.
5529
5530 * programs.texi (Fortran Motion): Document f90-next-statement,
5531 f90-previous-statement, f90-next-block, f90-previous-block,
5532 f90-end-of-block, and f90-beginning-of-block.
5533
5534 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5535
5536 * emacs.texi (Acknowledgments): Updated.
5537
5538 * anti.texi: Total rewrite.
5539
8cf51b2c
GM
55402005-03-19 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * ack.texi (Acknowledgments): Update.
5543
55442005-03-19 Eli Zaretskii <eliz@gnu.org>
5545
5546 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5547 copyright years.
5548
55492005-03-14 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * building.texi (Commands of GUD): Move paragraph on setting
5552 breakpoints with mouse to the GDB Graphical Interface node.
5553
55542005-03-07 Richard M. Stallman <rms@gnu.org>
5555
8cf51b2c
GM
5556 * misc.texi (Single Shell, Shell Options): Fix previous change.
5557
5558 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5559
55602005-03-06 Richard M. Stallman <rms@gnu.org>
5561
5562 * building.texi (Starting GUD): Don't explain text vs graphical
5563 GDB here. Just mention it and xref.
5564 Delete "just one debugger process".
5565 (Debugger Operation): Move GUD tooltip info here.
5566 (GUD Tooltips): Node deleted.
5567 (GDB Graphical Interface): Explain the two GDB modes here.
5568
8cf51b2c
GM
5569 * sending.texi (Sending Mail): Minor cleanup.
5570 (Mail Aliases): Explain quoting conventions.
5571 Update key rebinding example.
5572 (Header Editing): C-M-i is like M-TAB.
5573 (Mail Mode Misc): mail-attach-file does not do MIME.
5574
5575 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5576 that really belongs here.
5577 (Remote Mailboxes): Text moved to Rmail Inbox.
5578 (Rmail Display): Mention Mouse-1.
5579 (Movemail): Clarify two movemail versions.
5580 Clarify rmail-movemail-program.
5581
8cf51b2c
GM
5582 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5583 Document async shell commands.
5584 (Shell History): Clarify.
5585 (Shell Ring): Mention C-UP an C-DOWN.
5586 (Shell Options): Add comint-prompt-read-only.
5587 (Invoking emacsclient): Set EDITOR to run Emacs.
5588 (Sorting): No need to explain what region is.
5589 (Saving Emacs Sessions): Fix typo.
5590 (Recursive Edit): Fix punctuation.
5591 (Emulation): Don't mention "PC bindings" which are standard.
5592 (Hyperlinking): Explain Mouse-1 convention here.
5593 (Find Func): Node deleted.
5594
8cf51b2c
GM
5595 * help.texi (Name Help): Xref to Hyperlinking.
5596
5597 * glossary.texi (Glossary):
5598 Rename "Balance Parentheses" to "Balancing...".
5599 Add "Byte Compilation". Correct "Copyleft".
5600 New xref in "Customization".
5601 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5602 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5603 Rename "Registers" to "Register".
5604 Replace "Selecting" with "Selected Frame",
5605 "Selected Window", and "Selecting a Buffer".
5606
5607 * files.texi (Types of Log File): Explain how projects'
5608 methods can vary.
5609
8cf51b2c
GM
5610 * display.texi (Faces): Delete "Emacs 21".
5611
5612 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5613 * fixit.texi (Spelling): C-M-i like M-TAB.
5614 * mini.texi (Completion Options): C-M-i like M-TAB.
5615 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5616 * text.texi (Text Mode): C-M-i like M-TAB.
5617
5618 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5619
5620 * calendar.texi (Specified Dates): Mention `g w'.
5621 (Appointments): appt-activate toggles with no arg.
5622
8cf51b2c
GM
56232005-03-05 Juri Linkov <juri@jurta.org>
5624
5625 * cmdargs.texi (Emacs Invocation): Add cindex
5626 "invocation (command line arguments)"
5627 (Misc X): Add -nbc, --no-blinking-cursor.
5628
56292005-03-04 Ulf Jasper <ulf.jasper@web.de>
5630
5631 * calendar.texi (iCalendar): No need to require it now.
5632
8cf51b2c
GM
56332005-03-03 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * trouble.texi (Contributing): Mention Savannah. Direct users to
5636 emacs-devel.
5637
56382005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5639
5640 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5641 window.
5642
8cf51b2c
GM
56432005-02-27 Richard M. Stallman <rms@gnu.org>
5644
5645 * building.texi (Compilation): Update mode line status info.
5646
56472005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5648
5649 * calendar.texi (General Calendar): Document binding of
5650 scroll-other-window-down.
5651 (Mayan Calendar): Fix earliest date.
5652 (Time Intervals): Document timeclock-change.
5653 Fix timeclock-ask-before-exiting documentation.
5654
56552005-02-26 Kim F. Storm <storm@cua.dk>
5656
5657 * frames.texi (Mouse References):
5658 Add mouse-1-click-in-non-selected-windows.
5659
56602005-02-25 Richard M. Stallman <rms@gnu.org>
5661
5662 * screen.texi (Screen): Explain better about cursors and mode lines;
5663 don't presuppose text terminals.
5664 (Point): Don't assume just one cursor.
5665 Clarify explanation of cursors.
5666 (Echo Area, Menu Bar): Cleanups.
5667
5668 * mini.texi (Minibuffer): Prompts are highlighted.
5669 (Minibuffer Edit): Newline = C-j only on text terminals.
5670 Clarify resize-mini-windows values.
5671 Mention M-PAGEUP and M-PAGEDOWN.
5672 (Completion Commands): Mouse-1 like Mouse-2.
5673 (Minibuffer History): Explain history commands better.
5674 (Repetition): Add xref to Incremental Search.
5675
5676 * mark.texi (Setting Mark): Clarify info about displaying mark.
5677 Clarify explanation of C-@ and C-SPC.
5678 (Transient Mark): Mention Delete Selection mode.
5679 (Marking Objects): Clean up text about extending the region.
5680
5681 * m-x.texi (M-x): One C-g doesn't always go to top level.
5682 No delay before suggest-key-bindings output.
5683
5684 * fixit.texi (Fixit): Mention C-/ for undo.
5685 (Spelling): Mention ESC TAB like M-TAB.
5686 Replacement words with r and R are rechecked.
5687 Say where C-g leaves point. Mention ? as input.
5688
56892005-02-23 Lute Kamstra <lute@gnu.org>
5690
5691 * cmdargs.texi (Initial Options): Add cross reference.
5692
8cf51b2c
GM
56932005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5694
5695 * emacs.texi (Top): Update menu for splitting of node in
5696 msdog.texi.
5697 * frames.texi (Frames): Update xref for splitting of node in
5698 msdog.texi.
5699 * trouble.texi (Quitting): Ditto.
5700
57012005-02-16 Richard M. Stallman <rms@gnu.org>
5702
5703 * windows.texi (Split Window): Simplify line truncation info
5704 and xref to Display Custom.
5705
5706 * trouble.texi (Quitting): Emergency escape only for text terminal.
5707 (Screen Garbled): C-l for ungarbling is only for text terminal.
5708
5709 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5710
5711 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5712
5713 * programs.texi (Program Modes): Mention Python mode.
5714 (Moving by Defuns): Repeating C-M-h extends region.
5715 (Basic Indent): Clarify.
5716 (Custom C Indent): Clarify.
5717 (Expressions): Repeating C-M-@ extends region.
5718 (Info Lookup): Clarify for C-h S.
5719 (Symbol Completion): ESC TAB alternative for M-TAB.
5720 (Electric C): Clarify.
5721
5722 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5723
5724 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5725 MS-DOS Input node.
5726 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5727 (MS-DOS and MULE): Clarify.
5728 (MS-DOS Processes, Windows Processes): Fix typos.
5729
5730 * major.texi (Choosing Modes): Clarify.
5731
5732 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5733 (Keyboard Macro Step-Edit): Clarify.
5734
5735 * indent.texi (Indentation): Clarifications.
5736
5737 * help.texi (Help): Correct error about C-h in query-replace.
5738 Clarify apropos vs C-h a. Fix how to search in FAQ.
5739 (Key Help): Describe C-h w here.
5740 (Name Help): Minor cleanup. C-h w moved to Key Help.
5741 Clarify the "object" joke.
5742 (Apropos): Clarify. Mouse-1 like Mouse-2.
5743 (Help Mode): Mouse-1 like Mouse-2.
5744
5745 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5746
5747 * display.texi (Display): Reorder menu.
5748 (Faces): Cleanup.
5749 (Font Lock): Cleanup. Mention Options menu.
5750 Delete obsolete text.
5751 (Scrolling): For C-l, don't presume text terminal.
5752 (Horizontal Scrolling): Simplify intro.
5753 (Follow Mode): Clarify.
5754 (Cursor Display): Moved before Display Custom.
5755 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5756 Doc default-tab-width. Doc line truncation more thoroughly.
5757
5758 * dired.texi (Dired Enter): C-x C-f can run Dired.
5759 (Dired Visiting): Comment out `a' command.
5760 Mouse-1 is like Mouse-2.
5761 (Shell Commands in Dired): ? can be used more than once.
5762
5763 * basic.texi (Continuation Lines): Simplify description of truncation,
5764 and refer to Display Custom for the rest of it.
5765
8cf51b2c
GM
57662005-02-06 Lute Kamstra <lute@gnu.org>
5767
5768 * basic.texi (Undo): Fix typo.
5769
5770 * cmdargs.texi (Emacs Invocation): Fix typo.
5771
5772 * custom.texi (Init Examples): Fix typo.
5773
5774 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5775
57762005-02-06 Richard M. Stallman <rms@gnu.org>
5777
5778 * regs.texi (Registers): Registers can hold numbers, too.
5779
5780 * killing.texi (Other Kill Commands): Cleanup.
5781 Delete redundant explanation of kill in read-only buffer.
5782 (Yanking): Mention term "copying".
5783 (Accumulating Text): Fix typo.
5784
5785 * entering.texi (Entering Emacs): Update rationale at start.
5786 (Exiting): Treat iconifying on a par with suspension.
5787
5788 * custom.texi (Minor Modes): Fix typo.
5789 (Easy Customization): Fix menu style.
5790 (Variables): Add xref.
5791 (Examining): Setting for future sessions works through .emacs.
5792 (Keymaps): "Text terminals", not "Many".
5793 (Init Rebinding): Explain \C-. Show example of \M-.
5794 Fix minor wording errors.
5795 (Function Keys): Explain vector syntax just once.
5796 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5797 (Init File): Mention .emacs.d directory.
5798 (Init Examples): Add xref.
5799 (Find Init): Mention .emacs.d directory.
5800
5801 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5802 (Action Arguments): Explain which kinds of -l args are found how.
5803 (Initial Options): --batch does not inhibit site-start.
5804 Add xrefs.
5805 (Command Example): Use --batch, not -batch.
5806
5807 * basic.texi (Inserting Text): Cleanup wording.
5808 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5809 C-n is not error at end of buffer.
5810 (Undo): Doc C-/ like C-_. Add xrefs.
5811 (Arguments): META key may be labeled ALT.
5812 Peculiar arg meanings are explained in doc strings.
5813
5814 * abbrevs.texi (Expanding Abbrevs): Clarify.
5815
58162005-02-05 Eli Zaretskii <eliz@gnu.org>
5817
5818 * frames.texi (Frame Parameters): Add an xref to the description
5819 of list-colors-display. Add a pointer to the X docs about colors.
5820
5821 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5822 Improve docs of list-colors-display.
8cf51b2c
GM
5823
58242005-02-03 Lute Kamstra <lute@gnu.org>
5825
5826 * frames.texi (Frames, Drag and Drop): Fix typos.
5827
58282005-02-03 Richard M. Stallman <rms@gnu.org>
5829
5830 * windows.texi (Basic Window): Mention color-change in mode line.
5831 (Change Window): Explain dragging vertical boundaries.
5832
5833 * text.texi (Sentences): Clarify.
5834 (Paragraphs): Explain M-a and blank lines.
5835 (Outline Mode): Clarify text and menu.
5836 (Hard and Soft Newlines): Mention use-hard-newlines.
5837
5838 * frames.texi (Frames): Delete unnecessary mention of Windows.
5839 (Mouse Commands): Likewise. Mention xterm mouse support.
5840 (Clipboard): Clarify.
5841 (Mouse References): Mention use of Mouse-1 for following links.
5842 (Menu Mouse Clicks): Clarify.
5843 (Mode Line Mouse): Clarify.
5844 (Drag and Drop): Rewrite.
5845
5846 * fixit.texi (Spelling): Fix typo.
5847
5848 * files.texi (File Names): Clarify.
5849 (Visiting): Update conditions for use of file dialog. Clarify.
5850 (Saving): Doc d as answer in save-some-buffers.
5851 (Remote Files): Clean up the text.
5852
5853 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5854
5855 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5856 (List Buffers): Clarify.
5857 (Several Buffers): Doc T command.
5858 (Buffer Convenience): Clarify menu.
5859
5860 * basic.texi (Undo): Clarify last change.
5861
58622005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5863
5864 * fixit.texi (Spelling): Fix typo.
5865
58662005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5867
5868 * basic.texi (Undo): Update description of `undo-outer-limit'.
5869
58702005-02-01 Nick Roberts <nickrob@snap.net.nz>
5871
5872 * building.texi: Update documentation relating to GDB Graphical
5873 Interface.
5874
58752005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5876
5877 * custom.texi (Easy Customization): Adapt menu to node name change.
5878
58792005-01-30 Richard M. Stallman <rms@gnu.org>
5880
5881 * custom.texi (Easy Customization): Defn of "User Option" now
5882 includes faces. Don't say just "option" when talking about variables.
5883 Do say just "options" to mean "anything customizable".
5884 (Specific Customization): Describe `customize-variable',
5885 not `customize-option'.
5886
5887 * glossary.texi (Glossary) <Faces>: Add xref.
5888 <User Option>: Change definition--include faces. Change xref.
5889
5890 * picture.texi (Picture): Mention artist.el.
5891
5892 * sending.texi, screen.texi, programs.texi, misc.texi:
5893 * mini.texi, major.texi, maintaining.texi, macos.texi:
5894 * help.texi, frames.texi, files.texi:
5895 Don't say just "option" when talking about variables.
5896
5897 * display.texi, mule.texi: Don't say just "option" when talking
5898 about variables. Other minor cleanups.
5899
8cf51b2c
GM
59002005-01-26 Lute Kamstra <lute@gnu.org>
5901
5902 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5903 File'. Mention the `-Q' option at the `--no-site-file' option.
5904
8cf51b2c
GM
59052005-01-22 David Kastrup <dak@gnu.org>
5906
5907 * building.texi (Grep Searching): Mention alias `find-grep' for
5908 `grep-find'.
5909
59102005-01-20 Richard M. Stallman <rms@gnu.org>
5911
5912 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5913
8cf51b2c
GM
59142005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5915
5916 * rmail.texi (Movemail): Explain differences
5917 between standard and mailutils versions of movemail.
5918 Describe command line and configuration options introduced
5919 with the latter.
5920 Explain the notion of mailbox URL, provide examples and
5921 cross-references to mailutils documentation.
5922 Describe various methods of specifying mailbox names,
5923 user names and user passwords for rmail.
5924 (Remote Mailboxes): New section. Describe
5925 how movemail handles remote mailboxes. Describe configuration
5926 options used to control its behavior.
5927 (Other Mailbox Formats): Explain handling of various mailbox
5928 formats.
5929
59302005-01-13 Richard M. Stallman <rms@gnu.org>
5931
5932 * commands.texi (Commands): Clarification.
5933
59342005-01-11 Richard M. Stallman <rms@gnu.org>
5935
5936 * programs.texi (Multi-line Indent): Fix previous change.
5937 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5938
8cf51b2c
GM
59392005-01-08 Richard M. Stallman <rms@gnu.org>
5940
5941 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5942 lazy-highlight.
5943
5944 * search.texi (Query Replace): Mention faces query-replace
5945 and lazy-highlight.
5946 (Incremental Search): Update isearch highlighting info.
5947
8cf51b2c
GM
59482005-01-04 Richard M. Stallman <rms@gnu.org>
5949
5950 * custom.texi (Saving Customizations): Minor improvement.
5951
8cf51b2c
GM
59522005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5953
5954 * custom.texi (Saving Customizations): Emacs no longer loads
5955 `custom-file' after .emacs. No longer mention customizing through
5956 Custom.
5957
8cf51b2c
GM
59582005-01-01 Andreas Schwab <schwab@suse.de>
5959
5960 * killing.texi (Graphical Kill): Move up under node Killing,
5961 change @section to @subsection.
5962
59632005-01-01 Richard M. Stallman <rms@gnu.org>
5964
5965 * custom.texi (Face Customization): Mention hex color specs.
5966
5967 * emacs.texi (Top): Update Killing submenu.
5968
5969 * killing.texi (Killing): Reorganize section.
5970 No more TeX-only text; put the node command at start of chapter.
5971 But the first section heading is used only in TeX.
5972 Rewrite the text to read better in this mode.
5973 (Graphical Kill): New subnode gets some of the text that
5974 used to be in the first section.
5975
59762004-12-31 Richard M. Stallman <rms@gnu.org>
5977
5978 * dired.texi (Shell Commands in Dired): Delete the ? example.
5979
5980 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5981
5982 * files.texi (Saving): Describe new require-final-newline features
5983 and mode-require-final-newline.
5984
8cf51b2c
GM
59852004-12-29 Richard M. Stallman <rms@gnu.org>
5986
5987 * custom.texi (File Variables): Clarify previous change.
5988
c8763fb6 59892004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5990
5991 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5992 out now.
5993
59942004-12-27 Richard M. Stallman <rms@gnu.org>
5995
5996 * Makefile.in (MAKEINFO): Specify --force.
5997
5998 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5999 (Undo): Doc undo-outer-limit.
6000
8cf51b2c
GM
60012004-12-15 Juri Linkov <juri@jurta.org>
6002
6003 * mark.texi (Transient Mark, Mark Ring): M-< and other
6004 movement commands don't set mark in Transient Mark mode
6005 if mark is active.
6006
8cf51b2c
GM
60072004-12-12 Juri Linkov <juri@jurta.org>
6008
6009 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6010 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6011
6012 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6013 (Misc Dired Commands): Add @r{(Dired)} to w.
6014
60152004-12-12 Juri Linkov <juri@jurta.org>
6016
6017 * mark.texi (Marking Objects): Marking commands also extend the
6018 region when mark is active in Transient Mark mode.
6019
8cf51b2c
GM
60202004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * custom.texi (Saving Customizations): Emacs only loads the custom
6023 file automatically after the init file in version 22.1 or later.
6024 Adapt text and examples to this fact.
6025
8cf51b2c
GM
60262004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6027
6028 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6029 be set through Custom. Otherwise, it has no effect.
6030
8cf51b2c
GM
60312004-12-05 Richard M. Stallman <rms@gnu.org>
6032
6033 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6034 * entering.texi: Rename Command Line to Emacs Invocation.
6035
10d1d0af 6036 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6037
6038 * custom.texi (Easy Customization): Move up to section level,
6039 before Variables. Avoid using the term "variable"; say "option".
6040 New initial explanation.
6041 (Variables): In initial explanation, connect "variable" to the
6042 already-explained "user option".
6043
6044 * emacs.texi (Top): Fix ref to Command Line.
6045 Move reference to Easy Customization.
6046
6047 * xresources.texi (X Resources): Fix From link.
6048
6049 * doclicense.texi (GNU Free Documentation License): Fix To link.
6050
6051 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6052
6053 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6054
60552004-12-03 Richard M. Stallman <rms@gnu.org>
6056
6057 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6058
60592004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6060
6061 * kmacro.texi: Several small changes in addition to the following.
6062 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6063 defining a keyboard macro.
6064 Mention `kmacro-ring-max'.
6065 (Keyboard Macro Counter): Clarify description of
6066 `kmacro-insert-counter', `kmacro-set-counter',
6067 `kmacro-add-counter' and `kmacro-set-format'.
6068
60692004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6070
6071 * custom.texi (File Variables): Add `unibyte' and make it more
6072 clear that `unibyte' and `coding' are special. Suggested by Simon
6073 Krahnke <overlord@gmx.li>.
6074
6075 * mule.texi (Enabling Multibyte): Refer to File Variables.
6076 Suggested by Simon Krahnke <overlord@gmx.li>.
6077
c8763fb6 60782004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6079
6080 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6081 x-use-old-gtk-file-dialog.
6082
8cf51b2c
GM
60832004-11-20 Richard M. Stallman <rms@gnu.org>
6084
6085 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6086
60872004-11-09 Lars Brinkhoff <lars@nocrew.org>
6088
6089 * building.texi (Lisp Eval): Delete hyphen in section name.
6090
60912004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6092
6093 * files.texi (Old Versions):
6094 No longer document annotation as "CVS only".
6095
60962004-11-10 Andre Spiegel <spiegel@gnu.org>
6097
6098 * files.texi (Version Control): Rewrite the introduction about
6099 version systems, mentioning the new ones that we support. Thanks
6100 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
6101 suggestions.
6102
c8763fb6 61032004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6104
49823426 6105 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6106
c8763fb6 61072004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6108
6109 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6110
61112004-10-23 Eli Zaretskii <eliz@gnu.org>
6112
6113 * text.texi (Text Based Tables, Table Definition)
6114 (Table Creation, Table Recognition, Cell Commands)
6115 (Cell Justification, Row Commands, Column Commands)
6116 (Fixed Width Mode, Table Conversion, Measuring Tables)
6117 (Table Misc): New nodes, documenting the Table Mode.
6118
8cf51b2c
GM
61192004-10-19 Jason Rumney <jasonr@gnu.org>
6120
6121 * makefile.w32-in (info): Change order of arguments to makeinfo.
6122
61232004-10-19 Ulf Jasper <ulf.jasper@web.de>
6124
6125 * calendar.texi (iCalendar): Update for package changes.
6126
8cf51b2c
GM
61272004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6128
6129 * files.texi (Misc File Ops): View mode is a minor mode.
6130
8cf51b2c
GM
61312004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6132
6133 * calendar.texi (iCalendar): Style changes.
6134
61352004-10-07 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * search.texi (Regexps): The regexp described in the example is no
6138 longer stored in the variable `sentence-end'.
6139
8cf51b2c
GM
61402004-10-06 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * building.texi (Starting GUD): Note that multiple debugging
6143 sessions requires `gdb --fullname'.
6144
61452004-10-05 Ulf Jasper <ulf.jasper@web.de>
6146
6147 * calendar.texi (iCalendar): New section for a new package.
6148
8cf51b2c
GM
61492004-10-05 Luc Teirlinck <teirllm@auburn.edu>
6150
6151 * text.texi: Various small changes in addition to the following.
6152 (Text): Replace xref for autotype with inforef.
6153 (Sentences): Explain nil value for `sentence-end'.
6154 (Paragraphs): Update default values for `paragraph-start' and
6155 `paragraph-separate'.
6156 (Text Mode): Correct description of Text mode's effect on the
6157 syntax table.
6158 (Outline Visibility): `hide-other' does not hide top level headings.
6159 `selective-display-ellipses' no longer has an effect on Outline mode.
6160 (TeX Misc): Add missing @cindex.
6161 Replace xref for RefTeX with inforef.
6162 (Requesting Formatted Text): The variable
6163 `enriched-fill-after-visiting' no longer exists.
6164 (Editing Format Info): Update names of menu items and commands.
6165 (Format Faces): Mention special effect of specifying the default face.
6166 Describe inheritance of text properties.
6167 Correct description of `fixed' face.
6168 (Format Indentation): Correct description of effect of setting
6169 margins. Mention `set-left-margin' and `set-right-margin'.
6170 (Format Justification): Update names of menu items.
6171 `set-justification-full' is now bound to `M-j b'.
6172 Mention that `default-justification' is a per buffer variable.
6173 (Format Properties): Update name of menu item.
6174 (Forcing Enriched Mode): `format-decode-buffer' automatically
6175 turns on Enriched mode if the buffer is in text/enriched format.
6176
61772004-10-05 Emilio C. Lopes <eclig@gmx.net>
6178
6179 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
6180
61812004-09-28 Kim F. Storm <storm@cua.dk>
6182
6183 * display.texi (Display Custom) <indicate-buffer-boundaries>:
6184 Align with new functionality.
6185
8cf51b2c
GM
61862004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6187
6188 * display.texi (Display Custom): Remove stray `@end defvar'.
6189
61902004-09-23 Kim F. Storm <storm@cua.dk>
6191
6192 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
6193 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
6194
8cf51b2c
GM
61952004-09-20 Richard M. Stallman <rms@gnu.org>
6196
6197 * custom.texi (Hooks): Explain using setq to clear out a hook.
6198 (File Variables): Explain multiline string constants.
6199 (Non-ASCII Rebinding): Explain when you need to update
6200 non-ASCII char codes in .emacs.
6201
6202 * building.texi (Compilation): Explain how to make a silent
6203 subprocess that won't be terminated. Explain compilation-environment.
6204
62052004-09-13 Kim F. Storm <storm@cua.dk>
6206
6207 * mini.texi (Repetition): Rename isearch-resume-enabled to
6208 isearch-resume-in-command-history and change default to disabled.
6209
8cf51b2c
GM
62102004-09-09 Kim F. Storm <storm@cua.dk>
6211
6212 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6213 with new `kmacro-name-last-macro'.
6214
8cf51b2c
GM
62152004-09-08 Juri Linkov <juri@jurta.org>
6216
6217 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6218
8cf51b2c
GM
62192004-09-03 Juri Linkov <juri@jurta.org>
6220
6221 * search.texi (Incremental Search): Update wording for M-%.
6222
62232004-09-02 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * killing.texi (Killing): Correct description of kill commands in
6226 read-only buffer.
6227
62282004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
6229
6230 * building.texi (Compilation Mode): Add a paragraph about rules
6231 for finding the compilation buffer for `next-error'.
6232
6233 * search.texi (Other Repeating Search): Mention that Occur mode
6234 supports the next-error functionality.
6235
62362004-09-02 Juri Linkov <juri@jurta.org>
6237
6238 * search.texi (Regexp Replace): Add missing backslash to \footnote.
6239
62402004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6241
6242 * kmacro.texi (Basic Keyboard Macro):
6243 `apply-macro-to-region-lines' now operates on all lines that begin
6244 in the region, rather than on all complete lines in the region.
6245
c8763fb6 62462004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6247
6248 * frames.texi (Drag and drop): Add documentation about
6249 x-dnd-test-function and x-dnd-known-types.
6250
62512004-08-30 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * indent.texi: Various minor changes in addition to:
6254 (Indentation Commands): Correct description of `indent-relative'.
6255 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6256 mode. The *Tab Stops* buffer uses Overwrite Mode.
6257 (Just Spaces): `tabify' converts sequences of at least two spaces
6258 to tabs.
6259
8cf51b2c
GM
62602004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6261
6262 * frames.texi (Secondary Selection): Setting the secondary
6263 selection with M-Drag-Mouse-1 does not alter the kill ring,
6264 setting it with M-Mouse-1 and M-Mouse-3 does.
6265 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6266 toolkit scroll bars.
6267 (Scroll Bars): Ditto.
6268
6269 * windows.texi (Basic Window): When using a window system, the value
6270 of point in a non-selected window is indicated by a hollow box.
6271 (Split Window): Side by side windows are separated by a scroll bar,
6272 if scroll bars are used.
6273 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6274 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6275 (Window Convenience): Update bindings for `winner-undo' and
6276 `winner-redo'.
6277
6278 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 6279 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
6280 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6281 of "Using Emacs as a Server".
6282 * building.texi (Building): Interchange nodes (for correct numbering).
6283 * programs.texi (Programs): Interchange nodes (for correct numbering).
6284 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6285 Info to the node structure.
6286 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6287 Rearrange order of nodes and sections such that both "GNU GENERAL
6288 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6289 end, as appropriate for appendices.
6290 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6291 Use `@unnumberedsec'.
6292 * trouble.texi: Adapt sectioning in Info to the node structure.
6293 Adapt node pointers to change in emacs.texi.
6294 * cmdargs.texi, doclicense.texi: Adapt node pointers.
6295
8cf51b2c
GM
62962004-08-25 Kenichi Handa <handa@m17n.org>
6297
6298 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6299 description for unibyte mode.
6300
63012004-08-23 Luc Teirlinck <teirllm@auburn.edu>
6302
6303 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6304
6305 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6306 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6307 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6308 in @pxref.
6309
63102004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6311
6312 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6313 Change section names.
6314
8cf51b2c
GM
63152004-08-21 Luc Teirlinck <teirllm@auburn.edu>
6316
6317 * kmacro.texi (Keyboard Macro Ring): Rename section.
6318 Emacs treats the head of the macro ring as the `last keyboard macro'.
6319 (Keyboard Macro Counter): Minor change.
6320 (Save Keyboard Macro): Some clarifications.
6321 (Edit Keyboard Macro): Rename section.
6322
6323 * buffers.texi (Buffers): Maximum buffer size is now 256M on
6324 32-bit machines.
6325 (Several Buffers): Clarify which buffer is selected if `2' is
6326 pressed in the Buffer Menu.
6327 Auto Revert mode can be used to update the Buffer Menu
6328 automatically.
6329
63302004-08-21 Eli Zaretskii <eliz@gnu.org>
6331
6332 * help.texi (Misc Help): Add an index entry for finding an Info
6333 manual by its file name.
6334
63352004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6336
6337 * files.texi (Backup Deletion): Correct description of
6338 `delete-old-versions'.
6339 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6340 (Auto Save Files): Recommend `auto-save-mode' to reenable
6341 auto-saving, rather than the abbreviation `auto-save'.
6342
63432004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6346 for "killing" and "yanking" in main menu.
6347
63482004-08-16 Richard M. Stallman <rms@gnu.org>
6349
6350 * killing.texi (Yanking, Killing): Minor cleanups.
6351
6352 * mark.texi (Momentary Mark): Minor cleanups.
6353
63542004-08-15 Kenichi Handa <handa@etl.go.jp>
6355
6356 * custom.texi (Non-ASCII Rebinding):
6357 C-q always inserts the right code to pass to global-set-key.
6358
8cf51b2c
GM
63592004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6360
6361 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6362 `insert-register', instead of `C-x r g' binding, for consistency.
6363
63642004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6365
6366 * fixit.texi (Spelling): Fix typo.
6367
63682004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6369
6370 * help.texi (Help): Fix Texinfo usage.
6371
8cf51b2c
GM
63722004-07-24 Richard M. Stallman <rms@gnu.org>
6373
6374 * text.texi (Paragraphs): Update how paragraphs are separated
6375 and the default for paragraph-separate.
6376
6377 * search.texi (Regexp Replace): Further update text for new
6378 replacement operators.
6379
8cf51b2c
GM
63802004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6381
6382 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6383 `R' switch.
6384
6385 * dired.texi (Dired Updating): `k' only deletes inserted
6386 subdirectories from the Dired buffer if a prefix argument was given.
6387
6388 * search.texi (Regexps): Delete redundant definition of `symbol' in
6389 description of `\_>'. It already occurs in the description of `\_<'.
6390
8cf51b2c
GM
63912004-07-01 Juri Linkov <juri@jurta.org>
6392
6393 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6394 (Regexp Search): Add M-r.
6395
63962004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6397
6398 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6399
64002004-06-29 Jesper Harder <harder@ifa.au.dk>
6401
49823426 6402 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6403
64042004-06-25 Richard M. Stallman <rms@gnu.org>
6405
6406 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6407
64082004-06-25 David Kastrup <dak@gnu.org>
6409
6410 * search.texi (Regexp Replace): Some typo corrections and
6411 rearrangement.
6412
64132004-06-24 David Kastrup <dak@gnu.org>
6414
6415 * search.texi (Unconditional Replace): Use replace-string instead
6416 of query-replace in example.
6417 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6418 sequences.
6419 (Query Replace): Correct explanation of `^' which does not use
6420 the mark stack.
6421
64222004-06-21 Nick Roberts <nickrob@gnu.org>
6423
6424 * misc.texi (Shell History Copying): Document comint-insert-input.
6425 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6426
8cf51b2c
GM
64272004-06-20 Jesper Harder <harder@ifa.au.dk>
6428
6429 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6430 * custom.texi (Customization): Do.
6431 * anti.texi (Antinews): Do.
6432 * abbrevs.texi (Defining Abbrevs): Do.
6433
6434 * programs.texi (Info Lookup): Fix keybinding for
6435 info-lookup-symbol.
6436
64372004-06-16 Juanma Barranquero <lektu@terra.es>
6438
6439 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6440 Add emacs-xtra.
6441 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6442 (clean): Add emacs-xtra and flymake. Remove redundancies.
6443
64442004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6447 Add emacs-xtra.
6448 * emacs-xtra.texi: New file.
6449
64502004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6451
6452 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6453 (Dired and Find): Mention differences with ordinary Dired buffers.
6454
8cf51b2c
GM
64552004-06-13 Richard M. Stallman <rms@gnu.org>
6456
6457 * custom.texi (Init Syntax): Explain about vars that do special
6458 things when set with setq or with Custom.
6459 (Init Examples): Add line-number-mode example.
6460
8cf51b2c
GM
64612004-06-12 Juri Linkov <juri@jurta.org>
6462
6463 * dired.texi (Operating on Files): Add dired-do-touch.
6464
8cf51b2c
GM
64652004-06-10 Juri Linkov <juri@jurta.org>
6466
6467 * building.texi (Lisp Eval): Add C-M-x on defface.
6468
64692004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6470
6471 * files.texi (Reverting): Auto-Revert mode and
6472 Global Auto-Revert mode no longer revert remote files.
6473
8cf51b2c
GM
64742004-05-29 Richard M. Stallman <rms@gnu.org>
6475
6476 * custom.texi (Init File): Two dashes start --no-site-file.
6477
8cf51b2c
GM
64782004-05-29 Alan Mackenzie <acm@muc.de>
6479
6480 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6481 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6482 (AWK, Pike): Document as "C-like modes".
6483 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6484 (M-x man): Supersedes M-x manual-entry.
6485 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6486
6487 ("Comments in C"): Delete node; the info is in CC Mode manual.
6488 (c-comment-only-line-offset): Remove description.
6489
6490 (C-c ., C-c C-c): Describe new C Mode bindings.
6491
6492 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6493 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6494 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6495 Amend definitions.
6496
6497 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6498 Describe functions.
6499
6500 (c-comment-start-regexp, c-hanging-comment-ender-p)
6501 (c-hanging-comment-starter-p): Remove obsolete definitions.
6502
6503 * emacs.texi: Remove the menu entry "Comments in C".
6504
8cf51b2c
GM
65052004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6506
6507 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6508 `M-x locate'.
6509
65102004-05-16 Karl Berry <karl@gnu.org>
6511
6512 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6513 makeinfo --html fails.
6514 * help.texi (Help Summary) [@ifnottex]: Likewise.
6515
65162004-05-13 Nick Roberts <nickrob@gnu.org>
6517
6518 * building.texi (GDB Graphical Interface): Update and describe
6519 layout first.
6520
8cf51b2c
GM
65212004-05-04 Jason Rumney <jasonr@gnu.org>
6522
6523 * makefile.w32-in: Revert last change.
6524
65252004-05-03 Jason Rumney <jasonr@gnu.org>
6526
6527 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6528
8cf51b2c
GM
65292004-04-23 Juanma Barranquero <lektu@terra.es>
6530
6531 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6532
65332004-04-18 Juri Linkov <juri@jurta.org>
6534
6535 * fixit.texi (Spelling): Remove file extension from ispell xref.
6536
65372004-04-15 Kim F. Storm <storm@cua.dk>
6538
6539 * cmdargs.texi (Initial Options): Add -Q.
6540
65412004-04-05 Kim F. Storm <storm@cua.dk>
6542
6543 * custom.texi (File Variables): Add safe-local-eval-forms.
6544
8cf51b2c
GM
65452004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * files.texi (Reverting): Correct description of revert-buffer's
6548 handling of point.
6549
65502004-03-22 Juri Linkov <juri@jurta.org>
6551
6552 * emacs.texi (Top): Add `Misc X'.
6553
49823426 6554 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6555
6556 * glossary.texi: Improve references.
6557
6558 * help.texi: Sync keywords with finder.el.
6559
6560 * mini.texi (Completion): Add description for menu items.
6561
6562 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6563
6564 * sending.texi (Mail Methods): Fix xref to Message manual.
6565
8cf51b2c
GM
65662004-03-12 Richard M. Stallman <rms@gnu.org>
6567
8cf51b2c
GM
6568 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6569
8cf51b2c
GM
65702004-03-04 Richard M. Stallman <rms@gnu.org>
6571
6572 * search.texi (Regexps): Explain that ^ and $ have their
6573 special meanings only in certain contexts.
6574
6575 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6576
6577 * mule.texi (Specify Coding): Doc C-x RET F.
6578
6579 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6580 for multiple compile and grep buffers.
6581 (Indirect Buffers): Don't recommand clone-indirect-buffer
6582 for multiple compile and grep buffers.
6583
8cf51b2c
GM
65842004-02-29 Juanma Barranquero <lektu@terra.es>
6585
6586 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6587 Use $(DEL) instead of rm, and ignore exit code.
6588
8cf51b2c
GM
65892004-02-23 Nick Roberts <nick@nick.uklinux.net>
6590
6591 * building.texi (Watch Expressions): Update.
6592
65932004-02-21 Juri Linkov <juri@jurta.org>
6594
6595 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6596 --directory, --help, --version. Move text about command-line-args
6597 to Command Arguments.
6598 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6599 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6600 (Window Size X): Join -g and --geometry. Add @cindex.
6601 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6602 (Title X): Remove alias -title.
6603 (Misc X): New node.
6604
c8763fb6 66052004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6606
6607 * frames.texi (Drag and drop): Add Motif to list of supported
6608 protocols.
6609
c8763fb6 66102004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6611
6612 * frames.texi (Drag and drop): New section.
6613
66142004-01-24 Richard M. Stallman <rms@gnu.org>
6615
6616 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6617 Include it only @ifnotinfo. Patch the preceding and following
6618 node headers to point to each other.
6619
66202004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6621
6622 * calendar.texi (Appointments): Update section.
6623
66242003-12-29 Kevin Ryde <user42@zip.com.au>
6625
8cf51b2c
GM
6626 * programs.texi (C Modes): Fix the xref.
6627
66282003-12-23 Nick Roberts <nick@nick.uklinux.net>
6629
6630 * building.texi (Watch Expressions): Update.
6631 (Commands of GUD): Include use of toolbar + breakpoints set from
6632 fringe/margin.
6633
66342003-12-03 Andre Spiegel <spiegel@gnu.org>
6635
6636 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6637 <acm@muc.de>.
6638
c8763fb6 66392003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6640
6641 * frames.texi (Dialog Boxes): Add use-file-dialog.
6642
8cf51b2c
GM
66432003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6644
6645 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6646 in CC Mode.
6647
8cf51b2c
GM
66482003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6649
6650 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6651 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6652 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6653 * man/frames.texi, man/glossary.texi, man/killing.texi:
6654 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6655 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6656 * man/sending.texi, man/text.texi, man/trouble.texi:
6657 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6658
66592003-11-01 Alan Mackenzie <acm@muc.de>
6660
6661 * search.texi (Scrolling During Incremental Search): Document a
6662 new scrolling facility in isearch mode.
6663
8cf51b2c
GM
66642003-10-22 Miles Bader <miles@gnu.org>
6665
6666 * Makefile.in (info): Move before $(top_srcdir)/info.
6667
66682003-10-22 Nick Roberts <nick@nick.uklinux.net>
6669
6670 * building.texi (Watch Expressions): Update section on data display
6671 to reflect code changes (GDB Graphical Interface).
6672
8cf51b2c
GM
66732003-10-13 Richard M. Stallman <rms@gnu.org>
6674
6675 * xresources.texi (GTK resources): Clean up previous change.
6676
c8763fb6 66772003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6678
6679 * xresources.texi (GTK resources): Add a note that some themes
6680 disallow customizations. Add scroll theme example.
6681
8cf51b2c
GM
66822003-09-30 Richard M. Stallman <rms@gnu.org>
6683
8cf51b2c
GM
6684 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6685
6686 * misc.texi (Saving Emacs Sessions): Shorten the section,
6687 collapsing back into one node.
6688
66892003-09-30 Lars Hansen <larsh@math.ku.dk>
6690
6691 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6692
ce058493 66932003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6694
6695 * xresources.texi (GTK names in Emacs): Correct typo.
6696
8cf51b2c
GM
66972003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6698
6699 * cmdargs.texi (Font X): Mention new default font. More
6700 fully describe long font names, wildcard patterns and the
6701 problems involved. (Result of discussion on emacs-devel.)
6702
67032003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6704
6705 * emacs.texi (Acknowledgements): Correct typo.
6706
67072003-09-22 Richard M. Stallman <rms@gnu.org>
6708
6709 * dired.texi (Misc Dired Commands): New node.
6710 (Dired Navigation): Add dired-goto-file.
6711
6712 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6713
6714 * emacs.texi (Acknowledgements): New node, split from Distribution.
6715
6716 * cmdargs.texi (Action Arguments): -f reads interactive args.
6717
8cf51b2c
GM
67182003-09-08 Lute Kamstra <lute@gnu.org>
6719
6720 * screen.texi (Mode Line): Say that POS comes before LINE.
6721 Mention `size-indication-mode'.
6722 * display.texi (Optional Mode Line): Document
6723 `size-indication-mode'.
6724 * basic.texi (Position Info): Mention `size-indication-mode'.
6725
67262003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6727
6728 * xresources.texi (Resources): Refer to `editres' man page.
6729 (Lucid Resources): Update defaults. Expand description of
6730 `shadowThickness'.
6731
67322003-09-04 Miles Bader <miles@gnu.org>
6733
6734 * Makefile.in (top_srcdir): New variable.
6735 ($(top_srcdir)/info): New rule.
6736 (info): Depend on it.
6737
67382003-09-03 Peter Runestig <peter@runestig.com>
6739
6740 * makefile.w32-in: New file.
6741
67422003-08-29 Richard M. Stallman <rms@gnu.org>
6743
6744 * misc.texi (Saving Emacs Sessions): Correct previous change.
6745
8cf51b2c
GM
67462003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6747
8cf51b2c
GM
6748 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6749 (Intro): Include kmacro.texi after fixit.texi instead of after
6750 custom.texi. (As suggested by Kim Storm.)
6751
67522003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6753
6754 * fixit.texi (Fixit): Update `Next' pointer.
6755 * files.texi (Files): Update `Previous' pointer.
6756 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6757 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6758 (Suggested by Kim Storm.)
6759 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6760
67612003-08-18 Kim F. Storm <storm@cua.dk>
6762
6763 * kmacro.texi: New file describing enhanced keyboard macro
6764 functionality. Replaces old description in custom.texi.
6765
6766 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6767 (Keyboard Macros): Move to new kmacro.texi file.
6768
6769 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6770
8cf51b2c
GM
67712003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6772
6773 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6774
67752003-08-17 Alex Schroeder <alex@gnu.org>
6776
6777 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6778 required.
6779
8cf51b2c
GM
67802003-08-05 Richard M. Stallman <rms@gnu.org>
6781
6782 * programs.texi (Lisp Indent): Don't describe
6783 lisp-indent-function property here. Use xref to Lisp Manual.
6784
8cf51b2c
GM
67852003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6786
fffa137c 6787 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6788 abbreviations.
6789
67902003-07-24 Markus Rost <rost@math.ohio-state.edu>
6791
6792 * buffers.texi (List Buffers): Fix previous change.
6793
8cf51b2c
GM
67942003-07-13 Markus Rost <rost@math.ohio-state.edu>
6795
6796 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6797 List*.
6798
67992003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6800
8cf51b2c
GM
6801 * display.texi (Font Lock): Fix typo.
6802
68032003-07-07 Richard M. Stallman <rms@gnu.org>
6804
6805 * display.texi (Font Lock): Add xref for format info on
6806 font-lock-remove-keywords.
6807
6808 * building.texi (Compilation): Document what happens with asynch
6809 children of compiler process.
6810
6811 * help.texi (Library Keywords): Use @multitable.
6812
8cf51b2c
GM
68132003-06-04 Richard M. Stallman <rms@gnu.org>
6814
6815 * programs.texi (Expressions): Delete C-M-DEL.
6816
6817 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6818 comint-move-point-for-output renamed from
6819 comint-scroll-to-bottom-on-output.
6820
6821 * custom.texi (Init Rebinding): Replace previous change with xref.
6822 (Non-ASCII Rebinding): Explain that issue more briefly here.
6823
68242003-05-28 Richard M. Stallman <rms@gnu.org>
6825
6826 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6827
68282003-05-28 Nick Roberts <nick@nick.uklinux.net>
6829
6830 * building.texi (GDB Graphical Interface): New node.
6831 (Rewritten somewhat by RMS.)
6832
c8763fb6 68332003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6834
6835 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6836 non-English letters. Explain how to set coding systems correctly
6837 and how to include the right coding cookie in the file.
6838
c8763fb6 68392003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6840
6841 * indent.texi (Indentation): Explain the concepts.
6842 (Just Spaces): Explain why preventing tabs for indentation might
6843 be useful.
6844
8cf51b2c
GM
68452003-04-16 Richard M. Stallman <rms@gnu.org>
6846
6847 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6848
8cf51b2c
GM
68492003-02-22 Alex Schroeder <alex@emacswiki.org>
6850
6851 * cmdargs.texi (General Variables): Document SMTPSERVER.
6852
8cf51b2c
GM
6853 * sending.texi: Remove SMTP node.
6854 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6855 library.
6856
8cf51b2c
GM
68572003-02-22 Alex Schroeder <alex@emacswiki.org>
6858
6859 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6860
68612003-02-22 Simon Josefsson <jas@extundo.com>
6862
6863 * sending.texi (Mail Methods): Add node about SMTP.
6864
c8763fb6 68652003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6866
6867 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6868
8cf51b2c
GM
68692003-02-01 Kevin Ryde <user42@zip.com.au>
6870
6871 * glossary.texi (Glossary): Correction to cl cross reference.
6872
68732003-01-20 Richard M. Stallman <rms@gnu.org>
6874
6875 * killing.texi (Rectangles): Document C-x c r.
6876
c8763fb6 68772003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6878
6879 * xresources.texi (GTK resources): New node.
6880 (GTK widget names): New node.
6881 (GTK names in Emacs): New node.
6882 (GTK styles): New node.
6883
c8763fb6 68842003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6885
6886 * maintaining.texi (Create Tags Table): Add reference to the new
6887 `etags --help --lang=LANG' option.
6888
8cf51b2c
GM
68892002-10-02 Karl Berry <karl@gnu.org>
6890
49823426 6891 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6892 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6893 where needed for the sake of the HTML output.
8cf51b2c
GM
6894
68952001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6896
6897 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6898 source files.
6899
69002001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6901
6902 * Makefile.in (emacsman): New target.
6903
8cf51b2c
GM
69042001-10-20 Gerd Moellmann <gerd@gnu.org>
6905
6906 * (Version 21.1 released.)
6907
69082001-10-05 Gerd Moellmann <gerd@gnu.org>
6909
6910 * Branch for 21.1.
6911
8cf51b2c
GM
69122001-03-05 Gerd Moellmann <gerd@gnu.org>
6913
6914 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6915
8cf51b2c
GM
69162000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6917
6918 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6919
8cf51b2c
GM
69201999-07-12 Richard Stallman <rms@gnu.org>
6921
6922 * Version 20.4 released.
6923
69241998-12-04 Markus Rost <rost@delysid.gnu.org>
6925
6926 * Makefile.in (INFO_TARGETS): Delete customize.info.
6927 (DVI_TARGETS): Delete customize.dvi.
6928 (../info/customize, customize.dvi): Targets deleted.
6929
69301998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6931
6932 * Version 20.3 released.
6933
69341998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6935
6936 * Makefile.in (EMACSSOURCES): Add mule.texi.
6937 Add msdog.texi, ack.texi. Remove gnu1.texi.
6938
69391998-04-06 Andreas Schwab <schwab@gnu.org>
6940
768c0c0f
JB
6941 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
6942 Use it in dvi targets.
8cf51b2c
GM
6943
69441997-09-23 Paul Eggert <eggert@twinsun.com>
6945
6946 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6947 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6948 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6949
69501997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6951
6952 * Version 20.2 released.
6953
69541997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6955
6956 * Version 20.1 released.
6957
69581997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6959
6960 * Makefile (../info/customize, customize.dvi): New targets.
6961 (INFO_TARGETS): Add ../info/customize.
6962 (DVI_TARGETS): Add customize.dvi.
6963
8cf51b2c
GM
69641996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6965
6966 * Version 19.33 released.
6967
69681996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6969
6970 * Version 19.32 released.
6971
8cf51b2c
GM
69721996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6973
6974 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6975
69761996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6977
6978 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6979 Specify -I option.
6980 (All dvi targets): Set the TEXINPUTS variable.
6981
69821996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6983
6984 * Version 19.31 released.
6985
8cf51b2c
GM
69861995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6987
6988 * Version 19.30 released.
6989
8cf51b2c
GM
69901995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6991
6992 * Makefile.in (maintainer-clean): Rename from realclean.
6993
69941994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6995
6996 * Makefile.in: New file.
6997 * Makefile: File deleted.
6998
69991994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7000
7001 * Makefile (TEXINDEX_OBJS): Variable deleted.
7002 (texindex, texindex.o, getopt.o): Rules deleted.
7003 All deps on texindex deleted.
7004 (distclean): Don't delete texindex.
7005 (mostlyclean): Don't delete *.o.
7006 * texindex.c, getopt.c: Files deleted.
7007
70081994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7009
7010 * Version 19.26 released.
7011
70121994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7013
7014 * Makefile (EMACSSOURCES): Exclude undo.texi.
7015
70161994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7017
7018 * Version 19.25 released.
7019
70201994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7021
7022 * Version 19.24 released.
7023
70241994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7025
7026 * Version 19.23 released.
7027
70281994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7029
7030 * Makefile: Delete spurious tab.
7031
70321994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7033
7034 * Makefile (.SUFFIXES): New rule.
7035
8cf51b2c
GM
70361993-12-04 Richard Stallman (rms@srarc2)
7037
7038 * getopt.c: New file.
7039 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7040 (getopt.o): New rule.
7041 (dvi): Don't depend on texindex.
49823426 7042 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7043
70441993-12-03 Richard Stallman (rms@srarc2)
7045
49823426
GM
7046 * Makefile (TEXI2DVI): New variable.
7047 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7048 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7049
70501993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7051
7052 * Version 19.22 released.
7053
70541993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7055
7056 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7057
70581993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7059
7060 * Version 19.21 released.
7061
8cf51b2c
GM
70621993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7063
7064 * Makefile (realclean): Don't delete the Info files.
7065
f0131492 70661993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7067
8cf51b2c
GM
7068 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7069 4' where appropriate.
7070
f0131492 70711993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7072
49823426 7073 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7074
7075 * texindex.c: Include "../src/config.h" if building in emacs.
7076
7077 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7078 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7079 Add target to build texindex.c, defining `emacs'.
7080
8cf51b2c
GM
70811993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7082
7083 * Version 19.19 released.
7084
8cf51b2c
GM
70851993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7086
7087 * Version 19.18 released.
7088
70891993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7090
7091 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7092
70931993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7094
7095 * Version 19.17 released.
7096
70971993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7098
7099 * split-man: Fix typos in last change.
7100
71011993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7102
7103 * Version 19.16 released.
7104
71051993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7106
7107 * version 19.15 released.
7108
71091993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7110
7111 * Makefile (distclean): It's rm, not rf.
7112
71131993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7114
7115 * Version 19.14 released.
7116
71171993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7118
7119 * Makefile: New file.
7120
71211993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7122
7123 * Version 19.13 released.
7124
71251993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7126
7127 * Version 19.9 released.
7128
71291993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7130
7131 * Version 19.8 released.
7132
71331993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7134
7135 * cmdargs.texi: Document the -i, -itype, and -iconic options.
7136
7137 * trouble.texi: It's `enable-flow-control-on', not
7138 `evade-flow-control-on'.
7139
71401993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7141
7142 * display.texi: Document standard-display-european.
7143
71441993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7145
7146 * Version 19.7 released.
7147
7148 * emacs.texi: Add a sentence to the top menu mentioning the
7149 specific version of Emacs this manual applies to.
7150
71511993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7152
7153 * basic.texi: Document next-line-add-lines variable used to
7154 implement down-arrow.
7155
7156 * killing.texi: Document kill-whole-line.
7157
71581993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7159
7160 * text.texi: Update unix TeX ordering information.
7161
71621993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7163
7164 * news.texi: Mention fill-rectangle in keybinding list.
7165
7166 * killing.texi: Document fill-rectangle.
7167
71681993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7169
7170 * vc.texi: Bring the docs up to date with VC 5.2.
7171
71721992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7173
7174 * emacs.tex: Mention blackbox and gomoku under Amusements.
7175 Assembler mode is now mentioned and appropriately indexed
7176 under Programming Modes.
7177
71781991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
7179
7180 * emacs.tex: Update TeX ordering information.
7181
8cf51b2c
GM
71821990-06-26 David Lawrence (tale@geech)
7183
7184 * emacs.tex: Note that completion-ignored-extensions is not used
7185 to filter out names when all completions are displayed in
7186 *Completions*.
7187
71881990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
7189
7190 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
7191
71921990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
7193
7194 * emacs.tex: Add @findex grep.
7195
8cf51b2c
GM
71961988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7197
7198 * emacs.tex: Correct two typos. No other changes before
7199 Version 19 will be made.
7200
8cf51b2c
GM
72011988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7202
7203 * emacs.tex: Update information for obtaining TeX distribution from the
7204 University of Washington.
7205
7206;; Local Variables:
c8763fb6 7207;; coding: utf-8
8cf51b2c
GM
7208;; fill-column: 79
7209;; add-log-time-zone-rule: t
7210;; End:
7211
7212 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
114f9c96 7213 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
8cf51b2c
GM
7214
7215 This file is part of GNU Emacs.
7216
352c8b4a 7217 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 7218 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7219 the Free Software Foundation, either version 3 of the License, or
7220 (at your option) any later version.
8cf51b2c
GM
7221
7222 GNU Emacs is distributed in the hope that it will be useful,
7223 but WITHOUT ANY WARRANTY; without even the implied warranty of
7224 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7225 GNU General Public License for more details.
7226
7227 You should have received a copy of the GNU General Public License
352c8b4a 7228 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
7229
7230;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd