Keybinding fix for vc-dir.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
e4c467f9
XF
12013-07-27 Xue Fuqiao <xfq.free@gmail.com>
2
3 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in vc-dir.
4
f6b15024
EZ
52013-07-26 Eli Zaretskii <eliz@gnu.org>
6
7 * display.texi (Fringes): Document the variable fringe-mode.
8 (Bug#14946)
9
1399490e 102013-07-03 Glenn Morris <rgm@gnu.org>
e0070075
GM
11
12 * maintaining.texi (EDE): Fix cross-reference.
13
14 * programs.texi (Program Modes): Fix emacs-xtra reference.
15
253e30aa
GM
16 * help.texi (Misc Help): Index describe-syntax.
17
4c672a0f
EZ
182013-06-29 Eli Zaretskii <eliz@gnu.org>
19
20 * basic.texi (Moving Point): Document visual-order-cursor-movement
21 and its effect on right-char and left-char.
22
0c72d017
GM
232013-06-28 Glenn Morris <rgm@gnu.org>
24
25 * ack.texi (Acknowledgments): Small update.
26
789cf833
GM
272013-06-19 Glenn Morris <rgm@gnu.org>
28
29 * Makefile.in (dist): Edit more configure variables.
30 Try to check that we do not miss any in future.
31
99c81280 322013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2bc4a725
XF
33
34 * vc1-xtra.texi (Revision Tags): Add a cross reference.
8d0b26f6 35 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
2bc4a725 36
cd0527a4
XF
372013-06-11 Glenn Morris <rgm@gnu.org>
38
39 * maintaining.texi (VC Directory Commands): Copyedit.
40 (Branches): Put back milder version of pre 2013-06-07 text.
41
04362df8
XF
422013-06-07 Xue Fuqiao <xfq.free@gmail.com>
43
9102c47a 44 * maintaining.texi (Branches): Remove text copied from other sources.
04362df8 45
80fa505f
AM
462013-06-05 Alan Mackenzie <acm@muc.de>
47
48 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
d2bf7a98
JL
49 (Not Exiting Isearch): Document new user option
50 `isearch-allow-prefix'. (Bug#9706)
80fa505f 51
e5e4a942
JL
522013-06-03 Juri Linkov <juri@jurta.org>
53
54 * display.texi (Highlight Interactively): Add global keybindings
55 with the key prefix `M-s h'. Document old command `highlight-phrase'.
56 Document new command `highlight-symbol-at-point'.
57
67a3c09b
XF
582013-06-02 Xue Fuqiao <xfq.free@gmail.com>
59
60 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
61 (VC Mode Line): Fix typo.
62 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
63 prefix argument.
67a3c09b 64
c362f195
XF
652013-06-02 Michael Albinus <michael.albinus@gmx.de>
66
67 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
68 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
69 autolaunching of the D-Bus session bus.
70
f46305c8 712013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
72
73 * programs.texi (Semantic): Fix typo.
74
bee07d4f
XF
752013-05-30 Xue Fuqiao <xfq.free@gmail.com>
76
77 * maintaining.texi (Types of Log File): Supplement some
78 information of change log files.
79
6d65486d
JL
802013-05-15 Juri Linkov <juri@jurta.org>
81
82 * search.texi (Repeat Isearch): Mention key `RET' to finish
83 editing the string. (Bug#13348)
84
27c8b6eb
GM
852013-05-14 Glenn Morris <rgm@gnu.org>
86
87 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
88
2d809ffa 892013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
90
91 * sending.texi (Mail Sending): Fix typo.
92
93 * windows.texi (Change Window): Fix typo.
94
90ed99d5
GM
95 * custom.texi (Changing a Variable): Fix typo.
96
9698b18f
GM
97 * trouble.texi (Contributing): Remove obsolete info re pretesters.
98
cbee2131
PE
992013-05-05 Paul Eggert <eggert@cs.ucla.edu>
100
101 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
102 * cmdargs.texi (Initial Options):
103 * files.texi (Customize Save): Document this.
104
fd3a9a6b
GM
1052013-05-04 Glenn Morris <rgm@gnu.org>
106
107 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
108
5294599f
PE
1092013-03-17 Paul Eggert <eggert@cs.ucla.edu>
110
111 doc: convert some TeX accents to UTF-8
112 * ack.texi (Acknowledgments):
113 * emacs.texi (Acknowledgments):
114 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
115 Apparently the TeX accents cause problems when generating gnu.org
116 web pages, e.g., @l{} is rendered as '/l' on
117 <http://www.gnu.org/software/emacs/manual/html_node/
118 emacs/Acknowledgments.html>.
119
78be8b64 1202013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
121
122 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
123
681ebc33
PE
1242013-03-04 Paul Eggert <eggert@cs.ucla.edu>
125
126 Prefer UTF-8 for documentation.
127 With GNU Texinfo 5.0, this generates nicer-looking info files,
128 since they can use curly quotes. With older Texinfo it doesn't matter.
129 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
130 Switch from Latin-1 to UTF-8.
131
929aeac6 1322013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
133
134 * xresources.texi (GTK resources): Fix broken link.
135
343a2aef
EZ
1362013-02-25 Eli Zaretskii <eliz@gnu.org>
137
138 * files.texi (Interlocking): Don't refer to symlinks as the
139 exclusive means of locking files.
140
cee1a690
GM
1412013-02-22 Glenn Morris <rgm@gnu.org>
142
143 * ack.texi (Acknowledgments):
144 * emacs.texi (Acknowledgments): Small updates.
145
f0c954fa
GM
1462013-02-21 Glenn Morris <rgm@gnu.org>
147
148 * files.texi (File Conveniences): Not just GIFs can be animated.
149
4e16ddf4
GM
1502013-02-13 Glenn Morris <rgm@gnu.org>
151
152 * ack.texi (Acknowledgments): Don't mention yow any more.
153
a683d06b
PE
1542013-02-13 Paul Eggert <eggert@cs.ucla.edu>
155
156 * cmdargs.texi (General Variables):
157 Fix TMPDIR documentation to match the code's behavior.
158
c4af1efc
GM
1592013-02-10 Glenn Morris <rgm@gnu.org>
160
161 * trouble.texi (Checklist): Update bug keybinding.
162
8549f9e8
EZ
1632013-02-09 Eli Zaretskii <eliz@gnu.org>
164
165 * msdog.texi (Text and Binary): Delete the description of
166 file-name-buffer-file-type-alist.
167
7f102272
PE
1682013-01-19 Paul Eggert <eggert@cs.ucla.edu>
169
ee271528
PE
170 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
171 Without it, I don't see function names. Older addr2line
172 implementations will die out sooner or later, so tailor the
173 first suggestion to recent addr2line, with a followup about
174 older ones.
7f102272 175
795e7a5b 1762013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
177
178 * custom.texi (Directory Variables): Fix paren typo.
179
ecde0368
GM
180 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
181
827253f7
GM
182 * custom.texi (Custom Themes): Fix typo.
183
acfe10b7
BG
1842013-01-07 Bastien Guerry <bzg@gnu.org>
185
186 * help.texi (Apropos): Document `apropos-user-option' and update
187 the doc for `apropos-variable'.
188
f8acde11
GM
1892013-01-05 Glenn Morris <rgm@gnu.org>
190
191 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
192
d72a2793
GM
1932012-12-21 Glenn Morris <rgm@gnu.org>
194
195 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
196 Simply include doclicense.
197
1b947faa
CY
1982012-12-21 Chong Yidong <cyd@gnu.org>
199
200 * frames.texi (Mouse Commands): Fix description of the effect of
201 mouse dragging (Bug#13049).
202
f25f57bf
JL
2032012-12-15 Juri Linkov <juri@jurta.org>
204
205 * misc.texi (Recursive Edit): Add a link to "Query Replace".
206 (Bug#13181)
207
265c2fbf 2082012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
209
210 * killing.texi (Deletion): Doc fix (Bug#12748).
211
4288142b
PE
2122012-12-06 Paul Eggert <eggert@cs.ucla.edu>
213
214 * doclicense.texi, gpl.texi: Update to latest version from FSF.
215 These are just minor editorial changes.
216
d8ad4d3f 2172012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
218
219 * vc1-xtra.texi (General VC Options): Remove obsolete reference
220 to `vc-path'.
221
c5bc2d1d 2222012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
223
224 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
225
1cbaa705
KR
2262012-12-02 Kevin Ryde <user42@zip.com.au>
227
228 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
229
00054d21
KR
2302012-12-01 Kevin Ryde <user42@zip.com.au>
231
232 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
233
c07a6ded
PE
2342012-11-24 Paul Eggert <eggert@cs.ucla.edu>
235
236 * doclicense.texi, gpl.texi: Update to latest version from FSF.
237 These are just minor editorial changes.
238
6ef2e5ef 2392012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
240
241 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
242 clarifications (Bug#12865).
243 (Horizontal Scrolling): Clarifications.
244
2ac9538d 2452012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
246
247 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
248
a33da68b
EZ
2492012-11-16 Eli Zaretskii <eliz@gnu.org>
250
251 * trouble.texi (Crashing): Add information about MS-Windows and
252 the emacs_backtrace.txt file. (Bug#12908)
253
f78ee6af 2542012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
255
256 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
257 actually named gdb-stopped-functions.
258
f78ee6af 2592012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
260
261 * misc.texi (Single Shell): Mention async-shell-command-buffer.
262
19e09879
GM
2632012-11-10 Glenn Morris <rgm@gnu.org>
264
265 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
266
ef7238c3
GM
267 * emacs.texi (Acknowledgments): Add profiler author.
268 * ack.texi (Acknowledgments): Add some recent contributions.
269
6baf66d5 2702012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 271
9d9e48d9
CY
272 * files.texi (Diff Mode): Doc fixes for
273 diff-delete-trailing-whitespace (Bug#12831).
274
4c1f6a5b
CY
275 * trouble.texi (Crashing): Copyedits.
276
6baf66d5 2772012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
278
279 * files.texi (Diff Mode): Trailing whitespace updates.
280
6baf66d5 2812012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 282
4eeba558
CY
283 * misc.texi (Terminal emulator): Document Term mode faces.
284
7d806bfe
CY
285 * mini.texi (Basic Minibuffer): New node. Document
286 minibuffer-electric-default-mode.
287
288 * display.texi (Visual Line Mode): Fix index entry.
289
cce0aa5a
CY
290 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
291 and index the keybindings. Document tabulated-list-sort.
292 (Kill Buffer): Capitalize Buffer Menu.
293
294 * trouble.texi (Memory Full): Capitalize Buffer Menu.
295
6baf66d5 2962012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
297
298 * display.texi (Auto Scrolling): Clarify that scroll-step is
299 ignored when scroll-conservatively is set to a non-zero value.
300 (Bug#12801)
301
6baf66d5 3022012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
303
304 * dired.texi (Dired Updating): Doc fix (Bug#11744).
305
87288971
MA
3062012-10-30 Michael Albinus <michael.albinus@gmx.de>
307
308 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
309
fc83c2de
CY
3102012-10-29 Chong Yidong <cyd@gnu.org>
311
312 * dired.texi (Shell Commands in Dired): Document changes to the
313 dired-do-async-shell-command.
314
82b21017
GM
3152012-10-28 Glenn Morris <rgm@gnu.org>
316
317 * ack.texi (Acknowledgments): Mention gv.el.
318
caa5e5a4
BG
3192012-10-27 Bastien Guerry <bzg@gnu.org>
320
321 * screen.texi (Menu Bar): Fix typo.
322
05b621a6
CY
3232012-10-27 Chong Yidong <cyd@gnu.org>
324
325 * frames.texi (Mouse Avoidance): Mention new variable
326 mouse-avoidance-banish-position.
327
328 * programs.texi (Which Function): Which Function mode now works in
329 all major modes by default.
330
331 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
332
333 * files.texi (Misc File Ops): Symbolic links on Windows only work
334 on Vista and later.
335
336 * building.texi (Compilation): Document compilation-always-kill.
337
338 * search.texi (Symbol Search): New node.
339
340 * package.texi (Package Menu): Document the "new" status.
341
342 * windows.texi (Window Choice): Don't refer to the obsolete
343 special-display feature.
344
cd996018
CY
3452012-10-24 Chong Yidong <cyd@gnu.org>
346
347 * mule.texi (Text Coding): set-buffer-file-coding-system can now
348 be invoked from the mode line.
349
350 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
351 changes to the mark and unmark commands.
352 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
353 which is no longer bound to dired-backup-diff.
354
fe605b94
BG
3552012-10-23 Bastien Guerry <bzg@gnu.org>
356
9eadb1a9
BG
357 * text.texi (Org Authoring): Use a comma after @ref to avoid the
358 insertion of a period in the Info output.
fe605b94 359
d1069532
SM
3602012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * custom.texi (Hooks): Clarify that -hooks is deprecated.
363
1fb3aa3f
CY
3642012-10-23 Chong Yidong <cyd@gnu.org>
365
366 * kmacro.texi (Edit Keyboard Macro): Fix typo.
367
f42f1094
DM
3682012-10-18 Dani Moncayo <dmoncayo@gmail.com>
369
370 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
371
6c24e35f
GM
3722012-10-17 Glenn Morris <rgm@gnu.org>
373
374 * mini.texi (Repetition): Further copyedit.
375
429cdb05
DM
3762012-10-17 Dani Moncayo <dmoncayo@gmail.com>
377
378 * mini.texi (Repetition): Copyedit.
379
e5a94ec4
JL
3802012-10-16 Juri Linkov <juri@jurta.org>
381
382 * search.texi (Query Replace): Document multi-buffer replacement
383 keys. (Bug#12655)
384
385 * maintaining.texi (Tags Search): Change link "Replace" to
386 "Query Replace".
387
73f2b4ab
CY
3882012-10-13 Chong Yidong <cyd@gnu.org>
389
390 * files.texi (File Conveniences): ImageMagick enabled by default.
391
d8e213eb
DM
3922012-10-10 Dani Moncayo <dmoncayo@gmail.com>
393
394 * basic.texi (Arguments): Fix typos.
395
b859a383
GM
3962012-10-08 Glenn Morris <rgm@gnu.org>
397
cad4f290
GM
398 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
399
b859a383
GM
400 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
401
f1f4dba0
GM
4022012-10-06 Glenn Morris <rgm@gnu.org>
403
404 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
405 Mention cal-tex-cursor-week2-summary.
406
c6b68a28
CY
4072012-10-06 Chong Yidong <cyd@gnu.org>
408
409 * mini.texi (Passwords): Fix typo.
410
751bac18
GM
4112012-10-02 Glenn Morris <rgm@gnu.org>
412
413 * maintaining.texi (VC Directory Commands):
414 Remove duplicate `q' entry. (Bug#12553)
415
48de8b12
CY
4162012-09-30 Chong Yidong <cyd@gnu.org>
417
418 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
419
420 * search.texi (Special Isearch): Document the lax space search
421 feature and M-s SPC.
422 (Regexp Search): Move main search-whitespace-regexp description to
423 Special Isearch.
424 (Replace): Document replace-lax-whitespace.
425
426 * basic.texi (Position Info): Document C-u M-=.
427 (Moving Point): Document move-to-column.
428
429 * display.texi (Useless Whitespace): Add delete-trailing-lines.
430
431 * misc.texi (emacsclient Options): Document the effect of
432 initial-buffer-choice on client frames. Document server-auth-dir.
433 Do not document server-host, which is bad security practice.
434
435 * building.texi (Lisp Libraries): Docstring lookups can trigger
436 autoloading. Document help-enable-auto-load.
437
438 * mini.texi (Yes or No Prompts): New node.
439
440 * ack.texi (Acknowledgments): Remove obsolete packages.
441
4695c850
GM
4422012-09-27 Glenn Morris <rgm@gnu.org>
443
444 * cal-xtra.texi (Advanced Calendar/Diary Usage):
445 Rename the section to be more general.
446 * emacs.texi: Update menu.
447
e109c4a6
CY
4482012-09-23 Chong Yidong <cyd@gnu.org>
449
450 * buffers.texi (Misc Buffer): Replace toggle-read-only with
451 read-only-mode.
452
453 * files.texi (Visiting): Likewise.
454
2e83df57
PE
4552012-09-22 Paul Eggert <eggert@cs.ucla.edu>
456
457 * trouble.texi (Crashing): Document ulimit -c.
458
58f3a196
PE
4592012-09-21 Paul Eggert <eggert@cs.ucla.edu>
460
461 * trouble.texi (Crashing): Document addr2line.
462
4ef1567b
CY
4632012-09-19 Chong Yidong <cyd@gnu.org>
464
465 * killing.texi (Yanking): Minor clarification (Bug#12469).
466
9e9da873
CY
4672012-09-17 Chong Yidong <cyd@gnu.org>
468
469 * building.texi (GDB User Interface Layout): Remove reference to
470 removed variable gdb-use-separate-io-buffer (Bug#12454).
471
0979429b
J
4722012-09-08 Jambunathan K <kjambunathan@gmail.com>
473
474 * regs.texi (Text Registers): `C-x r +' can now be used instead of
475 M-x append-to-register. New option `register-separator'.
476 (Number Registers): Mention that `C-x r +' is polymorphic.
477
14ba4cf3
CY
4782012-09-07 Chong Yidong <cyd@gnu.org>
479
480 * windows.texi (Window Choice): Don't mention obsolete
481 display-buffer-reuse-frames.
482
cf29dd84
PE
4832012-09-04 Paul Eggert <eggert@cs.ucla.edu>
484
485 Give more-useful info on a fatal error (Bug#12328).
486 * trouble.texi (Crashing): New section, documenting this.
487
aa0ecd94
MA
4882012-08-24 Michael Albinus <michael.albinus@gmx.de>
489
0979429b
J
490 * cmdargs.texi (General Variables):
491 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
492 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 493
ba025fbd
EZ
4942012-08-14 Eli Zaretskii <eliz@gnu.org>
495
496 * building.texi (Debugger Operation): Correct and improve
497 documentation of the GUD Tooltip mode.
498
0c51ff6d
CY
4992012-07-31 Chong Yidong <cyd@gnu.org>
500
501 * emacs.texi: Fix ISBN (Bug#12080).
502
35b6586e
CY
5032012-08-05 Chong Yidong <cyd@gnu.org>
504
505 * display.texi (Faces): Document frame-background-mode (Bug#7774).
506
507 * custom.texi (Face Customization): Move discussion of face
508 inheritance here, from Faces section.
509
0e1a094f 5102012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
511
512 * frames.texi (Mouse Commands): Fix the description of mouse-2.
513 (Bug#11958)
514
e32a12b5
CY
5152012-07-19 Chong Yidong <cyd@gnu.org>
516
517 * emacs.texi: Update ISBN.
518
9ea10cc3
CY
5192012-07-17 Chong Yidong <cyd@gnu.org>
520
521 * basic.texi (Inserting Text): Replace ucs-insert with
522 insert-char. Provide more details of input.
523
524 * mule.texi (International Chars, Input Methods): Likewise.
525
b68b3337
CY
5262012-07-13 Chong Yidong <cyd@gnu.org>
527
dea31bd3
CY
528 * custom.texi (Examining): Update C-h v message.
529
b68b3337
CY
530 * buffers.texi (Misc Buffer): Document view-read-only.
531
ab4c47d3
CY
5322012-07-07 Chong Yidong <cyd@gnu.org>
533
534 * custom.texi (Init File): Index site-lisp (Bug#11435).
535
6edc3d28
CY
5362012-07-06 Chong Yidong <cyd@gnu.org>
537
538 * emacs.texi: Re-order top-level menu to correspond to logical
539 order, to avoid makeinfo warnings.
540
541 * ack.texi (Acknowledgments): Note new python.el.
542
3812efdc
CY
5432012-06-29 Chong Yidong <cyd@gnu.org>
544
545 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
546 * basic.texi (Erasing, Basic Undo): Fix markup.
547
c8d3a25c 5482012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
549
550 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
551
c8d3a25c 5522012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
553
554 * fixit.texi (Undo): Fix typo. (Bug#11775)
555
65400531
GM
5562012-06-27 Glenn Morris <rgm@gnu.org>
557
558 * ack.texi (Acknowledgments): Tiny update.
559
ac1a0ce1 5602012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
561
562 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
563
ddfbf826 5642012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 565
ddfbf826 566 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
567
568 * anti.texi:
569 * building.texi:
570 * cmdargs.texi:
571 * custom.texi:
572 * display.texi:
573 * files.texi:
574 * frames.texi:
575 * glossary.texi:
576 * misc.texi:
577 * mule.texi:
578 * programs.texi:
579 * sending.texi:
580 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
581
85973ba0
MA
5822012-06-06 Michael Albinus <michael.albinus@gmx.de>
583
584 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
585
c1dabff0
GM
5862012-05-28 Glenn Morris <rgm@gnu.org>
587
588 * ack.texi, building.texi, calendar.texi, custom.texi:
589 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
590
abb9615e
GM
5912012-05-27 Glenn Morris <rgm@gnu.org>
592
bd39eb06
GM
593 * emacs.texi: Simplify following removal of node pointers.
594
abb9615e
GM
595 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
596 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
597 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
598 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
599 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
600 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
601 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
602 * windows.texi, xresources.texi: Nuke hand-written node pointers.
603
6c200b4a
GM
6042012-05-22 Glenn Morris <rgm@gnu.org>
605
606 * emacs.texi (Acknowledgments): Add another contributor.
607
3fe7cdc8
GM
6082012-05-12 Glenn Morris <rgm@gnu.org>
609
610 * Makefile.in (MKDIR_P): New, set by configure.
611 (mkinfodir): Use $MKDIR_P.
612
dc0f75c8
GM
6132012-05-10 Glenn Morris <rgm@gnu.org>
614
b8a82b69
GM
615 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
616 with "coding: raw-text".
617
dc0f75c8
GM
618 * files.texi (Interlocking): Mention create-lockfiles option.
619
666b903b 6202012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
621
622 * frames.texi (Mouse References, Mouse Commands): Fix index
623 entries (Bug#11362).
624
eceeb5fc 6252012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 626
eceeb5fc
CY
627 * custom.texi (Customization Groups, Custom Themes, Examining):
628 Improve page breaks.
629
630 * rmail.texi (Rmail Display): Use example rather than smallexample.
631
632 * calendar.texi: Convert inforefs to refs.
633
634 * dired.texi (Dired Enter): Improve page break.
635
636 * abbrevs.texi (Abbrev Concepts): Copyedits.
637
638 * maintaining.texi (Registering, Tag Syntax):
639 Tweak line and page breaks.
640
641 * programs.texi (Programs, Electric C): Copyedits.
642 (Program Modes): Add xref to Fortran.
643 (Left Margin Paren): Remove what was (oddly enough) the only use
644 of defvar in the entire Emacs manual.
645 (Hungry Delete): Remove footnote about ancient Emacs version.
646 (Other C Commands): Use example rather than smallexample.
647
648 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
649 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
650 Tweak line and page breaks.
651
652 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
653 (Major Modes): Use example rather than smallexample.
bbba8869 654
eceeb5fc
CY
655 * mule.texi (Output Coding): Reword to improve page-breaks.
656
657 * frames.texi (Fonts): Tweak line and page breaks.
658 Use example rather than smallexample. Change cross-reference.
659 (Text-Only Mouse): Fix xref.
660
661 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
662 (Indirect Buffers): Tweak line- and page-breaks.
663
664 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
665
8045b906
GM
6662012-05-04 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
669 (info, infoclean): Use $INFO_EXT.
670 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
671 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
672 (INFO_TARGETS): Use $INFO_EXT.
673 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
674
90207a15 6752012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
676
677 * emacs.texi (@copying): Only print EDITION in the TeX version.
678
e2058813
GM
679 * search.texi (Regexp Search): Just say "Emacs".
680
a162959e
GM
681 * display.texi (Auto Scrolling):
682 Reword to avoid repetition and improve page break.
683
9eb25ee8
GM
684 * xresources.texi (Resources):
685 * mule.texi (Language Environments):
686 * misc.texi (Amusements):
687 * maintaining.texi (VC Change Log):
688 * frames.texi (Fonts):
689 * custom.texi (Specifying File Variables, Minibuffer Maps):
690 * cmdargs.texi (Initial Options):
691 * building.texi (Flymake):
692 Reword to remove/reduce some overly long/short lines.
693
a4289d0e
GM
6942012-04-27 Glenn Morris <rgm@gnu.org>
695
696 * emacs.texi: Some fixes for detailed menu.
697
1a72be46
GM
698 * emacs.texi: Add "et al." to authors.
699
16152b76
GM
700 * ack.texi, basic.texi, buffers.texi, building.texi:
701 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
702 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
703 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
704 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
705 * search.texi, trouble.texi, windows.texi:
706 Use Texinfo recommended convention for quotes+punctuation.
707
578c1d4b 7082012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 709
578c1d4b
GM
710 * mule.texi (Bidirectional Editing): Improve indexing.
711 Minor wording tweaks.
84412f2c 712
467a33d0
CY
7132012-04-15 Chong Yidong <cyd@gnu.org>
714
715 * misc.texi (emacsclient Options): More clarifications.
716
e6fd457e 7172012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 718
41be52d7
GM
719 * msdog.texi (Windows Printing): It doesn't set printer-name.
720
05806f43
GM
721 * mule.texi (Language Environments): Move font info to "Fontsets".
722 (Fontsets): Move intlfonts etc here from "Language Environments".
723 Copyedits.
724 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
725 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
726
e6fd457e 7272012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 728
0be641c0
CY
729 * glossary.texi (Glossary): Standardize on "text terminal"
730 terminology. All callers changed.
731
6a00f380
CY
732 * misc.texi (emacsclient Options): Document "client frame" concept
733 and its effect on C-x C-c more carefully.
734
e6fd457e 7352012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 736
870e8fb8
GM
737 * frames.texi (Scroll Bars):
738 * glossary.texi (Glossary): Use consistent case for "X Window System".
739
71cd7772
GM
740 * mule.texi (Select Input Method, Coding Systems):
741 State command names in kbd tables.
742 (Recognize Coding): Add cross-ref.
743 (Output Coding): Don't mention message mode in particular.
744 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
745 Copyedits.
746
35dc09a1 7472012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
748
749 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
750 Copyedits.
751 (Coding Systems): Mac OS X apparently uses newlines for EOL.
752 (Recognize Coding): Remove old auto-coding-regexp-alist example.
753 auto-coding-functions does not override coding: tags.
754 Remove rmail-decode-mime-charset; it no longer has any effect.
755
35dc09a1 7562012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
757
758 * custom.texi (Creating Custom Themes): Add reference to Custom
759 Themes node in Lisp manual.
760
35dc09a1 7612012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
762
763 * mule.texi (International): Copyedits.
764 (International Chars): Update C-x = example output.
765 (Disabling Multibyte): Rename from "Enabling Multibyte".
766 Clarify what "unibyte: t" does, and mode-line description.
767 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
768 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 769 (Language Environments): Copyedits.
893585f4
GM
770 (Input Methods): Copyedits. Use "^" for the postfix example,
771 because it is less confusing inside Info's `quotes'.
e0550cae 772
bd7239f5 773 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
774 Update for "Disabling Multibyte" node name change.
775 * emacs.texi: Update for "Disabling Multibyte" node name change.
776
1c64e6ed
GM
777 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
778 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
779 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
780 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
781 * sending.texi, text.texi, trouble.texi:
782 Use @file for buffers, per the Texinfo manual.
783
20331c1c
GM
784 * entering.texi (Entering Emacs):
785 Do not mention initial-buffer-choice = t.
786
8fc85b20
GM
787 * misc.texi (Gnus Startup): Use @env for environment variables.
788
35dc09a1
GM
789 * Makefile.in: Replace non-portable use of $< in ordinary rules.
790
87124233
GM
7912012-04-12 Glenn Morris <rgm@gnu.org>
792
793 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
794
f3774f20
GM
7952012-04-07 Glenn Morris <rgm@gnu.org>
796
797 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
798
8980d0b9
GM
7992012-04-05 Glenn Morris <rgm@gnu.org>
800
801 * glossary.texi (Glossary): Use anchors for internal cross-references.
802
8bf27c8a
GM
8032012-04-04 Glenn Morris <rgm@gnu.org>
804
805 * glossary.texi (Glossary): Copyedits.
806 Use Texinfo-recommended convention for quotes and punctuation.
807 Comment out a few specialized (Rmail) items.
a0706406 808 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 809 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 810
529c06b6
CY
8112012-04-03 Chong Yidong <cyd@gnu.org>
812
813 * sending.texi (Mail Misc): Fix an index entry.
814
53b0595a
EZ
8152012-04-02 Eli Zaretskii <eliz@gnu.org>
816
817 * msdog.texi (Windows Startup): Add description of emacsclient
818 operation under -c and -t on MS-Windows.
819
820 * misc.texi (emacsclient Options): Add cross-reference to "Windows
821 Startup". (Bug#11091)
822
d8e213eb 8232012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
824
825 * custom.texi (Changing a Variable): Fix example.
826
0d224826
EZ
8272012-04-01 Eli Zaretskii <eliz@gnu.org>
828
829 * misc.texi (emacsclient Options): More clarifications about -t
830 and -c on MS-Windows. (Bug#11091)
831
1d265f9f
EZ
8322012-03-31 Eli Zaretskii <eliz@gnu.org>
833
834 * misc.texi (emacsclient Options): Document peculiarities of new
835 frame creation on MS-Windows under -c or -t options. (Bug#11091)
836
5319014e
CY
8372012-03-30 Chong Yidong <cyd@gnu.org>
838
839 * files.texi (File Conveniences): Clarify Imagemagick discussion.
840
2bfab837
GM
8412012-03-22 Glenn Morris <rgm@gnu.org>
842
843 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
844
986bd52a
CY
8452012-03-17 Chong Yidong <cyd@gnu.org>
846
847 * package.texi (Package Installation): Document use of
848 package-initialize in init file.
849
66ecdc9e
GM
8502012-03-16 Glenn Morris <rgm@gnu.org>
851
852 * help.texi (Language Help):
853 * mule.texi (International Chars):
854 etc/HELLO is for character demonstration.
855
d8e213eb 8562012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
857
858 * dired.texi (Shell Commands in Dired): Fix typo.
859
a08a07e3
CY
8602012-03-04 Chong Yidong <cyd@gnu.org>
861
862 * killing.texi (Clipboard): Document clipboard manager.
863
53eced6d
GM
8642012-02-29 Glenn Morris <rgm@gnu.org>
865
f8425af2
GM
866 * ack.texi (Acknowledgments): Use @Tex{} in more places.
867
775b55af
GM
868 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
869
53eced6d
GM
870 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
871
44e97401
GM
8722012-02-28 Glenn Morris <rgm@gnu.org>
873
874 * custom.texi, display.texi, emacs.texi, files.texi:
875 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
876 Standardize possessive apostrophe usage.
877
525795c1
JD
8782012-02-25 Jan Djärv <jan.h.d@swipnet.se>
879
880 * macos.texi (Mac / GNUstep Customization): Remove text about
881 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
882
d8e213eb 8832012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
884
885 * buffers.texi (Select Buffer): Mention that saving in a new file
886 name can switch to a different major mode.
887
6ea1787e
GM
8882012-02-23 Glenn Morris <rgm@gnu.org>
889
49fe4321
GM
890 * mini.texi (Minibuffer File, Completion Options, Repetition):
891 Copyedits.
892 (Completion Example): Other M-x au* commands may be defined.
893 (Completion Styles): Mention emacs21 and completion-category-overrides.
894
8f4042d2
GM
895 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
896 (Windows Keyboard, Windows Mouse, Windows Processes)
897 (Windows Printing, Windows Misc): Copyedits.
898 (ls in Lisp): Update switches list.
899
371fb833
GM
900 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
901 Update dos-mode* function names.
902 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
903 (MS-DOS Processes): Add xref to main ls-lisp section.
904
6ea1787e
GM
905 * ack.texi (Acknowledgments): Mention smie.
906
40ace058
GM
9072012-02-22 Glenn Morris <rgm@gnu.org>
908
909 * macos.texi: Copyedits. Fix @key/@kbd usage.
910 (Mac / GNUstep Basics): Don't mention the panels, since the next
911 section covers them.
912 (Mac / GNUstep Customization): Merge some panel info from previous.
913
41f1e868
GM
9142012-02-21 Glenn Morris <rgm@gnu.org>
915
68af8d4f
GM
916 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
917 Small fixes.
918
2e03845d
GM
919 * emacs-xtra.texi: Picture mode is no longer a chapter.
920
f9a998c3
GM
921 * picture-xtra.texi (Basic Picture): C-a does get remapped.
922
41f1e868
GM
923 * ack.texi (Acknowledgments): Small changes, including resorting,
924 and removal of things no longer distributed.
925
ea09410d
GM
9262012-02-20 Glenn Morris <rgm@gnu.org>
927
2d2f6581
GM
928 * emacs.texi (Top, Preface): Small rephrasings.
929 (menu, detailmenu): Update entries, and reformat some descriptions.
930 * building.texi, display.texi, emacs-xtra.texi, files.texi:
931 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
932 Reformat some menu descriptions.
933
196f8c0e
GM
934 * ack.texi (Acknowledgments): More updates.
935
8730412a
GM
936 * emacs.texi (Acknowledgments): Add several names from ack.texi,
937 and from Author: headers.
ae15b89b 938 (Distrib): Small updates.
ea09410d 939
37863f20
GM
9402012-02-18 Glenn Morris <rgm@gnu.org>
941
37c3b9ee
GM
942 * ack.texi (Acknowledgments): Add xref to Org manual.
943
b474519e
GM
944 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
945 of '*mail*', since Message does not call it that.
946 (Rmail Reply): Rename rmail-dont-reply-to-names.
947 \\`info- no longer handled specially.
948 Update for rmail-enable-mime-composing.
949 Don't mention 'm' for replies.
950 Don't mention rmail-mail-new-frame and cancelling, since it does
951 not work for Message at the moment.
952
a5987767
GM
953 * cal-xtra.texi: Copyedits.
954
37863f20
GM
955 * emacs-xtra.texi: Set encoding to ISO-8859-1.
956
112d1241
GM
9572012-02-17 Glenn Morris <rgm@gnu.org>
958
0fd2c9a3
GM
959 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
960
1d6ecbfa
GM
961 * ack.texi (Acknowledgments): Mention Gnulib.
962
102f1b54
GM
963 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
964
112d1241
GM
965 * calendar.texi: Misc small changes, including updating the dates
966 of examples.
967
3a05ff1d
GM
9682012-02-16 Glenn Morris <rgm@gnu.org>
969
d1354af0
GM
970 * calendar.texi: Misc small changes.
971
5f9756ec
GM
972 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
973 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
974
3b19a30d
GM
975 * dired-xtra.texi (Subdir Switches): Small fixes.
976
3a05ff1d
GM
977 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
978
9f26dc24
GM
9792012-02-15 Glenn Morris <rgm@gnu.org>
980
981 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
982
fb969a57
GM
9832012-02-12 Glenn Morris <rgm@gnu.org>
984
985 * ack.texi (Acknowledgments):
986 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
987
0aca1292
GM
9882012-02-10 Glenn Morris <rgm@gnu.org>
989
104dc9c6
GM
990 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
991
0aca1292
GM
992 * programs.texi (Misc for Programs): Mention electric-layout-mode.
993
91af9d2e
GM
9942012-02-09 Glenn Morris <rgm@gnu.org>
995
0aca1292
GM
996 * buffers.texi (Misc Buffer): M-x info does not seem to require a
997 buffer switch after M-x rename-uniquely.
63c727b2 998
91af9d2e
GM
999 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1000
1ef1990c
JB
10012012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1002
1003 * text.texi (Org Mode): Fix typo.
1004
e74e58c9
GM
10052012-02-08 Glenn Morris <rgm@gnu.org>
1006
cefee440
GM
1007 * ack.texi (Acknowledgments): Update emacs-lock info.
1008
a7686350
GM
1009 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1010
e74e58c9
GM
1011 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1012
fe93bc91
GM
10132012-02-07 Glenn Morris <rgm@gnu.org>
1014
1015 * files.texi (File Conveniences): Mention ImageMagick images.
1016
d273439c
GM
10172012-02-05 Glenn Morris <rgm@gnu.org>
1018
649f602c
GM
1019 * trouble.texi (Checklist): Mention debug-on-event.
1020
d273439c
GM
1021 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1022
a9410bdf
GM
10232012-02-04 Glenn Morris <rgm@gnu.org>
1024
1f5e1a16
GM
1025 * macos.texi (Customization options specific to Mac OS / GNUstep):
1026 New subsection.
1027
b7314ef7
GM
1028 * display.texi (Colors): Mention list-colors-sort.
1029
a9410bdf
GM
1030 * files.texi (File Conveniences): Mention image animation.
1031
75319d7f
CY
10322012-01-31 Chong Yidong <cyd@gnu.org>
1033
1034 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1035 scroll bars (Bug#10666).
1036
2680c309
CY
10372012-01-28 Chong Yidong <cyd@gnu.org>
1038
691db250
CY
1039 * files.texi (Filesets): Fix typos.
1040
2680c309
CY
1041 * display.texi (Faces): Add xref to Colors node.
1042
2a90dfca
DM
10432012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1044
1045 * buffers.texi (Select Buffer): Clarify explanation of switching
1046 to new buffers. Fix description of next-buffer and
6df6ae42 1047 previous-buffer (Bug#10334).
2a90dfca
DM
1048 (Misc Buffer): Add xref to View Mode.
1049
1050 * text.texi (Fill Commands): Fix description of
1051 sentence-end-double-space.
1052
20d2304d
CY
10532012-01-23 Chong Yidong <cyd@gnu.org>
1054
f088cb8b 1055 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1056
01ec1eed
VS
10572012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1058
1059 * programs.texi (Comment Commands): Typo (bug#10514).
1060
06848b82
CY
10612012-01-15 Chong Yidong <cyd@gnu.org>
1062
1063 * xresources.texi (X Resources): Describe GTK+ case first.
1064 (Resources): Don't use borderWidth as an example, since it doesn't
1065 work with GTK+.
1066 (Table of Resources): Clarify role of several resources, including
1067 the Emacs 24 behavior of cursorBlink etc.
1068 (Face Resources): Node deleted. Recommend using Customize
1069 instead. Add paragraph to `Table of Resources' node summarizing
1070 how to use X resources for changing faces.
1071 (Lucid Resources): Rewrite, omitting description of font names,
1072 referring to the Fonts node instead.
1073 (LessTif Resources): Copyedits.
1074 (GTK resources): Rewrite, describing the difference between gtk2
1075 and gtk3.
1076 (GTK Resource Basics): New node.
1077 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1078 (GTK styles): Just refer to Fonts node for GTK font format.
1079
1080 * display.texi (Faces): Document the cursor face.
1081
a73a3461
CY
10822012-01-14 Chong Yidong <cyd@gnu.org>
1083
01ec1eed 1084 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1085 (General Variables): Add xref to Lisp Libraries.
1086 (Initial Options): Copyedits.
1087 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1088 (Environment): Clarify what getenv does.
1089 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1090 light backgrounds on xterms.
1091 (Misc Variables): TEMP and TMP are not Windows-specific.
1092 (Display X): Copyedits.
1093 (Colors X): -bd does nothing for GTK.
1094 (Icons X): Gnome 3 doesn't use taskbars.
1095
1096 * misc.texi (Shell): Document exec-path here.
1097
1098 * rmail.texi (Movemail): Add xref for exec-path.
1099
e517eda4
GM
11002012-01-13 Glenn Morris <rgm@gnu.org>
1101
1102 * dired.texi (Dired and Find): Clarify find-ls-options.
1103
1de76afe
CY
11042012-01-09 Chong Yidong <cyd@gnu.org>
1105
71873e2b 1106 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1107 SHA-256.
1108
c61ab18c
CY
11092012-01-07 Chong Yidong <cyd@gnu.org>
1110
e490b289
CY
1111 * display.texi (Useless Whitespace): Add Whitespace mode.
1112
1de77c4c
CY
1113 * custom.texi (Hooks): Discuss how to disable minor modes.
1114
1115 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1116 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1117
c61ab18c
CY
1118 * trouble.texi (Lossage): Refer to Bugs node for problems.
1119 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1120 (Screen Garbled): Don't refer to terminal "manufacturers".
1121 (Total Frustration): Node deleted. Eliza is documented in
1122 Amusements now.
71873e2b
SM
1123 (Known Problems): More info about using the bug tracker.
1124 Mention debbugs package.
c61ab18c
CY
1125 (Bug Criteria): Copyedits.
1126 (Understanding Bug Reporting): Mention emacs -Q.
1127
89bd9ccd
CY
11282012-01-06 Chong Yidong <cyd@gnu.org>
1129
1130 * custom.texi (Specifying File Variables): The mode: keyword
1131 doesn't have to be first anymore. Add example of specifying minor
1132 modes.
1133 (Directory Variables): Simplify example. Mention application to
1134 non-file buffers.
1135 (Disabling): Use "initialization file" terminology.
1136 (Init Examples): Fix hook example.
1137
8034735f
EZ
11382012-01-06 Eli Zaretskii <eliz@gnu.org>
1139
1140 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1141 (Bug#10422)
1142 Move the stuff about resources to xresources.texi.
1143
1144 * xresources.texi (Resources): Move information about setting X
1145 resources in the Registry from cmdargs.texi. Make the index entry
1146 be similar to the one in cmdargs.texi.
1147
b0d7d8af
CY
11482012-01-05 Chong Yidong <cyd@gnu.org>
1149
1150 * custom.texi (Customization Groups): Update example.
1151 (Browsing Custom): Document the new search field.
1152 (Changing a Variable): Update example for Emacs 24 changes.
1153 Document Custom-set and Custom-save commands.
1154 (Face Customization): Document Emacs 24 changes. De-document
1155 modify-face.
1156 (Specific Customization): Mention customize-variable.
1157 (Custom Themes): Add customize-themes, custom-theme-load-path,
1158 custom-theme-directory, and describe-theme.
1159 (Creating Custom Themes): New node.
1160 (Examining): Mention M-:.
1161
1162 * package.texi (Packages): Fix typo.
1163
88c5c7c8
CY
11642012-01-03 Chong Yidong <cyd@gnu.org>
1165
1166 * misc.texi (Single Shell): Don't document Lisp usage of
1167 shell-command. Tidy up discussion of synchronicity. Add index
1168 entries for async-shell-command.
1169 (Interactive Shell): Note that M-x shell uses shell-file-name.
1170 Note change in behavior in Emacs 24.
1171 (Shell Mode): Shell mode now uses completion-at-point.
1172 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1173 default method for recognizing prompts nowadays.
1174 (Shell Ring): Add xref to Minibuffer History.
1175 (Directory Tracking): Explain Dirtrack mode in more detail.
1176 (Term Mode): Fix index entries.
1177 (Paging in Term): Merge into Term Mode.
1178 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1179 (Printing): Fix xref. State default of lpr-switches.
1180 (PostScript): Remove obsolete sentence. Omit description of
1181 non-interactive behaviors.
1182 (Hyperlinking): Improve description.
1183 (Browse-URL): Using compose-mail for mailto URLs is the default.
1184 Document browse-url-mailto-function.
1185 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1186 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1187 (Amusements): M-x lm was renamed to M-x landmark.
1188 Document nato-region.
88c5c7c8 1189
b8ecfdfe
CY
11902012-01-01 Chong Yidong <cyd@gnu.org>
1191
1192 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1193 (Gnus Startup): Note that the system might not be set up for news.
1194 Describe group levels more clearly.
1195 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1196 Summary of Gnus.
1197 (Document View): Copyedits. Move zoom commads to DocView
1198 Navigation node.
1199 (DocView Navigation, DocView Searching, DocView Slicing)
1200 (DocView Conversion): Nodes renamed from Navigation, etc.
1201
1202 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1203
7bc7d2aa
EZ
12042011-12-31 Eli Zaretskii <eliz@gnu.org>
1205
1206 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1207 (Bug#10380)
1208
b30941db
CY
12092011-12-30 Chong Yidong <cyd@gnu.org>
1210
1211 * sending.texi (Sending Mail): Document initial mail buffer name,
1212 and changed multiple mail buffer behavior.
1213 (Mail Format): Put the example at the top of the section.
1214 (Mail Headers): Move discussion of "From" to the top.
1215 (Mail Sending): Document sendmail-query-once.
1216 (Citing Mail): Make it less Rmail-specific.
1217
0ed49f93
CY
12182011-12-29 Chong Yidong <cyd@gnu.org>
1219
1220 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1221 example. Add index entries.
1222 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1223
c40a7de7
CY
12242011-12-26 Chong Yidong <cyd@gnu.org>
1225
71873e2b
SM
1226 * dired.texi (Dired Enter, Misc Dired Features):
1227 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1228 (Dired Navigation): Add index entries.
1229 (Dired Visiting): Fix View Mode xref.
1230 (Marks vs Flags): Prefer C-/ binding for undo.
1231 (Subdirectories in Dired): Add xrefs.
1232 (Misc Dired Features): Document some Emacs 24 changes. Add index
1233 entries.
1234
1235 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1236 variable, since it is explained in Minor Modes node.
1237 (Defining Abbrevs): Copyedits.
1238 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1239 C-/ binding for undo.
1240 (Dabbrev Customization): Add xrefs for case-fold-search and
1241 case-replace.
1242
1243 * dired-xtra.texi (Subdir Switches): Add xref.
1244
1245 * maintaining.texi (VC Directory Commands): Mention quit-window.
1246
3d992aa0
CY
12472011-12-25 Chong Yidong <cyd@gnu.org>
1248
1249 * maintaining.texi (Tags): Mention Semantic.
1250 (Create Tags Table, Etags Regexps): Copyedits.
1251 (Find Tag): Mention minibuffer completion.
1252 (List Tags): Mention completion-at-point. Completion is actually
1253 available in M-x list-tags.
1254
1255 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1256 Document vc-delete-file.
1257
1258 * files.texi (Misc File Ops): Mention vc-delete-file.
1259
1260 * programs.texi (Symbol Completion): Mention completion-at-point
1261 explicitly.
1262
2785d024
CY
12632011-12-22 Chong Yidong <cyd@gnu.org>
1264
1265 * maintaining.texi (Change Log Commands): Don't specially mention
1266 vc-update-change-log which is CVS-only.
1267
1268 * vc1-xtra.texi (Version Headers): Note that these are for
1269 Subversion, CVS, etc. only.
71873e2b
SM
1270 (General VC Options): De-document vc-keep-workfiles.
1271 Fix RCS-isms.
2785d024 1272
0ab39399
EZ
12732011-12-22 Eli Zaretskii <eliz@gnu.org>
1274
1275 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1276 should be @end iftex".
1277
d3098e1e
CY
12782011-12-21 Chong Yidong <cyd@gnu.org>
1279
1280 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1281 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1282 (VC Pull): Mention vc-log-incoming.
1283 (Log Buffer): Add CVS/RCS only disclaimer.
1284
1285 * vc1-xtra.texi (Remote Repositories): Update introduction.
1286 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1287 (Remote Repositories, Version Backups): Node deleted.
1288 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1289 (CVS Options): Reduce verbosity of description of obscure CVS
1290 locking feature.
1291 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1292 Tags node.
1293 (Revision Tags): Move under Miscellaneous VC subsection.
1294 (Change Logs and VC): Note that this is wrong for DVCSs.
1295 De-document log entry manipulating features.
1296 (Renaming and VC): Describe how it works on modern VCSes.
1297
1298 * files.texi (Misc File Ops): Mention vc-rename-file.
1299
1300 * programs.texi (Custom C Indent): Add index entries.
1301
47d42d81
AM
13022011-12-20 Alan Mackenzie <acm@muc.de>
1303
1304 * programs.texi (Motion in C): Update the description of C-M-a and
1305 C-M-e, they now DTRT in enclosing scopes.
1306 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1307
2edef1a0
CY
13082011-12-20 Chong Yidong <cyd@gnu.org>
1309
1310 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1311 (Old Revisions): Use it.
1312 (VCS Repositories): Add "distributed" terminology.
1313 (Log Buffer): Remove duplicate description
1314 about changesets. Fix "current VC fileset" ambiguity.
1315 (Multi-User Branching): Node deleted.
1316 (Branches, Switching Branches): Discuss decentralized version
1317 control systems.
1318 (VC Pull): New node.
1319 (Merging): Document merging on decentralized systems.
1320 (Creating Branches): Note that this is specific to CVS and related
1321 systems.
1322
bc859d5f
CY
13232011-12-19 Chong Yidong <cyd@gnu.org>
1324
1325 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1326 (VC Mode Line): Add index entry for "version control status".
1327 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1328 Document vc-revert-show-diff. De-document vc-rollback.
1329 (VC Directory Mode): Rewrite introduction. Move prefix arg
1330 documentation here from VC Directory Buffer node.
1331 (VC Directory Buffer): Use a decentralized VCS example.
1332 (VC Directory Commands): Use a table. Remove material duplicated
1333 in previous nodes on multi-file VC filsets.
1334
9cff91f8
CY
13352011-12-17 Chong Yidong <cyd@gnu.org>
1336
1337 * maintaining.texi (VCS Concepts): Make "revision" terminology
1338 less CVS-specific.
1339 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1340 Registering node.
71873e2b 1341 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1342 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1343 log buffer. Add index entries.
71873e2b
SM
1344 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1345 Use "commit" terminology.
9cff91f8
CY
1346 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1347 doesn't refer to tags tables. Note other possible forms of the
1348 revision ID. C-x v = does not save.
1349 (Registering): Note similarity to C-x v v action. Fix description
1350 of how backends are chosen. De-document vc-default-init-revision.
1351 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1352 in root log buffers.
1353
f3b316df
CY
13542011-12-16 Chong Yidong <cyd@gnu.org>
1355
1356 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1357 (Basic VC Editing): Remove redundant descriptions.
1358 (VC With A Merging VCS): Make description more general instead of
1359 CVS-specific.
1360 (VC With A Locking VCS): Use VC fileset terminology.
1361
29eabb8e
CY
13622011-12-12 Chong Yidong <cyd@gnu.org>
1363
1364 * building.texi (Executing Lisp): Fix xref for C-M-x.
1365 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1366 manual. Note that load-path is not customizable.
1367 (Lisp Eval): Note that listed commands are available globally.
1368 Explain the meaning of "defun" in the C-M-x context.
1369 (Lisp Interaction): Copyedits.
71873e2b
SM
1370 (External Lisp): Fix name of inferior Lisp buffer.
1371 Mention Scheme.
29eabb8e
CY
1372 (Compilation): Define "inferior process".
1373
cd0314dd
EZ
13742011-12-10 Eli Zaretskii <eliz@gnu.org>
1375
1376 * msdog.texi (Windows Fonts): Document how to force GDI font
1377 backend on MS-Windows.
1378
0595bd7e 13792011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1380
1381 * building.texi (Compilation): Say what the -k flag to make does.
1382 Move subprocess discussion to Compilation Shell.
1383 (Compilation Mode): Add xref for grep, occur, and mouse
1384 references. Define "locus".
1385 (Grep Searching): Use @command.
71873e2b
SM
1386 (Debuggers, Commands of GUD, GDB Graphical Interface):
1387 Clarify intro.
0595bd7e
CY
1388 (Starting GUD): Clarify how arguments are specified.
1389 (Debugger Operation): Index entry for "GUD interaction buffer",
1390 and move basic description here from Commands of GUD node.
1391 (GDB User Interface Layout): Copyedits.
1392 (Source Buffers): Remove gdb-find-source-frame, which is not in
1393 gdb-mi.el.
1394 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1395 toggle-gdb-all-registers, which are not in gdb-mi.el.
1396 Don't re-document GUD interaction buffers.
b09d01da
CY
1397
1398 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1399 (Semantic): Add cindex entries for Semantic.
1400
2a185919
CY
14012011-12-06 Chong Yidong <cyd@gnu.org>
1402
1403 * programs.texi (Man Page): Clarify how to use Man-switches.
1404 Don't bother documenting Man-fontify-manpage-flag.
1405 (Lisp Doc): Add xref to Name Help node.
1406 (Hideshow): Add cindex. Mention role of ellipses, and default
1407 value of hs-isearch-open. Don't bother documenting
1408 hs-special-modes-alist.
1409 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1410 changing the window manager binding of M-TAB.
1411
ebf10822
CY
14122011-12-05 Chong Yidong <cyd@gnu.org>
1413
1414 * programs.texi (Comment Commands): Fix description of for M-; on
1415 blank lines. Move documentation of comment-region here.
1416 (Multi-Line Comments): Clarify the role of comment-multi-line.
1417 Refer to Comment Commands for comment-region doc.
1418 (Options for Comments): Refer to Multi-Line Comments for
1419 comment-multi-line doc, instead of duplicating it. Fix default
1420 values of comment-padding and comment-start-skip.
1421
ec7ae032
CY
14222011-12-04 Chong Yidong <cyd@gnu.org>
1423
1424 * programs.texi (Program Modes): Mention modes that are not
1425 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1426 Add index entry for backward-delete-char-untabify.
1427 Mention prog-mode-hook.
ec7ae032
CY
1428 (Which Function): Use "global minor mode" terminology.
1429 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1430 in Indentation chapter to avoid duplication.
1431 (Expressions): Copyedit.
1432 (Matching): Document Electric Pair mode.
1433
1434 * ack.texi (Acknowledgments):
1435 * rmail.texi (Movemail, Other Mailbox Formats):
1436 * frames.texi (Frames): Don't capitalize "Unix".
1437
a24bf23e
CY
14382011-12-04 Chong Yidong <cyd@gnu.org>
1439
1440 * text.texi (Nroff Mode): Mention what nroff is.
1441 (Text Based Tables, Table Recognition): Don't say "Table mode"
1442 since it's not a major or minor mode.
1443 (Text Based Tables): Reduce the size of the example.
1444 (Table Definition): Clarify definitions.
1445 (Table Creation): Add key table.
1446 (Cell Commands): Use kbd for commands.
1447 (Table Rows and Columns): Combine nodes Row Commands and Column
1448 Commands.
1449 (Fixed Width Mode): Node deleted; contents moved to parent.
1450 (Table Conversion): Shorten example.
1451 (Measuring Tables): Merge into Table Misc.
1452
8863a584
CY
14532011-12-03 Chong Yidong <cyd@gnu.org>
1454
1455 * text.texi (TeX Mode): Mention AUCTeX package.
1456 (TeX Editing): Add xref to documentation for Occur.
1457 (LaTeX Editing): Add xref to Completion node.
1458 (TeX Print): Fix description of tex-directory.
71873e2b 1459 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1460 its subnodes less verbose, since text/enriched files are
1461 practically unused.
71873e2b 1462 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1463 (Format Colors): Node deleted.
71873e2b 1464 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1465 for applying colors too.
1466 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1467
1468 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1469
1470 * display.texi (Colors): New node.
1471
1472 * cmdargs.texi (Colors X):
1473 * xresources.texi (GTK styles):
1474 * custom.texi (Face Customization): Reference it.
1475
1476 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1477 Link to Fill Commands for Justification entry.
1478
6fdebe93
EZ
14792011-12-03 Eli Zaretskii <eliz@gnu.org>
1480
1481 * display.texi (Auto Scrolling): More accurate description of what
1482 scroll-*-aggressively does, including the effect of non-zero
1483 margin. Fix "i.e." markup.
1484
95ca9bc7
CY
14852011-12-02 Chong Yidong <cyd@gnu.org>
1486
1487 * text.texi (Pages): Mention how formfeed chars are displayed.
1488 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1489 Describe adaptive filling more precisely.
1490 (Fill Commands): Note that filling removes excess whitespace.
1491 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1492 now bound to indent-for-tab-command in Text mode.
1493 (Outline Mode): Copyedits.
1494 (Outline Visibility): Note that Reveal mode is a buffer-local
1495 minor mode.
1496
1497 * modes.texi (Major Modes): Move note about checking major-mode in
1498 a hook function here, from Text mode.
1499
6d262977
CY
15002011-11-28 Chong Yidong <cyd@gnu.org>
1501
b22b1918
CY
1502 * text.texi (Words): Add xref to Position Info.
1503 (Paragraphs): Add xref to Regexps.
1504
6d262977
CY
1505 * indent.texi (Indentation): Rewrite introduction. Move table to
1506 Indentation Commands node.
1507 (Indentation Commands): Add index entries to table. Copyedits.
1508 (Tab Stops, Just Spaces): Copyedits.
1509 (Indent Convenience): New node. Document electric-indent-mode.
1510
1511 * programs.texi (Basic Indent):
1512 * windows.texi (Pop Up Window): Fix kindex entry.
1513
dc95a8b0
CY
15142011-11-28 Chong Yidong <cyd@gnu.org>
1515
1516 * modes.texi (Major Modes): Move major-mode variable doc here from
1517 Choosing Modes. Document describe-mode. Document prog-mode-hook
1518 and text-mode-hook. Add example of using hooks.
1519 (Minor Modes): Document behavior of mode command calls from Lisp.
1520 Note that setting the mode variable using Customize will DTRT.
1521 (Choosing Modes): Add example of setting a minor mode using a
1522 local variable.
1523
b63a8e8e
CY
15242011-11-27 Chong Yidong <cyd@gnu.org>
1525
1526 * frames.texi (Creating Frames): Move frame parameter example to
1527 Frame Parameters node.
1528 (Frame Commands): C-x 5 o does not warp the mouse by default.
1529 (Fonts): Add more GTK-style properties; also, they should be
1530 capitalized.
1531 (Special Buffer Frames): Node deleted; special-display is on the
1532 way out.
1533 (Frame Parameters): Example moved here from Creating Frames.
1534 Clarify that default-frame-alist affects the initial frame too.
1535 Delete auto-raise-mode and auto-lower-mode.
1536 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1537 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1538
1539 * windows.texi (Window Choice): Add xref to Lisp manual for
1540 special-display-*.
1541
a3dcc84e
EZ
15422011-11-26 Eli Zaretskii <eliz@gnu.org>
1543
1544 * display.texi (Text Display): Update the description,
1545 cross-references, and indexing related to display of control
1546 characters and raw bytes.
1547
4ad3bc2a
CY
15482011-11-25 Chong Yidong <cyd@gnu.org>
1549
1550 * frames.texi (Frames): Rewrite introduction.
1551 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1552 Mouse-3 does not copy to kill ring by default. DEL does not
1553 behave specially for mouse commands any more.
1554 (Mouse References): Document mouse-1-click-follows-link more
1555 thoroughly.
1556 (Menu Mouse Clicks): Move footnote to the main text and add xref
1557 to Init Rebinding node.
1558 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1559
1560 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1561
20db1522
JB
15622011-11-24 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * display.texi (Font Lock): Fix typo.
1565
01d06b1f
GM
15662011-11-24 Glenn Morris <rgm@gnu.org>
1567
1568 * rmail.texi (Rmail Output):
1569 Mention rmail-automatic-folder-directives. (Bug#9657)
1570
0cbaa1d5
CY
15712011-11-21 Chong Yidong <cyd@gnu.org>
1572
1573 * mark.texi (Global Mark Ring): Fix description of global mark
1574 ring (Bug#10032).
1575
fe7a3057
JB
15762011-11-20 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * msdog.texi (Windows Fonts): Fix typo.
1579
b6e63cbe
GM
15802011-11-17 Glenn Morris <rgm@gnu.org>
1581
1582 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1583
58179cce
JB
15842011-11-16 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * killing.texi (Rectangles):
7877f373
JB
1587 * misc.texi (Document View):
1588 * modes.texi (Choosing Modes):
1589 * msdog.texi (Windows Fonts):
58179cce
JB
1590 * regs.texi (Rectangle Registers):
1591 * search.texi (Isearch Yank): Fix typos.
1592
291d142b
CY
15932011-11-06 Chong Yidong <cyd@gnu.org>
1594
1595 * windows.texi (Basic Window): Add xref to Cursor Display.
1596 (Split Window): Document negative arg for splitting commands.
1597 (Other Window): Document mouse-1 in text area of window.
1598 (Change Window): Don't mention window attributes, since they
1599 aren't defined. C-x 1 can't be used with minibuffer windows.
1600 Windows are no longer auto-deleted.
1601 (Window Choice): Add xref to Choosing Window in Lisp manual.
1602 (Window Convenience): Note that windmove disables shift-selection.
1603 Move M-x compare-windows here from Other Window node.
1604
1605 * custom.texi (Mouse Buttons):
1606 * search.texi (Isearch Scroll):
1607 * windows.texi (Split Window): Use new names split-window-below
1608 and split-window-right.
1609
a7ef684b
JB
16102011-10-26 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * emacs.texi (Top): Fix typo.
1613
d53e1747
GM
16142011-10-25 Glenn Morris <rgm@gnu.org>
1615
1616 * abbrevs.texi (Saving Abbrevs):
1617 quietly-read-abbrev-file is not a command. (Bug#9866)
1618
e7a3ff06
CY
16192011-10-24 Chong Yidong <cyd@gnu.org>
1620
1621 * display.texi (Scrolling): Document scroll-up-line and
1622 scroll-down-line. Document scroll-command property.
1623 (Recentering): New node, split off from Scrolling.
1624
86c60681
CY
16252011-10-23 Chong Yidong <cyd@gnu.org>
1626
da97a9e6
CY
1627 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1628 (Tool Bars): Copyedits.
1629
86c60681
CY
1630 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1631
d195726a
CY
16322011-10-22 Chong Yidong <cyd@gnu.org>
1633
1634 * windows.texi (Displaying Buffers): Fix broken lispref link.
1635
a70e06c1
CY
16362011-10-22 Chong Yidong <cyd@gnu.org>
1637
1638 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1639 Move confirm-nonexistent-file-or-buffer discussion here.
1640
1641 * files.texi (File Names, Visiting): Move detailed discussion of
1642 minibuffer confirmation to Minibuffer Exit.
1643
1644 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1645 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1646
bfd779dd
CY
16472011-10-21 Chong Yidong <cyd@gnu.org>
1648
1649 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1650 (Backup Copying): backup-by-copying-when-mismatch is now t.
1651 (Customize Save): Fix description of require-final-newline.
1652 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1653 (Auto Save Control): Clarify.
1654 (File Archives): Add 7z.
1655 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1656
1657 * arevert-xtra.texi (Autorevert): Copyedits.
1658
6e317956
CY
16592011-10-20 Chong Yidong <cyd@gnu.org>
1660
1661 * custom.texi (Hooks, Init Examples):
1662 * display.texi (Font Lock):
1663 * fixit.texi (Spelling):
1664 * rmail.texi (Rmail Display): Minor mode function with no arg now
1665 enables it.
1666
1667 * fixit.texi (Spelling): Fix description of inline completion.
1668
5abc31ef
CY
16692011-10-19 Chong Yidong <cyd@gnu.org>
1670
1671 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1672 entries.
1673 (Isearch Yank): Document isearch-yank-pop.
1674 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1675 (Other Repeating Search): Document Occur Edit mode.
1676
939db9ac
CY
16772011-10-18 Chong Yidong <cyd@gnu.org>
1678
1679 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1680 from Line Truncation node.
1681 (Standard Faces): Note that only the background of the cursor face
1682 has an effect.
1683 (Cursor Display): Fix descriptions of cursor face
1684 and bar cursor blinking.
1685 (Text Display): Document nobreak-char-display more clearly.
1686 (Line Truncation): Add xref to Split Window node.
1687 (Display Custom): Don't bother documenting baud-rate or
1688 no-redraw-on-reenter.
1689
1690 * search.texi (Slow Isearch): Node removed.
1691
80c6d77f
GM
16922011-10-18 Glenn Morris <rgm@gnu.org>
1693
1694 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1695
d366bd53
CY
16962011-10-18 Chong Yidong <cyd@gnu.org>
1697
1698 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1699 of list-faces-display here, from Standard Faces node.
1700 Note special role of `default' background.
1701 (Standard Faces): Note special role of `default' background.
1702 Note that region face may be taken fom GTK. Add xref to Text Display.
1703 (Text Scale): Rename from "Temporary Face Changes".
1704 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1705 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1706 (Useless Whitespace): Simplify description of
1707 delete-trailing-whitespace. Note active region case.
1708 (Text Display): Fix description of escape-glyph face assignment.
1709 Remove unibye mode discussion. Update some parts for Unicode.
1710 Move glyphless chars documentation to Lisp manual.
1711
1712 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1713
21100e7d
CY
17142011-10-15 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * display.texi (Scrolling): Tweak explanation of scroll direction.
1717 (View Mode): Add index entries.
1718
1719 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1720
1721 * regs.texi (Text Registers): C-x r i does not activate the mark.
1722 (Bookmarks): Document new default bookmark location.
1723
50b063c3
CY
17242011-10-13 Chong Yidong <cyd@stupidchicken.com>
1725
71873e2b
SM
1726 * killing.texi (Deletion): Add xref to Using Region.
1727 Document delete-forward-char.
50b063c3
CY
1728 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1729 description here. Recommend C-u C-SPC for jumping to mark.
1730 (Kill Ring): Move kill ring variable documentation here.
1731 (Primary Selection): Copyedits.
1732 (Rectangles): Document new command rectangle-number-lines.
1733 (CUA Bindings): Note that this disables the mark-even-if-inactive
1734 behavior for C-x and C-c.
1735
1736 * mark.texi (Mark): Mention "active region" terminology.
1737 (Using Region): Document delete-active-region.
1738
e1a3f5b1
CY
17392011-10-12 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * mark.texi (Mark): Clarify description of disabled Transient Mark
1742 mode (Bug#9689).
1743 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1744 selection changes. Mention that commands like C-y set the mark.
1745 (Marking Objects): Add xref to Words node. Note that mark-word
1746 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1747 (Using Region): Mention M-$ in the table.
1748 Document mark-even-if-inactive here instead of in Mark Ring.
1749 (Mark Ring): Move mark-even-if-inactive to Using Region.
1750 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1751 (Disabled Transient Mark): Rename from "Persistent Mark"
1752 (Bug#9688). Callers changed.
1753
1754 * programs.texi (Expressions):
1755 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1756
3dc62b2b
CY
17572011-10-09 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1760 option" terminology.
1761 (Key Help): Add command names. Define "documentation string".
1762 (Name Help): Remove an over-long joke.
1763 (Apropos): Document prefix args. Remove duplicated descriptions.
1764 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1765 (Package Keywords): Rename from "Library by Keyword".
1766 Describe new package menu interface.
3dc62b2b 1767 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1768
1769 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1770 (Minibuffer History): Document numeric args to history commands.
de09aa52 1771
2d3fe5d7
EZ
17722011-10-08 Eli Zaretskii <eliz@gnu.org>
1773
1774 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1775
b2b0776e
CY
17762011-10-08 Chong Yidong <cyd@stupidchicken.com>
1777
71873e2b
SM
1778 * basic.texi (Position Info): Omit page commands.
1779 Document count-words-region and count-words.
b2b0776e
CY
1780
1781 * text.texi (Pages): Move what-page documentation here.
1782
27a16462
CY
17832011-10-08 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1786 Remote Files node instead of linking directly to the Tramp manual.
1787 (Minibuffer Edit): Add xref to Blank Lines.
1788 (Completion): Add xref to Symbol Completion. Remove redundant
1789 example, which is repeated in the next node.
1790 (Completion Commands): Minor clarifications.
1791 (Completion Styles): New node, split from Completion Commands.
1792 Document substring and initials styles.
1793 (Strict Completion): Remove information duplicated in other nodes.
1794 (Completion Options): Consolidate case difference discussion here.
1795
1796 * help.texi (Help Mode): Fix kindex entries.
1797
1798 * files.texi (File Names): Add index entries.
1799
de0bde62
CY
18002011-10-07 Chong Yidong <cyd@stupidchicken.com>
1801
71873e2b
SM
1802 * basic.texi (Inserting Text): Add xref to Completion.
1803 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1804 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1805 to left/right. Tweak left-char and right-char descriptions.
1806 M-left and M-right are now bound to left-word/right-word.
1807 (Erasing): Document delete-forward-char.
1808
1809 * screen.texi (Screen, Menu Bar): Copyedits.
1810 (Point): Remove duplicate paragraph on cursors, also in Screen.
1811 (Mode Line): Trailing dashes no longer shown on X displays.
1812
1813 * frames.texi (Non-Window Terminals): Index just "text-only
1814 terminal", which is used throughout the manual now.
1815
1816 * entering.texi (Entering Emacs): Define "startup screen".
1817 Document window-splitting behavior with command-line inputs.
1818 (Exiting): Remove obsolete paragraph about shells without suspend
1819 functionality.
1820
1821 * commands.texi (User Input): Define "input event" more clearly.
1822 (Keys): Add xref to Echo Area.
1823 (Commands): Clarify relation between commands and functions.
1824
453e4522
CY
18252011-10-06 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * misc.texi (emacsclient Options): Document how emacsclient runs
1828 the Emacs daemon (Bug#9674).
1829
550f41cd
CY
18302011-10-01 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * basic.texi (Moving Point):
1833 * custom.texi (Mouse Buttons):
1834 * rmail.texi (Rmail Scrolling):
1835 * search.texi (Isearch Scroll):
550f41cd
CY
1836 * display.texi (Scrolling): Replace scroll-up/down with
1837 scroll-up/down-command. Fix scroll-preserve-screen-position
1838 description. Document scroll-error-top-bottom.
1839
9229fe87
GM
18402011-09-30 Glenn Morris <rgm@gnu.org>
1841
1842 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1843
0a2132ba
CY
18442011-09-24 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * windows.texi (Pop Up Window): Defer discussion of window
1847 splitting to the Window Choice node. Add index entries.
1848 (Force Same Window): Node deleted.
1849 (Displaying Buffers, Window Choice): New nodes.
1850
1851 * buffers.texi (Select Buffer): Clarify description of
1852 buffer-switching commands. Add xref to Window Display node.
1853 Don't repeat confirm-nonexistent-file-or-buffer description from
1854 Visiting node. Remove even-window-heights.
1855
1856 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1857
33ed493b
CY
18582011-09-18 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1861
1862 * xresources.texi (Table of Resources): Fix documentation of
1863 bitmapIcon.
1864
92fa95ad
CY
18652011-09-15 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1868
16254627
EH
18692011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1870
1871 * frames.texi (Frame Commands): Note that delete-other-frames only
1872 deletes frames on current terminal.
1873
c3760c17
EZ
18742011-09-10 Eli Zaretskii <eliz@gnu.org>
1875
1876 * sending.texi (Mail Misc): Document mail-add-attachment.
1877
69b8be97
EZ
18782011-09-04 Eli Zaretskii <eliz@gnu.org>
1879
1880 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1881
3fd50d5c
CY
18822011-08-29 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1885
e2aeef63
CY
18862011-08-28 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * files.texi (File Archives):
1889 * cal-xtra.texi (Diary Display):
1890 * help.texi (Help Mode): Add xref to View Mode.
1891
ddb54206
CY
18922011-08-28 Chong Yidong <cyd@stupidchicken.com>
1893
a6326082
CY
1894 * display.texi (View Mode): New node. Move view-file here from
1895 Misc File Ops. Move view-buffer here from Misc Buffer.
1896
1897 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1898
04e2ce72 1899 * files.texi (Misc File Ops): Document new
a6326082 1900 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1901
1902 * dired.texi (Dired Deletion): Shorten description of Trash.
1903
ddb54206
CY
1904 * misc.texi (emacsclient Options): Document server-port.
1905
bd206ce5
EZ
19062011-08-27 Eli Zaretskii <eliz@gnu.org>
1907
1908 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1909 even on MS-Windows. Fix a typo.
1910
d43f5a42
CY
19112011-08-26 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * package.texi: New file, documenting the package manager.
1914
1915 * emacs.texi: Include it.
1916
1917 * help.texi (Help Summary): Add describe-package.
1918
e0b1591b
CY
19192011-08-25 Chong Yidong <cyd@stupidchicken.com>
1920
856ce114
CY
1921 * misc.texi (Printing): Convert subnodes into subsections.
1922
f404f8bc
CY
1923 * text.texi (Two-Column): Move into Text chapter.
1924
1925 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1926 Files section. Convert from chapter into section.
1927
1928 * display.texi (Narrowing): Move into display chapter.
1929
e0b1591b
CY
1930 * sending.texi (Sending Mail):
1931 * rmail.texi (Rmail):
1932 * misc.texi (Gnus, Document View):
1933 * dired.texi (Dired):
1934 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1935
75bfc667
JL
19362011-08-07 Juri Linkov <juri@jurta.org>
1937
1938 * dired.texi (Operating on Files): Rewrite according to the fact
1939 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1940
fe676f91
MA
19412011-07-30 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1944 remote file name completion. (Bug#9197)
1945
4cc60b9b
EZ
19462011-07-28 Eli Zaretskii <eliz@gnu.org>
1947
1948 * mule.texi (Bidirectional Editing): Document the fact that
1949 bidi-display-reordering is t by default.
1950
89671e16
LMI
19512011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1952
1953 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1954 explicitly (bug#8904).
1955
fb23ecc2
LMI
19562011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1957
1958 * trouble.texi (Checklist): Use an `M-x' example instead of an
1959 Emacs Lisp form to switch on the dribble file (bug#8056).
1960
465c5fc8
LMI
19612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1962
1963 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1964
90a6258b
GM
19652011-07-13 Glenn Morris <rgm@gnu.org>
1966
1967 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1968
c7588364
LMI
19692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * mark.texi (Mark Ring): Clarify how many locations are saved
1972 (bug#5770).
1973 (Global Mark Ring): Ditto.
1974
4cb4f3ba
LMI
19752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1976
d648feab
LMI
1977 * text.texi (Table Recognition): Use "at point" instead of "under
1978 point" (bug#4345).
1979
4cb4f3ba
LMI
1980 * display.texi (Cursor Display): Mention `cursor-type'.
1981
1982 * screen.texi (Point): Clarify that it's only if you use a block
1983 cursor that it appears to be on a character (bug#4345).
1984
ecd0b990
CY
19852011-07-12 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * misc.texi (Amusements): Move dissociated press here, from its
1988 own section.
1989
1990 * emacs.texi (Top): Update node listing.
1991
c2fd0368
LMI
19922011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1993
1994 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1995 clarity (bug#3523).
1996
fdeb32ec
CY
19972011-07-12 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * cmdargs.texi (Initial Options): Document --no-site-lisp.
2000 (Misc X): Document --parent-id.
2001
2002 * frames.texi (Frame Commands): Note that focus-follows-mouse now
2003 defaults to nil.
2004
2005 * misc.texi (emacsclient Options): Document --parent-id.
2006
2007 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2008
f584ca38
LMI
20092011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * emacs.texi: Use "..." instead of ``...'' in the menus
2012 (bug#3503).
2013
963578d3
CY
20142011-07-11 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * killing.texi (Primary Selection): Document `only' setting for
2017 select-active-regions.
2018
2019 * mark.texi (Setting Mark): Reference Shift Selection node.
2020
2021 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2022
a30ed87b
LMI
20232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2024
47076272
LMI
2025 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2026 motion keys" (bug#3503).
2027
a30ed87b
LMI
2028 * emacs.texi: Change all the register node names from "RegPos"
2029 (etc.) to "Positional Registers" (etc.) (bug#3314).
2030
4d45a8b7
CY
20312011-07-11 Chong Yidong <cyd@stupidchicken.com>
2032
2033 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2034 (Other Kill Commands, Kill Options): Copyedits.
2035 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2036 (Yanking): Move yank-excluded properties discussion here.
2037 (Cut and Paste): Move from frames.texi. Update subnodes to
2038 describe x-select-enable-clipboard case.
2039
2040 * frames.texi: Move Cut and Paste node and subnodes into
2041 killing.texi, except Mouse Commands and Word and Line Mouse.
2042
c160ddee
AM
20432011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2044
2045 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2046
3329e6e3
LMI
20472011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2048
32a214fe
LMI
2049 * screen.texi (Mode Line): Clarify that coding systems are
2050 characters, not letters (bug#1749).
2051
3329e6e3
LMI
2052 * cmdargs.texi (Environment): Mention removing variables
2053 (bug#1615). Text suggested by Kevin Rodgers.
2054
8875da1e
CY
20552011-07-10 Chong Yidong <cyd@stupidchicken.com>
2056
54806e45
CY
2057 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2058
8875da1e
CY
2059 * modes.texi: Rename from major.texi.
2060 (Modes): New node. Make Major Modes and Minor Modes subsections
2061 of this. All callers changed.
2062
2063 * custom.texi (Minor Modes): Move to modes.texi.
2064
7847b2a1
CY
20652011-07-10 Chong Yidong <cyd@stupidchicken.com>
2066
6cfd0fa2
CY
2067 * custom.texi (Syntax): Node deleted.
2068
2069 * help.texi (Help Summary):
2070 * major.texi (Major Modes):
2071 * programs.texi (Parentheses):
2072 * search.texi (Regexp Backslash, Regexp Backslash)
2073 (Regexp Backslash):
2074 * text.texi (Words): Callers changed.
2075
7847b2a1
CY
2076 * text.texi (Refill, Longlines): Delete nodes.
2077
2078 * ack.texi (Acknowledgments): Longlines removed from manual.
2079
2080 * emacs.texi (Top): Update node listing.
2081
2a71c436
GM
20822011-07-09 Glenn Morris <rgm@gnu.org>
2083
2084 * fortran-xtra.texi (Fortran): Update handled extensions.
2085
61436e9f
LMI
20862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * display.texi (Scrolling): `C-v' (etc) are now bound to
2089 `scroll-*-command' (bug#8349).
2090
6e560c71
LMI
20912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
48954a09 2093 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2094 doesn't actually delete any files (bug#7125).
2095
2904fd97
LMI
2096 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2097 argument for `C-c C-k' (bug#7391).
2098
6e560c71
LMI
2099 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2100 you're currently using (bug#8489).
2101
978ff6c5
EZ
21022011-07-01 Eli Zaretskii <eliz@gnu.org>
2103
2104 * mule.texi (Coding Systems): Move index entries from the previous
2105 change into their proper places.
2106
0d742084
LMI
21072011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
31976bd5
LMI
2109 * help.texi (Help Files): Document view-external-packages (bug#8902).
2110
0d742084
LMI
2111 * mule.texi (Coding Systems): Put a few more of the coding systems
2112 into the index (bug#8900).
2113
9f678528
GM
21142011-06-26 Glenn Morris <rgm@gnu.org>
2115
2116 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2117
18a4ce5e
AR
21182011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2119
2120 * misc.texi (emacsclient Options): Mention --frame-parameters.
2121
f0da764a
GM
21222011-06-09 Glenn Morris <rgm@gnu.org>
2123
2124 * custom.texi (Specifying File Variables):
2125 Recommend explicit arguments for minor modes.
2126
b047e7ac
PE
21272011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2128
2129 Document wide integers better.
2130 * buffers.texi (Buffers):
001903b5
PE
2131 * files.texi (Visiting): Document maxima for 64-bit machines,
2132 and mention virtual memory limits.
b047e7ac 2133
bf41276f
CY
21342011-05-28 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2137
2138 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2139 prog mode (Bug#8240).
2140
e145f188
GM
21412011-05-27 Glenn Morris <rgm@gnu.org>
2142
2143 * custom.texi (Specifying File Variables):
2144 Major modes no longer need come first.
2145
313f790e
CY
21462011-05-22 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2149 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2150
c136e5cd
GM
21512011-05-18 Glenn Morris <rgm@gnu.org>
2152
2153 * ack.texi (Acknowledgments): Remove fakemail.c.
2154
c71a0d48 21552011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2156
2157 Fixes for fitting text into 7x9 printed manual.
2158 * building.texi (Flymake, Breakpoints Buffer):
2159 * calendar.texi (Appointments):
2160 * cmdargs.texi (General Variables, Display X):
2161 * custom.texi (Saving Customizations, Face Customization)
2162 (Directory Variables, Minibuffer Maps, Init Rebinding):
2163 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2164 * fixit.texi (Spelling):
2165 * frames.texi (Creating Frames, Fonts):
2166 * help.texi (Help Files):
2167 * mini.texi (Minibuffer File):
2168 * misc.texi (emacsclient Options, Emulation):
2169 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2170 * mule.texi (International Chars, Language Environments)
2171 (Select Input Method, Modifying Fontsets, Charsets):
2172 * programs.texi (Custom C Indent):
2173 * rmail.texi (Rmail Labels):
2174 * text.texi (Table Conversion):
2175 * trouble.texi (Known Problems, Known Problems):
2176 * windows.texi (Change Window):
2177 * xresources.texi (GTK resources): Reflow text and re-indent code
2178 examples to avoid TeX overflows and underflows on 7x9 paper.
2179
2180 * emacs.texi: Fix the (commented out) smallbook command.
2181
2182 * macos.texi (Mac / GNUstep Events):
2183 * xresources.texi (Lucid Resources): Remove extraneous examples.
2184
b8f82dc1
GM
21852011-05-10 Glenn Morris <rgm@gnu.org>
2186
2187 * custom.texi (Specifying File Variables):
2188 Deprecate using mode: for minor modes.
2189
d306b4da
GM
21902011-05-07 Glenn Morris <rgm@gnu.org>
2191
2192 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2193
548d0a63
GM
21942011-05-06 Glenn Morris <rgm@gnu.org>
2195
5006e634
GM
2196 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2197
548d0a63
GM
2198 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2199
e793a940
LMI
22002011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2201
2202 * misc.texi (Emacs Server): Document `server-eval-at'.
2203
7031be6d
UR
22042011-04-24 Chong Yidong <cyd@stupidchicken.com>
2205
71873e2b
SM
2206 * maintaining.texi (List Tags): Document next-file.
2207 Suggested by Uday S Reddy.
7031be6d 2208
4ffd0d6b 22092011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2210
2211 * mini.texi (Minibuffer Edit):
2212 * screen.texi (Mode Line): Fix typo.
2213
1c6c854e
CS
22142011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2215
024ff170 2216 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2217
c5c9f40f
CY
22182011-03-26 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2221
09725d26
EZ
22222011-03-30 Eli Zaretskii <eliz@gnu.org>
2223
2224 * display.texi (Auto Scrolling): Document the limit of 100 lines
2225 for never-recentering scrolling with `scroll-conservatively'.
2226 (Bug#6671)
2227
09d9db2c 22282011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2229
2230 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2231 HOME on Windows and where it looks for init files. (Bug#8221)
2232
62d94509
EZ
22332011-03-10 Eli Zaretskii <eliz@gnu.org>
2234
2235 * search.texi (Regexp Example):
2236 * mule.texi (International Chars):
2237 * building.texi (External Lisp): Don't use characters outside
2238 ISO-8859-1.
2239
0286d9de
EZ
22402011-03-09 Eli Zaretskii <eliz@gnu.org>
2241
1c6c854e
CS
2242 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2243 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2244
2245 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2246
114902a5 2247 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2248 (Bug#8210)
2249
0afb4571
J
22502011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2251
2252 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2253 for Gtk+ 3.
2254
bb3865e8
GM
22552011-03-08 Glenn Morris <rgm@gnu.org>
2256
6446548e
GM
2257 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2258 * emacs.texi (Acknowledgments):
2259 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2260 * emacs.texi: Set documentencoding.
6446548e 2261
bb3865e8
GM
2262 * display.texi (Optional Mode Line): Don't mention exactly where
2263 display-time appears. (Bug#8193)
2264
33383987
JB
22652011-03-07 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * Version 23.3 released.
2268
892777ba
CY
22692011-03-06 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2272
0b973fc5
DW
22732011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2274
2275 * misc.texi (emacsclient Options): Add q/quiet.
2276
8ef5a2f2
GM
22772011-03-02 Glenn Morris <rgm@gnu.org>
2278
2279 * mule.texi (Communication Coding) <x-select-request-type>:
2280 Remove duplicate (essentially) paragraph. (Bug#8148)
2281
bd106056
CS
22822011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2283
2284 * maintaining.texi (Format of ChangeLog): Add reference to
2285 add-log-full-name.
2286 (Change Log Commands): Add documentation for combining multiple
2287 symbols in one change.
2288
6640b281
GM
22892011-03-01 Glenn Morris <rgm@gnu.org>
2290
2291 * custom.texi (Directory Variables):
2292 Give an example of excluding subdirectories.
2293
2b0c7330 22942011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2295
2296 * search.texi (Regexp Search): Move index entries about regexps to the
2297 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2298
8c62c205
GM
22992011-02-19 Glenn Morris <rgm@gnu.org>
2300
2301 * dired.texi (Dired): Dired-X version number was dropped.
2302
3928f2b6
JD
23032011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2304
2305 * xresources.texi (X Resources): Remove *faceName and replace it with
2306 *font for Lucid.
2307
a41c8660
CY
23082011-02-05 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * rmail.texi (Rmail Display): Document Rmail MIME support more
2311 accurately.
2312
2313 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2314 vc-log-outgoing.
2315 (Merging): Document vc-find-conflicted-file.
2316
233ba4d9 23172011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2318
2319 * custom.texi (Variables): Fix typo.
2320
14beddf4 23212011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2322
65401ee3
CY
2323 * search.texi (Regexps): Copyedits. Mention character classes
2324 (Bug#7809).
2325
19f81ecf
CY
2326 * files.texi (File Aliases): Restore explanatory text from Eli
2327 Zaretskii, accidentally removed in 2011-01-08 commit.
2328
bf3dae7e
EZ
23292011-01-29 Eli Zaretskii <eliz@gnu.org>
2330
2331 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2332 (MAKEINFO_OPTS): New variable.
2333 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2334 (emacs.html): New target.
2335 (clean): Remove emacs.html.
2336
45eb2a5d
WL
23372011-01-23 Werner Lemberg <wl@gnu.org>
2338
2339 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2340 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2341 (ENVADD): Updated.
2342
9acfe703
GM
23432011-01-18 Glenn Morris <rgm@gnu.org>
2344
2345 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2346
2347 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2348
362b9d48
GM
23492011-01-15 Chong Yidong <cyd@stupidchicken.com>
2350
bb033b5f
CY
2351 * building.texi (Compilation): Improve instructions for running two
2352 compilations (Bug#7573).
2353
b024d9f0
MD
2354 * files.texi (Backup Names): Document the new location of the
2355 last-resort backup file.
2356
362b9d48
GM
2357 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2358 manual. Explain why directory-abbrev-alist elements should be anchored
2359 (Bug#7777).
2360
23612011-01-15 Eli Zaretskii <eliz@gnu.org>
2362
2363 * msdog.texi (Windows Startup): Correct inaccurate description of
2364 differences between emacsclient.exe and emacsclientw.exe.
2365
7c420169 23662011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2367
2368 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2369
7c420169 23702011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2371
2372 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2373
7c420169 23742011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2375
2d34d523
EZ
2376 * frames.texi (Cut and Paste): Modify the section's name and text:
2377 don't mix "cut/paste" with "kill/yank".
2378 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2379 (Bug#7702)
2380
88ab4340
EZ
2381 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2382
7c420169 23832011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2384
2385 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2386 matches its position in the menu. (Bug#7674)
2387
7c420169 23882011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2389
2390 * trouble.texi (Checklist): Mention not replying via news either.
2391
92bb6c52
TH
23922010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2393
2394 * misc.texi (Document View): Update DocView section with newly
2395 supported document formats.
2396
b103c904
CY
23972010-12-21 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * killing.texi: Resection the Info version to conform to the
2400 printed manual, to avoid making sections on Accumulating Text, CUA
2401 and Rectangles into full chapters.
2402
f49d1f52 24032010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2404
2405 * custom.texi (Init Syntax): Add index entries for "character syntax".
2406 (Bug#7576)
2407
f49d1f52 24082010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2409
2410 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2411
f49d1f52 24122010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2413
2414 * trouble.texi (Checklist): Fix typo in newsgroup name.
2415
f49d1f52 24162010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2417
2418 * search.texi (Word Search): Note that the lazy highlight always
2419 matches to whole words (Bug#7470).
2420
f49d1f52 24212010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2422
4f1948eb
EZ
2423 * display.texi (Optional Mode Line): Make the description of
2424 load-average more accurate.
2425
b8a9e136
EZ
2426 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2427 registry, with a cross-reference.
62d72a4a
EZ
2428 (Windows Startup): New node. Move the stuff about the current
2429 directory from "Windows HOME".
b8a9e136 2430
07976ae3 24312010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2432
2433 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2434 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2435
07976ae3 24362010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2437
2438 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2439 Suggested by Štěpán Němec.
2440
07976ae3 24412010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2442
1aaae3f3
CY
2443 * maintaining.texi (Version Control): Say "commit", not "check in".
2444 (Version Control Systems): Simplify descriptions.
2445 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2446 VCS Concepts.
2447 (VC Mode Line): Update example.
2448 (Old Revisions): Document revert-buffer for vc-diff.
2449 (Log Buffer): Promote to a subsection. Document header lines.
2450
1c6c854e
CS
2451 * macos.texi (Mac / GNUstep Basics):
2452 Document ns-right-alternate-modifier.
ec8a6295 2453
1aaae3f3
CY
2454 * emacs.texi (Top): Update node listing.
2455
0eb025fb
EZ
24562010-11-13 Eli Zaretskii <eliz@gnu.org>
2457
2458 * rmail.texi (Rmail Coding): Characters with no fonts are not
2459 necessarily displayed as empty boxes.
2460
2461 * mule.texi (Language Environments, Fontsets): Characters with no
2462 fonts are not necessarily displayed as empty boxes.
2463
2464 * display.texi (Text Display): Document display of glyphless
2465 characters.
2466
ea4f7750
GM
24672010-11-13 Glenn Morris <rgm@gnu.org>
2468
2469 * basic.texi (Position Info): Add M-x count-words-region.
2470
90639cea
GM
24712010-11-11 Glenn Morris <rgm@gnu.org>
2472
2473 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2474
d607b96b 24752010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2476
2477 * msdog.texi (Windows HOME): Add information regarding startup
2478 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2479
c12e4a81
GM
24802010-10-11 Glenn Morris <rgm@gnu.org>
2481
df187c62
GM
2482 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2483
c12e4a81
GM
2484 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2485 (DVIPS): New variable.
234db610
GM
2486 (.PHONY): Add html, ps.
2487 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2488 (clean): Delete html, ps files.
c12e4a81 2489
6513b232
EZ
24902010-10-09 Eli Zaretskii <eliz@gnu.org>
2491
2492 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2493
f4f358f1
GM
24942010-10-09 Glenn Morris <rgm@gnu.org>
2495
c1dc72b3
GM
2496 * Makefile.in (VPATH): Remove.
2497 (infodir): Make it absolute.
2498 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2499
4393405b
GM
2500 * Makefile.in (dist): Anchor regexps.
2501
eef3ab94
GM
2502 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2503 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2504 (emacs-xtra.pdf): Use $<.
2505
aa9db089
GM
2506 * Makefile.in (infoclean): Remove harmless, long-standing error.
2507
abd40fb4
GM
2508 * Makefile.in ($(infodir)): Delete rule.
2509 (mkinfodir): New.
2510 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2511
f4f358f1 2512 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2513 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2514 * emacsver.texi: New file, replacing emacsver.texi.in.
2515
ea274122
GM
25162010-10-09 Glenn Morris <rgm@gnu.org>
2517
f7a31f11
GM
2518 * emacsver.texi.in: New file.
2519 * emacs.texi: Set EMACSVER by including emacsver.texi.
2520 * Makefile.in (distclean): Delete emacsver.texi.
2521 (dist): Copy emacsver.texi.
b13254e7 2522 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2523
3fb78d1f
GM
2524 * ack.texi (Acknowledgments): No more b2m.c.
2525
ea274122
GM
2526 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2527 (emacs): Remove rule.
2528 (dist): No need to deal with the emacs rule any more.
2529
17ca7950
GM
25302010-10-07 Glenn Morris <rgm@gnu.org>
2531
2532 * Makefile.in (version): New, set by configure.
2533 (clean): Delete dist tar file.
2534 (dist): Use version in tar name.
2535
4c83f6e1
GM
25362010-10-06 Glenn Morris <rgm@gnu.org>
2537
2538 * Makefile.in (EMACS_XTRA): Add the main source file.
2539 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2540 (mostlyclean): No core files, reorder other files.
2541 (clean): Delete specific dvi and pdf files.
2542 (infoclean, dist): New rules.
2543 (maintainer-clean): Use infoclean.
8a944cea 2544 ($(infodir)): Add parallel build workaround.
4c83f6e1 2545
0264072d
GM
25462010-10-04 Glenn Morris <rgm@gnu.org>
2547
2548 * Makefile.in (SHELL): Set it.
2549 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2550 (info, dvi): Replace above variables with their expansions.
2551 (info): Move mkdir from here...
2552 ($(infodir)/emacs): ... to here (for parallel builds).
2553 (pdf): New target.
2554 ($(infodir)/emacs): Pass -o option to makeinfo.
2555 (.PHONY): Declare clean rules.
2556 (maintainer-clean): Delete dvi and pdf files.
2557 Guard against cd failures. Use a more restrictive delete.
2558
3226d6ca
GM
25592010-10-02 Glenn Morris <rgm@gnu.org>
2560
2561 * misc.texi (Shell Mode): Remove reference to old function name.
2562
cad90f3b
EZ
25632010-09-30 Eli Zaretskii <eliz@gnu.org>
2564
2565 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2566 indicator characters.
2567
5f874327
GM
25682010-09-29 Glenn Morris <rgm@gnu.org>
2569
2570 * Makefile.in (top_srcdir): Remove unused variable.
2571
0ab9cff3
GM
25722010-09-14 Glenn Morris <rgm@gnu.org>
2573
67ae9766
GM
2574 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2575 the last hook item.
2576
0ab9cff3
GM
2577 * calendar.texi (Appointments): Also updated when a diary include file
2578 is saved.
2579
6664fc59 25802010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2581
2582 * trouble.texi (Bugs): Update the section intro.
2583 (Known Problems): New section.
2584 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2585 (Sending Patches): Bug fixes are best as responses to existing bugs.
2586 * emacs.texi (Known Problems): Add menu entry for new section.
2587
be3283d7
GM
25882010-09-09 Glenn Morris <rgm@gnu.org>
2589
2590 * xresources.texi: Untabify.
2591
10999305 25922010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2593
2594 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2595
10999305 25962010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2597
2598 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2599
30641319
JD
26002010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2601
2602 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2603
50dd7bc6
GM
26042010-08-21 Glenn Morris <rgm@gnu.org>
2605
2606 * misc.texi (Amusements): Mention bubbles and animate.
2607
5e620eca
EZ
26082010-07-31 Eli Zaretskii <eliz@gnu.org>
2609
2610 * files.texi (Visiting): Add more index entries for
2611 large-file-warning-threshold.
2612
8b2dd508
JD
26132010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2614
2615 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2616
8838673e
GM
26172010-06-23 Glenn Morris <rgm@gnu.org>
2618
2619 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2620 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2621 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2622 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2623 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2624 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2625 Untabify Texinfo files.
2626
04d3bb6c
GM
26272010-06-10 Glenn Morris <rgm@gnu.org>
2628
103dd3a8
GM
2629 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2630
04d3bb6c
GM
2631 * basic.texi (Inserting Text): Fix typo.
2632
50b79479
GM
26332010-06-10 Glenn Morris <rgm@gnu.org>
2634
2635 * ack.texi (Acknowledgments):
2636 * emacs.texi (Acknowledgments): Update for notifications.el.
2637
86d7a550
DU
26382010-05-31 Daiki Ueno <ueno@unixuser.org>
2639
2640 * dired.texi (Operating on Files): Mention encryption commands
2641 (Bug#6315).
2642
db5dce9d
EZ
26432010-05-29 Eli Zaretskii <eliz@gnu.org>
2644
2645 * basic.texi (Moving Point): Update due to renaming of commands bound
2646 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2647
34313041
EZ
26482010-05-18 Eli Zaretskii <eliz@gnu.org>
2649
2650 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2651 paragraphs.
2652 (Line Truncation): Fix wording for bidi display.
2653
1fc0ce04 2654 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2655 keys.
2656
0235128c 26572010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2658
2659 * building.texi (GDB Graphical Interface): Remove misleading comparison
2660 to an IDE (Bug#6128).
2661
0235128c 26622010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2663
2664 * programs.texi (Man Page):
2665 * misc.texi (Invoking emacsclient):
2666 * mini.texi (Repetition):
2667 * mark.texi (Setting Mark): Fix typos.
2668
0235128c 26692010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2670
2671 * misc.texi (Printing): Document htmlfontify-buffer.
2672
0235128c 26732010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2674
2675 * calendar.texi (Displaying the Diary, Format of Diary File):
2676 Fix external cross-references for TeX format output.
2677
0235128c
SM
26782010-05-07 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * Version 23.2 released.
2681
f63d0028
JD
26822010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2683
2684 * cmdargs.texi (Initial Options): Mention --chdir.
2685
20fe03ad
JD
26862010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2687
2688 * frames.texi (Tool Bars): Add tool-bar-style.
2689
b7d65a5f
GM
26902010-04-21 Glenn Morris <rgm@gnu.org>
2691
2692 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2693
a42dbee1
CY
26942010-04-18 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * programs.texi (Semantic): New node.
2697
2698 * maintaining.texi (EDE): New node.
2699
2700 * emacs.texi: Update node listing.
2701
2702 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2703
6e104790 27042010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2705
d52dbd3d
GM
2706 * emacs.texi (Acknowledgments): Remove duplicate.
2707
a77fe20c
GM
2708 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2709
6e104790 27102010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2711
4ebe9902
GM
2712 * dired.texi (Misc Dired Features): Mention VC diff and log.
2713 * maintaining.texi (Old Revisions, VC Change Log):
2714 Mention that diff and log work in Dired buffers.
2715
98932641
GM
2716 * help.texi (Help Summary): Mention M-x info-finder.
2717
d5b22ab2 2718 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2719
4d4e9522
GM
2720 * custom.texi (Specifying File Variables, Directory Variables):
2721 Document new commands for manipulating local variable lists.
2722
6e104790 27232010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2724
2725 * trouble.texi (Contributing): Add cindex entry.
2726 Mention etc/CONTRIBUTE.
2727
6e104790 27282010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2729
2730 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2731 query-replace (Bug#5774).
2732
a20a9df3
GM
27332010-04-16 Glenn Morris <rgm@gnu.org>
2734
2735 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2736
1ecb2d3f
JD
27372010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2738
2739 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2740
99852628
JD
27412010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2742
2743 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2744
ce79424f
EZ
27452010-03-30 Eli Zaretskii <eliz@gnu.org>
2746
2747 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2748 cross-reference to "Inserting Text".
2749
2750 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2751 Mention completion provided by `ucs-insert'.
2752
85738751 27532010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2754
2755 * sending.texi (Sending Mail): Note variables that may need
2756 customizing.
2757 (Mail Sending): Expand discussion of send-mail-function.
2758
85738751 27592010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2760
2761 Document Message mode as the default mail mode.
2762
2763 * sending.texi (Sending Mail): Copyedits.
2764 (Mail Format, Mail Headers): Document mail-from-style changes.
2765 (Mail Commands): Rename from Mail mode. Document Message mode.
2766 (Mail Misc): Rename from Mail mode Misc.
2767 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2768 command names and update keybindings.
2769 (Header Editing): Document message-tab. De-document
2770 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2771 favor of mail-default-headers. Ad index entries for user-full-name and
2772 user-mail-address.
1c6c854e
CS
2773 (Citing Mail): Update changes in Message mode behavior.
2774 Document mail-yank-prefix.
e73c2434
CY
2775 (Mail Signature): New node, moved from Mail Misc.
2776 (Mail Aliases): Mail abbrevs are the default with Message mode.
2777 (Mail Methods): Note that Message mode is now the default.
2778
2779 * rmail.texi (Rmail Reply):
2780 * text.texi (Text Mode):
2781 * major.texi (Major Modes):
2782 * mule.texi (Output Coding): Refer to Message mode.
2783
2784 * custom.texi (Init Examples): Add xref to Mail Header.
2785
1fc0ce04 2786 * emacs.texi (Top): Fix xrefs.
e73c2434 2787
85738751 27882010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2789
c0c035fa
CY
2790 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2791 repository if there is none.
2792 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2793 vc-print-root-log.
ef7b27ef 2794 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2795
71785b7a
CY
2796 * programs.texi (Program Modes): Mention Javascript mode.
2797
f67c5dd0
CY
2798 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2799 * emacs.texi: Update node description.
2800
0f72a391 2801 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2802 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2803
dc2d2590
JL
28042010-03-30 Juri Linkov <juri@jurta.org>
2805
2806 * search.texi (Other Repeating Search): Remove line that `occur'
2807 can not handle multiline matches.
2808
a7b02820
EZ
28092010-03-30 Eli Zaretskii <eliz@gnu.org>
2810
2811 * mule.texi (International): Mention support of bidirectional editing.
2812 (Bidirectional Editing): New section.
2813
22ef1944
NR
28142010-03-28 Nick Roberts <nickrob@snap.net.nz>
2815
2816 * emacs.texi (Top): Update node names to those in building.texi.
2817
146b8b16
NR
28182010-03-27 Nick Roberts <nickrob@snap.net.nz>
2819
c5e87d10
PE
2820 doc/emacs/building.texi: Describe restored GDB/MI functionality
2821 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2822 doc/emacs/emacs.texi: Update node names for building.texi.
2823
6d98672d
GM
28242010-03-24 Glenn Morris <rgm@gnu.org>
2825
2826 * ack.texi (Acknowledgments):
2827 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2828
93318cbd
JD
28292010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2830
2831 * xresources.texi (Table of Resources): Clarify toolBar number
2832 for Gtk+.
2833
2834 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2835
15cf2f52
CY
28362010-03-21 Chong Yidong <cyd@stupidchicken.com>
2837
4102856c
CY
2838 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2839
15cf2f52
CY
2840 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2841 and multi-isearch-buffers-regexp.
2842
2843 * indent.texi (Indentation): Clarify description of
2844 indent-for-tab-command. Document tab-always-indent.
2845
d68eb23c
CY
28462010-03-20 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * cmdargs.texi (Font X): Move most content to Fonts.
2849
2850 * frames.texi (Fonts): New node. Document font-use-system-font.
2851
2852 * emacs.texi (Top):
2853 * xresources.texi (Table of Resources):
2854 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2855
288f9fc0
CY
28562010-03-10 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * Branch for 23.2.
2859
17782bec
CY
28602010-03-06 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * custom.texi (Init Examples): Add xref to Locals.
2863
2864 * major.texi (Choosing Modes): Mention usage of setq-default for
2865 setting the default value of major-mode (Bug#5688).
2866
b4a1a8b2
CY
28672010-03-02 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2870
2871 * display.texi (Display Custom): Document make-pointer-invisible and
2872 underline-minimum-offset. Remove inverse-video.
2873
a1e759cd
CY
28742010-02-21 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * frames.texi (Frame Commands): Note that the last ordinary frame can
2877 be deleted in daemon mode (Bug#5616).
2878
4f3bc373
GM
28792010-02-18 Glenn Morris <rgm@gnu.org>
2880
2881 * trouble.texi (Contributing): Repository is no longer CVS.
2882
5dbbdd33
GM
28832010-02-08 Glenn Morris <rgm@gnu.org>
2884
2885 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2886
cd61af01
SM
28872010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * display.texi (Useless Whitespace, Text Display):
2890 * custom.texi (Init Examples): Avoid obsolete special default variables
2891 like default-major-mode.
2892
b1bb0a25 28932010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2894
2895 * programs.texi (Other C Commands): Replace reference to obsolete
2896 c-subword-mode.
2897
99d0985b
GM
28982010-01-21 Glenn Morris <rgm@gnu.org>
2899
2900 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2901
893db5bc
GM
29022010-01-12 Glenn Morris <rgm@gnu.org>
2903
2904 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2905 emacs-pretest-bug for bug reports for development versions.
2906
0419b8d6
GM
29072010-01-11 Glenn Morris <rgm@gnu.org>
2908
2909 * display.texi (Highlight Interactively): `t' does not mean highlight
2910 all patterns. (Bug#5335)
2911
26e533e2
CY
29122009-12-29 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * misc.texi (Shell): Document async-shell-command.
2915
2916 * building.texi (Grep Searching): Document zrgrep.
2917
484eaeac 2918 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2919
7ee6c59b
NR
29202009-12-29 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * building.texi: Import GDB Graphical Interface description from
2923 EMACS_23_1_RC.
2924
91ed7ea8
CY
29252009-12-24 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * emacs.texi (Top): Update node listing.
2928
2929 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2930
2931 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2932
2933 * cmdargs.texi (Initial Options):
2934 * xresources.texi (Resources): Document inhibit-x-resources.
2935
2936 * custom.texi (Specifying File Variables): Note that minor modes are
2937 enabled unconditionally.
2938
2939 * display.texi (Scrolling): Briefly document the old recenter command,
2940 and document recenter-positions.
2941
2942 * files.texi (Visiting):
2943 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2944
1c6c854e
CS
2945 * frames.texi (Cut/Paste Other App):
2946 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2947
2948 * killing.texi (Kill Options): New node.
2949
6ca89aaa
CY
29502009-12-05 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * misc.texi (Shell Options): ansi-color is now default.
2953
806642d4
GM
29542009-12-05 Glenn Morris <rgm@gnu.org>
2955
806642d4
GM
2956 * emacs.texi (Top): Update menu for cal-xtra node changes.
2957 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2958 or mode line. Don't mention invisible text or the details of
2959 diary-print-entries here, only in cal-xtra.
2960 (Format of Diary File): Mention that the "date on first line" format
2961 only really affects the simple display.
2962 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2963 (Diary Customizing): Holidays may be in the buffer or mode line.
2964 Move diary-print-entries to the "Diary Display" section.
2965 (Diary Display): New section, split out from "Fancy Diary Display".
2966 Explain the limitations of simple display, and how to print it.
2967
1a4f0c0a
GM
2968 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2969
e11adbd8
GM
2970 * cal-xtra.texi (Diary Display): Mention View mode.
2971
29a483ac
JL
29722009-11-29 Juri Linkov <juri@jurta.org>
2973
2974 * display.texi (Highlight Interactively): Actually a list of
2975 default faces is pre-loaded into a list of default values
2976 instead of the history.
2977
83d60c79
GM
29782009-11-20 Glenn Morris <rgm@gnu.org>
2979
2980 * ack.texi (Acknowledgments):
2981 * emacs.texi (Acknowledgments): Add htmlfontify.
2982
276bbe96
GM
29832009-11-14 Glenn Morris <rgm@gnu.org>
2984
98ad1bae
GM
2985 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2986
276bbe96
GM
2987 * ack.texi (Acknowledgments):
2988 * emacs.texi (Acknowledgments): Update for recent Org changes.
2989
18430066
CY
29902009-10-31 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2993 `charset' property, which is irrelevant to the user manual (Bug#3526).
2994
522ddc9f
JB
29952009-10-14 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * trouble.texi (DEL Does Not Delete): Fix typo.
2998
50b49ade
MA
29992009-10-05 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * files.texi (Misc File Ops): Mention copy-directory.
3002
6308321a
EZ
30032009-10-04 Eli Zaretskii <eliz@gnu.org>
3004
43b3b4d1
EZ
3005 * mule.texi (Unibyte Mode): Emphasize that
3006 unibyte-display-via-language-environment affects only the display.
3007
6308321a
EZ
3008 * display.texi (Horizontal Scrolling): Document cursor behavior under
3009 horizontal scrolling when point moves off the screen (Bug#4564).
3010 Improve wording.
3011
bd51ea7f
MA
30122009-10-01 Michael Albinus <michael.albinus@gmx.de>
3013
3014 * files.texi (Directories): delete-directory prompts for recursive
3015 deletion.
3016
55381962
GM
30172009-09-30 Glenn Morris <rgm@gnu.org>
3018
3019 * ack.texi (Acknowledgments):
3020 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3021
13989ab1
TH
30222009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3023
3024 * dired.texi (Dired Navigation): Use @code instead of @var for
3025 dired-isearch-filenames, so that it's not capitalized.
3026
8ba46c89
CY
30272009-09-19 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3030
3031 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3032
3033 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
3034 (Key Bindings): Reference Init Rebinding in introductory text.
3035 Shift some of the introduction to Keymaps node.
8ba46c89
CY
3036 (Keymaps): Simplify.
3037 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3038 (Minibuffer Maps): Remove mention of Mocklisp.
3039 (Init Rebinding): Move mode-local rebinding example here from Local
3040 Keymaps.
3041 (Modifier Keys): Clarify.
1e11b018 3042 (Rebinding): Add cindex for "binding keys".
8ba46c89 3043
6a5ca7c8
CY
30442009-09-13 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3047
0e1cba51
NR
30482009-08-31 Nick Roberts <nickrob@snap.net.nz>
3049
6a5ca7c8 3050 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3051 Reorganize these two sections.
0e1cba51 3052
76a87a4d
EZ
30532009-08-29 Eli Zaretskii <eliz@gnu.org>
3054
3055 * cmdargs.texi (Initial Options): Fix last change.
3056
82e98df4
SM
30572009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * mule.texi (Enabling Multibyte):
3060 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3061 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3062
fb89fad9
GM
30632009-08-20 Glenn Morris <rgm@gnu.org>
3064
3065 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3066
e99652b0
GM
30672009-08-19 Glenn Morris <rgm@gnu.org>
3068
3069 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3070
5cca97ad
GM
30712009-08-18 Glenn Morris <rgm@gnu.org>
3072
3073 * ack.texi (Acknowledgments):
3074 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3075
997797ae 3076 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3077
985bf85b
GM
30782009-08-09 Glenn Morris <rgm@gnu.org>
3079
3080 * ack.texi (Acknowledgments):
3081 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3082
8d6bb99e
DD
30832009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3084
3085 * emacs.texi (Top): Add new menu items for GDB-UI.
3086
3087 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3088 section. Threads buffer is in separate section now.
8d6bb99e 3089
8353da9c
GM
30902009-08-08 Glenn Morris <rgm@gnu.org>
3091
3092 * ack.texi (Acknowledgments):
3093 * emacs.texi (Acknowledgments):
3094 Update for js2-mode and org changes.
3095
f2074faf
MA
30962009-08-02 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3099 files.
3100
e8d2d3fb
CY
31012009-07-28 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3104
324a4f6a
GM
31052009-07-23 Glenn Morris <rgm@gnu.org>
3106
3107 * programs.texi (Matching): Update blink-matching-paren-distance.
3108
b6937a70
CY
31092009-07-21 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * frames.texi (Cut/Paste Other App): For select-active-regions,
3112 selection is now updated on moving point.
3113
bd8aaa36
RS
31142009-07-21 Richard Stallman <rms@gnu.org>
3115
3116 * glossary.texi (GNU, Daemon): Update information.
3117
8d9b5eba
JL
31182009-07-19 Juri Linkov <juri@jurta.org>
3119
3120 * custom.texi (Specifying File Variables, Safe File Variables):
3121 "variables/value pairs" -> "variable/value pairs".
3122
a2acc1db
GM
31232009-07-15 Glenn Morris <rgm@gnu.org>
3124
3125 * misc.texi (Gnus): Remove widow.
3126
c5ae942b
GM
31272009-07-11 Glenn Morris <rgm@gnu.org>
3128
703d26ba
GM
3129 * Makefile.in (TEXI2PDF): New.
3130 (emacs.pdf, emacs-xtra.pdf): New targets.
3131
522ddc9f 3132 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3133
3134 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3135
3136 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3137 Don't print the copying notice twice in the printed version.
3138 Update the menu and detailmenu.
3139 (Preface): The meaning of "on-line" has changed.
3140 Correct name for "Common Problems" chapter.
3141 (Distrib): Update FSF shop URL.
3142 (Intro): Showing two files at once is not so exciting.
3143
3144 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3145 (Mac / GNUstep Basics): Minor grammar changes.
3146 (Mac / GNUstep Events): Fix typo.
3147 (GNUstep Support): CANNOT_DUMP no longer applies.
3148
3149 * misc.texi (Document View): Fix typos.
3150
3151 * dired.texi (Dired):
3152 * help.texi (Help):
3153 * macos.texi (Mac OS / GNUstep):
3154 * maintaining.texi (Version Control, Introduction to VC):
3155 End menu descriptions with a period.
c5ae942b 3156
b1c8242b
EZ
31572009-07-09 Eli Zaretskii <eliz@gnu.org>
3158
3159 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3160 so categorical in saying that the option is only useful on NTFS.
3161
220d9aa6
GM
31622009-07-09 Glenn Morris <rgm@gnu.org>
3163
3164 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3165 (ENVADD): Add texinfodir to TEXINPUTS.
3166
3167 * emacs.texi (Top): Fix cross-reference.
3168
3169 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3170
3171 * vc1-xtra.texi (Revision Tags): Fix typo.
3172
d07e72d3
GM
31732009-07-03 Glenn Morris <rgm@gnu.org>
3174
3175 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3176 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3177 (Merge Commands): `.' does not seem to work in A or B buffer.
3178 `l' can recreate the 3-window display.
3179
3180 * glossary.texi (Glossary): Minor phrasing changes throughout.
3181 Add more internal cross-references.
3182 <Autoloading>: You can't really autoload a variable.
3183 <C-M->: Move details here from `M-C-' item.
3184 <Continuation Line>: Refer to `Truncation.'
3185 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3186 <Home Directory, Unix>: New entries.
3187 <Deletion of Files>: Mention recycle bins.
3188 <Directory>: Mention ``folders.''
3189 <Error>: Don't mention ``type-ahead.''
3190 <Fringe>: Refer to the manual node.
3191 <Minor Mode>: Can be global or local.
3192 <Spell Checking>: There are other checkers besides Ispell.
3193
f144038a
GM
31942009-07-02 Glenn Morris <rgm@gnu.org>
3195
3196 * anti.texi (Antinews): Minor changes in phrasing.
3197
3198 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3199 some underfull lines in dvi output.
3200
3201 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3202
3203 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3204
3205 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3206
3f1c6666
JD
32072009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3208
3209 * xresources.texi (Table of Resources): Mention maximized for
3210 fullscreen.
3211
3212 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3213
62aadce7
CY
32142009-07-01 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * anti.texi (Antinews): Correct the list of removed platforms.
3217
82ec412e
GM
32182009-06-28 Glenn Morris <rgm@gnu.org>
3219
3220 * arevert-xtra.texi: Minor language tweaks.
3221
09964e7d
GM
3222 * dired-xtra.texi: Minor revisions.
3223
666e158e
MB
32242009-06-23 Miles Bader <miles@gnu.org>
3225
c4cc8b9a 3226 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3227 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3228
70243478
CY
32292009-06-21 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * Branch for 23.1.
3232
67cbe681
KH
32332009-06-17 Kenichi Handa <handa@m17n.org>
3234
3235 * mule.texi (Charsets): Update the description for the new charset.
3236 (list-character-sets): New findex.
125dd7c5 3237 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3238
40e67246
CY
32392009-06-10 Chong Yidong <cyd@stupidchicken.com>
3240
b5700de6
CY
3241 * basic.texi (Moving Point): Fix tag.
3242
3243 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3244
3245 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3246 use camel-case for PageUp and PageDown.
3247
3248 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3249 camel-case for PageUp and PageDown.
3250
3251 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3252
40e67246 3253 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3254 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3255
522ddc9f 32562009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3257
522ddc9f
JB
3258 * fixit.texi (Spelling): Set default dictionary.
3259 Improve descriptions (Bug#2554)
6f591cf4 3260
53483c76
DR
32612009-06-08 David Reitter <david.reitter@gmail.com>
3262
3263 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3264 since saving colors and faces set this way is not implemented.
3265 (Environment variables): Remove mention of mac-fix-env, which is
3266 scheduled to be removed.
3267
1557ef4f
CY
32682009-06-04 Chong Yidong <cyd@stupidchicken.com>
3269
91056528
CY
3270 * custom.texi (Init Examples): Add example of changing load-path.
3271
1557ef4f
CY
3272 * building.texi (Lisp Libraries): Add example of changing
3273 load-path (Bug#3446).
3274
623cec4c
CY
32752009-05-28 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * mark.texi (Mark): Further clarifications.
3278 (Setting Mark): Emphasize that C-SPC activates the mark.
3279
0fcca8ee
CY
32802009-05-28 Chong Yidong <cyd@stupidchicken.com>
3281
702b10e1
CY
3282 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3283 Mark mode.
0fcca8ee
CY
3284 (Using Region, Persistent Mark): Use "active mark" instead of "active
3285 region".
3286
d3b396e4
CY
32872009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3288
3289 * mule.texi (Select Input Method): Fix typo.
3290
3f698a06
CY
32912009-05-13 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * anti.texi (Antinews): Document completion changes. Some additional
3294 copyedits and rearrangement of entries.
3295
b2a42eb7
CY
32962009-05-12 Chong Yidong <cyd@stupidchicken.com>
3297
932fd020
CY
3298 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3299 (Shell History Copying, Terminal emulator): Copyedits.
3300
1c6c854e
CS
3301 * xresources.texi (Resources): Simplify descriptions.
3302 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3303 (Table of Resources): Document fontBackend resource.
3304
b2a42eb7 3305 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3306 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3307 "Backspace". Remove discussion of obscure Xmodmap issue.
3308
c6ea7fb8
CY
33092009-05-07 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * files.texi (Visiting): Copyedits.
3312
ad36c422
CY
33132009-05-06 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * basic.texi (Inserting Text): Document ucs-insert.
3316
3317 * mule.texi (International Chars): Define "multibyte". Note that
3318 internal representation is unicode-based. Simplify definition of raw
3319 bytes. Mention ucs-insert.
3320 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3321 (Language Environments): Add language environments new to Emacs 23.
3322 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3323 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3324 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3325 (Output Coding): Copyedits.
3326
3327 * emacs.texi (Top): Update node listing.
3328
d4ad7b96
CY
33292009-05-05 Per Starbäck <per@starback.se> (tiny change)
3330
3331 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3332
5bd66204
SM
33332009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * building.texi (Lisp Libraries): `load-library' does offer completion.
3336
bc36ad1c
CY
33372009-04-28 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3340 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3341
f1a47884
EZ
33422009-04-25 Eli Zaretskii <eliz@gnu.org>
3343
3344 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3345
be77bd45
CY
33462009-04-22 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3349
3350 * building.texi (Lisp Interaction): Document initial-scratch-message.
3351
d3b82927
JB
33522009-04-18 Juanma Barranquero <lekktu@gmail.com>
3353
ed6e7b11
JB
3354 * msdog.texi (Windows Fonts): Fix typos.
3355
d3b82927
JB
3356 * files.texi (Save Commands): Fix pxref.
3357
bc323c04
CY
33582009-04-18 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * files.texi (Save Commands): Mention diff-buffer-with-file.
3361 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3362 Henoch (Bug#3036).
3363
2186d13f
GM
33642009-03-15 Glenn Morris <rgm@gnu.org>
3365
3366 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3367 the former is not always used.
3368 (Mail Headers): Use active voice. Add "Mail-reply-to".
3369 Change case of "Id". Avoid repeated "appropriate".
3370 (Mail Aliases): Fix previous change - use an example with a ".", so it
3371 does actually get quoted when expanded.
3372 (Mail Sending): Mailclient is the default on some systems.
3373 (Citing Mail): Mention mail-indentation-spaces.
3374 (Mail Mode Misc): Add an @dfn for "mail signature".
3375
71e454fc
CY
33762009-03-15 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3379 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3380 read-buffer-completion-ignore-case, and completion-styles.
3381 Remove description of partial-completion-mode.
71e454fc 3382
df1a3e06
GM
33832009-03-14 Glenn Morris <rgm@gnu.org>
3384
3385 * sending.texi (Mail Format): Fix typo. Add index entry for
3386 mail-header-separator.
3387 (Mail Headers): Put info about initialization and changing in one place
3388 at the start. Update FCC section for mbox Rmail. Clarify From
3389 section, mention mail-setup-with-from. Clarify Reply-to section.
3390 Add Mail-followup-to and mail-mailing-lists. Clarify References
3391 section.
3392 (Mail Aliases): Update example, make less contentious.
3393 Update for name change of mail-interactive-insert-alias.
3394 (Mail Mode): Remove mention of `%' as a word separator.
3395 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3396 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3397 commands. Clarify FCC handling. In mail-complete, add reference to
3398 Mail Aliases section, and mention mail-complete-function.
3399 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3400 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3401 signature netiquette. Explain how the mail hooks work when continuing
3402 a composition.
3403 (Mail Amusements): Internationalize the spook section a bit.
3404 Remove the spook mail-setup-hook example, since it doesn't work well.
3405 Mention fortune-file.
3406 (Mail Methods): Mention read-mail-command.
3407
ed6e7b11 34082009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3409
df1a3e06
GM
3410 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3411 and NS resources following recent changes.
959d68bd 3412
86dca3e8
JR
34132009-03-10 Jason Rumney <jasonr@gnu.org>
3414
3415 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3416 w32-use-visible-system-caret doc to indicate that it should get set
3417 automatically.
3418 (Windows Fonts): Add doc for the uniscribe backend.
3419
042fe98f
DN
34202009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3423 vc-dir. (Bug#2598)
3424
7f8dba73
RS
34252009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3426
3427 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3428
505e70c3
GM
34292009-03-05 Glenn Morris <rgm@gnu.org>
3430
04242bdc
GM
3431 * rmail.texi (Rmail Basics): Add reference to sorting.
3432 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3433 Minor re-wordings.
3434 (Rmail Motion): Mention rmail-next-same-subject.
3435 (Rmail Deletion): Expunging is not the only way to change the numbers.
3436 (Rmail Labels): Labels can also be used in sorting.
3437 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3438 (Rmail Display): Mention rmail-mime.
3439
00cfe22c
GM
34402009-03-04 Glenn Morris <rgm@gnu.org>
3441
3442 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3443 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3444 summary. Mention sorts cannot be undone.
3445 (Rmail Display): Give an example of how to use goto-address-mode.
3446 (Rmail Editing): It's keybindings that are redefined, not commands.
3447 Fix some typos.
3448 (Movemail): Some minor rewording.
3449 (Remote Mailboxes): Emacs movemail supports pop by default.
3450 Fix some minor grammatical issues. The "two alternative ways" to
3451 specify a POP mailbox are really just one. Remove all reference to the
3452 variables rmail-pop-password and rmail-pop-password-required, obsolete
3453 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3454 can support Kerberos.
3455
3d963b67
GM
34562009-03-03 Glenn Morris <rgm@gnu.org>
3457
3458 * rmail.texi (Rmail Deletion): Revert previous change, which was
3459 describing the Rmail summary versions.
3460 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3461 Minor re-wording for rmail-resend.
3462 (Rmail Make Summary): Summaries apply to buffers rather than files.
3463 <rmail-summary-by-topic>: Headers includes the subject.
3464 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3465 details, including prefix arguments.
2340abde 3466 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3467 Not counting lines might be faster.
3468 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3469 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3470 Name the commands bound to the various keys. Mention prefix argument
3471 for searching.
3d963b67
GM
3472 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3473 Simplify rmail-highlighted-headers description. Update face name.
3474
a8ce3d17
JB
34752009-03-02 Juanma Barranquero <lekktu@gmail.com>
3476
3477 * mark.texi (Marking Objects): Fix typo.
3478
130a29b6
CY
34792009-03-01 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3482 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3483
9d5de6f8
GM
34842009-03-01 Glenn Morris <rgm@gnu.org>
3485
79fc530e 3486 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3487 (Rmail Motion): - M-s searches from the end of messages.
3488 (Rmail Deletion): Minor clarification. Fix numeric argument
3489 description.
3490 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3491 newmail and RMAILOSE files need not be in home-directory.
3492 (Rmail Files): Mention I/O menus are unselectable if no files match.
3493 Mention `MAIL' env-var.
3494
b545ff9c
JR
34952009-02-24 Jason Rumney <jasonr@gnu.org>
3496
3497 * mule.texi (Fontsets): Mention fontset-default, font specs and
3498 fallback fontsets.
3499 (Defining Fontsets): Mention ns and w32 variants of
3500 standard-fontset-spec. Update description of startup fontset to match
3501 Emacs 23 behavior.
a93be82a 3502 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3503 (International): Link to Modifying Fontsets.
b545ff9c 3504
75da0618 35052009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3506
3507 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3508 Mention ns-extended-platform-support-mode.
3509
6be93a16
KB
35102009-02-22 Karl Berry <karl@gnu.org>
3511
3512 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3513
867d4bb3
JB
35142009-02-19 Juanma Barranquero <lekktu@gmail.com>
3515
3516 * basic.texi (Moving Point, Position Info):
3517 * files.texi (Visiting):
3518 * mini.texi (Completion Options):
3519 * text.texi (HTML Mode): Remove duplicate words.
3520
49b5c0e8
GM
35212009-02-20 Glenn Morris <rgm@gnu.org>
3522
3523 * rmail.texi: Minor updates for mbox rather than Babyl.
3524
f43a822c
KB
35252009-02-17 Karl Berry <karl@gnu.org>
3526
49b5c0e8 3527 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3528
80d634b8
RS
35292009-02-17 Richard M Stallman <rms@gnu.org>
3530
3531 * anti.texi (Antinews): Mention Babyl format.
3532
3533 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3534
3535 * rmail.texi: Update for mbox format.
3536 Various small fixes, as well as the following.
3537 (Out of Rmail): Node deleted.
3538 (Rmail): Update menu.
3539 (Rmail Files): Comment out set-rmail-inbox-list.
3540 Document rmail-inbox-list instead.
3541 (Rmail Output): Substantial changes since C-o is now
3542 rmail-output-as-seen and o is rmail-output.
3543 (Rmail Attributes): Delete `stored', add `retried'.
3544 (Rmail Display): Editing headers works in all cases.
3545
f0d129c6
GM
35462009-02-17 Glenn Morris <rgm@gnu.org>
3547
3548 * basic.texi (Position Info): M-x count-lines-region is not always on
3549 M-=. (Bug#2269)
3550
160f11d3
GM
35512009-02-09 Glenn Morris <rgm@gnu.org>
3552
3553 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3554 defaults.
3555
763e01c4
EZ
35562009-02-07 Eli Zaretskii <eliz@gnu.org>
3557
3558 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3559 documentation of possible problems with redecoding.
3560
f5e1441d
GM
35612009-02-03 Glenn Morris <rgm@gnu.org>
3562
3563 * rmail.texi (Out of Rmail): Mention b2m.pl.
3564
e1eabe41
GM
35652009-01-31 Glenn Morris <rgm@gnu.org>
3566
3567 * rmail.texi (Out of Rmail): Correct b2m location.
3568
dd05f9de
CY
35692009-01-27 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * fixit.texi (Undo): Update undo limit values.
3572
d74d846e
GM
35732009-01-27 Glenn Morris <rgm@gnu.org>
3574
3575 * emacs.texi (Top): Fix Antinews menu entry.
3576
49ffdce8
KB
35772009-01-25 Karl Berry <karl@gnu.org>
3578
3579 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3580 item with no marker, instead of the syntactically incorrect
3581 @itemize @asis.
3582
467e8d77
JL
35832009-01-25 Juri Linkov <juri@jurta.org>
3584
3585 * building.texi (Grep Searching): Fix index entry for lgrep.
3586
6c60bbdb
EZ
35872009-01-24 Eli Zaretskii <eliz@gnu.org>
3588
3589 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3590
9ce5a36f
AR
35912009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3592
3593 * macos.texi (Preferences Panel): Update description of font setting to
3594 reflect that prior frame selection is no longer needed.
3595
9aa5f2fb
NR
35962009-01-20 Nick Roberts <nickrob@snap.net.nz>
3597
3598 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3599 raise GUD subsections.
3600
3892ff9c
GM
36012009-01-15 Glenn Morris <rgm@gnu.org>
3602
3603 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3604
14731c8f
GM
36052009-01-10 Glenn Morris <rgm@gnu.org>
3606
3607 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3608
45c55e53
CY
36092009-01-04 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3612 logical lines.
3613
2e4667d1
JL
36142008-12-29 Juri Linkov <juri@jurta.org>
3615
3616 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3617
3618 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3619
2a3eac47
CY
36202008-12-28 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3623 goto-address-mode instead of goto-address.
3624
3da8da94
CY
3625 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3626 mode.
3627
2a3eac47
CY
3628 * emacs.texi (Top): Update node listing.
3629
057f6dd3
EZ
36302008-12-26 Eli Zaretskii <eliz@gnu.org>
3631
3632 * custom.texi (Directory Variables): Explain what is a "project".
3633 Add indexing. Improve wording. Add a footnote about using
3634 _dir-locals.el on MS-DOS.
3635
e6979067
DN
36362008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 * files.texi (Misc File Ops): Mention chmod as an alias for
3639 set-file-modes.
3640
9de15963
MR
36412008-12-24 Martin Rudalics <rudalics@gmx.at>
3642
3643 * help.texi (Help): Fix typos and reword.
3644 (Help Summary): Add entries for C-h n and C-h r, reorder
3645 entries, and do some minor fixes.
3646 (Name Help): Say that C-h F works for commands only.
3647 (Misc Help): Say that view-lossage displays 300 keystrokes.
3648
236fd60d
GM
36492008-12-20 Glenn Morris <rgm@gnu.org>
3650
3651 * ack.texi (Acknowledgments): General update based on AUTHORS,
3652 including removal of some stuff no longer distributed.
3653
ed9265fc 36542008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3655
ed9265fc 3656 * fixit.texi: Mention hunspell.
349b3256 3657
e840fca5
GM
36582008-12-19 Glenn Morris <rgm@gnu.org>
3659
3660 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3661 Consolidate explanatory text at start.
e840fca5
GM
3662
3663 * display.texi (Text Display):
3664 * indent.texi (Indentation): Use @acronym with ASCII.
3665
9dfa7983
GM
36662008-12-18 Glenn Morris <rgm@gnu.org>
3667
3668 * ack.texi: Various small updates and fixes.
3669
97b3a00b
JL
36702008-12-18 Juri Linkov <juri@jurta.org>
3671
3672 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3673 as a key binding to start a forward nonincremental word search.
3674 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3675 a backward nonincremental word search. Add index for `M-s w'
3676 `isearch-forward-word'.
3677 (Regexp Search): Add a short summary of regexp key commands like
3678 in the node "Basic Isearch".
3679 (Other Repeating Search): Fix typo.
3680
36812008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3682
3683 * misc.texi (PostScript Variables): Fix doc.
3684
31ce6a07
CY
36852008-12-10 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * programs.texi (Program Modes): Mention Ruby mode.
3688
636b507b
DN
36892008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3690
3691 * misc.texi (emacsclient Options): Describe what an empty string
3692 argument does for --alternate-editor.
3693
a323fa14
CY
36942008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3695
3696 * cmdargs.texi (Font X): Distinguish between client-side and
3697 server-side fonts. List valid Fontconfig properties. Add reference to
3698 Fontconfig manual. List valid GTK font properties. Explain use of
3699 fc-list.
3700
c5ca6cd0
CY
37012008-12-09 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * cmdargs.texi (Font X): Move discussion of quoting to top.
3704
e5136377
GM
37052008-12-06 Glenn Morris <rgm@gnu.org>
3706
3707 * maintaining.texi (Old Revisions): Improve previous change.
3708
248c026b
RS
37092008-12-05 Richard M Stallman <rms@gnu.org>
3710
3711 * anti.texi (Antinews): Minor fixes.
3712
a9253a1e
GM
37132008-12-03 Glenn Morris <rgm@gnu.org>
3714
3715 * maintaining.texi (Old Revisions): Fix diff-switches description.
3716
fa687b02
MR
37172008-12-01 Martin Rudalics <rudalics@gmx.at>
3718
3719 * emacs.texi (Top): Fix typo.
3720
72e6decd
CY
37212008-11-30 Chong Yidong <cyd@stupidchicken.com>
3722
320ee034
CY
3723 * misc.texi (Document View): Explain dependence on gs at the top.
3724 Copyedits.
3725
3726 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3727
72e6decd
CY
3728 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3729 (Comment Commands): Discuss region-active behavior of M-; first.
3730
2a472ee4
MR
37312008-11-29 Martin Rudalics <rudalics@gmx.at>
3732
9c6361c9
MR
3733 * display.texi (Line Truncation): Add reference to Continuation
3734 Lines.
3735
2a472ee4
MR
3736 * windows.texi (Pop Up Window): Mention split-height-threshold
3737 and split-width-threshold.
9c6361c9 3738 (Split Window): Add reference to Continuation Lines.
2a472ee4 3739
e93bc142
AR
37402008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3741
3742 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3743 (GNUstep Support): New node.
3744 * anti.texi:
3745 * emacs.texi:
3746 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3747
43b978db
RS
37482008-11-28 Richard M Stallman <rms@gnu.org>
3749
3750 * misc.texi (Dissociated Press): Minor cleanups.
3751
3752 * dired.texi (Image-Dired): Avoid passive.
3753
e8e2bd93
EZ
37542008-11-28 Eli Zaretskii <eliz@gnu.org>
3755
3756 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3757 representation.
3758
8d2d45da
CY
37592008-11-26 Richard M. Stallman <rms@gnu.org>
3760
3761 * files.texi (Visiting): Rewrite paragraph for clarity.
3762
3763 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3764
a5f7bbcc
AM
37652008-11-25 Alan Mackenzie <acm@muc.de>
3766
3767 * programs.texi (Moving by Parens): Clarify that parens inside strings
3768 and comments are ignored, and that the commands assume the starting
3769 point isn't in a string or comment.
3770
a71703d3
AR
37712008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3772
3773 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3774 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3775 version.
3776 (Mac Customization): Rewrite Preferences Panel section and merge in to
3777 this node, add Open files by dragging to an Emacs window.
3778
3779 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3780
aa5ab79a
CY
37812008-11-26 Chong Yidong <cyd@stupidchicken.com>
3782
0cc92c19
CY
3783 * files.texi (Misc File Ops): Document set-file-modes.
3784
c366b4e4
CY
3785 * windows.texi (Split Window): Document integer values of
3786 truncate-partial-width-windows.
3787
aa5ab79a
CY
3788 * text.texi (Text): Simplify description of markup languages.
3789 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3790 (TeX Editing): Note that `""' inserts one `"' character.
3791 (HTML Mode): Note in the introduction that XML mode is an alias for
3792 SGML mode. Mention nXML mode.
3793
56221db7
CY
37942008-11-25 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * building.texi (Watch Expressions): Fix typo.
3797
90effe33
CY
37982008-11-24 Chong Yidong <cyd@stupidchicken.com>
3799
f90a5ae3
CY
3800 * files.texi (Visiting): Document new behavior of
3801 confirm-nonexistent-file-or-buffer.
3802
1c6c854e
CS
3803 * buffers.texi (Select Buffer):
3804 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3805
a18ffb4a
CY
3806 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3807 edit-picture.
3808
90effe33
CY
3809 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3810 edit-picture', since that is just an alias for picture-mode.
3811 (Sentences): Note that repeated M-@ extends the region.
3812 (Pages): Make terminology more consistent. Link to Regexps node.
3813 (Longlines): Discuss relationship with Visual Line mode.
3814 (Text Mode): Remove extraneous discussion of other modes, since they
3815 were already introduced in the parent node.
3816
e85103ec
CY
38172008-11-23 Chong Yidong <cyd@stupidchicken.com>
3818
5cb2fe30
CY
3819 * anti.texi (Antinews): Rewrite.
3820
1eb9b307 3821 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3822
3823 * frames.texi (Frame Commands): Mention "minimize" terminology.
3824
e85103ec
CY
3825 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3826 formats.
b908332f
CY
3827 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3828 (Misc X): Don't document useless -hb option.
e85103ec 3829
607f5f88
JL
38302008-11-22 Juri Linkov <juri@jurta.org>
3831
3832 * dired.texi (Dired Navigation): Change normal file name search option
3833 from `non-nil' to `t'. Add `dwim' option.
3834
e1b867a0
JL
38352008-11-22 Juri Linkov <juri@jurta.org>
3836
3837 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3838 ".dir-locals.el". Rename `define-project-bindings' to
3839 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3840 `dir-locals-set-directory-class'.
3841
dd186936
LK
38422008-11-22 Lute Kamstra <lute@gnu.org>
3843
3844 * buffers.texi (Select Buffer): Index goto-line.
3845 * basic.texi (Moving Point): Mention the use of a numeric prefix
3846 argument with goto-line and refer to Select Buffer for the use of a
3847 plain prefix argument.
3848
4b121911
GM
38492008-11-19 Glenn Morris <rgm@gnu.org>
3850
3851 * doclicense.texi: Update to FDL 1.3.
3852 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3853
27267e4c
CY
38542008-11-17 Chong Yidong <cyd@stupidchicken.com>
3855
696f351d
CY
3856 * custom.texi (Minor Modes): Define mode commands and mode variables
3857 more precisely. Recommend using mode commands instead of setting
3858 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3859 (Easy Customization): Use "init file" instead of .emacs.
3860 (Customization Groups): Update to new Custom buffer appearance.
3861 (Saving Customizations): Copyedits. Update example.
3862 (Variables): Give example of variable type-sensitivity.
3863 (Examining): Update example.
3864 (Hooks): Copyedits.
3865 (Specifying File Variables): Use C comments instead of an artificial
3866 Lisp for the example.
3867 (Keymaps): Move internals discussion to Prefix Keymaps.
3868 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3869 (Init Rebinding): Document kbd macro.
3870 (Init File): Link to Find Init.
696f351d
CY
3871
3872 * mark.texi (Using Region): Document Delete Selection Mode more
3873 thoroughly.
3874
3875 * frames.texi (Mouse Commands): Move most of the description of Delete
3876 Selection Mode to Using Region, and link to it.
1bc9c425 3877 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3878
b0570c25
CY
3879 * building.texi (Compilation): Document first-error value of
3880 compilation-scroll-output.
3881 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3882 works as soon as an error is available. Suggested by Juri Linkov.
3883
27267e4c
CY
3884 * mini.texi (Passwords): New node.
3885
3886 * files.texi (Remote Files): Link to Passwords node.
3887
3888 * emacs.texi (Top): Update node listings.
3889
122eb807
CY
38902008-11-16 Chong Yidong <cyd@stupidchicken.com>
3891
9c9855a3
CY
3892 * ack.texi (Acknowledgments): Some updating of credits.
3893
bd6fdcad
CY
3894 * emacs.texi (Acknowledgments): Add a couple more names.
3895
dd1eef46
CY
3896 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3897
122eb807 3898 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3899 (Misc File Ops): Document use of trash.
122eb807 3900
801a8da1
JB
39012008-11-16 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * macos.texi (Mac Customization): Fix typos.
3904
0b4f2253
CY
39052008-11-14 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3908 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3909 the conventions of the main Emacs manual.
3910
3911 * emacs.texi (Top): Update node listings.
3912
517e2b89
CY
39132008-11-12 Chong Yidong <cyd@stupidchicken.com>
3914
07a85685
CY
3915 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3916 command-line-args is processed during startup.
3917 (Action Arguments): Correctly describe how file arguments interact with
3918 the startup screen. Link to Lisp Interaction for scratch buffer.
3919 (Initial Options): Link to Command Example for -batch option.
3920 (Environment): Document initial-environment.
3921
517e2b89
CY
3922 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3923 can't be changed in the site-start file.
3924
6337bbde
CY
39252008-11-07 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * dired.texi (Dired): Mention C-x C-d too.
3928 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3929 (Dired Navigation): Explain dired-goto-file more clearly.
3930 Document dired-isearch-filenames.
6337bbde
CY
3931 (Dired Deletion): Remove unnecessary "expunged" terminology.
3932 (Flagging Many Files): & is now rebound to `% &'.
3933 (Shell Commands in Dired): Document dired-do-async-shell-command.
3934 Clarify how multi-file arguments are passed.
3935 (Misc Dired Features): Document dired-do-isearch.
3936
9e8eeff9
CY
39372008-11-06 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3940
e071f849
CY
39412008-11-03 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3944
05482eb1
CY
39452008-11-01 Chong Yidong <cyd@stupidchicken.com>
3946
e2346dea
CY
3947 * programs.texi (Program Modes): Link to Program Indent node.
3948 (Left Margin Paren): Explain consequences of changing
3949 open-paren-in-column-0-is-defun-start more concisely.
3950 (Which Function, Program Indent, Info Lookup): Minor edits.
3951 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3952 (Multi-line Indent): If region is active, TAB indents the region.
3953 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3954 (Matching): The delimiter at the cursor is highlighted---the character
3955 changes color.
3956 (Symbol Completion): Link to Completion node.
3957
e4b6428c
CY
3958 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3959 a strictly text-only system.
3960
05482eb1
CY
3961 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3962 batch mode.
3963
a11d3737
RS
39642008-11-01 Richard M. Stallman <rms@gnu.org>
3965
5abad626
RS
3966 * misc.texi (Document View): Major rewrite.
3967
a11d3737
RS
3968 * maintaining.texi (Types of Log File): Change logs are older than
3969 version control.
3970 (VCS Concepts): Simplify and rearrange.
3971 (Version Control Systems): Make it clear that Linux is only the kernel.
3972 (VC Mode Line): Shorten reference to menu item.
3973 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3974 (VC Directory Mode): Minor cleanup.
3975 Unchanged files are hidden, not omitted.
3976 (VC Directory Commands): Shorten and simplify.
3977 (Change Log Commands): New node, split from Change Logs.
3978 (VC Directory Buffer): New node, split from VC Directory Mode.
3979
c55a4acb
CY
39802008-10-31 Chong Yidong <cyd@stupidchicken.com>
3981
1c6c854e 3982 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3983 from files.texi.
3984
1c6c854e
CS
3985 * files.texi (Version Control): Move to maintaining.texi.
3986 Subnodes moved as well.
3987 (Document Files): Move to misc.texi.
df0356f6 3988
c55a4acb
CY
3989 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3990 vc-update-change-log.
df0356f6
CY
3991 (Version Control): Move here from files.texi.
3992 (Format of ChangeLog): Make it a subnode of Change Log.
3993
3994 * emacs.texi (Top): Update node listing.
c55a4acb 3995
ef082374
TH
39962008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3997
3998 * files.texi (Files): Add a section about document
3999 files (doc-view-mode).
4000
d52582c3
CY
40012008-10-31 Chong Yidong <cyd@stupidchicken.com>
4002
1c6c854e
CS
4003 * building.texi (Compilation Mode):
4004 Document compilation-auto-jump-to-first-error.
d52582c3
CY
4005 (Debuggers): Lower GUD subsections to subsubsections.
4006 (Starting GUD): Add cindex.
4007 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4008
4e0a0968
CY
40092008-10-30 Chong Yidong <cyd@stupidchicken.com>
4010
03625b47
CY
4011 * indent.texi (Indentation): Link to Program Indent.
4012
4e0a0968
CY
4013 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4014 now uses emacsclient's terminal.
4015
8bd3f7ef
CY
40162008-10-29 Chong Yidong <cyd@stupidchicken.com>
4017
80e5620e
CY
4018 * mark.texi (Using Region): Document use-empty-active-region.
4019
97d5c404
CY
4020 * emacs.texi (Top): Update node listings.
4021
1c6c854e
CS
4022 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4023 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
4024 (Invoking emacsclient): Rewrite, moving optional arguments to
4025 emacsclient Options.
21d2bae3
CY
4026 (emacsclient Options): New node. Document server-use-tcp and
4027 server-host.
8bd3f7ef 4028
5fda2cbd
CY
40292008-10-28 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * indent.texi (Indentation): Replace list with paragraphed text,
4032 putting description of syntax-driven indentation first. Document new
4033 effect of active regions on tab.
4034 (Tab Stops): Note that editable tab stops affect indentation commands.
4035
4ff029f6
DN
40362008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4039
996cd6e4
CY
40402008-10-23 Chong Yidong <cyd@stupidchicken.com>
4041
f28815e3
CY
4042 * custom.texi (Function Keys): Note that modified keypad keys are not
4043 translated.
4044
996cd6e4
CY
4045 * basic.texi (Arguments): Explain how to insert multiple digits.
4046
49545fe2
MA
40472008-10-22 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * files.texi (Remote Files): Precise selection of default method.
4050 Rewrite paragraph about disabling remote file names.
4051
edac0b53
CY
40522008-10-22 Chong Yidong <cyd@stupidchicken.com>
4053
e752c544
CY
4054 * search.texi (Special Isearch): Document M-TAB is isearch.
4055
edac0b53
CY
4056 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4057 command.
4058
4059 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4060
20a36054
TH
40612008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4062
1c6c854e 4063 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4064 section.
4065
69051ab6
CY
40662008-10-21 Chong Yidong <cyd@stupidchicken.com>
4067
c4b1a32a
CY
4068 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4069 to files.texi. Move contents of vc2-xtra.texi here.
4070
4071 * vc2-xtra.texi: File removed.
4072
4073 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4074 Directory Commands from the submenu. Don't include deleted file
4075 vc2-xtra.texi.
4076
4077 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4078 (Version Control): Add VC Directory Mode and VC Directory Commands to
4079 the submenu.
4080 (Why Version Control?): Use table format.
4081 (Version Control Systems): Note that Meta-CVS support is gone.
4082 (VCS Concepts): Note precisely when VC started supporting filesets.
4083 Remove bogus xref to CVS Options node.
4084 (Types of Log File): Copyedits.
4085 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4086 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4087 The Right Thing.
4088 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4089 (Log Buffer): Reorganize node, putting C-c C-c description first.
4090 (Old Revisions): Use CVS for example, not RCS.
4091 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4092 Commands from the submenu, putting them under Version Control.
4093 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4094 need to include it in the manual unconditionally, since it is now
4095 crucial to using distributed version control systems.
1a6e2954
CY
4096 (Comparing Files): Note that diff uses the minibuffer, and that the
4097 output is shown using Diff mode.
1c6c854e
CS
4098 (Diff Mode): Explain what "patch" and "hunk" mean.
4099 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4100 diff-show-trailing-whitespaces.
1a6e2954 4101 (File Archives): Add rar support.
c4b1a32a 4102
69051ab6
CY
4103 * major.texi (Choosing Modes): Make mode selection sequence more
4104 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4105 magic-mode-alist is nil by default.
4106 Document magic-fallback-mode-alist.
69051ab6 4107
e7421e03
CY
41082008-10-20 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * frames.texi (Mouse References): Copyedits.
4111
6b2efdc2
TH
41122008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4113
4114 * ack.texi (Acknowledgments): Add myself as doc-view author.
4115
9c5e9396
EZ
41162008-10-20 Eli Zaretskii <eliz@gnu.org>
4117
4118 * frames.texi (Dialog Boxes): Add @cindex entries.
4119
dac94f8e
CY
41202008-10-20 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4123 (Text-Only Mouse): Copyedit.
4124
25597d40
CY
41252008-10-19 Chong Yidong <cyd@stupidchicken.com>
4126
f8a447f6
CY
4127 * frames.texi: Use @key throughout for mouse clicks.
4128 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4129 (Secondary Selection): Fix modified mouse click syntax.
4130 (Clipboard): Describe Cut, Copy and Paste commands.
4131 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4132 Copyedits.
4133 (Creating Frames): Add xref to Init File.
4134 (Frame Commands): Add xref to Exiting.
4135 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4136
b0f95216
CY
41372008-10-15 Chong Yidong <cyd@stupidchicken.com>
4138
b0817f00
CY
4139 * files.texi (Version Control): Copyedits. Add Bazaar.
4140 (Version Control Systems): List different VCS's using an itemized list.
4141 Add Bazaar.
4142 (VCS Concepts): Copyedits. Tweak description of file merging.
4143
b0f95216
CY
4144 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4145 (Cut/Paste Other App): Document select-active-regions and
4146 x-select-enable-primary.
4147
69d0d701
CY
41482008-10-13 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * mark.texi (Shift Selection): Correct case in node name.
4151
4152 * emacs.texi (Top): Update node order in Mark chapter.
4153
375e8351
EZ
41542008-10-12 Eli Zaretskii <eliz@gnu.org>
4155
4156 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4157
4158 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4159 elsewhere in the manual instead of describing yet again the intricacies
4160 of $HOME on MS-Windows and MS-DOS.
4161
ab58114f
CY
41622008-10-12 Chong Yidong <cyd@stupidchicken.com>
4163
4f959513 4164 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4165 (Minibuffer File): Add discussion of `~' in file names.
4166 Add insert-default-directory index reference.
4f959513 4167
ab58114f
CY
4168 * files.texi (File Names): Reorganize description.
4169 (Visiting): Add xref to Mode Line. Copyedits.
4170 (Save Commands): Mention prefix behavior of C-x C-s.
4171 (Numbered Backups): Node deleted.
4172 (Backup Names): Contents of Numbered Backups moved here. State default
4173 of version-control variable.
4174 (Reverting): Copyedits.
4175 (Version Control): Add additional version control systems.
4176
4177 * emacs.texi (Top): Delete Numbered Backups node.
4178
4179 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4180 Backup Names.
f2884f63 4181 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4182
b0b5100a
RF
41832008-10-11 Romain Francoise <romain@orebokech.com>
4184
4185 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4186
89774b5f
CY
41872008-10-11 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4190 (Select Buffer): Mention use of minibuffer history. Describe default
4191 value of default-major-mode. Mention that C-x 4 b selects the other
4192 window.
4193 (List Buffers): Document CRM indicators in the order they appear.
4194 (Kill Buffer): Document new command kill-matching buffers.
4195 (Several Buffers): Move explanation of the relationship between buffer
4196 list and buffer menu to the top.
4197 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4198
4c72bf27
CY
41992008-10-10 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * entering.texi (Exiting): Document change of C-x C-c to
4202 save-buffers-kill-terminal. Document kill-emacs.
4203
f68eb991
EZ
42042008-09-30 Eli Zaretskii <eliz@gnu.org>
4205
4206 * mule.texi (Coding Systems): Don't mention codepage-setup.
4207
4208 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4209 cpNNN coding systems anymore.
4210 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4211 for unibyte mode. Don't mention line-drawing characters.
4212 Don't mention dos-unsupported-char-glyph.
f68eb991 4213
1a2dd44d
CY
42142008-09-25 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * search.texi (Search): Shorten introduction.
4217 (Basic Isearch): Add command table. Discuss reverse isearch and
4218 isearch highlighting.
4219 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4220 ring to cindex.
4221 (Special Isearch): Move input methods discussion here.
4222 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4223 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4224 Repeat Isearch.
4225 (Isearch Minibuffer): New node.
4226 (Word Search): Document new word search commands.
4227 (Regexp Example): Simplify example using sentence-end-base variable.
4228 (Replace): Reword introduction.
4229 (Unconditional Replace): Remove unnecessary example.
4230 (Other Repeating Search): Document new `M-s o' binding.
4231
4232 * emacs.texi (Top): Update node listings.
4233
e45da31d
JB
42342008-09-22 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * emacs.texi (Top): Remove Kill Errors from menu.
4237
841c8096
CY
42382008-09-22 Chong Yidong <cyd@stupidchicken.com>
4239
402168fa
CY
4240 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4241 interface for defining macros. Simplify examples. Note that C-g quits
4242 macro definitions.
1c6c854e
CS
4243 (Keyboard Macro Counter): Document using F3 to insert counter.
4244 Give usage example.
402168fa
CY
4245 (Keyboard Macro Query): Organize query responses in a table.
4246
1c6c854e
CS
4247 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4248 Link to Erasing node.
841c8096
CY
4249 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4250 rationale to a footnote.
4251 (Kill Errors): Remove node, due to redundancy with Erasing.
4252 (Spelling): Move discussion of flyspell to end. Note new behavior of
4253 M-$ in active region. Remove non-ispell-specific keybindings from
4254 table.
4255
eab2ee89
DN
42562008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4257
4258 * cmdargs.texi (Initial Options): Document --daemon.
4259
3d53e905
GM
42602008-09-20 Glenn Morris <rgm@gnu.org>
4261
4262 * files.texi (Numbered Backups): Mention that some modes set
4263 version-control.
4264
1c90484d
GM
42652008-09-20 Jim Blandy <jimb@red-bean.com>
4266
4267 * files.texi (Numbered Backups): Reference File Variables, as well.
4268 Remove discussion of Rmail's implementation.
4269
0fc0d844
CY
42702008-09-06 Chong Yidong <cyd@stupidchicken.com>
4271
4272 * misc.texi (Recursive Edit): Note that top-level exits active
4273 minibuffers.
4274
4275 * trouble.texi (Quitting): Likewise.
4276
b18d283d
CY
42772008-08-31 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * emacs.texi (Top): Add Temporary Face Changes xref.
4280
4281 * display.texi (Display): Move Temporary Face Changes node to just
4282 after Standard Faces.
4283 (Scrolling): Document recenter-top-bottom instead of recenter.
4284 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4285 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4286 (Display Custom): Copyedits.
4287 (Optional Mode Line): Document display-battery-mode.
4288
180135fc
RF
42892008-08-27 Romain Francoise <romain@orebokech.com>
4290
4291 * custom.texi (Directory Variables): Minor fix.
4292
d3fe3475
GM
42932008-08-27 Glenn Morris <rgm@gnu.org>
4294
4295 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4296 descriptions.
4297 (Calendar Customizing): Tweak layout description.
183080b6 4298 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4299 markers. Condense calendar-star-date and calendar-mark-today
4300 description.
4301 (Holiday Customizing): Add oriental and solar holidays.
4302 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4303 Fix holiday-float description. Use zerop in examples. Be less verbose.
4304 (Date Display Format): Change ISO format. Be less verbose.
4305 (Diary Customizing): Mention day and month abbrev arrays.
4306 Mention the date-form variables by name. Update European example.
4307 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4308 Condense examples. Mention diary-entry-symbols by name.
4309 Condense table for insertion commands.
4310 (Fancy Diary Display): Mention diary-include-string and
4311 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4312 Ethiopic, Persian date functions. Condense descriptions.
4313
4314 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4315 (Adding to Diary): Adapt for changed node name.
4316
71755807
GM
43172008-08-26 Glenn Morris <rgm@gnu.org>
4318
4319 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4320 node "Hebrew/Islamic Entries".
4321
4322 * calendar.texi (Specified Dates): Fix names of iso functions.
4323 (General Calendar): There may not be another window.
4324 (Writing Calendar Files, Holidays): Tweak intro.
4325 (Holidays): Mention Baha'i and Chinese holidays.
4326 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4327 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4328 (To Other Calendar): Add calendar-print-other-dates.
4329 Refer to "graphic display" rather than "X.
4330 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4331 (Displaying the Diary): Fix whitespace after reference.
4332 Fix `diary-number-of-entries' reference.
4333 (Date Formats): Explicitly mention that day names can be abbreviated.
4334 (Adding to Diary): Add some references to other sections.
4335 (Special Diary Entries): Fix reference.
4336 (Appointments): Simplify appt-message-warning-time entry.
4337 Clarify where times must be.
4338 (Importing Diary): Comment out icalendar paragraph that does not apply.
4339 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4340
d76ebc75
GM
43412008-08-23 Glenn Morris <rgm@gnu.org>
4342
4343 * fortran-xtra.texi (Fortran): Change description of free form and
4344 fixed form a bit. Mention hideshow and imenu.
4345 (Fortran Motion): Mention fortran-end-of-subprogram,
4346 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4347 (Fortran Indent): Minor re-word.
4348 (ForIndent Commands): Mention fortran-fill-paragraph and
4349 fortran-fill-statement.
4350 (ForIndent Cont): Mention fortran-tab-mode-string.
4351 (Fortran Comments): Mention fortran-comment-line-start-skip.
4352 (Fortran Columns): Mention font-locking.
4353 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4354
1fc0ce04 43552008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4356
4357 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4358
5c52e13c
CY
43592008-08-22 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * mini.texi (Minibuffer): Simplify introduction.
4362 (Minibuffer File): Document tilde in minibuffer filenames.
4363 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4364 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4365 (Completion Example): Update example to current command list.
4366 (Completion Options): Document `lazy' value of completion-auto-help.
4367 Update contents of completion-ignored-extensions.
4368 (Minibuffer History): Describe "future history" list. State default
4369 value of history-delete-duplicates.
4370
77a00355
GM
43712008-08-21 Glenn Morris <rgm@gnu.org>
4372
4373 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4374 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4375
39ee1d04
CY
43762008-08-17 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * regs.texi (Registers): Clarify valid register names.
4379 (RegPos): Note that buffer is saved and restored too.
4380 (RegText): Note that mark is reactivated/deactivated.
4381 (RegConfig): Xref to Windows node.
4382
b12c348f
CY
43832008-08-16 Chong Yidong <cyd@stupidchicken.com>
4384
3ae7ba79
CY
4385 * basic.texi (Inserting Text): Provide command name for C-q.
4386
b12c348f
CY
4387 * killing.texi (Killing): Copyedit. Define read-only text.
4388 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4389 (Killing by Lines): Copyedit.
4390 (Other Kill Commands): Move M-w description here.
4391 (Yanking): Move M-w to Other Kill Commands.
4392 (Kill Ring): Also mention saving text in registers. Link to Text
4393 Properties in elisp manual.
4394 (Accumulating Text): Copyedit.
4395 (CUA Bindings): Shift selection is now the default.
4396
d8ff7692
TZ
43972008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4398
4399 * maintaining.texi (Change Log): Mention next-error is available.
4400
a43a8a2e
GM
44012008-08-10 Glenn Morris <rgm@gnu.org>
4402
4403 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4404 and intermonth text.
4405 (Holiday Customizing): Add holiday-chinese.
4406
eba27308
EZ
44072008-08-08 Eli Zaretskii <eliz@gnu.org>
4408
4409 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4410
5f14a5b3
DN
44112008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4412
4413 * files.texi (Log Buffer): Describe C-c C-d.
4414 (Diff Mode): Describe C-x 4 A.
4415
49989bff
EZ
44162008-08-06 Eli Zaretskii <eliz@gnu.org>
4417
4418 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4419
5c915c02
DN
44202008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4421
2beaf97a
DN
4422 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4423 describe the new bindings to show the changeset diff, toggle annotation
4424 visibility, show revisions.
4425 (VC Status): Describe key bindings for modifying the change comments,
4426 displaying changeset diffs and annotations.
4427
5c915c02
DN
4428 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4429
71798ace
NR
44302008-08-05 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4433
b8949644
EZ
44342008-08-02 Eli Zaretskii <eliz@gnu.org>
4435
4436 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4437 and wording.
4438
819567d1
DN
44392008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4442 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4443 commands. Improve some old info.
4444
5f38310a
CY
44452008-07-31 Chong Yidong <cyd@stupidchicken.com>
4446
0dc3906b
CY
4447 * display.texi (Visual Line Mode): New node.
4448
5f38310a 4449 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4450 (Moving Point): Add additional alternative key bindings.
4451 Describe line-move-visual.
5f38310a
CY
4452 (Erasing): Describe DEL.
4453 (Basic Undo, Blank Lines, Arguments): Copyedit.
4454 (Continuation Lines): Mention Visual Line mode.
4455 (Position Info): Move extended discussion to mule.texi.
4456
4457 * mule.texi (International Chars): Describe C-x =.
4458
4459 * emacs.texi (Top): Add Visual Line Mode node.
4460
7c2fb837
DN
44612008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4462
4463 * emacs.texi: Remove VMS support.
4464
3f6b73ef
DN
44652008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4468 the vc-dir command name.
4469
9e2a2647
DN
44702008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4471
4472 * xresources.texi: Remove mentions of Mac Carbon.
4473
568beaa2
AS
44742008-07-19 Andreas Schwab <schwab@suse.de>
4475
4476 * ns-emacs.texi: Move to ../misc.
4477
0ef94706
CY
44782008-07-15 Chong Yidong <cyd@stupidchicken.com>
4479
4480 * entering.texi (Exiting): Don't describe text-only terminals as the
4481 default. Describe the new startup screen.
4482 (Exiting): Describe how to kill Emacs first. Change description of
4483 iconification to handle modern window systems.
4484
ba60bd44 44852008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4486
4487 * ns-emacs.texi: New file, documents features of Emacs port under
4488 NeXTstep windowing.
4489
9f30aa73
CY
44902008-07-15 Chong Yidong <cyd@stupidchicken.com>
4491
938a5d2e
CY
4492 * entering.texi (Entering Emacs): Update prev node.
4493
4494 * glossary.texi (Glossary): Remove xref to Text Characters.
4495
9f30aa73
CY
4496 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4497 directly, rather than in the context of ASCII. Move description of
4498 special properties of modifier key to new Modifier Keys node.
4499 (Keys): Copyedit.
4500 (Text Characters): Delete node. Multibyte is the default nowadays, and
4501 the node contents are obsolete.
4502
4503 * custom.texi (Modifier Keys): New node.
4504
4505 * emacs.texi (Top): Update node list.
4506
7e53d36c
CY
45072008-07-13 Chong Yidong <cyd@stupidchicken.com>
4508
4509 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4510 saying that Emacs provides menus and mouse support (which is par for
4511 the course).
4512
4513 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4514 early on.
4515 (Point): Copyedit. Relegate historical trivia to a footnote.
4516 (Mode Line): Explain mode-line format more consistently.
4517 (Menu Bar): Copyedit.
4518
1e9fa96d
GM
45192008-06-27 Glenn Morris <rgm@gnu.org>
4520
4521 * cal-xtra.texi (Sexp Diary Entries):
4522 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4523
dc9bebb8
CY
45242008-06-26 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * mark.texi (Shift selection): New node.
4527 (Mark): Copyedits.
4528 (Persistent Mark): Move to the end of the chapter.
4529
e7881076
EZ
45302008-06-20 Eli Zaretskii <eliz@gnu.org>
4531
4532 * makefile.w32-in (distclean): Remove makefile.
4533
f427400c
NR
45342008-06-17 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * building.texi (Starting GUD): Add an entry for gud-gdb.
4537 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4538 command mode.
4539
b597d348
GM
45402008-06-17 Glenn Morris <rgm@gnu.org>
4541
4542 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4543
647b7094
NR
45442008-06-17 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * building.texi (Starting GUD): Expand on remote debugging.
4547 (Other GDB-UI Buffers): Mention new keyboard bindings.
4548
47a30023
GM
45492008-06-15 Glenn Morris <rgm@gnu.org>
4550
4551 * gnu.texi: Use a verbatim license for this invariant section,
4552 as per etc/GNU.
4553
37e5d54a
GM
45542008-06-13 Daniel Engeler <engeler@gmail.com>
4555
4556 * emacs.texi, misc.texi: Add documentation about serial port access.
4557
8e65d46c
GM
45582008-06-13 Glenn Morris <rgm@gnu.org>
4559
c1473b4c
MB
4560 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4561 maintain.info.
8e65d46c 4562
e40a85cd
MB
45632008-06-05 Miles Bader <miles@gnu.org>
4564
4565 * display.texi (Temporary Face Changes): Update to reflect function
4566 renamings in face-remap.el.
4567
56c73dec
MB
45682008-06-04 Miles Bader <miles@gnu.org>
4569
1c6c854e
CS
4570 * display.texi (Temporary Face Changes):
4571 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4572 `increase-buffer-face-height' and `decrease-default-face-height' now
4573 that they aren't bound by default.
4574
9d3d42fb
MB
45752008-06-03 Miles Bader <miles@gnu.org>
4576
4577 * display.texi (Temporary Face Changes): New node.
4578
2be6bfe2
EZ
45792008-05-31 Eli Zaretskii <eliz@gnu.org>
4580
4581 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4582
daf7e339
GM
45832008-05-31 Glenn Morris <rgm@gnu.org>
4584
4585 * cal-xtra.texi (Fancy Diary Display): Simplify.
4586
d21d2618
GM
45872008-05-30 Glenn Morris <rgm@gnu.org>
4588
4589 * cal-xtra.texi (Fancy Diary Display): Update for
4590 diary-display-function replacing diary-display-hook.
4591
71ce5fd0
JB
45922008-05-29 Drew Adams <drew.adams@oracle.com>
4593
4594 * msdog.texi (Windows Keyboard): Add descriptions of
4595 w32-register-hot-key and w32-unregister-hot-key.
4596
a3cdbdf8
MO
45972008-05-21 Tom Tromey <tromey@redhat.com>
4598
4599 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4600 Variables node.
4601
854a574c
MO
46022008-05-19 Tom Tromey <tromey@redhat.com>
4603
4604 * custom.texi (Variables): Add Directory Variables to menu.
4605 (Directory Variables): New node.
4606
7c2ec3f9
ER
46072008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4608
71ce5fd0 4609 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4610
370fded4
ER
46112008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4612
4613 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4614 Revision Tags and rewritten. Section now uses modern terminology,
4615 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4616 accurately.
4617
6af511e3
EZ
46182008-05-10 Eli Zaretskii <eliz@gnu.org>
4619
4620 * msdog.texi (Windows Files): Update documentation of
4621 w32-get-true-file-attributes.
4622
7a78b6e7
ER
46232008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4624
4625 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4626 directory mode.
4627
1bcfc24e
CY
46282008-05-08 Chong Yidong <cyd@stupidchicken.com>
4629
4630 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4631 entry "television".
1bcfc24e 4632
db86064f
ER
46332008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4634
ab5ec32c 4635 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4636
a31b405e
ER
46372008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4638
4639 * emacs/buffers.texi, emacs/files.texi (Version-control):
4640 vc-toggle-read-only is no longer a good idea...
4641
ff2c14fc
GM
46422008-04-29 Glenn Morris <rgm@gnu.org>
4643
4644 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4645
367c9b7c
JL
46462008-04-22 Juri Linkov <juri@jurta.org>
4647
4648 * dired.texi (Subdirectories in Dired): Describe using `^'
4649 to return to the parent directory.
4650
4ac1e9b4
NR
46512008-04-22 Nick Roberts <nickrob@snap.net.nz>
4652
4653 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4654 recent changes.
4655
b9b3bf2b
NR
46562008-04-19 Nick Roberts <nickrob@snap.net.nz>
4657
4658 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4659 (Other GDB-UI Buffers): Update for recent thread related changes.
4660
4d120d6a
SM
46612008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4662
4663 * maintaining.texi (Maintaining):
4664 * emacs.texi (Top): Typo.
4665
a152877d
SM
46662008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4667
b9b3bf2b
NR
4668 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4669 arg in `font-lock-add-keywords'.
a152877d 4670
36c0514c
GM
46712008-04-08 Glenn Morris <rgm@gnu.org>
4672
4673 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4674 Also add Baha'i calendar references where appropriate.
4675
06a97d46
GM
46762008-04-05 Glenn Morris <rgm@gnu.org>
4677
4678 * custom.texi (Init File): Byte-compiling .emacs is bad.
4679
6adc6eed
SM
46802008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4683
571388b0
GM
46842008-03-29 Glenn Morris <rgm@gnu.org>
4685
4686 * calendar.texi: Update for `calendar-date-style' replacing
4687 `european-calendar'.
4688
3ae8f876
JR
46892008-03-28 Jason Rumney <jasonr@gnu.org>
4690
4691 * display.texi (Display Custom): Mention overlay-margin in text.
4692
5bc6ddff 46932008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4694
5bc6ddff
MB
4695 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4696 tutorial' comments.
03a864d5 4697
7186a830
CY
46982008-03-28 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * mark.texi (Mark): Rearrange nodes.
4701 (Persistent Mark): Rename from Transient Mark.
4702 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4703 Describe Transient Mark mode as the default.
4704
4705 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4706 the default behavior with Transient Mark mode off.
4707 (Position Info): Fix typo.
4708
71ce5fd0
JB
4709 * display.texi (Standard Faces): Reference the Mark node.
4710 Remove discussion of the region face, which is discussed there.
7186a830
CY
4711
4712 * emacs.texi (Top): Update node listings.
4713
4714 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4715 as the default.
4716
4717 * fixit.texi (Undo): Standardize choice of undo key sequence.
4718 (Undo, Spelling): Describe Transient Mark mode as the default.
4719
4720 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4721 default.
4722
4723 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4724
4725 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4726 mode is the default, and note that the mark is not activated when set.
4727
4728 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4729 Describe Transient Mark mode as the default.
4730
4731 * search.texi (Basic Isearch): Reference the Mark Ring node.
4732 (Replace, Unconditional Replace, Other Repeating Search):
4733 Describe Transient Mark mode as the default.
4734
1c6c854e
CS
4735 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4736 Describe Transient Mark mode as the default.
7186a830
CY
4737 (Paragraphs): Describe how M-h behaves when region is active.
4738
4739 * trouble.texi (Quitting): Clarify effects of C-g.
4740
dc47d1ff
GM
47412008-03-13 Glenn Morris <rgm@gnu.org>
4742
4743 * emacs.texi (EMACSVER): Set to 23.0.60.
4744
e3e0fb39 47452008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4746
e3e0fb39
GM
4747 * dired.texi (Hiding Subdirectories): Fix previous change.
4748
47492008-03-05 Drew Adams <drew.adams@oracle.com>
4750
4751 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4752
5e14abf8
KS
47532008-02-28 Kim F. Storm <storm@cua.dk>
4754
4755 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4756 Move describe-distribution to C-h C-o.
4757 Move view-emacs-problems to C-h C-p.
4758 Add view-emacs-debugging on C-h C-d.
4759 Add view-external-packages on C-h C-e.
d0207bf3 4760 Add view-order-manuals on C-h C-m.
5e14abf8 4761
d0207bf3 47622008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4763
4764 * msdog-xtra.texi (MS-DOS): Docstring fix.
4765
87e391bb
EZ
47662008-02-09 Eli Zaretskii <eliz@gnu.org>
4767
4768 * msdog.texi (Windows Fonts): Use a @table for describing font
4769 properties.
4770
5662e503
JR
47712008-02-07 Jason Rumney <jasonr@gnu.org>
4772
4773 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4774 value has changed.
4775 (Windows HOME): Clarify what is meant by "if that fails as well".
4776 (Windows Fonts): New section.
4777
72463824
GM
47782008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4779
4780 * basic.texi (Basic Undo): Remove duplicate "you can".
4781
7ff926e0
EZ
47822008-02-02 Eli Zaretskii <eliz@gnu.org>
4783
4784 * maintaining.texi (Tags): Fix last change.
4785
6ab7aef1
MA
47862008-02-02 Michael Albinus <michael.albinus@gmx.de>
4787
093571c3 4788 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4789
ace67e7e
NR
47902008-01-31 Nick Roberts <nickrob@snap.net.nz>
4791
4792 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4793
ae068fdf
RS
47942008-01-26 Richard Stallman <rms@gnu.org>
4795
4796 * maintaining.texi (Tags): Delete redundant index entry.
4797
a56d9a08
EZ
47982008-01-26 Eli Zaretskii <eliz@gnu.org>
4799
4800 * programs.texi (Imenu): Move "@cindex tags" from here...
4801 * maintaining.texi (Tags): ...to here.
4802
e941ed90
NR
48032008-01-23 Kevin Ryde <user42@zip.com.au>
4804
4805 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4806 click count.
4807
650276d5
JB
48082008-01-21 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * entering.texi (Exiting): Fix typo.
4811 Reported by D. E. Evans <sinuhe@gnu.org>.
4812
8dc17977
MR
48132007-12-31 Martin Rudalics <rudalics@gmx.at>
4814
4815 * glossary.texi (Glossary): Fix typo.
4816
9f9695a6
RS
48172007-12-27 Richard Stallman <rms@gnu.org>
4818
4819 * text.texi (Formatted Text): Improve menu tag.
4820 (Editing Format Info): In Info, add duplicate menu of nodes
4821 about the submenus.
4822 (Format Faces): Say where Faces menu is found. Mention Other.
4823 (Format Colors): Say where these submenus are found.
4824 (Format Indentation, Format Justification): Likewise.
4825 (Format Properties): Likewise.
4826
abfd0191
RS
48272007-12-22 Richard Stallman <rms@gnu.org>
4828
4829 * search.texi (Query Replace): Make exp of query-replace more
4830 self-contained, and clarify.
8dc17977 4831
abfd0191
RS
4832 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4833
a2586785
RS
48342007-12-15 Richard Stallman <rms@gnu.org>
4835
4836 * files.texi (Auto Save): Clarify definition of auto-saving.
4837
a67cf2bb
RS
48382007-11-26 Richard Stallman <rms@gnu.org>
4839
4840 * help.texi (Help Echo): Cleanups.
4841
448b33b1
TTN
48422007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4843
4844 * files.texi (Why Version Control?): Fix typo.
4845 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4846 (Selecting a Fileset): Fix typos; small rewording.
4847 (Log Buffer): Likewise.
4848 (Old Revisions): Likewise.
448b33b1 4849
221bb7f6
EZ
48502007-11-17 Eli Zaretskii <eliz@gnu.org>
4851
4852 * mule.texi (Communication Coding): Fix wording of last change.
4853
d0207bf3 48542007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4855
630cb3b7
JB
4856 * custom.texi (Specifying File Variables):
4857 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4858
53b7759e
KH
48592007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4860
a5ab2e0c 4861 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4862
4863 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4864
c8763fb6 48652007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4866
630cb3b7 4867 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4868 --output=file.
4869
ff98e024
MR
48702007-11-13 Martin Rudalics <rudalics@gmx.at>
4871
4872 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4873 (Help Echo): Avoid mentioning the term "region" here and
4874 consistently use the term "active text".
4875
37b11c22
GM
48762007-11-11 Glenn Morris <rgm@gnu.org>
4877
4878 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4879
21d50ba1
JL
48802007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4881
1c6c854e
CS
4882 * search.texi (Query Replace):
4883 Mention `query-replace-show-replacement'.
21d50ba1 4884
c12ecb0a 48852007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4886
4887 * building.texi (Watch Expressions): Remove obscure sentence.
4888
3b4201f4
KH
48892007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4890
4891 * mule.texi (Select Input Method): Describe how to activate an input
4892 method in the text mode.
4893
07e5c0b0
DN
48942007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4895
4896 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4897
52dd7391
NR
48982007-10-30 Nick Roberts <nickrob@snap.net.nz>
4899
4900 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4901
c004e539
GM
49022007-10-30 Glenn Morris <rgm@gnu.org>
4903
4904 * misc.texi (Directory Tracking): Explain a bit more about
4905 dirtrack-mode.
4906
ca8c5b8c
GM
49072007-10-25 Glenn Morris <rgm@gnu.org>
4908
4909 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4910
b6c764ef
RS
49112007-10-24 Richard Stallman <rms@gnu.org>
4912
4913 * misc.texi (Interactive Shell): Cleanup last change.
4914
eabd84c9
JL
49152007-10-22 Juri Linkov <juri@jurta.org>
4916
4917 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4918 default values.
4919
0b43c7e2
ER
49202007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4921
ca8c5b8c 4922 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4923 'filesets'.
4924
a80859d4
MR
49252007-10-18 Martin Rudalics <rudalics@gmx.at>
4926
4927 * trouble.texi (Quitting): Fix typo.
4928
c9447ae1
GM
49292007-10-18 Glenn Morris <rgm@gnu.org>
4930
4931 * frames.texi (Mode Line Mouse): Mention minor mode names.
4932
168b980f
JL
49332007-10-17 Juri Linkov <juri@jurta.org>
4934
4935 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4936 fill-paragraph operates on the active region in Transient Mark mode.
4937 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4938 with fill-paragraph.
4939
4940 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4941 fill-paragraph.
4942
4943 * fixit.texi (Spelling): ispell-word operates on the active region
4944 in Transient Mark mode.
4945
5a331f34
JB
49462007-10-17 Aaron S. Hawley <aaronh@garden.org>
4947
4948 * building.texi (Source Buffers):
4949 * custom.texi (Init Non-ASCII):
4950 * glossary.texi (Glossary): Use "key binding" consistently.
4951
2a9f4d55
JB
49522007-10-17 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * calendar.texi (Diary): Fix directive.
4955
de13cecf
RS
49562007-10-16 Richard Stallman <rms@gnu.org>
4957
4958 * calendar.texi (Diary): Clarify text about diary file example.
4959
5f90d53e
ER
49602007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4961
4962 * files.texi: Capitalize node names according to convention.
4963
3aa491bc
GM
49642007-10-13 Glenn Morris <rgm@gnu.org>
4965
4966 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4967
8a3106d3
ER
49682007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4969
4970 * emacs.texi:
4971 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4972 suggested by RMS and Robert J. Chassell.
8a3106d3 4973
da1080a2
ER
49742007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4975
3aa491bc 4976 * files.texi (Version Systems):
0870a421
ER
4977 * vc-xtra.texi:
4978 * vc1-xtra.texi:
ac3f4c6f 4979 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4980 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4981 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4982 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4983
58ade22b
ER
49842007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4985
da1080a2 4986 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4987 Reorder the descriptions to be chronological.
4988
93870ce2
RS
49892007-10-09 Richard Stallman <rms@gnu.org>
4990
4991 * display.texi (Cursor Display): Correct how cursor appears
4992 in nonselected windows.
4993
568c7288
NR
49942007-10-04 Nick Roberts <nickrob@snap.net.nz>
4995
4996 * building.texi (GDB Graphical Interface): Remove references to gdba
4997 and mention gud-gdb.
4998
1af74d06 49992007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 5000
1af74d06 5001 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 5002
0d8fb755
JL
50032007-10-06 Juri Linkov <juri@jurta.org>
5004
5005 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5006 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5007 fill-paragraph-or-region.
5008
5009 * basic.texi (Arguments): Replace fill-paragraph with
5010 fill-paragraph-or-region.
5011
b981e2c6
ER
50122007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5013
5014 * files.texi: Update the section on version control for 2007
2a9f4d55 5015 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
5016 will come later.
5017
5fceaf9c
GM
50182007-09-15 Glenn Morris <rgm@gnu.org>
5019
5020 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5021 to `list-holidays'.
5022
b0e44b17
GM
50232007-09-14 Glenn Morris <rgm@gnu.org>
5024
5025 * calendar.texi: Update all instances of mark-calendar-holidays,
5026 list-calendar-holidays, list-holidays with the new names.
5027
8cf51b2c
GM
50282007-09-06 Glenn Morris <rgm@gnu.org>
5029
46a367db 5030 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
5031 Split into the Emacs manual in emacs/, and other manuals in misc/.
5032 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5033 manual.
5034 (infodir): New variable.
5035 (info): Use $infodir.
5036 (emacsman): Delete target, not needed any more.
5037 Move all targets that are not the Emacs manual to misc/Makefile.in.
5038 (mostlyclean): Remove `gnustmp'.
5039 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5040 manual.
92f9b43f 5041 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
5042 (emacsman): Delete target, not needed any more.
5043 (clean): Remove all info files but Emacs manual.
5044 Move all targets that are not the Emacs manual to misc/Makefile.in.
5045 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5046
5047 * Makefile.in (INFOSOURCES): Delete.
5048 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5049 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5050 *.vrs *.toc here...
5051 (maintainer-clean): ...from here.
5052
50532007-09-05 Glenn Morris <rgm@gnu.org>
5054
5055 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5056
8cf51b2c
GM
50572007-08-29 Glenn Morris <rgm@gnu.org>
5058
5059 * emacs.texi (EMACSVER): Increase to 23.0.50.
5060
3420c522
RS
50612007-08-27 Richard Stallman <rms@gnu.org>
5062
5063 * emacs.texi (Top): Clarify menu item for Glossary.
5064
5065 * display.texi (Faces): Change secn title.
5066 Clarify not all fonts come from Font Lock.
5067
8cf51b2c
GM
50682007-08-17 Eli Zaretskii <eliz@gnu.org>
5069
5070 * basic.texi (Position Info): Add index entry for face at point.
5071 Mention that character faces are also displayed by "C-u C-x =".
5072
8cf51b2c
GM
50732007-08-08 Glenn Morris <rgm@gnu.org>
5074
5075 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5076
50772007-08-07 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * files.texi (File Conveniences): Document point motion keys in Image
5080 mode.
5081
8cf51b2c
GM
50822007-07-27 Glenn Morris <rgm@gnu.org>
5083
8cf51b2c
GM
5084 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5085 in-line.
5086
5087 * gpl.texi: New file with text of GPL.
5088 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5089
50902007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5091
5092 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5093
5094 * dired.texi (Wdired): Mention C-x C-q key binding.
5095
50962007-07-28 Nick Roberts <nickrob@snap.net.nz>
5097
5098 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5099
51002007-07-25 Glenn Morris <rgm@gnu.org>
5101
8cf51b2c
GM
5102 * emacs.texi (Copying): Replace license with GPLv3.
5103
5104 * Relicense all FSF files to GPLv3 or later.
5105
51062007-07-24 Glenn Morris <rgm@gnu.org>
5107
5108 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5109 for some calendars.
5110
51112007-07-23 Nick Roberts <nickrob@snap.net.nz>
5112
5113 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5114 default-directory for the current buffer is on a remote machine.
5115
8cf51b2c
GM
51162007-07-21 Eli Zaretskii <eliz@gnu.org>
5117
5118 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5119 default value.
5120
51212007-07-21 Richard Stallman <rms@gnu.org>
5122
5123 * files.texi (Why Version Control?): Improve previous change.
5124
51252007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5126
5127 * files.texi (Why Version Control?): New node.
5128
8cf51b2c
GM
51292007-07-12 Nick Roberts <nickrob@snap.net.nz>
5130
8cf51b2c
GM
5131 * building.texi (Starting GUD): Add xref to this anchor.
5132
8cf51b2c
GM
51332007-06-24 Karl Berry <karl@gnu.org>
5134
2a9f4d55 5135 * emacs.texi: New Back-Cover Text.
8cf51b2c 5136
8cf51b2c
GM
51372007-06-07 Alan Mackenzie <acm@muc.de>
5138
5139 * display.texi (Optional Mode Line): Document the new form of
5140 line+column numbers, "(561,2)".
5141
51422007-06-06 Juanma Barranquero <lekktu@gmail.com>
5143
49823426 5144 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5145
51462007-06-02 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * Version 22.1 released.
5149
8cf51b2c
GM
51502007-05-07 Karl Berry <karl@gnu.org>
5151
5152 * emacs.texi (EMACSVER): Back to 22.
5153
51542007-05-06 Richard Stallman <rms@gnu.org>
5155
5156 * maintaining.texi (Create Tags Table): Clean up previous change.
5157
c8763fb6 51582007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5159
5160 * maintaining.texi (Create Tags Table): Add text about the dangers of
5161 making symbolic links to tags files.
5162
51632007-05-04 Karl Berry <karl@gnu.org>
5164
5165 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5166
51672007-05-03 Karl Berry <karl@gnu.org>
5168
5169 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5170
5171 * .cvsignore (*.pdf): New entry.
5172
8cf51b2c
GM
5173 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5174 for printing.
5175
51762007-05-01 Richard Stallman <rms@gnu.org>
5177
5178 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5179
8cf51b2c
GM
51802007-04-28 Glenn Morris <rgm@gnu.org>
5181
5182 * ack.texi (Acknowledgments):
5183 * anti.texi (Antinews):
8cf51b2c
GM
5184 * programs.texi (Program Modes): Restore mention of python.el pending
5185 consideration of legal status.
5186
51872007-04-28 Richard Stallman <rms@gnu.org>
5188
5189 * files.texi (File Names): Fixes to ~ description on MS systems.
5190
8cf51b2c
GM
51912007-04-26 Glenn Morris <rgm@gnu.org>
5192
5193 * emacs.texi (EMACSVER): Increase to 22.1.50.
5194
51952007-04-25 Karl Berry <karl@gnu.org>
5196
5197 * emacs.texi: Improve line breaks on copyright page,
5198 similar layout to lispref, 8.5x11 by default.
5199
5200 * dired.texi (Image-Dired): Improve line break, fix typo.
5201
52022007-04-24 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * programs.texi (Program Modes):
8cf51b2c
GM
5205 * anti.texi (Antinews):
5206 * ack.texi (Acknowledgments): python.el removed.
5207
8cf51b2c
GM
52082007-04-23 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * display.texi (Highlight Interactively): Correct description of
5211 hi-lock-file-patterns-policy.
5212
5213 * files.texi (File Archives): Mention self-extracting executables.
5214
52152007-04-23 Eli Zaretskii <eliz@gnu.org>
5216
5217 * search.texi (Unconditional Replace, Query Replace): Add xref to
5218 "Replacement and Case".
5219
52202007-04-22 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * dired.texi (Image-Dired): Move from Thumbnails node.
5223 * misc.texi (Thumbnails): Node deleted.
5224 * emacs.texi (Top): Update node listing.
5225
5226 * files.texi (File Conveniences):
49823426 5227 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5228
52292007-04-21 Richard Stallman <rms@gnu.org>
5230
5231 * display.texi (Highlight Interactively): Correct previous change.
5232 Clarify doc of hi-lock-find-patterns, and move new features into it.
5233
52342007-04-20 David Koppelman <koppel@ece.lsu.edu>
5235
1c6c854e
CS
5236 * display.texi (Highlight Interactively):
5237 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5238
52392007-04-20 Martin Rudalics <rudalics@gmx.at>
5240
5241 * display.texi (Scrolling): Fix typo.
5242
8cf51b2c
GM
52432007-04-15 Chong Yidong <cyd@stupidchicken.com>
5244
8cf51b2c
GM
5245 * doclicense.texi: Remove node heading, so that it can be included by
5246 other files.
5247
5248 * emacs.texi: Insert node heading for GFDL.
5249
8cf51b2c
GM
52502007-04-14 Eli Zaretskii <eliz@gnu.org>
5251
5252 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5253 "command line".
5254
5255 * display.texi (Faces): Refer to "Creating Frames" for face
5256 and other frame customizations in .emacs.
5257
5258 * frames.texi (Creating Frames): Mention that face customizations can
5259 be put in .emacs. Add index entries.
5260
52612007-04-12 Richard Stallman <rms@gnu.org>
5262
5263 * glossary.texi (Glossary): Explain `iff'.
5264
52652007-04-11 Karl Berry <karl@gnu.org>
5266
5267 * gnu.texi (Top),
5268 * macos.texi (Mac Font Specs),
5269 * anti.texi (Antinews),
5270 * xresources.texi (Resources),
5271 * misc.texi (Emulation),
5272 * calendar.texi (Daylight Saving),
5273 * dired.texi (Dired and Find),
5274 * rmail.texi (Remote Mailboxes),
5275 * sending.texi (Mail Headers),
5276 * programs.texi (Which Function),
5277 * files.texi (Recover),
5278 * buffers.texi (Uniquify),
5279 * frames.texi (Wheeled Mice),
5280 * killing.texi (Rectangles): Wording to improve breaks in
5281 8.5x11 format.
5282 * mule.texi (Language Environments): \hbadness=10000 since there's
5283 no way to reword.
5284 * emacs.texi (smallbook): New @set to more easily switch between
5285 smallbook and 8.5x11.
5286
52872007-04-11 Richard Stallman <rms@gnu.org>
5288
5289 * files.texi (File Conveniences): Add xref to Tumme.
5290 Delete text about Thumbnail mode.
5291
8cf51b2c
GM
52922007-04-09 Alan Mackenzie <acm@muc.de>
5293
5294 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5295 new name. Insert concept index entries.
5296
8cf51b2c
GM
52972007-04-08 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * display.texi (Standard Faces): Document prefix arg for
5300 list-faces-display.
5301
5302 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5303
8cf51b2c
GM
53042007-04-07 Chong Yidong <cyd@stupidchicken.com>
5305
8cf51b2c
GM
5306 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5307
5308 * files.texi (Misc File Ops): Rewrite description of
5309 insert-file-literally.
5310
8cf51b2c
GM
53112007-03-31 Eli Zaretskii <eliz@gnu.org>
5312
5313 * misc.texi (Printing): Postscript -> PostScript.
5314
8cf51b2c
GM
5315 * ack.texi (Acknowledgments): Postscript -> PostScript.
5316
5317 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5318
5319 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5320 below.
5321
53222007-03-30 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5325 Init Non-ASCII.
5326 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5327 (Init Non-ASCII): New node.
5328
53292007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5330
5331 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5332
8cf51b2c
GM
53332007-03-12 Glenn Morris <rgm@gnu.org>
5334
8cf51b2c
GM
5335 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5336 "Daylight Savings".
5337
49823426 5338 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5339 saving" in text throughout.
5340
8cf51b2c
GM
53412007-03-04 Richard Stallman <rms@gnu.org>
5342
5343 * custom.texi (Safe File Variables): Minor correction.
5344
8cf51b2c
GM
53452007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5346
5347 * rmail.texi (Movemail): Add internal ref.
5348 Don't indent the intro for the PROTO table.
5349 Format PROTO table items with @code.
5350
8cf51b2c
GM
53512007-02-26 Nick Roberts <nickrob@snap.net.nz>
5352
5353 * building.texi: Remove references to bashdb.
5354
8cf51b2c
GM
53552007-02-19 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * mule.texi (Language Environments): Update list of supported language
5358 environments.
5359
8cf51b2c
GM
53602007-02-14 Kim F. Storm <storm@cua.dk>
5361
5362 * building.texi (Grep Searching): Fix lgrep doc.
5363
53642007-02-12 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * back.texi: Remove unused file.
5367
c8763fb6 53682007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5369
5370 * maintaining.texi (Tag Syntax): Now --members is the default for
5371 etags, not for ctags yet.
5372
8cf51b2c
GM
53732007-02-03 Eli Zaretskii <eliz@gnu.org>
5374
5375 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5376 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5377 expects. Add comments to prevent people from inadvertently modifying
5378 the key parts needed by `texinfo-multiple-files-update'.
5379
53802007-01-29 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * frames.texi (Secondary Selection): Window clicked does not matter
5383 when mouse-yank-at-point is non-nil.
5384
8cf51b2c
GM
53852007-01-16 Glenn Morris <rgm@gnu.org>
5386
5387 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5388 system abbrev.
5389
53902007-01-11 Richard Stallman <rms@gnu.org>
5391
5392 * msdog.texi (Windows Keyboard): Another small cleanup.
5393
53942007-01-10 Richard Stallman <rms@gnu.org>
5395
5396 * msdog.texi (Windows Keyboard): Yet another try to make
5397 everyone happy with that passage.
5398
53992007-01-05 Richard Stallman <rms@gnu.org>
5400
5401 * anti.texi (Antinews): Mention M-x shell scrolling.
5402
54032007-01-05 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * building.texi (Watch Expressions): Describe gdb-max-children.
5406
8cf51b2c
GM
54072007-01-04 Richard Stallman <rms@gnu.org>
5408
8cf51b2c
GM
5409 * msdog.texi (Windows Keyboard): Clarify previous change.
5410
8cf51b2c
GM
54112007-01-02 Richard Stallman <rms@gnu.org>
5412
5413 * custom.texi (Changing a Variable): Minor clarification.
5414 (Specific Customization): customize-customized => customize-unsaved.
5415
5416 * entering.texi (Entering Emacs): Clean up text about restarting
5417 Emacs for each file.
5418
5419 * misc.texi (Shell Options): Minor cleanup.
5420
5421 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5422 with Emacs, not vice versa.
5423
5424 * programs.texi (Symbol Completion): Recommend customizing
5425 window manager.
5426
5427 * xresources.texi (Resources): Minor fix.
5428
c8763fb6 54292007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5430
5431 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5432
54332007-01-01 Richard Stallman <rms@gnu.org>
5434
5435 * commands.texi (User Input): Document keys stolen by window mangers.
5436
54372006-12-31 Richard Stallman <rms@gnu.org>
5438
5439 * custom.texi (Specific Customization): Document customize-option
5440 instead of customize-variable.
5441
54422006-12-31 Kim F. Storm <storm@cua.dk>
5443
5444 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5445
54462006-12-30 Kim F. Storm <storm@cua.dk>
5447
5448 * killing.texi (CUA Bindings): Fix typo.
5449
5450 * xresources.texi (Table of Resources): Mention grow-only value for
5451 auto-resize-tool-bars.
5452
8cf51b2c
GM
54532006-12-27 Eli Zaretskii <eliz@gnu.org>
5454
5455 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5456 and how to get them back.
5457
54582006-12-26 Richard Stallman <rms@gnu.org>
5459
5460 * calendar.texi (Holidays): Holiday listing is based on current
5461 practice, but DST is not.
5462
54632006-12-25 Richard Stallman <rms@gnu.org>
5464
5465 * emacs.texi (Top): Update subnode menus.
5466
5467 * mark.texi (Transient Mark): Fix xref.
5468
5469 * killing.texi (Graphical Kill): Node deleted.
5470 (Killing): Add xref to Cut and Paste.
5471 (CUA Bindings): Update xref.
5472
5473 * frames.texi (Cut and Paste): New section to hold other nodes.
5474 (Mouse Commands): Node demoted.
5475 (Cut/Paste Other App): Split out from Mouse Commands.
5476 (Word and Line Mouse): Likewise.
5477 (Secondary Selection, Clipboard): Nodes demoted.
5478
8cf51b2c
GM
54792006-12-24 Kevin Ryde <user42@zip.com.au>
5480
5481 * calendar.texi (Holidays): US daylight saving begins second Sunday
5482 in March for 2007 onwards.
5483 (Daylight Savings): Show new US default daylight saving rules, 2nd
5484 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5485
54862006-12-23 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * calendar.texi (Scroll Calendar): < and > are switched.
5489
54902006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5491
5492 * killing.texi (Deletion): Describe M-\ prefix argument.
5493
54942006-12-23 Richard Stallman <rms@gnu.org>
5495
5496 * search.texi (Regexp Search): Explain why forward and reverse regexp
5497 search are not mirror images.
5498
8cf51b2c
GM
54992006-12-19 Kim F. Storm <storm@cua.dk>
5500
5501 * major.texi (Choosing Modes): Describe match-function elements for
5502 magic-mode-alist.
5503
8cf51b2c
GM
55042006-12-18 Eli Zaretskii <eliz@gnu.org>
5505
5506 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5507 peculiarities.
5508
55092006-12-18 Richard Stallman <rms@gnu.org>
5510
5511 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5512
8cf51b2c
GM
55132006-12-17 Alan Mackenzie <acm@muc.de>
5514
5515 * programs.texi (Left Margin Paren): Remove the bit which says
5516 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5517 Discuss some of the issues of setting this option to nil.
5518
55192006-12-17 Glenn Morris <rgm@gnu.org>
5520
5521 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5522
55232006-12-16 Eli Zaretskii <eliz@gnu.org>
5524
5525 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5526 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5527 NTFS volumes.
5528 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5529 volumes.
5530
55312006-12-15 Eli Zaretskii <eliz@gnu.org>
5532
5533 * text.texi (HTML Mode): Fix "C-c TAB".
5534
8cf51b2c
GM
55352006-12-09 Richard Stallman <rms@gnu.org>
5536
5537 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5538
55392006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5540
5541 * files.texi (Misc File Ops): Document insert-file-literally.
5542
55432006-12-08 Eli Zaretskii <eliz@gnu.org>
5544
5545 * cmdargs.texi (Colors): Note that --color is intended for overriding
5546 the terminal defaults, not for normal invocation.
5547
5548 * misc.texi (Emacs Server): Improve wording. Don't mention the
5549 ``server program''. Add a cross-reference to "Init File" node.
5550 (Invoking emacsclient): Add index entries. Document both short and
5551 long versions of command-line options. Document the -f option.
5552
8cf51b2c
GM
55532006-12-06 Richard Stallman <rms@gnu.org>
5554
5555 * text.texi (Outline Format): Say to set outline-regexp
5556 and outline-level with major modes and file local variables.
5557
c8763fb6 55582006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5559
5560 * anti.texi (Antinews): Mention the alternative to
5561 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5562
8cf51b2c
GM
5563 * misc.texi (Interactive Shell): Ditto.
5564
55652006-12-04 Eli Zaretskii <eliz@gnu.org>
5566
5567 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5568
5569 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5570
55712006-12-01 Eli Zaretskii <eliz@gnu.org>
5572
5573 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5574 colon in the mode line.
5575
5576 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5577
55782006-11-26 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * building.texi (Watch Expressions): Mention SPC for expanding/
5581 contracting watch expressions.
5582
55832006-11-26 Kim F. Storm <storm@cua.dk>
5584
5585 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5586
55872006-11-26 Nick Roberts <nickrob@snap.net.nz>
5588
5589 * building.texi (Debugger Operation): Define text command mode.
5590 Clarify how tooltips work.
5591 (GDB Graphical Interface): Explain how to run in text command mode
5592 more clearly.
5593
55942006-11-25 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5597
55982006-11-22 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5601
8cf51b2c
GM
56022006-11-18 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5605 and EMACS is deprecated.
5606
56072006-11-18 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5610
c8763fb6 56112006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5612
5613 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5614
5615 * emacs.texi: Include xresources.texi both for info and dvi.
5616
5617 * xresources.texi: Merge text from xresmini.texi.
5618
c8763fb6 56192006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5620
5621 * glossary.texi: Fix typos.
5622
8cf51b2c
GM
56232006-11-06 Richard Stallman <rms@gnu.org>
5624
5625 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5626
5627 * ack.texi (Acknowledgments): Fix name spelling.
5628
56292006-11-01 Juri Linkov <juri@jurta.org>
5630
5631 * search.texi (Word Search): Document incremental word search.
5632
56332006-10-28 Glenn Morris <rgm@gnu.org>
5634
5635 * ack.texi (Acknowledgments): Add cal-html author.
5636
5637 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5638 Calendar"). Describe new package cal-html.
5639 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5640 Calendar Files."
5641
8cf51b2c
GM
56422006-10-23 Richard Stallman <rms@gnu.org>
5643
5644 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5645 Abbrev mode is enabled.
5646
8cf51b2c
GM
56472006-10-16 Richard Stallman <rms@gnu.org>
5648
8cf51b2c
GM
5649 * emacs.texi: Update ISBN.
5650
8cf51b2c
GM
56512006-10-11 Kim F. Storm <storm@cua.dk>
5652
5653 * emacs.texi (Acknowledgments): Use @dotless{i}.
5654
56552006-10-08 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * building.texi (Breakpoints Buffer): Mention catchpoints.
5658
56592006-10-08 Kim F. Storm <storm@cua.dk>
5660
5661 * ack.texi (Acknowledgments): Update.
5662
5663 * emacs.texi (Acknowledgments): Fix bad @/ form.
5664
8cf51b2c
GM
56652006-10-05 Kim F. Storm <storm@cua.dk>
5666
5667 * emacs.texi (Acknowledgments): Add more contributors.
5668
56692006-10-03 Richard Stallman <rms@gnu.org>
5670
5671 * emacs.texi (Acknowledgments): Update version and edition.
5672
8cf51b2c
GM
56732006-10-01 Karl Berry <karl@gnu.org>
5674
5675 * custom.texi (Customization Groups): Page break to keep example buffer
5676 on one page.
5677
56782006-09-30 Karl Berry <karl@gnu.org>
5679
5680 * programs.texi (Basic Indent): @need to improve page break.
5681 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5682
56832006-09-29 Glenn Morris <rgm@gnu.org>
5684
5685 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5686
56872006-09-29 Karl Berry <karl@gnu.org>
5688
5689 * windows.texi (Basic Window): Remove forced @break, no longer
5690 desirable.
5691 * frames.texi (Frame Commands),
5692 * mark.texi (Marking Objects): Reword to avoid bad page break.
5693 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5694
56952006-09-19 Richard Stallman <rms@gnu.org>
5696
5697 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5698 stick to present tense.
5699
c8763fb6 57002006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5701
5702 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5703 to x-gtk-use-old-file-dialog.
5704 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5705
57062006-09-15 Jay Belanger <belanger@truman.edu>
5707
49823426 5708 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5709 Change "Library Public License" to "Lesser Public License"
5710 throughout. Use "yyyy" to represent year.
5711
8cf51b2c
GM
57122006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5713
5714 * files.texi (Visiting): Add index entry "open file".
5715
8cf51b2c
GM
57162006-09-11 Richard Stallman <rms@gnu.org>
5717
5718 * building.texi (Compilation Mode): Clarification.
5719 (Grep Searching): Add xref to Compilation Mode.
5720
8cf51b2c
GM
57212006-09-08 Richard Stallman <rms@gnu.org>
5722
5723 * search.texi (Search): Ref multi-file search commands here.
5724 (Other Repeating Search): Not here.
5725
8cf51b2c
GM
57262006-08-28 Richard Stallman <rms@gnu.org>
5727
5728 * windows.texi (Split Window): Update xref.
5729
5730 * basic.texi (Continuation Lines): Update xref.
5731
5732 * indent.texi (Tab Stops): Update xref.
5733
5734 * emacs.texi (Top): Update subnode menu.
5735
5736 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5737 split out of Display Custom.
5738
57392006-08-25 Kim F. Storm <storm@cua.dk>
5740
5741 * display.texi (Display Custom): Add variables overline-margin
5742 and x-underline-at-descent-line.
5743
57442006-08-25 Richard Stallman <rms@gnu.org>
5745
5746 * entering.texi (Exiting): Rewrite to give graphical displays
5747 priority over text terminals.
5748
5749 * search.texi (Incremental Search): Move index entries.
5750
57512006-08-23 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * custom.texi (Init File): Reference Find Init to avoid "home
5754 directory" confusion.
5755
57562006-08-22 Nick Roberts <nickrob@snap.net.nz>
5757
5758 * building.texi (Other GDB-UI Buffers): Describe how to edit
5759 a value in the locals buffer.
5760
57612006-08-21 Richard Stallman <rms@gnu.org>
5762
5763 * search.texi (Basic Isearch): Add `isearch' index entry.
5764
57652006-08-16 Richard Stallman <rms@gnu.org>
5766
5767 * misc.texi (Saving Emacs Sessions): Clean up wording.
5768
5769 * mark.texi (Marking Objects): Mention term "select all".
5770
5771 * emacs.texi (Top): Update subnode menu.
5772
5773 * help.texi (Help Mode): Move node up in file.
5774
8cf51b2c
GM
57752006-08-15 Nick Roberts <nickrob@snap.net.nz>
5776
5777 * building.texi (Stack Buffer): Explain fringe arrow.
5778
8cf51b2c
GM
57792006-08-12 Eli Zaretskii <eliz@gnu.org>
5780
8cf51b2c
GM
5781 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5782 on startup.
5783
57842006-08-11 Romain Francoise <romain@orebokech.com>
5785
5786 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5787
57882006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5789
5790 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5791
57922006-08-10 Richard Stallman <rms@gnu.org>
5793
5794 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5795 with face merging. Empty regions don't count.
5796 Clarify face property inheritance.
8cf51b2c
GM
5797
57982006-08-08 Romain Francoise <romain@orebokech.com>
5799
5800 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5801 <arjuropo@cc.jyu.fi>.
5802
8cf51b2c
GM
58032006-08-04 Eli Zaretskii <eliz@gnu.org>
5804
5805 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5806 apply to all frames.
5807
8cf51b2c
GM
58082006-08-01 Richard Stallman <rms@gnu.org>
5809
5810 * help.texi (Name Help): Add index entries for describe-variable.
5811
58122006-08-01 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * building.texi (GDB Graphical Interface): Shorten node names.
5815 (GDB-UI Layout): Use GDB-related.
5816 (Other GDB-UI Buffers): Simplify English.
5817
58182006-07-31 Richard Stallman <rms@gnu.org>
5819
5820 * search.texi (Query Replace): Add xref for Dired's Q command.
5821
8cf51b2c
GM
58222006-07-31 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * building.texi (GDB commands in Fringe): Rename to...
5825 (Source Buffers): ..this and move forward. Describe hollow arrow and
5826 new option gdb-find-source-frame.
5827
58282006-07-29 Richard Stallman <rms@gnu.org>
5829
5830 * dired.texi (Operating on Files): Simplify previous change
5831 and fix Texinfo usage.
5832
58332006-07-29 Eli Zaretskii <eliz@gnu.org>
5834
5835 * dired.texi (Operating on Files): Add cross-references. State the
5836 Unix commands that do similar things.
5837
58382006-07-28 Richard Stallman <rms@gnu.org>
5839
5840 * mark.texi (Transient Mark): Clarify that region never disappears
5841 when Transient Mark mode is off, and not when it is on.
5842
58432006-07-27 Richard Stallman <rms@gnu.org>
5844
5845 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5846
58472006-07-24 Richard Stallman <rms@gnu.org>
5848
5849 * xresources.texi (GTK styles): Fix texinfo usage.
5850
8cf51b2c
GM
5851 * commands.texi (User Input): Explain why we teach keyboard cmds.
5852
5853 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5854 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5855 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5856 * doclicense.texi, display.texi, dired.texi, basic.texi:
5857 * anti.texi, ack.texi: Move periods and commas inside quotes.
5858
58592006-07-22 Eli Zaretskii <eliz@gnu.org>
5860
5861 * cmdargs.texi (General Variables): Document EMAIL.
5862
58632006-07-21 Eli Zaretskii <eliz@gnu.org>
5864
5865 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5866 doesn't have effect on MS-Windows.
5867
8cf51b2c
GM
58682006-07-17 Richard Stallman <rms@gnu.org>
5869
5870 * building.texi (Grep Searching): Explain about chaining grep commands.
5871
8cf51b2c
GM
58722006-07-10 Nick Roberts <nickrob@snap.net.nz>
5873
49823426 5874 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5875
58762006-07-09 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5879 is invoked for multiple files.
5880
58812006-07-08 Eli Zaretskii <eliz@gnu.org>
5882
5883 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5884 on-line manual for the rest of this node.
5885 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5886 unconditionally.
5887 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5888 Improve wording.
5889 (Windows Printing): Improve wording.
5890 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5891 rest of this node.
5892
8cf51b2c
GM
58932006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5894
49823426
GM
5895 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5896 with eval-buffer.
8cf51b2c
GM
5897
58982006-07-05 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5901 of character translation.
5902
59032006-07-04 Nick Roberts <nickrob@snap.net.nz>
5904
5905 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5906
59072006-07-03 Karl Berry <karl@gnu.org>
5908
5909 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5910 not-too-underfull hboxes in the TeX output.
5911 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5912 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5913 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5914 * sending.texi, text.texi: Fix overfull/underfull boxes.
5915
59162006-07-03 Romain Francoise <romain@orebokech.com>
5917
5918 * m-x.texi (M-x): Fix.
5919
59202006-07-03 Richard Stallman <rms@gnu.org>
5921
8cf51b2c
GM
5922 * search.texi (Other Repeating Search): filename -> file name.
5923
5924 * misc.texi (Narrowing): Minor cleanups.
5925
5926 * files.texi (Visiting): filename -> file name.
5927
5928 * emacs.texi (Top): Update subnode menus.
5929
5930 * mule.texi (Coding Systems): Move char translation stuff here.
5931 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5932 (Recognize Coding): Substantial local rewrites.
5933 (International): Update menu.
5934
5935 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5936 (Scrolling): Substantial local rewrites.
5937 (Display): Update menu and intro.
5938
5939 * dired.texi: filename -> file name.
5940
5941 * custom.texi (Safe File Variables): Texinfo usage fix.
5942
f0131492 59432006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5944
5945 * help.texi, m-x.texi: Lots of cleanups.
5946
8cf51b2c
GM
59472006-06-30 Eli Zaretskii <eliz@gnu.org>
5948
5949 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5950 (Windows Processes, Windows Misc): Shorten the printed version by
5951 selectively conditioning less important portions by @ifnottex.
5952
8cf51b2c
GM
59532006-06-27 Richard Stallman <rms@gnu.org>
5954
5955 * mini.texi (Minibuffer File): Minor cleanup.
5956
59572006-06-25 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * frames.texi (XTerm Mouse): Rename to...
5960 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5961
5962 * emacs.texi (Top): Use new node name.
5963
59642006-06-24 Eli Zaretskii <eliz@gnu.org>
5965
5966 * emacs.texi (Top): Update the detailed menu according to changes in
5967 msdog.texi.
5968
5969 * msdog.texi (Windows Keyboard): New section.
5970 (Windows Mouse): New section.
5971 (Windows System Menu): Remove section (text merged with "Windows
5972 Keyboard").
5973 (Windows Misc): New section.
5974
5975 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5976
5977 * msdog.texi (ls in Lisp): New section.
5978
5979 * files.texi (Visiting): Document case-insensitive wildcard matching
5980 under find-file-wildcards.
5981
8cf51b2c
GM
59822006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5983
5984 * macos.texi (Mac Input): Add description of mac-function-modifier.
5985 Now Unicode keyboard layouts work.
5986
8cf51b2c
GM
59872006-06-10 Richard Stallman <rms@gnu.org>
5988
5989 * mule.texi (Recognize Coding): Clarify previous change.
5990
59912006-06-09 Kenichi Handa <handa@m17n.org>
5992
5993 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5994 notation.
5995
59962006-06-07 Kevin Ryde <user42@zip.com.au>
5997
5998 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5999 manual for @ifnottex, but in emacs-extra for @iftex.
6000
6001 * cmdargs.texi (General Variables): Fix smtpmail xref.
6002
60032006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6004
8cf51b2c 6005 * programs.texi (Comment Commands):
8cf51b2c 6006 * custom.texi (Specifying File Variables):
49823426 6007 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
6008
60092006-06-07 Nick Roberts <nickrob@snap.net.nz>
6010
6011 * building.texi (Watch Expressions): Move node to end.
6012 (GDB Graphical Interface): Move description of clicks in fringe...
6013 (GDB commands in the Fringe): ...to here. New node.
6014
8cf51b2c
GM
60152006-06-05 Romain Francoise <romain@orebokech.com>
6016
49823426 6017 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
6018
60192006-06-05 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * building.texi (GDB Graphical Interface): Update bindings.
6022 (Commands of GUD): Add gud-print. Remove gud-run.
6023 Restate availability more generally.
6024
f0131492 60252006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6026
6027 * mini.texi: Lots of cleanups.
6028
60292006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6030
6031 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6032 and Mouse-2.
6033
c8763fb6 60342006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6035
6036 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6037
8cf51b2c
GM
60382006-05-31 Richard Stallman <rms@gnu.org>
6039
6040 * basic.texi (Moving Point): Fix previous change.
6041
c8763fb6 60422006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6043
6044 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6045
f0131492 60462006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6047
6048 * basic.texi: Many simplifications and improvements in wording.
6049
8cf51b2c
GM
60502006-05-26 Nick Roberts <nickrob@snap.net.nz>
6051
6052 * anti.texi (Antinews): Create a node for gdb-ui.
6053
8cf51b2c
GM
60542006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6055
6056 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6057
60582006-05-20 Richard Stallman <rms@gnu.org>
6059
6060 * dired.texi (Dired Navigation): dired-goto-file is now j.
6061
8cf51b2c
GM
60622006-05-20 Eli Zaretskii <eliz@gnu.org>
6063
6064 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6065 and their aliases.
6066
6067 * msdog.texi (Windows Printing): Mention non-support of plain text
6068 printing with some el-cheapo printers, and suggest a workaround.
6069
60702006-05-20 Kevin Ryde <user42@zip.com.au>
6071
6072 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6073 remove the bit saying you must set it.
6074
60752006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * trouble.texi (Checklist):
6078 * text.texi (Text, Auto Fill, Text Mode):
6079 * search.texi (Nonincremental Search):
6080 * rmail.texi (Rmail Labels):
6081 * mule.texi (Input Methods, Multibyte Conversion):
6082 * misc.texi (Gnus, Where to Look, PostScript):
6083 * maintaining.texi (Create Tags Table):
6084 * indent.texi (Indentation Commands):
6085 * fixit.texi (Spelling):
6086 * emacs.texi (Copying):
6087 * custom.texi (Init File): ifinfo -> ifnottex.
6088
8cf51b2c
GM
60892006-05-17 Richard Stallman <rms@gnu.org>
6090
6091 * files.texi (Diff Mode): Mention C-x `.
6092
60932006-05-08 Richard Stallman <rms@gnu.org>
6094
6095 * custom.texi (Disabling): Textual cleanups.
6096
8cf51b2c
GM
60972006-05-12 Glenn Morris <rgm@gnu.org>
6098
6099 * calendar.texi (Displaying the Diary, Format of Diary File):
6100 Refer to diary-view-entries, diary-list-entries,
6101 diary-show-all-entries rather than obsolete aliases.
6102
61032006-05-12 Eli Zaretskii <eliz@gnu.org>
6104
6105 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6106 (Displaying the Diary, Special Diary Entries, Importing Diary):
6107 * building.texi (Compilation Shell):
6108 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6109 emacs-xtra with @inforef's.
6110
6111 * files.texi (Visiting): Fix wording.
6112
6113 * mule.texi (Coding Systems, Text Coding): More indexing.
6114 Mention that C-x RET f can set eol conversion.
6115
c8763fb6 61162006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6117
6118 * xresmini.texi (GTK resources): Insert GTK description.
6119
6120 * xresources.texi (GTK resources): metafont should be menufont.
6121
8cf51b2c
GM
61222006-05-06 Michael Albinus <michael.albinus@gmx.de>
6123
49823426 6124 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6125 method, user name and host name is active only in partial
6126 completion mode.
6127
8cf51b2c
GM
61282006-05-06 Eli Zaretskii <eliz@gnu.org>
6129
6130 * makefile.w32-in (emacs.dvi):
6131 * Makefile.in (emacs.dvi): Add xresmini.texi.
6132
6133 * xresmini.texi (Table of Resources): Remove xref to non-existent
6134 node "LessTif Resources".
6135
6136 * msdog.texi (Microsoft Windows):
6137 * calendar.texi (Calendar/Diary, Displaying the Diary)
6138 (Special Diary Entries, Importing Diary, Holidays):
6139 * programs.texi (Program Modes):
6140 * text.texi (Text):
6141 * buffers.texi (Several Buffers):
6142 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6143
61442006-05-06 Eli Zaretskii <eliz@gnu.org>
6145
6146 The following changes merge the emacs-xtra manual into the main
6147 manual, but only for on-line version of the manual.
6148
6149 * vc2-xtra.texi (Version Backups, Local Version Control)
6150 (Making Snapshots, Change Logs and VC, Version Headers)
6151 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6152 on-line manual.
6153
6154 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6155 for on-line manual.
6156
6157 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6158 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6159 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6160 for on-line manual.
6161
6162 * fortran-xtra.texi (Fortran, Fortran Autofill)
6163 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6164 for on-line manual.
6165
6166 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6167 Conditional xref's for on-line manual.
6168
6169 * emerge-xtra.texi (Emerge, Overview of Emerge)
6170 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6171 manual.
6172
6173 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6174 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6175 (EMACSSOURCES): Use EMACS_XTRA.
6176 (../info/emacs-xtra): Remove.
6177 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6178
6179 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6180 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6181 (EMACSSOURCES): Use EMACS_XTRA.
6182 ($(infodir)/emacs-xtra): Remove.
6183 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6184
6185 * trouble.texi (Quitting):
6186 * text.texi (Text):
6187 * programs.texi (Program Modes):
6188 * msdog.texi (Microsoft Windows):
6189 * frames.texi (Frames):
6190 * files.texi (Backup, Version Control, VC Concepts)
6191 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6192 (Registering, VC Status, VC Undo, Multi-User Branching)
6193 (Comparing Files):
6194 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6195 (Displaying the Diary, Special Diary Entries, Importing Diary):
6196 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6197 conditional xref's, depending on @iftex/@ifnottex.
6198
6199 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6200 "MS-DOS". @include msdog-xtra.texi.
6201
6202 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6203 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6204
6205 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6206 for vc-xtra.texi subsections.
6207 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6208 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6209
6210 * sending.texi (Sending Mail): A @node line without explicit Prev,
6211 Next, and Up links.
6212
6213 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6214 Next, and Up links.
6215
6216 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6217 and its sections. @include picture-xtra.texi.
6218
6219 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6220 "Emerge".
6221 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6222
6223 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6224 exact duplicate of its name-sake in calendar.texi.
6225
6226 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6227 "Advanced Calendar/Diary Usage".
6228 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6229
6230 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6231 dired-xtra.texi.
6232 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6233
6234 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6235 (Files) [ifnottex]: Add menu entry for Autorevert.
6236
6237 * emacs-xtra.texi (Introduction): Reword to make consistent with
6238 printed version only.
6239 <Top level>: Remove the body of all chapters and move them to the
6240 new *-xtra.texi files. Use @raisesections and @lowersections to
6241 convert sections to chapters etc.
6242
6243 * msdog-xtra.texi:
6244 * fortran-xtra.texi:
6245 * vc-xtra.texi:
6246 * vc1-xtra.texi:
6247 * vc2-xtra.texi:
6248 * emerge-xtra.texi:
6249 * cal-xtra.texi:
6250 * dired-xtra.texi:
6251 * arevert-xtra.texi: New files, with text from respective chapters
6252 of emacs-xtra.texi. Convert each @chapter into @section, @section
6253 into @subsection, etc.
6254
1c6c854e 6255 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6256 updated.
6257
6258 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6259 Windows". All references updated.
6260
62612006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6262
6263 * macos.texi (Mac Input): Mention input from Character Palette.
6264 (Mac Font Specs): Fix typo.
6265
62662006-05-05 Richard Stallman <rms@gnu.org>
6267
6268 * files.texi (Diff Mode): Minor cleanup.
6269
62702006-05-05 Karl Berry <karl@gnu.org>
6271
8cf51b2c
GM
6272 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6273 errors from the current release of makeinfo (4.8).
6274 * help.texi (Library Keywords): Change widest word in multitable
6275 template from `emulations' to `convenience'. (Not sure if this is
6276 related to the font change.)
6277
62782006-05-05 Eli Zaretskii <eliz@gnu.org>
6279
6280 * files.texi (File Names): Add a footnote about limited support of
6281 ~USER on MS-Windows.
6282
6283 * cmdargs.texi (Initial Options): Add a footnote about limited
6284 support of ~USER on MS-Windows.
6285
62862006-05-03 Richard Stallman <rms@gnu.org>
6287
6288 * files.texi (Diff Mode): Node moved here.
6289 (Comparing Files): Delete what duplicates new node.
6290 (Files): Put Diff Mode in menu.
6291
1c6c854e 6292 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6293
6294 * emacs.texi (Top): Update menu for Diff Mode.
6295
6296 * trouble.texi (Emergency Escape): Simplify.
6297
6298 * emacs.texi (Top): Minor clarification.
6299
63002006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6301
6302 * commands.texi, entering.texi, screen.texi: Many simplifications.
6303
63042006-05-03 Richard Stallman <rms@gnu.org>
6305
6306 * commands.texi (Text Characters): Delete paragraph about unibyte
6307 non-ASCII printing chars.
6308
6309 * killing.texi (Killing): Say "graphical displays".
6310 * display.texi: Say "graphical displays".
6311
6312 * cmdargs.texi (Misc X): Say "graphical displays".
6313
63142006-05-01 Richard Stallman <rms@gnu.org>
6315
6316 * emacs.texi (Top): Add Diff Mode to menu.
6317
63182006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6319
6320 * misc.texi (Diff Mode): New node.
6321
63222006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6323
6324 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6325 (Mac Environment Variables): Shorten example line.
6326 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6327
63282006-05-01 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * building.texi (GUD Customization): Describe cases %d and %c.
6331 Update description for %e.
6332
63332006-04-30 Glenn Morris <rgm@gnu.org>
6334
6335 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6336
63372006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6338
6339 * custom.texi (Examining): Update C-h v output example.
6340
63412006-04-29 Kim F. Storm <storm@cua.dk>
6342
6343 * building.texi (Grep Searching): Add lgrep and rgrep.
6344
8cf51b2c
GM
63452006-04-23 Richard Stallman <rms@gnu.org>
6346
6347 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6348
6349 * xresmini.texi: New file.
6350
6351 * xresources.texi (Face Resources): Split table into font resources
6352 and the rest. Combine similar attributes for brevity.
6353
8cf51b2c
GM
63542006-04-21 Eli Zaretskii <eliz@gnu.org>
6355
6356 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6357 backslashes and case-insensitivity in file names (moved to the
6358 main manual).
6359 (MS-DOS Printing): Move most of the text to the main manual.
6360
6361 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6362 New nodes.
6363 (Windows Processes, Windows System Menu): Add index entries and
6364 fix wording.
6365
8cf51b2c
GM
63662006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6367
6368 * misc.texi (Shell Ring): Add notes on saved input when
6369 navigating off the end of the history list.
6370
63712006-04-18 Chong Yidong <cyd@mit.edu>
6372
6373 * misc.texi (Shell Options): Correct default value of
6374 comint-scroll-show-maximum-output.
6375
8cf51b2c
GM
63762006-04-18 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * building.texi (Watch Expressions): Update.
6379
8cf51b2c
GM
63802006-04-12 Richard Stallman <rms@gnu.org>
6381
6382 * search.texi: Clean up previous change.
6383
63842006-04-12 Eli Zaretskii <eliz@gnu.org>
6385
6386 * search.texi (Regexp Backslash, Regexp Replace): Add index
6387 entries for ``back reference'' and mention the term itself in the
6388 text.
6389
63902006-04-11 Richard Stallman <rms@gnu.org>
6391
6392 * custom.texi (Safe File Variables):
6393 Document enable-local-variables = :safe.
6394
63952006-04-11 Karl Berry <karl@gnu.org>
6396
6397 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6398 (Remote Repositories, Version Backups, Local Version Control)
6399 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6400 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6401 (Renaming VC Work Files and Master Files)
6402 (Inserting Version Control Headers, Customizing VC, General Options)
6403 (Options for RCS and SCCS, Options specific for CVS): Move all
6404 these nodes to emacs-xtra.texi, for brevity.
6405 * cmdargs.texi, files.texi: Change cross-references.
6406
8cf51b2c
GM
64072006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6408
6409 * files.texi (Old Versions): Update description of vc-annotate's
6410 use of color to indicate date ranges.
6411
8cf51b2c
GM
64122006-04-09 Kevin Ryde <user42@zip.com.au>
6413
8cf51b2c
GM
6414 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6415 put info and printed manual names the right way around.
6416
64172006-04-09 Karl Berry <karl@gnu.org>
6418
6419 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6420 emacs-xtra.texi, leaving only MS Windows information.
6421 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6422 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6423 node names.
6424
6425 * emacs.texi: Move @summarycontents and @contents to the beginning
6426 of the file.
6427
8cf51b2c
GM
64282006-04-08 Kevin Ryde <user42@zip.com.au>
6429
6430 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6431
64322006-04-07 Richard Stallman <rms@gnu.org>
6433
6434 * programs.texi (Comments, Comment Commands, Options for Comments)
6435 (Multi-Line Comments): "Align", not "indent".
6436 (Basic Indent): C-j deletes trailing whitespace before the newline.
6437
64382006-04-06 Richard Stallman <rms@gnu.org>
6439
8cf51b2c
GM
6440 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6441
64422006-04-06 Eli Zaretskii <eliz@gnu.org>
6443
6444 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6445
8cf51b2c
GM
64462006-04-05 Richard Stallman <rms@gnu.org>
6447
6448 * emacs.texi (Top): Update subnode menu.
6449
6450 * trouble.texi (Unasked-for Search): Node deleted.
6451 (Lossage): Delete from menu.
6452
64532006-04-04 Richard Stallman <rms@gnu.org>
6454
6455 * trouble.texi: Various cleanups.
6456 (Checklist): Don't bother saying how to snail a bug report.
6457 (Emergency Escape): Much rewriting.
6458 (After a Crash): Rename the core dump immediately.
6459 (Total Frustration): Call it a psychotherapist.
6460 (Bug Criteria): Avoid "illegal instruction".
6461 (Sending Patches): We always put the contributor's name in.
6462
6463 * misc.texi (Thumbnails): Minor correction.
6464
8cf51b2c
GM
64652006-04-03 Richard Stallman <rms@gnu.org>
6466
6467 * misc.texi (Thumbnails): Minor cleanup.
6468
64692006-04-02 Karl Berry <karl@gnu.org>
6470
6471 * sending.texi (Mail Sending): pxref to Top needs five args.
6472
6473 * texinfo.tex: Update to current version (2006-03-21.13).
6474
8cf51b2c
GM
64752006-03-31 Richard Stallman <rms@gnu.org>
6476
6477 * emacs.texi (Top): Update subnode menu.
6478
6479 * help.texi (Help Mode): Cleanup.
6480
6481 * dired.texi: Many cleanups.
6482 (Dired Deletion): Describe dired-recursive-deletes.
6483 (Operating on Files): dired-create-directory moved.
6484 (Misc Dired Features): Move to here.
6485 (Tumme): Node moved to misc.texi.
6486
6487 * custom.texi: Many cleanups.
6488 (Minor Modes): Don't mention ISO Accents Mode.
6489 (Examining): Update C-h v output example.
6490 (Hooks): Add index and xref for add-hook.
6491 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6492 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6493
6494 * misc.texi: Many cleanups.
6495 (beginning): Add to summary of topics.
6496 (Shell): Put eshell xref at the end. Remove eshell from table.
6497 (Thumbnails): New node.
6498
8cf51b2c
GM
64992006-03-28 Eli Zaretskii <eliz@gnu.org>
6500
6501 * files.texi (File Name Cache): Make it clear that the cache is
6502 not persistent.
6503
8cf51b2c
GM
65042006-03-25 Karl Berry <karl@gnu.org>
6505
49823426
GM
6506 * emacs-xtra.texi, emacs.texi, gnu.texi:
6507 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6508 (2) do not indent copyright year list (or anything else).
6509
8cf51b2c
GM
65102006-03-21 Juanma Barranquero <lekktu@gmail.com>
6511
6512 * files.texi (VC Dired Mode): Remove misplaced brackets.
6513
65142006-03-21 Andre Spiegel <spiegel@gnu.org>
6515
6516 * files.texi: Various updates and clarifications in the VC chapter.
6517
65182006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * help.texi (Help Mode): Document "C-c C-c".
6521
8cf51b2c
GM
65222006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6525 menu in the standalone Info reader.
6526
65272006-03-15 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6530 moved here from Emacs manual.
6531
6532 * programs.texi (Fortran): Section moved to emacs-xtra.
6533 (Program Modes): Xref to Fortran in emacs-xtra.
6534
6535 * maintaining.texi (Emerge): Move to emacs-xtra.
6536 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6537
6538 * picture.texi: File deleted.
6539 * Makefile.in:
6540 * makefile.w32-in: Remove picture.texi.
6541
6542 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6543 * abbrevs.texi (Abbrevs):
6544 * sending.texi (Sending Mail): Picture node removed.
6545
6546 * emacs.texi (Top): Update node listings.
6547
8cf51b2c
GM
65482006-03-12 Richard Stallman <rms@gnu.org>
6549
6550 * calendar.texi: Various cleanups.
6551
8cf51b2c
GM
65522006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6555 syntax.
6556
8cf51b2c
GM
65572006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * search.texi (Regexps): More accurately describe which characters
6560 are special in which situations. Recommend _not_ to quote `]' or
6561 `-' when they are not special.
6562
8cf51b2c
GM
65632006-02-28 Andre Spiegel <spiegel@gnu.org>
6564
6565 * files.texi (Old Versions): Clarify operation of C-x v =.
6566
8cf51b2c
GM
65672006-02-21 Nick Roberts <nickrob@snap.net.nz>
6568
6569 * building.texi (Watch Expressions): Update and describe
6570 gdb-speedbar-auto-raise.
6571
65722006-02-19 Richard M. Stallman <rms@gnu.org>
6573
6574 * emacs.texi: Use @smallbook.
6575 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6576 Update subnode menu.
6577
6578 * building.texi (Lisp Interaction): Minor addition.
6579
65802006-02-18 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * building.texi (Watch Expressions): Update and be more precise.
6583
c8763fb6 65842006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6585
6586 * maintaining.texi (Create Tags Table): Explain why the
6587 exception when etags writes to files under the /dev tree.
6588
65892006-02-14 Richard M. Stallman <rms@gnu.org>
6590
6591 * custom.texi (Safe File Variables): Lots of clarification.
6592 Renamed from Unsafe File Variables.
6593
65942006-02-14 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * custom.texi (Unsafe File Variables): File variable confirmation
6597 assumed denied in batch mode.
6598
65992006-02-14 Richard M. Stallman <rms@gnu.org>
6600
6601 * building.texi (GDB User Interface Layout): Don't say `inferior'
6602 for program being debugged.
6603
66042006-02-15 Nick Roberts <nickrob@snap.net.nz>
6605
6606 * building.texi (GDB Graphical Interface):
6607 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6608
66092006-02-13 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * custom.texi (Specifying File Variables, Unsafe File Variables):
6612 New nodes, split from File Variables. Document new file local
6613 variable behavior.
6614
66152006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6616
6617 * display.texi (Standard Faces):
8cf51b2c
GM
6618 * files.texi (Visiting):
6619 * frames.texi (Clipboard):
6620 * glossary.texi (Glossary) <Clipboard>:
6621 * xresources.texi (X Resources): Mention Mac OS port.
6622
8cf51b2c
GM
66232006-02-12 Richard M. Stallman <rms@gnu.org>
6624
6625 * building.texi (Building): Clarify topic in intro.
6626
6627 * maintaining.texi (Maintaining): Change title; clarify topic.
6628 Delete duplicate index entries.
6629
6630 * building.texi (Other GDB User Interface Buffers): Clarifications.
6631
6632 * text.texi (Cell Commands): Clarifications.
6633
6634 * programs.texi (Defuns): Delete duplicate explanation of
6635 left-margin paren convention.
6636 (Hungry Delete): Minor cleanup.
6637
66382006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6639
6640 * dired.texi (Tumme): More tumme documentation.
6641
66422006-02-11 Alan Mackenzie <acm@muc.de>
6643
6644 * programs.texi ("Hungry Delete"): Correct the appellation of the
6645 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6646
66472006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6648
6649 * dired.texi (Tumme): Fix small bug.
6650
66512006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6652
6653 * macos.texi (Mac International): Rename "fontset-mac" to
6654 "fontset-standard".
6655
8cf51b2c
GM
66562006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6657
6658 * dired.texi (Tumme): Basic documentation for Tumme added.
6659
8cf51b2c
GM
66602006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6661
6662 * mule.texi (International):
6663 * programs.texi (Basic Indent): Fix typos.
6664
8cf51b2c
GM
6665 * custom.texi (Minor Modes):
6666 * display.texi (Text Display):
6667 * commands.texi (Text Characters): Update xrefs.
6668
66692006-02-07 Richard M. Stallman <rms@gnu.org>
6670
6671 * emacs.texi (Top): Update subnode menu.
6672 Update info on old Emacs papers.
6673 (Intro): "Graphical display", not window system.
6674
6675 * xresources.texi (GTK styles): Minor clarifications.
6676
6677 * trouble.texi: "Graphical display", not window system.
6678 (Stuck Recursive): Minor clarification.
6679
6680 * text.texi: Minor clarifications.
6681 (Sentences): Explain why two-space convention is better.
6682 Explain sentence-end-without-period here.
6683 (Fill Commands): Not here.
6684 (Refill): Node moved down.
6685 (Filling): Update menu.
6686 (Table Creation, Cell Justification, Column Commands): Clarify.
6687
6688 * sending.texi: Minor clarifications.
6689
6690 * search.texi (Regexp Backslash): Clarification.
6691
6692 * rmail.texi: Minor cleanups.
6693 (Rmail): Delete digression about `rmail-mode'.
6694 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6695 (Rmail Files): Mention C-u M-x rmail.
6696 (Rmail Reply): Mention References.
6697 (Rmail Display): Mention rmail-nonignored-headers.
6698
6699 * programs.texi: Minor cleanups.
6700 (Comment Commands): Mention momentary Transient Mark mode.
6701 (Matching): Be more specific about customizing show-paren-mode.
6702 (Info Lookup): Don't list the modes that support C-h S.
6703 Just say what it does in an unsupported mode.
6704 (Man Page): Delete excessive info on customizing woman.
6705 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6706
6707 * abbrevs.texi: Minor clarifications.
6708 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6709 not "dynamic abbrevs" as if they were a kind of abbrev.
6710
6711 * picture.texi (Picture): Minor cleanup.
6712
6713 * mule.texi (Communication Coding): Say "other applications".
6714 (Fontsets): Not specific to X. Add xref to X Resources.
6715 (Unibyte Mode): Rename from Single-Byte Character Support.
6716 "Graphical display", not window system.
6717 (International): Update menu.
6718
6719 * maintaining.texi (Format of ChangeLog):
6720 New node, split out from ChangeLog.
6721 (ChangeLog): Clarifications in the remaining text.
6722 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6723 (Find Tag): Add @w.
6724 (Tags Search): Explain tag table order here. Simplify grep ref.
6725 (List Tags): tags-tag-face is a variable, not a face.
6726 (Emerge): Cleanups.
6727
6728 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6729 (Keyboard Macros): Avoid "the user".
6730
6731 * killing.texi: "Graphical display", not window system.
6732
6733 * help.texi (Help Echo): "Graphical display", not window system.
6734
6735 * glossary.texi: Say "you", not "the user". Say "graphical display".
6736
6737 * frames.texi: Minor cleanups. "Graphical display", not window system.
6738
6739 * files.texi (Visiting): Make drag-and-drop not X-specific.
6740
6741 * custom.texi: Minor cleanups. "Graphical display", not window system.
6742
6743 * cmdargs.texi: Minor cleanups.
6744
6745 * building.texi (Compilation): Move and split kill-compilation para.
6746 Add para about multiple compilers.
6747 (Compilation Mode): Commands also available in grep mode and others.
6748 Mention C-u C-x ` more tutorially. Clarify C-x `.
6749 (Compilation Shell): Clarify. Put Bash example first.
6750 (Grep Searching): Minor cleanups; add @w.
6751 (Debuggers): Minor cleanups.
6752 (Starting GUD): Make GDB xgraphical mode issue clearer.
6753 (Debugger Operation): Lots of clarifications including
6754 GDB tooltip side-effect issue.
6755 (Commands of GUD): Clarify.
6756 (GUD Customization): Add bashdb-mode-hook.
6757 (GDB Graphical Interface): Rewrite for clarity.
6758 (GDB User Interface Layout): Rewrite for clarity.
6759 (Stack Buffer, Watch Expressions): Likewise.
6760 (Other GDB User Interface Buffers): Cleanups.
6761 (Lisp Libraries, External Lisp): Cleanup.
6762
6763 * basic.texi (Position Info): "Graphical displays", rather than
6764 window systems.
6765
6766 * anti.texi: Minor cleanup.
6767
8cf51b2c
GM
67682006-02-03 Eli Zaretskii <eliz@gnu.org>
6769
6770 * custom.texi (Init File, Find Init): Add cross-references to
6771 where $HOME is described.
6772
67732006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6774
6775 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6776 is not inside the @table.
6777
6778 * emacs.texi (Top): Correct node name.
6779
6780 * files.texi (File Names): Fix @xref.
6781 (Reverting): Fix typo.
6782
6783 * mule.texi (International): Correct node name.
6784
6785 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6786
67872006-02-01 Richard M. Stallman <rms@gnu.org>
6788
6789 * emacs.texi (Top): Update subnode menu.
6790
6791 * mule.texi: Minor clarifications.
6792 Reduce the specific references to X Windows.
6793 Refer to "graphical" terminals, rather than window systems.
6794 (Text Coding): Rename from Specify Coding.
6795 (Communication Coding, File Name Coding, Terminal Coding):
6796 New nodes split out from Text Coding.
6797
6798 * kmacro.texi: Minor clarifications.
6799 (Keyboard Macro Ring): Comment out some excessive commands.
6800 (Basic Keyboard Macro): Split up the table, putting part in each node.
6801
6802 * major.texi: Minor clarifications.
6803
6804 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6805
6806 * windows.texi: Minor clarifications.
6807 (Change Window): Don't describe mode-line mouse cmds here.
6808 Add xref to Mode Line Mouse.
6809
6810 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6811
6812 * macos.texi (Mac International): Fix xref.
6813
6814 * indent.texi: Minor clarifications.
6815
6816 * frames.texi: Minor clarifications.
6817 Reduce the specific references to X Windows.
6818 Refer to "graphical" terminals, rather than window systems.
6819 (Frame Parameters): Don't mention commands like
6820 set-foreground-color. Just say to customize a face.
6821 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6822
6823 * files.texi: Minor clarifications.
6824 (Numbered Backups): New node, split out from Backup Names.
6825
6826 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6827
6828 * cmdargs.texi (General Variables): Fix xref.
6829
6830 * buffers.texi: Minor clarifications.
6831
8cf51b2c
GM
68322006-01-31 Richard M. Stallman <rms@gnu.org>
6833
6834 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6835 Nodes moved to top.
6836
6837 * display.texi: Minor clarifications.
6838 (Display): Rearrange menu.
6839 (Standard Faces): Mention query-replace face.
6840 (Faces): Simplify.
6841 (Font Lock): Simplify face customization info.
6842 (Highlight Changes): Node merged into Highlight Interactively.
6843 (Highlight Interactively): Much rewriting and cleanup.
6844 (Optional Mode Line): Narrowed line number not good for goto-line.
6845 Simplify face customization advice.
6846 (Text Display): Mention use of escape-glyph face.
6847 Move ctl-arrow and tab-width here.
6848 (Display Custom): Move no-redraw-on-reenter to end of node.
6849
6850 * search.texi: Minor clarifications.
6851 (Isearch Scroll): Simplify.
6852 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6853
6854 * regs.texi (Registers): Mention bookmarks here.
6855
6856 * mark.texi: Minor clarifications.
6857 (Selective Undo): Node deleted.
6858
6859 * m-x.texi: Minor clarifications.
6860
6861 * killing.texi: Minor clarifications.
6862 Refer to "graphical" terminals, rather than window systems.
6863
6864 * help.texi: Clarifications.
6865 (Help): Don't describe C-h F and C-h K here.
6866 (Key Help): Describe C-h K here.
6867 (Name Help): Mention Emacs Lisp Intro.
6868 Describe C-h F here.
6869 (Misc Help): Mention C-h F and C-h K only briefly.
6870
6871 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6872 Selective undo text merged in.
6873 (Spelling): Mention Aspell along with Ispell.
6874
6875 * emacs.texi (Top): Update subnode menus.
6876
6877 * basic.texi (Basic Undo): Rename from Undo. Most of text
6878 moved to new Undo node.
6879
8cf51b2c
GM
68802006-01-29 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * basic.texi (Continuation Lines, Inserting Text):
6883 Mention longlines mode.
6884
68852006-01-29 Richard M. Stallman <rms@gnu.org>
6886
10d1d0af 6887 * screen.texi: Minor cleanups.
8cf51b2c
GM
6888 (Screen): Clean up the intro paragraphs.
6889 (Mode Line): Lots of rewriting. Handle frame-name better.
6890 eol-mnemonic-... vars moved out.
6891
6892 * emacs.texi (Top): Change menu item for MS-DOS node.
6893 Update subnode menu.
6894
6895 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6896 chapter relates to Windows. Title changed.
6897
6898 * mini.texi: Minor cleanups.
6899
6900 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6901 (Mark): Put it in the menu.
6902
6903 * entering.texi: Minor cleanups.
6904
6905 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6906 (Intro): Refer to "graphical" terminals, rather than X.
6907
6908 * display.texi (Display Custom): Add xref to Variables.
6909 (Optional Mode Line): eol-mnemonic-... vars moved here.
6910
6911 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6912 rather than X.
6913
8cf51b2c
GM
6914 * basic.texi: Minor cleanups.
6915 (Undo): selective-undo moved.
6916
8cf51b2c
GM
69172006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * anti.texi (Antinews): Various corrections and additions.
6920
69212006-01-23 Juri Linkov <juri@jurta.org>
6922
6923 * custom.texi (Easy Customization, Customization Groups)
6924 (Browsing Custom): Mention links along with buttons.
6925
8cf51b2c
GM
69262006-01-21 Eli Zaretskii <eliz@gnu.org>
6927
8cf51b2c
GM
6928 * text.texi (TeX Print): Use @key for TAB.
6929
8cf51b2c
GM
6930 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6931
8cf51b2c
GM
69322006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6933
6934 * files.texi (File Aliases): Don't claim that usually separate
6935 buffers are created for two file names that name the same data.
6936 Mention additional situations where different names mean the same
6937 file on disk.
6938
69392006-01-19 Richard M. Stallman <rms@gnu.org>
6940
6941 * killing.texi (Deletion): Upcase @key argument.
6942
6943 * custom.texi (Custom Themes): Minor cleanup.
6944
6945 * programs.texi (Hungry Delete): Upcase @key argument.
6946
8cf51b2c
GM
69472006-01-16 Juri Linkov <juri@jurta.org>
6948
6949 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6950 Move `mode-line-highlight' before `mode-line-buffer-id'.
6951
8cf51b2c
GM
69522006-01-14 Richard M. Stallman <rms@gnu.org>
6953
6954 * basic.texi (Inserting Text): Minor cleanup.
6955
8cf51b2c
GM
69562006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * custom.texi (Changing a Variable, Face Customization):
6959 Update for changes in Custom menus.
6960
8cf51b2c
GM
69612006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6962
6963 * macos.texi (Mac International): Undo last change.
6964
8cf51b2c
GM
69652006-01-02 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * custom.texi (Custom Themes): Describe the new
6968 customize-create-theme interface.
6969
69702005-12-30 Juri Linkov <juri@jurta.org>
6971
6972 * basic.texi (Position Info): Update example.
6973
c8763fb6 69742005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6975
6976 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6977
69782005-12-24 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * custom.texi (Custom Themes): `load-theme' always loads.
6981
69822005-12-23 Juri Linkov <juri@jurta.org>
6983
6984 * display.texi (Highlight Interactively): Use double space to
6985 separate sentences. Replace C-p with M-p, and C-n with M-n.
6986
69872005-12-22 Richard M. Stallman <rms@gnu.org>
6988
6989 * custom.texi (Easy Customization and subnodes):
6990 Replace "active field" with "button".
6991 Use "user option" only for variables.
6992 Use "setting" for variable-or-face.
6993
69942005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * buffers.texi (Select Buffer): Change order in table to make
6997 "Similar" refer to the correct item.
6998 (Indirect Buffers): Minor rewording.
6999
8cf51b2c
GM
70002005-12-20 Juri Linkov <juri@jurta.org>
7001
7002 * files.texi (VC Status): Put P and N near p and n.
7003
8cf51b2c
GM
70042005-12-19 Richard M. Stallman <rms@gnu.org>
7005
7006 * programs.texi (Electric C): Delete the info about newline control.
7007 (Other C Commands): Minor cleanup.
7008 (Left Margin Paren): Minor cleanup.
7009
70102005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7013 (Customization Groups): Delete text moved to "Browsing Custom".
7014 (Browsing Custom): New node.
7015 (Specific Customization): Clarify which commands only work for
7016 loaded options.
7017
70182005-12-18 Bill Wohler <wohler@newt.com>
7019
7020 * frames.texi (Tool Bars): Shorten text of previous change.
7021
70222005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7023
7024 * files.texi (VC Status): Document log-view mode.
7025
70262005-12-18 Bill Wohler <wohler@newt.com>
7027
7028 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7029 permanently via the customize interface.
7030
8cf51b2c
GM
70312005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7032
7033 * killing.texi (Killing by Lines): Document `kill-whole-line'
7034 function.
7035
c8763fb6 70362005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
7037
7038 * buffers.texi (Select Buffer): Change `prev-buffer' to
7039 `previous-buffer'. Indicate that these functions use a frame
7040 local buffer list.
7041
8cf51b2c
GM
70422005-12-12 Richard M. Stallman <rms@gnu.org>
7043
7044 * custom.texi (Easy Customization): Change menu comment.
7045 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7046
7047 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7048 (Help): Among the Apropos commands, describe only C-h a here.
7049
70502005-12-11 Richard M. Stallman <rms@gnu.org>
7051
7052 * programs.texi (Options for Comments): Comment-end starts with space.
7053
7054 * glossary.texi (Glossary): Minor cleanup.
7055
7056 * files.texi (Old Versions): Use @table.
7057
8cf51b2c
GM
70582005-12-10 David Koppelman <koppel@ece.lsu.edu>
7059
7060 * display.texi (Highlight Interactively): Include
7061 global-hi-lock-mode. Add miscellaneous details and elaborations.
7062
70632005-12-09 Richard M. Stallman <rms@gnu.org>
7064
7065 * display.texi (Font Lock): Delete the Global FL menu item.
7066
70672005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7068
7069 * custom.texi (Minibuffer Maps): Mention the maps for file name
7070 completion.
7071
70722005-12-09 Kim F. Storm <storm@cua.dk>
7073
7074 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7075 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7076 cursor to next corner in rectangle; clarify insert around rectangle.
7077
8cf51b2c
GM
70782005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * custom.texi (Customization): Use xref to elisp manual for
7081 non-TeX output.
7082 (Minor Modes): Update.
7083 (Customization Groups, Changing a Variable, Face Customization):
7084 Update for new appearance of Custom buffers.
7085 (Changing a Variable): `custom-buffer-done-function' has been
7086 replaced by `custom-buffer-done-kill'.
7087 (Specific Customization): In the `customize-group' buffer, a
7088 subgroup's contents are not "hidden". They are not included at
7089 all. They have no [Show] button.
7090 (Mouse Buttons): Add pxref to description of mouse event lists in
7091 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7092 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7093 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7094
70952005-12-08 Richard M. Stallman <rms@gnu.org>
7096
7097 * mini.texi (Completion Commands, Completion):
7098 In file name input, SPC does not do completion.
7099
8cf51b2c
GM
71002005-12-08 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * building.texi (GDB Graphical Interface): Explain screen size
7103 setting.
7104 (Other GDB User Interface Buffers): Describe features specific to
7105 GDB 6.4.
7106
8cf51b2c
GM
71072005-12-01 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * building.texi (GDB User Interface Layout): Describe how to
7110 kill associated buffers.
7111 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7112 (Watch Expressions): Be more precise.
7113 (Other GDB User Interface Buffers): Describe how to change a
7114 register value.
7115
8cf51b2c
GM
71162005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7117
7118 * macos.texi (Mac Input): Remove description of
7119 mac-command-key-is-meta. Add descriptions of
7120 mac-control-modifier, mac-command-modifier, and
7121 mac-option-modifier.
7122 (Mac International): Fix description of conversion of clipboard data.
7123 (Mac Font Specs): Add example of font customization by face attributes.
7124
71252005-11-22 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * building.texi (Watch Expressions): Expand description.
7128 (Other GDB User Interface Buffers): Describe local map for
7129 gud-watch.
7130
71312005-11-21 Chong Yidong <cyd@stupidchicken.com>
7132
7133 * display.texi (Font Lock): Font lock is enabled by default now.
7134
71352005-11-20 Juri Linkov <juri@jurta.org>
7136
7137 * basic.texi (Position Info): Update examples of the output.
7138 Remove the fact that examples are produced in the TeXinfo buffer,
7139 because in the Info reader users will get a different output from
7140 `C-x ='.
7141
7142 * building.texi (Compilation Mode): Remove paragraph duplicated
7143 from the node `Compilation'. Add `compilation-skip-threshold'.
7144
7145 * display.texi (Font Lock): Suggest more user-friendly method of
7146 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7147
71482005-11-18 Richard M. Stallman <rms@gnu.org>
7149
7150 * files.texi (Registering): Mention @@ in mode line.
7151
7152 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7153
71542005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7155
7156 * files.texi (Renaming and VC): Some back-ends don't
7157 handle renaming.
7158
8cf51b2c
GM
71592005-11-17 Juri Linkov <juri@jurta.org>
7160
7161 * emacs.texi (Top):
7162 * display.texi (Highlight Interactively): Put this font-lock based
7163 mode near Font Lock node.
7164
71652005-11-16 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7168 icons.
7169
71702005-11-12 Kim F. Storm <storm@cua.dk>
7171
7172 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7173 (Help Summary): Add C-h d and C-h e.
7174 (Apropos): Clarify that all apropos commands may search for either
7175 list of words or a regexp. Add C-h d for apropos-documentation.
7176 Describe apropos-documentation-sort-by-scores user option.
7177
8cf51b2c
GM
71782005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7179
7180 * killing.texi (CUA Bindings): Add @section.
7181
71822005-11-10 Kim F. Storm <storm@cua.dk>
7183
7184 * emacs.texi (Top): Add CUA Bindings entry to menu.
7185
7186 * killing.texi (CUA Bindings): New node. Moved here from
7187 misc.texi and extended with info on rectangle commands and
7188 rectangle highlighting, interface to registers, and the global
7189 mark feature.
7190
7191 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7192
7193 * regs.texi: Prev link points to CUA Bindings node.
7194
71952005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * help.texi (Help Echo): By default, help echos are only shown on
7198 mouse-over, not on point-over.
7199
c8763fb6 72002005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7201
7202 * misc.texi (Shell Mode): Describe how to activate password echoing.
7203
8cf51b2c
GM
72042005-11-04 Romain Francoise <romain@orebokech.com>
7205
7206 * mark.texi (Mark Ring): Fix typo.
7207
72082005-11-03 Richard M. Stallman <rms@gnu.org>
7209
7210 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7211
72122005-11-01 Bill Wohler <wohler@newt.com>
7213
7214 * help.texi (Help Mode): Fix typo.
7215
72162005-11-01 Nick Roberts <nickrob@snap.net.nz>
7217
1c6c854e
CS
7218 * building.texi (Other GDB User Interface Buffers):
7219 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7220
72212005-10-31 Romain Francoise <romain@orebokech.com>
7222
7223 * files.texi (Compressed Files): Fix typo.
7224
7225 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7226
7227 * windows.texi (Force Same Window): Likewise.
7228
72292005-10-30 Bill Wohler <wohler@newt.com>
7230
7231 * help.texi (Help Mode): URLs viewed with browse-url.
7232
72332005-10-31 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * building.texi (GDB Graphical Interface): Don't reference
7236 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7237 must stay in same frame.
7238
72392005-10-29 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7242
7243 * anti.texi (Antinews): Likewise.
7244
8cf51b2c
GM
72452005-10-28 Bill Wohler <wohler@newt.com>
7246
7247 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7248
72492005-10-28 Richard M. Stallman <rms@gnu.org>
7250
7251 * files.texi (Visiting): Explain how to enter ? in a file name.
7252
7253 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7254
8cf51b2c
GM
72552005-10-25 Nick Roberts <nickrob@snap.net.nz>
7256
1c6c854e
CS
7257 * building.texi (GDB Graphical Interface):
7258 Describe gdb-mouse-until.
8cf51b2c
GM
7259
72602005-10-23 Richard M. Stallman <rms@gnu.org>
7261
7262 * custom.texi (Init File): Recommend when to use site-start.el.
7263
8cf51b2c
GM
72642005-10-21 Juri Linkov <juri@jurta.org>
7265
7266 * custom.texi (Examining): Mention accessing the old variable
7267 value via M-n in set-variable.
7268
8cf51b2c
GM
72692005-10-18 Romain Francoise <romain@orebokech.com>
7270
7271 * files.texi (Version Systems): Capitalize GNU.
7272
8cf51b2c
GM
72732005-10-18 Nick Roberts <nickrob@snap.net.nz>
7274
7275 * building.texi (Compilation Mode): Remove redundant paragraph.
7276 (Watch Expressions): Remove paragraph to reflect code change.
7277
8cf51b2c
GM
72782005-10-16 Richard M. Stallman <rms@gnu.org>
7279
7280 * building.texi (Compilation Mode, Compilation): Clarified.
7281
72822005-10-15 Richard M. Stallman <rms@gnu.org>
7283
7284 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7285
8cf51b2c
GM
72862005-10-13 Kenichi Handa <handa@m17n.org>
7287
7288 * basic.texi (Position Info): Fix previous change.
7289
c8763fb6 72902005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7291
7292 * cmdargs.texi (Icons X): Fix typo.
7293
72942005-10-12 Kenichi Handa <handa@m17n.org>
7295
7296 * basic.texi (Position Info): Describe the case that Emacs shows
7297 "part of display ...".
7298
c8763fb6 72992005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7300
7301 * cmdargs.texi (Icons X): -nb => -nbi.
7302
73032005-10-10 Chong Yidong <cyd@stupidchicken.com>
7304
7305 * frames.texi (Speedbar): A couple more clarifications.
7306
73072005-10-11 Nick Roberts <nickrob@snap.net.nz>
7308
7309 * building.texi (GDB User Interface Layout): Improve diagram.
7310 (Watch Expressions): Explain how to make speedbar global.
7311 (Other GDB User Interface Buffers): Make references more precise.
7312
8cf51b2c
GM
73132005-10-09 Richard M. Stallman <rms@gnu.org>
7314
7315 * frames.texi (Speedbar): Clarify the text.
7316
73172005-10-09 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * frames.texi (Speedbar): Add information on keybindings,
7320 dismissing the speedbar, and buffer display mode. Link to
7321 speedbar manual.
7322
c8763fb6 73232005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7324
1c6c854e 7325 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7326 added -nb, --no-bitmap-icon.
7327
8cf51b2c
GM
73282005-10-07 Nick Roberts <nickrob@snap.net.nz>
7329
7330 * building.texi (GDB Graphical Interface): Add variables and
7331 functions to indices. Be more precise.
7332
c8763fb6 73332005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7334
7335 * frames.texi (Drag and Drop): Remove the x- from
7336 x-dnd-open-file-other-window and xdnd-protocol-alist.
7337
73382005-09-30 Romain Francoise <romain@orebokech.com>
7339
7340 * mini.texi (Minibuffer): The default value now appears before the
7341 colon in minibuffer prompts.
7342
8cf51b2c
GM
73432005-09-25 Richard M. Stallman <rms@gnu.org>
7344
7345 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7346
8cf51b2c
GM
73472005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7348
7349 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7350
8cf51b2c
GM
73512005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7352
7353 * emacs.texi (Top): Update submenus from macos.texi.
7354
7355 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7356 (Mac OS): Update feature support status.
7357 (Mac Input): List supported input scripts. Remove description
7358 about `mac-keyboard-text-encoding'. Mention mouse button
7359 emulation and related variables.
7360 (Mac International): Mention Central European and Cyrillic
7361 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7362 Add description about coding system for selection.
7363 Add description about language environment.
7364 (Mac Environment Variables):
7365 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7366 arguments. Add Preferences support.
7367 (Mac Directories): Explicitly state that this node is for Mac OS
7368 Classic only.
1c6c854e
CS
7369 (Mac Font Specs): Mention specification for scalable fonts.
7370 List supported charsets. Add preferred way of creating fontsets.
7371 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7372 (Mac Functions): Add descriptions about `mac-set-file-creator',
7373 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7374 and `mac-get-preference'.
7375
8cf51b2c
GM
73762005-09-16 Romain Francoise <romain@orebokech.com>
7377
7378 Update all files to specify GFDL version 1.2.
7379
7380 * doclicense.texi (GNU Free Documentation License): Update to
7381 version 1.2.
7382
73832005-09-15 Richard M. Stallman <rms@gnu.org>
7384
7385 * buffers.texi (List Buffers): Fix xref.
7386
7387 * rmail.texi (Rmail Basics): Fix xref.
7388
7389 * emacs.texi (Top): Update subnode menus.
7390
7391 * files.texi (Saving Commands): New node, broken out of Saving.
7392 (Customize Save): New node, broken out of Saving.
7393 Clarify effect of write-region-inhibit-fsync.
7394 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7395
8cf51b2c
GM
73962005-09-14 Romain Francoise <romain@orebokech.com>
7397
7398 * files.texi (Saving): Mention write-region-inhibit-fsync.
7399
74002005-09-05 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * custom.texi (Custom Themes): New node.
7403
74042005-09-03 Richard M. Stallman <rms@gnu.org>
7405
49823426
GM
7406 * search.texi (Search Case): Mention vars that control
7407 case-fold-search for various operations.
8cf51b2c
GM
7408
74092005-08-22 Juri Linkov <juri@jurta.org>
7410
7411 * display.texi (Standard Faces): Merge the text from
7412 `(elisp)Standard Faces' into this node.
7413
74142005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * emacs.texi (Top): Delete menu item for deleted node
7417 Keyboard Translations.
7418
74192005-08-18 Richard M. Stallman <rms@gnu.org>
7420
8cf51b2c
GM
7421 * trouble.texi (Unasked-for Search):
7422 Delete xref to Keyboard Translations.
7423
7424 * glossary.texi (Glossary): Delete xref.
7425
8cf51b2c
GM
7426 * custom.texi (Minor Modes): Say that the list here is not complete.
7427 (Keyboard Translations): Node deleted.
7428 (Disabling): Delete xref to it.
7429 (Customization Groups): Fix Custom buffer example.
7430 (Hooks): Mention remove-hooks.
7431
74322005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * building.texi (GDB Graphical Interface): Improve filling of menu
7435 item.
7436
74372005-08-18 Nick Roberts <nickrob@snap.net.nz>
7438
7439 * building.texi (GDB Graphical Interface): Use better node names.
7440
74412005-08-14 Richard M. Stallman <rms@gnu.org>
7442
7443 * text.texi (Sentences): Fix xref.
7444
74452005-08-14 Juri Linkov <juri@jurta.org>
7446
7447 * building.texi (Compilation, Grep Searching): Move grep command
7448 headings from `Compilation' to `Grep Searching'.
7449
7450 * dired.texi (Dired and Find):
7451 * maintaining.texi (Tags Search): Replace grep xref to
7452 `Compilation' node with `Grep Searching'.
7453
7454 * files.texi (Comparing Files): Replace xref to `Compilation' with
7455 `Compilation Mode'.
7456
74572005-08-13 Alan Mackenzie <acm@muc.de>
7458
7459 * search.texi (Non-ASCII Isearch): Correct a typo.
7460 (Replacement Commands): Mention query-replace key binding.
7461
74622005-08-11 Richard M. Stallman <rms@gnu.org>
7463
7464 * programs.texi (Options for Comments): Fix xref.
7465
7466 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7467 out of Regexps.
7468
8cf51b2c
GM
74692005-08-09 Juri Linkov <juri@jurta.org>
7470
7471 * building.texi (Compilation): Use `itemx' instead of `item'.
7472 (Grep Searching): Simplify phrase.
7473
7474 * display.texi (Standard Faces): Describe vertical-border on
7475 window systems.
7476
7477 * windows.texi (Split Window): Simplify phrase and mention
7478 vertical-border face.
7479
74802005-08-09 Richard M. Stallman <rms@gnu.org>
7481
7482 * files.texi (Comparing Files): Clarify compare-windows.
7483
7484 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7485
8cf51b2c
GM
74862005-08-06 Eli Zaretskii <eliz@gnu.org>
7487
7488 * mule.texi (Coding Systems): Rephrase the paragraph about
7489 codepages: no need for "M-x codepage-setup" anymore, except on
7490 MS-DOS.
7491
7492 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7493 the MS-DOS port only.
7494
74952005-07-30 Eli Zaretskii <eliz@gnu.org>
7496
7497 * makefile.w32-in (info): Don't run multi-install-info.bat.
7498 ($(infodir)/dir): New target, produced by running
7499 multi-install-info.bat.
7500
8cf51b2c
GM
75012005-07-22 Eli Zaretskii <eliz@gnu.org>
7502
7503 * files.texi (Quoted File Names): Add index entry.
7504
8cf51b2c
GM
75052005-07-19 Juri Linkov <juri@jurta.org>
7506
7507 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7508
75092005-07-18 Juri Linkov <juri@jurta.org>
7510
8cf51b2c
GM
7511 * custom.texi (Easy Customization):
7512 * files.texi (Old Versions):
7513 * frames.texi (Wheeled Mice):
7514 * mule.texi (Specify Coding):
8cf51b2c
GM
7515 * text.texi (Cell Justification):
7516 * trouble.texi (After a Crash):
8cf51b2c
GM
7517 * xresources.texi (GTK styles):
7518 Delete duplicate duplicate words.
7519
75202005-07-17 Richard M. Stallman <rms@gnu.org>
7521
7522 * frames.texi (Creating Frames): Fix foreground color example.
7523
7524 * custom.texi (Init Examples): Clean up text about conditionals.
7525
75262005-07-16 Richard M. Stallman <rms@gnu.org>
7527
7528 * mini.texi (Completion Commands): Fix command name for ?.
7529
8cf51b2c
GM
75302005-07-16 Eli Zaretskii <eliz@gnu.org>
7531
7532 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7533 `menu' face has no effect on w32 and with GTK.
7534 Add cross-references.
8cf51b2c
GM
7535
7536 * cmdargs.texi (General Variables): Clarify the default location
7537 of $HOME on w32 systems.
7538
75392005-07-15 Jason Rumney <jasonr@gnu.org>
7540
7541 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7542 changed.
7543
75442005-07-08 Kenichi Handa <handa@m17n.org>
7545
1c6c854e
CS
7546 * mule.texi (Recognize Coding):
7547 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7548
75492005-07-07 Richard M. Stallman <rms@gnu.org>
7550
7551 * anti.texi (Antinews): Mention mode-line-inverse-video.
7552
7553 * files.texi (Saving): Minor correction about C-x C-w.
7554
7555 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7556
75572005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * search.texi (Isearch Scroll): Add example of using the
7560 `isearch-scroll' property.
7561 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7562 `Display Custom' node.
7563 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7564 and de-emphasize it.
7565 (Other Repeating Search): `occur' currently can not correctly
7566 handle multiline matches. Correct, clarify and update description
7567 of `flush-lines' and `keep-lines'.
7568
7569 * display.texi (Display Custom): Add anchor for `baud-rate'.
7570
75712005-07-07 Richard M. Stallman <rms@gnu.org>
7572
7573 * gnu.texi: Update where to get GNU status; add refs for how to help.
7574 Add footnotes 6 and 7.
7575
75762005-07-04 Lute Kamstra <lute@gnu.org>
7577
7578 Update FSF's address in GPL notices.
7579
8cf51b2c 7580 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7581 * trouble.texi (Checklist): Update FSF's address.
7582
8cf51b2c
GM
75832005-06-24 Richard M. Stallman <rms@gnu.org>
7584
7585 * display.texi (Text Display): Change index entries.
7586
75872005-06-24 Eli Zaretskii <eliz@gnu.org>
7588
7589 * makefile.w32-in (MAKEINFO): Use --force.
7590 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7591 Makefile.in.
8cf51b2c
GM
7592
75932005-06-23 Richard M. Stallman <rms@gnu.org>
7594
1c6c854e 7595 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7596 nobreak-char-display.
7597
7598 * emacs.texi (Top): Update detailed node listing.
7599
1c6c854e 7600 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7601 to nobreak-char-display and no-break-space to nobreak-space.
7602 (Standard Faces): Split up the list of standard faces
7603 and put it in a separate node. Add nobreak-space and
7604 escape-glyph.
7605
8cf51b2c
GM
76062005-06-23 Lute Kamstra <lute@gnu.org>
7607
7608 * mule.texi (Select Input Method): Fix typo.
7609
76102005-06-23 Kenichi Handa <handa@m17n.org>
7611
1c6c854e
CS
7612 * mule.texi (International): List all supported scripts.
7613 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7614 distribution.
7615 (Language Environments): List all language environments.
7616 Intlfonts contains fonts for most supported scripts, not all..
7617 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7618 input a specific character.
8cf51b2c
GM
7619 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7620
76212005-06-23 Juanma Barranquero <lekktu@gmail.com>
7622
49823426 7623 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7624
76252005-06-22 Miles Bader <miles@gnu.org>
7626
7627 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7628
76292005-06-20 Miles Bader <miles@gnu.org>
7630
7631 * display.texi (Faces): Add `vertical-divider'.
7632
76332005-06-17 Richard M. Stallman <rms@gnu.org>
7634
7635 * text.texi (Adaptive Fill): Minor clarification.
7636
8cf51b2c
GM
76372005-06-10 Lute Kamstra <lute@gnu.org>
7638
7639 * emacs.texi (Top): Correct version number.
7640 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7641 refer to the current version of Emacs.
7642
76432005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * files.texi (Log Buffer): Document when there can be more than
7646 one file to be committed.
7647
76482005-06-08 Juri Linkov <juri@jurta.org>
7649
7650 * display.texi (Faces): Add `shadow' face.
7651
76522005-06-07 Masatake YAMATO <jet@gyve.org>
7653
7654 * display.texi (Faces): Write about mode-line-highlight.
7655
76562005-06-06 Richard M. Stallman <rms@gnu.org>
7657
7658 * misc.texi (Printing Package): Explain how to initialize
7659 printing package.
7660
7661 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7662
76632005-06-05 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * emacs.texi: Rename Hardcopy to Printing.
7666 Make PostScript and PostScript Variables subnodes of it.
7667
7668 * misc.texi (Printing): Rename node from Hardcopy.
7669 Mention menu bar options.
7670 Move PostScript and PostScript Variables to submenu.
7671 (Printing package): New node.
7672
7673 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7674
7675 * dired.texi (Operating on Files): Likewise.
7676
7677 * calendar.texi (Displaying the Diary): Likewise.
7678
7679 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7680
7681 * glossary.texi (Glossary): Likewise.
7682
7683 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7684 effect.
7685
76862005-06-04 Richard M. Stallman <rms@gnu.org>
7687
7688 * trouble.texi (After a Crash): Polish previous change.
7689
8cf51b2c
GM
76902005-05-30 Noah Friedman <friedman@splode.com>
7691
7692 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7693 recovery mechanism.
7694
8cf51b2c
GM
76952005-05-28 Nick Roberts <nickrob@snap.net.nz>
7696
7697 * building.texi (Other Buffers): SPC toggles display of
7698 floating point registers.
7699
8cf51b2c
GM
77002005-05-27 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * files.texi (Log Buffer): Merge in description of Log Edit
7703 mode from pcl-cvs.texi.
7704
77052005-05-26 Richard M. Stallman <rms@gnu.org>
7706
7707 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7708
8cf51b2c
GM
77092005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7712 not enabled by default.
7713 When not on a word, `ispell-word' by default checks the word
7714 before point.
7715
77162005-05-24 Nick Roberts <nickrob@snap.net.nz>
7717
7718 * building.texi (Debugger Operation): Simplify last sentence.
7719
77202005-05-23 Lute Kamstra <lute@gnu.org>
7721
7722 * emacs.texi: Update FSF's address throughout.
7723 (Preface): Use @cite.
7724 (Distrib): Add cross reference to the node "Copying". Mention the
7725 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7726 printed manuals.
7727 (Intro): Use @xref for the Emacs Lisp Intro.
7728
8cf51b2c
GM
77292005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7732
7733 * basic.texi (Moving Point): Mention default for `goto-line'.
7734
7735 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7736 of a variable's docstring.
7737
77382005-05-18 Lute Kamstra <lute@gnu.org>
7739
7740 * maintaining.texi (Overview of Emerge): Add cross reference.
7741 Remove duplication.
7742
7743 * emacs.texi (Top): Update to the current structure of the manual.
7744 * misc.texi (Emacs Server): Add menu description.
7745 * files.texi (Saving): Fix menu.
7746 * custom.texi (Customization): Fix menu.
7747 * mule.texi (International): Fix menu.
7748 * kmacro.texi (Keyboard Macros): Fix menu.
7749
77502005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7751
7752 * display.texi: Various minor changes.
7753 (Faces): Delete text that is repeated in the next section.
7754
77552005-05-16 Nick Roberts <nickrob@snap.net.nz>
7756
7757 * building.texi (Debugger Operation): Mention GUD tooltips are
7758 disabled with GDB in text command mode.
7759
8cf51b2c
GM
77602005-05-16 Nick Roberts <nickrob@snap.net.nz>
7761
7762 * building.texi: Replace toolbar with "tool bar" for consistency.
7763 (Compilation Mode): Describe compilation-context-lines
7764 and use of arrow in compilation buffer.
7765 (Debugger Operation): Replace help text with variable's value.
7766
7767 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7768 consistency.
7769
77702005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7773 Add xref.
7774
8cf51b2c
GM
77752005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7778 (Position Info): Delete discussion of `goto-line'. It is already
7779 described in `Moving point'.
7780
7781 * mini.texi (Completion Commands): Correct reference.
7782 (Completion Options): Fix typo.
7783
7784 * killing.texi (Deletion): Complete description of `C-x C-o'.
7785
8cf51b2c
GM
77862005-05-10 Richard M. Stallman <rms@gnu.org>
7787
7788 * building.texi (Compilation): Clarify recompile's directory choice.
7789
7790 * frames.texi (Tooltips): Cleanups.
7791
7792 * basic.texi (Arguments): Fix punctuation.
7793
77942005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * screen.texi (Menu Bar): The up and down (not left and right)
7797 arrow keys move through a keyboard menu.
7798
77992005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * basic.texi: Various typo and grammar fixes.
7802 (Moving Point): C-a now runs move-beginning-of-line.
7803
78042005-05-08 Nick Roberts <nickrob@snap.net.nz>
7805
7806 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7807
7808 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7809 as different animals.
7810
78112005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7812
7813 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7814 Correct index entry.
7815
78162005-05-07 Nick Roberts <nickrob@snap.net.nz>
7817
7818 * building.texi (Debugger Operation): Update to reflect changes
7819 in GUD tooltips.
7820
78212005-04-30 Richard M. Stallman <rms@gnu.org>
7822
7823 * files.texi (Compressed Files): Auto Compression normally enabled.
7824
7825 * building.texi (Debugger Operation): Clarify previous change.
7826
8cf51b2c
GM
78272005-04-28 Nick Roberts <nickrob@snap.net.nz>
7828
7829 * building.texi (Debugger Operation): Add description for
7830 GUD tooltips when program is not running.
7831
78322005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * misc.texi (Shell): Add `Shell Prompts' to menu.
7835 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7836 description. Delete remarks moved to new node.
7837 (Shell Prompts): New node.
7838 (History References): Replace remarks moved to `Shell Prompts'
7839 with xref to that node.
7840 (Remote Host): Clarify how to specify the terminal type when
7841 logging in to a different machine.
7842
78432005-04-26 Richard M. Stallman <rms@gnu.org>
7844
7845 * emacs.texi (Top): Update submenus from files.texi.
7846
7847 * files.texi (Filesets): Clarify previous change.
7848
7849 * dired.texi (Misc Dired Features): Clarify previous change.
7850
78512005-04-25 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7854
1c6c854e
CS
7855 * dired.texi (Misc Dired Features):
7856 Document dired-compare-directories.
8cf51b2c
GM
7857
7858 * files.texi (Filesets): New node.
7859 (File Conveniences): Document Image mode.
7860
7861 * text.texi (TeX Print): Document tex-compile.
7862
78632005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7864
7865 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7866 Delete redundant reference to tooltip Custom group. It is
7867 referred too again in the next paragraph.
7868
78692005-04-24 Richard M. Stallman <rms@gnu.org>
7870
7871 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7872
8cf51b2c
GM
78732005-04-19 Kim F. Storm <storm@cua.dk>
7874
7875 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7876
78772005-04-18 Lars Hansen <larsh@math.ku.dk>
7878
7879 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7880 turns off desktop-save-mode.
7881
78822005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7883
7884 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7885 by default in terminals compatible with xterm. Mention that
7886 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7887 node.
7888
8cf51b2c
GM
78892005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7892
c8763fb6 78932005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7894
7895 * xresources.texi (Table of Resources): Add cursorBlink.
7896
78972005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7898
7899 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7900 `d', `C-d' and `u'.
7901
79022005-04-11 Richard M. Stallman <rms@gnu.org>
7903
7904 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7905 (Misc X): Add -D, --basic-display.
7906
7907 * maintaining.texi (Change Log): Correct the description of
7908 the example.
7909
7910 * major.texi (Choosing Modes): Document magic-mode-alist.
7911
8cf51b2c
GM
79122005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7913
7914 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7915 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7916 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7917 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7918 `w', respectively.
7919 (Rmail Labels): Mention `l'.
7920 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7921 (Rmail Summary Edit): Describe `j' and RET.
7922
c8763fb6 79232005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7924
7925 * xresources.texi (Lucid Resources): Add fontSet resource.
7926
8cf51b2c
GM
79272005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7928
7929 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7930 now called `indicate-empty-lines'.
7931
79322005-04-06 Kim F. Storm <storm@cua.dk>
7933
7934 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7935
79362005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7937
7938 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7939 deleted.
7940 (Marks vs Flags): Add some convenient key bindings.
7941 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7942 (Misc Dired Features): Correct and expand description of `w' command.
7943
7944 * frames.texi (XTerm Mouse): Delete apparently false info.
7945 The GNU/Linux console currently does not appear to support
7946 `xterm-mouse-mode'.
7947
8cf51b2c
GM
79482005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7949
7950 * calendar.texi (Diary): Mention shell utility `calendar'.
7951
79522005-04-01 Richard M. Stallman <rms@gnu.org>
7953
7954 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7955
8cf51b2c
GM
79562005-04-01 Lute Kamstra <lute@gnu.org>
7957
7958 * maintaining.texi (Change Log): add-change-log-entry uses
7959 add-log-mailing-address.
7960
79612005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7964 `VC Mode Line' and put in an xref to that node.
7965 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7966 its description.
7967
79682005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7969
7970 * calendar.texi (Calendar Systems): Say that the Persian calendar
7971 implemented here is the arithmetical one championed by Birashk.
7972
79732005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7974
7975 * programs.texi (Fortran Motion): Fix previous change.
7976
8cf51b2c
GM
79772005-03-29 Richard M. Stallman <rms@gnu.org>
7978
7979 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7980
79812005-03-29 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * text.texi (Refill): Refer to Long Lines Mode.
7984 (Longlines): New node.
7985 (Auto Fill): Don't index "word wrap" here.
7986 (Filling): Add Longlines to menu.
7987
79882005-03-29 Richard M. Stallman <rms@gnu.org>
7989
7990 * xresources.texi: Minor fixes.
7991
7992 * misc.texi (Emacs Server): Fix Texinfo usage.
7993
7994 * emacs.texi (Top): Don't use a real section heading for
7995 "Detailed Node Listing". Fake it instead.
7996
7997 * basic.texi (Position Info): Minor cleanup.
7998
7999 * mule.texi (Input Methods): Minor cleanup.
8000
80012005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8002
8003 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8004 constructs as well.
8005 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8006
80072005-03-29 Kenichi Handa <handa@m17n.org>
8008
8009 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8010
8011 * basic.texi (Position Info): Update the description about the
8012 command C-u C-x =.
8013
80142005-03-28 Richard M. Stallman <rms@gnu.org>
8015
8016 * emacs.texi (Top): Use @section for the detailed node listing.
8017
8018 * calendar.texi: Minor fixes to previous change.
8019
8020 * programs.texi (Fortran): Small fixes to previous changes.
8021
8022 * emacs.texi (Top): Update list of subnodes of Dired.
8023 Likewise for building.texi.
8024
8025 * files.texi (File Conveniences): Delete Auto Image File mode.
8026
80272005-03-28 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * building.texi (Flymake): New node.
8030
8031 * custom.texi (Function Keys): Document kp- event types and
8032 keypad-setup package.
8033
8034 * dired.texi (Wdired): New node.
8035
8036 * files.texi (File Conveniences): Reorder entries.
8037 Explain how to turn on Auto-image-file mode.
8038 Document Thumbs mode.
8039
8040 * mule.texi (Specify Coding): Document recode-region and
8041 recode-file-name.
8042
8043 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8044
80452005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8046
8047 * commands.texi (Keys): M-o is now a prefix key.
8048
80492005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8050
8051 * programs.texi: Reformat and update copyright years.
8052 (Fortran): Update section.
8053
80542005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * files.texi: Several small changes in addition to:
8057 (Visiting): Change xref for Dialog Boxes to ref.
8058 (Version Headers): Replace references to obsolete var
8059 `vc-header-alist' with `vc-BACKEND-header'.
8060 (Customizing VC): Update value of `vc-handled-backends'.
8061
80622005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8063
8064 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8065 move here from Emacs Lisp Reference Manual.
8066 * calendar.texi (Calendar/Diary, Diary Commands)
8067 (Special Diary Entries, Importing Diary): Change some xrefs to
8068 point to emacs-xtra rather than elisp.
8069
8070 * emacs-xtra.texi (Calendar Customizing):
8071 Move view-diary-entries-initially, view-calendar-holidays-initially,
8072 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8073 Emacs Manual.
8074 (Appt Customizing): Merge entire section into main Emacs Manual.
8075 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8076 mark-holidays-in-calendar here from emacs-xtra.
8077 (Displaying the Diary): Move view-diary-entries-initially,
8078 mark-diary-entries-in-calendar here from emacs-xtra.
8079 (Appointments): Move appt-display-mode-line,
8080 appt-display-duration, appt-disp-window-function,
8081 appt-delete-window-function here from emacs-xtra.
8082
8083 * calendar.texi: Update and reformat copyright.
8084 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8085 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8086 (Diary): Refer to `diary-file' rather than ~/diary.
8087 (Diary Commands): Rename node to "Displaying the Diary".
8088 * emacs.texi (Top): Rename "Diary Commands" section.
8089 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8090
80912005-03-26 Eli Zaretskii <eliz@gnu.org>
8092
8093 * misc.texi (Emacs Server): Fix the command for setting
8094 server-name. Add an xref to Invoking emacsclient.
8095
8096 * help.texi (Help Summary): Clarify when "C-h ." will do something
8097 nontrivial.
8098 (Apropos): Add cindex entry for apropos-sort-by-scores.
8099
8100 * display.texi (Text Display): Add index entries for how no-break
8101 characters are displayed.
8102
8cf51b2c
GM
81032005-03-26 Eli Zaretskii <eliz@gnu.org>
8104
8105 * files.texi (Visiting): Fix cross-references introduced with the
8106 last change.
8107
8108 * xresources.texi (GTK resources): Fix last change.
8109
8cf51b2c
GM
81102005-03-25 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * xresources.texi (X Resources): GTK options documented too.
8113 (Resources): Clarify meaning of program name.
8114 (Table of Resources): Add visualClass.
8115 (GTK resources): Rewrite.
8116 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8117
8118 * display.texi (Text Display): Mention non-breaking spaces.
8119
8120 * files.texi (Reverting): Document auto-revert-check-vc-info.
8121
8122 * frames.texi (Mouse Commands): Document
8123 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8124
8125 * help.texi (Help Summary): Add `C-h .'.
8126 (Apropos): Apropos accepts a list of search terms.
8127 Document apropos-sort-by-scores.
8128 (Help Echo): Document display-local-help.
8129
8130 * misc.texi (Emacs Server): Document server-name.
8131 (Invoking emacsclient): Document -s option for server names.
8132
8133 * text.texi (Outline Visibility): Introduce "current heading
8134 line" (commands can be called with point on a body line).
8135 Re-order table to follow the sequence of discussion.
8136 hide-body won't hide lines before first header line.
8137 (TeX Mode): Add DocTeX mode.
8138
8cf51b2c
GM
81392005-03-24 Richard M. Stallman <rms@gnu.org>
8140
8141 * mule.texi (Single-Byte Character Support): Delete mention
8142 of iso-acc.el and iso-transl.el.
8143
8cf51b2c
GM
81442005-03-23 Lute Kamstra <lute@gnu.org>
8145
8146 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8147
81482005-03-23 Richard M. Stallman <rms@gnu.org>
8149
8cf51b2c
GM
8150 * search.texi: Delete explicit node pointers.
8151 (Incremental Search): New menu.
8152 (Basic Isearch, Repeat Isearch, Error in Isearch)
8153 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8154 (Slow Isearch): New subnodes.
8155 (Configuring Scrolling): Node deleted.
8156 (Search Case): Doc default-case-fold-search.
8157 (Regexp Replace): Move replace-regexp doc here.
8158
8159 * rmail.texi (Movemail): Put commas inside closequotes.
8160
8161 * picture.texi (Insert in Picture): Document C-c arrow combos.
8162 (Basic Picture): Clarify erasure.
8163
8164 * display.texi (Font Lock): Put commas inside closequotes.
8165
8166 * cmdargs.texi (General Variables): Put commas inside closequotes.
8167
81682005-03-23 Nick Roberts <nickrob@snap.net.nz>
8169
8170 * building.texi (Stack Buffer): Mention reverse contrast for
8171 *selected* frame (might not be current frame).
8172
8cf51b2c
GM
81732005-03-21 Richard M. Stallman <rms@gnu.org>
8174
8175 * building.texi (Starting GUD): Add bashdb.
8176
81772005-03-20 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * basic.texi (Moving Point): Add M-g M-g binding.
8180 (Undo): Document undo-only.
8181 (Position Info): Document M-g M-g and C-u M-g M-g.
8182
8183 * building.texi (Building): Put Grep Searching after Compilation
8184 Shell.
8185 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8186 Document next-error-highlight.
8187 (Grep Searching): Document grep-highlight-matches.
8188 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8189
8190 * calendar.texi (Importing Diary): Rename node from iCalendar.
8191 Document diary-from-outlook.
8192
8193 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8194 Commands.
8195 Mention effect of X drag and drop on Dired buffers.
8196
8197 * files.texi (Visiting): Document large-file-warning-threshold.
8198 Move paragraph on file-selection dialog.
8199 Mention visiting files using X drag and drop.
8200 (Reverting): Mention using Auto-Revert mode to tail files.
8201 Document auto-revert-tail-mode.
8202 (Version Systems): Minor correction.
8203 (Comparing Files): Diff-mode is no longer based on Compilation
8204 mode.
8205 Document compare-ignore-whitespace.
8206 (Misc File Ops): Explain passing a directory to rename-file.
8207 Likewise for copy-file and make-symbolic-link.
8208
8209 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8210 Document mouse-wheel-progressive speed.
8211
8212 * help.texi (Misc Help): Document numeric argument for C-h i.
8213 Correctly explain the effect of just C-u as argument.
8214
8215 * killing.texi (Deletion): Document numeric argument for
8216 just-one-space.
8217
8218 * mini.texi (Completion): Completion acts on text before point.
8219
8220 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8221 (Emulation): CUA mode replaces pc-bindings-mode,
8222 pc-selection-mode, and s-region.
8223
8224 * mule.texi (Input Methods): Leim is now built-in.
8225 (Select Input Method): Document quail-show-key.
8226 (Specify Coding): Document revert-buffer-with-coding-system.
8227
8228 * programs.texi (Fortran Motion): Document f90-next-statement,
8229 f90-previous-statement, f90-next-block, f90-previous-block,
8230 f90-end-of-block, and f90-beginning-of-block.
8231
8232 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8233
8234 * emacs.texi (Acknowledgments): Updated.
8235
8236 * anti.texi: Total rewrite.
8237
8cf51b2c
GM
82382005-03-19 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * ack.texi (Acknowledgments): Update.
8241
82422005-03-19 Eli Zaretskii <eliz@gnu.org>
8243
1c6c854e
CS
8244 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8245 Update copyright years.
8cf51b2c
GM
8246
82472005-03-14 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * building.texi (Commands of GUD): Move paragraph on setting
8250 breakpoints with mouse to the GDB Graphical Interface node.
8251
82522005-03-07 Richard M. Stallman <rms@gnu.org>
8253
8cf51b2c
GM
8254 * misc.texi (Single Shell, Shell Options): Fix previous change.
8255
8256 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8257
82582005-03-06 Richard M. Stallman <rms@gnu.org>
8259
8260 * building.texi (Starting GUD): Don't explain text vs graphical
8261 GDB here. Just mention it and xref.
8262 Delete "just one debugger process".
8263 (Debugger Operation): Move GUD tooltip info here.
8264 (GUD Tooltips): Node deleted.
8265 (GDB Graphical Interface): Explain the two GDB modes here.
8266
8cf51b2c
GM
8267 * sending.texi (Sending Mail): Minor cleanup.
8268 (Mail Aliases): Explain quoting conventions.
8269 Update key rebinding example.
8270 (Header Editing): C-M-i is like M-TAB.
8271 (Mail Mode Misc): mail-attach-file does not do MIME.
8272
8273 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8274 that really belongs here.
8275 (Remote Mailboxes): Text moved to Rmail Inbox.
8276 (Rmail Display): Mention Mouse-1.
8277 (Movemail): Clarify two movemail versions.
8278 Clarify rmail-movemail-program.
8279
8cf51b2c
GM
8280 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8281 Document async shell commands.
8282 (Shell History): Clarify.
8283 (Shell Ring): Mention C-UP an C-DOWN.
8284 (Shell Options): Add comint-prompt-read-only.
8285 (Invoking emacsclient): Set EDITOR to run Emacs.
8286 (Sorting): No need to explain what region is.
8287 (Saving Emacs Sessions): Fix typo.
8288 (Recursive Edit): Fix punctuation.
8289 (Emulation): Don't mention "PC bindings" which are standard.
8290 (Hyperlinking): Explain Mouse-1 convention here.
8291 (Find Func): Node deleted.
8292
8cf51b2c
GM
8293 * help.texi (Name Help): Xref to Hyperlinking.
8294
8295 * glossary.texi (Glossary):
8296 Rename "Balance Parentheses" to "Balancing...".
8297 Add "Byte Compilation". Correct "Copyleft".
8298 New xref in "Customization".
8299 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8300 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8301 Rename "Registers" to "Register".
8302 Replace "Selecting" with "Selected Frame",
8303 "Selected Window", and "Selecting a Buffer".
8304
8305 * files.texi (Types of Log File): Explain how projects'
8306 methods can vary.
8307
8cf51b2c
GM
8308 * display.texi (Faces): Delete "Emacs 21".
8309
8310 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8311 * fixit.texi (Spelling): C-M-i like M-TAB.
8312 * mini.texi (Completion Options): C-M-i like M-TAB.
8313 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8314 * text.texi (Text Mode): C-M-i like M-TAB.
8315
8316 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8317
8318 * calendar.texi (Specified Dates): Mention `g w'.
8319 (Appointments): appt-activate toggles with no arg.
8320
8cf51b2c
GM
83212005-03-05 Juri Linkov <juri@jurta.org>
8322
8323 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8324 "invocation (command line arguments)".
8cf51b2c
GM
8325 (Misc X): Add -nbc, --no-blinking-cursor.
8326
83272005-03-04 Ulf Jasper <ulf.jasper@web.de>
8328
8329 * calendar.texi (iCalendar): No need to require it now.
8330
8cf51b2c
GM
83312005-03-03 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * trouble.texi (Contributing): Mention Savannah. Direct users to
8334 emacs-devel.
8335
83362005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8337
8338 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8339 window.
8340
8cf51b2c
GM
83412005-02-27 Richard M. Stallman <rms@gnu.org>
8342
8343 * building.texi (Compilation): Update mode line status info.
8344
83452005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8346
8347 * calendar.texi (General Calendar): Document binding of
8348 scroll-other-window-down.
8349 (Mayan Calendar): Fix earliest date.
8350 (Time Intervals): Document timeclock-change.
8351 Fix timeclock-ask-before-exiting documentation.
8352
83532005-02-26 Kim F. Storm <storm@cua.dk>
8354
8355 * frames.texi (Mouse References):
8356 Add mouse-1-click-in-non-selected-windows.
8357
83582005-02-25 Richard M. Stallman <rms@gnu.org>
8359
8360 * screen.texi (Screen): Explain better about cursors and mode lines;
8361 don't presuppose text terminals.
8362 (Point): Don't assume just one cursor.
8363 Clarify explanation of cursors.
8364 (Echo Area, Menu Bar): Cleanups.
8365
8366 * mini.texi (Minibuffer): Prompts are highlighted.
8367 (Minibuffer Edit): Newline = C-j only on text terminals.
8368 Clarify resize-mini-windows values.
8369 Mention M-PAGEUP and M-PAGEDOWN.
8370 (Completion Commands): Mouse-1 like Mouse-2.
8371 (Minibuffer History): Explain history commands better.
8372 (Repetition): Add xref to Incremental Search.
8373
8374 * mark.texi (Setting Mark): Clarify info about displaying mark.
8375 Clarify explanation of C-@ and C-SPC.
8376 (Transient Mark): Mention Delete Selection mode.
8377 (Marking Objects): Clean up text about extending the region.
8378
8379 * m-x.texi (M-x): One C-g doesn't always go to top level.
8380 No delay before suggest-key-bindings output.
8381
8382 * fixit.texi (Fixit): Mention C-/ for undo.
8383 (Spelling): Mention ESC TAB like M-TAB.
8384 Replacement words with r and R are rechecked.
8385 Say where C-g leaves point. Mention ? as input.
8386
83872005-02-23 Lute Kamstra <lute@gnu.org>
8388
8389 * cmdargs.texi (Initial Options): Add cross reference.
8390
8cf51b2c
GM
83912005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * emacs.texi (Top): Update menu for splitting of node in
8394 msdog.texi.
8395 * frames.texi (Frames): Update xref for splitting of node in
8396 msdog.texi.
8397 * trouble.texi (Quitting): Ditto.
8398
83992005-02-16 Richard M. Stallman <rms@gnu.org>
8400
8401 * windows.texi (Split Window): Simplify line truncation info
8402 and xref to Display Custom.
8403
8404 * trouble.texi (Quitting): Emergency escape only for text terminal.
8405 (Screen Garbled): C-l for ungarbling is only for text terminal.
8406
8407 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8408
8409 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8410
8411 * programs.texi (Program Modes): Mention Python mode.
8412 (Moving by Defuns): Repeating C-M-h extends region.
8413 (Basic Indent): Clarify.
8414 (Custom C Indent): Clarify.
8415 (Expressions): Repeating C-M-@ extends region.
8416 (Info Lookup): Clarify for C-h S.
8417 (Symbol Completion): ESC TAB alternative for M-TAB.
8418 (Electric C): Clarify.
8419
8420 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8421
8422 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8423 MS-DOS Input node.
8424 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8425 (MS-DOS and MULE): Clarify.
8426 (MS-DOS Processes, Windows Processes): Fix typos.
8427
8428 * major.texi (Choosing Modes): Clarify.
8429
8430 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8431 (Keyboard Macro Step-Edit): Clarify.
8432
8433 * indent.texi (Indentation): Clarifications.
8434
8435 * help.texi (Help): Correct error about C-h in query-replace.
8436 Clarify apropos vs C-h a. Fix how to search in FAQ.
8437 (Key Help): Describe C-h w here.
8438 (Name Help): Minor cleanup. C-h w moved to Key Help.
8439 Clarify the "object" joke.
8440 (Apropos): Clarify. Mouse-1 like Mouse-2.
8441 (Help Mode): Mouse-1 like Mouse-2.
8442
8443 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8444
8445 * display.texi (Display): Reorder menu.
8446 (Faces): Cleanup.
8447 (Font Lock): Cleanup. Mention Options menu.
8448 Delete obsolete text.
8449 (Scrolling): For C-l, don't presume text terminal.
8450 (Horizontal Scrolling): Simplify intro.
8451 (Follow Mode): Clarify.
1c6c854e 8452 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8453 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8454 Doc default-tab-width. Doc line truncation more thoroughly.
8455
8456 * dired.texi (Dired Enter): C-x C-f can run Dired.
8457 (Dired Visiting): Comment out `a' command.
8458 Mouse-1 is like Mouse-2.
8459 (Shell Commands in Dired): ? can be used more than once.
8460
8461 * basic.texi (Continuation Lines): Simplify description of truncation,
8462 and refer to Display Custom for the rest of it.
8463
8cf51b2c
GM
84642005-02-06 Lute Kamstra <lute@gnu.org>
8465
8466 * basic.texi (Undo): Fix typo.
8467
8468 * cmdargs.texi (Emacs Invocation): Fix typo.
8469
8470 * custom.texi (Init Examples): Fix typo.
8471
8472 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8473
84742005-02-06 Richard M. Stallman <rms@gnu.org>
8475
8476 * regs.texi (Registers): Registers can hold numbers, too.
8477
8478 * killing.texi (Other Kill Commands): Cleanup.
8479 Delete redundant explanation of kill in read-only buffer.
8480 (Yanking): Mention term "copying".
8481 (Accumulating Text): Fix typo.
8482
8483 * entering.texi (Entering Emacs): Update rationale at start.
8484 (Exiting): Treat iconifying on a par with suspension.
8485
8486 * custom.texi (Minor Modes): Fix typo.
8487 (Easy Customization): Fix menu style.
8488 (Variables): Add xref.
8489 (Examining): Setting for future sessions works through .emacs.
8490 (Keymaps): "Text terminals", not "Many".
8491 (Init Rebinding): Explain \C-. Show example of \M-.
8492 Fix minor wording errors.
8493 (Function Keys): Explain vector syntax just once.
8494 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8495 (Init File): Mention .emacs.d directory.
8496 (Init Examples): Add xref.
8497 (Find Init): Mention .emacs.d directory.
8498
8499 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8500 (Action Arguments): Explain which kinds of -l args are found how.
8501 (Initial Options): --batch does not inhibit site-start.
8502 Add xrefs.
8503 (Command Example): Use --batch, not -batch.
8504
8505 * basic.texi (Inserting Text): Cleanup wording.
8506 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8507 C-n is not error at end of buffer.
8508 (Undo): Doc C-/ like C-_. Add xrefs.
8509 (Arguments): META key may be labeled ALT.
8510 Peculiar arg meanings are explained in doc strings.
8511
8512 * abbrevs.texi (Expanding Abbrevs): Clarify.
8513
85142005-02-05 Eli Zaretskii <eliz@gnu.org>
8515
8516 * frames.texi (Frame Parameters): Add an xref to the description
8517 of list-colors-display. Add a pointer to the X docs about colors.
8518
8519 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8520 Improve docs of list-colors-display.
8cf51b2c
GM
8521
85222005-02-03 Lute Kamstra <lute@gnu.org>
8523
8524 * frames.texi (Frames, Drag and Drop): Fix typos.
8525
85262005-02-03 Richard M. Stallman <rms@gnu.org>
8527
8528 * windows.texi (Basic Window): Mention color-change in mode line.
8529 (Change Window): Explain dragging vertical boundaries.
8530
8531 * text.texi (Sentences): Clarify.
8532 (Paragraphs): Explain M-a and blank lines.
8533 (Outline Mode): Clarify text and menu.
8534 (Hard and Soft Newlines): Mention use-hard-newlines.
8535
8536 * frames.texi (Frames): Delete unnecessary mention of Windows.
8537 (Mouse Commands): Likewise. Mention xterm mouse support.
8538 (Clipboard): Clarify.
8539 (Mouse References): Mention use of Mouse-1 for following links.
8540 (Menu Mouse Clicks): Clarify.
8541 (Mode Line Mouse): Clarify.
8542 (Drag and Drop): Rewrite.
8543
8544 * fixit.texi (Spelling): Fix typo.
8545
8546 * files.texi (File Names): Clarify.
8547 (Visiting): Update conditions for use of file dialog. Clarify.
8548 (Saving): Doc d as answer in save-some-buffers.
8549 (Remote Files): Clean up the text.
8550
8551 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8552
8553 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8554 (List Buffers): Clarify.
8555 (Several Buffers): Doc T command.
8556 (Buffer Convenience): Clarify menu.
8557
8558 * basic.texi (Undo): Clarify last change.
8559
85602005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8561
8562 * fixit.texi (Spelling): Fix typo.
8563
85642005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8565
8566 * basic.texi (Undo): Update description of `undo-outer-limit'.
8567
85682005-02-01 Nick Roberts <nickrob@snap.net.nz>
8569
8570 * building.texi: Update documentation relating to GDB Graphical
8571 Interface.
8572
85732005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8574
8575 * custom.texi (Easy Customization): Adapt menu to node name change.
8576
85772005-01-30 Richard M. Stallman <rms@gnu.org>
8578
8579 * custom.texi (Easy Customization): Defn of "User Option" now
8580 includes faces. Don't say just "option" when talking about variables.
8581 Do say just "options" to mean "anything customizable".
8582 (Specific Customization): Describe `customize-variable',
8583 not `customize-option'.
8584
8585 * glossary.texi (Glossary) <Faces>: Add xref.
8586 <User Option>: Change definition--include faces. Change xref.
8587
8588 * picture.texi (Picture): Mention artist.el.
8589
8590 * sending.texi, screen.texi, programs.texi, misc.texi:
8591 * mini.texi, major.texi, maintaining.texi, macos.texi:
8592 * help.texi, frames.texi, files.texi:
8593 Don't say just "option" when talking about variables.
8594
8595 * display.texi, mule.texi: Don't say just "option" when talking
8596 about variables. Other minor cleanups.
8597
8cf51b2c
GM
85982005-01-26 Lute Kamstra <lute@gnu.org>
8599
8600 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8601 File'. Mention the `-Q' option at the `--no-site-file' option.
8602
8cf51b2c
GM
86032005-01-22 David Kastrup <dak@gnu.org>
8604
8605 * building.texi (Grep Searching): Mention alias `find-grep' for
8606 `grep-find'.
8607
86082005-01-20 Richard M. Stallman <rms@gnu.org>
8609
8610 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8611
8cf51b2c
GM
86122005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8613
8614 * rmail.texi (Movemail): Explain differences
8615 between standard and mailutils versions of movemail.
8616 Describe command line and configuration options introduced
8617 with the latter.
8618 Explain the notion of mailbox URL, provide examples and
8619 cross-references to mailutils documentation.
8620 Describe various methods of specifying mailbox names,
8621 user names and user passwords for rmail.
1c6c854e
CS
8622 (Remote Mailboxes): New section.
8623 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8624 options used to control its behavior.
8625 (Other Mailbox Formats): Explain handling of various mailbox
8626 formats.
8627
86282005-01-13 Richard M. Stallman <rms@gnu.org>
8629
8630 * commands.texi (Commands): Clarification.
8631
86322005-01-11 Richard M. Stallman <rms@gnu.org>
8633
8634 * programs.texi (Multi-line Indent): Fix previous change.
8635 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8636
8cf51b2c
GM
86372005-01-08 Richard M. Stallman <rms@gnu.org>
8638
8639 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8640 lazy-highlight.
8641
8642 * search.texi (Query Replace): Mention faces query-replace
8643 and lazy-highlight.
8644 (Incremental Search): Update isearch highlighting info.
8645
8cf51b2c
GM
86462005-01-04 Richard M. Stallman <rms@gnu.org>
8647
8648 * custom.texi (Saving Customizations): Minor improvement.
8649
8cf51b2c
GM
86502005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * custom.texi (Saving Customizations): Emacs no longer loads
8653 `custom-file' after .emacs. No longer mention customizing through
8654 Custom.
8655
8cf51b2c
GM
86562005-01-01 Andreas Schwab <schwab@suse.de>
8657
8658 * killing.texi (Graphical Kill): Move up under node Killing,
8659 change @section to @subsection.
8660
86612005-01-01 Richard M. Stallman <rms@gnu.org>
8662
8663 * custom.texi (Face Customization): Mention hex color specs.
8664
8665 * emacs.texi (Top): Update Killing submenu.
8666
8667 * killing.texi (Killing): Reorganize section.
8668 No more TeX-only text; put the node command at start of chapter.
8669 But the first section heading is used only in TeX.
8670 Rewrite the text to read better in this mode.
8671 (Graphical Kill): New subnode gets some of the text that
8672 used to be in the first section.
8673
86742004-12-31 Richard M. Stallman <rms@gnu.org>
8675
8676 * dired.texi (Shell Commands in Dired): Delete the ? example.
8677
8678 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8679
8680 * files.texi (Saving): Describe new require-final-newline features
8681 and mode-require-final-newline.
8682
8cf51b2c
GM
86832004-12-29 Richard M. Stallman <rms@gnu.org>
8684
8685 * custom.texi (File Variables): Clarify previous change.
8686
c8763fb6 86872004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8688
8689 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8690 out now.
8691
86922004-12-27 Richard M. Stallman <rms@gnu.org>
8693
8694 * Makefile.in (MAKEINFO): Specify --force.
8695
8696 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8697 (Undo): Doc undo-outer-limit.
8698
8cf51b2c
GM
86992004-12-15 Juri Linkov <juri@jurta.org>
8700
8701 * mark.texi (Transient Mark, Mark Ring): M-< and other
8702 movement commands don't set mark in Transient Mark mode
8703 if mark is active.
8704
8cf51b2c
GM
87052004-12-12 Juri Linkov <juri@jurta.org>
8706
8707 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8708 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8709
8710 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8711 (Misc Dired Commands): Add @r{(Dired)} to w.
8712
87132004-12-12 Juri Linkov <juri@jurta.org>
8714
8715 * mark.texi (Marking Objects): Marking commands also extend the
8716 region when mark is active in Transient Mark mode.
8717
8cf51b2c
GM
87182004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8719
8720 * custom.texi (Saving Customizations): Emacs only loads the custom
8721 file automatically after the init file in version 22.1 or later.
8722 Adapt text and examples to this fact.
8723
8cf51b2c
GM
87242004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8725
8726 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8727 be set through Custom. Otherwise, it has no effect.
8728
8cf51b2c
GM
87292004-12-05 Richard M. Stallman <rms@gnu.org>
8730
8731 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8732 * entering.texi: Rename Command Line to Emacs Invocation.
8733
10d1d0af 8734 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8735
8736 * custom.texi (Easy Customization): Move up to section level,
8737 before Variables. Avoid using the term "variable"; say "option".
8738 New initial explanation.
8739 (Variables): In initial explanation, connect "variable" to the
8740 already-explained "user option".
8741
8742 * emacs.texi (Top): Fix ref to Command Line.
8743 Move reference to Easy Customization.
8744
8745 * xresources.texi (X Resources): Fix From link.
8746
8747 * doclicense.texi (GNU Free Documentation License): Fix To link.
8748
8749 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8750
8751 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8752
87532004-12-03 Richard M. Stallman <rms@gnu.org>
8754
8755 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8756
87572004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8758
8759 * kmacro.texi: Several small changes in addition to the following.
8760 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8761 defining a keyboard macro.
8762 Mention `kmacro-ring-max'.
8763 (Keyboard Macro Counter): Clarify description of
8764 `kmacro-insert-counter', `kmacro-set-counter',
8765 `kmacro-add-counter' and `kmacro-set-format'.
8766
87672004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * custom.texi (File Variables): Add `unibyte' and make it more
8770 clear that `unibyte' and `coding' are special. Suggested by Simon
8771 Krahnke <overlord@gmx.li>.
8772
8773 * mule.texi (Enabling Multibyte): Refer to File Variables.
8774 Suggested by Simon Krahnke <overlord@gmx.li>.
8775
c8763fb6 87762004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8777
8778 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8779 x-use-old-gtk-file-dialog.
8780
8cf51b2c
GM
87812004-11-20 Richard M. Stallman <rms@gnu.org>
8782
8783 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8784
87852004-11-09 Lars Brinkhoff <lars@nocrew.org>
8786
8787 * building.texi (Lisp Eval): Delete hyphen in section name.
8788
87892004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8790
8791 * files.texi (Old Versions):
8792 No longer document annotation as "CVS only".
8793
87942004-11-10 Andre Spiegel <spiegel@gnu.org>
8795
8796 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8797 version systems, mentioning the new ones that we support.
8798 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8799 suggestions.
8800
c8763fb6 88012004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8802
49823426 8803 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8804
c8763fb6 88052004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8806
8807 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8808
88092004-10-23 Eli Zaretskii <eliz@gnu.org>
8810
8811 * text.texi (Text Based Tables, Table Definition)
8812 (Table Creation, Table Recognition, Cell Commands)
8813 (Cell Justification, Row Commands, Column Commands)
8814 (Fixed Width Mode, Table Conversion, Measuring Tables)
8815 (Table Misc): New nodes, documenting the Table Mode.
8816
8cf51b2c
GM
88172004-10-19 Jason Rumney <jasonr@gnu.org>
8818
8819 * makefile.w32-in (info): Change order of arguments to makeinfo.
8820
88212004-10-19 Ulf Jasper <ulf.jasper@web.de>
8822
8823 * calendar.texi (iCalendar): Update for package changes.
8824
8cf51b2c
GM
88252004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * files.texi (Misc File Ops): View mode is a minor mode.
8828
8cf51b2c
GM
88292004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8830
8831 * calendar.texi (iCalendar): Style changes.
8832
88332004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8834
8835 * search.texi (Regexps): The regexp described in the example is no
8836 longer stored in the variable `sentence-end'.
8837
8cf51b2c
GM
88382004-10-06 Nick Roberts <nickrob@snap.net.nz>
8839
8840 * building.texi (Starting GUD): Note that multiple debugging
8841 sessions requires `gdb --fullname'.
8842
88432004-10-05 Ulf Jasper <ulf.jasper@web.de>
8844
8845 * calendar.texi (iCalendar): New section for a new package.
8846
8cf51b2c
GM
88472004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * text.texi: Various small changes in addition to the following.
8850 (Text): Replace xref for autotype with inforef.
8851 (Sentences): Explain nil value for `sentence-end'.
8852 (Paragraphs): Update default values for `paragraph-start' and
8853 `paragraph-separate'.
8854 (Text Mode): Correct description of Text mode's effect on the
8855 syntax table.
8856 (Outline Visibility): `hide-other' does not hide top level headings.
8857 `selective-display-ellipses' no longer has an effect on Outline mode.
8858 (TeX Misc): Add missing @cindex.
8859 Replace xref for RefTeX with inforef.
8860 (Requesting Formatted Text): The variable
8861 `enriched-fill-after-visiting' no longer exists.
8862 (Editing Format Info): Update names of menu items and commands.
8863 (Format Faces): Mention special effect of specifying the default face.
8864 Describe inheritance of text properties.
8865 Correct description of `fixed' face.
8866 (Format Indentation): Correct description of effect of setting
8867 margins. Mention `set-left-margin' and `set-right-margin'.
8868 (Format Justification): Update names of menu items.
8869 `set-justification-full' is now bound to `M-j b'.
8870 Mention that `default-justification' is a per buffer variable.
8871 (Format Properties): Update name of menu item.
8872 (Forcing Enriched Mode): `format-decode-buffer' automatically
8873 turns on Enriched mode if the buffer is in text/enriched format.
8874
88752004-10-05 Emilio C. Lopes <eclig@gmx.net>
8876
8877 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8878
88792004-09-28 Kim F. Storm <storm@cua.dk>
8880
8881 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8882 Align with new functionality.
8883
8cf51b2c
GM
88842004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * display.texi (Display Custom): Remove stray `@end defvar'.
8887
88882004-09-23 Kim F. Storm <storm@cua.dk>
8889
8890 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8891 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8892
8cf51b2c
GM
88932004-09-20 Richard M. Stallman <rms@gnu.org>
8894
8895 * custom.texi (Hooks): Explain using setq to clear out a hook.
8896 (File Variables): Explain multiline string constants.
8897 (Non-ASCII Rebinding): Explain when you need to update
8898 non-ASCII char codes in .emacs.
8899
8900 * building.texi (Compilation): Explain how to make a silent
8901 subprocess that won't be terminated. Explain compilation-environment.
8902
89032004-09-13 Kim F. Storm <storm@cua.dk>
8904
8905 * mini.texi (Repetition): Rename isearch-resume-enabled to
8906 isearch-resume-in-command-history and change default to disabled.
8907
8cf51b2c
GM
89082004-09-09 Kim F. Storm <storm@cua.dk>
8909
8910 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8911 with new `kmacro-name-last-macro'.
8912
8cf51b2c
GM
89132004-09-08 Juri Linkov <juri@jurta.org>
8914
8915 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8916
8cf51b2c
GM
89172004-09-03 Juri Linkov <juri@jurta.org>
8918
8919 * search.texi (Incremental Search): Update wording for M-%.
8920
89212004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * killing.texi (Killing): Correct description of kill commands in
8924 read-only buffer.
8925
89262004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8927
8928 * building.texi (Compilation Mode): Add a paragraph about rules
8929 for finding the compilation buffer for `next-error'.
8930
8931 * search.texi (Other Repeating Search): Mention that Occur mode
8932 supports the next-error functionality.
8933
89342004-09-02 Juri Linkov <juri@jurta.org>
8935
8936 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8937
89382004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8939
8940 * kmacro.texi (Basic Keyboard Macro):
8941 `apply-macro-to-region-lines' now operates on all lines that begin
8942 in the region, rather than on all complete lines in the region.
8943
c8763fb6 89442004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8945
8946 * frames.texi (Drag and drop): Add documentation about
8947 x-dnd-test-function and x-dnd-known-types.
8948
89492004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * indent.texi: Various minor changes in addition to:
8952 (Indentation Commands): Correct description of `indent-relative'.
8953 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8954 mode. The *Tab Stops* buffer uses Overwrite Mode.
8955 (Just Spaces): `tabify' converts sequences of at least two spaces
8956 to tabs.
8957
8cf51b2c
GM
89582004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * frames.texi (Secondary Selection): Setting the secondary
8961 selection with M-Drag-Mouse-1 does not alter the kill ring,
8962 setting it with M-Mouse-1 and M-Mouse-3 does.
8963 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8964 toolkit scroll bars.
8965 (Scroll Bars): Ditto.
8966
8967 * windows.texi (Basic Window): When using a window system, the value
8968 of point in a non-selected window is indicated by a hollow box.
8969 (Split Window): Side by side windows are separated by a scroll bar,
8970 if scroll bars are used.
8971 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8972 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8973 (Window Convenience): Update bindings for `winner-undo' and
8974 `winner-redo'.
8975
8976 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8977 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8978 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8979 of "Using Emacs as a Server".
8980 * building.texi (Building): Interchange nodes (for correct numbering).
8981 * programs.texi (Programs): Interchange nodes (for correct numbering).
8982 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8983 Info to the node structure.
8984 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8985 Rearrange order of nodes and sections such that both "GNU GENERAL
8986 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8987 end, as appropriate for appendices.
8988 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8989 Use `@unnumberedsec'.
8990 * trouble.texi: Adapt sectioning in Info to the node structure.
8991 Adapt node pointers to change in emacs.texi.
8992 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8993
8cf51b2c
GM
89942004-08-25 Kenichi Handa <handa@m17n.org>
8995
8996 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8997 description for unibyte mode.
8998
89992004-08-23 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9002
9003 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9004 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9005 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9006 in @pxref.
9007
90082004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9009
9010 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9011 Change section names.
9012
8cf51b2c
GM
90132004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9014
9015 * kmacro.texi (Keyboard Macro Ring): Rename section.
9016 Emacs treats the head of the macro ring as the `last keyboard macro'.
9017 (Keyboard Macro Counter): Minor change.
9018 (Save Keyboard Macro): Some clarifications.
9019 (Edit Keyboard Macro): Rename section.
9020
9021 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9022 32-bit machines.
9023 (Several Buffers): Clarify which buffer is selected if `2' is
9024 pressed in the Buffer Menu.
9025 Auto Revert mode can be used to update the Buffer Menu
9026 automatically.
9027
90282004-08-21 Eli Zaretskii <eliz@gnu.org>
9029
9030 * help.texi (Misc Help): Add an index entry for finding an Info
9031 manual by its file name.
9032
90332004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * files.texi (Backup Deletion): Correct description of
9036 `delete-old-versions'.
9037 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9038 (Auto Save Files): Recommend `auto-save-mode' to reenable
9039 auto-saving, rather than the abbreviation `auto-save'.
9040
90412004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9042
9043 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9044 for "killing" and "yanking" in main menu.
9045
90462004-08-16 Richard M. Stallman <rms@gnu.org>
9047
9048 * killing.texi (Yanking, Killing): Minor cleanups.
9049
9050 * mark.texi (Momentary Mark): Minor cleanups.
9051
90522004-08-15 Kenichi Handa <handa@etl.go.jp>
9053
9054 * custom.texi (Non-ASCII Rebinding):
9055 C-q always inserts the right code to pass to global-set-key.
9056
8cf51b2c
GM
90572004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9058
9059 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9060 `insert-register', instead of `C-x r g' binding, for consistency.
9061
90622004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9063
9064 * fixit.texi (Spelling): Fix typo.
9065
90662004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9067
9068 * help.texi (Help): Fix Texinfo usage.
9069
8cf51b2c
GM
90702004-07-24 Richard M. Stallman <rms@gnu.org>
9071
9072 * text.texi (Paragraphs): Update how paragraphs are separated
9073 and the default for paragraph-separate.
9074
9075 * search.texi (Regexp Replace): Further update text for new
9076 replacement operators.
9077
8cf51b2c
GM
90782004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9081 `R' switch.
9082
9083 * dired.texi (Dired Updating): `k' only deletes inserted
9084 subdirectories from the Dired buffer if a prefix argument was given.
9085
9086 * search.texi (Regexps): Delete redundant definition of `symbol' in
9087 description of `\_>'. It already occurs in the description of `\_<'.
9088
8cf51b2c
GM
90892004-07-01 Juri Linkov <juri@jurta.org>
9090
9091 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9092 (Regexp Search): Add M-r.
9093
90942004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9095
9096 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9097
90982004-06-29 Jesper Harder <harder@ifa.au.dk>
9099
49823426 9100 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9101
91022004-06-25 Richard M. Stallman <rms@gnu.org>
9103
9104 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9105
91062004-06-25 David Kastrup <dak@gnu.org>
9107
9108 * search.texi (Regexp Replace): Some typo corrections and
9109 rearrangement.
9110
91112004-06-24 David Kastrup <dak@gnu.org>
9112
9113 * search.texi (Unconditional Replace): Use replace-string instead
9114 of query-replace in example.
9115 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9116 sequences.
9117 (Query Replace): Correct explanation of `^' which does not use
9118 the mark stack.
9119
91202004-06-21 Nick Roberts <nickrob@gnu.org>
9121
9122 * misc.texi (Shell History Copying): Document comint-insert-input.
9123 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9124
8cf51b2c
GM
91252004-06-20 Jesper Harder <harder@ifa.au.dk>
9126
9127 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9128 * custom.texi (Customization): Do.
9129 * anti.texi (Antinews): Do.
9130 * abbrevs.texi (Defining Abbrevs): Do.
9131
9132 * programs.texi (Info Lookup): Fix keybinding for
9133 info-lookup-symbol.
9134
91352004-06-16 Juanma Barranquero <lektu@terra.es>
9136
9137 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9138 Add emacs-xtra.
9139 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9140 (clean): Add emacs-xtra and flymake. Remove redundancies.
9141
91422004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9143
9144 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9145 Add emacs-xtra.
9146 * emacs-xtra.texi: New file.
9147
91482004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9149
9150 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9151 (Dired and Find): Mention differences with ordinary Dired buffers.
9152
8cf51b2c
GM
91532004-06-13 Richard M. Stallman <rms@gnu.org>
9154
9155 * custom.texi (Init Syntax): Explain about vars that do special
9156 things when set with setq or with Custom.
9157 (Init Examples): Add line-number-mode example.
9158
8cf51b2c
GM
91592004-06-12 Juri Linkov <juri@jurta.org>
9160
9161 * dired.texi (Operating on Files): Add dired-do-touch.
9162
8cf51b2c
GM
91632004-06-10 Juri Linkov <juri@jurta.org>
9164
9165 * building.texi (Lisp Eval): Add C-M-x on defface.
9166
91672004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9168
9169 * files.texi (Reverting): Auto-Revert mode and
9170 Global Auto-Revert mode no longer revert remote files.
9171
8cf51b2c
GM
91722004-05-29 Richard M. Stallman <rms@gnu.org>
9173
9174 * custom.texi (Init File): Two dashes start --no-site-file.
9175
8cf51b2c
GM
91762004-05-29 Alan Mackenzie <acm@muc.de>
9177
9178 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9179 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9180 (AWK, Pike): Document as "C-like modes".
9181 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9182 (M-x man): Supersedes M-x manual-entry.
9183 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9184
9185 ("Comments in C"): Delete node; the info is in CC Mode manual.
9186 (c-comment-only-line-offset): Remove description.
9187
9188 (C-c ., C-c C-c): Describe new C Mode bindings.
9189
9190 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9191 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9192 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9193 Amend definitions.
9194
9195 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9196 Describe functions.
9197
9198 (c-comment-start-regexp, c-hanging-comment-ender-p)
9199 (c-hanging-comment-starter-p): Remove obsolete definitions.
9200
9201 * emacs.texi: Remove the menu entry "Comments in C".
9202
8cf51b2c
GM
92032004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9206 `M-x locate'.
9207
92082004-05-16 Karl Berry <karl@gnu.org>
9209
9210 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9211 makeinfo --html fails.
9212 * help.texi (Help Summary) [@ifnottex]: Likewise.
9213
92142004-05-13 Nick Roberts <nickrob@gnu.org>
9215
9216 * building.texi (GDB Graphical Interface): Update and describe
9217 layout first.
9218
8cf51b2c
GM
92192004-05-04 Jason Rumney <jasonr@gnu.org>
9220
9221 * makefile.w32-in: Revert last change.
9222
92232004-05-03 Jason Rumney <jasonr@gnu.org>
9224
9225 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9226
8cf51b2c
GM
92272004-04-23 Juanma Barranquero <lektu@terra.es>
9228
9229 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9230
92312004-04-18 Juri Linkov <juri@jurta.org>
9232
9233 * fixit.texi (Spelling): Remove file extension from ispell xref.
9234
92352004-04-15 Kim F. Storm <storm@cua.dk>
9236
9237 * cmdargs.texi (Initial Options): Add -Q.
9238
92392004-04-05 Kim F. Storm <storm@cua.dk>
9240
9241 * custom.texi (File Variables): Add safe-local-eval-forms.
9242
8cf51b2c
GM
92432004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9244
9245 * files.texi (Reverting): Correct description of revert-buffer's
9246 handling of point.
9247
92482004-03-22 Juri Linkov <juri@jurta.org>
9249
9250 * emacs.texi (Top): Add `Misc X'.
9251
49823426 9252 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9253
9254 * glossary.texi: Improve references.
9255
9256 * help.texi: Sync keywords with finder.el.
9257
9258 * mini.texi (Completion): Add description for menu items.
9259
9260 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9261
9262 * sending.texi (Mail Methods): Fix xref to Message manual.
9263
8cf51b2c
GM
92642004-03-12 Richard M. Stallman <rms@gnu.org>
9265
8cf51b2c
GM
9266 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9267
8cf51b2c
GM
92682004-03-04 Richard M. Stallman <rms@gnu.org>
9269
9270 * search.texi (Regexps): Explain that ^ and $ have their
9271 special meanings only in certain contexts.
9272
9273 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9274
9275 * mule.texi (Specify Coding): Doc C-x RET F.
9276
9277 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9278 for multiple compile and grep buffers.
9279 (Indirect Buffers): Don't recommand clone-indirect-buffer
9280 for multiple compile and grep buffers.
9281
8cf51b2c
GM
92822004-02-29 Juanma Barranquero <lektu@terra.es>
9283
9284 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9285 Use $(DEL) instead of rm, and ignore exit code.
9286
8cf51b2c
GM
92872004-02-23 Nick Roberts <nick@nick.uklinux.net>
9288
9289 * building.texi (Watch Expressions): Update.
9290
92912004-02-21 Juri Linkov <juri@jurta.org>
9292
1c6c854e
CS
9293 * cmdargs.texi (Action Arguments): Add alias --find-file.
9294 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9295 to Command Arguments.
9296 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9297 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9298 (Window Size X): Join -g and --geometry. Add @cindex.
9299 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9300 (Title X): Remove alias -title.
9301 (Misc X): New node.
9302
c8763fb6 93032004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9304
9305 * frames.texi (Drag and drop): Add Motif to list of supported
9306 protocols.
9307
c8763fb6 93082004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9309
9310 * frames.texi (Drag and drop): New section.
9311
93122004-01-24 Richard M. Stallman <rms@gnu.org>
9313
1c6c854e 9314 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9315 Include it only @ifnotinfo. Patch the preceding and following
9316 node headers to point to each other.
9317
93182004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9319
9320 * calendar.texi (Appointments): Update section.
9321
93222003-12-29 Kevin Ryde <user42@zip.com.au>
9323
8cf51b2c
GM
9324 * programs.texi (C Modes): Fix the xref.
9325
93262003-12-23 Nick Roberts <nick@nick.uklinux.net>
9327
9328 * building.texi (Watch Expressions): Update.
9329 (Commands of GUD): Include use of toolbar + breakpoints set from
9330 fringe/margin.
9331
93322003-12-03 Andre Spiegel <spiegel@gnu.org>
9333
9334 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9335 <acm@muc.de>.
9336
c8763fb6 93372003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9338
9339 * frames.texi (Dialog Boxes): Add use-file-dialog.
9340
8cf51b2c
GM
93412003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9342
9343 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9344 in CC Mode.
9345
8cf51b2c
GM
93462003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9347
9348 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9349 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9350 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9351 * man/frames.texi, man/glossary.texi, man/killing.texi:
9352 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9353 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9354 * man/sending.texi, man/text.texi, man/trouble.texi:
9355 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9356
93572003-11-01 Alan Mackenzie <acm@muc.de>
9358
9359 * search.texi (Scrolling During Incremental Search): Document a
9360 new scrolling facility in isearch mode.
9361
8cf51b2c
GM
93622003-10-22 Miles Bader <miles@gnu.org>
9363
9364 * Makefile.in (info): Move before $(top_srcdir)/info.
9365
93662003-10-22 Nick Roberts <nick@nick.uklinux.net>
9367
9368 * building.texi (Watch Expressions): Update section on data display
9369 to reflect code changes (GDB Graphical Interface).
9370
8cf51b2c
GM
93712003-10-13 Richard M. Stallman <rms@gnu.org>
9372
9373 * xresources.texi (GTK resources): Clean up previous change.
9374
c8763fb6 93752003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9376
9377 * xresources.texi (GTK resources): Add a note that some themes
9378 disallow customizations. Add scroll theme example.
9379
8cf51b2c
GM
93802003-09-30 Richard M. Stallman <rms@gnu.org>
9381
8cf51b2c
GM
9382 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9383
9384 * misc.texi (Saving Emacs Sessions): Shorten the section,
9385 collapsing back into one node.
9386
93872003-09-30 Lars Hansen <larsh@math.ku.dk>
9388
9389 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9390
ce058493 93912003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9392
9393 * xresources.texi (GTK names in Emacs): Correct typo.
9394
8cf51b2c
GM
93952003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9396
1c6c854e
CS
9397 * cmdargs.texi (Font X): Mention new default font.
9398 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9399 problems involved. (Result of discussion on emacs-devel.)
9400
94012003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9402
9403 * emacs.texi (Acknowledgements): Correct typo.
9404
94052003-09-22 Richard M. Stallman <rms@gnu.org>
9406
9407 * dired.texi (Misc Dired Commands): New node.
9408 (Dired Navigation): Add dired-goto-file.
9409
9410 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9411
9412 * emacs.texi (Acknowledgements): New node, split from Distribution.
9413
9414 * cmdargs.texi (Action Arguments): -f reads interactive args.
9415
8cf51b2c
GM
94162003-09-08 Lute Kamstra <lute@gnu.org>
9417
9418 * screen.texi (Mode Line): Say that POS comes before LINE.
9419 Mention `size-indication-mode'.
1c6c854e
CS
9420 * display.texi (Optional Mode Line):
9421 Document `size-indication-mode'.
8cf51b2c
GM
9422 * basic.texi (Position Info): Mention `size-indication-mode'.
9423
94242003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9425
9426 * xresources.texi (Resources): Refer to `editres' man page.
9427 (Lucid Resources): Update defaults. Expand description of
9428 `shadowThickness'.
9429
94302003-09-04 Miles Bader <miles@gnu.org>
9431
9432 * Makefile.in (top_srcdir): New variable.
9433 ($(top_srcdir)/info): New rule.
9434 (info): Depend on it.
9435
94362003-09-03 Peter Runestig <peter@runestig.com>
9437
9438 * makefile.w32-in: New file.
9439
94402003-08-29 Richard M. Stallman <rms@gnu.org>
9441
9442 * misc.texi (Saving Emacs Sessions): Correct previous change.
9443
8cf51b2c
GM
94442003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9445
8cf51b2c
GM
9446 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9447 (Intro): Include kmacro.texi after fixit.texi instead of after
9448 custom.texi. (As suggested by Kim Storm.)
9449
94502003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9451
9452 * fixit.texi (Fixit): Update `Next' pointer.
9453 * files.texi (Files): Update `Previous' pointer.
9454 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9455 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9456 (Suggested by Kim Storm.)
9457 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9458
94592003-08-18 Kim F. Storm <storm@cua.dk>
9460
9461 * kmacro.texi: New file describing enhanced keyboard macro
9462 functionality. Replaces old description in custom.texi.
9463
9464 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9465 (Keyboard Macros): Move to new kmacro.texi file.
9466
9467 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9468
8cf51b2c
GM
94692003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9470
9471 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9472
94732003-08-17 Alex Schroeder <alex@gnu.org>
9474
9475 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9476 required.
9477
8cf51b2c
GM
94782003-08-05 Richard M. Stallman <rms@gnu.org>
9479
9480 * programs.texi (Lisp Indent): Don't describe
9481 lisp-indent-function property here. Use xref to Lisp Manual.
9482
8cf51b2c
GM
94832003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9484
fffa137c 9485 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9486 abbreviations.
9487
94882003-07-24 Markus Rost <rost@math.ohio-state.edu>
9489
9490 * buffers.texi (List Buffers): Fix previous change.
9491
8cf51b2c
GM
94922003-07-13 Markus Rost <rost@math.ohio-state.edu>
9493
9494 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9495 List*.
9496
94972003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9498
8cf51b2c
GM
9499 * display.texi (Font Lock): Fix typo.
9500
95012003-07-07 Richard M. Stallman <rms@gnu.org>
9502
9503 * display.texi (Font Lock): Add xref for format info on
9504 font-lock-remove-keywords.
9505
9506 * building.texi (Compilation): Document what happens with asynch
9507 children of compiler process.
9508
9509 * help.texi (Library Keywords): Use @multitable.
9510
8cf51b2c
GM
95112003-06-04 Richard M. Stallman <rms@gnu.org>
9512
9513 * programs.texi (Expressions): Delete C-M-DEL.
9514
9515 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9516 comint-move-point-for-output renamed from
9517 comint-scroll-to-bottom-on-output.
9518
9519 * custom.texi (Init Rebinding): Replace previous change with xref.
9520 (Non-ASCII Rebinding): Explain that issue more briefly here.
9521
95222003-05-28 Richard M. Stallman <rms@gnu.org>
9523
9524 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9525
95262003-05-28 Nick Roberts <nick@nick.uklinux.net>
9527
9528 * building.texi (GDB Graphical Interface): New node.
9529 (Rewritten somewhat by RMS.)
9530
c8763fb6 95312003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9532
9533 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9534 non-English letters. Explain how to set coding systems correctly
9535 and how to include the right coding cookie in the file.
9536
c8763fb6 95372003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9538
9539 * indent.texi (Indentation): Explain the concepts.
9540 (Just Spaces): Explain why preventing tabs for indentation might
9541 be useful.
9542
8cf51b2c
GM
95432003-04-16 Richard M. Stallman <rms@gnu.org>
9544
9545 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9546
8cf51b2c
GM
95472003-02-22 Alex Schroeder <alex@emacswiki.org>
9548
9549 * cmdargs.texi (General Variables): Document SMTPSERVER.
9550
8cf51b2c
GM
9551 * sending.texi: Remove SMTP node.
9552 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9553 library.
9554
8cf51b2c
GM
95552003-02-22 Alex Schroeder <alex@emacswiki.org>
9556
9557 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9558
95592003-02-22 Simon Josefsson <jas@extundo.com>
9560
9561 * sending.texi (Mail Methods): Add node about SMTP.
9562
c8763fb6 95632003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9564
9565 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9566
8cf51b2c
GM
95672003-02-01 Kevin Ryde <user42@zip.com.au>
9568
9569 * glossary.texi (Glossary): Correction to cl cross reference.
9570
95712003-01-20 Richard M. Stallman <rms@gnu.org>
9572
9573 * killing.texi (Rectangles): Document C-x c r.
9574
c8763fb6 95752003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9576
9577 * xresources.texi (GTK resources): New node.
9578 (GTK widget names): New node.
9579 (GTK names in Emacs): New node.
9580 (GTK styles): New node.
9581
c8763fb6 95822003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9583
9584 * maintaining.texi (Create Tags Table): Add reference to the new
9585 `etags --help --lang=LANG' option.
9586
8cf51b2c
GM
95872002-10-02 Karl Berry <karl@gnu.org>
9588
49823426 9589 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9590 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9591 where needed for the sake of the HTML output.
8cf51b2c
GM
9592
95932001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9594
9595 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9596 source files.
9597
95982001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9599
9600 * Makefile.in (emacsman): New target.
9601
8cf51b2c
GM
96022001-10-20 Gerd Moellmann <gerd@gnu.org>
9603
9604 * (Version 21.1 released.)
9605
96062001-10-05 Gerd Moellmann <gerd@gnu.org>
9607
9608 * Branch for 21.1.
9609
8cf51b2c
GM
96102001-03-05 Gerd Moellmann <gerd@gnu.org>
9611
9612 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9613
8cf51b2c
GM
96142000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9617
8cf51b2c
GM
96181999-07-12 Richard Stallman <rms@gnu.org>
9619
9620 * Version 20.4 released.
9621
96221998-12-04 Markus Rost <rost@delysid.gnu.org>
9623
9624 * Makefile.in (INFO_TARGETS): Delete customize.info.
9625 (DVI_TARGETS): Delete customize.dvi.
9626 (../info/customize, customize.dvi): Targets deleted.
9627
96281998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9629
9630 * Version 20.3 released.
9631
96321998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9633
9634 * Makefile.in (EMACSSOURCES): Add mule.texi.
9635 Add msdog.texi, ack.texi. Remove gnu1.texi.
9636
96371998-04-06 Andreas Schwab <schwab@gnu.org>
9638
768c0c0f
JB
9639 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9640 Use it in dvi targets.
8cf51b2c
GM
9641
96421997-09-23 Paul Eggert <eggert@twinsun.com>
9643
9644 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9645 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9646 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9647
96481997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9649
9650 * Version 20.2 released.
9651
96521997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9653
9654 * Version 20.1 released.
9655
96561997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9657
9658 * Makefile (../info/customize, customize.dvi): New targets.
9659 (INFO_TARGETS): Add ../info/customize.
9660 (DVI_TARGETS): Add customize.dvi.
9661
8cf51b2c
GM
96621996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9663
9664 * Version 19.33 released.
9665
96661996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9667
9668 * Version 19.32 released.
9669
8cf51b2c
GM
96701996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9671
9672 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9673
96741996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9675
9676 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9677 Specify -I option.
9678 (All dvi targets): Set the TEXINPUTS variable.
9679
96801996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9681
9682 * Version 19.31 released.
9683
8cf51b2c
GM
96841995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9685
9686 * Version 19.30 released.
9687
8cf51b2c
GM
96881995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9689
9690 * Makefile.in (maintainer-clean): Rename from realclean.
9691
96921994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9693
9694 * Makefile.in: New file.
9695 * Makefile: File deleted.
9696
96971994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9698
9699 * Makefile (TEXINDEX_OBJS): Variable deleted.
9700 (texindex, texindex.o, getopt.o): Rules deleted.
9701 All deps on texindex deleted.
9702 (distclean): Don't delete texindex.
9703 (mostlyclean): Don't delete *.o.
9704 * texindex.c, getopt.c: Files deleted.
9705
97061994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9707
9708 * Version 19.26 released.
9709
97101994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9711
9712 * Makefile (EMACSSOURCES): Exclude undo.texi.
9713
97141994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9715
9716 * Version 19.25 released.
9717
97181994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9719
9720 * Version 19.24 released.
9721
97221994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9723
9724 * Version 19.23 released.
9725
97261994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9727
9728 * Makefile: Delete spurious tab.
9729
97301994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9731
9732 * Makefile (.SUFFIXES): New rule.
9733
8cf51b2c
GM
97341993-12-04 Richard Stallman (rms@srarc2)
9735
9736 * getopt.c: New file.
9737 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9738 (getopt.o): New rule.
9739 (dvi): Don't depend on texindex.
49823426 9740 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9741
97421993-12-03 Richard Stallman (rms@srarc2)
9743
49823426
GM
9744 * Makefile (TEXI2DVI): New variable.
9745 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9746 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9747
97481993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9749
9750 * Version 19.22 released.
9751
97521993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9753
9754 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9755
97561993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9757
9758 * Version 19.21 released.
9759
8cf51b2c
GM
97601993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9761
9762 * Makefile (realclean): Don't delete the Info files.
9763
f0131492 97641993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9765
8cf51b2c
GM
9766 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9767 4' where appropriate.
9768
f0131492 97691993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9770
49823426 9771 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9772
9773 * texindex.c: Include "../src/config.h" if building in emacs.
9774
9775 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9776 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9777 Add target to build texindex.c, defining `emacs'.
9778
8cf51b2c
GM
97791993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9780
9781 * Version 19.19 released.
9782
8cf51b2c
GM
97831993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9784
9785 * Version 19.18 released.
9786
97871993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9788
9789 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9790
97911993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9792
9793 * Version 19.17 released.
9794
97951993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9796
9797 * split-man: Fix typos in last change.
9798
97991993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9800
9801 * Version 19.16 released.
9802
98031993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9804
9805 * version 19.15 released.
9806
98071993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9808
9809 * Makefile (distclean): It's rm, not rf.
9810
98111993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9812
9813 * Version 19.14 released.
9814
98151993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9816
9817 * Makefile: New file.
9818
98191993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9820
9821 * Version 19.13 released.
9822
98231993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9824
9825 * Version 19.9 released.
9826
98271993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9828
9829 * Version 19.8 released.
9830
98311993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9832
9833 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9834
9835 * trouble.texi: It's `enable-flow-control-on', not
9836 `evade-flow-control-on'.
9837
98381993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9839
9840 * display.texi: Document standard-display-european.
9841
98421993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9843
9844 * Version 19.7 released.
9845
9846 * emacs.texi: Add a sentence to the top menu mentioning the
9847 specific version of Emacs this manual applies to.
9848
98491993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9850
9851 * basic.texi: Document next-line-add-lines variable used to
9852 implement down-arrow.
9853
9854 * killing.texi: Document kill-whole-line.
9855
98561993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9857
9858 * text.texi: Update unix TeX ordering information.
9859
98601993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9861
9862 * news.texi: Mention fill-rectangle in keybinding list.
9863
9864 * killing.texi: Document fill-rectangle.
9865
98661993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9867
9868 * vc.texi: Bring the docs up to date with VC 5.2.
9869
98701992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9871
9872 * emacs.tex: Mention blackbox and gomoku under Amusements.
9873 Assembler mode is now mentioned and appropriately indexed
9874 under Programming Modes.
9875
98761991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9877
9878 * emacs.tex: Update TeX ordering information.
9879
8cf51b2c
GM
98801990-06-26 David Lawrence (tale@geech)
9881
9882 * emacs.tex: Note that completion-ignored-extensions is not used
9883 to filter out names when all completions are displayed in
9884 *Completions*.
9885
98861990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9887
9888 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9889
98901990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9891
9892 * emacs.tex: Add @findex grep.
9893
8cf51b2c
GM
98941988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9895
9896 * emacs.tex: Correct two typos. No other changes before
9897 Version 19 will be made.
9898
8cf51b2c
GM
98991988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9900
9901 * emacs.tex: Update information for obtaining TeX distribution from the
9902 University of Washington.
9903
9904;; Local Variables:
c8763fb6 9905;; coding: utf-8
8cf51b2c
GM
9906;; End:
9907
ab422c4d 9908 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9909
9910 This file is part of GNU Emacs.
9911
352c8b4a 9912 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9913 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9914 the Free Software Foundation, either version 3 of the License, or
9915 (at your option) any later version.
8cf51b2c
GM
9916
9917 GNU Emacs is distributed in the hope that it will be useful,
9918 but WITHOUT ANY WARRANTY; without even the implied warranty of
9919 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9920 GNU General Public License for more details.
9921
9922 You should have received a copy of the GNU General Public License
352c8b4a 9923 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.