* isearch.el (isearch-allow-prefix): New user option.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
80fa505f
AM
12013-06-05 Alan Mackenzie <acm@muc.de>
2
3 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
4 (Net Exiting Isearch): Document new user option
5 `isearch-allow-prefix'.
6
e5e4a942
JL
72013-06-03 Juri Linkov <juri@jurta.org>
8
9 * display.texi (Highlight Interactively): Add global keybindings
10 with the key prefix `M-s h'. Document old command `highlight-phrase'.
11 Document new command `highlight-symbol-at-point'.
12
67a3c09b
XF
132013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14
15 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
16 (VC Mode Line): Fix typo.
17 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
18 prefix argument.
67a3c09b 19
c362f195
XF
202013-06-02 Michael Albinus <michael.albinus@gmx.de>
21
22 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
23 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
24 autolaunching of the D-Bus session bus.
25
f46305c8 262013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
27
28 * programs.texi (Semantic): Fix typo.
29
bee07d4f
XF
302013-05-30 Xue Fuqiao <xfq.free@gmail.com>
31
32 * maintaining.texi (Types of Log File): Supplement some
33 information of change log files.
34
6d65486d
JL
352013-05-15 Juri Linkov <juri@jurta.org>
36
37 * search.texi (Repeat Isearch): Mention key `RET' to finish
38 editing the string. (Bug#13348)
39
27c8b6eb
GM
402013-05-14 Glenn Morris <rgm@gnu.org>
41
42 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
43
2d809ffa 442013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
45
46 * sending.texi (Mail Sending): Fix typo.
47
48 * windows.texi (Change Window): Fix typo.
49
90ed99d5
GM
50 * custom.texi (Changing a Variable): Fix typo.
51
9698b18f
GM
52 * trouble.texi (Contributing): Remove obsolete info re pretesters.
53
cbee2131
PE
542013-05-05 Paul Eggert <eggert@cs.ucla.edu>
55
56 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
57 * cmdargs.texi (Initial Options):
58 * files.texi (Customize Save): Document this.
59
fd3a9a6b
GM
602013-05-04 Glenn Morris <rgm@gnu.org>
61
62 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
63
5294599f
PE
642013-03-17 Paul Eggert <eggert@cs.ucla.edu>
65
66 doc: convert some TeX accents to UTF-8
67 * ack.texi (Acknowledgments):
68 * emacs.texi (Acknowledgments):
69 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
70 Apparently the TeX accents cause problems when generating gnu.org
71 web pages, e.g., @l{} is rendered as '/l' on
72 <http://www.gnu.org/software/emacs/manual/html_node/
73 emacs/Acknowledgments.html>.
74
78be8b64 752013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
76
77 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
78
681ebc33
PE
792013-03-04 Paul Eggert <eggert@cs.ucla.edu>
80
81 Prefer UTF-8 for documentation.
82 With GNU Texinfo 5.0, this generates nicer-looking info files,
83 since they can use curly quotes. With older Texinfo it doesn't matter.
84 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
85 Switch from Latin-1 to UTF-8.
86
929aeac6 872013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
88
89 * xresources.texi (GTK resources): Fix broken link.
90
343a2aef
EZ
912013-02-25 Eli Zaretskii <eliz@gnu.org>
92
93 * files.texi (Interlocking): Don't refer to symlinks as the
94 exclusive means of locking files.
95
cee1a690
GM
962013-02-22 Glenn Morris <rgm@gnu.org>
97
98 * ack.texi (Acknowledgments):
99 * emacs.texi (Acknowledgments): Small updates.
100
f0c954fa
GM
1012013-02-21 Glenn Morris <rgm@gnu.org>
102
103 * files.texi (File Conveniences): Not just GIFs can be animated.
104
4e16ddf4
GM
1052013-02-13 Glenn Morris <rgm@gnu.org>
106
107 * ack.texi (Acknowledgments): Don't mention yow any more.
108
a683d06b
PE
1092013-02-13 Paul Eggert <eggert@cs.ucla.edu>
110
111 * cmdargs.texi (General Variables):
112 Fix TMPDIR documentation to match the code's behavior.
113
c4af1efc
GM
1142013-02-10 Glenn Morris <rgm@gnu.org>
115
116 * trouble.texi (Checklist): Update bug keybinding.
117
8549f9e8
EZ
1182013-02-09 Eli Zaretskii <eliz@gnu.org>
119
120 * msdog.texi (Text and Binary): Delete the description of
121 file-name-buffer-file-type-alist.
122
7f102272
PE
1232013-01-19 Paul Eggert <eggert@cs.ucla.edu>
124
ee271528
PE
125 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
126 Without it, I don't see function names. Older addr2line
127 implementations will die out sooner or later, so tailor the
128 first suggestion to recent addr2line, with a followup about
129 older ones.
7f102272 130
795e7a5b 1312013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
132
133 * custom.texi (Directory Variables): Fix paren typo.
134
ecde0368
GM
135 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
136
827253f7
GM
137 * custom.texi (Custom Themes): Fix typo.
138
acfe10b7
BG
1392013-01-07 Bastien Guerry <bzg@gnu.org>
140
141 * help.texi (Apropos): Document `apropos-user-option' and update
142 the doc for `apropos-variable'.
143
f8acde11
GM
1442013-01-05 Glenn Morris <rgm@gnu.org>
145
146 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
147
d72a2793
GM
1482012-12-21 Glenn Morris <rgm@gnu.org>
149
150 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
151 Simply include doclicense.
152
1b947faa
CY
1532012-12-21 Chong Yidong <cyd@gnu.org>
154
155 * frames.texi (Mouse Commands): Fix description of the effect of
156 mouse dragging (Bug#13049).
157
f25f57bf
JL
1582012-12-15 Juri Linkov <juri@jurta.org>
159
160 * misc.texi (Recursive Edit): Add a link to "Query Replace".
161 (Bug#13181)
162
265c2fbf 1632012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
164
165 * killing.texi (Deletion): Doc fix (Bug#12748).
166
4288142b
PE
1672012-12-06 Paul Eggert <eggert@cs.ucla.edu>
168
169 * doclicense.texi, gpl.texi: Update to latest version from FSF.
170 These are just minor editorial changes.
171
d8ad4d3f 1722012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
173
174 * vc1-xtra.texi (General VC Options): Remove obsolete reference
175 to `vc-path'.
176
c5bc2d1d 1772012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
178
179 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
180
1cbaa705
KR
1812012-12-02 Kevin Ryde <user42@zip.com.au>
182
183 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
184
00054d21
KR
1852012-12-01 Kevin Ryde <user42@zip.com.au>
186
187 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
188
c07a6ded
PE
1892012-11-24 Paul Eggert <eggert@cs.ucla.edu>
190
191 * doclicense.texi, gpl.texi: Update to latest version from FSF.
192 These are just minor editorial changes.
193
6ef2e5ef 1942012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
195
196 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
197 clarifications (Bug#12865).
198 (Horizontal Scrolling): Clarifications.
199
2ac9538d 2002012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
201
202 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
203
a33da68b
EZ
2042012-11-16 Eli Zaretskii <eliz@gnu.org>
205
206 * trouble.texi (Crashing): Add information about MS-Windows and
207 the emacs_backtrace.txt file. (Bug#12908)
208
f78ee6af 2092012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
210
211 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
212 actually named gdb-stopped-functions.
213
f78ee6af 2142012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
215
216 * misc.texi (Single Shell): Mention async-shell-command-buffer.
217
19e09879
GM
2182012-11-10 Glenn Morris <rgm@gnu.org>
219
220 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
221
ef7238c3
GM
222 * emacs.texi (Acknowledgments): Add profiler author.
223 * ack.texi (Acknowledgments): Add some recent contributions.
224
6baf66d5 2252012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 226
9d9e48d9
CY
227 * files.texi (Diff Mode): Doc fixes for
228 diff-delete-trailing-whitespace (Bug#12831).
229
4c1f6a5b
CY
230 * trouble.texi (Crashing): Copyedits.
231
6baf66d5 2322012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
233
234 * files.texi (Diff Mode): Trailing whitespace updates.
235
6baf66d5 2362012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 237
4eeba558
CY
238 * misc.texi (Terminal emulator): Document Term mode faces.
239
7d806bfe
CY
240 * mini.texi (Basic Minibuffer): New node. Document
241 minibuffer-electric-default-mode.
242
243 * display.texi (Visual Line Mode): Fix index entry.
244
cce0aa5a
CY
245 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
246 and index the keybindings. Document tabulated-list-sort.
247 (Kill Buffer): Capitalize Buffer Menu.
248
249 * trouble.texi (Memory Full): Capitalize Buffer Menu.
250
6baf66d5 2512012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
252
253 * display.texi (Auto Scrolling): Clarify that scroll-step is
254 ignored when scroll-conservatively is set to a non-zero value.
255 (Bug#12801)
256
6baf66d5 2572012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
258
259 * dired.texi (Dired Updating): Doc fix (Bug#11744).
260
87288971
MA
2612012-10-30 Michael Albinus <michael.albinus@gmx.de>
262
263 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
264
fc83c2de
CY
2652012-10-29 Chong Yidong <cyd@gnu.org>
266
267 * dired.texi (Shell Commands in Dired): Document changes to the
268 dired-do-async-shell-command.
269
82b21017
GM
2702012-10-28 Glenn Morris <rgm@gnu.org>
271
272 * ack.texi (Acknowledgments): Mention gv.el.
273
caa5e5a4
BG
2742012-10-27 Bastien Guerry <bzg@gnu.org>
275
276 * screen.texi (Menu Bar): Fix typo.
277
05b621a6
CY
2782012-10-27 Chong Yidong <cyd@gnu.org>
279
280 * frames.texi (Mouse Avoidance): Mention new variable
281 mouse-avoidance-banish-position.
282
283 * programs.texi (Which Function): Which Function mode now works in
284 all major modes by default.
285
286 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
287
288 * files.texi (Misc File Ops): Symbolic links on Windows only work
289 on Vista and later.
290
291 * building.texi (Compilation): Document compilation-always-kill.
292
293 * search.texi (Symbol Search): New node.
294
295 * package.texi (Package Menu): Document the "new" status.
296
297 * windows.texi (Window Choice): Don't refer to the obsolete
298 special-display feature.
299
cd996018
CY
3002012-10-24 Chong Yidong <cyd@gnu.org>
301
302 * mule.texi (Text Coding): set-buffer-file-coding-system can now
303 be invoked from the mode line.
304
305 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
306 changes to the mark and unmark commands.
307 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
308 which is no longer bound to dired-backup-diff.
309
fe605b94
BG
3102012-10-23 Bastien Guerry <bzg@gnu.org>
311
9eadb1a9
BG
312 * text.texi (Org Authoring): Use a comma after @ref to avoid the
313 insertion of a period in the Info output.
fe605b94 314
d1069532
SM
3152012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * custom.texi (Hooks): Clarify that -hooks is deprecated.
318
1fb3aa3f
CY
3192012-10-23 Chong Yidong <cyd@gnu.org>
320
321 * kmacro.texi (Edit Keyboard Macro): Fix typo.
322
f42f1094
DM
3232012-10-18 Dani Moncayo <dmoncayo@gmail.com>
324
325 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
326
6c24e35f
GM
3272012-10-17 Glenn Morris <rgm@gnu.org>
328
329 * mini.texi (Repetition): Further copyedit.
330
429cdb05
DM
3312012-10-17 Dani Moncayo <dmoncayo@gmail.com>
332
333 * mini.texi (Repetition): Copyedit.
334
e5a94ec4
JL
3352012-10-16 Juri Linkov <juri@jurta.org>
336
337 * search.texi (Query Replace): Document multi-buffer replacement
338 keys. (Bug#12655)
339
340 * maintaining.texi (Tags Search): Change link "Replace" to
341 "Query Replace".
342
73f2b4ab
CY
3432012-10-13 Chong Yidong <cyd@gnu.org>
344
345 * files.texi (File Conveniences): ImageMagick enabled by default.
346
d8e213eb
DM
3472012-10-10 Dani Moncayo <dmoncayo@gmail.com>
348
349 * basic.texi (Arguments): Fix typos.
350
b859a383
GM
3512012-10-08 Glenn Morris <rgm@gnu.org>
352
cad4f290
GM
353 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
354
b859a383
GM
355 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
356
f1f4dba0
GM
3572012-10-06 Glenn Morris <rgm@gnu.org>
358
359 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
360 Mention cal-tex-cursor-week2-summary.
361
c6b68a28
CY
3622012-10-06 Chong Yidong <cyd@gnu.org>
363
364 * mini.texi (Passwords): Fix typo.
365
751bac18
GM
3662012-10-02 Glenn Morris <rgm@gnu.org>
367
368 * maintaining.texi (VC Directory Commands):
369 Remove duplicate `q' entry. (Bug#12553)
370
48de8b12
CY
3712012-09-30 Chong Yidong <cyd@gnu.org>
372
373 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
374
375 * search.texi (Special Isearch): Document the lax space search
376 feature and M-s SPC.
377 (Regexp Search): Move main search-whitespace-regexp description to
378 Special Isearch.
379 (Replace): Document replace-lax-whitespace.
380
381 * basic.texi (Position Info): Document C-u M-=.
382 (Moving Point): Document move-to-column.
383
384 * display.texi (Useless Whitespace): Add delete-trailing-lines.
385
386 * misc.texi (emacsclient Options): Document the effect of
387 initial-buffer-choice on client frames. Document server-auth-dir.
388 Do not document server-host, which is bad security practice.
389
390 * building.texi (Lisp Libraries): Docstring lookups can trigger
391 autoloading. Document help-enable-auto-load.
392
393 * mini.texi (Yes or No Prompts): New node.
394
395 * ack.texi (Acknowledgments): Remove obsolete packages.
396
4695c850
GM
3972012-09-27 Glenn Morris <rgm@gnu.org>
398
399 * cal-xtra.texi (Advanced Calendar/Diary Usage):
400 Rename the section to be more general.
401 * emacs.texi: Update menu.
402
e109c4a6
CY
4032012-09-23 Chong Yidong <cyd@gnu.org>
404
405 * buffers.texi (Misc Buffer): Replace toggle-read-only with
406 read-only-mode.
407
408 * files.texi (Visiting): Likewise.
409
2e83df57
PE
4102012-09-22 Paul Eggert <eggert@cs.ucla.edu>
411
412 * trouble.texi (Crashing): Document ulimit -c.
413
58f3a196
PE
4142012-09-21 Paul Eggert <eggert@cs.ucla.edu>
415
416 * trouble.texi (Crashing): Document addr2line.
417
4ef1567b
CY
4182012-09-19 Chong Yidong <cyd@gnu.org>
419
420 * killing.texi (Yanking): Minor clarification (Bug#12469).
421
9e9da873
CY
4222012-09-17 Chong Yidong <cyd@gnu.org>
423
424 * building.texi (GDB User Interface Layout): Remove reference to
425 removed variable gdb-use-separate-io-buffer (Bug#12454).
426
0979429b
J
4272012-09-08 Jambunathan K <kjambunathan@gmail.com>
428
429 * regs.texi (Text Registers): `C-x r +' can now be used instead of
430 M-x append-to-register. New option `register-separator'.
431 (Number Registers): Mention that `C-x r +' is polymorphic.
432
14ba4cf3
CY
4332012-09-07 Chong Yidong <cyd@gnu.org>
434
435 * windows.texi (Window Choice): Don't mention obsolete
436 display-buffer-reuse-frames.
437
cf29dd84
PE
4382012-09-04 Paul Eggert <eggert@cs.ucla.edu>
439
440 Give more-useful info on a fatal error (Bug#12328).
441 * trouble.texi (Crashing): New section, documenting this.
442
aa0ecd94
MA
4432012-08-24 Michael Albinus <michael.albinus@gmx.de>
444
0979429b
J
445 * cmdargs.texi (General Variables):
446 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
447 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 448
ba025fbd
EZ
4492012-08-14 Eli Zaretskii <eliz@gnu.org>
450
451 * building.texi (Debugger Operation): Correct and improve
452 documentation of the GUD Tooltip mode.
453
0c51ff6d
CY
4542012-07-31 Chong Yidong <cyd@gnu.org>
455
456 * emacs.texi: Fix ISBN (Bug#12080).
457
35b6586e
CY
4582012-08-05 Chong Yidong <cyd@gnu.org>
459
460 * display.texi (Faces): Document frame-background-mode (Bug#7774).
461
462 * custom.texi (Face Customization): Move discussion of face
463 inheritance here, from Faces section.
464
0e1a094f 4652012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
466
467 * frames.texi (Mouse Commands): Fix the description of mouse-2.
468 (Bug#11958)
469
e32a12b5
CY
4702012-07-19 Chong Yidong <cyd@gnu.org>
471
472 * emacs.texi: Update ISBN.
473
9ea10cc3
CY
4742012-07-17 Chong Yidong <cyd@gnu.org>
475
476 * basic.texi (Inserting Text): Replace ucs-insert with
477 insert-char. Provide more details of input.
478
479 * mule.texi (International Chars, Input Methods): Likewise.
480
b68b3337
CY
4812012-07-13 Chong Yidong <cyd@gnu.org>
482
dea31bd3
CY
483 * custom.texi (Examining): Update C-h v message.
484
b68b3337
CY
485 * buffers.texi (Misc Buffer): Document view-read-only.
486
ab4c47d3
CY
4872012-07-07 Chong Yidong <cyd@gnu.org>
488
489 * custom.texi (Init File): Index site-lisp (Bug#11435).
490
6edc3d28
CY
4912012-07-06 Chong Yidong <cyd@gnu.org>
492
493 * emacs.texi: Re-order top-level menu to correspond to logical
494 order, to avoid makeinfo warnings.
495
496 * ack.texi (Acknowledgments): Note new python.el.
497
3812efdc
CY
4982012-06-29 Chong Yidong <cyd@gnu.org>
499
500 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
501 * basic.texi (Erasing, Basic Undo): Fix markup.
502
c8d3a25c 5032012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
504
505 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
506
c8d3a25c 5072012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
508
509 * fixit.texi (Undo): Fix typo. (Bug#11775)
510
65400531
GM
5112012-06-27 Glenn Morris <rgm@gnu.org>
512
513 * ack.texi (Acknowledgments): Tiny update.
514
ac1a0ce1 5152012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
516
517 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
518
ddfbf826 5192012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 520
ddfbf826 521 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
522
523 * anti.texi:
524 * building.texi:
525 * cmdargs.texi:
526 * custom.texi:
527 * display.texi:
528 * files.texi:
529 * frames.texi:
530 * glossary.texi:
531 * misc.texi:
532 * mule.texi:
533 * programs.texi:
534 * sending.texi:
535 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
536
85973ba0
MA
5372012-06-06 Michael Albinus <michael.albinus@gmx.de>
538
539 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
540
c1dabff0
GM
5412012-05-28 Glenn Morris <rgm@gnu.org>
542
543 * ack.texi, building.texi, calendar.texi, custom.texi:
544 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
545
abb9615e
GM
5462012-05-27 Glenn Morris <rgm@gnu.org>
547
bd39eb06
GM
548 * emacs.texi: Simplify following removal of node pointers.
549
abb9615e
GM
550 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
551 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
552 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
553 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
554 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
555 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
556 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
557 * windows.texi, xresources.texi: Nuke hand-written node pointers.
558
6c200b4a
GM
5592012-05-22 Glenn Morris <rgm@gnu.org>
560
561 * emacs.texi (Acknowledgments): Add another contributor.
562
3fe7cdc8
GM
5632012-05-12 Glenn Morris <rgm@gnu.org>
564
565 * Makefile.in (MKDIR_P): New, set by configure.
566 (mkinfodir): Use $MKDIR_P.
567
dc0f75c8
GM
5682012-05-10 Glenn Morris <rgm@gnu.org>
569
b8a82b69
GM
570 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
571 with "coding: raw-text".
572
dc0f75c8
GM
573 * files.texi (Interlocking): Mention create-lockfiles option.
574
666b903b 5752012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
576
577 * frames.texi (Mouse References, Mouse Commands): Fix index
578 entries (Bug#11362).
579
eceeb5fc 5802012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 581
eceeb5fc
CY
582 * custom.texi (Customization Groups, Custom Themes, Examining):
583 Improve page breaks.
584
585 * rmail.texi (Rmail Display): Use example rather than smallexample.
586
587 * calendar.texi: Convert inforefs to refs.
588
589 * dired.texi (Dired Enter): Improve page break.
590
591 * abbrevs.texi (Abbrev Concepts): Copyedits.
592
593 * maintaining.texi (Registering, Tag Syntax):
594 Tweak line and page breaks.
595
596 * programs.texi (Programs, Electric C): Copyedits.
597 (Program Modes): Add xref to Fortran.
598 (Left Margin Paren): Remove what was (oddly enough) the only use
599 of defvar in the entire Emacs manual.
600 (Hungry Delete): Remove footnote about ancient Emacs version.
601 (Other C Commands): Use example rather than smallexample.
602
603 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
604 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
605 Tweak line and page breaks.
606
607 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
608 (Major Modes): Use example rather than smallexample.
bbba8869 609
eceeb5fc
CY
610 * mule.texi (Output Coding): Reword to improve page-breaks.
611
612 * frames.texi (Fonts): Tweak line and page breaks.
613 Use example rather than smallexample. Change cross-reference.
614 (Text-Only Mouse): Fix xref.
615
616 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
617 (Indirect Buffers): Tweak line- and page-breaks.
618
619 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
620
8045b906
GM
6212012-05-04 Glenn Morris <rgm@gnu.org>
622
623 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
624 (info, infoclean): Use $INFO_EXT.
625 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
626 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
627 (INFO_TARGETS): Use $INFO_EXT.
628 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
629
90207a15 6302012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
631
632 * emacs.texi (@copying): Only print EDITION in the TeX version.
633
e2058813
GM
634 * search.texi (Regexp Search): Just say "Emacs".
635
a162959e
GM
636 * display.texi (Auto Scrolling):
637 Reword to avoid repetition and improve page break.
638
9eb25ee8
GM
639 * xresources.texi (Resources):
640 * mule.texi (Language Environments):
641 * misc.texi (Amusements):
642 * maintaining.texi (VC Change Log):
643 * frames.texi (Fonts):
644 * custom.texi (Specifying File Variables, Minibuffer Maps):
645 * cmdargs.texi (Initial Options):
646 * building.texi (Flymake):
647 Reword to remove/reduce some overly long/short lines.
648
a4289d0e
GM
6492012-04-27 Glenn Morris <rgm@gnu.org>
650
651 * emacs.texi: Some fixes for detailed menu.
652
1a72be46
GM
653 * emacs.texi: Add "et al." to authors.
654
16152b76
GM
655 * ack.texi, basic.texi, buffers.texi, building.texi:
656 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
657 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
658 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
659 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
660 * search.texi, trouble.texi, windows.texi:
661 Use Texinfo recommended convention for quotes+punctuation.
662
578c1d4b 6632012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 664
578c1d4b
GM
665 * mule.texi (Bidirectional Editing): Improve indexing.
666 Minor wording tweaks.
84412f2c 667
467a33d0
CY
6682012-04-15 Chong Yidong <cyd@gnu.org>
669
670 * misc.texi (emacsclient Options): More clarifications.
671
e6fd457e 6722012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 673
41be52d7
GM
674 * msdog.texi (Windows Printing): It doesn't set printer-name.
675
05806f43
GM
676 * mule.texi (Language Environments): Move font info to "Fontsets".
677 (Fontsets): Move intlfonts etc here from "Language Environments".
678 Copyedits.
679 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
680 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
681
e6fd457e 6822012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 683
0be641c0
CY
684 * glossary.texi (Glossary): Standardize on "text terminal"
685 terminology. All callers changed.
686
6a00f380
CY
687 * misc.texi (emacsclient Options): Document "client frame" concept
688 and its effect on C-x C-c more carefully.
689
e6fd457e 6902012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 691
870e8fb8
GM
692 * frames.texi (Scroll Bars):
693 * glossary.texi (Glossary): Use consistent case for "X Window System".
694
71cd7772
GM
695 * mule.texi (Select Input Method, Coding Systems):
696 State command names in kbd tables.
697 (Recognize Coding): Add cross-ref.
698 (Output Coding): Don't mention message mode in particular.
699 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
700 Copyedits.
701
35dc09a1 7022012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
703
704 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
705 Copyedits.
706 (Coding Systems): Mac OS X apparently uses newlines for EOL.
707 (Recognize Coding): Remove old auto-coding-regexp-alist example.
708 auto-coding-functions does not override coding: tags.
709 Remove rmail-decode-mime-charset; it no longer has any effect.
710
35dc09a1 7112012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
712
713 * custom.texi (Creating Custom Themes): Add reference to Custom
714 Themes node in Lisp manual.
715
35dc09a1 7162012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
717
718 * mule.texi (International): Copyedits.
719 (International Chars): Update C-x = example output.
720 (Disabling Multibyte): Rename from "Enabling Multibyte".
721 Clarify what "unibyte: t" does, and mode-line description.
722 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
723 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 724 (Language Environments): Copyedits.
893585f4
GM
725 (Input Methods): Copyedits. Use "^" for the postfix example,
726 because it is less confusing inside Info's `quotes'.
e0550cae 727
bd7239f5 728 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
729 Update for "Disabling Multibyte" node name change.
730 * emacs.texi: Update for "Disabling Multibyte" node name change.
731
1c64e6ed
GM
732 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
733 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
734 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
735 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
736 * sending.texi, text.texi, trouble.texi:
737 Use @file for buffers, per the Texinfo manual.
738
20331c1c
GM
739 * entering.texi (Entering Emacs):
740 Do not mention initial-buffer-choice = t.
741
8fc85b20
GM
742 * misc.texi (Gnus Startup): Use @env for environment variables.
743
35dc09a1
GM
744 * Makefile.in: Replace non-portable use of $< in ordinary rules.
745
87124233
GM
7462012-04-12 Glenn Morris <rgm@gnu.org>
747
748 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
749
f3774f20
GM
7502012-04-07 Glenn Morris <rgm@gnu.org>
751
752 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
753
8980d0b9
GM
7542012-04-05 Glenn Morris <rgm@gnu.org>
755
756 * glossary.texi (Glossary): Use anchors for internal cross-references.
757
8bf27c8a
GM
7582012-04-04 Glenn Morris <rgm@gnu.org>
759
760 * glossary.texi (Glossary): Copyedits.
761 Use Texinfo-recommended convention for quotes and punctuation.
762 Comment out a few specialized (Rmail) items.
a0706406 763 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 764 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 765
529c06b6
CY
7662012-04-03 Chong Yidong <cyd@gnu.org>
767
768 * sending.texi (Mail Misc): Fix an index entry.
769
53b0595a
EZ
7702012-04-02 Eli Zaretskii <eliz@gnu.org>
771
772 * msdog.texi (Windows Startup): Add description of emacsclient
773 operation under -c and -t on MS-Windows.
774
775 * misc.texi (emacsclient Options): Add cross-reference to "Windows
776 Startup". (Bug#11091)
777
d8e213eb 7782012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
779
780 * custom.texi (Changing a Variable): Fix example.
781
0d224826
EZ
7822012-04-01 Eli Zaretskii <eliz@gnu.org>
783
784 * misc.texi (emacsclient Options): More clarifications about -t
785 and -c on MS-Windows. (Bug#11091)
786
1d265f9f
EZ
7872012-03-31 Eli Zaretskii <eliz@gnu.org>
788
789 * misc.texi (emacsclient Options): Document peculiarities of new
790 frame creation on MS-Windows under -c or -t options. (Bug#11091)
791
5319014e
CY
7922012-03-30 Chong Yidong <cyd@gnu.org>
793
794 * files.texi (File Conveniences): Clarify Imagemagick discussion.
795
2bfab837
GM
7962012-03-22 Glenn Morris <rgm@gnu.org>
797
798 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
799
986bd52a
CY
8002012-03-17 Chong Yidong <cyd@gnu.org>
801
802 * package.texi (Package Installation): Document use of
803 package-initialize in init file.
804
66ecdc9e
GM
8052012-03-16 Glenn Morris <rgm@gnu.org>
806
807 * help.texi (Language Help):
808 * mule.texi (International Chars):
809 etc/HELLO is for character demonstration.
810
d8e213eb 8112012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
812
813 * dired.texi (Shell Commands in Dired): Fix typo.
814
a08a07e3
CY
8152012-03-04 Chong Yidong <cyd@gnu.org>
816
817 * killing.texi (Clipboard): Document clipboard manager.
818
53eced6d
GM
8192012-02-29 Glenn Morris <rgm@gnu.org>
820
f8425af2
GM
821 * ack.texi (Acknowledgments): Use @Tex{} in more places.
822
775b55af
GM
823 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
824
53eced6d
GM
825 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
826
44e97401
GM
8272012-02-28 Glenn Morris <rgm@gnu.org>
828
829 * custom.texi, display.texi, emacs.texi, files.texi:
830 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
831 Standardize possessive apostrophe usage.
832
525795c1
JD
8332012-02-25 Jan Djärv <jan.h.d@swipnet.se>
834
835 * macos.texi (Mac / GNUstep Customization): Remove text about
836 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
837
d8e213eb 8382012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
839
840 * buffers.texi (Select Buffer): Mention that saving in a new file
841 name can switch to a different major mode.
842
6ea1787e
GM
8432012-02-23 Glenn Morris <rgm@gnu.org>
844
49fe4321
GM
845 * mini.texi (Minibuffer File, Completion Options, Repetition):
846 Copyedits.
847 (Completion Example): Other M-x au* commands may be defined.
848 (Completion Styles): Mention emacs21 and completion-category-overrides.
849
8f4042d2
GM
850 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
851 (Windows Keyboard, Windows Mouse, Windows Processes)
852 (Windows Printing, Windows Misc): Copyedits.
853 (ls in Lisp): Update switches list.
854
371fb833
GM
855 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
856 Update dos-mode* function names.
857 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
858 (MS-DOS Processes): Add xref to main ls-lisp section.
859
6ea1787e
GM
860 * ack.texi (Acknowledgments): Mention smie.
861
40ace058
GM
8622012-02-22 Glenn Morris <rgm@gnu.org>
863
864 * macos.texi: Copyedits. Fix @key/@kbd usage.
865 (Mac / GNUstep Basics): Don't mention the panels, since the next
866 section covers them.
867 (Mac / GNUstep Customization): Merge some panel info from previous.
868
41f1e868
GM
8692012-02-21 Glenn Morris <rgm@gnu.org>
870
68af8d4f
GM
871 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
872 Small fixes.
873
2e03845d
GM
874 * emacs-xtra.texi: Picture mode is no longer a chapter.
875
f9a998c3
GM
876 * picture-xtra.texi (Basic Picture): C-a does get remapped.
877
41f1e868
GM
878 * ack.texi (Acknowledgments): Small changes, including resorting,
879 and removal of things no longer distributed.
880
ea09410d
GM
8812012-02-20 Glenn Morris <rgm@gnu.org>
882
2d2f6581
GM
883 * emacs.texi (Top, Preface): Small rephrasings.
884 (menu, detailmenu): Update entries, and reformat some descriptions.
885 * building.texi, display.texi, emacs-xtra.texi, files.texi:
886 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
887 Reformat some menu descriptions.
888
196f8c0e
GM
889 * ack.texi (Acknowledgments): More updates.
890
8730412a
GM
891 * emacs.texi (Acknowledgments): Add several names from ack.texi,
892 and from Author: headers.
ae15b89b 893 (Distrib): Small updates.
ea09410d 894
37863f20
GM
8952012-02-18 Glenn Morris <rgm@gnu.org>
896
37c3b9ee
GM
897 * ack.texi (Acknowledgments): Add xref to Org manual.
898
b474519e
GM
899 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
900 of '*mail*', since Message does not call it that.
901 (Rmail Reply): Rename rmail-dont-reply-to-names.
902 \\`info- no longer handled specially.
903 Update for rmail-enable-mime-composing.
904 Don't mention 'm' for replies.
905 Don't mention rmail-mail-new-frame and cancelling, since it does
906 not work for Message at the moment.
907
a5987767
GM
908 * cal-xtra.texi: Copyedits.
909
37863f20
GM
910 * emacs-xtra.texi: Set encoding to ISO-8859-1.
911
112d1241
GM
9122012-02-17 Glenn Morris <rgm@gnu.org>
913
0fd2c9a3
GM
914 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
915
1d6ecbfa
GM
916 * ack.texi (Acknowledgments): Mention Gnulib.
917
102f1b54
GM
918 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
919
112d1241
GM
920 * calendar.texi: Misc small changes, including updating the dates
921 of examples.
922
3a05ff1d
GM
9232012-02-16 Glenn Morris <rgm@gnu.org>
924
d1354af0
GM
925 * calendar.texi: Misc small changes.
926
5f9756ec
GM
927 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
928 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
929
3b19a30d
GM
930 * dired-xtra.texi (Subdir Switches): Small fixes.
931
3a05ff1d
GM
932 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
933
9f26dc24
GM
9342012-02-15 Glenn Morris <rgm@gnu.org>
935
936 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
937
fb969a57
GM
9382012-02-12 Glenn Morris <rgm@gnu.org>
939
940 * ack.texi (Acknowledgments):
941 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
942
0aca1292
GM
9432012-02-10 Glenn Morris <rgm@gnu.org>
944
104dc9c6
GM
945 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
946
0aca1292
GM
947 * programs.texi (Misc for Programs): Mention electric-layout-mode.
948
91af9d2e
GM
9492012-02-09 Glenn Morris <rgm@gnu.org>
950
0aca1292
GM
951 * buffers.texi (Misc Buffer): M-x info does not seem to require a
952 buffer switch after M-x rename-uniquely.
63c727b2 953
91af9d2e
GM
954 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
955
1ef1990c
JB
9562012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
957
958 * text.texi (Org Mode): Fix typo.
959
e74e58c9
GM
9602012-02-08 Glenn Morris <rgm@gnu.org>
961
cefee440
GM
962 * ack.texi (Acknowledgments): Update emacs-lock info.
963
a7686350
GM
964 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
965
e74e58c9
GM
966 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
967
fe93bc91
GM
9682012-02-07 Glenn Morris <rgm@gnu.org>
969
970 * files.texi (File Conveniences): Mention ImageMagick images.
971
d273439c
GM
9722012-02-05 Glenn Morris <rgm@gnu.org>
973
649f602c
GM
974 * trouble.texi (Checklist): Mention debug-on-event.
975
d273439c
GM
976 * maintaining.texi (Maintaining): Add cross-ref to ERT.
977
a9410bdf
GM
9782012-02-04 Glenn Morris <rgm@gnu.org>
979
1f5e1a16
GM
980 * macos.texi (Customization options specific to Mac OS / GNUstep):
981 New subsection.
982
b7314ef7
GM
983 * display.texi (Colors): Mention list-colors-sort.
984
a9410bdf
GM
985 * files.texi (File Conveniences): Mention image animation.
986
75319d7f
CY
9872012-01-31 Chong Yidong <cyd@gnu.org>
988
989 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
990 scroll bars (Bug#10666).
991
2680c309
CY
9922012-01-28 Chong Yidong <cyd@gnu.org>
993
691db250
CY
994 * files.texi (Filesets): Fix typos.
995
2680c309
CY
996 * display.texi (Faces): Add xref to Colors node.
997
2a90dfca
DM
9982012-01-27 Dani Moncayo <dmoncayo@gmail.com>
999
1000 * buffers.texi (Select Buffer): Clarify explanation of switching
1001 to new buffers. Fix description of next-buffer and
6df6ae42 1002 previous-buffer (Bug#10334).
2a90dfca
DM
1003 (Misc Buffer): Add xref to View Mode.
1004
1005 * text.texi (Fill Commands): Fix description of
1006 sentence-end-double-space.
1007
20d2304d
CY
10082012-01-23 Chong Yidong <cyd@gnu.org>
1009
f088cb8b 1010 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1011
01ec1eed
VS
10122012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1013
1014 * programs.texi (Comment Commands): Typo (bug#10514).
1015
06848b82
CY
10162012-01-15 Chong Yidong <cyd@gnu.org>
1017
1018 * xresources.texi (X Resources): Describe GTK+ case first.
1019 (Resources): Don't use borderWidth as an example, since it doesn't
1020 work with GTK+.
1021 (Table of Resources): Clarify role of several resources, including
1022 the Emacs 24 behavior of cursorBlink etc.
1023 (Face Resources): Node deleted. Recommend using Customize
1024 instead. Add paragraph to `Table of Resources' node summarizing
1025 how to use X resources for changing faces.
1026 (Lucid Resources): Rewrite, omitting description of font names,
1027 referring to the Fonts node instead.
1028 (LessTif Resources): Copyedits.
1029 (GTK resources): Rewrite, describing the difference between gtk2
1030 and gtk3.
1031 (GTK Resource Basics): New node.
1032 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1033 (GTK styles): Just refer to Fonts node for GTK font format.
1034
1035 * display.texi (Faces): Document the cursor face.
1036
a73a3461
CY
10372012-01-14 Chong Yidong <cyd@gnu.org>
1038
01ec1eed 1039 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1040 (General Variables): Add xref to Lisp Libraries.
1041 (Initial Options): Copyedits.
1042 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1043 (Environment): Clarify what getenv does.
1044 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1045 light backgrounds on xterms.
1046 (Misc Variables): TEMP and TMP are not Windows-specific.
1047 (Display X): Copyedits.
1048 (Colors X): -bd does nothing for GTK.
1049 (Icons X): Gnome 3 doesn't use taskbars.
1050
1051 * misc.texi (Shell): Document exec-path here.
1052
1053 * rmail.texi (Movemail): Add xref for exec-path.
1054
e517eda4
GM
10552012-01-13 Glenn Morris <rgm@gnu.org>
1056
1057 * dired.texi (Dired and Find): Clarify find-ls-options.
1058
1de76afe
CY
10592012-01-09 Chong Yidong <cyd@gnu.org>
1060
71873e2b 1061 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1062 SHA-256.
1063
c61ab18c
CY
10642012-01-07 Chong Yidong <cyd@gnu.org>
1065
e490b289
CY
1066 * display.texi (Useless Whitespace): Add Whitespace mode.
1067
1de77c4c
CY
1068 * custom.texi (Hooks): Discuss how to disable minor modes.
1069
1070 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1071 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1072
c61ab18c
CY
1073 * trouble.texi (Lossage): Refer to Bugs node for problems.
1074 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1075 (Screen Garbled): Don't refer to terminal "manufacturers".
1076 (Total Frustration): Node deleted. Eliza is documented in
1077 Amusements now.
71873e2b
SM
1078 (Known Problems): More info about using the bug tracker.
1079 Mention debbugs package.
c61ab18c
CY
1080 (Bug Criteria): Copyedits.
1081 (Understanding Bug Reporting): Mention emacs -Q.
1082
89bd9ccd
CY
10832012-01-06 Chong Yidong <cyd@gnu.org>
1084
1085 * custom.texi (Specifying File Variables): The mode: keyword
1086 doesn't have to be first anymore. Add example of specifying minor
1087 modes.
1088 (Directory Variables): Simplify example. Mention application to
1089 non-file buffers.
1090 (Disabling): Use "initialization file" terminology.
1091 (Init Examples): Fix hook example.
1092
8034735f
EZ
10932012-01-06 Eli Zaretskii <eliz@gnu.org>
1094
1095 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1096 (Bug#10422)
1097 Move the stuff about resources to xresources.texi.
1098
1099 * xresources.texi (Resources): Move information about setting X
1100 resources in the Registry from cmdargs.texi. Make the index entry
1101 be similar to the one in cmdargs.texi.
1102
b0d7d8af
CY
11032012-01-05 Chong Yidong <cyd@gnu.org>
1104
1105 * custom.texi (Customization Groups): Update example.
1106 (Browsing Custom): Document the new search field.
1107 (Changing a Variable): Update example for Emacs 24 changes.
1108 Document Custom-set and Custom-save commands.
1109 (Face Customization): Document Emacs 24 changes. De-document
1110 modify-face.
1111 (Specific Customization): Mention customize-variable.
1112 (Custom Themes): Add customize-themes, custom-theme-load-path,
1113 custom-theme-directory, and describe-theme.
1114 (Creating Custom Themes): New node.
1115 (Examining): Mention M-:.
1116
1117 * package.texi (Packages): Fix typo.
1118
88c5c7c8
CY
11192012-01-03 Chong Yidong <cyd@gnu.org>
1120
1121 * misc.texi (Single Shell): Don't document Lisp usage of
1122 shell-command. Tidy up discussion of synchronicity. Add index
1123 entries for async-shell-command.
1124 (Interactive Shell): Note that M-x shell uses shell-file-name.
1125 Note change in behavior in Emacs 24.
1126 (Shell Mode): Shell mode now uses completion-at-point.
1127 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1128 default method for recognizing prompts nowadays.
1129 (Shell Ring): Add xref to Minibuffer History.
1130 (Directory Tracking): Explain Dirtrack mode in more detail.
1131 (Term Mode): Fix index entries.
1132 (Paging in Term): Merge into Term Mode.
1133 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1134 (Printing): Fix xref. State default of lpr-switches.
1135 (PostScript): Remove obsolete sentence. Omit description of
1136 non-interactive behaviors.
1137 (Hyperlinking): Improve description.
1138 (Browse-URL): Using compose-mail for mailto URLs is the default.
1139 Document browse-url-mailto-function.
1140 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1141 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1142 (Amusements): M-x lm was renamed to M-x landmark.
1143 Document nato-region.
88c5c7c8 1144
b8ecfdfe
CY
11452012-01-01 Chong Yidong <cyd@gnu.org>
1146
1147 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1148 (Gnus Startup): Note that the system might not be set up for news.
1149 Describe group levels more clearly.
1150 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1151 Summary of Gnus.
1152 (Document View): Copyedits. Move zoom commads to DocView
1153 Navigation node.
1154 (DocView Navigation, DocView Searching, DocView Slicing)
1155 (DocView Conversion): Nodes renamed from Navigation, etc.
1156
1157 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1158
7bc7d2aa
EZ
11592011-12-31 Eli Zaretskii <eliz@gnu.org>
1160
1161 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1162 (Bug#10380)
1163
b30941db
CY
11642011-12-30 Chong Yidong <cyd@gnu.org>
1165
1166 * sending.texi (Sending Mail): Document initial mail buffer name,
1167 and changed multiple mail buffer behavior.
1168 (Mail Format): Put the example at the top of the section.
1169 (Mail Headers): Move discussion of "From" to the top.
1170 (Mail Sending): Document sendmail-query-once.
1171 (Citing Mail): Make it less Rmail-specific.
1172
0ed49f93
CY
11732011-12-29 Chong Yidong <cyd@gnu.org>
1174
1175 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1176 example. Add index entries.
1177 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1178
c40a7de7
CY
11792011-12-26 Chong Yidong <cyd@gnu.org>
1180
71873e2b
SM
1181 * dired.texi (Dired Enter, Misc Dired Features):
1182 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1183 (Dired Navigation): Add index entries.
1184 (Dired Visiting): Fix View Mode xref.
1185 (Marks vs Flags): Prefer C-/ binding for undo.
1186 (Subdirectories in Dired): Add xrefs.
1187 (Misc Dired Features): Document some Emacs 24 changes. Add index
1188 entries.
1189
1190 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1191 variable, since it is explained in Minor Modes node.
1192 (Defining Abbrevs): Copyedits.
1193 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1194 C-/ binding for undo.
1195 (Dabbrev Customization): Add xrefs for case-fold-search and
1196 case-replace.
1197
1198 * dired-xtra.texi (Subdir Switches): Add xref.
1199
1200 * maintaining.texi (VC Directory Commands): Mention quit-window.
1201
3d992aa0
CY
12022011-12-25 Chong Yidong <cyd@gnu.org>
1203
1204 * maintaining.texi (Tags): Mention Semantic.
1205 (Create Tags Table, Etags Regexps): Copyedits.
1206 (Find Tag): Mention minibuffer completion.
1207 (List Tags): Mention completion-at-point. Completion is actually
1208 available in M-x list-tags.
1209
1210 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1211 Document vc-delete-file.
1212
1213 * files.texi (Misc File Ops): Mention vc-delete-file.
1214
1215 * programs.texi (Symbol Completion): Mention completion-at-point
1216 explicitly.
1217
2785d024
CY
12182011-12-22 Chong Yidong <cyd@gnu.org>
1219
1220 * maintaining.texi (Change Log Commands): Don't specially mention
1221 vc-update-change-log which is CVS-only.
1222
1223 * vc1-xtra.texi (Version Headers): Note that these are for
1224 Subversion, CVS, etc. only.
71873e2b
SM
1225 (General VC Options): De-document vc-keep-workfiles.
1226 Fix RCS-isms.
2785d024 1227
0ab39399
EZ
12282011-12-22 Eli Zaretskii <eliz@gnu.org>
1229
1230 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1231 should be @end iftex".
1232
d3098e1e
CY
12332011-12-21 Chong Yidong <cyd@gnu.org>
1234
1235 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1236 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1237 (VC Pull): Mention vc-log-incoming.
1238 (Log Buffer): Add CVS/RCS only disclaimer.
1239
1240 * vc1-xtra.texi (Remote Repositories): Update introduction.
1241 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1242 (Remote Repositories, Version Backups): Node deleted.
1243 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1244 (CVS Options): Reduce verbosity of description of obscure CVS
1245 locking feature.
1246 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1247 Tags node.
1248 (Revision Tags): Move under Miscellaneous VC subsection.
1249 (Change Logs and VC): Note that this is wrong for DVCSs.
1250 De-document log entry manipulating features.
1251 (Renaming and VC): Describe how it works on modern VCSes.
1252
1253 * files.texi (Misc File Ops): Mention vc-rename-file.
1254
1255 * programs.texi (Custom C Indent): Add index entries.
1256
47d42d81
AM
12572011-12-20 Alan Mackenzie <acm@muc.de>
1258
1259 * programs.texi (Motion in C): Update the description of C-M-a and
1260 C-M-e, they now DTRT in enclosing scopes.
1261 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1262
2edef1a0
CY
12632011-12-20 Chong Yidong <cyd@gnu.org>
1264
1265 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1266 (Old Revisions): Use it.
1267 (VCS Repositories): Add "distributed" terminology.
1268 (Log Buffer): Remove duplicate description
1269 about changesets. Fix "current VC fileset" ambiguity.
1270 (Multi-User Branching): Node deleted.
1271 (Branches, Switching Branches): Discuss decentralized version
1272 control systems.
1273 (VC Pull): New node.
1274 (Merging): Document merging on decentralized systems.
1275 (Creating Branches): Note that this is specific to CVS and related
1276 systems.
1277
bc859d5f
CY
12782011-12-19 Chong Yidong <cyd@gnu.org>
1279
1280 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1281 (VC Mode Line): Add index entry for "version control status".
1282 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1283 Document vc-revert-show-diff. De-document vc-rollback.
1284 (VC Directory Mode): Rewrite introduction. Move prefix arg
1285 documentation here from VC Directory Buffer node.
1286 (VC Directory Buffer): Use a decentralized VCS example.
1287 (VC Directory Commands): Use a table. Remove material duplicated
1288 in previous nodes on multi-file VC filsets.
1289
9cff91f8
CY
12902011-12-17 Chong Yidong <cyd@gnu.org>
1291
1292 * maintaining.texi (VCS Concepts): Make "revision" terminology
1293 less CVS-specific.
1294 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1295 Registering node.
71873e2b 1296 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1297 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1298 log buffer. Add index entries.
71873e2b
SM
1299 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1300 Use "commit" terminology.
9cff91f8
CY
1301 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1302 doesn't refer to tags tables. Note other possible forms of the
1303 revision ID. C-x v = does not save.
1304 (Registering): Note similarity to C-x v v action. Fix description
1305 of how backends are chosen. De-document vc-default-init-revision.
1306 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1307 in root log buffers.
1308
f3b316df
CY
13092011-12-16 Chong Yidong <cyd@gnu.org>
1310
1311 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1312 (Basic VC Editing): Remove redundant descriptions.
1313 (VC With A Merging VCS): Make description more general instead of
1314 CVS-specific.
1315 (VC With A Locking VCS): Use VC fileset terminology.
1316
29eabb8e
CY
13172011-12-12 Chong Yidong <cyd@gnu.org>
1318
1319 * building.texi (Executing Lisp): Fix xref for C-M-x.
1320 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1321 manual. Note that load-path is not customizable.
1322 (Lisp Eval): Note that listed commands are available globally.
1323 Explain the meaning of "defun" in the C-M-x context.
1324 (Lisp Interaction): Copyedits.
71873e2b
SM
1325 (External Lisp): Fix name of inferior Lisp buffer.
1326 Mention Scheme.
29eabb8e
CY
1327 (Compilation): Define "inferior process".
1328
cd0314dd
EZ
13292011-12-10 Eli Zaretskii <eliz@gnu.org>
1330
1331 * msdog.texi (Windows Fonts): Document how to force GDI font
1332 backend on MS-Windows.
1333
0595bd7e 13342011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1335
1336 * building.texi (Compilation): Say what the -k flag to make does.
1337 Move subprocess discussion to Compilation Shell.
1338 (Compilation Mode): Add xref for grep, occur, and mouse
1339 references. Define "locus".
1340 (Grep Searching): Use @command.
71873e2b
SM
1341 (Debuggers, Commands of GUD, GDB Graphical Interface):
1342 Clarify intro.
0595bd7e
CY
1343 (Starting GUD): Clarify how arguments are specified.
1344 (Debugger Operation): Index entry for "GUD interaction buffer",
1345 and move basic description here from Commands of GUD node.
1346 (GDB User Interface Layout): Copyedits.
1347 (Source Buffers): Remove gdb-find-source-frame, which is not in
1348 gdb-mi.el.
1349 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1350 toggle-gdb-all-registers, which are not in gdb-mi.el.
1351 Don't re-document GUD interaction buffers.
b09d01da
CY
1352
1353 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1354 (Semantic): Add cindex entries for Semantic.
1355
2a185919
CY
13562011-12-06 Chong Yidong <cyd@gnu.org>
1357
1358 * programs.texi (Man Page): Clarify how to use Man-switches.
1359 Don't bother documenting Man-fontify-manpage-flag.
1360 (Lisp Doc): Add xref to Name Help node.
1361 (Hideshow): Add cindex. Mention role of ellipses, and default
1362 value of hs-isearch-open. Don't bother documenting
1363 hs-special-modes-alist.
1364 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1365 changing the window manager binding of M-TAB.
1366
ebf10822
CY
13672011-12-05 Chong Yidong <cyd@gnu.org>
1368
1369 * programs.texi (Comment Commands): Fix description of for M-; on
1370 blank lines. Move documentation of comment-region here.
1371 (Multi-Line Comments): Clarify the role of comment-multi-line.
1372 Refer to Comment Commands for comment-region doc.
1373 (Options for Comments): Refer to Multi-Line Comments for
1374 comment-multi-line doc, instead of duplicating it. Fix default
1375 values of comment-padding and comment-start-skip.
1376
ec7ae032
CY
13772011-12-04 Chong Yidong <cyd@gnu.org>
1378
1379 * programs.texi (Program Modes): Mention modes that are not
1380 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1381 Add index entry for backward-delete-char-untabify.
1382 Mention prog-mode-hook.
ec7ae032
CY
1383 (Which Function): Use "global minor mode" terminology.
1384 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1385 in Indentation chapter to avoid duplication.
1386 (Expressions): Copyedit.
1387 (Matching): Document Electric Pair mode.
1388
1389 * ack.texi (Acknowledgments):
1390 * rmail.texi (Movemail, Other Mailbox Formats):
1391 * frames.texi (Frames): Don't capitalize "Unix".
1392
a24bf23e
CY
13932011-12-04 Chong Yidong <cyd@gnu.org>
1394
1395 * text.texi (Nroff Mode): Mention what nroff is.
1396 (Text Based Tables, Table Recognition): Don't say "Table mode"
1397 since it's not a major or minor mode.
1398 (Text Based Tables): Reduce the size of the example.
1399 (Table Definition): Clarify definitions.
1400 (Table Creation): Add key table.
1401 (Cell Commands): Use kbd for commands.
1402 (Table Rows and Columns): Combine nodes Row Commands and Column
1403 Commands.
1404 (Fixed Width Mode): Node deleted; contents moved to parent.
1405 (Table Conversion): Shorten example.
1406 (Measuring Tables): Merge into Table Misc.
1407
8863a584
CY
14082011-12-03 Chong Yidong <cyd@gnu.org>
1409
1410 * text.texi (TeX Mode): Mention AUCTeX package.
1411 (TeX Editing): Add xref to documentation for Occur.
1412 (LaTeX Editing): Add xref to Completion node.
1413 (TeX Print): Fix description of tex-directory.
71873e2b 1414 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1415 its subnodes less verbose, since text/enriched files are
1416 practically unused.
71873e2b 1417 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1418 (Format Colors): Node deleted.
71873e2b 1419 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1420 for applying colors too.
1421 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1422
1423 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1424
1425 * display.texi (Colors): New node.
1426
1427 * cmdargs.texi (Colors X):
1428 * xresources.texi (GTK styles):
1429 * custom.texi (Face Customization): Reference it.
1430
1431 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1432 Link to Fill Commands for Justification entry.
1433
6fdebe93
EZ
14342011-12-03 Eli Zaretskii <eliz@gnu.org>
1435
1436 * display.texi (Auto Scrolling): More accurate description of what
1437 scroll-*-aggressively does, including the effect of non-zero
1438 margin. Fix "i.e." markup.
1439
95ca9bc7
CY
14402011-12-02 Chong Yidong <cyd@gnu.org>
1441
1442 * text.texi (Pages): Mention how formfeed chars are displayed.
1443 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1444 Describe adaptive filling more precisely.
1445 (Fill Commands): Note that filling removes excess whitespace.
1446 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1447 now bound to indent-for-tab-command in Text mode.
1448 (Outline Mode): Copyedits.
1449 (Outline Visibility): Note that Reveal mode is a buffer-local
1450 minor mode.
1451
1452 * modes.texi (Major Modes): Move note about checking major-mode in
1453 a hook function here, from Text mode.
1454
6d262977
CY
14552011-11-28 Chong Yidong <cyd@gnu.org>
1456
b22b1918
CY
1457 * text.texi (Words): Add xref to Position Info.
1458 (Paragraphs): Add xref to Regexps.
1459
6d262977
CY
1460 * indent.texi (Indentation): Rewrite introduction. Move table to
1461 Indentation Commands node.
1462 (Indentation Commands): Add index entries to table. Copyedits.
1463 (Tab Stops, Just Spaces): Copyedits.
1464 (Indent Convenience): New node. Document electric-indent-mode.
1465
1466 * programs.texi (Basic Indent):
1467 * windows.texi (Pop Up Window): Fix kindex entry.
1468
dc95a8b0
CY
14692011-11-28 Chong Yidong <cyd@gnu.org>
1470
1471 * modes.texi (Major Modes): Move major-mode variable doc here from
1472 Choosing Modes. Document describe-mode. Document prog-mode-hook
1473 and text-mode-hook. Add example of using hooks.
1474 (Minor Modes): Document behavior of mode command calls from Lisp.
1475 Note that setting the mode variable using Customize will DTRT.
1476 (Choosing Modes): Add example of setting a minor mode using a
1477 local variable.
1478
b63a8e8e
CY
14792011-11-27 Chong Yidong <cyd@gnu.org>
1480
1481 * frames.texi (Creating Frames): Move frame parameter example to
1482 Frame Parameters node.
1483 (Frame Commands): C-x 5 o does not warp the mouse by default.
1484 (Fonts): Add more GTK-style properties; also, they should be
1485 capitalized.
1486 (Special Buffer Frames): Node deleted; special-display is on the
1487 way out.
1488 (Frame Parameters): Example moved here from Creating Frames.
1489 Clarify that default-frame-alist affects the initial frame too.
1490 Delete auto-raise-mode and auto-lower-mode.
1491 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1492 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1493
1494 * windows.texi (Window Choice): Add xref to Lisp manual for
1495 special-display-*.
1496
a3dcc84e
EZ
14972011-11-26 Eli Zaretskii <eliz@gnu.org>
1498
1499 * display.texi (Text Display): Update the description,
1500 cross-references, and indexing related to display of control
1501 characters and raw bytes.
1502
4ad3bc2a
CY
15032011-11-25 Chong Yidong <cyd@gnu.org>
1504
1505 * frames.texi (Frames): Rewrite introduction.
1506 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1507 Mouse-3 does not copy to kill ring by default. DEL does not
1508 behave specially for mouse commands any more.
1509 (Mouse References): Document mouse-1-click-follows-link more
1510 thoroughly.
1511 (Menu Mouse Clicks): Move footnote to the main text and add xref
1512 to Init Rebinding node.
1513 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1514
1515 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1516
20db1522
JB
15172011-11-24 Juanma Barranquero <lekktu@gmail.com>
1518
1519 * display.texi (Font Lock): Fix typo.
1520
01d06b1f
GM
15212011-11-24 Glenn Morris <rgm@gnu.org>
1522
1523 * rmail.texi (Rmail Output):
1524 Mention rmail-automatic-folder-directives. (Bug#9657)
1525
0cbaa1d5
CY
15262011-11-21 Chong Yidong <cyd@gnu.org>
1527
1528 * mark.texi (Global Mark Ring): Fix description of global mark
1529 ring (Bug#10032).
1530
fe7a3057
JB
15312011-11-20 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * msdog.texi (Windows Fonts): Fix typo.
1534
b6e63cbe
GM
15352011-11-17 Glenn Morris <rgm@gnu.org>
1536
1537 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1538
58179cce
JB
15392011-11-16 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * killing.texi (Rectangles):
7877f373
JB
1542 * misc.texi (Document View):
1543 * modes.texi (Choosing Modes):
1544 * msdog.texi (Windows Fonts):
58179cce
JB
1545 * regs.texi (Rectangle Registers):
1546 * search.texi (Isearch Yank): Fix typos.
1547
291d142b
CY
15482011-11-06 Chong Yidong <cyd@gnu.org>
1549
1550 * windows.texi (Basic Window): Add xref to Cursor Display.
1551 (Split Window): Document negative arg for splitting commands.
1552 (Other Window): Document mouse-1 in text area of window.
1553 (Change Window): Don't mention window attributes, since they
1554 aren't defined. C-x 1 can't be used with minibuffer windows.
1555 Windows are no longer auto-deleted.
1556 (Window Choice): Add xref to Choosing Window in Lisp manual.
1557 (Window Convenience): Note that windmove disables shift-selection.
1558 Move M-x compare-windows here from Other Window node.
1559
1560 * custom.texi (Mouse Buttons):
1561 * search.texi (Isearch Scroll):
1562 * windows.texi (Split Window): Use new names split-window-below
1563 and split-window-right.
1564
a7ef684b
JB
15652011-10-26 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * emacs.texi (Top): Fix typo.
1568
d53e1747
GM
15692011-10-25 Glenn Morris <rgm@gnu.org>
1570
1571 * abbrevs.texi (Saving Abbrevs):
1572 quietly-read-abbrev-file is not a command. (Bug#9866)
1573
e7a3ff06
CY
15742011-10-24 Chong Yidong <cyd@gnu.org>
1575
1576 * display.texi (Scrolling): Document scroll-up-line and
1577 scroll-down-line. Document scroll-command property.
1578 (Recentering): New node, split off from Scrolling.
1579
86c60681
CY
15802011-10-23 Chong Yidong <cyd@gnu.org>
1581
da97a9e6
CY
1582 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1583 (Tool Bars): Copyedits.
1584
86c60681
CY
1585 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1586
d195726a
CY
15872011-10-22 Chong Yidong <cyd@gnu.org>
1588
1589 * windows.texi (Displaying Buffers): Fix broken lispref link.
1590
a70e06c1
CY
15912011-10-22 Chong Yidong <cyd@gnu.org>
1592
1593 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1594 Move confirm-nonexistent-file-or-buffer discussion here.
1595
1596 * files.texi (File Names, Visiting): Move detailed discussion of
1597 minibuffer confirmation to Minibuffer Exit.
1598
1599 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1600 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1601
bfd779dd
CY
16022011-10-21 Chong Yidong <cyd@gnu.org>
1603
1604 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1605 (Backup Copying): backup-by-copying-when-mismatch is now t.
1606 (Customize Save): Fix description of require-final-newline.
1607 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1608 (Auto Save Control): Clarify.
1609 (File Archives): Add 7z.
1610 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1611
1612 * arevert-xtra.texi (Autorevert): Copyedits.
1613
6e317956
CY
16142011-10-20 Chong Yidong <cyd@gnu.org>
1615
1616 * custom.texi (Hooks, Init Examples):
1617 * display.texi (Font Lock):
1618 * fixit.texi (Spelling):
1619 * rmail.texi (Rmail Display): Minor mode function with no arg now
1620 enables it.
1621
1622 * fixit.texi (Spelling): Fix description of inline completion.
1623
5abc31ef
CY
16242011-10-19 Chong Yidong <cyd@gnu.org>
1625
1626 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1627 entries.
1628 (Isearch Yank): Document isearch-yank-pop.
1629 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1630 (Other Repeating Search): Document Occur Edit mode.
1631
939db9ac
CY
16322011-10-18 Chong Yidong <cyd@gnu.org>
1633
1634 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1635 from Line Truncation node.
1636 (Standard Faces): Note that only the background of the cursor face
1637 has an effect.
1638 (Cursor Display): Fix descriptions of cursor face
1639 and bar cursor blinking.
1640 (Text Display): Document nobreak-char-display more clearly.
1641 (Line Truncation): Add xref to Split Window node.
1642 (Display Custom): Don't bother documenting baud-rate or
1643 no-redraw-on-reenter.
1644
1645 * search.texi (Slow Isearch): Node removed.
1646
80c6d77f
GM
16472011-10-18 Glenn Morris <rgm@gnu.org>
1648
1649 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1650
d366bd53
CY
16512011-10-18 Chong Yidong <cyd@gnu.org>
1652
1653 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1654 of list-faces-display here, from Standard Faces node.
1655 Note special role of `default' background.
1656 (Standard Faces): Note special role of `default' background.
1657 Note that region face may be taken fom GTK. Add xref to Text Display.
1658 (Text Scale): Rename from "Temporary Face Changes".
1659 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1660 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1661 (Useless Whitespace): Simplify description of
1662 delete-trailing-whitespace. Note active region case.
1663 (Text Display): Fix description of escape-glyph face assignment.
1664 Remove unibye mode discussion. Update some parts for Unicode.
1665 Move glyphless chars documentation to Lisp manual.
1666
1667 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1668
21100e7d
CY
16692011-10-15 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * display.texi (Scrolling): Tweak explanation of scroll direction.
1672 (View Mode): Add index entries.
1673
1674 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1675
1676 * regs.texi (Text Registers): C-x r i does not activate the mark.
1677 (Bookmarks): Document new default bookmark location.
1678
50b063c3
CY
16792011-10-13 Chong Yidong <cyd@stupidchicken.com>
1680
71873e2b
SM
1681 * killing.texi (Deletion): Add xref to Using Region.
1682 Document delete-forward-char.
50b063c3
CY
1683 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1684 description here. Recommend C-u C-SPC for jumping to mark.
1685 (Kill Ring): Move kill ring variable documentation here.
1686 (Primary Selection): Copyedits.
1687 (Rectangles): Document new command rectangle-number-lines.
1688 (CUA Bindings): Note that this disables the mark-even-if-inactive
1689 behavior for C-x and C-c.
1690
1691 * mark.texi (Mark): Mention "active region" terminology.
1692 (Using Region): Document delete-active-region.
1693
e1a3f5b1
CY
16942011-10-12 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * mark.texi (Mark): Clarify description of disabled Transient Mark
1697 mode (Bug#9689).
1698 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1699 selection changes. Mention that commands like C-y set the mark.
1700 (Marking Objects): Add xref to Words node. Note that mark-word
1701 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1702 (Using Region): Mention M-$ in the table.
1703 Document mark-even-if-inactive here instead of in Mark Ring.
1704 (Mark Ring): Move mark-even-if-inactive to Using Region.
1705 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1706 (Disabled Transient Mark): Rename from "Persistent Mark"
1707 (Bug#9688). Callers changed.
1708
1709 * programs.texi (Expressions):
1710 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1711
3dc62b2b
CY
17122011-10-09 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1715 option" terminology.
1716 (Key Help): Add command names. Define "documentation string".
1717 (Name Help): Remove an over-long joke.
1718 (Apropos): Document prefix args. Remove duplicated descriptions.
1719 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1720 (Package Keywords): Rename from "Library by Keyword".
1721 Describe new package menu interface.
3dc62b2b 1722 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1723
1724 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1725 (Minibuffer History): Document numeric args to history commands.
de09aa52 1726
2d3fe5d7
EZ
17272011-10-08 Eli Zaretskii <eliz@gnu.org>
1728
1729 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1730
b2b0776e
CY
17312011-10-08 Chong Yidong <cyd@stupidchicken.com>
1732
71873e2b
SM
1733 * basic.texi (Position Info): Omit page commands.
1734 Document count-words-region and count-words.
b2b0776e
CY
1735
1736 * text.texi (Pages): Move what-page documentation here.
1737
27a16462
CY
17382011-10-08 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1741 Remote Files node instead of linking directly to the Tramp manual.
1742 (Minibuffer Edit): Add xref to Blank Lines.
1743 (Completion): Add xref to Symbol Completion. Remove redundant
1744 example, which is repeated in the next node.
1745 (Completion Commands): Minor clarifications.
1746 (Completion Styles): New node, split from Completion Commands.
1747 Document substring and initials styles.
1748 (Strict Completion): Remove information duplicated in other nodes.
1749 (Completion Options): Consolidate case difference discussion here.
1750
1751 * help.texi (Help Mode): Fix kindex entries.
1752
1753 * files.texi (File Names): Add index entries.
1754
de0bde62
CY
17552011-10-07 Chong Yidong <cyd@stupidchicken.com>
1756
71873e2b
SM
1757 * basic.texi (Inserting Text): Add xref to Completion.
1758 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1759 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1760 to left/right. Tweak left-char and right-char descriptions.
1761 M-left and M-right are now bound to left-word/right-word.
1762 (Erasing): Document delete-forward-char.
1763
1764 * screen.texi (Screen, Menu Bar): Copyedits.
1765 (Point): Remove duplicate paragraph on cursors, also in Screen.
1766 (Mode Line): Trailing dashes no longer shown on X displays.
1767
1768 * frames.texi (Non-Window Terminals): Index just "text-only
1769 terminal", which is used throughout the manual now.
1770
1771 * entering.texi (Entering Emacs): Define "startup screen".
1772 Document window-splitting behavior with command-line inputs.
1773 (Exiting): Remove obsolete paragraph about shells without suspend
1774 functionality.
1775
1776 * commands.texi (User Input): Define "input event" more clearly.
1777 (Keys): Add xref to Echo Area.
1778 (Commands): Clarify relation between commands and functions.
1779
453e4522
CY
17802011-10-06 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * misc.texi (emacsclient Options): Document how emacsclient runs
1783 the Emacs daemon (Bug#9674).
1784
550f41cd
CY
17852011-10-01 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * basic.texi (Moving Point):
1788 * custom.texi (Mouse Buttons):
1789 * rmail.texi (Rmail Scrolling):
1790 * search.texi (Isearch Scroll):
550f41cd
CY
1791 * display.texi (Scrolling): Replace scroll-up/down with
1792 scroll-up/down-command. Fix scroll-preserve-screen-position
1793 description. Document scroll-error-top-bottom.
1794
9229fe87
GM
17952011-09-30 Glenn Morris <rgm@gnu.org>
1796
1797 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1798
0a2132ba
CY
17992011-09-24 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * windows.texi (Pop Up Window): Defer discussion of window
1802 splitting to the Window Choice node. Add index entries.
1803 (Force Same Window): Node deleted.
1804 (Displaying Buffers, Window Choice): New nodes.
1805
1806 * buffers.texi (Select Buffer): Clarify description of
1807 buffer-switching commands. Add xref to Window Display node.
1808 Don't repeat confirm-nonexistent-file-or-buffer description from
1809 Visiting node. Remove even-window-heights.
1810
1811 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1812
33ed493b
CY
18132011-09-18 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1816
1817 * xresources.texi (Table of Resources): Fix documentation of
1818 bitmapIcon.
1819
92fa95ad
CY
18202011-09-15 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1823
16254627
EH
18242011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1825
1826 * frames.texi (Frame Commands): Note that delete-other-frames only
1827 deletes frames on current terminal.
1828
c3760c17
EZ
18292011-09-10 Eli Zaretskii <eliz@gnu.org>
1830
1831 * sending.texi (Mail Misc): Document mail-add-attachment.
1832
69b8be97
EZ
18332011-09-04 Eli Zaretskii <eliz@gnu.org>
1834
1835 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1836
3fd50d5c
CY
18372011-08-29 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1840
e2aeef63
CY
18412011-08-28 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * files.texi (File Archives):
1844 * cal-xtra.texi (Diary Display):
1845 * help.texi (Help Mode): Add xref to View Mode.
1846
ddb54206
CY
18472011-08-28 Chong Yidong <cyd@stupidchicken.com>
1848
a6326082
CY
1849 * display.texi (View Mode): New node. Move view-file here from
1850 Misc File Ops. Move view-buffer here from Misc Buffer.
1851
1852 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1853
04e2ce72 1854 * files.texi (Misc File Ops): Document new
a6326082 1855 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1856
1857 * dired.texi (Dired Deletion): Shorten description of Trash.
1858
ddb54206
CY
1859 * misc.texi (emacsclient Options): Document server-port.
1860
bd206ce5
EZ
18612011-08-27 Eli Zaretskii <eliz@gnu.org>
1862
1863 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1864 even on MS-Windows. Fix a typo.
1865
d43f5a42
CY
18662011-08-26 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * package.texi: New file, documenting the package manager.
1869
1870 * emacs.texi: Include it.
1871
1872 * help.texi (Help Summary): Add describe-package.
1873
e0b1591b
CY
18742011-08-25 Chong Yidong <cyd@stupidchicken.com>
1875
856ce114
CY
1876 * misc.texi (Printing): Convert subnodes into subsections.
1877
f404f8bc
CY
1878 * text.texi (Two-Column): Move into Text chapter.
1879
1880 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1881 Files section. Convert from chapter into section.
1882
1883 * display.texi (Narrowing): Move into display chapter.
1884
e0b1591b
CY
1885 * sending.texi (Sending Mail):
1886 * rmail.texi (Rmail):
1887 * misc.texi (Gnus, Document View):
1888 * dired.texi (Dired):
1889 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1890
75bfc667
JL
18912011-08-07 Juri Linkov <juri@jurta.org>
1892
1893 * dired.texi (Operating on Files): Rewrite according to the fact
1894 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1895
fe676f91
MA
18962011-07-30 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1899 remote file name completion. (Bug#9197)
1900
4cc60b9b
EZ
19012011-07-28 Eli Zaretskii <eliz@gnu.org>
1902
1903 * mule.texi (Bidirectional Editing): Document the fact that
1904 bidi-display-reordering is t by default.
1905
89671e16
LMI
19062011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1907
1908 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1909 explicitly (bug#8904).
1910
fb23ecc2
LMI
19112011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1912
1913 * trouble.texi (Checklist): Use an `M-x' example instead of an
1914 Emacs Lisp form to switch on the dribble file (bug#8056).
1915
465c5fc8
LMI
19162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1917
1918 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1919
90a6258b
GM
19202011-07-13 Glenn Morris <rgm@gnu.org>
1921
1922 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1923
c7588364
LMI
19242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1925
1926 * mark.texi (Mark Ring): Clarify how many locations are saved
1927 (bug#5770).
1928 (Global Mark Ring): Ditto.
1929
4cb4f3ba
LMI
19302011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1931
d648feab
LMI
1932 * text.texi (Table Recognition): Use "at point" instead of "under
1933 point" (bug#4345).
1934
4cb4f3ba
LMI
1935 * display.texi (Cursor Display): Mention `cursor-type'.
1936
1937 * screen.texi (Point): Clarify that it's only if you use a block
1938 cursor that it appears to be on a character (bug#4345).
1939
ecd0b990
CY
19402011-07-12 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * misc.texi (Amusements): Move dissociated press here, from its
1943 own section.
1944
1945 * emacs.texi (Top): Update node listing.
1946
c2fd0368
LMI
19472011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1950 clarity (bug#3523).
1951
fdeb32ec
CY
19522011-07-12 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1955 (Misc X): Document --parent-id.
1956
1957 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1958 defaults to nil.
1959
1960 * misc.texi (emacsclient Options): Document --parent-id.
1961
1962 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1963
f584ca38
LMI
19642011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1965
1966 * emacs.texi: Use "..." instead of ``...'' in the menus
1967 (bug#3503).
1968
963578d3
CY
19692011-07-11 Chong Yidong <cyd@stupidchicken.com>
1970
1971 * killing.texi (Primary Selection): Document `only' setting for
1972 select-active-regions.
1973
1974 * mark.texi (Setting Mark): Reference Shift Selection node.
1975
1976 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1977
a30ed87b
LMI
19782011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1979
47076272
LMI
1980 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1981 motion keys" (bug#3503).
1982
a30ed87b
LMI
1983 * emacs.texi: Change all the register node names from "RegPos"
1984 (etc.) to "Positional Registers" (etc.) (bug#3314).
1985
4d45a8b7
CY
19862011-07-11 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1989 (Other Kill Commands, Kill Options): Copyedits.
1990 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1991 (Yanking): Move yank-excluded properties discussion here.
1992 (Cut and Paste): Move from frames.texi. Update subnodes to
1993 describe x-select-enable-clipboard case.
1994
1995 * frames.texi: Move Cut and Paste node and subnodes into
1996 killing.texi, except Mouse Commands and Word and Line Mouse.
1997
c160ddee
AM
19982011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1999
2000 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2001
3329e6e3
LMI
20022011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2003
32a214fe
LMI
2004 * screen.texi (Mode Line): Clarify that coding systems are
2005 characters, not letters (bug#1749).
2006
3329e6e3
LMI
2007 * cmdargs.texi (Environment): Mention removing variables
2008 (bug#1615). Text suggested by Kevin Rodgers.
2009
8875da1e
CY
20102011-07-10 Chong Yidong <cyd@stupidchicken.com>
2011
54806e45
CY
2012 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2013
8875da1e
CY
2014 * modes.texi: Rename from major.texi.
2015 (Modes): New node. Make Major Modes and Minor Modes subsections
2016 of this. All callers changed.
2017
2018 * custom.texi (Minor Modes): Move to modes.texi.
2019
7847b2a1
CY
20202011-07-10 Chong Yidong <cyd@stupidchicken.com>
2021
6cfd0fa2
CY
2022 * custom.texi (Syntax): Node deleted.
2023
2024 * help.texi (Help Summary):
2025 * major.texi (Major Modes):
2026 * programs.texi (Parentheses):
2027 * search.texi (Regexp Backslash, Regexp Backslash)
2028 (Regexp Backslash):
2029 * text.texi (Words): Callers changed.
2030
7847b2a1
CY
2031 * text.texi (Refill, Longlines): Delete nodes.
2032
2033 * ack.texi (Acknowledgments): Longlines removed from manual.
2034
2035 * emacs.texi (Top): Update node listing.
2036
2a71c436
GM
20372011-07-09 Glenn Morris <rgm@gnu.org>
2038
2039 * fortran-xtra.texi (Fortran): Update handled extensions.
2040
61436e9f
LMI
20412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * display.texi (Scrolling): `C-v' (etc) are now bound to
2044 `scroll-*-command' (bug#8349).
2045
6e560c71
LMI
20462011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2047
48954a09 2048 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2049 doesn't actually delete any files (bug#7125).
2050
2904fd97
LMI
2051 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2052 argument for `C-c C-k' (bug#7391).
2053
6e560c71
LMI
2054 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2055 you're currently using (bug#8489).
2056
978ff6c5
EZ
20572011-07-01 Eli Zaretskii <eliz@gnu.org>
2058
2059 * mule.texi (Coding Systems): Move index entries from the previous
2060 change into their proper places.
2061
0d742084
LMI
20622011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2063
31976bd5
LMI
2064 * help.texi (Help Files): Document view-external-packages (bug#8902).
2065
0d742084
LMI
2066 * mule.texi (Coding Systems): Put a few more of the coding systems
2067 into the index (bug#8900).
2068
9f678528
GM
20692011-06-26 Glenn Morris <rgm@gnu.org>
2070
2071 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2072
18a4ce5e
AR
20732011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2074
2075 * misc.texi (emacsclient Options): Mention --frame-parameters.
2076
f0da764a
GM
20772011-06-09 Glenn Morris <rgm@gnu.org>
2078
2079 * custom.texi (Specifying File Variables):
2080 Recommend explicit arguments for minor modes.
2081
b047e7ac
PE
20822011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2083
2084 Document wide integers better.
2085 * buffers.texi (Buffers):
001903b5
PE
2086 * files.texi (Visiting): Document maxima for 64-bit machines,
2087 and mention virtual memory limits.
b047e7ac 2088
bf41276f
CY
20892011-05-28 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2092
2093 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2094 prog mode (Bug#8240).
2095
e145f188
GM
20962011-05-27 Glenn Morris <rgm@gnu.org>
2097
2098 * custom.texi (Specifying File Variables):
2099 Major modes no longer need come first.
2100
313f790e
CY
21012011-05-22 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2104 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2105
c136e5cd
GM
21062011-05-18 Glenn Morris <rgm@gnu.org>
2107
2108 * ack.texi (Acknowledgments): Remove fakemail.c.
2109
c71a0d48 21102011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2111
2112 Fixes for fitting text into 7x9 printed manual.
2113 * building.texi (Flymake, Breakpoints Buffer):
2114 * calendar.texi (Appointments):
2115 * cmdargs.texi (General Variables, Display X):
2116 * custom.texi (Saving Customizations, Face Customization)
2117 (Directory Variables, Minibuffer Maps, Init Rebinding):
2118 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2119 * fixit.texi (Spelling):
2120 * frames.texi (Creating Frames, Fonts):
2121 * help.texi (Help Files):
2122 * mini.texi (Minibuffer File):
2123 * misc.texi (emacsclient Options, Emulation):
2124 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2125 * mule.texi (International Chars, Language Environments)
2126 (Select Input Method, Modifying Fontsets, Charsets):
2127 * programs.texi (Custom C Indent):
2128 * rmail.texi (Rmail Labels):
2129 * text.texi (Table Conversion):
2130 * trouble.texi (Known Problems, Known Problems):
2131 * windows.texi (Change Window):
2132 * xresources.texi (GTK resources): Reflow text and re-indent code
2133 examples to avoid TeX overflows and underflows on 7x9 paper.
2134
2135 * emacs.texi: Fix the (commented out) smallbook command.
2136
2137 * macos.texi (Mac / GNUstep Events):
2138 * xresources.texi (Lucid Resources): Remove extraneous examples.
2139
b8f82dc1
GM
21402011-05-10 Glenn Morris <rgm@gnu.org>
2141
2142 * custom.texi (Specifying File Variables):
2143 Deprecate using mode: for minor modes.
2144
d306b4da
GM
21452011-05-07 Glenn Morris <rgm@gnu.org>
2146
2147 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2148
548d0a63
GM
21492011-05-06 Glenn Morris <rgm@gnu.org>
2150
5006e634
GM
2151 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2152
548d0a63
GM
2153 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2154
e793a940
LMI
21552011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * misc.texi (Emacs Server): Document `server-eval-at'.
2158
7031be6d
UR
21592011-04-24 Chong Yidong <cyd@stupidchicken.com>
2160
71873e2b
SM
2161 * maintaining.texi (List Tags): Document next-file.
2162 Suggested by Uday S Reddy.
7031be6d 2163
4ffd0d6b 21642011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2165
2166 * mini.texi (Minibuffer Edit):
2167 * screen.texi (Mode Line): Fix typo.
2168
1c6c854e
CS
21692011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2170
024ff170 2171 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2172
c5c9f40f
CY
21732011-03-26 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2176
09725d26
EZ
21772011-03-30 Eli Zaretskii <eliz@gnu.org>
2178
2179 * display.texi (Auto Scrolling): Document the limit of 100 lines
2180 for never-recentering scrolling with `scroll-conservatively'.
2181 (Bug#6671)
2182
09d9db2c 21832011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2184
2185 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2186 HOME on Windows and where it looks for init files. (Bug#8221)
2187
62d94509
EZ
21882011-03-10 Eli Zaretskii <eliz@gnu.org>
2189
2190 * search.texi (Regexp Example):
2191 * mule.texi (International Chars):
2192 * building.texi (External Lisp): Don't use characters outside
2193 ISO-8859-1.
2194
0286d9de
EZ
21952011-03-09 Eli Zaretskii <eliz@gnu.org>
2196
1c6c854e
CS
2197 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2198 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2199
2200 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2201
114902a5 2202 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2203 (Bug#8210)
2204
0afb4571
J
22052011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2206
2207 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2208 for Gtk+ 3.
2209
bb3865e8
GM
22102011-03-08 Glenn Morris <rgm@gnu.org>
2211
6446548e
GM
2212 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2213 * emacs.texi (Acknowledgments):
2214 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2215 * emacs.texi: Set documentencoding.
6446548e 2216
bb3865e8
GM
2217 * display.texi (Optional Mode Line): Don't mention exactly where
2218 display-time appears. (Bug#8193)
2219
33383987
JB
22202011-03-07 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * Version 23.3 released.
2223
892777ba
CY
22242011-03-06 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2227
0b973fc5
DW
22282011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2229
2230 * misc.texi (emacsclient Options): Add q/quiet.
2231
8ef5a2f2
GM
22322011-03-02 Glenn Morris <rgm@gnu.org>
2233
2234 * mule.texi (Communication Coding) <x-select-request-type>:
2235 Remove duplicate (essentially) paragraph. (Bug#8148)
2236
bd106056
CS
22372011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2238
2239 * maintaining.texi (Format of ChangeLog): Add reference to
2240 add-log-full-name.
2241 (Change Log Commands): Add documentation for combining multiple
2242 symbols in one change.
2243
6640b281
GM
22442011-03-01 Glenn Morris <rgm@gnu.org>
2245
2246 * custom.texi (Directory Variables):
2247 Give an example of excluding subdirectories.
2248
2b0c7330 22492011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2250
2251 * search.texi (Regexp Search): Move index entries about regexps to the
2252 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2253
8c62c205
GM
22542011-02-19 Glenn Morris <rgm@gnu.org>
2255
2256 * dired.texi (Dired): Dired-X version number was dropped.
2257
3928f2b6
JD
22582011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2259
2260 * xresources.texi (X Resources): Remove *faceName and replace it with
2261 *font for Lucid.
2262
a41c8660
CY
22632011-02-05 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * rmail.texi (Rmail Display): Document Rmail MIME support more
2266 accurately.
2267
2268 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2269 vc-log-outgoing.
2270 (Merging): Document vc-find-conflicted-file.
2271
233ba4d9 22722011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2273
2274 * custom.texi (Variables): Fix typo.
2275
14beddf4 22762011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2277
65401ee3
CY
2278 * search.texi (Regexps): Copyedits. Mention character classes
2279 (Bug#7809).
2280
19f81ecf
CY
2281 * files.texi (File Aliases): Restore explanatory text from Eli
2282 Zaretskii, accidentally removed in 2011-01-08 commit.
2283
bf3dae7e
EZ
22842011-01-29 Eli Zaretskii <eliz@gnu.org>
2285
2286 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2287 (MAKEINFO_OPTS): New variable.
2288 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2289 (emacs.html): New target.
2290 (clean): Remove emacs.html.
2291
45eb2a5d
WL
22922011-01-23 Werner Lemberg <wl@gnu.org>
2293
2294 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2295 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2296 (ENVADD): Updated.
2297
9acfe703
GM
22982011-01-18 Glenn Morris <rgm@gnu.org>
2299
2300 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2301
2302 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2303
362b9d48
GM
23042011-01-15 Chong Yidong <cyd@stupidchicken.com>
2305
bb033b5f
CY
2306 * building.texi (Compilation): Improve instructions for running two
2307 compilations (Bug#7573).
2308
b024d9f0
MD
2309 * files.texi (Backup Names): Document the new location of the
2310 last-resort backup file.
2311
362b9d48
GM
2312 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2313 manual. Explain why directory-abbrev-alist elements should be anchored
2314 (Bug#7777).
2315
23162011-01-15 Eli Zaretskii <eliz@gnu.org>
2317
2318 * msdog.texi (Windows Startup): Correct inaccurate description of
2319 differences between emacsclient.exe and emacsclientw.exe.
2320
7c420169 23212011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2322
2323 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2324
7c420169 23252011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2326
2327 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2328
7c420169 23292011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2330
2d34d523
EZ
2331 * frames.texi (Cut and Paste): Modify the section's name and text:
2332 don't mix "cut/paste" with "kill/yank".
2333 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2334 (Bug#7702)
2335
88ab4340
EZ
2336 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2337
7c420169 23382011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2339
2340 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2341 matches its position in the menu. (Bug#7674)
2342
7c420169 23432011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2344
2345 * trouble.texi (Checklist): Mention not replying via news either.
2346
92bb6c52
TH
23472010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2348
2349 * misc.texi (Document View): Update DocView section with newly
2350 supported document formats.
2351
b103c904
CY
23522010-12-21 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * killing.texi: Resection the Info version to conform to the
2355 printed manual, to avoid making sections on Accumulating Text, CUA
2356 and Rectangles into full chapters.
2357
f49d1f52 23582010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2359
2360 * custom.texi (Init Syntax): Add index entries for "character syntax".
2361 (Bug#7576)
2362
f49d1f52 23632010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2364
2365 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2366
f49d1f52 23672010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2368
2369 * trouble.texi (Checklist): Fix typo in newsgroup name.
2370
f49d1f52 23712010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2372
2373 * search.texi (Word Search): Note that the lazy highlight always
2374 matches to whole words (Bug#7470).
2375
f49d1f52 23762010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2377
4f1948eb
EZ
2378 * display.texi (Optional Mode Line): Make the description of
2379 load-average more accurate.
2380
b8a9e136
EZ
2381 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2382 registry, with a cross-reference.
62d72a4a
EZ
2383 (Windows Startup): New node. Move the stuff about the current
2384 directory from "Windows HOME".
b8a9e136 2385
07976ae3 23862010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2387
2388 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2389 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2390
07976ae3 23912010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2392
2393 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2394 Suggested by Štěpán Němec.
2395
07976ae3 23962010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2397
1aaae3f3
CY
2398 * maintaining.texi (Version Control): Say "commit", not "check in".
2399 (Version Control Systems): Simplify descriptions.
2400 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2401 VCS Concepts.
2402 (VC Mode Line): Update example.
2403 (Old Revisions): Document revert-buffer for vc-diff.
2404 (Log Buffer): Promote to a subsection. Document header lines.
2405
1c6c854e
CS
2406 * macos.texi (Mac / GNUstep Basics):
2407 Document ns-right-alternate-modifier.
ec8a6295 2408
1aaae3f3
CY
2409 * emacs.texi (Top): Update node listing.
2410
0eb025fb
EZ
24112010-11-13 Eli Zaretskii <eliz@gnu.org>
2412
2413 * rmail.texi (Rmail Coding): Characters with no fonts are not
2414 necessarily displayed as empty boxes.
2415
2416 * mule.texi (Language Environments, Fontsets): Characters with no
2417 fonts are not necessarily displayed as empty boxes.
2418
2419 * display.texi (Text Display): Document display of glyphless
2420 characters.
2421
ea4f7750
GM
24222010-11-13 Glenn Morris <rgm@gnu.org>
2423
2424 * basic.texi (Position Info): Add M-x count-words-region.
2425
90639cea
GM
24262010-11-11 Glenn Morris <rgm@gnu.org>
2427
2428 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2429
d607b96b 24302010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2431
2432 * msdog.texi (Windows HOME): Add information regarding startup
2433 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2434
c12e4a81
GM
24352010-10-11 Glenn Morris <rgm@gnu.org>
2436
df187c62
GM
2437 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2438
c12e4a81
GM
2439 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2440 (DVIPS): New variable.
234db610
GM
2441 (.PHONY): Add html, ps.
2442 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2443 (clean): Delete html, ps files.
c12e4a81 2444
6513b232
EZ
24452010-10-09 Eli Zaretskii <eliz@gnu.org>
2446
2447 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2448
f4f358f1
GM
24492010-10-09 Glenn Morris <rgm@gnu.org>
2450
c1dc72b3
GM
2451 * Makefile.in (VPATH): Remove.
2452 (infodir): Make it absolute.
2453 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2454
4393405b
GM
2455 * Makefile.in (dist): Anchor regexps.
2456
eef3ab94
GM
2457 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2458 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2459 (emacs-xtra.pdf): Use $<.
2460
aa9db089
GM
2461 * Makefile.in (infoclean): Remove harmless, long-standing error.
2462
abd40fb4
GM
2463 * Makefile.in ($(infodir)): Delete rule.
2464 (mkinfodir): New.
2465 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2466
f4f358f1 2467 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2468 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2469 * emacsver.texi: New file, replacing emacsver.texi.in.
2470
ea274122
GM
24712010-10-09 Glenn Morris <rgm@gnu.org>
2472
f7a31f11
GM
2473 * emacsver.texi.in: New file.
2474 * emacs.texi: Set EMACSVER by including emacsver.texi.
2475 * Makefile.in (distclean): Delete emacsver.texi.
2476 (dist): Copy emacsver.texi.
b13254e7 2477 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2478
3fb78d1f
GM
2479 * ack.texi (Acknowledgments): No more b2m.c.
2480
ea274122
GM
2481 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2482 (emacs): Remove rule.
2483 (dist): No need to deal with the emacs rule any more.
2484
17ca7950
GM
24852010-10-07 Glenn Morris <rgm@gnu.org>
2486
2487 * Makefile.in (version): New, set by configure.
2488 (clean): Delete dist tar file.
2489 (dist): Use version in tar name.
2490
4c83f6e1
GM
24912010-10-06 Glenn Morris <rgm@gnu.org>
2492
2493 * Makefile.in (EMACS_XTRA): Add the main source file.
2494 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2495 (mostlyclean): No core files, reorder other files.
2496 (clean): Delete specific dvi and pdf files.
2497 (infoclean, dist): New rules.
2498 (maintainer-clean): Use infoclean.
8a944cea 2499 ($(infodir)): Add parallel build workaround.
4c83f6e1 2500
0264072d
GM
25012010-10-04 Glenn Morris <rgm@gnu.org>
2502
2503 * Makefile.in (SHELL): Set it.
2504 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2505 (info, dvi): Replace above variables with their expansions.
2506 (info): Move mkdir from here...
2507 ($(infodir)/emacs): ... to here (for parallel builds).
2508 (pdf): New target.
2509 ($(infodir)/emacs): Pass -o option to makeinfo.
2510 (.PHONY): Declare clean rules.
2511 (maintainer-clean): Delete dvi and pdf files.
2512 Guard against cd failures. Use a more restrictive delete.
2513
3226d6ca
GM
25142010-10-02 Glenn Morris <rgm@gnu.org>
2515
2516 * misc.texi (Shell Mode): Remove reference to old function name.
2517
cad90f3b
EZ
25182010-09-30 Eli Zaretskii <eliz@gnu.org>
2519
2520 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2521 indicator characters.
2522
5f874327
GM
25232010-09-29 Glenn Morris <rgm@gnu.org>
2524
2525 * Makefile.in (top_srcdir): Remove unused variable.
2526
0ab9cff3
GM
25272010-09-14 Glenn Morris <rgm@gnu.org>
2528
67ae9766
GM
2529 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2530 the last hook item.
2531
0ab9cff3
GM
2532 * calendar.texi (Appointments): Also updated when a diary include file
2533 is saved.
2534
6664fc59 25352010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2536
2537 * trouble.texi (Bugs): Update the section intro.
2538 (Known Problems): New section.
2539 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2540 (Sending Patches): Bug fixes are best as responses to existing bugs.
2541 * emacs.texi (Known Problems): Add menu entry for new section.
2542
be3283d7
GM
25432010-09-09 Glenn Morris <rgm@gnu.org>
2544
2545 * xresources.texi: Untabify.
2546
10999305 25472010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2548
2549 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2550
10999305 25512010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2552
2553 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2554
30641319
JD
25552010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2556
2557 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2558
50dd7bc6
GM
25592010-08-21 Glenn Morris <rgm@gnu.org>
2560
2561 * misc.texi (Amusements): Mention bubbles and animate.
2562
5e620eca
EZ
25632010-07-31 Eli Zaretskii <eliz@gnu.org>
2564
2565 * files.texi (Visiting): Add more index entries for
2566 large-file-warning-threshold.
2567
8b2dd508
JD
25682010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2569
2570 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2571
8838673e
GM
25722010-06-23 Glenn Morris <rgm@gnu.org>
2573
2574 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2575 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2576 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2577 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2578 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2579 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2580 Untabify Texinfo files.
2581
04d3bb6c
GM
25822010-06-10 Glenn Morris <rgm@gnu.org>
2583
103dd3a8
GM
2584 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2585
04d3bb6c
GM
2586 * basic.texi (Inserting Text): Fix typo.
2587
50b79479
GM
25882010-06-10 Glenn Morris <rgm@gnu.org>
2589
2590 * ack.texi (Acknowledgments):
2591 * emacs.texi (Acknowledgments): Update for notifications.el.
2592
86d7a550
DU
25932010-05-31 Daiki Ueno <ueno@unixuser.org>
2594
2595 * dired.texi (Operating on Files): Mention encryption commands
2596 (Bug#6315).
2597
db5dce9d
EZ
25982010-05-29 Eli Zaretskii <eliz@gnu.org>
2599
2600 * basic.texi (Moving Point): Update due to renaming of commands bound
2601 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2602
34313041
EZ
26032010-05-18 Eli Zaretskii <eliz@gnu.org>
2604
2605 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2606 paragraphs.
2607 (Line Truncation): Fix wording for bidi display.
2608
1fc0ce04 2609 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2610 keys.
2611
0235128c 26122010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2613
2614 * building.texi (GDB Graphical Interface): Remove misleading comparison
2615 to an IDE (Bug#6128).
2616
0235128c 26172010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2618
2619 * programs.texi (Man Page):
2620 * misc.texi (Invoking emacsclient):
2621 * mini.texi (Repetition):
2622 * mark.texi (Setting Mark): Fix typos.
2623
0235128c 26242010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2625
2626 * misc.texi (Printing): Document htmlfontify-buffer.
2627
0235128c 26282010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2629
2630 * calendar.texi (Displaying the Diary, Format of Diary File):
2631 Fix external cross-references for TeX format output.
2632
0235128c
SM
26332010-05-07 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * Version 23.2 released.
2636
f63d0028
JD
26372010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2638
2639 * cmdargs.texi (Initial Options): Mention --chdir.
2640
20fe03ad
JD
26412010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * frames.texi (Tool Bars): Add tool-bar-style.
2644
b7d65a5f
GM
26452010-04-21 Glenn Morris <rgm@gnu.org>
2646
2647 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2648
a42dbee1
CY
26492010-04-18 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * programs.texi (Semantic): New node.
2652
2653 * maintaining.texi (EDE): New node.
2654
2655 * emacs.texi: Update node listing.
2656
2657 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2658
6e104790 26592010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2660
d52dbd3d
GM
2661 * emacs.texi (Acknowledgments): Remove duplicate.
2662
a77fe20c
GM
2663 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2664
6e104790 26652010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2666
4ebe9902
GM
2667 * dired.texi (Misc Dired Features): Mention VC diff and log.
2668 * maintaining.texi (Old Revisions, VC Change Log):
2669 Mention that diff and log work in Dired buffers.
2670
98932641
GM
2671 * help.texi (Help Summary): Mention M-x info-finder.
2672
d5b22ab2 2673 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2674
4d4e9522
GM
2675 * custom.texi (Specifying File Variables, Directory Variables):
2676 Document new commands for manipulating local variable lists.
2677
6e104790 26782010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2679
2680 * trouble.texi (Contributing): Add cindex entry.
2681 Mention etc/CONTRIBUTE.
2682
6e104790 26832010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2684
2685 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2686 query-replace (Bug#5774).
2687
a20a9df3
GM
26882010-04-16 Glenn Morris <rgm@gnu.org>
2689
2690 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2691
1ecb2d3f
JD
26922010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2693
2694 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2695
99852628
JD
26962010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2697
2698 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2699
ce79424f
EZ
27002010-03-30 Eli Zaretskii <eliz@gnu.org>
2701
2702 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2703 cross-reference to "Inserting Text".
2704
2705 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2706 Mention completion provided by `ucs-insert'.
2707
85738751 27082010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2709
2710 * sending.texi (Sending Mail): Note variables that may need
2711 customizing.
2712 (Mail Sending): Expand discussion of send-mail-function.
2713
85738751 27142010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2715
2716 Document Message mode as the default mail mode.
2717
2718 * sending.texi (Sending Mail): Copyedits.
2719 (Mail Format, Mail Headers): Document mail-from-style changes.
2720 (Mail Commands): Rename from Mail mode. Document Message mode.
2721 (Mail Misc): Rename from Mail mode Misc.
2722 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2723 command names and update keybindings.
2724 (Header Editing): Document message-tab. De-document
2725 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2726 favor of mail-default-headers. Ad index entries for user-full-name and
2727 user-mail-address.
1c6c854e
CS
2728 (Citing Mail): Update changes in Message mode behavior.
2729 Document mail-yank-prefix.
e73c2434
CY
2730 (Mail Signature): New node, moved from Mail Misc.
2731 (Mail Aliases): Mail abbrevs are the default with Message mode.
2732 (Mail Methods): Note that Message mode is now the default.
2733
2734 * rmail.texi (Rmail Reply):
2735 * text.texi (Text Mode):
2736 * major.texi (Major Modes):
2737 * mule.texi (Output Coding): Refer to Message mode.
2738
2739 * custom.texi (Init Examples): Add xref to Mail Header.
2740
1fc0ce04 2741 * emacs.texi (Top): Fix xrefs.
e73c2434 2742
85738751 27432010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2744
c0c035fa
CY
2745 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2746 repository if there is none.
2747 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2748 vc-print-root-log.
ef7b27ef 2749 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2750
71785b7a
CY
2751 * programs.texi (Program Modes): Mention Javascript mode.
2752
f67c5dd0
CY
2753 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2754 * emacs.texi: Update node description.
2755
0f72a391 2756 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2757 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2758
dc2d2590
JL
27592010-03-30 Juri Linkov <juri@jurta.org>
2760
2761 * search.texi (Other Repeating Search): Remove line that `occur'
2762 can not handle multiline matches.
2763
a7b02820
EZ
27642010-03-30 Eli Zaretskii <eliz@gnu.org>
2765
2766 * mule.texi (International): Mention support of bidirectional editing.
2767 (Bidirectional Editing): New section.
2768
22ef1944
NR
27692010-03-28 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * emacs.texi (Top): Update node names to those in building.texi.
2772
146b8b16
NR
27732010-03-27 Nick Roberts <nickrob@snap.net.nz>
2774
c5e87d10
PE
2775 doc/emacs/building.texi: Describe restored GDB/MI functionality
2776 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2777 doc/emacs/emacs.texi: Update node names for building.texi.
2778
6d98672d
GM
27792010-03-24 Glenn Morris <rgm@gnu.org>
2780
2781 * ack.texi (Acknowledgments):
2782 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2783
93318cbd
JD
27842010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2785
2786 * xresources.texi (Table of Resources): Clarify toolBar number
2787 for Gtk+.
2788
2789 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2790
15cf2f52
CY
27912010-03-21 Chong Yidong <cyd@stupidchicken.com>
2792
4102856c
CY
2793 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2794
15cf2f52
CY
2795 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2796 and multi-isearch-buffers-regexp.
2797
2798 * indent.texi (Indentation): Clarify description of
2799 indent-for-tab-command. Document tab-always-indent.
2800
d68eb23c
CY
28012010-03-20 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * cmdargs.texi (Font X): Move most content to Fonts.
2804
2805 * frames.texi (Fonts): New node. Document font-use-system-font.
2806
2807 * emacs.texi (Top):
2808 * xresources.texi (Table of Resources):
2809 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2810
288f9fc0
CY
28112010-03-10 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * Branch for 23.2.
2814
17782bec
CY
28152010-03-06 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * custom.texi (Init Examples): Add xref to Locals.
2818
2819 * major.texi (Choosing Modes): Mention usage of setq-default for
2820 setting the default value of major-mode (Bug#5688).
2821
b4a1a8b2
CY
28222010-03-02 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2825
2826 * display.texi (Display Custom): Document make-pointer-invisible and
2827 underline-minimum-offset. Remove inverse-video.
2828
a1e759cd
CY
28292010-02-21 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * frames.texi (Frame Commands): Note that the last ordinary frame can
2832 be deleted in daemon mode (Bug#5616).
2833
4f3bc373
GM
28342010-02-18 Glenn Morris <rgm@gnu.org>
2835
2836 * trouble.texi (Contributing): Repository is no longer CVS.
2837
5dbbdd33
GM
28382010-02-08 Glenn Morris <rgm@gnu.org>
2839
2840 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2841
cd61af01
SM
28422010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * display.texi (Useless Whitespace, Text Display):
2845 * custom.texi (Init Examples): Avoid obsolete special default variables
2846 like default-major-mode.
2847
b1bb0a25 28482010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2849
2850 * programs.texi (Other C Commands): Replace reference to obsolete
2851 c-subword-mode.
2852
99d0985b
GM
28532010-01-21 Glenn Morris <rgm@gnu.org>
2854
2855 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2856
893db5bc
GM
28572010-01-12 Glenn Morris <rgm@gnu.org>
2858
2859 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2860 emacs-pretest-bug for bug reports for development versions.
2861
0419b8d6
GM
28622010-01-11 Glenn Morris <rgm@gnu.org>
2863
2864 * display.texi (Highlight Interactively): `t' does not mean highlight
2865 all patterns. (Bug#5335)
2866
26e533e2
CY
28672009-12-29 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * misc.texi (Shell): Document async-shell-command.
2870
2871 * building.texi (Grep Searching): Document zrgrep.
2872
484eaeac 2873 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2874
7ee6c59b
NR
28752009-12-29 Nick Roberts <nickrob@snap.net.nz>
2876
2877 * building.texi: Import GDB Graphical Interface description from
2878 EMACS_23_1_RC.
2879
91ed7ea8
CY
28802009-12-24 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * emacs.texi (Top): Update node listing.
2883
2884 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2885
2886 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2887
2888 * cmdargs.texi (Initial Options):
2889 * xresources.texi (Resources): Document inhibit-x-resources.
2890
2891 * custom.texi (Specifying File Variables): Note that minor modes are
2892 enabled unconditionally.
2893
2894 * display.texi (Scrolling): Briefly document the old recenter command,
2895 and document recenter-positions.
2896
2897 * files.texi (Visiting):
2898 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2899
1c6c854e
CS
2900 * frames.texi (Cut/Paste Other App):
2901 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2902
2903 * killing.texi (Kill Options): New node.
2904
6ca89aaa
CY
29052009-12-05 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * misc.texi (Shell Options): ansi-color is now default.
2908
806642d4
GM
29092009-12-05 Glenn Morris <rgm@gnu.org>
2910
806642d4
GM
2911 * emacs.texi (Top): Update menu for cal-xtra node changes.
2912 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2913 or mode line. Don't mention invisible text or the details of
2914 diary-print-entries here, only in cal-xtra.
2915 (Format of Diary File): Mention that the "date on first line" format
2916 only really affects the simple display.
2917 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2918 (Diary Customizing): Holidays may be in the buffer or mode line.
2919 Move diary-print-entries to the "Diary Display" section.
2920 (Diary Display): New section, split out from "Fancy Diary Display".
2921 Explain the limitations of simple display, and how to print it.
2922
1a4f0c0a
GM
2923 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2924
e11adbd8
GM
2925 * cal-xtra.texi (Diary Display): Mention View mode.
2926
29a483ac
JL
29272009-11-29 Juri Linkov <juri@jurta.org>
2928
2929 * display.texi (Highlight Interactively): Actually a list of
2930 default faces is pre-loaded into a list of default values
2931 instead of the history.
2932
83d60c79
GM
29332009-11-20 Glenn Morris <rgm@gnu.org>
2934
2935 * ack.texi (Acknowledgments):
2936 * emacs.texi (Acknowledgments): Add htmlfontify.
2937
276bbe96
GM
29382009-11-14 Glenn Morris <rgm@gnu.org>
2939
98ad1bae
GM
2940 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2941
276bbe96
GM
2942 * ack.texi (Acknowledgments):
2943 * emacs.texi (Acknowledgments): Update for recent Org changes.
2944
18430066
CY
29452009-10-31 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2948 `charset' property, which is irrelevant to the user manual (Bug#3526).
2949
522ddc9f
JB
29502009-10-14 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * trouble.texi (DEL Does Not Delete): Fix typo.
2953
50b49ade
MA
29542009-10-05 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * files.texi (Misc File Ops): Mention copy-directory.
2957
6308321a
EZ
29582009-10-04 Eli Zaretskii <eliz@gnu.org>
2959
43b3b4d1
EZ
2960 * mule.texi (Unibyte Mode): Emphasize that
2961 unibyte-display-via-language-environment affects only the display.
2962
6308321a
EZ
2963 * display.texi (Horizontal Scrolling): Document cursor behavior under
2964 horizontal scrolling when point moves off the screen (Bug#4564).
2965 Improve wording.
2966
bd51ea7f
MA
29672009-10-01 Michael Albinus <michael.albinus@gmx.de>
2968
2969 * files.texi (Directories): delete-directory prompts for recursive
2970 deletion.
2971
55381962
GM
29722009-09-30 Glenn Morris <rgm@gnu.org>
2973
2974 * ack.texi (Acknowledgments):
2975 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2976
13989ab1
TH
29772009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2978
2979 * dired.texi (Dired Navigation): Use @code instead of @var for
2980 dired-isearch-filenames, so that it's not capitalized.
2981
8ba46c89
CY
29822009-09-19 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2985
2986 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2987
2988 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2989 (Key Bindings): Reference Init Rebinding in introductory text.
2990 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2991 (Keymaps): Simplify.
2992 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2993 (Minibuffer Maps): Remove mention of Mocklisp.
2994 (Init Rebinding): Move mode-local rebinding example here from Local
2995 Keymaps.
2996 (Modifier Keys): Clarify.
1e11b018 2997 (Rebinding): Add cindex for "binding keys".
8ba46c89 2998
6a5ca7c8
CY
29992009-09-13 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3002
0e1cba51
NR
30032009-08-31 Nick Roberts <nickrob@snap.net.nz>
3004
6a5ca7c8 3005 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3006 Reorganize these two sections.
0e1cba51 3007
76a87a4d
EZ
30082009-08-29 Eli Zaretskii <eliz@gnu.org>
3009
3010 * cmdargs.texi (Initial Options): Fix last change.
3011
82e98df4
SM
30122009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * mule.texi (Enabling Multibyte):
3015 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3016 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3017
fb89fad9
GM
30182009-08-20 Glenn Morris <rgm@gnu.org>
3019
3020 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3021
e99652b0
GM
30222009-08-19 Glenn Morris <rgm@gnu.org>
3023
3024 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3025
5cca97ad
GM
30262009-08-18 Glenn Morris <rgm@gnu.org>
3027
3028 * ack.texi (Acknowledgments):
3029 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3030
997797ae 3031 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3032
985bf85b
GM
30332009-08-09 Glenn Morris <rgm@gnu.org>
3034
3035 * ack.texi (Acknowledgments):
3036 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3037
8d6bb99e
DD
30382009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3039
3040 * emacs.texi (Top): Add new menu items for GDB-UI.
3041
3042 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3043 section. Threads buffer is in separate section now.
8d6bb99e 3044
8353da9c
GM
30452009-08-08 Glenn Morris <rgm@gnu.org>
3046
3047 * ack.texi (Acknowledgments):
3048 * emacs.texi (Acknowledgments):
3049 Update for js2-mode and org changes.
3050
f2074faf
MA
30512009-08-02 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3054 files.
3055
e8d2d3fb
CY
30562009-07-28 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3059
324a4f6a
GM
30602009-07-23 Glenn Morris <rgm@gnu.org>
3061
3062 * programs.texi (Matching): Update blink-matching-paren-distance.
3063
b6937a70
CY
30642009-07-21 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * frames.texi (Cut/Paste Other App): For select-active-regions,
3067 selection is now updated on moving point.
3068
bd8aaa36
RS
30692009-07-21 Richard Stallman <rms@gnu.org>
3070
3071 * glossary.texi (GNU, Daemon): Update information.
3072
8d9b5eba
JL
30732009-07-19 Juri Linkov <juri@jurta.org>
3074
3075 * custom.texi (Specifying File Variables, Safe File Variables):
3076 "variables/value pairs" -> "variable/value pairs".
3077
a2acc1db
GM
30782009-07-15 Glenn Morris <rgm@gnu.org>
3079
3080 * misc.texi (Gnus): Remove widow.
3081
c5ae942b
GM
30822009-07-11 Glenn Morris <rgm@gnu.org>
3083
703d26ba
GM
3084 * Makefile.in (TEXI2PDF): New.
3085 (emacs.pdf, emacs-xtra.pdf): New targets.
3086
522ddc9f 3087 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3088
3089 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3090
3091 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3092 Don't print the copying notice twice in the printed version.
3093 Update the menu and detailmenu.
3094 (Preface): The meaning of "on-line" has changed.
3095 Correct name for "Common Problems" chapter.
3096 (Distrib): Update FSF shop URL.
3097 (Intro): Showing two files at once is not so exciting.
3098
3099 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3100 (Mac / GNUstep Basics): Minor grammar changes.
3101 (Mac / GNUstep Events): Fix typo.
3102 (GNUstep Support): CANNOT_DUMP no longer applies.
3103
3104 * misc.texi (Document View): Fix typos.
3105
3106 * dired.texi (Dired):
3107 * help.texi (Help):
3108 * macos.texi (Mac OS / GNUstep):
3109 * maintaining.texi (Version Control, Introduction to VC):
3110 End menu descriptions with a period.
c5ae942b 3111
b1c8242b
EZ
31122009-07-09 Eli Zaretskii <eliz@gnu.org>
3113
3114 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3115 so categorical in saying that the option is only useful on NTFS.
3116
220d9aa6
GM
31172009-07-09 Glenn Morris <rgm@gnu.org>
3118
3119 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3120 (ENVADD): Add texinfodir to TEXINPUTS.
3121
3122 * emacs.texi (Top): Fix cross-reference.
3123
3124 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3125
3126 * vc1-xtra.texi (Revision Tags): Fix typo.
3127
d07e72d3
GM
31282009-07-03 Glenn Morris <rgm@gnu.org>
3129
3130 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3131 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3132 (Merge Commands): `.' does not seem to work in A or B buffer.
3133 `l' can recreate the 3-window display.
3134
3135 * glossary.texi (Glossary): Minor phrasing changes throughout.
3136 Add more internal cross-references.
3137 <Autoloading>: You can't really autoload a variable.
3138 <C-M->: Move details here from `M-C-' item.
3139 <Continuation Line>: Refer to `Truncation.'
3140 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3141 <Home Directory, Unix>: New entries.
3142 <Deletion of Files>: Mention recycle bins.
3143 <Directory>: Mention ``folders.''
3144 <Error>: Don't mention ``type-ahead.''
3145 <Fringe>: Refer to the manual node.
3146 <Minor Mode>: Can be global or local.
3147 <Spell Checking>: There are other checkers besides Ispell.
3148
f144038a
GM
31492009-07-02 Glenn Morris <rgm@gnu.org>
3150
3151 * anti.texi (Antinews): Minor changes in phrasing.
3152
3153 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3154 some underfull lines in dvi output.
3155
3156 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3157
3158 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3159
3160 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3161
3f1c6666
JD
31622009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3163
3164 * xresources.texi (Table of Resources): Mention maximized for
3165 fullscreen.
3166
3167 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3168
62aadce7
CY
31692009-07-01 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * anti.texi (Antinews): Correct the list of removed platforms.
3172
82ec412e
GM
31732009-06-28 Glenn Morris <rgm@gnu.org>
3174
3175 * arevert-xtra.texi: Minor language tweaks.
3176
09964e7d
GM
3177 * dired-xtra.texi: Minor revisions.
3178
666e158e
MB
31792009-06-23 Miles Bader <miles@gnu.org>
3180
c4cc8b9a 3181 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3182 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3183
70243478
CY
31842009-06-21 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * Branch for 23.1.
3187
67cbe681
KH
31882009-06-17 Kenichi Handa <handa@m17n.org>
3189
3190 * mule.texi (Charsets): Update the description for the new charset.
3191 (list-character-sets): New findex.
125dd7c5 3192 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3193
40e67246
CY
31942009-06-10 Chong Yidong <cyd@stupidchicken.com>
3195
b5700de6
CY
3196 * basic.texi (Moving Point): Fix tag.
3197
3198 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3199
3200 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3201 use camel-case for PageUp and PageDown.
3202
3203 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3204 camel-case for PageUp and PageDown.
3205
3206 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3207
40e67246 3208 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3209 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3210
522ddc9f 32112009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3212
522ddc9f
JB
3213 * fixit.texi (Spelling): Set default dictionary.
3214 Improve descriptions (Bug#2554)
6f591cf4 3215
53483c76
DR
32162009-06-08 David Reitter <david.reitter@gmail.com>
3217
3218 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3219 since saving colors and faces set this way is not implemented.
3220 (Environment variables): Remove mention of mac-fix-env, which is
3221 scheduled to be removed.
3222
1557ef4f
CY
32232009-06-04 Chong Yidong <cyd@stupidchicken.com>
3224
91056528
CY
3225 * custom.texi (Init Examples): Add example of changing load-path.
3226
1557ef4f
CY
3227 * building.texi (Lisp Libraries): Add example of changing
3228 load-path (Bug#3446).
3229
623cec4c
CY
32302009-05-28 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * mark.texi (Mark): Further clarifications.
3233 (Setting Mark): Emphasize that C-SPC activates the mark.
3234
0fcca8ee
CY
32352009-05-28 Chong Yidong <cyd@stupidchicken.com>
3236
702b10e1
CY
3237 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3238 Mark mode.
0fcca8ee
CY
3239 (Using Region, Persistent Mark): Use "active mark" instead of "active
3240 region".
3241
d3b396e4
CY
32422009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3243
3244 * mule.texi (Select Input Method): Fix typo.
3245
3f698a06
CY
32462009-05-13 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * anti.texi (Antinews): Document completion changes. Some additional
3249 copyedits and rearrangement of entries.
3250
b2a42eb7
CY
32512009-05-12 Chong Yidong <cyd@stupidchicken.com>
3252
932fd020
CY
3253 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3254 (Shell History Copying, Terminal emulator): Copyedits.
3255
1c6c854e
CS
3256 * xresources.texi (Resources): Simplify descriptions.
3257 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3258 (Table of Resources): Document fontBackend resource.
3259
b2a42eb7 3260 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3261 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3262 "Backspace". Remove discussion of obscure Xmodmap issue.
3263
c6ea7fb8
CY
32642009-05-07 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * files.texi (Visiting): Copyedits.
3267
ad36c422
CY
32682009-05-06 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * basic.texi (Inserting Text): Document ucs-insert.
3271
3272 * mule.texi (International Chars): Define "multibyte". Note that
3273 internal representation is unicode-based. Simplify definition of raw
3274 bytes. Mention ucs-insert.
3275 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3276 (Language Environments): Add language environments new to Emacs 23.
3277 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3278 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3279 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3280 (Output Coding): Copyedits.
3281
3282 * emacs.texi (Top): Update node listing.
3283
d4ad7b96
CY
32842009-05-05 Per Starbäck <per@starback.se> (tiny change)
3285
3286 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3287
5bd66204
SM
32882009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * building.texi (Lisp Libraries): `load-library' does offer completion.
3291
bc36ad1c
CY
32922009-04-28 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3295 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3296
f1a47884
EZ
32972009-04-25 Eli Zaretskii <eliz@gnu.org>
3298
3299 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3300
be77bd45
CY
33012009-04-22 Chong Yidong <cyd@stupidchicken.com>
3302
3303 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3304
3305 * building.texi (Lisp Interaction): Document initial-scratch-message.
3306
d3b82927
JB
33072009-04-18 Juanma Barranquero <lekktu@gmail.com>
3308
ed6e7b11
JB
3309 * msdog.texi (Windows Fonts): Fix typos.
3310
d3b82927
JB
3311 * files.texi (Save Commands): Fix pxref.
3312
bc323c04
CY
33132009-04-18 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * files.texi (Save Commands): Mention diff-buffer-with-file.
3316 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3317 Henoch (Bug#3036).
3318
2186d13f
GM
33192009-03-15 Glenn Morris <rgm@gnu.org>
3320
3321 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3322 the former is not always used.
3323 (Mail Headers): Use active voice. Add "Mail-reply-to".
3324 Change case of "Id". Avoid repeated "appropriate".
3325 (Mail Aliases): Fix previous change - use an example with a ".", so it
3326 does actually get quoted when expanded.
3327 (Mail Sending): Mailclient is the default on some systems.
3328 (Citing Mail): Mention mail-indentation-spaces.
3329 (Mail Mode Misc): Add an @dfn for "mail signature".
3330
71e454fc
CY
33312009-03-15 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3334 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3335 read-buffer-completion-ignore-case, and completion-styles.
3336 Remove description of partial-completion-mode.
71e454fc 3337
df1a3e06
GM
33382009-03-14 Glenn Morris <rgm@gnu.org>
3339
3340 * sending.texi (Mail Format): Fix typo. Add index entry for
3341 mail-header-separator.
3342 (Mail Headers): Put info about initialization and changing in one place
3343 at the start. Update FCC section for mbox Rmail. Clarify From
3344 section, mention mail-setup-with-from. Clarify Reply-to section.
3345 Add Mail-followup-to and mail-mailing-lists. Clarify References
3346 section.
3347 (Mail Aliases): Update example, make less contentious.
3348 Update for name change of mail-interactive-insert-alias.
3349 (Mail Mode): Remove mention of `%' as a word separator.
3350 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3351 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3352 commands. Clarify FCC handling. In mail-complete, add reference to
3353 Mail Aliases section, and mention mail-complete-function.
3354 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3355 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3356 signature netiquette. Explain how the mail hooks work when continuing
3357 a composition.
3358 (Mail Amusements): Internationalize the spook section a bit.
3359 Remove the spook mail-setup-hook example, since it doesn't work well.
3360 Mention fortune-file.
3361 (Mail Methods): Mention read-mail-command.
3362
ed6e7b11 33632009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3364
df1a3e06
GM
3365 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3366 and NS resources following recent changes.
959d68bd 3367
86dca3e8
JR
33682009-03-10 Jason Rumney <jasonr@gnu.org>
3369
3370 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3371 w32-use-visible-system-caret doc to indicate that it should get set
3372 automatically.
3373 (Windows Fonts): Add doc for the uniscribe backend.
3374
042fe98f
DN
33752009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3378 vc-dir. (Bug#2598)
3379
7f8dba73
RS
33802009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3381
3382 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3383
505e70c3
GM
33842009-03-05 Glenn Morris <rgm@gnu.org>
3385
04242bdc
GM
3386 * rmail.texi (Rmail Basics): Add reference to sorting.
3387 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3388 Minor re-wordings.
3389 (Rmail Motion): Mention rmail-next-same-subject.
3390 (Rmail Deletion): Expunging is not the only way to change the numbers.
3391 (Rmail Labels): Labels can also be used in sorting.
3392 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3393 (Rmail Display): Mention rmail-mime.
3394
00cfe22c
GM
33952009-03-04 Glenn Morris <rgm@gnu.org>
3396
3397 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3398 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3399 summary. Mention sorts cannot be undone.
3400 (Rmail Display): Give an example of how to use goto-address-mode.
3401 (Rmail Editing): It's keybindings that are redefined, not commands.
3402 Fix some typos.
3403 (Movemail): Some minor rewording.
3404 (Remote Mailboxes): Emacs movemail supports pop by default.
3405 Fix some minor grammatical issues. The "two alternative ways" to
3406 specify a POP mailbox are really just one. Remove all reference to the
3407 variables rmail-pop-password and rmail-pop-password-required, obsolete
3408 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3409 can support Kerberos.
3410
3d963b67
GM
34112009-03-03 Glenn Morris <rgm@gnu.org>
3412
3413 * rmail.texi (Rmail Deletion): Revert previous change, which was
3414 describing the Rmail summary versions.
3415 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3416 Minor re-wording for rmail-resend.
3417 (Rmail Make Summary): Summaries apply to buffers rather than files.
3418 <rmail-summary-by-topic>: Headers includes the subject.
3419 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3420 details, including prefix arguments.
2340abde 3421 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3422 Not counting lines might be faster.
3423 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3424 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3425 Name the commands bound to the various keys. Mention prefix argument
3426 for searching.
3d963b67
GM
3427 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3428 Simplify rmail-highlighted-headers description. Update face name.
3429
a8ce3d17
JB
34302009-03-02 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * mark.texi (Marking Objects): Fix typo.
3433
130a29b6
CY
34342009-03-01 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3437 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3438
9d5de6f8
GM
34392009-03-01 Glenn Morris <rgm@gnu.org>
3440
79fc530e 3441 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3442 (Rmail Motion): - M-s searches from the end of messages.
3443 (Rmail Deletion): Minor clarification. Fix numeric argument
3444 description.
3445 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3446 newmail and RMAILOSE files need not be in home-directory.
3447 (Rmail Files): Mention I/O menus are unselectable if no files match.
3448 Mention `MAIL' env-var.
3449
b545ff9c
JR
34502009-02-24 Jason Rumney <jasonr@gnu.org>
3451
3452 * mule.texi (Fontsets): Mention fontset-default, font specs and
3453 fallback fontsets.
3454 (Defining Fontsets): Mention ns and w32 variants of
3455 standard-fontset-spec. Update description of startup fontset to match
3456 Emacs 23 behavior.
a93be82a 3457 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3458 (International): Link to Modifying Fontsets.
b545ff9c 3459
75da0618 34602009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3461
3462 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3463 Mention ns-extended-platform-support-mode.
3464
6be93a16
KB
34652009-02-22 Karl Berry <karl@gnu.org>
3466
3467 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3468
867d4bb3
JB
34692009-02-19 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * basic.texi (Moving Point, Position Info):
3472 * files.texi (Visiting):
3473 * mini.texi (Completion Options):
3474 * text.texi (HTML Mode): Remove duplicate words.
3475
49b5c0e8
GM
34762009-02-20 Glenn Morris <rgm@gnu.org>
3477
3478 * rmail.texi: Minor updates for mbox rather than Babyl.
3479
f43a822c
KB
34802009-02-17 Karl Berry <karl@gnu.org>
3481
49b5c0e8 3482 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3483
80d634b8
RS
34842009-02-17 Richard M Stallman <rms@gnu.org>
3485
3486 * anti.texi (Antinews): Mention Babyl format.
3487
3488 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3489
3490 * rmail.texi: Update for mbox format.
3491 Various small fixes, as well as the following.
3492 (Out of Rmail): Node deleted.
3493 (Rmail): Update menu.
3494 (Rmail Files): Comment out set-rmail-inbox-list.
3495 Document rmail-inbox-list instead.
3496 (Rmail Output): Substantial changes since C-o is now
3497 rmail-output-as-seen and o is rmail-output.
3498 (Rmail Attributes): Delete `stored', add `retried'.
3499 (Rmail Display): Editing headers works in all cases.
3500
f0d129c6
GM
35012009-02-17 Glenn Morris <rgm@gnu.org>
3502
3503 * basic.texi (Position Info): M-x count-lines-region is not always on
3504 M-=. (Bug#2269)
3505
160f11d3
GM
35062009-02-09 Glenn Morris <rgm@gnu.org>
3507
3508 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3509 defaults.
3510
763e01c4
EZ
35112009-02-07 Eli Zaretskii <eliz@gnu.org>
3512
3513 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3514 documentation of possible problems with redecoding.
3515
f5e1441d
GM
35162009-02-03 Glenn Morris <rgm@gnu.org>
3517
3518 * rmail.texi (Out of Rmail): Mention b2m.pl.
3519
e1eabe41
GM
35202009-01-31 Glenn Morris <rgm@gnu.org>
3521
3522 * rmail.texi (Out of Rmail): Correct b2m location.
3523
dd05f9de
CY
35242009-01-27 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * fixit.texi (Undo): Update undo limit values.
3527
d74d846e
GM
35282009-01-27 Glenn Morris <rgm@gnu.org>
3529
3530 * emacs.texi (Top): Fix Antinews menu entry.
3531
49ffdce8
KB
35322009-01-25 Karl Berry <karl@gnu.org>
3533
3534 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3535 item with no marker, instead of the syntactically incorrect
3536 @itemize @asis.
3537
467e8d77
JL
35382009-01-25 Juri Linkov <juri@jurta.org>
3539
3540 * building.texi (Grep Searching): Fix index entry for lgrep.
3541
6c60bbdb
EZ
35422009-01-24 Eli Zaretskii <eliz@gnu.org>
3543
3544 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3545
9ce5a36f
AR
35462009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3547
3548 * macos.texi (Preferences Panel): Update description of font setting to
3549 reflect that prior frame selection is no longer needed.
3550
9aa5f2fb
NR
35512009-01-20 Nick Roberts <nickrob@snap.net.nz>
3552
3553 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3554 raise GUD subsections.
3555
3892ff9c
GM
35562009-01-15 Glenn Morris <rgm@gnu.org>
3557
3558 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3559
14731c8f
GM
35602009-01-10 Glenn Morris <rgm@gnu.org>
3561
3562 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3563
45c55e53
CY
35642009-01-04 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3567 logical lines.
3568
2e4667d1
JL
35692008-12-29 Juri Linkov <juri@jurta.org>
3570
3571 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3572
3573 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3574
2a3eac47
CY
35752008-12-28 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3578 goto-address-mode instead of goto-address.
3579
3da8da94
CY
3580 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3581 mode.
3582
2a3eac47
CY
3583 * emacs.texi (Top): Update node listing.
3584
057f6dd3
EZ
35852008-12-26 Eli Zaretskii <eliz@gnu.org>
3586
3587 * custom.texi (Directory Variables): Explain what is a "project".
3588 Add indexing. Improve wording. Add a footnote about using
3589 _dir-locals.el on MS-DOS.
3590
e6979067
DN
35912008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3592
3593 * files.texi (Misc File Ops): Mention chmod as an alias for
3594 set-file-modes.
3595
9de15963
MR
35962008-12-24 Martin Rudalics <rudalics@gmx.at>
3597
3598 * help.texi (Help): Fix typos and reword.
3599 (Help Summary): Add entries for C-h n and C-h r, reorder
3600 entries, and do some minor fixes.
3601 (Name Help): Say that C-h F works for commands only.
3602 (Misc Help): Say that view-lossage displays 300 keystrokes.
3603
236fd60d
GM
36042008-12-20 Glenn Morris <rgm@gnu.org>
3605
3606 * ack.texi (Acknowledgments): General update based on AUTHORS,
3607 including removal of some stuff no longer distributed.
3608
ed9265fc 36092008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3610
ed9265fc 3611 * fixit.texi: Mention hunspell.
349b3256 3612
e840fca5
GM
36132008-12-19 Glenn Morris <rgm@gnu.org>
3614
3615 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3616 Consolidate explanatory text at start.
e840fca5
GM
3617
3618 * display.texi (Text Display):
3619 * indent.texi (Indentation): Use @acronym with ASCII.
3620
9dfa7983
GM
36212008-12-18 Glenn Morris <rgm@gnu.org>
3622
3623 * ack.texi: Various small updates and fixes.
3624
97b3a00b
JL
36252008-12-18 Juri Linkov <juri@jurta.org>
3626
3627 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3628 as a key binding to start a forward nonincremental word search.
3629 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3630 a backward nonincremental word search. Add index for `M-s w'
3631 `isearch-forward-word'.
3632 (Regexp Search): Add a short summary of regexp key commands like
3633 in the node "Basic Isearch".
3634 (Other Repeating Search): Fix typo.
3635
36362008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3637
3638 * misc.texi (PostScript Variables): Fix doc.
3639
31ce6a07
CY
36402008-12-10 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * programs.texi (Program Modes): Mention Ruby mode.
3643
636b507b
DN
36442008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * misc.texi (emacsclient Options): Describe what an empty string
3647 argument does for --alternate-editor.
3648
a323fa14
CY
36492008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3650
3651 * cmdargs.texi (Font X): Distinguish between client-side and
3652 server-side fonts. List valid Fontconfig properties. Add reference to
3653 Fontconfig manual. List valid GTK font properties. Explain use of
3654 fc-list.
3655
c5ca6cd0
CY
36562008-12-09 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * cmdargs.texi (Font X): Move discussion of quoting to top.
3659
e5136377
GM
36602008-12-06 Glenn Morris <rgm@gnu.org>
3661
3662 * maintaining.texi (Old Revisions): Improve previous change.
3663
248c026b
RS
36642008-12-05 Richard M Stallman <rms@gnu.org>
3665
3666 * anti.texi (Antinews): Minor fixes.
3667
a9253a1e
GM
36682008-12-03 Glenn Morris <rgm@gnu.org>
3669
3670 * maintaining.texi (Old Revisions): Fix diff-switches description.
3671
fa687b02
MR
36722008-12-01 Martin Rudalics <rudalics@gmx.at>
3673
3674 * emacs.texi (Top): Fix typo.
3675
72e6decd
CY
36762008-11-30 Chong Yidong <cyd@stupidchicken.com>
3677
320ee034
CY
3678 * misc.texi (Document View): Explain dependence on gs at the top.
3679 Copyedits.
3680
3681 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3682
72e6decd
CY
3683 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3684 (Comment Commands): Discuss region-active behavior of M-; first.
3685
2a472ee4
MR
36862008-11-29 Martin Rudalics <rudalics@gmx.at>
3687
9c6361c9
MR
3688 * display.texi (Line Truncation): Add reference to Continuation
3689 Lines.
3690
2a472ee4
MR
3691 * windows.texi (Pop Up Window): Mention split-height-threshold
3692 and split-width-threshold.
9c6361c9 3693 (Split Window): Add reference to Continuation Lines.
2a472ee4 3694
e93bc142
AR
36952008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3696
3697 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3698 (GNUstep Support): New node.
3699 * anti.texi:
3700 * emacs.texi:
3701 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3702
43b978db
RS
37032008-11-28 Richard M Stallman <rms@gnu.org>
3704
3705 * misc.texi (Dissociated Press): Minor cleanups.
3706
3707 * dired.texi (Image-Dired): Avoid passive.
3708
e8e2bd93
EZ
37092008-11-28 Eli Zaretskii <eliz@gnu.org>
3710
3711 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3712 representation.
3713
8d2d45da
CY
37142008-11-26 Richard M. Stallman <rms@gnu.org>
3715
3716 * files.texi (Visiting): Rewrite paragraph for clarity.
3717
3718 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3719
a5f7bbcc
AM
37202008-11-25 Alan Mackenzie <acm@muc.de>
3721
3722 * programs.texi (Moving by Parens): Clarify that parens inside strings
3723 and comments are ignored, and that the commands assume the starting
3724 point isn't in a string or comment.
3725
a71703d3
AR
37262008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3727
3728 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3729 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3730 version.
3731 (Mac Customization): Rewrite Preferences Panel section and merge in to
3732 this node, add Open files by dragging to an Emacs window.
3733
3734 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3735
aa5ab79a
CY
37362008-11-26 Chong Yidong <cyd@stupidchicken.com>
3737
0cc92c19
CY
3738 * files.texi (Misc File Ops): Document set-file-modes.
3739
c366b4e4
CY
3740 * windows.texi (Split Window): Document integer values of
3741 truncate-partial-width-windows.
3742
aa5ab79a
CY
3743 * text.texi (Text): Simplify description of markup languages.
3744 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3745 (TeX Editing): Note that `""' inserts one `"' character.
3746 (HTML Mode): Note in the introduction that XML mode is an alias for
3747 SGML mode. Mention nXML mode.
3748
56221db7
CY
37492008-11-25 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * building.texi (Watch Expressions): Fix typo.
3752
90effe33
CY
37532008-11-24 Chong Yidong <cyd@stupidchicken.com>
3754
f90a5ae3
CY
3755 * files.texi (Visiting): Document new behavior of
3756 confirm-nonexistent-file-or-buffer.
3757
1c6c854e
CS
3758 * buffers.texi (Select Buffer):
3759 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3760
a18ffb4a
CY
3761 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3762 edit-picture.
3763
90effe33
CY
3764 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3765 edit-picture', since that is just an alias for picture-mode.
3766 (Sentences): Note that repeated M-@ extends the region.
3767 (Pages): Make terminology more consistent. Link to Regexps node.
3768 (Longlines): Discuss relationship with Visual Line mode.
3769 (Text Mode): Remove extraneous discussion of other modes, since they
3770 were already introduced in the parent node.
3771
e85103ec
CY
37722008-11-23 Chong Yidong <cyd@stupidchicken.com>
3773
5cb2fe30
CY
3774 * anti.texi (Antinews): Rewrite.
3775
1eb9b307 3776 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3777
3778 * frames.texi (Frame Commands): Mention "minimize" terminology.
3779
e85103ec
CY
3780 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3781 formats.
b908332f
CY
3782 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3783 (Misc X): Don't document useless -hb option.
e85103ec 3784
607f5f88
JL
37852008-11-22 Juri Linkov <juri@jurta.org>
3786
3787 * dired.texi (Dired Navigation): Change normal file name search option
3788 from `non-nil' to `t'. Add `dwim' option.
3789
e1b867a0
JL
37902008-11-22 Juri Linkov <juri@jurta.org>
3791
3792 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3793 ".dir-locals.el". Rename `define-project-bindings' to
3794 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3795 `dir-locals-set-directory-class'.
3796
dd186936
LK
37972008-11-22 Lute Kamstra <lute@gnu.org>
3798
3799 * buffers.texi (Select Buffer): Index goto-line.
3800 * basic.texi (Moving Point): Mention the use of a numeric prefix
3801 argument with goto-line and refer to Select Buffer for the use of a
3802 plain prefix argument.
3803
4b121911
GM
38042008-11-19 Glenn Morris <rgm@gnu.org>
3805
3806 * doclicense.texi: Update to FDL 1.3.
3807 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3808
27267e4c
CY
38092008-11-17 Chong Yidong <cyd@stupidchicken.com>
3810
696f351d
CY
3811 * custom.texi (Minor Modes): Define mode commands and mode variables
3812 more precisely. Recommend using mode commands instead of setting
3813 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3814 (Easy Customization): Use "init file" instead of .emacs.
3815 (Customization Groups): Update to new Custom buffer appearance.
3816 (Saving Customizations): Copyedits. Update example.
3817 (Variables): Give example of variable type-sensitivity.
3818 (Examining): Update example.
3819 (Hooks): Copyedits.
3820 (Specifying File Variables): Use C comments instead of an artificial
3821 Lisp for the example.
3822 (Keymaps): Move internals discussion to Prefix Keymaps.
3823 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3824 (Init Rebinding): Document kbd macro.
3825 (Init File): Link to Find Init.
696f351d
CY
3826
3827 * mark.texi (Using Region): Document Delete Selection Mode more
3828 thoroughly.
3829
3830 * frames.texi (Mouse Commands): Move most of the description of Delete
3831 Selection Mode to Using Region, and link to it.
1bc9c425 3832 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3833
b0570c25
CY
3834 * building.texi (Compilation): Document first-error value of
3835 compilation-scroll-output.
3836 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3837 works as soon as an error is available. Suggested by Juri Linkov.
3838
27267e4c
CY
3839 * mini.texi (Passwords): New node.
3840
3841 * files.texi (Remote Files): Link to Passwords node.
3842
3843 * emacs.texi (Top): Update node listings.
3844
122eb807
CY
38452008-11-16 Chong Yidong <cyd@stupidchicken.com>
3846
9c9855a3
CY
3847 * ack.texi (Acknowledgments): Some updating of credits.
3848
bd6fdcad
CY
3849 * emacs.texi (Acknowledgments): Add a couple more names.
3850
dd1eef46
CY
3851 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3852
122eb807 3853 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3854 (Misc File Ops): Document use of trash.
122eb807 3855
801a8da1
JB
38562008-11-16 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * macos.texi (Mac Customization): Fix typos.
3859
0b4f2253
CY
38602008-11-14 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3863 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3864 the conventions of the main Emacs manual.
3865
3866 * emacs.texi (Top): Update node listings.
3867
517e2b89
CY
38682008-11-12 Chong Yidong <cyd@stupidchicken.com>
3869
07a85685
CY
3870 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3871 command-line-args is processed during startup.
3872 (Action Arguments): Correctly describe how file arguments interact with
3873 the startup screen. Link to Lisp Interaction for scratch buffer.
3874 (Initial Options): Link to Command Example for -batch option.
3875 (Environment): Document initial-environment.
3876
517e2b89
CY
3877 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3878 can't be changed in the site-start file.
3879
6337bbde
CY
38802008-11-07 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * dired.texi (Dired): Mention C-x C-d too.
3883 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3884 (Dired Navigation): Explain dired-goto-file more clearly.
3885 Document dired-isearch-filenames.
6337bbde
CY
3886 (Dired Deletion): Remove unnecessary "expunged" terminology.
3887 (Flagging Many Files): & is now rebound to `% &'.
3888 (Shell Commands in Dired): Document dired-do-async-shell-command.
3889 Clarify how multi-file arguments are passed.
3890 (Misc Dired Features): Document dired-do-isearch.
3891
9e8eeff9
CY
38922008-11-06 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3895
e071f849
CY
38962008-11-03 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3899
05482eb1
CY
39002008-11-01 Chong Yidong <cyd@stupidchicken.com>
3901
e2346dea
CY
3902 * programs.texi (Program Modes): Link to Program Indent node.
3903 (Left Margin Paren): Explain consequences of changing
3904 open-paren-in-column-0-is-defun-start more concisely.
3905 (Which Function, Program Indent, Info Lookup): Minor edits.
3906 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3907 (Multi-line Indent): If region is active, TAB indents the region.
3908 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3909 (Matching): The delimiter at the cursor is highlighted---the character
3910 changes color.
3911 (Symbol Completion): Link to Completion node.
3912
e4b6428c
CY
3913 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3914 a strictly text-only system.
3915
05482eb1
CY
3916 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3917 batch mode.
3918
a11d3737
RS
39192008-11-01 Richard M. Stallman <rms@gnu.org>
3920
5abad626
RS
3921 * misc.texi (Document View): Major rewrite.
3922
a11d3737
RS
3923 * maintaining.texi (Types of Log File): Change logs are older than
3924 version control.
3925 (VCS Concepts): Simplify and rearrange.
3926 (Version Control Systems): Make it clear that Linux is only the kernel.
3927 (VC Mode Line): Shorten reference to menu item.
3928 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3929 (VC Directory Mode): Minor cleanup.
3930 Unchanged files are hidden, not omitted.
3931 (VC Directory Commands): Shorten and simplify.
3932 (Change Log Commands): New node, split from Change Logs.
3933 (VC Directory Buffer): New node, split from VC Directory Mode.
3934
c55a4acb
CY
39352008-10-31 Chong Yidong <cyd@stupidchicken.com>
3936
1c6c854e 3937 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3938 from files.texi.
3939
1c6c854e
CS
3940 * files.texi (Version Control): Move to maintaining.texi.
3941 Subnodes moved as well.
3942 (Document Files): Move to misc.texi.
df0356f6 3943
c55a4acb
CY
3944 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3945 vc-update-change-log.
df0356f6
CY
3946 (Version Control): Move here from files.texi.
3947 (Format of ChangeLog): Make it a subnode of Change Log.
3948
3949 * emacs.texi (Top): Update node listing.
c55a4acb 3950
ef082374
TH
39512008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3952
3953 * files.texi (Files): Add a section about document
3954 files (doc-view-mode).
3955
d52582c3
CY
39562008-10-31 Chong Yidong <cyd@stupidchicken.com>
3957
1c6c854e
CS
3958 * building.texi (Compilation Mode):
3959 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3960 (Debuggers): Lower GUD subsections to subsubsections.
3961 (Starting GUD): Add cindex.
3962 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3963
4e0a0968
CY
39642008-10-30 Chong Yidong <cyd@stupidchicken.com>
3965
03625b47
CY
3966 * indent.texi (Indentation): Link to Program Indent.
3967
4e0a0968
CY
3968 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3969 now uses emacsclient's terminal.
3970
8bd3f7ef
CY
39712008-10-29 Chong Yidong <cyd@stupidchicken.com>
3972
80e5620e
CY
3973 * mark.texi (Using Region): Document use-empty-active-region.
3974
97d5c404
CY
3975 * emacs.texi (Top): Update node listings.
3976
1c6c854e
CS
3977 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3978 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3979 (Invoking emacsclient): Rewrite, moving optional arguments to
3980 emacsclient Options.
21d2bae3
CY
3981 (emacsclient Options): New node. Document server-use-tcp and
3982 server-host.
8bd3f7ef 3983
5fda2cbd
CY
39842008-10-28 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * indent.texi (Indentation): Replace list with paragraphed text,
3987 putting description of syntax-driven indentation first. Document new
3988 effect of active regions on tab.
3989 (Tab Stops): Note that editable tab stops affect indentation commands.
3990
4ff029f6
DN
39912008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3992
3993 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3994
996cd6e4
CY
39952008-10-23 Chong Yidong <cyd@stupidchicken.com>
3996
f28815e3
CY
3997 * custom.texi (Function Keys): Note that modified keypad keys are not
3998 translated.
3999
996cd6e4
CY
4000 * basic.texi (Arguments): Explain how to insert multiple digits.
4001
49545fe2
MA
40022008-10-22 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * files.texi (Remote Files): Precise selection of default method.
4005 Rewrite paragraph about disabling remote file names.
4006
edac0b53
CY
40072008-10-22 Chong Yidong <cyd@stupidchicken.com>
4008
e752c544
CY
4009 * search.texi (Special Isearch): Document M-TAB is isearch.
4010
edac0b53
CY
4011 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4012 command.
4013
4014 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4015
20a36054
TH
40162008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4017
1c6c854e 4018 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4019 section.
4020
69051ab6
CY
40212008-10-21 Chong Yidong <cyd@stupidchicken.com>
4022
c4b1a32a
CY
4023 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4024 to files.texi. Move contents of vc2-xtra.texi here.
4025
4026 * vc2-xtra.texi: File removed.
4027
4028 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4029 Directory Commands from the submenu. Don't include deleted file
4030 vc2-xtra.texi.
4031
4032 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4033 (Version Control): Add VC Directory Mode and VC Directory Commands to
4034 the submenu.
4035 (Why Version Control?): Use table format.
4036 (Version Control Systems): Note that Meta-CVS support is gone.
4037 (VCS Concepts): Note precisely when VC started supporting filesets.
4038 Remove bogus xref to CVS Options node.
4039 (Types of Log File): Copyedits.
4040 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4041 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4042 The Right Thing.
4043 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4044 (Log Buffer): Reorganize node, putting C-c C-c description first.
4045 (Old Revisions): Use CVS for example, not RCS.
4046 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4047 Commands from the submenu, putting them under Version Control.
4048 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4049 need to include it in the manual unconditionally, since it is now
4050 crucial to using distributed version control systems.
1a6e2954
CY
4051 (Comparing Files): Note that diff uses the minibuffer, and that the
4052 output is shown using Diff mode.
1c6c854e
CS
4053 (Diff Mode): Explain what "patch" and "hunk" mean.
4054 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4055 diff-show-trailing-whitespaces.
1a6e2954 4056 (File Archives): Add rar support.
c4b1a32a 4057
69051ab6
CY
4058 * major.texi (Choosing Modes): Make mode selection sequence more
4059 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4060 magic-mode-alist is nil by default.
4061 Document magic-fallback-mode-alist.
69051ab6 4062
e7421e03
CY
40632008-10-20 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * frames.texi (Mouse References): Copyedits.
4066
6b2efdc2
TH
40672008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4068
4069 * ack.texi (Acknowledgments): Add myself as doc-view author.
4070
9c5e9396
EZ
40712008-10-20 Eli Zaretskii <eliz@gnu.org>
4072
4073 * frames.texi (Dialog Boxes): Add @cindex entries.
4074
dac94f8e
CY
40752008-10-20 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4078 (Text-Only Mouse): Copyedit.
4079
25597d40
CY
40802008-10-19 Chong Yidong <cyd@stupidchicken.com>
4081
f8a447f6
CY
4082 * frames.texi: Use @key throughout for mouse clicks.
4083 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4084 (Secondary Selection): Fix modified mouse click syntax.
4085 (Clipboard): Describe Cut, Copy and Paste commands.
4086 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4087 Copyedits.
4088 (Creating Frames): Add xref to Init File.
4089 (Frame Commands): Add xref to Exiting.
4090 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4091
b0f95216
CY
40922008-10-15 Chong Yidong <cyd@stupidchicken.com>
4093
b0817f00
CY
4094 * files.texi (Version Control): Copyedits. Add Bazaar.
4095 (Version Control Systems): List different VCS's using an itemized list.
4096 Add Bazaar.
4097 (VCS Concepts): Copyedits. Tweak description of file merging.
4098
b0f95216
CY
4099 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4100 (Cut/Paste Other App): Document select-active-regions and
4101 x-select-enable-primary.
4102
69d0d701
CY
41032008-10-13 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * mark.texi (Shift Selection): Correct case in node name.
4106
4107 * emacs.texi (Top): Update node order in Mark chapter.
4108
375e8351
EZ
41092008-10-12 Eli Zaretskii <eliz@gnu.org>
4110
4111 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4112
4113 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4114 elsewhere in the manual instead of describing yet again the intricacies
4115 of $HOME on MS-Windows and MS-DOS.
4116
ab58114f
CY
41172008-10-12 Chong Yidong <cyd@stupidchicken.com>
4118
4f959513 4119 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4120 (Minibuffer File): Add discussion of `~' in file names.
4121 Add insert-default-directory index reference.
4f959513 4122
ab58114f
CY
4123 * files.texi (File Names): Reorganize description.
4124 (Visiting): Add xref to Mode Line. Copyedits.
4125 (Save Commands): Mention prefix behavior of C-x C-s.
4126 (Numbered Backups): Node deleted.
4127 (Backup Names): Contents of Numbered Backups moved here. State default
4128 of version-control variable.
4129 (Reverting): Copyedits.
4130 (Version Control): Add additional version control systems.
4131
4132 * emacs.texi (Top): Delete Numbered Backups node.
4133
4134 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4135 Backup Names.
f2884f63 4136 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4137
b0b5100a
RF
41382008-10-11 Romain Francoise <romain@orebokech.com>
4139
4140 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4141
89774b5f
CY
41422008-10-11 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4145 (Select Buffer): Mention use of minibuffer history. Describe default
4146 value of default-major-mode. Mention that C-x 4 b selects the other
4147 window.
4148 (List Buffers): Document CRM indicators in the order they appear.
4149 (Kill Buffer): Document new command kill-matching buffers.
4150 (Several Buffers): Move explanation of the relationship between buffer
4151 list and buffer menu to the top.
4152 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4153
4c72bf27
CY
41542008-10-10 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * entering.texi (Exiting): Document change of C-x C-c to
4157 save-buffers-kill-terminal. Document kill-emacs.
4158
f68eb991
EZ
41592008-09-30 Eli Zaretskii <eliz@gnu.org>
4160
4161 * mule.texi (Coding Systems): Don't mention codepage-setup.
4162
4163 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4164 cpNNN coding systems anymore.
4165 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4166 for unibyte mode. Don't mention line-drawing characters.
4167 Don't mention dos-unsupported-char-glyph.
f68eb991 4168
1a2dd44d
CY
41692008-09-25 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * search.texi (Search): Shorten introduction.
4172 (Basic Isearch): Add command table. Discuss reverse isearch and
4173 isearch highlighting.
4174 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4175 ring to cindex.
4176 (Special Isearch): Move input methods discussion here.
4177 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4178 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4179 Repeat Isearch.
4180 (Isearch Minibuffer): New node.
4181 (Word Search): Document new word search commands.
4182 (Regexp Example): Simplify example using sentence-end-base variable.
4183 (Replace): Reword introduction.
4184 (Unconditional Replace): Remove unnecessary example.
4185 (Other Repeating Search): Document new `M-s o' binding.
4186
4187 * emacs.texi (Top): Update node listings.
4188
e45da31d
JB
41892008-09-22 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * emacs.texi (Top): Remove Kill Errors from menu.
4192
841c8096
CY
41932008-09-22 Chong Yidong <cyd@stupidchicken.com>
4194
402168fa
CY
4195 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4196 interface for defining macros. Simplify examples. Note that C-g quits
4197 macro definitions.
1c6c854e
CS
4198 (Keyboard Macro Counter): Document using F3 to insert counter.
4199 Give usage example.
402168fa
CY
4200 (Keyboard Macro Query): Organize query responses in a table.
4201
1c6c854e
CS
4202 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4203 Link to Erasing node.
841c8096
CY
4204 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4205 rationale to a footnote.
4206 (Kill Errors): Remove node, due to redundancy with Erasing.
4207 (Spelling): Move discussion of flyspell to end. Note new behavior of
4208 M-$ in active region. Remove non-ispell-specific keybindings from
4209 table.
4210
eab2ee89
DN
42112008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4212
4213 * cmdargs.texi (Initial Options): Document --daemon.
4214
3d53e905
GM
42152008-09-20 Glenn Morris <rgm@gnu.org>
4216
4217 * files.texi (Numbered Backups): Mention that some modes set
4218 version-control.
4219
1c90484d
GM
42202008-09-20 Jim Blandy <jimb@red-bean.com>
4221
4222 * files.texi (Numbered Backups): Reference File Variables, as well.
4223 Remove discussion of Rmail's implementation.
4224
0fc0d844
CY
42252008-09-06 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * misc.texi (Recursive Edit): Note that top-level exits active
4228 minibuffers.
4229
4230 * trouble.texi (Quitting): Likewise.
4231
b18d283d
CY
42322008-08-31 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * emacs.texi (Top): Add Temporary Face Changes xref.
4235
4236 * display.texi (Display): Move Temporary Face Changes node to just
4237 after Standard Faces.
4238 (Scrolling): Document recenter-top-bottom instead of recenter.
4239 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4240 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4241 (Display Custom): Copyedits.
4242 (Optional Mode Line): Document display-battery-mode.
4243
180135fc
RF
42442008-08-27 Romain Francoise <romain@orebokech.com>
4245
4246 * custom.texi (Directory Variables): Minor fix.
4247
d3fe3475
GM
42482008-08-27 Glenn Morris <rgm@gnu.org>
4249
4250 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4251 descriptions.
4252 (Calendar Customizing): Tweak layout description.
183080b6 4253 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4254 markers. Condense calendar-star-date and calendar-mark-today
4255 description.
4256 (Holiday Customizing): Add oriental and solar holidays.
4257 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4258 Fix holiday-float description. Use zerop in examples. Be less verbose.
4259 (Date Display Format): Change ISO format. Be less verbose.
4260 (Diary Customizing): Mention day and month abbrev arrays.
4261 Mention the date-form variables by name. Update European example.
4262 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4263 Condense examples. Mention diary-entry-symbols by name.
4264 Condense table for insertion commands.
4265 (Fancy Diary Display): Mention diary-include-string and
4266 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4267 Ethiopic, Persian date functions. Condense descriptions.
4268
4269 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4270 (Adding to Diary): Adapt for changed node name.
4271
71755807
GM
42722008-08-26 Glenn Morris <rgm@gnu.org>
4273
4274 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4275 node "Hebrew/Islamic Entries".
4276
4277 * calendar.texi (Specified Dates): Fix names of iso functions.
4278 (General Calendar): There may not be another window.
4279 (Writing Calendar Files, Holidays): Tweak intro.
4280 (Holidays): Mention Baha'i and Chinese holidays.
4281 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4282 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4283 (To Other Calendar): Add calendar-print-other-dates.
4284 Refer to "graphic display" rather than "X.
4285 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4286 (Displaying the Diary): Fix whitespace after reference.
4287 Fix `diary-number-of-entries' reference.
4288 (Date Formats): Explicitly mention that day names can be abbreviated.
4289 (Adding to Diary): Add some references to other sections.
4290 (Special Diary Entries): Fix reference.
4291 (Appointments): Simplify appt-message-warning-time entry.
4292 Clarify where times must be.
4293 (Importing Diary): Comment out icalendar paragraph that does not apply.
4294 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4295
d76ebc75
GM
42962008-08-23 Glenn Morris <rgm@gnu.org>
4297
4298 * fortran-xtra.texi (Fortran): Change description of free form and
4299 fixed form a bit. Mention hideshow and imenu.
4300 (Fortran Motion): Mention fortran-end-of-subprogram,
4301 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4302 (Fortran Indent): Minor re-word.
4303 (ForIndent Commands): Mention fortran-fill-paragraph and
4304 fortran-fill-statement.
4305 (ForIndent Cont): Mention fortran-tab-mode-string.
4306 (Fortran Comments): Mention fortran-comment-line-start-skip.
4307 (Fortran Columns): Mention font-locking.
4308 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4309
1fc0ce04 43102008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4311
4312 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4313
5c52e13c
CY
43142008-08-22 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * mini.texi (Minibuffer): Simplify introduction.
4317 (Minibuffer File): Document tilde in minibuffer filenames.
4318 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4319 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4320 (Completion Example): Update example to current command list.
4321 (Completion Options): Document `lazy' value of completion-auto-help.
4322 Update contents of completion-ignored-extensions.
4323 (Minibuffer History): Describe "future history" list. State default
4324 value of history-delete-duplicates.
4325
77a00355
GM
43262008-08-21 Glenn Morris <rgm@gnu.org>
4327
4328 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4329 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4330
39ee1d04
CY
43312008-08-17 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * regs.texi (Registers): Clarify valid register names.
4334 (RegPos): Note that buffer is saved and restored too.
4335 (RegText): Note that mark is reactivated/deactivated.
4336 (RegConfig): Xref to Windows node.
4337
b12c348f
CY
43382008-08-16 Chong Yidong <cyd@stupidchicken.com>
4339
3ae7ba79
CY
4340 * basic.texi (Inserting Text): Provide command name for C-q.
4341
b12c348f
CY
4342 * killing.texi (Killing): Copyedit. Define read-only text.
4343 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4344 (Killing by Lines): Copyedit.
4345 (Other Kill Commands): Move M-w description here.
4346 (Yanking): Move M-w to Other Kill Commands.
4347 (Kill Ring): Also mention saving text in registers. Link to Text
4348 Properties in elisp manual.
4349 (Accumulating Text): Copyedit.
4350 (CUA Bindings): Shift selection is now the default.
4351
d8ff7692
TZ
43522008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4353
4354 * maintaining.texi (Change Log): Mention next-error is available.
4355
a43a8a2e
GM
43562008-08-10 Glenn Morris <rgm@gnu.org>
4357
4358 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4359 and intermonth text.
4360 (Holiday Customizing): Add holiday-chinese.
4361
eba27308
EZ
43622008-08-08 Eli Zaretskii <eliz@gnu.org>
4363
4364 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4365
5f14a5b3
DN
43662008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4367
4368 * files.texi (Log Buffer): Describe C-c C-d.
4369 (Diff Mode): Describe C-x 4 A.
4370
49989bff
EZ
43712008-08-06 Eli Zaretskii <eliz@gnu.org>
4372
4373 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4374
5c915c02
DN
43752008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4376
2beaf97a
DN
4377 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4378 describe the new bindings to show the changeset diff, toggle annotation
4379 visibility, show revisions.
4380 (VC Status): Describe key bindings for modifying the change comments,
4381 displaying changeset diffs and annotations.
4382
5c915c02
DN
4383 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4384
71798ace
NR
43852008-08-05 Nick Roberts <nickrob@snap.net.nz>
4386
4387 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4388
b8949644
EZ
43892008-08-02 Eli Zaretskii <eliz@gnu.org>
4390
4391 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4392 and wording.
4393
819567d1
DN
43942008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4397 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4398 commands. Improve some old info.
4399
5f38310a
CY
44002008-07-31 Chong Yidong <cyd@stupidchicken.com>
4401
0dc3906b
CY
4402 * display.texi (Visual Line Mode): New node.
4403
5f38310a 4404 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4405 (Moving Point): Add additional alternative key bindings.
4406 Describe line-move-visual.
5f38310a
CY
4407 (Erasing): Describe DEL.
4408 (Basic Undo, Blank Lines, Arguments): Copyedit.
4409 (Continuation Lines): Mention Visual Line mode.
4410 (Position Info): Move extended discussion to mule.texi.
4411
4412 * mule.texi (International Chars): Describe C-x =.
4413
4414 * emacs.texi (Top): Add Visual Line Mode node.
4415
7c2fb837
DN
44162008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * emacs.texi: Remove VMS support.
4419
3f6b73ef
DN
44202008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4423 the vc-dir command name.
4424
9e2a2647
DN
44252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * xresources.texi: Remove mentions of Mac Carbon.
4428
568beaa2
AS
44292008-07-19 Andreas Schwab <schwab@suse.de>
4430
4431 * ns-emacs.texi: Move to ../misc.
4432
0ef94706
CY
44332008-07-15 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * entering.texi (Exiting): Don't describe text-only terminals as the
4436 default. Describe the new startup screen.
4437 (Exiting): Describe how to kill Emacs first. Change description of
4438 iconification to handle modern window systems.
4439
ba60bd44 44402008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4441
4442 * ns-emacs.texi: New file, documents features of Emacs port under
4443 NeXTstep windowing.
4444
9f30aa73
CY
44452008-07-15 Chong Yidong <cyd@stupidchicken.com>
4446
938a5d2e
CY
4447 * entering.texi (Entering Emacs): Update prev node.
4448
4449 * glossary.texi (Glossary): Remove xref to Text Characters.
4450
9f30aa73
CY
4451 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4452 directly, rather than in the context of ASCII. Move description of
4453 special properties of modifier key to new Modifier Keys node.
4454 (Keys): Copyedit.
4455 (Text Characters): Delete node. Multibyte is the default nowadays, and
4456 the node contents are obsolete.
4457
4458 * custom.texi (Modifier Keys): New node.
4459
4460 * emacs.texi (Top): Update node list.
4461
7e53d36c
CY
44622008-07-13 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4465 saying that Emacs provides menus and mouse support (which is par for
4466 the course).
4467
4468 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4469 early on.
4470 (Point): Copyedit. Relegate historical trivia to a footnote.
4471 (Mode Line): Explain mode-line format more consistently.
4472 (Menu Bar): Copyedit.
4473
1e9fa96d
GM
44742008-06-27 Glenn Morris <rgm@gnu.org>
4475
4476 * cal-xtra.texi (Sexp Diary Entries):
4477 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4478
dc9bebb8
CY
44792008-06-26 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * mark.texi (Shift selection): New node.
4482 (Mark): Copyedits.
4483 (Persistent Mark): Move to the end of the chapter.
4484
e7881076
EZ
44852008-06-20 Eli Zaretskii <eliz@gnu.org>
4486
4487 * makefile.w32-in (distclean): Remove makefile.
4488
f427400c
NR
44892008-06-17 Nick Roberts <nickrob@snap.net.nz>
4490
4491 * building.texi (Starting GUD): Add an entry for gud-gdb.
4492 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4493 command mode.
4494
b597d348
GM
44952008-06-17 Glenn Morris <rgm@gnu.org>
4496
4497 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4498
647b7094
NR
44992008-06-17 Nick Roberts <nickrob@snap.net.nz>
4500
4501 * building.texi (Starting GUD): Expand on remote debugging.
4502 (Other GDB-UI Buffers): Mention new keyboard bindings.
4503
47a30023
GM
45042008-06-15 Glenn Morris <rgm@gnu.org>
4505
4506 * gnu.texi: Use a verbatim license for this invariant section,
4507 as per etc/GNU.
4508
37e5d54a
GM
45092008-06-13 Daniel Engeler <engeler@gmail.com>
4510
4511 * emacs.texi, misc.texi: Add documentation about serial port access.
4512
8e65d46c
GM
45132008-06-13 Glenn Morris <rgm@gnu.org>
4514
c1473b4c
MB
4515 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4516 maintain.info.
8e65d46c 4517
e40a85cd
MB
45182008-06-05 Miles Bader <miles@gnu.org>
4519
4520 * display.texi (Temporary Face Changes): Update to reflect function
4521 renamings in face-remap.el.
4522
56c73dec
MB
45232008-06-04 Miles Bader <miles@gnu.org>
4524
1c6c854e
CS
4525 * display.texi (Temporary Face Changes):
4526 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4527 `increase-buffer-face-height' and `decrease-default-face-height' now
4528 that they aren't bound by default.
4529
9d3d42fb
MB
45302008-06-03 Miles Bader <miles@gnu.org>
4531
4532 * display.texi (Temporary Face Changes): New node.
4533
2be6bfe2
EZ
45342008-05-31 Eli Zaretskii <eliz@gnu.org>
4535
4536 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4537
daf7e339
GM
45382008-05-31 Glenn Morris <rgm@gnu.org>
4539
4540 * cal-xtra.texi (Fancy Diary Display): Simplify.
4541
d21d2618
GM
45422008-05-30 Glenn Morris <rgm@gnu.org>
4543
4544 * cal-xtra.texi (Fancy Diary Display): Update for
4545 diary-display-function replacing diary-display-hook.
4546
71ce5fd0
JB
45472008-05-29 Drew Adams <drew.adams@oracle.com>
4548
4549 * msdog.texi (Windows Keyboard): Add descriptions of
4550 w32-register-hot-key and w32-unregister-hot-key.
4551
a3cdbdf8
MO
45522008-05-21 Tom Tromey <tromey@redhat.com>
4553
4554 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4555 Variables node.
4556
854a574c
MO
45572008-05-19 Tom Tromey <tromey@redhat.com>
4558
4559 * custom.texi (Variables): Add Directory Variables to menu.
4560 (Directory Variables): New node.
4561
7c2ec3f9
ER
45622008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4563
71ce5fd0 4564 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4565
370fded4
ER
45662008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4567
4568 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4569 Revision Tags and rewritten. Section now uses modern terminology,
4570 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4571 accurately.
4572
6af511e3
EZ
45732008-05-10 Eli Zaretskii <eliz@gnu.org>
4574
4575 * msdog.texi (Windows Files): Update documentation of
4576 w32-get-true-file-attributes.
4577
7a78b6e7
ER
45782008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4579
4580 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4581 directory mode.
4582
1bcfc24e
CY
45832008-05-08 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4586 entry "television".
1bcfc24e 4587
db86064f
ER
45882008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4589
ab5ec32c 4590 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4591
a31b405e
ER
45922008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4593
4594 * emacs/buffers.texi, emacs/files.texi (Version-control):
4595 vc-toggle-read-only is no longer a good idea...
4596
ff2c14fc
GM
45972008-04-29 Glenn Morris <rgm@gnu.org>
4598
4599 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4600
367c9b7c
JL
46012008-04-22 Juri Linkov <juri@jurta.org>
4602
4603 * dired.texi (Subdirectories in Dired): Describe using `^'
4604 to return to the parent directory.
4605
4ac1e9b4
NR
46062008-04-22 Nick Roberts <nickrob@snap.net.nz>
4607
4608 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4609 recent changes.
4610
b9b3bf2b
NR
46112008-04-19 Nick Roberts <nickrob@snap.net.nz>
4612
4613 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4614 (Other GDB-UI Buffers): Update for recent thread related changes.
4615
4d120d6a
SM
46162008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4617
4618 * maintaining.texi (Maintaining):
4619 * emacs.texi (Top): Typo.
4620
a152877d
SM
46212008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4622
b9b3bf2b
NR
4623 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4624 arg in `font-lock-add-keywords'.
a152877d 4625
36c0514c
GM
46262008-04-08 Glenn Morris <rgm@gnu.org>
4627
4628 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4629 Also add Baha'i calendar references where appropriate.
4630
06a97d46
GM
46312008-04-05 Glenn Morris <rgm@gnu.org>
4632
4633 * custom.texi (Init File): Byte-compiling .emacs is bad.
4634
6adc6eed
SM
46352008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4638
571388b0
GM
46392008-03-29 Glenn Morris <rgm@gnu.org>
4640
4641 * calendar.texi: Update for `calendar-date-style' replacing
4642 `european-calendar'.
4643
3ae8f876
JR
46442008-03-28 Jason Rumney <jasonr@gnu.org>
4645
4646 * display.texi (Display Custom): Mention overlay-margin in text.
4647
5bc6ddff 46482008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4649
5bc6ddff
MB
4650 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4651 tutorial' comments.
03a864d5 4652
7186a830
CY
46532008-03-28 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * mark.texi (Mark): Rearrange nodes.
4656 (Persistent Mark): Rename from Transient Mark.
4657 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4658 Describe Transient Mark mode as the default.
4659
4660 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4661 the default behavior with Transient Mark mode off.
4662 (Position Info): Fix typo.
4663
71ce5fd0
JB
4664 * display.texi (Standard Faces): Reference the Mark node.
4665 Remove discussion of the region face, which is discussed there.
7186a830
CY
4666
4667 * emacs.texi (Top): Update node listings.
4668
4669 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4670 as the default.
4671
4672 * fixit.texi (Undo): Standardize choice of undo key sequence.
4673 (Undo, Spelling): Describe Transient Mark mode as the default.
4674
4675 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4676 default.
4677
4678 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4679
4680 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4681 mode is the default, and note that the mark is not activated when set.
4682
4683 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4684 Describe Transient Mark mode as the default.
4685
4686 * search.texi (Basic Isearch): Reference the Mark Ring node.
4687 (Replace, Unconditional Replace, Other Repeating Search):
4688 Describe Transient Mark mode as the default.
4689
1c6c854e
CS
4690 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4691 Describe Transient Mark mode as the default.
7186a830
CY
4692 (Paragraphs): Describe how M-h behaves when region is active.
4693
4694 * trouble.texi (Quitting): Clarify effects of C-g.
4695
dc47d1ff
GM
46962008-03-13 Glenn Morris <rgm@gnu.org>
4697
4698 * emacs.texi (EMACSVER): Set to 23.0.60.
4699
e3e0fb39 47002008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4701
e3e0fb39
GM
4702 * dired.texi (Hiding Subdirectories): Fix previous change.
4703
47042008-03-05 Drew Adams <drew.adams@oracle.com>
4705
4706 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4707
5e14abf8
KS
47082008-02-28 Kim F. Storm <storm@cua.dk>
4709
4710 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4711 Move describe-distribution to C-h C-o.
4712 Move view-emacs-problems to C-h C-p.
4713 Add view-emacs-debugging on C-h C-d.
4714 Add view-external-packages on C-h C-e.
d0207bf3 4715 Add view-order-manuals on C-h C-m.
5e14abf8 4716
d0207bf3 47172008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4718
4719 * msdog-xtra.texi (MS-DOS): Docstring fix.
4720
87e391bb
EZ
47212008-02-09 Eli Zaretskii <eliz@gnu.org>
4722
4723 * msdog.texi (Windows Fonts): Use a @table for describing font
4724 properties.
4725
5662e503
JR
47262008-02-07 Jason Rumney <jasonr@gnu.org>
4727
4728 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4729 value has changed.
4730 (Windows HOME): Clarify what is meant by "if that fails as well".
4731 (Windows Fonts): New section.
4732
72463824
GM
47332008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4734
4735 * basic.texi (Basic Undo): Remove duplicate "you can".
4736
7ff926e0
EZ
47372008-02-02 Eli Zaretskii <eliz@gnu.org>
4738
4739 * maintaining.texi (Tags): Fix last change.
4740
6ab7aef1
MA
47412008-02-02 Michael Albinus <michael.albinus@gmx.de>
4742
093571c3 4743 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4744
ace67e7e
NR
47452008-01-31 Nick Roberts <nickrob@snap.net.nz>
4746
4747 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4748
ae068fdf
RS
47492008-01-26 Richard Stallman <rms@gnu.org>
4750
4751 * maintaining.texi (Tags): Delete redundant index entry.
4752
a56d9a08
EZ
47532008-01-26 Eli Zaretskii <eliz@gnu.org>
4754
4755 * programs.texi (Imenu): Move "@cindex tags" from here...
4756 * maintaining.texi (Tags): ...to here.
4757
e941ed90
NR
47582008-01-23 Kevin Ryde <user42@zip.com.au>
4759
4760 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4761 click count.
4762
650276d5
JB
47632008-01-21 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * entering.texi (Exiting): Fix typo.
4766 Reported by D. E. Evans <sinuhe@gnu.org>.
4767
8dc17977
MR
47682007-12-31 Martin Rudalics <rudalics@gmx.at>
4769
4770 * glossary.texi (Glossary): Fix typo.
4771
9f9695a6
RS
47722007-12-27 Richard Stallman <rms@gnu.org>
4773
4774 * text.texi (Formatted Text): Improve menu tag.
4775 (Editing Format Info): In Info, add duplicate menu of nodes
4776 about the submenus.
4777 (Format Faces): Say where Faces menu is found. Mention Other.
4778 (Format Colors): Say where these submenus are found.
4779 (Format Indentation, Format Justification): Likewise.
4780 (Format Properties): Likewise.
4781
abfd0191
RS
47822007-12-22 Richard Stallman <rms@gnu.org>
4783
4784 * search.texi (Query Replace): Make exp of query-replace more
4785 self-contained, and clarify.
8dc17977 4786
abfd0191
RS
4787 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4788
a2586785
RS
47892007-12-15 Richard Stallman <rms@gnu.org>
4790
4791 * files.texi (Auto Save): Clarify definition of auto-saving.
4792
a67cf2bb
RS
47932007-11-26 Richard Stallman <rms@gnu.org>
4794
4795 * help.texi (Help Echo): Cleanups.
4796
448b33b1
TTN
47972007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4798
4799 * files.texi (Why Version Control?): Fix typo.
4800 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4801 (Selecting a Fileset): Fix typos; small rewording.
4802 (Log Buffer): Likewise.
4803 (Old Revisions): Likewise.
448b33b1 4804
221bb7f6
EZ
48052007-11-17 Eli Zaretskii <eliz@gnu.org>
4806
4807 * mule.texi (Communication Coding): Fix wording of last change.
4808
d0207bf3 48092007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4810
630cb3b7
JB
4811 * custom.texi (Specifying File Variables):
4812 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4813
53b7759e
KH
48142007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4815
a5ab2e0c 4816 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4817
4818 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4819
c8763fb6 48202007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4821
630cb3b7 4822 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4823 --output=file.
4824
ff98e024
MR
48252007-11-13 Martin Rudalics <rudalics@gmx.at>
4826
4827 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4828 (Help Echo): Avoid mentioning the term "region" here and
4829 consistently use the term "active text".
4830
37b11c22
GM
48312007-11-11 Glenn Morris <rgm@gnu.org>
4832
4833 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4834
21d50ba1
JL
48352007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4836
1c6c854e
CS
4837 * search.texi (Query Replace):
4838 Mention `query-replace-show-replacement'.
21d50ba1 4839
c12ecb0a 48402007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4841
4842 * building.texi (Watch Expressions): Remove obscure sentence.
4843
3b4201f4
KH
48442007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4845
4846 * mule.texi (Select Input Method): Describe how to activate an input
4847 method in the text mode.
4848
07e5c0b0
DN
48492007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4850
4851 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4852
52dd7391
NR
48532007-10-30 Nick Roberts <nickrob@snap.net.nz>
4854
4855 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4856
c004e539
GM
48572007-10-30 Glenn Morris <rgm@gnu.org>
4858
4859 * misc.texi (Directory Tracking): Explain a bit more about
4860 dirtrack-mode.
4861
ca8c5b8c
GM
48622007-10-25 Glenn Morris <rgm@gnu.org>
4863
4864 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4865
b6c764ef
RS
48662007-10-24 Richard Stallman <rms@gnu.org>
4867
4868 * misc.texi (Interactive Shell): Cleanup last change.
4869
eabd84c9
JL
48702007-10-22 Juri Linkov <juri@jurta.org>
4871
4872 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4873 default values.
4874
0b43c7e2
ER
48752007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4876
ca8c5b8c 4877 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4878 'filesets'.
4879
a80859d4
MR
48802007-10-18 Martin Rudalics <rudalics@gmx.at>
4881
4882 * trouble.texi (Quitting): Fix typo.
4883
c9447ae1
GM
48842007-10-18 Glenn Morris <rgm@gnu.org>
4885
4886 * frames.texi (Mode Line Mouse): Mention minor mode names.
4887
168b980f
JL
48882007-10-17 Juri Linkov <juri@jurta.org>
4889
4890 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4891 fill-paragraph operates on the active region in Transient Mark mode.
4892 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4893 with fill-paragraph.
4894
4895 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4896 fill-paragraph.
4897
4898 * fixit.texi (Spelling): ispell-word operates on the active region
4899 in Transient Mark mode.
4900
5a331f34
JB
49012007-10-17 Aaron S. Hawley <aaronh@garden.org>
4902
4903 * building.texi (Source Buffers):
4904 * custom.texi (Init Non-ASCII):
4905 * glossary.texi (Glossary): Use "key binding" consistently.
4906
2a9f4d55
JB
49072007-10-17 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * calendar.texi (Diary): Fix directive.
4910
de13cecf
RS
49112007-10-16 Richard Stallman <rms@gnu.org>
4912
4913 * calendar.texi (Diary): Clarify text about diary file example.
4914
5f90d53e
ER
49152007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4916
4917 * files.texi: Capitalize node names according to convention.
4918
3aa491bc
GM
49192007-10-13 Glenn Morris <rgm@gnu.org>
4920
4921 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4922
8a3106d3
ER
49232007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4924
4925 * emacs.texi:
4926 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4927 suggested by RMS and Robert J. Chassell.
8a3106d3 4928
da1080a2
ER
49292007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4930
3aa491bc 4931 * files.texi (Version Systems):
0870a421
ER
4932 * vc-xtra.texi:
4933 * vc1-xtra.texi:
ac3f4c6f 4934 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4935 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4936 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4937 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4938
58ade22b
ER
49392007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4940
da1080a2 4941 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4942 Reorder the descriptions to be chronological.
4943
93870ce2
RS
49442007-10-09 Richard Stallman <rms@gnu.org>
4945
4946 * display.texi (Cursor Display): Correct how cursor appears
4947 in nonselected windows.
4948
568c7288
NR
49492007-10-04 Nick Roberts <nickrob@snap.net.nz>
4950
4951 * building.texi (GDB Graphical Interface): Remove references to gdba
4952 and mention gud-gdb.
4953
1af74d06 49542007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4955
1af74d06 4956 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4957
0d8fb755
JL
49582007-10-06 Juri Linkov <juri@jurta.org>
4959
4960 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4961 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4962 fill-paragraph-or-region.
4963
4964 * basic.texi (Arguments): Replace fill-paragraph with
4965 fill-paragraph-or-region.
4966
b981e2c6
ER
49672007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4968
4969 * files.texi: Update the section on version control for 2007
2a9f4d55 4970 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4971 will come later.
4972
5fceaf9c
GM
49732007-09-15 Glenn Morris <rgm@gnu.org>
4974
4975 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4976 to `list-holidays'.
4977
b0e44b17
GM
49782007-09-14 Glenn Morris <rgm@gnu.org>
4979
4980 * calendar.texi: Update all instances of mark-calendar-holidays,
4981 list-calendar-holidays, list-holidays with the new names.
4982
8cf51b2c
GM
49832007-09-06 Glenn Morris <rgm@gnu.org>
4984
46a367db 4985 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4986 Split into the Emacs manual in emacs/, and other manuals in misc/.
4987 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4988 manual.
4989 (infodir): New variable.
4990 (info): Use $infodir.
4991 (emacsman): Delete target, not needed any more.
4992 Move all targets that are not the Emacs manual to misc/Makefile.in.
4993 (mostlyclean): Remove `gnustmp'.
4994 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4995 manual.
92f9b43f 4996 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4997 (emacsman): Delete target, not needed any more.
4998 (clean): Remove all info files but Emacs manual.
4999 Move all targets that are not the Emacs manual to misc/Makefile.in.
5000 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5001
5002 * Makefile.in (INFOSOURCES): Delete.
5003 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5004 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5005 *.vrs *.toc here...
5006 (maintainer-clean): ...from here.
5007
50082007-09-05 Glenn Morris <rgm@gnu.org>
5009
5010 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5011
8cf51b2c
GM
50122007-08-29 Glenn Morris <rgm@gnu.org>
5013
5014 * emacs.texi (EMACSVER): Increase to 23.0.50.
5015
3420c522
RS
50162007-08-27 Richard Stallman <rms@gnu.org>
5017
5018 * emacs.texi (Top): Clarify menu item for Glossary.
5019
5020 * display.texi (Faces): Change secn title.
5021 Clarify not all fonts come from Font Lock.
5022
8cf51b2c
GM
50232007-08-17 Eli Zaretskii <eliz@gnu.org>
5024
5025 * basic.texi (Position Info): Add index entry for face at point.
5026 Mention that character faces are also displayed by "C-u C-x =".
5027
8cf51b2c
GM
50282007-08-08 Glenn Morris <rgm@gnu.org>
5029
5030 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5031
50322007-08-07 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * files.texi (File Conveniences): Document point motion keys in Image
5035 mode.
5036
8cf51b2c
GM
50372007-07-27 Glenn Morris <rgm@gnu.org>
5038
8cf51b2c
GM
5039 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5040 in-line.
5041
5042 * gpl.texi: New file with text of GPL.
5043 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5044
50452007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5046
5047 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5048
5049 * dired.texi (Wdired): Mention C-x C-q key binding.
5050
50512007-07-28 Nick Roberts <nickrob@snap.net.nz>
5052
5053 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5054
50552007-07-25 Glenn Morris <rgm@gnu.org>
5056
8cf51b2c
GM
5057 * emacs.texi (Copying): Replace license with GPLv3.
5058
5059 * Relicense all FSF files to GPLv3 or later.
5060
50612007-07-24 Glenn Morris <rgm@gnu.org>
5062
5063 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5064 for some calendars.
5065
50662007-07-23 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5069 default-directory for the current buffer is on a remote machine.
5070
8cf51b2c
GM
50712007-07-21 Eli Zaretskii <eliz@gnu.org>
5072
5073 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5074 default value.
5075
50762007-07-21 Richard Stallman <rms@gnu.org>
5077
5078 * files.texi (Why Version Control?): Improve previous change.
5079
50802007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5081
5082 * files.texi (Why Version Control?): New node.
5083
8cf51b2c
GM
50842007-07-12 Nick Roberts <nickrob@snap.net.nz>
5085
8cf51b2c
GM
5086 * building.texi (Starting GUD): Add xref to this anchor.
5087
8cf51b2c
GM
50882007-06-24 Karl Berry <karl@gnu.org>
5089
2a9f4d55 5090 * emacs.texi: New Back-Cover Text.
8cf51b2c 5091
8cf51b2c
GM
50922007-06-07 Alan Mackenzie <acm@muc.de>
5093
5094 * display.texi (Optional Mode Line): Document the new form of
5095 line+column numbers, "(561,2)".
5096
50972007-06-06 Juanma Barranquero <lekktu@gmail.com>
5098
49823426 5099 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5100
51012007-06-02 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * Version 22.1 released.
5104
8cf51b2c
GM
51052007-05-07 Karl Berry <karl@gnu.org>
5106
5107 * emacs.texi (EMACSVER): Back to 22.
5108
51092007-05-06 Richard Stallman <rms@gnu.org>
5110
5111 * maintaining.texi (Create Tags Table): Clean up previous change.
5112
c8763fb6 51132007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5114
5115 * maintaining.texi (Create Tags Table): Add text about the dangers of
5116 making symbolic links to tags files.
5117
51182007-05-04 Karl Berry <karl@gnu.org>
5119
5120 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5121
51222007-05-03 Karl Berry <karl@gnu.org>
5123
5124 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5125
5126 * .cvsignore (*.pdf): New entry.
5127
8cf51b2c
GM
5128 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5129 for printing.
5130
51312007-05-01 Richard Stallman <rms@gnu.org>
5132
5133 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5134
8cf51b2c
GM
51352007-04-28 Glenn Morris <rgm@gnu.org>
5136
5137 * ack.texi (Acknowledgments):
5138 * anti.texi (Antinews):
8cf51b2c
GM
5139 * programs.texi (Program Modes): Restore mention of python.el pending
5140 consideration of legal status.
5141
51422007-04-28 Richard Stallman <rms@gnu.org>
5143
5144 * files.texi (File Names): Fixes to ~ description on MS systems.
5145
8cf51b2c
GM
51462007-04-26 Glenn Morris <rgm@gnu.org>
5147
5148 * emacs.texi (EMACSVER): Increase to 22.1.50.
5149
51502007-04-25 Karl Berry <karl@gnu.org>
5151
5152 * emacs.texi: Improve line breaks on copyright page,
5153 similar layout to lispref, 8.5x11 by default.
5154
5155 * dired.texi (Image-Dired): Improve line break, fix typo.
5156
51572007-04-24 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * programs.texi (Program Modes):
8cf51b2c
GM
5160 * anti.texi (Antinews):
5161 * ack.texi (Acknowledgments): python.el removed.
5162
8cf51b2c
GM
51632007-04-23 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * display.texi (Highlight Interactively): Correct description of
5166 hi-lock-file-patterns-policy.
5167
5168 * files.texi (File Archives): Mention self-extracting executables.
5169
51702007-04-23 Eli Zaretskii <eliz@gnu.org>
5171
5172 * search.texi (Unconditional Replace, Query Replace): Add xref to
5173 "Replacement and Case".
5174
51752007-04-22 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * dired.texi (Image-Dired): Move from Thumbnails node.
5178 * misc.texi (Thumbnails): Node deleted.
5179 * emacs.texi (Top): Update node listing.
5180
5181 * files.texi (File Conveniences):
49823426 5182 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5183
51842007-04-21 Richard Stallman <rms@gnu.org>
5185
5186 * display.texi (Highlight Interactively): Correct previous change.
5187 Clarify doc of hi-lock-find-patterns, and move new features into it.
5188
51892007-04-20 David Koppelman <koppel@ece.lsu.edu>
5190
1c6c854e
CS
5191 * display.texi (Highlight Interactively):
5192 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5193
51942007-04-20 Martin Rudalics <rudalics@gmx.at>
5195
5196 * display.texi (Scrolling): Fix typo.
5197
8cf51b2c
GM
51982007-04-15 Chong Yidong <cyd@stupidchicken.com>
5199
8cf51b2c
GM
5200 * doclicense.texi: Remove node heading, so that it can be included by
5201 other files.
5202
5203 * emacs.texi: Insert node heading for GFDL.
5204
8cf51b2c
GM
52052007-04-14 Eli Zaretskii <eliz@gnu.org>
5206
5207 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5208 "command line".
5209
5210 * display.texi (Faces): Refer to "Creating Frames" for face
5211 and other frame customizations in .emacs.
5212
5213 * frames.texi (Creating Frames): Mention that face customizations can
5214 be put in .emacs. Add index entries.
5215
52162007-04-12 Richard Stallman <rms@gnu.org>
5217
5218 * glossary.texi (Glossary): Explain `iff'.
5219
52202007-04-11 Karl Berry <karl@gnu.org>
5221
5222 * gnu.texi (Top),
5223 * macos.texi (Mac Font Specs),
5224 * anti.texi (Antinews),
5225 * xresources.texi (Resources),
5226 * misc.texi (Emulation),
5227 * calendar.texi (Daylight Saving),
5228 * dired.texi (Dired and Find),
5229 * rmail.texi (Remote Mailboxes),
5230 * sending.texi (Mail Headers),
5231 * programs.texi (Which Function),
5232 * files.texi (Recover),
5233 * buffers.texi (Uniquify),
5234 * frames.texi (Wheeled Mice),
5235 * killing.texi (Rectangles): Wording to improve breaks in
5236 8.5x11 format.
5237 * mule.texi (Language Environments): \hbadness=10000 since there's
5238 no way to reword.
5239 * emacs.texi (smallbook): New @set to more easily switch between
5240 smallbook and 8.5x11.
5241
52422007-04-11 Richard Stallman <rms@gnu.org>
5243
5244 * files.texi (File Conveniences): Add xref to Tumme.
5245 Delete text about Thumbnail mode.
5246
8cf51b2c
GM
52472007-04-09 Alan Mackenzie <acm@muc.de>
5248
5249 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5250 new name. Insert concept index entries.
5251
8cf51b2c
GM
52522007-04-08 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * display.texi (Standard Faces): Document prefix arg for
5255 list-faces-display.
5256
5257 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5258
8cf51b2c
GM
52592007-04-07 Chong Yidong <cyd@stupidchicken.com>
5260
8cf51b2c
GM
5261 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5262
5263 * files.texi (Misc File Ops): Rewrite description of
5264 insert-file-literally.
5265
8cf51b2c
GM
52662007-03-31 Eli Zaretskii <eliz@gnu.org>
5267
5268 * misc.texi (Printing): Postscript -> PostScript.
5269
8cf51b2c
GM
5270 * ack.texi (Acknowledgments): Postscript -> PostScript.
5271
5272 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5273
5274 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5275 below.
5276
52772007-03-30 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5280 Init Non-ASCII.
5281 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5282 (Init Non-ASCII): New node.
5283
52842007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5285
5286 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5287
8cf51b2c
GM
52882007-03-12 Glenn Morris <rgm@gnu.org>
5289
8cf51b2c
GM
5290 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5291 "Daylight Savings".
5292
49823426 5293 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5294 saving" in text throughout.
5295
8cf51b2c
GM
52962007-03-04 Richard Stallman <rms@gnu.org>
5297
5298 * custom.texi (Safe File Variables): Minor correction.
5299
8cf51b2c
GM
53002007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5301
5302 * rmail.texi (Movemail): Add internal ref.
5303 Don't indent the intro for the PROTO table.
5304 Format PROTO table items with @code.
5305
8cf51b2c
GM
53062007-02-26 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * building.texi: Remove references to bashdb.
5309
8cf51b2c
GM
53102007-02-19 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * mule.texi (Language Environments): Update list of supported language
5313 environments.
5314
8cf51b2c
GM
53152007-02-14 Kim F. Storm <storm@cua.dk>
5316
5317 * building.texi (Grep Searching): Fix lgrep doc.
5318
53192007-02-12 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * back.texi: Remove unused file.
5322
c8763fb6 53232007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5324
5325 * maintaining.texi (Tag Syntax): Now --members is the default for
5326 etags, not for ctags yet.
5327
8cf51b2c
GM
53282007-02-03 Eli Zaretskii <eliz@gnu.org>
5329
5330 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5331 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5332 expects. Add comments to prevent people from inadvertently modifying
5333 the key parts needed by `texinfo-multiple-files-update'.
5334
53352007-01-29 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * frames.texi (Secondary Selection): Window clicked does not matter
5338 when mouse-yank-at-point is non-nil.
5339
8cf51b2c
GM
53402007-01-16 Glenn Morris <rgm@gnu.org>
5341
5342 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5343 system abbrev.
5344
53452007-01-11 Richard Stallman <rms@gnu.org>
5346
5347 * msdog.texi (Windows Keyboard): Another small cleanup.
5348
53492007-01-10 Richard Stallman <rms@gnu.org>
5350
5351 * msdog.texi (Windows Keyboard): Yet another try to make
5352 everyone happy with that passage.
5353
53542007-01-05 Richard Stallman <rms@gnu.org>
5355
5356 * anti.texi (Antinews): Mention M-x shell scrolling.
5357
53582007-01-05 Nick Roberts <nickrob@snap.net.nz>
5359
5360 * building.texi (Watch Expressions): Describe gdb-max-children.
5361
8cf51b2c
GM
53622007-01-04 Richard Stallman <rms@gnu.org>
5363
8cf51b2c
GM
5364 * msdog.texi (Windows Keyboard): Clarify previous change.
5365
8cf51b2c
GM
53662007-01-02 Richard Stallman <rms@gnu.org>
5367
5368 * custom.texi (Changing a Variable): Minor clarification.
5369 (Specific Customization): customize-customized => customize-unsaved.
5370
5371 * entering.texi (Entering Emacs): Clean up text about restarting
5372 Emacs for each file.
5373
5374 * misc.texi (Shell Options): Minor cleanup.
5375
5376 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5377 with Emacs, not vice versa.
5378
5379 * programs.texi (Symbol Completion): Recommend customizing
5380 window manager.
5381
5382 * xresources.texi (Resources): Minor fix.
5383
c8763fb6 53842007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5385
5386 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5387
53882007-01-01 Richard Stallman <rms@gnu.org>
5389
5390 * commands.texi (User Input): Document keys stolen by window mangers.
5391
53922006-12-31 Richard Stallman <rms@gnu.org>
5393
5394 * custom.texi (Specific Customization): Document customize-option
5395 instead of customize-variable.
5396
53972006-12-31 Kim F. Storm <storm@cua.dk>
5398
5399 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5400
54012006-12-30 Kim F. Storm <storm@cua.dk>
5402
5403 * killing.texi (CUA Bindings): Fix typo.
5404
5405 * xresources.texi (Table of Resources): Mention grow-only value for
5406 auto-resize-tool-bars.
5407
8cf51b2c
GM
54082006-12-27 Eli Zaretskii <eliz@gnu.org>
5409
5410 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5411 and how to get them back.
5412
54132006-12-26 Richard Stallman <rms@gnu.org>
5414
5415 * calendar.texi (Holidays): Holiday listing is based on current
5416 practice, but DST is not.
5417
54182006-12-25 Richard Stallman <rms@gnu.org>
5419
5420 * emacs.texi (Top): Update subnode menus.
5421
5422 * mark.texi (Transient Mark): Fix xref.
5423
5424 * killing.texi (Graphical Kill): Node deleted.
5425 (Killing): Add xref to Cut and Paste.
5426 (CUA Bindings): Update xref.
5427
5428 * frames.texi (Cut and Paste): New section to hold other nodes.
5429 (Mouse Commands): Node demoted.
5430 (Cut/Paste Other App): Split out from Mouse Commands.
5431 (Word and Line Mouse): Likewise.
5432 (Secondary Selection, Clipboard): Nodes demoted.
5433
8cf51b2c
GM
54342006-12-24 Kevin Ryde <user42@zip.com.au>
5435
5436 * calendar.texi (Holidays): US daylight saving begins second Sunday
5437 in March for 2007 onwards.
5438 (Daylight Savings): Show new US default daylight saving rules, 2nd
5439 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5440
54412006-12-23 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * calendar.texi (Scroll Calendar): < and > are switched.
5444
54452006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5446
5447 * killing.texi (Deletion): Describe M-\ prefix argument.
5448
54492006-12-23 Richard Stallman <rms@gnu.org>
5450
5451 * search.texi (Regexp Search): Explain why forward and reverse regexp
5452 search are not mirror images.
5453
8cf51b2c
GM
54542006-12-19 Kim F. Storm <storm@cua.dk>
5455
5456 * major.texi (Choosing Modes): Describe match-function elements for
5457 magic-mode-alist.
5458
8cf51b2c
GM
54592006-12-18 Eli Zaretskii <eliz@gnu.org>
5460
5461 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5462 peculiarities.
5463
54642006-12-18 Richard Stallman <rms@gnu.org>
5465
5466 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5467
8cf51b2c
GM
54682006-12-17 Alan Mackenzie <acm@muc.de>
5469
5470 * programs.texi (Left Margin Paren): Remove the bit which says
5471 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5472 Discuss some of the issues of setting this option to nil.
5473
54742006-12-17 Glenn Morris <rgm@gnu.org>
5475
5476 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5477
54782006-12-16 Eli Zaretskii <eliz@gnu.org>
5479
5480 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5481 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5482 NTFS volumes.
5483 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5484 volumes.
5485
54862006-12-15 Eli Zaretskii <eliz@gnu.org>
5487
5488 * text.texi (HTML Mode): Fix "C-c TAB".
5489
8cf51b2c
GM
54902006-12-09 Richard Stallman <rms@gnu.org>
5491
5492 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5493
54942006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5495
5496 * files.texi (Misc File Ops): Document insert-file-literally.
5497
54982006-12-08 Eli Zaretskii <eliz@gnu.org>
5499
5500 * cmdargs.texi (Colors): Note that --color is intended for overriding
5501 the terminal defaults, not for normal invocation.
5502
5503 * misc.texi (Emacs Server): Improve wording. Don't mention the
5504 ``server program''. Add a cross-reference to "Init File" node.
5505 (Invoking emacsclient): Add index entries. Document both short and
5506 long versions of command-line options. Document the -f option.
5507
8cf51b2c
GM
55082006-12-06 Richard Stallman <rms@gnu.org>
5509
5510 * text.texi (Outline Format): Say to set outline-regexp
5511 and outline-level with major modes and file local variables.
5512
c8763fb6 55132006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5514
5515 * anti.texi (Antinews): Mention the alternative to
5516 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5517
8cf51b2c
GM
5518 * misc.texi (Interactive Shell): Ditto.
5519
55202006-12-04 Eli Zaretskii <eliz@gnu.org>
5521
5522 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5523
5524 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5525
55262006-12-01 Eli Zaretskii <eliz@gnu.org>
5527
5528 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5529 colon in the mode line.
5530
5531 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5532
55332006-11-26 Nick Roberts <nickrob@snap.net.nz>
5534
5535 * building.texi (Watch Expressions): Mention SPC for expanding/
5536 contracting watch expressions.
5537
55382006-11-26 Kim F. Storm <storm@cua.dk>
5539
5540 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5541
55422006-11-26 Nick Roberts <nickrob@snap.net.nz>
5543
5544 * building.texi (Debugger Operation): Define text command mode.
5545 Clarify how tooltips work.
5546 (GDB Graphical Interface): Explain how to run in text command mode
5547 more clearly.
5548
55492006-11-25 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5552
55532006-11-22 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5556
8cf51b2c
GM
55572006-11-18 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5560 and EMACS is deprecated.
5561
55622006-11-18 Juanma Barranquero <lekktu@gmail.com>
5563
5564 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5565
c8763fb6 55662006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5567
5568 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5569
5570 * emacs.texi: Include xresources.texi both for info and dvi.
5571
5572 * xresources.texi: Merge text from xresmini.texi.
5573
c8763fb6 55742006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5575
5576 * glossary.texi: Fix typos.
5577
8cf51b2c
GM
55782006-11-06 Richard Stallman <rms@gnu.org>
5579
5580 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5581
5582 * ack.texi (Acknowledgments): Fix name spelling.
5583
55842006-11-01 Juri Linkov <juri@jurta.org>
5585
5586 * search.texi (Word Search): Document incremental word search.
5587
55882006-10-28 Glenn Morris <rgm@gnu.org>
5589
5590 * ack.texi (Acknowledgments): Add cal-html author.
5591
5592 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5593 Calendar"). Describe new package cal-html.
5594 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5595 Calendar Files."
5596
8cf51b2c
GM
55972006-10-23 Richard Stallman <rms@gnu.org>
5598
5599 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5600 Abbrev mode is enabled.
5601
8cf51b2c
GM
56022006-10-16 Richard Stallman <rms@gnu.org>
5603
8cf51b2c
GM
5604 * emacs.texi: Update ISBN.
5605
8cf51b2c
GM
56062006-10-11 Kim F. Storm <storm@cua.dk>
5607
5608 * emacs.texi (Acknowledgments): Use @dotless{i}.
5609
56102006-10-08 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * building.texi (Breakpoints Buffer): Mention catchpoints.
5613
56142006-10-08 Kim F. Storm <storm@cua.dk>
5615
5616 * ack.texi (Acknowledgments): Update.
5617
5618 * emacs.texi (Acknowledgments): Fix bad @/ form.
5619
8cf51b2c
GM
56202006-10-05 Kim F. Storm <storm@cua.dk>
5621
5622 * emacs.texi (Acknowledgments): Add more contributors.
5623
56242006-10-03 Richard Stallman <rms@gnu.org>
5625
5626 * emacs.texi (Acknowledgments): Update version and edition.
5627
8cf51b2c
GM
56282006-10-01 Karl Berry <karl@gnu.org>
5629
5630 * custom.texi (Customization Groups): Page break to keep example buffer
5631 on one page.
5632
56332006-09-30 Karl Berry <karl@gnu.org>
5634
5635 * programs.texi (Basic Indent): @need to improve page break.
5636 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5637
56382006-09-29 Glenn Morris <rgm@gnu.org>
5639
5640 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5641
56422006-09-29 Karl Berry <karl@gnu.org>
5643
5644 * windows.texi (Basic Window): Remove forced @break, no longer
5645 desirable.
5646 * frames.texi (Frame Commands),
5647 * mark.texi (Marking Objects): Reword to avoid bad page break.
5648 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5649
56502006-09-19 Richard Stallman <rms@gnu.org>
5651
5652 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5653 stick to present tense.
5654
c8763fb6 56552006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5656
5657 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5658 to x-gtk-use-old-file-dialog.
5659 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5660
56612006-09-15 Jay Belanger <belanger@truman.edu>
5662
49823426 5663 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5664 Change "Library Public License" to "Lesser Public License"
5665 throughout. Use "yyyy" to represent year.
5666
8cf51b2c
GM
56672006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * files.texi (Visiting): Add index entry "open file".
5670
8cf51b2c
GM
56712006-09-11 Richard Stallman <rms@gnu.org>
5672
5673 * building.texi (Compilation Mode): Clarification.
5674 (Grep Searching): Add xref to Compilation Mode.
5675
8cf51b2c
GM
56762006-09-08 Richard Stallman <rms@gnu.org>
5677
5678 * search.texi (Search): Ref multi-file search commands here.
5679 (Other Repeating Search): Not here.
5680
8cf51b2c
GM
56812006-08-28 Richard Stallman <rms@gnu.org>
5682
5683 * windows.texi (Split Window): Update xref.
5684
5685 * basic.texi (Continuation Lines): Update xref.
5686
5687 * indent.texi (Tab Stops): Update xref.
5688
5689 * emacs.texi (Top): Update subnode menu.
5690
5691 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5692 split out of Display Custom.
5693
56942006-08-25 Kim F. Storm <storm@cua.dk>
5695
5696 * display.texi (Display Custom): Add variables overline-margin
5697 and x-underline-at-descent-line.
5698
56992006-08-25 Richard Stallman <rms@gnu.org>
5700
5701 * entering.texi (Exiting): Rewrite to give graphical displays
5702 priority over text terminals.
5703
5704 * search.texi (Incremental Search): Move index entries.
5705
57062006-08-23 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * custom.texi (Init File): Reference Find Init to avoid "home
5709 directory" confusion.
5710
57112006-08-22 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * building.texi (Other GDB-UI Buffers): Describe how to edit
5714 a value in the locals buffer.
5715
57162006-08-21 Richard Stallman <rms@gnu.org>
5717
5718 * search.texi (Basic Isearch): Add `isearch' index entry.
5719
57202006-08-16 Richard Stallman <rms@gnu.org>
5721
5722 * misc.texi (Saving Emacs Sessions): Clean up wording.
5723
5724 * mark.texi (Marking Objects): Mention term "select all".
5725
5726 * emacs.texi (Top): Update subnode menu.
5727
5728 * help.texi (Help Mode): Move node up in file.
5729
8cf51b2c
GM
57302006-08-15 Nick Roberts <nickrob@snap.net.nz>
5731
5732 * building.texi (Stack Buffer): Explain fringe arrow.
5733
8cf51b2c
GM
57342006-08-12 Eli Zaretskii <eliz@gnu.org>
5735
8cf51b2c
GM
5736 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5737 on startup.
5738
57392006-08-11 Romain Francoise <romain@orebokech.com>
5740
5741 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5742
57432006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5744
5745 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5746
57472006-08-10 Richard Stallman <rms@gnu.org>
5748
5749 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5750 with face merging. Empty regions don't count.
5751 Clarify face property inheritance.
8cf51b2c
GM
5752
57532006-08-08 Romain Francoise <romain@orebokech.com>
5754
5755 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5756 <arjuropo@cc.jyu.fi>.
5757
8cf51b2c
GM
57582006-08-04 Eli Zaretskii <eliz@gnu.org>
5759
5760 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5761 apply to all frames.
5762
8cf51b2c
GM
57632006-08-01 Richard Stallman <rms@gnu.org>
5764
5765 * help.texi (Name Help): Add index entries for describe-variable.
5766
57672006-08-01 Nick Roberts <nickrob@snap.net.nz>
5768
5769 * building.texi (GDB Graphical Interface): Shorten node names.
5770 (GDB-UI Layout): Use GDB-related.
5771 (Other GDB-UI Buffers): Simplify English.
5772
57732006-07-31 Richard Stallman <rms@gnu.org>
5774
5775 * search.texi (Query Replace): Add xref for Dired's Q command.
5776
8cf51b2c
GM
57772006-07-31 Nick Roberts <nickrob@snap.net.nz>
5778
5779 * building.texi (GDB commands in Fringe): Rename to...
5780 (Source Buffers): ..this and move forward. Describe hollow arrow and
5781 new option gdb-find-source-frame.
5782
57832006-07-29 Richard Stallman <rms@gnu.org>
5784
5785 * dired.texi (Operating on Files): Simplify previous change
5786 and fix Texinfo usage.
5787
57882006-07-29 Eli Zaretskii <eliz@gnu.org>
5789
5790 * dired.texi (Operating on Files): Add cross-references. State the
5791 Unix commands that do similar things.
5792
57932006-07-28 Richard Stallman <rms@gnu.org>
5794
5795 * mark.texi (Transient Mark): Clarify that region never disappears
5796 when Transient Mark mode is off, and not when it is on.
5797
57982006-07-27 Richard Stallman <rms@gnu.org>
5799
5800 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5801
58022006-07-24 Richard Stallman <rms@gnu.org>
5803
5804 * xresources.texi (GTK styles): Fix texinfo usage.
5805
8cf51b2c
GM
5806 * commands.texi (User Input): Explain why we teach keyboard cmds.
5807
5808 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5809 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5810 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5811 * doclicense.texi, display.texi, dired.texi, basic.texi:
5812 * anti.texi, ack.texi: Move periods and commas inside quotes.
5813
58142006-07-22 Eli Zaretskii <eliz@gnu.org>
5815
5816 * cmdargs.texi (General Variables): Document EMAIL.
5817
58182006-07-21 Eli Zaretskii <eliz@gnu.org>
5819
5820 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5821 doesn't have effect on MS-Windows.
5822
8cf51b2c
GM
58232006-07-17 Richard Stallman <rms@gnu.org>
5824
5825 * building.texi (Grep Searching): Explain about chaining grep commands.
5826
8cf51b2c
GM
58272006-07-10 Nick Roberts <nickrob@snap.net.nz>
5828
49823426 5829 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5830
58312006-07-09 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5834 is invoked for multiple files.
5835
58362006-07-08 Eli Zaretskii <eliz@gnu.org>
5837
5838 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5839 on-line manual for the rest of this node.
5840 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5841 unconditionally.
5842 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5843 Improve wording.
5844 (Windows Printing): Improve wording.
5845 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5846 rest of this node.
5847
8cf51b2c
GM
58482006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5849
49823426
GM
5850 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5851 with eval-buffer.
8cf51b2c
GM
5852
58532006-07-05 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5856 of character translation.
5857
58582006-07-04 Nick Roberts <nickrob@snap.net.nz>
5859
5860 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5861
58622006-07-03 Karl Berry <karl@gnu.org>
5863
5864 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5865 not-too-underfull hboxes in the TeX output.
5866 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5867 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5868 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5869 * sending.texi, text.texi: Fix overfull/underfull boxes.
5870
58712006-07-03 Romain Francoise <romain@orebokech.com>
5872
5873 * m-x.texi (M-x): Fix.
5874
58752006-07-03 Richard Stallman <rms@gnu.org>
5876
8cf51b2c
GM
5877 * search.texi (Other Repeating Search): filename -> file name.
5878
5879 * misc.texi (Narrowing): Minor cleanups.
5880
5881 * files.texi (Visiting): filename -> file name.
5882
5883 * emacs.texi (Top): Update subnode menus.
5884
5885 * mule.texi (Coding Systems): Move char translation stuff here.
5886 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5887 (Recognize Coding): Substantial local rewrites.
5888 (International): Update menu.
5889
5890 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5891 (Scrolling): Substantial local rewrites.
5892 (Display): Update menu and intro.
5893
5894 * dired.texi: filename -> file name.
5895
5896 * custom.texi (Safe File Variables): Texinfo usage fix.
5897
f0131492 58982006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5899
5900 * help.texi, m-x.texi: Lots of cleanups.
5901
8cf51b2c
GM
59022006-06-30 Eli Zaretskii <eliz@gnu.org>
5903
5904 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5905 (Windows Processes, Windows Misc): Shorten the printed version by
5906 selectively conditioning less important portions by @ifnottex.
5907
8cf51b2c
GM
59082006-06-27 Richard Stallman <rms@gnu.org>
5909
5910 * mini.texi (Minibuffer File): Minor cleanup.
5911
59122006-06-25 Nick Roberts <nickrob@snap.net.nz>
5913
5914 * frames.texi (XTerm Mouse): Rename to...
5915 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5916
5917 * emacs.texi (Top): Use new node name.
5918
59192006-06-24 Eli Zaretskii <eliz@gnu.org>
5920
5921 * emacs.texi (Top): Update the detailed menu according to changes in
5922 msdog.texi.
5923
5924 * msdog.texi (Windows Keyboard): New section.
5925 (Windows Mouse): New section.
5926 (Windows System Menu): Remove section (text merged with "Windows
5927 Keyboard").
5928 (Windows Misc): New section.
5929
5930 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5931
5932 * msdog.texi (ls in Lisp): New section.
5933
5934 * files.texi (Visiting): Document case-insensitive wildcard matching
5935 under find-file-wildcards.
5936
8cf51b2c
GM
59372006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5938
5939 * macos.texi (Mac Input): Add description of mac-function-modifier.
5940 Now Unicode keyboard layouts work.
5941
8cf51b2c
GM
59422006-06-10 Richard Stallman <rms@gnu.org>
5943
5944 * mule.texi (Recognize Coding): Clarify previous change.
5945
59462006-06-09 Kenichi Handa <handa@m17n.org>
5947
5948 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5949 notation.
5950
59512006-06-07 Kevin Ryde <user42@zip.com.au>
5952
5953 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5954 manual for @ifnottex, but in emacs-extra for @iftex.
5955
5956 * cmdargs.texi (General Variables): Fix smtpmail xref.
5957
59582006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5959
8cf51b2c 5960 * programs.texi (Comment Commands):
8cf51b2c 5961 * custom.texi (Specifying File Variables):
49823426 5962 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5963
59642006-06-07 Nick Roberts <nickrob@snap.net.nz>
5965
5966 * building.texi (Watch Expressions): Move node to end.
5967 (GDB Graphical Interface): Move description of clicks in fringe...
5968 (GDB commands in the Fringe): ...to here. New node.
5969
8cf51b2c
GM
59702006-06-05 Romain Francoise <romain@orebokech.com>
5971
49823426 5972 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5973
59742006-06-05 Nick Roberts <nickrob@snap.net.nz>
5975
5976 * building.texi (GDB Graphical Interface): Update bindings.
5977 (Commands of GUD): Add gud-print. Remove gud-run.
5978 Restate availability more generally.
5979
f0131492 59802006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5981
5982 * mini.texi: Lots of cleanups.
5983
59842006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5985
5986 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5987 and Mouse-2.
5988
c8763fb6 59892006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5990
5991 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5992
8cf51b2c
GM
59932006-05-31 Richard Stallman <rms@gnu.org>
5994
5995 * basic.texi (Moving Point): Fix previous change.
5996
c8763fb6 59972006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5998
5999 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6000
f0131492 60012006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6002
6003 * basic.texi: Many simplifications and improvements in wording.
6004
8cf51b2c
GM
60052006-05-26 Nick Roberts <nickrob@snap.net.nz>
6006
6007 * anti.texi (Antinews): Create a node for gdb-ui.
6008
8cf51b2c
GM
60092006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6010
6011 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6012
60132006-05-20 Richard Stallman <rms@gnu.org>
6014
6015 * dired.texi (Dired Navigation): dired-goto-file is now j.
6016
8cf51b2c
GM
60172006-05-20 Eli Zaretskii <eliz@gnu.org>
6018
6019 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6020 and their aliases.
6021
6022 * msdog.texi (Windows Printing): Mention non-support of plain text
6023 printing with some el-cheapo printers, and suggest a workaround.
6024
60252006-05-20 Kevin Ryde <user42@zip.com.au>
6026
6027 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6028 remove the bit saying you must set it.
6029
60302006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6031
6032 * trouble.texi (Checklist):
6033 * text.texi (Text, Auto Fill, Text Mode):
6034 * search.texi (Nonincremental Search):
6035 * rmail.texi (Rmail Labels):
6036 * mule.texi (Input Methods, Multibyte Conversion):
6037 * misc.texi (Gnus, Where to Look, PostScript):
6038 * maintaining.texi (Create Tags Table):
6039 * indent.texi (Indentation Commands):
6040 * fixit.texi (Spelling):
6041 * emacs.texi (Copying):
6042 * custom.texi (Init File): ifinfo -> ifnottex.
6043
8cf51b2c
GM
60442006-05-17 Richard Stallman <rms@gnu.org>
6045
6046 * files.texi (Diff Mode): Mention C-x `.
6047
60482006-05-08 Richard Stallman <rms@gnu.org>
6049
6050 * custom.texi (Disabling): Textual cleanups.
6051
8cf51b2c
GM
60522006-05-12 Glenn Morris <rgm@gnu.org>
6053
6054 * calendar.texi (Displaying the Diary, Format of Diary File):
6055 Refer to diary-view-entries, diary-list-entries,
6056 diary-show-all-entries rather than obsolete aliases.
6057
60582006-05-12 Eli Zaretskii <eliz@gnu.org>
6059
6060 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6061 (Displaying the Diary, Special Diary Entries, Importing Diary):
6062 * building.texi (Compilation Shell):
6063 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6064 emacs-xtra with @inforef's.
6065
6066 * files.texi (Visiting): Fix wording.
6067
6068 * mule.texi (Coding Systems, Text Coding): More indexing.
6069 Mention that C-x RET f can set eol conversion.
6070
c8763fb6 60712006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6072
6073 * xresmini.texi (GTK resources): Insert GTK description.
6074
6075 * xresources.texi (GTK resources): metafont should be menufont.
6076
8cf51b2c
GM
60772006-05-06 Michael Albinus <michael.albinus@gmx.de>
6078
49823426 6079 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6080 method, user name and host name is active only in partial
6081 completion mode.
6082
8cf51b2c
GM
60832006-05-06 Eli Zaretskii <eliz@gnu.org>
6084
6085 * makefile.w32-in (emacs.dvi):
6086 * Makefile.in (emacs.dvi): Add xresmini.texi.
6087
6088 * xresmini.texi (Table of Resources): Remove xref to non-existent
6089 node "LessTif Resources".
6090
6091 * msdog.texi (Microsoft Windows):
6092 * calendar.texi (Calendar/Diary, Displaying the Diary)
6093 (Special Diary Entries, Importing Diary, Holidays):
6094 * programs.texi (Program Modes):
6095 * text.texi (Text):
6096 * buffers.texi (Several Buffers):
6097 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6098
60992006-05-06 Eli Zaretskii <eliz@gnu.org>
6100
6101 The following changes merge the emacs-xtra manual into the main
6102 manual, but only for on-line version of the manual.
6103
6104 * vc2-xtra.texi (Version Backups, Local Version Control)
6105 (Making Snapshots, Change Logs and VC, Version Headers)
6106 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6107 on-line manual.
6108
6109 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6110 for on-line manual.
6111
6112 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6113 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6114 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6115 for on-line manual.
6116
6117 * fortran-xtra.texi (Fortran, Fortran Autofill)
6118 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6119 for on-line manual.
6120
6121 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6122 Conditional xref's for on-line manual.
6123
6124 * emerge-xtra.texi (Emerge, Overview of Emerge)
6125 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6126 manual.
6127
6128 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6129 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6130 (EMACSSOURCES): Use EMACS_XTRA.
6131 (../info/emacs-xtra): Remove.
6132 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6133
6134 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6135 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6136 (EMACSSOURCES): Use EMACS_XTRA.
6137 ($(infodir)/emacs-xtra): Remove.
6138 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6139
6140 * trouble.texi (Quitting):
6141 * text.texi (Text):
6142 * programs.texi (Program Modes):
6143 * msdog.texi (Microsoft Windows):
6144 * frames.texi (Frames):
6145 * files.texi (Backup, Version Control, VC Concepts)
6146 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6147 (Registering, VC Status, VC Undo, Multi-User Branching)
6148 (Comparing Files):
6149 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6150 (Displaying the Diary, Special Diary Entries, Importing Diary):
6151 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6152 conditional xref's, depending on @iftex/@ifnottex.
6153
6154 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6155 "MS-DOS". @include msdog-xtra.texi.
6156
6157 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6158 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6159
6160 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6161 for vc-xtra.texi subsections.
6162 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6163 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6164
6165 * sending.texi (Sending Mail): A @node line without explicit Prev,
6166 Next, and Up links.
6167
6168 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6169 Next, and Up links.
6170
6171 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6172 and its sections. @include picture-xtra.texi.
6173
6174 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6175 "Emerge".
6176 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6177
6178 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6179 exact duplicate of its name-sake in calendar.texi.
6180
6181 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6182 "Advanced Calendar/Diary Usage".
6183 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6184
6185 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6186 dired-xtra.texi.
6187 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6188
6189 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6190 (Files) [ifnottex]: Add menu entry for Autorevert.
6191
6192 * emacs-xtra.texi (Introduction): Reword to make consistent with
6193 printed version only.
6194 <Top level>: Remove the body of all chapters and move them to the
6195 new *-xtra.texi files. Use @raisesections and @lowersections to
6196 convert sections to chapters etc.
6197
6198 * msdog-xtra.texi:
6199 * fortran-xtra.texi:
6200 * vc-xtra.texi:
6201 * vc1-xtra.texi:
6202 * vc2-xtra.texi:
6203 * emerge-xtra.texi:
6204 * cal-xtra.texi:
6205 * dired-xtra.texi:
6206 * arevert-xtra.texi: New files, with text from respective chapters
6207 of emacs-xtra.texi. Convert each @chapter into @section, @section
6208 into @subsection, etc.
6209
1c6c854e 6210 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6211 updated.
6212
6213 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6214 Windows". All references updated.
6215
62162006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6217
6218 * macos.texi (Mac Input): Mention input from Character Palette.
6219 (Mac Font Specs): Fix typo.
6220
62212006-05-05 Richard Stallman <rms@gnu.org>
6222
6223 * files.texi (Diff Mode): Minor cleanup.
6224
62252006-05-05 Karl Berry <karl@gnu.org>
6226
8cf51b2c
GM
6227 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6228 errors from the current release of makeinfo (4.8).
6229 * help.texi (Library Keywords): Change widest word in multitable
6230 template from `emulations' to `convenience'. (Not sure if this is
6231 related to the font change.)
6232
62332006-05-05 Eli Zaretskii <eliz@gnu.org>
6234
6235 * files.texi (File Names): Add a footnote about limited support of
6236 ~USER on MS-Windows.
6237
6238 * cmdargs.texi (Initial Options): Add a footnote about limited
6239 support of ~USER on MS-Windows.
6240
62412006-05-03 Richard Stallman <rms@gnu.org>
6242
6243 * files.texi (Diff Mode): Node moved here.
6244 (Comparing Files): Delete what duplicates new node.
6245 (Files): Put Diff Mode in menu.
6246
1c6c854e 6247 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6248
6249 * emacs.texi (Top): Update menu for Diff Mode.
6250
6251 * trouble.texi (Emergency Escape): Simplify.
6252
6253 * emacs.texi (Top): Minor clarification.
6254
62552006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6256
6257 * commands.texi, entering.texi, screen.texi: Many simplifications.
6258
62592006-05-03 Richard Stallman <rms@gnu.org>
6260
6261 * commands.texi (Text Characters): Delete paragraph about unibyte
6262 non-ASCII printing chars.
6263
6264 * killing.texi (Killing): Say "graphical displays".
6265 * display.texi: Say "graphical displays".
6266
6267 * cmdargs.texi (Misc X): Say "graphical displays".
6268
62692006-05-01 Richard Stallman <rms@gnu.org>
6270
6271 * emacs.texi (Top): Add Diff Mode to menu.
6272
62732006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6274
6275 * misc.texi (Diff Mode): New node.
6276
62772006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6278
6279 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6280 (Mac Environment Variables): Shorten example line.
6281 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6282
62832006-05-01 Nick Roberts <nickrob@snap.net.nz>
6284
6285 * building.texi (GUD Customization): Describe cases %d and %c.
6286 Update description for %e.
6287
62882006-04-30 Glenn Morris <rgm@gnu.org>
6289
6290 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6291
62922006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * custom.texi (Examining): Update C-h v output example.
6295
62962006-04-29 Kim F. Storm <storm@cua.dk>
6297
6298 * building.texi (Grep Searching): Add lgrep and rgrep.
6299
8cf51b2c
GM
63002006-04-23 Richard Stallman <rms@gnu.org>
6301
6302 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6303
6304 * xresmini.texi: New file.
6305
6306 * xresources.texi (Face Resources): Split table into font resources
6307 and the rest. Combine similar attributes for brevity.
6308
8cf51b2c
GM
63092006-04-21 Eli Zaretskii <eliz@gnu.org>
6310
6311 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6312 backslashes and case-insensitivity in file names (moved to the
6313 main manual).
6314 (MS-DOS Printing): Move most of the text to the main manual.
6315
6316 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6317 New nodes.
6318 (Windows Processes, Windows System Menu): Add index entries and
6319 fix wording.
6320
8cf51b2c
GM
63212006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6322
6323 * misc.texi (Shell Ring): Add notes on saved input when
6324 navigating off the end of the history list.
6325
63262006-04-18 Chong Yidong <cyd@mit.edu>
6327
6328 * misc.texi (Shell Options): Correct default value of
6329 comint-scroll-show-maximum-output.
6330
8cf51b2c
GM
63312006-04-18 Nick Roberts <nickrob@snap.net.nz>
6332
6333 * building.texi (Watch Expressions): Update.
6334
8cf51b2c
GM
63352006-04-12 Richard Stallman <rms@gnu.org>
6336
6337 * search.texi: Clean up previous change.
6338
63392006-04-12 Eli Zaretskii <eliz@gnu.org>
6340
6341 * search.texi (Regexp Backslash, Regexp Replace): Add index
6342 entries for ``back reference'' and mention the term itself in the
6343 text.
6344
63452006-04-11 Richard Stallman <rms@gnu.org>
6346
6347 * custom.texi (Safe File Variables):
6348 Document enable-local-variables = :safe.
6349
63502006-04-11 Karl Berry <karl@gnu.org>
6351
6352 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6353 (Remote Repositories, Version Backups, Local Version Control)
6354 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6355 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6356 (Renaming VC Work Files and Master Files)
6357 (Inserting Version Control Headers, Customizing VC, General Options)
6358 (Options for RCS and SCCS, Options specific for CVS): Move all
6359 these nodes to emacs-xtra.texi, for brevity.
6360 * cmdargs.texi, files.texi: Change cross-references.
6361
8cf51b2c
GM
63622006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6363
6364 * files.texi (Old Versions): Update description of vc-annotate's
6365 use of color to indicate date ranges.
6366
8cf51b2c
GM
63672006-04-09 Kevin Ryde <user42@zip.com.au>
6368
8cf51b2c
GM
6369 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6370 put info and printed manual names the right way around.
6371
63722006-04-09 Karl Berry <karl@gnu.org>
6373
6374 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6375 emacs-xtra.texi, leaving only MS Windows information.
6376 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6377 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6378 node names.
6379
6380 * emacs.texi: Move @summarycontents and @contents to the beginning
6381 of the file.
6382
8cf51b2c
GM
63832006-04-08 Kevin Ryde <user42@zip.com.au>
6384
6385 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6386
63872006-04-07 Richard Stallman <rms@gnu.org>
6388
6389 * programs.texi (Comments, Comment Commands, Options for Comments)
6390 (Multi-Line Comments): "Align", not "indent".
6391 (Basic Indent): C-j deletes trailing whitespace before the newline.
6392
63932006-04-06 Richard Stallman <rms@gnu.org>
6394
8cf51b2c
GM
6395 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6396
63972006-04-06 Eli Zaretskii <eliz@gnu.org>
6398
6399 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6400
8cf51b2c
GM
64012006-04-05 Richard Stallman <rms@gnu.org>
6402
6403 * emacs.texi (Top): Update subnode menu.
6404
6405 * trouble.texi (Unasked-for Search): Node deleted.
6406 (Lossage): Delete from menu.
6407
64082006-04-04 Richard Stallman <rms@gnu.org>
6409
6410 * trouble.texi: Various cleanups.
6411 (Checklist): Don't bother saying how to snail a bug report.
6412 (Emergency Escape): Much rewriting.
6413 (After a Crash): Rename the core dump immediately.
6414 (Total Frustration): Call it a psychotherapist.
6415 (Bug Criteria): Avoid "illegal instruction".
6416 (Sending Patches): We always put the contributor's name in.
6417
6418 * misc.texi (Thumbnails): Minor correction.
6419
8cf51b2c
GM
64202006-04-03 Richard Stallman <rms@gnu.org>
6421
6422 * misc.texi (Thumbnails): Minor cleanup.
6423
64242006-04-02 Karl Berry <karl@gnu.org>
6425
6426 * sending.texi (Mail Sending): pxref to Top needs five args.
6427
6428 * texinfo.tex: Update to current version (2006-03-21.13).
6429
8cf51b2c
GM
64302006-03-31 Richard Stallman <rms@gnu.org>
6431
6432 * emacs.texi (Top): Update subnode menu.
6433
6434 * help.texi (Help Mode): Cleanup.
6435
6436 * dired.texi: Many cleanups.
6437 (Dired Deletion): Describe dired-recursive-deletes.
6438 (Operating on Files): dired-create-directory moved.
6439 (Misc Dired Features): Move to here.
6440 (Tumme): Node moved to misc.texi.
6441
6442 * custom.texi: Many cleanups.
6443 (Minor Modes): Don't mention ISO Accents Mode.
6444 (Examining): Update C-h v output example.
6445 (Hooks): Add index and xref for add-hook.
6446 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6447 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6448
6449 * misc.texi: Many cleanups.
6450 (beginning): Add to summary of topics.
6451 (Shell): Put eshell xref at the end. Remove eshell from table.
6452 (Thumbnails): New node.
6453
8cf51b2c
GM
64542006-03-28 Eli Zaretskii <eliz@gnu.org>
6455
6456 * files.texi (File Name Cache): Make it clear that the cache is
6457 not persistent.
6458
8cf51b2c
GM
64592006-03-25 Karl Berry <karl@gnu.org>
6460
49823426
GM
6461 * emacs-xtra.texi, emacs.texi, gnu.texi:
6462 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6463 (2) do not indent copyright year list (or anything else).
6464
8cf51b2c
GM
64652006-03-21 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * files.texi (VC Dired Mode): Remove misplaced brackets.
6468
64692006-03-21 Andre Spiegel <spiegel@gnu.org>
6470
6471 * files.texi: Various updates and clarifications in the VC chapter.
6472
64732006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6474
6475 * help.texi (Help Mode): Document "C-c C-c".
6476
8cf51b2c
GM
64772006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6478
6479 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6480 menu in the standalone Info reader.
6481
64822006-03-15 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6485 moved here from Emacs manual.
6486
6487 * programs.texi (Fortran): Section moved to emacs-xtra.
6488 (Program Modes): Xref to Fortran in emacs-xtra.
6489
6490 * maintaining.texi (Emerge): Move to emacs-xtra.
6491 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6492
6493 * picture.texi: File deleted.
6494 * Makefile.in:
6495 * makefile.w32-in: Remove picture.texi.
6496
6497 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6498 * abbrevs.texi (Abbrevs):
6499 * sending.texi (Sending Mail): Picture node removed.
6500
6501 * emacs.texi (Top): Update node listings.
6502
8cf51b2c
GM
65032006-03-12 Richard Stallman <rms@gnu.org>
6504
6505 * calendar.texi: Various cleanups.
6506
8cf51b2c
GM
65072006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6510 syntax.
6511
8cf51b2c
GM
65122006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6513
6514 * search.texi (Regexps): More accurately describe which characters
6515 are special in which situations. Recommend _not_ to quote `]' or
6516 `-' when they are not special.
6517
8cf51b2c
GM
65182006-02-28 Andre Spiegel <spiegel@gnu.org>
6519
6520 * files.texi (Old Versions): Clarify operation of C-x v =.
6521
8cf51b2c
GM
65222006-02-21 Nick Roberts <nickrob@snap.net.nz>
6523
6524 * building.texi (Watch Expressions): Update and describe
6525 gdb-speedbar-auto-raise.
6526
65272006-02-19 Richard M. Stallman <rms@gnu.org>
6528
6529 * emacs.texi: Use @smallbook.
6530 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6531 Update subnode menu.
6532
6533 * building.texi (Lisp Interaction): Minor addition.
6534
65352006-02-18 Nick Roberts <nickrob@snap.net.nz>
6536
6537 * building.texi (Watch Expressions): Update and be more precise.
6538
c8763fb6 65392006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6540
6541 * maintaining.texi (Create Tags Table): Explain why the
6542 exception when etags writes to files under the /dev tree.
6543
65442006-02-14 Richard M. Stallman <rms@gnu.org>
6545
6546 * custom.texi (Safe File Variables): Lots of clarification.
6547 Renamed from Unsafe File Variables.
6548
65492006-02-14 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * custom.texi (Unsafe File Variables): File variable confirmation
6552 assumed denied in batch mode.
6553
65542006-02-14 Richard M. Stallman <rms@gnu.org>
6555
6556 * building.texi (GDB User Interface Layout): Don't say `inferior'
6557 for program being debugged.
6558
65592006-02-15 Nick Roberts <nickrob@snap.net.nz>
6560
6561 * building.texi (GDB Graphical Interface):
6562 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6563
65642006-02-13 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * custom.texi (Specifying File Variables, Unsafe File Variables):
6567 New nodes, split from File Variables. Document new file local
6568 variable behavior.
6569
65702006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6571
6572 * display.texi (Standard Faces):
8cf51b2c
GM
6573 * files.texi (Visiting):
6574 * frames.texi (Clipboard):
6575 * glossary.texi (Glossary) <Clipboard>:
6576 * xresources.texi (X Resources): Mention Mac OS port.
6577
8cf51b2c
GM
65782006-02-12 Richard M. Stallman <rms@gnu.org>
6579
6580 * building.texi (Building): Clarify topic in intro.
6581
6582 * maintaining.texi (Maintaining): Change title; clarify topic.
6583 Delete duplicate index entries.
6584
6585 * building.texi (Other GDB User Interface Buffers): Clarifications.
6586
6587 * text.texi (Cell Commands): Clarifications.
6588
6589 * programs.texi (Defuns): Delete duplicate explanation of
6590 left-margin paren convention.
6591 (Hungry Delete): Minor cleanup.
6592
65932006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6594
6595 * dired.texi (Tumme): More tumme documentation.
6596
65972006-02-11 Alan Mackenzie <acm@muc.de>
6598
6599 * programs.texi ("Hungry Delete"): Correct the appellation of the
6600 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6601
66022006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6603
6604 * dired.texi (Tumme): Fix small bug.
6605
66062006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6607
6608 * macos.texi (Mac International): Rename "fontset-mac" to
6609 "fontset-standard".
6610
8cf51b2c
GM
66112006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6612
6613 * dired.texi (Tumme): Basic documentation for Tumme added.
6614
8cf51b2c
GM
66152006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6616
6617 * mule.texi (International):
6618 * programs.texi (Basic Indent): Fix typos.
6619
8cf51b2c
GM
6620 * custom.texi (Minor Modes):
6621 * display.texi (Text Display):
6622 * commands.texi (Text Characters): Update xrefs.
6623
66242006-02-07 Richard M. Stallman <rms@gnu.org>
6625
6626 * emacs.texi (Top): Update subnode menu.
6627 Update info on old Emacs papers.
6628 (Intro): "Graphical display", not window system.
6629
6630 * xresources.texi (GTK styles): Minor clarifications.
6631
6632 * trouble.texi: "Graphical display", not window system.
6633 (Stuck Recursive): Minor clarification.
6634
6635 * text.texi: Minor clarifications.
6636 (Sentences): Explain why two-space convention is better.
6637 Explain sentence-end-without-period here.
6638 (Fill Commands): Not here.
6639 (Refill): Node moved down.
6640 (Filling): Update menu.
6641 (Table Creation, Cell Justification, Column Commands): Clarify.
6642
6643 * sending.texi: Minor clarifications.
6644
6645 * search.texi (Regexp Backslash): Clarification.
6646
6647 * rmail.texi: Minor cleanups.
6648 (Rmail): Delete digression about `rmail-mode'.
6649 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6650 (Rmail Files): Mention C-u M-x rmail.
6651 (Rmail Reply): Mention References.
6652 (Rmail Display): Mention rmail-nonignored-headers.
6653
6654 * programs.texi: Minor cleanups.
6655 (Comment Commands): Mention momentary Transient Mark mode.
6656 (Matching): Be more specific about customizing show-paren-mode.
6657 (Info Lookup): Don't list the modes that support C-h S.
6658 Just say what it does in an unsupported mode.
6659 (Man Page): Delete excessive info on customizing woman.
6660 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6661
6662 * abbrevs.texi: Minor clarifications.
6663 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6664 not "dynamic abbrevs" as if they were a kind of abbrev.
6665
6666 * picture.texi (Picture): Minor cleanup.
6667
6668 * mule.texi (Communication Coding): Say "other applications".
6669 (Fontsets): Not specific to X. Add xref to X Resources.
6670 (Unibyte Mode): Rename from Single-Byte Character Support.
6671 "Graphical display", not window system.
6672 (International): Update menu.
6673
6674 * maintaining.texi (Format of ChangeLog):
6675 New node, split out from ChangeLog.
6676 (ChangeLog): Clarifications in the remaining text.
6677 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6678 (Find Tag): Add @w.
6679 (Tags Search): Explain tag table order here. Simplify grep ref.
6680 (List Tags): tags-tag-face is a variable, not a face.
6681 (Emerge): Cleanups.
6682
6683 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6684 (Keyboard Macros): Avoid "the user".
6685
6686 * killing.texi: "Graphical display", not window system.
6687
6688 * help.texi (Help Echo): "Graphical display", not window system.
6689
6690 * glossary.texi: Say "you", not "the user". Say "graphical display".
6691
6692 * frames.texi: Minor cleanups. "Graphical display", not window system.
6693
6694 * files.texi (Visiting): Make drag-and-drop not X-specific.
6695
6696 * custom.texi: Minor cleanups. "Graphical display", not window system.
6697
6698 * cmdargs.texi: Minor cleanups.
6699
6700 * building.texi (Compilation): Move and split kill-compilation para.
6701 Add para about multiple compilers.
6702 (Compilation Mode): Commands also available in grep mode and others.
6703 Mention C-u C-x ` more tutorially. Clarify C-x `.
6704 (Compilation Shell): Clarify. Put Bash example first.
6705 (Grep Searching): Minor cleanups; add @w.
6706 (Debuggers): Minor cleanups.
6707 (Starting GUD): Make GDB xgraphical mode issue clearer.
6708 (Debugger Operation): Lots of clarifications including
6709 GDB tooltip side-effect issue.
6710 (Commands of GUD): Clarify.
6711 (GUD Customization): Add bashdb-mode-hook.
6712 (GDB Graphical Interface): Rewrite for clarity.
6713 (GDB User Interface Layout): Rewrite for clarity.
6714 (Stack Buffer, Watch Expressions): Likewise.
6715 (Other GDB User Interface Buffers): Cleanups.
6716 (Lisp Libraries, External Lisp): Cleanup.
6717
6718 * basic.texi (Position Info): "Graphical displays", rather than
6719 window systems.
6720
6721 * anti.texi: Minor cleanup.
6722
8cf51b2c
GM
67232006-02-03 Eli Zaretskii <eliz@gnu.org>
6724
6725 * custom.texi (Init File, Find Init): Add cross-references to
6726 where $HOME is described.
6727
67282006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6729
6730 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6731 is not inside the @table.
6732
6733 * emacs.texi (Top): Correct node name.
6734
6735 * files.texi (File Names): Fix @xref.
6736 (Reverting): Fix typo.
6737
6738 * mule.texi (International): Correct node name.
6739
6740 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6741
67422006-02-01 Richard M. Stallman <rms@gnu.org>
6743
6744 * emacs.texi (Top): Update subnode menu.
6745
6746 * mule.texi: Minor clarifications.
6747 Reduce the specific references to X Windows.
6748 Refer to "graphical" terminals, rather than window systems.
6749 (Text Coding): Rename from Specify Coding.
6750 (Communication Coding, File Name Coding, Terminal Coding):
6751 New nodes split out from Text Coding.
6752
6753 * kmacro.texi: Minor clarifications.
6754 (Keyboard Macro Ring): Comment out some excessive commands.
6755 (Basic Keyboard Macro): Split up the table, putting part in each node.
6756
6757 * major.texi: Minor clarifications.
6758
6759 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6760
6761 * windows.texi: Minor clarifications.
6762 (Change Window): Don't describe mode-line mouse cmds here.
6763 Add xref to Mode Line Mouse.
6764
6765 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6766
6767 * macos.texi (Mac International): Fix xref.
6768
6769 * indent.texi: Minor clarifications.
6770
6771 * frames.texi: Minor clarifications.
6772 Reduce the specific references to X Windows.
6773 Refer to "graphical" terminals, rather than window systems.
6774 (Frame Parameters): Don't mention commands like
6775 set-foreground-color. Just say to customize a face.
6776 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6777
6778 * files.texi: Minor clarifications.
6779 (Numbered Backups): New node, split out from Backup Names.
6780
6781 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6782
6783 * cmdargs.texi (General Variables): Fix xref.
6784
6785 * buffers.texi: Minor clarifications.
6786
8cf51b2c
GM
67872006-01-31 Richard M. Stallman <rms@gnu.org>
6788
6789 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6790 Nodes moved to top.
6791
6792 * display.texi: Minor clarifications.
6793 (Display): Rearrange menu.
6794 (Standard Faces): Mention query-replace face.
6795 (Faces): Simplify.
6796 (Font Lock): Simplify face customization info.
6797 (Highlight Changes): Node merged into Highlight Interactively.
6798 (Highlight Interactively): Much rewriting and cleanup.
6799 (Optional Mode Line): Narrowed line number not good for goto-line.
6800 Simplify face customization advice.
6801 (Text Display): Mention use of escape-glyph face.
6802 Move ctl-arrow and tab-width here.
6803 (Display Custom): Move no-redraw-on-reenter to end of node.
6804
6805 * search.texi: Minor clarifications.
6806 (Isearch Scroll): Simplify.
6807 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6808
6809 * regs.texi (Registers): Mention bookmarks here.
6810
6811 * mark.texi: Minor clarifications.
6812 (Selective Undo): Node deleted.
6813
6814 * m-x.texi: Minor clarifications.
6815
6816 * killing.texi: Minor clarifications.
6817 Refer to "graphical" terminals, rather than window systems.
6818
6819 * help.texi: Clarifications.
6820 (Help): Don't describe C-h F and C-h K here.
6821 (Key Help): Describe C-h K here.
6822 (Name Help): Mention Emacs Lisp Intro.
6823 Describe C-h F here.
6824 (Misc Help): Mention C-h F and C-h K only briefly.
6825
6826 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6827 Selective undo text merged in.
6828 (Spelling): Mention Aspell along with Ispell.
6829
6830 * emacs.texi (Top): Update subnode menus.
6831
6832 * basic.texi (Basic Undo): Rename from Undo. Most of text
6833 moved to new Undo node.
6834
8cf51b2c
GM
68352006-01-29 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * basic.texi (Continuation Lines, Inserting Text):
6838 Mention longlines mode.
6839
68402006-01-29 Richard M. Stallman <rms@gnu.org>
6841
10d1d0af 6842 * screen.texi: Minor cleanups.
8cf51b2c
GM
6843 (Screen): Clean up the intro paragraphs.
6844 (Mode Line): Lots of rewriting. Handle frame-name better.
6845 eol-mnemonic-... vars moved out.
6846
6847 * emacs.texi (Top): Change menu item for MS-DOS node.
6848 Update subnode menu.
6849
6850 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6851 chapter relates to Windows. Title changed.
6852
6853 * mini.texi: Minor cleanups.
6854
6855 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6856 (Mark): Put it in the menu.
6857
6858 * entering.texi: Minor cleanups.
6859
6860 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6861 (Intro): Refer to "graphical" terminals, rather than X.
6862
6863 * display.texi (Display Custom): Add xref to Variables.
6864 (Optional Mode Line): eol-mnemonic-... vars moved here.
6865
6866 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6867 rather than X.
6868
8cf51b2c
GM
6869 * basic.texi: Minor cleanups.
6870 (Undo): selective-undo moved.
6871
8cf51b2c
GM
68722006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6873
6874 * anti.texi (Antinews): Various corrections and additions.
6875
68762006-01-23 Juri Linkov <juri@jurta.org>
6877
6878 * custom.texi (Easy Customization, Customization Groups)
6879 (Browsing Custom): Mention links along with buttons.
6880
8cf51b2c
GM
68812006-01-21 Eli Zaretskii <eliz@gnu.org>
6882
8cf51b2c
GM
6883 * text.texi (TeX Print): Use @key for TAB.
6884
8cf51b2c
GM
6885 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6886
8cf51b2c
GM
68872006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6888
6889 * files.texi (File Aliases): Don't claim that usually separate
6890 buffers are created for two file names that name the same data.
6891 Mention additional situations where different names mean the same
6892 file on disk.
6893
68942006-01-19 Richard M. Stallman <rms@gnu.org>
6895
6896 * killing.texi (Deletion): Upcase @key argument.
6897
6898 * custom.texi (Custom Themes): Minor cleanup.
6899
6900 * programs.texi (Hungry Delete): Upcase @key argument.
6901
8cf51b2c
GM
69022006-01-16 Juri Linkov <juri@jurta.org>
6903
6904 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6905 Move `mode-line-highlight' before `mode-line-buffer-id'.
6906
8cf51b2c
GM
69072006-01-14 Richard M. Stallman <rms@gnu.org>
6908
6909 * basic.texi (Inserting Text): Minor cleanup.
6910
8cf51b2c
GM
69112006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * custom.texi (Changing a Variable, Face Customization):
6914 Update for changes in Custom menus.
6915
8cf51b2c
GM
69162006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6917
6918 * macos.texi (Mac International): Undo last change.
6919
8cf51b2c
GM
69202006-01-02 Chong Yidong <cyd@stupidchicken.com>
6921
6922 * custom.texi (Custom Themes): Describe the new
6923 customize-create-theme interface.
6924
69252005-12-30 Juri Linkov <juri@jurta.org>
6926
6927 * basic.texi (Position Info): Update example.
6928
c8763fb6 69292005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6930
6931 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6932
69332005-12-24 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * custom.texi (Custom Themes): `load-theme' always loads.
6936
69372005-12-23 Juri Linkov <juri@jurta.org>
6938
6939 * display.texi (Highlight Interactively): Use double space to
6940 separate sentences. Replace C-p with M-p, and C-n with M-n.
6941
69422005-12-22 Richard M. Stallman <rms@gnu.org>
6943
6944 * custom.texi (Easy Customization and subnodes):
6945 Replace "active field" with "button".
6946 Use "user option" only for variables.
6947 Use "setting" for variable-or-face.
6948
69492005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6950
6951 * buffers.texi (Select Buffer): Change order in table to make
6952 "Similar" refer to the correct item.
6953 (Indirect Buffers): Minor rewording.
6954
8cf51b2c
GM
69552005-12-20 Juri Linkov <juri@jurta.org>
6956
6957 * files.texi (VC Status): Put P and N near p and n.
6958
8cf51b2c
GM
69592005-12-19 Richard M. Stallman <rms@gnu.org>
6960
6961 * programs.texi (Electric C): Delete the info about newline control.
6962 (Other C Commands): Minor cleanup.
6963 (Left Margin Paren): Minor cleanup.
6964
69652005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6966
6967 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6968 (Customization Groups): Delete text moved to "Browsing Custom".
6969 (Browsing Custom): New node.
6970 (Specific Customization): Clarify which commands only work for
6971 loaded options.
6972
69732005-12-18 Bill Wohler <wohler@newt.com>
6974
6975 * frames.texi (Tool Bars): Shorten text of previous change.
6976
69772005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6978
6979 * files.texi (VC Status): Document log-view mode.
6980
69812005-12-18 Bill Wohler <wohler@newt.com>
6982
6983 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6984 permanently via the customize interface.
6985
8cf51b2c
GM
69862005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6987
6988 * killing.texi (Killing by Lines): Document `kill-whole-line'
6989 function.
6990
c8763fb6 69912005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6992
6993 * buffers.texi (Select Buffer): Change `prev-buffer' to
6994 `previous-buffer'. Indicate that these functions use a frame
6995 local buffer list.
6996
8cf51b2c
GM
69972005-12-12 Richard M. Stallman <rms@gnu.org>
6998
6999 * custom.texi (Easy Customization): Change menu comment.
7000 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7001
7002 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7003 (Help): Among the Apropos commands, describe only C-h a here.
7004
70052005-12-11 Richard M. Stallman <rms@gnu.org>
7006
7007 * programs.texi (Options for Comments): Comment-end starts with space.
7008
7009 * glossary.texi (Glossary): Minor cleanup.
7010
7011 * files.texi (Old Versions): Use @table.
7012
8cf51b2c
GM
70132005-12-10 David Koppelman <koppel@ece.lsu.edu>
7014
7015 * display.texi (Highlight Interactively): Include
7016 global-hi-lock-mode. Add miscellaneous details and elaborations.
7017
70182005-12-09 Richard M. Stallman <rms@gnu.org>
7019
7020 * display.texi (Font Lock): Delete the Global FL menu item.
7021
70222005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7023
7024 * custom.texi (Minibuffer Maps): Mention the maps for file name
7025 completion.
7026
70272005-12-09 Kim F. Storm <storm@cua.dk>
7028
7029 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7030 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7031 cursor to next corner in rectangle; clarify insert around rectangle.
7032
8cf51b2c
GM
70332005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * custom.texi (Customization): Use xref to elisp manual for
7036 non-TeX output.
7037 (Minor Modes): Update.
7038 (Customization Groups, Changing a Variable, Face Customization):
7039 Update for new appearance of Custom buffers.
7040 (Changing a Variable): `custom-buffer-done-function' has been
7041 replaced by `custom-buffer-done-kill'.
7042 (Specific Customization): In the `customize-group' buffer, a
7043 subgroup's contents are not "hidden". They are not included at
7044 all. They have no [Show] button.
7045 (Mouse Buttons): Add pxref to description of mouse event lists in
7046 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7047 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7048 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7049
70502005-12-08 Richard M. Stallman <rms@gnu.org>
7051
7052 * mini.texi (Completion Commands, Completion):
7053 In file name input, SPC does not do completion.
7054
8cf51b2c
GM
70552005-12-08 Nick Roberts <nickrob@snap.net.nz>
7056
7057 * building.texi (GDB Graphical Interface): Explain screen size
7058 setting.
7059 (Other GDB User Interface Buffers): Describe features specific to
7060 GDB 6.4.
7061
8cf51b2c
GM
70622005-12-01 Nick Roberts <nickrob@snap.net.nz>
7063
7064 * building.texi (GDB User Interface Layout): Describe how to
7065 kill associated buffers.
7066 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7067 (Watch Expressions): Be more precise.
7068 (Other GDB User Interface Buffers): Describe how to change a
7069 register value.
7070
8cf51b2c
GM
70712005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7072
7073 * macos.texi (Mac Input): Remove description of
7074 mac-command-key-is-meta. Add descriptions of
7075 mac-control-modifier, mac-command-modifier, and
7076 mac-option-modifier.
7077 (Mac International): Fix description of conversion of clipboard data.
7078 (Mac Font Specs): Add example of font customization by face attributes.
7079
70802005-11-22 Nick Roberts <nickrob@snap.net.nz>
7081
7082 * building.texi (Watch Expressions): Expand description.
7083 (Other GDB User Interface Buffers): Describe local map for
7084 gud-watch.
7085
70862005-11-21 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * display.texi (Font Lock): Font lock is enabled by default now.
7089
70902005-11-20 Juri Linkov <juri@jurta.org>
7091
7092 * basic.texi (Position Info): Update examples of the output.
7093 Remove the fact that examples are produced in the TeXinfo buffer,
7094 because in the Info reader users will get a different output from
7095 `C-x ='.
7096
7097 * building.texi (Compilation Mode): Remove paragraph duplicated
7098 from the node `Compilation'. Add `compilation-skip-threshold'.
7099
7100 * display.texi (Font Lock): Suggest more user-friendly method of
7101 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7102
71032005-11-18 Richard M. Stallman <rms@gnu.org>
7104
7105 * files.texi (Registering): Mention @@ in mode line.
7106
7107 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7108
71092005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7110
7111 * files.texi (Renaming and VC): Some back-ends don't
7112 handle renaming.
7113
8cf51b2c
GM
71142005-11-17 Juri Linkov <juri@jurta.org>
7115
7116 * emacs.texi (Top):
7117 * display.texi (Highlight Interactively): Put this font-lock based
7118 mode near Font Lock node.
7119
71202005-11-16 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7123 icons.
7124
71252005-11-12 Kim F. Storm <storm@cua.dk>
7126
7127 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7128 (Help Summary): Add C-h d and C-h e.
7129 (Apropos): Clarify that all apropos commands may search for either
7130 list of words or a regexp. Add C-h d for apropos-documentation.
7131 Describe apropos-documentation-sort-by-scores user option.
7132
8cf51b2c
GM
71332005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7134
7135 * killing.texi (CUA Bindings): Add @section.
7136
71372005-11-10 Kim F. Storm <storm@cua.dk>
7138
7139 * emacs.texi (Top): Add CUA Bindings entry to menu.
7140
7141 * killing.texi (CUA Bindings): New node. Moved here from
7142 misc.texi and extended with info on rectangle commands and
7143 rectangle highlighting, interface to registers, and the global
7144 mark feature.
7145
7146 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7147
7148 * regs.texi: Prev link points to CUA Bindings node.
7149
71502005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * help.texi (Help Echo): By default, help echos are only shown on
7153 mouse-over, not on point-over.
7154
c8763fb6 71552005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7156
7157 * misc.texi (Shell Mode): Describe how to activate password echoing.
7158
8cf51b2c
GM
71592005-11-04 Romain Francoise <romain@orebokech.com>
7160
7161 * mark.texi (Mark Ring): Fix typo.
7162
71632005-11-03 Richard M. Stallman <rms@gnu.org>
7164
7165 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7166
71672005-11-01 Bill Wohler <wohler@newt.com>
7168
7169 * help.texi (Help Mode): Fix typo.
7170
71712005-11-01 Nick Roberts <nickrob@snap.net.nz>
7172
1c6c854e
CS
7173 * building.texi (Other GDB User Interface Buffers):
7174 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7175
71762005-10-31 Romain Francoise <romain@orebokech.com>
7177
7178 * files.texi (Compressed Files): Fix typo.
7179
7180 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7181
7182 * windows.texi (Force Same Window): Likewise.
7183
71842005-10-30 Bill Wohler <wohler@newt.com>
7185
7186 * help.texi (Help Mode): URLs viewed with browse-url.
7187
71882005-10-31 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * building.texi (GDB Graphical Interface): Don't reference
7191 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7192 must stay in same frame.
7193
71942005-10-29 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7197
7198 * anti.texi (Antinews): Likewise.
7199
8cf51b2c
GM
72002005-10-28 Bill Wohler <wohler@newt.com>
7201
7202 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7203
72042005-10-28 Richard M. Stallman <rms@gnu.org>
7205
7206 * files.texi (Visiting): Explain how to enter ? in a file name.
7207
7208 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7209
8cf51b2c
GM
72102005-10-25 Nick Roberts <nickrob@snap.net.nz>
7211
1c6c854e
CS
7212 * building.texi (GDB Graphical Interface):
7213 Describe gdb-mouse-until.
8cf51b2c
GM
7214
72152005-10-23 Richard M. Stallman <rms@gnu.org>
7216
7217 * custom.texi (Init File): Recommend when to use site-start.el.
7218
8cf51b2c
GM
72192005-10-21 Juri Linkov <juri@jurta.org>
7220
7221 * custom.texi (Examining): Mention accessing the old variable
7222 value via M-n in set-variable.
7223
8cf51b2c
GM
72242005-10-18 Romain Francoise <romain@orebokech.com>
7225
7226 * files.texi (Version Systems): Capitalize GNU.
7227
8cf51b2c
GM
72282005-10-18 Nick Roberts <nickrob@snap.net.nz>
7229
7230 * building.texi (Compilation Mode): Remove redundant paragraph.
7231 (Watch Expressions): Remove paragraph to reflect code change.
7232
8cf51b2c
GM
72332005-10-16 Richard M. Stallman <rms@gnu.org>
7234
7235 * building.texi (Compilation Mode, Compilation): Clarified.
7236
72372005-10-15 Richard M. Stallman <rms@gnu.org>
7238
7239 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7240
8cf51b2c
GM
72412005-10-13 Kenichi Handa <handa@m17n.org>
7242
7243 * basic.texi (Position Info): Fix previous change.
7244
c8763fb6 72452005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7246
7247 * cmdargs.texi (Icons X): Fix typo.
7248
72492005-10-12 Kenichi Handa <handa@m17n.org>
7250
7251 * basic.texi (Position Info): Describe the case that Emacs shows
7252 "part of display ...".
7253
c8763fb6 72542005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7255
7256 * cmdargs.texi (Icons X): -nb => -nbi.
7257
72582005-10-10 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * frames.texi (Speedbar): A couple more clarifications.
7261
72622005-10-11 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * building.texi (GDB User Interface Layout): Improve diagram.
7265 (Watch Expressions): Explain how to make speedbar global.
7266 (Other GDB User Interface Buffers): Make references more precise.
7267
8cf51b2c
GM
72682005-10-09 Richard M. Stallman <rms@gnu.org>
7269
7270 * frames.texi (Speedbar): Clarify the text.
7271
72722005-10-09 Chong Yidong <cyd@stupidchicken.com>
7273
7274 * frames.texi (Speedbar): Add information on keybindings,
7275 dismissing the speedbar, and buffer display mode. Link to
7276 speedbar manual.
7277
c8763fb6 72782005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7279
1c6c854e 7280 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7281 added -nb, --no-bitmap-icon.
7282
8cf51b2c
GM
72832005-10-07 Nick Roberts <nickrob@snap.net.nz>
7284
7285 * building.texi (GDB Graphical Interface): Add variables and
7286 functions to indices. Be more precise.
7287
c8763fb6 72882005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7289
7290 * frames.texi (Drag and Drop): Remove the x- from
7291 x-dnd-open-file-other-window and xdnd-protocol-alist.
7292
72932005-09-30 Romain Francoise <romain@orebokech.com>
7294
7295 * mini.texi (Minibuffer): The default value now appears before the
7296 colon in minibuffer prompts.
7297
8cf51b2c
GM
72982005-09-25 Richard M. Stallman <rms@gnu.org>
7299
7300 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7301
8cf51b2c
GM
73022005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7303
7304 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7305
8cf51b2c
GM
73062005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7307
7308 * emacs.texi (Top): Update submenus from macos.texi.
7309
7310 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7311 (Mac OS): Update feature support status.
7312 (Mac Input): List supported input scripts. Remove description
7313 about `mac-keyboard-text-encoding'. Mention mouse button
7314 emulation and related variables.
7315 (Mac International): Mention Central European and Cyrillic
7316 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7317 Add description about coding system for selection.
7318 Add description about language environment.
7319 (Mac Environment Variables):
7320 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7321 arguments. Add Preferences support.
7322 (Mac Directories): Explicitly state that this node is for Mac OS
7323 Classic only.
1c6c854e
CS
7324 (Mac Font Specs): Mention specification for scalable fonts.
7325 List supported charsets. Add preferred way of creating fontsets.
7326 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7327 (Mac Functions): Add descriptions about `mac-set-file-creator',
7328 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7329 and `mac-get-preference'.
7330
8cf51b2c
GM
73312005-09-16 Romain Francoise <romain@orebokech.com>
7332
7333 Update all files to specify GFDL version 1.2.
7334
7335 * doclicense.texi (GNU Free Documentation License): Update to
7336 version 1.2.
7337
73382005-09-15 Richard M. Stallman <rms@gnu.org>
7339
7340 * buffers.texi (List Buffers): Fix xref.
7341
7342 * rmail.texi (Rmail Basics): Fix xref.
7343
7344 * emacs.texi (Top): Update subnode menus.
7345
7346 * files.texi (Saving Commands): New node, broken out of Saving.
7347 (Customize Save): New node, broken out of Saving.
7348 Clarify effect of write-region-inhibit-fsync.
7349 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7350
8cf51b2c
GM
73512005-09-14 Romain Francoise <romain@orebokech.com>
7352
7353 * files.texi (Saving): Mention write-region-inhibit-fsync.
7354
73552005-09-05 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * custom.texi (Custom Themes): New node.
7358
73592005-09-03 Richard M. Stallman <rms@gnu.org>
7360
49823426
GM
7361 * search.texi (Search Case): Mention vars that control
7362 case-fold-search for various operations.
8cf51b2c
GM
7363
73642005-08-22 Juri Linkov <juri@jurta.org>
7365
7366 * display.texi (Standard Faces): Merge the text from
7367 `(elisp)Standard Faces' into this node.
7368
73692005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7370
7371 * emacs.texi (Top): Delete menu item for deleted node
7372 Keyboard Translations.
7373
73742005-08-18 Richard M. Stallman <rms@gnu.org>
7375
8cf51b2c
GM
7376 * trouble.texi (Unasked-for Search):
7377 Delete xref to Keyboard Translations.
7378
7379 * glossary.texi (Glossary): Delete xref.
7380
8cf51b2c
GM
7381 * custom.texi (Minor Modes): Say that the list here is not complete.
7382 (Keyboard Translations): Node deleted.
7383 (Disabling): Delete xref to it.
7384 (Customization Groups): Fix Custom buffer example.
7385 (Hooks): Mention remove-hooks.
7386
73872005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7388
7389 * building.texi (GDB Graphical Interface): Improve filling of menu
7390 item.
7391
73922005-08-18 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * building.texi (GDB Graphical Interface): Use better node names.
7395
73962005-08-14 Richard M. Stallman <rms@gnu.org>
7397
7398 * text.texi (Sentences): Fix xref.
7399
74002005-08-14 Juri Linkov <juri@jurta.org>
7401
7402 * building.texi (Compilation, Grep Searching): Move grep command
7403 headings from `Compilation' to `Grep Searching'.
7404
7405 * dired.texi (Dired and Find):
7406 * maintaining.texi (Tags Search): Replace grep xref to
7407 `Compilation' node with `Grep Searching'.
7408
7409 * files.texi (Comparing Files): Replace xref to `Compilation' with
7410 `Compilation Mode'.
7411
74122005-08-13 Alan Mackenzie <acm@muc.de>
7413
7414 * search.texi (Non-ASCII Isearch): Correct a typo.
7415 (Replacement Commands): Mention query-replace key binding.
7416
74172005-08-11 Richard M. Stallman <rms@gnu.org>
7418
7419 * programs.texi (Options for Comments): Fix xref.
7420
7421 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7422 out of Regexps.
7423
8cf51b2c
GM
74242005-08-09 Juri Linkov <juri@jurta.org>
7425
7426 * building.texi (Compilation): Use `itemx' instead of `item'.
7427 (Grep Searching): Simplify phrase.
7428
7429 * display.texi (Standard Faces): Describe vertical-border on
7430 window systems.
7431
7432 * windows.texi (Split Window): Simplify phrase and mention
7433 vertical-border face.
7434
74352005-08-09 Richard M. Stallman <rms@gnu.org>
7436
7437 * files.texi (Comparing Files): Clarify compare-windows.
7438
7439 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7440
8cf51b2c
GM
74412005-08-06 Eli Zaretskii <eliz@gnu.org>
7442
7443 * mule.texi (Coding Systems): Rephrase the paragraph about
7444 codepages: no need for "M-x codepage-setup" anymore, except on
7445 MS-DOS.
7446
7447 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7448 the MS-DOS port only.
7449
74502005-07-30 Eli Zaretskii <eliz@gnu.org>
7451
7452 * makefile.w32-in (info): Don't run multi-install-info.bat.
7453 ($(infodir)/dir): New target, produced by running
7454 multi-install-info.bat.
7455
8cf51b2c
GM
74562005-07-22 Eli Zaretskii <eliz@gnu.org>
7457
7458 * files.texi (Quoted File Names): Add index entry.
7459
8cf51b2c
GM
74602005-07-19 Juri Linkov <juri@jurta.org>
7461
7462 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7463
74642005-07-18 Juri Linkov <juri@jurta.org>
7465
8cf51b2c
GM
7466 * custom.texi (Easy Customization):
7467 * files.texi (Old Versions):
7468 * frames.texi (Wheeled Mice):
7469 * mule.texi (Specify Coding):
8cf51b2c
GM
7470 * text.texi (Cell Justification):
7471 * trouble.texi (After a Crash):
8cf51b2c
GM
7472 * xresources.texi (GTK styles):
7473 Delete duplicate duplicate words.
7474
74752005-07-17 Richard M. Stallman <rms@gnu.org>
7476
7477 * frames.texi (Creating Frames): Fix foreground color example.
7478
7479 * custom.texi (Init Examples): Clean up text about conditionals.
7480
74812005-07-16 Richard M. Stallman <rms@gnu.org>
7482
7483 * mini.texi (Completion Commands): Fix command name for ?.
7484
8cf51b2c
GM
74852005-07-16 Eli Zaretskii <eliz@gnu.org>
7486
7487 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7488 `menu' face has no effect on w32 and with GTK.
7489 Add cross-references.
8cf51b2c
GM
7490
7491 * cmdargs.texi (General Variables): Clarify the default location
7492 of $HOME on w32 systems.
7493
74942005-07-15 Jason Rumney <jasonr@gnu.org>
7495
7496 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7497 changed.
7498
74992005-07-08 Kenichi Handa <handa@m17n.org>
7500
1c6c854e
CS
7501 * mule.texi (Recognize Coding):
7502 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7503
75042005-07-07 Richard M. Stallman <rms@gnu.org>
7505
7506 * anti.texi (Antinews): Mention mode-line-inverse-video.
7507
7508 * files.texi (Saving): Minor correction about C-x C-w.
7509
7510 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7511
75122005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * search.texi (Isearch Scroll): Add example of using the
7515 `isearch-scroll' property.
7516 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7517 `Display Custom' node.
7518 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7519 and de-emphasize it.
7520 (Other Repeating Search): `occur' currently can not correctly
7521 handle multiline matches. Correct, clarify and update description
7522 of `flush-lines' and `keep-lines'.
7523
7524 * display.texi (Display Custom): Add anchor for `baud-rate'.
7525
75262005-07-07 Richard M. Stallman <rms@gnu.org>
7527
7528 * gnu.texi: Update where to get GNU status; add refs for how to help.
7529 Add footnotes 6 and 7.
7530
75312005-07-04 Lute Kamstra <lute@gnu.org>
7532
7533 Update FSF's address in GPL notices.
7534
8cf51b2c 7535 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7536 * trouble.texi (Checklist): Update FSF's address.
7537
8cf51b2c
GM
75382005-06-24 Richard M. Stallman <rms@gnu.org>
7539
7540 * display.texi (Text Display): Change index entries.
7541
75422005-06-24 Eli Zaretskii <eliz@gnu.org>
7543
7544 * makefile.w32-in (MAKEINFO): Use --force.
7545 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7546 Makefile.in.
8cf51b2c
GM
7547
75482005-06-23 Richard M. Stallman <rms@gnu.org>
7549
1c6c854e 7550 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7551 nobreak-char-display.
7552
7553 * emacs.texi (Top): Update detailed node listing.
7554
1c6c854e 7555 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7556 to nobreak-char-display and no-break-space to nobreak-space.
7557 (Standard Faces): Split up the list of standard faces
7558 and put it in a separate node. Add nobreak-space and
7559 escape-glyph.
7560
8cf51b2c
GM
75612005-06-23 Lute Kamstra <lute@gnu.org>
7562
7563 * mule.texi (Select Input Method): Fix typo.
7564
75652005-06-23 Kenichi Handa <handa@m17n.org>
7566
1c6c854e
CS
7567 * mule.texi (International): List all supported scripts.
7568 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7569 distribution.
7570 (Language Environments): List all language environments.
7571 Intlfonts contains fonts for most supported scripts, not all..
7572 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7573 input a specific character.
8cf51b2c
GM
7574 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7575
75762005-06-23 Juanma Barranquero <lekktu@gmail.com>
7577
49823426 7578 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7579
75802005-06-22 Miles Bader <miles@gnu.org>
7581
7582 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7583
75842005-06-20 Miles Bader <miles@gnu.org>
7585
7586 * display.texi (Faces): Add `vertical-divider'.
7587
75882005-06-17 Richard M. Stallman <rms@gnu.org>
7589
7590 * text.texi (Adaptive Fill): Minor clarification.
7591
8cf51b2c
GM
75922005-06-10 Lute Kamstra <lute@gnu.org>
7593
7594 * emacs.texi (Top): Correct version number.
7595 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7596 refer to the current version of Emacs.
7597
75982005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * files.texi (Log Buffer): Document when there can be more than
7601 one file to be committed.
7602
76032005-06-08 Juri Linkov <juri@jurta.org>
7604
7605 * display.texi (Faces): Add `shadow' face.
7606
76072005-06-07 Masatake YAMATO <jet@gyve.org>
7608
7609 * display.texi (Faces): Write about mode-line-highlight.
7610
76112005-06-06 Richard M. Stallman <rms@gnu.org>
7612
7613 * misc.texi (Printing Package): Explain how to initialize
7614 printing package.
7615
7616 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7617
76182005-06-05 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * emacs.texi: Rename Hardcopy to Printing.
7621 Make PostScript and PostScript Variables subnodes of it.
7622
7623 * misc.texi (Printing): Rename node from Hardcopy.
7624 Mention menu bar options.
7625 Move PostScript and PostScript Variables to submenu.
7626 (Printing package): New node.
7627
7628 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7629
7630 * dired.texi (Operating on Files): Likewise.
7631
7632 * calendar.texi (Displaying the Diary): Likewise.
7633
7634 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7635
7636 * glossary.texi (Glossary): Likewise.
7637
7638 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7639 effect.
7640
76412005-06-04 Richard M. Stallman <rms@gnu.org>
7642
7643 * trouble.texi (After a Crash): Polish previous change.
7644
8cf51b2c
GM
76452005-05-30 Noah Friedman <friedman@splode.com>
7646
7647 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7648 recovery mechanism.
7649
8cf51b2c
GM
76502005-05-28 Nick Roberts <nickrob@snap.net.nz>
7651
7652 * building.texi (Other Buffers): SPC toggles display of
7653 floating point registers.
7654
8cf51b2c
GM
76552005-05-27 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * files.texi (Log Buffer): Merge in description of Log Edit
7658 mode from pcl-cvs.texi.
7659
76602005-05-26 Richard M. Stallman <rms@gnu.org>
7661
7662 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7663
8cf51b2c
GM
76642005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7667 not enabled by default.
7668 When not on a word, `ispell-word' by default checks the word
7669 before point.
7670
76712005-05-24 Nick Roberts <nickrob@snap.net.nz>
7672
7673 * building.texi (Debugger Operation): Simplify last sentence.
7674
76752005-05-23 Lute Kamstra <lute@gnu.org>
7676
7677 * emacs.texi: Update FSF's address throughout.
7678 (Preface): Use @cite.
7679 (Distrib): Add cross reference to the node "Copying". Mention the
7680 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7681 printed manuals.
7682 (Intro): Use @xref for the Emacs Lisp Intro.
7683
8cf51b2c
GM
76842005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7685
7686 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7687
7688 * basic.texi (Moving Point): Mention default for `goto-line'.
7689
7690 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7691 of a variable's docstring.
7692
76932005-05-18 Lute Kamstra <lute@gnu.org>
7694
7695 * maintaining.texi (Overview of Emerge): Add cross reference.
7696 Remove duplication.
7697
7698 * emacs.texi (Top): Update to the current structure of the manual.
7699 * misc.texi (Emacs Server): Add menu description.
7700 * files.texi (Saving): Fix menu.
7701 * custom.texi (Customization): Fix menu.
7702 * mule.texi (International): Fix menu.
7703 * kmacro.texi (Keyboard Macros): Fix menu.
7704
77052005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * display.texi: Various minor changes.
7708 (Faces): Delete text that is repeated in the next section.
7709
77102005-05-16 Nick Roberts <nickrob@snap.net.nz>
7711
7712 * building.texi (Debugger Operation): Mention GUD tooltips are
7713 disabled with GDB in text command mode.
7714
8cf51b2c
GM
77152005-05-16 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * building.texi: Replace toolbar with "tool bar" for consistency.
7718 (Compilation Mode): Describe compilation-context-lines
7719 and use of arrow in compilation buffer.
7720 (Debugger Operation): Replace help text with variable's value.
7721
7722 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7723 consistency.
7724
77252005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7726
7727 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7728 Add xref.
7729
8cf51b2c
GM
77302005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7731
7732 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7733 (Position Info): Delete discussion of `goto-line'. It is already
7734 described in `Moving point'.
7735
7736 * mini.texi (Completion Commands): Correct reference.
7737 (Completion Options): Fix typo.
7738
7739 * killing.texi (Deletion): Complete description of `C-x C-o'.
7740
8cf51b2c
GM
77412005-05-10 Richard M. Stallman <rms@gnu.org>
7742
7743 * building.texi (Compilation): Clarify recompile's directory choice.
7744
7745 * frames.texi (Tooltips): Cleanups.
7746
7747 * basic.texi (Arguments): Fix punctuation.
7748
77492005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7750
7751 * screen.texi (Menu Bar): The up and down (not left and right)
7752 arrow keys move through a keyboard menu.
7753
77542005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * basic.texi: Various typo and grammar fixes.
7757 (Moving Point): C-a now runs move-beginning-of-line.
7758
77592005-05-08 Nick Roberts <nickrob@snap.net.nz>
7760
7761 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7762
7763 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7764 as different animals.
7765
77662005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7767
7768 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7769 Correct index entry.
7770
77712005-05-07 Nick Roberts <nickrob@snap.net.nz>
7772
7773 * building.texi (Debugger Operation): Update to reflect changes
7774 in GUD tooltips.
7775
77762005-04-30 Richard M. Stallman <rms@gnu.org>
7777
7778 * files.texi (Compressed Files): Auto Compression normally enabled.
7779
7780 * building.texi (Debugger Operation): Clarify previous change.
7781
8cf51b2c
GM
77822005-04-28 Nick Roberts <nickrob@snap.net.nz>
7783
7784 * building.texi (Debugger Operation): Add description for
7785 GUD tooltips when program is not running.
7786
77872005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * misc.texi (Shell): Add `Shell Prompts' to menu.
7790 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7791 description. Delete remarks moved to new node.
7792 (Shell Prompts): New node.
7793 (History References): Replace remarks moved to `Shell Prompts'
7794 with xref to that node.
7795 (Remote Host): Clarify how to specify the terminal type when
7796 logging in to a different machine.
7797
77982005-04-26 Richard M. Stallman <rms@gnu.org>
7799
7800 * emacs.texi (Top): Update submenus from files.texi.
7801
7802 * files.texi (Filesets): Clarify previous change.
7803
7804 * dired.texi (Misc Dired Features): Clarify previous change.
7805
78062005-04-25 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7809
1c6c854e
CS
7810 * dired.texi (Misc Dired Features):
7811 Document dired-compare-directories.
8cf51b2c
GM
7812
7813 * files.texi (Filesets): New node.
7814 (File Conveniences): Document Image mode.
7815
7816 * text.texi (TeX Print): Document tex-compile.
7817
78182005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7821 Delete redundant reference to tooltip Custom group. It is
7822 referred too again in the next paragraph.
7823
78242005-04-24 Richard M. Stallman <rms@gnu.org>
7825
7826 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7827
8cf51b2c
GM
78282005-04-19 Kim F. Storm <storm@cua.dk>
7829
7830 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7831
78322005-04-18 Lars Hansen <larsh@math.ku.dk>
7833
7834 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7835 turns off desktop-save-mode.
7836
78372005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7840 by default in terminals compatible with xterm. Mention that
7841 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7842 node.
7843
8cf51b2c
GM
78442005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7847
c8763fb6 78482005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7849
7850 * xresources.texi (Table of Resources): Add cursorBlink.
7851
78522005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7855 `d', `C-d' and `u'.
7856
78572005-04-11 Richard M. Stallman <rms@gnu.org>
7858
7859 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7860 (Misc X): Add -D, --basic-display.
7861
7862 * maintaining.texi (Change Log): Correct the description of
7863 the example.
7864
7865 * major.texi (Choosing Modes): Document magic-mode-alist.
7866
8cf51b2c
GM
78672005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7868
7869 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7870 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7871 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7872 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7873 `w', respectively.
7874 (Rmail Labels): Mention `l'.
7875 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7876 (Rmail Summary Edit): Describe `j' and RET.
7877
c8763fb6 78782005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7879
7880 * xresources.texi (Lucid Resources): Add fontSet resource.
7881
8cf51b2c
GM
78822005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7883
7884 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7885 now called `indicate-empty-lines'.
7886
78872005-04-06 Kim F. Storm <storm@cua.dk>
7888
7889 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7890
78912005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7894 deleted.
7895 (Marks vs Flags): Add some convenient key bindings.
7896 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7897 (Misc Dired Features): Correct and expand description of `w' command.
7898
7899 * frames.texi (XTerm Mouse): Delete apparently false info.
7900 The GNU/Linux console currently does not appear to support
7901 `xterm-mouse-mode'.
7902
8cf51b2c
GM
79032005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7904
7905 * calendar.texi (Diary): Mention shell utility `calendar'.
7906
79072005-04-01 Richard M. Stallman <rms@gnu.org>
7908
7909 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7910
8cf51b2c
GM
79112005-04-01 Lute Kamstra <lute@gnu.org>
7912
7913 * maintaining.texi (Change Log): add-change-log-entry uses
7914 add-log-mailing-address.
7915
79162005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7917
7918 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7919 `VC Mode Line' and put in an xref to that node.
7920 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7921 its description.
7922
79232005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7924
7925 * calendar.texi (Calendar Systems): Say that the Persian calendar
7926 implemented here is the arithmetical one championed by Birashk.
7927
79282005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7929
7930 * programs.texi (Fortran Motion): Fix previous change.
7931
8cf51b2c
GM
79322005-03-29 Richard M. Stallman <rms@gnu.org>
7933
7934 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7935
79362005-03-29 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * text.texi (Refill): Refer to Long Lines Mode.
7939 (Longlines): New node.
7940 (Auto Fill): Don't index "word wrap" here.
7941 (Filling): Add Longlines to menu.
7942
79432005-03-29 Richard M. Stallman <rms@gnu.org>
7944
7945 * xresources.texi: Minor fixes.
7946
7947 * misc.texi (Emacs Server): Fix Texinfo usage.
7948
7949 * emacs.texi (Top): Don't use a real section heading for
7950 "Detailed Node Listing". Fake it instead.
7951
7952 * basic.texi (Position Info): Minor cleanup.
7953
7954 * mule.texi (Input Methods): Minor cleanup.
7955
79562005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7957
7958 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7959 constructs as well.
7960 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7961
79622005-03-29 Kenichi Handa <handa@m17n.org>
7963
7964 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7965
7966 * basic.texi (Position Info): Update the description about the
7967 command C-u C-x =.
7968
79692005-03-28 Richard M. Stallman <rms@gnu.org>
7970
7971 * emacs.texi (Top): Use @section for the detailed node listing.
7972
7973 * calendar.texi: Minor fixes to previous change.
7974
7975 * programs.texi (Fortran): Small fixes to previous changes.
7976
7977 * emacs.texi (Top): Update list of subnodes of Dired.
7978 Likewise for building.texi.
7979
7980 * files.texi (File Conveniences): Delete Auto Image File mode.
7981
79822005-03-28 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * building.texi (Flymake): New node.
7985
7986 * custom.texi (Function Keys): Document kp- event types and
7987 keypad-setup package.
7988
7989 * dired.texi (Wdired): New node.
7990
7991 * files.texi (File Conveniences): Reorder entries.
7992 Explain how to turn on Auto-image-file mode.
7993 Document Thumbs mode.
7994
7995 * mule.texi (Specify Coding): Document recode-region and
7996 recode-file-name.
7997
7998 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7999
80002005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8001
8002 * commands.texi (Keys): M-o is now a prefix key.
8003
80042005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8005
8006 * programs.texi: Reformat and update copyright years.
8007 (Fortran): Update section.
8008
80092005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8010
8011 * files.texi: Several small changes in addition to:
8012 (Visiting): Change xref for Dialog Boxes to ref.
8013 (Version Headers): Replace references to obsolete var
8014 `vc-header-alist' with `vc-BACKEND-header'.
8015 (Customizing VC): Update value of `vc-handled-backends'.
8016
80172005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8018
8019 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8020 move here from Emacs Lisp Reference Manual.
8021 * calendar.texi (Calendar/Diary, Diary Commands)
8022 (Special Diary Entries, Importing Diary): Change some xrefs to
8023 point to emacs-xtra rather than elisp.
8024
8025 * emacs-xtra.texi (Calendar Customizing):
8026 Move view-diary-entries-initially, view-calendar-holidays-initially,
8027 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8028 Emacs Manual.
8029 (Appt Customizing): Merge entire section into main Emacs Manual.
8030 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8031 mark-holidays-in-calendar here from emacs-xtra.
8032 (Displaying the Diary): Move view-diary-entries-initially,
8033 mark-diary-entries-in-calendar here from emacs-xtra.
8034 (Appointments): Move appt-display-mode-line,
8035 appt-display-duration, appt-disp-window-function,
8036 appt-delete-window-function here from emacs-xtra.
8037
8038 * calendar.texi: Update and reformat copyright.
8039 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8040 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8041 (Diary): Refer to `diary-file' rather than ~/diary.
8042 (Diary Commands): Rename node to "Displaying the Diary".
8043 * emacs.texi (Top): Rename "Diary Commands" section.
8044 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8045
80462005-03-26 Eli Zaretskii <eliz@gnu.org>
8047
8048 * misc.texi (Emacs Server): Fix the command for setting
8049 server-name. Add an xref to Invoking emacsclient.
8050
8051 * help.texi (Help Summary): Clarify when "C-h ." will do something
8052 nontrivial.
8053 (Apropos): Add cindex entry for apropos-sort-by-scores.
8054
8055 * display.texi (Text Display): Add index entries for how no-break
8056 characters are displayed.
8057
8cf51b2c
GM
80582005-03-26 Eli Zaretskii <eliz@gnu.org>
8059
8060 * files.texi (Visiting): Fix cross-references introduced with the
8061 last change.
8062
8063 * xresources.texi (GTK resources): Fix last change.
8064
8cf51b2c
GM
80652005-03-25 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * xresources.texi (X Resources): GTK options documented too.
8068 (Resources): Clarify meaning of program name.
8069 (Table of Resources): Add visualClass.
8070 (GTK resources): Rewrite.
8071 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8072
8073 * display.texi (Text Display): Mention non-breaking spaces.
8074
8075 * files.texi (Reverting): Document auto-revert-check-vc-info.
8076
8077 * frames.texi (Mouse Commands): Document
8078 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8079
8080 * help.texi (Help Summary): Add `C-h .'.
8081 (Apropos): Apropos accepts a list of search terms.
8082 Document apropos-sort-by-scores.
8083 (Help Echo): Document display-local-help.
8084
8085 * misc.texi (Emacs Server): Document server-name.
8086 (Invoking emacsclient): Document -s option for server names.
8087
8088 * text.texi (Outline Visibility): Introduce "current heading
8089 line" (commands can be called with point on a body line).
8090 Re-order table to follow the sequence of discussion.
8091 hide-body won't hide lines before first header line.
8092 (TeX Mode): Add DocTeX mode.
8093
8cf51b2c
GM
80942005-03-24 Richard M. Stallman <rms@gnu.org>
8095
8096 * mule.texi (Single-Byte Character Support): Delete mention
8097 of iso-acc.el and iso-transl.el.
8098
8cf51b2c
GM
80992005-03-23 Lute Kamstra <lute@gnu.org>
8100
8101 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8102
81032005-03-23 Richard M. Stallman <rms@gnu.org>
8104
8cf51b2c
GM
8105 * search.texi: Delete explicit node pointers.
8106 (Incremental Search): New menu.
8107 (Basic Isearch, Repeat Isearch, Error in Isearch)
8108 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8109 (Slow Isearch): New subnodes.
8110 (Configuring Scrolling): Node deleted.
8111 (Search Case): Doc default-case-fold-search.
8112 (Regexp Replace): Move replace-regexp doc here.
8113
8114 * rmail.texi (Movemail): Put commas inside closequotes.
8115
8116 * picture.texi (Insert in Picture): Document C-c arrow combos.
8117 (Basic Picture): Clarify erasure.
8118
8119 * display.texi (Font Lock): Put commas inside closequotes.
8120
8121 * cmdargs.texi (General Variables): Put commas inside closequotes.
8122
81232005-03-23 Nick Roberts <nickrob@snap.net.nz>
8124
8125 * building.texi (Stack Buffer): Mention reverse contrast for
8126 *selected* frame (might not be current frame).
8127
8cf51b2c
GM
81282005-03-21 Richard M. Stallman <rms@gnu.org>
8129
8130 * building.texi (Starting GUD): Add bashdb.
8131
81322005-03-20 Chong Yidong <cyd@stupidchicken.com>
8133
8134 * basic.texi (Moving Point): Add M-g M-g binding.
8135 (Undo): Document undo-only.
8136 (Position Info): Document M-g M-g and C-u M-g M-g.
8137
8138 * building.texi (Building): Put Grep Searching after Compilation
8139 Shell.
8140 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8141 Document next-error-highlight.
8142 (Grep Searching): Document grep-highlight-matches.
8143 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8144
8145 * calendar.texi (Importing Diary): Rename node from iCalendar.
8146 Document diary-from-outlook.
8147
8148 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8149 Commands.
8150 Mention effect of X drag and drop on Dired buffers.
8151
8152 * files.texi (Visiting): Document large-file-warning-threshold.
8153 Move paragraph on file-selection dialog.
8154 Mention visiting files using X drag and drop.
8155 (Reverting): Mention using Auto-Revert mode to tail files.
8156 Document auto-revert-tail-mode.
8157 (Version Systems): Minor correction.
8158 (Comparing Files): Diff-mode is no longer based on Compilation
8159 mode.
8160 Document compare-ignore-whitespace.
8161 (Misc File Ops): Explain passing a directory to rename-file.
8162 Likewise for copy-file and make-symbolic-link.
8163
8164 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8165 Document mouse-wheel-progressive speed.
8166
8167 * help.texi (Misc Help): Document numeric argument for C-h i.
8168 Correctly explain the effect of just C-u as argument.
8169
8170 * killing.texi (Deletion): Document numeric argument for
8171 just-one-space.
8172
8173 * mini.texi (Completion): Completion acts on text before point.
8174
8175 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8176 (Emulation): CUA mode replaces pc-bindings-mode,
8177 pc-selection-mode, and s-region.
8178
8179 * mule.texi (Input Methods): Leim is now built-in.
8180 (Select Input Method): Document quail-show-key.
8181 (Specify Coding): Document revert-buffer-with-coding-system.
8182
8183 * programs.texi (Fortran Motion): Document f90-next-statement,
8184 f90-previous-statement, f90-next-block, f90-previous-block,
8185 f90-end-of-block, and f90-beginning-of-block.
8186
8187 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8188
8189 * emacs.texi (Acknowledgments): Updated.
8190
8191 * anti.texi: Total rewrite.
8192
8cf51b2c
GM
81932005-03-19 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * ack.texi (Acknowledgments): Update.
8196
81972005-03-19 Eli Zaretskii <eliz@gnu.org>
8198
1c6c854e
CS
8199 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8200 Update copyright years.
8cf51b2c
GM
8201
82022005-03-14 Nick Roberts <nickrob@snap.net.nz>
8203
8204 * building.texi (Commands of GUD): Move paragraph on setting
8205 breakpoints with mouse to the GDB Graphical Interface node.
8206
82072005-03-07 Richard M. Stallman <rms@gnu.org>
8208
8cf51b2c
GM
8209 * misc.texi (Single Shell, Shell Options): Fix previous change.
8210
8211 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8212
82132005-03-06 Richard M. Stallman <rms@gnu.org>
8214
8215 * building.texi (Starting GUD): Don't explain text vs graphical
8216 GDB here. Just mention it and xref.
8217 Delete "just one debugger process".
8218 (Debugger Operation): Move GUD tooltip info here.
8219 (GUD Tooltips): Node deleted.
8220 (GDB Graphical Interface): Explain the two GDB modes here.
8221
8cf51b2c
GM
8222 * sending.texi (Sending Mail): Minor cleanup.
8223 (Mail Aliases): Explain quoting conventions.
8224 Update key rebinding example.
8225 (Header Editing): C-M-i is like M-TAB.
8226 (Mail Mode Misc): mail-attach-file does not do MIME.
8227
8228 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8229 that really belongs here.
8230 (Remote Mailboxes): Text moved to Rmail Inbox.
8231 (Rmail Display): Mention Mouse-1.
8232 (Movemail): Clarify two movemail versions.
8233 Clarify rmail-movemail-program.
8234
8cf51b2c
GM
8235 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8236 Document async shell commands.
8237 (Shell History): Clarify.
8238 (Shell Ring): Mention C-UP an C-DOWN.
8239 (Shell Options): Add comint-prompt-read-only.
8240 (Invoking emacsclient): Set EDITOR to run Emacs.
8241 (Sorting): No need to explain what region is.
8242 (Saving Emacs Sessions): Fix typo.
8243 (Recursive Edit): Fix punctuation.
8244 (Emulation): Don't mention "PC bindings" which are standard.
8245 (Hyperlinking): Explain Mouse-1 convention here.
8246 (Find Func): Node deleted.
8247
8cf51b2c
GM
8248 * help.texi (Name Help): Xref to Hyperlinking.
8249
8250 * glossary.texi (Glossary):
8251 Rename "Balance Parentheses" to "Balancing...".
8252 Add "Byte Compilation". Correct "Copyleft".
8253 New xref in "Customization".
8254 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8255 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8256 Rename "Registers" to "Register".
8257 Replace "Selecting" with "Selected Frame",
8258 "Selected Window", and "Selecting a Buffer".
8259
8260 * files.texi (Types of Log File): Explain how projects'
8261 methods can vary.
8262
8cf51b2c
GM
8263 * display.texi (Faces): Delete "Emacs 21".
8264
8265 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8266 * fixit.texi (Spelling): C-M-i like M-TAB.
8267 * mini.texi (Completion Options): C-M-i like M-TAB.
8268 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8269 * text.texi (Text Mode): C-M-i like M-TAB.
8270
8271 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8272
8273 * calendar.texi (Specified Dates): Mention `g w'.
8274 (Appointments): appt-activate toggles with no arg.
8275
8cf51b2c
GM
82762005-03-05 Juri Linkov <juri@jurta.org>
8277
8278 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8279 "invocation (command line arguments)".
8cf51b2c
GM
8280 (Misc X): Add -nbc, --no-blinking-cursor.
8281
82822005-03-04 Ulf Jasper <ulf.jasper@web.de>
8283
8284 * calendar.texi (iCalendar): No need to require it now.
8285
8cf51b2c
GM
82862005-03-03 Nick Roberts <nickrob@snap.net.nz>
8287
8288 * trouble.texi (Contributing): Mention Savannah. Direct users to
8289 emacs-devel.
8290
82912005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8292
8293 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8294 window.
8295
8cf51b2c
GM
82962005-02-27 Richard M. Stallman <rms@gnu.org>
8297
8298 * building.texi (Compilation): Update mode line status info.
8299
83002005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8301
8302 * calendar.texi (General Calendar): Document binding of
8303 scroll-other-window-down.
8304 (Mayan Calendar): Fix earliest date.
8305 (Time Intervals): Document timeclock-change.
8306 Fix timeclock-ask-before-exiting documentation.
8307
83082005-02-26 Kim F. Storm <storm@cua.dk>
8309
8310 * frames.texi (Mouse References):
8311 Add mouse-1-click-in-non-selected-windows.
8312
83132005-02-25 Richard M. Stallman <rms@gnu.org>
8314
8315 * screen.texi (Screen): Explain better about cursors and mode lines;
8316 don't presuppose text terminals.
8317 (Point): Don't assume just one cursor.
8318 Clarify explanation of cursors.
8319 (Echo Area, Menu Bar): Cleanups.
8320
8321 * mini.texi (Minibuffer): Prompts are highlighted.
8322 (Minibuffer Edit): Newline = C-j only on text terminals.
8323 Clarify resize-mini-windows values.
8324 Mention M-PAGEUP and M-PAGEDOWN.
8325 (Completion Commands): Mouse-1 like Mouse-2.
8326 (Minibuffer History): Explain history commands better.
8327 (Repetition): Add xref to Incremental Search.
8328
8329 * mark.texi (Setting Mark): Clarify info about displaying mark.
8330 Clarify explanation of C-@ and C-SPC.
8331 (Transient Mark): Mention Delete Selection mode.
8332 (Marking Objects): Clean up text about extending the region.
8333
8334 * m-x.texi (M-x): One C-g doesn't always go to top level.
8335 No delay before suggest-key-bindings output.
8336
8337 * fixit.texi (Fixit): Mention C-/ for undo.
8338 (Spelling): Mention ESC TAB like M-TAB.
8339 Replacement words with r and R are rechecked.
8340 Say where C-g leaves point. Mention ? as input.
8341
83422005-02-23 Lute Kamstra <lute@gnu.org>
8343
8344 * cmdargs.texi (Initial Options): Add cross reference.
8345
8cf51b2c
GM
83462005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * emacs.texi (Top): Update menu for splitting of node in
8349 msdog.texi.
8350 * frames.texi (Frames): Update xref for splitting of node in
8351 msdog.texi.
8352 * trouble.texi (Quitting): Ditto.
8353
83542005-02-16 Richard M. Stallman <rms@gnu.org>
8355
8356 * windows.texi (Split Window): Simplify line truncation info
8357 and xref to Display Custom.
8358
8359 * trouble.texi (Quitting): Emergency escape only for text terminal.
8360 (Screen Garbled): C-l for ungarbling is only for text terminal.
8361
8362 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8363
8364 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8365
8366 * programs.texi (Program Modes): Mention Python mode.
8367 (Moving by Defuns): Repeating C-M-h extends region.
8368 (Basic Indent): Clarify.
8369 (Custom C Indent): Clarify.
8370 (Expressions): Repeating C-M-@ extends region.
8371 (Info Lookup): Clarify for C-h S.
8372 (Symbol Completion): ESC TAB alternative for M-TAB.
8373 (Electric C): Clarify.
8374
8375 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8376
8377 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8378 MS-DOS Input node.
8379 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8380 (MS-DOS and MULE): Clarify.
8381 (MS-DOS Processes, Windows Processes): Fix typos.
8382
8383 * major.texi (Choosing Modes): Clarify.
8384
8385 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8386 (Keyboard Macro Step-Edit): Clarify.
8387
8388 * indent.texi (Indentation): Clarifications.
8389
8390 * help.texi (Help): Correct error about C-h in query-replace.
8391 Clarify apropos vs C-h a. Fix how to search in FAQ.
8392 (Key Help): Describe C-h w here.
8393 (Name Help): Minor cleanup. C-h w moved to Key Help.
8394 Clarify the "object" joke.
8395 (Apropos): Clarify. Mouse-1 like Mouse-2.
8396 (Help Mode): Mouse-1 like Mouse-2.
8397
8398 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8399
8400 * display.texi (Display): Reorder menu.
8401 (Faces): Cleanup.
8402 (Font Lock): Cleanup. Mention Options menu.
8403 Delete obsolete text.
8404 (Scrolling): For C-l, don't presume text terminal.
8405 (Horizontal Scrolling): Simplify intro.
8406 (Follow Mode): Clarify.
1c6c854e 8407 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8408 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8409 Doc default-tab-width. Doc line truncation more thoroughly.
8410
8411 * dired.texi (Dired Enter): C-x C-f can run Dired.
8412 (Dired Visiting): Comment out `a' command.
8413 Mouse-1 is like Mouse-2.
8414 (Shell Commands in Dired): ? can be used more than once.
8415
8416 * basic.texi (Continuation Lines): Simplify description of truncation,
8417 and refer to Display Custom for the rest of it.
8418
8cf51b2c
GM
84192005-02-06 Lute Kamstra <lute@gnu.org>
8420
8421 * basic.texi (Undo): Fix typo.
8422
8423 * cmdargs.texi (Emacs Invocation): Fix typo.
8424
8425 * custom.texi (Init Examples): Fix typo.
8426
8427 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8428
84292005-02-06 Richard M. Stallman <rms@gnu.org>
8430
8431 * regs.texi (Registers): Registers can hold numbers, too.
8432
8433 * killing.texi (Other Kill Commands): Cleanup.
8434 Delete redundant explanation of kill in read-only buffer.
8435 (Yanking): Mention term "copying".
8436 (Accumulating Text): Fix typo.
8437
8438 * entering.texi (Entering Emacs): Update rationale at start.
8439 (Exiting): Treat iconifying on a par with suspension.
8440
8441 * custom.texi (Minor Modes): Fix typo.
8442 (Easy Customization): Fix menu style.
8443 (Variables): Add xref.
8444 (Examining): Setting for future sessions works through .emacs.
8445 (Keymaps): "Text terminals", not "Many".
8446 (Init Rebinding): Explain \C-. Show example of \M-.
8447 Fix minor wording errors.
8448 (Function Keys): Explain vector syntax just once.
8449 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8450 (Init File): Mention .emacs.d directory.
8451 (Init Examples): Add xref.
8452 (Find Init): Mention .emacs.d directory.
8453
8454 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8455 (Action Arguments): Explain which kinds of -l args are found how.
8456 (Initial Options): --batch does not inhibit site-start.
8457 Add xrefs.
8458 (Command Example): Use --batch, not -batch.
8459
8460 * basic.texi (Inserting Text): Cleanup wording.
8461 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8462 C-n is not error at end of buffer.
8463 (Undo): Doc C-/ like C-_. Add xrefs.
8464 (Arguments): META key may be labeled ALT.
8465 Peculiar arg meanings are explained in doc strings.
8466
8467 * abbrevs.texi (Expanding Abbrevs): Clarify.
8468
84692005-02-05 Eli Zaretskii <eliz@gnu.org>
8470
8471 * frames.texi (Frame Parameters): Add an xref to the description
8472 of list-colors-display. Add a pointer to the X docs about colors.
8473
8474 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8475 Improve docs of list-colors-display.
8cf51b2c
GM
8476
84772005-02-03 Lute Kamstra <lute@gnu.org>
8478
8479 * frames.texi (Frames, Drag and Drop): Fix typos.
8480
84812005-02-03 Richard M. Stallman <rms@gnu.org>
8482
8483 * windows.texi (Basic Window): Mention color-change in mode line.
8484 (Change Window): Explain dragging vertical boundaries.
8485
8486 * text.texi (Sentences): Clarify.
8487 (Paragraphs): Explain M-a and blank lines.
8488 (Outline Mode): Clarify text and menu.
8489 (Hard and Soft Newlines): Mention use-hard-newlines.
8490
8491 * frames.texi (Frames): Delete unnecessary mention of Windows.
8492 (Mouse Commands): Likewise. Mention xterm mouse support.
8493 (Clipboard): Clarify.
8494 (Mouse References): Mention use of Mouse-1 for following links.
8495 (Menu Mouse Clicks): Clarify.
8496 (Mode Line Mouse): Clarify.
8497 (Drag and Drop): Rewrite.
8498
8499 * fixit.texi (Spelling): Fix typo.
8500
8501 * files.texi (File Names): Clarify.
8502 (Visiting): Update conditions for use of file dialog. Clarify.
8503 (Saving): Doc d as answer in save-some-buffers.
8504 (Remote Files): Clean up the text.
8505
8506 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8507
8508 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8509 (List Buffers): Clarify.
8510 (Several Buffers): Doc T command.
8511 (Buffer Convenience): Clarify menu.
8512
8513 * basic.texi (Undo): Clarify last change.
8514
85152005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8516
8517 * fixit.texi (Spelling): Fix typo.
8518
85192005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * basic.texi (Undo): Update description of `undo-outer-limit'.
8522
85232005-02-01 Nick Roberts <nickrob@snap.net.nz>
8524
8525 * building.texi: Update documentation relating to GDB Graphical
8526 Interface.
8527
85282005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8529
8530 * custom.texi (Easy Customization): Adapt menu to node name change.
8531
85322005-01-30 Richard M. Stallman <rms@gnu.org>
8533
8534 * custom.texi (Easy Customization): Defn of "User Option" now
8535 includes faces. Don't say just "option" when talking about variables.
8536 Do say just "options" to mean "anything customizable".
8537 (Specific Customization): Describe `customize-variable',
8538 not `customize-option'.
8539
8540 * glossary.texi (Glossary) <Faces>: Add xref.
8541 <User Option>: Change definition--include faces. Change xref.
8542
8543 * picture.texi (Picture): Mention artist.el.
8544
8545 * sending.texi, screen.texi, programs.texi, misc.texi:
8546 * mini.texi, major.texi, maintaining.texi, macos.texi:
8547 * help.texi, frames.texi, files.texi:
8548 Don't say just "option" when talking about variables.
8549
8550 * display.texi, mule.texi: Don't say just "option" when talking
8551 about variables. Other minor cleanups.
8552
8cf51b2c
GM
85532005-01-26 Lute Kamstra <lute@gnu.org>
8554
8555 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8556 File'. Mention the `-Q' option at the `--no-site-file' option.
8557
8cf51b2c
GM
85582005-01-22 David Kastrup <dak@gnu.org>
8559
8560 * building.texi (Grep Searching): Mention alias `find-grep' for
8561 `grep-find'.
8562
85632005-01-20 Richard M. Stallman <rms@gnu.org>
8564
8565 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8566
8cf51b2c
GM
85672005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8568
8569 * rmail.texi (Movemail): Explain differences
8570 between standard and mailutils versions of movemail.
8571 Describe command line and configuration options introduced
8572 with the latter.
8573 Explain the notion of mailbox URL, provide examples and
8574 cross-references to mailutils documentation.
8575 Describe various methods of specifying mailbox names,
8576 user names and user passwords for rmail.
1c6c854e
CS
8577 (Remote Mailboxes): New section.
8578 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8579 options used to control its behavior.
8580 (Other Mailbox Formats): Explain handling of various mailbox
8581 formats.
8582
85832005-01-13 Richard M. Stallman <rms@gnu.org>
8584
8585 * commands.texi (Commands): Clarification.
8586
85872005-01-11 Richard M. Stallman <rms@gnu.org>
8588
8589 * programs.texi (Multi-line Indent): Fix previous change.
8590 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8591
8cf51b2c
GM
85922005-01-08 Richard M. Stallman <rms@gnu.org>
8593
8594 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8595 lazy-highlight.
8596
8597 * search.texi (Query Replace): Mention faces query-replace
8598 and lazy-highlight.
8599 (Incremental Search): Update isearch highlighting info.
8600
8cf51b2c
GM
86012005-01-04 Richard M. Stallman <rms@gnu.org>
8602
8603 * custom.texi (Saving Customizations): Minor improvement.
8604
8cf51b2c
GM
86052005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * custom.texi (Saving Customizations): Emacs no longer loads
8608 `custom-file' after .emacs. No longer mention customizing through
8609 Custom.
8610
8cf51b2c
GM
86112005-01-01 Andreas Schwab <schwab@suse.de>
8612
8613 * killing.texi (Graphical Kill): Move up under node Killing,
8614 change @section to @subsection.
8615
86162005-01-01 Richard M. Stallman <rms@gnu.org>
8617
8618 * custom.texi (Face Customization): Mention hex color specs.
8619
8620 * emacs.texi (Top): Update Killing submenu.
8621
8622 * killing.texi (Killing): Reorganize section.
8623 No more TeX-only text; put the node command at start of chapter.
8624 But the first section heading is used only in TeX.
8625 Rewrite the text to read better in this mode.
8626 (Graphical Kill): New subnode gets some of the text that
8627 used to be in the first section.
8628
86292004-12-31 Richard M. Stallman <rms@gnu.org>
8630
8631 * dired.texi (Shell Commands in Dired): Delete the ? example.
8632
8633 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8634
8635 * files.texi (Saving): Describe new require-final-newline features
8636 and mode-require-final-newline.
8637
8cf51b2c
GM
86382004-12-29 Richard M. Stallman <rms@gnu.org>
8639
8640 * custom.texi (File Variables): Clarify previous change.
8641
c8763fb6 86422004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8643
8644 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8645 out now.
8646
86472004-12-27 Richard M. Stallman <rms@gnu.org>
8648
8649 * Makefile.in (MAKEINFO): Specify --force.
8650
8651 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8652 (Undo): Doc undo-outer-limit.
8653
8cf51b2c
GM
86542004-12-15 Juri Linkov <juri@jurta.org>
8655
8656 * mark.texi (Transient Mark, Mark Ring): M-< and other
8657 movement commands don't set mark in Transient Mark mode
8658 if mark is active.
8659
8cf51b2c
GM
86602004-12-12 Juri Linkov <juri@jurta.org>
8661
8662 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8663 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8664
8665 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8666 (Misc Dired Commands): Add @r{(Dired)} to w.
8667
86682004-12-12 Juri Linkov <juri@jurta.org>
8669
8670 * mark.texi (Marking Objects): Marking commands also extend the
8671 region when mark is active in Transient Mark mode.
8672
8cf51b2c
GM
86732004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8674
8675 * custom.texi (Saving Customizations): Emacs only loads the custom
8676 file automatically after the init file in version 22.1 or later.
8677 Adapt text and examples to this fact.
8678
8cf51b2c
GM
86792004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8682 be set through Custom. Otherwise, it has no effect.
8683
8cf51b2c
GM
86842004-12-05 Richard M. Stallman <rms@gnu.org>
8685
8686 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8687 * entering.texi: Rename Command Line to Emacs Invocation.
8688
10d1d0af 8689 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8690
8691 * custom.texi (Easy Customization): Move up to section level,
8692 before Variables. Avoid using the term "variable"; say "option".
8693 New initial explanation.
8694 (Variables): In initial explanation, connect "variable" to the
8695 already-explained "user option".
8696
8697 * emacs.texi (Top): Fix ref to Command Line.
8698 Move reference to Easy Customization.
8699
8700 * xresources.texi (X Resources): Fix From link.
8701
8702 * doclicense.texi (GNU Free Documentation License): Fix To link.
8703
8704 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8705
8706 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8707
87082004-12-03 Richard M. Stallman <rms@gnu.org>
8709
8710 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8711
87122004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * kmacro.texi: Several small changes in addition to the following.
8715 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8716 defining a keyboard macro.
8717 Mention `kmacro-ring-max'.
8718 (Keyboard Macro Counter): Clarify description of
8719 `kmacro-insert-counter', `kmacro-set-counter',
8720 `kmacro-add-counter' and `kmacro-set-format'.
8721
87222004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8723
8724 * custom.texi (File Variables): Add `unibyte' and make it more
8725 clear that `unibyte' and `coding' are special. Suggested by Simon
8726 Krahnke <overlord@gmx.li>.
8727
8728 * mule.texi (Enabling Multibyte): Refer to File Variables.
8729 Suggested by Simon Krahnke <overlord@gmx.li>.
8730
c8763fb6 87312004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8732
8733 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8734 x-use-old-gtk-file-dialog.
8735
8cf51b2c
GM
87362004-11-20 Richard M. Stallman <rms@gnu.org>
8737
8738 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8739
87402004-11-09 Lars Brinkhoff <lars@nocrew.org>
8741
8742 * building.texi (Lisp Eval): Delete hyphen in section name.
8743
87442004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8745
8746 * files.texi (Old Versions):
8747 No longer document annotation as "CVS only".
8748
87492004-11-10 Andre Spiegel <spiegel@gnu.org>
8750
8751 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8752 version systems, mentioning the new ones that we support.
8753 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8754 suggestions.
8755
c8763fb6 87562004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8757
49823426 8758 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8759
c8763fb6 87602004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8761
8762 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8763
87642004-10-23 Eli Zaretskii <eliz@gnu.org>
8765
8766 * text.texi (Text Based Tables, Table Definition)
8767 (Table Creation, Table Recognition, Cell Commands)
8768 (Cell Justification, Row Commands, Column Commands)
8769 (Fixed Width Mode, Table Conversion, Measuring Tables)
8770 (Table Misc): New nodes, documenting the Table Mode.
8771
8cf51b2c
GM
87722004-10-19 Jason Rumney <jasonr@gnu.org>
8773
8774 * makefile.w32-in (info): Change order of arguments to makeinfo.
8775
87762004-10-19 Ulf Jasper <ulf.jasper@web.de>
8777
8778 * calendar.texi (iCalendar): Update for package changes.
8779
8cf51b2c
GM
87802004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * files.texi (Misc File Ops): View mode is a minor mode.
8783
8cf51b2c
GM
87842004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8785
8786 * calendar.texi (iCalendar): Style changes.
8787
87882004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * search.texi (Regexps): The regexp described in the example is no
8791 longer stored in the variable `sentence-end'.
8792
8cf51b2c
GM
87932004-10-06 Nick Roberts <nickrob@snap.net.nz>
8794
8795 * building.texi (Starting GUD): Note that multiple debugging
8796 sessions requires `gdb --fullname'.
8797
87982004-10-05 Ulf Jasper <ulf.jasper@web.de>
8799
8800 * calendar.texi (iCalendar): New section for a new package.
8801
8cf51b2c
GM
88022004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * text.texi: Various small changes in addition to the following.
8805 (Text): Replace xref for autotype with inforef.
8806 (Sentences): Explain nil value for `sentence-end'.
8807 (Paragraphs): Update default values for `paragraph-start' and
8808 `paragraph-separate'.
8809 (Text Mode): Correct description of Text mode's effect on the
8810 syntax table.
8811 (Outline Visibility): `hide-other' does not hide top level headings.
8812 `selective-display-ellipses' no longer has an effect on Outline mode.
8813 (TeX Misc): Add missing @cindex.
8814 Replace xref for RefTeX with inforef.
8815 (Requesting Formatted Text): The variable
8816 `enriched-fill-after-visiting' no longer exists.
8817 (Editing Format Info): Update names of menu items and commands.
8818 (Format Faces): Mention special effect of specifying the default face.
8819 Describe inheritance of text properties.
8820 Correct description of `fixed' face.
8821 (Format Indentation): Correct description of effect of setting
8822 margins. Mention `set-left-margin' and `set-right-margin'.
8823 (Format Justification): Update names of menu items.
8824 `set-justification-full' is now bound to `M-j b'.
8825 Mention that `default-justification' is a per buffer variable.
8826 (Format Properties): Update name of menu item.
8827 (Forcing Enriched Mode): `format-decode-buffer' automatically
8828 turns on Enriched mode if the buffer is in text/enriched format.
8829
88302004-10-05 Emilio C. Lopes <eclig@gmx.net>
8831
8832 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8833
88342004-09-28 Kim F. Storm <storm@cua.dk>
8835
8836 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8837 Align with new functionality.
8838
8cf51b2c
GM
88392004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8840
8841 * display.texi (Display Custom): Remove stray `@end defvar'.
8842
88432004-09-23 Kim F. Storm <storm@cua.dk>
8844
8845 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8846 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8847
8cf51b2c
GM
88482004-09-20 Richard M. Stallman <rms@gnu.org>
8849
8850 * custom.texi (Hooks): Explain using setq to clear out a hook.
8851 (File Variables): Explain multiline string constants.
8852 (Non-ASCII Rebinding): Explain when you need to update
8853 non-ASCII char codes in .emacs.
8854
8855 * building.texi (Compilation): Explain how to make a silent
8856 subprocess that won't be terminated. Explain compilation-environment.
8857
88582004-09-13 Kim F. Storm <storm@cua.dk>
8859
8860 * mini.texi (Repetition): Rename isearch-resume-enabled to
8861 isearch-resume-in-command-history and change default to disabled.
8862
8cf51b2c
GM
88632004-09-09 Kim F. Storm <storm@cua.dk>
8864
8865 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8866 with new `kmacro-name-last-macro'.
8867
8cf51b2c
GM
88682004-09-08 Juri Linkov <juri@jurta.org>
8869
8870 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8871
8cf51b2c
GM
88722004-09-03 Juri Linkov <juri@jurta.org>
8873
8874 * search.texi (Incremental Search): Update wording for M-%.
8875
88762004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8877
8878 * killing.texi (Killing): Correct description of kill commands in
8879 read-only buffer.
8880
88812004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8882
8883 * building.texi (Compilation Mode): Add a paragraph about rules
8884 for finding the compilation buffer for `next-error'.
8885
8886 * search.texi (Other Repeating Search): Mention that Occur mode
8887 supports the next-error functionality.
8888
88892004-09-02 Juri Linkov <juri@jurta.org>
8890
8891 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8892
88932004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8894
8895 * kmacro.texi (Basic Keyboard Macro):
8896 `apply-macro-to-region-lines' now operates on all lines that begin
8897 in the region, rather than on all complete lines in the region.
8898
c8763fb6 88992004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8900
8901 * frames.texi (Drag and drop): Add documentation about
8902 x-dnd-test-function and x-dnd-known-types.
8903
89042004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * indent.texi: Various minor changes in addition to:
8907 (Indentation Commands): Correct description of `indent-relative'.
8908 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8909 mode. The *Tab Stops* buffer uses Overwrite Mode.
8910 (Just Spaces): `tabify' converts sequences of at least two spaces
8911 to tabs.
8912
8cf51b2c
GM
89132004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8914
8915 * frames.texi (Secondary Selection): Setting the secondary
8916 selection with M-Drag-Mouse-1 does not alter the kill ring,
8917 setting it with M-Mouse-1 and M-Mouse-3 does.
8918 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8919 toolkit scroll bars.
8920 (Scroll Bars): Ditto.
8921
8922 * windows.texi (Basic Window): When using a window system, the value
8923 of point in a non-selected window is indicated by a hollow box.
8924 (Split Window): Side by side windows are separated by a scroll bar,
8925 if scroll bars are used.
8926 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8927 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8928 (Window Convenience): Update bindings for `winner-undo' and
8929 `winner-redo'.
8930
8931 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8932 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8933 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8934 of "Using Emacs as a Server".
8935 * building.texi (Building): Interchange nodes (for correct numbering).
8936 * programs.texi (Programs): Interchange nodes (for correct numbering).
8937 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8938 Info to the node structure.
8939 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8940 Rearrange order of nodes and sections such that both "GNU GENERAL
8941 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8942 end, as appropriate for appendices.
8943 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8944 Use `@unnumberedsec'.
8945 * trouble.texi: Adapt sectioning in Info to the node structure.
8946 Adapt node pointers to change in emacs.texi.
8947 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8948
8cf51b2c
GM
89492004-08-25 Kenichi Handa <handa@m17n.org>
8950
8951 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8952 description for unibyte mode.
8953
89542004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8957
8958 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8959 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8960 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8961 in @pxref.
8962
89632004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8966 Change section names.
8967
8cf51b2c
GM
89682004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8969
8970 * kmacro.texi (Keyboard Macro Ring): Rename section.
8971 Emacs treats the head of the macro ring as the `last keyboard macro'.
8972 (Keyboard Macro Counter): Minor change.
8973 (Save Keyboard Macro): Some clarifications.
8974 (Edit Keyboard Macro): Rename section.
8975
8976 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8977 32-bit machines.
8978 (Several Buffers): Clarify which buffer is selected if `2' is
8979 pressed in the Buffer Menu.
8980 Auto Revert mode can be used to update the Buffer Menu
8981 automatically.
8982
89832004-08-21 Eli Zaretskii <eliz@gnu.org>
8984
8985 * help.texi (Misc Help): Add an index entry for finding an Info
8986 manual by its file name.
8987
89882004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8989
8990 * files.texi (Backup Deletion): Correct description of
8991 `delete-old-versions'.
8992 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8993 (Auto Save Files): Recommend `auto-save-mode' to reenable
8994 auto-saving, rather than the abbreviation `auto-save'.
8995
89962004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8997
8998 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8999 for "killing" and "yanking" in main menu.
9000
90012004-08-16 Richard M. Stallman <rms@gnu.org>
9002
9003 * killing.texi (Yanking, Killing): Minor cleanups.
9004
9005 * mark.texi (Momentary Mark): Minor cleanups.
9006
90072004-08-15 Kenichi Handa <handa@etl.go.jp>
9008
9009 * custom.texi (Non-ASCII Rebinding):
9010 C-q always inserts the right code to pass to global-set-key.
9011
8cf51b2c
GM
90122004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9015 `insert-register', instead of `C-x r g' binding, for consistency.
9016
90172004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9018
9019 * fixit.texi (Spelling): Fix typo.
9020
90212004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9022
9023 * help.texi (Help): Fix Texinfo usage.
9024
8cf51b2c
GM
90252004-07-24 Richard M. Stallman <rms@gnu.org>
9026
9027 * text.texi (Paragraphs): Update how paragraphs are separated
9028 and the default for paragraph-separate.
9029
9030 * search.texi (Regexp Replace): Further update text for new
9031 replacement operators.
9032
8cf51b2c
GM
90332004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9036 `R' switch.
9037
9038 * dired.texi (Dired Updating): `k' only deletes inserted
9039 subdirectories from the Dired buffer if a prefix argument was given.
9040
9041 * search.texi (Regexps): Delete redundant definition of `symbol' in
9042 description of `\_>'. It already occurs in the description of `\_<'.
9043
8cf51b2c
GM
90442004-07-01 Juri Linkov <juri@jurta.org>
9045
9046 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9047 (Regexp Search): Add M-r.
9048
90492004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9050
9051 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9052
90532004-06-29 Jesper Harder <harder@ifa.au.dk>
9054
49823426 9055 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9056
90572004-06-25 Richard M. Stallman <rms@gnu.org>
9058
9059 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9060
90612004-06-25 David Kastrup <dak@gnu.org>
9062
9063 * search.texi (Regexp Replace): Some typo corrections and
9064 rearrangement.
9065
90662004-06-24 David Kastrup <dak@gnu.org>
9067
9068 * search.texi (Unconditional Replace): Use replace-string instead
9069 of query-replace in example.
9070 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9071 sequences.
9072 (Query Replace): Correct explanation of `^' which does not use
9073 the mark stack.
9074
90752004-06-21 Nick Roberts <nickrob@gnu.org>
9076
9077 * misc.texi (Shell History Copying): Document comint-insert-input.
9078 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9079
8cf51b2c
GM
90802004-06-20 Jesper Harder <harder@ifa.au.dk>
9081
9082 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9083 * custom.texi (Customization): Do.
9084 * anti.texi (Antinews): Do.
9085 * abbrevs.texi (Defining Abbrevs): Do.
9086
9087 * programs.texi (Info Lookup): Fix keybinding for
9088 info-lookup-symbol.
9089
90902004-06-16 Juanma Barranquero <lektu@terra.es>
9091
9092 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9093 Add emacs-xtra.
9094 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9095 (clean): Add emacs-xtra and flymake. Remove redundancies.
9096
90972004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9098
9099 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9100 Add emacs-xtra.
9101 * emacs-xtra.texi: New file.
9102
91032004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9104
9105 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9106 (Dired and Find): Mention differences with ordinary Dired buffers.
9107
8cf51b2c
GM
91082004-06-13 Richard M. Stallman <rms@gnu.org>
9109
9110 * custom.texi (Init Syntax): Explain about vars that do special
9111 things when set with setq or with Custom.
9112 (Init Examples): Add line-number-mode example.
9113
8cf51b2c
GM
91142004-06-12 Juri Linkov <juri@jurta.org>
9115
9116 * dired.texi (Operating on Files): Add dired-do-touch.
9117
8cf51b2c
GM
91182004-06-10 Juri Linkov <juri@jurta.org>
9119
9120 * building.texi (Lisp Eval): Add C-M-x on defface.
9121
91222004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9123
9124 * files.texi (Reverting): Auto-Revert mode and
9125 Global Auto-Revert mode no longer revert remote files.
9126
8cf51b2c
GM
91272004-05-29 Richard M. Stallman <rms@gnu.org>
9128
9129 * custom.texi (Init File): Two dashes start --no-site-file.
9130
8cf51b2c
GM
91312004-05-29 Alan Mackenzie <acm@muc.de>
9132
9133 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9134 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9135 (AWK, Pike): Document as "C-like modes".
9136 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9137 (M-x man): Supersedes M-x manual-entry.
9138 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9139
9140 ("Comments in C"): Delete node; the info is in CC Mode manual.
9141 (c-comment-only-line-offset): Remove description.
9142
9143 (C-c ., C-c C-c): Describe new C Mode bindings.
9144
9145 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9146 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9147 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9148 Amend definitions.
9149
9150 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9151 Describe functions.
9152
9153 (c-comment-start-regexp, c-hanging-comment-ender-p)
9154 (c-hanging-comment-starter-p): Remove obsolete definitions.
9155
9156 * emacs.texi: Remove the menu entry "Comments in C".
9157
8cf51b2c
GM
91582004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9159
9160 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9161 `M-x locate'.
9162
91632004-05-16 Karl Berry <karl@gnu.org>
9164
9165 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9166 makeinfo --html fails.
9167 * help.texi (Help Summary) [@ifnottex]: Likewise.
9168
91692004-05-13 Nick Roberts <nickrob@gnu.org>
9170
9171 * building.texi (GDB Graphical Interface): Update and describe
9172 layout first.
9173
8cf51b2c
GM
91742004-05-04 Jason Rumney <jasonr@gnu.org>
9175
9176 * makefile.w32-in: Revert last change.
9177
91782004-05-03 Jason Rumney <jasonr@gnu.org>
9179
9180 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9181
8cf51b2c
GM
91822004-04-23 Juanma Barranquero <lektu@terra.es>
9183
9184 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9185
91862004-04-18 Juri Linkov <juri@jurta.org>
9187
9188 * fixit.texi (Spelling): Remove file extension from ispell xref.
9189
91902004-04-15 Kim F. Storm <storm@cua.dk>
9191
9192 * cmdargs.texi (Initial Options): Add -Q.
9193
91942004-04-05 Kim F. Storm <storm@cua.dk>
9195
9196 * custom.texi (File Variables): Add safe-local-eval-forms.
9197
8cf51b2c
GM
91982004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9199
9200 * files.texi (Reverting): Correct description of revert-buffer's
9201 handling of point.
9202
92032004-03-22 Juri Linkov <juri@jurta.org>
9204
9205 * emacs.texi (Top): Add `Misc X'.
9206
49823426 9207 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9208
9209 * glossary.texi: Improve references.
9210
9211 * help.texi: Sync keywords with finder.el.
9212
9213 * mini.texi (Completion): Add description for menu items.
9214
9215 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9216
9217 * sending.texi (Mail Methods): Fix xref to Message manual.
9218
8cf51b2c
GM
92192004-03-12 Richard M. Stallman <rms@gnu.org>
9220
8cf51b2c
GM
9221 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9222
8cf51b2c
GM
92232004-03-04 Richard M. Stallman <rms@gnu.org>
9224
9225 * search.texi (Regexps): Explain that ^ and $ have their
9226 special meanings only in certain contexts.
9227
9228 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9229
9230 * mule.texi (Specify Coding): Doc C-x RET F.
9231
9232 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9233 for multiple compile and grep buffers.
9234 (Indirect Buffers): Don't recommand clone-indirect-buffer
9235 for multiple compile and grep buffers.
9236
8cf51b2c
GM
92372004-02-29 Juanma Barranquero <lektu@terra.es>
9238
9239 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9240 Use $(DEL) instead of rm, and ignore exit code.
9241
8cf51b2c
GM
92422004-02-23 Nick Roberts <nick@nick.uklinux.net>
9243
9244 * building.texi (Watch Expressions): Update.
9245
92462004-02-21 Juri Linkov <juri@jurta.org>
9247
1c6c854e
CS
9248 * cmdargs.texi (Action Arguments): Add alias --find-file.
9249 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9250 to Command Arguments.
9251 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9252 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9253 (Window Size X): Join -g and --geometry. Add @cindex.
9254 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9255 (Title X): Remove alias -title.
9256 (Misc X): New node.
9257
c8763fb6 92582004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9259
9260 * frames.texi (Drag and drop): Add Motif to list of supported
9261 protocols.
9262
c8763fb6 92632004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9264
9265 * frames.texi (Drag and drop): New section.
9266
92672004-01-24 Richard M. Stallman <rms@gnu.org>
9268
1c6c854e 9269 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9270 Include it only @ifnotinfo. Patch the preceding and following
9271 node headers to point to each other.
9272
92732004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9274
9275 * calendar.texi (Appointments): Update section.
9276
92772003-12-29 Kevin Ryde <user42@zip.com.au>
9278
8cf51b2c
GM
9279 * programs.texi (C Modes): Fix the xref.
9280
92812003-12-23 Nick Roberts <nick@nick.uklinux.net>
9282
9283 * building.texi (Watch Expressions): Update.
9284 (Commands of GUD): Include use of toolbar + breakpoints set from
9285 fringe/margin.
9286
92872003-12-03 Andre Spiegel <spiegel@gnu.org>
9288
9289 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9290 <acm@muc.de>.
9291
c8763fb6 92922003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9293
9294 * frames.texi (Dialog Boxes): Add use-file-dialog.
9295
8cf51b2c
GM
92962003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9297
9298 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9299 in CC Mode.
9300
8cf51b2c
GM
93012003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9302
9303 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9304 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9305 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9306 * man/frames.texi, man/glossary.texi, man/killing.texi:
9307 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9308 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9309 * man/sending.texi, man/text.texi, man/trouble.texi:
9310 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9311
93122003-11-01 Alan Mackenzie <acm@muc.de>
9313
9314 * search.texi (Scrolling During Incremental Search): Document a
9315 new scrolling facility in isearch mode.
9316
8cf51b2c
GM
93172003-10-22 Miles Bader <miles@gnu.org>
9318
9319 * Makefile.in (info): Move before $(top_srcdir)/info.
9320
93212003-10-22 Nick Roberts <nick@nick.uklinux.net>
9322
9323 * building.texi (Watch Expressions): Update section on data display
9324 to reflect code changes (GDB Graphical Interface).
9325
8cf51b2c
GM
93262003-10-13 Richard M. Stallman <rms@gnu.org>
9327
9328 * xresources.texi (GTK resources): Clean up previous change.
9329
c8763fb6 93302003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9331
9332 * xresources.texi (GTK resources): Add a note that some themes
9333 disallow customizations. Add scroll theme example.
9334
8cf51b2c
GM
93352003-09-30 Richard M. Stallman <rms@gnu.org>
9336
8cf51b2c
GM
9337 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9338
9339 * misc.texi (Saving Emacs Sessions): Shorten the section,
9340 collapsing back into one node.
9341
93422003-09-30 Lars Hansen <larsh@math.ku.dk>
9343
9344 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9345
ce058493 93462003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9347
9348 * xresources.texi (GTK names in Emacs): Correct typo.
9349
8cf51b2c
GM
93502003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9351
1c6c854e
CS
9352 * cmdargs.texi (Font X): Mention new default font.
9353 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9354 problems involved. (Result of discussion on emacs-devel.)
9355
93562003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9357
9358 * emacs.texi (Acknowledgements): Correct typo.
9359
93602003-09-22 Richard M. Stallman <rms@gnu.org>
9361
9362 * dired.texi (Misc Dired Commands): New node.
9363 (Dired Navigation): Add dired-goto-file.
9364
9365 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9366
9367 * emacs.texi (Acknowledgements): New node, split from Distribution.
9368
9369 * cmdargs.texi (Action Arguments): -f reads interactive args.
9370
8cf51b2c
GM
93712003-09-08 Lute Kamstra <lute@gnu.org>
9372
9373 * screen.texi (Mode Line): Say that POS comes before LINE.
9374 Mention `size-indication-mode'.
1c6c854e
CS
9375 * display.texi (Optional Mode Line):
9376 Document `size-indication-mode'.
8cf51b2c
GM
9377 * basic.texi (Position Info): Mention `size-indication-mode'.
9378
93792003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9380
9381 * xresources.texi (Resources): Refer to `editres' man page.
9382 (Lucid Resources): Update defaults. Expand description of
9383 `shadowThickness'.
9384
93852003-09-04 Miles Bader <miles@gnu.org>
9386
9387 * Makefile.in (top_srcdir): New variable.
9388 ($(top_srcdir)/info): New rule.
9389 (info): Depend on it.
9390
93912003-09-03 Peter Runestig <peter@runestig.com>
9392
9393 * makefile.w32-in: New file.
9394
93952003-08-29 Richard M. Stallman <rms@gnu.org>
9396
9397 * misc.texi (Saving Emacs Sessions): Correct previous change.
9398
8cf51b2c
GM
93992003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9400
8cf51b2c
GM
9401 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9402 (Intro): Include kmacro.texi after fixit.texi instead of after
9403 custom.texi. (As suggested by Kim Storm.)
9404
94052003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9406
9407 * fixit.texi (Fixit): Update `Next' pointer.
9408 * files.texi (Files): Update `Previous' pointer.
9409 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9410 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9411 (Suggested by Kim Storm.)
9412 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9413
94142003-08-18 Kim F. Storm <storm@cua.dk>
9415
9416 * kmacro.texi: New file describing enhanced keyboard macro
9417 functionality. Replaces old description in custom.texi.
9418
9419 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9420 (Keyboard Macros): Move to new kmacro.texi file.
9421
9422 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9423
8cf51b2c
GM
94242003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9425
9426 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9427
94282003-08-17 Alex Schroeder <alex@gnu.org>
9429
9430 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9431 required.
9432
8cf51b2c
GM
94332003-08-05 Richard M. Stallman <rms@gnu.org>
9434
9435 * programs.texi (Lisp Indent): Don't describe
9436 lisp-indent-function property here. Use xref to Lisp Manual.
9437
8cf51b2c
GM
94382003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9439
fffa137c 9440 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9441 abbreviations.
9442
94432003-07-24 Markus Rost <rost@math.ohio-state.edu>
9444
9445 * buffers.texi (List Buffers): Fix previous change.
9446
8cf51b2c
GM
94472003-07-13 Markus Rost <rost@math.ohio-state.edu>
9448
9449 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9450 List*.
9451
94522003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9453
8cf51b2c
GM
9454 * display.texi (Font Lock): Fix typo.
9455
94562003-07-07 Richard M. Stallman <rms@gnu.org>
9457
9458 * display.texi (Font Lock): Add xref for format info on
9459 font-lock-remove-keywords.
9460
9461 * building.texi (Compilation): Document what happens with asynch
9462 children of compiler process.
9463
9464 * help.texi (Library Keywords): Use @multitable.
9465
8cf51b2c
GM
94662003-06-04 Richard M. Stallman <rms@gnu.org>
9467
9468 * programs.texi (Expressions): Delete C-M-DEL.
9469
9470 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9471 comint-move-point-for-output renamed from
9472 comint-scroll-to-bottom-on-output.
9473
9474 * custom.texi (Init Rebinding): Replace previous change with xref.
9475 (Non-ASCII Rebinding): Explain that issue more briefly here.
9476
94772003-05-28 Richard M. Stallman <rms@gnu.org>
9478
9479 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9480
94812003-05-28 Nick Roberts <nick@nick.uklinux.net>
9482
9483 * building.texi (GDB Graphical Interface): New node.
9484 (Rewritten somewhat by RMS.)
9485
c8763fb6 94862003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9487
9488 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9489 non-English letters. Explain how to set coding systems correctly
9490 and how to include the right coding cookie in the file.
9491
c8763fb6 94922003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9493
9494 * indent.texi (Indentation): Explain the concepts.
9495 (Just Spaces): Explain why preventing tabs for indentation might
9496 be useful.
9497
8cf51b2c
GM
94982003-04-16 Richard M. Stallman <rms@gnu.org>
9499
9500 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9501
8cf51b2c
GM
95022003-02-22 Alex Schroeder <alex@emacswiki.org>
9503
9504 * cmdargs.texi (General Variables): Document SMTPSERVER.
9505
8cf51b2c
GM
9506 * sending.texi: Remove SMTP node.
9507 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9508 library.
9509
8cf51b2c
GM
95102003-02-22 Alex Schroeder <alex@emacswiki.org>
9511
9512 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9513
95142003-02-22 Simon Josefsson <jas@extundo.com>
9515
9516 * sending.texi (Mail Methods): Add node about SMTP.
9517
c8763fb6 95182003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9519
9520 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9521
8cf51b2c
GM
95222003-02-01 Kevin Ryde <user42@zip.com.au>
9523
9524 * glossary.texi (Glossary): Correction to cl cross reference.
9525
95262003-01-20 Richard M. Stallman <rms@gnu.org>
9527
9528 * killing.texi (Rectangles): Document C-x c r.
9529
c8763fb6 95302003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9531
9532 * xresources.texi (GTK resources): New node.
9533 (GTK widget names): New node.
9534 (GTK names in Emacs): New node.
9535 (GTK styles): New node.
9536
c8763fb6 95372003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9538
9539 * maintaining.texi (Create Tags Table): Add reference to the new
9540 `etags --help --lang=LANG' option.
9541
8cf51b2c
GM
95422002-10-02 Karl Berry <karl@gnu.org>
9543
49823426 9544 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9545 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9546 where needed for the sake of the HTML output.
8cf51b2c
GM
9547
95482001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9551 source files.
9552
95532001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9554
9555 * Makefile.in (emacsman): New target.
9556
8cf51b2c
GM
95572001-10-20 Gerd Moellmann <gerd@gnu.org>
9558
9559 * (Version 21.1 released.)
9560
95612001-10-05 Gerd Moellmann <gerd@gnu.org>
9562
9563 * Branch for 21.1.
9564
8cf51b2c
GM
95652001-03-05 Gerd Moellmann <gerd@gnu.org>
9566
9567 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9568
8cf51b2c
GM
95692000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9570
9571 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9572
8cf51b2c
GM
95731999-07-12 Richard Stallman <rms@gnu.org>
9574
9575 * Version 20.4 released.
9576
95771998-12-04 Markus Rost <rost@delysid.gnu.org>
9578
9579 * Makefile.in (INFO_TARGETS): Delete customize.info.
9580 (DVI_TARGETS): Delete customize.dvi.
9581 (../info/customize, customize.dvi): Targets deleted.
9582
95831998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9584
9585 * Version 20.3 released.
9586
95871998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9588
9589 * Makefile.in (EMACSSOURCES): Add mule.texi.
9590 Add msdog.texi, ack.texi. Remove gnu1.texi.
9591
95921998-04-06 Andreas Schwab <schwab@gnu.org>
9593
768c0c0f
JB
9594 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9595 Use it in dvi targets.
8cf51b2c
GM
9596
95971997-09-23 Paul Eggert <eggert@twinsun.com>
9598
9599 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9600 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9601 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9602
96031997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9604
9605 * Version 20.2 released.
9606
96071997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9608
9609 * Version 20.1 released.
9610
96111997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9612
9613 * Makefile (../info/customize, customize.dvi): New targets.
9614 (INFO_TARGETS): Add ../info/customize.
9615 (DVI_TARGETS): Add customize.dvi.
9616
8cf51b2c
GM
96171996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9618
9619 * Version 19.33 released.
9620
96211996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9622
9623 * Version 19.32 released.
9624
8cf51b2c
GM
96251996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9626
9627 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9628
96291996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9630
9631 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9632 Specify -I option.
9633 (All dvi targets): Set the TEXINPUTS variable.
9634
96351996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9636
9637 * Version 19.31 released.
9638
8cf51b2c
GM
96391995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9640
9641 * Version 19.30 released.
9642
8cf51b2c
GM
96431995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9644
9645 * Makefile.in (maintainer-clean): Rename from realclean.
9646
96471994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9648
9649 * Makefile.in: New file.
9650 * Makefile: File deleted.
9651
96521994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9653
9654 * Makefile (TEXINDEX_OBJS): Variable deleted.
9655 (texindex, texindex.o, getopt.o): Rules deleted.
9656 All deps on texindex deleted.
9657 (distclean): Don't delete texindex.
9658 (mostlyclean): Don't delete *.o.
9659 * texindex.c, getopt.c: Files deleted.
9660
96611994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9662
9663 * Version 19.26 released.
9664
96651994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9666
9667 * Makefile (EMACSSOURCES): Exclude undo.texi.
9668
96691994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9670
9671 * Version 19.25 released.
9672
96731994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9674
9675 * Version 19.24 released.
9676
96771994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9678
9679 * Version 19.23 released.
9680
96811994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9682
9683 * Makefile: Delete spurious tab.
9684
96851994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9686
9687 * Makefile (.SUFFIXES): New rule.
9688
8cf51b2c
GM
96891993-12-04 Richard Stallman (rms@srarc2)
9690
9691 * getopt.c: New file.
9692 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9693 (getopt.o): New rule.
9694 (dvi): Don't depend on texindex.
49823426 9695 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9696
96971993-12-03 Richard Stallman (rms@srarc2)
9698
49823426
GM
9699 * Makefile (TEXI2DVI): New variable.
9700 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9701 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9702
97031993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9704
9705 * Version 19.22 released.
9706
97071993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9708
9709 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9710
97111993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9712
9713 * Version 19.21 released.
9714
8cf51b2c
GM
97151993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9716
9717 * Makefile (realclean): Don't delete the Info files.
9718
f0131492 97191993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9720
8cf51b2c
GM
9721 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9722 4' where appropriate.
9723
f0131492 97241993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9725
49823426 9726 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9727
9728 * texindex.c: Include "../src/config.h" if building in emacs.
9729
9730 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9731 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9732 Add target to build texindex.c, defining `emacs'.
9733
8cf51b2c
GM
97341993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9735
9736 * Version 19.19 released.
9737
8cf51b2c
GM
97381993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9739
9740 * Version 19.18 released.
9741
97421993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9743
9744 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9745
97461993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9747
9748 * Version 19.17 released.
9749
97501993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9751
9752 * split-man: Fix typos in last change.
9753
97541993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9755
9756 * Version 19.16 released.
9757
97581993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9759
9760 * version 19.15 released.
9761
97621993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9763
9764 * Makefile (distclean): It's rm, not rf.
9765
97661993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9767
9768 * Version 19.14 released.
9769
97701993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9771
9772 * Makefile: New file.
9773
97741993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9775
9776 * Version 19.13 released.
9777
97781993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9779
9780 * Version 19.9 released.
9781
97821993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9783
9784 * Version 19.8 released.
9785
97861993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9787
9788 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9789
9790 * trouble.texi: It's `enable-flow-control-on', not
9791 `evade-flow-control-on'.
9792
97931993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9794
9795 * display.texi: Document standard-display-european.
9796
97971993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9798
9799 * Version 19.7 released.
9800
9801 * emacs.texi: Add a sentence to the top menu mentioning the
9802 specific version of Emacs this manual applies to.
9803
98041993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9805
9806 * basic.texi: Document next-line-add-lines variable used to
9807 implement down-arrow.
9808
9809 * killing.texi: Document kill-whole-line.
9810
98111993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9812
9813 * text.texi: Update unix TeX ordering information.
9814
98151993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9816
9817 * news.texi: Mention fill-rectangle in keybinding list.
9818
9819 * killing.texi: Document fill-rectangle.
9820
98211993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9822
9823 * vc.texi: Bring the docs up to date with VC 5.2.
9824
98251992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9826
9827 * emacs.tex: Mention blackbox and gomoku under Amusements.
9828 Assembler mode is now mentioned and appropriately indexed
9829 under Programming Modes.
9830
98311991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9832
9833 * emacs.tex: Update TeX ordering information.
9834
8cf51b2c
GM
98351990-06-26 David Lawrence (tale@geech)
9836
9837 * emacs.tex: Note that completion-ignored-extensions is not used
9838 to filter out names when all completions are displayed in
9839 *Completions*.
9840
98411990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9842
9843 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9844
98451990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9846
9847 * emacs.tex: Add @findex grep.
9848
8cf51b2c
GM
98491988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9850
9851 * emacs.tex: Correct two typos. No other changes before
9852 Version 19 will be made.
9853
8cf51b2c
GM
98541988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9855
9856 * emacs.tex: Update information for obtaining TeX distribution from the
9857 University of Washington.
9858
9859;; Local Variables:
c8763fb6 9860;; coding: utf-8
8cf51b2c
GM
9861;; End:
9862
ab422c4d 9863 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9864
9865 This file is part of GNU Emacs.
9866
352c8b4a 9867 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9868 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9869 the Free Software Foundation, either version 3 of the License, or
9870 (at your option) any later version.
8cf51b2c
GM
9871
9872 GNU Emacs is distributed in the hope that it will be useful,
9873 but WITHOUT ANY WARRANTY; without even the implied warranty of
9874 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9875 GNU General Public License for more details.
9876
9877 You should have received a copy of the GNU General Public License
352c8b4a 9878 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.