Fix typo in previous
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
2d809ffa 12013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
2
3 * sending.texi (Mail Sending): Fix typo.
4
5 * windows.texi (Change Window): Fix typo.
6
90ed99d5
GM
7 * custom.texi (Changing a Variable): Fix typo.
8
9698b18f
GM
9 * trouble.texi (Contributing): Remove obsolete info re pretesters.
10
cbee2131
PE
112013-05-05 Paul Eggert <eggert@cs.ucla.edu>
12
13 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
14 * cmdargs.texi (Initial Options):
15 * files.texi (Customize Save): Document this.
16
fd3a9a6b
GM
172013-05-04 Glenn Morris <rgm@gnu.org>
18
19 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
20
5294599f
PE
212013-03-17 Paul Eggert <eggert@cs.ucla.edu>
22
23 doc: convert some TeX accents to UTF-8
24 * ack.texi (Acknowledgments):
25 * emacs.texi (Acknowledgments):
26 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
27 Apparently the TeX accents cause problems when generating gnu.org
28 web pages, e.g., @l{} is rendered as '/l' on
29 <http://www.gnu.org/software/emacs/manual/html_node/
30 emacs/Acknowledgments.html>.
31
78be8b64 322013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
33
34 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
35
681ebc33
PE
362013-03-04 Paul Eggert <eggert@cs.ucla.edu>
37
38 Prefer UTF-8 for documentation.
39 With GNU Texinfo 5.0, this generates nicer-looking info files,
40 since they can use curly quotes. With older Texinfo it doesn't matter.
41 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
42 Switch from Latin-1 to UTF-8.
43
929aeac6 442013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
45
46 * xresources.texi (GTK resources): Fix broken link.
47
343a2aef
EZ
482013-02-25 Eli Zaretskii <eliz@gnu.org>
49
50 * files.texi (Interlocking): Don't refer to symlinks as the
51 exclusive means of locking files.
52
cee1a690
GM
532013-02-22 Glenn Morris <rgm@gnu.org>
54
55 * ack.texi (Acknowledgments):
56 * emacs.texi (Acknowledgments): Small updates.
57
f0c954fa
GM
582013-02-21 Glenn Morris <rgm@gnu.org>
59
60 * files.texi (File Conveniences): Not just GIFs can be animated.
61
4e16ddf4
GM
622013-02-13 Glenn Morris <rgm@gnu.org>
63
64 * ack.texi (Acknowledgments): Don't mention yow any more.
65
a683d06b
PE
662013-02-13 Paul Eggert <eggert@cs.ucla.edu>
67
68 * cmdargs.texi (General Variables):
69 Fix TMPDIR documentation to match the code's behavior.
70
c4af1efc
GM
712013-02-10 Glenn Morris <rgm@gnu.org>
72
73 * trouble.texi (Checklist): Update bug keybinding.
74
8549f9e8
EZ
752013-02-09 Eli Zaretskii <eliz@gnu.org>
76
77 * msdog.texi (Text and Binary): Delete the description of
78 file-name-buffer-file-type-alist.
79
7f102272
PE
802013-01-19 Paul Eggert <eggert@cs.ucla.edu>
81
ee271528
PE
82 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
83 Without it, I don't see function names. Older addr2line
84 implementations will die out sooner or later, so tailor the
85 first suggestion to recent addr2line, with a followup about
86 older ones.
7f102272 87
795e7a5b 882013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
89
90 * custom.texi (Directory Variables): Fix paren typo.
91
ecde0368
GM
92 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
93
827253f7
GM
94 * custom.texi (Custom Themes): Fix typo.
95
acfe10b7
BG
962013-01-07 Bastien Guerry <bzg@gnu.org>
97
98 * help.texi (Apropos): Document `apropos-user-option' and update
99 the doc for `apropos-variable'.
100
f8acde11
GM
1012013-01-05 Glenn Morris <rgm@gnu.org>
102
103 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
104
d72a2793
GM
1052012-12-21 Glenn Morris <rgm@gnu.org>
106
107 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
108 Simply include doclicense.
109
1b947faa
CY
1102012-12-21 Chong Yidong <cyd@gnu.org>
111
112 * frames.texi (Mouse Commands): Fix description of the effect of
113 mouse dragging (Bug#13049).
114
f25f57bf
JL
1152012-12-15 Juri Linkov <juri@jurta.org>
116
117 * misc.texi (Recursive Edit): Add a link to "Query Replace".
118 (Bug#13181)
119
265c2fbf 1202012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
121
122 * killing.texi (Deletion): Doc fix (Bug#12748).
123
4288142b
PE
1242012-12-06 Paul Eggert <eggert@cs.ucla.edu>
125
126 * doclicense.texi, gpl.texi: Update to latest version from FSF.
127 These are just minor editorial changes.
128
d8ad4d3f 1292012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
130
131 * vc1-xtra.texi (General VC Options): Remove obsolete reference
132 to `vc-path'.
133
c5bc2d1d 1342012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
135
136 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
137
1cbaa705
KR
1382012-12-02 Kevin Ryde <user42@zip.com.au>
139
140 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
141
00054d21
KR
1422012-12-01 Kevin Ryde <user42@zip.com.au>
143
144 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
145
c07a6ded
PE
1462012-11-24 Paul Eggert <eggert@cs.ucla.edu>
147
148 * doclicense.texi, gpl.texi: Update to latest version from FSF.
149 These are just minor editorial changes.
150
6ef2e5ef 1512012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
152
153 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
154 clarifications (Bug#12865).
155 (Horizontal Scrolling): Clarifications.
156
2ac9538d 1572012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
158
159 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
160
a33da68b
EZ
1612012-11-16 Eli Zaretskii <eliz@gnu.org>
162
163 * trouble.texi (Crashing): Add information about MS-Windows and
164 the emacs_backtrace.txt file. (Bug#12908)
165
f78ee6af 1662012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
167
168 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
169 actually named gdb-stopped-functions.
170
f78ee6af 1712012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
172
173 * misc.texi (Single Shell): Mention async-shell-command-buffer.
174
19e09879
GM
1752012-11-10 Glenn Morris <rgm@gnu.org>
176
177 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
178
ef7238c3
GM
179 * emacs.texi (Acknowledgments): Add profiler author.
180 * ack.texi (Acknowledgments): Add some recent contributions.
181
6baf66d5 1822012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 183
9d9e48d9
CY
184 * files.texi (Diff Mode): Doc fixes for
185 diff-delete-trailing-whitespace (Bug#12831).
186
4c1f6a5b
CY
187 * trouble.texi (Crashing): Copyedits.
188
6baf66d5 1892012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
190
191 * files.texi (Diff Mode): Trailing whitespace updates.
192
6baf66d5 1932012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 194
4eeba558
CY
195 * misc.texi (Terminal emulator): Document Term mode faces.
196
7d806bfe
CY
197 * mini.texi (Basic Minibuffer): New node. Document
198 minibuffer-electric-default-mode.
199
200 * display.texi (Visual Line Mode): Fix index entry.
201
cce0aa5a
CY
202 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
203 and index the keybindings. Document tabulated-list-sort.
204 (Kill Buffer): Capitalize Buffer Menu.
205
206 * trouble.texi (Memory Full): Capitalize Buffer Menu.
207
6baf66d5 2082012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
209
210 * display.texi (Auto Scrolling): Clarify that scroll-step is
211 ignored when scroll-conservatively is set to a non-zero value.
212 (Bug#12801)
213
6baf66d5 2142012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
215
216 * dired.texi (Dired Updating): Doc fix (Bug#11744).
217
87288971
MA
2182012-10-30 Michael Albinus <michael.albinus@gmx.de>
219
220 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
221
fc83c2de
CY
2222012-10-29 Chong Yidong <cyd@gnu.org>
223
224 * dired.texi (Shell Commands in Dired): Document changes to the
225 dired-do-async-shell-command.
226
82b21017
GM
2272012-10-28 Glenn Morris <rgm@gnu.org>
228
229 * ack.texi (Acknowledgments): Mention gv.el.
230
caa5e5a4
BG
2312012-10-27 Bastien Guerry <bzg@gnu.org>
232
233 * screen.texi (Menu Bar): Fix typo.
234
05b621a6
CY
2352012-10-27 Chong Yidong <cyd@gnu.org>
236
237 * frames.texi (Mouse Avoidance): Mention new variable
238 mouse-avoidance-banish-position.
239
240 * programs.texi (Which Function): Which Function mode now works in
241 all major modes by default.
242
243 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
244
245 * files.texi (Misc File Ops): Symbolic links on Windows only work
246 on Vista and later.
247
248 * building.texi (Compilation): Document compilation-always-kill.
249
250 * search.texi (Symbol Search): New node.
251
252 * package.texi (Package Menu): Document the "new" status.
253
254 * windows.texi (Window Choice): Don't refer to the obsolete
255 special-display feature.
256
cd996018
CY
2572012-10-24 Chong Yidong <cyd@gnu.org>
258
259 * mule.texi (Text Coding): set-buffer-file-coding-system can now
260 be invoked from the mode line.
261
262 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
263 changes to the mark and unmark commands.
264 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
265 which is no longer bound to dired-backup-diff.
266
fe605b94
BG
2672012-10-23 Bastien Guerry <bzg@gnu.org>
268
9eadb1a9
BG
269 * text.texi (Org Authoring): Use a comma after @ref to avoid the
270 insertion of a period in the Info output.
fe605b94 271
d1069532
SM
2722012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * custom.texi (Hooks): Clarify that -hooks is deprecated.
275
1fb3aa3f
CY
2762012-10-23 Chong Yidong <cyd@gnu.org>
277
278 * kmacro.texi (Edit Keyboard Macro): Fix typo.
279
f42f1094
DM
2802012-10-18 Dani Moncayo <dmoncayo@gmail.com>
281
282 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
283
6c24e35f
GM
2842012-10-17 Glenn Morris <rgm@gnu.org>
285
286 * mini.texi (Repetition): Further copyedit.
287
429cdb05
DM
2882012-10-17 Dani Moncayo <dmoncayo@gmail.com>
289
290 * mini.texi (Repetition): Copyedit.
291
e5a94ec4
JL
2922012-10-16 Juri Linkov <juri@jurta.org>
293
294 * search.texi (Query Replace): Document multi-buffer replacement
295 keys. (Bug#12655)
296
297 * maintaining.texi (Tags Search): Change link "Replace" to
298 "Query Replace".
299
73f2b4ab
CY
3002012-10-13 Chong Yidong <cyd@gnu.org>
301
302 * files.texi (File Conveniences): ImageMagick enabled by default.
303
d8e213eb
DM
3042012-10-10 Dani Moncayo <dmoncayo@gmail.com>
305
306 * basic.texi (Arguments): Fix typos.
307
b859a383
GM
3082012-10-08 Glenn Morris <rgm@gnu.org>
309
cad4f290
GM
310 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
311
b859a383
GM
312 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
313
f1f4dba0
GM
3142012-10-06 Glenn Morris <rgm@gnu.org>
315
316 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
317 Mention cal-tex-cursor-week2-summary.
318
c6b68a28
CY
3192012-10-06 Chong Yidong <cyd@gnu.org>
320
321 * mini.texi (Passwords): Fix typo.
322
751bac18
GM
3232012-10-02 Glenn Morris <rgm@gnu.org>
324
325 * maintaining.texi (VC Directory Commands):
326 Remove duplicate `q' entry. (Bug#12553)
327
48de8b12
CY
3282012-09-30 Chong Yidong <cyd@gnu.org>
329
330 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
331
332 * search.texi (Special Isearch): Document the lax space search
333 feature and M-s SPC.
334 (Regexp Search): Move main search-whitespace-regexp description to
335 Special Isearch.
336 (Replace): Document replace-lax-whitespace.
337
338 * basic.texi (Position Info): Document C-u M-=.
339 (Moving Point): Document move-to-column.
340
341 * display.texi (Useless Whitespace): Add delete-trailing-lines.
342
343 * misc.texi (emacsclient Options): Document the effect of
344 initial-buffer-choice on client frames. Document server-auth-dir.
345 Do not document server-host, which is bad security practice.
346
347 * building.texi (Lisp Libraries): Docstring lookups can trigger
348 autoloading. Document help-enable-auto-load.
349
350 * mini.texi (Yes or No Prompts): New node.
351
352 * ack.texi (Acknowledgments): Remove obsolete packages.
353
4695c850
GM
3542012-09-27 Glenn Morris <rgm@gnu.org>
355
356 * cal-xtra.texi (Advanced Calendar/Diary Usage):
357 Rename the section to be more general.
358 * emacs.texi: Update menu.
359
e109c4a6
CY
3602012-09-23 Chong Yidong <cyd@gnu.org>
361
362 * buffers.texi (Misc Buffer): Replace toggle-read-only with
363 read-only-mode.
364
365 * files.texi (Visiting): Likewise.
366
2e83df57
PE
3672012-09-22 Paul Eggert <eggert@cs.ucla.edu>
368
369 * trouble.texi (Crashing): Document ulimit -c.
370
58f3a196
PE
3712012-09-21 Paul Eggert <eggert@cs.ucla.edu>
372
373 * trouble.texi (Crashing): Document addr2line.
374
4ef1567b
CY
3752012-09-19 Chong Yidong <cyd@gnu.org>
376
377 * killing.texi (Yanking): Minor clarification (Bug#12469).
378
9e9da873
CY
3792012-09-17 Chong Yidong <cyd@gnu.org>
380
381 * building.texi (GDB User Interface Layout): Remove reference to
382 removed variable gdb-use-separate-io-buffer (Bug#12454).
383
0979429b
J
3842012-09-08 Jambunathan K <kjambunathan@gmail.com>
385
386 * regs.texi (Text Registers): `C-x r +' can now be used instead of
387 M-x append-to-register. New option `register-separator'.
388 (Number Registers): Mention that `C-x r +' is polymorphic.
389
14ba4cf3
CY
3902012-09-07 Chong Yidong <cyd@gnu.org>
391
392 * windows.texi (Window Choice): Don't mention obsolete
393 display-buffer-reuse-frames.
394
cf29dd84
PE
3952012-09-04 Paul Eggert <eggert@cs.ucla.edu>
396
397 Give more-useful info on a fatal error (Bug#12328).
398 * trouble.texi (Crashing): New section, documenting this.
399
aa0ecd94
MA
4002012-08-24 Michael Albinus <michael.albinus@gmx.de>
401
0979429b
J
402 * cmdargs.texi (General Variables):
403 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
404 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 405
ba025fbd
EZ
4062012-08-14 Eli Zaretskii <eliz@gnu.org>
407
408 * building.texi (Debugger Operation): Correct and improve
409 documentation of the GUD Tooltip mode.
410
0c51ff6d
CY
4112012-07-31 Chong Yidong <cyd@gnu.org>
412
413 * emacs.texi: Fix ISBN (Bug#12080).
414
35b6586e
CY
4152012-08-05 Chong Yidong <cyd@gnu.org>
416
417 * display.texi (Faces): Document frame-background-mode (Bug#7774).
418
419 * custom.texi (Face Customization): Move discussion of face
420 inheritance here, from Faces section.
421
0e1a094f 4222012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
423
424 * frames.texi (Mouse Commands): Fix the description of mouse-2.
425 (Bug#11958)
426
e32a12b5
CY
4272012-07-19 Chong Yidong <cyd@gnu.org>
428
429 * emacs.texi: Update ISBN.
430
9ea10cc3
CY
4312012-07-17 Chong Yidong <cyd@gnu.org>
432
433 * basic.texi (Inserting Text): Replace ucs-insert with
434 insert-char. Provide more details of input.
435
436 * mule.texi (International Chars, Input Methods): Likewise.
437
b68b3337
CY
4382012-07-13 Chong Yidong <cyd@gnu.org>
439
dea31bd3
CY
440 * custom.texi (Examining): Update C-h v message.
441
b68b3337
CY
442 * buffers.texi (Misc Buffer): Document view-read-only.
443
ab4c47d3
CY
4442012-07-07 Chong Yidong <cyd@gnu.org>
445
446 * custom.texi (Init File): Index site-lisp (Bug#11435).
447
6edc3d28
CY
4482012-07-06 Chong Yidong <cyd@gnu.org>
449
450 * emacs.texi: Re-order top-level menu to correspond to logical
451 order, to avoid makeinfo warnings.
452
453 * ack.texi (Acknowledgments): Note new python.el.
454
3812efdc
CY
4552012-06-29 Chong Yidong <cyd@gnu.org>
456
457 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
458 * basic.texi (Erasing, Basic Undo): Fix markup.
459
c8d3a25c 4602012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
461
462 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
463
c8d3a25c 4642012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
465
466 * fixit.texi (Undo): Fix typo. (Bug#11775)
467
65400531
GM
4682012-06-27 Glenn Morris <rgm@gnu.org>
469
470 * ack.texi (Acknowledgments): Tiny update.
471
ac1a0ce1 4722012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
473
474 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
475
ddfbf826 4762012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 477
ddfbf826 478 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
479
480 * anti.texi:
481 * building.texi:
482 * cmdargs.texi:
483 * custom.texi:
484 * display.texi:
485 * files.texi:
486 * frames.texi:
487 * glossary.texi:
488 * misc.texi:
489 * mule.texi:
490 * programs.texi:
491 * sending.texi:
492 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
493
85973ba0
MA
4942012-06-06 Michael Albinus <michael.albinus@gmx.de>
495
496 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
497
c1dabff0
GM
4982012-05-28 Glenn Morris <rgm@gnu.org>
499
500 * ack.texi, building.texi, calendar.texi, custom.texi:
501 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
502
abb9615e
GM
5032012-05-27 Glenn Morris <rgm@gnu.org>
504
bd39eb06
GM
505 * emacs.texi: Simplify following removal of node pointers.
506
abb9615e
GM
507 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
508 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
509 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
510 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
511 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
512 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
513 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
514 * windows.texi, xresources.texi: Nuke hand-written node pointers.
515
6c200b4a
GM
5162012-05-22 Glenn Morris <rgm@gnu.org>
517
518 * emacs.texi (Acknowledgments): Add another contributor.
519
3fe7cdc8
GM
5202012-05-12 Glenn Morris <rgm@gnu.org>
521
522 * Makefile.in (MKDIR_P): New, set by configure.
523 (mkinfodir): Use $MKDIR_P.
524
dc0f75c8
GM
5252012-05-10 Glenn Morris <rgm@gnu.org>
526
b8a82b69
GM
527 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
528 with "coding: raw-text".
529
dc0f75c8
GM
530 * files.texi (Interlocking): Mention create-lockfiles option.
531
666b903b 5322012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
533
534 * frames.texi (Mouse References, Mouse Commands): Fix index
535 entries (Bug#11362).
536
eceeb5fc 5372012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 538
eceeb5fc
CY
539 * custom.texi (Customization Groups, Custom Themes, Examining):
540 Improve page breaks.
541
542 * rmail.texi (Rmail Display): Use example rather than smallexample.
543
544 * calendar.texi: Convert inforefs to refs.
545
546 * dired.texi (Dired Enter): Improve page break.
547
548 * abbrevs.texi (Abbrev Concepts): Copyedits.
549
550 * maintaining.texi (Registering, Tag Syntax):
551 Tweak line and page breaks.
552
553 * programs.texi (Programs, Electric C): Copyedits.
554 (Program Modes): Add xref to Fortran.
555 (Left Margin Paren): Remove what was (oddly enough) the only use
556 of defvar in the entire Emacs manual.
557 (Hungry Delete): Remove footnote about ancient Emacs version.
558 (Other C Commands): Use example rather than smallexample.
559
560 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
561 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
562 Tweak line and page breaks.
563
564 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
565 (Major Modes): Use example rather than smallexample.
bbba8869 566
eceeb5fc
CY
567 * mule.texi (Output Coding): Reword to improve page-breaks.
568
569 * frames.texi (Fonts): Tweak line and page breaks.
570 Use example rather than smallexample. Change cross-reference.
571 (Text-Only Mouse): Fix xref.
572
573 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
574 (Indirect Buffers): Tweak line- and page-breaks.
575
576 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
577
8045b906
GM
5782012-05-04 Glenn Morris <rgm@gnu.org>
579
580 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
581 (info, infoclean): Use $INFO_EXT.
582 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
583 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
584 (INFO_TARGETS): Use $INFO_EXT.
585 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
586
90207a15 5872012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
588
589 * emacs.texi (@copying): Only print EDITION in the TeX version.
590
e2058813
GM
591 * search.texi (Regexp Search): Just say "Emacs".
592
a162959e
GM
593 * display.texi (Auto Scrolling):
594 Reword to avoid repetition and improve page break.
595
9eb25ee8
GM
596 * xresources.texi (Resources):
597 * mule.texi (Language Environments):
598 * misc.texi (Amusements):
599 * maintaining.texi (VC Change Log):
600 * frames.texi (Fonts):
601 * custom.texi (Specifying File Variables, Minibuffer Maps):
602 * cmdargs.texi (Initial Options):
603 * building.texi (Flymake):
604 Reword to remove/reduce some overly long/short lines.
605
a4289d0e
GM
6062012-04-27 Glenn Morris <rgm@gnu.org>
607
608 * emacs.texi: Some fixes for detailed menu.
609
1a72be46
GM
610 * emacs.texi: Add "et al." to authors.
611
16152b76
GM
612 * ack.texi, basic.texi, buffers.texi, building.texi:
613 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
614 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
615 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
616 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
617 * search.texi, trouble.texi, windows.texi:
618 Use Texinfo recommended convention for quotes+punctuation.
619
578c1d4b 6202012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 621
578c1d4b
GM
622 * mule.texi (Bidirectional Editing): Improve indexing.
623 Minor wording tweaks.
84412f2c 624
467a33d0
CY
6252012-04-15 Chong Yidong <cyd@gnu.org>
626
627 * misc.texi (emacsclient Options): More clarifications.
628
e6fd457e 6292012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 630
41be52d7
GM
631 * msdog.texi (Windows Printing): It doesn't set printer-name.
632
05806f43
GM
633 * mule.texi (Language Environments): Move font info to "Fontsets".
634 (Fontsets): Move intlfonts etc here from "Language Environments".
635 Copyedits.
636 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
637 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
638
e6fd457e 6392012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 640
0be641c0
CY
641 * glossary.texi (Glossary): Standardize on "text terminal"
642 terminology. All callers changed.
643
6a00f380
CY
644 * misc.texi (emacsclient Options): Document "client frame" concept
645 and its effect on C-x C-c more carefully.
646
e6fd457e 6472012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 648
870e8fb8
GM
649 * frames.texi (Scroll Bars):
650 * glossary.texi (Glossary): Use consistent case for "X Window System".
651
71cd7772
GM
652 * mule.texi (Select Input Method, Coding Systems):
653 State command names in kbd tables.
654 (Recognize Coding): Add cross-ref.
655 (Output Coding): Don't mention message mode in particular.
656 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
657 Copyedits.
658
35dc09a1 6592012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
660
661 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
662 Copyedits.
663 (Coding Systems): Mac OS X apparently uses newlines for EOL.
664 (Recognize Coding): Remove old auto-coding-regexp-alist example.
665 auto-coding-functions does not override coding: tags.
666 Remove rmail-decode-mime-charset; it no longer has any effect.
667
35dc09a1 6682012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
669
670 * custom.texi (Creating Custom Themes): Add reference to Custom
671 Themes node in Lisp manual.
672
35dc09a1 6732012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
674
675 * mule.texi (International): Copyedits.
676 (International Chars): Update C-x = example output.
677 (Disabling Multibyte): Rename from "Enabling Multibyte".
678 Clarify what "unibyte: t" does, and mode-line description.
679 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
680 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 681 (Language Environments): Copyedits.
893585f4
GM
682 (Input Methods): Copyedits. Use "^" for the postfix example,
683 because it is less confusing inside Info's `quotes'.
e0550cae 684
bd7239f5 685 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
686 Update for "Disabling Multibyte" node name change.
687 * emacs.texi: Update for "Disabling Multibyte" node name change.
688
1c64e6ed
GM
689 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
690 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
691 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
692 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
693 * sending.texi, text.texi, trouble.texi:
694 Use @file for buffers, per the Texinfo manual.
695
20331c1c
GM
696 * entering.texi (Entering Emacs):
697 Do not mention initial-buffer-choice = t.
698
8fc85b20
GM
699 * misc.texi (Gnus Startup): Use @env for environment variables.
700
35dc09a1
GM
701 * Makefile.in: Replace non-portable use of $< in ordinary rules.
702
87124233
GM
7032012-04-12 Glenn Morris <rgm@gnu.org>
704
705 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
706
f3774f20
GM
7072012-04-07 Glenn Morris <rgm@gnu.org>
708
709 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
710
8980d0b9
GM
7112012-04-05 Glenn Morris <rgm@gnu.org>
712
713 * glossary.texi (Glossary): Use anchors for internal cross-references.
714
8bf27c8a
GM
7152012-04-04 Glenn Morris <rgm@gnu.org>
716
717 * glossary.texi (Glossary): Copyedits.
718 Use Texinfo-recommended convention for quotes and punctuation.
719 Comment out a few specialized (Rmail) items.
a0706406 720 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 721 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 722
529c06b6
CY
7232012-04-03 Chong Yidong <cyd@gnu.org>
724
725 * sending.texi (Mail Misc): Fix an index entry.
726
53b0595a
EZ
7272012-04-02 Eli Zaretskii <eliz@gnu.org>
728
729 * msdog.texi (Windows Startup): Add description of emacsclient
730 operation under -c and -t on MS-Windows.
731
732 * misc.texi (emacsclient Options): Add cross-reference to "Windows
733 Startup". (Bug#11091)
734
d8e213eb 7352012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
736
737 * custom.texi (Changing a Variable): Fix example.
738
0d224826
EZ
7392012-04-01 Eli Zaretskii <eliz@gnu.org>
740
741 * misc.texi (emacsclient Options): More clarifications about -t
742 and -c on MS-Windows. (Bug#11091)
743
1d265f9f
EZ
7442012-03-31 Eli Zaretskii <eliz@gnu.org>
745
746 * misc.texi (emacsclient Options): Document peculiarities of new
747 frame creation on MS-Windows under -c or -t options. (Bug#11091)
748
5319014e
CY
7492012-03-30 Chong Yidong <cyd@gnu.org>
750
751 * files.texi (File Conveniences): Clarify Imagemagick discussion.
752
2bfab837
GM
7532012-03-22 Glenn Morris <rgm@gnu.org>
754
755 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
756
986bd52a
CY
7572012-03-17 Chong Yidong <cyd@gnu.org>
758
759 * package.texi (Package Installation): Document use of
760 package-initialize in init file.
761
66ecdc9e
GM
7622012-03-16 Glenn Morris <rgm@gnu.org>
763
764 * help.texi (Language Help):
765 * mule.texi (International Chars):
766 etc/HELLO is for character demonstration.
767
d8e213eb 7682012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
769
770 * dired.texi (Shell Commands in Dired): Fix typo.
771
a08a07e3
CY
7722012-03-04 Chong Yidong <cyd@gnu.org>
773
774 * killing.texi (Clipboard): Document clipboard manager.
775
53eced6d
GM
7762012-02-29 Glenn Morris <rgm@gnu.org>
777
f8425af2
GM
778 * ack.texi (Acknowledgments): Use @Tex{} in more places.
779
775b55af
GM
780 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
781
53eced6d
GM
782 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
783
44e97401
GM
7842012-02-28 Glenn Morris <rgm@gnu.org>
785
786 * custom.texi, display.texi, emacs.texi, files.texi:
787 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
788 Standardize possessive apostrophe usage.
789
525795c1
JD
7902012-02-25 Jan Djärv <jan.h.d@swipnet.se>
791
792 * macos.texi (Mac / GNUstep Customization): Remove text about
793 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
794
d8e213eb 7952012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
796
797 * buffers.texi (Select Buffer): Mention that saving in a new file
798 name can switch to a different major mode.
799
6ea1787e
GM
8002012-02-23 Glenn Morris <rgm@gnu.org>
801
49fe4321
GM
802 * mini.texi (Minibuffer File, Completion Options, Repetition):
803 Copyedits.
804 (Completion Example): Other M-x au* commands may be defined.
805 (Completion Styles): Mention emacs21 and completion-category-overrides.
806
8f4042d2
GM
807 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
808 (Windows Keyboard, Windows Mouse, Windows Processes)
809 (Windows Printing, Windows Misc): Copyedits.
810 (ls in Lisp): Update switches list.
811
371fb833
GM
812 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
813 Update dos-mode* function names.
814 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
815 (MS-DOS Processes): Add xref to main ls-lisp section.
816
6ea1787e
GM
817 * ack.texi (Acknowledgments): Mention smie.
818
40ace058
GM
8192012-02-22 Glenn Morris <rgm@gnu.org>
820
821 * macos.texi: Copyedits. Fix @key/@kbd usage.
822 (Mac / GNUstep Basics): Don't mention the panels, since the next
823 section covers them.
824 (Mac / GNUstep Customization): Merge some panel info from previous.
825
41f1e868
GM
8262012-02-21 Glenn Morris <rgm@gnu.org>
827
68af8d4f
GM
828 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
829 Small fixes.
830
2e03845d
GM
831 * emacs-xtra.texi: Picture mode is no longer a chapter.
832
f9a998c3
GM
833 * picture-xtra.texi (Basic Picture): C-a does get remapped.
834
41f1e868
GM
835 * ack.texi (Acknowledgments): Small changes, including resorting,
836 and removal of things no longer distributed.
837
ea09410d
GM
8382012-02-20 Glenn Morris <rgm@gnu.org>
839
2d2f6581
GM
840 * emacs.texi (Top, Preface): Small rephrasings.
841 (menu, detailmenu): Update entries, and reformat some descriptions.
842 * building.texi, display.texi, emacs-xtra.texi, files.texi:
843 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
844 Reformat some menu descriptions.
845
196f8c0e
GM
846 * ack.texi (Acknowledgments): More updates.
847
8730412a
GM
848 * emacs.texi (Acknowledgments): Add several names from ack.texi,
849 and from Author: headers.
ae15b89b 850 (Distrib): Small updates.
ea09410d 851
37863f20
GM
8522012-02-18 Glenn Morris <rgm@gnu.org>
853
37c3b9ee
GM
854 * ack.texi (Acknowledgments): Add xref to Org manual.
855
b474519e
GM
856 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
857 of '*mail*', since Message does not call it that.
858 (Rmail Reply): Rename rmail-dont-reply-to-names.
859 \\`info- no longer handled specially.
860 Update for rmail-enable-mime-composing.
861 Don't mention 'm' for replies.
862 Don't mention rmail-mail-new-frame and cancelling, since it does
863 not work for Message at the moment.
864
a5987767
GM
865 * cal-xtra.texi: Copyedits.
866
37863f20
GM
867 * emacs-xtra.texi: Set encoding to ISO-8859-1.
868
112d1241
GM
8692012-02-17 Glenn Morris <rgm@gnu.org>
870
0fd2c9a3
GM
871 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
872
1d6ecbfa
GM
873 * ack.texi (Acknowledgments): Mention Gnulib.
874
102f1b54
GM
875 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
876
112d1241
GM
877 * calendar.texi: Misc small changes, including updating the dates
878 of examples.
879
3a05ff1d
GM
8802012-02-16 Glenn Morris <rgm@gnu.org>
881
d1354af0
GM
882 * calendar.texi: Misc small changes.
883
5f9756ec
GM
884 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
885 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
886
3b19a30d
GM
887 * dired-xtra.texi (Subdir Switches): Small fixes.
888
3a05ff1d
GM
889 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
890
9f26dc24
GM
8912012-02-15 Glenn Morris <rgm@gnu.org>
892
893 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
894
fb969a57
GM
8952012-02-12 Glenn Morris <rgm@gnu.org>
896
897 * ack.texi (Acknowledgments):
898 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
899
0aca1292
GM
9002012-02-10 Glenn Morris <rgm@gnu.org>
901
104dc9c6
GM
902 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
903
0aca1292
GM
904 * programs.texi (Misc for Programs): Mention electric-layout-mode.
905
91af9d2e
GM
9062012-02-09 Glenn Morris <rgm@gnu.org>
907
0aca1292
GM
908 * buffers.texi (Misc Buffer): M-x info does not seem to require a
909 buffer switch after M-x rename-uniquely.
63c727b2 910
91af9d2e
GM
911 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
912
1ef1990c
JB
9132012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
914
915 * text.texi (Org Mode): Fix typo.
916
e74e58c9
GM
9172012-02-08 Glenn Morris <rgm@gnu.org>
918
cefee440
GM
919 * ack.texi (Acknowledgments): Update emacs-lock info.
920
a7686350
GM
921 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
922
e74e58c9
GM
923 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
924
fe93bc91
GM
9252012-02-07 Glenn Morris <rgm@gnu.org>
926
927 * files.texi (File Conveniences): Mention ImageMagick images.
928
d273439c
GM
9292012-02-05 Glenn Morris <rgm@gnu.org>
930
649f602c
GM
931 * trouble.texi (Checklist): Mention debug-on-event.
932
d273439c
GM
933 * maintaining.texi (Maintaining): Add cross-ref to ERT.
934
a9410bdf
GM
9352012-02-04 Glenn Morris <rgm@gnu.org>
936
1f5e1a16
GM
937 * macos.texi (Customization options specific to Mac OS / GNUstep):
938 New subsection.
939
b7314ef7
GM
940 * display.texi (Colors): Mention list-colors-sort.
941
a9410bdf
GM
942 * files.texi (File Conveniences): Mention image animation.
943
75319d7f
CY
9442012-01-31 Chong Yidong <cyd@gnu.org>
945
946 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
947 scroll bars (Bug#10666).
948
2680c309
CY
9492012-01-28 Chong Yidong <cyd@gnu.org>
950
691db250
CY
951 * files.texi (Filesets): Fix typos.
952
2680c309
CY
953 * display.texi (Faces): Add xref to Colors node.
954
2a90dfca
DM
9552012-01-27 Dani Moncayo <dmoncayo@gmail.com>
956
957 * buffers.texi (Select Buffer): Clarify explanation of switching
958 to new buffers. Fix description of next-buffer and
6df6ae42 959 previous-buffer (Bug#10334).
2a90dfca
DM
960 (Misc Buffer): Add xref to View Mode.
961
962 * text.texi (Fill Commands): Fix description of
963 sentence-end-double-space.
964
20d2304d
CY
9652012-01-23 Chong Yidong <cyd@gnu.org>
966
f088cb8b 967 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 968
01ec1eed
VS
9692012-01-16 Volker Sobek <reklov@live.com> (tiny change)
970
971 * programs.texi (Comment Commands): Typo (bug#10514).
972
06848b82
CY
9732012-01-15 Chong Yidong <cyd@gnu.org>
974
975 * xresources.texi (X Resources): Describe GTK+ case first.
976 (Resources): Don't use borderWidth as an example, since it doesn't
977 work with GTK+.
978 (Table of Resources): Clarify role of several resources, including
979 the Emacs 24 behavior of cursorBlink etc.
980 (Face Resources): Node deleted. Recommend using Customize
981 instead. Add paragraph to `Table of Resources' node summarizing
982 how to use X resources for changing faces.
983 (Lucid Resources): Rewrite, omitting description of font names,
984 referring to the Fonts node instead.
985 (LessTif Resources): Copyedits.
986 (GTK resources): Rewrite, describing the difference between gtk2
987 and gtk3.
988 (GTK Resource Basics): New node.
989 (GTK Widget Names, GTK Names in Emacs): Rewrite.
990 (GTK styles): Just refer to Fonts node for GTK font format.
991
992 * display.texi (Faces): Document the cursor face.
993
a73a3461
CY
9942012-01-14 Chong Yidong <cyd@gnu.org>
995
01ec1eed 996 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
997 (General Variables): Add xref to Lisp Libraries.
998 (Initial Options): Copyedits.
999 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1000 (Environment): Clarify what getenv does.
1001 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1002 light backgrounds on xterms.
1003 (Misc Variables): TEMP and TMP are not Windows-specific.
1004 (Display X): Copyedits.
1005 (Colors X): -bd does nothing for GTK.
1006 (Icons X): Gnome 3 doesn't use taskbars.
1007
1008 * misc.texi (Shell): Document exec-path here.
1009
1010 * rmail.texi (Movemail): Add xref for exec-path.
1011
e517eda4
GM
10122012-01-13 Glenn Morris <rgm@gnu.org>
1013
1014 * dired.texi (Dired and Find): Clarify find-ls-options.
1015
1de76afe
CY
10162012-01-09 Chong Yidong <cyd@gnu.org>
1017
71873e2b 1018 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1019 SHA-256.
1020
c61ab18c
CY
10212012-01-07 Chong Yidong <cyd@gnu.org>
1022
e490b289
CY
1023 * display.texi (Useless Whitespace): Add Whitespace mode.
1024
1de77c4c
CY
1025 * custom.texi (Hooks): Discuss how to disable minor modes.
1026
1027 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1028 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1029
c61ab18c
CY
1030 * trouble.texi (Lossage): Refer to Bugs node for problems.
1031 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1032 (Screen Garbled): Don't refer to terminal "manufacturers".
1033 (Total Frustration): Node deleted. Eliza is documented in
1034 Amusements now.
71873e2b
SM
1035 (Known Problems): More info about using the bug tracker.
1036 Mention debbugs package.
c61ab18c
CY
1037 (Bug Criteria): Copyedits.
1038 (Understanding Bug Reporting): Mention emacs -Q.
1039
89bd9ccd
CY
10402012-01-06 Chong Yidong <cyd@gnu.org>
1041
1042 * custom.texi (Specifying File Variables): The mode: keyword
1043 doesn't have to be first anymore. Add example of specifying minor
1044 modes.
1045 (Directory Variables): Simplify example. Mention application to
1046 non-file buffers.
1047 (Disabling): Use "initialization file" terminology.
1048 (Init Examples): Fix hook example.
1049
8034735f
EZ
10502012-01-06 Eli Zaretskii <eliz@gnu.org>
1051
1052 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1053 (Bug#10422)
1054 Move the stuff about resources to xresources.texi.
1055
1056 * xresources.texi (Resources): Move information about setting X
1057 resources in the Registry from cmdargs.texi. Make the index entry
1058 be similar to the one in cmdargs.texi.
1059
b0d7d8af
CY
10602012-01-05 Chong Yidong <cyd@gnu.org>
1061
1062 * custom.texi (Customization Groups): Update example.
1063 (Browsing Custom): Document the new search field.
1064 (Changing a Variable): Update example for Emacs 24 changes.
1065 Document Custom-set and Custom-save commands.
1066 (Face Customization): Document Emacs 24 changes. De-document
1067 modify-face.
1068 (Specific Customization): Mention customize-variable.
1069 (Custom Themes): Add customize-themes, custom-theme-load-path,
1070 custom-theme-directory, and describe-theme.
1071 (Creating Custom Themes): New node.
1072 (Examining): Mention M-:.
1073
1074 * package.texi (Packages): Fix typo.
1075
88c5c7c8
CY
10762012-01-03 Chong Yidong <cyd@gnu.org>
1077
1078 * misc.texi (Single Shell): Don't document Lisp usage of
1079 shell-command. Tidy up discussion of synchronicity. Add index
1080 entries for async-shell-command.
1081 (Interactive Shell): Note that M-x shell uses shell-file-name.
1082 Note change in behavior in Emacs 24.
1083 (Shell Mode): Shell mode now uses completion-at-point.
1084 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1085 default method for recognizing prompts nowadays.
1086 (Shell Ring): Add xref to Minibuffer History.
1087 (Directory Tracking): Explain Dirtrack mode in more detail.
1088 (Term Mode): Fix index entries.
1089 (Paging in Term): Merge into Term Mode.
1090 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1091 (Printing): Fix xref. State default of lpr-switches.
1092 (PostScript): Remove obsolete sentence. Omit description of
1093 non-interactive behaviors.
1094 (Hyperlinking): Improve description.
1095 (Browse-URL): Using compose-mail for mailto URLs is the default.
1096 Document browse-url-mailto-function.
1097 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1098 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1099 (Amusements): M-x lm was renamed to M-x landmark.
1100 Document nato-region.
88c5c7c8 1101
b8ecfdfe
CY
11022012-01-01 Chong Yidong <cyd@gnu.org>
1103
1104 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1105 (Gnus Startup): Note that the system might not be set up for news.
1106 Describe group levels more clearly.
1107 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1108 Summary of Gnus.
1109 (Document View): Copyedits. Move zoom commads to DocView
1110 Navigation node.
1111 (DocView Navigation, DocView Searching, DocView Slicing)
1112 (DocView Conversion): Nodes renamed from Navigation, etc.
1113
1114 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1115
7bc7d2aa
EZ
11162011-12-31 Eli Zaretskii <eliz@gnu.org>
1117
1118 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1119 (Bug#10380)
1120
b30941db
CY
11212011-12-30 Chong Yidong <cyd@gnu.org>
1122
1123 * sending.texi (Sending Mail): Document initial mail buffer name,
1124 and changed multiple mail buffer behavior.
1125 (Mail Format): Put the example at the top of the section.
1126 (Mail Headers): Move discussion of "From" to the top.
1127 (Mail Sending): Document sendmail-query-once.
1128 (Citing Mail): Make it less Rmail-specific.
1129
0ed49f93
CY
11302011-12-29 Chong Yidong <cyd@gnu.org>
1131
1132 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1133 example. Add index entries.
1134 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1135
c40a7de7
CY
11362011-12-26 Chong Yidong <cyd@gnu.org>
1137
71873e2b
SM
1138 * dired.texi (Dired Enter, Misc Dired Features):
1139 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1140 (Dired Navigation): Add index entries.
1141 (Dired Visiting): Fix View Mode xref.
1142 (Marks vs Flags): Prefer C-/ binding for undo.
1143 (Subdirectories in Dired): Add xrefs.
1144 (Misc Dired Features): Document some Emacs 24 changes. Add index
1145 entries.
1146
1147 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1148 variable, since it is explained in Minor Modes node.
1149 (Defining Abbrevs): Copyedits.
1150 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1151 C-/ binding for undo.
1152 (Dabbrev Customization): Add xrefs for case-fold-search and
1153 case-replace.
1154
1155 * dired-xtra.texi (Subdir Switches): Add xref.
1156
1157 * maintaining.texi (VC Directory Commands): Mention quit-window.
1158
3d992aa0
CY
11592011-12-25 Chong Yidong <cyd@gnu.org>
1160
1161 * maintaining.texi (Tags): Mention Semantic.
1162 (Create Tags Table, Etags Regexps): Copyedits.
1163 (Find Tag): Mention minibuffer completion.
1164 (List Tags): Mention completion-at-point. Completion is actually
1165 available in M-x list-tags.
1166
1167 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1168 Document vc-delete-file.
1169
1170 * files.texi (Misc File Ops): Mention vc-delete-file.
1171
1172 * programs.texi (Symbol Completion): Mention completion-at-point
1173 explicitly.
1174
2785d024
CY
11752011-12-22 Chong Yidong <cyd@gnu.org>
1176
1177 * maintaining.texi (Change Log Commands): Don't specially mention
1178 vc-update-change-log which is CVS-only.
1179
1180 * vc1-xtra.texi (Version Headers): Note that these are for
1181 Subversion, CVS, etc. only.
71873e2b
SM
1182 (General VC Options): De-document vc-keep-workfiles.
1183 Fix RCS-isms.
2785d024 1184
0ab39399
EZ
11852011-12-22 Eli Zaretskii <eliz@gnu.org>
1186
1187 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1188 should be @end iftex".
1189
d3098e1e
CY
11902011-12-21 Chong Yidong <cyd@gnu.org>
1191
1192 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1193 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1194 (VC Pull): Mention vc-log-incoming.
1195 (Log Buffer): Add CVS/RCS only disclaimer.
1196
1197 * vc1-xtra.texi (Remote Repositories): Update introduction.
1198 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1199 (Remote Repositories, Version Backups): Node deleted.
1200 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1201 (CVS Options): Reduce verbosity of description of obscure CVS
1202 locking feature.
1203 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1204 Tags node.
1205 (Revision Tags): Move under Miscellaneous VC subsection.
1206 (Change Logs and VC): Note that this is wrong for DVCSs.
1207 De-document log entry manipulating features.
1208 (Renaming and VC): Describe how it works on modern VCSes.
1209
1210 * files.texi (Misc File Ops): Mention vc-rename-file.
1211
1212 * programs.texi (Custom C Indent): Add index entries.
1213
47d42d81
AM
12142011-12-20 Alan Mackenzie <acm@muc.de>
1215
1216 * programs.texi (Motion in C): Update the description of C-M-a and
1217 C-M-e, they now DTRT in enclosing scopes.
1218 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1219
2edef1a0
CY
12202011-12-20 Chong Yidong <cyd@gnu.org>
1221
1222 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1223 (Old Revisions): Use it.
1224 (VCS Repositories): Add "distributed" terminology.
1225 (Log Buffer): Remove duplicate description
1226 about changesets. Fix "current VC fileset" ambiguity.
1227 (Multi-User Branching): Node deleted.
1228 (Branches, Switching Branches): Discuss decentralized version
1229 control systems.
1230 (VC Pull): New node.
1231 (Merging): Document merging on decentralized systems.
1232 (Creating Branches): Note that this is specific to CVS and related
1233 systems.
1234
bc859d5f
CY
12352011-12-19 Chong Yidong <cyd@gnu.org>
1236
1237 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1238 (VC Mode Line): Add index entry for "version control status".
1239 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1240 Document vc-revert-show-diff. De-document vc-rollback.
1241 (VC Directory Mode): Rewrite introduction. Move prefix arg
1242 documentation here from VC Directory Buffer node.
1243 (VC Directory Buffer): Use a decentralized VCS example.
1244 (VC Directory Commands): Use a table. Remove material duplicated
1245 in previous nodes on multi-file VC filsets.
1246
9cff91f8
CY
12472011-12-17 Chong Yidong <cyd@gnu.org>
1248
1249 * maintaining.texi (VCS Concepts): Make "revision" terminology
1250 less CVS-specific.
1251 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1252 Registering node.
71873e2b 1253 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1254 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1255 log buffer. Add index entries.
71873e2b
SM
1256 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1257 Use "commit" terminology.
9cff91f8
CY
1258 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1259 doesn't refer to tags tables. Note other possible forms of the
1260 revision ID. C-x v = does not save.
1261 (Registering): Note similarity to C-x v v action. Fix description
1262 of how backends are chosen. De-document vc-default-init-revision.
1263 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1264 in root log buffers.
1265
f3b316df
CY
12662011-12-16 Chong Yidong <cyd@gnu.org>
1267
1268 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1269 (Basic VC Editing): Remove redundant descriptions.
1270 (VC With A Merging VCS): Make description more general instead of
1271 CVS-specific.
1272 (VC With A Locking VCS): Use VC fileset terminology.
1273
29eabb8e
CY
12742011-12-12 Chong Yidong <cyd@gnu.org>
1275
1276 * building.texi (Executing Lisp): Fix xref for C-M-x.
1277 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1278 manual. Note that load-path is not customizable.
1279 (Lisp Eval): Note that listed commands are available globally.
1280 Explain the meaning of "defun" in the C-M-x context.
1281 (Lisp Interaction): Copyedits.
71873e2b
SM
1282 (External Lisp): Fix name of inferior Lisp buffer.
1283 Mention Scheme.
29eabb8e
CY
1284 (Compilation): Define "inferior process".
1285
cd0314dd
EZ
12862011-12-10 Eli Zaretskii <eliz@gnu.org>
1287
1288 * msdog.texi (Windows Fonts): Document how to force GDI font
1289 backend on MS-Windows.
1290
0595bd7e 12912011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1292
1293 * building.texi (Compilation): Say what the -k flag to make does.
1294 Move subprocess discussion to Compilation Shell.
1295 (Compilation Mode): Add xref for grep, occur, and mouse
1296 references. Define "locus".
1297 (Grep Searching): Use @command.
71873e2b
SM
1298 (Debuggers, Commands of GUD, GDB Graphical Interface):
1299 Clarify intro.
0595bd7e
CY
1300 (Starting GUD): Clarify how arguments are specified.
1301 (Debugger Operation): Index entry for "GUD interaction buffer",
1302 and move basic description here from Commands of GUD node.
1303 (GDB User Interface Layout): Copyedits.
1304 (Source Buffers): Remove gdb-find-source-frame, which is not in
1305 gdb-mi.el.
1306 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1307 toggle-gdb-all-registers, which are not in gdb-mi.el.
1308 Don't re-document GUD interaction buffers.
b09d01da
CY
1309
1310 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1311 (Semantic): Add cindex entries for Semantic.
1312
2a185919
CY
13132011-12-06 Chong Yidong <cyd@gnu.org>
1314
1315 * programs.texi (Man Page): Clarify how to use Man-switches.
1316 Don't bother documenting Man-fontify-manpage-flag.
1317 (Lisp Doc): Add xref to Name Help node.
1318 (Hideshow): Add cindex. Mention role of ellipses, and default
1319 value of hs-isearch-open. Don't bother documenting
1320 hs-special-modes-alist.
1321 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1322 changing the window manager binding of M-TAB.
1323
ebf10822
CY
13242011-12-05 Chong Yidong <cyd@gnu.org>
1325
1326 * programs.texi (Comment Commands): Fix description of for M-; on
1327 blank lines. Move documentation of comment-region here.
1328 (Multi-Line Comments): Clarify the role of comment-multi-line.
1329 Refer to Comment Commands for comment-region doc.
1330 (Options for Comments): Refer to Multi-Line Comments for
1331 comment-multi-line doc, instead of duplicating it. Fix default
1332 values of comment-padding and comment-start-skip.
1333
ec7ae032
CY
13342011-12-04 Chong Yidong <cyd@gnu.org>
1335
1336 * programs.texi (Program Modes): Mention modes that are not
1337 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1338 Add index entry for backward-delete-char-untabify.
1339 Mention prog-mode-hook.
ec7ae032
CY
1340 (Which Function): Use "global minor mode" terminology.
1341 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1342 in Indentation chapter to avoid duplication.
1343 (Expressions): Copyedit.
1344 (Matching): Document Electric Pair mode.
1345
1346 * ack.texi (Acknowledgments):
1347 * rmail.texi (Movemail, Other Mailbox Formats):
1348 * frames.texi (Frames): Don't capitalize "Unix".
1349
a24bf23e
CY
13502011-12-04 Chong Yidong <cyd@gnu.org>
1351
1352 * text.texi (Nroff Mode): Mention what nroff is.
1353 (Text Based Tables, Table Recognition): Don't say "Table mode"
1354 since it's not a major or minor mode.
1355 (Text Based Tables): Reduce the size of the example.
1356 (Table Definition): Clarify definitions.
1357 (Table Creation): Add key table.
1358 (Cell Commands): Use kbd for commands.
1359 (Table Rows and Columns): Combine nodes Row Commands and Column
1360 Commands.
1361 (Fixed Width Mode): Node deleted; contents moved to parent.
1362 (Table Conversion): Shorten example.
1363 (Measuring Tables): Merge into Table Misc.
1364
8863a584
CY
13652011-12-03 Chong Yidong <cyd@gnu.org>
1366
1367 * text.texi (TeX Mode): Mention AUCTeX package.
1368 (TeX Editing): Add xref to documentation for Occur.
1369 (LaTeX Editing): Add xref to Completion node.
1370 (TeX Print): Fix description of tex-directory.
71873e2b 1371 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1372 its subnodes less verbose, since text/enriched files are
1373 practically unused.
71873e2b 1374 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1375 (Format Colors): Node deleted.
71873e2b 1376 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1377 for applying colors too.
1378 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1379
1380 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1381
1382 * display.texi (Colors): New node.
1383
1384 * cmdargs.texi (Colors X):
1385 * xresources.texi (GTK styles):
1386 * custom.texi (Face Customization): Reference it.
1387
1388 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1389 Link to Fill Commands for Justification entry.
1390
6fdebe93
EZ
13912011-12-03 Eli Zaretskii <eliz@gnu.org>
1392
1393 * display.texi (Auto Scrolling): More accurate description of what
1394 scroll-*-aggressively does, including the effect of non-zero
1395 margin. Fix "i.e." markup.
1396
95ca9bc7
CY
13972011-12-02 Chong Yidong <cyd@gnu.org>
1398
1399 * text.texi (Pages): Mention how formfeed chars are displayed.
1400 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1401 Describe adaptive filling more precisely.
1402 (Fill Commands): Note that filling removes excess whitespace.
1403 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1404 now bound to indent-for-tab-command in Text mode.
1405 (Outline Mode): Copyedits.
1406 (Outline Visibility): Note that Reveal mode is a buffer-local
1407 minor mode.
1408
1409 * modes.texi (Major Modes): Move note about checking major-mode in
1410 a hook function here, from Text mode.
1411
6d262977
CY
14122011-11-28 Chong Yidong <cyd@gnu.org>
1413
b22b1918
CY
1414 * text.texi (Words): Add xref to Position Info.
1415 (Paragraphs): Add xref to Regexps.
1416
6d262977
CY
1417 * indent.texi (Indentation): Rewrite introduction. Move table to
1418 Indentation Commands node.
1419 (Indentation Commands): Add index entries to table. Copyedits.
1420 (Tab Stops, Just Spaces): Copyedits.
1421 (Indent Convenience): New node. Document electric-indent-mode.
1422
1423 * programs.texi (Basic Indent):
1424 * windows.texi (Pop Up Window): Fix kindex entry.
1425
dc95a8b0
CY
14262011-11-28 Chong Yidong <cyd@gnu.org>
1427
1428 * modes.texi (Major Modes): Move major-mode variable doc here from
1429 Choosing Modes. Document describe-mode. Document prog-mode-hook
1430 and text-mode-hook. Add example of using hooks.
1431 (Minor Modes): Document behavior of mode command calls from Lisp.
1432 Note that setting the mode variable using Customize will DTRT.
1433 (Choosing Modes): Add example of setting a minor mode using a
1434 local variable.
1435
b63a8e8e
CY
14362011-11-27 Chong Yidong <cyd@gnu.org>
1437
1438 * frames.texi (Creating Frames): Move frame parameter example to
1439 Frame Parameters node.
1440 (Frame Commands): C-x 5 o does not warp the mouse by default.
1441 (Fonts): Add more GTK-style properties; also, they should be
1442 capitalized.
1443 (Special Buffer Frames): Node deleted; special-display is on the
1444 way out.
1445 (Frame Parameters): Example moved here from Creating Frames.
1446 Clarify that default-frame-alist affects the initial frame too.
1447 Delete auto-raise-mode and auto-lower-mode.
1448 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1449 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1450
1451 * windows.texi (Window Choice): Add xref to Lisp manual for
1452 special-display-*.
1453
a3dcc84e
EZ
14542011-11-26 Eli Zaretskii <eliz@gnu.org>
1455
1456 * display.texi (Text Display): Update the description,
1457 cross-references, and indexing related to display of control
1458 characters and raw bytes.
1459
4ad3bc2a
CY
14602011-11-25 Chong Yidong <cyd@gnu.org>
1461
1462 * frames.texi (Frames): Rewrite introduction.
1463 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1464 Mouse-3 does not copy to kill ring by default. DEL does not
1465 behave specially for mouse commands any more.
1466 (Mouse References): Document mouse-1-click-follows-link more
1467 thoroughly.
1468 (Menu Mouse Clicks): Move footnote to the main text and add xref
1469 to Init Rebinding node.
1470 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1471
1472 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1473
20db1522
JB
14742011-11-24 Juanma Barranquero <lekktu@gmail.com>
1475
1476 * display.texi (Font Lock): Fix typo.
1477
01d06b1f
GM
14782011-11-24 Glenn Morris <rgm@gnu.org>
1479
1480 * rmail.texi (Rmail Output):
1481 Mention rmail-automatic-folder-directives. (Bug#9657)
1482
0cbaa1d5
CY
14832011-11-21 Chong Yidong <cyd@gnu.org>
1484
1485 * mark.texi (Global Mark Ring): Fix description of global mark
1486 ring (Bug#10032).
1487
fe7a3057
JB
14882011-11-20 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * msdog.texi (Windows Fonts): Fix typo.
1491
b6e63cbe
GM
14922011-11-17 Glenn Morris <rgm@gnu.org>
1493
1494 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1495
58179cce
JB
14962011-11-16 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * killing.texi (Rectangles):
7877f373
JB
1499 * misc.texi (Document View):
1500 * modes.texi (Choosing Modes):
1501 * msdog.texi (Windows Fonts):
58179cce
JB
1502 * regs.texi (Rectangle Registers):
1503 * search.texi (Isearch Yank): Fix typos.
1504
291d142b
CY
15052011-11-06 Chong Yidong <cyd@gnu.org>
1506
1507 * windows.texi (Basic Window): Add xref to Cursor Display.
1508 (Split Window): Document negative arg for splitting commands.
1509 (Other Window): Document mouse-1 in text area of window.
1510 (Change Window): Don't mention window attributes, since they
1511 aren't defined. C-x 1 can't be used with minibuffer windows.
1512 Windows are no longer auto-deleted.
1513 (Window Choice): Add xref to Choosing Window in Lisp manual.
1514 (Window Convenience): Note that windmove disables shift-selection.
1515 Move M-x compare-windows here from Other Window node.
1516
1517 * custom.texi (Mouse Buttons):
1518 * search.texi (Isearch Scroll):
1519 * windows.texi (Split Window): Use new names split-window-below
1520 and split-window-right.
1521
a7ef684b
JB
15222011-10-26 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * emacs.texi (Top): Fix typo.
1525
d53e1747
GM
15262011-10-25 Glenn Morris <rgm@gnu.org>
1527
1528 * abbrevs.texi (Saving Abbrevs):
1529 quietly-read-abbrev-file is not a command. (Bug#9866)
1530
e7a3ff06
CY
15312011-10-24 Chong Yidong <cyd@gnu.org>
1532
1533 * display.texi (Scrolling): Document scroll-up-line and
1534 scroll-down-line. Document scroll-command property.
1535 (Recentering): New node, split off from Scrolling.
1536
86c60681
CY
15372011-10-23 Chong Yidong <cyd@gnu.org>
1538
da97a9e6
CY
1539 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1540 (Tool Bars): Copyedits.
1541
86c60681
CY
1542 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1543
d195726a
CY
15442011-10-22 Chong Yidong <cyd@gnu.org>
1545
1546 * windows.texi (Displaying Buffers): Fix broken lispref link.
1547
a70e06c1
CY
15482011-10-22 Chong Yidong <cyd@gnu.org>
1549
1550 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1551 Move confirm-nonexistent-file-or-buffer discussion here.
1552
1553 * files.texi (File Names, Visiting): Move detailed discussion of
1554 minibuffer confirmation to Minibuffer Exit.
1555
1556 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1557 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1558
bfd779dd
CY
15592011-10-21 Chong Yidong <cyd@gnu.org>
1560
1561 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1562 (Backup Copying): backup-by-copying-when-mismatch is now t.
1563 (Customize Save): Fix description of require-final-newline.
1564 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1565 (Auto Save Control): Clarify.
1566 (File Archives): Add 7z.
1567 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1568
1569 * arevert-xtra.texi (Autorevert): Copyedits.
1570
6e317956
CY
15712011-10-20 Chong Yidong <cyd@gnu.org>
1572
1573 * custom.texi (Hooks, Init Examples):
1574 * display.texi (Font Lock):
1575 * fixit.texi (Spelling):
1576 * rmail.texi (Rmail Display): Minor mode function with no arg now
1577 enables it.
1578
1579 * fixit.texi (Spelling): Fix description of inline completion.
1580
5abc31ef
CY
15812011-10-19 Chong Yidong <cyd@gnu.org>
1582
1583 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1584 entries.
1585 (Isearch Yank): Document isearch-yank-pop.
1586 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1587 (Other Repeating Search): Document Occur Edit mode.
1588
939db9ac
CY
15892011-10-18 Chong Yidong <cyd@gnu.org>
1590
1591 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1592 from Line Truncation node.
1593 (Standard Faces): Note that only the background of the cursor face
1594 has an effect.
1595 (Cursor Display): Fix descriptions of cursor face
1596 and bar cursor blinking.
1597 (Text Display): Document nobreak-char-display more clearly.
1598 (Line Truncation): Add xref to Split Window node.
1599 (Display Custom): Don't bother documenting baud-rate or
1600 no-redraw-on-reenter.
1601
1602 * search.texi (Slow Isearch): Node removed.
1603
80c6d77f
GM
16042011-10-18 Glenn Morris <rgm@gnu.org>
1605
1606 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1607
d366bd53
CY
16082011-10-18 Chong Yidong <cyd@gnu.org>
1609
1610 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1611 of list-faces-display here, from Standard Faces node.
1612 Note special role of `default' background.
1613 (Standard Faces): Note special role of `default' background.
1614 Note that region face may be taken fom GTK. Add xref to Text Display.
1615 (Text Scale): Rename from "Temporary Face Changes".
1616 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1617 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1618 (Useless Whitespace): Simplify description of
1619 delete-trailing-whitespace. Note active region case.
1620 (Text Display): Fix description of escape-glyph face assignment.
1621 Remove unibye mode discussion. Update some parts for Unicode.
1622 Move glyphless chars documentation to Lisp manual.
1623
1624 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1625
21100e7d
CY
16262011-10-15 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * display.texi (Scrolling): Tweak explanation of scroll direction.
1629 (View Mode): Add index entries.
1630
1631 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1632
1633 * regs.texi (Text Registers): C-x r i does not activate the mark.
1634 (Bookmarks): Document new default bookmark location.
1635
50b063c3
CY
16362011-10-13 Chong Yidong <cyd@stupidchicken.com>
1637
71873e2b
SM
1638 * killing.texi (Deletion): Add xref to Using Region.
1639 Document delete-forward-char.
50b063c3
CY
1640 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1641 description here. Recommend C-u C-SPC for jumping to mark.
1642 (Kill Ring): Move kill ring variable documentation here.
1643 (Primary Selection): Copyedits.
1644 (Rectangles): Document new command rectangle-number-lines.
1645 (CUA Bindings): Note that this disables the mark-even-if-inactive
1646 behavior for C-x and C-c.
1647
1648 * mark.texi (Mark): Mention "active region" terminology.
1649 (Using Region): Document delete-active-region.
1650
e1a3f5b1
CY
16512011-10-12 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * mark.texi (Mark): Clarify description of disabled Transient Mark
1654 mode (Bug#9689).
1655 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1656 selection changes. Mention that commands like C-y set the mark.
1657 (Marking Objects): Add xref to Words node. Note that mark-word
1658 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1659 (Using Region): Mention M-$ in the table.
1660 Document mark-even-if-inactive here instead of in Mark Ring.
1661 (Mark Ring): Move mark-even-if-inactive to Using Region.
1662 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1663 (Disabled Transient Mark): Rename from "Persistent Mark"
1664 (Bug#9688). Callers changed.
1665
1666 * programs.texi (Expressions):
1667 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1668
3dc62b2b
CY
16692011-10-09 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1672 option" terminology.
1673 (Key Help): Add command names. Define "documentation string".
1674 (Name Help): Remove an over-long joke.
1675 (Apropos): Document prefix args. Remove duplicated descriptions.
1676 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1677 (Package Keywords): Rename from "Library by Keyword".
1678 Describe new package menu interface.
3dc62b2b 1679 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1680
1681 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1682 (Minibuffer History): Document numeric args to history commands.
de09aa52 1683
2d3fe5d7
EZ
16842011-10-08 Eli Zaretskii <eliz@gnu.org>
1685
1686 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1687
b2b0776e
CY
16882011-10-08 Chong Yidong <cyd@stupidchicken.com>
1689
71873e2b
SM
1690 * basic.texi (Position Info): Omit page commands.
1691 Document count-words-region and count-words.
b2b0776e
CY
1692
1693 * text.texi (Pages): Move what-page documentation here.
1694
27a16462
CY
16952011-10-08 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1698 Remote Files node instead of linking directly to the Tramp manual.
1699 (Minibuffer Edit): Add xref to Blank Lines.
1700 (Completion): Add xref to Symbol Completion. Remove redundant
1701 example, which is repeated in the next node.
1702 (Completion Commands): Minor clarifications.
1703 (Completion Styles): New node, split from Completion Commands.
1704 Document substring and initials styles.
1705 (Strict Completion): Remove information duplicated in other nodes.
1706 (Completion Options): Consolidate case difference discussion here.
1707
1708 * help.texi (Help Mode): Fix kindex entries.
1709
1710 * files.texi (File Names): Add index entries.
1711
de0bde62
CY
17122011-10-07 Chong Yidong <cyd@stupidchicken.com>
1713
71873e2b
SM
1714 * basic.texi (Inserting Text): Add xref to Completion.
1715 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1716 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1717 to left/right. Tweak left-char and right-char descriptions.
1718 M-left and M-right are now bound to left-word/right-word.
1719 (Erasing): Document delete-forward-char.
1720
1721 * screen.texi (Screen, Menu Bar): Copyedits.
1722 (Point): Remove duplicate paragraph on cursors, also in Screen.
1723 (Mode Line): Trailing dashes no longer shown on X displays.
1724
1725 * frames.texi (Non-Window Terminals): Index just "text-only
1726 terminal", which is used throughout the manual now.
1727
1728 * entering.texi (Entering Emacs): Define "startup screen".
1729 Document window-splitting behavior with command-line inputs.
1730 (Exiting): Remove obsolete paragraph about shells without suspend
1731 functionality.
1732
1733 * commands.texi (User Input): Define "input event" more clearly.
1734 (Keys): Add xref to Echo Area.
1735 (Commands): Clarify relation between commands and functions.
1736
453e4522
CY
17372011-10-06 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * misc.texi (emacsclient Options): Document how emacsclient runs
1740 the Emacs daemon (Bug#9674).
1741
550f41cd
CY
17422011-10-01 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * basic.texi (Moving Point):
1745 * custom.texi (Mouse Buttons):
1746 * rmail.texi (Rmail Scrolling):
1747 * search.texi (Isearch Scroll):
550f41cd
CY
1748 * display.texi (Scrolling): Replace scroll-up/down with
1749 scroll-up/down-command. Fix scroll-preserve-screen-position
1750 description. Document scroll-error-top-bottom.
1751
9229fe87
GM
17522011-09-30 Glenn Morris <rgm@gnu.org>
1753
1754 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1755
0a2132ba
CY
17562011-09-24 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * windows.texi (Pop Up Window): Defer discussion of window
1759 splitting to the Window Choice node. Add index entries.
1760 (Force Same Window): Node deleted.
1761 (Displaying Buffers, Window Choice): New nodes.
1762
1763 * buffers.texi (Select Buffer): Clarify description of
1764 buffer-switching commands. Add xref to Window Display node.
1765 Don't repeat confirm-nonexistent-file-or-buffer description from
1766 Visiting node. Remove even-window-heights.
1767
1768 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1769
33ed493b
CY
17702011-09-18 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1773
1774 * xresources.texi (Table of Resources): Fix documentation of
1775 bitmapIcon.
1776
92fa95ad
CY
17772011-09-15 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1780
16254627
EH
17812011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1782
1783 * frames.texi (Frame Commands): Note that delete-other-frames only
1784 deletes frames on current terminal.
1785
c3760c17
EZ
17862011-09-10 Eli Zaretskii <eliz@gnu.org>
1787
1788 * sending.texi (Mail Misc): Document mail-add-attachment.
1789
69b8be97
EZ
17902011-09-04 Eli Zaretskii <eliz@gnu.org>
1791
1792 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1793
3fd50d5c
CY
17942011-08-29 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1797
e2aeef63
CY
17982011-08-28 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * files.texi (File Archives):
1801 * cal-xtra.texi (Diary Display):
1802 * help.texi (Help Mode): Add xref to View Mode.
1803
ddb54206
CY
18042011-08-28 Chong Yidong <cyd@stupidchicken.com>
1805
a6326082
CY
1806 * display.texi (View Mode): New node. Move view-file here from
1807 Misc File Ops. Move view-buffer here from Misc Buffer.
1808
1809 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1810
04e2ce72 1811 * files.texi (Misc File Ops): Document new
a6326082 1812 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1813
1814 * dired.texi (Dired Deletion): Shorten description of Trash.
1815
ddb54206
CY
1816 * misc.texi (emacsclient Options): Document server-port.
1817
bd206ce5
EZ
18182011-08-27 Eli Zaretskii <eliz@gnu.org>
1819
1820 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1821 even on MS-Windows. Fix a typo.
1822
d43f5a42
CY
18232011-08-26 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * package.texi: New file, documenting the package manager.
1826
1827 * emacs.texi: Include it.
1828
1829 * help.texi (Help Summary): Add describe-package.
1830
e0b1591b
CY
18312011-08-25 Chong Yidong <cyd@stupidchicken.com>
1832
856ce114
CY
1833 * misc.texi (Printing): Convert subnodes into subsections.
1834
f404f8bc
CY
1835 * text.texi (Two-Column): Move into Text chapter.
1836
1837 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1838 Files section. Convert from chapter into section.
1839
1840 * display.texi (Narrowing): Move into display chapter.
1841
e0b1591b
CY
1842 * sending.texi (Sending Mail):
1843 * rmail.texi (Rmail):
1844 * misc.texi (Gnus, Document View):
1845 * dired.texi (Dired):
1846 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1847
75bfc667
JL
18482011-08-07 Juri Linkov <juri@jurta.org>
1849
1850 * dired.texi (Operating on Files): Rewrite according to the fact
1851 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1852
fe676f91
MA
18532011-07-30 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1856 remote file name completion. (Bug#9197)
1857
4cc60b9b
EZ
18582011-07-28 Eli Zaretskii <eliz@gnu.org>
1859
1860 * mule.texi (Bidirectional Editing): Document the fact that
1861 bidi-display-reordering is t by default.
1862
89671e16
LMI
18632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1864
1865 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1866 explicitly (bug#8904).
1867
fb23ecc2
LMI
18682011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * trouble.texi (Checklist): Use an `M-x' example instead of an
1871 Emacs Lisp form to switch on the dribble file (bug#8056).
1872
465c5fc8
LMI
18732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1874
1875 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1876
90a6258b
GM
18772011-07-13 Glenn Morris <rgm@gnu.org>
1878
1879 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1880
c7588364
LMI
18812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1882
1883 * mark.texi (Mark Ring): Clarify how many locations are saved
1884 (bug#5770).
1885 (Global Mark Ring): Ditto.
1886
4cb4f3ba
LMI
18872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1888
d648feab
LMI
1889 * text.texi (Table Recognition): Use "at point" instead of "under
1890 point" (bug#4345).
1891
4cb4f3ba
LMI
1892 * display.texi (Cursor Display): Mention `cursor-type'.
1893
1894 * screen.texi (Point): Clarify that it's only if you use a block
1895 cursor that it appears to be on a character (bug#4345).
1896
ecd0b990
CY
18972011-07-12 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * misc.texi (Amusements): Move dissociated press here, from its
1900 own section.
1901
1902 * emacs.texi (Top): Update node listing.
1903
c2fd0368
LMI
19042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1905
1906 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1907 clarity (bug#3523).
1908
fdeb32ec
CY
19092011-07-12 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1912 (Misc X): Document --parent-id.
1913
1914 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1915 defaults to nil.
1916
1917 * misc.texi (emacsclient Options): Document --parent-id.
1918
1919 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1920
f584ca38
LMI
19212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1922
1923 * emacs.texi: Use "..." instead of ``...'' in the menus
1924 (bug#3503).
1925
963578d3
CY
19262011-07-11 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * killing.texi (Primary Selection): Document `only' setting for
1929 select-active-regions.
1930
1931 * mark.texi (Setting Mark): Reference Shift Selection node.
1932
1933 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1934
a30ed87b
LMI
19352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
47076272
LMI
1937 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1938 motion keys" (bug#3503).
1939
a30ed87b
LMI
1940 * emacs.texi: Change all the register node names from "RegPos"
1941 (etc.) to "Positional Registers" (etc.) (bug#3314).
1942
4d45a8b7
CY
19432011-07-11 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1946 (Other Kill Commands, Kill Options): Copyedits.
1947 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1948 (Yanking): Move yank-excluded properties discussion here.
1949 (Cut and Paste): Move from frames.texi. Update subnodes to
1950 describe x-select-enable-clipboard case.
1951
1952 * frames.texi: Move Cut and Paste node and subnodes into
1953 killing.texi, except Mouse Commands and Word and Line Mouse.
1954
c160ddee
AM
19552011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1956
1957 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1958
3329e6e3
LMI
19592011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1960
32a214fe
LMI
1961 * screen.texi (Mode Line): Clarify that coding systems are
1962 characters, not letters (bug#1749).
1963
3329e6e3
LMI
1964 * cmdargs.texi (Environment): Mention removing variables
1965 (bug#1615). Text suggested by Kevin Rodgers.
1966
8875da1e
CY
19672011-07-10 Chong Yidong <cyd@stupidchicken.com>
1968
54806e45
CY
1969 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1970
8875da1e
CY
1971 * modes.texi: Rename from major.texi.
1972 (Modes): New node. Make Major Modes and Minor Modes subsections
1973 of this. All callers changed.
1974
1975 * custom.texi (Minor Modes): Move to modes.texi.
1976
7847b2a1
CY
19772011-07-10 Chong Yidong <cyd@stupidchicken.com>
1978
6cfd0fa2
CY
1979 * custom.texi (Syntax): Node deleted.
1980
1981 * help.texi (Help Summary):
1982 * major.texi (Major Modes):
1983 * programs.texi (Parentheses):
1984 * search.texi (Regexp Backslash, Regexp Backslash)
1985 (Regexp Backslash):
1986 * text.texi (Words): Callers changed.
1987
7847b2a1
CY
1988 * text.texi (Refill, Longlines): Delete nodes.
1989
1990 * ack.texi (Acknowledgments): Longlines removed from manual.
1991
1992 * emacs.texi (Top): Update node listing.
1993
2a71c436
GM
19942011-07-09 Glenn Morris <rgm@gnu.org>
1995
1996 * fortran-xtra.texi (Fortran): Update handled extensions.
1997
61436e9f
LMI
19982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1999
2000 * display.texi (Scrolling): `C-v' (etc) are now bound to
2001 `scroll-*-command' (bug#8349).
2002
6e560c71
LMI
20032011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2004
48954a09 2005 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2006 doesn't actually delete any files (bug#7125).
2007
2904fd97
LMI
2008 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2009 argument for `C-c C-k' (bug#7391).
2010
6e560c71
LMI
2011 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2012 you're currently using (bug#8489).
2013
978ff6c5
EZ
20142011-07-01 Eli Zaretskii <eliz@gnu.org>
2015
2016 * mule.texi (Coding Systems): Move index entries from the previous
2017 change into their proper places.
2018
0d742084
LMI
20192011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2020
31976bd5
LMI
2021 * help.texi (Help Files): Document view-external-packages (bug#8902).
2022
0d742084
LMI
2023 * mule.texi (Coding Systems): Put a few more of the coding systems
2024 into the index (bug#8900).
2025
9f678528
GM
20262011-06-26 Glenn Morris <rgm@gnu.org>
2027
2028 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2029
18a4ce5e
AR
20302011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2031
2032 * misc.texi (emacsclient Options): Mention --frame-parameters.
2033
f0da764a
GM
20342011-06-09 Glenn Morris <rgm@gnu.org>
2035
2036 * custom.texi (Specifying File Variables):
2037 Recommend explicit arguments for minor modes.
2038
b047e7ac
PE
20392011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2040
2041 Document wide integers better.
2042 * buffers.texi (Buffers):
001903b5
PE
2043 * files.texi (Visiting): Document maxima for 64-bit machines,
2044 and mention virtual memory limits.
b047e7ac 2045
bf41276f
CY
20462011-05-28 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2049
2050 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2051 prog mode (Bug#8240).
2052
e145f188
GM
20532011-05-27 Glenn Morris <rgm@gnu.org>
2054
2055 * custom.texi (Specifying File Variables):
2056 Major modes no longer need come first.
2057
313f790e
CY
20582011-05-22 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2061 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2062
c136e5cd
GM
20632011-05-18 Glenn Morris <rgm@gnu.org>
2064
2065 * ack.texi (Acknowledgments): Remove fakemail.c.
2066
c71a0d48 20672011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2068
2069 Fixes for fitting text into 7x9 printed manual.
2070 * building.texi (Flymake, Breakpoints Buffer):
2071 * calendar.texi (Appointments):
2072 * cmdargs.texi (General Variables, Display X):
2073 * custom.texi (Saving Customizations, Face Customization)
2074 (Directory Variables, Minibuffer Maps, Init Rebinding):
2075 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2076 * fixit.texi (Spelling):
2077 * frames.texi (Creating Frames, Fonts):
2078 * help.texi (Help Files):
2079 * mini.texi (Minibuffer File):
2080 * misc.texi (emacsclient Options, Emulation):
2081 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2082 * mule.texi (International Chars, Language Environments)
2083 (Select Input Method, Modifying Fontsets, Charsets):
2084 * programs.texi (Custom C Indent):
2085 * rmail.texi (Rmail Labels):
2086 * text.texi (Table Conversion):
2087 * trouble.texi (Known Problems, Known Problems):
2088 * windows.texi (Change Window):
2089 * xresources.texi (GTK resources): Reflow text and re-indent code
2090 examples to avoid TeX overflows and underflows on 7x9 paper.
2091
2092 * emacs.texi: Fix the (commented out) smallbook command.
2093
2094 * macos.texi (Mac / GNUstep Events):
2095 * xresources.texi (Lucid Resources): Remove extraneous examples.
2096
b8f82dc1
GM
20972011-05-10 Glenn Morris <rgm@gnu.org>
2098
2099 * custom.texi (Specifying File Variables):
2100 Deprecate using mode: for minor modes.
2101
d306b4da
GM
21022011-05-07 Glenn Morris <rgm@gnu.org>
2103
2104 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2105
548d0a63
GM
21062011-05-06 Glenn Morris <rgm@gnu.org>
2107
5006e634
GM
2108 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2109
548d0a63
GM
2110 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2111
e793a940
LMI
21122011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2113
2114 * misc.texi (Emacs Server): Document `server-eval-at'.
2115
7031be6d
UR
21162011-04-24 Chong Yidong <cyd@stupidchicken.com>
2117
71873e2b
SM
2118 * maintaining.texi (List Tags): Document next-file.
2119 Suggested by Uday S Reddy.
7031be6d 2120
4ffd0d6b 21212011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2122
2123 * mini.texi (Minibuffer Edit):
2124 * screen.texi (Mode Line): Fix typo.
2125
1c6c854e
CS
21262011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2127
024ff170 2128 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2129
c5c9f40f
CY
21302011-03-26 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2133
09725d26
EZ
21342011-03-30 Eli Zaretskii <eliz@gnu.org>
2135
2136 * display.texi (Auto Scrolling): Document the limit of 100 lines
2137 for never-recentering scrolling with `scroll-conservatively'.
2138 (Bug#6671)
2139
09d9db2c 21402011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2141
2142 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2143 HOME on Windows and where it looks for init files. (Bug#8221)
2144
62d94509
EZ
21452011-03-10 Eli Zaretskii <eliz@gnu.org>
2146
2147 * search.texi (Regexp Example):
2148 * mule.texi (International Chars):
2149 * building.texi (External Lisp): Don't use characters outside
2150 ISO-8859-1.
2151
0286d9de
EZ
21522011-03-09 Eli Zaretskii <eliz@gnu.org>
2153
1c6c854e
CS
2154 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2155 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2156
2157 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2158
114902a5 2159 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2160 (Bug#8210)
2161
0afb4571
J
21622011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2165 for Gtk+ 3.
2166
bb3865e8
GM
21672011-03-08 Glenn Morris <rgm@gnu.org>
2168
6446548e
GM
2169 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2170 * emacs.texi (Acknowledgments):
2171 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2172 * emacs.texi: Set documentencoding.
6446548e 2173
bb3865e8
GM
2174 * display.texi (Optional Mode Line): Don't mention exactly where
2175 display-time appears. (Bug#8193)
2176
33383987
JB
21772011-03-07 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * Version 23.3 released.
2180
892777ba
CY
21812011-03-06 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2184
0b973fc5
DW
21852011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2186
2187 * misc.texi (emacsclient Options): Add q/quiet.
2188
8ef5a2f2
GM
21892011-03-02 Glenn Morris <rgm@gnu.org>
2190
2191 * mule.texi (Communication Coding) <x-select-request-type>:
2192 Remove duplicate (essentially) paragraph. (Bug#8148)
2193
bd106056
CS
21942011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2195
2196 * maintaining.texi (Format of ChangeLog): Add reference to
2197 add-log-full-name.
2198 (Change Log Commands): Add documentation for combining multiple
2199 symbols in one change.
2200
6640b281
GM
22012011-03-01 Glenn Morris <rgm@gnu.org>
2202
2203 * custom.texi (Directory Variables):
2204 Give an example of excluding subdirectories.
2205
2b0c7330 22062011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2207
2208 * search.texi (Regexp Search): Move index entries about regexps to the
2209 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2210
8c62c205
GM
22112011-02-19 Glenn Morris <rgm@gnu.org>
2212
2213 * dired.texi (Dired): Dired-X version number was dropped.
2214
3928f2b6
JD
22152011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2216
2217 * xresources.texi (X Resources): Remove *faceName and replace it with
2218 *font for Lucid.
2219
a41c8660
CY
22202011-02-05 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * rmail.texi (Rmail Display): Document Rmail MIME support more
2223 accurately.
2224
2225 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2226 vc-log-outgoing.
2227 (Merging): Document vc-find-conflicted-file.
2228
233ba4d9 22292011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2230
2231 * custom.texi (Variables): Fix typo.
2232
14beddf4 22332011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2234
65401ee3
CY
2235 * search.texi (Regexps): Copyedits. Mention character classes
2236 (Bug#7809).
2237
19f81ecf
CY
2238 * files.texi (File Aliases): Restore explanatory text from Eli
2239 Zaretskii, accidentally removed in 2011-01-08 commit.
2240
bf3dae7e
EZ
22412011-01-29 Eli Zaretskii <eliz@gnu.org>
2242
2243 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2244 (MAKEINFO_OPTS): New variable.
2245 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2246 (emacs.html): New target.
2247 (clean): Remove emacs.html.
2248
45eb2a5d
WL
22492011-01-23 Werner Lemberg <wl@gnu.org>
2250
2251 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2252 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2253 (ENVADD): Updated.
2254
9acfe703
GM
22552011-01-18 Glenn Morris <rgm@gnu.org>
2256
2257 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2258
2259 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2260
362b9d48
GM
22612011-01-15 Chong Yidong <cyd@stupidchicken.com>
2262
bb033b5f
CY
2263 * building.texi (Compilation): Improve instructions for running two
2264 compilations (Bug#7573).
2265
b024d9f0
MD
2266 * files.texi (Backup Names): Document the new location of the
2267 last-resort backup file.
2268
362b9d48
GM
2269 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2270 manual. Explain why directory-abbrev-alist elements should be anchored
2271 (Bug#7777).
2272
22732011-01-15 Eli Zaretskii <eliz@gnu.org>
2274
2275 * msdog.texi (Windows Startup): Correct inaccurate description of
2276 differences between emacsclient.exe and emacsclientw.exe.
2277
7c420169 22782011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2279
2280 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2281
7c420169 22822011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2283
2284 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2285
7c420169 22862011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2287
2d34d523
EZ
2288 * frames.texi (Cut and Paste): Modify the section's name and text:
2289 don't mix "cut/paste" with "kill/yank".
2290 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2291 (Bug#7702)
2292
88ab4340
EZ
2293 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2294
7c420169 22952011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2296
2297 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2298 matches its position in the menu. (Bug#7674)
2299
7c420169 23002011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2301
2302 * trouble.texi (Checklist): Mention not replying via news either.
2303
92bb6c52
TH
23042010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2305
2306 * misc.texi (Document View): Update DocView section with newly
2307 supported document formats.
2308
b103c904
CY
23092010-12-21 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * killing.texi: Resection the Info version to conform to the
2312 printed manual, to avoid making sections on Accumulating Text, CUA
2313 and Rectangles into full chapters.
2314
f49d1f52 23152010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2316
2317 * custom.texi (Init Syntax): Add index entries for "character syntax".
2318 (Bug#7576)
2319
f49d1f52 23202010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2321
2322 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2323
f49d1f52 23242010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2325
2326 * trouble.texi (Checklist): Fix typo in newsgroup name.
2327
f49d1f52 23282010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2329
2330 * search.texi (Word Search): Note that the lazy highlight always
2331 matches to whole words (Bug#7470).
2332
f49d1f52 23332010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2334
4f1948eb
EZ
2335 * display.texi (Optional Mode Line): Make the description of
2336 load-average more accurate.
2337
b8a9e136
EZ
2338 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2339 registry, with a cross-reference.
62d72a4a
EZ
2340 (Windows Startup): New node. Move the stuff about the current
2341 directory from "Windows HOME".
b8a9e136 2342
07976ae3 23432010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2344
2345 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2346 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2347
07976ae3 23482010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2349
2350 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2351 Suggested by Štěpán Němec.
2352
07976ae3 23532010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2354
1aaae3f3
CY
2355 * maintaining.texi (Version Control): Say "commit", not "check in".
2356 (Version Control Systems): Simplify descriptions.
2357 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2358 VCS Concepts.
2359 (VC Mode Line): Update example.
2360 (Old Revisions): Document revert-buffer for vc-diff.
2361 (Log Buffer): Promote to a subsection. Document header lines.
2362
1c6c854e
CS
2363 * macos.texi (Mac / GNUstep Basics):
2364 Document ns-right-alternate-modifier.
ec8a6295 2365
1aaae3f3
CY
2366 * emacs.texi (Top): Update node listing.
2367
0eb025fb
EZ
23682010-11-13 Eli Zaretskii <eliz@gnu.org>
2369
2370 * rmail.texi (Rmail Coding): Characters with no fonts are not
2371 necessarily displayed as empty boxes.
2372
2373 * mule.texi (Language Environments, Fontsets): Characters with no
2374 fonts are not necessarily displayed as empty boxes.
2375
2376 * display.texi (Text Display): Document display of glyphless
2377 characters.
2378
ea4f7750
GM
23792010-11-13 Glenn Morris <rgm@gnu.org>
2380
2381 * basic.texi (Position Info): Add M-x count-words-region.
2382
90639cea
GM
23832010-11-11 Glenn Morris <rgm@gnu.org>
2384
2385 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2386
d607b96b 23872010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2388
2389 * msdog.texi (Windows HOME): Add information regarding startup
2390 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2391
c12e4a81
GM
23922010-10-11 Glenn Morris <rgm@gnu.org>
2393
df187c62
GM
2394 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2395
c12e4a81
GM
2396 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2397 (DVIPS): New variable.
234db610
GM
2398 (.PHONY): Add html, ps.
2399 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2400 (clean): Delete html, ps files.
c12e4a81 2401
6513b232
EZ
24022010-10-09 Eli Zaretskii <eliz@gnu.org>
2403
2404 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2405
f4f358f1
GM
24062010-10-09 Glenn Morris <rgm@gnu.org>
2407
c1dc72b3
GM
2408 * Makefile.in (VPATH): Remove.
2409 (infodir): Make it absolute.
2410 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2411
4393405b
GM
2412 * Makefile.in (dist): Anchor regexps.
2413
eef3ab94
GM
2414 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2415 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2416 (emacs-xtra.pdf): Use $<.
2417
aa9db089
GM
2418 * Makefile.in (infoclean): Remove harmless, long-standing error.
2419
abd40fb4
GM
2420 * Makefile.in ($(infodir)): Delete rule.
2421 (mkinfodir): New.
2422 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2423
f4f358f1 2424 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2425 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2426 * emacsver.texi: New file, replacing emacsver.texi.in.
2427
ea274122
GM
24282010-10-09 Glenn Morris <rgm@gnu.org>
2429
f7a31f11
GM
2430 * emacsver.texi.in: New file.
2431 * emacs.texi: Set EMACSVER by including emacsver.texi.
2432 * Makefile.in (distclean): Delete emacsver.texi.
2433 (dist): Copy emacsver.texi.
b13254e7 2434 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2435
3fb78d1f
GM
2436 * ack.texi (Acknowledgments): No more b2m.c.
2437
ea274122
GM
2438 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2439 (emacs): Remove rule.
2440 (dist): No need to deal with the emacs rule any more.
2441
17ca7950
GM
24422010-10-07 Glenn Morris <rgm@gnu.org>
2443
2444 * Makefile.in (version): New, set by configure.
2445 (clean): Delete dist tar file.
2446 (dist): Use version in tar name.
2447
4c83f6e1
GM
24482010-10-06 Glenn Morris <rgm@gnu.org>
2449
2450 * Makefile.in (EMACS_XTRA): Add the main source file.
2451 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2452 (mostlyclean): No core files, reorder other files.
2453 (clean): Delete specific dvi and pdf files.
2454 (infoclean, dist): New rules.
2455 (maintainer-clean): Use infoclean.
8a944cea 2456 ($(infodir)): Add parallel build workaround.
4c83f6e1 2457
0264072d
GM
24582010-10-04 Glenn Morris <rgm@gnu.org>
2459
2460 * Makefile.in (SHELL): Set it.
2461 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2462 (info, dvi): Replace above variables with their expansions.
2463 (info): Move mkdir from here...
2464 ($(infodir)/emacs): ... to here (for parallel builds).
2465 (pdf): New target.
2466 ($(infodir)/emacs): Pass -o option to makeinfo.
2467 (.PHONY): Declare clean rules.
2468 (maintainer-clean): Delete dvi and pdf files.
2469 Guard against cd failures. Use a more restrictive delete.
2470
3226d6ca
GM
24712010-10-02 Glenn Morris <rgm@gnu.org>
2472
2473 * misc.texi (Shell Mode): Remove reference to old function name.
2474
cad90f3b
EZ
24752010-09-30 Eli Zaretskii <eliz@gnu.org>
2476
2477 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2478 indicator characters.
2479
5f874327
GM
24802010-09-29 Glenn Morris <rgm@gnu.org>
2481
2482 * Makefile.in (top_srcdir): Remove unused variable.
2483
0ab9cff3
GM
24842010-09-14 Glenn Morris <rgm@gnu.org>
2485
67ae9766
GM
2486 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2487 the last hook item.
2488
0ab9cff3
GM
2489 * calendar.texi (Appointments): Also updated when a diary include file
2490 is saved.
2491
6664fc59 24922010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2493
2494 * trouble.texi (Bugs): Update the section intro.
2495 (Known Problems): New section.
2496 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2497 (Sending Patches): Bug fixes are best as responses to existing bugs.
2498 * emacs.texi (Known Problems): Add menu entry for new section.
2499
be3283d7
GM
25002010-09-09 Glenn Morris <rgm@gnu.org>
2501
2502 * xresources.texi: Untabify.
2503
10999305 25042010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2505
2506 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2507
10999305 25082010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2509
2510 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2511
30641319
JD
25122010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2513
2514 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2515
50dd7bc6
GM
25162010-08-21 Glenn Morris <rgm@gnu.org>
2517
2518 * misc.texi (Amusements): Mention bubbles and animate.
2519
5e620eca
EZ
25202010-07-31 Eli Zaretskii <eliz@gnu.org>
2521
2522 * files.texi (Visiting): Add more index entries for
2523 large-file-warning-threshold.
2524
8b2dd508
JD
25252010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2526
2527 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2528
8838673e
GM
25292010-06-23 Glenn Morris <rgm@gnu.org>
2530
2531 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2532 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2533 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2534 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2535 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2536 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2537 Untabify Texinfo files.
2538
04d3bb6c
GM
25392010-06-10 Glenn Morris <rgm@gnu.org>
2540
103dd3a8
GM
2541 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2542
04d3bb6c
GM
2543 * basic.texi (Inserting Text): Fix typo.
2544
50b79479
GM
25452010-06-10 Glenn Morris <rgm@gnu.org>
2546
2547 * ack.texi (Acknowledgments):
2548 * emacs.texi (Acknowledgments): Update for notifications.el.
2549
86d7a550
DU
25502010-05-31 Daiki Ueno <ueno@unixuser.org>
2551
2552 * dired.texi (Operating on Files): Mention encryption commands
2553 (Bug#6315).
2554
db5dce9d
EZ
25552010-05-29 Eli Zaretskii <eliz@gnu.org>
2556
2557 * basic.texi (Moving Point): Update due to renaming of commands bound
2558 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2559
34313041
EZ
25602010-05-18 Eli Zaretskii <eliz@gnu.org>
2561
2562 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2563 paragraphs.
2564 (Line Truncation): Fix wording for bidi display.
2565
1fc0ce04 2566 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2567 keys.
2568
0235128c 25692010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2570
2571 * building.texi (GDB Graphical Interface): Remove misleading comparison
2572 to an IDE (Bug#6128).
2573
0235128c 25742010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2575
2576 * programs.texi (Man Page):
2577 * misc.texi (Invoking emacsclient):
2578 * mini.texi (Repetition):
2579 * mark.texi (Setting Mark): Fix typos.
2580
0235128c 25812010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2582
2583 * misc.texi (Printing): Document htmlfontify-buffer.
2584
0235128c 25852010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2586
2587 * calendar.texi (Displaying the Diary, Format of Diary File):
2588 Fix external cross-references for TeX format output.
2589
0235128c
SM
25902010-05-07 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * Version 23.2 released.
2593
f63d0028
JD
25942010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2595
2596 * cmdargs.texi (Initial Options): Mention --chdir.
2597
20fe03ad
JD
25982010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2599
2600 * frames.texi (Tool Bars): Add tool-bar-style.
2601
b7d65a5f
GM
26022010-04-21 Glenn Morris <rgm@gnu.org>
2603
2604 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2605
a42dbee1
CY
26062010-04-18 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * programs.texi (Semantic): New node.
2609
2610 * maintaining.texi (EDE): New node.
2611
2612 * emacs.texi: Update node listing.
2613
2614 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2615
6e104790 26162010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2617
d52dbd3d
GM
2618 * emacs.texi (Acknowledgments): Remove duplicate.
2619
a77fe20c
GM
2620 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2621
6e104790 26222010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2623
4ebe9902
GM
2624 * dired.texi (Misc Dired Features): Mention VC diff and log.
2625 * maintaining.texi (Old Revisions, VC Change Log):
2626 Mention that diff and log work in Dired buffers.
2627
98932641
GM
2628 * help.texi (Help Summary): Mention M-x info-finder.
2629
d5b22ab2 2630 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2631
4d4e9522
GM
2632 * custom.texi (Specifying File Variables, Directory Variables):
2633 Document new commands for manipulating local variable lists.
2634
6e104790 26352010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2636
2637 * trouble.texi (Contributing): Add cindex entry.
2638 Mention etc/CONTRIBUTE.
2639
6e104790 26402010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2641
2642 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2643 query-replace (Bug#5774).
2644
a20a9df3
GM
26452010-04-16 Glenn Morris <rgm@gnu.org>
2646
2647 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2648
1ecb2d3f
JD
26492010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2650
2651 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2652
99852628
JD
26532010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2654
2655 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2656
ce79424f
EZ
26572010-03-30 Eli Zaretskii <eliz@gnu.org>
2658
2659 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2660 cross-reference to "Inserting Text".
2661
2662 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2663 Mention completion provided by `ucs-insert'.
2664
85738751 26652010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2666
2667 * sending.texi (Sending Mail): Note variables that may need
2668 customizing.
2669 (Mail Sending): Expand discussion of send-mail-function.
2670
85738751 26712010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2672
2673 Document Message mode as the default mail mode.
2674
2675 * sending.texi (Sending Mail): Copyedits.
2676 (Mail Format, Mail Headers): Document mail-from-style changes.
2677 (Mail Commands): Rename from Mail mode. Document Message mode.
2678 (Mail Misc): Rename from Mail mode Misc.
2679 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2680 command names and update keybindings.
2681 (Header Editing): Document message-tab. De-document
2682 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2683 favor of mail-default-headers. Ad index entries for user-full-name and
2684 user-mail-address.
1c6c854e
CS
2685 (Citing Mail): Update changes in Message mode behavior.
2686 Document mail-yank-prefix.
e73c2434
CY
2687 (Mail Signature): New node, moved from Mail Misc.
2688 (Mail Aliases): Mail abbrevs are the default with Message mode.
2689 (Mail Methods): Note that Message mode is now the default.
2690
2691 * rmail.texi (Rmail Reply):
2692 * text.texi (Text Mode):
2693 * major.texi (Major Modes):
2694 * mule.texi (Output Coding): Refer to Message mode.
2695
2696 * custom.texi (Init Examples): Add xref to Mail Header.
2697
1fc0ce04 2698 * emacs.texi (Top): Fix xrefs.
e73c2434 2699
85738751 27002010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2701
c0c035fa
CY
2702 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2703 repository if there is none.
2704 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2705 vc-print-root-log.
ef7b27ef 2706 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2707
71785b7a
CY
2708 * programs.texi (Program Modes): Mention Javascript mode.
2709
f67c5dd0
CY
2710 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2711 * emacs.texi: Update node description.
2712
0f72a391 2713 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2714 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2715
dc2d2590
JL
27162010-03-30 Juri Linkov <juri@jurta.org>
2717
2718 * search.texi (Other Repeating Search): Remove line that `occur'
2719 can not handle multiline matches.
2720
a7b02820
EZ
27212010-03-30 Eli Zaretskii <eliz@gnu.org>
2722
2723 * mule.texi (International): Mention support of bidirectional editing.
2724 (Bidirectional Editing): New section.
2725
22ef1944
NR
27262010-03-28 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * emacs.texi (Top): Update node names to those in building.texi.
2729
146b8b16
NR
27302010-03-27 Nick Roberts <nickrob@snap.net.nz>
2731
c5e87d10
PE
2732 doc/emacs/building.texi: Describe restored GDB/MI functionality
2733 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2734 doc/emacs/emacs.texi: Update node names for building.texi.
2735
6d98672d
GM
27362010-03-24 Glenn Morris <rgm@gnu.org>
2737
2738 * ack.texi (Acknowledgments):
2739 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2740
93318cbd
JD
27412010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2742
2743 * xresources.texi (Table of Resources): Clarify toolBar number
2744 for Gtk+.
2745
2746 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2747
15cf2f52
CY
27482010-03-21 Chong Yidong <cyd@stupidchicken.com>
2749
4102856c
CY
2750 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2751
15cf2f52
CY
2752 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2753 and multi-isearch-buffers-regexp.
2754
2755 * indent.texi (Indentation): Clarify description of
2756 indent-for-tab-command. Document tab-always-indent.
2757
d68eb23c
CY
27582010-03-20 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * cmdargs.texi (Font X): Move most content to Fonts.
2761
2762 * frames.texi (Fonts): New node. Document font-use-system-font.
2763
2764 * emacs.texi (Top):
2765 * xresources.texi (Table of Resources):
2766 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2767
288f9fc0
CY
27682010-03-10 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * Branch for 23.2.
2771
17782bec
CY
27722010-03-06 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * custom.texi (Init Examples): Add xref to Locals.
2775
2776 * major.texi (Choosing Modes): Mention usage of setq-default for
2777 setting the default value of major-mode (Bug#5688).
2778
b4a1a8b2
CY
27792010-03-02 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2782
2783 * display.texi (Display Custom): Document make-pointer-invisible and
2784 underline-minimum-offset. Remove inverse-video.
2785
a1e759cd
CY
27862010-02-21 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * frames.texi (Frame Commands): Note that the last ordinary frame can
2789 be deleted in daemon mode (Bug#5616).
2790
4f3bc373
GM
27912010-02-18 Glenn Morris <rgm@gnu.org>
2792
2793 * trouble.texi (Contributing): Repository is no longer CVS.
2794
5dbbdd33
GM
27952010-02-08 Glenn Morris <rgm@gnu.org>
2796
2797 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2798
cd61af01
SM
27992010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * display.texi (Useless Whitespace, Text Display):
2802 * custom.texi (Init Examples): Avoid obsolete special default variables
2803 like default-major-mode.
2804
b1bb0a25 28052010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2806
2807 * programs.texi (Other C Commands): Replace reference to obsolete
2808 c-subword-mode.
2809
99d0985b
GM
28102010-01-21 Glenn Morris <rgm@gnu.org>
2811
2812 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2813
893db5bc
GM
28142010-01-12 Glenn Morris <rgm@gnu.org>
2815
2816 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2817 emacs-pretest-bug for bug reports for development versions.
2818
0419b8d6
GM
28192010-01-11 Glenn Morris <rgm@gnu.org>
2820
2821 * display.texi (Highlight Interactively): `t' does not mean highlight
2822 all patterns. (Bug#5335)
2823
26e533e2
CY
28242009-12-29 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * misc.texi (Shell): Document async-shell-command.
2827
2828 * building.texi (Grep Searching): Document zrgrep.
2829
484eaeac 2830 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2831
7ee6c59b
NR
28322009-12-29 Nick Roberts <nickrob@snap.net.nz>
2833
2834 * building.texi: Import GDB Graphical Interface description from
2835 EMACS_23_1_RC.
2836
91ed7ea8
CY
28372009-12-24 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * emacs.texi (Top): Update node listing.
2840
2841 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2842
2843 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2844
2845 * cmdargs.texi (Initial Options):
2846 * xresources.texi (Resources): Document inhibit-x-resources.
2847
2848 * custom.texi (Specifying File Variables): Note that minor modes are
2849 enabled unconditionally.
2850
2851 * display.texi (Scrolling): Briefly document the old recenter command,
2852 and document recenter-positions.
2853
2854 * files.texi (Visiting):
2855 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2856
1c6c854e
CS
2857 * frames.texi (Cut/Paste Other App):
2858 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2859
2860 * killing.texi (Kill Options): New node.
2861
6ca89aaa
CY
28622009-12-05 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * misc.texi (Shell Options): ansi-color is now default.
2865
806642d4
GM
28662009-12-05 Glenn Morris <rgm@gnu.org>
2867
806642d4
GM
2868 * emacs.texi (Top): Update menu for cal-xtra node changes.
2869 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2870 or mode line. Don't mention invisible text or the details of
2871 diary-print-entries here, only in cal-xtra.
2872 (Format of Diary File): Mention that the "date on first line" format
2873 only really affects the simple display.
2874 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2875 (Diary Customizing): Holidays may be in the buffer or mode line.
2876 Move diary-print-entries to the "Diary Display" section.
2877 (Diary Display): New section, split out from "Fancy Diary Display".
2878 Explain the limitations of simple display, and how to print it.
2879
1a4f0c0a
GM
2880 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2881
e11adbd8
GM
2882 * cal-xtra.texi (Diary Display): Mention View mode.
2883
29a483ac
JL
28842009-11-29 Juri Linkov <juri@jurta.org>
2885
2886 * display.texi (Highlight Interactively): Actually a list of
2887 default faces is pre-loaded into a list of default values
2888 instead of the history.
2889
83d60c79
GM
28902009-11-20 Glenn Morris <rgm@gnu.org>
2891
2892 * ack.texi (Acknowledgments):
2893 * emacs.texi (Acknowledgments): Add htmlfontify.
2894
276bbe96
GM
28952009-11-14 Glenn Morris <rgm@gnu.org>
2896
98ad1bae
GM
2897 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2898
276bbe96
GM
2899 * ack.texi (Acknowledgments):
2900 * emacs.texi (Acknowledgments): Update for recent Org changes.
2901
18430066
CY
29022009-10-31 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2905 `charset' property, which is irrelevant to the user manual (Bug#3526).
2906
522ddc9f
JB
29072009-10-14 Juanma Barranquero <lekktu@gmail.com>
2908
2909 * trouble.texi (DEL Does Not Delete): Fix typo.
2910
50b49ade
MA
29112009-10-05 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * files.texi (Misc File Ops): Mention copy-directory.
2914
6308321a
EZ
29152009-10-04 Eli Zaretskii <eliz@gnu.org>
2916
43b3b4d1
EZ
2917 * mule.texi (Unibyte Mode): Emphasize that
2918 unibyte-display-via-language-environment affects only the display.
2919
6308321a
EZ
2920 * display.texi (Horizontal Scrolling): Document cursor behavior under
2921 horizontal scrolling when point moves off the screen (Bug#4564).
2922 Improve wording.
2923
bd51ea7f
MA
29242009-10-01 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * files.texi (Directories): delete-directory prompts for recursive
2927 deletion.
2928
55381962
GM
29292009-09-30 Glenn Morris <rgm@gnu.org>
2930
2931 * ack.texi (Acknowledgments):
2932 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2933
13989ab1
TH
29342009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2935
2936 * dired.texi (Dired Navigation): Use @code instead of @var for
2937 dired-isearch-filenames, so that it's not capitalized.
2938
8ba46c89
CY
29392009-09-19 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2942
2943 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2944
2945 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2946 (Key Bindings): Reference Init Rebinding in introductory text.
2947 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2948 (Keymaps): Simplify.
2949 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2950 (Minibuffer Maps): Remove mention of Mocklisp.
2951 (Init Rebinding): Move mode-local rebinding example here from Local
2952 Keymaps.
2953 (Modifier Keys): Clarify.
1e11b018 2954 (Rebinding): Add cindex for "binding keys".
8ba46c89 2955
6a5ca7c8
CY
29562009-09-13 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2959
0e1cba51
NR
29602009-08-31 Nick Roberts <nickrob@snap.net.nz>
2961
6a5ca7c8 2962 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2963 Reorganize these two sections.
0e1cba51 2964
76a87a4d
EZ
29652009-08-29 Eli Zaretskii <eliz@gnu.org>
2966
2967 * cmdargs.texi (Initial Options): Fix last change.
2968
82e98df4
SM
29692009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * mule.texi (Enabling Multibyte):
2972 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2973 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2974
fb89fad9
GM
29752009-08-20 Glenn Morris <rgm@gnu.org>
2976
2977 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2978
e99652b0
GM
29792009-08-19 Glenn Morris <rgm@gnu.org>
2980
2981 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2982
5cca97ad
GM
29832009-08-18 Glenn Morris <rgm@gnu.org>
2984
2985 * ack.texi (Acknowledgments):
2986 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2987
997797ae 2988 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2989
985bf85b
GM
29902009-08-09 Glenn Morris <rgm@gnu.org>
2991
2992 * ack.texi (Acknowledgments):
2993 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2994
8d6bb99e
DD
29952009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2996
2997 * emacs.texi (Top): Add new menu items for GDB-UI.
2998
2999 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3000 section. Threads buffer is in separate section now.
8d6bb99e 3001
8353da9c
GM
30022009-08-08 Glenn Morris <rgm@gnu.org>
3003
3004 * ack.texi (Acknowledgments):
3005 * emacs.texi (Acknowledgments):
3006 Update for js2-mode and org changes.
3007
f2074faf
MA
30082009-08-02 Michael Albinus <michael.albinus@gmx.de>
3009
3010 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3011 files.
3012
e8d2d3fb
CY
30132009-07-28 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3016
324a4f6a
GM
30172009-07-23 Glenn Morris <rgm@gnu.org>
3018
3019 * programs.texi (Matching): Update blink-matching-paren-distance.
3020
b6937a70
CY
30212009-07-21 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * frames.texi (Cut/Paste Other App): For select-active-regions,
3024 selection is now updated on moving point.
3025
bd8aaa36
RS
30262009-07-21 Richard Stallman <rms@gnu.org>
3027
3028 * glossary.texi (GNU, Daemon): Update information.
3029
8d9b5eba
JL
30302009-07-19 Juri Linkov <juri@jurta.org>
3031
3032 * custom.texi (Specifying File Variables, Safe File Variables):
3033 "variables/value pairs" -> "variable/value pairs".
3034
a2acc1db
GM
30352009-07-15 Glenn Morris <rgm@gnu.org>
3036
3037 * misc.texi (Gnus): Remove widow.
3038
c5ae942b
GM
30392009-07-11 Glenn Morris <rgm@gnu.org>
3040
703d26ba
GM
3041 * Makefile.in (TEXI2PDF): New.
3042 (emacs.pdf, emacs-xtra.pdf): New targets.
3043
522ddc9f 3044 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3045
3046 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3047
3048 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3049 Don't print the copying notice twice in the printed version.
3050 Update the menu and detailmenu.
3051 (Preface): The meaning of "on-line" has changed.
3052 Correct name for "Common Problems" chapter.
3053 (Distrib): Update FSF shop URL.
3054 (Intro): Showing two files at once is not so exciting.
3055
3056 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3057 (Mac / GNUstep Basics): Minor grammar changes.
3058 (Mac / GNUstep Events): Fix typo.
3059 (GNUstep Support): CANNOT_DUMP no longer applies.
3060
3061 * misc.texi (Document View): Fix typos.
3062
3063 * dired.texi (Dired):
3064 * help.texi (Help):
3065 * macos.texi (Mac OS / GNUstep):
3066 * maintaining.texi (Version Control, Introduction to VC):
3067 End menu descriptions with a period.
c5ae942b 3068
b1c8242b
EZ
30692009-07-09 Eli Zaretskii <eliz@gnu.org>
3070
3071 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3072 so categorical in saying that the option is only useful on NTFS.
3073
220d9aa6
GM
30742009-07-09 Glenn Morris <rgm@gnu.org>
3075
3076 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3077 (ENVADD): Add texinfodir to TEXINPUTS.
3078
3079 * emacs.texi (Top): Fix cross-reference.
3080
3081 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3082
3083 * vc1-xtra.texi (Revision Tags): Fix typo.
3084
d07e72d3
GM
30852009-07-03 Glenn Morris <rgm@gnu.org>
3086
3087 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3088 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3089 (Merge Commands): `.' does not seem to work in A or B buffer.
3090 `l' can recreate the 3-window display.
3091
3092 * glossary.texi (Glossary): Minor phrasing changes throughout.
3093 Add more internal cross-references.
3094 <Autoloading>: You can't really autoload a variable.
3095 <C-M->: Move details here from `M-C-' item.
3096 <Continuation Line>: Refer to `Truncation.'
3097 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3098 <Home Directory, Unix>: New entries.
3099 <Deletion of Files>: Mention recycle bins.
3100 <Directory>: Mention ``folders.''
3101 <Error>: Don't mention ``type-ahead.''
3102 <Fringe>: Refer to the manual node.
3103 <Minor Mode>: Can be global or local.
3104 <Spell Checking>: There are other checkers besides Ispell.
3105
f144038a
GM
31062009-07-02 Glenn Morris <rgm@gnu.org>
3107
3108 * anti.texi (Antinews): Minor changes in phrasing.
3109
3110 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3111 some underfull lines in dvi output.
3112
3113 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3114
3115 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3116
3117 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3118
3f1c6666
JD
31192009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * xresources.texi (Table of Resources): Mention maximized for
3122 fullscreen.
3123
3124 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3125
62aadce7
CY
31262009-07-01 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * anti.texi (Antinews): Correct the list of removed platforms.
3129
82ec412e
GM
31302009-06-28 Glenn Morris <rgm@gnu.org>
3131
3132 * arevert-xtra.texi: Minor language tweaks.
3133
09964e7d
GM
3134 * dired-xtra.texi: Minor revisions.
3135
666e158e
MB
31362009-06-23 Miles Bader <miles@gnu.org>
3137
c4cc8b9a 3138 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3139 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3140
70243478
CY
31412009-06-21 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * Branch for 23.1.
3144
67cbe681
KH
31452009-06-17 Kenichi Handa <handa@m17n.org>
3146
3147 * mule.texi (Charsets): Update the description for the new charset.
3148 (list-character-sets): New findex.
125dd7c5 3149 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3150
40e67246
CY
31512009-06-10 Chong Yidong <cyd@stupidchicken.com>
3152
b5700de6
CY
3153 * basic.texi (Moving Point): Fix tag.
3154
3155 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3156
3157 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3158 use camel-case for PageUp and PageDown.
3159
3160 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3161 camel-case for PageUp and PageDown.
3162
3163 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3164
40e67246 3165 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3166 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3167
522ddc9f 31682009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3169
522ddc9f
JB
3170 * fixit.texi (Spelling): Set default dictionary.
3171 Improve descriptions (Bug#2554)
6f591cf4 3172
53483c76
DR
31732009-06-08 David Reitter <david.reitter@gmail.com>
3174
3175 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3176 since saving colors and faces set this way is not implemented.
3177 (Environment variables): Remove mention of mac-fix-env, which is
3178 scheduled to be removed.
3179
1557ef4f
CY
31802009-06-04 Chong Yidong <cyd@stupidchicken.com>
3181
91056528
CY
3182 * custom.texi (Init Examples): Add example of changing load-path.
3183
1557ef4f
CY
3184 * building.texi (Lisp Libraries): Add example of changing
3185 load-path (Bug#3446).
3186
623cec4c
CY
31872009-05-28 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * mark.texi (Mark): Further clarifications.
3190 (Setting Mark): Emphasize that C-SPC activates the mark.
3191
0fcca8ee
CY
31922009-05-28 Chong Yidong <cyd@stupidchicken.com>
3193
702b10e1
CY
3194 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3195 Mark mode.
0fcca8ee
CY
3196 (Using Region, Persistent Mark): Use "active mark" instead of "active
3197 region".
3198
d3b396e4
CY
31992009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3200
3201 * mule.texi (Select Input Method): Fix typo.
3202
3f698a06
CY
32032009-05-13 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * anti.texi (Antinews): Document completion changes. Some additional
3206 copyedits and rearrangement of entries.
3207
b2a42eb7
CY
32082009-05-12 Chong Yidong <cyd@stupidchicken.com>
3209
932fd020
CY
3210 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3211 (Shell History Copying, Terminal emulator): Copyedits.
3212
1c6c854e
CS
3213 * xresources.texi (Resources): Simplify descriptions.
3214 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3215 (Table of Resources): Document fontBackend resource.
3216
b2a42eb7 3217 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3218 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3219 "Backspace". Remove discussion of obscure Xmodmap issue.
3220
c6ea7fb8
CY
32212009-05-07 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * files.texi (Visiting): Copyedits.
3224
ad36c422
CY
32252009-05-06 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * basic.texi (Inserting Text): Document ucs-insert.
3228
3229 * mule.texi (International Chars): Define "multibyte". Note that
3230 internal representation is unicode-based. Simplify definition of raw
3231 bytes. Mention ucs-insert.
3232 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3233 (Language Environments): Add language environments new to Emacs 23.
3234 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3235 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3236 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3237 (Output Coding): Copyedits.
3238
3239 * emacs.texi (Top): Update node listing.
3240
d4ad7b96
CY
32412009-05-05 Per Starbäck <per@starback.se> (tiny change)
3242
3243 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3244
5bd66204
SM
32452009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * building.texi (Lisp Libraries): `load-library' does offer completion.
3248
bc36ad1c
CY
32492009-04-28 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3252 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3253
f1a47884
EZ
32542009-04-25 Eli Zaretskii <eliz@gnu.org>
3255
3256 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3257
be77bd45
CY
32582009-04-22 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3261
3262 * building.texi (Lisp Interaction): Document initial-scratch-message.
3263
d3b82927
JB
32642009-04-18 Juanma Barranquero <lekktu@gmail.com>
3265
ed6e7b11
JB
3266 * msdog.texi (Windows Fonts): Fix typos.
3267
d3b82927
JB
3268 * files.texi (Save Commands): Fix pxref.
3269
bc323c04
CY
32702009-04-18 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * files.texi (Save Commands): Mention diff-buffer-with-file.
3273 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3274 Henoch (Bug#3036).
3275
2186d13f
GM
32762009-03-15 Glenn Morris <rgm@gnu.org>
3277
3278 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3279 the former is not always used.
3280 (Mail Headers): Use active voice. Add "Mail-reply-to".
3281 Change case of "Id". Avoid repeated "appropriate".
3282 (Mail Aliases): Fix previous change - use an example with a ".", so it
3283 does actually get quoted when expanded.
3284 (Mail Sending): Mailclient is the default on some systems.
3285 (Citing Mail): Mention mail-indentation-spaces.
3286 (Mail Mode Misc): Add an @dfn for "mail signature".
3287
71e454fc
CY
32882009-03-15 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3291 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3292 read-buffer-completion-ignore-case, and completion-styles.
3293 Remove description of partial-completion-mode.
71e454fc 3294
df1a3e06
GM
32952009-03-14 Glenn Morris <rgm@gnu.org>
3296
3297 * sending.texi (Mail Format): Fix typo. Add index entry for
3298 mail-header-separator.
3299 (Mail Headers): Put info about initialization and changing in one place
3300 at the start. Update FCC section for mbox Rmail. Clarify From
3301 section, mention mail-setup-with-from. Clarify Reply-to section.
3302 Add Mail-followup-to and mail-mailing-lists. Clarify References
3303 section.
3304 (Mail Aliases): Update example, make less contentious.
3305 Update for name change of mail-interactive-insert-alias.
3306 (Mail Mode): Remove mention of `%' as a word separator.
3307 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3308 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3309 commands. Clarify FCC handling. In mail-complete, add reference to
3310 Mail Aliases section, and mention mail-complete-function.
3311 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3312 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3313 signature netiquette. Explain how the mail hooks work when continuing
3314 a composition.
3315 (Mail Amusements): Internationalize the spook section a bit.
3316 Remove the spook mail-setup-hook example, since it doesn't work well.
3317 Mention fortune-file.
3318 (Mail Methods): Mention read-mail-command.
3319
ed6e7b11 33202009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3321
df1a3e06
GM
3322 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3323 and NS resources following recent changes.
959d68bd 3324
86dca3e8
JR
33252009-03-10 Jason Rumney <jasonr@gnu.org>
3326
3327 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3328 w32-use-visible-system-caret doc to indicate that it should get set
3329 automatically.
3330 (Windows Fonts): Add doc for the uniscribe backend.
3331
042fe98f
DN
33322009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3335 vc-dir. (Bug#2598)
3336
7f8dba73
RS
33372009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3338
3339 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3340
505e70c3
GM
33412009-03-05 Glenn Morris <rgm@gnu.org>
3342
04242bdc
GM
3343 * rmail.texi (Rmail Basics): Add reference to sorting.
3344 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3345 Minor re-wordings.
3346 (Rmail Motion): Mention rmail-next-same-subject.
3347 (Rmail Deletion): Expunging is not the only way to change the numbers.
3348 (Rmail Labels): Labels can also be used in sorting.
3349 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3350 (Rmail Display): Mention rmail-mime.
3351
00cfe22c
GM
33522009-03-04 Glenn Morris <rgm@gnu.org>
3353
3354 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3355 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3356 summary. Mention sorts cannot be undone.
3357 (Rmail Display): Give an example of how to use goto-address-mode.
3358 (Rmail Editing): It's keybindings that are redefined, not commands.
3359 Fix some typos.
3360 (Movemail): Some minor rewording.
3361 (Remote Mailboxes): Emacs movemail supports pop by default.
3362 Fix some minor grammatical issues. The "two alternative ways" to
3363 specify a POP mailbox are really just one. Remove all reference to the
3364 variables rmail-pop-password and rmail-pop-password-required, obsolete
3365 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3366 can support Kerberos.
3367
3d963b67
GM
33682009-03-03 Glenn Morris <rgm@gnu.org>
3369
3370 * rmail.texi (Rmail Deletion): Revert previous change, which was
3371 describing the Rmail summary versions.
3372 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3373 Minor re-wording for rmail-resend.
3374 (Rmail Make Summary): Summaries apply to buffers rather than files.
3375 <rmail-summary-by-topic>: Headers includes the subject.
3376 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3377 details, including prefix arguments.
2340abde 3378 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3379 Not counting lines might be faster.
3380 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3381 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3382 Name the commands bound to the various keys. Mention prefix argument
3383 for searching.
3d963b67
GM
3384 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3385 Simplify rmail-highlighted-headers description. Update face name.
3386
a8ce3d17
JB
33872009-03-02 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * mark.texi (Marking Objects): Fix typo.
3390
130a29b6
CY
33912009-03-01 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3394 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3395
9d5de6f8
GM
33962009-03-01 Glenn Morris <rgm@gnu.org>
3397
79fc530e 3398 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3399 (Rmail Motion): - M-s searches from the end of messages.
3400 (Rmail Deletion): Minor clarification. Fix numeric argument
3401 description.
3402 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3403 newmail and RMAILOSE files need not be in home-directory.
3404 (Rmail Files): Mention I/O menus are unselectable if no files match.
3405 Mention `MAIL' env-var.
3406
b545ff9c
JR
34072009-02-24 Jason Rumney <jasonr@gnu.org>
3408
3409 * mule.texi (Fontsets): Mention fontset-default, font specs and
3410 fallback fontsets.
3411 (Defining Fontsets): Mention ns and w32 variants of
3412 standard-fontset-spec. Update description of startup fontset to match
3413 Emacs 23 behavior.
a93be82a 3414 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3415 (International): Link to Modifying Fontsets.
b545ff9c 3416
75da0618 34172009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3418
3419 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3420 Mention ns-extended-platform-support-mode.
3421
6be93a16
KB
34222009-02-22 Karl Berry <karl@gnu.org>
3423
3424 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3425
867d4bb3
JB
34262009-02-19 Juanma Barranquero <lekktu@gmail.com>
3427
3428 * basic.texi (Moving Point, Position Info):
3429 * files.texi (Visiting):
3430 * mini.texi (Completion Options):
3431 * text.texi (HTML Mode): Remove duplicate words.
3432
49b5c0e8
GM
34332009-02-20 Glenn Morris <rgm@gnu.org>
3434
3435 * rmail.texi: Minor updates for mbox rather than Babyl.
3436
f43a822c
KB
34372009-02-17 Karl Berry <karl@gnu.org>
3438
49b5c0e8 3439 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3440
80d634b8
RS
34412009-02-17 Richard M Stallman <rms@gnu.org>
3442
3443 * anti.texi (Antinews): Mention Babyl format.
3444
3445 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3446
3447 * rmail.texi: Update for mbox format.
3448 Various small fixes, as well as the following.
3449 (Out of Rmail): Node deleted.
3450 (Rmail): Update menu.
3451 (Rmail Files): Comment out set-rmail-inbox-list.
3452 Document rmail-inbox-list instead.
3453 (Rmail Output): Substantial changes since C-o is now
3454 rmail-output-as-seen and o is rmail-output.
3455 (Rmail Attributes): Delete `stored', add `retried'.
3456 (Rmail Display): Editing headers works in all cases.
3457
f0d129c6
GM
34582009-02-17 Glenn Morris <rgm@gnu.org>
3459
3460 * basic.texi (Position Info): M-x count-lines-region is not always on
3461 M-=. (Bug#2269)
3462
160f11d3
GM
34632009-02-09 Glenn Morris <rgm@gnu.org>
3464
3465 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3466 defaults.
3467
763e01c4
EZ
34682009-02-07 Eli Zaretskii <eliz@gnu.org>
3469
3470 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3471 documentation of possible problems with redecoding.
3472
f5e1441d
GM
34732009-02-03 Glenn Morris <rgm@gnu.org>
3474
3475 * rmail.texi (Out of Rmail): Mention b2m.pl.
3476
e1eabe41
GM
34772009-01-31 Glenn Morris <rgm@gnu.org>
3478
3479 * rmail.texi (Out of Rmail): Correct b2m location.
3480
dd05f9de
CY
34812009-01-27 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * fixit.texi (Undo): Update undo limit values.
3484
d74d846e
GM
34852009-01-27 Glenn Morris <rgm@gnu.org>
3486
3487 * emacs.texi (Top): Fix Antinews menu entry.
3488
49ffdce8
KB
34892009-01-25 Karl Berry <karl@gnu.org>
3490
3491 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3492 item with no marker, instead of the syntactically incorrect
3493 @itemize @asis.
3494
467e8d77
JL
34952009-01-25 Juri Linkov <juri@jurta.org>
3496
3497 * building.texi (Grep Searching): Fix index entry for lgrep.
3498
6c60bbdb
EZ
34992009-01-24 Eli Zaretskii <eliz@gnu.org>
3500
3501 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3502
9ce5a36f
AR
35032009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3504
3505 * macos.texi (Preferences Panel): Update description of font setting to
3506 reflect that prior frame selection is no longer needed.
3507
9aa5f2fb
NR
35082009-01-20 Nick Roberts <nickrob@snap.net.nz>
3509
3510 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3511 raise GUD subsections.
3512
3892ff9c
GM
35132009-01-15 Glenn Morris <rgm@gnu.org>
3514
3515 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3516
14731c8f
GM
35172009-01-10 Glenn Morris <rgm@gnu.org>
3518
3519 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3520
45c55e53
CY
35212009-01-04 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3524 logical lines.
3525
2e4667d1
JL
35262008-12-29 Juri Linkov <juri@jurta.org>
3527
3528 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3529
3530 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3531
2a3eac47
CY
35322008-12-28 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3535 goto-address-mode instead of goto-address.
3536
3da8da94
CY
3537 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3538 mode.
3539
2a3eac47
CY
3540 * emacs.texi (Top): Update node listing.
3541
057f6dd3
EZ
35422008-12-26 Eli Zaretskii <eliz@gnu.org>
3543
3544 * custom.texi (Directory Variables): Explain what is a "project".
3545 Add indexing. Improve wording. Add a footnote about using
3546 _dir-locals.el on MS-DOS.
3547
e6979067
DN
35482008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3549
3550 * files.texi (Misc File Ops): Mention chmod as an alias for
3551 set-file-modes.
3552
9de15963
MR
35532008-12-24 Martin Rudalics <rudalics@gmx.at>
3554
3555 * help.texi (Help): Fix typos and reword.
3556 (Help Summary): Add entries for C-h n and C-h r, reorder
3557 entries, and do some minor fixes.
3558 (Name Help): Say that C-h F works for commands only.
3559 (Misc Help): Say that view-lossage displays 300 keystrokes.
3560
236fd60d
GM
35612008-12-20 Glenn Morris <rgm@gnu.org>
3562
3563 * ack.texi (Acknowledgments): General update based on AUTHORS,
3564 including removal of some stuff no longer distributed.
3565
ed9265fc 35662008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3567
ed9265fc 3568 * fixit.texi: Mention hunspell.
349b3256 3569
e840fca5
GM
35702008-12-19 Glenn Morris <rgm@gnu.org>
3571
3572 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3573 Consolidate explanatory text at start.
e840fca5
GM
3574
3575 * display.texi (Text Display):
3576 * indent.texi (Indentation): Use @acronym with ASCII.
3577
9dfa7983
GM
35782008-12-18 Glenn Morris <rgm@gnu.org>
3579
3580 * ack.texi: Various small updates and fixes.
3581
97b3a00b
JL
35822008-12-18 Juri Linkov <juri@jurta.org>
3583
3584 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3585 as a key binding to start a forward nonincremental word search.
3586 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3587 a backward nonincremental word search. Add index for `M-s w'
3588 `isearch-forward-word'.
3589 (Regexp Search): Add a short summary of regexp key commands like
3590 in the node "Basic Isearch".
3591 (Other Repeating Search): Fix typo.
3592
35932008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3594
3595 * misc.texi (PostScript Variables): Fix doc.
3596
31ce6a07
CY
35972008-12-10 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * programs.texi (Program Modes): Mention Ruby mode.
3600
636b507b
DN
36012008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * misc.texi (emacsclient Options): Describe what an empty string
3604 argument does for --alternate-editor.
3605
a323fa14
CY
36062008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3607
3608 * cmdargs.texi (Font X): Distinguish between client-side and
3609 server-side fonts. List valid Fontconfig properties. Add reference to
3610 Fontconfig manual. List valid GTK font properties. Explain use of
3611 fc-list.
3612
c5ca6cd0
CY
36132008-12-09 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * cmdargs.texi (Font X): Move discussion of quoting to top.
3616
e5136377
GM
36172008-12-06 Glenn Morris <rgm@gnu.org>
3618
3619 * maintaining.texi (Old Revisions): Improve previous change.
3620
248c026b
RS
36212008-12-05 Richard M Stallman <rms@gnu.org>
3622
3623 * anti.texi (Antinews): Minor fixes.
3624
a9253a1e
GM
36252008-12-03 Glenn Morris <rgm@gnu.org>
3626
3627 * maintaining.texi (Old Revisions): Fix diff-switches description.
3628
fa687b02
MR
36292008-12-01 Martin Rudalics <rudalics@gmx.at>
3630
3631 * emacs.texi (Top): Fix typo.
3632
72e6decd
CY
36332008-11-30 Chong Yidong <cyd@stupidchicken.com>
3634
320ee034
CY
3635 * misc.texi (Document View): Explain dependence on gs at the top.
3636 Copyedits.
3637
3638 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3639
72e6decd
CY
3640 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3641 (Comment Commands): Discuss region-active behavior of M-; first.
3642
2a472ee4
MR
36432008-11-29 Martin Rudalics <rudalics@gmx.at>
3644
9c6361c9
MR
3645 * display.texi (Line Truncation): Add reference to Continuation
3646 Lines.
3647
2a472ee4
MR
3648 * windows.texi (Pop Up Window): Mention split-height-threshold
3649 and split-width-threshold.
9c6361c9 3650 (Split Window): Add reference to Continuation Lines.
2a472ee4 3651
e93bc142
AR
36522008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3653
3654 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3655 (GNUstep Support): New node.
3656 * anti.texi:
3657 * emacs.texi:
3658 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3659
43b978db
RS
36602008-11-28 Richard M Stallman <rms@gnu.org>
3661
3662 * misc.texi (Dissociated Press): Minor cleanups.
3663
3664 * dired.texi (Image-Dired): Avoid passive.
3665
e8e2bd93
EZ
36662008-11-28 Eli Zaretskii <eliz@gnu.org>
3667
3668 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3669 representation.
3670
8d2d45da
CY
36712008-11-26 Richard M. Stallman <rms@gnu.org>
3672
3673 * files.texi (Visiting): Rewrite paragraph for clarity.
3674
3675 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3676
a5f7bbcc
AM
36772008-11-25 Alan Mackenzie <acm@muc.de>
3678
3679 * programs.texi (Moving by Parens): Clarify that parens inside strings
3680 and comments are ignored, and that the commands assume the starting
3681 point isn't in a string or comment.
3682
a71703d3
AR
36832008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3684
3685 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3686 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3687 version.
3688 (Mac Customization): Rewrite Preferences Panel section and merge in to
3689 this node, add Open files by dragging to an Emacs window.
3690
3691 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3692
aa5ab79a
CY
36932008-11-26 Chong Yidong <cyd@stupidchicken.com>
3694
0cc92c19
CY
3695 * files.texi (Misc File Ops): Document set-file-modes.
3696
c366b4e4
CY
3697 * windows.texi (Split Window): Document integer values of
3698 truncate-partial-width-windows.
3699
aa5ab79a
CY
3700 * text.texi (Text): Simplify description of markup languages.
3701 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3702 (TeX Editing): Note that `""' inserts one `"' character.
3703 (HTML Mode): Note in the introduction that XML mode is an alias for
3704 SGML mode. Mention nXML mode.
3705
56221db7
CY
37062008-11-25 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * building.texi (Watch Expressions): Fix typo.
3709
90effe33
CY
37102008-11-24 Chong Yidong <cyd@stupidchicken.com>
3711
f90a5ae3
CY
3712 * files.texi (Visiting): Document new behavior of
3713 confirm-nonexistent-file-or-buffer.
3714
1c6c854e
CS
3715 * buffers.texi (Select Buffer):
3716 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3717
a18ffb4a
CY
3718 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3719 edit-picture.
3720
90effe33
CY
3721 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3722 edit-picture', since that is just an alias for picture-mode.
3723 (Sentences): Note that repeated M-@ extends the region.
3724 (Pages): Make terminology more consistent. Link to Regexps node.
3725 (Longlines): Discuss relationship with Visual Line mode.
3726 (Text Mode): Remove extraneous discussion of other modes, since they
3727 were already introduced in the parent node.
3728
e85103ec
CY
37292008-11-23 Chong Yidong <cyd@stupidchicken.com>
3730
5cb2fe30
CY
3731 * anti.texi (Antinews): Rewrite.
3732
1eb9b307 3733 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3734
3735 * frames.texi (Frame Commands): Mention "minimize" terminology.
3736
e85103ec
CY
3737 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3738 formats.
b908332f
CY
3739 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3740 (Misc X): Don't document useless -hb option.
e85103ec 3741
607f5f88
JL
37422008-11-22 Juri Linkov <juri@jurta.org>
3743
3744 * dired.texi (Dired Navigation): Change normal file name search option
3745 from `non-nil' to `t'. Add `dwim' option.
3746
e1b867a0
JL
37472008-11-22 Juri Linkov <juri@jurta.org>
3748
3749 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3750 ".dir-locals.el". Rename `define-project-bindings' to
3751 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3752 `dir-locals-set-directory-class'.
3753
dd186936
LK
37542008-11-22 Lute Kamstra <lute@gnu.org>
3755
3756 * buffers.texi (Select Buffer): Index goto-line.
3757 * basic.texi (Moving Point): Mention the use of a numeric prefix
3758 argument with goto-line and refer to Select Buffer for the use of a
3759 plain prefix argument.
3760
4b121911
GM
37612008-11-19 Glenn Morris <rgm@gnu.org>
3762
3763 * doclicense.texi: Update to FDL 1.3.
3764 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3765
27267e4c
CY
37662008-11-17 Chong Yidong <cyd@stupidchicken.com>
3767
696f351d
CY
3768 * custom.texi (Minor Modes): Define mode commands and mode variables
3769 more precisely. Recommend using mode commands instead of setting
3770 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3771 (Easy Customization): Use "init file" instead of .emacs.
3772 (Customization Groups): Update to new Custom buffer appearance.
3773 (Saving Customizations): Copyedits. Update example.
3774 (Variables): Give example of variable type-sensitivity.
3775 (Examining): Update example.
3776 (Hooks): Copyedits.
3777 (Specifying File Variables): Use C comments instead of an artificial
3778 Lisp for the example.
3779 (Keymaps): Move internals discussion to Prefix Keymaps.
3780 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3781 (Init Rebinding): Document kbd macro.
3782 (Init File): Link to Find Init.
696f351d
CY
3783
3784 * mark.texi (Using Region): Document Delete Selection Mode more
3785 thoroughly.
3786
3787 * frames.texi (Mouse Commands): Move most of the description of Delete
3788 Selection Mode to Using Region, and link to it.
1bc9c425 3789 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3790
b0570c25
CY
3791 * building.texi (Compilation): Document first-error value of
3792 compilation-scroll-output.
3793 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3794 works as soon as an error is available. Suggested by Juri Linkov.
3795
27267e4c
CY
3796 * mini.texi (Passwords): New node.
3797
3798 * files.texi (Remote Files): Link to Passwords node.
3799
3800 * emacs.texi (Top): Update node listings.
3801
122eb807
CY
38022008-11-16 Chong Yidong <cyd@stupidchicken.com>
3803
9c9855a3
CY
3804 * ack.texi (Acknowledgments): Some updating of credits.
3805
bd6fdcad
CY
3806 * emacs.texi (Acknowledgments): Add a couple more names.
3807
dd1eef46
CY
3808 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3809
122eb807 3810 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3811 (Misc File Ops): Document use of trash.
122eb807 3812
801a8da1
JB
38132008-11-16 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * macos.texi (Mac Customization): Fix typos.
3816
0b4f2253
CY
38172008-11-14 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3820 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3821 the conventions of the main Emacs manual.
3822
3823 * emacs.texi (Top): Update node listings.
3824
517e2b89
CY
38252008-11-12 Chong Yidong <cyd@stupidchicken.com>
3826
07a85685
CY
3827 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3828 command-line-args is processed during startup.
3829 (Action Arguments): Correctly describe how file arguments interact with
3830 the startup screen. Link to Lisp Interaction for scratch buffer.
3831 (Initial Options): Link to Command Example for -batch option.
3832 (Environment): Document initial-environment.
3833
517e2b89
CY
3834 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3835 can't be changed in the site-start file.
3836
6337bbde
CY
38372008-11-07 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * dired.texi (Dired): Mention C-x C-d too.
3840 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3841 (Dired Navigation): Explain dired-goto-file more clearly.
3842 Document dired-isearch-filenames.
6337bbde
CY
3843 (Dired Deletion): Remove unnecessary "expunged" terminology.
3844 (Flagging Many Files): & is now rebound to `% &'.
3845 (Shell Commands in Dired): Document dired-do-async-shell-command.
3846 Clarify how multi-file arguments are passed.
3847 (Misc Dired Features): Document dired-do-isearch.
3848
9e8eeff9
CY
38492008-11-06 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3852
e071f849
CY
38532008-11-03 Chong Yidong <cyd@stupidchicken.com>
3854
3855 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3856
05482eb1
CY
38572008-11-01 Chong Yidong <cyd@stupidchicken.com>
3858
e2346dea
CY
3859 * programs.texi (Program Modes): Link to Program Indent node.
3860 (Left Margin Paren): Explain consequences of changing
3861 open-paren-in-column-0-is-defun-start more concisely.
3862 (Which Function, Program Indent, Info Lookup): Minor edits.
3863 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3864 (Multi-line Indent): If region is active, TAB indents the region.
3865 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3866 (Matching): The delimiter at the cursor is highlighted---the character
3867 changes color.
3868 (Symbol Completion): Link to Completion node.
3869
e4b6428c
CY
3870 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3871 a strictly text-only system.
3872
05482eb1
CY
3873 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3874 batch mode.
3875
a11d3737
RS
38762008-11-01 Richard M. Stallman <rms@gnu.org>
3877
5abad626
RS
3878 * misc.texi (Document View): Major rewrite.
3879
a11d3737
RS
3880 * maintaining.texi (Types of Log File): Change logs are older than
3881 version control.
3882 (VCS Concepts): Simplify and rearrange.
3883 (Version Control Systems): Make it clear that Linux is only the kernel.
3884 (VC Mode Line): Shorten reference to menu item.
3885 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3886 (VC Directory Mode): Minor cleanup.
3887 Unchanged files are hidden, not omitted.
3888 (VC Directory Commands): Shorten and simplify.
3889 (Change Log Commands): New node, split from Change Logs.
3890 (VC Directory Buffer): New node, split from VC Directory Mode.
3891
c55a4acb
CY
38922008-10-31 Chong Yidong <cyd@stupidchicken.com>
3893
1c6c854e 3894 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3895 from files.texi.
3896
1c6c854e
CS
3897 * files.texi (Version Control): Move to maintaining.texi.
3898 Subnodes moved as well.
3899 (Document Files): Move to misc.texi.
df0356f6 3900
c55a4acb
CY
3901 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3902 vc-update-change-log.
df0356f6
CY
3903 (Version Control): Move here from files.texi.
3904 (Format of ChangeLog): Make it a subnode of Change Log.
3905
3906 * emacs.texi (Top): Update node listing.
c55a4acb 3907
ef082374
TH
39082008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3909
3910 * files.texi (Files): Add a section about document
3911 files (doc-view-mode).
3912
d52582c3
CY
39132008-10-31 Chong Yidong <cyd@stupidchicken.com>
3914
1c6c854e
CS
3915 * building.texi (Compilation Mode):
3916 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3917 (Debuggers): Lower GUD subsections to subsubsections.
3918 (Starting GUD): Add cindex.
3919 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3920
4e0a0968
CY
39212008-10-30 Chong Yidong <cyd@stupidchicken.com>
3922
03625b47
CY
3923 * indent.texi (Indentation): Link to Program Indent.
3924
4e0a0968
CY
3925 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3926 now uses emacsclient's terminal.
3927
8bd3f7ef
CY
39282008-10-29 Chong Yidong <cyd@stupidchicken.com>
3929
80e5620e
CY
3930 * mark.texi (Using Region): Document use-empty-active-region.
3931
97d5c404
CY
3932 * emacs.texi (Top): Update node listings.
3933
1c6c854e
CS
3934 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3935 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3936 (Invoking emacsclient): Rewrite, moving optional arguments to
3937 emacsclient Options.
21d2bae3
CY
3938 (emacsclient Options): New node. Document server-use-tcp and
3939 server-host.
8bd3f7ef 3940
5fda2cbd
CY
39412008-10-28 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * indent.texi (Indentation): Replace list with paragraphed text,
3944 putting description of syntax-driven indentation first. Document new
3945 effect of active regions on tab.
3946 (Tab Stops): Note that editable tab stops affect indentation commands.
3947
4ff029f6
DN
39482008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3949
3950 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3951
996cd6e4
CY
39522008-10-23 Chong Yidong <cyd@stupidchicken.com>
3953
f28815e3
CY
3954 * custom.texi (Function Keys): Note that modified keypad keys are not
3955 translated.
3956
996cd6e4
CY
3957 * basic.texi (Arguments): Explain how to insert multiple digits.
3958
49545fe2
MA
39592008-10-22 Michael Albinus <michael.albinus@gmx.de>
3960
3961 * files.texi (Remote Files): Precise selection of default method.
3962 Rewrite paragraph about disabling remote file names.
3963
edac0b53
CY
39642008-10-22 Chong Yidong <cyd@stupidchicken.com>
3965
e752c544
CY
3966 * search.texi (Special Isearch): Document M-TAB is isearch.
3967
edac0b53
CY
3968 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3969 command.
3970
3971 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3972
20a36054
TH
39732008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3974
1c6c854e 3975 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3976 section.
3977
69051ab6
CY
39782008-10-21 Chong Yidong <cyd@stupidchicken.com>
3979
c4b1a32a
CY
3980 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3981 to files.texi. Move contents of vc2-xtra.texi here.
3982
3983 * vc2-xtra.texi: File removed.
3984
3985 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3986 Directory Commands from the submenu. Don't include deleted file
3987 vc2-xtra.texi.
3988
3989 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3990 (Version Control): Add VC Directory Mode and VC Directory Commands to
3991 the submenu.
3992 (Why Version Control?): Use table format.
3993 (Version Control Systems): Note that Meta-CVS support is gone.
3994 (VCS Concepts): Note precisely when VC started supporting filesets.
3995 Remove bogus xref to CVS Options node.
3996 (Types of Log File): Copyedits.
3997 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3998 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3999 The Right Thing.
4000 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4001 (Log Buffer): Reorganize node, putting C-c C-c description first.
4002 (Old Revisions): Use CVS for example, not RCS.
4003 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4004 Commands from the submenu, putting them under Version Control.
4005 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4006 need to include it in the manual unconditionally, since it is now
4007 crucial to using distributed version control systems.
1a6e2954
CY
4008 (Comparing Files): Note that diff uses the minibuffer, and that the
4009 output is shown using Diff mode.
1c6c854e
CS
4010 (Diff Mode): Explain what "patch" and "hunk" mean.
4011 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4012 diff-show-trailing-whitespaces.
1a6e2954 4013 (File Archives): Add rar support.
c4b1a32a 4014
69051ab6
CY
4015 * major.texi (Choosing Modes): Make mode selection sequence more
4016 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4017 magic-mode-alist is nil by default.
4018 Document magic-fallback-mode-alist.
69051ab6 4019
e7421e03
CY
40202008-10-20 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * frames.texi (Mouse References): Copyedits.
4023
6b2efdc2
TH
40242008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4025
4026 * ack.texi (Acknowledgments): Add myself as doc-view author.
4027
9c5e9396
EZ
40282008-10-20 Eli Zaretskii <eliz@gnu.org>
4029
4030 * frames.texi (Dialog Boxes): Add @cindex entries.
4031
dac94f8e
CY
40322008-10-20 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4035 (Text-Only Mouse): Copyedit.
4036
25597d40
CY
40372008-10-19 Chong Yidong <cyd@stupidchicken.com>
4038
f8a447f6
CY
4039 * frames.texi: Use @key throughout for mouse clicks.
4040 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4041 (Secondary Selection): Fix modified mouse click syntax.
4042 (Clipboard): Describe Cut, Copy and Paste commands.
4043 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4044 Copyedits.
4045 (Creating Frames): Add xref to Init File.
4046 (Frame Commands): Add xref to Exiting.
4047 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4048
b0f95216
CY
40492008-10-15 Chong Yidong <cyd@stupidchicken.com>
4050
b0817f00
CY
4051 * files.texi (Version Control): Copyedits. Add Bazaar.
4052 (Version Control Systems): List different VCS's using an itemized list.
4053 Add Bazaar.
4054 (VCS Concepts): Copyedits. Tweak description of file merging.
4055
b0f95216
CY
4056 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4057 (Cut/Paste Other App): Document select-active-regions and
4058 x-select-enable-primary.
4059
69d0d701
CY
40602008-10-13 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * mark.texi (Shift Selection): Correct case in node name.
4063
4064 * emacs.texi (Top): Update node order in Mark chapter.
4065
375e8351
EZ
40662008-10-12 Eli Zaretskii <eliz@gnu.org>
4067
4068 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4069
4070 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4071 elsewhere in the manual instead of describing yet again the intricacies
4072 of $HOME on MS-Windows and MS-DOS.
4073
ab58114f
CY
40742008-10-12 Chong Yidong <cyd@stupidchicken.com>
4075
4f959513 4076 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4077 (Minibuffer File): Add discussion of `~' in file names.
4078 Add insert-default-directory index reference.
4f959513 4079
ab58114f
CY
4080 * files.texi (File Names): Reorganize description.
4081 (Visiting): Add xref to Mode Line. Copyedits.
4082 (Save Commands): Mention prefix behavior of C-x C-s.
4083 (Numbered Backups): Node deleted.
4084 (Backup Names): Contents of Numbered Backups moved here. State default
4085 of version-control variable.
4086 (Reverting): Copyedits.
4087 (Version Control): Add additional version control systems.
4088
4089 * emacs.texi (Top): Delete Numbered Backups node.
4090
4091 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4092 Backup Names.
f2884f63 4093 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4094
b0b5100a
RF
40952008-10-11 Romain Francoise <romain@orebokech.com>
4096
4097 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4098
89774b5f
CY
40992008-10-11 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4102 (Select Buffer): Mention use of minibuffer history. Describe default
4103 value of default-major-mode. Mention that C-x 4 b selects the other
4104 window.
4105 (List Buffers): Document CRM indicators in the order they appear.
4106 (Kill Buffer): Document new command kill-matching buffers.
4107 (Several Buffers): Move explanation of the relationship between buffer
4108 list and buffer menu to the top.
4109 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4110
4c72bf27
CY
41112008-10-10 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * entering.texi (Exiting): Document change of C-x C-c to
4114 save-buffers-kill-terminal. Document kill-emacs.
4115
f68eb991
EZ
41162008-09-30 Eli Zaretskii <eliz@gnu.org>
4117
4118 * mule.texi (Coding Systems): Don't mention codepage-setup.
4119
4120 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4121 cpNNN coding systems anymore.
4122 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4123 for unibyte mode. Don't mention line-drawing characters.
4124 Don't mention dos-unsupported-char-glyph.
f68eb991 4125
1a2dd44d
CY
41262008-09-25 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * search.texi (Search): Shorten introduction.
4129 (Basic Isearch): Add command table. Discuss reverse isearch and
4130 isearch highlighting.
4131 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4132 ring to cindex.
4133 (Special Isearch): Move input methods discussion here.
4134 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4135 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4136 Repeat Isearch.
4137 (Isearch Minibuffer): New node.
4138 (Word Search): Document new word search commands.
4139 (Regexp Example): Simplify example using sentence-end-base variable.
4140 (Replace): Reword introduction.
4141 (Unconditional Replace): Remove unnecessary example.
4142 (Other Repeating Search): Document new `M-s o' binding.
4143
4144 * emacs.texi (Top): Update node listings.
4145
e45da31d
JB
41462008-09-22 Juanma Barranquero <lekktu@gmail.com>
4147
4148 * emacs.texi (Top): Remove Kill Errors from menu.
4149
841c8096
CY
41502008-09-22 Chong Yidong <cyd@stupidchicken.com>
4151
402168fa
CY
4152 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4153 interface for defining macros. Simplify examples. Note that C-g quits
4154 macro definitions.
1c6c854e
CS
4155 (Keyboard Macro Counter): Document using F3 to insert counter.
4156 Give usage example.
402168fa
CY
4157 (Keyboard Macro Query): Organize query responses in a table.
4158
1c6c854e
CS
4159 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4160 Link to Erasing node.
841c8096
CY
4161 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4162 rationale to a footnote.
4163 (Kill Errors): Remove node, due to redundancy with Erasing.
4164 (Spelling): Move discussion of flyspell to end. Note new behavior of
4165 M-$ in active region. Remove non-ispell-specific keybindings from
4166 table.
4167
eab2ee89
DN
41682008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4169
4170 * cmdargs.texi (Initial Options): Document --daemon.
4171
3d53e905
GM
41722008-09-20 Glenn Morris <rgm@gnu.org>
4173
4174 * files.texi (Numbered Backups): Mention that some modes set
4175 version-control.
4176
1c90484d
GM
41772008-09-20 Jim Blandy <jimb@red-bean.com>
4178
4179 * files.texi (Numbered Backups): Reference File Variables, as well.
4180 Remove discussion of Rmail's implementation.
4181
0fc0d844
CY
41822008-09-06 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * misc.texi (Recursive Edit): Note that top-level exits active
4185 minibuffers.
4186
4187 * trouble.texi (Quitting): Likewise.
4188
b18d283d
CY
41892008-08-31 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * emacs.texi (Top): Add Temporary Face Changes xref.
4192
4193 * display.texi (Display): Move Temporary Face Changes node to just
4194 after Standard Faces.
4195 (Scrolling): Document recenter-top-bottom instead of recenter.
4196 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4197 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4198 (Display Custom): Copyedits.
4199 (Optional Mode Line): Document display-battery-mode.
4200
180135fc
RF
42012008-08-27 Romain Francoise <romain@orebokech.com>
4202
4203 * custom.texi (Directory Variables): Minor fix.
4204
d3fe3475
GM
42052008-08-27 Glenn Morris <rgm@gnu.org>
4206
4207 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4208 descriptions.
4209 (Calendar Customizing): Tweak layout description.
183080b6 4210 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4211 markers. Condense calendar-star-date and calendar-mark-today
4212 description.
4213 (Holiday Customizing): Add oriental and solar holidays.
4214 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4215 Fix holiday-float description. Use zerop in examples. Be less verbose.
4216 (Date Display Format): Change ISO format. Be less verbose.
4217 (Diary Customizing): Mention day and month abbrev arrays.
4218 Mention the date-form variables by name. Update European example.
4219 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4220 Condense examples. Mention diary-entry-symbols by name.
4221 Condense table for insertion commands.
4222 (Fancy Diary Display): Mention diary-include-string and
4223 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4224 Ethiopic, Persian date functions. Condense descriptions.
4225
4226 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4227 (Adding to Diary): Adapt for changed node name.
4228
71755807
GM
42292008-08-26 Glenn Morris <rgm@gnu.org>
4230
4231 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4232 node "Hebrew/Islamic Entries".
4233
4234 * calendar.texi (Specified Dates): Fix names of iso functions.
4235 (General Calendar): There may not be another window.
4236 (Writing Calendar Files, Holidays): Tweak intro.
4237 (Holidays): Mention Baha'i and Chinese holidays.
4238 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4239 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4240 (To Other Calendar): Add calendar-print-other-dates.
4241 Refer to "graphic display" rather than "X.
4242 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4243 (Displaying the Diary): Fix whitespace after reference.
4244 Fix `diary-number-of-entries' reference.
4245 (Date Formats): Explicitly mention that day names can be abbreviated.
4246 (Adding to Diary): Add some references to other sections.
4247 (Special Diary Entries): Fix reference.
4248 (Appointments): Simplify appt-message-warning-time entry.
4249 Clarify where times must be.
4250 (Importing Diary): Comment out icalendar paragraph that does not apply.
4251 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4252
d76ebc75
GM
42532008-08-23 Glenn Morris <rgm@gnu.org>
4254
4255 * fortran-xtra.texi (Fortran): Change description of free form and
4256 fixed form a bit. Mention hideshow and imenu.
4257 (Fortran Motion): Mention fortran-end-of-subprogram,
4258 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4259 (Fortran Indent): Minor re-word.
4260 (ForIndent Commands): Mention fortran-fill-paragraph and
4261 fortran-fill-statement.
4262 (ForIndent Cont): Mention fortran-tab-mode-string.
4263 (Fortran Comments): Mention fortran-comment-line-start-skip.
4264 (Fortran Columns): Mention font-locking.
4265 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4266
1fc0ce04 42672008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4268
4269 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4270
5c52e13c
CY
42712008-08-22 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * mini.texi (Minibuffer): Simplify introduction.
4274 (Minibuffer File): Document tilde in minibuffer filenames.
4275 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4276 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4277 (Completion Example): Update example to current command list.
4278 (Completion Options): Document `lazy' value of completion-auto-help.
4279 Update contents of completion-ignored-extensions.
4280 (Minibuffer History): Describe "future history" list. State default
4281 value of history-delete-duplicates.
4282
77a00355
GM
42832008-08-21 Glenn Morris <rgm@gnu.org>
4284
4285 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4286 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4287
39ee1d04
CY
42882008-08-17 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * regs.texi (Registers): Clarify valid register names.
4291 (RegPos): Note that buffer is saved and restored too.
4292 (RegText): Note that mark is reactivated/deactivated.
4293 (RegConfig): Xref to Windows node.
4294
b12c348f
CY
42952008-08-16 Chong Yidong <cyd@stupidchicken.com>
4296
3ae7ba79
CY
4297 * basic.texi (Inserting Text): Provide command name for C-q.
4298
b12c348f
CY
4299 * killing.texi (Killing): Copyedit. Define read-only text.
4300 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4301 (Killing by Lines): Copyedit.
4302 (Other Kill Commands): Move M-w description here.
4303 (Yanking): Move M-w to Other Kill Commands.
4304 (Kill Ring): Also mention saving text in registers. Link to Text
4305 Properties in elisp manual.
4306 (Accumulating Text): Copyedit.
4307 (CUA Bindings): Shift selection is now the default.
4308
d8ff7692
TZ
43092008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4310
4311 * maintaining.texi (Change Log): Mention next-error is available.
4312
a43a8a2e
GM
43132008-08-10 Glenn Morris <rgm@gnu.org>
4314
4315 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4316 and intermonth text.
4317 (Holiday Customizing): Add holiday-chinese.
4318
eba27308
EZ
43192008-08-08 Eli Zaretskii <eliz@gnu.org>
4320
4321 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4322
5f14a5b3
DN
43232008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * files.texi (Log Buffer): Describe C-c C-d.
4326 (Diff Mode): Describe C-x 4 A.
4327
49989bff
EZ
43282008-08-06 Eli Zaretskii <eliz@gnu.org>
4329
4330 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4331
5c915c02
DN
43322008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4333
2beaf97a
DN
4334 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4335 describe the new bindings to show the changeset diff, toggle annotation
4336 visibility, show revisions.
4337 (VC Status): Describe key bindings for modifying the change comments,
4338 displaying changeset diffs and annotations.
4339
5c915c02
DN
4340 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4341
71798ace
NR
43422008-08-05 Nick Roberts <nickrob@snap.net.nz>
4343
4344 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4345
b8949644
EZ
43462008-08-02 Eli Zaretskii <eliz@gnu.org>
4347
4348 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4349 and wording.
4350
819567d1
DN
43512008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4352
4353 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4354 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4355 commands. Improve some old info.
4356
5f38310a
CY
43572008-07-31 Chong Yidong <cyd@stupidchicken.com>
4358
0dc3906b
CY
4359 * display.texi (Visual Line Mode): New node.
4360
5f38310a 4361 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4362 (Moving Point): Add additional alternative key bindings.
4363 Describe line-move-visual.
5f38310a
CY
4364 (Erasing): Describe DEL.
4365 (Basic Undo, Blank Lines, Arguments): Copyedit.
4366 (Continuation Lines): Mention Visual Line mode.
4367 (Position Info): Move extended discussion to mule.texi.
4368
4369 * mule.texi (International Chars): Describe C-x =.
4370
4371 * emacs.texi (Top): Add Visual Line Mode node.
4372
7c2fb837
DN
43732008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * emacs.texi: Remove VMS support.
4376
3f6b73ef
DN
43772008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4378
4379 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4380 the vc-dir command name.
4381
9e2a2647
DN
43822008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 * xresources.texi: Remove mentions of Mac Carbon.
4385
568beaa2
AS
43862008-07-19 Andreas Schwab <schwab@suse.de>
4387
4388 * ns-emacs.texi: Move to ../misc.
4389
0ef94706
CY
43902008-07-15 Chong Yidong <cyd@stupidchicken.com>
4391
4392 * entering.texi (Exiting): Don't describe text-only terminals as the
4393 default. Describe the new startup screen.
4394 (Exiting): Describe how to kill Emacs first. Change description of
4395 iconification to handle modern window systems.
4396
ba60bd44 43972008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4398
4399 * ns-emacs.texi: New file, documents features of Emacs port under
4400 NeXTstep windowing.
4401
9f30aa73
CY
44022008-07-15 Chong Yidong <cyd@stupidchicken.com>
4403
938a5d2e
CY
4404 * entering.texi (Entering Emacs): Update prev node.
4405
4406 * glossary.texi (Glossary): Remove xref to Text Characters.
4407
9f30aa73
CY
4408 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4409 directly, rather than in the context of ASCII. Move description of
4410 special properties of modifier key to new Modifier Keys node.
4411 (Keys): Copyedit.
4412 (Text Characters): Delete node. Multibyte is the default nowadays, and
4413 the node contents are obsolete.
4414
4415 * custom.texi (Modifier Keys): New node.
4416
4417 * emacs.texi (Top): Update node list.
4418
7e53d36c
CY
44192008-07-13 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4422 saying that Emacs provides menus and mouse support (which is par for
4423 the course).
4424
4425 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4426 early on.
4427 (Point): Copyedit. Relegate historical trivia to a footnote.
4428 (Mode Line): Explain mode-line format more consistently.
4429 (Menu Bar): Copyedit.
4430
1e9fa96d
GM
44312008-06-27 Glenn Morris <rgm@gnu.org>
4432
4433 * cal-xtra.texi (Sexp Diary Entries):
4434 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4435
dc9bebb8
CY
44362008-06-26 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * mark.texi (Shift selection): New node.
4439 (Mark): Copyedits.
4440 (Persistent Mark): Move to the end of the chapter.
4441
e7881076
EZ
44422008-06-20 Eli Zaretskii <eliz@gnu.org>
4443
4444 * makefile.w32-in (distclean): Remove makefile.
4445
f427400c
NR
44462008-06-17 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * building.texi (Starting GUD): Add an entry for gud-gdb.
4449 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4450 command mode.
4451
b597d348
GM
44522008-06-17 Glenn Morris <rgm@gnu.org>
4453
4454 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4455
647b7094
NR
44562008-06-17 Nick Roberts <nickrob@snap.net.nz>
4457
4458 * building.texi (Starting GUD): Expand on remote debugging.
4459 (Other GDB-UI Buffers): Mention new keyboard bindings.
4460
47a30023
GM
44612008-06-15 Glenn Morris <rgm@gnu.org>
4462
4463 * gnu.texi: Use a verbatim license for this invariant section,
4464 as per etc/GNU.
4465
37e5d54a
GM
44662008-06-13 Daniel Engeler <engeler@gmail.com>
4467
4468 * emacs.texi, misc.texi: Add documentation about serial port access.
4469
8e65d46c
GM
44702008-06-13 Glenn Morris <rgm@gnu.org>
4471
c1473b4c
MB
4472 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4473 maintain.info.
8e65d46c 4474
e40a85cd
MB
44752008-06-05 Miles Bader <miles@gnu.org>
4476
4477 * display.texi (Temporary Face Changes): Update to reflect function
4478 renamings in face-remap.el.
4479
56c73dec
MB
44802008-06-04 Miles Bader <miles@gnu.org>
4481
1c6c854e
CS
4482 * display.texi (Temporary Face Changes):
4483 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4484 `increase-buffer-face-height' and `decrease-default-face-height' now
4485 that they aren't bound by default.
4486
9d3d42fb
MB
44872008-06-03 Miles Bader <miles@gnu.org>
4488
4489 * display.texi (Temporary Face Changes): New node.
4490
2be6bfe2
EZ
44912008-05-31 Eli Zaretskii <eliz@gnu.org>
4492
4493 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4494
daf7e339
GM
44952008-05-31 Glenn Morris <rgm@gnu.org>
4496
4497 * cal-xtra.texi (Fancy Diary Display): Simplify.
4498
d21d2618
GM
44992008-05-30 Glenn Morris <rgm@gnu.org>
4500
4501 * cal-xtra.texi (Fancy Diary Display): Update for
4502 diary-display-function replacing diary-display-hook.
4503
71ce5fd0
JB
45042008-05-29 Drew Adams <drew.adams@oracle.com>
4505
4506 * msdog.texi (Windows Keyboard): Add descriptions of
4507 w32-register-hot-key and w32-unregister-hot-key.
4508
a3cdbdf8
MO
45092008-05-21 Tom Tromey <tromey@redhat.com>
4510
4511 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4512 Variables node.
4513
854a574c
MO
45142008-05-19 Tom Tromey <tromey@redhat.com>
4515
4516 * custom.texi (Variables): Add Directory Variables to menu.
4517 (Directory Variables): New node.
4518
7c2ec3f9
ER
45192008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4520
71ce5fd0 4521 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4522
370fded4
ER
45232008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4524
4525 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4526 Revision Tags and rewritten. Section now uses modern terminology,
4527 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4528 accurately.
4529
6af511e3
EZ
45302008-05-10 Eli Zaretskii <eliz@gnu.org>
4531
4532 * msdog.texi (Windows Files): Update documentation of
4533 w32-get-true-file-attributes.
4534
7a78b6e7
ER
45352008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4536
4537 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4538 directory mode.
4539
1bcfc24e
CY
45402008-05-08 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4543 entry "television".
1bcfc24e 4544
db86064f
ER
45452008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4546
ab5ec32c 4547 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4548
a31b405e
ER
45492008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4550
4551 * emacs/buffers.texi, emacs/files.texi (Version-control):
4552 vc-toggle-read-only is no longer a good idea...
4553
ff2c14fc
GM
45542008-04-29 Glenn Morris <rgm@gnu.org>
4555
4556 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4557
367c9b7c
JL
45582008-04-22 Juri Linkov <juri@jurta.org>
4559
4560 * dired.texi (Subdirectories in Dired): Describe using `^'
4561 to return to the parent directory.
4562
4ac1e9b4
NR
45632008-04-22 Nick Roberts <nickrob@snap.net.nz>
4564
4565 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4566 recent changes.
4567
b9b3bf2b
NR
45682008-04-19 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4571 (Other GDB-UI Buffers): Update for recent thread related changes.
4572
4d120d6a
SM
45732008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4574
4575 * maintaining.texi (Maintaining):
4576 * emacs.texi (Top): Typo.
4577
a152877d
SM
45782008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4579
b9b3bf2b
NR
4580 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4581 arg in `font-lock-add-keywords'.
a152877d 4582
36c0514c
GM
45832008-04-08 Glenn Morris <rgm@gnu.org>
4584
4585 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4586 Also add Baha'i calendar references where appropriate.
4587
06a97d46
GM
45882008-04-05 Glenn Morris <rgm@gnu.org>
4589
4590 * custom.texi (Init File): Byte-compiling .emacs is bad.
4591
6adc6eed
SM
45922008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4595
571388b0
GM
45962008-03-29 Glenn Morris <rgm@gnu.org>
4597
4598 * calendar.texi: Update for `calendar-date-style' replacing
4599 `european-calendar'.
4600
3ae8f876
JR
46012008-03-28 Jason Rumney <jasonr@gnu.org>
4602
4603 * display.texi (Display Custom): Mention overlay-margin in text.
4604
5bc6ddff 46052008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4606
5bc6ddff
MB
4607 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4608 tutorial' comments.
03a864d5 4609
7186a830
CY
46102008-03-28 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * mark.texi (Mark): Rearrange nodes.
4613 (Persistent Mark): Rename from Transient Mark.
4614 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4615 Describe Transient Mark mode as the default.
4616
4617 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4618 the default behavior with Transient Mark mode off.
4619 (Position Info): Fix typo.
4620
71ce5fd0
JB
4621 * display.texi (Standard Faces): Reference the Mark node.
4622 Remove discussion of the region face, which is discussed there.
7186a830
CY
4623
4624 * emacs.texi (Top): Update node listings.
4625
4626 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4627 as the default.
4628
4629 * fixit.texi (Undo): Standardize choice of undo key sequence.
4630 (Undo, Spelling): Describe Transient Mark mode as the default.
4631
4632 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4633 default.
4634
4635 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4636
4637 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4638 mode is the default, and note that the mark is not activated when set.
4639
4640 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4641 Describe Transient Mark mode as the default.
4642
4643 * search.texi (Basic Isearch): Reference the Mark Ring node.
4644 (Replace, Unconditional Replace, Other Repeating Search):
4645 Describe Transient Mark mode as the default.
4646
1c6c854e
CS
4647 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4648 Describe Transient Mark mode as the default.
7186a830
CY
4649 (Paragraphs): Describe how M-h behaves when region is active.
4650
4651 * trouble.texi (Quitting): Clarify effects of C-g.
4652
dc47d1ff
GM
46532008-03-13 Glenn Morris <rgm@gnu.org>
4654
4655 * emacs.texi (EMACSVER): Set to 23.0.60.
4656
e3e0fb39 46572008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4658
e3e0fb39
GM
4659 * dired.texi (Hiding Subdirectories): Fix previous change.
4660
46612008-03-05 Drew Adams <drew.adams@oracle.com>
4662
4663 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4664
5e14abf8
KS
46652008-02-28 Kim F. Storm <storm@cua.dk>
4666
4667 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4668 Move describe-distribution to C-h C-o.
4669 Move view-emacs-problems to C-h C-p.
4670 Add view-emacs-debugging on C-h C-d.
4671 Add view-external-packages on C-h C-e.
d0207bf3 4672 Add view-order-manuals on C-h C-m.
5e14abf8 4673
d0207bf3 46742008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4675
4676 * msdog-xtra.texi (MS-DOS): Docstring fix.
4677
87e391bb
EZ
46782008-02-09 Eli Zaretskii <eliz@gnu.org>
4679
4680 * msdog.texi (Windows Fonts): Use a @table for describing font
4681 properties.
4682
5662e503
JR
46832008-02-07 Jason Rumney <jasonr@gnu.org>
4684
4685 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4686 value has changed.
4687 (Windows HOME): Clarify what is meant by "if that fails as well".
4688 (Windows Fonts): New section.
4689
72463824
GM
46902008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4691
4692 * basic.texi (Basic Undo): Remove duplicate "you can".
4693
7ff926e0
EZ
46942008-02-02 Eli Zaretskii <eliz@gnu.org>
4695
4696 * maintaining.texi (Tags): Fix last change.
4697
6ab7aef1
MA
46982008-02-02 Michael Albinus <michael.albinus@gmx.de>
4699
093571c3 4700 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4701
ace67e7e
NR
47022008-01-31 Nick Roberts <nickrob@snap.net.nz>
4703
4704 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4705
ae068fdf
RS
47062008-01-26 Richard Stallman <rms@gnu.org>
4707
4708 * maintaining.texi (Tags): Delete redundant index entry.
4709
a56d9a08
EZ
47102008-01-26 Eli Zaretskii <eliz@gnu.org>
4711
4712 * programs.texi (Imenu): Move "@cindex tags" from here...
4713 * maintaining.texi (Tags): ...to here.
4714
e941ed90
NR
47152008-01-23 Kevin Ryde <user42@zip.com.au>
4716
4717 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4718 click count.
4719
650276d5
JB
47202008-01-21 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * entering.texi (Exiting): Fix typo.
4723 Reported by D. E. Evans <sinuhe@gnu.org>.
4724
8dc17977
MR
47252007-12-31 Martin Rudalics <rudalics@gmx.at>
4726
4727 * glossary.texi (Glossary): Fix typo.
4728
9f9695a6
RS
47292007-12-27 Richard Stallman <rms@gnu.org>
4730
4731 * text.texi (Formatted Text): Improve menu tag.
4732 (Editing Format Info): In Info, add duplicate menu of nodes
4733 about the submenus.
4734 (Format Faces): Say where Faces menu is found. Mention Other.
4735 (Format Colors): Say where these submenus are found.
4736 (Format Indentation, Format Justification): Likewise.
4737 (Format Properties): Likewise.
4738
abfd0191
RS
47392007-12-22 Richard Stallman <rms@gnu.org>
4740
4741 * search.texi (Query Replace): Make exp of query-replace more
4742 self-contained, and clarify.
8dc17977 4743
abfd0191
RS
4744 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4745
a2586785
RS
47462007-12-15 Richard Stallman <rms@gnu.org>
4747
4748 * files.texi (Auto Save): Clarify definition of auto-saving.
4749
a67cf2bb
RS
47502007-11-26 Richard Stallman <rms@gnu.org>
4751
4752 * help.texi (Help Echo): Cleanups.
4753
448b33b1
TTN
47542007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4755
4756 * files.texi (Why Version Control?): Fix typo.
4757 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4758 (Selecting a Fileset): Fix typos; small rewording.
4759 (Log Buffer): Likewise.
4760 (Old Revisions): Likewise.
448b33b1 4761
221bb7f6
EZ
47622007-11-17 Eli Zaretskii <eliz@gnu.org>
4763
4764 * mule.texi (Communication Coding): Fix wording of last change.
4765
d0207bf3 47662007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4767
630cb3b7
JB
4768 * custom.texi (Specifying File Variables):
4769 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4770
53b7759e
KH
47712007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4772
a5ab2e0c 4773 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4774
4775 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4776
c8763fb6 47772007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4778
630cb3b7 4779 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4780 --output=file.
4781
ff98e024
MR
47822007-11-13 Martin Rudalics <rudalics@gmx.at>
4783
4784 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4785 (Help Echo): Avoid mentioning the term "region" here and
4786 consistently use the term "active text".
4787
37b11c22
GM
47882007-11-11 Glenn Morris <rgm@gnu.org>
4789
4790 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4791
21d50ba1
JL
47922007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4793
1c6c854e
CS
4794 * search.texi (Query Replace):
4795 Mention `query-replace-show-replacement'.
21d50ba1 4796
c12ecb0a 47972007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4798
4799 * building.texi (Watch Expressions): Remove obscure sentence.
4800
3b4201f4
KH
48012007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4802
4803 * mule.texi (Select Input Method): Describe how to activate an input
4804 method in the text mode.
4805
07e5c0b0
DN
48062007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4807
4808 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4809
52dd7391
NR
48102007-10-30 Nick Roberts <nickrob@snap.net.nz>
4811
4812 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4813
c004e539
GM
48142007-10-30 Glenn Morris <rgm@gnu.org>
4815
4816 * misc.texi (Directory Tracking): Explain a bit more about
4817 dirtrack-mode.
4818
ca8c5b8c
GM
48192007-10-25 Glenn Morris <rgm@gnu.org>
4820
4821 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4822
b6c764ef
RS
48232007-10-24 Richard Stallman <rms@gnu.org>
4824
4825 * misc.texi (Interactive Shell): Cleanup last change.
4826
eabd84c9
JL
48272007-10-22 Juri Linkov <juri@jurta.org>
4828
4829 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4830 default values.
4831
0b43c7e2
ER
48322007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4833
ca8c5b8c 4834 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4835 'filesets'.
4836
a80859d4
MR
48372007-10-18 Martin Rudalics <rudalics@gmx.at>
4838
4839 * trouble.texi (Quitting): Fix typo.
4840
c9447ae1
GM
48412007-10-18 Glenn Morris <rgm@gnu.org>
4842
4843 * frames.texi (Mode Line Mouse): Mention minor mode names.
4844
168b980f
JL
48452007-10-17 Juri Linkov <juri@jurta.org>
4846
4847 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4848 fill-paragraph operates on the active region in Transient Mark mode.
4849 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4850 with fill-paragraph.
4851
4852 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4853 fill-paragraph.
4854
4855 * fixit.texi (Spelling): ispell-word operates on the active region
4856 in Transient Mark mode.
4857
5a331f34
JB
48582007-10-17 Aaron S. Hawley <aaronh@garden.org>
4859
4860 * building.texi (Source Buffers):
4861 * custom.texi (Init Non-ASCII):
4862 * glossary.texi (Glossary): Use "key binding" consistently.
4863
2a9f4d55
JB
48642007-10-17 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * calendar.texi (Diary): Fix directive.
4867
de13cecf
RS
48682007-10-16 Richard Stallman <rms@gnu.org>
4869
4870 * calendar.texi (Diary): Clarify text about diary file example.
4871
5f90d53e
ER
48722007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4873
4874 * files.texi: Capitalize node names according to convention.
4875
3aa491bc
GM
48762007-10-13 Glenn Morris <rgm@gnu.org>
4877
4878 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4879
8a3106d3
ER
48802007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4881
4882 * emacs.texi:
4883 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4884 suggested by RMS and Robert J. Chassell.
8a3106d3 4885
da1080a2
ER
48862007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4887
3aa491bc 4888 * files.texi (Version Systems):
0870a421
ER
4889 * vc-xtra.texi:
4890 * vc1-xtra.texi:
ac3f4c6f 4891 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4892 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4893 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4894 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4895
58ade22b
ER
48962007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4897
da1080a2 4898 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4899 Reorder the descriptions to be chronological.
4900
93870ce2
RS
49012007-10-09 Richard Stallman <rms@gnu.org>
4902
4903 * display.texi (Cursor Display): Correct how cursor appears
4904 in nonselected windows.
4905
568c7288
NR
49062007-10-04 Nick Roberts <nickrob@snap.net.nz>
4907
4908 * building.texi (GDB Graphical Interface): Remove references to gdba
4909 and mention gud-gdb.
4910
1af74d06 49112007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4912
1af74d06 4913 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4914
0d8fb755
JL
49152007-10-06 Juri Linkov <juri@jurta.org>
4916
4917 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4918 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4919 fill-paragraph-or-region.
4920
4921 * basic.texi (Arguments): Replace fill-paragraph with
4922 fill-paragraph-or-region.
4923
b981e2c6
ER
49242007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4925
4926 * files.texi: Update the section on version control for 2007
2a9f4d55 4927 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4928 will come later.
4929
5fceaf9c
GM
49302007-09-15 Glenn Morris <rgm@gnu.org>
4931
4932 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4933 to `list-holidays'.
4934
b0e44b17
GM
49352007-09-14 Glenn Morris <rgm@gnu.org>
4936
4937 * calendar.texi: Update all instances of mark-calendar-holidays,
4938 list-calendar-holidays, list-holidays with the new names.
4939
8cf51b2c
GM
49402007-09-06 Glenn Morris <rgm@gnu.org>
4941
46a367db 4942 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4943 Split into the Emacs manual in emacs/, and other manuals in misc/.
4944 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4945 manual.
4946 (infodir): New variable.
4947 (info): Use $infodir.
4948 (emacsman): Delete target, not needed any more.
4949 Move all targets that are not the Emacs manual to misc/Makefile.in.
4950 (mostlyclean): Remove `gnustmp'.
4951 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4952 manual.
92f9b43f 4953 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4954 (emacsman): Delete target, not needed any more.
4955 (clean): Remove all info files but Emacs manual.
4956 Move all targets that are not the Emacs manual to misc/Makefile.in.
4957 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4958
4959 * Makefile.in (INFOSOURCES): Delete.
4960 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4961 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4962 *.vrs *.toc here...
4963 (maintainer-clean): ...from here.
4964
49652007-09-05 Glenn Morris <rgm@gnu.org>
4966
4967 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4968
8cf51b2c
GM
49692007-08-29 Glenn Morris <rgm@gnu.org>
4970
4971 * emacs.texi (EMACSVER): Increase to 23.0.50.
4972
3420c522
RS
49732007-08-27 Richard Stallman <rms@gnu.org>
4974
4975 * emacs.texi (Top): Clarify menu item for Glossary.
4976
4977 * display.texi (Faces): Change secn title.
4978 Clarify not all fonts come from Font Lock.
4979
8cf51b2c
GM
49802007-08-17 Eli Zaretskii <eliz@gnu.org>
4981
4982 * basic.texi (Position Info): Add index entry for face at point.
4983 Mention that character faces are also displayed by "C-u C-x =".
4984
8cf51b2c
GM
49852007-08-08 Glenn Morris <rgm@gnu.org>
4986
4987 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4988
49892007-08-07 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * files.texi (File Conveniences): Document point motion keys in Image
4992 mode.
4993
8cf51b2c
GM
49942007-07-27 Glenn Morris <rgm@gnu.org>
4995
8cf51b2c
GM
4996 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4997 in-line.
4998
4999 * gpl.texi: New file with text of GPL.
5000 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5001
50022007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5003
5004 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5005
5006 * dired.texi (Wdired): Mention C-x C-q key binding.
5007
50082007-07-28 Nick Roberts <nickrob@snap.net.nz>
5009
5010 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5011
50122007-07-25 Glenn Morris <rgm@gnu.org>
5013
8cf51b2c
GM
5014 * emacs.texi (Copying): Replace license with GPLv3.
5015
5016 * Relicense all FSF files to GPLv3 or later.
5017
50182007-07-24 Glenn Morris <rgm@gnu.org>
5019
5020 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5021 for some calendars.
5022
50232007-07-23 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5026 default-directory for the current buffer is on a remote machine.
5027
8cf51b2c
GM
50282007-07-21 Eli Zaretskii <eliz@gnu.org>
5029
5030 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5031 default value.
5032
50332007-07-21 Richard Stallman <rms@gnu.org>
5034
5035 * files.texi (Why Version Control?): Improve previous change.
5036
50372007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5038
5039 * files.texi (Why Version Control?): New node.
5040
8cf51b2c
GM
50412007-07-12 Nick Roberts <nickrob@snap.net.nz>
5042
8cf51b2c
GM
5043 * building.texi (Starting GUD): Add xref to this anchor.
5044
8cf51b2c
GM
50452007-06-24 Karl Berry <karl@gnu.org>
5046
2a9f4d55 5047 * emacs.texi: New Back-Cover Text.
8cf51b2c 5048
8cf51b2c
GM
50492007-06-07 Alan Mackenzie <acm@muc.de>
5050
5051 * display.texi (Optional Mode Line): Document the new form of
5052 line+column numbers, "(561,2)".
5053
50542007-06-06 Juanma Barranquero <lekktu@gmail.com>
5055
49823426 5056 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5057
50582007-06-02 Chong Yidong <cyd@stupidchicken.com>
5059
5060 * Version 22.1 released.
5061
8cf51b2c
GM
50622007-05-07 Karl Berry <karl@gnu.org>
5063
5064 * emacs.texi (EMACSVER): Back to 22.
5065
50662007-05-06 Richard Stallman <rms@gnu.org>
5067
5068 * maintaining.texi (Create Tags Table): Clean up previous change.
5069
c8763fb6 50702007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5071
5072 * maintaining.texi (Create Tags Table): Add text about the dangers of
5073 making symbolic links to tags files.
5074
50752007-05-04 Karl Berry <karl@gnu.org>
5076
5077 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5078
50792007-05-03 Karl Berry <karl@gnu.org>
5080
5081 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5082
5083 * .cvsignore (*.pdf): New entry.
5084
8cf51b2c
GM
5085 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5086 for printing.
5087
50882007-05-01 Richard Stallman <rms@gnu.org>
5089
5090 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5091
8cf51b2c
GM
50922007-04-28 Glenn Morris <rgm@gnu.org>
5093
5094 * ack.texi (Acknowledgments):
5095 * anti.texi (Antinews):
8cf51b2c
GM
5096 * programs.texi (Program Modes): Restore mention of python.el pending
5097 consideration of legal status.
5098
50992007-04-28 Richard Stallman <rms@gnu.org>
5100
5101 * files.texi (File Names): Fixes to ~ description on MS systems.
5102
8cf51b2c
GM
51032007-04-26 Glenn Morris <rgm@gnu.org>
5104
5105 * emacs.texi (EMACSVER): Increase to 22.1.50.
5106
51072007-04-25 Karl Berry <karl@gnu.org>
5108
5109 * emacs.texi: Improve line breaks on copyright page,
5110 similar layout to lispref, 8.5x11 by default.
5111
5112 * dired.texi (Image-Dired): Improve line break, fix typo.
5113
51142007-04-24 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * programs.texi (Program Modes):
8cf51b2c
GM
5117 * anti.texi (Antinews):
5118 * ack.texi (Acknowledgments): python.el removed.
5119
8cf51b2c
GM
51202007-04-23 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * display.texi (Highlight Interactively): Correct description of
5123 hi-lock-file-patterns-policy.
5124
5125 * files.texi (File Archives): Mention self-extracting executables.
5126
51272007-04-23 Eli Zaretskii <eliz@gnu.org>
5128
5129 * search.texi (Unconditional Replace, Query Replace): Add xref to
5130 "Replacement and Case".
5131
51322007-04-22 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * dired.texi (Image-Dired): Move from Thumbnails node.
5135 * misc.texi (Thumbnails): Node deleted.
5136 * emacs.texi (Top): Update node listing.
5137
5138 * files.texi (File Conveniences):
49823426 5139 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5140
51412007-04-21 Richard Stallman <rms@gnu.org>
5142
5143 * display.texi (Highlight Interactively): Correct previous change.
5144 Clarify doc of hi-lock-find-patterns, and move new features into it.
5145
51462007-04-20 David Koppelman <koppel@ece.lsu.edu>
5147
1c6c854e
CS
5148 * display.texi (Highlight Interactively):
5149 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5150
51512007-04-20 Martin Rudalics <rudalics@gmx.at>
5152
5153 * display.texi (Scrolling): Fix typo.
5154
8cf51b2c
GM
51552007-04-15 Chong Yidong <cyd@stupidchicken.com>
5156
8cf51b2c
GM
5157 * doclicense.texi: Remove node heading, so that it can be included by
5158 other files.
5159
5160 * emacs.texi: Insert node heading for GFDL.
5161
8cf51b2c
GM
51622007-04-14 Eli Zaretskii <eliz@gnu.org>
5163
5164 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5165 "command line".
5166
5167 * display.texi (Faces): Refer to "Creating Frames" for face
5168 and other frame customizations in .emacs.
5169
5170 * frames.texi (Creating Frames): Mention that face customizations can
5171 be put in .emacs. Add index entries.
5172
51732007-04-12 Richard Stallman <rms@gnu.org>
5174
5175 * glossary.texi (Glossary): Explain `iff'.
5176
51772007-04-11 Karl Berry <karl@gnu.org>
5178
5179 * gnu.texi (Top),
5180 * macos.texi (Mac Font Specs),
5181 * anti.texi (Antinews),
5182 * xresources.texi (Resources),
5183 * misc.texi (Emulation),
5184 * calendar.texi (Daylight Saving),
5185 * dired.texi (Dired and Find),
5186 * rmail.texi (Remote Mailboxes),
5187 * sending.texi (Mail Headers),
5188 * programs.texi (Which Function),
5189 * files.texi (Recover),
5190 * buffers.texi (Uniquify),
5191 * frames.texi (Wheeled Mice),
5192 * killing.texi (Rectangles): Wording to improve breaks in
5193 8.5x11 format.
5194 * mule.texi (Language Environments): \hbadness=10000 since there's
5195 no way to reword.
5196 * emacs.texi (smallbook): New @set to more easily switch between
5197 smallbook and 8.5x11.
5198
51992007-04-11 Richard Stallman <rms@gnu.org>
5200
5201 * files.texi (File Conveniences): Add xref to Tumme.
5202 Delete text about Thumbnail mode.
5203
8cf51b2c
GM
52042007-04-09 Alan Mackenzie <acm@muc.de>
5205
5206 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5207 new name. Insert concept index entries.
5208
8cf51b2c
GM
52092007-04-08 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * display.texi (Standard Faces): Document prefix arg for
5212 list-faces-display.
5213
5214 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5215
8cf51b2c
GM
52162007-04-07 Chong Yidong <cyd@stupidchicken.com>
5217
8cf51b2c
GM
5218 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5219
5220 * files.texi (Misc File Ops): Rewrite description of
5221 insert-file-literally.
5222
8cf51b2c
GM
52232007-03-31 Eli Zaretskii <eliz@gnu.org>
5224
5225 * misc.texi (Printing): Postscript -> PostScript.
5226
8cf51b2c
GM
5227 * ack.texi (Acknowledgments): Postscript -> PostScript.
5228
5229 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5230
5231 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5232 below.
5233
52342007-03-30 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5237 Init Non-ASCII.
5238 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5239 (Init Non-ASCII): New node.
5240
52412007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5242
5243 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5244
8cf51b2c
GM
52452007-03-12 Glenn Morris <rgm@gnu.org>
5246
8cf51b2c
GM
5247 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5248 "Daylight Savings".
5249
49823426 5250 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5251 saving" in text throughout.
5252
8cf51b2c
GM
52532007-03-04 Richard Stallman <rms@gnu.org>
5254
5255 * custom.texi (Safe File Variables): Minor correction.
5256
8cf51b2c
GM
52572007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5258
5259 * rmail.texi (Movemail): Add internal ref.
5260 Don't indent the intro for the PROTO table.
5261 Format PROTO table items with @code.
5262
8cf51b2c
GM
52632007-02-26 Nick Roberts <nickrob@snap.net.nz>
5264
5265 * building.texi: Remove references to bashdb.
5266
8cf51b2c
GM
52672007-02-19 Juanma Barranquero <lekktu@gmail.com>
5268
5269 * mule.texi (Language Environments): Update list of supported language
5270 environments.
5271
8cf51b2c
GM
52722007-02-14 Kim F. Storm <storm@cua.dk>
5273
5274 * building.texi (Grep Searching): Fix lgrep doc.
5275
52762007-02-12 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * back.texi: Remove unused file.
5279
c8763fb6 52802007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5281
5282 * maintaining.texi (Tag Syntax): Now --members is the default for
5283 etags, not for ctags yet.
5284
8cf51b2c
GM
52852007-02-03 Eli Zaretskii <eliz@gnu.org>
5286
5287 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5288 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5289 expects. Add comments to prevent people from inadvertently modifying
5290 the key parts needed by `texinfo-multiple-files-update'.
5291
52922007-01-29 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * frames.texi (Secondary Selection): Window clicked does not matter
5295 when mouse-yank-at-point is non-nil.
5296
8cf51b2c
GM
52972007-01-16 Glenn Morris <rgm@gnu.org>
5298
5299 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5300 system abbrev.
5301
53022007-01-11 Richard Stallman <rms@gnu.org>
5303
5304 * msdog.texi (Windows Keyboard): Another small cleanup.
5305
53062007-01-10 Richard Stallman <rms@gnu.org>
5307
5308 * msdog.texi (Windows Keyboard): Yet another try to make
5309 everyone happy with that passage.
5310
53112007-01-05 Richard Stallman <rms@gnu.org>
5312
5313 * anti.texi (Antinews): Mention M-x shell scrolling.
5314
53152007-01-05 Nick Roberts <nickrob@snap.net.nz>
5316
5317 * building.texi (Watch Expressions): Describe gdb-max-children.
5318
8cf51b2c
GM
53192007-01-04 Richard Stallman <rms@gnu.org>
5320
8cf51b2c
GM
5321 * msdog.texi (Windows Keyboard): Clarify previous change.
5322
8cf51b2c
GM
53232007-01-02 Richard Stallman <rms@gnu.org>
5324
5325 * custom.texi (Changing a Variable): Minor clarification.
5326 (Specific Customization): customize-customized => customize-unsaved.
5327
5328 * entering.texi (Entering Emacs): Clean up text about restarting
5329 Emacs for each file.
5330
5331 * misc.texi (Shell Options): Minor cleanup.
5332
5333 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5334 with Emacs, not vice versa.
5335
5336 * programs.texi (Symbol Completion): Recommend customizing
5337 window manager.
5338
5339 * xresources.texi (Resources): Minor fix.
5340
c8763fb6 53412007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5342
5343 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5344
53452007-01-01 Richard Stallman <rms@gnu.org>
5346
5347 * commands.texi (User Input): Document keys stolen by window mangers.
5348
53492006-12-31 Richard Stallman <rms@gnu.org>
5350
5351 * custom.texi (Specific Customization): Document customize-option
5352 instead of customize-variable.
5353
53542006-12-31 Kim F. Storm <storm@cua.dk>
5355
5356 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5357
53582006-12-30 Kim F. Storm <storm@cua.dk>
5359
5360 * killing.texi (CUA Bindings): Fix typo.
5361
5362 * xresources.texi (Table of Resources): Mention grow-only value for
5363 auto-resize-tool-bars.
5364
8cf51b2c
GM
53652006-12-27 Eli Zaretskii <eliz@gnu.org>
5366
5367 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5368 and how to get them back.
5369
53702006-12-26 Richard Stallman <rms@gnu.org>
5371
5372 * calendar.texi (Holidays): Holiday listing is based on current
5373 practice, but DST is not.
5374
53752006-12-25 Richard Stallman <rms@gnu.org>
5376
5377 * emacs.texi (Top): Update subnode menus.
5378
5379 * mark.texi (Transient Mark): Fix xref.
5380
5381 * killing.texi (Graphical Kill): Node deleted.
5382 (Killing): Add xref to Cut and Paste.
5383 (CUA Bindings): Update xref.
5384
5385 * frames.texi (Cut and Paste): New section to hold other nodes.
5386 (Mouse Commands): Node demoted.
5387 (Cut/Paste Other App): Split out from Mouse Commands.
5388 (Word and Line Mouse): Likewise.
5389 (Secondary Selection, Clipboard): Nodes demoted.
5390
8cf51b2c
GM
53912006-12-24 Kevin Ryde <user42@zip.com.au>
5392
5393 * calendar.texi (Holidays): US daylight saving begins second Sunday
5394 in March for 2007 onwards.
5395 (Daylight Savings): Show new US default daylight saving rules, 2nd
5396 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5397
53982006-12-23 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * calendar.texi (Scroll Calendar): < and > are switched.
5401
54022006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5403
5404 * killing.texi (Deletion): Describe M-\ prefix argument.
5405
54062006-12-23 Richard Stallman <rms@gnu.org>
5407
5408 * search.texi (Regexp Search): Explain why forward and reverse regexp
5409 search are not mirror images.
5410
8cf51b2c
GM
54112006-12-19 Kim F. Storm <storm@cua.dk>
5412
5413 * major.texi (Choosing Modes): Describe match-function elements for
5414 magic-mode-alist.
5415
8cf51b2c
GM
54162006-12-18 Eli Zaretskii <eliz@gnu.org>
5417
5418 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5419 peculiarities.
5420
54212006-12-18 Richard Stallman <rms@gnu.org>
5422
5423 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5424
8cf51b2c
GM
54252006-12-17 Alan Mackenzie <acm@muc.de>
5426
5427 * programs.texi (Left Margin Paren): Remove the bit which says
5428 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5429 Discuss some of the issues of setting this option to nil.
5430
54312006-12-17 Glenn Morris <rgm@gnu.org>
5432
5433 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5434
54352006-12-16 Eli Zaretskii <eliz@gnu.org>
5436
5437 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5438 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5439 NTFS volumes.
5440 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5441 volumes.
5442
54432006-12-15 Eli Zaretskii <eliz@gnu.org>
5444
5445 * text.texi (HTML Mode): Fix "C-c TAB".
5446
8cf51b2c
GM
54472006-12-09 Richard Stallman <rms@gnu.org>
5448
5449 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5450
54512006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5452
5453 * files.texi (Misc File Ops): Document insert-file-literally.
5454
54552006-12-08 Eli Zaretskii <eliz@gnu.org>
5456
5457 * cmdargs.texi (Colors): Note that --color is intended for overriding
5458 the terminal defaults, not for normal invocation.
5459
5460 * misc.texi (Emacs Server): Improve wording. Don't mention the
5461 ``server program''. Add a cross-reference to "Init File" node.
5462 (Invoking emacsclient): Add index entries. Document both short and
5463 long versions of command-line options. Document the -f option.
5464
8cf51b2c
GM
54652006-12-06 Richard Stallman <rms@gnu.org>
5466
5467 * text.texi (Outline Format): Say to set outline-regexp
5468 and outline-level with major modes and file local variables.
5469
c8763fb6 54702006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5471
5472 * anti.texi (Antinews): Mention the alternative to
5473 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5474
8cf51b2c
GM
5475 * misc.texi (Interactive Shell): Ditto.
5476
54772006-12-04 Eli Zaretskii <eliz@gnu.org>
5478
5479 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5480
5481 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5482
54832006-12-01 Eli Zaretskii <eliz@gnu.org>
5484
5485 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5486 colon in the mode line.
5487
5488 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5489
54902006-11-26 Nick Roberts <nickrob@snap.net.nz>
5491
5492 * building.texi (Watch Expressions): Mention SPC for expanding/
5493 contracting watch expressions.
5494
54952006-11-26 Kim F. Storm <storm@cua.dk>
5496
5497 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5498
54992006-11-26 Nick Roberts <nickrob@snap.net.nz>
5500
5501 * building.texi (Debugger Operation): Define text command mode.
5502 Clarify how tooltips work.
5503 (GDB Graphical Interface): Explain how to run in text command mode
5504 more clearly.
5505
55062006-11-25 Juanma Barranquero <lekktu@gmail.com>
5507
5508 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5509
55102006-11-22 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5513
8cf51b2c
GM
55142006-11-18 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5517 and EMACS is deprecated.
5518
55192006-11-18 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5522
c8763fb6 55232006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5524
5525 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5526
5527 * emacs.texi: Include xresources.texi both for info and dvi.
5528
5529 * xresources.texi: Merge text from xresmini.texi.
5530
c8763fb6 55312006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5532
5533 * glossary.texi: Fix typos.
5534
8cf51b2c
GM
55352006-11-06 Richard Stallman <rms@gnu.org>
5536
5537 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5538
5539 * ack.texi (Acknowledgments): Fix name spelling.
5540
55412006-11-01 Juri Linkov <juri@jurta.org>
5542
5543 * search.texi (Word Search): Document incremental word search.
5544
55452006-10-28 Glenn Morris <rgm@gnu.org>
5546
5547 * ack.texi (Acknowledgments): Add cal-html author.
5548
5549 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5550 Calendar"). Describe new package cal-html.
5551 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5552 Calendar Files."
5553
8cf51b2c
GM
55542006-10-23 Richard Stallman <rms@gnu.org>
5555
5556 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5557 Abbrev mode is enabled.
5558
8cf51b2c
GM
55592006-10-16 Richard Stallman <rms@gnu.org>
5560
8cf51b2c
GM
5561 * emacs.texi: Update ISBN.
5562
8cf51b2c
GM
55632006-10-11 Kim F. Storm <storm@cua.dk>
5564
5565 * emacs.texi (Acknowledgments): Use @dotless{i}.
5566
55672006-10-08 Nick Roberts <nickrob@snap.net.nz>
5568
5569 * building.texi (Breakpoints Buffer): Mention catchpoints.
5570
55712006-10-08 Kim F. Storm <storm@cua.dk>
5572
5573 * ack.texi (Acknowledgments): Update.
5574
5575 * emacs.texi (Acknowledgments): Fix bad @/ form.
5576
8cf51b2c
GM
55772006-10-05 Kim F. Storm <storm@cua.dk>
5578
5579 * emacs.texi (Acknowledgments): Add more contributors.
5580
55812006-10-03 Richard Stallman <rms@gnu.org>
5582
5583 * emacs.texi (Acknowledgments): Update version and edition.
5584
8cf51b2c
GM
55852006-10-01 Karl Berry <karl@gnu.org>
5586
5587 * custom.texi (Customization Groups): Page break to keep example buffer
5588 on one page.
5589
55902006-09-30 Karl Berry <karl@gnu.org>
5591
5592 * programs.texi (Basic Indent): @need to improve page break.
5593 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5594
55952006-09-29 Glenn Morris <rgm@gnu.org>
5596
5597 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5598
55992006-09-29 Karl Berry <karl@gnu.org>
5600
5601 * windows.texi (Basic Window): Remove forced @break, no longer
5602 desirable.
5603 * frames.texi (Frame Commands),
5604 * mark.texi (Marking Objects): Reword to avoid bad page break.
5605 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5606
56072006-09-19 Richard Stallman <rms@gnu.org>
5608
5609 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5610 stick to present tense.
5611
c8763fb6 56122006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5613
5614 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5615 to x-gtk-use-old-file-dialog.
5616 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5617
56182006-09-15 Jay Belanger <belanger@truman.edu>
5619
49823426 5620 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5621 Change "Library Public License" to "Lesser Public License"
5622 throughout. Use "yyyy" to represent year.
5623
8cf51b2c
GM
56242006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5625
5626 * files.texi (Visiting): Add index entry "open file".
5627
8cf51b2c
GM
56282006-09-11 Richard Stallman <rms@gnu.org>
5629
5630 * building.texi (Compilation Mode): Clarification.
5631 (Grep Searching): Add xref to Compilation Mode.
5632
8cf51b2c
GM
56332006-09-08 Richard Stallman <rms@gnu.org>
5634
5635 * search.texi (Search): Ref multi-file search commands here.
5636 (Other Repeating Search): Not here.
5637
8cf51b2c
GM
56382006-08-28 Richard Stallman <rms@gnu.org>
5639
5640 * windows.texi (Split Window): Update xref.
5641
5642 * basic.texi (Continuation Lines): Update xref.
5643
5644 * indent.texi (Tab Stops): Update xref.
5645
5646 * emacs.texi (Top): Update subnode menu.
5647
5648 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5649 split out of Display Custom.
5650
56512006-08-25 Kim F. Storm <storm@cua.dk>
5652
5653 * display.texi (Display Custom): Add variables overline-margin
5654 and x-underline-at-descent-line.
5655
56562006-08-25 Richard Stallman <rms@gnu.org>
5657
5658 * entering.texi (Exiting): Rewrite to give graphical displays
5659 priority over text terminals.
5660
5661 * search.texi (Incremental Search): Move index entries.
5662
56632006-08-23 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * custom.texi (Init File): Reference Find Init to avoid "home
5666 directory" confusion.
5667
56682006-08-22 Nick Roberts <nickrob@snap.net.nz>
5669
5670 * building.texi (Other GDB-UI Buffers): Describe how to edit
5671 a value in the locals buffer.
5672
56732006-08-21 Richard Stallman <rms@gnu.org>
5674
5675 * search.texi (Basic Isearch): Add `isearch' index entry.
5676
56772006-08-16 Richard Stallman <rms@gnu.org>
5678
5679 * misc.texi (Saving Emacs Sessions): Clean up wording.
5680
5681 * mark.texi (Marking Objects): Mention term "select all".
5682
5683 * emacs.texi (Top): Update subnode menu.
5684
5685 * help.texi (Help Mode): Move node up in file.
5686
8cf51b2c
GM
56872006-08-15 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * building.texi (Stack Buffer): Explain fringe arrow.
5690
8cf51b2c
GM
56912006-08-12 Eli Zaretskii <eliz@gnu.org>
5692
8cf51b2c
GM
5693 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5694 on startup.
5695
56962006-08-11 Romain Francoise <romain@orebokech.com>
5697
5698 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5699
57002006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5701
5702 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5703
57042006-08-10 Richard Stallman <rms@gnu.org>
5705
5706 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5707 with face merging. Empty regions don't count.
5708 Clarify face property inheritance.
8cf51b2c
GM
5709
57102006-08-08 Romain Francoise <romain@orebokech.com>
5711
5712 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5713 <arjuropo@cc.jyu.fi>.
5714
8cf51b2c
GM
57152006-08-04 Eli Zaretskii <eliz@gnu.org>
5716
5717 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5718 apply to all frames.
5719
8cf51b2c
GM
57202006-08-01 Richard Stallman <rms@gnu.org>
5721
5722 * help.texi (Name Help): Add index entries for describe-variable.
5723
57242006-08-01 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * building.texi (GDB Graphical Interface): Shorten node names.
5727 (GDB-UI Layout): Use GDB-related.
5728 (Other GDB-UI Buffers): Simplify English.
5729
57302006-07-31 Richard Stallman <rms@gnu.org>
5731
5732 * search.texi (Query Replace): Add xref for Dired's Q command.
5733
8cf51b2c
GM
57342006-07-31 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * building.texi (GDB commands in Fringe): Rename to...
5737 (Source Buffers): ..this and move forward. Describe hollow arrow and
5738 new option gdb-find-source-frame.
5739
57402006-07-29 Richard Stallman <rms@gnu.org>
5741
5742 * dired.texi (Operating on Files): Simplify previous change
5743 and fix Texinfo usage.
5744
57452006-07-29 Eli Zaretskii <eliz@gnu.org>
5746
5747 * dired.texi (Operating on Files): Add cross-references. State the
5748 Unix commands that do similar things.
5749
57502006-07-28 Richard Stallman <rms@gnu.org>
5751
5752 * mark.texi (Transient Mark): Clarify that region never disappears
5753 when Transient Mark mode is off, and not when it is on.
5754
57552006-07-27 Richard Stallman <rms@gnu.org>
5756
5757 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5758
57592006-07-24 Richard Stallman <rms@gnu.org>
5760
5761 * xresources.texi (GTK styles): Fix texinfo usage.
5762
8cf51b2c
GM
5763 * commands.texi (User Input): Explain why we teach keyboard cmds.
5764
5765 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5766 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5767 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5768 * doclicense.texi, display.texi, dired.texi, basic.texi:
5769 * anti.texi, ack.texi: Move periods and commas inside quotes.
5770
57712006-07-22 Eli Zaretskii <eliz@gnu.org>
5772
5773 * cmdargs.texi (General Variables): Document EMAIL.
5774
57752006-07-21 Eli Zaretskii <eliz@gnu.org>
5776
5777 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5778 doesn't have effect on MS-Windows.
5779
8cf51b2c
GM
57802006-07-17 Richard Stallman <rms@gnu.org>
5781
5782 * building.texi (Grep Searching): Explain about chaining grep commands.
5783
8cf51b2c
GM
57842006-07-10 Nick Roberts <nickrob@snap.net.nz>
5785
49823426 5786 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5787
57882006-07-09 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5791 is invoked for multiple files.
5792
57932006-07-08 Eli Zaretskii <eliz@gnu.org>
5794
5795 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5796 on-line manual for the rest of this node.
5797 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5798 unconditionally.
5799 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5800 Improve wording.
5801 (Windows Printing): Improve wording.
5802 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5803 rest of this node.
5804
8cf51b2c
GM
58052006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5806
49823426
GM
5807 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5808 with eval-buffer.
8cf51b2c
GM
5809
58102006-07-05 Nick Roberts <nickrob@snap.net.nz>
5811
5812 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5813 of character translation.
5814
58152006-07-04 Nick Roberts <nickrob@snap.net.nz>
5816
5817 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5818
58192006-07-03 Karl Berry <karl@gnu.org>
5820
5821 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5822 not-too-underfull hboxes in the TeX output.
5823 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5824 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5825 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5826 * sending.texi, text.texi: Fix overfull/underfull boxes.
5827
58282006-07-03 Romain Francoise <romain@orebokech.com>
5829
5830 * m-x.texi (M-x): Fix.
5831
58322006-07-03 Richard Stallman <rms@gnu.org>
5833
8cf51b2c
GM
5834 * search.texi (Other Repeating Search): filename -> file name.
5835
5836 * misc.texi (Narrowing): Minor cleanups.
5837
5838 * files.texi (Visiting): filename -> file name.
5839
5840 * emacs.texi (Top): Update subnode menus.
5841
5842 * mule.texi (Coding Systems): Move char translation stuff here.
5843 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5844 (Recognize Coding): Substantial local rewrites.
5845 (International): Update menu.
5846
5847 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5848 (Scrolling): Substantial local rewrites.
5849 (Display): Update menu and intro.
5850
5851 * dired.texi: filename -> file name.
5852
5853 * custom.texi (Safe File Variables): Texinfo usage fix.
5854
f0131492 58552006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5856
5857 * help.texi, m-x.texi: Lots of cleanups.
5858
8cf51b2c
GM
58592006-06-30 Eli Zaretskii <eliz@gnu.org>
5860
5861 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5862 (Windows Processes, Windows Misc): Shorten the printed version by
5863 selectively conditioning less important portions by @ifnottex.
5864
8cf51b2c
GM
58652006-06-27 Richard Stallman <rms@gnu.org>
5866
5867 * mini.texi (Minibuffer File): Minor cleanup.
5868
58692006-06-25 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * frames.texi (XTerm Mouse): Rename to...
5872 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5873
5874 * emacs.texi (Top): Use new node name.
5875
58762006-06-24 Eli Zaretskii <eliz@gnu.org>
5877
5878 * emacs.texi (Top): Update the detailed menu according to changes in
5879 msdog.texi.
5880
5881 * msdog.texi (Windows Keyboard): New section.
5882 (Windows Mouse): New section.
5883 (Windows System Menu): Remove section (text merged with "Windows
5884 Keyboard").
5885 (Windows Misc): New section.
5886
5887 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5888
5889 * msdog.texi (ls in Lisp): New section.
5890
5891 * files.texi (Visiting): Document case-insensitive wildcard matching
5892 under find-file-wildcards.
5893
8cf51b2c
GM
58942006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5895
5896 * macos.texi (Mac Input): Add description of mac-function-modifier.
5897 Now Unicode keyboard layouts work.
5898
8cf51b2c
GM
58992006-06-10 Richard Stallman <rms@gnu.org>
5900
5901 * mule.texi (Recognize Coding): Clarify previous change.
5902
59032006-06-09 Kenichi Handa <handa@m17n.org>
5904
5905 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5906 notation.
5907
59082006-06-07 Kevin Ryde <user42@zip.com.au>
5909
5910 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5911 manual for @ifnottex, but in emacs-extra for @iftex.
5912
5913 * cmdargs.texi (General Variables): Fix smtpmail xref.
5914
59152006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5916
8cf51b2c 5917 * programs.texi (Comment Commands):
8cf51b2c 5918 * custom.texi (Specifying File Variables):
49823426 5919 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5920
59212006-06-07 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * building.texi (Watch Expressions): Move node to end.
5924 (GDB Graphical Interface): Move description of clicks in fringe...
5925 (GDB commands in the Fringe): ...to here. New node.
5926
8cf51b2c
GM
59272006-06-05 Romain Francoise <romain@orebokech.com>
5928
49823426 5929 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5930
59312006-06-05 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * building.texi (GDB Graphical Interface): Update bindings.
5934 (Commands of GUD): Add gud-print. Remove gud-run.
5935 Restate availability more generally.
5936
f0131492 59372006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5938
5939 * mini.texi: Lots of cleanups.
5940
59412006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5942
5943 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5944 and Mouse-2.
5945
c8763fb6 59462006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5947
5948 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5949
8cf51b2c
GM
59502006-05-31 Richard Stallman <rms@gnu.org>
5951
5952 * basic.texi (Moving Point): Fix previous change.
5953
c8763fb6 59542006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5955
5956 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5957
f0131492 59582006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5959
5960 * basic.texi: Many simplifications and improvements in wording.
5961
8cf51b2c
GM
59622006-05-26 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * anti.texi (Antinews): Create a node for gdb-ui.
5965
8cf51b2c
GM
59662006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5967
5968 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5969
59702006-05-20 Richard Stallman <rms@gnu.org>
5971
5972 * dired.texi (Dired Navigation): dired-goto-file is now j.
5973
8cf51b2c
GM
59742006-05-20 Eli Zaretskii <eliz@gnu.org>
5975
5976 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5977 and their aliases.
5978
5979 * msdog.texi (Windows Printing): Mention non-support of plain text
5980 printing with some el-cheapo printers, and suggest a workaround.
5981
59822006-05-20 Kevin Ryde <user42@zip.com.au>
5983
5984 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5985 remove the bit saying you must set it.
5986
59872006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * trouble.texi (Checklist):
5990 * text.texi (Text, Auto Fill, Text Mode):
5991 * search.texi (Nonincremental Search):
5992 * rmail.texi (Rmail Labels):
5993 * mule.texi (Input Methods, Multibyte Conversion):
5994 * misc.texi (Gnus, Where to Look, PostScript):
5995 * maintaining.texi (Create Tags Table):
5996 * indent.texi (Indentation Commands):
5997 * fixit.texi (Spelling):
5998 * emacs.texi (Copying):
5999 * custom.texi (Init File): ifinfo -> ifnottex.
6000
8cf51b2c
GM
60012006-05-17 Richard Stallman <rms@gnu.org>
6002
6003 * files.texi (Diff Mode): Mention C-x `.
6004
60052006-05-08 Richard Stallman <rms@gnu.org>
6006
6007 * custom.texi (Disabling): Textual cleanups.
6008
8cf51b2c
GM
60092006-05-12 Glenn Morris <rgm@gnu.org>
6010
6011 * calendar.texi (Displaying the Diary, Format of Diary File):
6012 Refer to diary-view-entries, diary-list-entries,
6013 diary-show-all-entries rather than obsolete aliases.
6014
60152006-05-12 Eli Zaretskii <eliz@gnu.org>
6016
6017 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6018 (Displaying the Diary, Special Diary Entries, Importing Diary):
6019 * building.texi (Compilation Shell):
6020 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6021 emacs-xtra with @inforef's.
6022
6023 * files.texi (Visiting): Fix wording.
6024
6025 * mule.texi (Coding Systems, Text Coding): More indexing.
6026 Mention that C-x RET f can set eol conversion.
6027
c8763fb6 60282006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6029
6030 * xresmini.texi (GTK resources): Insert GTK description.
6031
6032 * xresources.texi (GTK resources): metafont should be menufont.
6033
8cf51b2c
GM
60342006-05-06 Michael Albinus <michael.albinus@gmx.de>
6035
49823426 6036 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6037 method, user name and host name is active only in partial
6038 completion mode.
6039
8cf51b2c
GM
60402006-05-06 Eli Zaretskii <eliz@gnu.org>
6041
6042 * makefile.w32-in (emacs.dvi):
6043 * Makefile.in (emacs.dvi): Add xresmini.texi.
6044
6045 * xresmini.texi (Table of Resources): Remove xref to non-existent
6046 node "LessTif Resources".
6047
6048 * msdog.texi (Microsoft Windows):
6049 * calendar.texi (Calendar/Diary, Displaying the Diary)
6050 (Special Diary Entries, Importing Diary, Holidays):
6051 * programs.texi (Program Modes):
6052 * text.texi (Text):
6053 * buffers.texi (Several Buffers):
6054 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6055
60562006-05-06 Eli Zaretskii <eliz@gnu.org>
6057
6058 The following changes merge the emacs-xtra manual into the main
6059 manual, but only for on-line version of the manual.
6060
6061 * vc2-xtra.texi (Version Backups, Local Version Control)
6062 (Making Snapshots, Change Logs and VC, Version Headers)
6063 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6064 on-line manual.
6065
6066 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6067 for on-line manual.
6068
6069 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6070 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6071 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6072 for on-line manual.
6073
6074 * fortran-xtra.texi (Fortran, Fortran Autofill)
6075 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6076 for on-line manual.
6077
6078 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6079 Conditional xref's for on-line manual.
6080
6081 * emerge-xtra.texi (Emerge, Overview of Emerge)
6082 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6083 manual.
6084
6085 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6086 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6087 (EMACSSOURCES): Use EMACS_XTRA.
6088 (../info/emacs-xtra): Remove.
6089 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6090
6091 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6092 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6093 (EMACSSOURCES): Use EMACS_XTRA.
6094 ($(infodir)/emacs-xtra): Remove.
6095 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6096
6097 * trouble.texi (Quitting):
6098 * text.texi (Text):
6099 * programs.texi (Program Modes):
6100 * msdog.texi (Microsoft Windows):
6101 * frames.texi (Frames):
6102 * files.texi (Backup, Version Control, VC Concepts)
6103 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6104 (Registering, VC Status, VC Undo, Multi-User Branching)
6105 (Comparing Files):
6106 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6107 (Displaying the Diary, Special Diary Entries, Importing Diary):
6108 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6109 conditional xref's, depending on @iftex/@ifnottex.
6110
6111 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6112 "MS-DOS". @include msdog-xtra.texi.
6113
6114 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6115 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6116
6117 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6118 for vc-xtra.texi subsections.
6119 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6120 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6121
6122 * sending.texi (Sending Mail): A @node line without explicit Prev,
6123 Next, and Up links.
6124
6125 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6126 Next, and Up links.
6127
6128 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6129 and its sections. @include picture-xtra.texi.
6130
6131 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6132 "Emerge".
6133 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6134
6135 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6136 exact duplicate of its name-sake in calendar.texi.
6137
6138 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6139 "Advanced Calendar/Diary Usage".
6140 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6141
6142 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6143 dired-xtra.texi.
6144 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6145
6146 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6147 (Files) [ifnottex]: Add menu entry for Autorevert.
6148
6149 * emacs-xtra.texi (Introduction): Reword to make consistent with
6150 printed version only.
6151 <Top level>: Remove the body of all chapters and move them to the
6152 new *-xtra.texi files. Use @raisesections and @lowersections to
6153 convert sections to chapters etc.
6154
6155 * msdog-xtra.texi:
6156 * fortran-xtra.texi:
6157 * vc-xtra.texi:
6158 * vc1-xtra.texi:
6159 * vc2-xtra.texi:
6160 * emerge-xtra.texi:
6161 * cal-xtra.texi:
6162 * dired-xtra.texi:
6163 * arevert-xtra.texi: New files, with text from respective chapters
6164 of emacs-xtra.texi. Convert each @chapter into @section, @section
6165 into @subsection, etc.
6166
1c6c854e 6167 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6168 updated.
6169
6170 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6171 Windows". All references updated.
6172
61732006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6174
6175 * macos.texi (Mac Input): Mention input from Character Palette.
6176 (Mac Font Specs): Fix typo.
6177
61782006-05-05 Richard Stallman <rms@gnu.org>
6179
6180 * files.texi (Diff Mode): Minor cleanup.
6181
61822006-05-05 Karl Berry <karl@gnu.org>
6183
8cf51b2c
GM
6184 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6185 errors from the current release of makeinfo (4.8).
6186 * help.texi (Library Keywords): Change widest word in multitable
6187 template from `emulations' to `convenience'. (Not sure if this is
6188 related to the font change.)
6189
61902006-05-05 Eli Zaretskii <eliz@gnu.org>
6191
6192 * files.texi (File Names): Add a footnote about limited support of
6193 ~USER on MS-Windows.
6194
6195 * cmdargs.texi (Initial Options): Add a footnote about limited
6196 support of ~USER on MS-Windows.
6197
61982006-05-03 Richard Stallman <rms@gnu.org>
6199
6200 * files.texi (Diff Mode): Node moved here.
6201 (Comparing Files): Delete what duplicates new node.
6202 (Files): Put Diff Mode in menu.
6203
1c6c854e 6204 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6205
6206 * emacs.texi (Top): Update menu for Diff Mode.
6207
6208 * trouble.texi (Emergency Escape): Simplify.
6209
6210 * emacs.texi (Top): Minor clarification.
6211
62122006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6213
6214 * commands.texi, entering.texi, screen.texi: Many simplifications.
6215
62162006-05-03 Richard Stallman <rms@gnu.org>
6217
6218 * commands.texi (Text Characters): Delete paragraph about unibyte
6219 non-ASCII printing chars.
6220
6221 * killing.texi (Killing): Say "graphical displays".
6222 * display.texi: Say "graphical displays".
6223
6224 * cmdargs.texi (Misc X): Say "graphical displays".
6225
62262006-05-01 Richard Stallman <rms@gnu.org>
6227
6228 * emacs.texi (Top): Add Diff Mode to menu.
6229
62302006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6231
6232 * misc.texi (Diff Mode): New node.
6233
62342006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6235
6236 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6237 (Mac Environment Variables): Shorten example line.
6238 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6239
62402006-05-01 Nick Roberts <nickrob@snap.net.nz>
6241
6242 * building.texi (GUD Customization): Describe cases %d and %c.
6243 Update description for %e.
6244
62452006-04-30 Glenn Morris <rgm@gnu.org>
6246
6247 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6248
62492006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6250
6251 * custom.texi (Examining): Update C-h v output example.
6252
62532006-04-29 Kim F. Storm <storm@cua.dk>
6254
6255 * building.texi (Grep Searching): Add lgrep and rgrep.
6256
8cf51b2c
GM
62572006-04-23 Richard Stallman <rms@gnu.org>
6258
6259 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6260
6261 * xresmini.texi: New file.
6262
6263 * xresources.texi (Face Resources): Split table into font resources
6264 and the rest. Combine similar attributes for brevity.
6265
8cf51b2c
GM
62662006-04-21 Eli Zaretskii <eliz@gnu.org>
6267
6268 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6269 backslashes and case-insensitivity in file names (moved to the
6270 main manual).
6271 (MS-DOS Printing): Move most of the text to the main manual.
6272
6273 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6274 New nodes.
6275 (Windows Processes, Windows System Menu): Add index entries and
6276 fix wording.
6277
8cf51b2c
GM
62782006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6279
6280 * misc.texi (Shell Ring): Add notes on saved input when
6281 navigating off the end of the history list.
6282
62832006-04-18 Chong Yidong <cyd@mit.edu>
6284
6285 * misc.texi (Shell Options): Correct default value of
6286 comint-scroll-show-maximum-output.
6287
8cf51b2c
GM
62882006-04-18 Nick Roberts <nickrob@snap.net.nz>
6289
6290 * building.texi (Watch Expressions): Update.
6291
8cf51b2c
GM
62922006-04-12 Richard Stallman <rms@gnu.org>
6293
6294 * search.texi: Clean up previous change.
6295
62962006-04-12 Eli Zaretskii <eliz@gnu.org>
6297
6298 * search.texi (Regexp Backslash, Regexp Replace): Add index
6299 entries for ``back reference'' and mention the term itself in the
6300 text.
6301
63022006-04-11 Richard Stallman <rms@gnu.org>
6303
6304 * custom.texi (Safe File Variables):
6305 Document enable-local-variables = :safe.
6306
63072006-04-11 Karl Berry <karl@gnu.org>
6308
6309 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6310 (Remote Repositories, Version Backups, Local Version Control)
6311 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6312 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6313 (Renaming VC Work Files and Master Files)
6314 (Inserting Version Control Headers, Customizing VC, General Options)
6315 (Options for RCS and SCCS, Options specific for CVS): Move all
6316 these nodes to emacs-xtra.texi, for brevity.
6317 * cmdargs.texi, files.texi: Change cross-references.
6318
8cf51b2c
GM
63192006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6320
6321 * files.texi (Old Versions): Update description of vc-annotate's
6322 use of color to indicate date ranges.
6323
8cf51b2c
GM
63242006-04-09 Kevin Ryde <user42@zip.com.au>
6325
8cf51b2c
GM
6326 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6327 put info and printed manual names the right way around.
6328
63292006-04-09 Karl Berry <karl@gnu.org>
6330
6331 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6332 emacs-xtra.texi, leaving only MS Windows information.
6333 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6334 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6335 node names.
6336
6337 * emacs.texi: Move @summarycontents and @contents to the beginning
6338 of the file.
6339
8cf51b2c
GM
63402006-04-08 Kevin Ryde <user42@zip.com.au>
6341
6342 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6343
63442006-04-07 Richard Stallman <rms@gnu.org>
6345
6346 * programs.texi (Comments, Comment Commands, Options for Comments)
6347 (Multi-Line Comments): "Align", not "indent".
6348 (Basic Indent): C-j deletes trailing whitespace before the newline.
6349
63502006-04-06 Richard Stallman <rms@gnu.org>
6351
8cf51b2c
GM
6352 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6353
63542006-04-06 Eli Zaretskii <eliz@gnu.org>
6355
6356 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6357
8cf51b2c
GM
63582006-04-05 Richard Stallman <rms@gnu.org>
6359
6360 * emacs.texi (Top): Update subnode menu.
6361
6362 * trouble.texi (Unasked-for Search): Node deleted.
6363 (Lossage): Delete from menu.
6364
63652006-04-04 Richard Stallman <rms@gnu.org>
6366
6367 * trouble.texi: Various cleanups.
6368 (Checklist): Don't bother saying how to snail a bug report.
6369 (Emergency Escape): Much rewriting.
6370 (After a Crash): Rename the core dump immediately.
6371 (Total Frustration): Call it a psychotherapist.
6372 (Bug Criteria): Avoid "illegal instruction".
6373 (Sending Patches): We always put the contributor's name in.
6374
6375 * misc.texi (Thumbnails): Minor correction.
6376
8cf51b2c
GM
63772006-04-03 Richard Stallman <rms@gnu.org>
6378
6379 * misc.texi (Thumbnails): Minor cleanup.
6380
63812006-04-02 Karl Berry <karl@gnu.org>
6382
6383 * sending.texi (Mail Sending): pxref to Top needs five args.
6384
6385 * texinfo.tex: Update to current version (2006-03-21.13).
6386
8cf51b2c
GM
63872006-03-31 Richard Stallman <rms@gnu.org>
6388
6389 * emacs.texi (Top): Update subnode menu.
6390
6391 * help.texi (Help Mode): Cleanup.
6392
6393 * dired.texi: Many cleanups.
6394 (Dired Deletion): Describe dired-recursive-deletes.
6395 (Operating on Files): dired-create-directory moved.
6396 (Misc Dired Features): Move to here.
6397 (Tumme): Node moved to misc.texi.
6398
6399 * custom.texi: Many cleanups.
6400 (Minor Modes): Don't mention ISO Accents Mode.
6401 (Examining): Update C-h v output example.
6402 (Hooks): Add index and xref for add-hook.
6403 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6404 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6405
6406 * misc.texi: Many cleanups.
6407 (beginning): Add to summary of topics.
6408 (Shell): Put eshell xref at the end. Remove eshell from table.
6409 (Thumbnails): New node.
6410
8cf51b2c
GM
64112006-03-28 Eli Zaretskii <eliz@gnu.org>
6412
6413 * files.texi (File Name Cache): Make it clear that the cache is
6414 not persistent.
6415
8cf51b2c
GM
64162006-03-25 Karl Berry <karl@gnu.org>
6417
49823426
GM
6418 * emacs-xtra.texi, emacs.texi, gnu.texi:
6419 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6420 (2) do not indent copyright year list (or anything else).
6421
8cf51b2c
GM
64222006-03-21 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * files.texi (VC Dired Mode): Remove misplaced brackets.
6425
64262006-03-21 Andre Spiegel <spiegel@gnu.org>
6427
6428 * files.texi: Various updates and clarifications in the VC chapter.
6429
64302006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6431
6432 * help.texi (Help Mode): Document "C-c C-c".
6433
8cf51b2c
GM
64342006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6435
6436 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6437 menu in the standalone Info reader.
6438
64392006-03-15 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6442 moved here from Emacs manual.
6443
6444 * programs.texi (Fortran): Section moved to emacs-xtra.
6445 (Program Modes): Xref to Fortran in emacs-xtra.
6446
6447 * maintaining.texi (Emerge): Move to emacs-xtra.
6448 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6449
6450 * picture.texi: File deleted.
6451 * Makefile.in:
6452 * makefile.w32-in: Remove picture.texi.
6453
6454 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6455 * abbrevs.texi (Abbrevs):
6456 * sending.texi (Sending Mail): Picture node removed.
6457
6458 * emacs.texi (Top): Update node listings.
6459
8cf51b2c
GM
64602006-03-12 Richard Stallman <rms@gnu.org>
6461
6462 * calendar.texi: Various cleanups.
6463
8cf51b2c
GM
64642006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6467 syntax.
6468
8cf51b2c
GM
64692006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6470
6471 * search.texi (Regexps): More accurately describe which characters
6472 are special in which situations. Recommend _not_ to quote `]' or
6473 `-' when they are not special.
6474
8cf51b2c
GM
64752006-02-28 Andre Spiegel <spiegel@gnu.org>
6476
6477 * files.texi (Old Versions): Clarify operation of C-x v =.
6478
8cf51b2c
GM
64792006-02-21 Nick Roberts <nickrob@snap.net.nz>
6480
6481 * building.texi (Watch Expressions): Update and describe
6482 gdb-speedbar-auto-raise.
6483
64842006-02-19 Richard M. Stallman <rms@gnu.org>
6485
6486 * emacs.texi: Use @smallbook.
6487 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6488 Update subnode menu.
6489
6490 * building.texi (Lisp Interaction): Minor addition.
6491
64922006-02-18 Nick Roberts <nickrob@snap.net.nz>
6493
6494 * building.texi (Watch Expressions): Update and be more precise.
6495
c8763fb6 64962006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6497
6498 * maintaining.texi (Create Tags Table): Explain why the
6499 exception when etags writes to files under the /dev tree.
6500
65012006-02-14 Richard M. Stallman <rms@gnu.org>
6502
6503 * custom.texi (Safe File Variables): Lots of clarification.
6504 Renamed from Unsafe File Variables.
6505
65062006-02-14 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * custom.texi (Unsafe File Variables): File variable confirmation
6509 assumed denied in batch mode.
6510
65112006-02-14 Richard M. Stallman <rms@gnu.org>
6512
6513 * building.texi (GDB User Interface Layout): Don't say `inferior'
6514 for program being debugged.
6515
65162006-02-15 Nick Roberts <nickrob@snap.net.nz>
6517
6518 * building.texi (GDB Graphical Interface):
6519 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6520
65212006-02-13 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * custom.texi (Specifying File Variables, Unsafe File Variables):
6524 New nodes, split from File Variables. Document new file local
6525 variable behavior.
6526
65272006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6528
6529 * display.texi (Standard Faces):
8cf51b2c
GM
6530 * files.texi (Visiting):
6531 * frames.texi (Clipboard):
6532 * glossary.texi (Glossary) <Clipboard>:
6533 * xresources.texi (X Resources): Mention Mac OS port.
6534
8cf51b2c
GM
65352006-02-12 Richard M. Stallman <rms@gnu.org>
6536
6537 * building.texi (Building): Clarify topic in intro.
6538
6539 * maintaining.texi (Maintaining): Change title; clarify topic.
6540 Delete duplicate index entries.
6541
6542 * building.texi (Other GDB User Interface Buffers): Clarifications.
6543
6544 * text.texi (Cell Commands): Clarifications.
6545
6546 * programs.texi (Defuns): Delete duplicate explanation of
6547 left-margin paren convention.
6548 (Hungry Delete): Minor cleanup.
6549
65502006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6551
6552 * dired.texi (Tumme): More tumme documentation.
6553
65542006-02-11 Alan Mackenzie <acm@muc.de>
6555
6556 * programs.texi ("Hungry Delete"): Correct the appellation of the
6557 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6558
65592006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6560
6561 * dired.texi (Tumme): Fix small bug.
6562
65632006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6564
6565 * macos.texi (Mac International): Rename "fontset-mac" to
6566 "fontset-standard".
6567
8cf51b2c
GM
65682006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6569
6570 * dired.texi (Tumme): Basic documentation for Tumme added.
6571
8cf51b2c
GM
65722006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6573
6574 * mule.texi (International):
6575 * programs.texi (Basic Indent): Fix typos.
6576
8cf51b2c
GM
6577 * custom.texi (Minor Modes):
6578 * display.texi (Text Display):
6579 * commands.texi (Text Characters): Update xrefs.
6580
65812006-02-07 Richard M. Stallman <rms@gnu.org>
6582
6583 * emacs.texi (Top): Update subnode menu.
6584 Update info on old Emacs papers.
6585 (Intro): "Graphical display", not window system.
6586
6587 * xresources.texi (GTK styles): Minor clarifications.
6588
6589 * trouble.texi: "Graphical display", not window system.
6590 (Stuck Recursive): Minor clarification.
6591
6592 * text.texi: Minor clarifications.
6593 (Sentences): Explain why two-space convention is better.
6594 Explain sentence-end-without-period here.
6595 (Fill Commands): Not here.
6596 (Refill): Node moved down.
6597 (Filling): Update menu.
6598 (Table Creation, Cell Justification, Column Commands): Clarify.
6599
6600 * sending.texi: Minor clarifications.
6601
6602 * search.texi (Regexp Backslash): Clarification.
6603
6604 * rmail.texi: Minor cleanups.
6605 (Rmail): Delete digression about `rmail-mode'.
6606 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6607 (Rmail Files): Mention C-u M-x rmail.
6608 (Rmail Reply): Mention References.
6609 (Rmail Display): Mention rmail-nonignored-headers.
6610
6611 * programs.texi: Minor cleanups.
6612 (Comment Commands): Mention momentary Transient Mark mode.
6613 (Matching): Be more specific about customizing show-paren-mode.
6614 (Info Lookup): Don't list the modes that support C-h S.
6615 Just say what it does in an unsupported mode.
6616 (Man Page): Delete excessive info on customizing woman.
6617 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6618
6619 * abbrevs.texi: Minor clarifications.
6620 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6621 not "dynamic abbrevs" as if they were a kind of abbrev.
6622
6623 * picture.texi (Picture): Minor cleanup.
6624
6625 * mule.texi (Communication Coding): Say "other applications".
6626 (Fontsets): Not specific to X. Add xref to X Resources.
6627 (Unibyte Mode): Rename from Single-Byte Character Support.
6628 "Graphical display", not window system.
6629 (International): Update menu.
6630
6631 * maintaining.texi (Format of ChangeLog):
6632 New node, split out from ChangeLog.
6633 (ChangeLog): Clarifications in the remaining text.
6634 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6635 (Find Tag): Add @w.
6636 (Tags Search): Explain tag table order here. Simplify grep ref.
6637 (List Tags): tags-tag-face is a variable, not a face.
6638 (Emerge): Cleanups.
6639
6640 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6641 (Keyboard Macros): Avoid "the user".
6642
6643 * killing.texi: "Graphical display", not window system.
6644
6645 * help.texi (Help Echo): "Graphical display", not window system.
6646
6647 * glossary.texi: Say "you", not "the user". Say "graphical display".
6648
6649 * frames.texi: Minor cleanups. "Graphical display", not window system.
6650
6651 * files.texi (Visiting): Make drag-and-drop not X-specific.
6652
6653 * custom.texi: Minor cleanups. "Graphical display", not window system.
6654
6655 * cmdargs.texi: Minor cleanups.
6656
6657 * building.texi (Compilation): Move and split kill-compilation para.
6658 Add para about multiple compilers.
6659 (Compilation Mode): Commands also available in grep mode and others.
6660 Mention C-u C-x ` more tutorially. Clarify C-x `.
6661 (Compilation Shell): Clarify. Put Bash example first.
6662 (Grep Searching): Minor cleanups; add @w.
6663 (Debuggers): Minor cleanups.
6664 (Starting GUD): Make GDB xgraphical mode issue clearer.
6665 (Debugger Operation): Lots of clarifications including
6666 GDB tooltip side-effect issue.
6667 (Commands of GUD): Clarify.
6668 (GUD Customization): Add bashdb-mode-hook.
6669 (GDB Graphical Interface): Rewrite for clarity.
6670 (GDB User Interface Layout): Rewrite for clarity.
6671 (Stack Buffer, Watch Expressions): Likewise.
6672 (Other GDB User Interface Buffers): Cleanups.
6673 (Lisp Libraries, External Lisp): Cleanup.
6674
6675 * basic.texi (Position Info): "Graphical displays", rather than
6676 window systems.
6677
6678 * anti.texi: Minor cleanup.
6679
8cf51b2c
GM
66802006-02-03 Eli Zaretskii <eliz@gnu.org>
6681
6682 * custom.texi (Init File, Find Init): Add cross-references to
6683 where $HOME is described.
6684
66852006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6688 is not inside the @table.
6689
6690 * emacs.texi (Top): Correct node name.
6691
6692 * files.texi (File Names): Fix @xref.
6693 (Reverting): Fix typo.
6694
6695 * mule.texi (International): Correct node name.
6696
6697 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6698
66992006-02-01 Richard M. Stallman <rms@gnu.org>
6700
6701 * emacs.texi (Top): Update subnode menu.
6702
6703 * mule.texi: Minor clarifications.
6704 Reduce the specific references to X Windows.
6705 Refer to "graphical" terminals, rather than window systems.
6706 (Text Coding): Rename from Specify Coding.
6707 (Communication Coding, File Name Coding, Terminal Coding):
6708 New nodes split out from Text Coding.
6709
6710 * kmacro.texi: Minor clarifications.
6711 (Keyboard Macro Ring): Comment out some excessive commands.
6712 (Basic Keyboard Macro): Split up the table, putting part in each node.
6713
6714 * major.texi: Minor clarifications.
6715
6716 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6717
6718 * windows.texi: Minor clarifications.
6719 (Change Window): Don't describe mode-line mouse cmds here.
6720 Add xref to Mode Line Mouse.
6721
6722 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6723
6724 * macos.texi (Mac International): Fix xref.
6725
6726 * indent.texi: Minor clarifications.
6727
6728 * frames.texi: Minor clarifications.
6729 Reduce the specific references to X Windows.
6730 Refer to "graphical" terminals, rather than window systems.
6731 (Frame Parameters): Don't mention commands like
6732 set-foreground-color. Just say to customize a face.
6733 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6734
6735 * files.texi: Minor clarifications.
6736 (Numbered Backups): New node, split out from Backup Names.
6737
6738 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6739
6740 * cmdargs.texi (General Variables): Fix xref.
6741
6742 * buffers.texi: Minor clarifications.
6743
8cf51b2c
GM
67442006-01-31 Richard M. Stallman <rms@gnu.org>
6745
6746 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6747 Nodes moved to top.
6748
6749 * display.texi: Minor clarifications.
6750 (Display): Rearrange menu.
6751 (Standard Faces): Mention query-replace face.
6752 (Faces): Simplify.
6753 (Font Lock): Simplify face customization info.
6754 (Highlight Changes): Node merged into Highlight Interactively.
6755 (Highlight Interactively): Much rewriting and cleanup.
6756 (Optional Mode Line): Narrowed line number not good for goto-line.
6757 Simplify face customization advice.
6758 (Text Display): Mention use of escape-glyph face.
6759 Move ctl-arrow and tab-width here.
6760 (Display Custom): Move no-redraw-on-reenter to end of node.
6761
6762 * search.texi: Minor clarifications.
6763 (Isearch Scroll): Simplify.
6764 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6765
6766 * regs.texi (Registers): Mention bookmarks here.
6767
6768 * mark.texi: Minor clarifications.
6769 (Selective Undo): Node deleted.
6770
6771 * m-x.texi: Minor clarifications.
6772
6773 * killing.texi: Minor clarifications.
6774 Refer to "graphical" terminals, rather than window systems.
6775
6776 * help.texi: Clarifications.
6777 (Help): Don't describe C-h F and C-h K here.
6778 (Key Help): Describe C-h K here.
6779 (Name Help): Mention Emacs Lisp Intro.
6780 Describe C-h F here.
6781 (Misc Help): Mention C-h F and C-h K only briefly.
6782
6783 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6784 Selective undo text merged in.
6785 (Spelling): Mention Aspell along with Ispell.
6786
6787 * emacs.texi (Top): Update subnode menus.
6788
6789 * basic.texi (Basic Undo): Rename from Undo. Most of text
6790 moved to new Undo node.
6791
8cf51b2c
GM
67922006-01-29 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * basic.texi (Continuation Lines, Inserting Text):
6795 Mention longlines mode.
6796
67972006-01-29 Richard M. Stallman <rms@gnu.org>
6798
10d1d0af 6799 * screen.texi: Minor cleanups.
8cf51b2c
GM
6800 (Screen): Clean up the intro paragraphs.
6801 (Mode Line): Lots of rewriting. Handle frame-name better.
6802 eol-mnemonic-... vars moved out.
6803
6804 * emacs.texi (Top): Change menu item for MS-DOS node.
6805 Update subnode menu.
6806
6807 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6808 chapter relates to Windows. Title changed.
6809
6810 * mini.texi: Minor cleanups.
6811
6812 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6813 (Mark): Put it in the menu.
6814
6815 * entering.texi: Minor cleanups.
6816
6817 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6818 (Intro): Refer to "graphical" terminals, rather than X.
6819
6820 * display.texi (Display Custom): Add xref to Variables.
6821 (Optional Mode Line): eol-mnemonic-... vars moved here.
6822
6823 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6824 rather than X.
6825
8cf51b2c
GM
6826 * basic.texi: Minor cleanups.
6827 (Undo): selective-undo moved.
6828
8cf51b2c
GM
68292006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * anti.texi (Antinews): Various corrections and additions.
6832
68332006-01-23 Juri Linkov <juri@jurta.org>
6834
6835 * custom.texi (Easy Customization, Customization Groups)
6836 (Browsing Custom): Mention links along with buttons.
6837
8cf51b2c
GM
68382006-01-21 Eli Zaretskii <eliz@gnu.org>
6839
8cf51b2c
GM
6840 * text.texi (TeX Print): Use @key for TAB.
6841
8cf51b2c
GM
6842 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6843
8cf51b2c
GM
68442006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6845
6846 * files.texi (File Aliases): Don't claim that usually separate
6847 buffers are created for two file names that name the same data.
6848 Mention additional situations where different names mean the same
6849 file on disk.
6850
68512006-01-19 Richard M. Stallman <rms@gnu.org>
6852
6853 * killing.texi (Deletion): Upcase @key argument.
6854
6855 * custom.texi (Custom Themes): Minor cleanup.
6856
6857 * programs.texi (Hungry Delete): Upcase @key argument.
6858
8cf51b2c
GM
68592006-01-16 Juri Linkov <juri@jurta.org>
6860
6861 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6862 Move `mode-line-highlight' before `mode-line-buffer-id'.
6863
8cf51b2c
GM
68642006-01-14 Richard M. Stallman <rms@gnu.org>
6865
6866 * basic.texi (Inserting Text): Minor cleanup.
6867
8cf51b2c
GM
68682006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * custom.texi (Changing a Variable, Face Customization):
6871 Update for changes in Custom menus.
6872
8cf51b2c
GM
68732006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6874
6875 * macos.texi (Mac International): Undo last change.
6876
8cf51b2c
GM
68772006-01-02 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * custom.texi (Custom Themes): Describe the new
6880 customize-create-theme interface.
6881
68822005-12-30 Juri Linkov <juri@jurta.org>
6883
6884 * basic.texi (Position Info): Update example.
6885
c8763fb6 68862005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6887
6888 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6889
68902005-12-24 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * custom.texi (Custom Themes): `load-theme' always loads.
6893
68942005-12-23 Juri Linkov <juri@jurta.org>
6895
6896 * display.texi (Highlight Interactively): Use double space to
6897 separate sentences. Replace C-p with M-p, and C-n with M-n.
6898
68992005-12-22 Richard M. Stallman <rms@gnu.org>
6900
6901 * custom.texi (Easy Customization and subnodes):
6902 Replace "active field" with "button".
6903 Use "user option" only for variables.
6904 Use "setting" for variable-or-face.
6905
69062005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6907
6908 * buffers.texi (Select Buffer): Change order in table to make
6909 "Similar" refer to the correct item.
6910 (Indirect Buffers): Minor rewording.
6911
8cf51b2c
GM
69122005-12-20 Juri Linkov <juri@jurta.org>
6913
6914 * files.texi (VC Status): Put P and N near p and n.
6915
8cf51b2c
GM
69162005-12-19 Richard M. Stallman <rms@gnu.org>
6917
6918 * programs.texi (Electric C): Delete the info about newline control.
6919 (Other C Commands): Minor cleanup.
6920 (Left Margin Paren): Minor cleanup.
6921
69222005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6923
6924 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6925 (Customization Groups): Delete text moved to "Browsing Custom".
6926 (Browsing Custom): New node.
6927 (Specific Customization): Clarify which commands only work for
6928 loaded options.
6929
69302005-12-18 Bill Wohler <wohler@newt.com>
6931
6932 * frames.texi (Tool Bars): Shorten text of previous change.
6933
69342005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6935
6936 * files.texi (VC Status): Document log-view mode.
6937
69382005-12-18 Bill Wohler <wohler@newt.com>
6939
6940 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6941 permanently via the customize interface.
6942
8cf51b2c
GM
69432005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6944
6945 * killing.texi (Killing by Lines): Document `kill-whole-line'
6946 function.
6947
c8763fb6 69482005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6949
6950 * buffers.texi (Select Buffer): Change `prev-buffer' to
6951 `previous-buffer'. Indicate that these functions use a frame
6952 local buffer list.
6953
8cf51b2c
GM
69542005-12-12 Richard M. Stallman <rms@gnu.org>
6955
6956 * custom.texi (Easy Customization): Change menu comment.
6957 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6958
6959 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6960 (Help): Among the Apropos commands, describe only C-h a here.
6961
69622005-12-11 Richard M. Stallman <rms@gnu.org>
6963
6964 * programs.texi (Options for Comments): Comment-end starts with space.
6965
6966 * glossary.texi (Glossary): Minor cleanup.
6967
6968 * files.texi (Old Versions): Use @table.
6969
8cf51b2c
GM
69702005-12-10 David Koppelman <koppel@ece.lsu.edu>
6971
6972 * display.texi (Highlight Interactively): Include
6973 global-hi-lock-mode. Add miscellaneous details and elaborations.
6974
69752005-12-09 Richard M. Stallman <rms@gnu.org>
6976
6977 * display.texi (Font Lock): Delete the Global FL menu item.
6978
69792005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * custom.texi (Minibuffer Maps): Mention the maps for file name
6982 completion.
6983
69842005-12-09 Kim F. Storm <storm@cua.dk>
6985
6986 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6987 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6988 cursor to next corner in rectangle; clarify insert around rectangle.
6989
8cf51b2c
GM
69902005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6991
6992 * custom.texi (Customization): Use xref to elisp manual for
6993 non-TeX output.
6994 (Minor Modes): Update.
6995 (Customization Groups, Changing a Variable, Face Customization):
6996 Update for new appearance of Custom buffers.
6997 (Changing a Variable): `custom-buffer-done-function' has been
6998 replaced by `custom-buffer-done-kill'.
6999 (Specific Customization): In the `customize-group' buffer, a
7000 subgroup's contents are not "hidden". They are not included at
7001 all. They have no [Show] button.
7002 (Mouse Buttons): Add pxref to description of mouse event lists in
7003 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7004 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7005 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7006
70072005-12-08 Richard M. Stallman <rms@gnu.org>
7008
7009 * mini.texi (Completion Commands, Completion):
7010 In file name input, SPC does not do completion.
7011
8cf51b2c
GM
70122005-12-08 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * building.texi (GDB Graphical Interface): Explain screen size
7015 setting.
7016 (Other GDB User Interface Buffers): Describe features specific to
7017 GDB 6.4.
7018
8cf51b2c
GM
70192005-12-01 Nick Roberts <nickrob@snap.net.nz>
7020
7021 * building.texi (GDB User Interface Layout): Describe how to
7022 kill associated buffers.
7023 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7024 (Watch Expressions): Be more precise.
7025 (Other GDB User Interface Buffers): Describe how to change a
7026 register value.
7027
8cf51b2c
GM
70282005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7029
7030 * macos.texi (Mac Input): Remove description of
7031 mac-command-key-is-meta. Add descriptions of
7032 mac-control-modifier, mac-command-modifier, and
7033 mac-option-modifier.
7034 (Mac International): Fix description of conversion of clipboard data.
7035 (Mac Font Specs): Add example of font customization by face attributes.
7036
70372005-11-22 Nick Roberts <nickrob@snap.net.nz>
7038
7039 * building.texi (Watch Expressions): Expand description.
7040 (Other GDB User Interface Buffers): Describe local map for
7041 gud-watch.
7042
70432005-11-21 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * display.texi (Font Lock): Font lock is enabled by default now.
7046
70472005-11-20 Juri Linkov <juri@jurta.org>
7048
7049 * basic.texi (Position Info): Update examples of the output.
7050 Remove the fact that examples are produced in the TeXinfo buffer,
7051 because in the Info reader users will get a different output from
7052 `C-x ='.
7053
7054 * building.texi (Compilation Mode): Remove paragraph duplicated
7055 from the node `Compilation'. Add `compilation-skip-threshold'.
7056
7057 * display.texi (Font Lock): Suggest more user-friendly method of
7058 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7059
70602005-11-18 Richard M. Stallman <rms@gnu.org>
7061
7062 * files.texi (Registering): Mention @@ in mode line.
7063
7064 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7065
70662005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7067
7068 * files.texi (Renaming and VC): Some back-ends don't
7069 handle renaming.
7070
8cf51b2c
GM
70712005-11-17 Juri Linkov <juri@jurta.org>
7072
7073 * emacs.texi (Top):
7074 * display.texi (Highlight Interactively): Put this font-lock based
7075 mode near Font Lock node.
7076
70772005-11-16 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7080 icons.
7081
70822005-11-12 Kim F. Storm <storm@cua.dk>
7083
7084 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7085 (Help Summary): Add C-h d and C-h e.
7086 (Apropos): Clarify that all apropos commands may search for either
7087 list of words or a regexp. Add C-h d for apropos-documentation.
7088 Describe apropos-documentation-sort-by-scores user option.
7089
8cf51b2c
GM
70902005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7091
7092 * killing.texi (CUA Bindings): Add @section.
7093
70942005-11-10 Kim F. Storm <storm@cua.dk>
7095
7096 * emacs.texi (Top): Add CUA Bindings entry to menu.
7097
7098 * killing.texi (CUA Bindings): New node. Moved here from
7099 misc.texi and extended with info on rectangle commands and
7100 rectangle highlighting, interface to registers, and the global
7101 mark feature.
7102
7103 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7104
7105 * regs.texi: Prev link points to CUA Bindings node.
7106
71072005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7108
7109 * help.texi (Help Echo): By default, help echos are only shown on
7110 mouse-over, not on point-over.
7111
c8763fb6 71122005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7113
7114 * misc.texi (Shell Mode): Describe how to activate password echoing.
7115
8cf51b2c
GM
71162005-11-04 Romain Francoise <romain@orebokech.com>
7117
7118 * mark.texi (Mark Ring): Fix typo.
7119
71202005-11-03 Richard M. Stallman <rms@gnu.org>
7121
7122 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7123
71242005-11-01 Bill Wohler <wohler@newt.com>
7125
7126 * help.texi (Help Mode): Fix typo.
7127
71282005-11-01 Nick Roberts <nickrob@snap.net.nz>
7129
1c6c854e
CS
7130 * building.texi (Other GDB User Interface Buffers):
7131 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7132
71332005-10-31 Romain Francoise <romain@orebokech.com>
7134
7135 * files.texi (Compressed Files): Fix typo.
7136
7137 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7138
7139 * windows.texi (Force Same Window): Likewise.
7140
71412005-10-30 Bill Wohler <wohler@newt.com>
7142
7143 * help.texi (Help Mode): URLs viewed with browse-url.
7144
71452005-10-31 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * building.texi (GDB Graphical Interface): Don't reference
7148 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7149 must stay in same frame.
7150
71512005-10-29 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7154
7155 * anti.texi (Antinews): Likewise.
7156
8cf51b2c
GM
71572005-10-28 Bill Wohler <wohler@newt.com>
7158
7159 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7160
71612005-10-28 Richard M. Stallman <rms@gnu.org>
7162
7163 * files.texi (Visiting): Explain how to enter ? in a file name.
7164
7165 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7166
8cf51b2c
GM
71672005-10-25 Nick Roberts <nickrob@snap.net.nz>
7168
1c6c854e
CS
7169 * building.texi (GDB Graphical Interface):
7170 Describe gdb-mouse-until.
8cf51b2c
GM
7171
71722005-10-23 Richard M. Stallman <rms@gnu.org>
7173
7174 * custom.texi (Init File): Recommend when to use site-start.el.
7175
8cf51b2c
GM
71762005-10-21 Juri Linkov <juri@jurta.org>
7177
7178 * custom.texi (Examining): Mention accessing the old variable
7179 value via M-n in set-variable.
7180
8cf51b2c
GM
71812005-10-18 Romain Francoise <romain@orebokech.com>
7182
7183 * files.texi (Version Systems): Capitalize GNU.
7184
8cf51b2c
GM
71852005-10-18 Nick Roberts <nickrob@snap.net.nz>
7186
7187 * building.texi (Compilation Mode): Remove redundant paragraph.
7188 (Watch Expressions): Remove paragraph to reflect code change.
7189
8cf51b2c
GM
71902005-10-16 Richard M. Stallman <rms@gnu.org>
7191
7192 * building.texi (Compilation Mode, Compilation): Clarified.
7193
71942005-10-15 Richard M. Stallman <rms@gnu.org>
7195
7196 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7197
8cf51b2c
GM
71982005-10-13 Kenichi Handa <handa@m17n.org>
7199
7200 * basic.texi (Position Info): Fix previous change.
7201
c8763fb6 72022005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7203
7204 * cmdargs.texi (Icons X): Fix typo.
7205
72062005-10-12 Kenichi Handa <handa@m17n.org>
7207
7208 * basic.texi (Position Info): Describe the case that Emacs shows
7209 "part of display ...".
7210
c8763fb6 72112005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7212
7213 * cmdargs.texi (Icons X): -nb => -nbi.
7214
72152005-10-10 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * frames.texi (Speedbar): A couple more clarifications.
7218
72192005-10-11 Nick Roberts <nickrob@snap.net.nz>
7220
7221 * building.texi (GDB User Interface Layout): Improve diagram.
7222 (Watch Expressions): Explain how to make speedbar global.
7223 (Other GDB User Interface Buffers): Make references more precise.
7224
8cf51b2c
GM
72252005-10-09 Richard M. Stallman <rms@gnu.org>
7226
7227 * frames.texi (Speedbar): Clarify the text.
7228
72292005-10-09 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * frames.texi (Speedbar): Add information on keybindings,
7232 dismissing the speedbar, and buffer display mode. Link to
7233 speedbar manual.
7234
c8763fb6 72352005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7236
1c6c854e 7237 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7238 added -nb, --no-bitmap-icon.
7239
8cf51b2c
GM
72402005-10-07 Nick Roberts <nickrob@snap.net.nz>
7241
7242 * building.texi (GDB Graphical Interface): Add variables and
7243 functions to indices. Be more precise.
7244
c8763fb6 72452005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7246
7247 * frames.texi (Drag and Drop): Remove the x- from
7248 x-dnd-open-file-other-window and xdnd-protocol-alist.
7249
72502005-09-30 Romain Francoise <romain@orebokech.com>
7251
7252 * mini.texi (Minibuffer): The default value now appears before the
7253 colon in minibuffer prompts.
7254
8cf51b2c
GM
72552005-09-25 Richard M. Stallman <rms@gnu.org>
7256
7257 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7258
8cf51b2c
GM
72592005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7260
7261 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7262
8cf51b2c
GM
72632005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7264
7265 * emacs.texi (Top): Update submenus from macos.texi.
7266
7267 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7268 (Mac OS): Update feature support status.
7269 (Mac Input): List supported input scripts. Remove description
7270 about `mac-keyboard-text-encoding'. Mention mouse button
7271 emulation and related variables.
7272 (Mac International): Mention Central European and Cyrillic
7273 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7274 Add description about coding system for selection.
7275 Add description about language environment.
7276 (Mac Environment Variables):
7277 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7278 arguments. Add Preferences support.
7279 (Mac Directories): Explicitly state that this node is for Mac OS
7280 Classic only.
1c6c854e
CS
7281 (Mac Font Specs): Mention specification for scalable fonts.
7282 List supported charsets. Add preferred way of creating fontsets.
7283 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7284 (Mac Functions): Add descriptions about `mac-set-file-creator',
7285 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7286 and `mac-get-preference'.
7287
8cf51b2c
GM
72882005-09-16 Romain Francoise <romain@orebokech.com>
7289
7290 Update all files to specify GFDL version 1.2.
7291
7292 * doclicense.texi (GNU Free Documentation License): Update to
7293 version 1.2.
7294
72952005-09-15 Richard M. Stallman <rms@gnu.org>
7296
7297 * buffers.texi (List Buffers): Fix xref.
7298
7299 * rmail.texi (Rmail Basics): Fix xref.
7300
7301 * emacs.texi (Top): Update subnode menus.
7302
7303 * files.texi (Saving Commands): New node, broken out of Saving.
7304 (Customize Save): New node, broken out of Saving.
7305 Clarify effect of write-region-inhibit-fsync.
7306 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7307
8cf51b2c
GM
73082005-09-14 Romain Francoise <romain@orebokech.com>
7309
7310 * files.texi (Saving): Mention write-region-inhibit-fsync.
7311
73122005-09-05 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * custom.texi (Custom Themes): New node.
7315
73162005-09-03 Richard M. Stallman <rms@gnu.org>
7317
49823426
GM
7318 * search.texi (Search Case): Mention vars that control
7319 case-fold-search for various operations.
8cf51b2c
GM
7320
73212005-08-22 Juri Linkov <juri@jurta.org>
7322
7323 * display.texi (Standard Faces): Merge the text from
7324 `(elisp)Standard Faces' into this node.
7325
73262005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7327
7328 * emacs.texi (Top): Delete menu item for deleted node
7329 Keyboard Translations.
7330
73312005-08-18 Richard M. Stallman <rms@gnu.org>
7332
8cf51b2c
GM
7333 * trouble.texi (Unasked-for Search):
7334 Delete xref to Keyboard Translations.
7335
7336 * glossary.texi (Glossary): Delete xref.
7337
8cf51b2c
GM
7338 * custom.texi (Minor Modes): Say that the list here is not complete.
7339 (Keyboard Translations): Node deleted.
7340 (Disabling): Delete xref to it.
7341 (Customization Groups): Fix Custom buffer example.
7342 (Hooks): Mention remove-hooks.
7343
73442005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7345
7346 * building.texi (GDB Graphical Interface): Improve filling of menu
7347 item.
7348
73492005-08-18 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * building.texi (GDB Graphical Interface): Use better node names.
7352
73532005-08-14 Richard M. Stallman <rms@gnu.org>
7354
7355 * text.texi (Sentences): Fix xref.
7356
73572005-08-14 Juri Linkov <juri@jurta.org>
7358
7359 * building.texi (Compilation, Grep Searching): Move grep command
7360 headings from `Compilation' to `Grep Searching'.
7361
7362 * dired.texi (Dired and Find):
7363 * maintaining.texi (Tags Search): Replace grep xref to
7364 `Compilation' node with `Grep Searching'.
7365
7366 * files.texi (Comparing Files): Replace xref to `Compilation' with
7367 `Compilation Mode'.
7368
73692005-08-13 Alan Mackenzie <acm@muc.de>
7370
7371 * search.texi (Non-ASCII Isearch): Correct a typo.
7372 (Replacement Commands): Mention query-replace key binding.
7373
73742005-08-11 Richard M. Stallman <rms@gnu.org>
7375
7376 * programs.texi (Options for Comments): Fix xref.
7377
7378 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7379 out of Regexps.
7380
8cf51b2c
GM
73812005-08-09 Juri Linkov <juri@jurta.org>
7382
7383 * building.texi (Compilation): Use `itemx' instead of `item'.
7384 (Grep Searching): Simplify phrase.
7385
7386 * display.texi (Standard Faces): Describe vertical-border on
7387 window systems.
7388
7389 * windows.texi (Split Window): Simplify phrase and mention
7390 vertical-border face.
7391
73922005-08-09 Richard M. Stallman <rms@gnu.org>
7393
7394 * files.texi (Comparing Files): Clarify compare-windows.
7395
7396 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7397
8cf51b2c
GM
73982005-08-06 Eli Zaretskii <eliz@gnu.org>
7399
7400 * mule.texi (Coding Systems): Rephrase the paragraph about
7401 codepages: no need for "M-x codepage-setup" anymore, except on
7402 MS-DOS.
7403
7404 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7405 the MS-DOS port only.
7406
74072005-07-30 Eli Zaretskii <eliz@gnu.org>
7408
7409 * makefile.w32-in (info): Don't run multi-install-info.bat.
7410 ($(infodir)/dir): New target, produced by running
7411 multi-install-info.bat.
7412
8cf51b2c
GM
74132005-07-22 Eli Zaretskii <eliz@gnu.org>
7414
7415 * files.texi (Quoted File Names): Add index entry.
7416
8cf51b2c
GM
74172005-07-19 Juri Linkov <juri@jurta.org>
7418
7419 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7420
74212005-07-18 Juri Linkov <juri@jurta.org>
7422
8cf51b2c
GM
7423 * custom.texi (Easy Customization):
7424 * files.texi (Old Versions):
7425 * frames.texi (Wheeled Mice):
7426 * mule.texi (Specify Coding):
8cf51b2c
GM
7427 * text.texi (Cell Justification):
7428 * trouble.texi (After a Crash):
8cf51b2c
GM
7429 * xresources.texi (GTK styles):
7430 Delete duplicate duplicate words.
7431
74322005-07-17 Richard M. Stallman <rms@gnu.org>
7433
7434 * frames.texi (Creating Frames): Fix foreground color example.
7435
7436 * custom.texi (Init Examples): Clean up text about conditionals.
7437
74382005-07-16 Richard M. Stallman <rms@gnu.org>
7439
7440 * mini.texi (Completion Commands): Fix command name for ?.
7441
8cf51b2c
GM
74422005-07-16 Eli Zaretskii <eliz@gnu.org>
7443
7444 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7445 `menu' face has no effect on w32 and with GTK.
7446 Add cross-references.
8cf51b2c
GM
7447
7448 * cmdargs.texi (General Variables): Clarify the default location
7449 of $HOME on w32 systems.
7450
74512005-07-15 Jason Rumney <jasonr@gnu.org>
7452
7453 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7454 changed.
7455
74562005-07-08 Kenichi Handa <handa@m17n.org>
7457
1c6c854e
CS
7458 * mule.texi (Recognize Coding):
7459 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7460
74612005-07-07 Richard M. Stallman <rms@gnu.org>
7462
7463 * anti.texi (Antinews): Mention mode-line-inverse-video.
7464
7465 * files.texi (Saving): Minor correction about C-x C-w.
7466
7467 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7468
74692005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * search.texi (Isearch Scroll): Add example of using the
7472 `isearch-scroll' property.
7473 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7474 `Display Custom' node.
7475 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7476 and de-emphasize it.
7477 (Other Repeating Search): `occur' currently can not correctly
7478 handle multiline matches. Correct, clarify and update description
7479 of `flush-lines' and `keep-lines'.
7480
7481 * display.texi (Display Custom): Add anchor for `baud-rate'.
7482
74832005-07-07 Richard M. Stallman <rms@gnu.org>
7484
7485 * gnu.texi: Update where to get GNU status; add refs for how to help.
7486 Add footnotes 6 and 7.
7487
74882005-07-04 Lute Kamstra <lute@gnu.org>
7489
7490 Update FSF's address in GPL notices.
7491
8cf51b2c 7492 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7493 * trouble.texi (Checklist): Update FSF's address.
7494
8cf51b2c
GM
74952005-06-24 Richard M. Stallman <rms@gnu.org>
7496
7497 * display.texi (Text Display): Change index entries.
7498
74992005-06-24 Eli Zaretskii <eliz@gnu.org>
7500
7501 * makefile.w32-in (MAKEINFO): Use --force.
7502 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7503 Makefile.in.
8cf51b2c
GM
7504
75052005-06-23 Richard M. Stallman <rms@gnu.org>
7506
1c6c854e 7507 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7508 nobreak-char-display.
7509
7510 * emacs.texi (Top): Update detailed node listing.
7511
1c6c854e 7512 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7513 to nobreak-char-display and no-break-space to nobreak-space.
7514 (Standard Faces): Split up the list of standard faces
7515 and put it in a separate node. Add nobreak-space and
7516 escape-glyph.
7517
8cf51b2c
GM
75182005-06-23 Lute Kamstra <lute@gnu.org>
7519
7520 * mule.texi (Select Input Method): Fix typo.
7521
75222005-06-23 Kenichi Handa <handa@m17n.org>
7523
1c6c854e
CS
7524 * mule.texi (International): List all supported scripts.
7525 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7526 distribution.
7527 (Language Environments): List all language environments.
7528 Intlfonts contains fonts for most supported scripts, not all..
7529 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7530 input a specific character.
8cf51b2c
GM
7531 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7532
75332005-06-23 Juanma Barranquero <lekktu@gmail.com>
7534
49823426 7535 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7536
75372005-06-22 Miles Bader <miles@gnu.org>
7538
7539 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7540
75412005-06-20 Miles Bader <miles@gnu.org>
7542
7543 * display.texi (Faces): Add `vertical-divider'.
7544
75452005-06-17 Richard M. Stallman <rms@gnu.org>
7546
7547 * text.texi (Adaptive Fill): Minor clarification.
7548
8cf51b2c
GM
75492005-06-10 Lute Kamstra <lute@gnu.org>
7550
7551 * emacs.texi (Top): Correct version number.
7552 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7553 refer to the current version of Emacs.
7554
75552005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7556
7557 * files.texi (Log Buffer): Document when there can be more than
7558 one file to be committed.
7559
75602005-06-08 Juri Linkov <juri@jurta.org>
7561
7562 * display.texi (Faces): Add `shadow' face.
7563
75642005-06-07 Masatake YAMATO <jet@gyve.org>
7565
7566 * display.texi (Faces): Write about mode-line-highlight.
7567
75682005-06-06 Richard M. Stallman <rms@gnu.org>
7569
7570 * misc.texi (Printing Package): Explain how to initialize
7571 printing package.
7572
7573 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7574
75752005-06-05 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * emacs.texi: Rename Hardcopy to Printing.
7578 Make PostScript and PostScript Variables subnodes of it.
7579
7580 * misc.texi (Printing): Rename node from Hardcopy.
7581 Mention menu bar options.
7582 Move PostScript and PostScript Variables to submenu.
7583 (Printing package): New node.
7584
7585 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7586
7587 * dired.texi (Operating on Files): Likewise.
7588
7589 * calendar.texi (Displaying the Diary): Likewise.
7590
7591 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7592
7593 * glossary.texi (Glossary): Likewise.
7594
7595 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7596 effect.
7597
75982005-06-04 Richard M. Stallman <rms@gnu.org>
7599
7600 * trouble.texi (After a Crash): Polish previous change.
7601
8cf51b2c
GM
76022005-05-30 Noah Friedman <friedman@splode.com>
7603
7604 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7605 recovery mechanism.
7606
8cf51b2c
GM
76072005-05-28 Nick Roberts <nickrob@snap.net.nz>
7608
7609 * building.texi (Other Buffers): SPC toggles display of
7610 floating point registers.
7611
8cf51b2c
GM
76122005-05-27 Nick Roberts <nickrob@snap.net.nz>
7613
7614 * files.texi (Log Buffer): Merge in description of Log Edit
7615 mode from pcl-cvs.texi.
7616
76172005-05-26 Richard M. Stallman <rms@gnu.org>
7618
7619 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7620
8cf51b2c
GM
76212005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7624 not enabled by default.
7625 When not on a word, `ispell-word' by default checks the word
7626 before point.
7627
76282005-05-24 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * building.texi (Debugger Operation): Simplify last sentence.
7631
76322005-05-23 Lute Kamstra <lute@gnu.org>
7633
7634 * emacs.texi: Update FSF's address throughout.
7635 (Preface): Use @cite.
7636 (Distrib): Add cross reference to the node "Copying". Mention the
7637 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7638 printed manuals.
7639 (Intro): Use @xref for the Emacs Lisp Intro.
7640
8cf51b2c
GM
76412005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7642
7643 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7644
7645 * basic.texi (Moving Point): Mention default for `goto-line'.
7646
7647 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7648 of a variable's docstring.
7649
76502005-05-18 Lute Kamstra <lute@gnu.org>
7651
7652 * maintaining.texi (Overview of Emerge): Add cross reference.
7653 Remove duplication.
7654
7655 * emacs.texi (Top): Update to the current structure of the manual.
7656 * misc.texi (Emacs Server): Add menu description.
7657 * files.texi (Saving): Fix menu.
7658 * custom.texi (Customization): Fix menu.
7659 * mule.texi (International): Fix menu.
7660 * kmacro.texi (Keyboard Macros): Fix menu.
7661
76622005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * display.texi: Various minor changes.
7665 (Faces): Delete text that is repeated in the next section.
7666
76672005-05-16 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * building.texi (Debugger Operation): Mention GUD tooltips are
7670 disabled with GDB in text command mode.
7671
8cf51b2c
GM
76722005-05-16 Nick Roberts <nickrob@snap.net.nz>
7673
7674 * building.texi: Replace toolbar with "tool bar" for consistency.
7675 (Compilation Mode): Describe compilation-context-lines
7676 and use of arrow in compilation buffer.
7677 (Debugger Operation): Replace help text with variable's value.
7678
7679 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7680 consistency.
7681
76822005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7683
7684 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7685 Add xref.
7686
8cf51b2c
GM
76872005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7690 (Position Info): Delete discussion of `goto-line'. It is already
7691 described in `Moving point'.
7692
7693 * mini.texi (Completion Commands): Correct reference.
7694 (Completion Options): Fix typo.
7695
7696 * killing.texi (Deletion): Complete description of `C-x C-o'.
7697
8cf51b2c
GM
76982005-05-10 Richard M. Stallman <rms@gnu.org>
7699
7700 * building.texi (Compilation): Clarify recompile's directory choice.
7701
7702 * frames.texi (Tooltips): Cleanups.
7703
7704 * basic.texi (Arguments): Fix punctuation.
7705
77062005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * screen.texi (Menu Bar): The up and down (not left and right)
7709 arrow keys move through a keyboard menu.
7710
77112005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * basic.texi: Various typo and grammar fixes.
7714 (Moving Point): C-a now runs move-beginning-of-line.
7715
77162005-05-08 Nick Roberts <nickrob@snap.net.nz>
7717
7718 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7719
7720 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7721 as different animals.
7722
77232005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7724
7725 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7726 Correct index entry.
7727
77282005-05-07 Nick Roberts <nickrob@snap.net.nz>
7729
7730 * building.texi (Debugger Operation): Update to reflect changes
7731 in GUD tooltips.
7732
77332005-04-30 Richard M. Stallman <rms@gnu.org>
7734
7735 * files.texi (Compressed Files): Auto Compression normally enabled.
7736
7737 * building.texi (Debugger Operation): Clarify previous change.
7738
8cf51b2c
GM
77392005-04-28 Nick Roberts <nickrob@snap.net.nz>
7740
7741 * building.texi (Debugger Operation): Add description for
7742 GUD tooltips when program is not running.
7743
77442005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7745
7746 * misc.texi (Shell): Add `Shell Prompts' to menu.
7747 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7748 description. Delete remarks moved to new node.
7749 (Shell Prompts): New node.
7750 (History References): Replace remarks moved to `Shell Prompts'
7751 with xref to that node.
7752 (Remote Host): Clarify how to specify the terminal type when
7753 logging in to a different machine.
7754
77552005-04-26 Richard M. Stallman <rms@gnu.org>
7756
7757 * emacs.texi (Top): Update submenus from files.texi.
7758
7759 * files.texi (Filesets): Clarify previous change.
7760
7761 * dired.texi (Misc Dired Features): Clarify previous change.
7762
77632005-04-25 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7766
1c6c854e
CS
7767 * dired.texi (Misc Dired Features):
7768 Document dired-compare-directories.
8cf51b2c
GM
7769
7770 * files.texi (Filesets): New node.
7771 (File Conveniences): Document Image mode.
7772
7773 * text.texi (TeX Print): Document tex-compile.
7774
77752005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7778 Delete redundant reference to tooltip Custom group. It is
7779 referred too again in the next paragraph.
7780
77812005-04-24 Richard M. Stallman <rms@gnu.org>
7782
7783 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7784
8cf51b2c
GM
77852005-04-19 Kim F. Storm <storm@cua.dk>
7786
7787 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7788
77892005-04-18 Lars Hansen <larsh@math.ku.dk>
7790
7791 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7792 turns off desktop-save-mode.
7793
77942005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7797 by default in terminals compatible with xterm. Mention that
7798 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7799 node.
7800
8cf51b2c
GM
78012005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7804
c8763fb6 78052005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7806
7807 * xresources.texi (Table of Resources): Add cursorBlink.
7808
78092005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7812 `d', `C-d' and `u'.
7813
78142005-04-11 Richard M. Stallman <rms@gnu.org>
7815
7816 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7817 (Misc X): Add -D, --basic-display.
7818
7819 * maintaining.texi (Change Log): Correct the description of
7820 the example.
7821
7822 * major.texi (Choosing Modes): Document magic-mode-alist.
7823
8cf51b2c
GM
78242005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7827 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7828 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7829 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7830 `w', respectively.
7831 (Rmail Labels): Mention `l'.
7832 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7833 (Rmail Summary Edit): Describe `j' and RET.
7834
c8763fb6 78352005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7836
7837 * xresources.texi (Lucid Resources): Add fontSet resource.
7838
8cf51b2c
GM
78392005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7842 now called `indicate-empty-lines'.
7843
78442005-04-06 Kim F. Storm <storm@cua.dk>
7845
7846 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7847
78482005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7851 deleted.
7852 (Marks vs Flags): Add some convenient key bindings.
7853 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7854 (Misc Dired Features): Correct and expand description of `w' command.
7855
7856 * frames.texi (XTerm Mouse): Delete apparently false info.
7857 The GNU/Linux console currently does not appear to support
7858 `xterm-mouse-mode'.
7859
8cf51b2c
GM
78602005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7861
7862 * calendar.texi (Diary): Mention shell utility `calendar'.
7863
78642005-04-01 Richard M. Stallman <rms@gnu.org>
7865
7866 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7867
8cf51b2c
GM
78682005-04-01 Lute Kamstra <lute@gnu.org>
7869
7870 * maintaining.texi (Change Log): add-change-log-entry uses
7871 add-log-mailing-address.
7872
78732005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7874
7875 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7876 `VC Mode Line' and put in an xref to that node.
7877 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7878 its description.
7879
78802005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7881
7882 * calendar.texi (Calendar Systems): Say that the Persian calendar
7883 implemented here is the arithmetical one championed by Birashk.
7884
78852005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7886
7887 * programs.texi (Fortran Motion): Fix previous change.
7888
8cf51b2c
GM
78892005-03-29 Richard M. Stallman <rms@gnu.org>
7890
7891 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7892
78932005-03-29 Chong Yidong <cyd@stupidchicken.com>
7894
7895 * text.texi (Refill): Refer to Long Lines Mode.
7896 (Longlines): New node.
7897 (Auto Fill): Don't index "word wrap" here.
7898 (Filling): Add Longlines to menu.
7899
79002005-03-29 Richard M. Stallman <rms@gnu.org>
7901
7902 * xresources.texi: Minor fixes.
7903
7904 * misc.texi (Emacs Server): Fix Texinfo usage.
7905
7906 * emacs.texi (Top): Don't use a real section heading for
7907 "Detailed Node Listing". Fake it instead.
7908
7909 * basic.texi (Position Info): Minor cleanup.
7910
7911 * mule.texi (Input Methods): Minor cleanup.
7912
79132005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7914
7915 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7916 constructs as well.
7917 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7918
79192005-03-29 Kenichi Handa <handa@m17n.org>
7920
7921 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7922
7923 * basic.texi (Position Info): Update the description about the
7924 command C-u C-x =.
7925
79262005-03-28 Richard M. Stallman <rms@gnu.org>
7927
7928 * emacs.texi (Top): Use @section for the detailed node listing.
7929
7930 * calendar.texi: Minor fixes to previous change.
7931
7932 * programs.texi (Fortran): Small fixes to previous changes.
7933
7934 * emacs.texi (Top): Update list of subnodes of Dired.
7935 Likewise for building.texi.
7936
7937 * files.texi (File Conveniences): Delete Auto Image File mode.
7938
79392005-03-28 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * building.texi (Flymake): New node.
7942
7943 * custom.texi (Function Keys): Document kp- event types and
7944 keypad-setup package.
7945
7946 * dired.texi (Wdired): New node.
7947
7948 * files.texi (File Conveniences): Reorder entries.
7949 Explain how to turn on Auto-image-file mode.
7950 Document Thumbs mode.
7951
7952 * mule.texi (Specify Coding): Document recode-region and
7953 recode-file-name.
7954
7955 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7956
79572005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * commands.texi (Keys): M-o is now a prefix key.
7960
79612005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7962
7963 * programs.texi: Reformat and update copyright years.
7964 (Fortran): Update section.
7965
79662005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7967
7968 * files.texi: Several small changes in addition to:
7969 (Visiting): Change xref for Dialog Boxes to ref.
7970 (Version Headers): Replace references to obsolete var
7971 `vc-header-alist' with `vc-BACKEND-header'.
7972 (Customizing VC): Update value of `vc-handled-backends'.
7973
79742005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7975
7976 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7977 move here from Emacs Lisp Reference Manual.
7978 * calendar.texi (Calendar/Diary, Diary Commands)
7979 (Special Diary Entries, Importing Diary): Change some xrefs to
7980 point to emacs-xtra rather than elisp.
7981
7982 * emacs-xtra.texi (Calendar Customizing):
7983 Move view-diary-entries-initially, view-calendar-holidays-initially,
7984 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7985 Emacs Manual.
7986 (Appt Customizing): Merge entire section into main Emacs Manual.
7987 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7988 mark-holidays-in-calendar here from emacs-xtra.
7989 (Displaying the Diary): Move view-diary-entries-initially,
7990 mark-diary-entries-in-calendar here from emacs-xtra.
7991 (Appointments): Move appt-display-mode-line,
7992 appt-display-duration, appt-disp-window-function,
7993 appt-delete-window-function here from emacs-xtra.
7994
7995 * calendar.texi: Update and reformat copyright.
7996 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7997 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7998 (Diary): Refer to `diary-file' rather than ~/diary.
7999 (Diary Commands): Rename node to "Displaying the Diary".
8000 * emacs.texi (Top): Rename "Diary Commands" section.
8001 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8002
80032005-03-26 Eli Zaretskii <eliz@gnu.org>
8004
8005 * misc.texi (Emacs Server): Fix the command for setting
8006 server-name. Add an xref to Invoking emacsclient.
8007
8008 * help.texi (Help Summary): Clarify when "C-h ." will do something
8009 nontrivial.
8010 (Apropos): Add cindex entry for apropos-sort-by-scores.
8011
8012 * display.texi (Text Display): Add index entries for how no-break
8013 characters are displayed.
8014
8cf51b2c
GM
80152005-03-26 Eli Zaretskii <eliz@gnu.org>
8016
8017 * files.texi (Visiting): Fix cross-references introduced with the
8018 last change.
8019
8020 * xresources.texi (GTK resources): Fix last change.
8021
8cf51b2c
GM
80222005-03-25 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * xresources.texi (X Resources): GTK options documented too.
8025 (Resources): Clarify meaning of program name.
8026 (Table of Resources): Add visualClass.
8027 (GTK resources): Rewrite.
8028 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8029
8030 * display.texi (Text Display): Mention non-breaking spaces.
8031
8032 * files.texi (Reverting): Document auto-revert-check-vc-info.
8033
8034 * frames.texi (Mouse Commands): Document
8035 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8036
8037 * help.texi (Help Summary): Add `C-h .'.
8038 (Apropos): Apropos accepts a list of search terms.
8039 Document apropos-sort-by-scores.
8040 (Help Echo): Document display-local-help.
8041
8042 * misc.texi (Emacs Server): Document server-name.
8043 (Invoking emacsclient): Document -s option for server names.
8044
8045 * text.texi (Outline Visibility): Introduce "current heading
8046 line" (commands can be called with point on a body line).
8047 Re-order table to follow the sequence of discussion.
8048 hide-body won't hide lines before first header line.
8049 (TeX Mode): Add DocTeX mode.
8050
8cf51b2c
GM
80512005-03-24 Richard M. Stallman <rms@gnu.org>
8052
8053 * mule.texi (Single-Byte Character Support): Delete mention
8054 of iso-acc.el and iso-transl.el.
8055
8cf51b2c
GM
80562005-03-23 Lute Kamstra <lute@gnu.org>
8057
8058 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8059
80602005-03-23 Richard M. Stallman <rms@gnu.org>
8061
8cf51b2c
GM
8062 * search.texi: Delete explicit node pointers.
8063 (Incremental Search): New menu.
8064 (Basic Isearch, Repeat Isearch, Error in Isearch)
8065 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8066 (Slow Isearch): New subnodes.
8067 (Configuring Scrolling): Node deleted.
8068 (Search Case): Doc default-case-fold-search.
8069 (Regexp Replace): Move replace-regexp doc here.
8070
8071 * rmail.texi (Movemail): Put commas inside closequotes.
8072
8073 * picture.texi (Insert in Picture): Document C-c arrow combos.
8074 (Basic Picture): Clarify erasure.
8075
8076 * display.texi (Font Lock): Put commas inside closequotes.
8077
8078 * cmdargs.texi (General Variables): Put commas inside closequotes.
8079
80802005-03-23 Nick Roberts <nickrob@snap.net.nz>
8081
8082 * building.texi (Stack Buffer): Mention reverse contrast for
8083 *selected* frame (might not be current frame).
8084
8cf51b2c
GM
80852005-03-21 Richard M. Stallman <rms@gnu.org>
8086
8087 * building.texi (Starting GUD): Add bashdb.
8088
80892005-03-20 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * basic.texi (Moving Point): Add M-g M-g binding.
8092 (Undo): Document undo-only.
8093 (Position Info): Document M-g M-g and C-u M-g M-g.
8094
8095 * building.texi (Building): Put Grep Searching after Compilation
8096 Shell.
8097 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8098 Document next-error-highlight.
8099 (Grep Searching): Document grep-highlight-matches.
8100 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8101
8102 * calendar.texi (Importing Diary): Rename node from iCalendar.
8103 Document diary-from-outlook.
8104
8105 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8106 Commands.
8107 Mention effect of X drag and drop on Dired buffers.
8108
8109 * files.texi (Visiting): Document large-file-warning-threshold.
8110 Move paragraph on file-selection dialog.
8111 Mention visiting files using X drag and drop.
8112 (Reverting): Mention using Auto-Revert mode to tail files.
8113 Document auto-revert-tail-mode.
8114 (Version Systems): Minor correction.
8115 (Comparing Files): Diff-mode is no longer based on Compilation
8116 mode.
8117 Document compare-ignore-whitespace.
8118 (Misc File Ops): Explain passing a directory to rename-file.
8119 Likewise for copy-file and make-symbolic-link.
8120
8121 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8122 Document mouse-wheel-progressive speed.
8123
8124 * help.texi (Misc Help): Document numeric argument for C-h i.
8125 Correctly explain the effect of just C-u as argument.
8126
8127 * killing.texi (Deletion): Document numeric argument for
8128 just-one-space.
8129
8130 * mini.texi (Completion): Completion acts on text before point.
8131
8132 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8133 (Emulation): CUA mode replaces pc-bindings-mode,
8134 pc-selection-mode, and s-region.
8135
8136 * mule.texi (Input Methods): Leim is now built-in.
8137 (Select Input Method): Document quail-show-key.
8138 (Specify Coding): Document revert-buffer-with-coding-system.
8139
8140 * programs.texi (Fortran Motion): Document f90-next-statement,
8141 f90-previous-statement, f90-next-block, f90-previous-block,
8142 f90-end-of-block, and f90-beginning-of-block.
8143
8144 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8145
8146 * emacs.texi (Acknowledgments): Updated.
8147
8148 * anti.texi: Total rewrite.
8149
8cf51b2c
GM
81502005-03-19 Chong Yidong <cyd@stupidchicken.com>
8151
8152 * ack.texi (Acknowledgments): Update.
8153
81542005-03-19 Eli Zaretskii <eliz@gnu.org>
8155
1c6c854e
CS
8156 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8157 Update copyright years.
8cf51b2c
GM
8158
81592005-03-14 Nick Roberts <nickrob@snap.net.nz>
8160
8161 * building.texi (Commands of GUD): Move paragraph on setting
8162 breakpoints with mouse to the GDB Graphical Interface node.
8163
81642005-03-07 Richard M. Stallman <rms@gnu.org>
8165
8cf51b2c
GM
8166 * misc.texi (Single Shell, Shell Options): Fix previous change.
8167
8168 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8169
81702005-03-06 Richard M. Stallman <rms@gnu.org>
8171
8172 * building.texi (Starting GUD): Don't explain text vs graphical
8173 GDB here. Just mention it and xref.
8174 Delete "just one debugger process".
8175 (Debugger Operation): Move GUD tooltip info here.
8176 (GUD Tooltips): Node deleted.
8177 (GDB Graphical Interface): Explain the two GDB modes here.
8178
8cf51b2c
GM
8179 * sending.texi (Sending Mail): Minor cleanup.
8180 (Mail Aliases): Explain quoting conventions.
8181 Update key rebinding example.
8182 (Header Editing): C-M-i is like M-TAB.
8183 (Mail Mode Misc): mail-attach-file does not do MIME.
8184
8185 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8186 that really belongs here.
8187 (Remote Mailboxes): Text moved to Rmail Inbox.
8188 (Rmail Display): Mention Mouse-1.
8189 (Movemail): Clarify two movemail versions.
8190 Clarify rmail-movemail-program.
8191
8cf51b2c
GM
8192 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8193 Document async shell commands.
8194 (Shell History): Clarify.
8195 (Shell Ring): Mention C-UP an C-DOWN.
8196 (Shell Options): Add comint-prompt-read-only.
8197 (Invoking emacsclient): Set EDITOR to run Emacs.
8198 (Sorting): No need to explain what region is.
8199 (Saving Emacs Sessions): Fix typo.
8200 (Recursive Edit): Fix punctuation.
8201 (Emulation): Don't mention "PC bindings" which are standard.
8202 (Hyperlinking): Explain Mouse-1 convention here.
8203 (Find Func): Node deleted.
8204
8cf51b2c
GM
8205 * help.texi (Name Help): Xref to Hyperlinking.
8206
8207 * glossary.texi (Glossary):
8208 Rename "Balance Parentheses" to "Balancing...".
8209 Add "Byte Compilation". Correct "Copyleft".
8210 New xref in "Customization".
8211 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8212 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8213 Rename "Registers" to "Register".
8214 Replace "Selecting" with "Selected Frame",
8215 "Selected Window", and "Selecting a Buffer".
8216
8217 * files.texi (Types of Log File): Explain how projects'
8218 methods can vary.
8219
8cf51b2c
GM
8220 * display.texi (Faces): Delete "Emacs 21".
8221
8222 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8223 * fixit.texi (Spelling): C-M-i like M-TAB.
8224 * mini.texi (Completion Options): C-M-i like M-TAB.
8225 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8226 * text.texi (Text Mode): C-M-i like M-TAB.
8227
8228 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8229
8230 * calendar.texi (Specified Dates): Mention `g w'.
8231 (Appointments): appt-activate toggles with no arg.
8232
8cf51b2c
GM
82332005-03-05 Juri Linkov <juri@jurta.org>
8234
8235 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8236 "invocation (command line arguments)".
8cf51b2c
GM
8237 (Misc X): Add -nbc, --no-blinking-cursor.
8238
82392005-03-04 Ulf Jasper <ulf.jasper@web.de>
8240
8241 * calendar.texi (iCalendar): No need to require it now.
8242
8cf51b2c
GM
82432005-03-03 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * trouble.texi (Contributing): Mention Savannah. Direct users to
8246 emacs-devel.
8247
82482005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8249
8250 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8251 window.
8252
8cf51b2c
GM
82532005-02-27 Richard M. Stallman <rms@gnu.org>
8254
8255 * building.texi (Compilation): Update mode line status info.
8256
82572005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8258
8259 * calendar.texi (General Calendar): Document binding of
8260 scroll-other-window-down.
8261 (Mayan Calendar): Fix earliest date.
8262 (Time Intervals): Document timeclock-change.
8263 Fix timeclock-ask-before-exiting documentation.
8264
82652005-02-26 Kim F. Storm <storm@cua.dk>
8266
8267 * frames.texi (Mouse References):
8268 Add mouse-1-click-in-non-selected-windows.
8269
82702005-02-25 Richard M. Stallman <rms@gnu.org>
8271
8272 * screen.texi (Screen): Explain better about cursors and mode lines;
8273 don't presuppose text terminals.
8274 (Point): Don't assume just one cursor.
8275 Clarify explanation of cursors.
8276 (Echo Area, Menu Bar): Cleanups.
8277
8278 * mini.texi (Minibuffer): Prompts are highlighted.
8279 (Minibuffer Edit): Newline = C-j only on text terminals.
8280 Clarify resize-mini-windows values.
8281 Mention M-PAGEUP and M-PAGEDOWN.
8282 (Completion Commands): Mouse-1 like Mouse-2.
8283 (Minibuffer History): Explain history commands better.
8284 (Repetition): Add xref to Incremental Search.
8285
8286 * mark.texi (Setting Mark): Clarify info about displaying mark.
8287 Clarify explanation of C-@ and C-SPC.
8288 (Transient Mark): Mention Delete Selection mode.
8289 (Marking Objects): Clean up text about extending the region.
8290
8291 * m-x.texi (M-x): One C-g doesn't always go to top level.
8292 No delay before suggest-key-bindings output.
8293
8294 * fixit.texi (Fixit): Mention C-/ for undo.
8295 (Spelling): Mention ESC TAB like M-TAB.
8296 Replacement words with r and R are rechecked.
8297 Say where C-g leaves point. Mention ? as input.
8298
82992005-02-23 Lute Kamstra <lute@gnu.org>
8300
8301 * cmdargs.texi (Initial Options): Add cross reference.
8302
8cf51b2c
GM
83032005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8304
8305 * emacs.texi (Top): Update menu for splitting of node in
8306 msdog.texi.
8307 * frames.texi (Frames): Update xref for splitting of node in
8308 msdog.texi.
8309 * trouble.texi (Quitting): Ditto.
8310
83112005-02-16 Richard M. Stallman <rms@gnu.org>
8312
8313 * windows.texi (Split Window): Simplify line truncation info
8314 and xref to Display Custom.
8315
8316 * trouble.texi (Quitting): Emergency escape only for text terminal.
8317 (Screen Garbled): C-l for ungarbling is only for text terminal.
8318
8319 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8320
8321 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8322
8323 * programs.texi (Program Modes): Mention Python mode.
8324 (Moving by Defuns): Repeating C-M-h extends region.
8325 (Basic Indent): Clarify.
8326 (Custom C Indent): Clarify.
8327 (Expressions): Repeating C-M-@ extends region.
8328 (Info Lookup): Clarify for C-h S.
8329 (Symbol Completion): ESC TAB alternative for M-TAB.
8330 (Electric C): Clarify.
8331
8332 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8333
8334 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8335 MS-DOS Input node.
8336 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8337 (MS-DOS and MULE): Clarify.
8338 (MS-DOS Processes, Windows Processes): Fix typos.
8339
8340 * major.texi (Choosing Modes): Clarify.
8341
8342 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8343 (Keyboard Macro Step-Edit): Clarify.
8344
8345 * indent.texi (Indentation): Clarifications.
8346
8347 * help.texi (Help): Correct error about C-h in query-replace.
8348 Clarify apropos vs C-h a. Fix how to search in FAQ.
8349 (Key Help): Describe C-h w here.
8350 (Name Help): Minor cleanup. C-h w moved to Key Help.
8351 Clarify the "object" joke.
8352 (Apropos): Clarify. Mouse-1 like Mouse-2.
8353 (Help Mode): Mouse-1 like Mouse-2.
8354
8355 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8356
8357 * display.texi (Display): Reorder menu.
8358 (Faces): Cleanup.
8359 (Font Lock): Cleanup. Mention Options menu.
8360 Delete obsolete text.
8361 (Scrolling): For C-l, don't presume text terminal.
8362 (Horizontal Scrolling): Simplify intro.
8363 (Follow Mode): Clarify.
1c6c854e 8364 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8365 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8366 Doc default-tab-width. Doc line truncation more thoroughly.
8367
8368 * dired.texi (Dired Enter): C-x C-f can run Dired.
8369 (Dired Visiting): Comment out `a' command.
8370 Mouse-1 is like Mouse-2.
8371 (Shell Commands in Dired): ? can be used more than once.
8372
8373 * basic.texi (Continuation Lines): Simplify description of truncation,
8374 and refer to Display Custom for the rest of it.
8375
8cf51b2c
GM
83762005-02-06 Lute Kamstra <lute@gnu.org>
8377
8378 * basic.texi (Undo): Fix typo.
8379
8380 * cmdargs.texi (Emacs Invocation): Fix typo.
8381
8382 * custom.texi (Init Examples): Fix typo.
8383
8384 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8385
83862005-02-06 Richard M. Stallman <rms@gnu.org>
8387
8388 * regs.texi (Registers): Registers can hold numbers, too.
8389
8390 * killing.texi (Other Kill Commands): Cleanup.
8391 Delete redundant explanation of kill in read-only buffer.
8392 (Yanking): Mention term "copying".
8393 (Accumulating Text): Fix typo.
8394
8395 * entering.texi (Entering Emacs): Update rationale at start.
8396 (Exiting): Treat iconifying on a par with suspension.
8397
8398 * custom.texi (Minor Modes): Fix typo.
8399 (Easy Customization): Fix menu style.
8400 (Variables): Add xref.
8401 (Examining): Setting for future sessions works through .emacs.
8402 (Keymaps): "Text terminals", not "Many".
8403 (Init Rebinding): Explain \C-. Show example of \M-.
8404 Fix minor wording errors.
8405 (Function Keys): Explain vector syntax just once.
8406 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8407 (Init File): Mention .emacs.d directory.
8408 (Init Examples): Add xref.
8409 (Find Init): Mention .emacs.d directory.
8410
8411 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8412 (Action Arguments): Explain which kinds of -l args are found how.
8413 (Initial Options): --batch does not inhibit site-start.
8414 Add xrefs.
8415 (Command Example): Use --batch, not -batch.
8416
8417 * basic.texi (Inserting Text): Cleanup wording.
8418 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8419 C-n is not error at end of buffer.
8420 (Undo): Doc C-/ like C-_. Add xrefs.
8421 (Arguments): META key may be labeled ALT.
8422 Peculiar arg meanings are explained in doc strings.
8423
8424 * abbrevs.texi (Expanding Abbrevs): Clarify.
8425
84262005-02-05 Eli Zaretskii <eliz@gnu.org>
8427
8428 * frames.texi (Frame Parameters): Add an xref to the description
8429 of list-colors-display. Add a pointer to the X docs about colors.
8430
8431 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8432 Improve docs of list-colors-display.
8cf51b2c
GM
8433
84342005-02-03 Lute Kamstra <lute@gnu.org>
8435
8436 * frames.texi (Frames, Drag and Drop): Fix typos.
8437
84382005-02-03 Richard M. Stallman <rms@gnu.org>
8439
8440 * windows.texi (Basic Window): Mention color-change in mode line.
8441 (Change Window): Explain dragging vertical boundaries.
8442
8443 * text.texi (Sentences): Clarify.
8444 (Paragraphs): Explain M-a and blank lines.
8445 (Outline Mode): Clarify text and menu.
8446 (Hard and Soft Newlines): Mention use-hard-newlines.
8447
8448 * frames.texi (Frames): Delete unnecessary mention of Windows.
8449 (Mouse Commands): Likewise. Mention xterm mouse support.
8450 (Clipboard): Clarify.
8451 (Mouse References): Mention use of Mouse-1 for following links.
8452 (Menu Mouse Clicks): Clarify.
8453 (Mode Line Mouse): Clarify.
8454 (Drag and Drop): Rewrite.
8455
8456 * fixit.texi (Spelling): Fix typo.
8457
8458 * files.texi (File Names): Clarify.
8459 (Visiting): Update conditions for use of file dialog. Clarify.
8460 (Saving): Doc d as answer in save-some-buffers.
8461 (Remote Files): Clean up the text.
8462
8463 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8464
8465 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8466 (List Buffers): Clarify.
8467 (Several Buffers): Doc T command.
8468 (Buffer Convenience): Clarify menu.
8469
8470 * basic.texi (Undo): Clarify last change.
8471
84722005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8473
8474 * fixit.texi (Spelling): Fix typo.
8475
84762005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * basic.texi (Undo): Update description of `undo-outer-limit'.
8479
84802005-02-01 Nick Roberts <nickrob@snap.net.nz>
8481
8482 * building.texi: Update documentation relating to GDB Graphical
8483 Interface.
8484
84852005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8486
8487 * custom.texi (Easy Customization): Adapt menu to node name change.
8488
84892005-01-30 Richard M. Stallman <rms@gnu.org>
8490
8491 * custom.texi (Easy Customization): Defn of "User Option" now
8492 includes faces. Don't say just "option" when talking about variables.
8493 Do say just "options" to mean "anything customizable".
8494 (Specific Customization): Describe `customize-variable',
8495 not `customize-option'.
8496
8497 * glossary.texi (Glossary) <Faces>: Add xref.
8498 <User Option>: Change definition--include faces. Change xref.
8499
8500 * picture.texi (Picture): Mention artist.el.
8501
8502 * sending.texi, screen.texi, programs.texi, misc.texi:
8503 * mini.texi, major.texi, maintaining.texi, macos.texi:
8504 * help.texi, frames.texi, files.texi:
8505 Don't say just "option" when talking about variables.
8506
8507 * display.texi, mule.texi: Don't say just "option" when talking
8508 about variables. Other minor cleanups.
8509
8cf51b2c
GM
85102005-01-26 Lute Kamstra <lute@gnu.org>
8511
8512 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8513 File'. Mention the `-Q' option at the `--no-site-file' option.
8514
8cf51b2c
GM
85152005-01-22 David Kastrup <dak@gnu.org>
8516
8517 * building.texi (Grep Searching): Mention alias `find-grep' for
8518 `grep-find'.
8519
85202005-01-20 Richard M. Stallman <rms@gnu.org>
8521
8522 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8523
8cf51b2c
GM
85242005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8525
8526 * rmail.texi (Movemail): Explain differences
8527 between standard and mailutils versions of movemail.
8528 Describe command line and configuration options introduced
8529 with the latter.
8530 Explain the notion of mailbox URL, provide examples and
8531 cross-references to mailutils documentation.
8532 Describe various methods of specifying mailbox names,
8533 user names and user passwords for rmail.
1c6c854e
CS
8534 (Remote Mailboxes): New section.
8535 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8536 options used to control its behavior.
8537 (Other Mailbox Formats): Explain handling of various mailbox
8538 formats.
8539
85402005-01-13 Richard M. Stallman <rms@gnu.org>
8541
8542 * commands.texi (Commands): Clarification.
8543
85442005-01-11 Richard M. Stallman <rms@gnu.org>
8545
8546 * programs.texi (Multi-line Indent): Fix previous change.
8547 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8548
8cf51b2c
GM
85492005-01-08 Richard M. Stallman <rms@gnu.org>
8550
8551 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8552 lazy-highlight.
8553
8554 * search.texi (Query Replace): Mention faces query-replace
8555 and lazy-highlight.
8556 (Incremental Search): Update isearch highlighting info.
8557
8cf51b2c
GM
85582005-01-04 Richard M. Stallman <rms@gnu.org>
8559
8560 * custom.texi (Saving Customizations): Minor improvement.
8561
8cf51b2c
GM
85622005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * custom.texi (Saving Customizations): Emacs no longer loads
8565 `custom-file' after .emacs. No longer mention customizing through
8566 Custom.
8567
8cf51b2c
GM
85682005-01-01 Andreas Schwab <schwab@suse.de>
8569
8570 * killing.texi (Graphical Kill): Move up under node Killing,
8571 change @section to @subsection.
8572
85732005-01-01 Richard M. Stallman <rms@gnu.org>
8574
8575 * custom.texi (Face Customization): Mention hex color specs.
8576
8577 * emacs.texi (Top): Update Killing submenu.
8578
8579 * killing.texi (Killing): Reorganize section.
8580 No more TeX-only text; put the node command at start of chapter.
8581 But the first section heading is used only in TeX.
8582 Rewrite the text to read better in this mode.
8583 (Graphical Kill): New subnode gets some of the text that
8584 used to be in the first section.
8585
85862004-12-31 Richard M. Stallman <rms@gnu.org>
8587
8588 * dired.texi (Shell Commands in Dired): Delete the ? example.
8589
8590 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8591
8592 * files.texi (Saving): Describe new require-final-newline features
8593 and mode-require-final-newline.
8594
8cf51b2c
GM
85952004-12-29 Richard M. Stallman <rms@gnu.org>
8596
8597 * custom.texi (File Variables): Clarify previous change.
8598
c8763fb6 85992004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8600
8601 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8602 out now.
8603
86042004-12-27 Richard M. Stallman <rms@gnu.org>
8605
8606 * Makefile.in (MAKEINFO): Specify --force.
8607
8608 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8609 (Undo): Doc undo-outer-limit.
8610
8cf51b2c
GM
86112004-12-15 Juri Linkov <juri@jurta.org>
8612
8613 * mark.texi (Transient Mark, Mark Ring): M-< and other
8614 movement commands don't set mark in Transient Mark mode
8615 if mark is active.
8616
8cf51b2c
GM
86172004-12-12 Juri Linkov <juri@jurta.org>
8618
8619 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8620 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8621
8622 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8623 (Misc Dired Commands): Add @r{(Dired)} to w.
8624
86252004-12-12 Juri Linkov <juri@jurta.org>
8626
8627 * mark.texi (Marking Objects): Marking commands also extend the
8628 region when mark is active in Transient Mark mode.
8629
8cf51b2c
GM
86302004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8631
8632 * custom.texi (Saving Customizations): Emacs only loads the custom
8633 file automatically after the init file in version 22.1 or later.
8634 Adapt text and examples to this fact.
8635
8cf51b2c
GM
86362004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8639 be set through Custom. Otherwise, it has no effect.
8640
8cf51b2c
GM
86412004-12-05 Richard M. Stallman <rms@gnu.org>
8642
8643 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8644 * entering.texi: Rename Command Line to Emacs Invocation.
8645
10d1d0af 8646 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8647
8648 * custom.texi (Easy Customization): Move up to section level,
8649 before Variables. Avoid using the term "variable"; say "option".
8650 New initial explanation.
8651 (Variables): In initial explanation, connect "variable" to the
8652 already-explained "user option".
8653
8654 * emacs.texi (Top): Fix ref to Command Line.
8655 Move reference to Easy Customization.
8656
8657 * xresources.texi (X Resources): Fix From link.
8658
8659 * doclicense.texi (GNU Free Documentation License): Fix To link.
8660
8661 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8662
8663 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8664
86652004-12-03 Richard M. Stallman <rms@gnu.org>
8666
8667 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8668
86692004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * kmacro.texi: Several small changes in addition to the following.
8672 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8673 defining a keyboard macro.
8674 Mention `kmacro-ring-max'.
8675 (Keyboard Macro Counter): Clarify description of
8676 `kmacro-insert-counter', `kmacro-set-counter',
8677 `kmacro-add-counter' and `kmacro-set-format'.
8678
86792004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8680
8681 * custom.texi (File Variables): Add `unibyte' and make it more
8682 clear that `unibyte' and `coding' are special. Suggested by Simon
8683 Krahnke <overlord@gmx.li>.
8684
8685 * mule.texi (Enabling Multibyte): Refer to File Variables.
8686 Suggested by Simon Krahnke <overlord@gmx.li>.
8687
c8763fb6 86882004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8689
8690 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8691 x-use-old-gtk-file-dialog.
8692
8cf51b2c
GM
86932004-11-20 Richard M. Stallman <rms@gnu.org>
8694
8695 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8696
86972004-11-09 Lars Brinkhoff <lars@nocrew.org>
8698
8699 * building.texi (Lisp Eval): Delete hyphen in section name.
8700
87012004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8702
8703 * files.texi (Old Versions):
8704 No longer document annotation as "CVS only".
8705
87062004-11-10 Andre Spiegel <spiegel@gnu.org>
8707
8708 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8709 version systems, mentioning the new ones that we support.
8710 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8711 suggestions.
8712
c8763fb6 87132004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8714
49823426 8715 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8716
c8763fb6 87172004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8718
8719 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8720
87212004-10-23 Eli Zaretskii <eliz@gnu.org>
8722
8723 * text.texi (Text Based Tables, Table Definition)
8724 (Table Creation, Table Recognition, Cell Commands)
8725 (Cell Justification, Row Commands, Column Commands)
8726 (Fixed Width Mode, Table Conversion, Measuring Tables)
8727 (Table Misc): New nodes, documenting the Table Mode.
8728
8cf51b2c
GM
87292004-10-19 Jason Rumney <jasonr@gnu.org>
8730
8731 * makefile.w32-in (info): Change order of arguments to makeinfo.
8732
87332004-10-19 Ulf Jasper <ulf.jasper@web.de>
8734
8735 * calendar.texi (iCalendar): Update for package changes.
8736
8cf51b2c
GM
87372004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8738
8739 * files.texi (Misc File Ops): View mode is a minor mode.
8740
8cf51b2c
GM
87412004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8742
8743 * calendar.texi (iCalendar): Style changes.
8744
87452004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * search.texi (Regexps): The regexp described in the example is no
8748 longer stored in the variable `sentence-end'.
8749
8cf51b2c
GM
87502004-10-06 Nick Roberts <nickrob@snap.net.nz>
8751
8752 * building.texi (Starting GUD): Note that multiple debugging
8753 sessions requires `gdb --fullname'.
8754
87552004-10-05 Ulf Jasper <ulf.jasper@web.de>
8756
8757 * calendar.texi (iCalendar): New section for a new package.
8758
8cf51b2c
GM
87592004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8760
8761 * text.texi: Various small changes in addition to the following.
8762 (Text): Replace xref for autotype with inforef.
8763 (Sentences): Explain nil value for `sentence-end'.
8764 (Paragraphs): Update default values for `paragraph-start' and
8765 `paragraph-separate'.
8766 (Text Mode): Correct description of Text mode's effect on the
8767 syntax table.
8768 (Outline Visibility): `hide-other' does not hide top level headings.
8769 `selective-display-ellipses' no longer has an effect on Outline mode.
8770 (TeX Misc): Add missing @cindex.
8771 Replace xref for RefTeX with inforef.
8772 (Requesting Formatted Text): The variable
8773 `enriched-fill-after-visiting' no longer exists.
8774 (Editing Format Info): Update names of menu items and commands.
8775 (Format Faces): Mention special effect of specifying the default face.
8776 Describe inheritance of text properties.
8777 Correct description of `fixed' face.
8778 (Format Indentation): Correct description of effect of setting
8779 margins. Mention `set-left-margin' and `set-right-margin'.
8780 (Format Justification): Update names of menu items.
8781 `set-justification-full' is now bound to `M-j b'.
8782 Mention that `default-justification' is a per buffer variable.
8783 (Format Properties): Update name of menu item.
8784 (Forcing Enriched Mode): `format-decode-buffer' automatically
8785 turns on Enriched mode if the buffer is in text/enriched format.
8786
87872004-10-05 Emilio C. Lopes <eclig@gmx.net>
8788
8789 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8790
87912004-09-28 Kim F. Storm <storm@cua.dk>
8792
8793 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8794 Align with new functionality.
8795
8cf51b2c
GM
87962004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8797
8798 * display.texi (Display Custom): Remove stray `@end defvar'.
8799
88002004-09-23 Kim F. Storm <storm@cua.dk>
8801
8802 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8803 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8804
8cf51b2c
GM
88052004-09-20 Richard M. Stallman <rms@gnu.org>
8806
8807 * custom.texi (Hooks): Explain using setq to clear out a hook.
8808 (File Variables): Explain multiline string constants.
8809 (Non-ASCII Rebinding): Explain when you need to update
8810 non-ASCII char codes in .emacs.
8811
8812 * building.texi (Compilation): Explain how to make a silent
8813 subprocess that won't be terminated. Explain compilation-environment.
8814
88152004-09-13 Kim F. Storm <storm@cua.dk>
8816
8817 * mini.texi (Repetition): Rename isearch-resume-enabled to
8818 isearch-resume-in-command-history and change default to disabled.
8819
8cf51b2c
GM
88202004-09-09 Kim F. Storm <storm@cua.dk>
8821
8822 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8823 with new `kmacro-name-last-macro'.
8824
8cf51b2c
GM
88252004-09-08 Juri Linkov <juri@jurta.org>
8826
8827 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8828
8cf51b2c
GM
88292004-09-03 Juri Linkov <juri@jurta.org>
8830
8831 * search.texi (Incremental Search): Update wording for M-%.
8832
88332004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8834
8835 * killing.texi (Killing): Correct description of kill commands in
8836 read-only buffer.
8837
88382004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8839
8840 * building.texi (Compilation Mode): Add a paragraph about rules
8841 for finding the compilation buffer for `next-error'.
8842
8843 * search.texi (Other Repeating Search): Mention that Occur mode
8844 supports the next-error functionality.
8845
88462004-09-02 Juri Linkov <juri@jurta.org>
8847
8848 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8849
88502004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8851
8852 * kmacro.texi (Basic Keyboard Macro):
8853 `apply-macro-to-region-lines' now operates on all lines that begin
8854 in the region, rather than on all complete lines in the region.
8855
c8763fb6 88562004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8857
8858 * frames.texi (Drag and drop): Add documentation about
8859 x-dnd-test-function and x-dnd-known-types.
8860
88612004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * indent.texi: Various minor changes in addition to:
8864 (Indentation Commands): Correct description of `indent-relative'.
8865 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8866 mode. The *Tab Stops* buffer uses Overwrite Mode.
8867 (Just Spaces): `tabify' converts sequences of at least two spaces
8868 to tabs.
8869
8cf51b2c
GM
88702004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8871
8872 * frames.texi (Secondary Selection): Setting the secondary
8873 selection with M-Drag-Mouse-1 does not alter the kill ring,
8874 setting it with M-Mouse-1 and M-Mouse-3 does.
8875 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8876 toolkit scroll bars.
8877 (Scroll Bars): Ditto.
8878
8879 * windows.texi (Basic Window): When using a window system, the value
8880 of point in a non-selected window is indicated by a hollow box.
8881 (Split Window): Side by side windows are separated by a scroll bar,
8882 if scroll bars are used.
8883 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8884 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8885 (Window Convenience): Update bindings for `winner-undo' and
8886 `winner-redo'.
8887
8888 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8889 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8890 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8891 of "Using Emacs as a Server".
8892 * building.texi (Building): Interchange nodes (for correct numbering).
8893 * programs.texi (Programs): Interchange nodes (for correct numbering).
8894 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8895 Info to the node structure.
8896 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8897 Rearrange order of nodes and sections such that both "GNU GENERAL
8898 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8899 end, as appropriate for appendices.
8900 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8901 Use `@unnumberedsec'.
8902 * trouble.texi: Adapt sectioning in Info to the node structure.
8903 Adapt node pointers to change in emacs.texi.
8904 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8905
8cf51b2c
GM
89062004-08-25 Kenichi Handa <handa@m17n.org>
8907
8908 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8909 description for unibyte mode.
8910
89112004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8914
8915 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8916 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8917 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8918 in @pxref.
8919
89202004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8923 Change section names.
8924
8cf51b2c
GM
89252004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * kmacro.texi (Keyboard Macro Ring): Rename section.
8928 Emacs treats the head of the macro ring as the `last keyboard macro'.
8929 (Keyboard Macro Counter): Minor change.
8930 (Save Keyboard Macro): Some clarifications.
8931 (Edit Keyboard Macro): Rename section.
8932
8933 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8934 32-bit machines.
8935 (Several Buffers): Clarify which buffer is selected if `2' is
8936 pressed in the Buffer Menu.
8937 Auto Revert mode can be used to update the Buffer Menu
8938 automatically.
8939
89402004-08-21 Eli Zaretskii <eliz@gnu.org>
8941
8942 * help.texi (Misc Help): Add an index entry for finding an Info
8943 manual by its file name.
8944
89452004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * files.texi (Backup Deletion): Correct description of
8948 `delete-old-versions'.
8949 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8950 (Auto Save Files): Recommend `auto-save-mode' to reenable
8951 auto-saving, rather than the abbreviation `auto-save'.
8952
89532004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8954
8955 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8956 for "killing" and "yanking" in main menu.
8957
89582004-08-16 Richard M. Stallman <rms@gnu.org>
8959
8960 * killing.texi (Yanking, Killing): Minor cleanups.
8961
8962 * mark.texi (Momentary Mark): Minor cleanups.
8963
89642004-08-15 Kenichi Handa <handa@etl.go.jp>
8965
8966 * custom.texi (Non-ASCII Rebinding):
8967 C-q always inserts the right code to pass to global-set-key.
8968
8cf51b2c
GM
89692004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8970
8971 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8972 `insert-register', instead of `C-x r g' binding, for consistency.
8973
89742004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * fixit.texi (Spelling): Fix typo.
8977
89782004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * help.texi (Help): Fix Texinfo usage.
8981
8cf51b2c
GM
89822004-07-24 Richard M. Stallman <rms@gnu.org>
8983
8984 * text.texi (Paragraphs): Update how paragraphs are separated
8985 and the default for paragraph-separate.
8986
8987 * search.texi (Regexp Replace): Further update text for new
8988 replacement operators.
8989
8cf51b2c
GM
89902004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8991
8992 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8993 `R' switch.
8994
8995 * dired.texi (Dired Updating): `k' only deletes inserted
8996 subdirectories from the Dired buffer if a prefix argument was given.
8997
8998 * search.texi (Regexps): Delete redundant definition of `symbol' in
8999 description of `\_>'. It already occurs in the description of `\_<'.
9000
8cf51b2c
GM
90012004-07-01 Juri Linkov <juri@jurta.org>
9002
9003 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9004 (Regexp Search): Add M-r.
9005
90062004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9007
9008 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9009
90102004-06-29 Jesper Harder <harder@ifa.au.dk>
9011
49823426 9012 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9013
90142004-06-25 Richard M. Stallman <rms@gnu.org>
9015
9016 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9017
90182004-06-25 David Kastrup <dak@gnu.org>
9019
9020 * search.texi (Regexp Replace): Some typo corrections and
9021 rearrangement.
9022
90232004-06-24 David Kastrup <dak@gnu.org>
9024
9025 * search.texi (Unconditional Replace): Use replace-string instead
9026 of query-replace in example.
9027 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9028 sequences.
9029 (Query Replace): Correct explanation of `^' which does not use
9030 the mark stack.
9031
90322004-06-21 Nick Roberts <nickrob@gnu.org>
9033
9034 * misc.texi (Shell History Copying): Document comint-insert-input.
9035 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9036
8cf51b2c
GM
90372004-06-20 Jesper Harder <harder@ifa.au.dk>
9038
9039 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9040 * custom.texi (Customization): Do.
9041 * anti.texi (Antinews): Do.
9042 * abbrevs.texi (Defining Abbrevs): Do.
9043
9044 * programs.texi (Info Lookup): Fix keybinding for
9045 info-lookup-symbol.
9046
90472004-06-16 Juanma Barranquero <lektu@terra.es>
9048
9049 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9050 Add emacs-xtra.
9051 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9052 (clean): Add emacs-xtra and flymake. Remove redundancies.
9053
90542004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9055
9056 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9057 Add emacs-xtra.
9058 * emacs-xtra.texi: New file.
9059
90602004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9061
9062 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9063 (Dired and Find): Mention differences with ordinary Dired buffers.
9064
8cf51b2c
GM
90652004-06-13 Richard M. Stallman <rms@gnu.org>
9066
9067 * custom.texi (Init Syntax): Explain about vars that do special
9068 things when set with setq or with Custom.
9069 (Init Examples): Add line-number-mode example.
9070
8cf51b2c
GM
90712004-06-12 Juri Linkov <juri@jurta.org>
9072
9073 * dired.texi (Operating on Files): Add dired-do-touch.
9074
8cf51b2c
GM
90752004-06-10 Juri Linkov <juri@jurta.org>
9076
9077 * building.texi (Lisp Eval): Add C-M-x on defface.
9078
90792004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9080
9081 * files.texi (Reverting): Auto-Revert mode and
9082 Global Auto-Revert mode no longer revert remote files.
9083
8cf51b2c
GM
90842004-05-29 Richard M. Stallman <rms@gnu.org>
9085
9086 * custom.texi (Init File): Two dashes start --no-site-file.
9087
8cf51b2c
GM
90882004-05-29 Alan Mackenzie <acm@muc.de>
9089
9090 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9091 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9092 (AWK, Pike): Document as "C-like modes".
9093 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9094 (M-x man): Supersedes M-x manual-entry.
9095 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9096
9097 ("Comments in C"): Delete node; the info is in CC Mode manual.
9098 (c-comment-only-line-offset): Remove description.
9099
9100 (C-c ., C-c C-c): Describe new C Mode bindings.
9101
9102 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9103 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9104 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9105 Amend definitions.
9106
9107 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9108 Describe functions.
9109
9110 (c-comment-start-regexp, c-hanging-comment-ender-p)
9111 (c-hanging-comment-starter-p): Remove obsolete definitions.
9112
9113 * emacs.texi: Remove the menu entry "Comments in C".
9114
8cf51b2c
GM
91152004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9118 `M-x locate'.
9119
91202004-05-16 Karl Berry <karl@gnu.org>
9121
9122 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9123 makeinfo --html fails.
9124 * help.texi (Help Summary) [@ifnottex]: Likewise.
9125
91262004-05-13 Nick Roberts <nickrob@gnu.org>
9127
9128 * building.texi (GDB Graphical Interface): Update and describe
9129 layout first.
9130
8cf51b2c
GM
91312004-05-04 Jason Rumney <jasonr@gnu.org>
9132
9133 * makefile.w32-in: Revert last change.
9134
91352004-05-03 Jason Rumney <jasonr@gnu.org>
9136
9137 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9138
8cf51b2c
GM
91392004-04-23 Juanma Barranquero <lektu@terra.es>
9140
9141 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9142
91432004-04-18 Juri Linkov <juri@jurta.org>
9144
9145 * fixit.texi (Spelling): Remove file extension from ispell xref.
9146
91472004-04-15 Kim F. Storm <storm@cua.dk>
9148
9149 * cmdargs.texi (Initial Options): Add -Q.
9150
91512004-04-05 Kim F. Storm <storm@cua.dk>
9152
9153 * custom.texi (File Variables): Add safe-local-eval-forms.
9154
8cf51b2c
GM
91552004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * files.texi (Reverting): Correct description of revert-buffer's
9158 handling of point.
9159
91602004-03-22 Juri Linkov <juri@jurta.org>
9161
9162 * emacs.texi (Top): Add `Misc X'.
9163
49823426 9164 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9165
9166 * glossary.texi: Improve references.
9167
9168 * help.texi: Sync keywords with finder.el.
9169
9170 * mini.texi (Completion): Add description for menu items.
9171
9172 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9173
9174 * sending.texi (Mail Methods): Fix xref to Message manual.
9175
8cf51b2c
GM
91762004-03-12 Richard M. Stallman <rms@gnu.org>
9177
8cf51b2c
GM
9178 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9179
8cf51b2c
GM
91802004-03-04 Richard M. Stallman <rms@gnu.org>
9181
9182 * search.texi (Regexps): Explain that ^ and $ have their
9183 special meanings only in certain contexts.
9184
9185 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9186
9187 * mule.texi (Specify Coding): Doc C-x RET F.
9188
9189 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9190 for multiple compile and grep buffers.
9191 (Indirect Buffers): Don't recommand clone-indirect-buffer
9192 for multiple compile and grep buffers.
9193
8cf51b2c
GM
91942004-02-29 Juanma Barranquero <lektu@terra.es>
9195
9196 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9197 Use $(DEL) instead of rm, and ignore exit code.
9198
8cf51b2c
GM
91992004-02-23 Nick Roberts <nick@nick.uklinux.net>
9200
9201 * building.texi (Watch Expressions): Update.
9202
92032004-02-21 Juri Linkov <juri@jurta.org>
9204
1c6c854e
CS
9205 * cmdargs.texi (Action Arguments): Add alias --find-file.
9206 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9207 to Command Arguments.
9208 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9209 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9210 (Window Size X): Join -g and --geometry. Add @cindex.
9211 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9212 (Title X): Remove alias -title.
9213 (Misc X): New node.
9214
c8763fb6 92152004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9216
9217 * frames.texi (Drag and drop): Add Motif to list of supported
9218 protocols.
9219
c8763fb6 92202004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9221
9222 * frames.texi (Drag and drop): New section.
9223
92242004-01-24 Richard M. Stallman <rms@gnu.org>
9225
1c6c854e 9226 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9227 Include it only @ifnotinfo. Patch the preceding and following
9228 node headers to point to each other.
9229
92302004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9231
9232 * calendar.texi (Appointments): Update section.
9233
92342003-12-29 Kevin Ryde <user42@zip.com.au>
9235
8cf51b2c
GM
9236 * programs.texi (C Modes): Fix the xref.
9237
92382003-12-23 Nick Roberts <nick@nick.uklinux.net>
9239
9240 * building.texi (Watch Expressions): Update.
9241 (Commands of GUD): Include use of toolbar + breakpoints set from
9242 fringe/margin.
9243
92442003-12-03 Andre Spiegel <spiegel@gnu.org>
9245
9246 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9247 <acm@muc.de>.
9248
c8763fb6 92492003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9250
9251 * frames.texi (Dialog Boxes): Add use-file-dialog.
9252
8cf51b2c
GM
92532003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9254
9255 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9256 in CC Mode.
9257
8cf51b2c
GM
92582003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9259
9260 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9261 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9262 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9263 * man/frames.texi, man/glossary.texi, man/killing.texi:
9264 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9265 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9266 * man/sending.texi, man/text.texi, man/trouble.texi:
9267 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9268
92692003-11-01 Alan Mackenzie <acm@muc.de>
9270
9271 * search.texi (Scrolling During Incremental Search): Document a
9272 new scrolling facility in isearch mode.
9273
8cf51b2c
GM
92742003-10-22 Miles Bader <miles@gnu.org>
9275
9276 * Makefile.in (info): Move before $(top_srcdir)/info.
9277
92782003-10-22 Nick Roberts <nick@nick.uklinux.net>
9279
9280 * building.texi (Watch Expressions): Update section on data display
9281 to reflect code changes (GDB Graphical Interface).
9282
8cf51b2c
GM
92832003-10-13 Richard M. Stallman <rms@gnu.org>
9284
9285 * xresources.texi (GTK resources): Clean up previous change.
9286
c8763fb6 92872003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9288
9289 * xresources.texi (GTK resources): Add a note that some themes
9290 disallow customizations. Add scroll theme example.
9291
8cf51b2c
GM
92922003-09-30 Richard M. Stallman <rms@gnu.org>
9293
8cf51b2c
GM
9294 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9295
9296 * misc.texi (Saving Emacs Sessions): Shorten the section,
9297 collapsing back into one node.
9298
92992003-09-30 Lars Hansen <larsh@math.ku.dk>
9300
9301 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9302
ce058493 93032003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9304
9305 * xresources.texi (GTK names in Emacs): Correct typo.
9306
8cf51b2c
GM
93072003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9308
1c6c854e
CS
9309 * cmdargs.texi (Font X): Mention new default font.
9310 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9311 problems involved. (Result of discussion on emacs-devel.)
9312
93132003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9314
9315 * emacs.texi (Acknowledgements): Correct typo.
9316
93172003-09-22 Richard M. Stallman <rms@gnu.org>
9318
9319 * dired.texi (Misc Dired Commands): New node.
9320 (Dired Navigation): Add dired-goto-file.
9321
9322 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9323
9324 * emacs.texi (Acknowledgements): New node, split from Distribution.
9325
9326 * cmdargs.texi (Action Arguments): -f reads interactive args.
9327
8cf51b2c
GM
93282003-09-08 Lute Kamstra <lute@gnu.org>
9329
9330 * screen.texi (Mode Line): Say that POS comes before LINE.
9331 Mention `size-indication-mode'.
1c6c854e
CS
9332 * display.texi (Optional Mode Line):
9333 Document `size-indication-mode'.
8cf51b2c
GM
9334 * basic.texi (Position Info): Mention `size-indication-mode'.
9335
93362003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9337
9338 * xresources.texi (Resources): Refer to `editres' man page.
9339 (Lucid Resources): Update defaults. Expand description of
9340 `shadowThickness'.
9341
93422003-09-04 Miles Bader <miles@gnu.org>
9343
9344 * Makefile.in (top_srcdir): New variable.
9345 ($(top_srcdir)/info): New rule.
9346 (info): Depend on it.
9347
93482003-09-03 Peter Runestig <peter@runestig.com>
9349
9350 * makefile.w32-in: New file.
9351
93522003-08-29 Richard M. Stallman <rms@gnu.org>
9353
9354 * misc.texi (Saving Emacs Sessions): Correct previous change.
9355
8cf51b2c
GM
93562003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9357
8cf51b2c
GM
9358 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9359 (Intro): Include kmacro.texi after fixit.texi instead of after
9360 custom.texi. (As suggested by Kim Storm.)
9361
93622003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9363
9364 * fixit.texi (Fixit): Update `Next' pointer.
9365 * files.texi (Files): Update `Previous' pointer.
9366 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9367 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9368 (Suggested by Kim Storm.)
9369 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9370
93712003-08-18 Kim F. Storm <storm@cua.dk>
9372
9373 * kmacro.texi: New file describing enhanced keyboard macro
9374 functionality. Replaces old description in custom.texi.
9375
9376 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9377 (Keyboard Macros): Move to new kmacro.texi file.
9378
9379 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9380
8cf51b2c
GM
93812003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9382
9383 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9384
93852003-08-17 Alex Schroeder <alex@gnu.org>
9386
9387 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9388 required.
9389
8cf51b2c
GM
93902003-08-05 Richard M. Stallman <rms@gnu.org>
9391
9392 * programs.texi (Lisp Indent): Don't describe
9393 lisp-indent-function property here. Use xref to Lisp Manual.
9394
8cf51b2c
GM
93952003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9396
fffa137c 9397 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9398 abbreviations.
9399
94002003-07-24 Markus Rost <rost@math.ohio-state.edu>
9401
9402 * buffers.texi (List Buffers): Fix previous change.
9403
8cf51b2c
GM
94042003-07-13 Markus Rost <rost@math.ohio-state.edu>
9405
9406 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9407 List*.
9408
94092003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9410
8cf51b2c
GM
9411 * display.texi (Font Lock): Fix typo.
9412
94132003-07-07 Richard M. Stallman <rms@gnu.org>
9414
9415 * display.texi (Font Lock): Add xref for format info on
9416 font-lock-remove-keywords.
9417
9418 * building.texi (Compilation): Document what happens with asynch
9419 children of compiler process.
9420
9421 * help.texi (Library Keywords): Use @multitable.
9422
8cf51b2c
GM
94232003-06-04 Richard M. Stallman <rms@gnu.org>
9424
9425 * programs.texi (Expressions): Delete C-M-DEL.
9426
9427 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9428 comint-move-point-for-output renamed from
9429 comint-scroll-to-bottom-on-output.
9430
9431 * custom.texi (Init Rebinding): Replace previous change with xref.
9432 (Non-ASCII Rebinding): Explain that issue more briefly here.
9433
94342003-05-28 Richard M. Stallman <rms@gnu.org>
9435
9436 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9437
94382003-05-28 Nick Roberts <nick@nick.uklinux.net>
9439
9440 * building.texi (GDB Graphical Interface): New node.
9441 (Rewritten somewhat by RMS.)
9442
c8763fb6 94432003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9444
9445 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9446 non-English letters. Explain how to set coding systems correctly
9447 and how to include the right coding cookie in the file.
9448
c8763fb6 94492003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9450
9451 * indent.texi (Indentation): Explain the concepts.
9452 (Just Spaces): Explain why preventing tabs for indentation might
9453 be useful.
9454
8cf51b2c
GM
94552003-04-16 Richard M. Stallman <rms@gnu.org>
9456
9457 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9458
8cf51b2c
GM
94592003-02-22 Alex Schroeder <alex@emacswiki.org>
9460
9461 * cmdargs.texi (General Variables): Document SMTPSERVER.
9462
8cf51b2c
GM
9463 * sending.texi: Remove SMTP node.
9464 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9465 library.
9466
8cf51b2c
GM
94672003-02-22 Alex Schroeder <alex@emacswiki.org>
9468
9469 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9470
94712003-02-22 Simon Josefsson <jas@extundo.com>
9472
9473 * sending.texi (Mail Methods): Add node about SMTP.
9474
c8763fb6 94752003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9476
9477 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9478
8cf51b2c
GM
94792003-02-01 Kevin Ryde <user42@zip.com.au>
9480
9481 * glossary.texi (Glossary): Correction to cl cross reference.
9482
94832003-01-20 Richard M. Stallman <rms@gnu.org>
9484
9485 * killing.texi (Rectangles): Document C-x c r.
9486
c8763fb6 94872003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9488
9489 * xresources.texi (GTK resources): New node.
9490 (GTK widget names): New node.
9491 (GTK names in Emacs): New node.
9492 (GTK styles): New node.
9493
c8763fb6 94942003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9495
9496 * maintaining.texi (Create Tags Table): Add reference to the new
9497 `etags --help --lang=LANG' option.
9498
8cf51b2c
GM
94992002-10-02 Karl Berry <karl@gnu.org>
9500
49823426 9501 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9502 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9503 where needed for the sake of the HTML output.
8cf51b2c
GM
9504
95052001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9506
9507 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9508 source files.
9509
95102001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * Makefile.in (emacsman): New target.
9513
8cf51b2c
GM
95142001-10-20 Gerd Moellmann <gerd@gnu.org>
9515
9516 * (Version 21.1 released.)
9517
95182001-10-05 Gerd Moellmann <gerd@gnu.org>
9519
9520 * Branch for 21.1.
9521
8cf51b2c
GM
95222001-03-05 Gerd Moellmann <gerd@gnu.org>
9523
9524 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9525
8cf51b2c
GM
95262000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9527
9528 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9529
8cf51b2c
GM
95301999-07-12 Richard Stallman <rms@gnu.org>
9531
9532 * Version 20.4 released.
9533
95341998-12-04 Markus Rost <rost@delysid.gnu.org>
9535
9536 * Makefile.in (INFO_TARGETS): Delete customize.info.
9537 (DVI_TARGETS): Delete customize.dvi.
9538 (../info/customize, customize.dvi): Targets deleted.
9539
95401998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9541
9542 * Version 20.3 released.
9543
95441998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9545
9546 * Makefile.in (EMACSSOURCES): Add mule.texi.
9547 Add msdog.texi, ack.texi. Remove gnu1.texi.
9548
95491998-04-06 Andreas Schwab <schwab@gnu.org>
9550
768c0c0f
JB
9551 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9552 Use it in dvi targets.
8cf51b2c
GM
9553
95541997-09-23 Paul Eggert <eggert@twinsun.com>
9555
9556 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9557 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9558 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9559
95601997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9561
9562 * Version 20.2 released.
9563
95641997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9565
9566 * Version 20.1 released.
9567
95681997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9569
9570 * Makefile (../info/customize, customize.dvi): New targets.
9571 (INFO_TARGETS): Add ../info/customize.
9572 (DVI_TARGETS): Add customize.dvi.
9573
8cf51b2c
GM
95741996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9575
9576 * Version 19.33 released.
9577
95781996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9579
9580 * Version 19.32 released.
9581
8cf51b2c
GM
95821996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9583
9584 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9585
95861996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9587
9588 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9589 Specify -I option.
9590 (All dvi targets): Set the TEXINPUTS variable.
9591
95921996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9593
9594 * Version 19.31 released.
9595
8cf51b2c
GM
95961995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9597
9598 * Version 19.30 released.
9599
8cf51b2c
GM
96001995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9601
9602 * Makefile.in (maintainer-clean): Rename from realclean.
9603
96041994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9605
9606 * Makefile.in: New file.
9607 * Makefile: File deleted.
9608
96091994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9610
9611 * Makefile (TEXINDEX_OBJS): Variable deleted.
9612 (texindex, texindex.o, getopt.o): Rules deleted.
9613 All deps on texindex deleted.
9614 (distclean): Don't delete texindex.
9615 (mostlyclean): Don't delete *.o.
9616 * texindex.c, getopt.c: Files deleted.
9617
96181994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9619
9620 * Version 19.26 released.
9621
96221994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9623
9624 * Makefile (EMACSSOURCES): Exclude undo.texi.
9625
96261994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9627
9628 * Version 19.25 released.
9629
96301994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9631
9632 * Version 19.24 released.
9633
96341994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9635
9636 * Version 19.23 released.
9637
96381994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9639
9640 * Makefile: Delete spurious tab.
9641
96421994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9643
9644 * Makefile (.SUFFIXES): New rule.
9645
8cf51b2c
GM
96461993-12-04 Richard Stallman (rms@srarc2)
9647
9648 * getopt.c: New file.
9649 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9650 (getopt.o): New rule.
9651 (dvi): Don't depend on texindex.
49823426 9652 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9653
96541993-12-03 Richard Stallman (rms@srarc2)
9655
49823426
GM
9656 * Makefile (TEXI2DVI): New variable.
9657 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9658 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9659
96601993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9661
9662 * Version 19.22 released.
9663
96641993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9665
9666 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9667
96681993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9669
9670 * Version 19.21 released.
9671
8cf51b2c
GM
96721993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9673
9674 * Makefile (realclean): Don't delete the Info files.
9675
f0131492 96761993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9677
8cf51b2c
GM
9678 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9679 4' where appropriate.
9680
f0131492 96811993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9682
49823426 9683 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9684
9685 * texindex.c: Include "../src/config.h" if building in emacs.
9686
9687 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9688 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9689 Add target to build texindex.c, defining `emacs'.
9690
8cf51b2c
GM
96911993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9692
9693 * Version 19.19 released.
9694
8cf51b2c
GM
96951993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9696
9697 * Version 19.18 released.
9698
96991993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9700
9701 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9702
97031993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9704
9705 * Version 19.17 released.
9706
97071993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9708
9709 * split-man: Fix typos in last change.
9710
97111993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9712
9713 * Version 19.16 released.
9714
97151993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9716
9717 * version 19.15 released.
9718
97191993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9720
9721 * Makefile (distclean): It's rm, not rf.
9722
97231993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9724
9725 * Version 19.14 released.
9726
97271993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9728
9729 * Makefile: New file.
9730
97311993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9732
9733 * Version 19.13 released.
9734
97351993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9736
9737 * Version 19.9 released.
9738
97391993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9740
9741 * Version 19.8 released.
9742
97431993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9744
9745 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9746
9747 * trouble.texi: It's `enable-flow-control-on', not
9748 `evade-flow-control-on'.
9749
97501993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9751
9752 * display.texi: Document standard-display-european.
9753
97541993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9755
9756 * Version 19.7 released.
9757
9758 * emacs.texi: Add a sentence to the top menu mentioning the
9759 specific version of Emacs this manual applies to.
9760
97611993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9762
9763 * basic.texi: Document next-line-add-lines variable used to
9764 implement down-arrow.
9765
9766 * killing.texi: Document kill-whole-line.
9767
97681993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9769
9770 * text.texi: Update unix TeX ordering information.
9771
97721993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9773
9774 * news.texi: Mention fill-rectangle in keybinding list.
9775
9776 * killing.texi: Document fill-rectangle.
9777
97781993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9779
9780 * vc.texi: Bring the docs up to date with VC 5.2.
9781
97821992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9783
9784 * emacs.tex: Mention blackbox and gomoku under Amusements.
9785 Assembler mode is now mentioned and appropriately indexed
9786 under Programming Modes.
9787
97881991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9789
9790 * emacs.tex: Update TeX ordering information.
9791
8cf51b2c
GM
97921990-06-26 David Lawrence (tale@geech)
9793
9794 * emacs.tex: Note that completion-ignored-extensions is not used
9795 to filter out names when all completions are displayed in
9796 *Completions*.
9797
97981990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9799
9800 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9801
98021990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9803
9804 * emacs.tex: Add @findex grep.
9805
8cf51b2c
GM
98061988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9807
9808 * emacs.tex: Correct two typos. No other changes before
9809 Version 19 will be made.
9810
8cf51b2c
GM
98111988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9812
9813 * emacs.tex: Update information for obtaining TeX distribution from the
9814 University of Washington.
9815
9816;; Local Variables:
c8763fb6 9817;; coding: utf-8
8cf51b2c
GM
9818;; End:
9819
ab422c4d 9820 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9821
9822 This file is part of GNU Emacs.
9823
352c8b4a 9824 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9825 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9826 the Free Software Foundation, either version 3 of the License, or
9827 (at your option) any later version.
8cf51b2c
GM
9828
9829 GNU Emacs is distributed in the hope that it will be useful,
9830 but WITHOUT ANY WARRANTY; without even the implied warranty of
9831 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9832 GNU General Public License for more details.
9833
9834 You should have received a copy of the GNU General Public License
352c8b4a 9835 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.