* doc/emacs/trouble.texi (Contributing): Remove obsolete info re pretesters.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
9698b18f
GM
12013-05-06 Glenn Morris <rgm@gnu.org>
2
3 * trouble.texi (Contributing): Remove obsolete info re pretesters.
4
c0765905
GM
52013-03-12 Glenn Morris <rgm@gnu.org>
6
7 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
8
24958590
GM
92013-03-11 Glenn Morris <rgm@gnu.org>
10
11 * Version 24.3 released.
12
336d2ce2
BG
132013-02-27 Bastien Guerry <bzg@gnu.org>
14
15 * xresources.texi (GTK resources): Fix broken link.
16
cee1a690
GM
172013-02-22 Glenn Morris <rgm@gnu.org>
18
19 * ack.texi (Acknowledgments):
20 * emacs.texi (Acknowledgments): Small updates.
21
c4af1efc
GM
222013-02-10 Glenn Morris <rgm@gnu.org>
23
24 * trouble.texi (Checklist): Update bug keybinding.
25
e17b9777
GM
262013-01-18 Glenn Morris <rgm@gnu.org>
27
28 * custom.texi (Directory Variables): Fix paren typo.
29
827253f7
GM
302013-01-16 Glenn Morris <rgm@gnu.org>
31
ecde0368
GM
32 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
33
827253f7
GM
34 * custom.texi (Custom Themes): Fix typo.
35
f8acde11
GM
362013-01-05 Glenn Morris <rgm@gnu.org>
37
38 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
39
d72a2793
GM
402012-12-21 Glenn Morris <rgm@gnu.org>
41
42 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
43 Simply include doclicense.
44
1b947faa
CY
452012-12-21 Chong Yidong <cyd@gnu.org>
46
47 * frames.texi (Mouse Commands): Fix description of the effect of
48 mouse dragging (Bug#13049).
49
6ce49f24
DM
502012-12-08 Dani Moncayo <dmoncayo@gmail.com>
51
52 * killing.texi (Deletion): Doc fix (Bug#12748).
53
26163acc
JB
542012-12-03 Juanma Barranquero <lekktu@gmail.com>
55
56 * vc1-xtra.texi (General VC Options): Remove obsolete reference
57 to `vc-path'.
58
547d6865
CY
592012-12-02 Chong Yidong <cyd@gnu.org>
60
61 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
62
d1a355a1
DM
632012-11-18 Dani Moncayo <dmoncayo@gmail.com>
64
65 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
66 clarifications (Bug#12865).
67 (Horizontal Scrolling): Clarifications.
68
0a27d94c
DM
692012-11-17 Dani Moncayo <dmoncayo@gmail.com>
70
71 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
72
0f5414fc
CY
732012-11-12 Chong Yidong <cyd@gnu.org>
74
75 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
76 actually named gdb-stopped-functions.
77
adad6d8f
GM
782012-11-12 Glenn Morris <rgm@gnu.org>
79
80 * misc.texi (Single Shell): Mention async-shell-command-buffer.
81
19e09879
GM
822012-11-10 Glenn Morris <rgm@gnu.org>
83
84 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
85
ef7238c3
GM
862012-11-09 Glenn Morris <rgm@gnu.org>
87
88 * emacs.texi (Acknowledgments): Add profiler author.
89 * ack.texi (Acknowledgments): Add some recent contributions.
90
4c1f6a5b
CY
912012-11-08 Chong Yidong <cyd@gnu.org>
92
9d9e48d9
CY
93 * files.texi (Diff Mode): Doc fixes for
94 diff-delete-trailing-whitespace (Bug#12831).
95
4c1f6a5b
CY
96 * trouble.texi (Crashing): Copyedits.
97
26f59676
GM
982012-11-08 Glenn Morris <rgm@gnu.org>
99
100 * files.texi (Diff Mode): Trailing whitespace updates.
101
cce0aa5a
CY
1022012-11-07 Chong Yidong <cyd@gnu.org>
103
4eeba558
CY
104 * misc.texi (Terminal emulator): Document Term mode faces.
105
7d806bfe
CY
106 * mini.texi (Basic Minibuffer): New node. Document
107 minibuffer-electric-default-mode.
108
109 * display.texi (Visual Line Mode): Fix index entry.
110
cce0aa5a
CY
111 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
112 and index the keybindings. Document tabulated-list-sort.
113 (Kill Buffer): Capitalize Buffer Menu.
114
115 * trouble.texi (Memory Full): Capitalize Buffer Menu.
116
bff6f241
EZ
1172012-11-05 Eli Zaretskii <eliz@gnu.org>
118
119 * display.texi (Auto Scrolling): Clarify that scroll-step is
120 ignored when scroll-conservatively is set to a non-zero value.
121 (Bug#12801)
122
766376c6
CY
1232012-11-05 Chong Yidong <cyd@gnu.org>
124
125 * dired.texi (Dired Updating): Doc fix (Bug#11744).
126
87288971
MA
1272012-10-30 Michael Albinus <michael.albinus@gmx.de>
128
129 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
130
fc83c2de
CY
1312012-10-29 Chong Yidong <cyd@gnu.org>
132
133 * dired.texi (Shell Commands in Dired): Document changes to the
134 dired-do-async-shell-command.
135
82b21017
GM
1362012-10-28 Glenn Morris <rgm@gnu.org>
137
138 * ack.texi (Acknowledgments): Mention gv.el.
139
caa5e5a4
BG
1402012-10-27 Bastien Guerry <bzg@gnu.org>
141
142 * screen.texi (Menu Bar): Fix typo.
143
05b621a6
CY
1442012-10-27 Chong Yidong <cyd@gnu.org>
145
146 * frames.texi (Mouse Avoidance): Mention new variable
147 mouse-avoidance-banish-position.
148
149 * programs.texi (Which Function): Which Function mode now works in
150 all major modes by default.
151
152 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
153
154 * files.texi (Misc File Ops): Symbolic links on Windows only work
155 on Vista and later.
156
157 * building.texi (Compilation): Document compilation-always-kill.
158
159 * search.texi (Symbol Search): New node.
160
161 * package.texi (Package Menu): Document the "new" status.
162
163 * windows.texi (Window Choice): Don't refer to the obsolete
164 special-display feature.
165
cd996018
CY
1662012-10-24 Chong Yidong <cyd@gnu.org>
167
168 * mule.texi (Text Coding): set-buffer-file-coding-system can now
169 be invoked from the mode line.
170
171 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
172 changes to the mark and unmark commands.
173 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
174 which is no longer bound to dired-backup-diff.
175
fe605b94
BG
1762012-10-23 Bastien Guerry <bzg@gnu.org>
177
9eadb1a9
BG
178 * text.texi (Org Authoring): Use a comma after @ref to avoid the
179 insertion of a period in the Info output.
fe605b94 180
d1069532
SM
1812012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * custom.texi (Hooks): Clarify that -hooks is deprecated.
184
1fb3aa3f
CY
1852012-10-23 Chong Yidong <cyd@gnu.org>
186
187 * kmacro.texi (Edit Keyboard Macro): Fix typo.
188
f42f1094
DM
1892012-10-18 Dani Moncayo <dmoncayo@gmail.com>
190
191 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
192
6c24e35f
GM
1932012-10-17 Glenn Morris <rgm@gnu.org>
194
195 * mini.texi (Repetition): Further copyedit.
196
429cdb05
DM
1972012-10-17 Dani Moncayo <dmoncayo@gmail.com>
198
199 * mini.texi (Repetition): Copyedit.
200
e5a94ec4
JL
2012012-10-16 Juri Linkov <juri@jurta.org>
202
203 * search.texi (Query Replace): Document multi-buffer replacement
204 keys. (Bug#12655)
205
206 * maintaining.texi (Tags Search): Change link "Replace" to
207 "Query Replace".
208
73f2b4ab
CY
2092012-10-13 Chong Yidong <cyd@gnu.org>
210
211 * files.texi (File Conveniences): ImageMagick enabled by default.
212
d8e213eb
DM
2132012-10-10 Dani Moncayo <dmoncayo@gmail.com>
214
215 * basic.texi (Arguments): Fix typos.
216
b859a383
GM
2172012-10-08 Glenn Morris <rgm@gnu.org>
218
cad4f290
GM
219 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
220
b859a383
GM
221 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
222
f1f4dba0
GM
2232012-10-06 Glenn Morris <rgm@gnu.org>
224
225 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
226 Mention cal-tex-cursor-week2-summary.
227
c6b68a28
CY
2282012-10-06 Chong Yidong <cyd@gnu.org>
229
230 * mini.texi (Passwords): Fix typo.
231
751bac18
GM
2322012-10-02 Glenn Morris <rgm@gnu.org>
233
234 * maintaining.texi (VC Directory Commands):
235 Remove duplicate `q' entry. (Bug#12553)
236
48de8b12
CY
2372012-09-30 Chong Yidong <cyd@gnu.org>
238
239 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
240
241 * search.texi (Special Isearch): Document the lax space search
242 feature and M-s SPC.
243 (Regexp Search): Move main search-whitespace-regexp description to
244 Special Isearch.
245 (Replace): Document replace-lax-whitespace.
246
247 * basic.texi (Position Info): Document C-u M-=.
248 (Moving Point): Document move-to-column.
249
250 * display.texi (Useless Whitespace): Add delete-trailing-lines.
251
252 * misc.texi (emacsclient Options): Document the effect of
253 initial-buffer-choice on client frames. Document server-auth-dir.
254 Do not document server-host, which is bad security practice.
255
256 * building.texi (Lisp Libraries): Docstring lookups can trigger
257 autoloading. Document help-enable-auto-load.
258
259 * mini.texi (Yes or No Prompts): New node.
260
261 * ack.texi (Acknowledgments): Remove obsolete packages.
262
4695c850
GM
2632012-09-27 Glenn Morris <rgm@gnu.org>
264
265 * cal-xtra.texi (Advanced Calendar/Diary Usage):
266 Rename the section to be more general.
267 * emacs.texi: Update menu.
268
e109c4a6
CY
2692012-09-23 Chong Yidong <cyd@gnu.org>
270
271 * buffers.texi (Misc Buffer): Replace toggle-read-only with
272 read-only-mode.
273
274 * files.texi (Visiting): Likewise.
275
2e83df57
PE
2762012-09-22 Paul Eggert <eggert@cs.ucla.edu>
277
278 * trouble.texi (Crashing): Document ulimit -c.
279
58f3a196
PE
2802012-09-21 Paul Eggert <eggert@cs.ucla.edu>
281
282 * trouble.texi (Crashing): Document addr2line.
283
4ef1567b
CY
2842012-09-19 Chong Yidong <cyd@gnu.org>
285
286 * killing.texi (Yanking): Minor clarification (Bug#12469).
287
9e9da873
CY
2882012-09-17 Chong Yidong <cyd@gnu.org>
289
290 * building.texi (GDB User Interface Layout): Remove reference to
291 removed variable gdb-use-separate-io-buffer (Bug#12454).
292
0979429b
J
2932012-09-08 Jambunathan K <kjambunathan@gmail.com>
294
295 * regs.texi (Text Registers): `C-x r +' can now be used instead of
296 M-x append-to-register. New option `register-separator'.
297 (Number Registers): Mention that `C-x r +' is polymorphic.
298
14ba4cf3
CY
2992012-09-07 Chong Yidong <cyd@gnu.org>
300
301 * windows.texi (Window Choice): Don't mention obsolete
302 display-buffer-reuse-frames.
303
cf29dd84
PE
3042012-09-04 Paul Eggert <eggert@cs.ucla.edu>
305
306 Give more-useful info on a fatal error (Bug#12328).
307 * trouble.texi (Crashing): New section, documenting this.
308
aa0ecd94
MA
3092012-08-24 Michael Albinus <michael.albinus@gmx.de>
310
0979429b
J
311 * cmdargs.texi (General Variables):
312 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
313 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 314
ba025fbd
EZ
3152012-08-14 Eli Zaretskii <eliz@gnu.org>
316
317 * building.texi (Debugger Operation): Correct and improve
318 documentation of the GUD Tooltip mode.
319
0c51ff6d
CY
3202012-07-31 Chong Yidong <cyd@gnu.org>
321
322 * emacs.texi: Fix ISBN (Bug#12080).
323
35b6586e
CY
3242012-08-05 Chong Yidong <cyd@gnu.org>
325
326 * display.texi (Faces): Document frame-background-mode (Bug#7774).
327
328 * custom.texi (Face Customization): Move discussion of face
329 inheritance here, from Faces section.
330
0e1a094f 3312012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
332
333 * frames.texi (Mouse Commands): Fix the description of mouse-2.
334 (Bug#11958)
335
e32a12b5
CY
3362012-07-19 Chong Yidong <cyd@gnu.org>
337
338 * emacs.texi: Update ISBN.
339
9ea10cc3
CY
3402012-07-17 Chong Yidong <cyd@gnu.org>
341
342 * basic.texi (Inserting Text): Replace ucs-insert with
343 insert-char. Provide more details of input.
344
345 * mule.texi (International Chars, Input Methods): Likewise.
346
b68b3337
CY
3472012-07-13 Chong Yidong <cyd@gnu.org>
348
dea31bd3
CY
349 * custom.texi (Examining): Update C-h v message.
350
b68b3337
CY
351 * buffers.texi (Misc Buffer): Document view-read-only.
352
ab4c47d3
CY
3532012-07-07 Chong Yidong <cyd@gnu.org>
354
355 * custom.texi (Init File): Index site-lisp (Bug#11435).
356
6edc3d28
CY
3572012-07-06 Chong Yidong <cyd@gnu.org>
358
359 * emacs.texi: Re-order top-level menu to correspond to logical
360 order, to avoid makeinfo warnings.
361
362 * ack.texi (Acknowledgments): Note new python.el.
363
3812efdc
CY
3642012-06-29 Chong Yidong <cyd@gnu.org>
365
366 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
367 * basic.texi (Erasing, Basic Undo): Fix markup.
368
c8d3a25c 3692012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
370
371 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
372
c8d3a25c 3732012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
374
375 * fixit.texi (Undo): Fix typo. (Bug#11775)
376
65400531
GM
3772012-06-27 Glenn Morris <rgm@gnu.org>
378
379 * ack.texi (Acknowledgments): Tiny update.
380
ac1a0ce1 3812012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
382
383 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
384
ddfbf826 3852012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 386
ddfbf826 387 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
388
389 * anti.texi:
390 * building.texi:
391 * cmdargs.texi:
392 * custom.texi:
393 * display.texi:
394 * files.texi:
395 * frames.texi:
396 * glossary.texi:
397 * misc.texi:
398 * mule.texi:
399 * programs.texi:
400 * sending.texi:
401 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
402
85973ba0
MA
4032012-06-06 Michael Albinus <michael.albinus@gmx.de>
404
405 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
406
c1dabff0
GM
4072012-05-28 Glenn Morris <rgm@gnu.org>
408
409 * ack.texi, building.texi, calendar.texi, custom.texi:
410 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
411
abb9615e
GM
4122012-05-27 Glenn Morris <rgm@gnu.org>
413
bd39eb06
GM
414 * emacs.texi: Simplify following removal of node pointers.
415
abb9615e
GM
416 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
417 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
418 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
419 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
420 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
421 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
422 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
423 * windows.texi, xresources.texi: Nuke hand-written node pointers.
424
6c200b4a
GM
4252012-05-22 Glenn Morris <rgm@gnu.org>
426
427 * emacs.texi (Acknowledgments): Add another contributor.
428
3fe7cdc8
GM
4292012-05-12 Glenn Morris <rgm@gnu.org>
430
431 * Makefile.in (MKDIR_P): New, set by configure.
432 (mkinfodir): Use $MKDIR_P.
433
dc0f75c8
GM
4342012-05-10 Glenn Morris <rgm@gnu.org>
435
b8a82b69
GM
436 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
437 with "coding: raw-text".
438
dc0f75c8
GM
439 * files.texi (Interlocking): Mention create-lockfiles option.
440
666b903b 4412012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
442
443 * frames.texi (Mouse References, Mouse Commands): Fix index
444 entries (Bug#11362).
445
eceeb5fc 4462012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 447
eceeb5fc
CY
448 * custom.texi (Customization Groups, Custom Themes, Examining):
449 Improve page breaks.
450
451 * rmail.texi (Rmail Display): Use example rather than smallexample.
452
453 * calendar.texi: Convert inforefs to refs.
454
455 * dired.texi (Dired Enter): Improve page break.
456
457 * abbrevs.texi (Abbrev Concepts): Copyedits.
458
459 * maintaining.texi (Registering, Tag Syntax):
460 Tweak line and page breaks.
461
462 * programs.texi (Programs, Electric C): Copyedits.
463 (Program Modes): Add xref to Fortran.
464 (Left Margin Paren): Remove what was (oddly enough) the only use
465 of defvar in the entire Emacs manual.
466 (Hungry Delete): Remove footnote about ancient Emacs version.
467 (Other C Commands): Use example rather than smallexample.
468
469 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
470 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
471 Tweak line and page breaks.
472
473 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
474 (Major Modes): Use example rather than smallexample.
bbba8869 475
eceeb5fc
CY
476 * mule.texi (Output Coding): Reword to improve page-breaks.
477
478 * frames.texi (Fonts): Tweak line and page breaks.
479 Use example rather than smallexample. Change cross-reference.
480 (Text-Only Mouse): Fix xref.
481
482 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
483 (Indirect Buffers): Tweak line- and page-breaks.
484
485 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
486
8045b906
GM
4872012-05-04 Glenn Morris <rgm@gnu.org>
488
489 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
490 (info, infoclean): Use $INFO_EXT.
491 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
492 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
493 (INFO_TARGETS): Use $INFO_EXT.
494 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
495
90207a15 4962012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
497
498 * emacs.texi (@copying): Only print EDITION in the TeX version.
499
e2058813
GM
500 * search.texi (Regexp Search): Just say "Emacs".
501
a162959e
GM
502 * display.texi (Auto Scrolling):
503 Reword to avoid repetition and improve page break.
504
9eb25ee8
GM
505 * xresources.texi (Resources):
506 * mule.texi (Language Environments):
507 * misc.texi (Amusements):
508 * maintaining.texi (VC Change Log):
509 * frames.texi (Fonts):
510 * custom.texi (Specifying File Variables, Minibuffer Maps):
511 * cmdargs.texi (Initial Options):
512 * building.texi (Flymake):
513 Reword to remove/reduce some overly long/short lines.
514
a4289d0e
GM
5152012-04-27 Glenn Morris <rgm@gnu.org>
516
517 * emacs.texi: Some fixes for detailed menu.
518
1a72be46
GM
519 * emacs.texi: Add "et al." to authors.
520
16152b76
GM
521 * ack.texi, basic.texi, buffers.texi, building.texi:
522 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
523 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
524 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
525 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
526 * search.texi, trouble.texi, windows.texi:
527 Use Texinfo recommended convention for quotes+punctuation.
528
578c1d4b 5292012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 530
578c1d4b
GM
531 * mule.texi (Bidirectional Editing): Improve indexing.
532 Minor wording tweaks.
84412f2c 533
467a33d0
CY
5342012-04-15 Chong Yidong <cyd@gnu.org>
535
536 * misc.texi (emacsclient Options): More clarifications.
537
e6fd457e 5382012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 539
41be52d7
GM
540 * msdog.texi (Windows Printing): It doesn't set printer-name.
541
05806f43
GM
542 * mule.texi (Language Environments): Move font info to "Fontsets".
543 (Fontsets): Move intlfonts etc here from "Language Environments".
544 Copyedits.
545 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
546 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
547
e6fd457e 5482012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 549
0be641c0
CY
550 * glossary.texi (Glossary): Standardize on "text terminal"
551 terminology. All callers changed.
552
6a00f380
CY
553 * misc.texi (emacsclient Options): Document "client frame" concept
554 and its effect on C-x C-c more carefully.
555
e6fd457e 5562012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 557
870e8fb8
GM
558 * frames.texi (Scroll Bars):
559 * glossary.texi (Glossary): Use consistent case for "X Window System".
560
71cd7772
GM
561 * mule.texi (Select Input Method, Coding Systems):
562 State command names in kbd tables.
563 (Recognize Coding): Add cross-ref.
564 (Output Coding): Don't mention message mode in particular.
565 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
566 Copyedits.
567
35dc09a1 5682012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
569
570 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
571 Copyedits.
572 (Coding Systems): Mac OS X apparently uses newlines for EOL.
573 (Recognize Coding): Remove old auto-coding-regexp-alist example.
574 auto-coding-functions does not override coding: tags.
575 Remove rmail-decode-mime-charset; it no longer has any effect.
576
35dc09a1 5772012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
578
579 * custom.texi (Creating Custom Themes): Add reference to Custom
580 Themes node in Lisp manual.
581
35dc09a1 5822012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
583
584 * mule.texi (International): Copyedits.
585 (International Chars): Update C-x = example output.
586 (Disabling Multibyte): Rename from "Enabling Multibyte".
587 Clarify what "unibyte: t" does, and mode-line description.
588 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
589 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 590 (Language Environments): Copyedits.
893585f4
GM
591 (Input Methods): Copyedits. Use "^" for the postfix example,
592 because it is less confusing inside Info's `quotes'.
e0550cae 593
bd7239f5 594 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
595 Update for "Disabling Multibyte" node name change.
596 * emacs.texi: Update for "Disabling Multibyte" node name change.
597
1c64e6ed
GM
598 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
599 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
600 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
601 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
602 * sending.texi, text.texi, trouble.texi:
603 Use @file for buffers, per the Texinfo manual.
604
20331c1c
GM
605 * entering.texi (Entering Emacs):
606 Do not mention initial-buffer-choice = t.
607
8fc85b20
GM
608 * misc.texi (Gnus Startup): Use @env for environment variables.
609
35dc09a1
GM
610 * Makefile.in: Replace non-portable use of $< in ordinary rules.
611
87124233
GM
6122012-04-12 Glenn Morris <rgm@gnu.org>
613
614 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
615
f3774f20
GM
6162012-04-07 Glenn Morris <rgm@gnu.org>
617
618 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
619
8980d0b9
GM
6202012-04-05 Glenn Morris <rgm@gnu.org>
621
622 * glossary.texi (Glossary): Use anchors for internal cross-references.
623
8bf27c8a
GM
6242012-04-04 Glenn Morris <rgm@gnu.org>
625
626 * glossary.texi (Glossary): Copyedits.
627 Use Texinfo-recommended convention for quotes and punctuation.
628 Comment out a few specialized (Rmail) items.
a0706406 629 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 630 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 631
529c06b6
CY
6322012-04-03 Chong Yidong <cyd@gnu.org>
633
634 * sending.texi (Mail Misc): Fix an index entry.
635
53b0595a
EZ
6362012-04-02 Eli Zaretskii <eliz@gnu.org>
637
638 * msdog.texi (Windows Startup): Add description of emacsclient
639 operation under -c and -t on MS-Windows.
640
641 * misc.texi (emacsclient Options): Add cross-reference to "Windows
642 Startup". (Bug#11091)
643
d8e213eb 6442012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
645
646 * custom.texi (Changing a Variable): Fix example.
647
0d224826
EZ
6482012-04-01 Eli Zaretskii <eliz@gnu.org>
649
650 * misc.texi (emacsclient Options): More clarifications about -t
651 and -c on MS-Windows. (Bug#11091)
652
1d265f9f
EZ
6532012-03-31 Eli Zaretskii <eliz@gnu.org>
654
655 * misc.texi (emacsclient Options): Document peculiarities of new
656 frame creation on MS-Windows under -c or -t options. (Bug#11091)
657
5319014e
CY
6582012-03-30 Chong Yidong <cyd@gnu.org>
659
660 * files.texi (File Conveniences): Clarify Imagemagick discussion.
661
2bfab837
GM
6622012-03-22 Glenn Morris <rgm@gnu.org>
663
664 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
665
986bd52a
CY
6662012-03-17 Chong Yidong <cyd@gnu.org>
667
668 * package.texi (Package Installation): Document use of
669 package-initialize in init file.
670
66ecdc9e
GM
6712012-03-16 Glenn Morris <rgm@gnu.org>
672
673 * help.texi (Language Help):
674 * mule.texi (International Chars):
675 etc/HELLO is for character demonstration.
676
d8e213eb 6772012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
678
679 * dired.texi (Shell Commands in Dired): Fix typo.
680
a08a07e3
CY
6812012-03-04 Chong Yidong <cyd@gnu.org>
682
683 * killing.texi (Clipboard): Document clipboard manager.
684
53eced6d
GM
6852012-02-29 Glenn Morris <rgm@gnu.org>
686
f8425af2
GM
687 * ack.texi (Acknowledgments): Use @Tex{} in more places.
688
775b55af
GM
689 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
690
53eced6d
GM
691 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
692
44e97401
GM
6932012-02-28 Glenn Morris <rgm@gnu.org>
694
695 * custom.texi, display.texi, emacs.texi, files.texi:
696 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
697 Standardize possessive apostrophe usage.
698
525795c1
JD
6992012-02-25 Jan Djärv <jan.h.d@swipnet.se>
700
701 * macos.texi (Mac / GNUstep Customization): Remove text about
702 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
703
d8e213eb 7042012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
705
706 * buffers.texi (Select Buffer): Mention that saving in a new file
707 name can switch to a different major mode.
708
6ea1787e
GM
7092012-02-23 Glenn Morris <rgm@gnu.org>
710
49fe4321
GM
711 * mini.texi (Minibuffer File, Completion Options, Repetition):
712 Copyedits.
713 (Completion Example): Other M-x au* commands may be defined.
714 (Completion Styles): Mention emacs21 and completion-category-overrides.
715
8f4042d2
GM
716 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
717 (Windows Keyboard, Windows Mouse, Windows Processes)
718 (Windows Printing, Windows Misc): Copyedits.
719 (ls in Lisp): Update switches list.
720
371fb833
GM
721 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
722 Update dos-mode* function names.
723 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
724 (MS-DOS Processes): Add xref to main ls-lisp section.
725
6ea1787e
GM
726 * ack.texi (Acknowledgments): Mention smie.
727
40ace058
GM
7282012-02-22 Glenn Morris <rgm@gnu.org>
729
730 * macos.texi: Copyedits. Fix @key/@kbd usage.
731 (Mac / GNUstep Basics): Don't mention the panels, since the next
732 section covers them.
733 (Mac / GNUstep Customization): Merge some panel info from previous.
734
41f1e868
GM
7352012-02-21 Glenn Morris <rgm@gnu.org>
736
68af8d4f
GM
737 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
738 Small fixes.
739
2e03845d
GM
740 * emacs-xtra.texi: Picture mode is no longer a chapter.
741
f9a998c3
GM
742 * picture-xtra.texi (Basic Picture): C-a does get remapped.
743
41f1e868
GM
744 * ack.texi (Acknowledgments): Small changes, including resorting,
745 and removal of things no longer distributed.
746
ea09410d
GM
7472012-02-20 Glenn Morris <rgm@gnu.org>
748
2d2f6581
GM
749 * emacs.texi (Top, Preface): Small rephrasings.
750 (menu, detailmenu): Update entries, and reformat some descriptions.
751 * building.texi, display.texi, emacs-xtra.texi, files.texi:
752 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
753 Reformat some menu descriptions.
754
196f8c0e
GM
755 * ack.texi (Acknowledgments): More updates.
756
8730412a
GM
757 * emacs.texi (Acknowledgments): Add several names from ack.texi,
758 and from Author: headers.
ae15b89b 759 (Distrib): Small updates.
ea09410d 760
37863f20
GM
7612012-02-18 Glenn Morris <rgm@gnu.org>
762
37c3b9ee
GM
763 * ack.texi (Acknowledgments): Add xref to Org manual.
764
b474519e
GM
765 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
766 of '*mail*', since Message does not call it that.
767 (Rmail Reply): Rename rmail-dont-reply-to-names.
768 \\`info- no longer handled specially.
769 Update for rmail-enable-mime-composing.
770 Don't mention 'm' for replies.
771 Don't mention rmail-mail-new-frame and cancelling, since it does
772 not work for Message at the moment.
773
a5987767
GM
774 * cal-xtra.texi: Copyedits.
775
37863f20
GM
776 * emacs-xtra.texi: Set encoding to ISO-8859-1.
777
112d1241
GM
7782012-02-17 Glenn Morris <rgm@gnu.org>
779
0fd2c9a3
GM
780 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
781
1d6ecbfa
GM
782 * ack.texi (Acknowledgments): Mention Gnulib.
783
102f1b54
GM
784 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
785
112d1241
GM
786 * calendar.texi: Misc small changes, including updating the dates
787 of examples.
788
3a05ff1d
GM
7892012-02-16 Glenn Morris <rgm@gnu.org>
790
d1354af0
GM
791 * calendar.texi: Misc small changes.
792
5f9756ec
GM
793 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
794 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
795
3b19a30d
GM
796 * dired-xtra.texi (Subdir Switches): Small fixes.
797
3a05ff1d
GM
798 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
799
9f26dc24
GM
8002012-02-15 Glenn Morris <rgm@gnu.org>
801
802 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
803
fb969a57
GM
8042012-02-12 Glenn Morris <rgm@gnu.org>
805
806 * ack.texi (Acknowledgments):
807 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
808
0aca1292
GM
8092012-02-10 Glenn Morris <rgm@gnu.org>
810
104dc9c6
GM
811 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
812
0aca1292
GM
813 * programs.texi (Misc for Programs): Mention electric-layout-mode.
814
91af9d2e
GM
8152012-02-09 Glenn Morris <rgm@gnu.org>
816
0aca1292
GM
817 * buffers.texi (Misc Buffer): M-x info does not seem to require a
818 buffer switch after M-x rename-uniquely.
63c727b2 819
91af9d2e
GM
820 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
821
1ef1990c
JB
8222012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
823
824 * text.texi (Org Mode): Fix typo.
825
e74e58c9
GM
8262012-02-08 Glenn Morris <rgm@gnu.org>
827
cefee440
GM
828 * ack.texi (Acknowledgments): Update emacs-lock info.
829
a7686350
GM
830 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
831
e74e58c9
GM
832 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
833
fe93bc91
GM
8342012-02-07 Glenn Morris <rgm@gnu.org>
835
836 * files.texi (File Conveniences): Mention ImageMagick images.
837
d273439c
GM
8382012-02-05 Glenn Morris <rgm@gnu.org>
839
649f602c
GM
840 * trouble.texi (Checklist): Mention debug-on-event.
841
d273439c
GM
842 * maintaining.texi (Maintaining): Add cross-ref to ERT.
843
a9410bdf
GM
8442012-02-04 Glenn Morris <rgm@gnu.org>
845
1f5e1a16
GM
846 * macos.texi (Customization options specific to Mac OS / GNUstep):
847 New subsection.
848
b7314ef7
GM
849 * display.texi (Colors): Mention list-colors-sort.
850
a9410bdf
GM
851 * files.texi (File Conveniences): Mention image animation.
852
75319d7f
CY
8532012-01-31 Chong Yidong <cyd@gnu.org>
854
855 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
856 scroll bars (Bug#10666).
857
2680c309
CY
8582012-01-28 Chong Yidong <cyd@gnu.org>
859
691db250
CY
860 * files.texi (Filesets): Fix typos.
861
2680c309
CY
862 * display.texi (Faces): Add xref to Colors node.
863
2a90dfca
DM
8642012-01-27 Dani Moncayo <dmoncayo@gmail.com>
865
866 * buffers.texi (Select Buffer): Clarify explanation of switching
867 to new buffers. Fix description of next-buffer and
6df6ae42 868 previous-buffer (Bug#10334).
2a90dfca
DM
869 (Misc Buffer): Add xref to View Mode.
870
871 * text.texi (Fill Commands): Fix description of
872 sentence-end-double-space.
873
20d2304d
CY
8742012-01-23 Chong Yidong <cyd@gnu.org>
875
f088cb8b 876 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 877
01ec1eed
VS
8782012-01-16 Volker Sobek <reklov@live.com> (tiny change)
879
880 * programs.texi (Comment Commands): Typo (bug#10514).
881
06848b82
CY
8822012-01-15 Chong Yidong <cyd@gnu.org>
883
884 * xresources.texi (X Resources): Describe GTK+ case first.
885 (Resources): Don't use borderWidth as an example, since it doesn't
886 work with GTK+.
887 (Table of Resources): Clarify role of several resources, including
888 the Emacs 24 behavior of cursorBlink etc.
889 (Face Resources): Node deleted. Recommend using Customize
890 instead. Add paragraph to `Table of Resources' node summarizing
891 how to use X resources for changing faces.
892 (Lucid Resources): Rewrite, omitting description of font names,
893 referring to the Fonts node instead.
894 (LessTif Resources): Copyedits.
895 (GTK resources): Rewrite, describing the difference between gtk2
896 and gtk3.
897 (GTK Resource Basics): New node.
898 (GTK Widget Names, GTK Names in Emacs): Rewrite.
899 (GTK styles): Just refer to Fonts node for GTK font format.
900
901 * display.texi (Faces): Document the cursor face.
902
a73a3461
CY
9032012-01-14 Chong Yidong <cyd@gnu.org>
904
01ec1eed 905 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
906 (General Variables): Add xref to Lisp Libraries.
907 (Initial Options): Copyedits.
908 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
909 (Environment): Clarify what getenv does.
910 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
911 light backgrounds on xterms.
912 (Misc Variables): TEMP and TMP are not Windows-specific.
913 (Display X): Copyedits.
914 (Colors X): -bd does nothing for GTK.
915 (Icons X): Gnome 3 doesn't use taskbars.
916
917 * misc.texi (Shell): Document exec-path here.
918
919 * rmail.texi (Movemail): Add xref for exec-path.
920
e517eda4
GM
9212012-01-13 Glenn Morris <rgm@gnu.org>
922
923 * dired.texi (Dired and Find): Clarify find-ls-options.
924
1de76afe
CY
9252012-01-09 Chong Yidong <cyd@gnu.org>
926
71873e2b 927 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
928 SHA-256.
929
c61ab18c
CY
9302012-01-07 Chong Yidong <cyd@gnu.org>
931
e490b289
CY
932 * display.texi (Useless Whitespace): Add Whitespace mode.
933
1de77c4c
CY
934 * custom.texi (Hooks): Discuss how to disable minor modes.
935
936 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 937 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 938
c61ab18c
CY
939 * trouble.texi (Lossage): Refer to Bugs node for problems.
940 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
941 (Screen Garbled): Don't refer to terminal "manufacturers".
942 (Total Frustration): Node deleted. Eliza is documented in
943 Amusements now.
71873e2b
SM
944 (Known Problems): More info about using the bug tracker.
945 Mention debbugs package.
c61ab18c
CY
946 (Bug Criteria): Copyedits.
947 (Understanding Bug Reporting): Mention emacs -Q.
948
89bd9ccd
CY
9492012-01-06 Chong Yidong <cyd@gnu.org>
950
951 * custom.texi (Specifying File Variables): The mode: keyword
952 doesn't have to be first anymore. Add example of specifying minor
953 modes.
954 (Directory Variables): Simplify example. Mention application to
955 non-file buffers.
956 (Disabling): Use "initialization file" terminology.
957 (Init Examples): Fix hook example.
958
8034735f
EZ
9592012-01-06 Eli Zaretskii <eliz@gnu.org>
960
961 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
962 (Bug#10422)
963 Move the stuff about resources to xresources.texi.
964
965 * xresources.texi (Resources): Move information about setting X
966 resources in the Registry from cmdargs.texi. Make the index entry
967 be similar to the one in cmdargs.texi.
968
b0d7d8af
CY
9692012-01-05 Chong Yidong <cyd@gnu.org>
970
971 * custom.texi (Customization Groups): Update example.
972 (Browsing Custom): Document the new search field.
973 (Changing a Variable): Update example for Emacs 24 changes.
974 Document Custom-set and Custom-save commands.
975 (Face Customization): Document Emacs 24 changes. De-document
976 modify-face.
977 (Specific Customization): Mention customize-variable.
978 (Custom Themes): Add customize-themes, custom-theme-load-path,
979 custom-theme-directory, and describe-theme.
980 (Creating Custom Themes): New node.
981 (Examining): Mention M-:.
982
983 * package.texi (Packages): Fix typo.
984
88c5c7c8
CY
9852012-01-03 Chong Yidong <cyd@gnu.org>
986
987 * misc.texi (Single Shell): Don't document Lisp usage of
988 shell-command. Tidy up discussion of synchronicity. Add index
989 entries for async-shell-command.
990 (Interactive Shell): Note that M-x shell uses shell-file-name.
991 Note change in behavior in Emacs 24.
992 (Shell Mode): Shell mode now uses completion-at-point.
993 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
994 default method for recognizing prompts nowadays.
995 (Shell Ring): Add xref to Minibuffer History.
996 (Directory Tracking): Explain Dirtrack mode in more detail.
997 (Term Mode): Fix index entries.
998 (Paging in Term): Merge into Term Mode.
999 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1000 (Printing): Fix xref. State default of lpr-switches.
1001 (PostScript): Remove obsolete sentence. Omit description of
1002 non-interactive behaviors.
1003 (Hyperlinking): Improve description.
1004 (Browse-URL): Using compose-mail for mailto URLs is the default.
1005 Document browse-url-mailto-function.
1006 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1007 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1008 (Amusements): M-x lm was renamed to M-x landmark.
1009 Document nato-region.
88c5c7c8 1010
b8ecfdfe
CY
10112012-01-01 Chong Yidong <cyd@gnu.org>
1012
1013 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1014 (Gnus Startup): Note that the system might not be set up for news.
1015 Describe group levels more clearly.
1016 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1017 Summary of Gnus.
1018 (Document View): Copyedits. Move zoom commads to DocView
1019 Navigation node.
1020 (DocView Navigation, DocView Searching, DocView Slicing)
1021 (DocView Conversion): Nodes renamed from Navigation, etc.
1022
1023 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1024
7bc7d2aa
EZ
10252011-12-31 Eli Zaretskii <eliz@gnu.org>
1026
1027 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1028 (Bug#10380)
1029
b30941db
CY
10302011-12-30 Chong Yidong <cyd@gnu.org>
1031
1032 * sending.texi (Sending Mail): Document initial mail buffer name,
1033 and changed multiple mail buffer behavior.
1034 (Mail Format): Put the example at the top of the section.
1035 (Mail Headers): Move discussion of "From" to the top.
1036 (Mail Sending): Document sendmail-query-once.
1037 (Citing Mail): Make it less Rmail-specific.
1038
0ed49f93
CY
10392011-12-29 Chong Yidong <cyd@gnu.org>
1040
1041 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1042 example. Add index entries.
1043 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1044
c40a7de7
CY
10452011-12-26 Chong Yidong <cyd@gnu.org>
1046
71873e2b
SM
1047 * dired.texi (Dired Enter, Misc Dired Features):
1048 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1049 (Dired Navigation): Add index entries.
1050 (Dired Visiting): Fix View Mode xref.
1051 (Marks vs Flags): Prefer C-/ binding for undo.
1052 (Subdirectories in Dired): Add xrefs.
1053 (Misc Dired Features): Document some Emacs 24 changes. Add index
1054 entries.
1055
1056 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1057 variable, since it is explained in Minor Modes node.
1058 (Defining Abbrevs): Copyedits.
1059 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1060 C-/ binding for undo.
1061 (Dabbrev Customization): Add xrefs for case-fold-search and
1062 case-replace.
1063
1064 * dired-xtra.texi (Subdir Switches): Add xref.
1065
1066 * maintaining.texi (VC Directory Commands): Mention quit-window.
1067
3d992aa0
CY
10682011-12-25 Chong Yidong <cyd@gnu.org>
1069
1070 * maintaining.texi (Tags): Mention Semantic.
1071 (Create Tags Table, Etags Regexps): Copyedits.
1072 (Find Tag): Mention minibuffer completion.
1073 (List Tags): Mention completion-at-point. Completion is actually
1074 available in M-x list-tags.
1075
1076 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1077 Document vc-delete-file.
1078
1079 * files.texi (Misc File Ops): Mention vc-delete-file.
1080
1081 * programs.texi (Symbol Completion): Mention completion-at-point
1082 explicitly.
1083
2785d024
CY
10842011-12-22 Chong Yidong <cyd@gnu.org>
1085
1086 * maintaining.texi (Change Log Commands): Don't specially mention
1087 vc-update-change-log which is CVS-only.
1088
1089 * vc1-xtra.texi (Version Headers): Note that these are for
1090 Subversion, CVS, etc. only.
71873e2b
SM
1091 (General VC Options): De-document vc-keep-workfiles.
1092 Fix RCS-isms.
2785d024 1093
0ab39399
EZ
10942011-12-22 Eli Zaretskii <eliz@gnu.org>
1095
1096 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1097 should be @end iftex".
1098
d3098e1e
CY
10992011-12-21 Chong Yidong <cyd@gnu.org>
1100
1101 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1102 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1103 (VC Pull): Mention vc-log-incoming.
1104 (Log Buffer): Add CVS/RCS only disclaimer.
1105
1106 * vc1-xtra.texi (Remote Repositories): Update introduction.
1107 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1108 (Remote Repositories, Version Backups): Node deleted.
1109 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1110 (CVS Options): Reduce verbosity of description of obscure CVS
1111 locking feature.
1112 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1113 Tags node.
1114 (Revision Tags): Move under Miscellaneous VC subsection.
1115 (Change Logs and VC): Note that this is wrong for DVCSs.
1116 De-document log entry manipulating features.
1117 (Renaming and VC): Describe how it works on modern VCSes.
1118
1119 * files.texi (Misc File Ops): Mention vc-rename-file.
1120
1121 * programs.texi (Custom C Indent): Add index entries.
1122
47d42d81
AM
11232011-12-20 Alan Mackenzie <acm@muc.de>
1124
1125 * programs.texi (Motion in C): Update the description of C-M-a and
1126 C-M-e, they now DTRT in enclosing scopes.
1127 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1128
2edef1a0
CY
11292011-12-20 Chong Yidong <cyd@gnu.org>
1130
1131 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1132 (Old Revisions): Use it.
1133 (VCS Repositories): Add "distributed" terminology.
1134 (Log Buffer): Remove duplicate description
1135 about changesets. Fix "current VC fileset" ambiguity.
1136 (Multi-User Branching): Node deleted.
1137 (Branches, Switching Branches): Discuss decentralized version
1138 control systems.
1139 (VC Pull): New node.
1140 (Merging): Document merging on decentralized systems.
1141 (Creating Branches): Note that this is specific to CVS and related
1142 systems.
1143
bc859d5f
CY
11442011-12-19 Chong Yidong <cyd@gnu.org>
1145
1146 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1147 (VC Mode Line): Add index entry for "version control status".
1148 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1149 Document vc-revert-show-diff. De-document vc-rollback.
1150 (VC Directory Mode): Rewrite introduction. Move prefix arg
1151 documentation here from VC Directory Buffer node.
1152 (VC Directory Buffer): Use a decentralized VCS example.
1153 (VC Directory Commands): Use a table. Remove material duplicated
1154 in previous nodes on multi-file VC filsets.
1155
9cff91f8
CY
11562011-12-17 Chong Yidong <cyd@gnu.org>
1157
1158 * maintaining.texi (VCS Concepts): Make "revision" terminology
1159 less CVS-specific.
1160 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1161 Registering node.
71873e2b 1162 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1163 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1164 log buffer. Add index entries.
71873e2b
SM
1165 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1166 Use "commit" terminology.
9cff91f8
CY
1167 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1168 doesn't refer to tags tables. Note other possible forms of the
1169 revision ID. C-x v = does not save.
1170 (Registering): Note similarity to C-x v v action. Fix description
1171 of how backends are chosen. De-document vc-default-init-revision.
1172 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1173 in root log buffers.
1174
f3b316df
CY
11752011-12-16 Chong Yidong <cyd@gnu.org>
1176
1177 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1178 (Basic VC Editing): Remove redundant descriptions.
1179 (VC With A Merging VCS): Make description more general instead of
1180 CVS-specific.
1181 (VC With A Locking VCS): Use VC fileset terminology.
1182
29eabb8e
CY
11832011-12-12 Chong Yidong <cyd@gnu.org>
1184
1185 * building.texi (Executing Lisp): Fix xref for C-M-x.
1186 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1187 manual. Note that load-path is not customizable.
1188 (Lisp Eval): Note that listed commands are available globally.
1189 Explain the meaning of "defun" in the C-M-x context.
1190 (Lisp Interaction): Copyedits.
71873e2b
SM
1191 (External Lisp): Fix name of inferior Lisp buffer.
1192 Mention Scheme.
29eabb8e
CY
1193 (Compilation): Define "inferior process".
1194
cd0314dd
EZ
11952011-12-10 Eli Zaretskii <eliz@gnu.org>
1196
1197 * msdog.texi (Windows Fonts): Document how to force GDI font
1198 backend on MS-Windows.
1199
0595bd7e 12002011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1201
1202 * building.texi (Compilation): Say what the -k flag to make does.
1203 Move subprocess discussion to Compilation Shell.
1204 (Compilation Mode): Add xref for grep, occur, and mouse
1205 references. Define "locus".
1206 (Grep Searching): Use @command.
71873e2b
SM
1207 (Debuggers, Commands of GUD, GDB Graphical Interface):
1208 Clarify intro.
0595bd7e
CY
1209 (Starting GUD): Clarify how arguments are specified.
1210 (Debugger Operation): Index entry for "GUD interaction buffer",
1211 and move basic description here from Commands of GUD node.
1212 (GDB User Interface Layout): Copyedits.
1213 (Source Buffers): Remove gdb-find-source-frame, which is not in
1214 gdb-mi.el.
1215 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1216 toggle-gdb-all-registers, which are not in gdb-mi.el.
1217 Don't re-document GUD interaction buffers.
b09d01da
CY
1218
1219 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1220 (Semantic): Add cindex entries for Semantic.
1221
2a185919
CY
12222011-12-06 Chong Yidong <cyd@gnu.org>
1223
1224 * programs.texi (Man Page): Clarify how to use Man-switches.
1225 Don't bother documenting Man-fontify-manpage-flag.
1226 (Lisp Doc): Add xref to Name Help node.
1227 (Hideshow): Add cindex. Mention role of ellipses, and default
1228 value of hs-isearch-open. Don't bother documenting
1229 hs-special-modes-alist.
1230 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1231 changing the window manager binding of M-TAB.
1232
ebf10822
CY
12332011-12-05 Chong Yidong <cyd@gnu.org>
1234
1235 * programs.texi (Comment Commands): Fix description of for M-; on
1236 blank lines. Move documentation of comment-region here.
1237 (Multi-Line Comments): Clarify the role of comment-multi-line.
1238 Refer to Comment Commands for comment-region doc.
1239 (Options for Comments): Refer to Multi-Line Comments for
1240 comment-multi-line doc, instead of duplicating it. Fix default
1241 values of comment-padding and comment-start-skip.
1242
ec7ae032
CY
12432011-12-04 Chong Yidong <cyd@gnu.org>
1244
1245 * programs.texi (Program Modes): Mention modes that are not
1246 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1247 Add index entry for backward-delete-char-untabify.
1248 Mention prog-mode-hook.
ec7ae032
CY
1249 (Which Function): Use "global minor mode" terminology.
1250 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1251 in Indentation chapter to avoid duplication.
1252 (Expressions): Copyedit.
1253 (Matching): Document Electric Pair mode.
1254
1255 * ack.texi (Acknowledgments):
1256 * rmail.texi (Movemail, Other Mailbox Formats):
1257 * frames.texi (Frames): Don't capitalize "Unix".
1258
a24bf23e
CY
12592011-12-04 Chong Yidong <cyd@gnu.org>
1260
1261 * text.texi (Nroff Mode): Mention what nroff is.
1262 (Text Based Tables, Table Recognition): Don't say "Table mode"
1263 since it's not a major or minor mode.
1264 (Text Based Tables): Reduce the size of the example.
1265 (Table Definition): Clarify definitions.
1266 (Table Creation): Add key table.
1267 (Cell Commands): Use kbd for commands.
1268 (Table Rows and Columns): Combine nodes Row Commands and Column
1269 Commands.
1270 (Fixed Width Mode): Node deleted; contents moved to parent.
1271 (Table Conversion): Shorten example.
1272 (Measuring Tables): Merge into Table Misc.
1273
8863a584
CY
12742011-12-03 Chong Yidong <cyd@gnu.org>
1275
1276 * text.texi (TeX Mode): Mention AUCTeX package.
1277 (TeX Editing): Add xref to documentation for Occur.
1278 (LaTeX Editing): Add xref to Completion node.
1279 (TeX Print): Fix description of tex-directory.
71873e2b 1280 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1281 its subnodes less verbose, since text/enriched files are
1282 practically unused.
71873e2b 1283 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1284 (Format Colors): Node deleted.
71873e2b 1285 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1286 for applying colors too.
1287 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1288
1289 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1290
1291 * display.texi (Colors): New node.
1292
1293 * cmdargs.texi (Colors X):
1294 * xresources.texi (GTK styles):
1295 * custom.texi (Face Customization): Reference it.
1296
1297 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1298 Link to Fill Commands for Justification entry.
1299
6fdebe93
EZ
13002011-12-03 Eli Zaretskii <eliz@gnu.org>
1301
1302 * display.texi (Auto Scrolling): More accurate description of what
1303 scroll-*-aggressively does, including the effect of non-zero
1304 margin. Fix "i.e." markup.
1305
95ca9bc7
CY
13062011-12-02 Chong Yidong <cyd@gnu.org>
1307
1308 * text.texi (Pages): Mention how formfeed chars are displayed.
1309 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1310 Describe adaptive filling more precisely.
1311 (Fill Commands): Note that filling removes excess whitespace.
1312 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1313 now bound to indent-for-tab-command in Text mode.
1314 (Outline Mode): Copyedits.
1315 (Outline Visibility): Note that Reveal mode is a buffer-local
1316 minor mode.
1317
1318 * modes.texi (Major Modes): Move note about checking major-mode in
1319 a hook function here, from Text mode.
1320
6d262977
CY
13212011-11-28 Chong Yidong <cyd@gnu.org>
1322
b22b1918
CY
1323 * text.texi (Words): Add xref to Position Info.
1324 (Paragraphs): Add xref to Regexps.
1325
6d262977
CY
1326 * indent.texi (Indentation): Rewrite introduction. Move table to
1327 Indentation Commands node.
1328 (Indentation Commands): Add index entries to table. Copyedits.
1329 (Tab Stops, Just Spaces): Copyedits.
1330 (Indent Convenience): New node. Document electric-indent-mode.
1331
1332 * programs.texi (Basic Indent):
1333 * windows.texi (Pop Up Window): Fix kindex entry.
1334
dc95a8b0
CY
13352011-11-28 Chong Yidong <cyd@gnu.org>
1336
1337 * modes.texi (Major Modes): Move major-mode variable doc here from
1338 Choosing Modes. Document describe-mode. Document prog-mode-hook
1339 and text-mode-hook. Add example of using hooks.
1340 (Minor Modes): Document behavior of mode command calls from Lisp.
1341 Note that setting the mode variable using Customize will DTRT.
1342 (Choosing Modes): Add example of setting a minor mode using a
1343 local variable.
1344
b63a8e8e
CY
13452011-11-27 Chong Yidong <cyd@gnu.org>
1346
1347 * frames.texi (Creating Frames): Move frame parameter example to
1348 Frame Parameters node.
1349 (Frame Commands): C-x 5 o does not warp the mouse by default.
1350 (Fonts): Add more GTK-style properties; also, they should be
1351 capitalized.
1352 (Special Buffer Frames): Node deleted; special-display is on the
1353 way out.
1354 (Frame Parameters): Example moved here from Creating Frames.
1355 Clarify that default-frame-alist affects the initial frame too.
1356 Delete auto-raise-mode and auto-lower-mode.
1357 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1358 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1359
1360 * windows.texi (Window Choice): Add xref to Lisp manual for
1361 special-display-*.
1362
a3dcc84e
EZ
13632011-11-26 Eli Zaretskii <eliz@gnu.org>
1364
1365 * display.texi (Text Display): Update the description,
1366 cross-references, and indexing related to display of control
1367 characters and raw bytes.
1368
4ad3bc2a
CY
13692011-11-25 Chong Yidong <cyd@gnu.org>
1370
1371 * frames.texi (Frames): Rewrite introduction.
1372 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1373 Mouse-3 does not copy to kill ring by default. DEL does not
1374 behave specially for mouse commands any more.
1375 (Mouse References): Document mouse-1-click-follows-link more
1376 thoroughly.
1377 (Menu Mouse Clicks): Move footnote to the main text and add xref
1378 to Init Rebinding node.
1379 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1380
1381 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1382
20db1522
JB
13832011-11-24 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * display.texi (Font Lock): Fix typo.
1386
01d06b1f
GM
13872011-11-24 Glenn Morris <rgm@gnu.org>
1388
1389 * rmail.texi (Rmail Output):
1390 Mention rmail-automatic-folder-directives. (Bug#9657)
1391
0cbaa1d5
CY
13922011-11-21 Chong Yidong <cyd@gnu.org>
1393
1394 * mark.texi (Global Mark Ring): Fix description of global mark
1395 ring (Bug#10032).
1396
fe7a3057
JB
13972011-11-20 Juanma Barranquero <lekktu@gmail.com>
1398
1399 * msdog.texi (Windows Fonts): Fix typo.
1400
b6e63cbe
GM
14012011-11-17 Glenn Morris <rgm@gnu.org>
1402
1403 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1404
58179cce
JB
14052011-11-16 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * killing.texi (Rectangles):
7877f373
JB
1408 * misc.texi (Document View):
1409 * modes.texi (Choosing Modes):
1410 * msdog.texi (Windows Fonts):
58179cce
JB
1411 * regs.texi (Rectangle Registers):
1412 * search.texi (Isearch Yank): Fix typos.
1413
291d142b
CY
14142011-11-06 Chong Yidong <cyd@gnu.org>
1415
1416 * windows.texi (Basic Window): Add xref to Cursor Display.
1417 (Split Window): Document negative arg for splitting commands.
1418 (Other Window): Document mouse-1 in text area of window.
1419 (Change Window): Don't mention window attributes, since they
1420 aren't defined. C-x 1 can't be used with minibuffer windows.
1421 Windows are no longer auto-deleted.
1422 (Window Choice): Add xref to Choosing Window in Lisp manual.
1423 (Window Convenience): Note that windmove disables shift-selection.
1424 Move M-x compare-windows here from Other Window node.
1425
1426 * custom.texi (Mouse Buttons):
1427 * search.texi (Isearch Scroll):
1428 * windows.texi (Split Window): Use new names split-window-below
1429 and split-window-right.
1430
a7ef684b
JB
14312011-10-26 Juanma Barranquero <lekktu@gmail.com>
1432
1433 * emacs.texi (Top): Fix typo.
1434
d53e1747
GM
14352011-10-25 Glenn Morris <rgm@gnu.org>
1436
1437 * abbrevs.texi (Saving Abbrevs):
1438 quietly-read-abbrev-file is not a command. (Bug#9866)
1439
e7a3ff06
CY
14402011-10-24 Chong Yidong <cyd@gnu.org>
1441
1442 * display.texi (Scrolling): Document scroll-up-line and
1443 scroll-down-line. Document scroll-command property.
1444 (Recentering): New node, split off from Scrolling.
1445
86c60681
CY
14462011-10-23 Chong Yidong <cyd@gnu.org>
1447
da97a9e6
CY
1448 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1449 (Tool Bars): Copyedits.
1450
86c60681
CY
1451 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1452
d195726a
CY
14532011-10-22 Chong Yidong <cyd@gnu.org>
1454
1455 * windows.texi (Displaying Buffers): Fix broken lispref link.
1456
a70e06c1
CY
14572011-10-22 Chong Yidong <cyd@gnu.org>
1458
1459 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1460 Move confirm-nonexistent-file-or-buffer discussion here.
1461
1462 * files.texi (File Names, Visiting): Move detailed discussion of
1463 minibuffer confirmation to Minibuffer Exit.
1464
1465 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1466 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1467
bfd779dd
CY
14682011-10-21 Chong Yidong <cyd@gnu.org>
1469
1470 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1471 (Backup Copying): backup-by-copying-when-mismatch is now t.
1472 (Customize Save): Fix description of require-final-newline.
1473 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1474 (Auto Save Control): Clarify.
1475 (File Archives): Add 7z.
1476 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1477
1478 * arevert-xtra.texi (Autorevert): Copyedits.
1479
6e317956
CY
14802011-10-20 Chong Yidong <cyd@gnu.org>
1481
1482 * custom.texi (Hooks, Init Examples):
1483 * display.texi (Font Lock):
1484 * fixit.texi (Spelling):
1485 * rmail.texi (Rmail Display): Minor mode function with no arg now
1486 enables it.
1487
1488 * fixit.texi (Spelling): Fix description of inline completion.
1489
5abc31ef
CY
14902011-10-19 Chong Yidong <cyd@gnu.org>
1491
1492 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1493 entries.
1494 (Isearch Yank): Document isearch-yank-pop.
1495 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1496 (Other Repeating Search): Document Occur Edit mode.
1497
939db9ac
CY
14982011-10-18 Chong Yidong <cyd@gnu.org>
1499
1500 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1501 from Line Truncation node.
1502 (Standard Faces): Note that only the background of the cursor face
1503 has an effect.
1504 (Cursor Display): Fix descriptions of cursor face
1505 and bar cursor blinking.
1506 (Text Display): Document nobreak-char-display more clearly.
1507 (Line Truncation): Add xref to Split Window node.
1508 (Display Custom): Don't bother documenting baud-rate or
1509 no-redraw-on-reenter.
1510
1511 * search.texi (Slow Isearch): Node removed.
1512
80c6d77f
GM
15132011-10-18 Glenn Morris <rgm@gnu.org>
1514
1515 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1516
d366bd53
CY
15172011-10-18 Chong Yidong <cyd@gnu.org>
1518
1519 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1520 of list-faces-display here, from Standard Faces node.
1521 Note special role of `default' background.
1522 (Standard Faces): Note special role of `default' background.
1523 Note that region face may be taken fom GTK. Add xref to Text Display.
1524 (Text Scale): Rename from "Temporary Face Changes".
1525 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1526 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1527 (Useless Whitespace): Simplify description of
1528 delete-trailing-whitespace. Note active region case.
1529 (Text Display): Fix description of escape-glyph face assignment.
1530 Remove unibye mode discussion. Update some parts for Unicode.
1531 Move glyphless chars documentation to Lisp manual.
1532
1533 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1534
21100e7d
CY
15352011-10-15 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * display.texi (Scrolling): Tweak explanation of scroll direction.
1538 (View Mode): Add index entries.
1539
1540 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1541
1542 * regs.texi (Text Registers): C-x r i does not activate the mark.
1543 (Bookmarks): Document new default bookmark location.
1544
50b063c3
CY
15452011-10-13 Chong Yidong <cyd@stupidchicken.com>
1546
71873e2b
SM
1547 * killing.texi (Deletion): Add xref to Using Region.
1548 Document delete-forward-char.
50b063c3
CY
1549 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1550 description here. Recommend C-u C-SPC for jumping to mark.
1551 (Kill Ring): Move kill ring variable documentation here.
1552 (Primary Selection): Copyedits.
1553 (Rectangles): Document new command rectangle-number-lines.
1554 (CUA Bindings): Note that this disables the mark-even-if-inactive
1555 behavior for C-x and C-c.
1556
1557 * mark.texi (Mark): Mention "active region" terminology.
1558 (Using Region): Document delete-active-region.
1559
e1a3f5b1
CY
15602011-10-12 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * mark.texi (Mark): Clarify description of disabled Transient Mark
1563 mode (Bug#9689).
1564 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1565 selection changes. Mention that commands like C-y set the mark.
1566 (Marking Objects): Add xref to Words node. Note that mark-word
1567 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1568 (Using Region): Mention M-$ in the table.
1569 Document mark-even-if-inactive here instead of in Mark Ring.
1570 (Mark Ring): Move mark-even-if-inactive to Using Region.
1571 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1572 (Disabled Transient Mark): Rename from "Persistent Mark"
1573 (Bug#9688). Callers changed.
1574
1575 * programs.texi (Expressions):
1576 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1577
3dc62b2b
CY
15782011-10-09 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1581 option" terminology.
1582 (Key Help): Add command names. Define "documentation string".
1583 (Name Help): Remove an over-long joke.
1584 (Apropos): Document prefix args. Remove duplicated descriptions.
1585 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1586 (Package Keywords): Rename from "Library by Keyword".
1587 Describe new package menu interface.
3dc62b2b 1588 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1589
1590 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1591 (Minibuffer History): Document numeric args to history commands.
de09aa52 1592
2d3fe5d7
EZ
15932011-10-08 Eli Zaretskii <eliz@gnu.org>
1594
1595 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1596
b2b0776e
CY
15972011-10-08 Chong Yidong <cyd@stupidchicken.com>
1598
71873e2b
SM
1599 * basic.texi (Position Info): Omit page commands.
1600 Document count-words-region and count-words.
b2b0776e
CY
1601
1602 * text.texi (Pages): Move what-page documentation here.
1603
27a16462
CY
16042011-10-08 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1607 Remote Files node instead of linking directly to the Tramp manual.
1608 (Minibuffer Edit): Add xref to Blank Lines.
1609 (Completion): Add xref to Symbol Completion. Remove redundant
1610 example, which is repeated in the next node.
1611 (Completion Commands): Minor clarifications.
1612 (Completion Styles): New node, split from Completion Commands.
1613 Document substring and initials styles.
1614 (Strict Completion): Remove information duplicated in other nodes.
1615 (Completion Options): Consolidate case difference discussion here.
1616
1617 * help.texi (Help Mode): Fix kindex entries.
1618
1619 * files.texi (File Names): Add index entries.
1620
de0bde62
CY
16212011-10-07 Chong Yidong <cyd@stupidchicken.com>
1622
71873e2b
SM
1623 * basic.texi (Inserting Text): Add xref to Completion.
1624 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1625 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1626 to left/right. Tweak left-char and right-char descriptions.
1627 M-left and M-right are now bound to left-word/right-word.
1628 (Erasing): Document delete-forward-char.
1629
1630 * screen.texi (Screen, Menu Bar): Copyedits.
1631 (Point): Remove duplicate paragraph on cursors, also in Screen.
1632 (Mode Line): Trailing dashes no longer shown on X displays.
1633
1634 * frames.texi (Non-Window Terminals): Index just "text-only
1635 terminal", which is used throughout the manual now.
1636
1637 * entering.texi (Entering Emacs): Define "startup screen".
1638 Document window-splitting behavior with command-line inputs.
1639 (Exiting): Remove obsolete paragraph about shells without suspend
1640 functionality.
1641
1642 * commands.texi (User Input): Define "input event" more clearly.
1643 (Keys): Add xref to Echo Area.
1644 (Commands): Clarify relation between commands and functions.
1645
453e4522
CY
16462011-10-06 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * misc.texi (emacsclient Options): Document how emacsclient runs
1649 the Emacs daemon (Bug#9674).
1650
550f41cd
CY
16512011-10-01 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * basic.texi (Moving Point):
1654 * custom.texi (Mouse Buttons):
1655 * rmail.texi (Rmail Scrolling):
1656 * search.texi (Isearch Scroll):
550f41cd
CY
1657 * display.texi (Scrolling): Replace scroll-up/down with
1658 scroll-up/down-command. Fix scroll-preserve-screen-position
1659 description. Document scroll-error-top-bottom.
1660
9229fe87
GM
16612011-09-30 Glenn Morris <rgm@gnu.org>
1662
1663 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1664
0a2132ba
CY
16652011-09-24 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * windows.texi (Pop Up Window): Defer discussion of window
1668 splitting to the Window Choice node. Add index entries.
1669 (Force Same Window): Node deleted.
1670 (Displaying Buffers, Window Choice): New nodes.
1671
1672 * buffers.texi (Select Buffer): Clarify description of
1673 buffer-switching commands. Add xref to Window Display node.
1674 Don't repeat confirm-nonexistent-file-or-buffer description from
1675 Visiting node. Remove even-window-heights.
1676
1677 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1678
33ed493b
CY
16792011-09-18 Chong Yidong <cyd@stupidchicken.com>
1680
1681 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1682
1683 * xresources.texi (Table of Resources): Fix documentation of
1684 bitmapIcon.
1685
92fa95ad
CY
16862011-09-15 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1689
16254627
EH
16902011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1691
1692 * frames.texi (Frame Commands): Note that delete-other-frames only
1693 deletes frames on current terminal.
1694
c3760c17
EZ
16952011-09-10 Eli Zaretskii <eliz@gnu.org>
1696
1697 * sending.texi (Mail Misc): Document mail-add-attachment.
1698
69b8be97
EZ
16992011-09-04 Eli Zaretskii <eliz@gnu.org>
1700
1701 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1702
3fd50d5c
CY
17032011-08-29 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1706
e2aeef63
CY
17072011-08-28 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * files.texi (File Archives):
1710 * cal-xtra.texi (Diary Display):
1711 * help.texi (Help Mode): Add xref to View Mode.
1712
ddb54206
CY
17132011-08-28 Chong Yidong <cyd@stupidchicken.com>
1714
a6326082
CY
1715 * display.texi (View Mode): New node. Move view-file here from
1716 Misc File Ops. Move view-buffer here from Misc Buffer.
1717
1718 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1719
04e2ce72 1720 * files.texi (Misc File Ops): Document new
a6326082 1721 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1722
1723 * dired.texi (Dired Deletion): Shorten description of Trash.
1724
ddb54206
CY
1725 * misc.texi (emacsclient Options): Document server-port.
1726
bd206ce5
EZ
17272011-08-27 Eli Zaretskii <eliz@gnu.org>
1728
1729 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1730 even on MS-Windows. Fix a typo.
1731
d43f5a42
CY
17322011-08-26 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * package.texi: New file, documenting the package manager.
1735
1736 * emacs.texi: Include it.
1737
1738 * help.texi (Help Summary): Add describe-package.
1739
e0b1591b
CY
17402011-08-25 Chong Yidong <cyd@stupidchicken.com>
1741
856ce114
CY
1742 * misc.texi (Printing): Convert subnodes into subsections.
1743
f404f8bc
CY
1744 * text.texi (Two-Column): Move into Text chapter.
1745
1746 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1747 Files section. Convert from chapter into section.
1748
1749 * display.texi (Narrowing): Move into display chapter.
1750
e0b1591b
CY
1751 * sending.texi (Sending Mail):
1752 * rmail.texi (Rmail):
1753 * misc.texi (Gnus, Document View):
1754 * dired.texi (Dired):
1755 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1756
75bfc667
JL
17572011-08-07 Juri Linkov <juri@jurta.org>
1758
1759 * dired.texi (Operating on Files): Rewrite according to the fact
1760 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1761
fe676f91
MA
17622011-07-30 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1765 remote file name completion. (Bug#9197)
1766
4cc60b9b
EZ
17672011-07-28 Eli Zaretskii <eliz@gnu.org>
1768
1769 * mule.texi (Bidirectional Editing): Document the fact that
1770 bidi-display-reordering is t by default.
1771
89671e16
LMI
17722011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1775 explicitly (bug#8904).
1776
fb23ecc2
LMI
17772011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1778
1779 * trouble.texi (Checklist): Use an `M-x' example instead of an
1780 Emacs Lisp form to switch on the dribble file (bug#8056).
1781
465c5fc8
LMI
17822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1785
90a6258b
GM
17862011-07-13 Glenn Morris <rgm@gnu.org>
1787
1788 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1789
c7588364
LMI
17902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1791
1792 * mark.texi (Mark Ring): Clarify how many locations are saved
1793 (bug#5770).
1794 (Global Mark Ring): Ditto.
1795
4cb4f3ba
LMI
17962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
d648feab
LMI
1798 * text.texi (Table Recognition): Use "at point" instead of "under
1799 point" (bug#4345).
1800
4cb4f3ba
LMI
1801 * display.texi (Cursor Display): Mention `cursor-type'.
1802
1803 * screen.texi (Point): Clarify that it's only if you use a block
1804 cursor that it appears to be on a character (bug#4345).
1805
ecd0b990
CY
18062011-07-12 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * misc.texi (Amusements): Move dissociated press here, from its
1809 own section.
1810
1811 * emacs.texi (Top): Update node listing.
1812
c2fd0368
LMI
18132011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1816 clarity (bug#3523).
1817
fdeb32ec
CY
18182011-07-12 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1821 (Misc X): Document --parent-id.
1822
1823 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1824 defaults to nil.
1825
1826 * misc.texi (emacsclient Options): Document --parent-id.
1827
1828 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1829
f584ca38
LMI
18302011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1831
1832 * emacs.texi: Use "..." instead of ``...'' in the menus
1833 (bug#3503).
1834
963578d3
CY
18352011-07-11 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * killing.texi (Primary Selection): Document `only' setting for
1838 select-active-regions.
1839
1840 * mark.texi (Setting Mark): Reference Shift Selection node.
1841
1842 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1843
a30ed87b
LMI
18442011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1845
47076272
LMI
1846 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1847 motion keys" (bug#3503).
1848
a30ed87b
LMI
1849 * emacs.texi: Change all the register node names from "RegPos"
1850 (etc.) to "Positional Registers" (etc.) (bug#3314).
1851
4d45a8b7
CY
18522011-07-11 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1855 (Other Kill Commands, Kill Options): Copyedits.
1856 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1857 (Yanking): Move yank-excluded properties discussion here.
1858 (Cut and Paste): Move from frames.texi. Update subnodes to
1859 describe x-select-enable-clipboard case.
1860
1861 * frames.texi: Move Cut and Paste node and subnodes into
1862 killing.texi, except Mouse Commands and Word and Line Mouse.
1863
c160ddee
AM
18642011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1865
1866 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1867
3329e6e3
LMI
18682011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
32a214fe
LMI
1870 * screen.texi (Mode Line): Clarify that coding systems are
1871 characters, not letters (bug#1749).
1872
3329e6e3
LMI
1873 * cmdargs.texi (Environment): Mention removing variables
1874 (bug#1615). Text suggested by Kevin Rodgers.
1875
8875da1e
CY
18762011-07-10 Chong Yidong <cyd@stupidchicken.com>
1877
54806e45
CY
1878 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1879
8875da1e
CY
1880 * modes.texi: Rename from major.texi.
1881 (Modes): New node. Make Major Modes and Minor Modes subsections
1882 of this. All callers changed.
1883
1884 * custom.texi (Minor Modes): Move to modes.texi.
1885
7847b2a1
CY
18862011-07-10 Chong Yidong <cyd@stupidchicken.com>
1887
6cfd0fa2
CY
1888 * custom.texi (Syntax): Node deleted.
1889
1890 * help.texi (Help Summary):
1891 * major.texi (Major Modes):
1892 * programs.texi (Parentheses):
1893 * search.texi (Regexp Backslash, Regexp Backslash)
1894 (Regexp Backslash):
1895 * text.texi (Words): Callers changed.
1896
7847b2a1
CY
1897 * text.texi (Refill, Longlines): Delete nodes.
1898
1899 * ack.texi (Acknowledgments): Longlines removed from manual.
1900
1901 * emacs.texi (Top): Update node listing.
1902
2a71c436
GM
19032011-07-09 Glenn Morris <rgm@gnu.org>
1904
1905 * fortran-xtra.texi (Fortran): Update handled extensions.
1906
61436e9f
LMI
19072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908
1909 * display.texi (Scrolling): `C-v' (etc) are now bound to
1910 `scroll-*-command' (bug#8349).
1911
6e560c71
LMI
19122011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1913
48954a09 1914 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1915 doesn't actually delete any files (bug#7125).
1916
2904fd97
LMI
1917 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1918 argument for `C-c C-k' (bug#7391).
1919
6e560c71
LMI
1920 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1921 you're currently using (bug#8489).
1922
978ff6c5
EZ
19232011-07-01 Eli Zaretskii <eliz@gnu.org>
1924
1925 * mule.texi (Coding Systems): Move index entries from the previous
1926 change into their proper places.
1927
0d742084
LMI
19282011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
31976bd5
LMI
1930 * help.texi (Help Files): Document view-external-packages (bug#8902).
1931
0d742084
LMI
1932 * mule.texi (Coding Systems): Put a few more of the coding systems
1933 into the index (bug#8900).
1934
9f678528
GM
19352011-06-26 Glenn Morris <rgm@gnu.org>
1936
1937 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1938
18a4ce5e
AR
19392011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1940
1941 * misc.texi (emacsclient Options): Mention --frame-parameters.
1942
f0da764a
GM
19432011-06-09 Glenn Morris <rgm@gnu.org>
1944
1945 * custom.texi (Specifying File Variables):
1946 Recommend explicit arguments for minor modes.
1947
b047e7ac
PE
19482011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1949
1950 Document wide integers better.
1951 * buffers.texi (Buffers):
001903b5
PE
1952 * files.texi (Visiting): Document maxima for 64-bit machines,
1953 and mention virtual memory limits.
b047e7ac 1954
bf41276f
CY
19552011-05-28 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1958
1959 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1960 prog mode (Bug#8240).
1961
e145f188
GM
19622011-05-27 Glenn Morris <rgm@gnu.org>
1963
1964 * custom.texi (Specifying File Variables):
1965 Major modes no longer need come first.
1966
313f790e
CY
19672011-05-22 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1970 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1971
c136e5cd
GM
19722011-05-18 Glenn Morris <rgm@gnu.org>
1973
1974 * ack.texi (Acknowledgments): Remove fakemail.c.
1975
c71a0d48 19762011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1977
1978 Fixes for fitting text into 7x9 printed manual.
1979 * building.texi (Flymake, Breakpoints Buffer):
1980 * calendar.texi (Appointments):
1981 * cmdargs.texi (General Variables, Display X):
1982 * custom.texi (Saving Customizations, Face Customization)
1983 (Directory Variables, Minibuffer Maps, Init Rebinding):
1984 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1985 * fixit.texi (Spelling):
1986 * frames.texi (Creating Frames, Fonts):
1987 * help.texi (Help Files):
1988 * mini.texi (Minibuffer File):
1989 * misc.texi (emacsclient Options, Emulation):
1990 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1991 * mule.texi (International Chars, Language Environments)
1992 (Select Input Method, Modifying Fontsets, Charsets):
1993 * programs.texi (Custom C Indent):
1994 * rmail.texi (Rmail Labels):
1995 * text.texi (Table Conversion):
1996 * trouble.texi (Known Problems, Known Problems):
1997 * windows.texi (Change Window):
1998 * xresources.texi (GTK resources): Reflow text and re-indent code
1999 examples to avoid TeX overflows and underflows on 7x9 paper.
2000
2001 * emacs.texi: Fix the (commented out) smallbook command.
2002
2003 * macos.texi (Mac / GNUstep Events):
2004 * xresources.texi (Lucid Resources): Remove extraneous examples.
2005
b8f82dc1
GM
20062011-05-10 Glenn Morris <rgm@gnu.org>
2007
2008 * custom.texi (Specifying File Variables):
2009 Deprecate using mode: for minor modes.
2010
d306b4da
GM
20112011-05-07 Glenn Morris <rgm@gnu.org>
2012
2013 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2014
548d0a63
GM
20152011-05-06 Glenn Morris <rgm@gnu.org>
2016
5006e634
GM
2017 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2018
548d0a63
GM
2019 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2020
e793a940
LMI
20212011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * misc.texi (Emacs Server): Document `server-eval-at'.
2024
7031be6d
UR
20252011-04-24 Chong Yidong <cyd@stupidchicken.com>
2026
71873e2b
SM
2027 * maintaining.texi (List Tags): Document next-file.
2028 Suggested by Uday S Reddy.
7031be6d 2029
4ffd0d6b 20302011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2031
2032 * mini.texi (Minibuffer Edit):
2033 * screen.texi (Mode Line): Fix typo.
2034
1c6c854e
CS
20352011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2036
024ff170 2037 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2038
c5c9f40f
CY
20392011-03-26 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2042
09725d26
EZ
20432011-03-30 Eli Zaretskii <eliz@gnu.org>
2044
2045 * display.texi (Auto Scrolling): Document the limit of 100 lines
2046 for never-recentering scrolling with `scroll-conservatively'.
2047 (Bug#6671)
2048
09d9db2c 20492011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2050
2051 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2052 HOME on Windows and where it looks for init files. (Bug#8221)
2053
62d94509
EZ
20542011-03-10 Eli Zaretskii <eliz@gnu.org>
2055
2056 * search.texi (Regexp Example):
2057 * mule.texi (International Chars):
2058 * building.texi (External Lisp): Don't use characters outside
2059 ISO-8859-1.
2060
0286d9de
EZ
20612011-03-09 Eli Zaretskii <eliz@gnu.org>
2062
1c6c854e
CS
2063 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2064 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2065
2066 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2067
114902a5 2068 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2069 (Bug#8210)
2070
0afb4571
J
20712011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2072
2073 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2074 for Gtk+ 3.
2075
bb3865e8
GM
20762011-03-08 Glenn Morris <rgm@gnu.org>
2077
6446548e
GM
2078 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2079 * emacs.texi (Acknowledgments):
2080 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2081 * emacs.texi: Set documentencoding.
6446548e 2082
bb3865e8
GM
2083 * display.texi (Optional Mode Line): Don't mention exactly where
2084 display-time appears. (Bug#8193)
2085
33383987
JB
20862011-03-07 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * Version 23.3 released.
2089
892777ba
CY
20902011-03-06 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2093
0b973fc5
DW
20942011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2095
2096 * misc.texi (emacsclient Options): Add q/quiet.
2097
8ef5a2f2
GM
20982011-03-02 Glenn Morris <rgm@gnu.org>
2099
2100 * mule.texi (Communication Coding) <x-select-request-type>:
2101 Remove duplicate (essentially) paragraph. (Bug#8148)
2102
bd106056
CS
21032011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2104
2105 * maintaining.texi (Format of ChangeLog): Add reference to
2106 add-log-full-name.
2107 (Change Log Commands): Add documentation for combining multiple
2108 symbols in one change.
2109
6640b281
GM
21102011-03-01 Glenn Morris <rgm@gnu.org>
2111
2112 * custom.texi (Directory Variables):
2113 Give an example of excluding subdirectories.
2114
2b0c7330 21152011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2116
2117 * search.texi (Regexp Search): Move index entries about regexps to the
2118 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2119
8c62c205
GM
21202011-02-19 Glenn Morris <rgm@gnu.org>
2121
2122 * dired.texi (Dired): Dired-X version number was dropped.
2123
3928f2b6
JD
21242011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2125
2126 * xresources.texi (X Resources): Remove *faceName and replace it with
2127 *font for Lucid.
2128
a41c8660
CY
21292011-02-05 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * rmail.texi (Rmail Display): Document Rmail MIME support more
2132 accurately.
2133
2134 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2135 vc-log-outgoing.
2136 (Merging): Document vc-find-conflicted-file.
2137
233ba4d9 21382011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2139
2140 * custom.texi (Variables): Fix typo.
2141
14beddf4 21422011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2143
65401ee3
CY
2144 * search.texi (Regexps): Copyedits. Mention character classes
2145 (Bug#7809).
2146
19f81ecf
CY
2147 * files.texi (File Aliases): Restore explanatory text from Eli
2148 Zaretskii, accidentally removed in 2011-01-08 commit.
2149
bf3dae7e
EZ
21502011-01-29 Eli Zaretskii <eliz@gnu.org>
2151
2152 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2153 (MAKEINFO_OPTS): New variable.
2154 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2155 (emacs.html): New target.
2156 (clean): Remove emacs.html.
2157
45eb2a5d
WL
21582011-01-23 Werner Lemberg <wl@gnu.org>
2159
2160 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2161 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2162 (ENVADD): Updated.
2163
9acfe703
GM
21642011-01-18 Glenn Morris <rgm@gnu.org>
2165
2166 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2167
2168 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2169
362b9d48
GM
21702011-01-15 Chong Yidong <cyd@stupidchicken.com>
2171
bb033b5f
CY
2172 * building.texi (Compilation): Improve instructions for running two
2173 compilations (Bug#7573).
2174
b024d9f0
MD
2175 * files.texi (Backup Names): Document the new location of the
2176 last-resort backup file.
2177
362b9d48
GM
2178 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2179 manual. Explain why directory-abbrev-alist elements should be anchored
2180 (Bug#7777).
2181
21822011-01-15 Eli Zaretskii <eliz@gnu.org>
2183
2184 * msdog.texi (Windows Startup): Correct inaccurate description of
2185 differences between emacsclient.exe and emacsclientw.exe.
2186
7c420169 21872011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2188
2189 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2190
7c420169 21912011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2192
2193 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2194
7c420169 21952011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2196
2d34d523
EZ
2197 * frames.texi (Cut and Paste): Modify the section's name and text:
2198 don't mix "cut/paste" with "kill/yank".
2199 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2200 (Bug#7702)
2201
88ab4340
EZ
2202 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2203
7c420169 22042011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2205
2206 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2207 matches its position in the menu. (Bug#7674)
2208
7c420169 22092011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2210
2211 * trouble.texi (Checklist): Mention not replying via news either.
2212
92bb6c52
TH
22132010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2214
2215 * misc.texi (Document View): Update DocView section with newly
2216 supported document formats.
2217
b103c904
CY
22182010-12-21 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * killing.texi: Resection the Info version to conform to the
2221 printed manual, to avoid making sections on Accumulating Text, CUA
2222 and Rectangles into full chapters.
2223
f49d1f52 22242010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2225
2226 * custom.texi (Init Syntax): Add index entries for "character syntax".
2227 (Bug#7576)
2228
f49d1f52 22292010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2230
2231 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2232
f49d1f52 22332010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2234
2235 * trouble.texi (Checklist): Fix typo in newsgroup name.
2236
f49d1f52 22372010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2238
2239 * search.texi (Word Search): Note that the lazy highlight always
2240 matches to whole words (Bug#7470).
2241
f49d1f52 22422010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2243
4f1948eb
EZ
2244 * display.texi (Optional Mode Line): Make the description of
2245 load-average more accurate.
2246
b8a9e136
EZ
2247 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2248 registry, with a cross-reference.
62d72a4a
EZ
2249 (Windows Startup): New node. Move the stuff about the current
2250 directory from "Windows HOME".
b8a9e136 2251
07976ae3 22522010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2253
2254 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2255 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2256
07976ae3 22572010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2258
2259 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2260 Suggested by Štěpán Němec.
2261
07976ae3 22622010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2263
1aaae3f3
CY
2264 * maintaining.texi (Version Control): Say "commit", not "check in".
2265 (Version Control Systems): Simplify descriptions.
2266 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2267 VCS Concepts.
2268 (VC Mode Line): Update example.
2269 (Old Revisions): Document revert-buffer for vc-diff.
2270 (Log Buffer): Promote to a subsection. Document header lines.
2271
1c6c854e
CS
2272 * macos.texi (Mac / GNUstep Basics):
2273 Document ns-right-alternate-modifier.
ec8a6295 2274
1aaae3f3
CY
2275 * emacs.texi (Top): Update node listing.
2276
0eb025fb
EZ
22772010-11-13 Eli Zaretskii <eliz@gnu.org>
2278
2279 * rmail.texi (Rmail Coding): Characters with no fonts are not
2280 necessarily displayed as empty boxes.
2281
2282 * mule.texi (Language Environments, Fontsets): Characters with no
2283 fonts are not necessarily displayed as empty boxes.
2284
2285 * display.texi (Text Display): Document display of glyphless
2286 characters.
2287
ea4f7750
GM
22882010-11-13 Glenn Morris <rgm@gnu.org>
2289
2290 * basic.texi (Position Info): Add M-x count-words-region.
2291
90639cea
GM
22922010-11-11 Glenn Morris <rgm@gnu.org>
2293
2294 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2295
d607b96b 22962010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2297
2298 * msdog.texi (Windows HOME): Add information regarding startup
2299 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2300
c12e4a81
GM
23012010-10-11 Glenn Morris <rgm@gnu.org>
2302
df187c62
GM
2303 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2304
c12e4a81
GM
2305 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2306 (DVIPS): New variable.
234db610
GM
2307 (.PHONY): Add html, ps.
2308 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2309 (clean): Delete html, ps files.
c12e4a81 2310
6513b232
EZ
23112010-10-09 Eli Zaretskii <eliz@gnu.org>
2312
2313 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2314
f4f358f1
GM
23152010-10-09 Glenn Morris <rgm@gnu.org>
2316
c1dc72b3
GM
2317 * Makefile.in (VPATH): Remove.
2318 (infodir): Make it absolute.
2319 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2320
4393405b
GM
2321 * Makefile.in (dist): Anchor regexps.
2322
eef3ab94
GM
2323 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2324 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2325 (emacs-xtra.pdf): Use $<.
2326
aa9db089
GM
2327 * Makefile.in (infoclean): Remove harmless, long-standing error.
2328
abd40fb4
GM
2329 * Makefile.in ($(infodir)): Delete rule.
2330 (mkinfodir): New.
2331 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2332
f4f358f1 2333 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2334 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2335 * emacsver.texi: New file, replacing emacsver.texi.in.
2336
ea274122
GM
23372010-10-09 Glenn Morris <rgm@gnu.org>
2338
f7a31f11
GM
2339 * emacsver.texi.in: New file.
2340 * emacs.texi: Set EMACSVER by including emacsver.texi.
2341 * Makefile.in (distclean): Delete emacsver.texi.
2342 (dist): Copy emacsver.texi.
b13254e7 2343 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2344
3fb78d1f
GM
2345 * ack.texi (Acknowledgments): No more b2m.c.
2346
ea274122
GM
2347 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2348 (emacs): Remove rule.
2349 (dist): No need to deal with the emacs rule any more.
2350
17ca7950
GM
23512010-10-07 Glenn Morris <rgm@gnu.org>
2352
2353 * Makefile.in (version): New, set by configure.
2354 (clean): Delete dist tar file.
2355 (dist): Use version in tar name.
2356
4c83f6e1
GM
23572010-10-06 Glenn Morris <rgm@gnu.org>
2358
2359 * Makefile.in (EMACS_XTRA): Add the main source file.
2360 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2361 (mostlyclean): No core files, reorder other files.
2362 (clean): Delete specific dvi and pdf files.
2363 (infoclean, dist): New rules.
2364 (maintainer-clean): Use infoclean.
8a944cea 2365 ($(infodir)): Add parallel build workaround.
4c83f6e1 2366
0264072d
GM
23672010-10-04 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (SHELL): Set it.
2370 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2371 (info, dvi): Replace above variables with their expansions.
2372 (info): Move mkdir from here...
2373 ($(infodir)/emacs): ... to here (for parallel builds).
2374 (pdf): New target.
2375 ($(infodir)/emacs): Pass -o option to makeinfo.
2376 (.PHONY): Declare clean rules.
2377 (maintainer-clean): Delete dvi and pdf files.
2378 Guard against cd failures. Use a more restrictive delete.
2379
3226d6ca
GM
23802010-10-02 Glenn Morris <rgm@gnu.org>
2381
2382 * misc.texi (Shell Mode): Remove reference to old function name.
2383
cad90f3b
EZ
23842010-09-30 Eli Zaretskii <eliz@gnu.org>
2385
2386 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2387 indicator characters.
2388
5f874327
GM
23892010-09-29 Glenn Morris <rgm@gnu.org>
2390
2391 * Makefile.in (top_srcdir): Remove unused variable.
2392
0ab9cff3
GM
23932010-09-14 Glenn Morris <rgm@gnu.org>
2394
67ae9766
GM
2395 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2396 the last hook item.
2397
0ab9cff3
GM
2398 * calendar.texi (Appointments): Also updated when a diary include file
2399 is saved.
2400
6664fc59 24012010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2402
2403 * trouble.texi (Bugs): Update the section intro.
2404 (Known Problems): New section.
2405 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2406 (Sending Patches): Bug fixes are best as responses to existing bugs.
2407 * emacs.texi (Known Problems): Add menu entry for new section.
2408
be3283d7
GM
24092010-09-09 Glenn Morris <rgm@gnu.org>
2410
2411 * xresources.texi: Untabify.
2412
10999305 24132010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2414
2415 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2416
10999305 24172010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2418
2419 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2420
30641319
JD
24212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2422
2423 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2424
50dd7bc6
GM
24252010-08-21 Glenn Morris <rgm@gnu.org>
2426
2427 * misc.texi (Amusements): Mention bubbles and animate.
2428
5e620eca
EZ
24292010-07-31 Eli Zaretskii <eliz@gnu.org>
2430
2431 * files.texi (Visiting): Add more index entries for
2432 large-file-warning-threshold.
2433
8b2dd508
JD
24342010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2435
2436 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2437
8838673e
GM
24382010-06-23 Glenn Morris <rgm@gnu.org>
2439
2440 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2441 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2442 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2443 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2444 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2445 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2446 Untabify Texinfo files.
2447
04d3bb6c
GM
24482010-06-10 Glenn Morris <rgm@gnu.org>
2449
103dd3a8
GM
2450 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2451
04d3bb6c
GM
2452 * basic.texi (Inserting Text): Fix typo.
2453
50b79479
GM
24542010-06-10 Glenn Morris <rgm@gnu.org>
2455
2456 * ack.texi (Acknowledgments):
2457 * emacs.texi (Acknowledgments): Update for notifications.el.
2458
86d7a550
DU
24592010-05-31 Daiki Ueno <ueno@unixuser.org>
2460
2461 * dired.texi (Operating on Files): Mention encryption commands
2462 (Bug#6315).
2463
db5dce9d
EZ
24642010-05-29 Eli Zaretskii <eliz@gnu.org>
2465
2466 * basic.texi (Moving Point): Update due to renaming of commands bound
2467 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2468
34313041
EZ
24692010-05-18 Eli Zaretskii <eliz@gnu.org>
2470
2471 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2472 paragraphs.
2473 (Line Truncation): Fix wording for bidi display.
2474
1fc0ce04 2475 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2476 keys.
2477
0235128c 24782010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2479
2480 * building.texi (GDB Graphical Interface): Remove misleading comparison
2481 to an IDE (Bug#6128).
2482
0235128c 24832010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2484
2485 * programs.texi (Man Page):
2486 * misc.texi (Invoking emacsclient):
2487 * mini.texi (Repetition):
2488 * mark.texi (Setting Mark): Fix typos.
2489
0235128c 24902010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2491
2492 * misc.texi (Printing): Document htmlfontify-buffer.
2493
0235128c 24942010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2495
2496 * calendar.texi (Displaying the Diary, Format of Diary File):
2497 Fix external cross-references for TeX format output.
2498
0235128c
SM
24992010-05-07 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * Version 23.2 released.
2502
f63d0028
JD
25032010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2504
2505 * cmdargs.texi (Initial Options): Mention --chdir.
2506
20fe03ad
JD
25072010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2508
2509 * frames.texi (Tool Bars): Add tool-bar-style.
2510
b7d65a5f
GM
25112010-04-21 Glenn Morris <rgm@gnu.org>
2512
2513 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2514
a42dbee1
CY
25152010-04-18 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * programs.texi (Semantic): New node.
2518
2519 * maintaining.texi (EDE): New node.
2520
2521 * emacs.texi: Update node listing.
2522
2523 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2524
6e104790 25252010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2526
d52dbd3d
GM
2527 * emacs.texi (Acknowledgments): Remove duplicate.
2528
a77fe20c
GM
2529 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2530
6e104790 25312010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2532
4ebe9902
GM
2533 * dired.texi (Misc Dired Features): Mention VC diff and log.
2534 * maintaining.texi (Old Revisions, VC Change Log):
2535 Mention that diff and log work in Dired buffers.
2536
98932641
GM
2537 * help.texi (Help Summary): Mention M-x info-finder.
2538
d5b22ab2 2539 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2540
4d4e9522
GM
2541 * custom.texi (Specifying File Variables, Directory Variables):
2542 Document new commands for manipulating local variable lists.
2543
6e104790 25442010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2545
2546 * trouble.texi (Contributing): Add cindex entry.
2547 Mention etc/CONTRIBUTE.
2548
6e104790 25492010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2550
2551 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2552 query-replace (Bug#5774).
2553
a20a9df3
GM
25542010-04-16 Glenn Morris <rgm@gnu.org>
2555
2556 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2557
1ecb2d3f
JD
25582010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2559
2560 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2561
99852628
JD
25622010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2563
2564 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2565
ce79424f
EZ
25662010-03-30 Eli Zaretskii <eliz@gnu.org>
2567
2568 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2569 cross-reference to "Inserting Text".
2570
2571 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2572 Mention completion provided by `ucs-insert'.
2573
85738751 25742010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2575
2576 * sending.texi (Sending Mail): Note variables that may need
2577 customizing.
2578 (Mail Sending): Expand discussion of send-mail-function.
2579
85738751 25802010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2581
2582 Document Message mode as the default mail mode.
2583
2584 * sending.texi (Sending Mail): Copyedits.
2585 (Mail Format, Mail Headers): Document mail-from-style changes.
2586 (Mail Commands): Rename from Mail mode. Document Message mode.
2587 (Mail Misc): Rename from Mail mode Misc.
2588 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2589 command names and update keybindings.
2590 (Header Editing): Document message-tab. De-document
2591 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2592 favor of mail-default-headers. Ad index entries for user-full-name and
2593 user-mail-address.
1c6c854e
CS
2594 (Citing Mail): Update changes in Message mode behavior.
2595 Document mail-yank-prefix.
e73c2434
CY
2596 (Mail Signature): New node, moved from Mail Misc.
2597 (Mail Aliases): Mail abbrevs are the default with Message mode.
2598 (Mail Methods): Note that Message mode is now the default.
2599
2600 * rmail.texi (Rmail Reply):
2601 * text.texi (Text Mode):
2602 * major.texi (Major Modes):
2603 * mule.texi (Output Coding): Refer to Message mode.
2604
2605 * custom.texi (Init Examples): Add xref to Mail Header.
2606
1fc0ce04 2607 * emacs.texi (Top): Fix xrefs.
e73c2434 2608
85738751 26092010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2610
c0c035fa
CY
2611 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2612 repository if there is none.
2613 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2614 vc-print-root-log.
ef7b27ef 2615 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2616
71785b7a
CY
2617 * programs.texi (Program Modes): Mention Javascript mode.
2618
f67c5dd0
CY
2619 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2620 * emacs.texi: Update node description.
2621
0f72a391 2622 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2623 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2624
dc2d2590
JL
26252010-03-30 Juri Linkov <juri@jurta.org>
2626
2627 * search.texi (Other Repeating Search): Remove line that `occur'
2628 can not handle multiline matches.
2629
a7b02820
EZ
26302010-03-30 Eli Zaretskii <eliz@gnu.org>
2631
2632 * mule.texi (International): Mention support of bidirectional editing.
2633 (Bidirectional Editing): New section.
2634
22ef1944
NR
26352010-03-28 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * emacs.texi (Top): Update node names to those in building.texi.
2638
146b8b16
NR
26392010-03-27 Nick Roberts <nickrob@snap.net.nz>
2640
c5e87d10
PE
2641 doc/emacs/building.texi: Describe restored GDB/MI functionality
2642 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2643 doc/emacs/emacs.texi: Update node names for building.texi.
2644
6d98672d
GM
26452010-03-24 Glenn Morris <rgm@gnu.org>
2646
2647 * ack.texi (Acknowledgments):
2648 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2649
93318cbd
JD
26502010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2651
2652 * xresources.texi (Table of Resources): Clarify toolBar number
2653 for Gtk+.
2654
2655 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2656
15cf2f52
CY
26572010-03-21 Chong Yidong <cyd@stupidchicken.com>
2658
4102856c
CY
2659 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2660
15cf2f52
CY
2661 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2662 and multi-isearch-buffers-regexp.
2663
2664 * indent.texi (Indentation): Clarify description of
2665 indent-for-tab-command. Document tab-always-indent.
2666
d68eb23c
CY
26672010-03-20 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * cmdargs.texi (Font X): Move most content to Fonts.
2670
2671 * frames.texi (Fonts): New node. Document font-use-system-font.
2672
2673 * emacs.texi (Top):
2674 * xresources.texi (Table of Resources):
2675 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2676
288f9fc0
CY
26772010-03-10 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * Branch for 23.2.
2680
17782bec
CY
26812010-03-06 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * custom.texi (Init Examples): Add xref to Locals.
2684
2685 * major.texi (Choosing Modes): Mention usage of setq-default for
2686 setting the default value of major-mode (Bug#5688).
2687
b4a1a8b2
CY
26882010-03-02 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2691
2692 * display.texi (Display Custom): Document make-pointer-invisible and
2693 underline-minimum-offset. Remove inverse-video.
2694
a1e759cd
CY
26952010-02-21 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * frames.texi (Frame Commands): Note that the last ordinary frame can
2698 be deleted in daemon mode (Bug#5616).
2699
4f3bc373
GM
27002010-02-18 Glenn Morris <rgm@gnu.org>
2701
2702 * trouble.texi (Contributing): Repository is no longer CVS.
2703
5dbbdd33
GM
27042010-02-08 Glenn Morris <rgm@gnu.org>
2705
2706 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2707
cd61af01
SM
27082010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * display.texi (Useless Whitespace, Text Display):
2711 * custom.texi (Init Examples): Avoid obsolete special default variables
2712 like default-major-mode.
2713
b1bb0a25 27142010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2715
2716 * programs.texi (Other C Commands): Replace reference to obsolete
2717 c-subword-mode.
2718
99d0985b
GM
27192010-01-21 Glenn Morris <rgm@gnu.org>
2720
2721 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2722
893db5bc
GM
27232010-01-12 Glenn Morris <rgm@gnu.org>
2724
2725 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2726 emacs-pretest-bug for bug reports for development versions.
2727
0419b8d6
GM
27282010-01-11 Glenn Morris <rgm@gnu.org>
2729
2730 * display.texi (Highlight Interactively): `t' does not mean highlight
2731 all patterns. (Bug#5335)
2732
26e533e2
CY
27332009-12-29 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * misc.texi (Shell): Document async-shell-command.
2736
2737 * building.texi (Grep Searching): Document zrgrep.
2738
484eaeac 2739 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2740
7ee6c59b
NR
27412009-12-29 Nick Roberts <nickrob@snap.net.nz>
2742
2743 * building.texi: Import GDB Graphical Interface description from
2744 EMACS_23_1_RC.
2745
91ed7ea8
CY
27462009-12-24 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * emacs.texi (Top): Update node listing.
2749
2750 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2751
2752 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2753
2754 * cmdargs.texi (Initial Options):
2755 * xresources.texi (Resources): Document inhibit-x-resources.
2756
2757 * custom.texi (Specifying File Variables): Note that minor modes are
2758 enabled unconditionally.
2759
2760 * display.texi (Scrolling): Briefly document the old recenter command,
2761 and document recenter-positions.
2762
2763 * files.texi (Visiting):
2764 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2765
1c6c854e
CS
2766 * frames.texi (Cut/Paste Other App):
2767 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2768
2769 * killing.texi (Kill Options): New node.
2770
6ca89aaa
CY
27712009-12-05 Chong Yidong <cyd@stupidchicken.com>
2772
2773 * misc.texi (Shell Options): ansi-color is now default.
2774
806642d4
GM
27752009-12-05 Glenn Morris <rgm@gnu.org>
2776
806642d4
GM
2777 * emacs.texi (Top): Update menu for cal-xtra node changes.
2778 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2779 or mode line. Don't mention invisible text or the details of
2780 diary-print-entries here, only in cal-xtra.
2781 (Format of Diary File): Mention that the "date on first line" format
2782 only really affects the simple display.
2783 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2784 (Diary Customizing): Holidays may be in the buffer or mode line.
2785 Move diary-print-entries to the "Diary Display" section.
2786 (Diary Display): New section, split out from "Fancy Diary Display".
2787 Explain the limitations of simple display, and how to print it.
2788
1a4f0c0a
GM
2789 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2790
e11adbd8
GM
2791 * cal-xtra.texi (Diary Display): Mention View mode.
2792
29a483ac
JL
27932009-11-29 Juri Linkov <juri@jurta.org>
2794
2795 * display.texi (Highlight Interactively): Actually a list of
2796 default faces is pre-loaded into a list of default values
2797 instead of the history.
2798
83d60c79
GM
27992009-11-20 Glenn Morris <rgm@gnu.org>
2800
2801 * ack.texi (Acknowledgments):
2802 * emacs.texi (Acknowledgments): Add htmlfontify.
2803
276bbe96
GM
28042009-11-14 Glenn Morris <rgm@gnu.org>
2805
98ad1bae
GM
2806 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2807
276bbe96
GM
2808 * ack.texi (Acknowledgments):
2809 * emacs.texi (Acknowledgments): Update for recent Org changes.
2810
18430066
CY
28112009-10-31 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2814 `charset' property, which is irrelevant to the user manual (Bug#3526).
2815
522ddc9f
JB
28162009-10-14 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * trouble.texi (DEL Does Not Delete): Fix typo.
2819
50b49ade
MA
28202009-10-05 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * files.texi (Misc File Ops): Mention copy-directory.
2823
6308321a
EZ
28242009-10-04 Eli Zaretskii <eliz@gnu.org>
2825
43b3b4d1
EZ
2826 * mule.texi (Unibyte Mode): Emphasize that
2827 unibyte-display-via-language-environment affects only the display.
2828
6308321a
EZ
2829 * display.texi (Horizontal Scrolling): Document cursor behavior under
2830 horizontal scrolling when point moves off the screen (Bug#4564).
2831 Improve wording.
2832
bd51ea7f
MA
28332009-10-01 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * files.texi (Directories): delete-directory prompts for recursive
2836 deletion.
2837
55381962
GM
28382009-09-30 Glenn Morris <rgm@gnu.org>
2839
2840 * ack.texi (Acknowledgments):
2841 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2842
13989ab1
TH
28432009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2844
2845 * dired.texi (Dired Navigation): Use @code instead of @var for
2846 dired-isearch-filenames, so that it's not capitalized.
2847
8ba46c89
CY
28482009-09-19 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2851
2852 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2853
2854 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2855 (Key Bindings): Reference Init Rebinding in introductory text.
2856 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2857 (Keymaps): Simplify.
2858 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2859 (Minibuffer Maps): Remove mention of Mocklisp.
2860 (Init Rebinding): Move mode-local rebinding example here from Local
2861 Keymaps.
2862 (Modifier Keys): Clarify.
1e11b018 2863 (Rebinding): Add cindex for "binding keys".
8ba46c89 2864
6a5ca7c8
CY
28652009-09-13 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2868
0e1cba51
NR
28692009-08-31 Nick Roberts <nickrob@snap.net.nz>
2870
6a5ca7c8 2871 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2872 Reorganize these two sections.
0e1cba51 2873
76a87a4d
EZ
28742009-08-29 Eli Zaretskii <eliz@gnu.org>
2875
2876 * cmdargs.texi (Initial Options): Fix last change.
2877
82e98df4
SM
28782009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * mule.texi (Enabling Multibyte):
2881 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2882 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2883
fb89fad9
GM
28842009-08-20 Glenn Morris <rgm@gnu.org>
2885
2886 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2887
e99652b0
GM
28882009-08-19 Glenn Morris <rgm@gnu.org>
2889
2890 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2891
5cca97ad
GM
28922009-08-18 Glenn Morris <rgm@gnu.org>
2893
2894 * ack.texi (Acknowledgments):
2895 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2896
997797ae 2897 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2898
985bf85b
GM
28992009-08-09 Glenn Morris <rgm@gnu.org>
2900
2901 * ack.texi (Acknowledgments):
2902 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2903
8d6bb99e
DD
29042009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2905
2906 * emacs.texi (Top): Add new menu items for GDB-UI.
2907
2908 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2909 section. Threads buffer is in separate section now.
8d6bb99e 2910
8353da9c
GM
29112009-08-08 Glenn Morris <rgm@gnu.org>
2912
2913 * ack.texi (Acknowledgments):
2914 * emacs.texi (Acknowledgments):
2915 Update for js2-mode and org changes.
2916
f2074faf
MA
29172009-08-02 Michael Albinus <michael.albinus@gmx.de>
2918
2919 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2920 files.
2921
e8d2d3fb
CY
29222009-07-28 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2925
324a4f6a
GM
29262009-07-23 Glenn Morris <rgm@gnu.org>
2927
2928 * programs.texi (Matching): Update blink-matching-paren-distance.
2929
b6937a70
CY
29302009-07-21 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * frames.texi (Cut/Paste Other App): For select-active-regions,
2933 selection is now updated on moving point.
2934
bd8aaa36
RS
29352009-07-21 Richard Stallman <rms@gnu.org>
2936
2937 * glossary.texi (GNU, Daemon): Update information.
2938
8d9b5eba
JL
29392009-07-19 Juri Linkov <juri@jurta.org>
2940
2941 * custom.texi (Specifying File Variables, Safe File Variables):
2942 "variables/value pairs" -> "variable/value pairs".
2943
a2acc1db
GM
29442009-07-15 Glenn Morris <rgm@gnu.org>
2945
2946 * misc.texi (Gnus): Remove widow.
2947
c5ae942b
GM
29482009-07-11 Glenn Morris <rgm@gnu.org>
2949
703d26ba
GM
2950 * Makefile.in (TEXI2PDF): New.
2951 (emacs.pdf, emacs-xtra.pdf): New targets.
2952
522ddc9f 2953 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2954
2955 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2956
2957 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2958 Don't print the copying notice twice in the printed version.
2959 Update the menu and detailmenu.
2960 (Preface): The meaning of "on-line" has changed.
2961 Correct name for "Common Problems" chapter.
2962 (Distrib): Update FSF shop URL.
2963 (Intro): Showing two files at once is not so exciting.
2964
2965 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2966 (Mac / GNUstep Basics): Minor grammar changes.
2967 (Mac / GNUstep Events): Fix typo.
2968 (GNUstep Support): CANNOT_DUMP no longer applies.
2969
2970 * misc.texi (Document View): Fix typos.
2971
2972 * dired.texi (Dired):
2973 * help.texi (Help):
2974 * macos.texi (Mac OS / GNUstep):
2975 * maintaining.texi (Version Control, Introduction to VC):
2976 End menu descriptions with a period.
c5ae942b 2977
b1c8242b
EZ
29782009-07-09 Eli Zaretskii <eliz@gnu.org>
2979
2980 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2981 so categorical in saying that the option is only useful on NTFS.
2982
220d9aa6
GM
29832009-07-09 Glenn Morris <rgm@gnu.org>
2984
2985 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2986 (ENVADD): Add texinfodir to TEXINPUTS.
2987
2988 * emacs.texi (Top): Fix cross-reference.
2989
2990 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2991
2992 * vc1-xtra.texi (Revision Tags): Fix typo.
2993
d07e72d3
GM
29942009-07-03 Glenn Morris <rgm@gnu.org>
2995
2996 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2997 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2998 (Merge Commands): `.' does not seem to work in A or B buffer.
2999 `l' can recreate the 3-window display.
3000
3001 * glossary.texi (Glossary): Minor phrasing changes throughout.
3002 Add more internal cross-references.
3003 <Autoloading>: You can't really autoload a variable.
3004 <C-M->: Move details here from `M-C-' item.
3005 <Continuation Line>: Refer to `Truncation.'
3006 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3007 <Home Directory, Unix>: New entries.
3008 <Deletion of Files>: Mention recycle bins.
3009 <Directory>: Mention ``folders.''
3010 <Error>: Don't mention ``type-ahead.''
3011 <Fringe>: Refer to the manual node.
3012 <Minor Mode>: Can be global or local.
3013 <Spell Checking>: There are other checkers besides Ispell.
3014
f144038a
GM
30152009-07-02 Glenn Morris <rgm@gnu.org>
3016
3017 * anti.texi (Antinews): Minor changes in phrasing.
3018
3019 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3020 some underfull lines in dvi output.
3021
3022 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3023
3024 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3025
3026 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3027
3f1c6666
JD
30282009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3029
3030 * xresources.texi (Table of Resources): Mention maximized for
3031 fullscreen.
3032
3033 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3034
62aadce7
CY
30352009-07-01 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * anti.texi (Antinews): Correct the list of removed platforms.
3038
82ec412e
GM
30392009-06-28 Glenn Morris <rgm@gnu.org>
3040
3041 * arevert-xtra.texi: Minor language tweaks.
3042
09964e7d
GM
3043 * dired-xtra.texi: Minor revisions.
3044
666e158e
MB
30452009-06-23 Miles Bader <miles@gnu.org>
3046
c4cc8b9a 3047 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3048 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3049
70243478
CY
30502009-06-21 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * Branch for 23.1.
3053
67cbe681
KH
30542009-06-17 Kenichi Handa <handa@m17n.org>
3055
3056 * mule.texi (Charsets): Update the description for the new charset.
3057 (list-character-sets): New findex.
125dd7c5 3058 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3059
40e67246
CY
30602009-06-10 Chong Yidong <cyd@stupidchicken.com>
3061
b5700de6
CY
3062 * basic.texi (Moving Point): Fix tag.
3063
3064 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3065
3066 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3067 use camel-case for PageUp and PageDown.
3068
3069 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3070 camel-case for PageUp and PageDown.
3071
3072 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3073
40e67246 3074 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3075 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3076
522ddc9f 30772009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3078
522ddc9f
JB
3079 * fixit.texi (Spelling): Set default dictionary.
3080 Improve descriptions (Bug#2554)
6f591cf4 3081
53483c76
DR
30822009-06-08 David Reitter <david.reitter@gmail.com>
3083
3084 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3085 since saving colors and faces set this way is not implemented.
3086 (Environment variables): Remove mention of mac-fix-env, which is
3087 scheduled to be removed.
3088
1557ef4f
CY
30892009-06-04 Chong Yidong <cyd@stupidchicken.com>
3090
91056528
CY
3091 * custom.texi (Init Examples): Add example of changing load-path.
3092
1557ef4f
CY
3093 * building.texi (Lisp Libraries): Add example of changing
3094 load-path (Bug#3446).
3095
623cec4c
CY
30962009-05-28 Chong Yidong <cyd@stupidchicken.com>
3097
3098 * mark.texi (Mark): Further clarifications.
3099 (Setting Mark): Emphasize that C-SPC activates the mark.
3100
0fcca8ee
CY
31012009-05-28 Chong Yidong <cyd@stupidchicken.com>
3102
702b10e1
CY
3103 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3104 Mark mode.
0fcca8ee
CY
3105 (Using Region, Persistent Mark): Use "active mark" instead of "active
3106 region".
3107
d3b396e4
CY
31082009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3109
3110 * mule.texi (Select Input Method): Fix typo.
3111
3f698a06
CY
31122009-05-13 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * anti.texi (Antinews): Document completion changes. Some additional
3115 copyedits and rearrangement of entries.
3116
b2a42eb7
CY
31172009-05-12 Chong Yidong <cyd@stupidchicken.com>
3118
932fd020
CY
3119 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3120 (Shell History Copying, Terminal emulator): Copyedits.
3121
1c6c854e
CS
3122 * xresources.texi (Resources): Simplify descriptions.
3123 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3124 (Table of Resources): Document fontBackend resource.
3125
b2a42eb7 3126 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3127 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3128 "Backspace". Remove discussion of obscure Xmodmap issue.
3129
c6ea7fb8
CY
31302009-05-07 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * files.texi (Visiting): Copyedits.
3133
ad36c422
CY
31342009-05-06 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * basic.texi (Inserting Text): Document ucs-insert.
3137
3138 * mule.texi (International Chars): Define "multibyte". Note that
3139 internal representation is unicode-based. Simplify definition of raw
3140 bytes. Mention ucs-insert.
3141 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3142 (Language Environments): Add language environments new to Emacs 23.
3143 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3144 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3145 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3146 (Output Coding): Copyedits.
3147
3148 * emacs.texi (Top): Update node listing.
3149
d4ad7b96
CY
31502009-05-05 Per Starbäck <per@starback.se> (tiny change)
3151
3152 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3153
5bd66204
SM
31542009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * building.texi (Lisp Libraries): `load-library' does offer completion.
3157
bc36ad1c
CY
31582009-04-28 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3161 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3162
f1a47884
EZ
31632009-04-25 Eli Zaretskii <eliz@gnu.org>
3164
3165 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3166
be77bd45
CY
31672009-04-22 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3170
3171 * building.texi (Lisp Interaction): Document initial-scratch-message.
3172
d3b82927
JB
31732009-04-18 Juanma Barranquero <lekktu@gmail.com>
3174
ed6e7b11
JB
3175 * msdog.texi (Windows Fonts): Fix typos.
3176
d3b82927
JB
3177 * files.texi (Save Commands): Fix pxref.
3178
bc323c04
CY
31792009-04-18 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * files.texi (Save Commands): Mention diff-buffer-with-file.
3182 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3183 Henoch (Bug#3036).
3184
2186d13f
GM
31852009-03-15 Glenn Morris <rgm@gnu.org>
3186
3187 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3188 the former is not always used.
3189 (Mail Headers): Use active voice. Add "Mail-reply-to".
3190 Change case of "Id". Avoid repeated "appropriate".
3191 (Mail Aliases): Fix previous change - use an example with a ".", so it
3192 does actually get quoted when expanded.
3193 (Mail Sending): Mailclient is the default on some systems.
3194 (Citing Mail): Mention mail-indentation-spaces.
3195 (Mail Mode Misc): Add an @dfn for "mail signature".
3196
71e454fc
CY
31972009-03-15 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3200 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3201 read-buffer-completion-ignore-case, and completion-styles.
3202 Remove description of partial-completion-mode.
71e454fc 3203
df1a3e06
GM
32042009-03-14 Glenn Morris <rgm@gnu.org>
3205
3206 * sending.texi (Mail Format): Fix typo. Add index entry for
3207 mail-header-separator.
3208 (Mail Headers): Put info about initialization and changing in one place
3209 at the start. Update FCC section for mbox Rmail. Clarify From
3210 section, mention mail-setup-with-from. Clarify Reply-to section.
3211 Add Mail-followup-to and mail-mailing-lists. Clarify References
3212 section.
3213 (Mail Aliases): Update example, make less contentious.
3214 Update for name change of mail-interactive-insert-alias.
3215 (Mail Mode): Remove mention of `%' as a word separator.
3216 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3217 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3218 commands. Clarify FCC handling. In mail-complete, add reference to
3219 Mail Aliases section, and mention mail-complete-function.
3220 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3221 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3222 signature netiquette. Explain how the mail hooks work when continuing
3223 a composition.
3224 (Mail Amusements): Internationalize the spook section a bit.
3225 Remove the spook mail-setup-hook example, since it doesn't work well.
3226 Mention fortune-file.
3227 (Mail Methods): Mention read-mail-command.
3228
ed6e7b11 32292009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3230
df1a3e06
GM
3231 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3232 and NS resources following recent changes.
959d68bd 3233
86dca3e8
JR
32342009-03-10 Jason Rumney <jasonr@gnu.org>
3235
3236 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3237 w32-use-visible-system-caret doc to indicate that it should get set
3238 automatically.
3239 (Windows Fonts): Add doc for the uniscribe backend.
3240
042fe98f
DN
32412009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3244 vc-dir. (Bug#2598)
3245
7f8dba73
RS
32462009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3247
3248 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3249
505e70c3
GM
32502009-03-05 Glenn Morris <rgm@gnu.org>
3251
04242bdc
GM
3252 * rmail.texi (Rmail Basics): Add reference to sorting.
3253 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3254 Minor re-wordings.
3255 (Rmail Motion): Mention rmail-next-same-subject.
3256 (Rmail Deletion): Expunging is not the only way to change the numbers.
3257 (Rmail Labels): Labels can also be used in sorting.
3258 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3259 (Rmail Display): Mention rmail-mime.
3260
00cfe22c
GM
32612009-03-04 Glenn Morris <rgm@gnu.org>
3262
3263 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3264 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3265 summary. Mention sorts cannot be undone.
3266 (Rmail Display): Give an example of how to use goto-address-mode.
3267 (Rmail Editing): It's keybindings that are redefined, not commands.
3268 Fix some typos.
3269 (Movemail): Some minor rewording.
3270 (Remote Mailboxes): Emacs movemail supports pop by default.
3271 Fix some minor grammatical issues. The "two alternative ways" to
3272 specify a POP mailbox are really just one. Remove all reference to the
3273 variables rmail-pop-password and rmail-pop-password-required, obsolete
3274 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3275 can support Kerberos.
3276
3d963b67
GM
32772009-03-03 Glenn Morris <rgm@gnu.org>
3278
3279 * rmail.texi (Rmail Deletion): Revert previous change, which was
3280 describing the Rmail summary versions.
3281 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3282 Minor re-wording for rmail-resend.
3283 (Rmail Make Summary): Summaries apply to buffers rather than files.
3284 <rmail-summary-by-topic>: Headers includes the subject.
3285 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3286 details, including prefix arguments.
2340abde 3287 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3288 Not counting lines might be faster.
3289 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3290 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3291 Name the commands bound to the various keys. Mention prefix argument
3292 for searching.
3d963b67
GM
3293 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3294 Simplify rmail-highlighted-headers description. Update face name.
3295
a8ce3d17
JB
32962009-03-02 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * mark.texi (Marking Objects): Fix typo.
3299
130a29b6
CY
33002009-03-01 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3303 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3304
9d5de6f8
GM
33052009-03-01 Glenn Morris <rgm@gnu.org>
3306
79fc530e 3307 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3308 (Rmail Motion): - M-s searches from the end of messages.
3309 (Rmail Deletion): Minor clarification. Fix numeric argument
3310 description.
3311 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3312 newmail and RMAILOSE files need not be in home-directory.
3313 (Rmail Files): Mention I/O menus are unselectable if no files match.
3314 Mention `MAIL' env-var.
3315
b545ff9c
JR
33162009-02-24 Jason Rumney <jasonr@gnu.org>
3317
3318 * mule.texi (Fontsets): Mention fontset-default, font specs and
3319 fallback fontsets.
3320 (Defining Fontsets): Mention ns and w32 variants of
3321 standard-fontset-spec. Update description of startup fontset to match
3322 Emacs 23 behavior.
a93be82a 3323 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3324 (International): Link to Modifying Fontsets.
b545ff9c 3325
75da0618 33262009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3327
3328 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3329 Mention ns-extended-platform-support-mode.
3330
6be93a16
KB
33312009-02-22 Karl Berry <karl@gnu.org>
3332
3333 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3334
867d4bb3
JB
33352009-02-19 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * basic.texi (Moving Point, Position Info):
3338 * files.texi (Visiting):
3339 * mini.texi (Completion Options):
3340 * text.texi (HTML Mode): Remove duplicate words.
3341
49b5c0e8
GM
33422009-02-20 Glenn Morris <rgm@gnu.org>
3343
3344 * rmail.texi: Minor updates for mbox rather than Babyl.
3345
f43a822c
KB
33462009-02-17 Karl Berry <karl@gnu.org>
3347
49b5c0e8 3348 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3349
80d634b8
RS
33502009-02-17 Richard M Stallman <rms@gnu.org>
3351
3352 * anti.texi (Antinews): Mention Babyl format.
3353
3354 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3355
3356 * rmail.texi: Update for mbox format.
3357 Various small fixes, as well as the following.
3358 (Out of Rmail): Node deleted.
3359 (Rmail): Update menu.
3360 (Rmail Files): Comment out set-rmail-inbox-list.
3361 Document rmail-inbox-list instead.
3362 (Rmail Output): Substantial changes since C-o is now
3363 rmail-output-as-seen and o is rmail-output.
3364 (Rmail Attributes): Delete `stored', add `retried'.
3365 (Rmail Display): Editing headers works in all cases.
3366
f0d129c6
GM
33672009-02-17 Glenn Morris <rgm@gnu.org>
3368
3369 * basic.texi (Position Info): M-x count-lines-region is not always on
3370 M-=. (Bug#2269)
3371
160f11d3
GM
33722009-02-09 Glenn Morris <rgm@gnu.org>
3373
3374 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3375 defaults.
3376
763e01c4
EZ
33772009-02-07 Eli Zaretskii <eliz@gnu.org>
3378
3379 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3380 documentation of possible problems with redecoding.
3381
f5e1441d
GM
33822009-02-03 Glenn Morris <rgm@gnu.org>
3383
3384 * rmail.texi (Out of Rmail): Mention b2m.pl.
3385
e1eabe41
GM
33862009-01-31 Glenn Morris <rgm@gnu.org>
3387
3388 * rmail.texi (Out of Rmail): Correct b2m location.
3389
dd05f9de
CY
33902009-01-27 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * fixit.texi (Undo): Update undo limit values.
3393
d74d846e
GM
33942009-01-27 Glenn Morris <rgm@gnu.org>
3395
3396 * emacs.texi (Top): Fix Antinews menu entry.
3397
49ffdce8
KB
33982009-01-25 Karl Berry <karl@gnu.org>
3399
3400 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3401 item with no marker, instead of the syntactically incorrect
3402 @itemize @asis.
3403
467e8d77
JL
34042009-01-25 Juri Linkov <juri@jurta.org>
3405
3406 * building.texi (Grep Searching): Fix index entry for lgrep.
3407
6c60bbdb
EZ
34082009-01-24 Eli Zaretskii <eliz@gnu.org>
3409
3410 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3411
9ce5a36f
AR
34122009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3413
3414 * macos.texi (Preferences Panel): Update description of font setting to
3415 reflect that prior frame selection is no longer needed.
3416
9aa5f2fb
NR
34172009-01-20 Nick Roberts <nickrob@snap.net.nz>
3418
3419 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3420 raise GUD subsections.
3421
3892ff9c
GM
34222009-01-15 Glenn Morris <rgm@gnu.org>
3423
3424 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3425
14731c8f
GM
34262009-01-10 Glenn Morris <rgm@gnu.org>
3427
3428 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3429
45c55e53
CY
34302009-01-04 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3433 logical lines.
3434
2e4667d1
JL
34352008-12-29 Juri Linkov <juri@jurta.org>
3436
3437 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3438
3439 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3440
2a3eac47
CY
34412008-12-28 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3444 goto-address-mode instead of goto-address.
3445
3da8da94
CY
3446 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3447 mode.
3448
2a3eac47
CY
3449 * emacs.texi (Top): Update node listing.
3450
057f6dd3
EZ
34512008-12-26 Eli Zaretskii <eliz@gnu.org>
3452
3453 * custom.texi (Directory Variables): Explain what is a "project".
3454 Add indexing. Improve wording. Add a footnote about using
3455 _dir-locals.el on MS-DOS.
3456
e6979067
DN
34572008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3458
3459 * files.texi (Misc File Ops): Mention chmod as an alias for
3460 set-file-modes.
3461
9de15963
MR
34622008-12-24 Martin Rudalics <rudalics@gmx.at>
3463
3464 * help.texi (Help): Fix typos and reword.
3465 (Help Summary): Add entries for C-h n and C-h r, reorder
3466 entries, and do some minor fixes.
3467 (Name Help): Say that C-h F works for commands only.
3468 (Misc Help): Say that view-lossage displays 300 keystrokes.
3469
236fd60d
GM
34702008-12-20 Glenn Morris <rgm@gnu.org>
3471
3472 * ack.texi (Acknowledgments): General update based on AUTHORS,
3473 including removal of some stuff no longer distributed.
3474
ed9265fc 34752008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3476
ed9265fc 3477 * fixit.texi: Mention hunspell.
349b3256 3478
e840fca5
GM
34792008-12-19 Glenn Morris <rgm@gnu.org>
3480
3481 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3482 Consolidate explanatory text at start.
e840fca5
GM
3483
3484 * display.texi (Text Display):
3485 * indent.texi (Indentation): Use @acronym with ASCII.
3486
9dfa7983
GM
34872008-12-18 Glenn Morris <rgm@gnu.org>
3488
3489 * ack.texi: Various small updates and fixes.
3490
97b3a00b
JL
34912008-12-18 Juri Linkov <juri@jurta.org>
3492
3493 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3494 as a key binding to start a forward nonincremental word search.
3495 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3496 a backward nonincremental word search. Add index for `M-s w'
3497 `isearch-forward-word'.
3498 (Regexp Search): Add a short summary of regexp key commands like
3499 in the node "Basic Isearch".
3500 (Other Repeating Search): Fix typo.
3501
35022008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3503
3504 * misc.texi (PostScript Variables): Fix doc.
3505
31ce6a07
CY
35062008-12-10 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * programs.texi (Program Modes): Mention Ruby mode.
3509
636b507b
DN
35102008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * misc.texi (emacsclient Options): Describe what an empty string
3513 argument does for --alternate-editor.
3514
a323fa14
CY
35152008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3516
3517 * cmdargs.texi (Font X): Distinguish between client-side and
3518 server-side fonts. List valid Fontconfig properties. Add reference to
3519 Fontconfig manual. List valid GTK font properties. Explain use of
3520 fc-list.
3521
c5ca6cd0
CY
35222008-12-09 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * cmdargs.texi (Font X): Move discussion of quoting to top.
3525
e5136377
GM
35262008-12-06 Glenn Morris <rgm@gnu.org>
3527
3528 * maintaining.texi (Old Revisions): Improve previous change.
3529
248c026b
RS
35302008-12-05 Richard M Stallman <rms@gnu.org>
3531
3532 * anti.texi (Antinews): Minor fixes.
3533
a9253a1e
GM
35342008-12-03 Glenn Morris <rgm@gnu.org>
3535
3536 * maintaining.texi (Old Revisions): Fix diff-switches description.
3537
fa687b02
MR
35382008-12-01 Martin Rudalics <rudalics@gmx.at>
3539
3540 * emacs.texi (Top): Fix typo.
3541
72e6decd
CY
35422008-11-30 Chong Yidong <cyd@stupidchicken.com>
3543
320ee034
CY
3544 * misc.texi (Document View): Explain dependence on gs at the top.
3545 Copyedits.
3546
3547 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3548
72e6decd
CY
3549 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3550 (Comment Commands): Discuss region-active behavior of M-; first.
3551
2a472ee4
MR
35522008-11-29 Martin Rudalics <rudalics@gmx.at>
3553
9c6361c9
MR
3554 * display.texi (Line Truncation): Add reference to Continuation
3555 Lines.
3556
2a472ee4
MR
3557 * windows.texi (Pop Up Window): Mention split-height-threshold
3558 and split-width-threshold.
9c6361c9 3559 (Split Window): Add reference to Continuation Lines.
2a472ee4 3560
e93bc142
AR
35612008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3562
3563 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3564 (GNUstep Support): New node.
3565 * anti.texi:
3566 * emacs.texi:
3567 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3568
43b978db
RS
35692008-11-28 Richard M Stallman <rms@gnu.org>
3570
3571 * misc.texi (Dissociated Press): Minor cleanups.
3572
3573 * dired.texi (Image-Dired): Avoid passive.
3574
e8e2bd93
EZ
35752008-11-28 Eli Zaretskii <eliz@gnu.org>
3576
3577 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3578 representation.
3579
8d2d45da
CY
35802008-11-26 Richard M. Stallman <rms@gnu.org>
3581
3582 * files.texi (Visiting): Rewrite paragraph for clarity.
3583
3584 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3585
a5f7bbcc
AM
35862008-11-25 Alan Mackenzie <acm@muc.de>
3587
3588 * programs.texi (Moving by Parens): Clarify that parens inside strings
3589 and comments are ignored, and that the commands assume the starting
3590 point isn't in a string or comment.
3591
a71703d3
AR
35922008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3593
3594 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3595 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3596 version.
3597 (Mac Customization): Rewrite Preferences Panel section and merge in to
3598 this node, add Open files by dragging to an Emacs window.
3599
3600 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3601
aa5ab79a
CY
36022008-11-26 Chong Yidong <cyd@stupidchicken.com>
3603
0cc92c19
CY
3604 * files.texi (Misc File Ops): Document set-file-modes.
3605
c366b4e4
CY
3606 * windows.texi (Split Window): Document integer values of
3607 truncate-partial-width-windows.
3608
aa5ab79a
CY
3609 * text.texi (Text): Simplify description of markup languages.
3610 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3611 (TeX Editing): Note that `""' inserts one `"' character.
3612 (HTML Mode): Note in the introduction that XML mode is an alias for
3613 SGML mode. Mention nXML mode.
3614
56221db7
CY
36152008-11-25 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * building.texi (Watch Expressions): Fix typo.
3618
90effe33
CY
36192008-11-24 Chong Yidong <cyd@stupidchicken.com>
3620
f90a5ae3
CY
3621 * files.texi (Visiting): Document new behavior of
3622 confirm-nonexistent-file-or-buffer.
3623
1c6c854e
CS
3624 * buffers.texi (Select Buffer):
3625 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3626
a18ffb4a
CY
3627 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3628 edit-picture.
3629
90effe33
CY
3630 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3631 edit-picture', since that is just an alias for picture-mode.
3632 (Sentences): Note that repeated M-@ extends the region.
3633 (Pages): Make terminology more consistent. Link to Regexps node.
3634 (Longlines): Discuss relationship with Visual Line mode.
3635 (Text Mode): Remove extraneous discussion of other modes, since they
3636 were already introduced in the parent node.
3637
e85103ec
CY
36382008-11-23 Chong Yidong <cyd@stupidchicken.com>
3639
5cb2fe30
CY
3640 * anti.texi (Antinews): Rewrite.
3641
1eb9b307 3642 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3643
3644 * frames.texi (Frame Commands): Mention "minimize" terminology.
3645
e85103ec
CY
3646 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3647 formats.
b908332f
CY
3648 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3649 (Misc X): Don't document useless -hb option.
e85103ec 3650
607f5f88
JL
36512008-11-22 Juri Linkov <juri@jurta.org>
3652
3653 * dired.texi (Dired Navigation): Change normal file name search option
3654 from `non-nil' to `t'. Add `dwim' option.
3655
e1b867a0
JL
36562008-11-22 Juri Linkov <juri@jurta.org>
3657
3658 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3659 ".dir-locals.el". Rename `define-project-bindings' to
3660 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3661 `dir-locals-set-directory-class'.
3662
dd186936
LK
36632008-11-22 Lute Kamstra <lute@gnu.org>
3664
3665 * buffers.texi (Select Buffer): Index goto-line.
3666 * basic.texi (Moving Point): Mention the use of a numeric prefix
3667 argument with goto-line and refer to Select Buffer for the use of a
3668 plain prefix argument.
3669
4b121911
GM
36702008-11-19 Glenn Morris <rgm@gnu.org>
3671
3672 * doclicense.texi: Update to FDL 1.3.
3673 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3674
27267e4c
CY
36752008-11-17 Chong Yidong <cyd@stupidchicken.com>
3676
696f351d
CY
3677 * custom.texi (Minor Modes): Define mode commands and mode variables
3678 more precisely. Recommend using mode commands instead of setting
3679 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3680 (Easy Customization): Use "init file" instead of .emacs.
3681 (Customization Groups): Update to new Custom buffer appearance.
3682 (Saving Customizations): Copyedits. Update example.
3683 (Variables): Give example of variable type-sensitivity.
3684 (Examining): Update example.
3685 (Hooks): Copyedits.
3686 (Specifying File Variables): Use C comments instead of an artificial
3687 Lisp for the example.
3688 (Keymaps): Move internals discussion to Prefix Keymaps.
3689 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3690 (Init Rebinding): Document kbd macro.
3691 (Init File): Link to Find Init.
696f351d
CY
3692
3693 * mark.texi (Using Region): Document Delete Selection Mode more
3694 thoroughly.
3695
3696 * frames.texi (Mouse Commands): Move most of the description of Delete
3697 Selection Mode to Using Region, and link to it.
1bc9c425 3698 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3699
b0570c25
CY
3700 * building.texi (Compilation): Document first-error value of
3701 compilation-scroll-output.
3702 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3703 works as soon as an error is available. Suggested by Juri Linkov.
3704
27267e4c
CY
3705 * mini.texi (Passwords): New node.
3706
3707 * files.texi (Remote Files): Link to Passwords node.
3708
3709 * emacs.texi (Top): Update node listings.
3710
122eb807
CY
37112008-11-16 Chong Yidong <cyd@stupidchicken.com>
3712
9c9855a3
CY
3713 * ack.texi (Acknowledgments): Some updating of credits.
3714
bd6fdcad
CY
3715 * emacs.texi (Acknowledgments): Add a couple more names.
3716
dd1eef46
CY
3717 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3718
122eb807 3719 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3720 (Misc File Ops): Document use of trash.
122eb807 3721
801a8da1
JB
37222008-11-16 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * macos.texi (Mac Customization): Fix typos.
3725
0b4f2253
CY
37262008-11-14 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3729 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3730 the conventions of the main Emacs manual.
3731
3732 * emacs.texi (Top): Update node listings.
3733
517e2b89
CY
37342008-11-12 Chong Yidong <cyd@stupidchicken.com>
3735
07a85685
CY
3736 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3737 command-line-args is processed during startup.
3738 (Action Arguments): Correctly describe how file arguments interact with
3739 the startup screen. Link to Lisp Interaction for scratch buffer.
3740 (Initial Options): Link to Command Example for -batch option.
3741 (Environment): Document initial-environment.
3742
517e2b89
CY
3743 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3744 can't be changed in the site-start file.
3745
6337bbde
CY
37462008-11-07 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * dired.texi (Dired): Mention C-x C-d too.
3749 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3750 (Dired Navigation): Explain dired-goto-file more clearly.
3751 Document dired-isearch-filenames.
6337bbde
CY
3752 (Dired Deletion): Remove unnecessary "expunged" terminology.
3753 (Flagging Many Files): & is now rebound to `% &'.
3754 (Shell Commands in Dired): Document dired-do-async-shell-command.
3755 Clarify how multi-file arguments are passed.
3756 (Misc Dired Features): Document dired-do-isearch.
3757
9e8eeff9
CY
37582008-11-06 Chong Yidong <cyd@stupidchicken.com>
3759
3760 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3761
e071f849
CY
37622008-11-03 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3765
05482eb1
CY
37662008-11-01 Chong Yidong <cyd@stupidchicken.com>
3767
e2346dea
CY
3768 * programs.texi (Program Modes): Link to Program Indent node.
3769 (Left Margin Paren): Explain consequences of changing
3770 open-paren-in-column-0-is-defun-start more concisely.
3771 (Which Function, Program Indent, Info Lookup): Minor edits.
3772 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3773 (Multi-line Indent): If region is active, TAB indents the region.
3774 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3775 (Matching): The delimiter at the cursor is highlighted---the character
3776 changes color.
3777 (Symbol Completion): Link to Completion node.
3778
e4b6428c
CY
3779 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3780 a strictly text-only system.
3781
05482eb1
CY
3782 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3783 batch mode.
3784
a11d3737
RS
37852008-11-01 Richard M. Stallman <rms@gnu.org>
3786
5abad626
RS
3787 * misc.texi (Document View): Major rewrite.
3788
a11d3737
RS
3789 * maintaining.texi (Types of Log File): Change logs are older than
3790 version control.
3791 (VCS Concepts): Simplify and rearrange.
3792 (Version Control Systems): Make it clear that Linux is only the kernel.
3793 (VC Mode Line): Shorten reference to menu item.
3794 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3795 (VC Directory Mode): Minor cleanup.
3796 Unchanged files are hidden, not omitted.
3797 (VC Directory Commands): Shorten and simplify.
3798 (Change Log Commands): New node, split from Change Logs.
3799 (VC Directory Buffer): New node, split from VC Directory Mode.
3800
c55a4acb
CY
38012008-10-31 Chong Yidong <cyd@stupidchicken.com>
3802
1c6c854e 3803 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3804 from files.texi.
3805
1c6c854e
CS
3806 * files.texi (Version Control): Move to maintaining.texi.
3807 Subnodes moved as well.
3808 (Document Files): Move to misc.texi.
df0356f6 3809
c55a4acb
CY
3810 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3811 vc-update-change-log.
df0356f6
CY
3812 (Version Control): Move here from files.texi.
3813 (Format of ChangeLog): Make it a subnode of Change Log.
3814
3815 * emacs.texi (Top): Update node listing.
c55a4acb 3816
ef082374
TH
38172008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3818
3819 * files.texi (Files): Add a section about document
3820 files (doc-view-mode).
3821
d52582c3
CY
38222008-10-31 Chong Yidong <cyd@stupidchicken.com>
3823
1c6c854e
CS
3824 * building.texi (Compilation Mode):
3825 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3826 (Debuggers): Lower GUD subsections to subsubsections.
3827 (Starting GUD): Add cindex.
3828 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3829
4e0a0968
CY
38302008-10-30 Chong Yidong <cyd@stupidchicken.com>
3831
03625b47
CY
3832 * indent.texi (Indentation): Link to Program Indent.
3833
4e0a0968
CY
3834 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3835 now uses emacsclient's terminal.
3836
8bd3f7ef
CY
38372008-10-29 Chong Yidong <cyd@stupidchicken.com>
3838
80e5620e
CY
3839 * mark.texi (Using Region): Document use-empty-active-region.
3840
97d5c404
CY
3841 * emacs.texi (Top): Update node listings.
3842
1c6c854e
CS
3843 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3844 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3845 (Invoking emacsclient): Rewrite, moving optional arguments to
3846 emacsclient Options.
21d2bae3
CY
3847 (emacsclient Options): New node. Document server-use-tcp and
3848 server-host.
8bd3f7ef 3849
5fda2cbd
CY
38502008-10-28 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * indent.texi (Indentation): Replace list with paragraphed text,
3853 putting description of syntax-driven indentation first. Document new
3854 effect of active regions on tab.
3855 (Tab Stops): Note that editable tab stops affect indentation commands.
3856
4ff029f6
DN
38572008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3858
3859 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3860
996cd6e4
CY
38612008-10-23 Chong Yidong <cyd@stupidchicken.com>
3862
f28815e3
CY
3863 * custom.texi (Function Keys): Note that modified keypad keys are not
3864 translated.
3865
996cd6e4
CY
3866 * basic.texi (Arguments): Explain how to insert multiple digits.
3867
49545fe2
MA
38682008-10-22 Michael Albinus <michael.albinus@gmx.de>
3869
3870 * files.texi (Remote Files): Precise selection of default method.
3871 Rewrite paragraph about disabling remote file names.
3872
edac0b53
CY
38732008-10-22 Chong Yidong <cyd@stupidchicken.com>
3874
e752c544
CY
3875 * search.texi (Special Isearch): Document M-TAB is isearch.
3876
edac0b53
CY
3877 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3878 command.
3879
3880 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3881
20a36054
TH
38822008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3883
1c6c854e 3884 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3885 section.
3886
69051ab6
CY
38872008-10-21 Chong Yidong <cyd@stupidchicken.com>
3888
c4b1a32a
CY
3889 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3890 to files.texi. Move contents of vc2-xtra.texi here.
3891
3892 * vc2-xtra.texi: File removed.
3893
3894 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3895 Directory Commands from the submenu. Don't include deleted file
3896 vc2-xtra.texi.
3897
3898 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3899 (Version Control): Add VC Directory Mode and VC Directory Commands to
3900 the submenu.
3901 (Why Version Control?): Use table format.
3902 (Version Control Systems): Note that Meta-CVS support is gone.
3903 (VCS Concepts): Note precisely when VC started supporting filesets.
3904 Remove bogus xref to CVS Options node.
3905 (Types of Log File): Copyedits.
3906 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3907 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3908 The Right Thing.
3909 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3910 (Log Buffer): Reorganize node, putting C-c C-c description first.
3911 (Old Revisions): Use CVS for example, not RCS.
3912 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3913 Commands from the submenu, putting them under Version Control.
3914 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3915 need to include it in the manual unconditionally, since it is now
3916 crucial to using distributed version control systems.
1a6e2954
CY
3917 (Comparing Files): Note that diff uses the minibuffer, and that the
3918 output is shown using Diff mode.
1c6c854e
CS
3919 (Diff Mode): Explain what "patch" and "hunk" mean.
3920 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3921 diff-show-trailing-whitespaces.
1a6e2954 3922 (File Archives): Add rar support.
c4b1a32a 3923
69051ab6
CY
3924 * major.texi (Choosing Modes): Make mode selection sequence more
3925 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3926 magic-mode-alist is nil by default.
3927 Document magic-fallback-mode-alist.
69051ab6 3928
e7421e03
CY
39292008-10-20 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * frames.texi (Mouse References): Copyedits.
3932
6b2efdc2
TH
39332008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3934
3935 * ack.texi (Acknowledgments): Add myself as doc-view author.
3936
9c5e9396
EZ
39372008-10-20 Eli Zaretskii <eliz@gnu.org>
3938
3939 * frames.texi (Dialog Boxes): Add @cindex entries.
3940
dac94f8e
CY
39412008-10-20 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3944 (Text-Only Mouse): Copyedit.
3945
25597d40
CY
39462008-10-19 Chong Yidong <cyd@stupidchicken.com>
3947
f8a447f6
CY
3948 * frames.texi: Use @key throughout for mouse clicks.
3949 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3950 (Secondary Selection): Fix modified mouse click syntax.
3951 (Clipboard): Describe Cut, Copy and Paste commands.
3952 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3953 Copyedits.
3954 (Creating Frames): Add xref to Init File.
3955 (Frame Commands): Add xref to Exiting.
3956 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3957
b0f95216
CY
39582008-10-15 Chong Yidong <cyd@stupidchicken.com>
3959
b0817f00
CY
3960 * files.texi (Version Control): Copyedits. Add Bazaar.
3961 (Version Control Systems): List different VCS's using an itemized list.
3962 Add Bazaar.
3963 (VCS Concepts): Copyedits. Tweak description of file merging.
3964
b0f95216
CY
3965 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3966 (Cut/Paste Other App): Document select-active-regions and
3967 x-select-enable-primary.
3968
69d0d701
CY
39692008-10-13 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * mark.texi (Shift Selection): Correct case in node name.
3972
3973 * emacs.texi (Top): Update node order in Mark chapter.
3974
375e8351
EZ
39752008-10-12 Eli Zaretskii <eliz@gnu.org>
3976
3977 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3978
3979 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3980 elsewhere in the manual instead of describing yet again the intricacies
3981 of $HOME on MS-Windows and MS-DOS.
3982
ab58114f
CY
39832008-10-12 Chong Yidong <cyd@stupidchicken.com>
3984
4f959513 3985 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3986 (Minibuffer File): Add discussion of `~' in file names.
3987 Add insert-default-directory index reference.
4f959513 3988
ab58114f
CY
3989 * files.texi (File Names): Reorganize description.
3990 (Visiting): Add xref to Mode Line. Copyedits.
3991 (Save Commands): Mention prefix behavior of C-x C-s.
3992 (Numbered Backups): Node deleted.
3993 (Backup Names): Contents of Numbered Backups moved here. State default
3994 of version-control variable.
3995 (Reverting): Copyedits.
3996 (Version Control): Add additional version control systems.
3997
3998 * emacs.texi (Top): Delete Numbered Backups node.
3999
4000 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4001 Backup Names.
f2884f63 4002 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4003
b0b5100a
RF
40042008-10-11 Romain Francoise <romain@orebokech.com>
4005
4006 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4007
89774b5f
CY
40082008-10-11 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4011 (Select Buffer): Mention use of minibuffer history. Describe default
4012 value of default-major-mode. Mention that C-x 4 b selects the other
4013 window.
4014 (List Buffers): Document CRM indicators in the order they appear.
4015 (Kill Buffer): Document new command kill-matching buffers.
4016 (Several Buffers): Move explanation of the relationship between buffer
4017 list and buffer menu to the top.
4018 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4019
4c72bf27
CY
40202008-10-10 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * entering.texi (Exiting): Document change of C-x C-c to
4023 save-buffers-kill-terminal. Document kill-emacs.
4024
f68eb991
EZ
40252008-09-30 Eli Zaretskii <eliz@gnu.org>
4026
4027 * mule.texi (Coding Systems): Don't mention codepage-setup.
4028
4029 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4030 cpNNN coding systems anymore.
4031 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4032 for unibyte mode. Don't mention line-drawing characters.
4033 Don't mention dos-unsupported-char-glyph.
f68eb991 4034
1a2dd44d
CY
40352008-09-25 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * search.texi (Search): Shorten introduction.
4038 (Basic Isearch): Add command table. Discuss reverse isearch and
4039 isearch highlighting.
4040 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4041 ring to cindex.
4042 (Special Isearch): Move input methods discussion here.
4043 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4044 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4045 Repeat Isearch.
4046 (Isearch Minibuffer): New node.
4047 (Word Search): Document new word search commands.
4048 (Regexp Example): Simplify example using sentence-end-base variable.
4049 (Replace): Reword introduction.
4050 (Unconditional Replace): Remove unnecessary example.
4051 (Other Repeating Search): Document new `M-s o' binding.
4052
4053 * emacs.texi (Top): Update node listings.
4054
e45da31d
JB
40552008-09-22 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * emacs.texi (Top): Remove Kill Errors from menu.
4058
841c8096
CY
40592008-09-22 Chong Yidong <cyd@stupidchicken.com>
4060
402168fa
CY
4061 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4062 interface for defining macros. Simplify examples. Note that C-g quits
4063 macro definitions.
1c6c854e
CS
4064 (Keyboard Macro Counter): Document using F3 to insert counter.
4065 Give usage example.
402168fa
CY
4066 (Keyboard Macro Query): Organize query responses in a table.
4067
1c6c854e
CS
4068 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4069 Link to Erasing node.
841c8096
CY
4070 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4071 rationale to a footnote.
4072 (Kill Errors): Remove node, due to redundancy with Erasing.
4073 (Spelling): Move discussion of flyspell to end. Note new behavior of
4074 M-$ in active region. Remove non-ispell-specific keybindings from
4075 table.
4076
eab2ee89
DN
40772008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4078
4079 * cmdargs.texi (Initial Options): Document --daemon.
4080
3d53e905
GM
40812008-09-20 Glenn Morris <rgm@gnu.org>
4082
4083 * files.texi (Numbered Backups): Mention that some modes set
4084 version-control.
4085
1c90484d
GM
40862008-09-20 Jim Blandy <jimb@red-bean.com>
4087
4088 * files.texi (Numbered Backups): Reference File Variables, as well.
4089 Remove discussion of Rmail's implementation.
4090
0fc0d844
CY
40912008-09-06 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * misc.texi (Recursive Edit): Note that top-level exits active
4094 minibuffers.
4095
4096 * trouble.texi (Quitting): Likewise.
4097
b18d283d
CY
40982008-08-31 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * emacs.texi (Top): Add Temporary Face Changes xref.
4101
4102 * display.texi (Display): Move Temporary Face Changes node to just
4103 after Standard Faces.
4104 (Scrolling): Document recenter-top-bottom instead of recenter.
4105 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4106 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4107 (Display Custom): Copyedits.
4108 (Optional Mode Line): Document display-battery-mode.
4109
180135fc
RF
41102008-08-27 Romain Francoise <romain@orebokech.com>
4111
4112 * custom.texi (Directory Variables): Minor fix.
4113
d3fe3475
GM
41142008-08-27 Glenn Morris <rgm@gnu.org>
4115
4116 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4117 descriptions.
4118 (Calendar Customizing): Tweak layout description.
183080b6 4119 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4120 markers. Condense calendar-star-date and calendar-mark-today
4121 description.
4122 (Holiday Customizing): Add oriental and solar holidays.
4123 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4124 Fix holiday-float description. Use zerop in examples. Be less verbose.
4125 (Date Display Format): Change ISO format. Be less verbose.
4126 (Diary Customizing): Mention day and month abbrev arrays.
4127 Mention the date-form variables by name. Update European example.
4128 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4129 Condense examples. Mention diary-entry-symbols by name.
4130 Condense table for insertion commands.
4131 (Fancy Diary Display): Mention diary-include-string and
4132 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4133 Ethiopic, Persian date functions. Condense descriptions.
4134
4135 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4136 (Adding to Diary): Adapt for changed node name.
4137
71755807
GM
41382008-08-26 Glenn Morris <rgm@gnu.org>
4139
4140 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4141 node "Hebrew/Islamic Entries".
4142
4143 * calendar.texi (Specified Dates): Fix names of iso functions.
4144 (General Calendar): There may not be another window.
4145 (Writing Calendar Files, Holidays): Tweak intro.
4146 (Holidays): Mention Baha'i and Chinese holidays.
4147 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4148 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4149 (To Other Calendar): Add calendar-print-other-dates.
4150 Refer to "graphic display" rather than "X.
4151 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4152 (Displaying the Diary): Fix whitespace after reference.
4153 Fix `diary-number-of-entries' reference.
4154 (Date Formats): Explicitly mention that day names can be abbreviated.
4155 (Adding to Diary): Add some references to other sections.
4156 (Special Diary Entries): Fix reference.
4157 (Appointments): Simplify appt-message-warning-time entry.
4158 Clarify where times must be.
4159 (Importing Diary): Comment out icalendar paragraph that does not apply.
4160 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4161
d76ebc75
GM
41622008-08-23 Glenn Morris <rgm@gnu.org>
4163
4164 * fortran-xtra.texi (Fortran): Change description of free form and
4165 fixed form a bit. Mention hideshow and imenu.
4166 (Fortran Motion): Mention fortran-end-of-subprogram,
4167 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4168 (Fortran Indent): Minor re-word.
4169 (ForIndent Commands): Mention fortran-fill-paragraph and
4170 fortran-fill-statement.
4171 (ForIndent Cont): Mention fortran-tab-mode-string.
4172 (Fortran Comments): Mention fortran-comment-line-start-skip.
4173 (Fortran Columns): Mention font-locking.
4174 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4175
1fc0ce04 41762008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4177
4178 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4179
5c52e13c
CY
41802008-08-22 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * mini.texi (Minibuffer): Simplify introduction.
4183 (Minibuffer File): Document tilde in minibuffer filenames.
4184 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4185 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4186 (Completion Example): Update example to current command list.
4187 (Completion Options): Document `lazy' value of completion-auto-help.
4188 Update contents of completion-ignored-extensions.
4189 (Minibuffer History): Describe "future history" list. State default
4190 value of history-delete-duplicates.
4191
77a00355
GM
41922008-08-21 Glenn Morris <rgm@gnu.org>
4193
4194 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4195 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4196
39ee1d04
CY
41972008-08-17 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * regs.texi (Registers): Clarify valid register names.
4200 (RegPos): Note that buffer is saved and restored too.
4201 (RegText): Note that mark is reactivated/deactivated.
4202 (RegConfig): Xref to Windows node.
4203
b12c348f
CY
42042008-08-16 Chong Yidong <cyd@stupidchicken.com>
4205
3ae7ba79
CY
4206 * basic.texi (Inserting Text): Provide command name for C-q.
4207
b12c348f
CY
4208 * killing.texi (Killing): Copyedit. Define read-only text.
4209 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4210 (Killing by Lines): Copyedit.
4211 (Other Kill Commands): Move M-w description here.
4212 (Yanking): Move M-w to Other Kill Commands.
4213 (Kill Ring): Also mention saving text in registers. Link to Text
4214 Properties in elisp manual.
4215 (Accumulating Text): Copyedit.
4216 (CUA Bindings): Shift selection is now the default.
4217
d8ff7692
TZ
42182008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4219
4220 * maintaining.texi (Change Log): Mention next-error is available.
4221
a43a8a2e
GM
42222008-08-10 Glenn Morris <rgm@gnu.org>
4223
4224 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4225 and intermonth text.
4226 (Holiday Customizing): Add holiday-chinese.
4227
eba27308
EZ
42282008-08-08 Eli Zaretskii <eliz@gnu.org>
4229
4230 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4231
5f14a5b3
DN
42322008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4233
4234 * files.texi (Log Buffer): Describe C-c C-d.
4235 (Diff Mode): Describe C-x 4 A.
4236
49989bff
EZ
42372008-08-06 Eli Zaretskii <eliz@gnu.org>
4238
4239 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4240
5c915c02
DN
42412008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4242
2beaf97a
DN
4243 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4244 describe the new bindings to show the changeset diff, toggle annotation
4245 visibility, show revisions.
4246 (VC Status): Describe key bindings for modifying the change comments,
4247 displaying changeset diffs and annotations.
4248
5c915c02
DN
4249 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4250
71798ace
NR
42512008-08-05 Nick Roberts <nickrob@snap.net.nz>
4252
4253 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4254
b8949644
EZ
42552008-08-02 Eli Zaretskii <eliz@gnu.org>
4256
4257 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4258 and wording.
4259
819567d1
DN
42602008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4263 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4264 commands. Improve some old info.
4265
5f38310a
CY
42662008-07-31 Chong Yidong <cyd@stupidchicken.com>
4267
0dc3906b
CY
4268 * display.texi (Visual Line Mode): New node.
4269
5f38310a 4270 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4271 (Moving Point): Add additional alternative key bindings.
4272 Describe line-move-visual.
5f38310a
CY
4273 (Erasing): Describe DEL.
4274 (Basic Undo, Blank Lines, Arguments): Copyedit.
4275 (Continuation Lines): Mention Visual Line mode.
4276 (Position Info): Move extended discussion to mule.texi.
4277
4278 * mule.texi (International Chars): Describe C-x =.
4279
4280 * emacs.texi (Top): Add Visual Line Mode node.
4281
7c2fb837
DN
42822008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 * emacs.texi: Remove VMS support.
4285
3f6b73ef
DN
42862008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4287
4288 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4289 the vc-dir command name.
4290
9e2a2647
DN
42912008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * xresources.texi: Remove mentions of Mac Carbon.
4294
568beaa2
AS
42952008-07-19 Andreas Schwab <schwab@suse.de>
4296
4297 * ns-emacs.texi: Move to ../misc.
4298
0ef94706
CY
42992008-07-15 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * entering.texi (Exiting): Don't describe text-only terminals as the
4302 default. Describe the new startup screen.
4303 (Exiting): Describe how to kill Emacs first. Change description of
4304 iconification to handle modern window systems.
4305
ba60bd44 43062008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4307
4308 * ns-emacs.texi: New file, documents features of Emacs port under
4309 NeXTstep windowing.
4310
9f30aa73
CY
43112008-07-15 Chong Yidong <cyd@stupidchicken.com>
4312
938a5d2e
CY
4313 * entering.texi (Entering Emacs): Update prev node.
4314
4315 * glossary.texi (Glossary): Remove xref to Text Characters.
4316
9f30aa73
CY
4317 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4318 directly, rather than in the context of ASCII. Move description of
4319 special properties of modifier key to new Modifier Keys node.
4320 (Keys): Copyedit.
4321 (Text Characters): Delete node. Multibyte is the default nowadays, and
4322 the node contents are obsolete.
4323
4324 * custom.texi (Modifier Keys): New node.
4325
4326 * emacs.texi (Top): Update node list.
4327
7e53d36c
CY
43282008-07-13 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4331 saying that Emacs provides menus and mouse support (which is par for
4332 the course).
4333
4334 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4335 early on.
4336 (Point): Copyedit. Relegate historical trivia to a footnote.
4337 (Mode Line): Explain mode-line format more consistently.
4338 (Menu Bar): Copyedit.
4339
1e9fa96d
GM
43402008-06-27 Glenn Morris <rgm@gnu.org>
4341
4342 * cal-xtra.texi (Sexp Diary Entries):
4343 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4344
dc9bebb8
CY
43452008-06-26 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * mark.texi (Shift selection): New node.
4348 (Mark): Copyedits.
4349 (Persistent Mark): Move to the end of the chapter.
4350
e7881076
EZ
43512008-06-20 Eli Zaretskii <eliz@gnu.org>
4352
4353 * makefile.w32-in (distclean): Remove makefile.
4354
f427400c
NR
43552008-06-17 Nick Roberts <nickrob@snap.net.nz>
4356
4357 * building.texi (Starting GUD): Add an entry for gud-gdb.
4358 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4359 command mode.
4360
b597d348
GM
43612008-06-17 Glenn Morris <rgm@gnu.org>
4362
4363 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4364
647b7094
NR
43652008-06-17 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * building.texi (Starting GUD): Expand on remote debugging.
4368 (Other GDB-UI Buffers): Mention new keyboard bindings.
4369
47a30023
GM
43702008-06-15 Glenn Morris <rgm@gnu.org>
4371
4372 * gnu.texi: Use a verbatim license for this invariant section,
4373 as per etc/GNU.
4374
37e5d54a
GM
43752008-06-13 Daniel Engeler <engeler@gmail.com>
4376
4377 * emacs.texi, misc.texi: Add documentation about serial port access.
4378
8e65d46c
GM
43792008-06-13 Glenn Morris <rgm@gnu.org>
4380
c1473b4c
MB
4381 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4382 maintain.info.
8e65d46c 4383
e40a85cd
MB
43842008-06-05 Miles Bader <miles@gnu.org>
4385
4386 * display.texi (Temporary Face Changes): Update to reflect function
4387 renamings in face-remap.el.
4388
56c73dec
MB
43892008-06-04 Miles Bader <miles@gnu.org>
4390
1c6c854e
CS
4391 * display.texi (Temporary Face Changes):
4392 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4393 `increase-buffer-face-height' and `decrease-default-face-height' now
4394 that they aren't bound by default.
4395
9d3d42fb
MB
43962008-06-03 Miles Bader <miles@gnu.org>
4397
4398 * display.texi (Temporary Face Changes): New node.
4399
2be6bfe2
EZ
44002008-05-31 Eli Zaretskii <eliz@gnu.org>
4401
4402 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4403
daf7e339
GM
44042008-05-31 Glenn Morris <rgm@gnu.org>
4405
4406 * cal-xtra.texi (Fancy Diary Display): Simplify.
4407
d21d2618
GM
44082008-05-30 Glenn Morris <rgm@gnu.org>
4409
4410 * cal-xtra.texi (Fancy Diary Display): Update for
4411 diary-display-function replacing diary-display-hook.
4412
71ce5fd0
JB
44132008-05-29 Drew Adams <drew.adams@oracle.com>
4414
4415 * msdog.texi (Windows Keyboard): Add descriptions of
4416 w32-register-hot-key and w32-unregister-hot-key.
4417
a3cdbdf8
MO
44182008-05-21 Tom Tromey <tromey@redhat.com>
4419
4420 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4421 Variables node.
4422
854a574c
MO
44232008-05-19 Tom Tromey <tromey@redhat.com>
4424
4425 * custom.texi (Variables): Add Directory Variables to menu.
4426 (Directory Variables): New node.
4427
7c2ec3f9
ER
44282008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4429
71ce5fd0 4430 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4431
370fded4
ER
44322008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4433
4434 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4435 Revision Tags and rewritten. Section now uses modern terminology,
4436 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4437 accurately.
4438
6af511e3
EZ
44392008-05-10 Eli Zaretskii <eliz@gnu.org>
4440
4441 * msdog.texi (Windows Files): Update documentation of
4442 w32-get-true-file-attributes.
4443
7a78b6e7
ER
44442008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4445
4446 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4447 directory mode.
4448
1bcfc24e
CY
44492008-05-08 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4452 entry "television".
1bcfc24e 4453
db86064f
ER
44542008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4455
ab5ec32c 4456 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4457
a31b405e
ER
44582008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4459
4460 * emacs/buffers.texi, emacs/files.texi (Version-control):
4461 vc-toggle-read-only is no longer a good idea...
4462
ff2c14fc
GM
44632008-04-29 Glenn Morris <rgm@gnu.org>
4464
4465 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4466
367c9b7c
JL
44672008-04-22 Juri Linkov <juri@jurta.org>
4468
4469 * dired.texi (Subdirectories in Dired): Describe using `^'
4470 to return to the parent directory.
4471
4ac1e9b4
NR
44722008-04-22 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4475 recent changes.
4476
b9b3bf2b
NR
44772008-04-19 Nick Roberts <nickrob@snap.net.nz>
4478
4479 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4480 (Other GDB-UI Buffers): Update for recent thread related changes.
4481
4d120d6a
SM
44822008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4483
4484 * maintaining.texi (Maintaining):
4485 * emacs.texi (Top): Typo.
4486
a152877d
SM
44872008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4488
b9b3bf2b
NR
4489 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4490 arg in `font-lock-add-keywords'.
a152877d 4491
36c0514c
GM
44922008-04-08 Glenn Morris <rgm@gnu.org>
4493
4494 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4495 Also add Baha'i calendar references where appropriate.
4496
06a97d46
GM
44972008-04-05 Glenn Morris <rgm@gnu.org>
4498
4499 * custom.texi (Init File): Byte-compiling .emacs is bad.
4500
6adc6eed
SM
45012008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4504
571388b0
GM
45052008-03-29 Glenn Morris <rgm@gnu.org>
4506
4507 * calendar.texi: Update for `calendar-date-style' replacing
4508 `european-calendar'.
4509
3ae8f876
JR
45102008-03-28 Jason Rumney <jasonr@gnu.org>
4511
4512 * display.texi (Display Custom): Mention overlay-margin in text.
4513
5bc6ddff 45142008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4515
5bc6ddff
MB
4516 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4517 tutorial' comments.
03a864d5 4518
7186a830
CY
45192008-03-28 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * mark.texi (Mark): Rearrange nodes.
4522 (Persistent Mark): Rename from Transient Mark.
4523 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4524 Describe Transient Mark mode as the default.
4525
4526 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4527 the default behavior with Transient Mark mode off.
4528 (Position Info): Fix typo.
4529
71ce5fd0
JB
4530 * display.texi (Standard Faces): Reference the Mark node.
4531 Remove discussion of the region face, which is discussed there.
7186a830
CY
4532
4533 * emacs.texi (Top): Update node listings.
4534
4535 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4536 as the default.
4537
4538 * fixit.texi (Undo): Standardize choice of undo key sequence.
4539 (Undo, Spelling): Describe Transient Mark mode as the default.
4540
4541 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4542 default.
4543
4544 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4545
4546 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4547 mode is the default, and note that the mark is not activated when set.
4548
4549 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4550 Describe Transient Mark mode as the default.
4551
4552 * search.texi (Basic Isearch): Reference the Mark Ring node.
4553 (Replace, Unconditional Replace, Other Repeating Search):
4554 Describe Transient Mark mode as the default.
4555
1c6c854e
CS
4556 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4557 Describe Transient Mark mode as the default.
7186a830
CY
4558 (Paragraphs): Describe how M-h behaves when region is active.
4559
4560 * trouble.texi (Quitting): Clarify effects of C-g.
4561
dc47d1ff
GM
45622008-03-13 Glenn Morris <rgm@gnu.org>
4563
4564 * emacs.texi (EMACSVER): Set to 23.0.60.
4565
e3e0fb39 45662008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4567
e3e0fb39
GM
4568 * dired.texi (Hiding Subdirectories): Fix previous change.
4569
45702008-03-05 Drew Adams <drew.adams@oracle.com>
4571
4572 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4573
5e14abf8
KS
45742008-02-28 Kim F. Storm <storm@cua.dk>
4575
4576 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4577 Move describe-distribution to C-h C-o.
4578 Move view-emacs-problems to C-h C-p.
4579 Add view-emacs-debugging on C-h C-d.
4580 Add view-external-packages on C-h C-e.
d0207bf3 4581 Add view-order-manuals on C-h C-m.
5e14abf8 4582
d0207bf3 45832008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4584
4585 * msdog-xtra.texi (MS-DOS): Docstring fix.
4586
87e391bb
EZ
45872008-02-09 Eli Zaretskii <eliz@gnu.org>
4588
4589 * msdog.texi (Windows Fonts): Use a @table for describing font
4590 properties.
4591
5662e503
JR
45922008-02-07 Jason Rumney <jasonr@gnu.org>
4593
4594 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4595 value has changed.
4596 (Windows HOME): Clarify what is meant by "if that fails as well".
4597 (Windows Fonts): New section.
4598
72463824
GM
45992008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4600
4601 * basic.texi (Basic Undo): Remove duplicate "you can".
4602
7ff926e0
EZ
46032008-02-02 Eli Zaretskii <eliz@gnu.org>
4604
4605 * maintaining.texi (Tags): Fix last change.
4606
6ab7aef1
MA
46072008-02-02 Michael Albinus <michael.albinus@gmx.de>
4608
093571c3 4609 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4610
ace67e7e
NR
46112008-01-31 Nick Roberts <nickrob@snap.net.nz>
4612
4613 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4614
ae068fdf
RS
46152008-01-26 Richard Stallman <rms@gnu.org>
4616
4617 * maintaining.texi (Tags): Delete redundant index entry.
4618
a56d9a08
EZ
46192008-01-26 Eli Zaretskii <eliz@gnu.org>
4620
4621 * programs.texi (Imenu): Move "@cindex tags" from here...
4622 * maintaining.texi (Tags): ...to here.
4623
e941ed90
NR
46242008-01-23 Kevin Ryde <user42@zip.com.au>
4625
4626 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4627 click count.
4628
650276d5
JB
46292008-01-21 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * entering.texi (Exiting): Fix typo.
4632 Reported by D. E. Evans <sinuhe@gnu.org>.
4633
8dc17977
MR
46342007-12-31 Martin Rudalics <rudalics@gmx.at>
4635
4636 * glossary.texi (Glossary): Fix typo.
4637
9f9695a6
RS
46382007-12-27 Richard Stallman <rms@gnu.org>
4639
4640 * text.texi (Formatted Text): Improve menu tag.
4641 (Editing Format Info): In Info, add duplicate menu of nodes
4642 about the submenus.
4643 (Format Faces): Say where Faces menu is found. Mention Other.
4644 (Format Colors): Say where these submenus are found.
4645 (Format Indentation, Format Justification): Likewise.
4646 (Format Properties): Likewise.
4647
abfd0191
RS
46482007-12-22 Richard Stallman <rms@gnu.org>
4649
4650 * search.texi (Query Replace): Make exp of query-replace more
4651 self-contained, and clarify.
8dc17977 4652
abfd0191
RS
4653 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4654
a2586785
RS
46552007-12-15 Richard Stallman <rms@gnu.org>
4656
4657 * files.texi (Auto Save): Clarify definition of auto-saving.
4658
a67cf2bb
RS
46592007-11-26 Richard Stallman <rms@gnu.org>
4660
4661 * help.texi (Help Echo): Cleanups.
4662
448b33b1
TTN
46632007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4664
4665 * files.texi (Why Version Control?): Fix typo.
4666 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4667 (Selecting a Fileset): Fix typos; small rewording.
4668 (Log Buffer): Likewise.
4669 (Old Revisions): Likewise.
448b33b1 4670
221bb7f6
EZ
46712007-11-17 Eli Zaretskii <eliz@gnu.org>
4672
4673 * mule.texi (Communication Coding): Fix wording of last change.
4674
d0207bf3 46752007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4676
630cb3b7
JB
4677 * custom.texi (Specifying File Variables):
4678 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4679
53b7759e
KH
46802007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4681
a5ab2e0c 4682 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4683
4684 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4685
c8763fb6 46862007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4687
630cb3b7 4688 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4689 --output=file.
4690
ff98e024
MR
46912007-11-13 Martin Rudalics <rudalics@gmx.at>
4692
4693 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4694 (Help Echo): Avoid mentioning the term "region" here and
4695 consistently use the term "active text".
4696
37b11c22
GM
46972007-11-11 Glenn Morris <rgm@gnu.org>
4698
4699 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4700
21d50ba1
JL
47012007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4702
1c6c854e
CS
4703 * search.texi (Query Replace):
4704 Mention `query-replace-show-replacement'.
21d50ba1 4705
c12ecb0a 47062007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4707
4708 * building.texi (Watch Expressions): Remove obscure sentence.
4709
3b4201f4
KH
47102007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4711
4712 * mule.texi (Select Input Method): Describe how to activate an input
4713 method in the text mode.
4714
07e5c0b0
DN
47152007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4716
4717 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4718
52dd7391
NR
47192007-10-30 Nick Roberts <nickrob@snap.net.nz>
4720
4721 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4722
c004e539
GM
47232007-10-30 Glenn Morris <rgm@gnu.org>
4724
4725 * misc.texi (Directory Tracking): Explain a bit more about
4726 dirtrack-mode.
4727
ca8c5b8c
GM
47282007-10-25 Glenn Morris <rgm@gnu.org>
4729
4730 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4731
b6c764ef
RS
47322007-10-24 Richard Stallman <rms@gnu.org>
4733
4734 * misc.texi (Interactive Shell): Cleanup last change.
4735
eabd84c9
JL
47362007-10-22 Juri Linkov <juri@jurta.org>
4737
4738 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4739 default values.
4740
0b43c7e2
ER
47412007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4742
ca8c5b8c 4743 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4744 'filesets'.
4745
a80859d4
MR
47462007-10-18 Martin Rudalics <rudalics@gmx.at>
4747
4748 * trouble.texi (Quitting): Fix typo.
4749
c9447ae1
GM
47502007-10-18 Glenn Morris <rgm@gnu.org>
4751
4752 * frames.texi (Mode Line Mouse): Mention minor mode names.
4753
168b980f
JL
47542007-10-17 Juri Linkov <juri@jurta.org>
4755
4756 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4757 fill-paragraph operates on the active region in Transient Mark mode.
4758 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4759 with fill-paragraph.
4760
4761 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4762 fill-paragraph.
4763
4764 * fixit.texi (Spelling): ispell-word operates on the active region
4765 in Transient Mark mode.
4766
5a331f34
JB
47672007-10-17 Aaron S. Hawley <aaronh@garden.org>
4768
4769 * building.texi (Source Buffers):
4770 * custom.texi (Init Non-ASCII):
4771 * glossary.texi (Glossary): Use "key binding" consistently.
4772
2a9f4d55
JB
47732007-10-17 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * calendar.texi (Diary): Fix directive.
4776
de13cecf
RS
47772007-10-16 Richard Stallman <rms@gnu.org>
4778
4779 * calendar.texi (Diary): Clarify text about diary file example.
4780
5f90d53e
ER
47812007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4782
4783 * files.texi: Capitalize node names according to convention.
4784
3aa491bc
GM
47852007-10-13 Glenn Morris <rgm@gnu.org>
4786
4787 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4788
8a3106d3
ER
47892007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4790
4791 * emacs.texi:
4792 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4793 suggested by RMS and Robert J. Chassell.
8a3106d3 4794
da1080a2
ER
47952007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4796
3aa491bc 4797 * files.texi (Version Systems):
0870a421
ER
4798 * vc-xtra.texi:
4799 * vc1-xtra.texi:
ac3f4c6f 4800 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4801 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4802 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4803 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4804
58ade22b
ER
48052007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4806
da1080a2 4807 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4808 Reorder the descriptions to be chronological.
4809
93870ce2
RS
48102007-10-09 Richard Stallman <rms@gnu.org>
4811
4812 * display.texi (Cursor Display): Correct how cursor appears
4813 in nonselected windows.
4814
568c7288
NR
48152007-10-04 Nick Roberts <nickrob@snap.net.nz>
4816
4817 * building.texi (GDB Graphical Interface): Remove references to gdba
4818 and mention gud-gdb.
4819
1af74d06 48202007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4821
1af74d06 4822 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4823
0d8fb755
JL
48242007-10-06 Juri Linkov <juri@jurta.org>
4825
4826 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4827 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4828 fill-paragraph-or-region.
4829
4830 * basic.texi (Arguments): Replace fill-paragraph with
4831 fill-paragraph-or-region.
4832
b981e2c6
ER
48332007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4834
4835 * files.texi: Update the section on version control for 2007
2a9f4d55 4836 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4837 will come later.
4838
5fceaf9c
GM
48392007-09-15 Glenn Morris <rgm@gnu.org>
4840
4841 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4842 to `list-holidays'.
4843
b0e44b17
GM
48442007-09-14 Glenn Morris <rgm@gnu.org>
4845
4846 * calendar.texi: Update all instances of mark-calendar-holidays,
4847 list-calendar-holidays, list-holidays with the new names.
4848
8cf51b2c
GM
48492007-09-06 Glenn Morris <rgm@gnu.org>
4850
46a367db 4851 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4852 Split into the Emacs manual in emacs/, and other manuals in misc/.
4853 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4854 manual.
4855 (infodir): New variable.
4856 (info): Use $infodir.
4857 (emacsman): Delete target, not needed any more.
4858 Move all targets that are not the Emacs manual to misc/Makefile.in.
4859 (mostlyclean): Remove `gnustmp'.
4860 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4861 manual.
92f9b43f 4862 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4863 (emacsman): Delete target, not needed any more.
4864 (clean): Remove all info files but Emacs manual.
4865 Move all targets that are not the Emacs manual to misc/Makefile.in.
4866 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4867
4868 * Makefile.in (INFOSOURCES): Delete.
4869 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4870 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4871 *.vrs *.toc here...
4872 (maintainer-clean): ...from here.
4873
48742007-09-05 Glenn Morris <rgm@gnu.org>
4875
4876 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4877
8cf51b2c
GM
48782007-08-29 Glenn Morris <rgm@gnu.org>
4879
4880 * emacs.texi (EMACSVER): Increase to 23.0.50.
4881
3420c522
RS
48822007-08-27 Richard Stallman <rms@gnu.org>
4883
4884 * emacs.texi (Top): Clarify menu item for Glossary.
4885
4886 * display.texi (Faces): Change secn title.
4887 Clarify not all fonts come from Font Lock.
4888
8cf51b2c
GM
48892007-08-17 Eli Zaretskii <eliz@gnu.org>
4890
4891 * basic.texi (Position Info): Add index entry for face at point.
4892 Mention that character faces are also displayed by "C-u C-x =".
4893
8cf51b2c
GM
48942007-08-08 Glenn Morris <rgm@gnu.org>
4895
4896 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4897
48982007-08-07 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * files.texi (File Conveniences): Document point motion keys in Image
4901 mode.
4902
8cf51b2c
GM
49032007-07-27 Glenn Morris <rgm@gnu.org>
4904
8cf51b2c
GM
4905 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4906 in-line.
4907
4908 * gpl.texi: New file with text of GPL.
4909 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4910
49112007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4914
4915 * dired.texi (Wdired): Mention C-x C-q key binding.
4916
49172007-07-28 Nick Roberts <nickrob@snap.net.nz>
4918
4919 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4920
49212007-07-25 Glenn Morris <rgm@gnu.org>
4922
8cf51b2c
GM
4923 * emacs.texi (Copying): Replace license with GPLv3.
4924
4925 * Relicense all FSF files to GPLv3 or later.
4926
49272007-07-24 Glenn Morris <rgm@gnu.org>
4928
4929 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4930 for some calendars.
4931
49322007-07-23 Nick Roberts <nickrob@snap.net.nz>
4933
4934 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4935 default-directory for the current buffer is on a remote machine.
4936
8cf51b2c
GM
49372007-07-21 Eli Zaretskii <eliz@gnu.org>
4938
4939 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4940 default value.
4941
49422007-07-21 Richard Stallman <rms@gnu.org>
4943
4944 * files.texi (Why Version Control?): Improve previous change.
4945
49462007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4947
4948 * files.texi (Why Version Control?): New node.
4949
8cf51b2c
GM
49502007-07-12 Nick Roberts <nickrob@snap.net.nz>
4951
8cf51b2c
GM
4952 * building.texi (Starting GUD): Add xref to this anchor.
4953
8cf51b2c
GM
49542007-06-24 Karl Berry <karl@gnu.org>
4955
2a9f4d55 4956 * emacs.texi: New Back-Cover Text.
8cf51b2c 4957
8cf51b2c
GM
49582007-06-07 Alan Mackenzie <acm@muc.de>
4959
4960 * display.texi (Optional Mode Line): Document the new form of
4961 line+column numbers, "(561,2)".
4962
49632007-06-06 Juanma Barranquero <lekktu@gmail.com>
4964
49823426 4965 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4966
49672007-06-02 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * Version 22.1 released.
4970
8cf51b2c
GM
49712007-05-07 Karl Berry <karl@gnu.org>
4972
4973 * emacs.texi (EMACSVER): Back to 22.
4974
49752007-05-06 Richard Stallman <rms@gnu.org>
4976
4977 * maintaining.texi (Create Tags Table): Clean up previous change.
4978
c8763fb6 49792007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4980
4981 * maintaining.texi (Create Tags Table): Add text about the dangers of
4982 making symbolic links to tags files.
4983
49842007-05-04 Karl Berry <karl@gnu.org>
4985
4986 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4987
49882007-05-03 Karl Berry <karl@gnu.org>
4989
4990 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4991
4992 * .cvsignore (*.pdf): New entry.
4993
8cf51b2c
GM
4994 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4995 for printing.
4996
49972007-05-01 Richard Stallman <rms@gnu.org>
4998
4999 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5000
8cf51b2c
GM
50012007-04-28 Glenn Morris <rgm@gnu.org>
5002
5003 * ack.texi (Acknowledgments):
5004 * anti.texi (Antinews):
8cf51b2c
GM
5005 * programs.texi (Program Modes): Restore mention of python.el pending
5006 consideration of legal status.
5007
50082007-04-28 Richard Stallman <rms@gnu.org>
5009
5010 * files.texi (File Names): Fixes to ~ description on MS systems.
5011
8cf51b2c
GM
50122007-04-26 Glenn Morris <rgm@gnu.org>
5013
5014 * emacs.texi (EMACSVER): Increase to 22.1.50.
5015
50162007-04-25 Karl Berry <karl@gnu.org>
5017
5018 * emacs.texi: Improve line breaks on copyright page,
5019 similar layout to lispref, 8.5x11 by default.
5020
5021 * dired.texi (Image-Dired): Improve line break, fix typo.
5022
50232007-04-24 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * programs.texi (Program Modes):
8cf51b2c
GM
5026 * anti.texi (Antinews):
5027 * ack.texi (Acknowledgments): python.el removed.
5028
8cf51b2c
GM
50292007-04-23 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * display.texi (Highlight Interactively): Correct description of
5032 hi-lock-file-patterns-policy.
5033
5034 * files.texi (File Archives): Mention self-extracting executables.
5035
50362007-04-23 Eli Zaretskii <eliz@gnu.org>
5037
5038 * search.texi (Unconditional Replace, Query Replace): Add xref to
5039 "Replacement and Case".
5040
50412007-04-22 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * dired.texi (Image-Dired): Move from Thumbnails node.
5044 * misc.texi (Thumbnails): Node deleted.
5045 * emacs.texi (Top): Update node listing.
5046
5047 * files.texi (File Conveniences):
49823426 5048 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5049
50502007-04-21 Richard Stallman <rms@gnu.org>
5051
5052 * display.texi (Highlight Interactively): Correct previous change.
5053 Clarify doc of hi-lock-find-patterns, and move new features into it.
5054
50552007-04-20 David Koppelman <koppel@ece.lsu.edu>
5056
1c6c854e
CS
5057 * display.texi (Highlight Interactively):
5058 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5059
50602007-04-20 Martin Rudalics <rudalics@gmx.at>
5061
5062 * display.texi (Scrolling): Fix typo.
5063
8cf51b2c
GM
50642007-04-15 Chong Yidong <cyd@stupidchicken.com>
5065
8cf51b2c
GM
5066 * doclicense.texi: Remove node heading, so that it can be included by
5067 other files.
5068
5069 * emacs.texi: Insert node heading for GFDL.
5070
8cf51b2c
GM
50712007-04-14 Eli Zaretskii <eliz@gnu.org>
5072
5073 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5074 "command line".
5075
5076 * display.texi (Faces): Refer to "Creating Frames" for face
5077 and other frame customizations in .emacs.
5078
5079 * frames.texi (Creating Frames): Mention that face customizations can
5080 be put in .emacs. Add index entries.
5081
50822007-04-12 Richard Stallman <rms@gnu.org>
5083
5084 * glossary.texi (Glossary): Explain `iff'.
5085
50862007-04-11 Karl Berry <karl@gnu.org>
5087
5088 * gnu.texi (Top),
5089 * macos.texi (Mac Font Specs),
5090 * anti.texi (Antinews),
5091 * xresources.texi (Resources),
5092 * misc.texi (Emulation),
5093 * calendar.texi (Daylight Saving),
5094 * dired.texi (Dired and Find),
5095 * rmail.texi (Remote Mailboxes),
5096 * sending.texi (Mail Headers),
5097 * programs.texi (Which Function),
5098 * files.texi (Recover),
5099 * buffers.texi (Uniquify),
5100 * frames.texi (Wheeled Mice),
5101 * killing.texi (Rectangles): Wording to improve breaks in
5102 8.5x11 format.
5103 * mule.texi (Language Environments): \hbadness=10000 since there's
5104 no way to reword.
5105 * emacs.texi (smallbook): New @set to more easily switch between
5106 smallbook and 8.5x11.
5107
51082007-04-11 Richard Stallman <rms@gnu.org>
5109
5110 * files.texi (File Conveniences): Add xref to Tumme.
5111 Delete text about Thumbnail mode.
5112
8cf51b2c
GM
51132007-04-09 Alan Mackenzie <acm@muc.de>
5114
5115 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5116 new name. Insert concept index entries.
5117
8cf51b2c
GM
51182007-04-08 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * display.texi (Standard Faces): Document prefix arg for
5121 list-faces-display.
5122
5123 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5124
8cf51b2c
GM
51252007-04-07 Chong Yidong <cyd@stupidchicken.com>
5126
8cf51b2c
GM
5127 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5128
5129 * files.texi (Misc File Ops): Rewrite description of
5130 insert-file-literally.
5131
8cf51b2c
GM
51322007-03-31 Eli Zaretskii <eliz@gnu.org>
5133
5134 * misc.texi (Printing): Postscript -> PostScript.
5135
8cf51b2c
GM
5136 * ack.texi (Acknowledgments): Postscript -> PostScript.
5137
5138 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5139
5140 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5141 below.
5142
51432007-03-30 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5146 Init Non-ASCII.
5147 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5148 (Init Non-ASCII): New node.
5149
51502007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5151
5152 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5153
8cf51b2c
GM
51542007-03-12 Glenn Morris <rgm@gnu.org>
5155
8cf51b2c
GM
5156 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5157 "Daylight Savings".
5158
49823426 5159 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5160 saving" in text throughout.
5161
8cf51b2c
GM
51622007-03-04 Richard Stallman <rms@gnu.org>
5163
5164 * custom.texi (Safe File Variables): Minor correction.
5165
8cf51b2c
GM
51662007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5167
5168 * rmail.texi (Movemail): Add internal ref.
5169 Don't indent the intro for the PROTO table.
5170 Format PROTO table items with @code.
5171
8cf51b2c
GM
51722007-02-26 Nick Roberts <nickrob@snap.net.nz>
5173
5174 * building.texi: Remove references to bashdb.
5175
8cf51b2c
GM
51762007-02-19 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * mule.texi (Language Environments): Update list of supported language
5179 environments.
5180
8cf51b2c
GM
51812007-02-14 Kim F. Storm <storm@cua.dk>
5182
5183 * building.texi (Grep Searching): Fix lgrep doc.
5184
51852007-02-12 Chong Yidong <cyd@stupidchicken.com>
5186
5187 * back.texi: Remove unused file.
5188
c8763fb6 51892007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5190
5191 * maintaining.texi (Tag Syntax): Now --members is the default for
5192 etags, not for ctags yet.
5193
8cf51b2c
GM
51942007-02-03 Eli Zaretskii <eliz@gnu.org>
5195
5196 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5197 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5198 expects. Add comments to prevent people from inadvertently modifying
5199 the key parts needed by `texinfo-multiple-files-update'.
5200
52012007-01-29 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * frames.texi (Secondary Selection): Window clicked does not matter
5204 when mouse-yank-at-point is non-nil.
5205
8cf51b2c
GM
52062007-01-16 Glenn Morris <rgm@gnu.org>
5207
5208 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5209 system abbrev.
5210
52112007-01-11 Richard Stallman <rms@gnu.org>
5212
5213 * msdog.texi (Windows Keyboard): Another small cleanup.
5214
52152007-01-10 Richard Stallman <rms@gnu.org>
5216
5217 * msdog.texi (Windows Keyboard): Yet another try to make
5218 everyone happy with that passage.
5219
52202007-01-05 Richard Stallman <rms@gnu.org>
5221
5222 * anti.texi (Antinews): Mention M-x shell scrolling.
5223
52242007-01-05 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * building.texi (Watch Expressions): Describe gdb-max-children.
5227
8cf51b2c
GM
52282007-01-04 Richard Stallman <rms@gnu.org>
5229
8cf51b2c
GM
5230 * msdog.texi (Windows Keyboard): Clarify previous change.
5231
8cf51b2c
GM
52322007-01-02 Richard Stallman <rms@gnu.org>
5233
5234 * custom.texi (Changing a Variable): Minor clarification.
5235 (Specific Customization): customize-customized => customize-unsaved.
5236
5237 * entering.texi (Entering Emacs): Clean up text about restarting
5238 Emacs for each file.
5239
5240 * misc.texi (Shell Options): Minor cleanup.
5241
5242 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5243 with Emacs, not vice versa.
5244
5245 * programs.texi (Symbol Completion): Recommend customizing
5246 window manager.
5247
5248 * xresources.texi (Resources): Minor fix.
5249
c8763fb6 52502007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5251
5252 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5253
52542007-01-01 Richard Stallman <rms@gnu.org>
5255
5256 * commands.texi (User Input): Document keys stolen by window mangers.
5257
52582006-12-31 Richard Stallman <rms@gnu.org>
5259
5260 * custom.texi (Specific Customization): Document customize-option
5261 instead of customize-variable.
5262
52632006-12-31 Kim F. Storm <storm@cua.dk>
5264
5265 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5266
52672006-12-30 Kim F. Storm <storm@cua.dk>
5268
5269 * killing.texi (CUA Bindings): Fix typo.
5270
5271 * xresources.texi (Table of Resources): Mention grow-only value for
5272 auto-resize-tool-bars.
5273
8cf51b2c
GM
52742006-12-27 Eli Zaretskii <eliz@gnu.org>
5275
5276 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5277 and how to get them back.
5278
52792006-12-26 Richard Stallman <rms@gnu.org>
5280
5281 * calendar.texi (Holidays): Holiday listing is based on current
5282 practice, but DST is not.
5283
52842006-12-25 Richard Stallman <rms@gnu.org>
5285
5286 * emacs.texi (Top): Update subnode menus.
5287
5288 * mark.texi (Transient Mark): Fix xref.
5289
5290 * killing.texi (Graphical Kill): Node deleted.
5291 (Killing): Add xref to Cut and Paste.
5292 (CUA Bindings): Update xref.
5293
5294 * frames.texi (Cut and Paste): New section to hold other nodes.
5295 (Mouse Commands): Node demoted.
5296 (Cut/Paste Other App): Split out from Mouse Commands.
5297 (Word and Line Mouse): Likewise.
5298 (Secondary Selection, Clipboard): Nodes demoted.
5299
8cf51b2c
GM
53002006-12-24 Kevin Ryde <user42@zip.com.au>
5301
5302 * calendar.texi (Holidays): US daylight saving begins second Sunday
5303 in March for 2007 onwards.
5304 (Daylight Savings): Show new US default daylight saving rules, 2nd
5305 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5306
53072006-12-23 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * calendar.texi (Scroll Calendar): < and > are switched.
5310
53112006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5312
5313 * killing.texi (Deletion): Describe M-\ prefix argument.
5314
53152006-12-23 Richard Stallman <rms@gnu.org>
5316
5317 * search.texi (Regexp Search): Explain why forward and reverse regexp
5318 search are not mirror images.
5319
8cf51b2c
GM
53202006-12-19 Kim F. Storm <storm@cua.dk>
5321
5322 * major.texi (Choosing Modes): Describe match-function elements for
5323 magic-mode-alist.
5324
8cf51b2c
GM
53252006-12-18 Eli Zaretskii <eliz@gnu.org>
5326
5327 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5328 peculiarities.
5329
53302006-12-18 Richard Stallman <rms@gnu.org>
5331
5332 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5333
8cf51b2c
GM
53342006-12-17 Alan Mackenzie <acm@muc.de>
5335
5336 * programs.texi (Left Margin Paren): Remove the bit which says
5337 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5338 Discuss some of the issues of setting this option to nil.
5339
53402006-12-17 Glenn Morris <rgm@gnu.org>
5341
5342 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5343
53442006-12-16 Eli Zaretskii <eliz@gnu.org>
5345
5346 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5347 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5348 NTFS volumes.
5349 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5350 volumes.
5351
53522006-12-15 Eli Zaretskii <eliz@gnu.org>
5353
5354 * text.texi (HTML Mode): Fix "C-c TAB".
5355
8cf51b2c
GM
53562006-12-09 Richard Stallman <rms@gnu.org>
5357
5358 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5359
53602006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5361
5362 * files.texi (Misc File Ops): Document insert-file-literally.
5363
53642006-12-08 Eli Zaretskii <eliz@gnu.org>
5365
5366 * cmdargs.texi (Colors): Note that --color is intended for overriding
5367 the terminal defaults, not for normal invocation.
5368
5369 * misc.texi (Emacs Server): Improve wording. Don't mention the
5370 ``server program''. Add a cross-reference to "Init File" node.
5371 (Invoking emacsclient): Add index entries. Document both short and
5372 long versions of command-line options. Document the -f option.
5373
8cf51b2c
GM
53742006-12-06 Richard Stallman <rms@gnu.org>
5375
5376 * text.texi (Outline Format): Say to set outline-regexp
5377 and outline-level with major modes and file local variables.
5378
c8763fb6 53792006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5380
5381 * anti.texi (Antinews): Mention the alternative to
5382 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5383
8cf51b2c
GM
5384 * misc.texi (Interactive Shell): Ditto.
5385
53862006-12-04 Eli Zaretskii <eliz@gnu.org>
5387
5388 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5389
5390 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5391
53922006-12-01 Eli Zaretskii <eliz@gnu.org>
5393
5394 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5395 colon in the mode line.
5396
5397 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5398
53992006-11-26 Nick Roberts <nickrob@snap.net.nz>
5400
5401 * building.texi (Watch Expressions): Mention SPC for expanding/
5402 contracting watch expressions.
5403
54042006-11-26 Kim F. Storm <storm@cua.dk>
5405
5406 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5407
54082006-11-26 Nick Roberts <nickrob@snap.net.nz>
5409
5410 * building.texi (Debugger Operation): Define text command mode.
5411 Clarify how tooltips work.
5412 (GDB Graphical Interface): Explain how to run in text command mode
5413 more clearly.
5414
54152006-11-25 Juanma Barranquero <lekktu@gmail.com>
5416
5417 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5418
54192006-11-22 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5422
8cf51b2c
GM
54232006-11-18 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5426 and EMACS is deprecated.
5427
54282006-11-18 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5431
c8763fb6 54322006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5433
5434 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5435
5436 * emacs.texi: Include xresources.texi both for info and dvi.
5437
5438 * xresources.texi: Merge text from xresmini.texi.
5439
c8763fb6 54402006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5441
5442 * glossary.texi: Fix typos.
5443
8cf51b2c
GM
54442006-11-06 Richard Stallman <rms@gnu.org>
5445
5446 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5447
5448 * ack.texi (Acknowledgments): Fix name spelling.
5449
54502006-11-01 Juri Linkov <juri@jurta.org>
5451
5452 * search.texi (Word Search): Document incremental word search.
5453
54542006-10-28 Glenn Morris <rgm@gnu.org>
5455
5456 * ack.texi (Acknowledgments): Add cal-html author.
5457
5458 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5459 Calendar"). Describe new package cal-html.
5460 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5461 Calendar Files."
5462
8cf51b2c
GM
54632006-10-23 Richard Stallman <rms@gnu.org>
5464
5465 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5466 Abbrev mode is enabled.
5467
8cf51b2c
GM
54682006-10-16 Richard Stallman <rms@gnu.org>
5469
8cf51b2c
GM
5470 * emacs.texi: Update ISBN.
5471
8cf51b2c
GM
54722006-10-11 Kim F. Storm <storm@cua.dk>
5473
5474 * emacs.texi (Acknowledgments): Use @dotless{i}.
5475
54762006-10-08 Nick Roberts <nickrob@snap.net.nz>
5477
5478 * building.texi (Breakpoints Buffer): Mention catchpoints.
5479
54802006-10-08 Kim F. Storm <storm@cua.dk>
5481
5482 * ack.texi (Acknowledgments): Update.
5483
5484 * emacs.texi (Acknowledgments): Fix bad @/ form.
5485
8cf51b2c
GM
54862006-10-05 Kim F. Storm <storm@cua.dk>
5487
5488 * emacs.texi (Acknowledgments): Add more contributors.
5489
54902006-10-03 Richard Stallman <rms@gnu.org>
5491
5492 * emacs.texi (Acknowledgments): Update version and edition.
5493
8cf51b2c
GM
54942006-10-01 Karl Berry <karl@gnu.org>
5495
5496 * custom.texi (Customization Groups): Page break to keep example buffer
5497 on one page.
5498
54992006-09-30 Karl Berry <karl@gnu.org>
5500
5501 * programs.texi (Basic Indent): @need to improve page break.
5502 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5503
55042006-09-29 Glenn Morris <rgm@gnu.org>
5505
5506 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5507
55082006-09-29 Karl Berry <karl@gnu.org>
5509
5510 * windows.texi (Basic Window): Remove forced @break, no longer
5511 desirable.
5512 * frames.texi (Frame Commands),
5513 * mark.texi (Marking Objects): Reword to avoid bad page break.
5514 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5515
55162006-09-19 Richard Stallman <rms@gnu.org>
5517
5518 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5519 stick to present tense.
5520
c8763fb6 55212006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5522
5523 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5524 to x-gtk-use-old-file-dialog.
5525 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5526
55272006-09-15 Jay Belanger <belanger@truman.edu>
5528
49823426 5529 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5530 Change "Library Public License" to "Lesser Public License"
5531 throughout. Use "yyyy" to represent year.
5532
8cf51b2c
GM
55332006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * files.texi (Visiting): Add index entry "open file".
5536
8cf51b2c
GM
55372006-09-11 Richard Stallman <rms@gnu.org>
5538
5539 * building.texi (Compilation Mode): Clarification.
5540 (Grep Searching): Add xref to Compilation Mode.
5541
8cf51b2c
GM
55422006-09-08 Richard Stallman <rms@gnu.org>
5543
5544 * search.texi (Search): Ref multi-file search commands here.
5545 (Other Repeating Search): Not here.
5546
8cf51b2c
GM
55472006-08-28 Richard Stallman <rms@gnu.org>
5548
5549 * windows.texi (Split Window): Update xref.
5550
5551 * basic.texi (Continuation Lines): Update xref.
5552
5553 * indent.texi (Tab Stops): Update xref.
5554
5555 * emacs.texi (Top): Update subnode menu.
5556
5557 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5558 split out of Display Custom.
5559
55602006-08-25 Kim F. Storm <storm@cua.dk>
5561
5562 * display.texi (Display Custom): Add variables overline-margin
5563 and x-underline-at-descent-line.
5564
55652006-08-25 Richard Stallman <rms@gnu.org>
5566
5567 * entering.texi (Exiting): Rewrite to give graphical displays
5568 priority over text terminals.
5569
5570 * search.texi (Incremental Search): Move index entries.
5571
55722006-08-23 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * custom.texi (Init File): Reference Find Init to avoid "home
5575 directory" confusion.
5576
55772006-08-22 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * building.texi (Other GDB-UI Buffers): Describe how to edit
5580 a value in the locals buffer.
5581
55822006-08-21 Richard Stallman <rms@gnu.org>
5583
5584 * search.texi (Basic Isearch): Add `isearch' index entry.
5585
55862006-08-16 Richard Stallman <rms@gnu.org>
5587
5588 * misc.texi (Saving Emacs Sessions): Clean up wording.
5589
5590 * mark.texi (Marking Objects): Mention term "select all".
5591
5592 * emacs.texi (Top): Update subnode menu.
5593
5594 * help.texi (Help Mode): Move node up in file.
5595
8cf51b2c
GM
55962006-08-15 Nick Roberts <nickrob@snap.net.nz>
5597
5598 * building.texi (Stack Buffer): Explain fringe arrow.
5599
8cf51b2c
GM
56002006-08-12 Eli Zaretskii <eliz@gnu.org>
5601
8cf51b2c
GM
5602 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5603 on startup.
5604
56052006-08-11 Romain Francoise <romain@orebokech.com>
5606
5607 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5608
56092006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5610
5611 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5612
56132006-08-10 Richard Stallman <rms@gnu.org>
5614
5615 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5616 with face merging. Empty regions don't count.
5617 Clarify face property inheritance.
8cf51b2c
GM
5618
56192006-08-08 Romain Francoise <romain@orebokech.com>
5620
5621 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5622 <arjuropo@cc.jyu.fi>.
5623
8cf51b2c
GM
56242006-08-04 Eli Zaretskii <eliz@gnu.org>
5625
5626 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5627 apply to all frames.
5628
8cf51b2c
GM
56292006-08-01 Richard Stallman <rms@gnu.org>
5630
5631 * help.texi (Name Help): Add index entries for describe-variable.
5632
56332006-08-01 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * building.texi (GDB Graphical Interface): Shorten node names.
5636 (GDB-UI Layout): Use GDB-related.
5637 (Other GDB-UI Buffers): Simplify English.
5638
56392006-07-31 Richard Stallman <rms@gnu.org>
5640
5641 * search.texi (Query Replace): Add xref for Dired's Q command.
5642
8cf51b2c
GM
56432006-07-31 Nick Roberts <nickrob@snap.net.nz>
5644
5645 * building.texi (GDB commands in Fringe): Rename to...
5646 (Source Buffers): ..this and move forward. Describe hollow arrow and
5647 new option gdb-find-source-frame.
5648
56492006-07-29 Richard Stallman <rms@gnu.org>
5650
5651 * dired.texi (Operating on Files): Simplify previous change
5652 and fix Texinfo usage.
5653
56542006-07-29 Eli Zaretskii <eliz@gnu.org>
5655
5656 * dired.texi (Operating on Files): Add cross-references. State the
5657 Unix commands that do similar things.
5658
56592006-07-28 Richard Stallman <rms@gnu.org>
5660
5661 * mark.texi (Transient Mark): Clarify that region never disappears
5662 when Transient Mark mode is off, and not when it is on.
5663
56642006-07-27 Richard Stallman <rms@gnu.org>
5665
5666 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5667
56682006-07-24 Richard Stallman <rms@gnu.org>
5669
5670 * xresources.texi (GTK styles): Fix texinfo usage.
5671
8cf51b2c
GM
5672 * commands.texi (User Input): Explain why we teach keyboard cmds.
5673
5674 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5675 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5676 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5677 * doclicense.texi, display.texi, dired.texi, basic.texi:
5678 * anti.texi, ack.texi: Move periods and commas inside quotes.
5679
56802006-07-22 Eli Zaretskii <eliz@gnu.org>
5681
5682 * cmdargs.texi (General Variables): Document EMAIL.
5683
56842006-07-21 Eli Zaretskii <eliz@gnu.org>
5685
5686 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5687 doesn't have effect on MS-Windows.
5688
8cf51b2c
GM
56892006-07-17 Richard Stallman <rms@gnu.org>
5690
5691 * building.texi (Grep Searching): Explain about chaining grep commands.
5692
8cf51b2c
GM
56932006-07-10 Nick Roberts <nickrob@snap.net.nz>
5694
49823426 5695 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5696
56972006-07-09 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5700 is invoked for multiple files.
5701
57022006-07-08 Eli Zaretskii <eliz@gnu.org>
5703
5704 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5705 on-line manual for the rest of this node.
5706 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5707 unconditionally.
5708 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5709 Improve wording.
5710 (Windows Printing): Improve wording.
5711 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5712 rest of this node.
5713
8cf51b2c
GM
57142006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5715
49823426
GM
5716 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5717 with eval-buffer.
8cf51b2c
GM
5718
57192006-07-05 Nick Roberts <nickrob@snap.net.nz>
5720
5721 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5722 of character translation.
5723
57242006-07-04 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5727
57282006-07-03 Karl Berry <karl@gnu.org>
5729
5730 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5731 not-too-underfull hboxes in the TeX output.
5732 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5733 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5734 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5735 * sending.texi, text.texi: Fix overfull/underfull boxes.
5736
57372006-07-03 Romain Francoise <romain@orebokech.com>
5738
5739 * m-x.texi (M-x): Fix.
5740
57412006-07-03 Richard Stallman <rms@gnu.org>
5742
8cf51b2c
GM
5743 * search.texi (Other Repeating Search): filename -> file name.
5744
5745 * misc.texi (Narrowing): Minor cleanups.
5746
5747 * files.texi (Visiting): filename -> file name.
5748
5749 * emacs.texi (Top): Update subnode menus.
5750
5751 * mule.texi (Coding Systems): Move char translation stuff here.
5752 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5753 (Recognize Coding): Substantial local rewrites.
5754 (International): Update menu.
5755
5756 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5757 (Scrolling): Substantial local rewrites.
5758 (Display): Update menu and intro.
5759
5760 * dired.texi: filename -> file name.
5761
5762 * custom.texi (Safe File Variables): Texinfo usage fix.
5763
f0131492 57642006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5765
5766 * help.texi, m-x.texi: Lots of cleanups.
5767
8cf51b2c
GM
57682006-06-30 Eli Zaretskii <eliz@gnu.org>
5769
5770 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5771 (Windows Processes, Windows Misc): Shorten the printed version by
5772 selectively conditioning less important portions by @ifnottex.
5773
8cf51b2c
GM
57742006-06-27 Richard Stallman <rms@gnu.org>
5775
5776 * mini.texi (Minibuffer File): Minor cleanup.
5777
57782006-06-25 Nick Roberts <nickrob@snap.net.nz>
5779
5780 * frames.texi (XTerm Mouse): Rename to...
5781 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5782
5783 * emacs.texi (Top): Use new node name.
5784
57852006-06-24 Eli Zaretskii <eliz@gnu.org>
5786
5787 * emacs.texi (Top): Update the detailed menu according to changes in
5788 msdog.texi.
5789
5790 * msdog.texi (Windows Keyboard): New section.
5791 (Windows Mouse): New section.
5792 (Windows System Menu): Remove section (text merged with "Windows
5793 Keyboard").
5794 (Windows Misc): New section.
5795
5796 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5797
5798 * msdog.texi (ls in Lisp): New section.
5799
5800 * files.texi (Visiting): Document case-insensitive wildcard matching
5801 under find-file-wildcards.
5802
8cf51b2c
GM
58032006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5804
5805 * macos.texi (Mac Input): Add description of mac-function-modifier.
5806 Now Unicode keyboard layouts work.
5807
8cf51b2c
GM
58082006-06-10 Richard Stallman <rms@gnu.org>
5809
5810 * mule.texi (Recognize Coding): Clarify previous change.
5811
58122006-06-09 Kenichi Handa <handa@m17n.org>
5813
5814 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5815 notation.
5816
58172006-06-07 Kevin Ryde <user42@zip.com.au>
5818
5819 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5820 manual for @ifnottex, but in emacs-extra for @iftex.
5821
5822 * cmdargs.texi (General Variables): Fix smtpmail xref.
5823
58242006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5825
8cf51b2c 5826 * programs.texi (Comment Commands):
8cf51b2c 5827 * custom.texi (Specifying File Variables):
49823426 5828 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5829
58302006-06-07 Nick Roberts <nickrob@snap.net.nz>
5831
5832 * building.texi (Watch Expressions): Move node to end.
5833 (GDB Graphical Interface): Move description of clicks in fringe...
5834 (GDB commands in the Fringe): ...to here. New node.
5835
8cf51b2c
GM
58362006-06-05 Romain Francoise <romain@orebokech.com>
5837
49823426 5838 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5839
58402006-06-05 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * building.texi (GDB Graphical Interface): Update bindings.
5843 (Commands of GUD): Add gud-print. Remove gud-run.
5844 Restate availability more generally.
5845
f0131492 58462006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5847
5848 * mini.texi: Lots of cleanups.
5849
58502006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5853 and Mouse-2.
5854
c8763fb6 58552006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5856
5857 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5858
8cf51b2c
GM
58592006-05-31 Richard Stallman <rms@gnu.org>
5860
5861 * basic.texi (Moving Point): Fix previous change.
5862
c8763fb6 58632006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5864
5865 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5866
f0131492 58672006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5868
5869 * basic.texi: Many simplifications and improvements in wording.
5870
8cf51b2c
GM
58712006-05-26 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * anti.texi (Antinews): Create a node for gdb-ui.
5874
8cf51b2c
GM
58752006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5876
5877 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5878
58792006-05-20 Richard Stallman <rms@gnu.org>
5880
5881 * dired.texi (Dired Navigation): dired-goto-file is now j.
5882
8cf51b2c
GM
58832006-05-20 Eli Zaretskii <eliz@gnu.org>
5884
5885 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5886 and their aliases.
5887
5888 * msdog.texi (Windows Printing): Mention non-support of plain text
5889 printing with some el-cheapo printers, and suggest a workaround.
5890
58912006-05-20 Kevin Ryde <user42@zip.com.au>
5892
5893 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5894 remove the bit saying you must set it.
5895
58962006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5897
5898 * trouble.texi (Checklist):
5899 * text.texi (Text, Auto Fill, Text Mode):
5900 * search.texi (Nonincremental Search):
5901 * rmail.texi (Rmail Labels):
5902 * mule.texi (Input Methods, Multibyte Conversion):
5903 * misc.texi (Gnus, Where to Look, PostScript):
5904 * maintaining.texi (Create Tags Table):
5905 * indent.texi (Indentation Commands):
5906 * fixit.texi (Spelling):
5907 * emacs.texi (Copying):
5908 * custom.texi (Init File): ifinfo -> ifnottex.
5909
8cf51b2c
GM
59102006-05-17 Richard Stallman <rms@gnu.org>
5911
5912 * files.texi (Diff Mode): Mention C-x `.
5913
59142006-05-08 Richard Stallman <rms@gnu.org>
5915
5916 * custom.texi (Disabling): Textual cleanups.
5917
8cf51b2c
GM
59182006-05-12 Glenn Morris <rgm@gnu.org>
5919
5920 * calendar.texi (Displaying the Diary, Format of Diary File):
5921 Refer to diary-view-entries, diary-list-entries,
5922 diary-show-all-entries rather than obsolete aliases.
5923
59242006-05-12 Eli Zaretskii <eliz@gnu.org>
5925
5926 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5927 (Displaying the Diary, Special Diary Entries, Importing Diary):
5928 * building.texi (Compilation Shell):
5929 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5930 emacs-xtra with @inforef's.
5931
5932 * files.texi (Visiting): Fix wording.
5933
5934 * mule.texi (Coding Systems, Text Coding): More indexing.
5935 Mention that C-x RET f can set eol conversion.
5936
c8763fb6 59372006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5938
5939 * xresmini.texi (GTK resources): Insert GTK description.
5940
5941 * xresources.texi (GTK resources): metafont should be menufont.
5942
8cf51b2c
GM
59432006-05-06 Michael Albinus <michael.albinus@gmx.de>
5944
49823426 5945 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5946 method, user name and host name is active only in partial
5947 completion mode.
5948
8cf51b2c
GM
59492006-05-06 Eli Zaretskii <eliz@gnu.org>
5950
5951 * makefile.w32-in (emacs.dvi):
5952 * Makefile.in (emacs.dvi): Add xresmini.texi.
5953
5954 * xresmini.texi (Table of Resources): Remove xref to non-existent
5955 node "LessTif Resources".
5956
5957 * msdog.texi (Microsoft Windows):
5958 * calendar.texi (Calendar/Diary, Displaying the Diary)
5959 (Special Diary Entries, Importing Diary, Holidays):
5960 * programs.texi (Program Modes):
5961 * text.texi (Text):
5962 * buffers.texi (Several Buffers):
5963 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5964
59652006-05-06 Eli Zaretskii <eliz@gnu.org>
5966
5967 The following changes merge the emacs-xtra manual into the main
5968 manual, but only for on-line version of the manual.
5969
5970 * vc2-xtra.texi (Version Backups, Local Version Control)
5971 (Making Snapshots, Change Logs and VC, Version Headers)
5972 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5973 on-line manual.
5974
5975 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5976 for on-line manual.
5977
5978 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5979 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5980 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5981 for on-line manual.
5982
5983 * fortran-xtra.texi (Fortran, Fortran Autofill)
5984 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5985 for on-line manual.
5986
5987 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5988 Conditional xref's for on-line manual.
5989
5990 * emerge-xtra.texi (Emerge, Overview of Emerge)
5991 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5992 manual.
5993
5994 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5995 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5996 (EMACSSOURCES): Use EMACS_XTRA.
5997 (../info/emacs-xtra): Remove.
5998 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5999
6000 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6001 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6002 (EMACSSOURCES): Use EMACS_XTRA.
6003 ($(infodir)/emacs-xtra): Remove.
6004 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6005
6006 * trouble.texi (Quitting):
6007 * text.texi (Text):
6008 * programs.texi (Program Modes):
6009 * msdog.texi (Microsoft Windows):
6010 * frames.texi (Frames):
6011 * files.texi (Backup, Version Control, VC Concepts)
6012 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6013 (Registering, VC Status, VC Undo, Multi-User Branching)
6014 (Comparing Files):
6015 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6016 (Displaying the Diary, Special Diary Entries, Importing Diary):
6017 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6018 conditional xref's, depending on @iftex/@ifnottex.
6019
6020 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6021 "MS-DOS". @include msdog-xtra.texi.
6022
6023 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6024 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6025
6026 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6027 for vc-xtra.texi subsections.
6028 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6029 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6030
6031 * sending.texi (Sending Mail): A @node line without explicit Prev,
6032 Next, and Up links.
6033
6034 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6035 Next, and Up links.
6036
6037 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6038 and its sections. @include picture-xtra.texi.
6039
6040 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6041 "Emerge".
6042 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6043
6044 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6045 exact duplicate of its name-sake in calendar.texi.
6046
6047 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6048 "Advanced Calendar/Diary Usage".
6049 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6050
6051 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6052 dired-xtra.texi.
6053 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6054
6055 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6056 (Files) [ifnottex]: Add menu entry for Autorevert.
6057
6058 * emacs-xtra.texi (Introduction): Reword to make consistent with
6059 printed version only.
6060 <Top level>: Remove the body of all chapters and move them to the
6061 new *-xtra.texi files. Use @raisesections and @lowersections to
6062 convert sections to chapters etc.
6063
6064 * msdog-xtra.texi:
6065 * fortran-xtra.texi:
6066 * vc-xtra.texi:
6067 * vc1-xtra.texi:
6068 * vc2-xtra.texi:
6069 * emerge-xtra.texi:
6070 * cal-xtra.texi:
6071 * dired-xtra.texi:
6072 * arevert-xtra.texi: New files, with text from respective chapters
6073 of emacs-xtra.texi. Convert each @chapter into @section, @section
6074 into @subsection, etc.
6075
1c6c854e 6076 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6077 updated.
6078
6079 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6080 Windows". All references updated.
6081
60822006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6083
6084 * macos.texi (Mac Input): Mention input from Character Palette.
6085 (Mac Font Specs): Fix typo.
6086
60872006-05-05 Richard Stallman <rms@gnu.org>
6088
6089 * files.texi (Diff Mode): Minor cleanup.
6090
60912006-05-05 Karl Berry <karl@gnu.org>
6092
8cf51b2c
GM
6093 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6094 errors from the current release of makeinfo (4.8).
6095 * help.texi (Library Keywords): Change widest word in multitable
6096 template from `emulations' to `convenience'. (Not sure if this is
6097 related to the font change.)
6098
60992006-05-05 Eli Zaretskii <eliz@gnu.org>
6100
6101 * files.texi (File Names): Add a footnote about limited support of
6102 ~USER on MS-Windows.
6103
6104 * cmdargs.texi (Initial Options): Add a footnote about limited
6105 support of ~USER on MS-Windows.
6106
61072006-05-03 Richard Stallman <rms@gnu.org>
6108
6109 * files.texi (Diff Mode): Node moved here.
6110 (Comparing Files): Delete what duplicates new node.
6111 (Files): Put Diff Mode in menu.
6112
1c6c854e 6113 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6114
6115 * emacs.texi (Top): Update menu for Diff Mode.
6116
6117 * trouble.texi (Emergency Escape): Simplify.
6118
6119 * emacs.texi (Top): Minor clarification.
6120
61212006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6122
6123 * commands.texi, entering.texi, screen.texi: Many simplifications.
6124
61252006-05-03 Richard Stallman <rms@gnu.org>
6126
6127 * commands.texi (Text Characters): Delete paragraph about unibyte
6128 non-ASCII printing chars.
6129
6130 * killing.texi (Killing): Say "graphical displays".
6131 * display.texi: Say "graphical displays".
6132
6133 * cmdargs.texi (Misc X): Say "graphical displays".
6134
61352006-05-01 Richard Stallman <rms@gnu.org>
6136
6137 * emacs.texi (Top): Add Diff Mode to menu.
6138
61392006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6140
6141 * misc.texi (Diff Mode): New node.
6142
61432006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6144
6145 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6146 (Mac Environment Variables): Shorten example line.
6147 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6148
61492006-05-01 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * building.texi (GUD Customization): Describe cases %d and %c.
6152 Update description for %e.
6153
61542006-04-30 Glenn Morris <rgm@gnu.org>
6155
6156 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6157
61582006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6159
6160 * custom.texi (Examining): Update C-h v output example.
6161
61622006-04-29 Kim F. Storm <storm@cua.dk>
6163
6164 * building.texi (Grep Searching): Add lgrep and rgrep.
6165
8cf51b2c
GM
61662006-04-23 Richard Stallman <rms@gnu.org>
6167
6168 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6169
6170 * xresmini.texi: New file.
6171
6172 * xresources.texi (Face Resources): Split table into font resources
6173 and the rest. Combine similar attributes for brevity.
6174
8cf51b2c
GM
61752006-04-21 Eli Zaretskii <eliz@gnu.org>
6176
6177 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6178 backslashes and case-insensitivity in file names (moved to the
6179 main manual).
6180 (MS-DOS Printing): Move most of the text to the main manual.
6181
6182 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6183 New nodes.
6184 (Windows Processes, Windows System Menu): Add index entries and
6185 fix wording.
6186
8cf51b2c
GM
61872006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6188
6189 * misc.texi (Shell Ring): Add notes on saved input when
6190 navigating off the end of the history list.
6191
61922006-04-18 Chong Yidong <cyd@mit.edu>
6193
6194 * misc.texi (Shell Options): Correct default value of
6195 comint-scroll-show-maximum-output.
6196
8cf51b2c
GM
61972006-04-18 Nick Roberts <nickrob@snap.net.nz>
6198
6199 * building.texi (Watch Expressions): Update.
6200
8cf51b2c
GM
62012006-04-12 Richard Stallman <rms@gnu.org>
6202
6203 * search.texi: Clean up previous change.
6204
62052006-04-12 Eli Zaretskii <eliz@gnu.org>
6206
6207 * search.texi (Regexp Backslash, Regexp Replace): Add index
6208 entries for ``back reference'' and mention the term itself in the
6209 text.
6210
62112006-04-11 Richard Stallman <rms@gnu.org>
6212
6213 * custom.texi (Safe File Variables):
6214 Document enable-local-variables = :safe.
6215
62162006-04-11 Karl Berry <karl@gnu.org>
6217
6218 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6219 (Remote Repositories, Version Backups, Local Version Control)
6220 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6221 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6222 (Renaming VC Work Files and Master Files)
6223 (Inserting Version Control Headers, Customizing VC, General Options)
6224 (Options for RCS and SCCS, Options specific for CVS): Move all
6225 these nodes to emacs-xtra.texi, for brevity.
6226 * cmdargs.texi, files.texi: Change cross-references.
6227
8cf51b2c
GM
62282006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6229
6230 * files.texi (Old Versions): Update description of vc-annotate's
6231 use of color to indicate date ranges.
6232
8cf51b2c
GM
62332006-04-09 Kevin Ryde <user42@zip.com.au>
6234
8cf51b2c
GM
6235 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6236 put info and printed manual names the right way around.
6237
62382006-04-09 Karl Berry <karl@gnu.org>
6239
6240 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6241 emacs-xtra.texi, leaving only MS Windows information.
6242 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6243 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6244 node names.
6245
6246 * emacs.texi: Move @summarycontents and @contents to the beginning
6247 of the file.
6248
8cf51b2c
GM
62492006-04-08 Kevin Ryde <user42@zip.com.au>
6250
6251 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6252
62532006-04-07 Richard Stallman <rms@gnu.org>
6254
6255 * programs.texi (Comments, Comment Commands, Options for Comments)
6256 (Multi-Line Comments): "Align", not "indent".
6257 (Basic Indent): C-j deletes trailing whitespace before the newline.
6258
62592006-04-06 Richard Stallman <rms@gnu.org>
6260
8cf51b2c
GM
6261 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6262
62632006-04-06 Eli Zaretskii <eliz@gnu.org>
6264
6265 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6266
8cf51b2c
GM
62672006-04-05 Richard Stallman <rms@gnu.org>
6268
6269 * emacs.texi (Top): Update subnode menu.
6270
6271 * trouble.texi (Unasked-for Search): Node deleted.
6272 (Lossage): Delete from menu.
6273
62742006-04-04 Richard Stallman <rms@gnu.org>
6275
6276 * trouble.texi: Various cleanups.
6277 (Checklist): Don't bother saying how to snail a bug report.
6278 (Emergency Escape): Much rewriting.
6279 (After a Crash): Rename the core dump immediately.
6280 (Total Frustration): Call it a psychotherapist.
6281 (Bug Criteria): Avoid "illegal instruction".
6282 (Sending Patches): We always put the contributor's name in.
6283
6284 * misc.texi (Thumbnails): Minor correction.
6285
8cf51b2c
GM
62862006-04-03 Richard Stallman <rms@gnu.org>
6287
6288 * misc.texi (Thumbnails): Minor cleanup.
6289
62902006-04-02 Karl Berry <karl@gnu.org>
6291
6292 * sending.texi (Mail Sending): pxref to Top needs five args.
6293
6294 * texinfo.tex: Update to current version (2006-03-21.13).
6295
8cf51b2c
GM
62962006-03-31 Richard Stallman <rms@gnu.org>
6297
6298 * emacs.texi (Top): Update subnode menu.
6299
6300 * help.texi (Help Mode): Cleanup.
6301
6302 * dired.texi: Many cleanups.
6303 (Dired Deletion): Describe dired-recursive-deletes.
6304 (Operating on Files): dired-create-directory moved.
6305 (Misc Dired Features): Move to here.
6306 (Tumme): Node moved to misc.texi.
6307
6308 * custom.texi: Many cleanups.
6309 (Minor Modes): Don't mention ISO Accents Mode.
6310 (Examining): Update C-h v output example.
6311 (Hooks): Add index and xref for add-hook.
6312 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6313 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6314
6315 * misc.texi: Many cleanups.
6316 (beginning): Add to summary of topics.
6317 (Shell): Put eshell xref at the end. Remove eshell from table.
6318 (Thumbnails): New node.
6319
8cf51b2c
GM
63202006-03-28 Eli Zaretskii <eliz@gnu.org>
6321
6322 * files.texi (File Name Cache): Make it clear that the cache is
6323 not persistent.
6324
8cf51b2c
GM
63252006-03-25 Karl Berry <karl@gnu.org>
6326
49823426
GM
6327 * emacs-xtra.texi, emacs.texi, gnu.texi:
6328 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6329 (2) do not indent copyright year list (or anything else).
6330
8cf51b2c
GM
63312006-03-21 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * files.texi (VC Dired Mode): Remove misplaced brackets.
6334
63352006-03-21 Andre Spiegel <spiegel@gnu.org>
6336
6337 * files.texi: Various updates and clarifications in the VC chapter.
6338
63392006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6340
6341 * help.texi (Help Mode): Document "C-c C-c".
6342
8cf51b2c
GM
63432006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6346 menu in the standalone Info reader.
6347
63482006-03-15 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6351 moved here from Emacs manual.
6352
6353 * programs.texi (Fortran): Section moved to emacs-xtra.
6354 (Program Modes): Xref to Fortran in emacs-xtra.
6355
6356 * maintaining.texi (Emerge): Move to emacs-xtra.
6357 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6358
6359 * picture.texi: File deleted.
6360 * Makefile.in:
6361 * makefile.w32-in: Remove picture.texi.
6362
6363 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6364 * abbrevs.texi (Abbrevs):
6365 * sending.texi (Sending Mail): Picture node removed.
6366
6367 * emacs.texi (Top): Update node listings.
6368
8cf51b2c
GM
63692006-03-12 Richard Stallman <rms@gnu.org>
6370
6371 * calendar.texi: Various cleanups.
6372
8cf51b2c
GM
63732006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6374
6375 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6376 syntax.
6377
8cf51b2c
GM
63782006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6379
6380 * search.texi (Regexps): More accurately describe which characters
6381 are special in which situations. Recommend _not_ to quote `]' or
6382 `-' when they are not special.
6383
8cf51b2c
GM
63842006-02-28 Andre Spiegel <spiegel@gnu.org>
6385
6386 * files.texi (Old Versions): Clarify operation of C-x v =.
6387
8cf51b2c
GM
63882006-02-21 Nick Roberts <nickrob@snap.net.nz>
6389
6390 * building.texi (Watch Expressions): Update and describe
6391 gdb-speedbar-auto-raise.
6392
63932006-02-19 Richard M. Stallman <rms@gnu.org>
6394
6395 * emacs.texi: Use @smallbook.
6396 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6397 Update subnode menu.
6398
6399 * building.texi (Lisp Interaction): Minor addition.
6400
64012006-02-18 Nick Roberts <nickrob@snap.net.nz>
6402
6403 * building.texi (Watch Expressions): Update and be more precise.
6404
c8763fb6 64052006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6406
6407 * maintaining.texi (Create Tags Table): Explain why the
6408 exception when etags writes to files under the /dev tree.
6409
64102006-02-14 Richard M. Stallman <rms@gnu.org>
6411
6412 * custom.texi (Safe File Variables): Lots of clarification.
6413 Renamed from Unsafe File Variables.
6414
64152006-02-14 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * custom.texi (Unsafe File Variables): File variable confirmation
6418 assumed denied in batch mode.
6419
64202006-02-14 Richard M. Stallman <rms@gnu.org>
6421
6422 * building.texi (GDB User Interface Layout): Don't say `inferior'
6423 for program being debugged.
6424
64252006-02-15 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * building.texi (GDB Graphical Interface):
6428 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6429
64302006-02-13 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * custom.texi (Specifying File Variables, Unsafe File Variables):
6433 New nodes, split from File Variables. Document new file local
6434 variable behavior.
6435
64362006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6437
6438 * display.texi (Standard Faces):
8cf51b2c
GM
6439 * files.texi (Visiting):
6440 * frames.texi (Clipboard):
6441 * glossary.texi (Glossary) <Clipboard>:
6442 * xresources.texi (X Resources): Mention Mac OS port.
6443
8cf51b2c
GM
64442006-02-12 Richard M. Stallman <rms@gnu.org>
6445
6446 * building.texi (Building): Clarify topic in intro.
6447
6448 * maintaining.texi (Maintaining): Change title; clarify topic.
6449 Delete duplicate index entries.
6450
6451 * building.texi (Other GDB User Interface Buffers): Clarifications.
6452
6453 * text.texi (Cell Commands): Clarifications.
6454
6455 * programs.texi (Defuns): Delete duplicate explanation of
6456 left-margin paren convention.
6457 (Hungry Delete): Minor cleanup.
6458
64592006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6460
6461 * dired.texi (Tumme): More tumme documentation.
6462
64632006-02-11 Alan Mackenzie <acm@muc.de>
6464
6465 * programs.texi ("Hungry Delete"): Correct the appellation of the
6466 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6467
64682006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6469
6470 * dired.texi (Tumme): Fix small bug.
6471
64722006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6473
6474 * macos.texi (Mac International): Rename "fontset-mac" to
6475 "fontset-standard".
6476
8cf51b2c
GM
64772006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6478
6479 * dired.texi (Tumme): Basic documentation for Tumme added.
6480
8cf51b2c
GM
64812006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * mule.texi (International):
6484 * programs.texi (Basic Indent): Fix typos.
6485
8cf51b2c
GM
6486 * custom.texi (Minor Modes):
6487 * display.texi (Text Display):
6488 * commands.texi (Text Characters): Update xrefs.
6489
64902006-02-07 Richard M. Stallman <rms@gnu.org>
6491
6492 * emacs.texi (Top): Update subnode menu.
6493 Update info on old Emacs papers.
6494 (Intro): "Graphical display", not window system.
6495
6496 * xresources.texi (GTK styles): Minor clarifications.
6497
6498 * trouble.texi: "Graphical display", not window system.
6499 (Stuck Recursive): Minor clarification.
6500
6501 * text.texi: Minor clarifications.
6502 (Sentences): Explain why two-space convention is better.
6503 Explain sentence-end-without-period here.
6504 (Fill Commands): Not here.
6505 (Refill): Node moved down.
6506 (Filling): Update menu.
6507 (Table Creation, Cell Justification, Column Commands): Clarify.
6508
6509 * sending.texi: Minor clarifications.
6510
6511 * search.texi (Regexp Backslash): Clarification.
6512
6513 * rmail.texi: Minor cleanups.
6514 (Rmail): Delete digression about `rmail-mode'.
6515 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6516 (Rmail Files): Mention C-u M-x rmail.
6517 (Rmail Reply): Mention References.
6518 (Rmail Display): Mention rmail-nonignored-headers.
6519
6520 * programs.texi: Minor cleanups.
6521 (Comment Commands): Mention momentary Transient Mark mode.
6522 (Matching): Be more specific about customizing show-paren-mode.
6523 (Info Lookup): Don't list the modes that support C-h S.
6524 Just say what it does in an unsupported mode.
6525 (Man Page): Delete excessive info on customizing woman.
6526 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6527
6528 * abbrevs.texi: Minor clarifications.
6529 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6530 not "dynamic abbrevs" as if they were a kind of abbrev.
6531
6532 * picture.texi (Picture): Minor cleanup.
6533
6534 * mule.texi (Communication Coding): Say "other applications".
6535 (Fontsets): Not specific to X. Add xref to X Resources.
6536 (Unibyte Mode): Rename from Single-Byte Character Support.
6537 "Graphical display", not window system.
6538 (International): Update menu.
6539
6540 * maintaining.texi (Format of ChangeLog):
6541 New node, split out from ChangeLog.
6542 (ChangeLog): Clarifications in the remaining text.
6543 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6544 (Find Tag): Add @w.
6545 (Tags Search): Explain tag table order here. Simplify grep ref.
6546 (List Tags): tags-tag-face is a variable, not a face.
6547 (Emerge): Cleanups.
6548
6549 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6550 (Keyboard Macros): Avoid "the user".
6551
6552 * killing.texi: "Graphical display", not window system.
6553
6554 * help.texi (Help Echo): "Graphical display", not window system.
6555
6556 * glossary.texi: Say "you", not "the user". Say "graphical display".
6557
6558 * frames.texi: Minor cleanups. "Graphical display", not window system.
6559
6560 * files.texi (Visiting): Make drag-and-drop not X-specific.
6561
6562 * custom.texi: Minor cleanups. "Graphical display", not window system.
6563
6564 * cmdargs.texi: Minor cleanups.
6565
6566 * building.texi (Compilation): Move and split kill-compilation para.
6567 Add para about multiple compilers.
6568 (Compilation Mode): Commands also available in grep mode and others.
6569 Mention C-u C-x ` more tutorially. Clarify C-x `.
6570 (Compilation Shell): Clarify. Put Bash example first.
6571 (Grep Searching): Minor cleanups; add @w.
6572 (Debuggers): Minor cleanups.
6573 (Starting GUD): Make GDB xgraphical mode issue clearer.
6574 (Debugger Operation): Lots of clarifications including
6575 GDB tooltip side-effect issue.
6576 (Commands of GUD): Clarify.
6577 (GUD Customization): Add bashdb-mode-hook.
6578 (GDB Graphical Interface): Rewrite for clarity.
6579 (GDB User Interface Layout): Rewrite for clarity.
6580 (Stack Buffer, Watch Expressions): Likewise.
6581 (Other GDB User Interface Buffers): Cleanups.
6582 (Lisp Libraries, External Lisp): Cleanup.
6583
6584 * basic.texi (Position Info): "Graphical displays", rather than
6585 window systems.
6586
6587 * anti.texi: Minor cleanup.
6588
8cf51b2c
GM
65892006-02-03 Eli Zaretskii <eliz@gnu.org>
6590
6591 * custom.texi (Init File, Find Init): Add cross-references to
6592 where $HOME is described.
6593
65942006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6595
6596 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6597 is not inside the @table.
6598
6599 * emacs.texi (Top): Correct node name.
6600
6601 * files.texi (File Names): Fix @xref.
6602 (Reverting): Fix typo.
6603
6604 * mule.texi (International): Correct node name.
6605
6606 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6607
66082006-02-01 Richard M. Stallman <rms@gnu.org>
6609
6610 * emacs.texi (Top): Update subnode menu.
6611
6612 * mule.texi: Minor clarifications.
6613 Reduce the specific references to X Windows.
6614 Refer to "graphical" terminals, rather than window systems.
6615 (Text Coding): Rename from Specify Coding.
6616 (Communication Coding, File Name Coding, Terminal Coding):
6617 New nodes split out from Text Coding.
6618
6619 * kmacro.texi: Minor clarifications.
6620 (Keyboard Macro Ring): Comment out some excessive commands.
6621 (Basic Keyboard Macro): Split up the table, putting part in each node.
6622
6623 * major.texi: Minor clarifications.
6624
6625 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6626
6627 * windows.texi: Minor clarifications.
6628 (Change Window): Don't describe mode-line mouse cmds here.
6629 Add xref to Mode Line Mouse.
6630
6631 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6632
6633 * macos.texi (Mac International): Fix xref.
6634
6635 * indent.texi: Minor clarifications.
6636
6637 * frames.texi: Minor clarifications.
6638 Reduce the specific references to X Windows.
6639 Refer to "graphical" terminals, rather than window systems.
6640 (Frame Parameters): Don't mention commands like
6641 set-foreground-color. Just say to customize a face.
6642 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6643
6644 * files.texi: Minor clarifications.
6645 (Numbered Backups): New node, split out from Backup Names.
6646
6647 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6648
6649 * cmdargs.texi (General Variables): Fix xref.
6650
6651 * buffers.texi: Minor clarifications.
6652
8cf51b2c
GM
66532006-01-31 Richard M. Stallman <rms@gnu.org>
6654
6655 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6656 Nodes moved to top.
6657
6658 * display.texi: Minor clarifications.
6659 (Display): Rearrange menu.
6660 (Standard Faces): Mention query-replace face.
6661 (Faces): Simplify.
6662 (Font Lock): Simplify face customization info.
6663 (Highlight Changes): Node merged into Highlight Interactively.
6664 (Highlight Interactively): Much rewriting and cleanup.
6665 (Optional Mode Line): Narrowed line number not good for goto-line.
6666 Simplify face customization advice.
6667 (Text Display): Mention use of escape-glyph face.
6668 Move ctl-arrow and tab-width here.
6669 (Display Custom): Move no-redraw-on-reenter to end of node.
6670
6671 * search.texi: Minor clarifications.
6672 (Isearch Scroll): Simplify.
6673 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6674
6675 * regs.texi (Registers): Mention bookmarks here.
6676
6677 * mark.texi: Minor clarifications.
6678 (Selective Undo): Node deleted.
6679
6680 * m-x.texi: Minor clarifications.
6681
6682 * killing.texi: Minor clarifications.
6683 Refer to "graphical" terminals, rather than window systems.
6684
6685 * help.texi: Clarifications.
6686 (Help): Don't describe C-h F and C-h K here.
6687 (Key Help): Describe C-h K here.
6688 (Name Help): Mention Emacs Lisp Intro.
6689 Describe C-h F here.
6690 (Misc Help): Mention C-h F and C-h K only briefly.
6691
6692 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6693 Selective undo text merged in.
6694 (Spelling): Mention Aspell along with Ispell.
6695
6696 * emacs.texi (Top): Update subnode menus.
6697
6698 * basic.texi (Basic Undo): Rename from Undo. Most of text
6699 moved to new Undo node.
6700
8cf51b2c
GM
67012006-01-29 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * basic.texi (Continuation Lines, Inserting Text):
6704 Mention longlines mode.
6705
67062006-01-29 Richard M. Stallman <rms@gnu.org>
6707
10d1d0af 6708 * screen.texi: Minor cleanups.
8cf51b2c
GM
6709 (Screen): Clean up the intro paragraphs.
6710 (Mode Line): Lots of rewriting. Handle frame-name better.
6711 eol-mnemonic-... vars moved out.
6712
6713 * emacs.texi (Top): Change menu item for MS-DOS node.
6714 Update subnode menu.
6715
6716 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6717 chapter relates to Windows. Title changed.
6718
6719 * mini.texi: Minor cleanups.
6720
6721 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6722 (Mark): Put it in the menu.
6723
6724 * entering.texi: Minor cleanups.
6725
6726 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6727 (Intro): Refer to "graphical" terminals, rather than X.
6728
6729 * display.texi (Display Custom): Add xref to Variables.
6730 (Optional Mode Line): eol-mnemonic-... vars moved here.
6731
6732 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6733 rather than X.
6734
8cf51b2c
GM
6735 * basic.texi: Minor cleanups.
6736 (Undo): selective-undo moved.
6737
8cf51b2c
GM
67382006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * anti.texi (Antinews): Various corrections and additions.
6741
67422006-01-23 Juri Linkov <juri@jurta.org>
6743
6744 * custom.texi (Easy Customization, Customization Groups)
6745 (Browsing Custom): Mention links along with buttons.
6746
8cf51b2c
GM
67472006-01-21 Eli Zaretskii <eliz@gnu.org>
6748
8cf51b2c
GM
6749 * text.texi (TeX Print): Use @key for TAB.
6750
8cf51b2c
GM
6751 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6752
8cf51b2c
GM
67532006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6754
6755 * files.texi (File Aliases): Don't claim that usually separate
6756 buffers are created for two file names that name the same data.
6757 Mention additional situations where different names mean the same
6758 file on disk.
6759
67602006-01-19 Richard M. Stallman <rms@gnu.org>
6761
6762 * killing.texi (Deletion): Upcase @key argument.
6763
6764 * custom.texi (Custom Themes): Minor cleanup.
6765
6766 * programs.texi (Hungry Delete): Upcase @key argument.
6767
8cf51b2c
GM
67682006-01-16 Juri Linkov <juri@jurta.org>
6769
6770 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6771 Move `mode-line-highlight' before `mode-line-buffer-id'.
6772
8cf51b2c
GM
67732006-01-14 Richard M. Stallman <rms@gnu.org>
6774
6775 * basic.texi (Inserting Text): Minor cleanup.
6776
8cf51b2c
GM
67772006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * custom.texi (Changing a Variable, Face Customization):
6780 Update for changes in Custom menus.
6781
8cf51b2c
GM
67822006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6783
6784 * macos.texi (Mac International): Undo last change.
6785
8cf51b2c
GM
67862006-01-02 Chong Yidong <cyd@stupidchicken.com>
6787
6788 * custom.texi (Custom Themes): Describe the new
6789 customize-create-theme interface.
6790
67912005-12-30 Juri Linkov <juri@jurta.org>
6792
6793 * basic.texi (Position Info): Update example.
6794
c8763fb6 67952005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6796
6797 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6798
67992005-12-24 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * custom.texi (Custom Themes): `load-theme' always loads.
6802
68032005-12-23 Juri Linkov <juri@jurta.org>
6804
6805 * display.texi (Highlight Interactively): Use double space to
6806 separate sentences. Replace C-p with M-p, and C-n with M-n.
6807
68082005-12-22 Richard M. Stallman <rms@gnu.org>
6809
6810 * custom.texi (Easy Customization and subnodes):
6811 Replace "active field" with "button".
6812 Use "user option" only for variables.
6813 Use "setting" for variable-or-face.
6814
68152005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * buffers.texi (Select Buffer): Change order in table to make
6818 "Similar" refer to the correct item.
6819 (Indirect Buffers): Minor rewording.
6820
8cf51b2c
GM
68212005-12-20 Juri Linkov <juri@jurta.org>
6822
6823 * files.texi (VC Status): Put P and N near p and n.
6824
8cf51b2c
GM
68252005-12-19 Richard M. Stallman <rms@gnu.org>
6826
6827 * programs.texi (Electric C): Delete the info about newline control.
6828 (Other C Commands): Minor cleanup.
6829 (Left Margin Paren): Minor cleanup.
6830
68312005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6832
6833 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6834 (Customization Groups): Delete text moved to "Browsing Custom".
6835 (Browsing Custom): New node.
6836 (Specific Customization): Clarify which commands only work for
6837 loaded options.
6838
68392005-12-18 Bill Wohler <wohler@newt.com>
6840
6841 * frames.texi (Tool Bars): Shorten text of previous change.
6842
68432005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6844
6845 * files.texi (VC Status): Document log-view mode.
6846
68472005-12-18 Bill Wohler <wohler@newt.com>
6848
6849 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6850 permanently via the customize interface.
6851
8cf51b2c
GM
68522005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6853
6854 * killing.texi (Killing by Lines): Document `kill-whole-line'
6855 function.
6856
c8763fb6 68572005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6858
6859 * buffers.texi (Select Buffer): Change `prev-buffer' to
6860 `previous-buffer'. Indicate that these functions use a frame
6861 local buffer list.
6862
8cf51b2c
GM
68632005-12-12 Richard M. Stallman <rms@gnu.org>
6864
6865 * custom.texi (Easy Customization): Change menu comment.
6866 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6867
6868 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6869 (Help): Among the Apropos commands, describe only C-h a here.
6870
68712005-12-11 Richard M. Stallman <rms@gnu.org>
6872
6873 * programs.texi (Options for Comments): Comment-end starts with space.
6874
6875 * glossary.texi (Glossary): Minor cleanup.
6876
6877 * files.texi (Old Versions): Use @table.
6878
8cf51b2c
GM
68792005-12-10 David Koppelman <koppel@ece.lsu.edu>
6880
6881 * display.texi (Highlight Interactively): Include
6882 global-hi-lock-mode. Add miscellaneous details and elaborations.
6883
68842005-12-09 Richard M. Stallman <rms@gnu.org>
6885
6886 * display.texi (Font Lock): Delete the Global FL menu item.
6887
68882005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * custom.texi (Minibuffer Maps): Mention the maps for file name
6891 completion.
6892
68932005-12-09 Kim F. Storm <storm@cua.dk>
6894
6895 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6896 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6897 cursor to next corner in rectangle; clarify insert around rectangle.
6898
8cf51b2c
GM
68992005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6900
6901 * custom.texi (Customization): Use xref to elisp manual for
6902 non-TeX output.
6903 (Minor Modes): Update.
6904 (Customization Groups, Changing a Variable, Face Customization):
6905 Update for new appearance of Custom buffers.
6906 (Changing a Variable): `custom-buffer-done-function' has been
6907 replaced by `custom-buffer-done-kill'.
6908 (Specific Customization): In the `customize-group' buffer, a
6909 subgroup's contents are not "hidden". They are not included at
6910 all. They have no [Show] button.
6911 (Mouse Buttons): Add pxref to description of mouse event lists in
6912 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6913 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6914 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6915
69162005-12-08 Richard M. Stallman <rms@gnu.org>
6917
6918 * mini.texi (Completion Commands, Completion):
6919 In file name input, SPC does not do completion.
6920
8cf51b2c
GM
69212005-12-08 Nick Roberts <nickrob@snap.net.nz>
6922
6923 * building.texi (GDB Graphical Interface): Explain screen size
6924 setting.
6925 (Other GDB User Interface Buffers): Describe features specific to
6926 GDB 6.4.
6927
8cf51b2c
GM
69282005-12-01 Nick Roberts <nickrob@snap.net.nz>
6929
6930 * building.texi (GDB User Interface Layout): Describe how to
6931 kill associated buffers.
6932 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6933 (Watch Expressions): Be more precise.
6934 (Other GDB User Interface Buffers): Describe how to change a
6935 register value.
6936
8cf51b2c
GM
69372005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6938
6939 * macos.texi (Mac Input): Remove description of
6940 mac-command-key-is-meta. Add descriptions of
6941 mac-control-modifier, mac-command-modifier, and
6942 mac-option-modifier.
6943 (Mac International): Fix description of conversion of clipboard data.
6944 (Mac Font Specs): Add example of font customization by face attributes.
6945
69462005-11-22 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * building.texi (Watch Expressions): Expand description.
6949 (Other GDB User Interface Buffers): Describe local map for
6950 gud-watch.
6951
69522005-11-21 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * display.texi (Font Lock): Font lock is enabled by default now.
6955
69562005-11-20 Juri Linkov <juri@jurta.org>
6957
6958 * basic.texi (Position Info): Update examples of the output.
6959 Remove the fact that examples are produced in the TeXinfo buffer,
6960 because in the Info reader users will get a different output from
6961 `C-x ='.
6962
6963 * building.texi (Compilation Mode): Remove paragraph duplicated
6964 from the node `Compilation'. Add `compilation-skip-threshold'.
6965
6966 * display.texi (Font Lock): Suggest more user-friendly method of
6967 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6968
69692005-11-18 Richard M. Stallman <rms@gnu.org>
6970
6971 * files.texi (Registering): Mention @@ in mode line.
6972
6973 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6974
69752005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6976
6977 * files.texi (Renaming and VC): Some back-ends don't
6978 handle renaming.
6979
8cf51b2c
GM
69802005-11-17 Juri Linkov <juri@jurta.org>
6981
6982 * emacs.texi (Top):
6983 * display.texi (Highlight Interactively): Put this font-lock based
6984 mode near Font Lock node.
6985
69862005-11-16 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6989 icons.
6990
69912005-11-12 Kim F. Storm <storm@cua.dk>
6992
6993 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6994 (Help Summary): Add C-h d and C-h e.
6995 (Apropos): Clarify that all apropos commands may search for either
6996 list of words or a regexp. Add C-h d for apropos-documentation.
6997 Describe apropos-documentation-sort-by-scores user option.
6998
8cf51b2c
GM
69992005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * killing.texi (CUA Bindings): Add @section.
7002
70032005-11-10 Kim F. Storm <storm@cua.dk>
7004
7005 * emacs.texi (Top): Add CUA Bindings entry to menu.
7006
7007 * killing.texi (CUA Bindings): New node. Moved here from
7008 misc.texi and extended with info on rectangle commands and
7009 rectangle highlighting, interface to registers, and the global
7010 mark feature.
7011
7012 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7013
7014 * regs.texi: Prev link points to CUA Bindings node.
7015
70162005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * help.texi (Help Echo): By default, help echos are only shown on
7019 mouse-over, not on point-over.
7020
c8763fb6 70212005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7022
7023 * misc.texi (Shell Mode): Describe how to activate password echoing.
7024
8cf51b2c
GM
70252005-11-04 Romain Francoise <romain@orebokech.com>
7026
7027 * mark.texi (Mark Ring): Fix typo.
7028
70292005-11-03 Richard M. Stallman <rms@gnu.org>
7030
7031 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7032
70332005-11-01 Bill Wohler <wohler@newt.com>
7034
7035 * help.texi (Help Mode): Fix typo.
7036
70372005-11-01 Nick Roberts <nickrob@snap.net.nz>
7038
1c6c854e
CS
7039 * building.texi (Other GDB User Interface Buffers):
7040 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7041
70422005-10-31 Romain Francoise <romain@orebokech.com>
7043
7044 * files.texi (Compressed Files): Fix typo.
7045
7046 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7047
7048 * windows.texi (Force Same Window): Likewise.
7049
70502005-10-30 Bill Wohler <wohler@newt.com>
7051
7052 * help.texi (Help Mode): URLs viewed with browse-url.
7053
70542005-10-31 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * building.texi (GDB Graphical Interface): Don't reference
7057 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7058 must stay in same frame.
7059
70602005-10-29 Chong Yidong <cyd@stupidchicken.com>
7061
7062 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7063
7064 * anti.texi (Antinews): Likewise.
7065
8cf51b2c
GM
70662005-10-28 Bill Wohler <wohler@newt.com>
7067
7068 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7069
70702005-10-28 Richard M. Stallman <rms@gnu.org>
7071
7072 * files.texi (Visiting): Explain how to enter ? in a file name.
7073
7074 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7075
8cf51b2c
GM
70762005-10-25 Nick Roberts <nickrob@snap.net.nz>
7077
1c6c854e
CS
7078 * building.texi (GDB Graphical Interface):
7079 Describe gdb-mouse-until.
8cf51b2c
GM
7080
70812005-10-23 Richard M. Stallman <rms@gnu.org>
7082
7083 * custom.texi (Init File): Recommend when to use site-start.el.
7084
8cf51b2c
GM
70852005-10-21 Juri Linkov <juri@jurta.org>
7086
7087 * custom.texi (Examining): Mention accessing the old variable
7088 value via M-n in set-variable.
7089
8cf51b2c
GM
70902005-10-18 Romain Francoise <romain@orebokech.com>
7091
7092 * files.texi (Version Systems): Capitalize GNU.
7093
8cf51b2c
GM
70942005-10-18 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * building.texi (Compilation Mode): Remove redundant paragraph.
7097 (Watch Expressions): Remove paragraph to reflect code change.
7098
8cf51b2c
GM
70992005-10-16 Richard M. Stallman <rms@gnu.org>
7100
7101 * building.texi (Compilation Mode, Compilation): Clarified.
7102
71032005-10-15 Richard M. Stallman <rms@gnu.org>
7104
7105 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7106
8cf51b2c
GM
71072005-10-13 Kenichi Handa <handa@m17n.org>
7108
7109 * basic.texi (Position Info): Fix previous change.
7110
c8763fb6 71112005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7112
7113 * cmdargs.texi (Icons X): Fix typo.
7114
71152005-10-12 Kenichi Handa <handa@m17n.org>
7116
7117 * basic.texi (Position Info): Describe the case that Emacs shows
7118 "part of display ...".
7119
c8763fb6 71202005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7121
7122 * cmdargs.texi (Icons X): -nb => -nbi.
7123
71242005-10-10 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * frames.texi (Speedbar): A couple more clarifications.
7127
71282005-10-11 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * building.texi (GDB User Interface Layout): Improve diagram.
7131 (Watch Expressions): Explain how to make speedbar global.
7132 (Other GDB User Interface Buffers): Make references more precise.
7133
8cf51b2c
GM
71342005-10-09 Richard M. Stallman <rms@gnu.org>
7135
7136 * frames.texi (Speedbar): Clarify the text.
7137
71382005-10-09 Chong Yidong <cyd@stupidchicken.com>
7139
7140 * frames.texi (Speedbar): Add information on keybindings,
7141 dismissing the speedbar, and buffer display mode. Link to
7142 speedbar manual.
7143
c8763fb6 71442005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7145
1c6c854e 7146 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7147 added -nb, --no-bitmap-icon.
7148
8cf51b2c
GM
71492005-10-07 Nick Roberts <nickrob@snap.net.nz>
7150
7151 * building.texi (GDB Graphical Interface): Add variables and
7152 functions to indices. Be more precise.
7153
c8763fb6 71542005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7155
7156 * frames.texi (Drag and Drop): Remove the x- from
7157 x-dnd-open-file-other-window and xdnd-protocol-alist.
7158
71592005-09-30 Romain Francoise <romain@orebokech.com>
7160
7161 * mini.texi (Minibuffer): The default value now appears before the
7162 colon in minibuffer prompts.
7163
8cf51b2c
GM
71642005-09-25 Richard M. Stallman <rms@gnu.org>
7165
7166 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7167
8cf51b2c
GM
71682005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7169
7170 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7171
8cf51b2c
GM
71722005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7173
7174 * emacs.texi (Top): Update submenus from macos.texi.
7175
7176 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7177 (Mac OS): Update feature support status.
7178 (Mac Input): List supported input scripts. Remove description
7179 about `mac-keyboard-text-encoding'. Mention mouse button
7180 emulation and related variables.
7181 (Mac International): Mention Central European and Cyrillic
7182 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7183 Add description about coding system for selection.
7184 Add description about language environment.
7185 (Mac Environment Variables):
7186 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7187 arguments. Add Preferences support.
7188 (Mac Directories): Explicitly state that this node is for Mac OS
7189 Classic only.
1c6c854e
CS
7190 (Mac Font Specs): Mention specification for scalable fonts.
7191 List supported charsets. Add preferred way of creating fontsets.
7192 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7193 (Mac Functions): Add descriptions about `mac-set-file-creator',
7194 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7195 and `mac-get-preference'.
7196
8cf51b2c
GM
71972005-09-16 Romain Francoise <romain@orebokech.com>
7198
7199 Update all files to specify GFDL version 1.2.
7200
7201 * doclicense.texi (GNU Free Documentation License): Update to
7202 version 1.2.
7203
72042005-09-15 Richard M. Stallman <rms@gnu.org>
7205
7206 * buffers.texi (List Buffers): Fix xref.
7207
7208 * rmail.texi (Rmail Basics): Fix xref.
7209
7210 * emacs.texi (Top): Update subnode menus.
7211
7212 * files.texi (Saving Commands): New node, broken out of Saving.
7213 (Customize Save): New node, broken out of Saving.
7214 Clarify effect of write-region-inhibit-fsync.
7215 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7216
8cf51b2c
GM
72172005-09-14 Romain Francoise <romain@orebokech.com>
7218
7219 * files.texi (Saving): Mention write-region-inhibit-fsync.
7220
72212005-09-05 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * custom.texi (Custom Themes): New node.
7224
72252005-09-03 Richard M. Stallman <rms@gnu.org>
7226
49823426
GM
7227 * search.texi (Search Case): Mention vars that control
7228 case-fold-search for various operations.
8cf51b2c
GM
7229
72302005-08-22 Juri Linkov <juri@jurta.org>
7231
7232 * display.texi (Standard Faces): Merge the text from
7233 `(elisp)Standard Faces' into this node.
7234
72352005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * emacs.texi (Top): Delete menu item for deleted node
7238 Keyboard Translations.
7239
72402005-08-18 Richard M. Stallman <rms@gnu.org>
7241
8cf51b2c
GM
7242 * trouble.texi (Unasked-for Search):
7243 Delete xref to Keyboard Translations.
7244
7245 * glossary.texi (Glossary): Delete xref.
7246
8cf51b2c
GM
7247 * custom.texi (Minor Modes): Say that the list here is not complete.
7248 (Keyboard Translations): Node deleted.
7249 (Disabling): Delete xref to it.
7250 (Customization Groups): Fix Custom buffer example.
7251 (Hooks): Mention remove-hooks.
7252
72532005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7254
7255 * building.texi (GDB Graphical Interface): Improve filling of menu
7256 item.
7257
72582005-08-18 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * building.texi (GDB Graphical Interface): Use better node names.
7261
72622005-08-14 Richard M. Stallman <rms@gnu.org>
7263
7264 * text.texi (Sentences): Fix xref.
7265
72662005-08-14 Juri Linkov <juri@jurta.org>
7267
7268 * building.texi (Compilation, Grep Searching): Move grep command
7269 headings from `Compilation' to `Grep Searching'.
7270
7271 * dired.texi (Dired and Find):
7272 * maintaining.texi (Tags Search): Replace grep xref to
7273 `Compilation' node with `Grep Searching'.
7274
7275 * files.texi (Comparing Files): Replace xref to `Compilation' with
7276 `Compilation Mode'.
7277
72782005-08-13 Alan Mackenzie <acm@muc.de>
7279
7280 * search.texi (Non-ASCII Isearch): Correct a typo.
7281 (Replacement Commands): Mention query-replace key binding.
7282
72832005-08-11 Richard M. Stallman <rms@gnu.org>
7284
7285 * programs.texi (Options for Comments): Fix xref.
7286
7287 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7288 out of Regexps.
7289
8cf51b2c
GM
72902005-08-09 Juri Linkov <juri@jurta.org>
7291
7292 * building.texi (Compilation): Use `itemx' instead of `item'.
7293 (Grep Searching): Simplify phrase.
7294
7295 * display.texi (Standard Faces): Describe vertical-border on
7296 window systems.
7297
7298 * windows.texi (Split Window): Simplify phrase and mention
7299 vertical-border face.
7300
73012005-08-09 Richard M. Stallman <rms@gnu.org>
7302
7303 * files.texi (Comparing Files): Clarify compare-windows.
7304
7305 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7306
8cf51b2c
GM
73072005-08-06 Eli Zaretskii <eliz@gnu.org>
7308
7309 * mule.texi (Coding Systems): Rephrase the paragraph about
7310 codepages: no need for "M-x codepage-setup" anymore, except on
7311 MS-DOS.
7312
7313 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7314 the MS-DOS port only.
7315
73162005-07-30 Eli Zaretskii <eliz@gnu.org>
7317
7318 * makefile.w32-in (info): Don't run multi-install-info.bat.
7319 ($(infodir)/dir): New target, produced by running
7320 multi-install-info.bat.
7321
8cf51b2c
GM
73222005-07-22 Eli Zaretskii <eliz@gnu.org>
7323
7324 * files.texi (Quoted File Names): Add index entry.
7325
8cf51b2c
GM
73262005-07-19 Juri Linkov <juri@jurta.org>
7327
7328 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7329
73302005-07-18 Juri Linkov <juri@jurta.org>
7331
8cf51b2c
GM
7332 * custom.texi (Easy Customization):
7333 * files.texi (Old Versions):
7334 * frames.texi (Wheeled Mice):
7335 * mule.texi (Specify Coding):
8cf51b2c
GM
7336 * text.texi (Cell Justification):
7337 * trouble.texi (After a Crash):
8cf51b2c
GM
7338 * xresources.texi (GTK styles):
7339 Delete duplicate duplicate words.
7340
73412005-07-17 Richard M. Stallman <rms@gnu.org>
7342
7343 * frames.texi (Creating Frames): Fix foreground color example.
7344
7345 * custom.texi (Init Examples): Clean up text about conditionals.
7346
73472005-07-16 Richard M. Stallman <rms@gnu.org>
7348
7349 * mini.texi (Completion Commands): Fix command name for ?.
7350
8cf51b2c
GM
73512005-07-16 Eli Zaretskii <eliz@gnu.org>
7352
7353 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7354 `menu' face has no effect on w32 and with GTK.
7355 Add cross-references.
8cf51b2c
GM
7356
7357 * cmdargs.texi (General Variables): Clarify the default location
7358 of $HOME on w32 systems.
7359
73602005-07-15 Jason Rumney <jasonr@gnu.org>
7361
7362 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7363 changed.
7364
73652005-07-08 Kenichi Handa <handa@m17n.org>
7366
1c6c854e
CS
7367 * mule.texi (Recognize Coding):
7368 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7369
73702005-07-07 Richard M. Stallman <rms@gnu.org>
7371
7372 * anti.texi (Antinews): Mention mode-line-inverse-video.
7373
7374 * files.texi (Saving): Minor correction about C-x C-w.
7375
7376 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7377
73782005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7379
7380 * search.texi (Isearch Scroll): Add example of using the
7381 `isearch-scroll' property.
7382 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7383 `Display Custom' node.
7384 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7385 and de-emphasize it.
7386 (Other Repeating Search): `occur' currently can not correctly
7387 handle multiline matches. Correct, clarify and update description
7388 of `flush-lines' and `keep-lines'.
7389
7390 * display.texi (Display Custom): Add anchor for `baud-rate'.
7391
73922005-07-07 Richard M. Stallman <rms@gnu.org>
7393
7394 * gnu.texi: Update where to get GNU status; add refs for how to help.
7395 Add footnotes 6 and 7.
7396
73972005-07-04 Lute Kamstra <lute@gnu.org>
7398
7399 Update FSF's address in GPL notices.
7400
8cf51b2c 7401 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7402 * trouble.texi (Checklist): Update FSF's address.
7403
8cf51b2c
GM
74042005-06-24 Richard M. Stallman <rms@gnu.org>
7405
7406 * display.texi (Text Display): Change index entries.
7407
74082005-06-24 Eli Zaretskii <eliz@gnu.org>
7409
7410 * makefile.w32-in (MAKEINFO): Use --force.
7411 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7412 Makefile.in.
8cf51b2c
GM
7413
74142005-06-23 Richard M. Stallman <rms@gnu.org>
7415
1c6c854e 7416 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7417 nobreak-char-display.
7418
7419 * emacs.texi (Top): Update detailed node listing.
7420
1c6c854e 7421 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7422 to nobreak-char-display and no-break-space to nobreak-space.
7423 (Standard Faces): Split up the list of standard faces
7424 and put it in a separate node. Add nobreak-space and
7425 escape-glyph.
7426
8cf51b2c
GM
74272005-06-23 Lute Kamstra <lute@gnu.org>
7428
7429 * mule.texi (Select Input Method): Fix typo.
7430
74312005-06-23 Kenichi Handa <handa@m17n.org>
7432
1c6c854e
CS
7433 * mule.texi (International): List all supported scripts.
7434 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7435 distribution.
7436 (Language Environments): List all language environments.
7437 Intlfonts contains fonts for most supported scripts, not all..
7438 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7439 input a specific character.
8cf51b2c
GM
7440 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7441
74422005-06-23 Juanma Barranquero <lekktu@gmail.com>
7443
49823426 7444 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7445
74462005-06-22 Miles Bader <miles@gnu.org>
7447
7448 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7449
74502005-06-20 Miles Bader <miles@gnu.org>
7451
7452 * display.texi (Faces): Add `vertical-divider'.
7453
74542005-06-17 Richard M. Stallman <rms@gnu.org>
7455
7456 * text.texi (Adaptive Fill): Minor clarification.
7457
8cf51b2c
GM
74582005-06-10 Lute Kamstra <lute@gnu.org>
7459
7460 * emacs.texi (Top): Correct version number.
7461 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7462 refer to the current version of Emacs.
7463
74642005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * files.texi (Log Buffer): Document when there can be more than
7467 one file to be committed.
7468
74692005-06-08 Juri Linkov <juri@jurta.org>
7470
7471 * display.texi (Faces): Add `shadow' face.
7472
74732005-06-07 Masatake YAMATO <jet@gyve.org>
7474
7475 * display.texi (Faces): Write about mode-line-highlight.
7476
74772005-06-06 Richard M. Stallman <rms@gnu.org>
7478
7479 * misc.texi (Printing Package): Explain how to initialize
7480 printing package.
7481
7482 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7483
74842005-06-05 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * emacs.texi: Rename Hardcopy to Printing.
7487 Make PostScript and PostScript Variables subnodes of it.
7488
7489 * misc.texi (Printing): Rename node from Hardcopy.
7490 Mention menu bar options.
7491 Move PostScript and PostScript Variables to submenu.
7492 (Printing package): New node.
7493
7494 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7495
7496 * dired.texi (Operating on Files): Likewise.
7497
7498 * calendar.texi (Displaying the Diary): Likewise.
7499
7500 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7501
7502 * glossary.texi (Glossary): Likewise.
7503
7504 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7505 effect.
7506
75072005-06-04 Richard M. Stallman <rms@gnu.org>
7508
7509 * trouble.texi (After a Crash): Polish previous change.
7510
8cf51b2c
GM
75112005-05-30 Noah Friedman <friedman@splode.com>
7512
7513 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7514 recovery mechanism.
7515
8cf51b2c
GM
75162005-05-28 Nick Roberts <nickrob@snap.net.nz>
7517
7518 * building.texi (Other Buffers): SPC toggles display of
7519 floating point registers.
7520
8cf51b2c
GM
75212005-05-27 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * files.texi (Log Buffer): Merge in description of Log Edit
7524 mode from pcl-cvs.texi.
7525
75262005-05-26 Richard M. Stallman <rms@gnu.org>
7527
7528 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7529
8cf51b2c
GM
75302005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7531
7532 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7533 not enabled by default.
7534 When not on a word, `ispell-word' by default checks the word
7535 before point.
7536
75372005-05-24 Nick Roberts <nickrob@snap.net.nz>
7538
7539 * building.texi (Debugger Operation): Simplify last sentence.
7540
75412005-05-23 Lute Kamstra <lute@gnu.org>
7542
7543 * emacs.texi: Update FSF's address throughout.
7544 (Preface): Use @cite.
7545 (Distrib): Add cross reference to the node "Copying". Mention the
7546 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7547 printed manuals.
7548 (Intro): Use @xref for the Emacs Lisp Intro.
7549
8cf51b2c
GM
75502005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7553
7554 * basic.texi (Moving Point): Mention default for `goto-line'.
7555
7556 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7557 of a variable's docstring.
7558
75592005-05-18 Lute Kamstra <lute@gnu.org>
7560
7561 * maintaining.texi (Overview of Emerge): Add cross reference.
7562 Remove duplication.
7563
7564 * emacs.texi (Top): Update to the current structure of the manual.
7565 * misc.texi (Emacs Server): Add menu description.
7566 * files.texi (Saving): Fix menu.
7567 * custom.texi (Customization): Fix menu.
7568 * mule.texi (International): Fix menu.
7569 * kmacro.texi (Keyboard Macros): Fix menu.
7570
75712005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7572
7573 * display.texi: Various minor changes.
7574 (Faces): Delete text that is repeated in the next section.
7575
75762005-05-16 Nick Roberts <nickrob@snap.net.nz>
7577
7578 * building.texi (Debugger Operation): Mention GUD tooltips are
7579 disabled with GDB in text command mode.
7580
8cf51b2c
GM
75812005-05-16 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * building.texi: Replace toolbar with "tool bar" for consistency.
7584 (Compilation Mode): Describe compilation-context-lines
7585 and use of arrow in compilation buffer.
7586 (Debugger Operation): Replace help text with variable's value.
7587
7588 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7589 consistency.
7590
75912005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7594 Add xref.
7595
8cf51b2c
GM
75962005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7599 (Position Info): Delete discussion of `goto-line'. It is already
7600 described in `Moving point'.
7601
7602 * mini.texi (Completion Commands): Correct reference.
7603 (Completion Options): Fix typo.
7604
7605 * killing.texi (Deletion): Complete description of `C-x C-o'.
7606
8cf51b2c
GM
76072005-05-10 Richard M. Stallman <rms@gnu.org>
7608
7609 * building.texi (Compilation): Clarify recompile's directory choice.
7610
7611 * frames.texi (Tooltips): Cleanups.
7612
7613 * basic.texi (Arguments): Fix punctuation.
7614
76152005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * screen.texi (Menu Bar): The up and down (not left and right)
7618 arrow keys move through a keyboard menu.
7619
76202005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7621
7622 * basic.texi: Various typo and grammar fixes.
7623 (Moving Point): C-a now runs move-beginning-of-line.
7624
76252005-05-08 Nick Roberts <nickrob@snap.net.nz>
7626
7627 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7628
7629 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7630 as different animals.
7631
76322005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7635 Correct index entry.
7636
76372005-05-07 Nick Roberts <nickrob@snap.net.nz>
7638
7639 * building.texi (Debugger Operation): Update to reflect changes
7640 in GUD tooltips.
7641
76422005-04-30 Richard M. Stallman <rms@gnu.org>
7643
7644 * files.texi (Compressed Files): Auto Compression normally enabled.
7645
7646 * building.texi (Debugger Operation): Clarify previous change.
7647
8cf51b2c
GM
76482005-04-28 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * building.texi (Debugger Operation): Add description for
7651 GUD tooltips when program is not running.
7652
76532005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * misc.texi (Shell): Add `Shell Prompts' to menu.
7656 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7657 description. Delete remarks moved to new node.
7658 (Shell Prompts): New node.
7659 (History References): Replace remarks moved to `Shell Prompts'
7660 with xref to that node.
7661 (Remote Host): Clarify how to specify the terminal type when
7662 logging in to a different machine.
7663
76642005-04-26 Richard M. Stallman <rms@gnu.org>
7665
7666 * emacs.texi (Top): Update submenus from files.texi.
7667
7668 * files.texi (Filesets): Clarify previous change.
7669
7670 * dired.texi (Misc Dired Features): Clarify previous change.
7671
76722005-04-25 Chong Yidong <cyd@stupidchicken.com>
7673
7674 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7675
1c6c854e
CS
7676 * dired.texi (Misc Dired Features):
7677 Document dired-compare-directories.
8cf51b2c
GM
7678
7679 * files.texi (Filesets): New node.
7680 (File Conveniences): Document Image mode.
7681
7682 * text.texi (TeX Print): Document tex-compile.
7683
76842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7685
7686 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7687 Delete redundant reference to tooltip Custom group. It is
7688 referred too again in the next paragraph.
7689
76902005-04-24 Richard M. Stallman <rms@gnu.org>
7691
7692 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7693
8cf51b2c
GM
76942005-04-19 Kim F. Storm <storm@cua.dk>
7695
7696 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7697
76982005-04-18 Lars Hansen <larsh@math.ku.dk>
7699
7700 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7701 turns off desktop-save-mode.
7702
77032005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7706 by default in terminals compatible with xterm. Mention that
7707 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7708 node.
7709
8cf51b2c
GM
77102005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7711
7712 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7713
c8763fb6 77142005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7715
7716 * xresources.texi (Table of Resources): Add cursorBlink.
7717
77182005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7719
7720 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7721 `d', `C-d' and `u'.
7722
77232005-04-11 Richard M. Stallman <rms@gnu.org>
7724
7725 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7726 (Misc X): Add -D, --basic-display.
7727
7728 * maintaining.texi (Change Log): Correct the description of
7729 the example.
7730
7731 * major.texi (Choosing Modes): Document magic-mode-alist.
7732
8cf51b2c
GM
77332005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7736 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7737 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7738 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7739 `w', respectively.
7740 (Rmail Labels): Mention `l'.
7741 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7742 (Rmail Summary Edit): Describe `j' and RET.
7743
c8763fb6 77442005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7745
7746 * xresources.texi (Lucid Resources): Add fontSet resource.
7747
8cf51b2c
GM
77482005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7751 now called `indicate-empty-lines'.
7752
77532005-04-06 Kim F. Storm <storm@cua.dk>
7754
7755 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7756
77572005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7760 deleted.
7761 (Marks vs Flags): Add some convenient key bindings.
7762 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7763 (Misc Dired Features): Correct and expand description of `w' command.
7764
7765 * frames.texi (XTerm Mouse): Delete apparently false info.
7766 The GNU/Linux console currently does not appear to support
7767 `xterm-mouse-mode'.
7768
8cf51b2c
GM
77692005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7770
7771 * calendar.texi (Diary): Mention shell utility `calendar'.
7772
77732005-04-01 Richard M. Stallman <rms@gnu.org>
7774
7775 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7776
8cf51b2c
GM
77772005-04-01 Lute Kamstra <lute@gnu.org>
7778
7779 * maintaining.texi (Change Log): add-change-log-entry uses
7780 add-log-mailing-address.
7781
77822005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7783
7784 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7785 `VC Mode Line' and put in an xref to that node.
7786 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7787 its description.
7788
77892005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7790
7791 * calendar.texi (Calendar Systems): Say that the Persian calendar
7792 implemented here is the arithmetical one championed by Birashk.
7793
77942005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7795
7796 * programs.texi (Fortran Motion): Fix previous change.
7797
8cf51b2c
GM
77982005-03-29 Richard M. Stallman <rms@gnu.org>
7799
7800 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7801
78022005-03-29 Chong Yidong <cyd@stupidchicken.com>
7803
7804 * text.texi (Refill): Refer to Long Lines Mode.
7805 (Longlines): New node.
7806 (Auto Fill): Don't index "word wrap" here.
7807 (Filling): Add Longlines to menu.
7808
78092005-03-29 Richard M. Stallman <rms@gnu.org>
7810
7811 * xresources.texi: Minor fixes.
7812
7813 * misc.texi (Emacs Server): Fix Texinfo usage.
7814
7815 * emacs.texi (Top): Don't use a real section heading for
7816 "Detailed Node Listing". Fake it instead.
7817
7818 * basic.texi (Position Info): Minor cleanup.
7819
7820 * mule.texi (Input Methods): Minor cleanup.
7821
78222005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7823
7824 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7825 constructs as well.
7826 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7827
78282005-03-29 Kenichi Handa <handa@m17n.org>
7829
7830 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7831
7832 * basic.texi (Position Info): Update the description about the
7833 command C-u C-x =.
7834
78352005-03-28 Richard M. Stallman <rms@gnu.org>
7836
7837 * emacs.texi (Top): Use @section for the detailed node listing.
7838
7839 * calendar.texi: Minor fixes to previous change.
7840
7841 * programs.texi (Fortran): Small fixes to previous changes.
7842
7843 * emacs.texi (Top): Update list of subnodes of Dired.
7844 Likewise for building.texi.
7845
7846 * files.texi (File Conveniences): Delete Auto Image File mode.
7847
78482005-03-28 Chong Yidong <cyd@stupidchicken.com>
7849
7850 * building.texi (Flymake): New node.
7851
7852 * custom.texi (Function Keys): Document kp- event types and
7853 keypad-setup package.
7854
7855 * dired.texi (Wdired): New node.
7856
7857 * files.texi (File Conveniences): Reorder entries.
7858 Explain how to turn on Auto-image-file mode.
7859 Document Thumbs mode.
7860
7861 * mule.texi (Specify Coding): Document recode-region and
7862 recode-file-name.
7863
7864 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7865
78662005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7867
7868 * commands.texi (Keys): M-o is now a prefix key.
7869
78702005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7871
7872 * programs.texi: Reformat and update copyright years.
7873 (Fortran): Update section.
7874
78752005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7876
7877 * files.texi: Several small changes in addition to:
7878 (Visiting): Change xref for Dialog Boxes to ref.
7879 (Version Headers): Replace references to obsolete var
7880 `vc-header-alist' with `vc-BACKEND-header'.
7881 (Customizing VC): Update value of `vc-handled-backends'.
7882
78832005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7884
7885 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7886 move here from Emacs Lisp Reference Manual.
7887 * calendar.texi (Calendar/Diary, Diary Commands)
7888 (Special Diary Entries, Importing Diary): Change some xrefs to
7889 point to emacs-xtra rather than elisp.
7890
7891 * emacs-xtra.texi (Calendar Customizing):
7892 Move view-diary-entries-initially, view-calendar-holidays-initially,
7893 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7894 Emacs Manual.
7895 (Appt Customizing): Merge entire section into main Emacs Manual.
7896 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7897 mark-holidays-in-calendar here from emacs-xtra.
7898 (Displaying the Diary): Move view-diary-entries-initially,
7899 mark-diary-entries-in-calendar here from emacs-xtra.
7900 (Appointments): Move appt-display-mode-line,
7901 appt-display-duration, appt-disp-window-function,
7902 appt-delete-window-function here from emacs-xtra.
7903
7904 * calendar.texi: Update and reformat copyright.
7905 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7906 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7907 (Diary): Refer to `diary-file' rather than ~/diary.
7908 (Diary Commands): Rename node to "Displaying the Diary".
7909 * emacs.texi (Top): Rename "Diary Commands" section.
7910 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7911
79122005-03-26 Eli Zaretskii <eliz@gnu.org>
7913
7914 * misc.texi (Emacs Server): Fix the command for setting
7915 server-name. Add an xref to Invoking emacsclient.
7916
7917 * help.texi (Help Summary): Clarify when "C-h ." will do something
7918 nontrivial.
7919 (Apropos): Add cindex entry for apropos-sort-by-scores.
7920
7921 * display.texi (Text Display): Add index entries for how no-break
7922 characters are displayed.
7923
8cf51b2c
GM
79242005-03-26 Eli Zaretskii <eliz@gnu.org>
7925
7926 * files.texi (Visiting): Fix cross-references introduced with the
7927 last change.
7928
7929 * xresources.texi (GTK resources): Fix last change.
7930
8cf51b2c
GM
79312005-03-25 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * xresources.texi (X Resources): GTK options documented too.
7934 (Resources): Clarify meaning of program name.
7935 (Table of Resources): Add visualClass.
7936 (GTK resources): Rewrite.
7937 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7938
7939 * display.texi (Text Display): Mention non-breaking spaces.
7940
7941 * files.texi (Reverting): Document auto-revert-check-vc-info.
7942
7943 * frames.texi (Mouse Commands): Document
7944 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7945
7946 * help.texi (Help Summary): Add `C-h .'.
7947 (Apropos): Apropos accepts a list of search terms.
7948 Document apropos-sort-by-scores.
7949 (Help Echo): Document display-local-help.
7950
7951 * misc.texi (Emacs Server): Document server-name.
7952 (Invoking emacsclient): Document -s option for server names.
7953
7954 * text.texi (Outline Visibility): Introduce "current heading
7955 line" (commands can be called with point on a body line).
7956 Re-order table to follow the sequence of discussion.
7957 hide-body won't hide lines before first header line.
7958 (TeX Mode): Add DocTeX mode.
7959
8cf51b2c
GM
79602005-03-24 Richard M. Stallman <rms@gnu.org>
7961
7962 * mule.texi (Single-Byte Character Support): Delete mention
7963 of iso-acc.el and iso-transl.el.
7964
8cf51b2c
GM
79652005-03-23 Lute Kamstra <lute@gnu.org>
7966
7967 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7968
79692005-03-23 Richard M. Stallman <rms@gnu.org>
7970
8cf51b2c
GM
7971 * search.texi: Delete explicit node pointers.
7972 (Incremental Search): New menu.
7973 (Basic Isearch, Repeat Isearch, Error in Isearch)
7974 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7975 (Slow Isearch): New subnodes.
7976 (Configuring Scrolling): Node deleted.
7977 (Search Case): Doc default-case-fold-search.
7978 (Regexp Replace): Move replace-regexp doc here.
7979
7980 * rmail.texi (Movemail): Put commas inside closequotes.
7981
7982 * picture.texi (Insert in Picture): Document C-c arrow combos.
7983 (Basic Picture): Clarify erasure.
7984
7985 * display.texi (Font Lock): Put commas inside closequotes.
7986
7987 * cmdargs.texi (General Variables): Put commas inside closequotes.
7988
79892005-03-23 Nick Roberts <nickrob@snap.net.nz>
7990
7991 * building.texi (Stack Buffer): Mention reverse contrast for
7992 *selected* frame (might not be current frame).
7993
8cf51b2c
GM
79942005-03-21 Richard M. Stallman <rms@gnu.org>
7995
7996 * building.texi (Starting GUD): Add bashdb.
7997
79982005-03-20 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * basic.texi (Moving Point): Add M-g M-g binding.
8001 (Undo): Document undo-only.
8002 (Position Info): Document M-g M-g and C-u M-g M-g.
8003
8004 * building.texi (Building): Put Grep Searching after Compilation
8005 Shell.
8006 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8007 Document next-error-highlight.
8008 (Grep Searching): Document grep-highlight-matches.
8009 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8010
8011 * calendar.texi (Importing Diary): Rename node from iCalendar.
8012 Document diary-from-outlook.
8013
8014 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8015 Commands.
8016 Mention effect of X drag and drop on Dired buffers.
8017
8018 * files.texi (Visiting): Document large-file-warning-threshold.
8019 Move paragraph on file-selection dialog.
8020 Mention visiting files using X drag and drop.
8021 (Reverting): Mention using Auto-Revert mode to tail files.
8022 Document auto-revert-tail-mode.
8023 (Version Systems): Minor correction.
8024 (Comparing Files): Diff-mode is no longer based on Compilation
8025 mode.
8026 Document compare-ignore-whitespace.
8027 (Misc File Ops): Explain passing a directory to rename-file.
8028 Likewise for copy-file and make-symbolic-link.
8029
8030 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8031 Document mouse-wheel-progressive speed.
8032
8033 * help.texi (Misc Help): Document numeric argument for C-h i.
8034 Correctly explain the effect of just C-u as argument.
8035
8036 * killing.texi (Deletion): Document numeric argument for
8037 just-one-space.
8038
8039 * mini.texi (Completion): Completion acts on text before point.
8040
8041 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8042 (Emulation): CUA mode replaces pc-bindings-mode,
8043 pc-selection-mode, and s-region.
8044
8045 * mule.texi (Input Methods): Leim is now built-in.
8046 (Select Input Method): Document quail-show-key.
8047 (Specify Coding): Document revert-buffer-with-coding-system.
8048
8049 * programs.texi (Fortran Motion): Document f90-next-statement,
8050 f90-previous-statement, f90-next-block, f90-previous-block,
8051 f90-end-of-block, and f90-beginning-of-block.
8052
8053 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8054
8055 * emacs.texi (Acknowledgments): Updated.
8056
8057 * anti.texi: Total rewrite.
8058
8cf51b2c
GM
80592005-03-19 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * ack.texi (Acknowledgments): Update.
8062
80632005-03-19 Eli Zaretskii <eliz@gnu.org>
8064
1c6c854e
CS
8065 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8066 Update copyright years.
8cf51b2c
GM
8067
80682005-03-14 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * building.texi (Commands of GUD): Move paragraph on setting
8071 breakpoints with mouse to the GDB Graphical Interface node.
8072
80732005-03-07 Richard M. Stallman <rms@gnu.org>
8074
8cf51b2c
GM
8075 * misc.texi (Single Shell, Shell Options): Fix previous change.
8076
8077 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8078
80792005-03-06 Richard M. Stallman <rms@gnu.org>
8080
8081 * building.texi (Starting GUD): Don't explain text vs graphical
8082 GDB here. Just mention it and xref.
8083 Delete "just one debugger process".
8084 (Debugger Operation): Move GUD tooltip info here.
8085 (GUD Tooltips): Node deleted.
8086 (GDB Graphical Interface): Explain the two GDB modes here.
8087
8cf51b2c
GM
8088 * sending.texi (Sending Mail): Minor cleanup.
8089 (Mail Aliases): Explain quoting conventions.
8090 Update key rebinding example.
8091 (Header Editing): C-M-i is like M-TAB.
8092 (Mail Mode Misc): mail-attach-file does not do MIME.
8093
8094 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8095 that really belongs here.
8096 (Remote Mailboxes): Text moved to Rmail Inbox.
8097 (Rmail Display): Mention Mouse-1.
8098 (Movemail): Clarify two movemail versions.
8099 Clarify rmail-movemail-program.
8100
8cf51b2c
GM
8101 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8102 Document async shell commands.
8103 (Shell History): Clarify.
8104 (Shell Ring): Mention C-UP an C-DOWN.
8105 (Shell Options): Add comint-prompt-read-only.
8106 (Invoking emacsclient): Set EDITOR to run Emacs.
8107 (Sorting): No need to explain what region is.
8108 (Saving Emacs Sessions): Fix typo.
8109 (Recursive Edit): Fix punctuation.
8110 (Emulation): Don't mention "PC bindings" which are standard.
8111 (Hyperlinking): Explain Mouse-1 convention here.
8112 (Find Func): Node deleted.
8113
8cf51b2c
GM
8114 * help.texi (Name Help): Xref to Hyperlinking.
8115
8116 * glossary.texi (Glossary):
8117 Rename "Balance Parentheses" to "Balancing...".
8118 Add "Byte Compilation". Correct "Copyleft".
8119 New xref in "Customization".
8120 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8121 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8122 Rename "Registers" to "Register".
8123 Replace "Selecting" with "Selected Frame",
8124 "Selected Window", and "Selecting a Buffer".
8125
8126 * files.texi (Types of Log File): Explain how projects'
8127 methods can vary.
8128
8cf51b2c
GM
8129 * display.texi (Faces): Delete "Emacs 21".
8130
8131 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8132 * fixit.texi (Spelling): C-M-i like M-TAB.
8133 * mini.texi (Completion Options): C-M-i like M-TAB.
8134 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8135 * text.texi (Text Mode): C-M-i like M-TAB.
8136
8137 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8138
8139 * calendar.texi (Specified Dates): Mention `g w'.
8140 (Appointments): appt-activate toggles with no arg.
8141
8cf51b2c
GM
81422005-03-05 Juri Linkov <juri@jurta.org>
8143
8144 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8145 "invocation (command line arguments)".
8cf51b2c
GM
8146 (Misc X): Add -nbc, --no-blinking-cursor.
8147
81482005-03-04 Ulf Jasper <ulf.jasper@web.de>
8149
8150 * calendar.texi (iCalendar): No need to require it now.
8151
8cf51b2c
GM
81522005-03-03 Nick Roberts <nickrob@snap.net.nz>
8153
8154 * trouble.texi (Contributing): Mention Savannah. Direct users to
8155 emacs-devel.
8156
81572005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8158
8159 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8160 window.
8161
8cf51b2c
GM
81622005-02-27 Richard M. Stallman <rms@gnu.org>
8163
8164 * building.texi (Compilation): Update mode line status info.
8165
81662005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8167
8168 * calendar.texi (General Calendar): Document binding of
8169 scroll-other-window-down.
8170 (Mayan Calendar): Fix earliest date.
8171 (Time Intervals): Document timeclock-change.
8172 Fix timeclock-ask-before-exiting documentation.
8173
81742005-02-26 Kim F. Storm <storm@cua.dk>
8175
8176 * frames.texi (Mouse References):
8177 Add mouse-1-click-in-non-selected-windows.
8178
81792005-02-25 Richard M. Stallman <rms@gnu.org>
8180
8181 * screen.texi (Screen): Explain better about cursors and mode lines;
8182 don't presuppose text terminals.
8183 (Point): Don't assume just one cursor.
8184 Clarify explanation of cursors.
8185 (Echo Area, Menu Bar): Cleanups.
8186
8187 * mini.texi (Minibuffer): Prompts are highlighted.
8188 (Minibuffer Edit): Newline = C-j only on text terminals.
8189 Clarify resize-mini-windows values.
8190 Mention M-PAGEUP and M-PAGEDOWN.
8191 (Completion Commands): Mouse-1 like Mouse-2.
8192 (Minibuffer History): Explain history commands better.
8193 (Repetition): Add xref to Incremental Search.
8194
8195 * mark.texi (Setting Mark): Clarify info about displaying mark.
8196 Clarify explanation of C-@ and C-SPC.
8197 (Transient Mark): Mention Delete Selection mode.
8198 (Marking Objects): Clean up text about extending the region.
8199
8200 * m-x.texi (M-x): One C-g doesn't always go to top level.
8201 No delay before suggest-key-bindings output.
8202
8203 * fixit.texi (Fixit): Mention C-/ for undo.
8204 (Spelling): Mention ESC TAB like M-TAB.
8205 Replacement words with r and R are rechecked.
8206 Say where C-g leaves point. Mention ? as input.
8207
82082005-02-23 Lute Kamstra <lute@gnu.org>
8209
8210 * cmdargs.texi (Initial Options): Add cross reference.
8211
8cf51b2c
GM
82122005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * emacs.texi (Top): Update menu for splitting of node in
8215 msdog.texi.
8216 * frames.texi (Frames): Update xref for splitting of node in
8217 msdog.texi.
8218 * trouble.texi (Quitting): Ditto.
8219
82202005-02-16 Richard M. Stallman <rms@gnu.org>
8221
8222 * windows.texi (Split Window): Simplify line truncation info
8223 and xref to Display Custom.
8224
8225 * trouble.texi (Quitting): Emergency escape only for text terminal.
8226 (Screen Garbled): C-l for ungarbling is only for text terminal.
8227
8228 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8229
8230 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8231
8232 * programs.texi (Program Modes): Mention Python mode.
8233 (Moving by Defuns): Repeating C-M-h extends region.
8234 (Basic Indent): Clarify.
8235 (Custom C Indent): Clarify.
8236 (Expressions): Repeating C-M-@ extends region.
8237 (Info Lookup): Clarify for C-h S.
8238 (Symbol Completion): ESC TAB alternative for M-TAB.
8239 (Electric C): Clarify.
8240
8241 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8242
8243 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8244 MS-DOS Input node.
8245 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8246 (MS-DOS and MULE): Clarify.
8247 (MS-DOS Processes, Windows Processes): Fix typos.
8248
8249 * major.texi (Choosing Modes): Clarify.
8250
8251 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8252 (Keyboard Macro Step-Edit): Clarify.
8253
8254 * indent.texi (Indentation): Clarifications.
8255
8256 * help.texi (Help): Correct error about C-h in query-replace.
8257 Clarify apropos vs C-h a. Fix how to search in FAQ.
8258 (Key Help): Describe C-h w here.
8259 (Name Help): Minor cleanup. C-h w moved to Key Help.
8260 Clarify the "object" joke.
8261 (Apropos): Clarify. Mouse-1 like Mouse-2.
8262 (Help Mode): Mouse-1 like Mouse-2.
8263
8264 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8265
8266 * display.texi (Display): Reorder menu.
8267 (Faces): Cleanup.
8268 (Font Lock): Cleanup. Mention Options menu.
8269 Delete obsolete text.
8270 (Scrolling): For C-l, don't presume text terminal.
8271 (Horizontal Scrolling): Simplify intro.
8272 (Follow Mode): Clarify.
1c6c854e 8273 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8274 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8275 Doc default-tab-width. Doc line truncation more thoroughly.
8276
8277 * dired.texi (Dired Enter): C-x C-f can run Dired.
8278 (Dired Visiting): Comment out `a' command.
8279 Mouse-1 is like Mouse-2.
8280 (Shell Commands in Dired): ? can be used more than once.
8281
8282 * basic.texi (Continuation Lines): Simplify description of truncation,
8283 and refer to Display Custom for the rest of it.
8284
8cf51b2c
GM
82852005-02-06 Lute Kamstra <lute@gnu.org>
8286
8287 * basic.texi (Undo): Fix typo.
8288
8289 * cmdargs.texi (Emacs Invocation): Fix typo.
8290
8291 * custom.texi (Init Examples): Fix typo.
8292
8293 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8294
82952005-02-06 Richard M. Stallman <rms@gnu.org>
8296
8297 * regs.texi (Registers): Registers can hold numbers, too.
8298
8299 * killing.texi (Other Kill Commands): Cleanup.
8300 Delete redundant explanation of kill in read-only buffer.
8301 (Yanking): Mention term "copying".
8302 (Accumulating Text): Fix typo.
8303
8304 * entering.texi (Entering Emacs): Update rationale at start.
8305 (Exiting): Treat iconifying on a par with suspension.
8306
8307 * custom.texi (Minor Modes): Fix typo.
8308 (Easy Customization): Fix menu style.
8309 (Variables): Add xref.
8310 (Examining): Setting for future sessions works through .emacs.
8311 (Keymaps): "Text terminals", not "Many".
8312 (Init Rebinding): Explain \C-. Show example of \M-.
8313 Fix minor wording errors.
8314 (Function Keys): Explain vector syntax just once.
8315 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8316 (Init File): Mention .emacs.d directory.
8317 (Init Examples): Add xref.
8318 (Find Init): Mention .emacs.d directory.
8319
8320 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8321 (Action Arguments): Explain which kinds of -l args are found how.
8322 (Initial Options): --batch does not inhibit site-start.
8323 Add xrefs.
8324 (Command Example): Use --batch, not -batch.
8325
8326 * basic.texi (Inserting Text): Cleanup wording.
8327 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8328 C-n is not error at end of buffer.
8329 (Undo): Doc C-/ like C-_. Add xrefs.
8330 (Arguments): META key may be labeled ALT.
8331 Peculiar arg meanings are explained in doc strings.
8332
8333 * abbrevs.texi (Expanding Abbrevs): Clarify.
8334
83352005-02-05 Eli Zaretskii <eliz@gnu.org>
8336
8337 * frames.texi (Frame Parameters): Add an xref to the description
8338 of list-colors-display. Add a pointer to the X docs about colors.
8339
8340 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8341 Improve docs of list-colors-display.
8cf51b2c
GM
8342
83432005-02-03 Lute Kamstra <lute@gnu.org>
8344
8345 * frames.texi (Frames, Drag and Drop): Fix typos.
8346
83472005-02-03 Richard M. Stallman <rms@gnu.org>
8348
8349 * windows.texi (Basic Window): Mention color-change in mode line.
8350 (Change Window): Explain dragging vertical boundaries.
8351
8352 * text.texi (Sentences): Clarify.
8353 (Paragraphs): Explain M-a and blank lines.
8354 (Outline Mode): Clarify text and menu.
8355 (Hard and Soft Newlines): Mention use-hard-newlines.
8356
8357 * frames.texi (Frames): Delete unnecessary mention of Windows.
8358 (Mouse Commands): Likewise. Mention xterm mouse support.
8359 (Clipboard): Clarify.
8360 (Mouse References): Mention use of Mouse-1 for following links.
8361 (Menu Mouse Clicks): Clarify.
8362 (Mode Line Mouse): Clarify.
8363 (Drag and Drop): Rewrite.
8364
8365 * fixit.texi (Spelling): Fix typo.
8366
8367 * files.texi (File Names): Clarify.
8368 (Visiting): Update conditions for use of file dialog. Clarify.
8369 (Saving): Doc d as answer in save-some-buffers.
8370 (Remote Files): Clean up the text.
8371
8372 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8373
8374 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8375 (List Buffers): Clarify.
8376 (Several Buffers): Doc T command.
8377 (Buffer Convenience): Clarify menu.
8378
8379 * basic.texi (Undo): Clarify last change.
8380
83812005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8382
8383 * fixit.texi (Spelling): Fix typo.
8384
83852005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * basic.texi (Undo): Update description of `undo-outer-limit'.
8388
83892005-02-01 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * building.texi: Update documentation relating to GDB Graphical
8392 Interface.
8393
83942005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * custom.texi (Easy Customization): Adapt menu to node name change.
8397
83982005-01-30 Richard M. Stallman <rms@gnu.org>
8399
8400 * custom.texi (Easy Customization): Defn of "User Option" now
8401 includes faces. Don't say just "option" when talking about variables.
8402 Do say just "options" to mean "anything customizable".
8403 (Specific Customization): Describe `customize-variable',
8404 not `customize-option'.
8405
8406 * glossary.texi (Glossary) <Faces>: Add xref.
8407 <User Option>: Change definition--include faces. Change xref.
8408
8409 * picture.texi (Picture): Mention artist.el.
8410
8411 * sending.texi, screen.texi, programs.texi, misc.texi:
8412 * mini.texi, major.texi, maintaining.texi, macos.texi:
8413 * help.texi, frames.texi, files.texi:
8414 Don't say just "option" when talking about variables.
8415
8416 * display.texi, mule.texi: Don't say just "option" when talking
8417 about variables. Other minor cleanups.
8418
8cf51b2c
GM
84192005-01-26 Lute Kamstra <lute@gnu.org>
8420
8421 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8422 File'. Mention the `-Q' option at the `--no-site-file' option.
8423
8cf51b2c
GM
84242005-01-22 David Kastrup <dak@gnu.org>
8425
8426 * building.texi (Grep Searching): Mention alias `find-grep' for
8427 `grep-find'.
8428
84292005-01-20 Richard M. Stallman <rms@gnu.org>
8430
8431 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8432
8cf51b2c
GM
84332005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8434
8435 * rmail.texi (Movemail): Explain differences
8436 between standard and mailutils versions of movemail.
8437 Describe command line and configuration options introduced
8438 with the latter.
8439 Explain the notion of mailbox URL, provide examples and
8440 cross-references to mailutils documentation.
8441 Describe various methods of specifying mailbox names,
8442 user names and user passwords for rmail.
1c6c854e
CS
8443 (Remote Mailboxes): New section.
8444 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8445 options used to control its behavior.
8446 (Other Mailbox Formats): Explain handling of various mailbox
8447 formats.
8448
84492005-01-13 Richard M. Stallman <rms@gnu.org>
8450
8451 * commands.texi (Commands): Clarification.
8452
84532005-01-11 Richard M. Stallman <rms@gnu.org>
8454
8455 * programs.texi (Multi-line Indent): Fix previous change.
8456 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8457
8cf51b2c
GM
84582005-01-08 Richard M. Stallman <rms@gnu.org>
8459
8460 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8461 lazy-highlight.
8462
8463 * search.texi (Query Replace): Mention faces query-replace
8464 and lazy-highlight.
8465 (Incremental Search): Update isearch highlighting info.
8466
8cf51b2c
GM
84672005-01-04 Richard M. Stallman <rms@gnu.org>
8468
8469 * custom.texi (Saving Customizations): Minor improvement.
8470
8cf51b2c
GM
84712005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8472
8473 * custom.texi (Saving Customizations): Emacs no longer loads
8474 `custom-file' after .emacs. No longer mention customizing through
8475 Custom.
8476
8cf51b2c
GM
84772005-01-01 Andreas Schwab <schwab@suse.de>
8478
8479 * killing.texi (Graphical Kill): Move up under node Killing,
8480 change @section to @subsection.
8481
84822005-01-01 Richard M. Stallman <rms@gnu.org>
8483
8484 * custom.texi (Face Customization): Mention hex color specs.
8485
8486 * emacs.texi (Top): Update Killing submenu.
8487
8488 * killing.texi (Killing): Reorganize section.
8489 No more TeX-only text; put the node command at start of chapter.
8490 But the first section heading is used only in TeX.
8491 Rewrite the text to read better in this mode.
8492 (Graphical Kill): New subnode gets some of the text that
8493 used to be in the first section.
8494
84952004-12-31 Richard M. Stallman <rms@gnu.org>
8496
8497 * dired.texi (Shell Commands in Dired): Delete the ? example.
8498
8499 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8500
8501 * files.texi (Saving): Describe new require-final-newline features
8502 and mode-require-final-newline.
8503
8cf51b2c
GM
85042004-12-29 Richard M. Stallman <rms@gnu.org>
8505
8506 * custom.texi (File Variables): Clarify previous change.
8507
c8763fb6 85082004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8509
8510 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8511 out now.
8512
85132004-12-27 Richard M. Stallman <rms@gnu.org>
8514
8515 * Makefile.in (MAKEINFO): Specify --force.
8516
8517 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8518 (Undo): Doc undo-outer-limit.
8519
8cf51b2c
GM
85202004-12-15 Juri Linkov <juri@jurta.org>
8521
8522 * mark.texi (Transient Mark, Mark Ring): M-< and other
8523 movement commands don't set mark in Transient Mark mode
8524 if mark is active.
8525
8cf51b2c
GM
85262004-12-12 Juri Linkov <juri@jurta.org>
8527
8528 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8529 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8530
8531 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8532 (Misc Dired Commands): Add @r{(Dired)} to w.
8533
85342004-12-12 Juri Linkov <juri@jurta.org>
8535
8536 * mark.texi (Marking Objects): Marking commands also extend the
8537 region when mark is active in Transient Mark mode.
8538
8cf51b2c
GM
85392004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * custom.texi (Saving Customizations): Emacs only loads the custom
8542 file automatically after the init file in version 22.1 or later.
8543 Adapt text and examples to this fact.
8544
8cf51b2c
GM
85452004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8548 be set through Custom. Otherwise, it has no effect.
8549
8cf51b2c
GM
85502004-12-05 Richard M. Stallman <rms@gnu.org>
8551
8552 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8553 * entering.texi: Rename Command Line to Emacs Invocation.
8554
10d1d0af 8555 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8556
8557 * custom.texi (Easy Customization): Move up to section level,
8558 before Variables. Avoid using the term "variable"; say "option".
8559 New initial explanation.
8560 (Variables): In initial explanation, connect "variable" to the
8561 already-explained "user option".
8562
8563 * emacs.texi (Top): Fix ref to Command Line.
8564 Move reference to Easy Customization.
8565
8566 * xresources.texi (X Resources): Fix From link.
8567
8568 * doclicense.texi (GNU Free Documentation License): Fix To link.
8569
8570 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8571
8572 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8573
85742004-12-03 Richard M. Stallman <rms@gnu.org>
8575
8576 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8577
85782004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * kmacro.texi: Several small changes in addition to the following.
8581 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8582 defining a keyboard macro.
8583 Mention `kmacro-ring-max'.
8584 (Keyboard Macro Counter): Clarify description of
8585 `kmacro-insert-counter', `kmacro-set-counter',
8586 `kmacro-add-counter' and `kmacro-set-format'.
8587
85882004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8589
8590 * custom.texi (File Variables): Add `unibyte' and make it more
8591 clear that `unibyte' and `coding' are special. Suggested by Simon
8592 Krahnke <overlord@gmx.li>.
8593
8594 * mule.texi (Enabling Multibyte): Refer to File Variables.
8595 Suggested by Simon Krahnke <overlord@gmx.li>.
8596
c8763fb6 85972004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8598
8599 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8600 x-use-old-gtk-file-dialog.
8601
8cf51b2c
GM
86022004-11-20 Richard M. Stallman <rms@gnu.org>
8603
8604 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8605
86062004-11-09 Lars Brinkhoff <lars@nocrew.org>
8607
8608 * building.texi (Lisp Eval): Delete hyphen in section name.
8609
86102004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8611
8612 * files.texi (Old Versions):
8613 No longer document annotation as "CVS only".
8614
86152004-11-10 Andre Spiegel <spiegel@gnu.org>
8616
8617 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8618 version systems, mentioning the new ones that we support.
8619 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8620 suggestions.
8621
c8763fb6 86222004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8623
49823426 8624 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8625
c8763fb6 86262004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8627
8628 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8629
86302004-10-23 Eli Zaretskii <eliz@gnu.org>
8631
8632 * text.texi (Text Based Tables, Table Definition)
8633 (Table Creation, Table Recognition, Cell Commands)
8634 (Cell Justification, Row Commands, Column Commands)
8635 (Fixed Width Mode, Table Conversion, Measuring Tables)
8636 (Table Misc): New nodes, documenting the Table Mode.
8637
8cf51b2c
GM
86382004-10-19 Jason Rumney <jasonr@gnu.org>
8639
8640 * makefile.w32-in (info): Change order of arguments to makeinfo.
8641
86422004-10-19 Ulf Jasper <ulf.jasper@web.de>
8643
8644 * calendar.texi (iCalendar): Update for package changes.
8645
8cf51b2c
GM
86462004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8647
8648 * files.texi (Misc File Ops): View mode is a minor mode.
8649
8cf51b2c
GM
86502004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8651
8652 * calendar.texi (iCalendar): Style changes.
8653
86542004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8655
8656 * search.texi (Regexps): The regexp described in the example is no
8657 longer stored in the variable `sentence-end'.
8658
8cf51b2c
GM
86592004-10-06 Nick Roberts <nickrob@snap.net.nz>
8660
8661 * building.texi (Starting GUD): Note that multiple debugging
8662 sessions requires `gdb --fullname'.
8663
86642004-10-05 Ulf Jasper <ulf.jasper@web.de>
8665
8666 * calendar.texi (iCalendar): New section for a new package.
8667
8cf51b2c
GM
86682004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8669
8670 * text.texi: Various small changes in addition to the following.
8671 (Text): Replace xref for autotype with inforef.
8672 (Sentences): Explain nil value for `sentence-end'.
8673 (Paragraphs): Update default values for `paragraph-start' and
8674 `paragraph-separate'.
8675 (Text Mode): Correct description of Text mode's effect on the
8676 syntax table.
8677 (Outline Visibility): `hide-other' does not hide top level headings.
8678 `selective-display-ellipses' no longer has an effect on Outline mode.
8679 (TeX Misc): Add missing @cindex.
8680 Replace xref for RefTeX with inforef.
8681 (Requesting Formatted Text): The variable
8682 `enriched-fill-after-visiting' no longer exists.
8683 (Editing Format Info): Update names of menu items and commands.
8684 (Format Faces): Mention special effect of specifying the default face.
8685 Describe inheritance of text properties.
8686 Correct description of `fixed' face.
8687 (Format Indentation): Correct description of effect of setting
8688 margins. Mention `set-left-margin' and `set-right-margin'.
8689 (Format Justification): Update names of menu items.
8690 `set-justification-full' is now bound to `M-j b'.
8691 Mention that `default-justification' is a per buffer variable.
8692 (Format Properties): Update name of menu item.
8693 (Forcing Enriched Mode): `format-decode-buffer' automatically
8694 turns on Enriched mode if the buffer is in text/enriched format.
8695
86962004-10-05 Emilio C. Lopes <eclig@gmx.net>
8697
8698 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8699
87002004-09-28 Kim F. Storm <storm@cua.dk>
8701
8702 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8703 Align with new functionality.
8704
8cf51b2c
GM
87052004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8706
8707 * display.texi (Display Custom): Remove stray `@end defvar'.
8708
87092004-09-23 Kim F. Storm <storm@cua.dk>
8710
8711 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8712 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8713
8cf51b2c
GM
87142004-09-20 Richard M. Stallman <rms@gnu.org>
8715
8716 * custom.texi (Hooks): Explain using setq to clear out a hook.
8717 (File Variables): Explain multiline string constants.
8718 (Non-ASCII Rebinding): Explain when you need to update
8719 non-ASCII char codes in .emacs.
8720
8721 * building.texi (Compilation): Explain how to make a silent
8722 subprocess that won't be terminated. Explain compilation-environment.
8723
87242004-09-13 Kim F. Storm <storm@cua.dk>
8725
8726 * mini.texi (Repetition): Rename isearch-resume-enabled to
8727 isearch-resume-in-command-history and change default to disabled.
8728
8cf51b2c
GM
87292004-09-09 Kim F. Storm <storm@cua.dk>
8730
8731 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8732 with new `kmacro-name-last-macro'.
8733
8cf51b2c
GM
87342004-09-08 Juri Linkov <juri@jurta.org>
8735
8736 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8737
8cf51b2c
GM
87382004-09-03 Juri Linkov <juri@jurta.org>
8739
8740 * search.texi (Incremental Search): Update wording for M-%.
8741
87422004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * killing.texi (Killing): Correct description of kill commands in
8745 read-only buffer.
8746
87472004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8748
8749 * building.texi (Compilation Mode): Add a paragraph about rules
8750 for finding the compilation buffer for `next-error'.
8751
8752 * search.texi (Other Repeating Search): Mention that Occur mode
8753 supports the next-error functionality.
8754
87552004-09-02 Juri Linkov <juri@jurta.org>
8756
8757 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8758
87592004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8760
8761 * kmacro.texi (Basic Keyboard Macro):
8762 `apply-macro-to-region-lines' now operates on all lines that begin
8763 in the region, rather than on all complete lines in the region.
8764
c8763fb6 87652004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8766
8767 * frames.texi (Drag and drop): Add documentation about
8768 x-dnd-test-function and x-dnd-known-types.
8769
87702004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8771
8772 * indent.texi: Various minor changes in addition to:
8773 (Indentation Commands): Correct description of `indent-relative'.
8774 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8775 mode. The *Tab Stops* buffer uses Overwrite Mode.
8776 (Just Spaces): `tabify' converts sequences of at least two spaces
8777 to tabs.
8778
8cf51b2c
GM
87792004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8780
8781 * frames.texi (Secondary Selection): Setting the secondary
8782 selection with M-Drag-Mouse-1 does not alter the kill ring,
8783 setting it with M-Mouse-1 and M-Mouse-3 does.
8784 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8785 toolkit scroll bars.
8786 (Scroll Bars): Ditto.
8787
8788 * windows.texi (Basic Window): When using a window system, the value
8789 of point in a non-selected window is indicated by a hollow box.
8790 (Split Window): Side by side windows are separated by a scroll bar,
8791 if scroll bars are used.
8792 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8793 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8794 (Window Convenience): Update bindings for `winner-undo' and
8795 `winner-redo'.
8796
8797 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8798 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8799 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8800 of "Using Emacs as a Server".
8801 * building.texi (Building): Interchange nodes (for correct numbering).
8802 * programs.texi (Programs): Interchange nodes (for correct numbering).
8803 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8804 Info to the node structure.
8805 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8806 Rearrange order of nodes and sections such that both "GNU GENERAL
8807 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8808 end, as appropriate for appendices.
8809 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8810 Use `@unnumberedsec'.
8811 * trouble.texi: Adapt sectioning in Info to the node structure.
8812 Adapt node pointers to change in emacs.texi.
8813 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8814
8cf51b2c
GM
88152004-08-25 Kenichi Handa <handa@m17n.org>
8816
8817 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8818 description for unibyte mode.
8819
88202004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8823
8824 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8825 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8826 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8827 in @pxref.
8828
88292004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8832 Change section names.
8833
8cf51b2c
GM
88342004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8835
8836 * kmacro.texi (Keyboard Macro Ring): Rename section.
8837 Emacs treats the head of the macro ring as the `last keyboard macro'.
8838 (Keyboard Macro Counter): Minor change.
8839 (Save Keyboard Macro): Some clarifications.
8840 (Edit Keyboard Macro): Rename section.
8841
8842 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8843 32-bit machines.
8844 (Several Buffers): Clarify which buffer is selected if `2' is
8845 pressed in the Buffer Menu.
8846 Auto Revert mode can be used to update the Buffer Menu
8847 automatically.
8848
88492004-08-21 Eli Zaretskii <eliz@gnu.org>
8850
8851 * help.texi (Misc Help): Add an index entry for finding an Info
8852 manual by its file name.
8853
88542004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * files.texi (Backup Deletion): Correct description of
8857 `delete-old-versions'.
8858 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8859 (Auto Save Files): Recommend `auto-save-mode' to reenable
8860 auto-saving, rather than the abbreviation `auto-save'.
8861
88622004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8863
8864 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8865 for "killing" and "yanking" in main menu.
8866
88672004-08-16 Richard M. Stallman <rms@gnu.org>
8868
8869 * killing.texi (Yanking, Killing): Minor cleanups.
8870
8871 * mark.texi (Momentary Mark): Minor cleanups.
8872
88732004-08-15 Kenichi Handa <handa@etl.go.jp>
8874
8875 * custom.texi (Non-ASCII Rebinding):
8876 C-q always inserts the right code to pass to global-set-key.
8877
8cf51b2c
GM
88782004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8879
8880 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8881 `insert-register', instead of `C-x r g' binding, for consistency.
8882
88832004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8884
8885 * fixit.texi (Spelling): Fix typo.
8886
88872004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * help.texi (Help): Fix Texinfo usage.
8890
8cf51b2c
GM
88912004-07-24 Richard M. Stallman <rms@gnu.org>
8892
8893 * text.texi (Paragraphs): Update how paragraphs are separated
8894 and the default for paragraph-separate.
8895
8896 * search.texi (Regexp Replace): Further update text for new
8897 replacement operators.
8898
8cf51b2c
GM
88992004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8900
8901 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8902 `R' switch.
8903
8904 * dired.texi (Dired Updating): `k' only deletes inserted
8905 subdirectories from the Dired buffer if a prefix argument was given.
8906
8907 * search.texi (Regexps): Delete redundant definition of `symbol' in
8908 description of `\_>'. It already occurs in the description of `\_<'.
8909
8cf51b2c
GM
89102004-07-01 Juri Linkov <juri@jurta.org>
8911
8912 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8913 (Regexp Search): Add M-r.
8914
89152004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8916
8917 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8918
89192004-06-29 Jesper Harder <harder@ifa.au.dk>
8920
49823426 8921 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8922
89232004-06-25 Richard M. Stallman <rms@gnu.org>
8924
8925 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8926
89272004-06-25 David Kastrup <dak@gnu.org>
8928
8929 * search.texi (Regexp Replace): Some typo corrections and
8930 rearrangement.
8931
89322004-06-24 David Kastrup <dak@gnu.org>
8933
8934 * search.texi (Unconditional Replace): Use replace-string instead
8935 of query-replace in example.
8936 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8937 sequences.
8938 (Query Replace): Correct explanation of `^' which does not use
8939 the mark stack.
8940
89412004-06-21 Nick Roberts <nickrob@gnu.org>
8942
8943 * misc.texi (Shell History Copying): Document comint-insert-input.
8944 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8945
8cf51b2c
GM
89462004-06-20 Jesper Harder <harder@ifa.au.dk>
8947
8948 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8949 * custom.texi (Customization): Do.
8950 * anti.texi (Antinews): Do.
8951 * abbrevs.texi (Defining Abbrevs): Do.
8952
8953 * programs.texi (Info Lookup): Fix keybinding for
8954 info-lookup-symbol.
8955
89562004-06-16 Juanma Barranquero <lektu@terra.es>
8957
8958 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8959 Add emacs-xtra.
8960 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8961 (clean): Add emacs-xtra and flymake. Remove redundancies.
8962
89632004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8966 Add emacs-xtra.
8967 * emacs-xtra.texi: New file.
8968
89692004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8970
8971 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8972 (Dired and Find): Mention differences with ordinary Dired buffers.
8973
8cf51b2c
GM
89742004-06-13 Richard M. Stallman <rms@gnu.org>
8975
8976 * custom.texi (Init Syntax): Explain about vars that do special
8977 things when set with setq or with Custom.
8978 (Init Examples): Add line-number-mode example.
8979
8cf51b2c
GM
89802004-06-12 Juri Linkov <juri@jurta.org>
8981
8982 * dired.texi (Operating on Files): Add dired-do-touch.
8983
8cf51b2c
GM
89842004-06-10 Juri Linkov <juri@jurta.org>
8985
8986 * building.texi (Lisp Eval): Add C-M-x on defface.
8987
89882004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8989
8990 * files.texi (Reverting): Auto-Revert mode and
8991 Global Auto-Revert mode no longer revert remote files.
8992
8cf51b2c
GM
89932004-05-29 Richard M. Stallman <rms@gnu.org>
8994
8995 * custom.texi (Init File): Two dashes start --no-site-file.
8996
8cf51b2c
GM
89972004-05-29 Alan Mackenzie <acm@muc.de>
8998
8999 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9000 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9001 (AWK, Pike): Document as "C-like modes".
9002 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9003 (M-x man): Supersedes M-x manual-entry.
9004 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9005
9006 ("Comments in C"): Delete node; the info is in CC Mode manual.
9007 (c-comment-only-line-offset): Remove description.
9008
9009 (C-c ., C-c C-c): Describe new C Mode bindings.
9010
9011 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9012 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9013 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9014 Amend definitions.
9015
9016 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9017 Describe functions.
9018
9019 (c-comment-start-regexp, c-hanging-comment-ender-p)
9020 (c-hanging-comment-starter-p): Remove obsolete definitions.
9021
9022 * emacs.texi: Remove the menu entry "Comments in C".
9023
8cf51b2c
GM
90242004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9025
9026 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9027 `M-x locate'.
9028
90292004-05-16 Karl Berry <karl@gnu.org>
9030
9031 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9032 makeinfo --html fails.
9033 * help.texi (Help Summary) [@ifnottex]: Likewise.
9034
90352004-05-13 Nick Roberts <nickrob@gnu.org>
9036
9037 * building.texi (GDB Graphical Interface): Update and describe
9038 layout first.
9039
8cf51b2c
GM
90402004-05-04 Jason Rumney <jasonr@gnu.org>
9041
9042 * makefile.w32-in: Revert last change.
9043
90442004-05-03 Jason Rumney <jasonr@gnu.org>
9045
9046 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9047
8cf51b2c
GM
90482004-04-23 Juanma Barranquero <lektu@terra.es>
9049
9050 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9051
90522004-04-18 Juri Linkov <juri@jurta.org>
9053
9054 * fixit.texi (Spelling): Remove file extension from ispell xref.
9055
90562004-04-15 Kim F. Storm <storm@cua.dk>
9057
9058 * cmdargs.texi (Initial Options): Add -Q.
9059
90602004-04-05 Kim F. Storm <storm@cua.dk>
9061
9062 * custom.texi (File Variables): Add safe-local-eval-forms.
9063
8cf51b2c
GM
90642004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * files.texi (Reverting): Correct description of revert-buffer's
9067 handling of point.
9068
90692004-03-22 Juri Linkov <juri@jurta.org>
9070
9071 * emacs.texi (Top): Add `Misc X'.
9072
49823426 9073 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9074
9075 * glossary.texi: Improve references.
9076
9077 * help.texi: Sync keywords with finder.el.
9078
9079 * mini.texi (Completion): Add description for menu items.
9080
9081 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9082
9083 * sending.texi (Mail Methods): Fix xref to Message manual.
9084
8cf51b2c
GM
90852004-03-12 Richard M. Stallman <rms@gnu.org>
9086
8cf51b2c
GM
9087 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9088
8cf51b2c
GM
90892004-03-04 Richard M. Stallman <rms@gnu.org>
9090
9091 * search.texi (Regexps): Explain that ^ and $ have their
9092 special meanings only in certain contexts.
9093
9094 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9095
9096 * mule.texi (Specify Coding): Doc C-x RET F.
9097
9098 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9099 for multiple compile and grep buffers.
9100 (Indirect Buffers): Don't recommand clone-indirect-buffer
9101 for multiple compile and grep buffers.
9102
8cf51b2c
GM
91032004-02-29 Juanma Barranquero <lektu@terra.es>
9104
9105 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9106 Use $(DEL) instead of rm, and ignore exit code.
9107
8cf51b2c
GM
91082004-02-23 Nick Roberts <nick@nick.uklinux.net>
9109
9110 * building.texi (Watch Expressions): Update.
9111
91122004-02-21 Juri Linkov <juri@jurta.org>
9113
1c6c854e
CS
9114 * cmdargs.texi (Action Arguments): Add alias --find-file.
9115 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9116 to Command Arguments.
9117 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9118 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9119 (Window Size X): Join -g and --geometry. Add @cindex.
9120 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9121 (Title X): Remove alias -title.
9122 (Misc X): New node.
9123
c8763fb6 91242004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9125
9126 * frames.texi (Drag and drop): Add Motif to list of supported
9127 protocols.
9128
c8763fb6 91292004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9130
9131 * frames.texi (Drag and drop): New section.
9132
91332004-01-24 Richard M. Stallman <rms@gnu.org>
9134
1c6c854e 9135 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9136 Include it only @ifnotinfo. Patch the preceding and following
9137 node headers to point to each other.
9138
91392004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9140
9141 * calendar.texi (Appointments): Update section.
9142
91432003-12-29 Kevin Ryde <user42@zip.com.au>
9144
8cf51b2c
GM
9145 * programs.texi (C Modes): Fix the xref.
9146
91472003-12-23 Nick Roberts <nick@nick.uklinux.net>
9148
9149 * building.texi (Watch Expressions): Update.
9150 (Commands of GUD): Include use of toolbar + breakpoints set from
9151 fringe/margin.
9152
91532003-12-03 Andre Spiegel <spiegel@gnu.org>
9154
9155 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9156 <acm@muc.de>.
9157
c8763fb6 91582003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9159
9160 * frames.texi (Dialog Boxes): Add use-file-dialog.
9161
8cf51b2c
GM
91622003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9163
9164 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9165 in CC Mode.
9166
8cf51b2c
GM
91672003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9168
9169 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9170 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9171 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9172 * man/frames.texi, man/glossary.texi, man/killing.texi:
9173 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9174 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9175 * man/sending.texi, man/text.texi, man/trouble.texi:
9176 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9177
91782003-11-01 Alan Mackenzie <acm@muc.de>
9179
9180 * search.texi (Scrolling During Incremental Search): Document a
9181 new scrolling facility in isearch mode.
9182
8cf51b2c
GM
91832003-10-22 Miles Bader <miles@gnu.org>
9184
9185 * Makefile.in (info): Move before $(top_srcdir)/info.
9186
91872003-10-22 Nick Roberts <nick@nick.uklinux.net>
9188
9189 * building.texi (Watch Expressions): Update section on data display
9190 to reflect code changes (GDB Graphical Interface).
9191
8cf51b2c
GM
91922003-10-13 Richard M. Stallman <rms@gnu.org>
9193
9194 * xresources.texi (GTK resources): Clean up previous change.
9195
c8763fb6 91962003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9197
9198 * xresources.texi (GTK resources): Add a note that some themes
9199 disallow customizations. Add scroll theme example.
9200
8cf51b2c
GM
92012003-09-30 Richard M. Stallman <rms@gnu.org>
9202
8cf51b2c
GM
9203 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9204
9205 * misc.texi (Saving Emacs Sessions): Shorten the section,
9206 collapsing back into one node.
9207
92082003-09-30 Lars Hansen <larsh@math.ku.dk>
9209
9210 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9211
ce058493 92122003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9213
9214 * xresources.texi (GTK names in Emacs): Correct typo.
9215
8cf51b2c
GM
92162003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9217
1c6c854e
CS
9218 * cmdargs.texi (Font X): Mention new default font.
9219 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9220 problems involved. (Result of discussion on emacs-devel.)
9221
92222003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9223
9224 * emacs.texi (Acknowledgements): Correct typo.
9225
92262003-09-22 Richard M. Stallman <rms@gnu.org>
9227
9228 * dired.texi (Misc Dired Commands): New node.
9229 (Dired Navigation): Add dired-goto-file.
9230
9231 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9232
9233 * emacs.texi (Acknowledgements): New node, split from Distribution.
9234
9235 * cmdargs.texi (Action Arguments): -f reads interactive args.
9236
8cf51b2c
GM
92372003-09-08 Lute Kamstra <lute@gnu.org>
9238
9239 * screen.texi (Mode Line): Say that POS comes before LINE.
9240 Mention `size-indication-mode'.
1c6c854e
CS
9241 * display.texi (Optional Mode Line):
9242 Document `size-indication-mode'.
8cf51b2c
GM
9243 * basic.texi (Position Info): Mention `size-indication-mode'.
9244
92452003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9246
9247 * xresources.texi (Resources): Refer to `editres' man page.
9248 (Lucid Resources): Update defaults. Expand description of
9249 `shadowThickness'.
9250
92512003-09-04 Miles Bader <miles@gnu.org>
9252
9253 * Makefile.in (top_srcdir): New variable.
9254 ($(top_srcdir)/info): New rule.
9255 (info): Depend on it.
9256
92572003-09-03 Peter Runestig <peter@runestig.com>
9258
9259 * makefile.w32-in: New file.
9260
92612003-08-29 Richard M. Stallman <rms@gnu.org>
9262
9263 * misc.texi (Saving Emacs Sessions): Correct previous change.
9264
8cf51b2c
GM
92652003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9266
8cf51b2c
GM
9267 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9268 (Intro): Include kmacro.texi after fixit.texi instead of after
9269 custom.texi. (As suggested by Kim Storm.)
9270
92712003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9272
9273 * fixit.texi (Fixit): Update `Next' pointer.
9274 * files.texi (Files): Update `Previous' pointer.
9275 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9276 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9277 (Suggested by Kim Storm.)
9278 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9279
92802003-08-18 Kim F. Storm <storm@cua.dk>
9281
9282 * kmacro.texi: New file describing enhanced keyboard macro
9283 functionality. Replaces old description in custom.texi.
9284
9285 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9286 (Keyboard Macros): Move to new kmacro.texi file.
9287
9288 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9289
8cf51b2c
GM
92902003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9291
9292 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9293
92942003-08-17 Alex Schroeder <alex@gnu.org>
9295
9296 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9297 required.
9298
8cf51b2c
GM
92992003-08-05 Richard M. Stallman <rms@gnu.org>
9300
9301 * programs.texi (Lisp Indent): Don't describe
9302 lisp-indent-function property here. Use xref to Lisp Manual.
9303
8cf51b2c
GM
93042003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9305
fffa137c 9306 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9307 abbreviations.
9308
93092003-07-24 Markus Rost <rost@math.ohio-state.edu>
9310
9311 * buffers.texi (List Buffers): Fix previous change.
9312
8cf51b2c
GM
93132003-07-13 Markus Rost <rost@math.ohio-state.edu>
9314
9315 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9316 List*.
9317
93182003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9319
8cf51b2c
GM
9320 * display.texi (Font Lock): Fix typo.
9321
93222003-07-07 Richard M. Stallman <rms@gnu.org>
9323
9324 * display.texi (Font Lock): Add xref for format info on
9325 font-lock-remove-keywords.
9326
9327 * building.texi (Compilation): Document what happens with asynch
9328 children of compiler process.
9329
9330 * help.texi (Library Keywords): Use @multitable.
9331
8cf51b2c
GM
93322003-06-04 Richard M. Stallman <rms@gnu.org>
9333
9334 * programs.texi (Expressions): Delete C-M-DEL.
9335
9336 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9337 comint-move-point-for-output renamed from
9338 comint-scroll-to-bottom-on-output.
9339
9340 * custom.texi (Init Rebinding): Replace previous change with xref.
9341 (Non-ASCII Rebinding): Explain that issue more briefly here.
9342
93432003-05-28 Richard M. Stallman <rms@gnu.org>
9344
9345 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9346
93472003-05-28 Nick Roberts <nick@nick.uklinux.net>
9348
9349 * building.texi (GDB Graphical Interface): New node.
9350 (Rewritten somewhat by RMS.)
9351
c8763fb6 93522003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9353
9354 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9355 non-English letters. Explain how to set coding systems correctly
9356 and how to include the right coding cookie in the file.
9357
c8763fb6 93582003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9359
9360 * indent.texi (Indentation): Explain the concepts.
9361 (Just Spaces): Explain why preventing tabs for indentation might
9362 be useful.
9363
8cf51b2c
GM
93642003-04-16 Richard M. Stallman <rms@gnu.org>
9365
9366 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9367
8cf51b2c
GM
93682003-02-22 Alex Schroeder <alex@emacswiki.org>
9369
9370 * cmdargs.texi (General Variables): Document SMTPSERVER.
9371
8cf51b2c
GM
9372 * sending.texi: Remove SMTP node.
9373 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9374 library.
9375
8cf51b2c
GM
93762003-02-22 Alex Schroeder <alex@emacswiki.org>
9377
9378 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9379
93802003-02-22 Simon Josefsson <jas@extundo.com>
9381
9382 * sending.texi (Mail Methods): Add node about SMTP.
9383
c8763fb6 93842003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9385
9386 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9387
8cf51b2c
GM
93882003-02-01 Kevin Ryde <user42@zip.com.au>
9389
9390 * glossary.texi (Glossary): Correction to cl cross reference.
9391
93922003-01-20 Richard M. Stallman <rms@gnu.org>
9393
9394 * killing.texi (Rectangles): Document C-x c r.
9395
c8763fb6 93962003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9397
9398 * xresources.texi (GTK resources): New node.
9399 (GTK widget names): New node.
9400 (GTK names in Emacs): New node.
9401 (GTK styles): New node.
9402
c8763fb6 94032003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9404
9405 * maintaining.texi (Create Tags Table): Add reference to the new
9406 `etags --help --lang=LANG' option.
9407
8cf51b2c
GM
94082002-10-02 Karl Berry <karl@gnu.org>
9409
49823426 9410 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9411 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9412 where needed for the sake of the HTML output.
8cf51b2c
GM
9413
94142001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9417 source files.
9418
94192001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9420
9421 * Makefile.in (emacsman): New target.
9422
8cf51b2c
GM
94232001-10-20 Gerd Moellmann <gerd@gnu.org>
9424
9425 * (Version 21.1 released.)
9426
94272001-10-05 Gerd Moellmann <gerd@gnu.org>
9428
9429 * Branch for 21.1.
9430
8cf51b2c
GM
94312001-03-05 Gerd Moellmann <gerd@gnu.org>
9432
9433 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9434
8cf51b2c
GM
94352000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9436
9437 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9438
8cf51b2c
GM
94391999-07-12 Richard Stallman <rms@gnu.org>
9440
9441 * Version 20.4 released.
9442
94431998-12-04 Markus Rost <rost@delysid.gnu.org>
9444
9445 * Makefile.in (INFO_TARGETS): Delete customize.info.
9446 (DVI_TARGETS): Delete customize.dvi.
9447 (../info/customize, customize.dvi): Targets deleted.
9448
94491998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9450
9451 * Version 20.3 released.
9452
94531998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9454
9455 * Makefile.in (EMACSSOURCES): Add mule.texi.
9456 Add msdog.texi, ack.texi. Remove gnu1.texi.
9457
94581998-04-06 Andreas Schwab <schwab@gnu.org>
9459
768c0c0f
JB
9460 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9461 Use it in dvi targets.
8cf51b2c
GM
9462
94631997-09-23 Paul Eggert <eggert@twinsun.com>
9464
9465 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9466 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9467 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9468
94691997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9470
9471 * Version 20.2 released.
9472
94731997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9474
9475 * Version 20.1 released.
9476
94771997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9478
9479 * Makefile (../info/customize, customize.dvi): New targets.
9480 (INFO_TARGETS): Add ../info/customize.
9481 (DVI_TARGETS): Add customize.dvi.
9482
8cf51b2c
GM
94831996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9484
9485 * Version 19.33 released.
9486
94871996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9488
9489 * Version 19.32 released.
9490
8cf51b2c
GM
94911996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9492
9493 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9494
94951996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9496
9497 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9498 Specify -I option.
9499 (All dvi targets): Set the TEXINPUTS variable.
9500
95011996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9502
9503 * Version 19.31 released.
9504
8cf51b2c
GM
95051995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9506
9507 * Version 19.30 released.
9508
8cf51b2c
GM
95091995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9510
9511 * Makefile.in (maintainer-clean): Rename from realclean.
9512
95131994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9514
9515 * Makefile.in: New file.
9516 * Makefile: File deleted.
9517
95181994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9519
9520 * Makefile (TEXINDEX_OBJS): Variable deleted.
9521 (texindex, texindex.o, getopt.o): Rules deleted.
9522 All deps on texindex deleted.
9523 (distclean): Don't delete texindex.
9524 (mostlyclean): Don't delete *.o.
9525 * texindex.c, getopt.c: Files deleted.
9526
95271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9528
9529 * Version 19.26 released.
9530
95311994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9532
9533 * Makefile (EMACSSOURCES): Exclude undo.texi.
9534
95351994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9536
9537 * Version 19.25 released.
9538
95391994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * Version 19.24 released.
9542
95431994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9544
9545 * Version 19.23 released.
9546
95471994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * Makefile: Delete spurious tab.
9550
95511994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * Makefile (.SUFFIXES): New rule.
9554
8cf51b2c
GM
95551993-12-04 Richard Stallman (rms@srarc2)
9556
9557 * getopt.c: New file.
9558 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9559 (getopt.o): New rule.
9560 (dvi): Don't depend on texindex.
49823426 9561 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9562
95631993-12-03 Richard Stallman (rms@srarc2)
9564
49823426
GM
9565 * Makefile (TEXI2DVI): New variable.
9566 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9567 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9568
95691993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Version 19.22 released.
9572
95731993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9576
95771993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9578
9579 * Version 19.21 released.
9580
8cf51b2c
GM
95811993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9582
9583 * Makefile (realclean): Don't delete the Info files.
9584
f0131492 95851993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9586
8cf51b2c
GM
9587 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9588 4' where appropriate.
9589
f0131492 95901993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9591
49823426 9592 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9593
9594 * texindex.c: Include "../src/config.h" if building in emacs.
9595
9596 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9597 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9598 Add target to build texindex.c, defining `emacs'.
9599
8cf51b2c
GM
96001993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9601
9602 * Version 19.19 released.
9603
8cf51b2c
GM
96041993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9605
9606 * Version 19.18 released.
9607
96081993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9609
9610 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9611
96121993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9613
9614 * Version 19.17 released.
9615
96161993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9617
9618 * split-man: Fix typos in last change.
9619
96201993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9621
9622 * Version 19.16 released.
9623
96241993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9625
9626 * version 19.15 released.
9627
96281993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9629
9630 * Makefile (distclean): It's rm, not rf.
9631
96321993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9633
9634 * Version 19.14 released.
9635
96361993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9637
9638 * Makefile: New file.
9639
96401993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9641
9642 * Version 19.13 released.
9643
96441993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9645
9646 * Version 19.9 released.
9647
96481993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9649
9650 * Version 19.8 released.
9651
96521993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9653
9654 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9655
9656 * trouble.texi: It's `enable-flow-control-on', not
9657 `evade-flow-control-on'.
9658
96591993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9660
9661 * display.texi: Document standard-display-european.
9662
96631993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9664
9665 * Version 19.7 released.
9666
9667 * emacs.texi: Add a sentence to the top menu mentioning the
9668 specific version of Emacs this manual applies to.
9669
96701993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9671
9672 * basic.texi: Document next-line-add-lines variable used to
9673 implement down-arrow.
9674
9675 * killing.texi: Document kill-whole-line.
9676
96771993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9678
9679 * text.texi: Update unix TeX ordering information.
9680
96811993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9682
9683 * news.texi: Mention fill-rectangle in keybinding list.
9684
9685 * killing.texi: Document fill-rectangle.
9686
96871993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9688
9689 * vc.texi: Bring the docs up to date with VC 5.2.
9690
96911992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9692
9693 * emacs.tex: Mention blackbox and gomoku under Amusements.
9694 Assembler mode is now mentioned and appropriately indexed
9695 under Programming Modes.
9696
96971991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9698
9699 * emacs.tex: Update TeX ordering information.
9700
8cf51b2c
GM
97011990-06-26 David Lawrence (tale@geech)
9702
9703 * emacs.tex: Note that completion-ignored-extensions is not used
9704 to filter out names when all completions are displayed in
9705 *Completions*.
9706
97071990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9708
9709 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9710
97111990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9712
9713 * emacs.tex: Add @findex grep.
9714
8cf51b2c
GM
97151988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9716
9717 * emacs.tex: Correct two typos. No other changes before
9718 Version 19 will be made.
9719
8cf51b2c
GM
97201988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9721
9722 * emacs.tex: Update information for obtaining TeX distribution from the
9723 University of Washington.
9724
9725;; Local Variables:
c8763fb6 9726;; coding: utf-8
8cf51b2c
GM
9727;; End:
9728
ab422c4d 9729 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9730
9731 This file is part of GNU Emacs.
9732
352c8b4a 9733 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9734 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9735 the Free Software Foundation, either version 3 of the License, or
9736 (at your option) any later version.
8cf51b2c
GM
9737
9738 GNU Emacs is distributed in the hope that it will be useful,
9739 but WITHOUT ANY WARRANTY; without even the implied warranty of
9740 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9741 GNU General Public License for more details.
9742
9743 You should have received a copy of the GNU General Public License
352c8b4a 9744 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.