Don't dereference NULL upon failed malloc and realloc.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
70243478
CY
12009-06-21 Chong Yidong <cyd@stupidchicken.com>
2
3 * Branch for 23.1.
4
67cbe681
KH
52009-06-17 Kenichi Handa <handa@m17n.org>
6
7 * mule.texi (Charsets): Update the description for the new charset.
8 (list-character-sets): New findex.
125dd7c5 9 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 10
40e67246
CY
112009-06-10 Chong Yidong <cyd@stupidchicken.com>
12
b5700de6
CY
13 * basic.texi (Moving Point): Fix tag.
14
15 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
16
17 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
18 use camel-case for PageUp and PageDown.
19
20 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
21 camel-case for PageUp and PageDown.
22
23 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
24
40e67246 25 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 26 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 27
6f591cf4
AM
282009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
29
30 * fixit.texi (Spelling): Set default dictionary. Improve
31 descriptions (Bug#2554)
32
53483c76
DR
332009-06-08 David Reitter <david.reitter@gmail.com>
34
35 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
36 since saving colors and faces set this way is not implemented.
37 (Environment variables): Remove mention of mac-fix-env, which is
38 scheduled to be removed.
39
1557ef4f
CY
402009-06-04 Chong Yidong <cyd@stupidchicken.com>
41
91056528
CY
42 * custom.texi (Init Examples): Add example of changing load-path.
43
1557ef4f
CY
44 * building.texi (Lisp Libraries): Add example of changing
45 load-path (Bug#3446).
46
623cec4c
CY
472009-05-28 Chong Yidong <cyd@stupidchicken.com>
48
49 * mark.texi (Mark): Further clarifications.
50 (Setting Mark): Emphasize that C-SPC activates the mark.
51
0fcca8ee
CY
522009-05-28 Chong Yidong <cyd@stupidchicken.com>
53
702b10e1
CY
54 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
55 Mark mode.
0fcca8ee
CY
56 (Using Region, Persistent Mark): Use "active mark" instead of "active
57 region".
58
d3b396e4
CY
592009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
60
61 * mule.texi (Select Input Method): Fix typo.
62
3f698a06
CY
632009-05-13 Chong Yidong <cyd@stupidchicken.com>
64
65 * anti.texi (Antinews): Document completion changes. Some additional
66 copyedits and rearrangement of entries.
67
b2a42eb7
CY
682009-05-12 Chong Yidong <cyd@stupidchicken.com>
69
932fd020
CY
70 * misc.texi (Interactive Shell, Saving Emacs Sessions)
71 (Shell History Copying, Terminal emulator): Copyedits.
72
ac36a8f1
CY
73 * xresources.texi (Resources): Simplify descriptions. Shorten
74 description of editres, which is not very useful these days.
75 (Table of Resources): Document fontBackend resource.
76
b2a42eb7
CY
77 * trouble.texi (Quitting): Add other undo bindings to table.
78 (DEL Does Not Delete): Note that the erasure key is usually labelled
79 "Backspace". Remove discussion of obscure Xmodmap issue.
80
c6ea7fb8
CY
812009-05-07 Chong Yidong <cyd@stupidchicken.com>
82
83 * files.texi (Visiting): Copyedits.
84
ad36c422
CY
852009-05-06 Chong Yidong <cyd@stupidchicken.com>
86
87 * basic.texi (Inserting Text): Document ucs-insert.
88
89 * mule.texi (International Chars): Define "multibyte". Note that
90 internal representation is unicode-based. Simplify definition of raw
91 bytes. Mention ucs-insert.
92 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
93 (Language Environments): Add language environments new to Emacs 23.
94 (Multibyte Conversion): Node deleted.
95 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
96 mention obsolete emacs-mule coding system.
97 (Output Coding): Copyedits.
98
99 * emacs.texi (Top): Update node listing.
100
d4ad7b96
CY
1012009-05-05 Per Starbäck <per@starback.se> (tiny change)
102
103 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
104
5bd66204
SM
1052009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * building.texi (Lisp Libraries): `load-library' does offer completion.
108
bc36ad1c
CY
1092009-04-28 Chong Yidong <cyd@stupidchicken.com>
110
111 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
112 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
113
f1a47884
EZ
1142009-04-25 Eli Zaretskii <eliz@gnu.org>
115
116 * maintaining.texi (Tags): Clarify text. (Bug#3101)
117
be77bd45
CY
1182009-04-22 Chong Yidong <cyd@stupidchicken.com>
119
120 * entering.texi (Entering Emacs): Document initial-buffer-choice.
121
122 * building.texi (Lisp Interaction): Document initial-scratch-message.
123
d3b82927
JB
1242009-04-18 Juanma Barranquero <lekktu@gmail.com>
125
ed6e7b11
JB
126 * msdog.texi (Windows Fonts): Fix typos.
127
d3b82927
JB
128 * files.texi (Save Commands): Fix pxref.
129
bc323c04
CY
1302009-04-18 Chong Yidong <cyd@stupidchicken.com>
131
132 * files.texi (Save Commands): Mention diff-buffer-with-file.
133 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
134 Henoch (Bug#3036).
135
2186d13f
GM
1362009-03-15 Glenn Morris <rgm@gnu.org>
137
138 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
139 the former is not always used.
140 (Mail Headers): Use active voice. Add "Mail-reply-to".
141 Change case of "Id". Avoid repeated "appropriate".
142 (Mail Aliases): Fix previous change - use an example with a ".", so it
143 does actually get quoted when expanded.
144 (Mail Sending): Mailclient is the default on some systems.
145 (Citing Mail): Mention mail-indentation-spaces.
146 (Mail Mode Misc): Add an @dfn for "mail signature".
147
71e454fc
CY
1482009-03-15 Chong Yidong <cyd@stupidchicken.com>
149
150 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
151 (Completion Options): Document read-file-name-completion-ignore-case,
152 read-buffer-completion-ignore-case, and completion-styles. Remove
153 description of partial-completion-mode.
154
df1a3e06
GM
1552009-03-14 Glenn Morris <rgm@gnu.org>
156
157 * sending.texi (Mail Format): Fix typo. Add index entry for
158 mail-header-separator.
159 (Mail Headers): Put info about initialization and changing in one place
160 at the start. Update FCC section for mbox Rmail. Clarify From
161 section, mention mail-setup-with-from. Clarify Reply-to section.
162 Add Mail-followup-to and mail-mailing-lists. Clarify References
163 section.
164 (Mail Aliases): Update example, make less contentious.
165 Update for name change of mail-interactive-insert-alias.
166 (Mail Mode): Remove mention of `%' as a word separator.
167 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
168 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
169 commands. Clarify FCC handling. In mail-complete, add reference to
170 Mail Aliases section, and mention mail-complete-function.
171 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
172 (Mail Mode Misc): Clarify the mail-signature function. Add basic
173 signature netiquette. Explain how the mail hooks work when continuing
174 a composition.
175 (Mail Amusements): Internationalize the spook section a bit.
176 Remove the spook mail-setup-hook example, since it doesn't work well.
177 Mention fortune-file.
178 (Mail Methods): Mention read-mail-command.
179
ed6e7b11 1802009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 181
df1a3e06
GM
182 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
183 and NS resources following recent changes.
959d68bd 184
86dca3e8
JR
1852009-03-10 Jason Rumney <jasonr@gnu.org>
186
187 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
188 w32-use-visible-system-caret doc to indicate that it should get set
189 automatically.
190 (Windows Fonts): Add doc for the uniscribe backend.
191
042fe98f
DN
1922009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
193
194 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
195 vc-dir. (Bug#2598)
196
7f8dba73
RS
1972009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
198
199 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
200
505e70c3
GM
2012009-03-05 Glenn Morris <rgm@gnu.org>
202
04242bdc
GM
203 * rmail.texi (Rmail Basics): Add reference to sorting.
204 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
205 Minor re-wordings.
206 (Rmail Motion): Mention rmail-next-same-subject.
207 (Rmail Deletion): Expunging is not the only way to change the numbers.
208 (Rmail Labels): Labels can also be used in sorting.
209 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
210 (Rmail Display): Mention rmail-mime.
211
00cfe22c
GM
2122009-03-04 Glenn Morris <rgm@gnu.org>
213
214 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
215 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
216 summary. Mention sorts cannot be undone.
217 (Rmail Display): Give an example of how to use goto-address-mode.
218 (Rmail Editing): It's keybindings that are redefined, not commands.
219 Fix some typos.
220 (Movemail): Some minor rewording.
221 (Remote Mailboxes): Emacs movemail supports pop by default.
222 Fix some minor grammatical issues. The "two alternative ways" to
223 specify a POP mailbox are really just one. Remove all reference to the
224 variables rmail-pop-password and rmail-pop-password-required, obsolete
225 since Emacs 22.1. Clarify the four password steps. Emacs movemail
226 can support Kerberos.
227
3d963b67
GM
2282009-03-03 Glenn Morris <rgm@gnu.org>
229
230 * rmail.texi (Rmail Deletion): Revert previous change, which was
231 describing the Rmail summary versions.
232 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
233 Minor re-wording for rmail-resend.
234 (Rmail Make Summary): Summaries apply to buffers rather than files.
235 <rmail-summary-by-topic>: Headers includes the subject.
236 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
237 details, including prefix arguments.
2340abde 238 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
239 Not counting lines might be faster.
240 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
241 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
242 Name the commands bound to the various keys. Mention prefix argument
243 for searching.
3d963b67
GM
244 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
245 Simplify rmail-highlighted-headers description. Update face name.
246
a8ce3d17
JB
2472009-03-02 Juanma Barranquero <lekktu@gmail.com>
248
249 * mark.texi (Marking Objects): Fix typo.
250
130a29b6
CY
2512009-03-01 Chong Yidong <cyd@stupidchicken.com>
252
253 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
254 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
255
9d5de6f8
GM
2562009-03-01 Glenn Morris <rgm@gnu.org>
257
79fc530e 258 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
259 (Rmail Motion): - M-s searches from the end of messages.
260 (Rmail Deletion): Minor clarification. Fix numeric argument
261 description.
262 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
263 newmail and RMAILOSE files need not be in home-directory.
264 (Rmail Files): Mention I/O menus are unselectable if no files match.
265 Mention `MAIL' env-var.
266
b545ff9c
JR
2672009-02-24 Jason Rumney <jasonr@gnu.org>
268
269 * mule.texi (Fontsets): Mention fontset-default, font specs and
270 fallback fontsets.
271 (Defining Fontsets): Mention ns and w32 variants of
272 standard-fontset-spec. Update description of startup fontset to match
273 Emacs 23 behavior.
a93be82a 274 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 275 (International): Link to Modifying Fontsets.
b545ff9c 276
75da0618 2772009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
278
279 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
280 Mention ns-extended-platform-support-mode.
281
6be93a16
KB
2822009-02-22 Karl Berry <karl@gnu.org>
283
284 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
285
867d4bb3
JB
2862009-02-19 Juanma Barranquero <lekktu@gmail.com>
287
288 * basic.texi (Moving Point, Position Info):
289 * files.texi (Visiting):
290 * mini.texi (Completion Options):
291 * text.texi (HTML Mode): Remove duplicate words.
292
49b5c0e8
GM
2932009-02-20 Glenn Morris <rgm@gnu.org>
294
295 * rmail.texi: Minor updates for mbox rather than Babyl.
296
f43a822c
KB
2972009-02-17 Karl Berry <karl@gnu.org>
298
49b5c0e8 299 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 300
80d634b8
RS
3012009-02-17 Richard M Stallman <rms@gnu.org>
302
303 * anti.texi (Antinews): Mention Babyl format.
304
305 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
306
307 * rmail.texi: Update for mbox format.
308 Various small fixes, as well as the following.
309 (Out of Rmail): Node deleted.
310 (Rmail): Update menu.
311 (Rmail Files): Comment out set-rmail-inbox-list.
312 Document rmail-inbox-list instead.
313 (Rmail Output): Substantial changes since C-o is now
314 rmail-output-as-seen and o is rmail-output.
315 (Rmail Attributes): Delete `stored', add `retried'.
316 (Rmail Display): Editing headers works in all cases.
317
f0d129c6
GM
3182009-02-17 Glenn Morris <rgm@gnu.org>
319
320 * basic.texi (Position Info): M-x count-lines-region is not always on
321 M-=. (Bug#2269)
322
160f11d3
GM
3232009-02-09 Glenn Morris <rgm@gnu.org>
324
325 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
326 defaults.
327
763e01c4
EZ
3282009-02-07 Eli Zaretskii <eliz@gnu.org>
329
330 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
331 documentation of possible problems with redecoding.
332
f5e1441d
GM
3332009-02-03 Glenn Morris <rgm@gnu.org>
334
335 * rmail.texi (Out of Rmail): Mention b2m.pl.
336
e1eabe41
GM
3372009-01-31 Glenn Morris <rgm@gnu.org>
338
339 * rmail.texi (Out of Rmail): Correct b2m location.
340
dd05f9de
CY
3412009-01-27 Chong Yidong <cyd@stupidchicken.com>
342
343 * fixit.texi (Undo): Update undo limit values.
344
d74d846e
GM
3452009-01-27 Glenn Morris <rgm@gnu.org>
346
347 * emacs.texi (Top): Fix Antinews menu entry.
348
49ffdce8
KB
3492009-01-25 Karl Berry <karl@gnu.org>
350
351 * text.texi (Foldout): Use @itemize @w{} to make an itemize
352 item with no marker, instead of the syntactically incorrect
353 @itemize @asis.
354
467e8d77
JL
3552009-01-25 Juri Linkov <juri@jurta.org>
356
357 * building.texi (Grep Searching): Fix index entry for lgrep.
358
6c60bbdb
EZ
3592009-01-24 Eli Zaretskii <eliz@gnu.org>
360
361 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
362
9ce5a36f
AR
3632009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
364
365 * macos.texi (Preferences Panel): Update description of font setting to
366 reflect that prior frame selection is no longer needed.
367
9aa5f2fb
NR
3682009-01-20 Nick Roberts <nickrob@snap.net.nz>
369
370 * building.texi (Debuggers): Revert some of 2008-10-31 change to
371 raise GUD subsections.
372
3892ff9c
GM
3732009-01-15 Glenn Morris <rgm@gnu.org>
374
375 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
376
14731c8f
GM
3772009-01-10 Glenn Morris <rgm@gnu.org>
378
379 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
380
45c55e53
CY
3812009-01-04 Chong Yidong <cyd@stupidchicken.com>
382
383 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
384 logical lines.
385
2e4667d1
JL
3862008-12-29 Juri Linkov <juri@jurta.org>
387
388 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
389
390 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
391
2a3eac47
CY
3922008-12-28 Chong Yidong <cyd@stupidchicken.com>
393
394 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
395 goto-address-mode instead of goto-address.
396
3da8da94
CY
397 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
398 mode.
399
2a3eac47
CY
400 * emacs.texi (Top): Update node listing.
401
057f6dd3
EZ
4022008-12-26 Eli Zaretskii <eliz@gnu.org>
403
404 * custom.texi (Directory Variables): Explain what is a "project".
405 Add indexing. Improve wording. Add a footnote about using
406 _dir-locals.el on MS-DOS.
407
e6979067
DN
4082008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
409
410 * files.texi (Misc File Ops): Mention chmod as an alias for
411 set-file-modes.
412
9de15963
MR
4132008-12-24 Martin Rudalics <rudalics@gmx.at>
414
415 * help.texi (Help): Fix typos and reword.
416 (Help Summary): Add entries for C-h n and C-h r, reorder
417 entries, and do some minor fixes.
418 (Name Help): Say that C-h F works for commands only.
419 (Misc Help): Say that view-lossage displays 300 keystrokes.
420
236fd60d
GM
4212008-12-20 Glenn Morris <rgm@gnu.org>
422
423 * ack.texi (Acknowledgments): General update based on AUTHORS,
424 including removal of some stuff no longer distributed.
425
349b3256
AM
4262008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
427
428 * fixit.texi: Mention hunspell
429
e840fca5
GM
4302008-12-19 Glenn Morris <rgm@gnu.org>
431
432 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 433 Consolidate explanatory text at start.
e840fca5
GM
434
435 * display.texi (Text Display):
436 * indent.texi (Indentation): Use @acronym with ASCII.
437
9dfa7983
GM
4382008-12-18 Glenn Morris <rgm@gnu.org>
439
440 * ack.texi: Various small updates and fixes.
441
97b3a00b
JL
4422008-12-18 Juri Linkov <juri@jurta.org>
443
444 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
445 as a key binding to start a forward nonincremental word search.
446 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
447 a backward nonincremental word search. Add index for `M-s w'
448 `isearch-forward-word'.
449 (Regexp Search): Add a short summary of regexp key commands like
450 in the node "Basic Isearch".
451 (Other Repeating Search): Fix typo.
452
4532008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
454
455 * misc.texi (PostScript Variables): Fix doc.
456
31ce6a07
CY
4572008-12-10 Chong Yidong <cyd@stupidchicken.com>
458
459 * programs.texi (Program Modes): Mention Ruby mode.
460
636b507b
DN
4612008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * misc.texi (emacsclient Options): Describe what an empty string
464 argument does for --alternate-editor.
465
a323fa14
CY
4662008-12-09 Frank Schmitt <ich@frank-schmitt.net>
467
468 * cmdargs.texi (Font X): Distinguish between client-side and
469 server-side fonts. List valid Fontconfig properties. Add reference to
470 Fontconfig manual. List valid GTK font properties. Explain use of
471 fc-list.
472
c5ca6cd0
CY
4732008-12-09 Chong Yidong <cyd@stupidchicken.com>
474
475 * cmdargs.texi (Font X): Move discussion of quoting to top.
476
e5136377
GM
4772008-12-06 Glenn Morris <rgm@gnu.org>
478
479 * maintaining.texi (Old Revisions): Improve previous change.
480
248c026b
RS
4812008-12-05 Richard M Stallman <rms@gnu.org>
482
483 * anti.texi (Antinews): Minor fixes.
484
a9253a1e
GM
4852008-12-03 Glenn Morris <rgm@gnu.org>
486
487 * maintaining.texi (Old Revisions): Fix diff-switches description.
488
fa687b02
MR
4892008-12-01 Martin Rudalics <rudalics@gmx.at>
490
491 * emacs.texi (Top): Fix typo.
492
72e6decd
CY
4932008-11-30 Chong Yidong <cyd@stupidchicken.com>
494
320ee034
CY
495 * misc.texi (Document View): Explain dependence on gs at the top.
496 Copyedits.
497
498 * emacs.texi (Top): Add DocView nodes to detailed node listing.
499
72e6decd
CY
500 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
501 (Comment Commands): Discuss region-active behavior of M-; first.
502
2a472ee4
MR
5032008-11-29 Martin Rudalics <rudalics@gmx.at>
504
9c6361c9
MR
505 * display.texi (Line Truncation): Add reference to Continuation
506 Lines.
507
2a472ee4
MR
508 * windows.texi (Pop Up Window): Mention split-height-threshold
509 and split-width-threshold.
9c6361c9 510 (Split Window): Add reference to Continuation Lines.
2a472ee4 511
e93bc142
AR
5122008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
513
514 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
515 (GNUstep Support): New node.
516 * anti.texi:
517 * emacs.texi:
518 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
519
520
43b978db
RS
5212008-11-28 Richard M Stallman <rms@gnu.org>
522
523 * misc.texi (Dissociated Press): Minor cleanups.
524
525 * dired.texi (Image-Dired): Avoid passive.
526
e8e2bd93
EZ
5272008-11-28 Eli Zaretskii <eliz@gnu.org>
528
529 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
530 representation.
531
8d2d45da
CY
5322008-11-26 Richard M. Stallman <rms@gnu.org>
533
534 * files.texi (Visiting): Rewrite paragraph for clarity.
535
536 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
537
a5f7bbcc
AM
5382008-11-25 Alan Mackenzie <acm@muc.de>
539
540 * programs.texi (Moving by Parens): Clarify that parens inside strings
541 and comments are ignored, and that the commands assume the starting
542 point isn't in a string or comment.
543
a71703d3
AR
5442008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
545
546 * macos.texi: Add Prev/Next/Top pointers to all nodes.
547 (Mac Basics): Merge in Grabbing Environment Variables from earlier
548 version.
549 (Mac Customization): Rewrite Preferences Panel section and merge in to
550 this node, add Open files by dragging to an Emacs window.
551
552 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
553
aa5ab79a
CY
5542008-11-26 Chong Yidong <cyd@stupidchicken.com>
555
0cc92c19
CY
556 * files.texi (Misc File Ops): Document set-file-modes.
557
c366b4e4
CY
558 * windows.texi (Split Window): Document integer values of
559 truncate-partial-width-windows.
560
aa5ab79a
CY
561 * text.texi (Text): Simplify description of markup languages.
562 (TeX Mode): Simplify introduction. Mention BibTeX mode.
563 (TeX Editing): Note that `""' inserts one `"' character.
564 (HTML Mode): Note in the introduction that XML mode is an alias for
565 SGML mode. Mention nXML mode.
566
56221db7
CY
5672008-11-25 Chong Yidong <cyd@stupidchicken.com>
568
569 * building.texi (Watch Expressions): Fix typo.
570
90effe33
CY
5712008-11-24 Chong Yidong <cyd@stupidchicken.com>
572
f90a5ae3
CY
573 * files.texi (Visiting): Document new behavior of
574 confirm-nonexistent-file-or-buffer.
575
576 * buffers.texi (Select Buffer): Document
577 confirm-nonexistent-file-or-buffer.
578
a18ffb4a
CY
579 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
580 edit-picture.
581
90effe33
CY
582 * text.texi (Text): Simplify introduction. Discard mention of `M-x
583 edit-picture', since that is just an alias for picture-mode.
584 (Sentences): Note that repeated M-@ extends the region.
585 (Pages): Make terminology more consistent. Link to Regexps node.
586 (Longlines): Discuss relationship with Visual Line mode.
587 (Text Mode): Remove extraneous discussion of other modes, since they
588 were already introduced in the parent node.
589
e85103ec
CY
5902008-11-23 Chong Yidong <cyd@stupidchicken.com>
591
5cb2fe30
CY
592 * anti.texi (Antinews): Rewrite.
593
1eb9b307 594 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
595
596 * frames.texi (Frame Commands): Mention "minimize" terminology.
597
e85103ec
CY
598 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
599 formats.
b908332f
CY
600 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
601 (Misc X): Don't document useless -hb option.
e85103ec 602
607f5f88
JL
6032008-11-22 Juri Linkov <juri@jurta.org>
604
605 * dired.texi (Dired Navigation): Change normal file name search option
606 from `non-nil' to `t'. Add `dwim' option.
607
e1b867a0
JL
6082008-11-22 Juri Linkov <juri@jurta.org>
609
610 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
611 ".dir-locals.el". Rename `define-project-bindings' to
612 `dir-locals-set-class-variables'. Rename `set-directory-project' to
613 `dir-locals-set-directory-class'.
614
dd186936
LK
6152008-11-22 Lute Kamstra <lute@gnu.org>
616
617 * buffers.texi (Select Buffer): Index goto-line.
618 * basic.texi (Moving Point): Mention the use of a numeric prefix
619 argument with goto-line and refer to Select Buffer for the use of a
620 plain prefix argument.
621
4b121911
GM
6222008-11-19 Glenn Morris <rgm@gnu.org>
623
624 * doclicense.texi: Update to FDL 1.3.
625 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
626
27267e4c
CY
6272008-11-17 Chong Yidong <cyd@stupidchicken.com>
628
696f351d
CY
629 * custom.texi (Minor Modes): Define mode commands and mode variables
630 more precisely. Recommend using mode commands instead of setting
631 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
632 (Easy Customization): Use "init file" instead of .emacs.
633 (Customization Groups): Update to new Custom buffer appearance.
634 (Saving Customizations): Copyedits. Update example.
635 (Variables): Give example of variable type-sensitivity.
636 (Examining): Update example.
637 (Hooks): Copyedits.
638 (Specifying File Variables): Use C comments instead of an artificial
639 Lisp for the example.
640 (Keymaps): Move internals discussion to Prefix Keymaps.
641 (Rebinding): Remove redundant paragraph (stated in Key Binding).
642 (Init Rebinding): Document kbd macro.
643 (Init File): Link to Find Init.
696f351d
CY
644
645 * mark.texi (Using Region): Document Delete Selection Mode more
646 thoroughly.
647
648 * frames.texi (Mouse Commands): Move most of the description of Delete
649 Selection Mode to Using Region, and link to it.
1bc9c425 650 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 651
b0570c25
CY
652 * building.texi (Compilation): Document first-error value of
653 compilation-scroll-output.
654 (Compilation Mode): Note that compilation-auto-jump-to-first-error
655 works as soon as an error is available. Suggested by Juri Linkov.
656
27267e4c
CY
657 * mini.texi (Passwords): New node.
658
659 * files.texi (Remote Files): Link to Passwords node.
660
661 * emacs.texi (Top): Update node listings.
662
122eb807
CY
6632008-11-16 Chong Yidong <cyd@stupidchicken.com>
664
9c9855a3
CY
665 * ack.texi (Acknowledgments): Some updating of credits.
666
bd6fdcad
CY
667 * emacs.texi (Acknowledgments): Add a couple more names.
668
dd1eef46
CY
669 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
670
122eb807 671 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 672 (Misc File Ops): Document use of trash.
122eb807 673
801a8da1
JB
6742008-11-16 Juanma Barranquero <lekktu@gmail.com>
675
676 * macos.texi (Mac Customization): Fix typos.
677
0b4f2253
CY
6782008-11-14 Chong Yidong <cyd@stupidchicken.com>
679
680 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
681 replacing previous contents. Numerous copyedits to adapt ns-emacs to
682 the conventions of the main Emacs manual.
683
684 * emacs.texi (Top): Update node listings.
685
517e2b89
CY
6862008-11-12 Chong Yidong <cyd@stupidchicken.com>
687
07a85685
CY
688 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
689 command-line-args is processed during startup.
690 (Action Arguments): Correctly describe how file arguments interact with
691 the startup screen. Link to Lisp Interaction for scratch buffer.
692 (Initial Options): Link to Command Example for -batch option.
693 (Environment): Document initial-environment.
694
517e2b89
CY
695 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
696 can't be changed in the site-start file.
697
6337bbde
CY
6982008-11-07 Chong Yidong <cyd@stupidchicken.com>
699
700 * dired.texi (Dired): Mention C-x C-d too.
701 (Dired Enter): Document M-n in the Dired minibuffer.
702 (Dired Navigation): Explain dired-goto-file more clearly. Document
703 dired-isearch-filenames.
704 (Dired Deletion): Remove unnecessary "expunged" terminology.
705 (Flagging Many Files): & is now rebound to `% &'.
706 (Shell Commands in Dired): Document dired-do-async-shell-command.
707 Clarify how multi-file arguments are passed.
708 (Misc Dired Features): Document dired-do-isearch.
709
9e8eeff9
CY
7102008-11-06 Chong Yidong <cyd@stupidchicken.com>
711
712 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
713
e071f849
CY
7142008-11-03 Chong Yidong <cyd@stupidchicken.com>
715
716 * search.texi (Other Repeating Search): Remove obsolete findex entries.
717
05482eb1
CY
7182008-11-01 Chong Yidong <cyd@stupidchicken.com>
719
e2346dea
CY
720 * programs.texi (Program Modes): Link to Program Indent node.
721 (Left Margin Paren): Explain consequences of changing
722 open-paren-in-column-0-is-defun-start more concisely.
723 (Which Function, Program Indent, Info Lookup): Minor edits.
724 (Basic Indent): If region is active, TAB indents the region.
725 (Multi-line Indent): If region is active, TAB indents the region. Note
726 that indent-region is useful when Transient Mark mode is off.
727 (Matching): The delimiter at the cursor is highlighted---the character
728 changes color.
729 (Symbol Completion): Link to Completion node.
730
e4b6428c
CY
731 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
732 a strictly text-only system.
733
05482eb1
CY
734 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
735 batch mode.
736
a11d3737
RS
7372008-11-01 Richard M. Stallman <rms@gnu.org>
738
5abad626
RS
739 * misc.texi (Document View): Major rewrite.
740
a11d3737
RS
741 * maintaining.texi (Types of Log File): Change logs are older than
742 version control.
743 (VCS Concepts): Simplify and rearrange.
744 (Version Control Systems): Make it clear that Linux is only the kernel.
745 (VC Mode Line): Shorten reference to menu item.
746 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
747 (VC Directory Mode): Minor cleanup.
748 Unchanged files are hidden, not omitted.
749 (VC Directory Commands): Shorten and simplify.
750 (Change Log Commands): New node, split from Change Logs.
751 (VC Directory Buffer): New node, split from VC Directory Mode.
752
c55a4acb
CY
7532008-10-31 Chong Yidong <cyd@stupidchicken.com>
754
df0356f6
CY
755 * misc.texi (Document View): Renamed from Document Files, moved here
756 from files.texi.
757
758 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
759 moved as well.
760 (Document Files): Moved to misc.texi.
761
c55a4acb
CY
762 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
763 vc-update-change-log.
df0356f6
CY
764 (Version Control): Move here from files.texi.
765 (Format of ChangeLog): Make it a subnode of Change Log.
766
767 * emacs.texi (Top): Update node listing.
c55a4acb 768
ef082374
TH
7692008-10-31 Tassilo Horn <tassilo@member.fsf.org>
770
771 * files.texi (Files): Add a section about document
772 files (doc-view-mode).
773
d52582c3
CY
7742008-10-31 Chong Yidong <cyd@stupidchicken.com>
775
776 * building.texi (Compilation Mode): Document
777 compilation-auto-jump-to-first-error.
778 (Debuggers): Lower GUD subsections to subsubsections.
779 (Starting GUD): Add cindex.
780 (Lisp Interaction): Note that scratch is no longer the initial buffer.
781
4e0a0968
CY
7822008-10-30 Chong Yidong <cyd@stupidchicken.com>
783
03625b47
CY
784 * indent.texi (Indentation): Link to Program Indent.
785
4e0a0968
CY
786 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
787 now uses emacsclient's terminal.
788
8bd3f7ef
CY
7892008-10-29 Chong Yidong <cyd@stupidchicken.com>
790
80e5620e
CY
791 * mark.texi (Using Region): Document use-empty-active-region.
792
97d5c404
CY
793 * emacs.texi (Top): Update node listings.
794
8bd3f7ef
CY
795 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
796 mention obsolete emacs.bash script.
797 (Invoking emacsclient): Rewrite, moving optional arguments to
798 emacsclient Options.
21d2bae3
CY
799 (emacsclient Options): New node. Document server-use-tcp and
800 server-host.
8bd3f7ef 801
5fda2cbd
CY
8022008-10-28 Chong Yidong <cyd@stupidchicken.com>
803
804 * indent.texi (Indentation): Replace list with paragraphed text,
805 putting description of syntax-driven indentation first. Document new
806 effect of active regions on tab.
807 (Tab Stops): Note that editable tab stops affect indentation commands.
808
4ff029f6
DN
8092008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
810
811 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
812
996cd6e4
CY
8132008-10-23 Chong Yidong <cyd@stupidchicken.com>
814
f28815e3
CY
815 * custom.texi (Function Keys): Note that modified keypad keys are not
816 translated.
817
996cd6e4
CY
818 * basic.texi (Arguments): Explain how to insert multiple digits.
819
49545fe2
MA
8202008-10-22 Michael Albinus <michael.albinus@gmx.de>
821
822 * files.texi (Remote Files): Precise selection of default method.
823 Rewrite paragraph about disabling remote file names.
824
edac0b53
CY
8252008-10-22 Chong Yidong <cyd@stupidchicken.com>
826
e752c544
CY
827 * search.texi (Special Isearch): Document M-TAB is isearch.
828
edac0b53
CY
829 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
830 command.
831
832 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
833
20a36054
TH
8342008-10-22 Tassilo Horn <tassilo@member.fsf.org>
835
836 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
837 section.
838
69051ab6
CY
8392008-10-21 Chong Yidong <cyd@stupidchicken.com>
840
c4b1a32a
CY
841 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
842 to files.texi. Move contents of vc2-xtra.texi here.
843
844 * vc2-xtra.texi: File removed.
845
846 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
847 Directory Commands from the submenu. Don't include deleted file
848 vc2-xtra.texi.
849
850 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
851 (Version Control): Add VC Directory Mode and VC Directory Commands to
852 the submenu.
853 (Why Version Control?): Use table format.
854 (Version Control Systems): Note that Meta-CVS support is gone.
855 (VCS Concepts): Note precisely when VC started supporting filesets.
856 Remove bogus xref to CVS Options node.
857 (Types of Log File): Copyedits.
858 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
859 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
860 The Right Thing.
861 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
862 (Log Buffer): Reorganize node, putting C-c C-c description first.
863 (Old Revisions): Use CVS for example, not RCS.
864 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
865 Commands from the submenu, putting them under Version Control.
866 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
867 need to include it in the manual unconditionally, since it is now
868 crucial to using distributed version control systems.
1a6e2954
CY
869 (Comparing Files): Note that diff uses the minibuffer, and that the
870 output is shown using Diff mode.
871 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
872 diff-update-on-the-fly, diff-refine-hunk, and
873 diff-show-trailing-whitespaces.
1a6e2954 874 (File Archives): Add rar support.
c4b1a32a 875
69051ab6
CY
876 * major.texi (Choosing Modes): Make mode selection sequence more
877 obvious by describing the steps in order of priority. Note that
878 magic-mode-alist is nil by default. Document
879 magic-fallback-mode-alist.
880
e7421e03
CY
8812008-10-20 Chong Yidong <cyd@stupidchicken.com>
882
883 * frames.texi (Mouse References): Copyedits.
884
6b2efdc2
TH
8852008-10-20 Tassilo Horn <tassilo@member.fsf.org>
886
887 * ack.texi (Acknowledgments): Add myself as doc-view author.
888
9c5e9396
EZ
8892008-10-20 Eli Zaretskii <eliz@gnu.org>
890
891 * frames.texi (Dialog Boxes): Add @cindex entries.
892
dac94f8e
CY
8932008-10-20 Chong Yidong <cyd@stupidchicken.com>
894
895 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
896 (Text-Only Mouse): Copyedit.
897
25597d40
CY
8982008-10-19 Chong Yidong <cyd@stupidchicken.com>
899
f8a447f6
CY
900 * frames.texi: Use @key throughout for mouse clicks.
901 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
902 (Secondary Selection): Fix modified mouse click syntax.
903 (Clipboard): Describe Cut, Copy and Paste commands.
904 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
905 Copyedits.
906 (Creating Frames): Add xref to Init File.
907 (Frame Commands): Add xref to Exiting.
908 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 909
b0f95216
CY
9102008-10-15 Chong Yidong <cyd@stupidchicken.com>
911
b0817f00
CY
912 * files.texi (Version Control): Copyedits. Add Bazaar.
913 (Version Control Systems): List different VCS's using an itemized list.
914 Add Bazaar.
915 (VCS Concepts): Copyedits. Tweak description of file merging.
916
b0f95216
CY
917 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
918 (Cut/Paste Other App): Document select-active-regions and
919 x-select-enable-primary.
920
69d0d701
CY
9212008-10-13 Chong Yidong <cyd@stupidchicken.com>
922
923 * mark.texi (Shift Selection): Correct case in node name.
924
925 * emacs.texi (Top): Update node order in Mark chapter.
926
375e8351
EZ
9272008-10-12 Eli Zaretskii <eliz@gnu.org>
928
929 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
930
931 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
932 elsewhere in the manual instead of describing yet again the intricacies
933 of $HOME on MS-Windows and MS-DOS.
934
ab58114f
CY
9352008-10-12 Chong Yidong <cyd@stupidchicken.com>
936
4f959513
CY
937 * mini.texi (Minibuffer File): Add xref to File Names.
938 (Minibuffer File): Add discussion of `~' in file names. Add
939 insert-default-directory index reference.
940
ab58114f
CY
941 * files.texi (File Names): Reorganize description.
942 (Visiting): Add xref to Mode Line. Copyedits.
943 (Save Commands): Mention prefix behavior of C-x C-s.
944 (Numbered Backups): Node deleted.
945 (Backup Names): Contents of Numbered Backups moved here. State default
946 of version-control variable.
947 (Reverting): Copyedits.
948 (Version Control): Add additional version control systems.
949
950 * emacs.texi (Top): Delete Numbered Backups node.
951
952 * cmdargs.texi (General Variables): Change Numbered Backups xref to
953 Backup Names.
f2884f63 954 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 955
b0b5100a
RF
9562008-10-11 Romain Francoise <romain@orebokech.com>
957
958 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
959
89774b5f
CY
9602008-10-11 Chong Yidong <cyd@stupidchicken.com>
961
962 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
963 (Select Buffer): Mention use of minibuffer history. Describe default
964 value of default-major-mode. Mention that C-x 4 b selects the other
965 window.
966 (List Buffers): Document CRM indicators in the order they appear.
967 (Kill Buffer): Document new command kill-matching buffers.
968 (Several Buffers): Move explanation of the relationship between buffer
969 list and buffer menu to the top.
970 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
971
4c72bf27
CY
9722008-10-10 Chong Yidong <cyd@stupidchicken.com>
973
974 * entering.texi (Exiting): Document change of C-x C-c to
975 save-buffers-kill-terminal. Document kill-emacs.
976
f68eb991
EZ
9772008-09-30 Eli Zaretskii <eliz@gnu.org>
978
979 * mule.texi (Coding Systems): Don't mention codepage-setup.
980
981 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
982 cpNNN coding systems anymore.
983 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
984 for unibyte mode. Don't mention line-drawing characters. Don't
985 mention dos-unsupported-char-glyph.
986
1a2dd44d
CY
9872008-09-25 Chong Yidong <cyd@stupidchicken.com>
988
989 * search.texi (Search): Shorten introduction.
990 (Basic Isearch): Add command table. Discuss reverse isearch and
991 isearch highlighting.
992 (Repeat Isearch): Move lazy highlighting discussion here. Add search
993 ring to cindex.
994 (Special Isearch): Move input methods discussion here.
995 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
996 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
997 Repeat Isearch.
998 (Isearch Minibuffer): New node.
999 (Word Search): Document new word search commands.
1000 (Regexp Example): Simplify example using sentence-end-base variable.
1001 (Replace): Reword introduction.
1002 (Unconditional Replace): Remove unnecessary example.
1003 (Other Repeating Search): Document new `M-s o' binding.
1004
1005 * emacs.texi (Top): Update node listings.
1006
e45da31d
JB
10072008-09-22 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * emacs.texi (Top): Remove Kill Errors from menu.
1010
841c8096
CY
10112008-09-22 Chong Yidong <cyd@stupidchicken.com>
1012
402168fa
CY
1013 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1014 interface for defining macros. Simplify examples. Note that C-g quits
1015 macro definitions.
801a8da1 1016 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1017 usage example.
1018 (Keyboard Macro Query): Organize query responses in a table.
1019
1020 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1021 to Erasing node.
841c8096
CY
1022 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1023 rationale to a footnote.
1024 (Kill Errors): Remove node, due to redundancy with Erasing.
1025 (Spelling): Move discussion of flyspell to end. Note new behavior of
1026 M-$ in active region. Remove non-ispell-specific keybindings from
1027 table.
1028
eab2ee89
DN
10292008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1030
1031 * cmdargs.texi (Initial Options): Document --daemon.
1032
3d53e905
GM
10332008-09-20 Glenn Morris <rgm@gnu.org>
1034
1035 * files.texi (Numbered Backups): Mention that some modes set
1036 version-control.
1037
1c90484d
GM
10382008-09-20 Jim Blandy <jimb@red-bean.com>
1039
1040 * files.texi (Numbered Backups): Reference File Variables, as well.
1041 Remove discussion of Rmail's implementation.
1042
0fc0d844
CY
10432008-09-06 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * misc.texi (Recursive Edit): Note that top-level exits active
1046 minibuffers.
1047
1048 * trouble.texi (Quitting): Likewise.
1049
b18d283d
CY
10502008-08-31 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * emacs.texi (Top): Add Temporary Face Changes xref.
1053
1054 * display.texi (Display): Move Temporary Face Changes node to just
1055 after Standard Faces.
1056 (Scrolling): Document recenter-top-bottom instead of recenter.
1057 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1058 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1059 (Display Custom): Copyedits.
1060 (Optional Mode Line): Document display-battery-mode.
1061
180135fc
RF
10622008-08-27 Romain Francoise <romain@orebokech.com>
1063
1064 * custom.texi (Directory Variables): Minor fix.
1065
d3fe3475
GM
10662008-08-27 Glenn Morris <rgm@gnu.org>
1067
1068 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1069 descriptions.
1070 (Calendar Customizing): Tweak layout description.
183080b6 1071 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1072 markers. Condense calendar-star-date and calendar-mark-today
1073 description.
1074 (Holiday Customizing): Add oriental and solar holidays.
1075 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1076 Fix holiday-float description. Use zerop in examples. Be less verbose.
1077 (Date Display Format): Change ISO format. Be less verbose.
1078 (Diary Customizing): Mention day and month abbrev arrays.
1079 Mention the date-form variables by name. Update European example.
1080 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1081 Condense examples. Mention diary-entry-symbols by name.
1082 Condense table for insertion commands.
1083 (Fancy Diary Display): Mention diary-include-string and
1084 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1085 Ethiopic, Persian date functions. Condense descriptions.
1086
1087 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1088 (Adding to Diary): Adapt for changed node name.
1089
71755807
GM
10902008-08-26 Glenn Morris <rgm@gnu.org>
1091
1092 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1093 node "Hebrew/Islamic Entries".
1094
1095 * calendar.texi (Specified Dates): Fix names of iso functions.
1096 (General Calendar): There may not be another window.
1097 (Writing Calendar Files, Holidays): Tweak intro.
1098 (Holidays): Mention Baha'i and Chinese holidays.
1099 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1100 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1101 (To Other Calendar): Add calendar-print-other-dates.
1102 Refer to "graphic display" rather than "X.
1103 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1104 (Displaying the Diary): Fix whitespace after reference.
1105 Fix `diary-number-of-entries' reference.
1106 (Date Formats): Explicitly mention that day names can be abbreviated.
1107 (Adding to Diary): Add some references to other sections.
1108 (Special Diary Entries): Fix reference.
1109 (Appointments): Simplify appt-message-warning-time entry.
1110 Clarify where times must be.
1111 (Importing Diary): Comment out icalendar paragraph that does not apply.
1112 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1113
d76ebc75
GM
11142008-08-23 Glenn Morris <rgm@gnu.org>
1115
1116 * fortran-xtra.texi (Fortran): Change description of free form and
1117 fixed form a bit. Mention hideshow and imenu.
1118 (Fortran Motion): Mention fortran-end-of-subprogram,
1119 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1120 (Fortran Indent): Minor re-word.
1121 (ForIndent Commands): Mention fortran-fill-paragraph and
1122 fortran-fill-statement.
1123 (ForIndent Cont): Mention fortran-tab-mode-string.
1124 (Fortran Comments): Mention fortran-comment-line-start-skip.
1125 (Fortran Columns): Mention font-locking.
1126 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1127
e2a71e28
JB
11282008-08-23 Johan Bockgard <bojohan@muon>
1129
1130 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1131
5c52e13c
CY
11322008-08-22 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * mini.texi (Minibuffer): Simplify introduction.
1135 (Minibuffer File): Document tilde in minibuffer filenames.
1136 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1137 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1138 (Completion Example): Update example to current command list.
1139 (Completion Options): Document `lazy' value of completion-auto-help.
1140 Update contents of completion-ignored-extensions.
1141 (Minibuffer History): Describe "future history" list. State default
1142 value of history-delete-duplicates.
1143
77a00355
GM
11442008-08-21 Glenn Morris <rgm@gnu.org>
1145
1146 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1147 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1148
39ee1d04
CY
11492008-08-17 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * regs.texi (Registers): Clarify valid register names.
1152 (RegPos): Note that buffer is saved and restored too.
1153 (RegText): Note that mark is reactivated/deactivated.
1154 (RegConfig): Xref to Windows node.
1155
b12c348f
CY
11562008-08-16 Chong Yidong <cyd@stupidchicken.com>
1157
3ae7ba79
CY
1158 * basic.texi (Inserting Text): Provide command name for C-q.
1159
b12c348f
CY
1160 * killing.texi (Killing): Copyedit. Define read-only text.
1161 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1162 (Killing by Lines): Copyedit.
1163 (Other Kill Commands): Move M-w description here.
1164 (Yanking): Move M-w to Other Kill Commands.
1165 (Kill Ring): Also mention saving text in registers. Link to Text
1166 Properties in elisp manual.
1167 (Accumulating Text): Copyedit.
1168 (CUA Bindings): Shift selection is now the default.
1169
d8ff7692
TZ
11702008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1171
1172 * maintaining.texi (Change Log): Mention next-error is available.
1173
a43a8a2e
GM
11742008-08-10 Glenn Morris <rgm@gnu.org>
1175
1176 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1177 and intermonth text.
1178 (Holiday Customizing): Add holiday-chinese.
1179
eba27308
EZ
11802008-08-08 Eli Zaretskii <eliz@gnu.org>
1181
1182 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1183
5f14a5b3
DN
11842008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1185
1186 * files.texi (Log Buffer): Describe C-c C-d.
1187 (Diff Mode): Describe C-x 4 A.
1188
49989bff
EZ
11892008-08-06 Eli Zaretskii <eliz@gnu.org>
1190
1191 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1192
5c915c02
DN
11932008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1194
2beaf97a
DN
1195 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1196 describe the new bindings to show the changeset diff, toggle annotation
1197 visibility, show revisions.
1198 (VC Status): Describe key bindings for modifying the change comments,
1199 displaying changeset diffs and annotations.
1200
5c915c02
DN
1201 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1202
71798ace
NR
12032008-08-05 Nick Roberts <nickrob@snap.net.nz>
1204
1205 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1206
b8949644
EZ
12072008-08-02 Eli Zaretskii <eliz@gnu.org>
1208
1209 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1210 and wording.
1211
819567d1
DN
12122008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1213
1214 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1215 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1216 commands. Improve some old info.
1217
5f38310a
CY
12182008-07-31 Chong Yidong <cyd@stupidchicken.com>
1219
0dc3906b
CY
1220 * display.texi (Visual Line Mode): New node.
1221
5f38310a
CY
1222 * basic.texi (Inserting Text): Move DEL to deletion node.
1223 (Moving Point): Add additional alternative key bindings. Describe
1224 line-move-visual.
1225 (Erasing): Describe DEL.
1226 (Basic Undo, Blank Lines, Arguments): Copyedit.
1227 (Continuation Lines): Mention Visual Line mode.
1228 (Position Info): Move extended discussion to mule.texi.
1229
1230 * mule.texi (International Chars): Describe C-x =.
1231
1232 * emacs.texi (Top): Add Visual Line Mode node.
1233
7c2fb837
DN
12342008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1235
1236 * emacs.texi: Remove VMS support.
1237
3f6b73ef
DN
12382008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1239
1240 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1241 the vc-dir command name.
1242
9e2a2647
DN
12432008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1244
1245 * xresources.texi: Remove mentions of Mac Carbon.
1246
568beaa2
AS
12472008-07-19 Andreas Schwab <schwab@suse.de>
1248
1249 * ns-emacs.texi: Move to ../misc.
1250
0ef94706
CY
12512008-07-15 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * entering.texi (Exiting): Don't describe text-only terminals as the
1254 default. Describe the new startup screen.
1255 (Exiting): Describe how to kill Emacs first. Change description of
1256 iconification to handle modern window systems.
1257
ba60bd44 12582008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1259
1260 * ns-emacs.texi: New file, documents features of Emacs port under
1261 NeXTstep windowing.
1262
9f30aa73
CY
12632008-07-15 Chong Yidong <cyd@stupidchicken.com>
1264
938a5d2e
CY
1265 * entering.texi (Entering Emacs): Update prev node.
1266
1267 * glossary.texi (Glossary): Remove xref to Text Characters.
1268
9f30aa73
CY
1269 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1270 directly, rather than in the context of ASCII. Move description of
1271 special properties of modifier key to new Modifier Keys node.
1272 (Keys): Copyedit.
1273 (Text Characters): Delete node. Multibyte is the default nowadays, and
1274 the node contents are obsolete.
1275
1276 * custom.texi (Modifier Keys): New node.
1277
1278 * emacs.texi (Top): Update node list.
1279
7e53d36c
CY
12802008-07-13 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1283 saying that Emacs provides menus and mouse support (which is par for
1284 the course).
1285
1286 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1287 early on.
1288 (Point): Copyedit. Relegate historical trivia to a footnote.
1289 (Mode Line): Explain mode-line format more consistently.
1290 (Menu Bar): Copyedit.
1291
1e9fa96d
GM
12922008-06-27 Glenn Morris <rgm@gnu.org>
1293
1294 * cal-xtra.texi (Sexp Diary Entries):
1295 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1296
dc9bebb8
CY
12972008-06-26 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * mark.texi (Shift selection): New node.
1300 (Mark): Copyedits.
1301 (Persistent Mark): Move to the end of the chapter.
1302
e7881076
EZ
13032008-06-20 Eli Zaretskii <eliz@gnu.org>
1304
1305 * makefile.w32-in (distclean): Remove makefile.
1306
f427400c
NR
13072008-06-17 Nick Roberts <nickrob@snap.net.nz>
1308
1309 * building.texi (Starting GUD): Add an entry for gud-gdb.
1310 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1311 command mode.
1312
b597d348
GM
13132008-06-17 Glenn Morris <rgm@gnu.org>
1314
1315 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1316
647b7094
NR
13172008-06-17 Nick Roberts <nickrob@snap.net.nz>
1318
1319 * building.texi (Starting GUD): Expand on remote debugging.
1320 (Other GDB-UI Buffers): Mention new keyboard bindings.
1321
47a30023
GM
13222008-06-15 Glenn Morris <rgm@gnu.org>
1323
1324 * gnu.texi: Use a verbatim license for this invariant section,
1325 as per etc/GNU.
1326
37e5d54a
GM
13272008-06-13 Daniel Engeler <engeler@gmail.com>
1328
1329 * emacs.texi, misc.texi: Add documentation about serial port access.
1330
8e65d46c
GM
13312008-06-13 Glenn Morris <rgm@gnu.org>
1332
c1473b4c
MB
1333 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1334 maintain.info.
8e65d46c 1335
e40a85cd
MB
13362008-06-05 Miles Bader <miles@gnu.org>
1337
1338 * display.texi (Temporary Face Changes): Update to reflect function
1339 renamings in face-remap.el.
1340
56c73dec
MB
13412008-06-04 Miles Bader <miles@gnu.org>
1342
1343 * display.texi (Temporary Face Changes): Add
1344 `adjust-buffer-face-height'. Rewrite description of
1345 `increase-buffer-face-height' and `decrease-default-face-height' now
1346 that they aren't bound by default.
1347
9d3d42fb
MB
13482008-06-03 Miles Bader <miles@gnu.org>
1349
1350 * display.texi (Temporary Face Changes): New node.
1351
2be6bfe2
EZ
13522008-05-31 Eli Zaretskii <eliz@gnu.org>
1353
1354 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1355
daf7e339
GM
13562008-05-31 Glenn Morris <rgm@gnu.org>
1357
1358 * cal-xtra.texi (Fancy Diary Display): Simplify.
1359
d21d2618
GM
13602008-05-30 Glenn Morris <rgm@gnu.org>
1361
1362 * cal-xtra.texi (Fancy Diary Display): Update for
1363 diary-display-function replacing diary-display-hook.
1364
71ce5fd0
JB
13652008-05-29 Drew Adams <drew.adams@oracle.com>
1366
1367 * msdog.texi (Windows Keyboard): Add descriptions of
1368 w32-register-hot-key and w32-unregister-hot-key.
1369
a3cdbdf8
MO
13702008-05-21 Tom Tromey <tromey@redhat.com>
1371
1372 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1373 Variables node.
1374
854a574c
MO
13752008-05-19 Tom Tromey <tromey@redhat.com>
1376
1377 * custom.texi (Variables): Add Directory Variables to menu.
1378 (Directory Variables): New node.
1379
7c2ec3f9
ER
13802008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1381
71ce5fd0 1382 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1383
370fded4
ER
13842008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1385
1386 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1387 Revision Tags and rewritten. Section now uses modern terminology,
1388 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1389 accurately.
1390
6af511e3
EZ
13912008-05-10 Eli Zaretskii <eliz@gnu.org>
1392
1393 * msdog.texi (Windows Files): Update documentation of
1394 w32-get-true-file-attributes.
1395
7a78b6e7
ER
13962008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1397
1398 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1399 directory mode.
1400
1bcfc24e
CY
14012008-05-08 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1404 entry "television".
1bcfc24e 1405
db86064f
ER
14062008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1407
ab5ec32c 1408 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1409
a31b405e
ER
14102008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1411
1412 * emacs/buffers.texi, emacs/files.texi (Version-control):
1413 vc-toggle-read-only is no longer a good idea...
1414
ff2c14fc
GM
14152008-04-29 Glenn Morris <rgm@gnu.org>
1416
1417 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1418
367c9b7c
JL
14192008-04-22 Juri Linkov <juri@jurta.org>
1420
1421 * dired.texi (Subdirectories in Dired): Describe using `^'
1422 to return to the parent directory.
1423
4ac1e9b4
NR
14242008-04-22 Nick Roberts <nickrob@snap.net.nz>
1425
1426 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1427 recent changes.
1428
b9b3bf2b
NR
14292008-04-19 Nick Roberts <nickrob@snap.net.nz>
1430
1431 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1432 (Other GDB-UI Buffers): Update for recent thread related changes.
1433
4d120d6a
SM
14342008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1435
1436 * maintaining.texi (Maintaining):
1437 * emacs.texi (Top): Typo.
1438
a152877d
SM
14392008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1440
b9b3bf2b
NR
1441 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1442 arg in `font-lock-add-keywords'.
a152877d 1443
36c0514c
GM
14442008-04-08 Glenn Morris <rgm@gnu.org>
1445
1446 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1447 Also add Baha'i calendar references where appropriate.
1448
06a97d46
GM
14492008-04-05 Glenn Morris <rgm@gnu.org>
1450
1451 * custom.texi (Init File): Byte-compiling .emacs is bad.
1452
6adc6eed
SM
14532008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1456
571388b0
GM
14572008-03-29 Glenn Morris <rgm@gnu.org>
1458
1459 * calendar.texi: Update for `calendar-date-style' replacing
1460 `european-calendar'.
1461
3ae8f876
JR
14622008-03-28 Jason Rumney <jasonr@gnu.org>
1463
1464 * display.texi (Display Custom): Mention overlay-margin in text.
1465
5bc6ddff 14662008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1467
5bc6ddff
MB
1468 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1469 tutorial' comments.
03a864d5 1470
7186a830
CY
14712008-03-28 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * mark.texi (Mark): Rearrange nodes.
1474 (Persistent Mark): Rename from Transient Mark.
1475 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1476 Describe Transient Mark mode as the default.
1477
1478 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1479 the default behavior with Transient Mark mode off.
1480 (Position Info): Fix typo.
1481
71ce5fd0
JB
1482 * display.texi (Standard Faces): Reference the Mark node.
1483 Remove discussion of the region face, which is discussed there.
7186a830
CY
1484
1485 * emacs.texi (Top): Update node listings.
1486
1487 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1488 as the default.
1489
1490 * fixit.texi (Undo): Standardize choice of undo key sequence.
1491 (Undo, Spelling): Describe Transient Mark mode as the default.
1492
1493 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1494 default.
1495
1496 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1497
1498 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1499 mode is the default, and note that the mark is not activated when set.
1500
1501 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1502 Describe Transient Mark mode as the default.
1503
1504 * search.texi (Basic Isearch): Reference the Mark Ring node.
1505 (Replace, Unconditional Replace, Other Repeating Search):
1506 Describe Transient Mark mode as the default.
1507
1508 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1509 Transient Mark mode as the default.
1510 (Paragraphs): Describe how M-h behaves when region is active.
1511
1512 * trouble.texi (Quitting): Clarify effects of C-g.
1513
dc47d1ff
GM
15142008-03-13 Glenn Morris <rgm@gnu.org>
1515
1516 * emacs.texi (EMACSVER): Set to 23.0.60.
1517
e3e0fb39 15182008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1519
e3e0fb39
GM
1520 * dired.texi (Hiding Subdirectories): Fix previous change.
1521
15222008-03-05 Drew Adams <drew.adams@oracle.com>
1523
1524 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1525
5e14abf8
KS
15262008-02-28 Kim F. Storm <storm@cua.dk>
1527
1528 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1529 Move describe-distribution to C-h C-o.
1530 Move view-emacs-problems to C-h C-p.
1531 Add view-emacs-debugging on C-h C-d.
1532 Add view-external-packages on C-h C-e.
d0207bf3 1533 Add view-order-manuals on C-h C-m.
5e14abf8 1534
d0207bf3 15352008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1536
1537 * msdog-xtra.texi (MS-DOS): Docstring fix.
1538
87e391bb
EZ
15392008-02-09 Eli Zaretskii <eliz@gnu.org>
1540
1541 * msdog.texi (Windows Fonts): Use a @table for describing font
1542 properties.
1543
5662e503
JR
15442008-02-07 Jason Rumney <jasonr@gnu.org>
1545
1546 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1547 value has changed.
1548 (Windows HOME): Clarify what is meant by "if that fails as well".
1549 (Windows Fonts): New section.
1550
72463824
GM
15512008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1552
1553 * basic.texi (Basic Undo): Remove duplicate "you can".
1554
7ff926e0
EZ
15552008-02-02 Eli Zaretskii <eliz@gnu.org>
1556
1557 * maintaining.texi (Tags): Fix last change.
1558
6ab7aef1
MA
15592008-02-02 Michael Albinus <michael.albinus@gmx.de>
1560
093571c3 1561 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1562
ace67e7e
NR
15632008-01-31 Nick Roberts <nickrob@snap.net.nz>
1564
1565 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1566
ae068fdf
RS
15672008-01-26 Richard Stallman <rms@gnu.org>
1568
1569 * maintaining.texi (Tags): Delete redundant index entry.
1570
a56d9a08
EZ
15712008-01-26 Eli Zaretskii <eliz@gnu.org>
1572
1573 * programs.texi (Imenu): Move "@cindex tags" from here...
1574 * maintaining.texi (Tags): ...to here.
1575
e941ed90
NR
15762008-01-23 Kevin Ryde <user42@zip.com.au>
1577
1578 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1579 click count.
1580
650276d5
JB
15812008-01-21 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * entering.texi (Exiting): Fix typo.
1584 Reported by D. E. Evans <sinuhe@gnu.org>.
1585
8dc17977
MR
15862007-12-31 Martin Rudalics <rudalics@gmx.at>
1587
1588 * glossary.texi (Glossary): Fix typo.
1589
9f9695a6
RS
15902007-12-27 Richard Stallman <rms@gnu.org>
1591
1592 * text.texi (Formatted Text): Improve menu tag.
1593 (Editing Format Info): In Info, add duplicate menu of nodes
1594 about the submenus.
1595 (Format Faces): Say where Faces menu is found. Mention Other.
1596 (Format Colors): Say where these submenus are found.
1597 (Format Indentation, Format Justification): Likewise.
1598 (Format Properties): Likewise.
1599
abfd0191
RS
16002007-12-22 Richard Stallman <rms@gnu.org>
1601
1602 * search.texi (Query Replace): Make exp of query-replace more
1603 self-contained, and clarify.
8dc17977 1604
abfd0191
RS
1605 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1606
a2586785
RS
16072007-12-15 Richard Stallman <rms@gnu.org>
1608
1609 * files.texi (Auto Save): Clarify definition of auto-saving.
1610
a67cf2bb
RS
16112007-11-26 Richard Stallman <rms@gnu.org>
1612
1613 * help.texi (Help Echo): Cleanups.
1614
448b33b1
TTN
16152007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1616
1617 * files.texi (Why Version Control?): Fix typo.
1618 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1619 (Selecting a Fileset): Fix typos; small rewording.
1620 (Log Buffer): Likewise.
1621 (Old Revisions): Likewise.
448b33b1 1622
221bb7f6
EZ
16232007-11-17 Eli Zaretskii <eliz@gnu.org>
1624
1625 * mule.texi (Communication Coding): Fix wording of last change.
1626
d0207bf3 16272007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1628
630cb3b7
JB
1629 * custom.texi (Specifying File Variables):
1630 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1631
53b7759e
KH
16322007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1633
a5ab2e0c 1634 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1635
1636 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1637
c8763fb6 16382007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1639
630cb3b7 1640 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1641 --output=file.
1642
ff98e024
MR
16432007-11-13 Martin Rudalics <rudalics@gmx.at>
1644
1645 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1646 (Help Echo): Avoid mentioning the term "region" here and
1647 consistently use the term "active text".
1648
37b11c22
GM
16492007-11-11 Glenn Morris <rgm@gnu.org>
1650
1651 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1652
21d50ba1
JL
16532007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1654
1655 * search.texi (Query Replace): Mention
1656 `query-replace-show-replacement'.
1657
c12ecb0a 16582007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1659
1660 * building.texi (Watch Expressions): Remove obscure sentence.
1661
3b4201f4
KH
16622007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1663
1664 * mule.texi (Select Input Method): Describe how to activate an input
1665 method in the text mode.
1666
07e5c0b0
DN
16672007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1668
1669 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1670
52dd7391
NR
16712007-10-30 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1674
c004e539
GM
16752007-10-30 Glenn Morris <rgm@gnu.org>
1676
1677 * misc.texi (Directory Tracking): Explain a bit more about
1678 dirtrack-mode.
1679
ca8c5b8c
GM
16802007-10-25 Glenn Morris <rgm@gnu.org>
1681
1682 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1683
b6c764ef
RS
16842007-10-24 Richard Stallman <rms@gnu.org>
1685
1686 * misc.texi (Interactive Shell): Cleanup last change.
1687
eabd84c9
JL
16882007-10-22 Juri Linkov <juri@jurta.org>
1689
1690 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1691 default values.
1692
0b43c7e2
ER
16932007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1694
ca8c5b8c 1695 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1696 'filesets'.
1697
a80859d4
MR
16982007-10-18 Martin Rudalics <rudalics@gmx.at>
1699
1700 * trouble.texi (Quitting): Fix typo.
1701
c9447ae1
GM
17022007-10-18 Glenn Morris <rgm@gnu.org>
1703
1704 * frames.texi (Mode Line Mouse): Mention minor mode names.
1705
168b980f
JL
17062007-10-17 Juri Linkov <juri@jurta.org>
1707
1708 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1709 fill-paragraph operates on the active region in Transient Mark mode.
1710 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1711 with fill-paragraph.
1712
1713 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1714 fill-paragraph.
1715
1716 * fixit.texi (Spelling): ispell-word operates on the active region
1717 in Transient Mark mode.
1718
5a331f34
JB
17192007-10-17 Aaron S. Hawley <aaronh@garden.org>
1720
1721 * building.texi (Source Buffers):
1722 * custom.texi (Init Non-ASCII):
1723 * glossary.texi (Glossary): Use "key binding" consistently.
1724
2a9f4d55
JB
17252007-10-17 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * calendar.texi (Diary): Fix directive.
1728
de13cecf
RS
17292007-10-16 Richard Stallman <rms@gnu.org>
1730
1731 * calendar.texi (Diary): Clarify text about diary file example.
1732
5f90d53e
ER
17332007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1734
1735 * files.texi: Capitalize node names according to convention.
1736
3aa491bc
GM
17372007-10-13 Glenn Morris <rgm@gnu.org>
1738
1739 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1740
8a3106d3
ER
17412007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1742
1743 * emacs.texi:
1744 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1745 suggested by RMS and Robert J. Chassell.
8a3106d3 1746
da1080a2
ER
17472007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1748
3aa491bc 1749 * files.texi (Version Systems):
0870a421
ER
1750 * vc-xtra.texi:
1751 * vc1-xtra.texi:
ac3f4c6f 1752 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1753 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1754 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1755 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1756
58ade22b
ER
17572007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1758
da1080a2 1759 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1760 Reorder the descriptions to be chronological.
1761
93870ce2
RS
17622007-10-09 Richard Stallman <rms@gnu.org>
1763
1764 * display.texi (Cursor Display): Correct how cursor appears
1765 in nonselected windows.
1766
568c7288
NR
17672007-10-04 Nick Roberts <nickrob@snap.net.nz>
1768
1769 * building.texi (GDB Graphical Interface): Remove references to gdba
1770 and mention gud-gdb.
1771
1af74d06 17722007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1773
1af74d06 1774 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1775
0d8fb755
JL
17762007-10-06 Juri Linkov <juri@jurta.org>
1777
1778 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1779 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1780 fill-paragraph-or-region.
1781
1782 * basic.texi (Arguments): Replace fill-paragraph with
1783 fill-paragraph-or-region.
1784
b981e2c6
ER
17852007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1786
1787 * files.texi: Update the section on version control for 2007
2a9f4d55 1788 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1789 will come later.
1790
5fceaf9c
GM
17912007-09-15 Glenn Morris <rgm@gnu.org>
1792
1793 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1794 to `list-holidays'.
1795
b0e44b17
GM
17962007-09-14 Glenn Morris <rgm@gnu.org>
1797
1798 * calendar.texi: Update all instances of mark-calendar-holidays,
1799 list-calendar-holidays, list-holidays with the new names.
1800
8cf51b2c
GM
18012007-09-06 Glenn Morris <rgm@gnu.org>
1802
46a367db 1803 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
1804 Split into the Emacs manual in emacs/, and other manuals in misc/.
1805 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1806 manual.
1807 (infodir): New variable.
1808 (info): Use $infodir.
1809 (emacsman): Delete target, not needed any more.
1810 Move all targets that are not the Emacs manual to misc/Makefile.in.
1811 (mostlyclean): Remove `gnustmp'.
1812 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1813 manual.
92f9b43f 1814 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1815 (emacsman): Delete target, not needed any more.
1816 (clean): Remove all info files but Emacs manual.
1817 Move all targets that are not the Emacs manual to misc/Makefile.in.
1818 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1819
1820 * Makefile.in (INFOSOURCES): Delete.
1821 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1822 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1823 *.vrs *.toc here...
1824 (maintainer-clean): ...from here.
1825
18262007-09-05 Glenn Morris <rgm@gnu.org>
1827
1828 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1829
8cf51b2c
GM
18302007-08-29 Glenn Morris <rgm@gnu.org>
1831
1832 * emacs.texi (EMACSVER): Increase to 23.0.50.
1833
3420c522
RS
18342007-08-27 Richard Stallman <rms@gnu.org>
1835
1836 * emacs.texi (Top): Clarify menu item for Glossary.
1837
1838 * display.texi (Faces): Change secn title.
1839 Clarify not all fonts come from Font Lock.
1840
8cf51b2c
GM
18412007-08-17 Eli Zaretskii <eliz@gnu.org>
1842
1843 * basic.texi (Position Info): Add index entry for face at point.
1844 Mention that character faces are also displayed by "C-u C-x =".
1845
8cf51b2c
GM
18462007-08-08 Glenn Morris <rgm@gnu.org>
1847
1848 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1849
18502007-08-07 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * files.texi (File Conveniences): Document point motion keys in Image
1853 mode.
1854
8cf51b2c
GM
18552007-07-27 Glenn Morris <rgm@gnu.org>
1856
8cf51b2c
GM
1857 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1858 in-line.
1859
1860 * gpl.texi: New file with text of GPL.
1861 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1862
18632007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1864
1865 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1866
1867 * dired.texi (Wdired): Mention C-x C-q key binding.
1868
18692007-07-28 Nick Roberts <nickrob@snap.net.nz>
1870
1871 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1872
18732007-07-25 Glenn Morris <rgm@gnu.org>
1874
8cf51b2c
GM
1875 * emacs.texi (Copying): Replace license with GPLv3.
1876
1877 * Relicense all FSF files to GPLv3 or later.
1878
18792007-07-24 Glenn Morris <rgm@gnu.org>
1880
1881 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1882 for some calendars.
1883
18842007-07-23 Nick Roberts <nickrob@snap.net.nz>
1885
1886 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1887 default-directory for the current buffer is on a remote machine.
1888
8cf51b2c
GM
18892007-07-21 Eli Zaretskii <eliz@gnu.org>
1890
1891 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1892 default value.
1893
18942007-07-21 Richard Stallman <rms@gnu.org>
1895
1896 * files.texi (Why Version Control?): Improve previous change.
1897
18982007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1899
1900 * files.texi (Why Version Control?): New node.
1901
8cf51b2c
GM
19022007-07-12 Nick Roberts <nickrob@snap.net.nz>
1903
8cf51b2c
GM
1904 * building.texi (Starting GUD): Add xref to this anchor.
1905
8cf51b2c
GM
19062007-06-24 Karl Berry <karl@gnu.org>
1907
2a9f4d55 1908 * emacs.texi: New Back-Cover Text.
8cf51b2c 1909
8cf51b2c
GM
19102007-06-07 Alan Mackenzie <acm@muc.de>
1911
1912 * display.texi (Optional Mode Line): Document the new form of
1913 line+column numbers, "(561,2)".
1914
19152007-06-06 Juanma Barranquero <lekktu@gmail.com>
1916
49823426 1917 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1918
19192007-06-02 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * Version 22.1 released.
1922
8cf51b2c
GM
19232007-05-07 Karl Berry <karl@gnu.org>
1924
1925 * emacs.texi (EMACSVER): Back to 22.
1926
19272007-05-06 Richard Stallman <rms@gnu.org>
1928
1929 * maintaining.texi (Create Tags Table): Clean up previous change.
1930
c8763fb6 19312007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1932
1933 * maintaining.texi (Create Tags Table): Add text about the dangers of
1934 making symbolic links to tags files.
1935
19362007-05-04 Karl Berry <karl@gnu.org>
1937
1938 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1939
19402007-05-03 Karl Berry <karl@gnu.org>
1941
1942 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1943
1944 * .cvsignore (*.pdf): New entry.
1945
8cf51b2c
GM
1946 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1947 for printing.
1948
19492007-05-01 Richard Stallman <rms@gnu.org>
1950
1951 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1952
8cf51b2c
GM
19532007-04-28 Glenn Morris <rgm@gnu.org>
1954
1955 * ack.texi (Acknowledgments):
1956 * anti.texi (Antinews):
8cf51b2c
GM
1957 * programs.texi (Program Modes): Restore mention of python.el pending
1958 consideration of legal status.
1959
19602007-04-28 Richard Stallman <rms@gnu.org>
1961
1962 * files.texi (File Names): Fixes to ~ description on MS systems.
1963
8cf51b2c
GM
19642007-04-26 Glenn Morris <rgm@gnu.org>
1965
1966 * emacs.texi (EMACSVER): Increase to 22.1.50.
1967
19682007-04-25 Karl Berry <karl@gnu.org>
1969
1970 * emacs.texi: Improve line breaks on copyright page,
1971 similar layout to lispref, 8.5x11 by default.
1972
1973 * dired.texi (Image-Dired): Improve line break, fix typo.
1974
19752007-04-24 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * programs.texi (Program Modes):
8cf51b2c
GM
1978 * anti.texi (Antinews):
1979 * ack.texi (Acknowledgments): python.el removed.
1980
8cf51b2c
GM
19812007-04-23 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * display.texi (Highlight Interactively): Correct description of
1984 hi-lock-file-patterns-policy.
1985
1986 * files.texi (File Archives): Mention self-extracting executables.
1987
19882007-04-23 Eli Zaretskii <eliz@gnu.org>
1989
1990 * search.texi (Unconditional Replace, Query Replace): Add xref to
1991 "Replacement and Case".
1992
19932007-04-22 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * dired.texi (Image-Dired): Move from Thumbnails node.
1996 * misc.texi (Thumbnails): Node deleted.
1997 * emacs.texi (Top): Update node listing.
1998
1999 * files.texi (File Conveniences):
49823426 2000 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2001
20022007-04-21 Richard Stallman <rms@gnu.org>
2003
2004 * display.texi (Highlight Interactively): Correct previous change.
2005 Clarify doc of hi-lock-find-patterns, and move new features into it.
2006
20072007-04-20 David Koppelman <koppel@ece.lsu.edu>
2008
2009 * display.texi (Highlight Interactively): Document
2010 hi-lock-file-patterns-policy.
2011
20122007-04-20 Martin Rudalics <rudalics@gmx.at>
2013
2014 * display.texi (Scrolling): Fix typo.
2015
8cf51b2c
GM
20162007-04-15 Chong Yidong <cyd@stupidchicken.com>
2017
8cf51b2c
GM
2018 * doclicense.texi: Remove node heading, so that it can be included by
2019 other files.
2020
2021 * emacs.texi: Insert node heading for GFDL.
2022
8cf51b2c
GM
20232007-04-14 Eli Zaretskii <eliz@gnu.org>
2024
2025 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2026 "command line".
2027
2028 * display.texi (Faces): Refer to "Creating Frames" for face
2029 and other frame customizations in .emacs.
2030
2031 * frames.texi (Creating Frames): Mention that face customizations can
2032 be put in .emacs. Add index entries.
2033
20342007-04-12 Richard Stallman <rms@gnu.org>
2035
2036 * glossary.texi (Glossary): Explain `iff'.
2037
20382007-04-11 Karl Berry <karl@gnu.org>
2039
2040 * gnu.texi (Top),
2041 * macos.texi (Mac Font Specs),
2042 * anti.texi (Antinews),
2043 * xresources.texi (Resources),
2044 * misc.texi (Emulation),
2045 * calendar.texi (Daylight Saving),
2046 * dired.texi (Dired and Find),
2047 * rmail.texi (Remote Mailboxes),
2048 * sending.texi (Mail Headers),
2049 * programs.texi (Which Function),
2050 * files.texi (Recover),
2051 * buffers.texi (Uniquify),
2052 * frames.texi (Wheeled Mice),
2053 * killing.texi (Rectangles): Wording to improve breaks in
2054 8.5x11 format.
2055 * mule.texi (Language Environments): \hbadness=10000 since there's
2056 no way to reword.
2057 * emacs.texi (smallbook): New @set to more easily switch between
2058 smallbook and 8.5x11.
2059
20602007-04-11 Richard Stallman <rms@gnu.org>
2061
2062 * files.texi (File Conveniences): Add xref to Tumme.
2063 Delete text about Thumbnail mode.
2064
8cf51b2c
GM
20652007-04-09 Alan Mackenzie <acm@muc.de>
2066
2067 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2068 new name. Insert concept index entries.
2069
8cf51b2c
GM
20702007-04-08 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * display.texi (Standard Faces): Document prefix arg for
2073 list-faces-display.
2074
2075 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2076
8cf51b2c
GM
20772007-04-07 Chong Yidong <cyd@stupidchicken.com>
2078
8cf51b2c
GM
2079 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2080
2081 * files.texi (Misc File Ops): Rewrite description of
2082 insert-file-literally.
2083
8cf51b2c
GM
20842007-03-31 Eli Zaretskii <eliz@gnu.org>
2085
2086 * misc.texi (Printing): Postscript -> PostScript.
2087
8cf51b2c
GM
2088 * ack.texi (Acknowledgments): Postscript -> PostScript.
2089
2090 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2091
2092 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2093 below.
2094
20952007-03-30 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2098 Init Non-ASCII.
2099 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2100 (Init Non-ASCII): New node.
2101
21022007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2103
2104 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2105
8cf51b2c
GM
21062007-03-12 Glenn Morris <rgm@gnu.org>
2107
8cf51b2c
GM
2108 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2109 "Daylight Savings".
2110
49823426 2111 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2112 saving" in text throughout.
2113
8cf51b2c
GM
21142007-03-04 Richard Stallman <rms@gnu.org>
2115
2116 * custom.texi (Safe File Variables): Minor correction.
2117
8cf51b2c
GM
21182007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2119
2120 * rmail.texi (Movemail): Add internal ref.
2121 Don't indent the intro for the PROTO table.
2122 Format PROTO table items with @code.
2123
8cf51b2c
GM
21242007-02-26 Nick Roberts <nickrob@snap.net.nz>
2125
2126 * building.texi: Remove references to bashdb.
2127
8cf51b2c
GM
21282007-02-19 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * mule.texi (Language Environments): Update list of supported language
2131 environments.
2132
8cf51b2c
GM
21332007-02-14 Kim F. Storm <storm@cua.dk>
2134
2135 * building.texi (Grep Searching): Fix lgrep doc.
2136
21372007-02-12 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * back.texi: Remove unused file.
2140
c8763fb6 21412007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2142
2143 * maintaining.texi (Tag Syntax): Now --members is the default for
2144 etags, not for ctags yet.
2145
8cf51b2c
GM
21462007-02-03 Eli Zaretskii <eliz@gnu.org>
2147
2148 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2149 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2150 expects. Add comments to prevent people from inadvertently modifying
2151 the key parts needed by `texinfo-multiple-files-update'.
2152
21532007-01-29 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * frames.texi (Secondary Selection): Window clicked does not matter
2156 when mouse-yank-at-point is non-nil.
2157
8cf51b2c
GM
21582007-01-16 Glenn Morris <rgm@gnu.org>
2159
2160 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2161 system abbrev.
2162
21632007-01-11 Richard Stallman <rms@gnu.org>
2164
2165 * msdog.texi (Windows Keyboard): Another small cleanup.
2166
21672007-01-10 Richard Stallman <rms@gnu.org>
2168
2169 * msdog.texi (Windows Keyboard): Yet another try to make
2170 everyone happy with that passage.
2171
21722007-01-05 Richard Stallman <rms@gnu.org>
2173
2174 * anti.texi (Antinews): Mention M-x shell scrolling.
2175
21762007-01-05 Nick Roberts <nickrob@snap.net.nz>
2177
2178 * building.texi (Watch Expressions): Describe gdb-max-children.
2179
8cf51b2c
GM
21802007-01-04 Richard Stallman <rms@gnu.org>
2181
8cf51b2c
GM
2182 * msdog.texi (Windows Keyboard): Clarify previous change.
2183
8cf51b2c
GM
21842007-01-02 Richard Stallman <rms@gnu.org>
2185
2186 * custom.texi (Changing a Variable): Minor clarification.
2187 (Specific Customization): customize-customized => customize-unsaved.
2188
2189 * entering.texi (Entering Emacs): Clean up text about restarting
2190 Emacs for each file.
2191
2192 * misc.texi (Shell Options): Minor cleanup.
2193
2194 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2195 with Emacs, not vice versa.
2196
2197 * programs.texi (Symbol Completion): Recommend customizing
2198 window manager.
2199
2200 * xresources.texi (Resources): Minor fix.
2201
c8763fb6 22022007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2203
2204 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2205
22062007-01-01 Richard Stallman <rms@gnu.org>
2207
2208 * commands.texi (User Input): Document keys stolen by window mangers.
2209
22102006-12-31 Richard Stallman <rms@gnu.org>
2211
2212 * custom.texi (Specific Customization): Document customize-option
2213 instead of customize-variable.
2214
22152006-12-31 Kim F. Storm <storm@cua.dk>
2216
2217 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2218
22192006-12-30 Kim F. Storm <storm@cua.dk>
2220
2221 * killing.texi (CUA Bindings): Fix typo.
2222
2223 * xresources.texi (Table of Resources): Mention grow-only value for
2224 auto-resize-tool-bars.
2225
8cf51b2c
GM
22262006-12-27 Eli Zaretskii <eliz@gnu.org>
2227
2228 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2229 and how to get them back.
2230
22312006-12-26 Richard Stallman <rms@gnu.org>
2232
2233 * calendar.texi (Holidays): Holiday listing is based on current
2234 practice, but DST is not.
2235
22362006-12-25 Richard Stallman <rms@gnu.org>
2237
2238 * emacs.texi (Top): Update subnode menus.
2239
2240 * mark.texi (Transient Mark): Fix xref.
2241
2242 * killing.texi (Graphical Kill): Node deleted.
2243 (Killing): Add xref to Cut and Paste.
2244 (CUA Bindings): Update xref.
2245
2246 * frames.texi (Cut and Paste): New section to hold other nodes.
2247 (Mouse Commands): Node demoted.
2248 (Cut/Paste Other App): Split out from Mouse Commands.
2249 (Word and Line Mouse): Likewise.
2250 (Secondary Selection, Clipboard): Nodes demoted.
2251
8cf51b2c
GM
22522006-12-24 Kevin Ryde <user42@zip.com.au>
2253
2254 * calendar.texi (Holidays): US daylight saving begins second Sunday
2255 in March for 2007 onwards.
2256 (Daylight Savings): Show new US default daylight saving rules, 2nd
2257 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2258
22592006-12-23 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * calendar.texi (Scroll Calendar): < and > are switched.
2262
22632006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2264
2265 * killing.texi (Deletion): Describe M-\ prefix argument.
2266
22672006-12-23 Richard Stallman <rms@gnu.org>
2268
2269 * search.texi (Regexp Search): Explain why forward and reverse regexp
2270 search are not mirror images.
2271
8cf51b2c
GM
22722006-12-19 Kim F. Storm <storm@cua.dk>
2273
2274 * major.texi (Choosing Modes): Describe match-function elements for
2275 magic-mode-alist.
2276
8cf51b2c
GM
22772006-12-18 Eli Zaretskii <eliz@gnu.org>
2278
2279 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2280 peculiarities.
2281
22822006-12-18 Richard Stallman <rms@gnu.org>
2283
2284 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2285
8cf51b2c
GM
22862006-12-17 Alan Mackenzie <acm@muc.de>
2287
2288 * programs.texi (Left Margin Paren): Remove the bit which says
2289 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2290 Discuss some of the issues of setting this option to nil.
2291
22922006-12-17 Glenn Morris <rgm@gnu.org>
2293
2294 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2295
22962006-12-16 Eli Zaretskii <eliz@gnu.org>
2297
2298 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2299 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2300 NTFS volumes.
2301 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2302 volumes.
2303
23042006-12-15 Eli Zaretskii <eliz@gnu.org>
2305
2306 * text.texi (HTML Mode): Fix "C-c TAB".
2307
8cf51b2c
GM
23082006-12-09 Richard Stallman <rms@gnu.org>
2309
2310 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2311
23122006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2313
2314 * files.texi (Misc File Ops): Document insert-file-literally.
2315
23162006-12-08 Eli Zaretskii <eliz@gnu.org>
2317
2318 * cmdargs.texi (Colors): Note that --color is intended for overriding
2319 the terminal defaults, not for normal invocation.
2320
2321 * misc.texi (Emacs Server): Improve wording. Don't mention the
2322 ``server program''. Add a cross-reference to "Init File" node.
2323 (Invoking emacsclient): Add index entries. Document both short and
2324 long versions of command-line options. Document the -f option.
2325
8cf51b2c
GM
23262006-12-06 Richard Stallman <rms@gnu.org>
2327
2328 * text.texi (Outline Format): Say to set outline-regexp
2329 and outline-level with major modes and file local variables.
2330
c8763fb6 23312006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2332
2333 * anti.texi (Antinews): Mention the alternative to
2334 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2335
8cf51b2c
GM
2336 * misc.texi (Interactive Shell): Ditto.
2337
23382006-12-04 Eli Zaretskii <eliz@gnu.org>
2339
2340 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2341
2342 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2343
23442006-12-01 Eli Zaretskii <eliz@gnu.org>
2345
2346 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2347 colon in the mode line.
2348
2349 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2350
23512006-11-26 Nick Roberts <nickrob@snap.net.nz>
2352
2353 * building.texi (Watch Expressions): Mention SPC for expanding/
2354 contracting watch expressions.
2355
23562006-11-26 Kim F. Storm <storm@cua.dk>
2357
2358 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2359
23602006-11-26 Nick Roberts <nickrob@snap.net.nz>
2361
2362 * building.texi (Debugger Operation): Define text command mode.
2363 Clarify how tooltips work.
2364 (GDB Graphical Interface): Explain how to run in text command mode
2365 more clearly.
2366
23672006-11-25 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2370
23712006-11-22 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2374
8cf51b2c
GM
23752006-11-18 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2378 and EMACS is deprecated.
2379
23802006-11-18 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2383
c8763fb6 23842006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2385
2386 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2387
2388 * emacs.texi: Include xresources.texi both for info and dvi.
2389
2390 * xresources.texi: Merge text from xresmini.texi.
2391
c8763fb6 23922006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2393
2394 * glossary.texi: Fix typos.
2395
8cf51b2c
GM
23962006-11-06 Richard Stallman <rms@gnu.org>
2397
2398 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2399
2400 * ack.texi (Acknowledgments): Fix name spelling.
2401
24022006-11-01 Juri Linkov <juri@jurta.org>
2403
2404 * search.texi (Word Search): Document incremental word search.
2405
24062006-10-28 Glenn Morris <rgm@gnu.org>
2407
2408 * ack.texi (Acknowledgments): Add cal-html author.
2409
2410 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2411 Calendar"). Describe new package cal-html.
2412 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2413 Calendar Files."
2414
8cf51b2c
GM
24152006-10-23 Richard Stallman <rms@gnu.org>
2416
2417 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2418 Abbrev mode is enabled.
2419
8cf51b2c
GM
24202006-10-16 Richard Stallman <rms@gnu.org>
2421
8cf51b2c
GM
2422 * emacs.texi: Update ISBN.
2423
8cf51b2c
GM
24242006-10-11 Kim F. Storm <storm@cua.dk>
2425
2426 * emacs.texi (Acknowledgments): Use @dotless{i}.
2427
24282006-10-08 Nick Roberts <nickrob@snap.net.nz>
2429
2430 * building.texi (Breakpoints Buffer): Mention catchpoints.
2431
24322006-10-08 Kim F. Storm <storm@cua.dk>
2433
2434 * ack.texi (Acknowledgments): Update.
2435
2436 * emacs.texi (Acknowledgments): Fix bad @/ form.
2437
8cf51b2c
GM
24382006-10-05 Kim F. Storm <storm@cua.dk>
2439
2440 * emacs.texi (Acknowledgments): Add more contributors.
2441
24422006-10-03 Richard Stallman <rms@gnu.org>
2443
2444 * emacs.texi (Acknowledgments): Update version and edition.
2445
8cf51b2c
GM
24462006-10-01 Karl Berry <karl@gnu.org>
2447
2448 * custom.texi (Customization Groups): Page break to keep example buffer
2449 on one page.
2450
24512006-09-30 Karl Berry <karl@gnu.org>
2452
2453 * programs.texi (Basic Indent): @need to improve page break.
2454 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2455
24562006-09-29 Glenn Morris <rgm@gnu.org>
2457
2458 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2459
24602006-09-29 Karl Berry <karl@gnu.org>
2461
2462 * windows.texi (Basic Window): Remove forced @break, no longer
2463 desirable.
2464 * frames.texi (Frame Commands),
2465 * mark.texi (Marking Objects): Reword to avoid bad page break.
2466 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2467
24682006-09-19 Richard Stallman <rms@gnu.org>
2469
2470 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2471 stick to present tense.
2472
c8763fb6 24732006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2474
2475 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2476 to x-gtk-use-old-file-dialog.
2477 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2478
24792006-09-15 Jay Belanger <belanger@truman.edu>
2480
49823426 2481 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2482 Change "Library Public License" to "Lesser Public License"
2483 throughout. Use "yyyy" to represent year.
2484
8cf51b2c
GM
24852006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2486
2487 * files.texi (Visiting): Add index entry "open file".
2488
8cf51b2c
GM
24892006-09-11 Richard Stallman <rms@gnu.org>
2490
2491 * building.texi (Compilation Mode): Clarification.
2492 (Grep Searching): Add xref to Compilation Mode.
2493
8cf51b2c
GM
24942006-09-08 Richard Stallman <rms@gnu.org>
2495
2496 * search.texi (Search): Ref multi-file search commands here.
2497 (Other Repeating Search): Not here.
2498
8cf51b2c
GM
24992006-08-28 Richard Stallman <rms@gnu.org>
2500
2501 * windows.texi (Split Window): Update xref.
2502
2503 * basic.texi (Continuation Lines): Update xref.
2504
2505 * indent.texi (Tab Stops): Update xref.
2506
2507 * emacs.texi (Top): Update subnode menu.
2508
2509 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2510 split out of Display Custom.
2511
25122006-08-25 Kim F. Storm <storm@cua.dk>
2513
2514 * display.texi (Display Custom): Add variables overline-margin
2515 and x-underline-at-descent-line.
2516
25172006-08-25 Richard Stallman <rms@gnu.org>
2518
2519 * entering.texi (Exiting): Rewrite to give graphical displays
2520 priority over text terminals.
2521
2522 * search.texi (Incremental Search): Move index entries.
2523
25242006-08-23 Chong Yidong <cyd@stupidchicken.com>
2525
2526 * custom.texi (Init File): Reference Find Init to avoid "home
2527 directory" confusion.
2528
25292006-08-22 Nick Roberts <nickrob@snap.net.nz>
2530
2531 * building.texi (Other GDB-UI Buffers): Describe how to edit
2532 a value in the locals buffer.
2533
25342006-08-21 Richard Stallman <rms@gnu.org>
2535
2536 * search.texi (Basic Isearch): Add `isearch' index entry.
2537
25382006-08-16 Richard Stallman <rms@gnu.org>
2539
2540 * misc.texi (Saving Emacs Sessions): Clean up wording.
2541
2542 * mark.texi (Marking Objects): Mention term "select all".
2543
2544 * emacs.texi (Top): Update subnode menu.
2545
2546 * help.texi (Help Mode): Move node up in file.
2547
8cf51b2c
GM
25482006-08-15 Nick Roberts <nickrob@snap.net.nz>
2549
2550 * building.texi (Stack Buffer): Explain fringe arrow.
2551
8cf51b2c
GM
25522006-08-12 Eli Zaretskii <eliz@gnu.org>
2553
8cf51b2c
GM
2554 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2555 on startup.
2556
25572006-08-11 Romain Francoise <romain@orebokech.com>
2558
2559 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2560
25612006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2562
2563 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2564
25652006-08-10 Richard Stallman <rms@gnu.org>
2566
2567 * text.texi (Format Faces): Substantial rewrites to deal
2568 with face merging. Empty regions don't count. Clarify
2569 face property inheritance.
2570
25712006-08-08 Romain Francoise <romain@orebokech.com>
2572
2573 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2574 <arjuropo@cc.jyu.fi>.
2575
8cf51b2c
GM
25762006-08-04 Eli Zaretskii <eliz@gnu.org>
2577
2578 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2579 apply to all frames.
2580
8cf51b2c
GM
25812006-08-01 Richard Stallman <rms@gnu.org>
2582
2583 * help.texi (Name Help): Add index entries for describe-variable.
2584
25852006-08-01 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * building.texi (GDB Graphical Interface): Shorten node names.
2588 (GDB-UI Layout): Use GDB-related.
2589 (Other GDB-UI Buffers): Simplify English.
2590
25912006-07-31 Richard Stallman <rms@gnu.org>
2592
2593 * search.texi (Query Replace): Add xref for Dired's Q command.
2594
8cf51b2c
GM
25952006-07-31 Nick Roberts <nickrob@snap.net.nz>
2596
2597 * building.texi (GDB commands in Fringe): Rename to...
2598 (Source Buffers): ..this and move forward. Describe hollow arrow and
2599 new option gdb-find-source-frame.
2600
26012006-07-29 Richard Stallman <rms@gnu.org>
2602
2603 * dired.texi (Operating on Files): Simplify previous change
2604 and fix Texinfo usage.
2605
26062006-07-29 Eli Zaretskii <eliz@gnu.org>
2607
2608 * dired.texi (Operating on Files): Add cross-references. State the
2609 Unix commands that do similar things.
2610
26112006-07-28 Richard Stallman <rms@gnu.org>
2612
2613 * mark.texi (Transient Mark): Clarify that region never disappears
2614 when Transient Mark mode is off, and not when it is on.
2615
26162006-07-27 Richard Stallman <rms@gnu.org>
2617
2618 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2619
26202006-07-24 Richard Stallman <rms@gnu.org>
2621
2622 * xresources.texi (GTK styles): Fix texinfo usage.
2623
8cf51b2c
GM
2624 * commands.texi (User Input): Explain why we teach keyboard cmds.
2625
2626 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2627 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2628 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2629 * doclicense.texi, display.texi, dired.texi, basic.texi:
2630 * anti.texi, ack.texi: Move periods and commas inside quotes.
2631
26322006-07-22 Eli Zaretskii <eliz@gnu.org>
2633
2634 * cmdargs.texi (General Variables): Document EMAIL.
2635
26362006-07-21 Eli Zaretskii <eliz@gnu.org>
2637
2638 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2639 doesn't have effect on MS-Windows.
2640
8cf51b2c
GM
26412006-07-17 Richard Stallman <rms@gnu.org>
2642
2643 * building.texi (Grep Searching): Explain about chaining grep commands.
2644
8cf51b2c
GM
26452006-07-10 Nick Roberts <nickrob@snap.net.nz>
2646
49823426 2647 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2648
26492006-07-09 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2652 is invoked for multiple files.
2653
26542006-07-08 Eli Zaretskii <eliz@gnu.org>
2655
2656 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2657 on-line manual for the rest of this node.
2658 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2659 unconditionally.
2660 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2661 Improve wording.
2662 (Windows Printing): Improve wording.
2663 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2664 rest of this node.
2665
8cf51b2c
GM
26662006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2667
49823426
GM
2668 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2669 with eval-buffer.
8cf51b2c
GM
2670
26712006-07-05 Nick Roberts <nickrob@snap.net.nz>
2672
2673 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2674 of character translation.
2675
26762006-07-04 Nick Roberts <nickrob@snap.net.nz>
2677
2678 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2679
26802006-07-03 Karl Berry <karl@gnu.org>
2681
2682 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2683 not-too-underfull hboxes in the TeX output.
2684 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2685 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2686 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2687 * sending.texi, text.texi: Fix overfull/underfull boxes.
2688
26892006-07-03 Romain Francoise <romain@orebokech.com>
2690
2691 * m-x.texi (M-x): Fix.
2692
26932006-07-03 Richard Stallman <rms@gnu.org>
2694
8cf51b2c
GM
2695 * search.texi (Other Repeating Search): filename -> file name.
2696
2697 * misc.texi (Narrowing): Minor cleanups.
2698
2699 * files.texi (Visiting): filename -> file name.
2700
2701 * emacs.texi (Top): Update subnode menus.
2702
2703 * mule.texi (Coding Systems): Move char translation stuff here.
2704 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2705 (Recognize Coding): Substantial local rewrites.
2706 (International): Update menu.
2707
2708 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2709 (Scrolling): Substantial local rewrites.
2710 (Display): Update menu and intro.
2711
2712 * dired.texi: filename -> file name.
2713
2714 * custom.texi (Safe File Variables): Texinfo usage fix.
2715
f0131492 27162006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2717
2718 * help.texi, m-x.texi: Lots of cleanups.
2719
8cf51b2c
GM
27202006-06-30 Eli Zaretskii <eliz@gnu.org>
2721
2722 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2723 (Windows Processes, Windows Misc): Shorten the printed version by
2724 selectively conditioning less important portions by @ifnottex.
2725
8cf51b2c
GM
27262006-06-27 Richard Stallman <rms@gnu.org>
2727
2728 * mini.texi (Minibuffer File): Minor cleanup.
2729
27302006-06-25 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * frames.texi (XTerm Mouse): Rename to...
2733 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2734
2735 * emacs.texi (Top): Use new node name.
2736
27372006-06-24 Eli Zaretskii <eliz@gnu.org>
2738
2739 * emacs.texi (Top): Update the detailed menu according to changes in
2740 msdog.texi.
2741
2742 * msdog.texi (Windows Keyboard): New section.
2743 (Windows Mouse): New section.
2744 (Windows System Menu): Remove section (text merged with "Windows
2745 Keyboard").
2746 (Windows Misc): New section.
2747
2748 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2749
2750 * msdog.texi (ls in Lisp): New section.
2751
2752 * files.texi (Visiting): Document case-insensitive wildcard matching
2753 under find-file-wildcards.
2754
8cf51b2c
GM
27552006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2756
2757 * macos.texi (Mac Input): Add description of mac-function-modifier.
2758 Now Unicode keyboard layouts work.
2759
8cf51b2c
GM
27602006-06-10 Richard Stallman <rms@gnu.org>
2761
2762 * mule.texi (Recognize Coding): Clarify previous change.
2763
27642006-06-09 Kenichi Handa <handa@m17n.org>
2765
2766 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2767 notation.
2768
27692006-06-07 Kevin Ryde <user42@zip.com.au>
2770
2771 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2772 manual for @ifnottex, but in emacs-extra for @iftex.
2773
2774 * cmdargs.texi (General Variables): Fix smtpmail xref.
2775
27762006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2777
8cf51b2c 2778 * programs.texi (Comment Commands):
8cf51b2c 2779 * custom.texi (Specifying File Variables):
49823426 2780 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2781
27822006-06-07 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * building.texi (Watch Expressions): Move node to end.
2785 (GDB Graphical Interface): Move description of clicks in fringe...
2786 (GDB commands in the Fringe): ...to here. New node.
2787
8cf51b2c
GM
27882006-06-05 Romain Francoise <romain@orebokech.com>
2789
49823426 2790 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2791
27922006-06-05 Nick Roberts <nickrob@snap.net.nz>
2793
2794 * building.texi (GDB Graphical Interface): Update bindings.
2795 (Commands of GUD): Add gud-print. Remove gud-run.
2796 Restate availability more generally.
2797
f0131492 27982006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2799
2800 * mini.texi: Lots of cleanups.
2801
28022006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2805 and Mouse-2.
2806
c8763fb6 28072006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2808
2809 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2810
8cf51b2c
GM
28112006-05-31 Richard Stallman <rms@gnu.org>
2812
2813 * basic.texi (Moving Point): Fix previous change.
2814
c8763fb6 28152006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2816
2817 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2818
f0131492 28192006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2820
2821 * basic.texi: Many simplifications and improvements in wording.
2822
8cf51b2c
GM
28232006-05-26 Nick Roberts <nickrob@snap.net.nz>
2824
2825 * anti.texi (Antinews): Create a node for gdb-ui.
2826
8cf51b2c
GM
28272006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2828
2829 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2830
28312006-05-20 Richard Stallman <rms@gnu.org>
2832
2833 * dired.texi (Dired Navigation): dired-goto-file is now j.
2834
8cf51b2c
GM
28352006-05-20 Eli Zaretskii <eliz@gnu.org>
2836
2837 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2838 and their aliases.
2839
2840 * msdog.texi (Windows Printing): Mention non-support of plain text
2841 printing with some el-cheapo printers, and suggest a workaround.
2842
28432006-05-20 Kevin Ryde <user42@zip.com.au>
2844
2845 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2846 remove the bit saying you must set it.
2847
28482006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2849
2850 * trouble.texi (Checklist):
2851 * text.texi (Text, Auto Fill, Text Mode):
2852 * search.texi (Nonincremental Search):
2853 * rmail.texi (Rmail Labels):
2854 * mule.texi (Input Methods, Multibyte Conversion):
2855 * misc.texi (Gnus, Where to Look, PostScript):
2856 * maintaining.texi (Create Tags Table):
2857 * indent.texi (Indentation Commands):
2858 * fixit.texi (Spelling):
2859 * emacs.texi (Copying):
2860 * custom.texi (Init File): ifinfo -> ifnottex.
2861
8cf51b2c
GM
28622006-05-17 Richard Stallman <rms@gnu.org>
2863
2864 * files.texi (Diff Mode): Mention C-x `.
2865
28662006-05-08 Richard Stallman <rms@gnu.org>
2867
2868 * custom.texi (Disabling): Textual cleanups.
2869
8cf51b2c
GM
28702006-05-12 Glenn Morris <rgm@gnu.org>
2871
2872 * calendar.texi (Displaying the Diary, Format of Diary File):
2873 Refer to diary-view-entries, diary-list-entries,
2874 diary-show-all-entries rather than obsolete aliases.
2875
28762006-05-12 Eli Zaretskii <eliz@gnu.org>
2877
2878 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2879 (Displaying the Diary, Special Diary Entries, Importing Diary):
2880 * building.texi (Compilation Shell):
2881 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2882 emacs-xtra with @inforef's.
2883
2884 * files.texi (Visiting): Fix wording.
2885
2886 * mule.texi (Coding Systems, Text Coding): More indexing.
2887 Mention that C-x RET f can set eol conversion.
2888
c8763fb6 28892006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2890
2891 * xresmini.texi (GTK resources): Insert GTK description.
2892
2893 * xresources.texi (GTK resources): metafont should be menufont.
2894
8cf51b2c
GM
28952006-05-06 Michael Albinus <michael.albinus@gmx.de>
2896
49823426 2897 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2898 method, user name and host name is active only in partial
2899 completion mode.
2900
8cf51b2c
GM
29012006-05-06 Eli Zaretskii <eliz@gnu.org>
2902
2903 * makefile.w32-in (emacs.dvi):
2904 * Makefile.in (emacs.dvi): Add xresmini.texi.
2905
2906 * xresmini.texi (Table of Resources): Remove xref to non-existent
2907 node "LessTif Resources".
2908
2909 * msdog.texi (Microsoft Windows):
2910 * calendar.texi (Calendar/Diary, Displaying the Diary)
2911 (Special Diary Entries, Importing Diary, Holidays):
2912 * programs.texi (Program Modes):
2913 * text.texi (Text):
2914 * buffers.texi (Several Buffers):
2915 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2916
29172006-05-06 Eli Zaretskii <eliz@gnu.org>
2918
2919 The following changes merge the emacs-xtra manual into the main
2920 manual, but only for on-line version of the manual.
2921
2922 * vc2-xtra.texi (Version Backups, Local Version Control)
2923 (Making Snapshots, Change Logs and VC, Version Headers)
2924 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2925 on-line manual.
2926
2927 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2928 for on-line manual.
2929
2930 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2931 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2932 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2933 for on-line manual.
2934
2935 * fortran-xtra.texi (Fortran, Fortran Autofill)
2936 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2937 for on-line manual.
2938
2939 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2940 Conditional xref's for on-line manual.
2941
2942 * emerge-xtra.texi (Emerge, Overview of Emerge)
2943 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2944 manual.
2945
2946 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2947 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2948 (EMACSSOURCES): Use EMACS_XTRA.
2949 (../info/emacs-xtra): Remove.
2950 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2951
2952 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2953 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2954 (EMACSSOURCES): Use EMACS_XTRA.
2955 ($(infodir)/emacs-xtra): Remove.
2956 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2957
2958 * trouble.texi (Quitting):
2959 * text.texi (Text):
2960 * programs.texi (Program Modes):
2961 * msdog.texi (Microsoft Windows):
2962 * frames.texi (Frames):
2963 * files.texi (Backup, Version Control, VC Concepts)
2964 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2965 (Registering, VC Status, VC Undo, Multi-User Branching)
2966 (Comparing Files):
2967 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2968 (Displaying the Diary, Special Diary Entries, Importing Diary):
2969 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2970 conditional xref's, depending on @iftex/@ifnottex.
2971
2972 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2973 "MS-DOS". @include msdog-xtra.texi.
2974
2975 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2976 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2977
2978 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2979 for vc-xtra.texi subsections.
2980 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2981 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2982
2983 * sending.texi (Sending Mail): A @node line without explicit Prev,
2984 Next, and Up links.
2985
2986 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2987 Next, and Up links.
2988
2989 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2990 and its sections. @include picture-xtra.texi.
2991
2992 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2993 "Emerge".
2994 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2995
2996 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2997 exact duplicate of its name-sake in calendar.texi.
2998
2999 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3000 "Advanced Calendar/Diary Usage".
3001 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3002
3003 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3004 dired-xtra.texi.
3005 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3006
3007 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3008 (Files) [ifnottex]: Add menu entry for Autorevert.
3009
3010 * emacs-xtra.texi (Introduction): Reword to make consistent with
3011 printed version only.
3012 <Top level>: Remove the body of all chapters and move them to the
3013 new *-xtra.texi files. Use @raisesections and @lowersections to
3014 convert sections to chapters etc.
3015
3016 * msdog-xtra.texi:
3017 * fortran-xtra.texi:
3018 * vc-xtra.texi:
3019 * vc1-xtra.texi:
3020 * vc2-xtra.texi:
3021 * emerge-xtra.texi:
3022 * cal-xtra.texi:
3023 * dired-xtra.texi:
3024 * arevert-xtra.texi: New files, with text from respective chapters
3025 of emacs-xtra.texi. Convert each @chapter into @section, @section
3026 into @subsection, etc.
3027
3028 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3029 updated.
3030
3031 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3032 Windows". All references updated.
3033
30342006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3035
3036 * macos.texi (Mac Input): Mention input from Character Palette.
3037 (Mac Font Specs): Fix typo.
3038
30392006-05-05 Richard Stallman <rms@gnu.org>
3040
3041 * files.texi (Diff Mode): Minor cleanup.
3042
30432006-05-05 Karl Berry <karl@gnu.org>
3044
8cf51b2c
GM
3045 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3046 errors from the current release of makeinfo (4.8).
3047 * help.texi (Library Keywords): Change widest word in multitable
3048 template from `emulations' to `convenience'. (Not sure if this is
3049 related to the font change.)
3050
30512006-05-05 Eli Zaretskii <eliz@gnu.org>
3052
3053 * files.texi (File Names): Add a footnote about limited support of
3054 ~USER on MS-Windows.
3055
3056 * cmdargs.texi (Initial Options): Add a footnote about limited
3057 support of ~USER on MS-Windows.
3058
30592006-05-03 Richard Stallman <rms@gnu.org>
3060
3061 * files.texi (Diff Mode): Node moved here.
3062 (Comparing Files): Delete what duplicates new node.
3063 (Files): Put Diff Mode in menu.
3064
3065 * misc.texi (Diff Mode): Moved to files.texi.
3066
3067 * emacs.texi (Top): Update menu for Diff Mode.
3068
3069 * trouble.texi (Emergency Escape): Simplify.
3070
3071 * emacs.texi (Top): Minor clarification.
3072
30732006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3074
3075 * commands.texi, entering.texi, screen.texi: Many simplifications.
3076
30772006-05-03 Richard Stallman <rms@gnu.org>
3078
3079 * commands.texi (Text Characters): Delete paragraph about unibyte
3080 non-ASCII printing chars.
3081
3082 * killing.texi (Killing): Say "graphical displays".
3083 * display.texi: Say "graphical displays".
3084
3085 * cmdargs.texi (Misc X): Say "graphical displays".
3086
30872006-05-01 Richard Stallman <rms@gnu.org>
3088
3089 * emacs.texi (Top): Add Diff Mode to menu.
3090
30912006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3092
3093 * misc.texi (Diff Mode): New node.
3094
30952006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3096
3097 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3098 (Mac Environment Variables): Shorten example line.
3099 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3100
31012006-05-01 Nick Roberts <nickrob@snap.net.nz>
3102
3103 * building.texi (GUD Customization): Describe cases %d and %c.
3104 Update description for %e.
3105
31062006-04-30 Glenn Morris <rgm@gnu.org>
3107
3108 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3109
31102006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3111
3112 * custom.texi (Examining): Update C-h v output example.
3113
31142006-04-29 Kim F. Storm <storm@cua.dk>
3115
3116 * building.texi (Grep Searching): Add lgrep and rgrep.
3117
8cf51b2c
GM
31182006-04-23 Richard Stallman <rms@gnu.org>
3119
3120 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3121
3122 * xresmini.texi: New file.
3123
3124 * xresources.texi (Face Resources): Split table into font resources
3125 and the rest. Combine similar attributes for brevity.
3126
8cf51b2c
GM
31272006-04-21 Eli Zaretskii <eliz@gnu.org>
3128
3129 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3130 backslashes and case-insensitivity in file names (moved to the
3131 main manual).
3132 (MS-DOS Printing): Move most of the text to the main manual.
3133
3134 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3135 New nodes.
3136 (Windows Processes, Windows System Menu): Add index entries and
3137 fix wording.
3138
8cf51b2c
GM
31392006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3140
3141 * misc.texi (Shell Ring): Add notes on saved input when
3142 navigating off the end of the history list.
3143
31442006-04-18 Chong Yidong <cyd@mit.edu>
3145
3146 * misc.texi (Shell Options): Correct default value of
3147 comint-scroll-show-maximum-output.
3148
8cf51b2c
GM
31492006-04-18 Nick Roberts <nickrob@snap.net.nz>
3150
3151 * building.texi (Watch Expressions): Update.
3152
8cf51b2c
GM
31532006-04-12 Richard Stallman <rms@gnu.org>
3154
3155 * search.texi: Clean up previous change.
3156
31572006-04-12 Eli Zaretskii <eliz@gnu.org>
3158
3159 * search.texi (Regexp Backslash, Regexp Replace): Add index
3160 entries for ``back reference'' and mention the term itself in the
3161 text.
3162
31632006-04-11 Richard Stallman <rms@gnu.org>
3164
3165 * custom.texi (Safe File Variables):
3166 Document enable-local-variables = :safe.
3167
31682006-04-11 Karl Berry <karl@gnu.org>
3169
3170 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3171 (Remote Repositories, Version Backups, Local Version Control)
3172 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3173 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3174 (Renaming VC Work Files and Master Files)
3175 (Inserting Version Control Headers, Customizing VC, General Options)
3176 (Options for RCS and SCCS, Options specific for CVS): Move all
3177 these nodes to emacs-xtra.texi, for brevity.
3178 * cmdargs.texi, files.texi: Change cross-references.
3179
8cf51b2c
GM
31802006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3181
3182 * files.texi (Old Versions): Update description of vc-annotate's
3183 use of color to indicate date ranges.
3184
8cf51b2c
GM
31852006-04-09 Kevin Ryde <user42@zip.com.au>
3186
8cf51b2c
GM
3187 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3188 put info and printed manual names the right way around.
3189
31902006-04-09 Karl Berry <karl@gnu.org>
3191
3192 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3193 emacs-xtra.texi, leaving only MS Windows information.
3194 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3195 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3196 node names.
3197
3198 * emacs.texi: Move @summarycontents and @contents to the beginning
3199 of the file.
3200
8cf51b2c
GM
32012006-04-08 Kevin Ryde <user42@zip.com.au>
3202
3203 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3204
32052006-04-07 Richard Stallman <rms@gnu.org>
3206
3207 * programs.texi (Comments, Comment Commands, Options for Comments)
3208 (Multi-Line Comments): "Align", not "indent".
3209 (Basic Indent): C-j deletes trailing whitespace before the newline.
3210
32112006-04-06 Richard Stallman <rms@gnu.org>
3212
8cf51b2c
GM
3213 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3214
32152006-04-06 Eli Zaretskii <eliz@gnu.org>
3216
3217 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3218
8cf51b2c
GM
32192006-04-05 Richard Stallman <rms@gnu.org>
3220
3221 * emacs.texi (Top): Update subnode menu.
3222
3223 * trouble.texi (Unasked-for Search): Node deleted.
3224 (Lossage): Delete from menu.
3225
32262006-04-04 Richard Stallman <rms@gnu.org>
3227
3228 * trouble.texi: Various cleanups.
3229 (Checklist): Don't bother saying how to snail a bug report.
3230 (Emergency Escape): Much rewriting.
3231 (After a Crash): Rename the core dump immediately.
3232 (Total Frustration): Call it a psychotherapist.
3233 (Bug Criteria): Avoid "illegal instruction".
3234 (Sending Patches): We always put the contributor's name in.
3235
3236 * misc.texi (Thumbnails): Minor correction.
3237
8cf51b2c
GM
32382006-04-03 Richard Stallman <rms@gnu.org>
3239
3240 * misc.texi (Thumbnails): Minor cleanup.
3241
32422006-04-02 Karl Berry <karl@gnu.org>
3243
3244 * sending.texi (Mail Sending): pxref to Top needs five args.
3245
3246 * texinfo.tex: Update to current version (2006-03-21.13).
3247
8cf51b2c
GM
32482006-03-31 Richard Stallman <rms@gnu.org>
3249
3250 * emacs.texi (Top): Update subnode menu.
3251
3252 * help.texi (Help Mode): Cleanup.
3253
3254 * dired.texi: Many cleanups.
3255 (Dired Deletion): Describe dired-recursive-deletes.
3256 (Operating on Files): dired-create-directory moved.
3257 (Misc Dired Features): Move to here.
3258 (Tumme): Node moved to misc.texi.
3259
3260 * custom.texi: Many cleanups.
3261 (Minor Modes): Don't mention ISO Accents Mode.
3262 (Examining): Update C-h v output example.
3263 (Hooks): Add index and xref for add-hook.
3264 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3265 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3266
3267 * misc.texi: Many cleanups.
3268 (beginning): Add to summary of topics.
3269 (Shell): Put eshell xref at the end. Remove eshell from table.
3270 (Thumbnails): New node.
3271
8cf51b2c
GM
32722006-03-28 Eli Zaretskii <eliz@gnu.org>
3273
3274 * files.texi (File Name Cache): Make it clear that the cache is
3275 not persistent.
3276
8cf51b2c
GM
32772006-03-25 Karl Berry <karl@gnu.org>
3278
49823426
GM
3279 * emacs-xtra.texi, emacs.texi, gnu.texi:
3280 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3281 (2) do not indent copyright year list (or anything else).
3282
8cf51b2c
GM
32832006-03-21 Juanma Barranquero <lekktu@gmail.com>
3284
3285 * files.texi (VC Dired Mode): Remove misplaced brackets.
3286
32872006-03-21 Andre Spiegel <spiegel@gnu.org>
3288
3289 * files.texi: Various updates and clarifications in the VC chapter.
3290
32912006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3292
3293 * help.texi (Help Mode): Document "C-c C-c".
3294
8cf51b2c
GM
32952006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3298 menu in the standalone Info reader.
3299
33002006-03-15 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3303 moved here from Emacs manual.
3304
3305 * programs.texi (Fortran): Section moved to emacs-xtra.
3306 (Program Modes): Xref to Fortran in emacs-xtra.
3307
3308 * maintaining.texi (Emerge): Move to emacs-xtra.
3309 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3310
3311 * picture.texi: File deleted.
3312 * Makefile.in:
3313 * makefile.w32-in: Remove picture.texi.
3314
3315 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3316 * abbrevs.texi (Abbrevs):
3317 * sending.texi (Sending Mail): Picture node removed.
3318
3319 * emacs.texi (Top): Update node listings.
3320
8cf51b2c
GM
33212006-03-12 Richard Stallman <rms@gnu.org>
3322
3323 * calendar.texi: Various cleanups.
3324
8cf51b2c
GM
33252006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3328 syntax.
3329
8cf51b2c
GM
33302006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3331
3332 * search.texi (Regexps): More accurately describe which characters
3333 are special in which situations. Recommend _not_ to quote `]' or
3334 `-' when they are not special.
3335
8cf51b2c
GM
33362006-02-28 Andre Spiegel <spiegel@gnu.org>
3337
3338 * files.texi (Old Versions): Clarify operation of C-x v =.
3339
8cf51b2c
GM
33402006-02-21 Nick Roberts <nickrob@snap.net.nz>
3341
3342 * building.texi (Watch Expressions): Update and describe
3343 gdb-speedbar-auto-raise.
3344
33452006-02-19 Richard M. Stallman <rms@gnu.org>
3346
3347 * emacs.texi: Use @smallbook.
3348 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3349 Update subnode menu.
3350
3351 * building.texi (Lisp Interaction): Minor addition.
3352
33532006-02-18 Nick Roberts <nickrob@snap.net.nz>
3354
3355 * building.texi (Watch Expressions): Update and be more precise.
3356
c8763fb6 33572006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3358
3359 * maintaining.texi (Create Tags Table): Explain why the
3360 exception when etags writes to files under the /dev tree.
3361
33622006-02-14 Richard M. Stallman <rms@gnu.org>
3363
3364 * custom.texi (Safe File Variables): Lots of clarification.
3365 Renamed from Unsafe File Variables.
3366
33672006-02-14 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * custom.texi (Unsafe File Variables): File variable confirmation
3370 assumed denied in batch mode.
3371
33722006-02-14 Richard M. Stallman <rms@gnu.org>
3373
3374 * building.texi (GDB User Interface Layout): Don't say `inferior'
3375 for program being debugged.
3376
33772006-02-15 Nick Roberts <nickrob@snap.net.nz>
3378
3379 * building.texi (GDB Graphical Interface):
3380 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3381
33822006-02-13 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * custom.texi (Specifying File Variables, Unsafe File Variables):
3385 New nodes, split from File Variables. Document new file local
3386 variable behavior.
3387
33882006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3389
3390 * display.texi (Standard Faces):
8cf51b2c
GM
3391 * files.texi (Visiting):
3392 * frames.texi (Clipboard):
3393 * glossary.texi (Glossary) <Clipboard>:
3394 * xresources.texi (X Resources): Mention Mac OS port.
3395
8cf51b2c
GM
33962006-02-12 Richard M. Stallman <rms@gnu.org>
3397
3398 * building.texi (Building): Clarify topic in intro.
3399
3400 * maintaining.texi (Maintaining): Change title; clarify topic.
3401 Delete duplicate index entries.
3402
3403 * building.texi (Other GDB User Interface Buffers): Clarifications.
3404
3405 * text.texi (Cell Commands): Clarifications.
3406
3407 * programs.texi (Defuns): Delete duplicate explanation of
3408 left-margin paren convention.
3409 (Hungry Delete): Minor cleanup.
3410
34112006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3412
3413 * dired.texi (Tumme): More tumme documentation.
3414
34152006-02-11 Alan Mackenzie <acm@muc.de>
3416
3417 * programs.texi ("Hungry Delete"): Correct the appellation of the
3418 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3419
34202006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3421
3422 * dired.texi (Tumme): Fix small bug.
3423
34242006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3425
3426 * macos.texi (Mac International): Rename "fontset-mac" to
3427 "fontset-standard".
3428
8cf51b2c
GM
34292006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3430
3431 * dired.texi (Tumme): Basic documentation for Tumme added.
3432
8cf51b2c
GM
34332006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3434
3435 * mule.texi (International):
3436 * programs.texi (Basic Indent): Fix typos.
3437
8cf51b2c
GM
3438 * custom.texi (Minor Modes):
3439 * display.texi (Text Display):
3440 * commands.texi (Text Characters): Update xrefs.
3441
34422006-02-07 Richard M. Stallman <rms@gnu.org>
3443
3444 * emacs.texi (Top): Update subnode menu.
3445 Update info on old Emacs papers.
3446 (Intro): "Graphical display", not window system.
3447
3448 * xresources.texi (GTK styles): Minor clarifications.
3449
3450 * trouble.texi: "Graphical display", not window system.
3451 (Stuck Recursive): Minor clarification.
3452
3453 * text.texi: Minor clarifications.
3454 (Sentences): Explain why two-space convention is better.
3455 Explain sentence-end-without-period here.
3456 (Fill Commands): Not here.
3457 (Refill): Node moved down.
3458 (Filling): Update menu.
3459 (Table Creation, Cell Justification, Column Commands): Clarify.
3460
3461 * sending.texi: Minor clarifications.
3462
3463 * search.texi (Regexp Backslash): Clarification.
3464
3465 * rmail.texi: Minor cleanups.
3466 (Rmail): Delete digression about `rmail-mode'.
3467 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3468 (Rmail Files): Mention C-u M-x rmail.
3469 (Rmail Reply): Mention References.
3470 (Rmail Display): Mention rmail-nonignored-headers.
3471
3472 * programs.texi: Minor cleanups.
3473 (Comment Commands): Mention momentary Transient Mark mode.
3474 (Matching): Be more specific about customizing show-paren-mode.
3475 (Info Lookup): Don't list the modes that support C-h S.
3476 Just say what it does in an unsupported mode.
3477 (Man Page): Delete excessive info on customizing woman.
3478 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3479
3480 * abbrevs.texi: Minor clarifications.
3481 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3482 not "dynamic abbrevs" as if they were a kind of abbrev.
3483
3484 * picture.texi (Picture): Minor cleanup.
3485
3486 * mule.texi (Communication Coding): Say "other applications".
3487 (Fontsets): Not specific to X. Add xref to X Resources.
3488 (Unibyte Mode): Rename from Single-Byte Character Support.
3489 "Graphical display", not window system.
3490 (International): Update menu.
3491
3492 * maintaining.texi (Format of ChangeLog):
3493 New node, split out from ChangeLog.
3494 (ChangeLog): Clarifications in the remaining text.
3495 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3496 (Find Tag): Add @w.
3497 (Tags Search): Explain tag table order here. Simplify grep ref.
3498 (List Tags): tags-tag-face is a variable, not a face.
3499 (Emerge): Cleanups.
3500
3501 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3502 (Keyboard Macros): Avoid "the user".
3503
3504 * killing.texi: "Graphical display", not window system.
3505
3506 * help.texi (Help Echo): "Graphical display", not window system.
3507
3508 * glossary.texi: Say "you", not "the user". Say "graphical display".
3509
3510 * frames.texi: Minor cleanups. "Graphical display", not window system.
3511
3512 * files.texi (Visiting): Make drag-and-drop not X-specific.
3513
3514 * custom.texi: Minor cleanups. "Graphical display", not window system.
3515
3516 * cmdargs.texi: Minor cleanups.
3517
3518 * building.texi (Compilation): Move and split kill-compilation para.
3519 Add para about multiple compilers.
3520 (Compilation Mode): Commands also available in grep mode and others.
3521 Mention C-u C-x ` more tutorially. Clarify C-x `.
3522 (Compilation Shell): Clarify. Put Bash example first.
3523 (Grep Searching): Minor cleanups; add @w.
3524 (Debuggers): Minor cleanups.
3525 (Starting GUD): Make GDB xgraphical mode issue clearer.
3526 (Debugger Operation): Lots of clarifications including
3527 GDB tooltip side-effect issue.
3528 (Commands of GUD): Clarify.
3529 (GUD Customization): Add bashdb-mode-hook.
3530 (GDB Graphical Interface): Rewrite for clarity.
3531 (GDB User Interface Layout): Rewrite for clarity.
3532 (Stack Buffer, Watch Expressions): Likewise.
3533 (Other GDB User Interface Buffers): Cleanups.
3534 (Lisp Libraries, External Lisp): Cleanup.
3535
3536 * basic.texi (Position Info): "Graphical displays", rather than
3537 window systems.
3538
3539 * anti.texi: Minor cleanup.
3540
8cf51b2c
GM
35412006-02-03 Eli Zaretskii <eliz@gnu.org>
3542
3543 * custom.texi (Init File, Find Init): Add cross-references to
3544 where $HOME is described.
3545
35462006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3547
3548 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3549 is not inside the @table.
3550
3551 * emacs.texi (Top): Correct node name.
3552
3553 * files.texi (File Names): Fix @xref.
3554 (Reverting): Fix typo.
3555
3556 * mule.texi (International): Correct node name.
3557
3558 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3559
35602006-02-01 Richard M. Stallman <rms@gnu.org>
3561
3562 * emacs.texi (Top): Update subnode menu.
3563
3564 * mule.texi: Minor clarifications.
3565 Reduce the specific references to X Windows.
3566 Refer to "graphical" terminals, rather than window systems.
3567 (Text Coding): Rename from Specify Coding.
3568 (Communication Coding, File Name Coding, Terminal Coding):
3569 New nodes split out from Text Coding.
3570
3571 * kmacro.texi: Minor clarifications.
3572 (Keyboard Macro Ring): Comment out some excessive commands.
3573 (Basic Keyboard Macro): Split up the table, putting part in each node.
3574
3575 * major.texi: Minor clarifications.
3576
3577 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3578
3579 * windows.texi: Minor clarifications.
3580 (Change Window): Don't describe mode-line mouse cmds here.
3581 Add xref to Mode Line Mouse.
3582
3583 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3584
3585 * macos.texi (Mac International): Fix xref.
3586
3587 * indent.texi: Minor clarifications.
3588
3589 * frames.texi: Minor clarifications.
3590 Reduce the specific references to X Windows.
3591 Refer to "graphical" terminals, rather than window systems.
3592 (Frame Parameters): Don't mention commands like
3593 set-foreground-color. Just say to customize a face.
3594 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3595
3596 * files.texi: Minor clarifications.
3597 (Numbered Backups): New node, split out from Backup Names.
3598
3599 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3600
3601 * cmdargs.texi (General Variables): Fix xref.
3602
3603 * buffers.texi: Minor clarifications.
3604
8cf51b2c
GM
36052006-01-31 Richard M. Stallman <rms@gnu.org>
3606
3607 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3608 Nodes moved to top.
3609
3610 * display.texi: Minor clarifications.
3611 (Display): Rearrange menu.
3612 (Standard Faces): Mention query-replace face.
3613 (Faces): Simplify.
3614 (Font Lock): Simplify face customization info.
3615 (Highlight Changes): Node merged into Highlight Interactively.
3616 (Highlight Interactively): Much rewriting and cleanup.
3617 (Optional Mode Line): Narrowed line number not good for goto-line.
3618 Simplify face customization advice.
3619 (Text Display): Mention use of escape-glyph face.
3620 Move ctl-arrow and tab-width here.
3621 (Display Custom): Move no-redraw-on-reenter to end of node.
3622
3623 * search.texi: Minor clarifications.
3624 (Isearch Scroll): Simplify.
3625 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3626
3627 * regs.texi (Registers): Mention bookmarks here.
3628
3629 * mark.texi: Minor clarifications.
3630 (Selective Undo): Node deleted.
3631
3632 * m-x.texi: Minor clarifications.
3633
3634 * killing.texi: Minor clarifications.
3635 Refer to "graphical" terminals, rather than window systems.
3636
3637 * help.texi: Clarifications.
3638 (Help): Don't describe C-h F and C-h K here.
3639 (Key Help): Describe C-h K here.
3640 (Name Help): Mention Emacs Lisp Intro.
3641 Describe C-h F here.
3642 (Misc Help): Mention C-h F and C-h K only briefly.
3643
3644 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3645 Selective undo text merged in.
3646 (Spelling): Mention Aspell along with Ispell.
3647
3648 * emacs.texi (Top): Update subnode menus.
3649
3650 * basic.texi (Basic Undo): Rename from Undo. Most of text
3651 moved to new Undo node.
3652
8cf51b2c
GM
36532006-01-29 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * basic.texi (Continuation Lines, Inserting Text):
3656 Mention longlines mode.
3657
36582006-01-29 Richard M. Stallman <rms@gnu.org>
3659
10d1d0af 3660 * screen.texi: Minor cleanups.
8cf51b2c
GM
3661 (Screen): Clean up the intro paragraphs.
3662 (Mode Line): Lots of rewriting. Handle frame-name better.
3663 eol-mnemonic-... vars moved out.
3664
3665 * emacs.texi (Top): Change menu item for MS-DOS node.
3666 Update subnode menu.
3667
3668 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3669 chapter relates to Windows. Title changed.
3670
3671 * mini.texi: Minor cleanups.
3672
3673 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3674 (Mark): Put it in the menu.
3675
3676 * entering.texi: Minor cleanups.
3677
3678 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3679 (Intro): Refer to "graphical" terminals, rather than X.
3680
3681 * display.texi (Display Custom): Add xref to Variables.
3682 (Optional Mode Line): eol-mnemonic-... vars moved here.
3683
3684 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3685 rather than X.
3686
8cf51b2c
GM
3687 * basic.texi: Minor cleanups.
3688 (Undo): selective-undo moved.
3689
8cf51b2c
GM
36902006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * anti.texi (Antinews): Various corrections and additions.
3693
36942006-01-23 Juri Linkov <juri@jurta.org>
3695
3696 * custom.texi (Easy Customization, Customization Groups)
3697 (Browsing Custom): Mention links along with buttons.
3698
8cf51b2c
GM
36992006-01-21 Eli Zaretskii <eliz@gnu.org>
3700
8cf51b2c
GM
3701 * text.texi (TeX Print): Use @key for TAB.
3702
8cf51b2c
GM
3703 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3704
8cf51b2c
GM
37052006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3706
3707 * files.texi (File Aliases): Don't claim that usually separate
3708 buffers are created for two file names that name the same data.
3709 Mention additional situations where different names mean the same
3710 file on disk.
3711
37122006-01-19 Richard M. Stallman <rms@gnu.org>
3713
3714 * killing.texi (Deletion): Upcase @key argument.
3715
3716 * custom.texi (Custom Themes): Minor cleanup.
3717
3718 * programs.texi (Hungry Delete): Upcase @key argument.
3719
8cf51b2c
GM
37202006-01-16 Juri Linkov <juri@jurta.org>
3721
3722 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3723 Move `mode-line-highlight' before `mode-line-buffer-id'.
3724
8cf51b2c
GM
37252006-01-14 Richard M. Stallman <rms@gnu.org>
3726
3727 * basic.texi (Inserting Text): Minor cleanup.
3728
8cf51b2c
GM
37292006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3730
3731 * custom.texi (Changing a Variable, Face Customization):
3732 Update for changes in Custom menus.
3733
8cf51b2c
GM
37342006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3735
3736 * macos.texi (Mac International): Undo last change.
3737
8cf51b2c
GM
37382006-01-02 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * custom.texi (Custom Themes): Describe the new
3741 customize-create-theme interface.
3742
37432005-12-30 Juri Linkov <juri@jurta.org>
3744
3745 * basic.texi (Position Info): Update example.
3746
c8763fb6 37472005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3748
3749 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3750
37512005-12-24 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * custom.texi (Custom Themes): `load-theme' always loads.
3754
37552005-12-23 Juri Linkov <juri@jurta.org>
3756
3757 * display.texi (Highlight Interactively): Use double space to
3758 separate sentences. Replace C-p with M-p, and C-n with M-n.
3759
37602005-12-22 Richard M. Stallman <rms@gnu.org>
3761
3762 * custom.texi (Easy Customization and subnodes):
3763 Replace "active field" with "button".
3764 Use "user option" only for variables.
3765 Use "setting" for variable-or-face.
3766
37672005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * buffers.texi (Select Buffer): Change order in table to make
3770 "Similar" refer to the correct item.
3771 (Indirect Buffers): Minor rewording.
3772
8cf51b2c
GM
37732005-12-20 Juri Linkov <juri@jurta.org>
3774
3775 * files.texi (VC Status): Put P and N near p and n.
3776
8cf51b2c
GM
37772005-12-19 Richard M. Stallman <rms@gnu.org>
3778
3779 * programs.texi (Electric C): Delete the info about newline control.
3780 (Other C Commands): Minor cleanup.
3781 (Left Margin Paren): Minor cleanup.
3782
37832005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3784
3785 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3786 (Customization Groups): Delete text moved to "Browsing Custom".
3787 (Browsing Custom): New node.
3788 (Specific Customization): Clarify which commands only work for
3789 loaded options.
3790
37912005-12-18 Bill Wohler <wohler@newt.com>
3792
3793 * frames.texi (Tool Bars): Shorten text of previous change.
3794
37952005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3796
3797 * files.texi (VC Status): Document log-view mode.
3798
37992005-12-18 Bill Wohler <wohler@newt.com>
3800
3801 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3802 permanently via the customize interface.
3803
8cf51b2c
GM
38042005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3805
3806 * killing.texi (Killing by Lines): Document `kill-whole-line'
3807 function.
3808
c8763fb6 38092005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3810
3811 * buffers.texi (Select Buffer): Change `prev-buffer' to
3812 `previous-buffer'. Indicate that these functions use a frame
3813 local buffer list.
3814
8cf51b2c
GM
38152005-12-12 Richard M. Stallman <rms@gnu.org>
3816
3817 * custom.texi (Easy Customization): Change menu comment.
3818 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3819
3820 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3821 (Help): Among the Apropos commands, describe only C-h a here.
3822
38232005-12-11 Richard M. Stallman <rms@gnu.org>
3824
3825 * programs.texi (Options for Comments): Comment-end starts with space.
3826
3827 * glossary.texi (Glossary): Minor cleanup.
3828
3829 * files.texi (Old Versions): Use @table.
3830
8cf51b2c
GM
38312005-12-10 David Koppelman <koppel@ece.lsu.edu>
3832
3833 * display.texi (Highlight Interactively): Include
3834 global-hi-lock-mode. Add miscellaneous details and elaborations.
3835
38362005-12-09 Richard M. Stallman <rms@gnu.org>
3837
3838 * display.texi (Font Lock): Delete the Global FL menu item.
3839
38402005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3841
3842 * custom.texi (Minibuffer Maps): Mention the maps for file name
3843 completion.
3844
38452005-12-09 Kim F. Storm <storm@cua.dk>
3846
3847 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3848 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3849 cursor to next corner in rectangle; clarify insert around rectangle.
3850
8cf51b2c
GM
38512005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * custom.texi (Customization): Use xref to elisp manual for
3854 non-TeX output.
3855 (Minor Modes): Update.
3856 (Customization Groups, Changing a Variable, Face Customization):
3857 Update for new appearance of Custom buffers.
3858 (Changing a Variable): `custom-buffer-done-function' has been
3859 replaced by `custom-buffer-done-kill'.
3860 (Specific Customization): In the `customize-group' buffer, a
3861 subgroup's contents are not "hidden". They are not included at
3862 all. They have no [Show] button.
3863 (Mouse Buttons): Add pxref to description of mouse event lists in
3864 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3865 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3866 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3867
38682005-12-08 Richard M. Stallman <rms@gnu.org>
3869
3870 * mini.texi (Completion Commands, Completion):
3871 In file name input, SPC does not do completion.
3872
8cf51b2c
GM
38732005-12-08 Nick Roberts <nickrob@snap.net.nz>
3874
3875 * building.texi (GDB Graphical Interface): Explain screen size
3876 setting.
3877 (Other GDB User Interface Buffers): Describe features specific to
3878 GDB 6.4.
3879
8cf51b2c
GM
38802005-12-01 Nick Roberts <nickrob@snap.net.nz>
3881
3882 * building.texi (GDB User Interface Layout): Describe how to
3883 kill associated buffers.
3884 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3885 (Watch Expressions): Be more precise.
3886 (Other GDB User Interface Buffers): Describe how to change a
3887 register value.
3888
8cf51b2c
GM
38892005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3890
3891 * macos.texi (Mac Input): Remove description of
3892 mac-command-key-is-meta. Add descriptions of
3893 mac-control-modifier, mac-command-modifier, and
3894 mac-option-modifier.
3895 (Mac International): Fix description of conversion of clipboard data.
3896 (Mac Font Specs): Add example of font customization by face attributes.
3897
38982005-11-22 Nick Roberts <nickrob@snap.net.nz>
3899
3900 * building.texi (Watch Expressions): Expand description.
3901 (Other GDB User Interface Buffers): Describe local map for
3902 gud-watch.
3903
39042005-11-21 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * display.texi (Font Lock): Font lock is enabled by default now.
3907
39082005-11-20 Juri Linkov <juri@jurta.org>
3909
3910 * basic.texi (Position Info): Update examples of the output.
3911 Remove the fact that examples are produced in the TeXinfo buffer,
3912 because in the Info reader users will get a different output from
3913 `C-x ='.
3914
3915 * building.texi (Compilation Mode): Remove paragraph duplicated
3916 from the node `Compilation'. Add `compilation-skip-threshold'.
3917
3918 * display.texi (Font Lock): Suggest more user-friendly method of
3919 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3920
39212005-11-18 Richard M. Stallman <rms@gnu.org>
3922
3923 * files.texi (Registering): Mention @@ in mode line.
3924
3925 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3926
39272005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3928
3929 * files.texi (Renaming and VC): Some back-ends don't
3930 handle renaming.
3931
8cf51b2c
GM
39322005-11-17 Juri Linkov <juri@jurta.org>
3933
3934 * emacs.texi (Top):
3935 * display.texi (Highlight Interactively): Put this font-lock based
3936 mode near Font Lock node.
3937
39382005-11-16 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3941 icons.
3942
39432005-11-12 Kim F. Storm <storm@cua.dk>
3944
3945 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3946 (Help Summary): Add C-h d and C-h e.
3947 (Apropos): Clarify that all apropos commands may search for either
3948 list of words or a regexp. Add C-h d for apropos-documentation.
3949 Describe apropos-documentation-sort-by-scores user option.
3950
8cf51b2c
GM
39512005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * killing.texi (CUA Bindings): Add @section.
3954
39552005-11-10 Kim F. Storm <storm@cua.dk>
3956
3957 * emacs.texi (Top): Add CUA Bindings entry to menu.
3958
3959 * killing.texi (CUA Bindings): New node. Moved here from
3960 misc.texi and extended with info on rectangle commands and
3961 rectangle highlighting, interface to registers, and the global
3962 mark feature.
3963
3964 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3965
3966 * regs.texi: Prev link points to CUA Bindings node.
3967
39682005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3969
3970 * help.texi (Help Echo): By default, help echos are only shown on
3971 mouse-over, not on point-over.
3972
c8763fb6 39732005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3974
3975 * misc.texi (Shell Mode): Describe how to activate password echoing.
3976
8cf51b2c
GM
39772005-11-04 Romain Francoise <romain@orebokech.com>
3978
3979 * mark.texi (Mark Ring): Fix typo.
3980
39812005-11-03 Richard M. Stallman <rms@gnu.org>
3982
3983 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3984
39852005-11-01 Bill Wohler <wohler@newt.com>
3986
3987 * help.texi (Help Mode): Fix typo.
3988
39892005-11-01 Nick Roberts <nickrob@snap.net.nz>
3990
3991 * building.texi (Other GDB User Interface Buffers): Describe
3992 the command gdb-use-inferior-io-buffer.
3993
39942005-10-31 Romain Francoise <romain@orebokech.com>
3995
3996 * files.texi (Compressed Files): Fix typo.
3997
3998 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3999
4000 * windows.texi (Force Same Window): Likewise.
4001
40022005-10-30 Bill Wohler <wohler@newt.com>
4003
4004 * help.texi (Help Mode): URLs viewed with browse-url.
4005
40062005-10-31 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * building.texi (GDB Graphical Interface): Don't reference
4009 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4010 must stay in same frame.
4011
40122005-10-29 Chong Yidong <cyd@stupidchicken.com>
4013
4014 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4015
4016 * anti.texi (Antinews): Likewise.
4017
8cf51b2c
GM
40182005-10-28 Bill Wohler <wohler@newt.com>
4019
4020 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4021
40222005-10-28 Richard M. Stallman <rms@gnu.org>
4023
4024 * files.texi (Visiting): Explain how to enter ? in a file name.
4025
4026 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4027
8cf51b2c
GM
40282005-10-25 Nick Roberts <nickrob@snap.net.nz>
4029
4030 * building.texi (GDB Graphical Interface): Describe
4031 gdb-mouse-until.
4032
40332005-10-23 Richard M. Stallman <rms@gnu.org>
4034
4035 * custom.texi (Init File): Recommend when to use site-start.el.
4036
8cf51b2c
GM
40372005-10-21 Juri Linkov <juri@jurta.org>
4038
4039 * custom.texi (Examining): Mention accessing the old variable
4040 value via M-n in set-variable.
4041
8cf51b2c
GM
40422005-10-18 Romain Francoise <romain@orebokech.com>
4043
4044 * files.texi (Version Systems): Capitalize GNU.
4045
8cf51b2c
GM
40462005-10-18 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * building.texi (Compilation Mode): Remove redundant paragraph.
4049 (Watch Expressions): Remove paragraph to reflect code change.
4050
8cf51b2c
GM
40512005-10-16 Richard M. Stallman <rms@gnu.org>
4052
4053 * building.texi (Compilation Mode, Compilation): Clarified.
4054
40552005-10-15 Richard M. Stallman <rms@gnu.org>
4056
4057 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4058
8cf51b2c
GM
40592005-10-13 Kenichi Handa <handa@m17n.org>
4060
4061 * basic.texi (Position Info): Fix previous change.
4062
c8763fb6 40632005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4064
4065 * cmdargs.texi (Icons X): Fix typo.
4066
40672005-10-12 Kenichi Handa <handa@m17n.org>
4068
4069 * basic.texi (Position Info): Describe the case that Emacs shows
4070 "part of display ...".
4071
c8763fb6 40722005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4073
4074 * cmdargs.texi (Icons X): -nb => -nbi.
4075
40762005-10-10 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * frames.texi (Speedbar): A couple more clarifications.
4079
40802005-10-11 Nick Roberts <nickrob@snap.net.nz>
4081
4082 * building.texi (GDB User Interface Layout): Improve diagram.
4083 (Watch Expressions): Explain how to make speedbar global.
4084 (Other GDB User Interface Buffers): Make references more precise.
4085
8cf51b2c
GM
40862005-10-09 Richard M. Stallman <rms@gnu.org>
4087
4088 * frames.texi (Speedbar): Clarify the text.
4089
40902005-10-09 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * frames.texi (Speedbar): Add information on keybindings,
4093 dismissing the speedbar, and buffer display mode. Link to
4094 speedbar manual.
4095
c8763fb6 40962005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4097
4098 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4099 added -nb, --no-bitmap-icon.
4100
8cf51b2c
GM
41012005-10-07 Nick Roberts <nickrob@snap.net.nz>
4102
4103 * building.texi (GDB Graphical Interface): Add variables and
4104 functions to indices. Be more precise.
4105
c8763fb6 41062005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4107
4108 * frames.texi (Drag and Drop): Remove the x- from
4109 x-dnd-open-file-other-window and xdnd-protocol-alist.
4110
41112005-09-30 Romain Francoise <romain@orebokech.com>
4112
4113 * mini.texi (Minibuffer): The default value now appears before the
4114 colon in minibuffer prompts.
4115
8cf51b2c
GM
41162005-09-25 Richard M. Stallman <rms@gnu.org>
4117
4118 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4119
8cf51b2c
GM
41202005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4121
4122 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4123
8cf51b2c
GM
41242005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4125
4126 * emacs.texi (Top): Update submenus from macos.texi.
4127
4128 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4129 (Mac OS): Update feature support status.
4130 (Mac Input): List supported input scripts. Remove description
4131 about `mac-keyboard-text-encoding'. Mention mouse button
4132 emulation and related variables.
4133 (Mac International): Mention Central European and Cyrillic
4134 support. Now `keyboard-coding-system' is dynamically changed.
4135 Add description about coding system for selection. Add
4136 description about language environment.
4137 (Mac Environment Variables): Mention
4138 `~/.MacOSX/environment.plist'. Give example of command line
4139 arguments. Add Preferences support.
4140 (Mac Directories): Explicitly state that this node is for Mac OS
4141 Classic only.
4142 (Mac Font Specs): Mention specification for scalable fonts. List
4143 supported charsets. Add preferred way of creating fontsets. Add
4144 description about `mac-allow-anti-aliasing'.
4145 (Mac Functions): Add descriptions about `mac-set-file-creator',
4146 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4147 and `mac-get-preference'.
4148
8cf51b2c
GM
41492005-09-16 Romain Francoise <romain@orebokech.com>
4150
4151 Update all files to specify GFDL version 1.2.
4152
4153 * doclicense.texi (GNU Free Documentation License): Update to
4154 version 1.2.
4155
41562005-09-15 Richard M. Stallman <rms@gnu.org>
4157
4158 * buffers.texi (List Buffers): Fix xref.
4159
4160 * rmail.texi (Rmail Basics): Fix xref.
4161
4162 * emacs.texi (Top): Update subnode menus.
4163
4164 * files.texi (Saving Commands): New node, broken out of Saving.
4165 (Customize Save): New node, broken out of Saving.
4166 Clarify effect of write-region-inhibit-fsync.
4167 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4168
8cf51b2c
GM
41692005-09-14 Romain Francoise <romain@orebokech.com>
4170
4171 * files.texi (Saving): Mention write-region-inhibit-fsync.
4172
41732005-09-05 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * custom.texi (Custom Themes): New node.
4176
41772005-09-03 Richard M. Stallman <rms@gnu.org>
4178
49823426
GM
4179 * search.texi (Search Case): Mention vars that control
4180 case-fold-search for various operations.
8cf51b2c
GM
4181
41822005-08-22 Juri Linkov <juri@jurta.org>
4183
4184 * display.texi (Standard Faces): Merge the text from
4185 `(elisp)Standard Faces' into this node.
4186
41872005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4188
4189 * emacs.texi (Top): Delete menu item for deleted node
4190 Keyboard Translations.
4191
41922005-08-18 Richard M. Stallman <rms@gnu.org>
4193
8cf51b2c
GM
4194 * trouble.texi (Unasked-for Search):
4195 Delete xref to Keyboard Translations.
4196
4197 * glossary.texi (Glossary): Delete xref.
4198
8cf51b2c
GM
4199 * custom.texi (Minor Modes): Say that the list here is not complete.
4200 (Keyboard Translations): Node deleted.
4201 (Disabling): Delete xref to it.
4202 (Customization Groups): Fix Custom buffer example.
4203 (Hooks): Mention remove-hooks.
4204
42052005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * building.texi (GDB Graphical Interface): Improve filling of menu
4208 item.
4209
42102005-08-18 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * building.texi (GDB Graphical Interface): Use better node names.
4213
42142005-08-14 Richard M. Stallman <rms@gnu.org>
4215
4216 * text.texi (Sentences): Fix xref.
4217
42182005-08-14 Juri Linkov <juri@jurta.org>
4219
4220 * building.texi (Compilation, Grep Searching): Move grep command
4221 headings from `Compilation' to `Grep Searching'.
4222
4223 * dired.texi (Dired and Find):
4224 * maintaining.texi (Tags Search): Replace grep xref to
4225 `Compilation' node with `Grep Searching'.
4226
4227 * files.texi (Comparing Files): Replace xref to `Compilation' with
4228 `Compilation Mode'.
4229
42302005-08-13 Alan Mackenzie <acm@muc.de>
4231
4232 * search.texi (Non-ASCII Isearch): Correct a typo.
4233 (Replacement Commands): Mention query-replace key binding.
4234
42352005-08-11 Richard M. Stallman <rms@gnu.org>
4236
4237 * programs.texi (Options for Comments): Fix xref.
4238
4239 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4240 out of Regexps.
4241
8cf51b2c
GM
42422005-08-09 Juri Linkov <juri@jurta.org>
4243
4244 * building.texi (Compilation): Use `itemx' instead of `item'.
4245 (Grep Searching): Simplify phrase.
4246
4247 * display.texi (Standard Faces): Describe vertical-border on
4248 window systems.
4249
4250 * windows.texi (Split Window): Simplify phrase and mention
4251 vertical-border face.
4252
42532005-08-09 Richard M. Stallman <rms@gnu.org>
4254
4255 * files.texi (Comparing Files): Clarify compare-windows.
4256
4257 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4258
8cf51b2c
GM
42592005-08-06 Eli Zaretskii <eliz@gnu.org>
4260
4261 * mule.texi (Coding Systems): Rephrase the paragraph about
4262 codepages: no need for "M-x codepage-setup" anymore, except on
4263 MS-DOS.
4264
4265 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4266 the MS-DOS port only.
4267
42682005-07-30 Eli Zaretskii <eliz@gnu.org>
4269
4270 * makefile.w32-in (info): Don't run multi-install-info.bat.
4271 ($(infodir)/dir): New target, produced by running
4272 multi-install-info.bat.
4273
8cf51b2c
GM
42742005-07-22 Eli Zaretskii <eliz@gnu.org>
4275
4276 * files.texi (Quoted File Names): Add index entry.
4277
8cf51b2c
GM
42782005-07-19 Juri Linkov <juri@jurta.org>
4279
4280 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4281
42822005-07-18 Juri Linkov <juri@jurta.org>
4283
8cf51b2c
GM
4284 * custom.texi (Easy Customization):
4285 * files.texi (Old Versions):
4286 * frames.texi (Wheeled Mice):
4287 * mule.texi (Specify Coding):
8cf51b2c
GM
4288 * text.texi (Cell Justification):
4289 * trouble.texi (After a Crash):
8cf51b2c
GM
4290 * xresources.texi (GTK styles):
4291 Delete duplicate duplicate words.
4292
42932005-07-17 Richard M. Stallman <rms@gnu.org>
4294
4295 * frames.texi (Creating Frames): Fix foreground color example.
4296
4297 * custom.texi (Init Examples): Clean up text about conditionals.
4298
42992005-07-16 Richard M. Stallman <rms@gnu.org>
4300
4301 * mini.texi (Completion Commands): Fix command name for ?.
4302
8cf51b2c
GM
43032005-07-16 Eli Zaretskii <eliz@gnu.org>
4304
4305 * display.texi (Standard Faces): Explain that customization of
4306 `menu' face has no effect on w32 and with GTK. Add
4307 cross-references.
4308
4309 * cmdargs.texi (General Variables): Clarify the default location
4310 of $HOME on w32 systems.
4311
43122005-07-15 Jason Rumney <jasonr@gnu.org>
4313
4314 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4315 changed.
4316
43172005-07-08 Kenichi Handa <handa@m17n.org>
4318
4319 * mule.texi (Recognize Coding): Recommend
4320 revert-buffer-with-coding-system instead of revert-buffer.
4321
43222005-07-07 Richard M. Stallman <rms@gnu.org>
4323
4324 * anti.texi (Antinews): Mention mode-line-inverse-video.
4325
4326 * files.texi (Saving): Minor correction about C-x C-w.
4327
4328 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4329
43302005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4331
4332 * search.texi (Isearch Scroll): Add example of using the
4333 `isearch-scroll' property.
4334 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4335 `Display Custom' node.
4336 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4337 and de-emphasize it.
4338 (Other Repeating Search): `occur' currently can not correctly
4339 handle multiline matches. Correct, clarify and update description
4340 of `flush-lines' and `keep-lines'.
4341
4342 * display.texi (Display Custom): Add anchor for `baud-rate'.
4343
43442005-07-07 Richard M. Stallman <rms@gnu.org>
4345
4346 * gnu.texi: Update where to get GNU status; add refs for how to help.
4347 Add footnotes 6 and 7.
4348
43492005-07-04 Lute Kamstra <lute@gnu.org>
4350
4351 Update FSF's address in GPL notices.
4352
8cf51b2c 4353 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4354 * trouble.texi (Checklist): Update FSF's address.
4355
8cf51b2c
GM
43562005-06-24 Richard M. Stallman <rms@gnu.org>
4357
4358 * display.texi (Text Display): Change index entries.
4359
43602005-06-24 Eli Zaretskii <eliz@gnu.org>
4361
4362 * makefile.w32-in (MAKEINFO): Use --force.
4363 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4364 Makefile.in.
8cf51b2c
GM
4365
43662005-06-23 Richard M. Stallman <rms@gnu.org>
4367
4368 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4369 nobreak-char-display.
4370
4371 * emacs.texi (Top): Update detailed node listing.
4372
4373 * display.texi (Text Display): Renamed show-nonbreak-escape
4374 to nobreak-char-display and no-break-space to nobreak-space.
4375 (Standard Faces): Split up the list of standard faces
4376 and put it in a separate node. Add nobreak-space and
4377 escape-glyph.
4378
8cf51b2c
GM
43792005-06-23 Lute Kamstra <lute@gnu.org>
4380
4381 * mule.texi (Select Input Method): Fix typo.
4382
43832005-06-23 Kenichi Handa <handa@m17n.org>
4384
4385 * mule.texi (International): List all supported scripts. Adjust
4386 text for that leim is now included in the normal Emacs
4387 distribution.
4388 (Language Environments): List all language environments.
4389 Intlfonts contains fonts for most supported scripts, not all..
4390 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4391 input a specific character.
8cf51b2c
GM
4392 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4393
43942005-06-23 Juanma Barranquero <lekktu@gmail.com>
4395
49823426 4396 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4397
43982005-06-22 Miles Bader <miles@gnu.org>
4399
4400 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4401
44022005-06-20 Miles Bader <miles@gnu.org>
4403
4404 * display.texi (Faces): Add `vertical-divider'.
4405
44062005-06-17 Richard M. Stallman <rms@gnu.org>
4407
4408 * text.texi (Adaptive Fill): Minor clarification.
4409
8cf51b2c
GM
44102005-06-10 Lute Kamstra <lute@gnu.org>
4411
4412 * emacs.texi (Top): Correct version number.
4413 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4414 refer to the current version of Emacs.
4415
44162005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4417
4418 * files.texi (Log Buffer): Document when there can be more than
4419 one file to be committed.
4420
44212005-06-08 Juri Linkov <juri@jurta.org>
4422
4423 * display.texi (Faces): Add `shadow' face.
4424
44252005-06-07 Masatake YAMATO <jet@gyve.org>
4426
4427 * display.texi (Faces): Write about mode-line-highlight.
4428
44292005-06-06 Richard M. Stallman <rms@gnu.org>
4430
4431 * misc.texi (Printing Package): Explain how to initialize
4432 printing package.
4433
4434 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4435
44362005-06-05 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * emacs.texi: Rename Hardcopy to Printing.
4439 Make PostScript and PostScript Variables subnodes of it.
4440
4441 * misc.texi (Printing): Rename node from Hardcopy.
4442 Mention menu bar options.
4443 Move PostScript and PostScript Variables to submenu.
4444 (Printing package): New node.
4445
4446 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4447
4448 * dired.texi (Operating on Files): Likewise.
4449
4450 * calendar.texi (Displaying the Diary): Likewise.
4451
4452 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4453
4454 * glossary.texi (Glossary): Likewise.
4455
4456 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4457 effect.
4458
44592005-06-04 Richard M. Stallman <rms@gnu.org>
4460
4461 * trouble.texi (After a Crash): Polish previous change.
4462
8cf51b2c
GM
44632005-05-30 Noah Friedman <friedman@splode.com>
4464
4465 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4466 recovery mechanism.
4467
8cf51b2c
GM
44682005-05-28 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * building.texi (Other Buffers): SPC toggles display of
4471 floating point registers.
4472
8cf51b2c
GM
44732005-05-27 Nick Roberts <nickrob@snap.net.nz>
4474
4475 * files.texi (Log Buffer): Merge in description of Log Edit
4476 mode from pcl-cvs.texi.
4477
44782005-05-26 Richard M. Stallman <rms@gnu.org>
4479
4480 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4481
8cf51b2c
GM
44822005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4483
4484 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4485 not enabled by default.
4486 When not on a word, `ispell-word' by default checks the word
4487 before point.
4488
44892005-05-24 Nick Roberts <nickrob@snap.net.nz>
4490
4491 * building.texi (Debugger Operation): Simplify last sentence.
4492
44932005-05-23 Lute Kamstra <lute@gnu.org>
4494
4495 * emacs.texi: Update FSF's address throughout.
4496 (Preface): Use @cite.
4497 (Distrib): Add cross reference to the node "Copying". Mention the
4498 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4499 printed manuals.
4500 (Intro): Use @xref for the Emacs Lisp Intro.
4501
8cf51b2c
GM
45022005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4505
4506 * basic.texi (Moving Point): Mention default for `goto-line'.
4507
4508 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4509 of a variable's docstring.
4510
45112005-05-18 Lute Kamstra <lute@gnu.org>
4512
4513 * maintaining.texi (Overview of Emerge): Add cross reference.
4514 Remove duplication.
4515
4516 * emacs.texi (Top): Update to the current structure of the manual.
4517 * misc.texi (Emacs Server): Add menu description.
4518 * files.texi (Saving): Fix menu.
4519 * custom.texi (Customization): Fix menu.
4520 * mule.texi (International): Fix menu.
4521 * kmacro.texi (Keyboard Macros): Fix menu.
4522
45232005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4524
4525 * display.texi: Various minor changes.
4526 (Faces): Delete text that is repeated in the next section.
4527
45282005-05-16 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * building.texi (Debugger Operation): Mention GUD tooltips are
4531 disabled with GDB in text command mode.
4532
8cf51b2c
GM
45332005-05-16 Nick Roberts <nickrob@snap.net.nz>
4534
4535 * building.texi: Replace toolbar with "tool bar" for consistency.
4536 (Compilation Mode): Describe compilation-context-lines
4537 and use of arrow in compilation buffer.
4538 (Debugger Operation): Replace help text with variable's value.
4539
4540 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4541 consistency.
4542
45432005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4544
4545 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4546 Add xref.
4547
8cf51b2c
GM
45482005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4549
4550 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4551 (Position Info): Delete discussion of `goto-line'. It is already
4552 described in `Moving point'.
4553
4554 * mini.texi (Completion Commands): Correct reference.
4555 (Completion Options): Fix typo.
4556
4557 * killing.texi (Deletion): Complete description of `C-x C-o'.
4558
8cf51b2c
GM
45592005-05-10 Richard M. Stallman <rms@gnu.org>
4560
4561 * building.texi (Compilation): Clarify recompile's directory choice.
4562
4563 * frames.texi (Tooltips): Cleanups.
4564
4565 * basic.texi (Arguments): Fix punctuation.
4566
45672005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * screen.texi (Menu Bar): The up and down (not left and right)
4570 arrow keys move through a keyboard menu.
4571
45722005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * basic.texi: Various typo and grammar fixes.
4575 (Moving Point): C-a now runs move-beginning-of-line.
4576
45772005-05-08 Nick Roberts <nickrob@snap.net.nz>
4578
4579 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4580
4581 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4582 as different animals.
4583
45842005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4585
4586 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4587 Correct index entry.
4588
45892005-05-07 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * building.texi (Debugger Operation): Update to reflect changes
4592 in GUD tooltips.
4593
45942005-04-30 Richard M. Stallman <rms@gnu.org>
4595
4596 * files.texi (Compressed Files): Auto Compression normally enabled.
4597
4598 * building.texi (Debugger Operation): Clarify previous change.
4599
8cf51b2c
GM
46002005-04-28 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * building.texi (Debugger Operation): Add description for
4603 GUD tooltips when program is not running.
4604
46052005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * misc.texi (Shell): Add `Shell Prompts' to menu.
4608 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4609 description. Delete remarks moved to new node.
4610 (Shell Prompts): New node.
4611 (History References): Replace remarks moved to `Shell Prompts'
4612 with xref to that node.
4613 (Remote Host): Clarify how to specify the terminal type when
4614 logging in to a different machine.
4615
46162005-04-26 Richard M. Stallman <rms@gnu.org>
4617
4618 * emacs.texi (Top): Update submenus from files.texi.
4619
4620 * files.texi (Filesets): Clarify previous change.
4621
4622 * dired.texi (Misc Dired Features): Clarify previous change.
4623
46242005-04-25 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4627
4628 * dired.texi (Misc Dired Features): Document
4629 dired-compare-directories.
4630
4631 * files.texi (Filesets): New node.
4632 (File Conveniences): Document Image mode.
4633
4634 * text.texi (TeX Print): Document tex-compile.
4635
46362005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4637
4638 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4639 Delete redundant reference to tooltip Custom group. It is
4640 referred too again in the next paragraph.
4641
46422005-04-24 Richard M. Stallman <rms@gnu.org>
4643
4644 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4645
8cf51b2c
GM
46462005-04-19 Kim F. Storm <storm@cua.dk>
4647
4648 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4649
46502005-04-18 Lars Hansen <larsh@math.ku.dk>
4651
4652 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4653 turns off desktop-save-mode.
4654
46552005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4656
4657 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4658 by default in terminals compatible with xterm. Mention that
4659 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4660 node.
4661
8cf51b2c
GM
46622005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4663
4664 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4665
c8763fb6 46662005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4667
4668 * xresources.texi (Table of Resources): Add cursorBlink.
4669
46702005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4671
4672 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4673 `d', `C-d' and `u'.
4674
46752005-04-11 Richard M. Stallman <rms@gnu.org>
4676
4677 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4678 (Misc X): Add -D, --basic-display.
4679
4680 * maintaining.texi (Change Log): Correct the description of
4681 the example.
4682
4683 * major.texi (Choosing Modes): Document magic-mode-alist.
4684
8cf51b2c
GM
46852005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4686
4687 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4688 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4689 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4690 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4691 `w', respectively.
4692 (Rmail Labels): Mention `l'.
4693 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4694 (Rmail Summary Edit): Describe `j' and RET.
4695
c8763fb6 46962005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4697
4698 * xresources.texi (Lucid Resources): Add fontSet resource.
4699
8cf51b2c
GM
47002005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4701
4702 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4703 now called `indicate-empty-lines'.
4704
47052005-04-06 Kim F. Storm <storm@cua.dk>
4706
4707 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4708
47092005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4710
4711 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4712 deleted.
4713 (Marks vs Flags): Add some convenient key bindings.
4714 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4715 (Misc Dired Features): Correct and expand description of `w' command.
4716
4717 * frames.texi (XTerm Mouse): Delete apparently false info.
4718 The GNU/Linux console currently does not appear to support
4719 `xterm-mouse-mode'.
4720
8cf51b2c
GM
47212005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4722
4723 * calendar.texi (Diary): Mention shell utility `calendar'.
4724
47252005-04-01 Richard M. Stallman <rms@gnu.org>
4726
4727 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4728
8cf51b2c
GM
47292005-04-01 Lute Kamstra <lute@gnu.org>
4730
4731 * maintaining.texi (Change Log): add-change-log-entry uses
4732 add-log-mailing-address.
4733
47342005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4735
4736 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4737 `VC Mode Line' and put in an xref to that node.
4738 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4739 its description.
4740
47412005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4742
4743 * calendar.texi (Calendar Systems): Say that the Persian calendar
4744 implemented here is the arithmetical one championed by Birashk.
4745
47462005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4747
4748 * programs.texi (Fortran Motion): Fix previous change.
4749
8cf51b2c
GM
47502005-03-29 Richard M. Stallman <rms@gnu.org>
4751
4752 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4753
47542005-03-29 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * text.texi (Refill): Refer to Long Lines Mode.
4757 (Longlines): New node.
4758 (Auto Fill): Don't index "word wrap" here.
4759 (Filling): Add Longlines to menu.
4760
47612005-03-29 Richard M. Stallman <rms@gnu.org>
4762
4763 * xresources.texi: Minor fixes.
4764
4765 * misc.texi (Emacs Server): Fix Texinfo usage.
4766
4767 * emacs.texi (Top): Don't use a real section heading for
4768 "Detailed Node Listing". Fake it instead.
4769
4770 * basic.texi (Position Info): Minor cleanup.
4771
4772 * mule.texi (Input Methods): Minor cleanup.
4773
47742005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4775
4776 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4777 constructs as well.
4778 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4779
47802005-03-29 Kenichi Handa <handa@m17n.org>
4781
4782 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4783
4784 * basic.texi (Position Info): Update the description about the
4785 command C-u C-x =.
4786
47872005-03-28 Richard M. Stallman <rms@gnu.org>
4788
4789 * emacs.texi (Top): Use @section for the detailed node listing.
4790
4791 * calendar.texi: Minor fixes to previous change.
4792
4793 * programs.texi (Fortran): Small fixes to previous changes.
4794
4795 * emacs.texi (Top): Update list of subnodes of Dired.
4796 Likewise for building.texi.
4797
4798 * files.texi (File Conveniences): Delete Auto Image File mode.
4799
48002005-03-28 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * building.texi (Flymake): New node.
4803
4804 * custom.texi (Function Keys): Document kp- event types and
4805 keypad-setup package.
4806
4807 * dired.texi (Wdired): New node.
4808
4809 * files.texi (File Conveniences): Reorder entries.
4810 Explain how to turn on Auto-image-file mode.
4811 Document Thumbs mode.
4812
4813 * mule.texi (Specify Coding): Document recode-region and
4814 recode-file-name.
4815
4816 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4817
48182005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * commands.texi (Keys): M-o is now a prefix key.
4821
48222005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4823
4824 * programs.texi: Reformat and update copyright years.
4825 (Fortran): Update section.
4826
48272005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * files.texi: Several small changes in addition to:
4830 (Visiting): Change xref for Dialog Boxes to ref.
4831 (Version Headers): Replace references to obsolete var
4832 `vc-header-alist' with `vc-BACKEND-header'.
4833 (Customizing VC): Update value of `vc-handled-backends'.
4834
48352005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4836
4837 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4838 move here from Emacs Lisp Reference Manual.
4839 * calendar.texi (Calendar/Diary, Diary Commands)
4840 (Special Diary Entries, Importing Diary): Change some xrefs to
4841 point to emacs-xtra rather than elisp.
4842
4843 * emacs-xtra.texi (Calendar Customizing):
4844 Move view-diary-entries-initially, view-calendar-holidays-initially,
4845 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4846 Emacs Manual.
4847 (Appt Customizing): Merge entire section into main Emacs Manual.
4848 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4849 mark-holidays-in-calendar here from emacs-xtra.
4850 (Displaying the Diary): Move view-diary-entries-initially,
4851 mark-diary-entries-in-calendar here from emacs-xtra.
4852 (Appointments): Move appt-display-mode-line,
4853 appt-display-duration, appt-disp-window-function,
4854 appt-delete-window-function here from emacs-xtra.
4855
4856 * calendar.texi: Update and reformat copyright.
4857 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4858 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4859 (Diary): Refer to `diary-file' rather than ~/diary.
4860 (Diary Commands): Rename node to "Displaying the Diary".
4861 * emacs.texi (Top): Rename "Diary Commands" section.
4862 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4863
48642005-03-26 Eli Zaretskii <eliz@gnu.org>
4865
4866 * misc.texi (Emacs Server): Fix the command for setting
4867 server-name. Add an xref to Invoking emacsclient.
4868
4869 * help.texi (Help Summary): Clarify when "C-h ." will do something
4870 nontrivial.
4871 (Apropos): Add cindex entry for apropos-sort-by-scores.
4872
4873 * display.texi (Text Display): Add index entries for how no-break
4874 characters are displayed.
4875
8cf51b2c
GM
48762005-03-26 Eli Zaretskii <eliz@gnu.org>
4877
4878 * files.texi (Visiting): Fix cross-references introduced with the
4879 last change.
4880
4881 * xresources.texi (GTK resources): Fix last change.
4882
8cf51b2c
GM
48832005-03-25 Chong Yidong <cyd@stupidchicken.com>
4884
4885 * xresources.texi (X Resources): GTK options documented too.
4886 (Resources): Clarify meaning of program name.
4887 (Table of Resources): Add visualClass.
4888 (GTK resources): Rewrite.
4889 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4890
4891 * display.texi (Text Display): Mention non-breaking spaces.
4892
4893 * files.texi (Reverting): Document auto-revert-check-vc-info.
4894
4895 * frames.texi (Mouse Commands): Document
4896 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4897
4898 * help.texi (Help Summary): Add `C-h .'.
4899 (Apropos): Apropos accepts a list of search terms.
4900 Document apropos-sort-by-scores.
4901 (Help Echo): Document display-local-help.
4902
4903 * misc.texi (Emacs Server): Document server-name.
4904 (Invoking emacsclient): Document -s option for server names.
4905
4906 * text.texi (Outline Visibility): Introduce "current heading
4907 line" (commands can be called with point on a body line).
4908 Re-order table to follow the sequence of discussion.
4909 hide-body won't hide lines before first header line.
4910 (TeX Mode): Add DocTeX mode.
4911
8cf51b2c
GM
49122005-03-24 Richard M. Stallman <rms@gnu.org>
4913
4914 * mule.texi (Single-Byte Character Support): Delete mention
4915 of iso-acc.el and iso-transl.el.
4916
8cf51b2c
GM
49172005-03-23 Lute Kamstra <lute@gnu.org>
4918
4919 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4920
49212005-03-23 Richard M. Stallman <rms@gnu.org>
4922
8cf51b2c
GM
4923 * search.texi: Delete explicit node pointers.
4924 (Incremental Search): New menu.
4925 (Basic Isearch, Repeat Isearch, Error in Isearch)
4926 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4927 (Slow Isearch): New subnodes.
4928 (Configuring Scrolling): Node deleted.
4929 (Search Case): Doc default-case-fold-search.
4930 (Regexp Replace): Move replace-regexp doc here.
4931
4932 * rmail.texi (Movemail): Put commas inside closequotes.
4933
4934 * picture.texi (Insert in Picture): Document C-c arrow combos.
4935 (Basic Picture): Clarify erasure.
4936
4937 * display.texi (Font Lock): Put commas inside closequotes.
4938
4939 * cmdargs.texi (General Variables): Put commas inside closequotes.
4940
49412005-03-23 Nick Roberts <nickrob@snap.net.nz>
4942
4943 * building.texi (Stack Buffer): Mention reverse contrast for
4944 *selected* frame (might not be current frame).
4945
8cf51b2c
GM
49462005-03-21 Richard M. Stallman <rms@gnu.org>
4947
4948 * building.texi (Starting GUD): Add bashdb.
4949
49502005-03-20 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * basic.texi (Moving Point): Add M-g M-g binding.
4953 (Undo): Document undo-only.
4954 (Position Info): Document M-g M-g and C-u M-g M-g.
4955
4956 * building.texi (Building): Put Grep Searching after Compilation
4957 Shell.
4958 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4959 Document next-error-highlight.
4960 (Grep Searching): Document grep-highlight-matches.
4961 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4962
4963 * calendar.texi (Importing Diary): Rename node from iCalendar.
4964 Document diary-from-outlook.
4965
4966 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4967 Commands.
4968 Mention effect of X drag and drop on Dired buffers.
4969
4970 * files.texi (Visiting): Document large-file-warning-threshold.
4971 Move paragraph on file-selection dialog.
4972 Mention visiting files using X drag and drop.
4973 (Reverting): Mention using Auto-Revert mode to tail files.
4974 Document auto-revert-tail-mode.
4975 (Version Systems): Minor correction.
4976 (Comparing Files): Diff-mode is no longer based on Compilation
4977 mode.
4978 Document compare-ignore-whitespace.
4979 (Misc File Ops): Explain passing a directory to rename-file.
4980 Likewise for copy-file and make-symbolic-link.
4981
4982 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4983 Document mouse-wheel-progressive speed.
4984
4985 * help.texi (Misc Help): Document numeric argument for C-h i.
4986 Correctly explain the effect of just C-u as argument.
4987
4988 * killing.texi (Deletion): Document numeric argument for
4989 just-one-space.
4990
4991 * mini.texi (Completion): Completion acts on text before point.
4992
4993 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4994 (Emulation): CUA mode replaces pc-bindings-mode,
4995 pc-selection-mode, and s-region.
4996
4997 * mule.texi (Input Methods): Leim is now built-in.
4998 (Select Input Method): Document quail-show-key.
4999 (Specify Coding): Document revert-buffer-with-coding-system.
5000
5001 * programs.texi (Fortran Motion): Document f90-next-statement,
5002 f90-previous-statement, f90-next-block, f90-previous-block,
5003 f90-end-of-block, and f90-beginning-of-block.
5004
5005 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5006
5007 * emacs.texi (Acknowledgments): Updated.
5008
5009 * anti.texi: Total rewrite.
5010
8cf51b2c
GM
50112005-03-19 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * ack.texi (Acknowledgments): Update.
5014
50152005-03-19 Eli Zaretskii <eliz@gnu.org>
5016
5017 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5018 copyright years.
5019
50202005-03-14 Nick Roberts <nickrob@snap.net.nz>
5021
5022 * building.texi (Commands of GUD): Move paragraph on setting
5023 breakpoints with mouse to the GDB Graphical Interface node.
5024
50252005-03-07 Richard M. Stallman <rms@gnu.org>
5026
8cf51b2c
GM
5027 * misc.texi (Single Shell, Shell Options): Fix previous change.
5028
5029 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5030
50312005-03-06 Richard M. Stallman <rms@gnu.org>
5032
5033 * building.texi (Starting GUD): Don't explain text vs graphical
5034 GDB here. Just mention it and xref.
5035 Delete "just one debugger process".
5036 (Debugger Operation): Move GUD tooltip info here.
5037 (GUD Tooltips): Node deleted.
5038 (GDB Graphical Interface): Explain the two GDB modes here.
5039
8cf51b2c
GM
5040 * sending.texi (Sending Mail): Minor cleanup.
5041 (Mail Aliases): Explain quoting conventions.
5042 Update key rebinding example.
5043 (Header Editing): C-M-i is like M-TAB.
5044 (Mail Mode Misc): mail-attach-file does not do MIME.
5045
5046 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5047 that really belongs here.
5048 (Remote Mailboxes): Text moved to Rmail Inbox.
5049 (Rmail Display): Mention Mouse-1.
5050 (Movemail): Clarify two movemail versions.
5051 Clarify rmail-movemail-program.
5052
8cf51b2c
GM
5053 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5054 Document async shell commands.
5055 (Shell History): Clarify.
5056 (Shell Ring): Mention C-UP an C-DOWN.
5057 (Shell Options): Add comint-prompt-read-only.
5058 (Invoking emacsclient): Set EDITOR to run Emacs.
5059 (Sorting): No need to explain what region is.
5060 (Saving Emacs Sessions): Fix typo.
5061 (Recursive Edit): Fix punctuation.
5062 (Emulation): Don't mention "PC bindings" which are standard.
5063 (Hyperlinking): Explain Mouse-1 convention here.
5064 (Find Func): Node deleted.
5065
8cf51b2c
GM
5066 * help.texi (Name Help): Xref to Hyperlinking.
5067
5068 * glossary.texi (Glossary):
5069 Rename "Balance Parentheses" to "Balancing...".
5070 Add "Byte Compilation". Correct "Copyleft".
5071 New xref in "Customization".
5072 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5073 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5074 Rename "Registers" to "Register".
5075 Replace "Selecting" with "Selected Frame",
5076 "Selected Window", and "Selecting a Buffer".
5077
5078 * files.texi (Types of Log File): Explain how projects'
5079 methods can vary.
5080
8cf51b2c
GM
5081 * display.texi (Faces): Delete "Emacs 21".
5082
5083 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5084 * fixit.texi (Spelling): C-M-i like M-TAB.
5085 * mini.texi (Completion Options): C-M-i like M-TAB.
5086 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5087 * text.texi (Text Mode): C-M-i like M-TAB.
5088
5089 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5090
5091 * calendar.texi (Specified Dates): Mention `g w'.
5092 (Appointments): appt-activate toggles with no arg.
5093
8cf51b2c
GM
50942005-03-05 Juri Linkov <juri@jurta.org>
5095
5096 * cmdargs.texi (Emacs Invocation): Add cindex
5097 "invocation (command line arguments)"
5098 (Misc X): Add -nbc, --no-blinking-cursor.
5099
51002005-03-04 Ulf Jasper <ulf.jasper@web.de>
5101
5102 * calendar.texi (iCalendar): No need to require it now.
5103
8cf51b2c
GM
51042005-03-03 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * trouble.texi (Contributing): Mention Savannah. Direct users to
5107 emacs-devel.
5108
51092005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5110
5111 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5112 window.
5113
8cf51b2c
GM
51142005-02-27 Richard M. Stallman <rms@gnu.org>
5115
5116 * building.texi (Compilation): Update mode line status info.
5117
51182005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5119
5120 * calendar.texi (General Calendar): Document binding of
5121 scroll-other-window-down.
5122 (Mayan Calendar): Fix earliest date.
5123 (Time Intervals): Document timeclock-change.
5124 Fix timeclock-ask-before-exiting documentation.
5125
51262005-02-26 Kim F. Storm <storm@cua.dk>
5127
5128 * frames.texi (Mouse References):
5129 Add mouse-1-click-in-non-selected-windows.
5130
51312005-02-25 Richard M. Stallman <rms@gnu.org>
5132
5133 * screen.texi (Screen): Explain better about cursors and mode lines;
5134 don't presuppose text terminals.
5135 (Point): Don't assume just one cursor.
5136 Clarify explanation of cursors.
5137 (Echo Area, Menu Bar): Cleanups.
5138
5139 * mini.texi (Minibuffer): Prompts are highlighted.
5140 (Minibuffer Edit): Newline = C-j only on text terminals.
5141 Clarify resize-mini-windows values.
5142 Mention M-PAGEUP and M-PAGEDOWN.
5143 (Completion Commands): Mouse-1 like Mouse-2.
5144 (Minibuffer History): Explain history commands better.
5145 (Repetition): Add xref to Incremental Search.
5146
5147 * mark.texi (Setting Mark): Clarify info about displaying mark.
5148 Clarify explanation of C-@ and C-SPC.
5149 (Transient Mark): Mention Delete Selection mode.
5150 (Marking Objects): Clean up text about extending the region.
5151
5152 * m-x.texi (M-x): One C-g doesn't always go to top level.
5153 No delay before suggest-key-bindings output.
5154
5155 * fixit.texi (Fixit): Mention C-/ for undo.
5156 (Spelling): Mention ESC TAB like M-TAB.
5157 Replacement words with r and R are rechecked.
5158 Say where C-g leaves point. Mention ? as input.
5159
51602005-02-23 Lute Kamstra <lute@gnu.org>
5161
5162 * cmdargs.texi (Initial Options): Add cross reference.
5163
8cf51b2c
GM
51642005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5165
5166 * emacs.texi (Top): Update menu for splitting of node in
5167 msdog.texi.
5168 * frames.texi (Frames): Update xref for splitting of node in
5169 msdog.texi.
5170 * trouble.texi (Quitting): Ditto.
5171
51722005-02-16 Richard M. Stallman <rms@gnu.org>
5173
5174 * windows.texi (Split Window): Simplify line truncation info
5175 and xref to Display Custom.
5176
5177 * trouble.texi (Quitting): Emergency escape only for text terminal.
5178 (Screen Garbled): C-l for ungarbling is only for text terminal.
5179
5180 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5181
5182 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5183
5184 * programs.texi (Program Modes): Mention Python mode.
5185 (Moving by Defuns): Repeating C-M-h extends region.
5186 (Basic Indent): Clarify.
5187 (Custom C Indent): Clarify.
5188 (Expressions): Repeating C-M-@ extends region.
5189 (Info Lookup): Clarify for C-h S.
5190 (Symbol Completion): ESC TAB alternative for M-TAB.
5191 (Electric C): Clarify.
5192
5193 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5194
5195 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5196 MS-DOS Input node.
5197 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5198 (MS-DOS and MULE): Clarify.
5199 (MS-DOS Processes, Windows Processes): Fix typos.
5200
5201 * major.texi (Choosing Modes): Clarify.
5202
5203 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5204 (Keyboard Macro Step-Edit): Clarify.
5205
5206 * indent.texi (Indentation): Clarifications.
5207
5208 * help.texi (Help): Correct error about C-h in query-replace.
5209 Clarify apropos vs C-h a. Fix how to search in FAQ.
5210 (Key Help): Describe C-h w here.
5211 (Name Help): Minor cleanup. C-h w moved to Key Help.
5212 Clarify the "object" joke.
5213 (Apropos): Clarify. Mouse-1 like Mouse-2.
5214 (Help Mode): Mouse-1 like Mouse-2.
5215
5216 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5217
5218 * display.texi (Display): Reorder menu.
5219 (Faces): Cleanup.
5220 (Font Lock): Cleanup. Mention Options menu.
5221 Delete obsolete text.
5222 (Scrolling): For C-l, don't presume text terminal.
5223 (Horizontal Scrolling): Simplify intro.
5224 (Follow Mode): Clarify.
5225 (Cursor Display): Moved before Display Custom.
5226 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5227 Doc default-tab-width. Doc line truncation more thoroughly.
5228
5229 * dired.texi (Dired Enter): C-x C-f can run Dired.
5230 (Dired Visiting): Comment out `a' command.
5231 Mouse-1 is like Mouse-2.
5232 (Shell Commands in Dired): ? can be used more than once.
5233
5234 * basic.texi (Continuation Lines): Simplify description of truncation,
5235 and refer to Display Custom for the rest of it.
5236
8cf51b2c
GM
52372005-02-06 Lute Kamstra <lute@gnu.org>
5238
5239 * basic.texi (Undo): Fix typo.
5240
5241 * cmdargs.texi (Emacs Invocation): Fix typo.
5242
5243 * custom.texi (Init Examples): Fix typo.
5244
5245 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5246
52472005-02-06 Richard M. Stallman <rms@gnu.org>
5248
5249 * regs.texi (Registers): Registers can hold numbers, too.
5250
5251 * killing.texi (Other Kill Commands): Cleanup.
5252 Delete redundant explanation of kill in read-only buffer.
5253 (Yanking): Mention term "copying".
5254 (Accumulating Text): Fix typo.
5255
5256 * entering.texi (Entering Emacs): Update rationale at start.
5257 (Exiting): Treat iconifying on a par with suspension.
5258
5259 * custom.texi (Minor Modes): Fix typo.
5260 (Easy Customization): Fix menu style.
5261 (Variables): Add xref.
5262 (Examining): Setting for future sessions works through .emacs.
5263 (Keymaps): "Text terminals", not "Many".
5264 (Init Rebinding): Explain \C-. Show example of \M-.
5265 Fix minor wording errors.
5266 (Function Keys): Explain vector syntax just once.
5267 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5268 (Init File): Mention .emacs.d directory.
5269 (Init Examples): Add xref.
5270 (Find Init): Mention .emacs.d directory.
5271
5272 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5273 (Action Arguments): Explain which kinds of -l args are found how.
5274 (Initial Options): --batch does not inhibit site-start.
5275 Add xrefs.
5276 (Command Example): Use --batch, not -batch.
5277
5278 * basic.texi (Inserting Text): Cleanup wording.
5279 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5280 C-n is not error at end of buffer.
5281 (Undo): Doc C-/ like C-_. Add xrefs.
5282 (Arguments): META key may be labeled ALT.
5283 Peculiar arg meanings are explained in doc strings.
5284
5285 * abbrevs.texi (Expanding Abbrevs): Clarify.
5286
52872005-02-05 Eli Zaretskii <eliz@gnu.org>
5288
5289 * frames.texi (Frame Parameters): Add an xref to the description
5290 of list-colors-display. Add a pointer to the X docs about colors.
5291
5292 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5293 Improve docs of list-colors-display.
8cf51b2c
GM
5294
52952005-02-03 Lute Kamstra <lute@gnu.org>
5296
5297 * frames.texi (Frames, Drag and Drop): Fix typos.
5298
52992005-02-03 Richard M. Stallman <rms@gnu.org>
5300
5301 * windows.texi (Basic Window): Mention color-change in mode line.
5302 (Change Window): Explain dragging vertical boundaries.
5303
5304 * text.texi (Sentences): Clarify.
5305 (Paragraphs): Explain M-a and blank lines.
5306 (Outline Mode): Clarify text and menu.
5307 (Hard and Soft Newlines): Mention use-hard-newlines.
5308
5309 * frames.texi (Frames): Delete unnecessary mention of Windows.
5310 (Mouse Commands): Likewise. Mention xterm mouse support.
5311 (Clipboard): Clarify.
5312 (Mouse References): Mention use of Mouse-1 for following links.
5313 (Menu Mouse Clicks): Clarify.
5314 (Mode Line Mouse): Clarify.
5315 (Drag and Drop): Rewrite.
5316
5317 * fixit.texi (Spelling): Fix typo.
5318
5319 * files.texi (File Names): Clarify.
5320 (Visiting): Update conditions for use of file dialog. Clarify.
5321 (Saving): Doc d as answer in save-some-buffers.
5322 (Remote Files): Clean up the text.
5323
5324 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5325
5326 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5327 (List Buffers): Clarify.
5328 (Several Buffers): Doc T command.
5329 (Buffer Convenience): Clarify menu.
5330
5331 * basic.texi (Undo): Clarify last change.
5332
53332005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5334
5335 * fixit.texi (Spelling): Fix typo.
5336
53372005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5338
5339 * basic.texi (Undo): Update description of `undo-outer-limit'.
5340
53412005-02-01 Nick Roberts <nickrob@snap.net.nz>
5342
5343 * building.texi: Update documentation relating to GDB Graphical
5344 Interface.
5345
53462005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5347
5348 * custom.texi (Easy Customization): Adapt menu to node name change.
5349
53502005-01-30 Richard M. Stallman <rms@gnu.org>
5351
5352 * custom.texi (Easy Customization): Defn of "User Option" now
5353 includes faces. Don't say just "option" when talking about variables.
5354 Do say just "options" to mean "anything customizable".
5355 (Specific Customization): Describe `customize-variable',
5356 not `customize-option'.
5357
5358 * glossary.texi (Glossary) <Faces>: Add xref.
5359 <User Option>: Change definition--include faces. Change xref.
5360
5361 * picture.texi (Picture): Mention artist.el.
5362
5363 * sending.texi, screen.texi, programs.texi, misc.texi:
5364 * mini.texi, major.texi, maintaining.texi, macos.texi:
5365 * help.texi, frames.texi, files.texi:
5366 Don't say just "option" when talking about variables.
5367
5368 * display.texi, mule.texi: Don't say just "option" when talking
5369 about variables. Other minor cleanups.
5370
8cf51b2c
GM
53712005-01-26 Lute Kamstra <lute@gnu.org>
5372
5373 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5374 File'. Mention the `-Q' option at the `--no-site-file' option.
5375
8cf51b2c
GM
53762005-01-22 David Kastrup <dak@gnu.org>
5377
5378 * building.texi (Grep Searching): Mention alias `find-grep' for
5379 `grep-find'.
5380
53812005-01-20 Richard M. Stallman <rms@gnu.org>
5382
5383 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5384
8cf51b2c
GM
53852005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5386
5387 * rmail.texi (Movemail): Explain differences
5388 between standard and mailutils versions of movemail.
5389 Describe command line and configuration options introduced
5390 with the latter.
5391 Explain the notion of mailbox URL, provide examples and
5392 cross-references to mailutils documentation.
5393 Describe various methods of specifying mailbox names,
5394 user names and user passwords for rmail.
5395 (Remote Mailboxes): New section. Describe
5396 how movemail handles remote mailboxes. Describe configuration
5397 options used to control its behavior.
5398 (Other Mailbox Formats): Explain handling of various mailbox
5399 formats.
5400
54012005-01-13 Richard M. Stallman <rms@gnu.org>
5402
5403 * commands.texi (Commands): Clarification.
5404
54052005-01-11 Richard M. Stallman <rms@gnu.org>
5406
5407 * programs.texi (Multi-line Indent): Fix previous change.
5408 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5409
8cf51b2c
GM
54102005-01-08 Richard M. Stallman <rms@gnu.org>
5411
5412 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5413 lazy-highlight.
5414
5415 * search.texi (Query Replace): Mention faces query-replace
5416 and lazy-highlight.
5417 (Incremental Search): Update isearch highlighting info.
5418
8cf51b2c
GM
54192005-01-04 Richard M. Stallman <rms@gnu.org>
5420
5421 * custom.texi (Saving Customizations): Minor improvement.
5422
8cf51b2c
GM
54232005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * custom.texi (Saving Customizations): Emacs no longer loads
5426 `custom-file' after .emacs. No longer mention customizing through
5427 Custom.
5428
8cf51b2c
GM
54292005-01-01 Andreas Schwab <schwab@suse.de>
5430
5431 * killing.texi (Graphical Kill): Move up under node Killing,
5432 change @section to @subsection.
5433
54342005-01-01 Richard M. Stallman <rms@gnu.org>
5435
5436 * custom.texi (Face Customization): Mention hex color specs.
5437
5438 * emacs.texi (Top): Update Killing submenu.
5439
5440 * killing.texi (Killing): Reorganize section.
5441 No more TeX-only text; put the node command at start of chapter.
5442 But the first section heading is used only in TeX.
5443 Rewrite the text to read better in this mode.
5444 (Graphical Kill): New subnode gets some of the text that
5445 used to be in the first section.
5446
54472004-12-31 Richard M. Stallman <rms@gnu.org>
5448
5449 * dired.texi (Shell Commands in Dired): Delete the ? example.
5450
5451 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5452
5453 * files.texi (Saving): Describe new require-final-newline features
5454 and mode-require-final-newline.
5455
8cf51b2c
GM
54562004-12-29 Richard M. Stallman <rms@gnu.org>
5457
5458 * custom.texi (File Variables): Clarify previous change.
5459
c8763fb6 54602004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5461
5462 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5463 out now.
5464
54652004-12-27 Richard M. Stallman <rms@gnu.org>
5466
5467 * Makefile.in (MAKEINFO): Specify --force.
5468
5469 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5470 (Undo): Doc undo-outer-limit.
5471
8cf51b2c
GM
54722004-12-15 Juri Linkov <juri@jurta.org>
5473
5474 * mark.texi (Transient Mark, Mark Ring): M-< and other
5475 movement commands don't set mark in Transient Mark mode
5476 if mark is active.
5477
8cf51b2c
GM
54782004-12-12 Juri Linkov <juri@jurta.org>
5479
5480 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5481 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5482
5483 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5484 (Misc Dired Commands): Add @r{(Dired)} to w.
5485
54862004-12-12 Juri Linkov <juri@jurta.org>
5487
5488 * mark.texi (Marking Objects): Marking commands also extend the
5489 region when mark is active in Transient Mark mode.
5490
8cf51b2c
GM
54912004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5492
5493 * custom.texi (Saving Customizations): Emacs only loads the custom
5494 file automatically after the init file in version 22.1 or later.
5495 Adapt text and examples to this fact.
5496
8cf51b2c
GM
54972004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5498
5499 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5500 be set through Custom. Otherwise, it has no effect.
5501
8cf51b2c
GM
55022004-12-05 Richard M. Stallman <rms@gnu.org>
5503
5504 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5505 * entering.texi: Rename Command Line to Emacs Invocation.
5506
10d1d0af 5507 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5508
5509 * custom.texi (Easy Customization): Move up to section level,
5510 before Variables. Avoid using the term "variable"; say "option".
5511 New initial explanation.
5512 (Variables): In initial explanation, connect "variable" to the
5513 already-explained "user option".
5514
5515 * emacs.texi (Top): Fix ref to Command Line.
5516 Move reference to Easy Customization.
5517
5518 * xresources.texi (X Resources): Fix From link.
5519
5520 * doclicense.texi (GNU Free Documentation License): Fix To link.
5521
5522 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5523
5524 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5525
55262004-12-03 Richard M. Stallman <rms@gnu.org>
5527
5528 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5529
55302004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * kmacro.texi: Several small changes in addition to the following.
5533 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5534 defining a keyboard macro.
5535 Mention `kmacro-ring-max'.
5536 (Keyboard Macro Counter): Clarify description of
5537 `kmacro-insert-counter', `kmacro-set-counter',
5538 `kmacro-add-counter' and `kmacro-set-format'.
5539
55402004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5541
5542 * custom.texi (File Variables): Add `unibyte' and make it more
5543 clear that `unibyte' and `coding' are special. Suggested by Simon
5544 Krahnke <overlord@gmx.li>.
5545
5546 * mule.texi (Enabling Multibyte): Refer to File Variables.
5547 Suggested by Simon Krahnke <overlord@gmx.li>.
5548
c8763fb6 55492004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5550
5551 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5552 x-use-old-gtk-file-dialog.
5553
8cf51b2c
GM
55542004-11-20 Richard M. Stallman <rms@gnu.org>
5555
5556 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5557
55582004-11-09 Lars Brinkhoff <lars@nocrew.org>
5559
5560 * building.texi (Lisp Eval): Delete hyphen in section name.
5561
55622004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5563
5564 * files.texi (Old Versions):
5565 No longer document annotation as "CVS only".
5566
55672004-11-10 Andre Spiegel <spiegel@gnu.org>
5568
5569 * files.texi (Version Control): Rewrite the introduction about
5570 version systems, mentioning the new ones that we support. Thanks
5571 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5572 suggestions.
5573
c8763fb6 55742004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5575
49823426 5576 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5577
c8763fb6 55782004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5579
5580 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5581
55822004-10-23 Eli Zaretskii <eliz@gnu.org>
5583
5584 * text.texi (Text Based Tables, Table Definition)
5585 (Table Creation, Table Recognition, Cell Commands)
5586 (Cell Justification, Row Commands, Column Commands)
5587 (Fixed Width Mode, Table Conversion, Measuring Tables)
5588 (Table Misc): New nodes, documenting the Table Mode.
5589
8cf51b2c
GM
55902004-10-19 Jason Rumney <jasonr@gnu.org>
5591
5592 * makefile.w32-in (info): Change order of arguments to makeinfo.
5593
55942004-10-19 Ulf Jasper <ulf.jasper@web.de>
5595
5596 * calendar.texi (iCalendar): Update for package changes.
5597
8cf51b2c
GM
55982004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5599
5600 * files.texi (Misc File Ops): View mode is a minor mode.
5601
8cf51b2c
GM
56022004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5603
5604 * calendar.texi (iCalendar): Style changes.
5605
56062004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * search.texi (Regexps): The regexp described in the example is no
5609 longer stored in the variable `sentence-end'.
5610
8cf51b2c
GM
56112004-10-06 Nick Roberts <nickrob@snap.net.nz>
5612
5613 * building.texi (Starting GUD): Note that multiple debugging
5614 sessions requires `gdb --fullname'.
5615
56162004-10-05 Ulf Jasper <ulf.jasper@web.de>
5617
5618 * calendar.texi (iCalendar): New section for a new package.
5619
8cf51b2c
GM
56202004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * text.texi: Various small changes in addition to the following.
5623 (Text): Replace xref for autotype with inforef.
5624 (Sentences): Explain nil value for `sentence-end'.
5625 (Paragraphs): Update default values for `paragraph-start' and
5626 `paragraph-separate'.
5627 (Text Mode): Correct description of Text mode's effect on the
5628 syntax table.
5629 (Outline Visibility): `hide-other' does not hide top level headings.
5630 `selective-display-ellipses' no longer has an effect on Outline mode.
5631 (TeX Misc): Add missing @cindex.
5632 Replace xref for RefTeX with inforef.
5633 (Requesting Formatted Text): The variable
5634 `enriched-fill-after-visiting' no longer exists.
5635 (Editing Format Info): Update names of menu items and commands.
5636 (Format Faces): Mention special effect of specifying the default face.
5637 Describe inheritance of text properties.
5638 Correct description of `fixed' face.
5639 (Format Indentation): Correct description of effect of setting
5640 margins. Mention `set-left-margin' and `set-right-margin'.
5641 (Format Justification): Update names of menu items.
5642 `set-justification-full' is now bound to `M-j b'.
5643 Mention that `default-justification' is a per buffer variable.
5644 (Format Properties): Update name of menu item.
5645 (Forcing Enriched Mode): `format-decode-buffer' automatically
5646 turns on Enriched mode if the buffer is in text/enriched format.
5647
56482004-10-05 Emilio C. Lopes <eclig@gmx.net>
5649
5650 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5651
56522004-09-28 Kim F. Storm <storm@cua.dk>
5653
5654 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5655 Align with new functionality.
5656
8cf51b2c
GM
56572004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * display.texi (Display Custom): Remove stray `@end defvar'.
5660
56612004-09-23 Kim F. Storm <storm@cua.dk>
5662
5663 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5664 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5665
8cf51b2c
GM
56662004-09-20 Richard M. Stallman <rms@gnu.org>
5667
5668 * custom.texi (Hooks): Explain using setq to clear out a hook.
5669 (File Variables): Explain multiline string constants.
5670 (Non-ASCII Rebinding): Explain when you need to update
5671 non-ASCII char codes in .emacs.
5672
5673 * building.texi (Compilation): Explain how to make a silent
5674 subprocess that won't be terminated. Explain compilation-environment.
5675
56762004-09-13 Kim F. Storm <storm@cua.dk>
5677
5678 * mini.texi (Repetition): Rename isearch-resume-enabled to
5679 isearch-resume-in-command-history and change default to disabled.
5680
8cf51b2c
GM
56812004-09-09 Kim F. Storm <storm@cua.dk>
5682
5683 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5684 with new `kmacro-name-last-macro'.
5685
8cf51b2c
GM
56862004-09-08 Juri Linkov <juri@jurta.org>
5687
5688 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5689
8cf51b2c
GM
56902004-09-03 Juri Linkov <juri@jurta.org>
5691
5692 * search.texi (Incremental Search): Update wording for M-%.
5693
56942004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5695
5696 * killing.texi (Killing): Correct description of kill commands in
5697 read-only buffer.
5698
56992004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5700
5701 * building.texi (Compilation Mode): Add a paragraph about rules
5702 for finding the compilation buffer for `next-error'.
5703
5704 * search.texi (Other Repeating Search): Mention that Occur mode
5705 supports the next-error functionality.
5706
57072004-09-02 Juri Linkov <juri@jurta.org>
5708
5709 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5710
57112004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5712
5713 * kmacro.texi (Basic Keyboard Macro):
5714 `apply-macro-to-region-lines' now operates on all lines that begin
5715 in the region, rather than on all complete lines in the region.
5716
c8763fb6 57172004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5718
5719 * frames.texi (Drag and drop): Add documentation about
5720 x-dnd-test-function and x-dnd-known-types.
5721
57222004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * indent.texi: Various minor changes in addition to:
5725 (Indentation Commands): Correct description of `indent-relative'.
5726 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5727 mode. The *Tab Stops* buffer uses Overwrite Mode.
5728 (Just Spaces): `tabify' converts sequences of at least two spaces
5729 to tabs.
5730
8cf51b2c
GM
57312004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5732
5733 * frames.texi (Secondary Selection): Setting the secondary
5734 selection with M-Drag-Mouse-1 does not alter the kill ring,
5735 setting it with M-Mouse-1 and M-Mouse-3 does.
5736 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5737 toolkit scroll bars.
5738 (Scroll Bars): Ditto.
5739
5740 * windows.texi (Basic Window): When using a window system, the value
5741 of point in a non-selected window is indicated by a hollow box.
5742 (Split Window): Side by side windows are separated by a scroll bar,
5743 if scroll bars are used.
5744 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5745 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5746 (Window Convenience): Update bindings for `winner-undo' and
5747 `winner-redo'.
5748
5749 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5750 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5751 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5752 of "Using Emacs as a Server".
5753 * building.texi (Building): Interchange nodes (for correct numbering).
5754 * programs.texi (Programs): Interchange nodes (for correct numbering).
5755 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5756 Info to the node structure.
5757 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5758 Rearrange order of nodes and sections such that both "GNU GENERAL
5759 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5760 end, as appropriate for appendices.
5761 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5762 Use `@unnumberedsec'.
5763 * trouble.texi: Adapt sectioning in Info to the node structure.
5764 Adapt node pointers to change in emacs.texi.
5765 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5766
8cf51b2c
GM
57672004-08-25 Kenichi Handa <handa@m17n.org>
5768
5769 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5770 description for unibyte mode.
5771
57722004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5773
5774 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5775
5776 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5777 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5778 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5779 in @pxref.
5780
57812004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5782
5783 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5784 Change section names.
5785
8cf51b2c
GM
57862004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5787
5788 * kmacro.texi (Keyboard Macro Ring): Rename section.
5789 Emacs treats the head of the macro ring as the `last keyboard macro'.
5790 (Keyboard Macro Counter): Minor change.
5791 (Save Keyboard Macro): Some clarifications.
5792 (Edit Keyboard Macro): Rename section.
5793
5794 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5795 32-bit machines.
5796 (Several Buffers): Clarify which buffer is selected if `2' is
5797 pressed in the Buffer Menu.
5798 Auto Revert mode can be used to update the Buffer Menu
5799 automatically.
5800
58012004-08-21 Eli Zaretskii <eliz@gnu.org>
5802
5803 * help.texi (Misc Help): Add an index entry for finding an Info
5804 manual by its file name.
5805
58062004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5807
5808 * files.texi (Backup Deletion): Correct description of
5809 `delete-old-versions'.
5810 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5811 (Auto Save Files): Recommend `auto-save-mode' to reenable
5812 auto-saving, rather than the abbreviation `auto-save'.
5813
58142004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5817 for "killing" and "yanking" in main menu.
5818
58192004-08-16 Richard M. Stallman <rms@gnu.org>
5820
5821 * killing.texi (Yanking, Killing): Minor cleanups.
5822
5823 * mark.texi (Momentary Mark): Minor cleanups.
5824
58252004-08-15 Kenichi Handa <handa@etl.go.jp>
5826
5827 * custom.texi (Non-ASCII Rebinding):
5828 C-q always inserts the right code to pass to global-set-key.
5829
8cf51b2c
GM
58302004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5831
5832 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5833 `insert-register', instead of `C-x r g' binding, for consistency.
5834
58352004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5836
5837 * fixit.texi (Spelling): Fix typo.
5838
58392004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5840
5841 * help.texi (Help): Fix Texinfo usage.
5842
8cf51b2c
GM
58432004-07-24 Richard M. Stallman <rms@gnu.org>
5844
5845 * text.texi (Paragraphs): Update how paragraphs are separated
5846 and the default for paragraph-separate.
5847
5848 * search.texi (Regexp Replace): Further update text for new
5849 replacement operators.
5850
8cf51b2c
GM
58512004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5854 `R' switch.
5855
5856 * dired.texi (Dired Updating): `k' only deletes inserted
5857 subdirectories from the Dired buffer if a prefix argument was given.
5858
5859 * search.texi (Regexps): Delete redundant definition of `symbol' in
5860 description of `\_>'. It already occurs in the description of `\_<'.
5861
8cf51b2c
GM
58622004-07-01 Juri Linkov <juri@jurta.org>
5863
5864 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5865 (Regexp Search): Add M-r.
5866
58672004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5870
58712004-06-29 Jesper Harder <harder@ifa.au.dk>
5872
49823426 5873 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5874
58752004-06-25 Richard M. Stallman <rms@gnu.org>
5876
5877 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5878
58792004-06-25 David Kastrup <dak@gnu.org>
5880
5881 * search.texi (Regexp Replace): Some typo corrections and
5882 rearrangement.
5883
58842004-06-24 David Kastrup <dak@gnu.org>
5885
5886 * search.texi (Unconditional Replace): Use replace-string instead
5887 of query-replace in example.
5888 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5889 sequences.
5890 (Query Replace): Correct explanation of `^' which does not use
5891 the mark stack.
5892
58932004-06-21 Nick Roberts <nickrob@gnu.org>
5894
5895 * misc.texi (Shell History Copying): Document comint-insert-input.
5896 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5897
8cf51b2c
GM
58982004-06-20 Jesper Harder <harder@ifa.au.dk>
5899
5900 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5901 * custom.texi (Customization): Do.
5902 * anti.texi (Antinews): Do.
5903 * abbrevs.texi (Defining Abbrevs): Do.
5904
5905 * programs.texi (Info Lookup): Fix keybinding for
5906 info-lookup-symbol.
5907
59082004-06-16 Juanma Barranquero <lektu@terra.es>
5909
5910 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5911 Add emacs-xtra.
5912 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5913 (clean): Add emacs-xtra and flymake. Remove redundancies.
5914
59152004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5916
5917 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5918 Add emacs-xtra.
5919 * emacs-xtra.texi: New file.
5920
59212004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5922
5923 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5924 (Dired and Find): Mention differences with ordinary Dired buffers.
5925
8cf51b2c
GM
59262004-06-13 Richard M. Stallman <rms@gnu.org>
5927
5928 * custom.texi (Init Syntax): Explain about vars that do special
5929 things when set with setq or with Custom.
5930 (Init Examples): Add line-number-mode example.
5931
8cf51b2c
GM
59322004-06-12 Juri Linkov <juri@jurta.org>
5933
5934 * dired.texi (Operating on Files): Add dired-do-touch.
5935
8cf51b2c
GM
59362004-06-10 Juri Linkov <juri@jurta.org>
5937
5938 * building.texi (Lisp Eval): Add C-M-x on defface.
5939
59402004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5941
5942 * files.texi (Reverting): Auto-Revert mode and
5943 Global Auto-Revert mode no longer revert remote files.
5944
8cf51b2c
GM
59452004-05-29 Richard M. Stallman <rms@gnu.org>
5946
5947 * custom.texi (Init File): Two dashes start --no-site-file.
5948
8cf51b2c
GM
59492004-05-29 Alan Mackenzie <acm@muc.de>
5950
5951 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5952 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5953 (AWK, Pike): Document as "C-like modes".
5954 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5955 (M-x man): Supersedes M-x manual-entry.
5956 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5957
5958 ("Comments in C"): Delete node; the info is in CC Mode manual.
5959 (c-comment-only-line-offset): Remove description.
5960
5961 (C-c ., C-c C-c): Describe new C Mode bindings.
5962
5963 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5964 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5965 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5966 Amend definitions.
5967
5968 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5969 Describe functions.
5970
5971 (c-comment-start-regexp, c-hanging-comment-ender-p)
5972 (c-hanging-comment-starter-p): Remove obsolete definitions.
5973
5974 * emacs.texi: Remove the menu entry "Comments in C".
5975
8cf51b2c
GM
59762004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5977
5978 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5979 `M-x locate'.
5980
59812004-05-16 Karl Berry <karl@gnu.org>
5982
5983 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5984 makeinfo --html fails.
5985 * help.texi (Help Summary) [@ifnottex]: Likewise.
5986
59872004-05-13 Nick Roberts <nickrob@gnu.org>
5988
5989 * building.texi (GDB Graphical Interface): Update and describe
5990 layout first.
5991
8cf51b2c
GM
59922004-05-04 Jason Rumney <jasonr@gnu.org>
5993
5994 * makefile.w32-in: Revert last change.
5995
59962004-05-03 Jason Rumney <jasonr@gnu.org>
5997
5998 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5999
8cf51b2c
GM
60002004-04-23 Juanma Barranquero <lektu@terra.es>
6001
6002 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6003
60042004-04-18 Juri Linkov <juri@jurta.org>
6005
6006 * fixit.texi (Spelling): Remove file extension from ispell xref.
6007
60082004-04-15 Kim F. Storm <storm@cua.dk>
6009
6010 * cmdargs.texi (Initial Options): Add -Q.
6011
60122004-04-05 Kim F. Storm <storm@cua.dk>
6013
6014 * custom.texi (File Variables): Add safe-local-eval-forms.
6015
8cf51b2c
GM
60162004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * files.texi (Reverting): Correct description of revert-buffer's
6019 handling of point.
6020
60212004-03-22 Juri Linkov <juri@jurta.org>
6022
6023 * emacs.texi (Top): Add `Misc X'.
6024
49823426 6025 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6026
6027 * glossary.texi: Improve references.
6028
6029 * help.texi: Sync keywords with finder.el.
6030
6031 * mini.texi (Completion): Add description for menu items.
6032
6033 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6034
6035 * sending.texi (Mail Methods): Fix xref to Message manual.
6036
8cf51b2c
GM
60372004-03-12 Richard M. Stallman <rms@gnu.org>
6038
8cf51b2c
GM
6039 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6040
8cf51b2c
GM
60412004-03-04 Richard M. Stallman <rms@gnu.org>
6042
6043 * search.texi (Regexps): Explain that ^ and $ have their
6044 special meanings only in certain contexts.
6045
6046 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6047
6048 * mule.texi (Specify Coding): Doc C-x RET F.
6049
6050 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6051 for multiple compile and grep buffers.
6052 (Indirect Buffers): Don't recommand clone-indirect-buffer
6053 for multiple compile and grep buffers.
6054
8cf51b2c
GM
60552004-02-29 Juanma Barranquero <lektu@terra.es>
6056
6057 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6058 Use $(DEL) instead of rm, and ignore exit code.
6059
8cf51b2c
GM
60602004-02-23 Nick Roberts <nick@nick.uklinux.net>
6061
6062 * building.texi (Watch Expressions): Update.
6063
60642004-02-21 Juri Linkov <juri@jurta.org>
6065
6066 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6067 --directory, --help, --version. Move text about command-line-args
6068 to Command Arguments.
6069 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6070 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6071 (Window Size X): Join -g and --geometry. Add @cindex.
6072 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6073 (Title X): Remove alias -title.
6074 (Misc X): New node.
6075
c8763fb6 60762004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6077
6078 * frames.texi (Drag and drop): Add Motif to list of supported
6079 protocols.
6080
c8763fb6 60812004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6082
6083 * frames.texi (Drag and drop): New section.
6084
60852004-01-24 Richard M. Stallman <rms@gnu.org>
6086
6087 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6088 Include it only @ifnotinfo. Patch the preceding and following
6089 node headers to point to each other.
6090
60912004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6092
6093 * calendar.texi (Appointments): Update section.
6094
60952003-12-29 Kevin Ryde <user42@zip.com.au>
6096
8cf51b2c
GM
6097 * programs.texi (C Modes): Fix the xref.
6098
60992003-12-23 Nick Roberts <nick@nick.uklinux.net>
6100
6101 * building.texi (Watch Expressions): Update.
6102 (Commands of GUD): Include use of toolbar + breakpoints set from
6103 fringe/margin.
6104
61052003-12-03 Andre Spiegel <spiegel@gnu.org>
6106
6107 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6108 <acm@muc.de>.
6109
c8763fb6 61102003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6111
6112 * frames.texi (Dialog Boxes): Add use-file-dialog.
6113
8cf51b2c
GM
61142003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6115
6116 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6117 in CC Mode.
6118
8cf51b2c
GM
61192003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6120
6121 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6122 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6123 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6124 * man/frames.texi, man/glossary.texi, man/killing.texi:
6125 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6126 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6127 * man/sending.texi, man/text.texi, man/trouble.texi:
6128 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6129
61302003-11-01 Alan Mackenzie <acm@muc.de>
6131
6132 * search.texi (Scrolling During Incremental Search): Document a
6133 new scrolling facility in isearch mode.
6134
8cf51b2c
GM
61352003-10-22 Miles Bader <miles@gnu.org>
6136
6137 * Makefile.in (info): Move before $(top_srcdir)/info.
6138
61392003-10-22 Nick Roberts <nick@nick.uklinux.net>
6140
6141 * building.texi (Watch Expressions): Update section on data display
6142 to reflect code changes (GDB Graphical Interface).
6143
8cf51b2c
GM
61442003-10-13 Richard M. Stallman <rms@gnu.org>
6145
6146 * xresources.texi (GTK resources): Clean up previous change.
6147
c8763fb6 61482003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6149
6150 * xresources.texi (GTK resources): Add a note that some themes
6151 disallow customizations. Add scroll theme example.
6152
8cf51b2c
GM
61532003-09-30 Richard M. Stallman <rms@gnu.org>
6154
8cf51b2c
GM
6155 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6156
6157 * misc.texi (Saving Emacs Sessions): Shorten the section,
6158 collapsing back into one node.
6159
61602003-09-30 Lars Hansen <larsh@math.ku.dk>
6161
6162 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6163
ce058493 61642003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6165
6166 * xresources.texi (GTK names in Emacs): Correct typo.
6167
8cf51b2c
GM
61682003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6169
6170 * cmdargs.texi (Font X): Mention new default font. More
6171 fully describe long font names, wildcard patterns and the
6172 problems involved. (Result of discussion on emacs-devel.)
6173
61742003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6175
6176 * emacs.texi (Acknowledgements): Correct typo.
6177
61782003-09-22 Richard M. Stallman <rms@gnu.org>
6179
6180 * dired.texi (Misc Dired Commands): New node.
6181 (Dired Navigation): Add dired-goto-file.
6182
6183 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6184
6185 * emacs.texi (Acknowledgements): New node, split from Distribution.
6186
6187 * cmdargs.texi (Action Arguments): -f reads interactive args.
6188
8cf51b2c
GM
61892003-09-08 Lute Kamstra <lute@gnu.org>
6190
6191 * screen.texi (Mode Line): Say that POS comes before LINE.
6192 Mention `size-indication-mode'.
6193 * display.texi (Optional Mode Line): Document
6194 `size-indication-mode'.
6195 * basic.texi (Position Info): Mention `size-indication-mode'.
6196
61972003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6198
6199 * xresources.texi (Resources): Refer to `editres' man page.
6200 (Lucid Resources): Update defaults. Expand description of
6201 `shadowThickness'.
6202
62032003-09-04 Miles Bader <miles@gnu.org>
6204
6205 * Makefile.in (top_srcdir): New variable.
6206 ($(top_srcdir)/info): New rule.
6207 (info): Depend on it.
6208
62092003-09-03 Peter Runestig <peter@runestig.com>
6210
6211 * makefile.w32-in: New file.
6212
62132003-08-29 Richard M. Stallman <rms@gnu.org>
6214
6215 * misc.texi (Saving Emacs Sessions): Correct previous change.
6216
8cf51b2c
GM
62172003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6218
8cf51b2c
GM
6219 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6220 (Intro): Include kmacro.texi after fixit.texi instead of after
6221 custom.texi. (As suggested by Kim Storm.)
6222
62232003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6224
6225 * fixit.texi (Fixit): Update `Next' pointer.
6226 * files.texi (Files): Update `Previous' pointer.
6227 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6228 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6229 (Suggested by Kim Storm.)
6230 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6231
62322003-08-18 Kim F. Storm <storm@cua.dk>
6233
6234 * kmacro.texi: New file describing enhanced keyboard macro
6235 functionality. Replaces old description in custom.texi.
6236
6237 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6238 (Keyboard Macros): Move to new kmacro.texi file.
6239
6240 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6241
8cf51b2c
GM
62422003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6243
6244 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6245
62462003-08-17 Alex Schroeder <alex@gnu.org>
6247
6248 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6249 required.
6250
8cf51b2c
GM
62512003-08-05 Richard M. Stallman <rms@gnu.org>
6252
6253 * programs.texi (Lisp Indent): Don't describe
6254 lisp-indent-function property here. Use xref to Lisp Manual.
6255
8cf51b2c
GM
62562003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6257
fffa137c 6258 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6259 abbreviations.
6260
62612003-07-24 Markus Rost <rost@math.ohio-state.edu>
6262
6263 * buffers.texi (List Buffers): Fix previous change.
6264
8cf51b2c
GM
62652003-07-13 Markus Rost <rost@math.ohio-state.edu>
6266
6267 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6268 List*.
6269
62702003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6271
8cf51b2c
GM
6272 * display.texi (Font Lock): Fix typo.
6273
62742003-07-07 Richard M. Stallman <rms@gnu.org>
6275
6276 * display.texi (Font Lock): Add xref for format info on
6277 font-lock-remove-keywords.
6278
6279 * building.texi (Compilation): Document what happens with asynch
6280 children of compiler process.
6281
6282 * help.texi (Library Keywords): Use @multitable.
6283
8cf51b2c
GM
62842003-06-04 Richard M. Stallman <rms@gnu.org>
6285
6286 * programs.texi (Expressions): Delete C-M-DEL.
6287
6288 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6289 comint-move-point-for-output renamed from
6290 comint-scroll-to-bottom-on-output.
6291
6292 * custom.texi (Init Rebinding): Replace previous change with xref.
6293 (Non-ASCII Rebinding): Explain that issue more briefly here.
6294
62952003-05-28 Richard M. Stallman <rms@gnu.org>
6296
6297 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6298
62992003-05-28 Nick Roberts <nick@nick.uklinux.net>
6300
6301 * building.texi (GDB Graphical Interface): New node.
6302 (Rewritten somewhat by RMS.)
6303
c8763fb6 63042003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6305
6306 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6307 non-English letters. Explain how to set coding systems correctly
6308 and how to include the right coding cookie in the file.
6309
c8763fb6 63102003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6311
6312 * indent.texi (Indentation): Explain the concepts.
6313 (Just Spaces): Explain why preventing tabs for indentation might
6314 be useful.
6315
8cf51b2c
GM
63162003-04-16 Richard M. Stallman <rms@gnu.org>
6317
6318 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6319
8cf51b2c
GM
63202003-02-22 Alex Schroeder <alex@emacswiki.org>
6321
6322 * cmdargs.texi (General Variables): Document SMTPSERVER.
6323
8cf51b2c
GM
6324 * sending.texi: Remove SMTP node.
6325 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6326 library.
6327
8cf51b2c
GM
63282003-02-22 Alex Schroeder <alex@emacswiki.org>
6329
6330 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6331
63322003-02-22 Simon Josefsson <jas@extundo.com>
6333
6334 * sending.texi (Mail Methods): Add node about SMTP.
6335
c8763fb6 63362003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6337
6338 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6339
8cf51b2c
GM
63402003-02-01 Kevin Ryde <user42@zip.com.au>
6341
6342 * glossary.texi (Glossary): Correction to cl cross reference.
6343
63442003-01-20 Richard M. Stallman <rms@gnu.org>
6345
6346 * killing.texi (Rectangles): Document C-x c r.
6347
c8763fb6 63482003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6349
6350 * xresources.texi (GTK resources): New node.
6351 (GTK widget names): New node.
6352 (GTK names in Emacs): New node.
6353 (GTK styles): New node.
6354
c8763fb6 63552003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6356
6357 * maintaining.texi (Create Tags Table): Add reference to the new
6358 `etags --help --lang=LANG' option.
6359
8cf51b2c
GM
63602002-10-02 Karl Berry <karl@gnu.org>
6361
49823426 6362 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6363 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6364 where needed for the sake of the HTML output.
8cf51b2c
GM
6365
63662001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6367
6368 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6369 source files.
6370
63712001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * Makefile.in (emacsman): New target.
6374
8cf51b2c
GM
63752001-10-20 Gerd Moellmann <gerd@gnu.org>
6376
6377 * (Version 21.1 released.)
6378
63792001-10-05 Gerd Moellmann <gerd@gnu.org>
6380
6381 * Branch for 21.1.
6382
8cf51b2c
GM
63832001-03-05 Gerd Moellmann <gerd@gnu.org>
6384
6385 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6386
8cf51b2c
GM
63872000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6388
6389 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6390
8cf51b2c
GM
63911999-07-12 Richard Stallman <rms@gnu.org>
6392
6393 * Version 20.4 released.
6394
63951998-12-04 Markus Rost <rost@delysid.gnu.org>
6396
6397 * Makefile.in (INFO_TARGETS): Delete customize.info.
6398 (DVI_TARGETS): Delete customize.dvi.
6399 (../info/customize, customize.dvi): Targets deleted.
6400
64011998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6402
6403 * Version 20.3 released.
6404
64051998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6406
6407 * Makefile.in (EMACSSOURCES): Add mule.texi.
6408 Add msdog.texi, ack.texi. Remove gnu1.texi.
6409
64101998-04-06 Andreas Schwab <schwab@gnu.org>
6411
6412 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6413 it in dvi targets.
8cf51b2c
GM
6414
64151997-09-23 Paul Eggert <eggert@twinsun.com>
6416
6417 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6418 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6419 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6420
64211997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6422
6423 * Version 20.2 released.
6424
64251997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6426
6427 * Version 20.1 released.
6428
64291997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6430
6431 * Makefile (../info/customize, customize.dvi): New targets.
6432 (INFO_TARGETS): Add ../info/customize.
6433 (DVI_TARGETS): Add customize.dvi.
6434
8cf51b2c
GM
64351996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6436
6437 * Version 19.33 released.
6438
64391996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6440
6441 * Version 19.32 released.
6442
8cf51b2c
GM
64431996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6444
6445 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6446
64471996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6448
6449 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6450 Specify -I option.
6451 (All dvi targets): Set the TEXINPUTS variable.
6452
64531996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6454
6455 * Version 19.31 released.
6456
8cf51b2c
GM
64571995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6458
6459 * Version 19.30 released.
6460
8cf51b2c
GM
64611995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6462
6463 * Makefile.in (maintainer-clean): Rename from realclean.
6464
64651994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6466
6467 * Makefile.in: New file.
6468 * Makefile: File deleted.
6469
64701994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6471
6472 * Makefile (TEXINDEX_OBJS): Variable deleted.
6473 (texindex, texindex.o, getopt.o): Rules deleted.
6474 All deps on texindex deleted.
6475 (distclean): Don't delete texindex.
6476 (mostlyclean): Don't delete *.o.
6477 * texindex.c, getopt.c: Files deleted.
6478
64791994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6480
6481 * Version 19.26 released.
6482
64831994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6484
6485 * Makefile (EMACSSOURCES): Exclude undo.texi.
6486
64871994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6488
6489 * Version 19.25 released.
6490
64911994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6492
6493 * Version 19.24 released.
6494
64951994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6496
6497 * Version 19.23 released.
6498
64991994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6500
6501 * Makefile: Delete spurious tab.
6502
65031994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6504
6505 * Makefile (.SUFFIXES): New rule.
6506
8cf51b2c
GM
65071993-12-04 Richard Stallman (rms@srarc2)
6508
6509 * getopt.c: New file.
6510 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6511 (getopt.o): New rule.
6512 (dvi): Don't depend on texindex.
49823426 6513 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6514
65151993-12-03 Richard Stallman (rms@srarc2)
6516
49823426
GM
6517 * Makefile (TEXI2DVI): New variable.
6518 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6519 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6520
65211993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6522
6523 * Version 19.22 released.
6524
65251993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6526
6527 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6528
65291993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6530
6531 * Version 19.21 released.
6532
8cf51b2c
GM
65331993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6534
6535 * Makefile (realclean): Don't delete the Info files.
6536
f0131492 65371993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6538
8cf51b2c
GM
6539 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6540 4' where appropriate.
6541
f0131492 65421993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6543
49823426 6544 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6545
6546 * texindex.c: Include "../src/config.h" if building in emacs.
6547
6548 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6549 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6550 Add target to build texindex.c, defining `emacs'.
6551
8cf51b2c
GM
65521993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6553
6554 * Version 19.19 released.
6555
8cf51b2c
GM
65561993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6557
6558 * Version 19.18 released.
6559
65601993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6561
6562 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6563
65641993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6565
6566 * Version 19.17 released.
6567
65681993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6569
6570 * split-man: Fix typos in last change.
6571
65721993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6573
6574 * Version 19.16 released.
6575
65761993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6577
6578 * version 19.15 released.
6579
65801993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6581
6582 * Makefile (distclean): It's rm, not rf.
6583
65841993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6585
6586 * Version 19.14 released.
6587
65881993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6589
6590 * Makefile: New file.
6591
65921993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6593
6594 * Version 19.13 released.
6595
65961993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6597
6598 * Version 19.9 released.
6599
66001993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6601
6602 * Version 19.8 released.
6603
66041993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6605
6606 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6607
6608 * trouble.texi: It's `enable-flow-control-on', not
6609 `evade-flow-control-on'.
6610
66111993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6612
6613 * display.texi: Document standard-display-european.
6614
66151993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6616
6617 * Version 19.7 released.
6618
6619 * emacs.texi: Add a sentence to the top menu mentioning the
6620 specific version of Emacs this manual applies to.
6621
66221993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6623
6624 * basic.texi: Document next-line-add-lines variable used to
6625 implement down-arrow.
6626
6627 * killing.texi: Document kill-whole-line.
6628
66291993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6630
6631 * text.texi: Update unix TeX ordering information.
6632
66331993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6634
6635 * news.texi: Mention fill-rectangle in keybinding list.
6636
6637 * killing.texi: Document fill-rectangle.
6638
66391993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6640
6641 * vc.texi: Bring the docs up to date with VC 5.2.
6642
66431992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6644
6645 * emacs.tex: Mention blackbox and gomoku under Amusements.
6646 Assembler mode is now mentioned and appropriately indexed
6647 under Programming Modes.
6648
66491991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6650
6651 * emacs.tex: Update TeX ordering information.
6652
8cf51b2c
GM
66531990-06-26 David Lawrence (tale@geech)
6654
6655 * emacs.tex: Note that completion-ignored-extensions is not used
6656 to filter out names when all completions are displayed in
6657 *Completions*.
6658
66591990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6660
6661 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6662
66631990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6664
6665 * emacs.tex: Add @findex grep.
6666
8cf51b2c
GM
66671988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6668
6669 * emacs.tex: Correct two typos. No other changes before
6670 Version 19 will be made.
6671
8cf51b2c
GM
66721988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6673
6674 * emacs.tex: Update information for obtaining TeX distribution from the
6675 University of Washington.
6676
6677;; Local Variables:
c8763fb6 6678;; coding: utf-8
8cf51b2c
GM
6679;; fill-column: 79
6680;; add-log-time-zone-rule: t
6681;; End:
6682
6683 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6684 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6685
6686 This file is part of GNU Emacs.
6687
352c8b4a 6688 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6689 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6690 the Free Software Foundation, either version 3 of the License, or
6691 (at your option) any later version.
8cf51b2c
GM
6692
6693 GNU Emacs is distributed in the hope that it will be useful,
6694 but WITHOUT ANY WARRANTY; without even the implied warranty of
6695 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6696 GNU General Public License for more details.
6697
6698 You should have received a copy of the GNU General Public License
352c8b4a 6699 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6700
6701;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd