Gnus: Add option to sort threads non-recursively
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
f6b15024
EZ
12013-07-26 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Fringes): Document the variable fringe-mode.
4 (Bug#14946)
5
1399490e 62013-07-03 Glenn Morris <rgm@gnu.org>
e0070075
GM
7
8 * maintaining.texi (EDE): Fix cross-reference.
9
10 * programs.texi (Program Modes): Fix emacs-xtra reference.
11
253e30aa
GM
12 * help.texi (Misc Help): Index describe-syntax.
13
4c672a0f
EZ
142013-06-29 Eli Zaretskii <eliz@gnu.org>
15
16 * basic.texi (Moving Point): Document visual-order-cursor-movement
17 and its effect on right-char and left-char.
18
0c72d017
GM
192013-06-28 Glenn Morris <rgm@gnu.org>
20
21 * ack.texi (Acknowledgments): Small update.
22
789cf833
GM
232013-06-19 Glenn Morris <rgm@gnu.org>
24
25 * Makefile.in (dist): Edit more configure variables.
26 Try to check that we do not miss any in future.
27
99c81280 282013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2bc4a725
XF
29
30 * vc1-xtra.texi (Revision Tags): Add a cross reference.
8d0b26f6 31 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
2bc4a725 32
cd0527a4
XF
332013-06-11 Glenn Morris <rgm@gnu.org>
34
35 * maintaining.texi (VC Directory Commands): Copyedit.
36 (Branches): Put back milder version of pre 2013-06-07 text.
37
04362df8
XF
382013-06-07 Xue Fuqiao <xfq.free@gmail.com>
39
9102c47a 40 * maintaining.texi (Branches): Remove text copied from other sources.
04362df8 41
80fa505f
AM
422013-06-05 Alan Mackenzie <acm@muc.de>
43
44 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
d2bf7a98
JL
45 (Not Exiting Isearch): Document new user option
46 `isearch-allow-prefix'. (Bug#9706)
80fa505f 47
e5e4a942
JL
482013-06-03 Juri Linkov <juri@jurta.org>
49
50 * display.texi (Highlight Interactively): Add global keybindings
51 with the key prefix `M-s h'. Document old command `highlight-phrase'.
52 Document new command `highlight-symbol-at-point'.
53
67a3c09b
XF
542013-06-02 Xue Fuqiao <xfq.free@gmail.com>
55
56 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
57 (VC Mode Line): Fix typo.
58 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
59 prefix argument.
67a3c09b 60
c362f195
XF
612013-06-02 Michael Albinus <michael.albinus@gmx.de>
62
63 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
64 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
65 autolaunching of the D-Bus session bus.
66
f46305c8 672013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
68
69 * programs.texi (Semantic): Fix typo.
70
bee07d4f
XF
712013-05-30 Xue Fuqiao <xfq.free@gmail.com>
72
73 * maintaining.texi (Types of Log File): Supplement some
74 information of change log files.
75
6d65486d
JL
762013-05-15 Juri Linkov <juri@jurta.org>
77
78 * search.texi (Repeat Isearch): Mention key `RET' to finish
79 editing the string. (Bug#13348)
80
27c8b6eb
GM
812013-05-14 Glenn Morris <rgm@gnu.org>
82
83 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
84
2d809ffa 852013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
86
87 * sending.texi (Mail Sending): Fix typo.
88
89 * windows.texi (Change Window): Fix typo.
90
90ed99d5
GM
91 * custom.texi (Changing a Variable): Fix typo.
92
9698b18f
GM
93 * trouble.texi (Contributing): Remove obsolete info re pretesters.
94
cbee2131
PE
952013-05-05 Paul Eggert <eggert@cs.ucla.edu>
96
97 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
98 * cmdargs.texi (Initial Options):
99 * files.texi (Customize Save): Document this.
100
fd3a9a6b
GM
1012013-05-04 Glenn Morris <rgm@gnu.org>
102
103 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
104
5294599f
PE
1052013-03-17 Paul Eggert <eggert@cs.ucla.edu>
106
107 doc: convert some TeX accents to UTF-8
108 * ack.texi (Acknowledgments):
109 * emacs.texi (Acknowledgments):
110 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
111 Apparently the TeX accents cause problems when generating gnu.org
112 web pages, e.g., @l{} is rendered as '/l' on
113 <http://www.gnu.org/software/emacs/manual/html_node/
114 emacs/Acknowledgments.html>.
115
78be8b64 1162013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
117
118 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
119
681ebc33
PE
1202013-03-04 Paul Eggert <eggert@cs.ucla.edu>
121
122 Prefer UTF-8 for documentation.
123 With GNU Texinfo 5.0, this generates nicer-looking info files,
124 since they can use curly quotes. With older Texinfo it doesn't matter.
125 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
126 Switch from Latin-1 to UTF-8.
127
929aeac6 1282013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
129
130 * xresources.texi (GTK resources): Fix broken link.
131
343a2aef
EZ
1322013-02-25 Eli Zaretskii <eliz@gnu.org>
133
134 * files.texi (Interlocking): Don't refer to symlinks as the
135 exclusive means of locking files.
136
cee1a690
GM
1372013-02-22 Glenn Morris <rgm@gnu.org>
138
139 * ack.texi (Acknowledgments):
140 * emacs.texi (Acknowledgments): Small updates.
141
f0c954fa
GM
1422013-02-21 Glenn Morris <rgm@gnu.org>
143
144 * files.texi (File Conveniences): Not just GIFs can be animated.
145
4e16ddf4
GM
1462013-02-13 Glenn Morris <rgm@gnu.org>
147
148 * ack.texi (Acknowledgments): Don't mention yow any more.
149
a683d06b
PE
1502013-02-13 Paul Eggert <eggert@cs.ucla.edu>
151
152 * cmdargs.texi (General Variables):
153 Fix TMPDIR documentation to match the code's behavior.
154
c4af1efc
GM
1552013-02-10 Glenn Morris <rgm@gnu.org>
156
157 * trouble.texi (Checklist): Update bug keybinding.
158
8549f9e8
EZ
1592013-02-09 Eli Zaretskii <eliz@gnu.org>
160
161 * msdog.texi (Text and Binary): Delete the description of
162 file-name-buffer-file-type-alist.
163
7f102272
PE
1642013-01-19 Paul Eggert <eggert@cs.ucla.edu>
165
ee271528
PE
166 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
167 Without it, I don't see function names. Older addr2line
168 implementations will die out sooner or later, so tailor the
169 first suggestion to recent addr2line, with a followup about
170 older ones.
7f102272 171
795e7a5b 1722013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
173
174 * custom.texi (Directory Variables): Fix paren typo.
175
ecde0368
GM
176 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
177
827253f7
GM
178 * custom.texi (Custom Themes): Fix typo.
179
acfe10b7
BG
1802013-01-07 Bastien Guerry <bzg@gnu.org>
181
182 * help.texi (Apropos): Document `apropos-user-option' and update
183 the doc for `apropos-variable'.
184
f8acde11
GM
1852013-01-05 Glenn Morris <rgm@gnu.org>
186
187 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
188
d72a2793
GM
1892012-12-21 Glenn Morris <rgm@gnu.org>
190
191 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
192 Simply include doclicense.
193
1b947faa
CY
1942012-12-21 Chong Yidong <cyd@gnu.org>
195
196 * frames.texi (Mouse Commands): Fix description of the effect of
197 mouse dragging (Bug#13049).
198
f25f57bf
JL
1992012-12-15 Juri Linkov <juri@jurta.org>
200
201 * misc.texi (Recursive Edit): Add a link to "Query Replace".
202 (Bug#13181)
203
265c2fbf 2042012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
205
206 * killing.texi (Deletion): Doc fix (Bug#12748).
207
4288142b
PE
2082012-12-06 Paul Eggert <eggert@cs.ucla.edu>
209
210 * doclicense.texi, gpl.texi: Update to latest version from FSF.
211 These are just minor editorial changes.
212
d8ad4d3f 2132012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
214
215 * vc1-xtra.texi (General VC Options): Remove obsolete reference
216 to `vc-path'.
217
c5bc2d1d 2182012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
219
220 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
221
1cbaa705
KR
2222012-12-02 Kevin Ryde <user42@zip.com.au>
223
224 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
225
00054d21
KR
2262012-12-01 Kevin Ryde <user42@zip.com.au>
227
228 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
229
c07a6ded
PE
2302012-11-24 Paul Eggert <eggert@cs.ucla.edu>
231
232 * doclicense.texi, gpl.texi: Update to latest version from FSF.
233 These are just minor editorial changes.
234
6ef2e5ef 2352012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
236
237 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
238 clarifications (Bug#12865).
239 (Horizontal Scrolling): Clarifications.
240
2ac9538d 2412012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
242
243 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
244
a33da68b
EZ
2452012-11-16 Eli Zaretskii <eliz@gnu.org>
246
247 * trouble.texi (Crashing): Add information about MS-Windows and
248 the emacs_backtrace.txt file. (Bug#12908)
249
f78ee6af 2502012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
251
252 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
253 actually named gdb-stopped-functions.
254
f78ee6af 2552012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
256
257 * misc.texi (Single Shell): Mention async-shell-command-buffer.
258
19e09879
GM
2592012-11-10 Glenn Morris <rgm@gnu.org>
260
261 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
262
ef7238c3
GM
263 * emacs.texi (Acknowledgments): Add profiler author.
264 * ack.texi (Acknowledgments): Add some recent contributions.
265
6baf66d5 2662012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 267
9d9e48d9
CY
268 * files.texi (Diff Mode): Doc fixes for
269 diff-delete-trailing-whitespace (Bug#12831).
270
4c1f6a5b
CY
271 * trouble.texi (Crashing): Copyedits.
272
6baf66d5 2732012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
274
275 * files.texi (Diff Mode): Trailing whitespace updates.
276
6baf66d5 2772012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 278
4eeba558
CY
279 * misc.texi (Terminal emulator): Document Term mode faces.
280
7d806bfe
CY
281 * mini.texi (Basic Minibuffer): New node. Document
282 minibuffer-electric-default-mode.
283
284 * display.texi (Visual Line Mode): Fix index entry.
285
cce0aa5a
CY
286 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
287 and index the keybindings. Document tabulated-list-sort.
288 (Kill Buffer): Capitalize Buffer Menu.
289
290 * trouble.texi (Memory Full): Capitalize Buffer Menu.
291
6baf66d5 2922012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
293
294 * display.texi (Auto Scrolling): Clarify that scroll-step is
295 ignored when scroll-conservatively is set to a non-zero value.
296 (Bug#12801)
297
6baf66d5 2982012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
299
300 * dired.texi (Dired Updating): Doc fix (Bug#11744).
301
87288971
MA
3022012-10-30 Michael Albinus <michael.albinus@gmx.de>
303
304 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
305
fc83c2de
CY
3062012-10-29 Chong Yidong <cyd@gnu.org>
307
308 * dired.texi (Shell Commands in Dired): Document changes to the
309 dired-do-async-shell-command.
310
82b21017
GM
3112012-10-28 Glenn Morris <rgm@gnu.org>
312
313 * ack.texi (Acknowledgments): Mention gv.el.
314
caa5e5a4
BG
3152012-10-27 Bastien Guerry <bzg@gnu.org>
316
317 * screen.texi (Menu Bar): Fix typo.
318
05b621a6
CY
3192012-10-27 Chong Yidong <cyd@gnu.org>
320
321 * frames.texi (Mouse Avoidance): Mention new variable
322 mouse-avoidance-banish-position.
323
324 * programs.texi (Which Function): Which Function mode now works in
325 all major modes by default.
326
327 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
328
329 * files.texi (Misc File Ops): Symbolic links on Windows only work
330 on Vista and later.
331
332 * building.texi (Compilation): Document compilation-always-kill.
333
334 * search.texi (Symbol Search): New node.
335
336 * package.texi (Package Menu): Document the "new" status.
337
338 * windows.texi (Window Choice): Don't refer to the obsolete
339 special-display feature.
340
cd996018
CY
3412012-10-24 Chong Yidong <cyd@gnu.org>
342
343 * mule.texi (Text Coding): set-buffer-file-coding-system can now
344 be invoked from the mode line.
345
346 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
347 changes to the mark and unmark commands.
348 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
349 which is no longer bound to dired-backup-diff.
350
fe605b94
BG
3512012-10-23 Bastien Guerry <bzg@gnu.org>
352
9eadb1a9
BG
353 * text.texi (Org Authoring): Use a comma after @ref to avoid the
354 insertion of a period in the Info output.
fe605b94 355
d1069532
SM
3562012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * custom.texi (Hooks): Clarify that -hooks is deprecated.
359
1fb3aa3f
CY
3602012-10-23 Chong Yidong <cyd@gnu.org>
361
362 * kmacro.texi (Edit Keyboard Macro): Fix typo.
363
f42f1094
DM
3642012-10-18 Dani Moncayo <dmoncayo@gmail.com>
365
366 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
367
6c24e35f
GM
3682012-10-17 Glenn Morris <rgm@gnu.org>
369
370 * mini.texi (Repetition): Further copyedit.
371
429cdb05
DM
3722012-10-17 Dani Moncayo <dmoncayo@gmail.com>
373
374 * mini.texi (Repetition): Copyedit.
375
e5a94ec4
JL
3762012-10-16 Juri Linkov <juri@jurta.org>
377
378 * search.texi (Query Replace): Document multi-buffer replacement
379 keys. (Bug#12655)
380
381 * maintaining.texi (Tags Search): Change link "Replace" to
382 "Query Replace".
383
73f2b4ab
CY
3842012-10-13 Chong Yidong <cyd@gnu.org>
385
386 * files.texi (File Conveniences): ImageMagick enabled by default.
387
d8e213eb
DM
3882012-10-10 Dani Moncayo <dmoncayo@gmail.com>
389
390 * basic.texi (Arguments): Fix typos.
391
b859a383
GM
3922012-10-08 Glenn Morris <rgm@gnu.org>
393
cad4f290
GM
394 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
395
b859a383
GM
396 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
397
f1f4dba0
GM
3982012-10-06 Glenn Morris <rgm@gnu.org>
399
400 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
401 Mention cal-tex-cursor-week2-summary.
402
c6b68a28
CY
4032012-10-06 Chong Yidong <cyd@gnu.org>
404
405 * mini.texi (Passwords): Fix typo.
406
751bac18
GM
4072012-10-02 Glenn Morris <rgm@gnu.org>
408
409 * maintaining.texi (VC Directory Commands):
410 Remove duplicate `q' entry. (Bug#12553)
411
48de8b12
CY
4122012-09-30 Chong Yidong <cyd@gnu.org>
413
414 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
415
416 * search.texi (Special Isearch): Document the lax space search
417 feature and M-s SPC.
418 (Regexp Search): Move main search-whitespace-regexp description to
419 Special Isearch.
420 (Replace): Document replace-lax-whitespace.
421
422 * basic.texi (Position Info): Document C-u M-=.
423 (Moving Point): Document move-to-column.
424
425 * display.texi (Useless Whitespace): Add delete-trailing-lines.
426
427 * misc.texi (emacsclient Options): Document the effect of
428 initial-buffer-choice on client frames. Document server-auth-dir.
429 Do not document server-host, which is bad security practice.
430
431 * building.texi (Lisp Libraries): Docstring lookups can trigger
432 autoloading. Document help-enable-auto-load.
433
434 * mini.texi (Yes or No Prompts): New node.
435
436 * ack.texi (Acknowledgments): Remove obsolete packages.
437
4695c850
GM
4382012-09-27 Glenn Morris <rgm@gnu.org>
439
440 * cal-xtra.texi (Advanced Calendar/Diary Usage):
441 Rename the section to be more general.
442 * emacs.texi: Update menu.
443
e109c4a6
CY
4442012-09-23 Chong Yidong <cyd@gnu.org>
445
446 * buffers.texi (Misc Buffer): Replace toggle-read-only with
447 read-only-mode.
448
449 * files.texi (Visiting): Likewise.
450
2e83df57
PE
4512012-09-22 Paul Eggert <eggert@cs.ucla.edu>
452
453 * trouble.texi (Crashing): Document ulimit -c.
454
58f3a196
PE
4552012-09-21 Paul Eggert <eggert@cs.ucla.edu>
456
457 * trouble.texi (Crashing): Document addr2line.
458
4ef1567b
CY
4592012-09-19 Chong Yidong <cyd@gnu.org>
460
461 * killing.texi (Yanking): Minor clarification (Bug#12469).
462
9e9da873
CY
4632012-09-17 Chong Yidong <cyd@gnu.org>
464
465 * building.texi (GDB User Interface Layout): Remove reference to
466 removed variable gdb-use-separate-io-buffer (Bug#12454).
467
0979429b
J
4682012-09-08 Jambunathan K <kjambunathan@gmail.com>
469
470 * regs.texi (Text Registers): `C-x r +' can now be used instead of
471 M-x append-to-register. New option `register-separator'.
472 (Number Registers): Mention that `C-x r +' is polymorphic.
473
14ba4cf3
CY
4742012-09-07 Chong Yidong <cyd@gnu.org>
475
476 * windows.texi (Window Choice): Don't mention obsolete
477 display-buffer-reuse-frames.
478
cf29dd84
PE
4792012-09-04 Paul Eggert <eggert@cs.ucla.edu>
480
481 Give more-useful info on a fatal error (Bug#12328).
482 * trouble.texi (Crashing): New section, documenting this.
483
aa0ecd94
MA
4842012-08-24 Michael Albinus <michael.albinus@gmx.de>
485
0979429b
J
486 * cmdargs.texi (General Variables):
487 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
488 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 489
ba025fbd
EZ
4902012-08-14 Eli Zaretskii <eliz@gnu.org>
491
492 * building.texi (Debugger Operation): Correct and improve
493 documentation of the GUD Tooltip mode.
494
0c51ff6d
CY
4952012-07-31 Chong Yidong <cyd@gnu.org>
496
497 * emacs.texi: Fix ISBN (Bug#12080).
498
35b6586e
CY
4992012-08-05 Chong Yidong <cyd@gnu.org>
500
501 * display.texi (Faces): Document frame-background-mode (Bug#7774).
502
503 * custom.texi (Face Customization): Move discussion of face
504 inheritance here, from Faces section.
505
0e1a094f 5062012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
507
508 * frames.texi (Mouse Commands): Fix the description of mouse-2.
509 (Bug#11958)
510
e32a12b5
CY
5112012-07-19 Chong Yidong <cyd@gnu.org>
512
513 * emacs.texi: Update ISBN.
514
9ea10cc3
CY
5152012-07-17 Chong Yidong <cyd@gnu.org>
516
517 * basic.texi (Inserting Text): Replace ucs-insert with
518 insert-char. Provide more details of input.
519
520 * mule.texi (International Chars, Input Methods): Likewise.
521
b68b3337
CY
5222012-07-13 Chong Yidong <cyd@gnu.org>
523
dea31bd3
CY
524 * custom.texi (Examining): Update C-h v message.
525
b68b3337
CY
526 * buffers.texi (Misc Buffer): Document view-read-only.
527
ab4c47d3
CY
5282012-07-07 Chong Yidong <cyd@gnu.org>
529
530 * custom.texi (Init File): Index site-lisp (Bug#11435).
531
6edc3d28
CY
5322012-07-06 Chong Yidong <cyd@gnu.org>
533
534 * emacs.texi: Re-order top-level menu to correspond to logical
535 order, to avoid makeinfo warnings.
536
537 * ack.texi (Acknowledgments): Note new python.el.
538
3812efdc
CY
5392012-06-29 Chong Yidong <cyd@gnu.org>
540
541 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
542 * basic.texi (Erasing, Basic Undo): Fix markup.
543
c8d3a25c 5442012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
545
546 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
547
c8d3a25c 5482012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
549
550 * fixit.texi (Undo): Fix typo. (Bug#11775)
551
65400531
GM
5522012-06-27 Glenn Morris <rgm@gnu.org>
553
554 * ack.texi (Acknowledgments): Tiny update.
555
ac1a0ce1 5562012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
557
558 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
559
ddfbf826 5602012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 561
ddfbf826 562 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
563
564 * anti.texi:
565 * building.texi:
566 * cmdargs.texi:
567 * custom.texi:
568 * display.texi:
569 * files.texi:
570 * frames.texi:
571 * glossary.texi:
572 * misc.texi:
573 * mule.texi:
574 * programs.texi:
575 * sending.texi:
576 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
577
85973ba0
MA
5782012-06-06 Michael Albinus <michael.albinus@gmx.de>
579
580 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
581
c1dabff0
GM
5822012-05-28 Glenn Morris <rgm@gnu.org>
583
584 * ack.texi, building.texi, calendar.texi, custom.texi:
585 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
586
abb9615e
GM
5872012-05-27 Glenn Morris <rgm@gnu.org>
588
bd39eb06
GM
589 * emacs.texi: Simplify following removal of node pointers.
590
abb9615e
GM
591 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
592 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
593 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
594 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
595 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
596 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
597 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
598 * windows.texi, xresources.texi: Nuke hand-written node pointers.
599
6c200b4a
GM
6002012-05-22 Glenn Morris <rgm@gnu.org>
601
602 * emacs.texi (Acknowledgments): Add another contributor.
603
3fe7cdc8
GM
6042012-05-12 Glenn Morris <rgm@gnu.org>
605
606 * Makefile.in (MKDIR_P): New, set by configure.
607 (mkinfodir): Use $MKDIR_P.
608
dc0f75c8
GM
6092012-05-10 Glenn Morris <rgm@gnu.org>
610
b8a82b69
GM
611 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
612 with "coding: raw-text".
613
dc0f75c8
GM
614 * files.texi (Interlocking): Mention create-lockfiles option.
615
666b903b 6162012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
617
618 * frames.texi (Mouse References, Mouse Commands): Fix index
619 entries (Bug#11362).
620
eceeb5fc 6212012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 622
eceeb5fc
CY
623 * custom.texi (Customization Groups, Custom Themes, Examining):
624 Improve page breaks.
625
626 * rmail.texi (Rmail Display): Use example rather than smallexample.
627
628 * calendar.texi: Convert inforefs to refs.
629
630 * dired.texi (Dired Enter): Improve page break.
631
632 * abbrevs.texi (Abbrev Concepts): Copyedits.
633
634 * maintaining.texi (Registering, Tag Syntax):
635 Tweak line and page breaks.
636
637 * programs.texi (Programs, Electric C): Copyedits.
638 (Program Modes): Add xref to Fortran.
639 (Left Margin Paren): Remove what was (oddly enough) the only use
640 of defvar in the entire Emacs manual.
641 (Hungry Delete): Remove footnote about ancient Emacs version.
642 (Other C Commands): Use example rather than smallexample.
643
644 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
645 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
646 Tweak line and page breaks.
647
648 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
649 (Major Modes): Use example rather than smallexample.
bbba8869 650
eceeb5fc
CY
651 * mule.texi (Output Coding): Reword to improve page-breaks.
652
653 * frames.texi (Fonts): Tweak line and page breaks.
654 Use example rather than smallexample. Change cross-reference.
655 (Text-Only Mouse): Fix xref.
656
657 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
658 (Indirect Buffers): Tweak line- and page-breaks.
659
660 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
661
8045b906
GM
6622012-05-04 Glenn Morris <rgm@gnu.org>
663
664 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
665 (info, infoclean): Use $INFO_EXT.
666 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
667 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
668 (INFO_TARGETS): Use $INFO_EXT.
669 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
670
90207a15 6712012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
672
673 * emacs.texi (@copying): Only print EDITION in the TeX version.
674
e2058813
GM
675 * search.texi (Regexp Search): Just say "Emacs".
676
a162959e
GM
677 * display.texi (Auto Scrolling):
678 Reword to avoid repetition and improve page break.
679
9eb25ee8
GM
680 * xresources.texi (Resources):
681 * mule.texi (Language Environments):
682 * misc.texi (Amusements):
683 * maintaining.texi (VC Change Log):
684 * frames.texi (Fonts):
685 * custom.texi (Specifying File Variables, Minibuffer Maps):
686 * cmdargs.texi (Initial Options):
687 * building.texi (Flymake):
688 Reword to remove/reduce some overly long/short lines.
689
a4289d0e
GM
6902012-04-27 Glenn Morris <rgm@gnu.org>
691
692 * emacs.texi: Some fixes for detailed menu.
693
1a72be46
GM
694 * emacs.texi: Add "et al." to authors.
695
16152b76
GM
696 * ack.texi, basic.texi, buffers.texi, building.texi:
697 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
698 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
699 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
700 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
701 * search.texi, trouble.texi, windows.texi:
702 Use Texinfo recommended convention for quotes+punctuation.
703
578c1d4b 7042012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 705
578c1d4b
GM
706 * mule.texi (Bidirectional Editing): Improve indexing.
707 Minor wording tweaks.
84412f2c 708
467a33d0
CY
7092012-04-15 Chong Yidong <cyd@gnu.org>
710
711 * misc.texi (emacsclient Options): More clarifications.
712
e6fd457e 7132012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 714
41be52d7
GM
715 * msdog.texi (Windows Printing): It doesn't set printer-name.
716
05806f43
GM
717 * mule.texi (Language Environments): Move font info to "Fontsets".
718 (Fontsets): Move intlfonts etc here from "Language Environments".
719 Copyedits.
720 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
721 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
722
e6fd457e 7232012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 724
0be641c0
CY
725 * glossary.texi (Glossary): Standardize on "text terminal"
726 terminology. All callers changed.
727
6a00f380
CY
728 * misc.texi (emacsclient Options): Document "client frame" concept
729 and its effect on C-x C-c more carefully.
730
e6fd457e 7312012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 732
870e8fb8
GM
733 * frames.texi (Scroll Bars):
734 * glossary.texi (Glossary): Use consistent case for "X Window System".
735
71cd7772
GM
736 * mule.texi (Select Input Method, Coding Systems):
737 State command names in kbd tables.
738 (Recognize Coding): Add cross-ref.
739 (Output Coding): Don't mention message mode in particular.
740 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
741 Copyedits.
742
35dc09a1 7432012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
744
745 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
746 Copyedits.
747 (Coding Systems): Mac OS X apparently uses newlines for EOL.
748 (Recognize Coding): Remove old auto-coding-regexp-alist example.
749 auto-coding-functions does not override coding: tags.
750 Remove rmail-decode-mime-charset; it no longer has any effect.
751
35dc09a1 7522012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
753
754 * custom.texi (Creating Custom Themes): Add reference to Custom
755 Themes node in Lisp manual.
756
35dc09a1 7572012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
758
759 * mule.texi (International): Copyedits.
760 (International Chars): Update C-x = example output.
761 (Disabling Multibyte): Rename from "Enabling Multibyte".
762 Clarify what "unibyte: t" does, and mode-line description.
763 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
764 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 765 (Language Environments): Copyedits.
893585f4
GM
766 (Input Methods): Copyedits. Use "^" for the postfix example,
767 because it is less confusing inside Info's `quotes'.
e0550cae 768
bd7239f5 769 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
770 Update for "Disabling Multibyte" node name change.
771 * emacs.texi: Update for "Disabling Multibyte" node name change.
772
1c64e6ed
GM
773 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
774 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
775 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
776 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
777 * sending.texi, text.texi, trouble.texi:
778 Use @file for buffers, per the Texinfo manual.
779
20331c1c
GM
780 * entering.texi (Entering Emacs):
781 Do not mention initial-buffer-choice = t.
782
8fc85b20
GM
783 * misc.texi (Gnus Startup): Use @env for environment variables.
784
35dc09a1
GM
785 * Makefile.in: Replace non-portable use of $< in ordinary rules.
786
87124233
GM
7872012-04-12 Glenn Morris <rgm@gnu.org>
788
789 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
790
f3774f20
GM
7912012-04-07 Glenn Morris <rgm@gnu.org>
792
793 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
794
8980d0b9
GM
7952012-04-05 Glenn Morris <rgm@gnu.org>
796
797 * glossary.texi (Glossary): Use anchors for internal cross-references.
798
8bf27c8a
GM
7992012-04-04 Glenn Morris <rgm@gnu.org>
800
801 * glossary.texi (Glossary): Copyedits.
802 Use Texinfo-recommended convention for quotes and punctuation.
803 Comment out a few specialized (Rmail) items.
a0706406 804 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 805 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 806
529c06b6
CY
8072012-04-03 Chong Yidong <cyd@gnu.org>
808
809 * sending.texi (Mail Misc): Fix an index entry.
810
53b0595a
EZ
8112012-04-02 Eli Zaretskii <eliz@gnu.org>
812
813 * msdog.texi (Windows Startup): Add description of emacsclient
814 operation under -c and -t on MS-Windows.
815
816 * misc.texi (emacsclient Options): Add cross-reference to "Windows
817 Startup". (Bug#11091)
818
d8e213eb 8192012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
820
821 * custom.texi (Changing a Variable): Fix example.
822
0d224826
EZ
8232012-04-01 Eli Zaretskii <eliz@gnu.org>
824
825 * misc.texi (emacsclient Options): More clarifications about -t
826 and -c on MS-Windows. (Bug#11091)
827
1d265f9f
EZ
8282012-03-31 Eli Zaretskii <eliz@gnu.org>
829
830 * misc.texi (emacsclient Options): Document peculiarities of new
831 frame creation on MS-Windows under -c or -t options. (Bug#11091)
832
5319014e
CY
8332012-03-30 Chong Yidong <cyd@gnu.org>
834
835 * files.texi (File Conveniences): Clarify Imagemagick discussion.
836
2bfab837
GM
8372012-03-22 Glenn Morris <rgm@gnu.org>
838
839 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
840
986bd52a
CY
8412012-03-17 Chong Yidong <cyd@gnu.org>
842
843 * package.texi (Package Installation): Document use of
844 package-initialize in init file.
845
66ecdc9e
GM
8462012-03-16 Glenn Morris <rgm@gnu.org>
847
848 * help.texi (Language Help):
849 * mule.texi (International Chars):
850 etc/HELLO is for character demonstration.
851
d8e213eb 8522012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
853
854 * dired.texi (Shell Commands in Dired): Fix typo.
855
a08a07e3
CY
8562012-03-04 Chong Yidong <cyd@gnu.org>
857
858 * killing.texi (Clipboard): Document clipboard manager.
859
53eced6d
GM
8602012-02-29 Glenn Morris <rgm@gnu.org>
861
f8425af2
GM
862 * ack.texi (Acknowledgments): Use @Tex{} in more places.
863
775b55af
GM
864 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
865
53eced6d
GM
866 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
867
44e97401
GM
8682012-02-28 Glenn Morris <rgm@gnu.org>
869
870 * custom.texi, display.texi, emacs.texi, files.texi:
871 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
872 Standardize possessive apostrophe usage.
873
525795c1
JD
8742012-02-25 Jan Djärv <jan.h.d@swipnet.se>
875
876 * macos.texi (Mac / GNUstep Customization): Remove text about
877 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
878
d8e213eb 8792012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
880
881 * buffers.texi (Select Buffer): Mention that saving in a new file
882 name can switch to a different major mode.
883
6ea1787e
GM
8842012-02-23 Glenn Morris <rgm@gnu.org>
885
49fe4321
GM
886 * mini.texi (Minibuffer File, Completion Options, Repetition):
887 Copyedits.
888 (Completion Example): Other M-x au* commands may be defined.
889 (Completion Styles): Mention emacs21 and completion-category-overrides.
890
8f4042d2
GM
891 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
892 (Windows Keyboard, Windows Mouse, Windows Processes)
893 (Windows Printing, Windows Misc): Copyedits.
894 (ls in Lisp): Update switches list.
895
371fb833
GM
896 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
897 Update dos-mode* function names.
898 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
899 (MS-DOS Processes): Add xref to main ls-lisp section.
900
6ea1787e
GM
901 * ack.texi (Acknowledgments): Mention smie.
902
40ace058
GM
9032012-02-22 Glenn Morris <rgm@gnu.org>
904
905 * macos.texi: Copyedits. Fix @key/@kbd usage.
906 (Mac / GNUstep Basics): Don't mention the panels, since the next
907 section covers them.
908 (Mac / GNUstep Customization): Merge some panel info from previous.
909
41f1e868
GM
9102012-02-21 Glenn Morris <rgm@gnu.org>
911
68af8d4f
GM
912 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
913 Small fixes.
914
2e03845d
GM
915 * emacs-xtra.texi: Picture mode is no longer a chapter.
916
f9a998c3
GM
917 * picture-xtra.texi (Basic Picture): C-a does get remapped.
918
41f1e868
GM
919 * ack.texi (Acknowledgments): Small changes, including resorting,
920 and removal of things no longer distributed.
921
ea09410d
GM
9222012-02-20 Glenn Morris <rgm@gnu.org>
923
2d2f6581
GM
924 * emacs.texi (Top, Preface): Small rephrasings.
925 (menu, detailmenu): Update entries, and reformat some descriptions.
926 * building.texi, display.texi, emacs-xtra.texi, files.texi:
927 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
928 Reformat some menu descriptions.
929
196f8c0e
GM
930 * ack.texi (Acknowledgments): More updates.
931
8730412a
GM
932 * emacs.texi (Acknowledgments): Add several names from ack.texi,
933 and from Author: headers.
ae15b89b 934 (Distrib): Small updates.
ea09410d 935
37863f20
GM
9362012-02-18 Glenn Morris <rgm@gnu.org>
937
37c3b9ee
GM
938 * ack.texi (Acknowledgments): Add xref to Org manual.
939
b474519e
GM
940 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
941 of '*mail*', since Message does not call it that.
942 (Rmail Reply): Rename rmail-dont-reply-to-names.
943 \\`info- no longer handled specially.
944 Update for rmail-enable-mime-composing.
945 Don't mention 'm' for replies.
946 Don't mention rmail-mail-new-frame and cancelling, since it does
947 not work for Message at the moment.
948
a5987767
GM
949 * cal-xtra.texi: Copyedits.
950
37863f20
GM
951 * emacs-xtra.texi: Set encoding to ISO-8859-1.
952
112d1241
GM
9532012-02-17 Glenn Morris <rgm@gnu.org>
954
0fd2c9a3
GM
955 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
956
1d6ecbfa
GM
957 * ack.texi (Acknowledgments): Mention Gnulib.
958
102f1b54
GM
959 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
960
112d1241
GM
961 * calendar.texi: Misc small changes, including updating the dates
962 of examples.
963
3a05ff1d
GM
9642012-02-16 Glenn Morris <rgm@gnu.org>
965
d1354af0
GM
966 * calendar.texi: Misc small changes.
967
5f9756ec
GM
968 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
969 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
970
3b19a30d
GM
971 * dired-xtra.texi (Subdir Switches): Small fixes.
972
3a05ff1d
GM
973 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
974
9f26dc24
GM
9752012-02-15 Glenn Morris <rgm@gnu.org>
976
977 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
978
fb969a57
GM
9792012-02-12 Glenn Morris <rgm@gnu.org>
980
981 * ack.texi (Acknowledgments):
982 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
983
0aca1292
GM
9842012-02-10 Glenn Morris <rgm@gnu.org>
985
104dc9c6
GM
986 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
987
0aca1292
GM
988 * programs.texi (Misc for Programs): Mention electric-layout-mode.
989
91af9d2e
GM
9902012-02-09 Glenn Morris <rgm@gnu.org>
991
0aca1292
GM
992 * buffers.texi (Misc Buffer): M-x info does not seem to require a
993 buffer switch after M-x rename-uniquely.
63c727b2 994
91af9d2e
GM
995 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
996
1ef1990c
JB
9972012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
998
999 * text.texi (Org Mode): Fix typo.
1000
e74e58c9
GM
10012012-02-08 Glenn Morris <rgm@gnu.org>
1002
cefee440
GM
1003 * ack.texi (Acknowledgments): Update emacs-lock info.
1004
a7686350
GM
1005 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1006
e74e58c9
GM
1007 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1008
fe93bc91
GM
10092012-02-07 Glenn Morris <rgm@gnu.org>
1010
1011 * files.texi (File Conveniences): Mention ImageMagick images.
1012
d273439c
GM
10132012-02-05 Glenn Morris <rgm@gnu.org>
1014
649f602c
GM
1015 * trouble.texi (Checklist): Mention debug-on-event.
1016
d273439c
GM
1017 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1018
a9410bdf
GM
10192012-02-04 Glenn Morris <rgm@gnu.org>
1020
1f5e1a16
GM
1021 * macos.texi (Customization options specific to Mac OS / GNUstep):
1022 New subsection.
1023
b7314ef7
GM
1024 * display.texi (Colors): Mention list-colors-sort.
1025
a9410bdf
GM
1026 * files.texi (File Conveniences): Mention image animation.
1027
75319d7f
CY
10282012-01-31 Chong Yidong <cyd@gnu.org>
1029
1030 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1031 scroll bars (Bug#10666).
1032
2680c309
CY
10332012-01-28 Chong Yidong <cyd@gnu.org>
1034
691db250
CY
1035 * files.texi (Filesets): Fix typos.
1036
2680c309
CY
1037 * display.texi (Faces): Add xref to Colors node.
1038
2a90dfca
DM
10392012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1040
1041 * buffers.texi (Select Buffer): Clarify explanation of switching
1042 to new buffers. Fix description of next-buffer and
6df6ae42 1043 previous-buffer (Bug#10334).
2a90dfca
DM
1044 (Misc Buffer): Add xref to View Mode.
1045
1046 * text.texi (Fill Commands): Fix description of
1047 sentence-end-double-space.
1048
20d2304d
CY
10492012-01-23 Chong Yidong <cyd@gnu.org>
1050
f088cb8b 1051 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1052
01ec1eed
VS
10532012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1054
1055 * programs.texi (Comment Commands): Typo (bug#10514).
1056
06848b82
CY
10572012-01-15 Chong Yidong <cyd@gnu.org>
1058
1059 * xresources.texi (X Resources): Describe GTK+ case first.
1060 (Resources): Don't use borderWidth as an example, since it doesn't
1061 work with GTK+.
1062 (Table of Resources): Clarify role of several resources, including
1063 the Emacs 24 behavior of cursorBlink etc.
1064 (Face Resources): Node deleted. Recommend using Customize
1065 instead. Add paragraph to `Table of Resources' node summarizing
1066 how to use X resources for changing faces.
1067 (Lucid Resources): Rewrite, omitting description of font names,
1068 referring to the Fonts node instead.
1069 (LessTif Resources): Copyedits.
1070 (GTK resources): Rewrite, describing the difference between gtk2
1071 and gtk3.
1072 (GTK Resource Basics): New node.
1073 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1074 (GTK styles): Just refer to Fonts node for GTK font format.
1075
1076 * display.texi (Faces): Document the cursor face.
1077
a73a3461
CY
10782012-01-14 Chong Yidong <cyd@gnu.org>
1079
01ec1eed 1080 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1081 (General Variables): Add xref to Lisp Libraries.
1082 (Initial Options): Copyedits.
1083 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1084 (Environment): Clarify what getenv does.
1085 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1086 light backgrounds on xterms.
1087 (Misc Variables): TEMP and TMP are not Windows-specific.
1088 (Display X): Copyedits.
1089 (Colors X): -bd does nothing for GTK.
1090 (Icons X): Gnome 3 doesn't use taskbars.
1091
1092 * misc.texi (Shell): Document exec-path here.
1093
1094 * rmail.texi (Movemail): Add xref for exec-path.
1095
e517eda4
GM
10962012-01-13 Glenn Morris <rgm@gnu.org>
1097
1098 * dired.texi (Dired and Find): Clarify find-ls-options.
1099
1de76afe
CY
11002012-01-09 Chong Yidong <cyd@gnu.org>
1101
71873e2b 1102 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1103 SHA-256.
1104
c61ab18c
CY
11052012-01-07 Chong Yidong <cyd@gnu.org>
1106
e490b289
CY
1107 * display.texi (Useless Whitespace): Add Whitespace mode.
1108
1de77c4c
CY
1109 * custom.texi (Hooks): Discuss how to disable minor modes.
1110
1111 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1112 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1113
c61ab18c
CY
1114 * trouble.texi (Lossage): Refer to Bugs node for problems.
1115 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1116 (Screen Garbled): Don't refer to terminal "manufacturers".
1117 (Total Frustration): Node deleted. Eliza is documented in
1118 Amusements now.
71873e2b
SM
1119 (Known Problems): More info about using the bug tracker.
1120 Mention debbugs package.
c61ab18c
CY
1121 (Bug Criteria): Copyedits.
1122 (Understanding Bug Reporting): Mention emacs -Q.
1123
89bd9ccd
CY
11242012-01-06 Chong Yidong <cyd@gnu.org>
1125
1126 * custom.texi (Specifying File Variables): The mode: keyword
1127 doesn't have to be first anymore. Add example of specifying minor
1128 modes.
1129 (Directory Variables): Simplify example. Mention application to
1130 non-file buffers.
1131 (Disabling): Use "initialization file" terminology.
1132 (Init Examples): Fix hook example.
1133
8034735f
EZ
11342012-01-06 Eli Zaretskii <eliz@gnu.org>
1135
1136 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1137 (Bug#10422)
1138 Move the stuff about resources to xresources.texi.
1139
1140 * xresources.texi (Resources): Move information about setting X
1141 resources in the Registry from cmdargs.texi. Make the index entry
1142 be similar to the one in cmdargs.texi.
1143
b0d7d8af
CY
11442012-01-05 Chong Yidong <cyd@gnu.org>
1145
1146 * custom.texi (Customization Groups): Update example.
1147 (Browsing Custom): Document the new search field.
1148 (Changing a Variable): Update example for Emacs 24 changes.
1149 Document Custom-set and Custom-save commands.
1150 (Face Customization): Document Emacs 24 changes. De-document
1151 modify-face.
1152 (Specific Customization): Mention customize-variable.
1153 (Custom Themes): Add customize-themes, custom-theme-load-path,
1154 custom-theme-directory, and describe-theme.
1155 (Creating Custom Themes): New node.
1156 (Examining): Mention M-:.
1157
1158 * package.texi (Packages): Fix typo.
1159
88c5c7c8
CY
11602012-01-03 Chong Yidong <cyd@gnu.org>
1161
1162 * misc.texi (Single Shell): Don't document Lisp usage of
1163 shell-command. Tidy up discussion of synchronicity. Add index
1164 entries for async-shell-command.
1165 (Interactive Shell): Note that M-x shell uses shell-file-name.
1166 Note change in behavior in Emacs 24.
1167 (Shell Mode): Shell mode now uses completion-at-point.
1168 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1169 default method for recognizing prompts nowadays.
1170 (Shell Ring): Add xref to Minibuffer History.
1171 (Directory Tracking): Explain Dirtrack mode in more detail.
1172 (Term Mode): Fix index entries.
1173 (Paging in Term): Merge into Term Mode.
1174 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1175 (Printing): Fix xref. State default of lpr-switches.
1176 (PostScript): Remove obsolete sentence. Omit description of
1177 non-interactive behaviors.
1178 (Hyperlinking): Improve description.
1179 (Browse-URL): Using compose-mail for mailto URLs is the default.
1180 Document browse-url-mailto-function.
1181 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1182 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1183 (Amusements): M-x lm was renamed to M-x landmark.
1184 Document nato-region.
88c5c7c8 1185
b8ecfdfe
CY
11862012-01-01 Chong Yidong <cyd@gnu.org>
1187
1188 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1189 (Gnus Startup): Note that the system might not be set up for news.
1190 Describe group levels more clearly.
1191 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1192 Summary of Gnus.
1193 (Document View): Copyedits. Move zoom commads to DocView
1194 Navigation node.
1195 (DocView Navigation, DocView Searching, DocView Slicing)
1196 (DocView Conversion): Nodes renamed from Navigation, etc.
1197
1198 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1199
7bc7d2aa
EZ
12002011-12-31 Eli Zaretskii <eliz@gnu.org>
1201
1202 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1203 (Bug#10380)
1204
b30941db
CY
12052011-12-30 Chong Yidong <cyd@gnu.org>
1206
1207 * sending.texi (Sending Mail): Document initial mail buffer name,
1208 and changed multiple mail buffer behavior.
1209 (Mail Format): Put the example at the top of the section.
1210 (Mail Headers): Move discussion of "From" to the top.
1211 (Mail Sending): Document sendmail-query-once.
1212 (Citing Mail): Make it less Rmail-specific.
1213
0ed49f93
CY
12142011-12-29 Chong Yidong <cyd@gnu.org>
1215
1216 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1217 example. Add index entries.
1218 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1219
c40a7de7
CY
12202011-12-26 Chong Yidong <cyd@gnu.org>
1221
71873e2b
SM
1222 * dired.texi (Dired Enter, Misc Dired Features):
1223 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1224 (Dired Navigation): Add index entries.
1225 (Dired Visiting): Fix View Mode xref.
1226 (Marks vs Flags): Prefer C-/ binding for undo.
1227 (Subdirectories in Dired): Add xrefs.
1228 (Misc Dired Features): Document some Emacs 24 changes. Add index
1229 entries.
1230
1231 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1232 variable, since it is explained in Minor Modes node.
1233 (Defining Abbrevs): Copyedits.
1234 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1235 C-/ binding for undo.
1236 (Dabbrev Customization): Add xrefs for case-fold-search and
1237 case-replace.
1238
1239 * dired-xtra.texi (Subdir Switches): Add xref.
1240
1241 * maintaining.texi (VC Directory Commands): Mention quit-window.
1242
3d992aa0
CY
12432011-12-25 Chong Yidong <cyd@gnu.org>
1244
1245 * maintaining.texi (Tags): Mention Semantic.
1246 (Create Tags Table, Etags Regexps): Copyedits.
1247 (Find Tag): Mention minibuffer completion.
1248 (List Tags): Mention completion-at-point. Completion is actually
1249 available in M-x list-tags.
1250
1251 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1252 Document vc-delete-file.
1253
1254 * files.texi (Misc File Ops): Mention vc-delete-file.
1255
1256 * programs.texi (Symbol Completion): Mention completion-at-point
1257 explicitly.
1258
2785d024
CY
12592011-12-22 Chong Yidong <cyd@gnu.org>
1260
1261 * maintaining.texi (Change Log Commands): Don't specially mention
1262 vc-update-change-log which is CVS-only.
1263
1264 * vc1-xtra.texi (Version Headers): Note that these are for
1265 Subversion, CVS, etc. only.
71873e2b
SM
1266 (General VC Options): De-document vc-keep-workfiles.
1267 Fix RCS-isms.
2785d024 1268
0ab39399
EZ
12692011-12-22 Eli Zaretskii <eliz@gnu.org>
1270
1271 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1272 should be @end iftex".
1273
d3098e1e
CY
12742011-12-21 Chong Yidong <cyd@gnu.org>
1275
1276 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1277 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1278 (VC Pull): Mention vc-log-incoming.
1279 (Log Buffer): Add CVS/RCS only disclaimer.
1280
1281 * vc1-xtra.texi (Remote Repositories): Update introduction.
1282 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1283 (Remote Repositories, Version Backups): Node deleted.
1284 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1285 (CVS Options): Reduce verbosity of description of obscure CVS
1286 locking feature.
1287 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1288 Tags node.
1289 (Revision Tags): Move under Miscellaneous VC subsection.
1290 (Change Logs and VC): Note that this is wrong for DVCSs.
1291 De-document log entry manipulating features.
1292 (Renaming and VC): Describe how it works on modern VCSes.
1293
1294 * files.texi (Misc File Ops): Mention vc-rename-file.
1295
1296 * programs.texi (Custom C Indent): Add index entries.
1297
47d42d81
AM
12982011-12-20 Alan Mackenzie <acm@muc.de>
1299
1300 * programs.texi (Motion in C): Update the description of C-M-a and
1301 C-M-e, they now DTRT in enclosing scopes.
1302 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1303
2edef1a0
CY
13042011-12-20 Chong Yidong <cyd@gnu.org>
1305
1306 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1307 (Old Revisions): Use it.
1308 (VCS Repositories): Add "distributed" terminology.
1309 (Log Buffer): Remove duplicate description
1310 about changesets. Fix "current VC fileset" ambiguity.
1311 (Multi-User Branching): Node deleted.
1312 (Branches, Switching Branches): Discuss decentralized version
1313 control systems.
1314 (VC Pull): New node.
1315 (Merging): Document merging on decentralized systems.
1316 (Creating Branches): Note that this is specific to CVS and related
1317 systems.
1318
bc859d5f
CY
13192011-12-19 Chong Yidong <cyd@gnu.org>
1320
1321 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1322 (VC Mode Line): Add index entry for "version control status".
1323 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1324 Document vc-revert-show-diff. De-document vc-rollback.
1325 (VC Directory Mode): Rewrite introduction. Move prefix arg
1326 documentation here from VC Directory Buffer node.
1327 (VC Directory Buffer): Use a decentralized VCS example.
1328 (VC Directory Commands): Use a table. Remove material duplicated
1329 in previous nodes on multi-file VC filsets.
1330
9cff91f8
CY
13312011-12-17 Chong Yidong <cyd@gnu.org>
1332
1333 * maintaining.texi (VCS Concepts): Make "revision" terminology
1334 less CVS-specific.
1335 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1336 Registering node.
71873e2b 1337 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1338 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1339 log buffer. Add index entries.
71873e2b
SM
1340 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1341 Use "commit" terminology.
9cff91f8
CY
1342 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1343 doesn't refer to tags tables. Note other possible forms of the
1344 revision ID. C-x v = does not save.
1345 (Registering): Note similarity to C-x v v action. Fix description
1346 of how backends are chosen. De-document vc-default-init-revision.
1347 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1348 in root log buffers.
1349
f3b316df
CY
13502011-12-16 Chong Yidong <cyd@gnu.org>
1351
1352 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1353 (Basic VC Editing): Remove redundant descriptions.
1354 (VC With A Merging VCS): Make description more general instead of
1355 CVS-specific.
1356 (VC With A Locking VCS): Use VC fileset terminology.
1357
29eabb8e
CY
13582011-12-12 Chong Yidong <cyd@gnu.org>
1359
1360 * building.texi (Executing Lisp): Fix xref for C-M-x.
1361 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1362 manual. Note that load-path is not customizable.
1363 (Lisp Eval): Note that listed commands are available globally.
1364 Explain the meaning of "defun" in the C-M-x context.
1365 (Lisp Interaction): Copyedits.
71873e2b
SM
1366 (External Lisp): Fix name of inferior Lisp buffer.
1367 Mention Scheme.
29eabb8e
CY
1368 (Compilation): Define "inferior process".
1369
cd0314dd
EZ
13702011-12-10 Eli Zaretskii <eliz@gnu.org>
1371
1372 * msdog.texi (Windows Fonts): Document how to force GDI font
1373 backend on MS-Windows.
1374
0595bd7e 13752011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1376
1377 * building.texi (Compilation): Say what the -k flag to make does.
1378 Move subprocess discussion to Compilation Shell.
1379 (Compilation Mode): Add xref for grep, occur, and mouse
1380 references. Define "locus".
1381 (Grep Searching): Use @command.
71873e2b
SM
1382 (Debuggers, Commands of GUD, GDB Graphical Interface):
1383 Clarify intro.
0595bd7e
CY
1384 (Starting GUD): Clarify how arguments are specified.
1385 (Debugger Operation): Index entry for "GUD interaction buffer",
1386 and move basic description here from Commands of GUD node.
1387 (GDB User Interface Layout): Copyedits.
1388 (Source Buffers): Remove gdb-find-source-frame, which is not in
1389 gdb-mi.el.
1390 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1391 toggle-gdb-all-registers, which are not in gdb-mi.el.
1392 Don't re-document GUD interaction buffers.
b09d01da
CY
1393
1394 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1395 (Semantic): Add cindex entries for Semantic.
1396
2a185919
CY
13972011-12-06 Chong Yidong <cyd@gnu.org>
1398
1399 * programs.texi (Man Page): Clarify how to use Man-switches.
1400 Don't bother documenting Man-fontify-manpage-flag.
1401 (Lisp Doc): Add xref to Name Help node.
1402 (Hideshow): Add cindex. Mention role of ellipses, and default
1403 value of hs-isearch-open. Don't bother documenting
1404 hs-special-modes-alist.
1405 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1406 changing the window manager binding of M-TAB.
1407
ebf10822
CY
14082011-12-05 Chong Yidong <cyd@gnu.org>
1409
1410 * programs.texi (Comment Commands): Fix description of for M-; on
1411 blank lines. Move documentation of comment-region here.
1412 (Multi-Line Comments): Clarify the role of comment-multi-line.
1413 Refer to Comment Commands for comment-region doc.
1414 (Options for Comments): Refer to Multi-Line Comments for
1415 comment-multi-line doc, instead of duplicating it. Fix default
1416 values of comment-padding and comment-start-skip.
1417
ec7ae032
CY
14182011-12-04 Chong Yidong <cyd@gnu.org>
1419
1420 * programs.texi (Program Modes): Mention modes that are not
1421 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1422 Add index entry for backward-delete-char-untabify.
1423 Mention prog-mode-hook.
ec7ae032
CY
1424 (Which Function): Use "global minor mode" terminology.
1425 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1426 in Indentation chapter to avoid duplication.
1427 (Expressions): Copyedit.
1428 (Matching): Document Electric Pair mode.
1429
1430 * ack.texi (Acknowledgments):
1431 * rmail.texi (Movemail, Other Mailbox Formats):
1432 * frames.texi (Frames): Don't capitalize "Unix".
1433
a24bf23e
CY
14342011-12-04 Chong Yidong <cyd@gnu.org>
1435
1436 * text.texi (Nroff Mode): Mention what nroff is.
1437 (Text Based Tables, Table Recognition): Don't say "Table mode"
1438 since it's not a major or minor mode.
1439 (Text Based Tables): Reduce the size of the example.
1440 (Table Definition): Clarify definitions.
1441 (Table Creation): Add key table.
1442 (Cell Commands): Use kbd for commands.
1443 (Table Rows and Columns): Combine nodes Row Commands and Column
1444 Commands.
1445 (Fixed Width Mode): Node deleted; contents moved to parent.
1446 (Table Conversion): Shorten example.
1447 (Measuring Tables): Merge into Table Misc.
1448
8863a584
CY
14492011-12-03 Chong Yidong <cyd@gnu.org>
1450
1451 * text.texi (TeX Mode): Mention AUCTeX package.
1452 (TeX Editing): Add xref to documentation for Occur.
1453 (LaTeX Editing): Add xref to Completion node.
1454 (TeX Print): Fix description of tex-directory.
71873e2b 1455 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1456 its subnodes less verbose, since text/enriched files are
1457 practically unused.
71873e2b 1458 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1459 (Format Colors): Node deleted.
71873e2b 1460 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1461 for applying colors too.
1462 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1463
1464 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1465
1466 * display.texi (Colors): New node.
1467
1468 * cmdargs.texi (Colors X):
1469 * xresources.texi (GTK styles):
1470 * custom.texi (Face Customization): Reference it.
1471
1472 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1473 Link to Fill Commands for Justification entry.
1474
6fdebe93
EZ
14752011-12-03 Eli Zaretskii <eliz@gnu.org>
1476
1477 * display.texi (Auto Scrolling): More accurate description of what
1478 scroll-*-aggressively does, including the effect of non-zero
1479 margin. Fix "i.e." markup.
1480
95ca9bc7
CY
14812011-12-02 Chong Yidong <cyd@gnu.org>
1482
1483 * text.texi (Pages): Mention how formfeed chars are displayed.
1484 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1485 Describe adaptive filling more precisely.
1486 (Fill Commands): Note that filling removes excess whitespace.
1487 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1488 now bound to indent-for-tab-command in Text mode.
1489 (Outline Mode): Copyedits.
1490 (Outline Visibility): Note that Reveal mode is a buffer-local
1491 minor mode.
1492
1493 * modes.texi (Major Modes): Move note about checking major-mode in
1494 a hook function here, from Text mode.
1495
6d262977
CY
14962011-11-28 Chong Yidong <cyd@gnu.org>
1497
b22b1918
CY
1498 * text.texi (Words): Add xref to Position Info.
1499 (Paragraphs): Add xref to Regexps.
1500
6d262977
CY
1501 * indent.texi (Indentation): Rewrite introduction. Move table to
1502 Indentation Commands node.
1503 (Indentation Commands): Add index entries to table. Copyedits.
1504 (Tab Stops, Just Spaces): Copyedits.
1505 (Indent Convenience): New node. Document electric-indent-mode.
1506
1507 * programs.texi (Basic Indent):
1508 * windows.texi (Pop Up Window): Fix kindex entry.
1509
dc95a8b0
CY
15102011-11-28 Chong Yidong <cyd@gnu.org>
1511
1512 * modes.texi (Major Modes): Move major-mode variable doc here from
1513 Choosing Modes. Document describe-mode. Document prog-mode-hook
1514 and text-mode-hook. Add example of using hooks.
1515 (Minor Modes): Document behavior of mode command calls from Lisp.
1516 Note that setting the mode variable using Customize will DTRT.
1517 (Choosing Modes): Add example of setting a minor mode using a
1518 local variable.
1519
b63a8e8e
CY
15202011-11-27 Chong Yidong <cyd@gnu.org>
1521
1522 * frames.texi (Creating Frames): Move frame parameter example to
1523 Frame Parameters node.
1524 (Frame Commands): C-x 5 o does not warp the mouse by default.
1525 (Fonts): Add more GTK-style properties; also, they should be
1526 capitalized.
1527 (Special Buffer Frames): Node deleted; special-display is on the
1528 way out.
1529 (Frame Parameters): Example moved here from Creating Frames.
1530 Clarify that default-frame-alist affects the initial frame too.
1531 Delete auto-raise-mode and auto-lower-mode.
1532 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1533 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1534
1535 * windows.texi (Window Choice): Add xref to Lisp manual for
1536 special-display-*.
1537
a3dcc84e
EZ
15382011-11-26 Eli Zaretskii <eliz@gnu.org>
1539
1540 * display.texi (Text Display): Update the description,
1541 cross-references, and indexing related to display of control
1542 characters and raw bytes.
1543
4ad3bc2a
CY
15442011-11-25 Chong Yidong <cyd@gnu.org>
1545
1546 * frames.texi (Frames): Rewrite introduction.
1547 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1548 Mouse-3 does not copy to kill ring by default. DEL does not
1549 behave specially for mouse commands any more.
1550 (Mouse References): Document mouse-1-click-follows-link more
1551 thoroughly.
1552 (Menu Mouse Clicks): Move footnote to the main text and add xref
1553 to Init Rebinding node.
1554 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1555
1556 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1557
20db1522
JB
15582011-11-24 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * display.texi (Font Lock): Fix typo.
1561
01d06b1f
GM
15622011-11-24 Glenn Morris <rgm@gnu.org>
1563
1564 * rmail.texi (Rmail Output):
1565 Mention rmail-automatic-folder-directives. (Bug#9657)
1566
0cbaa1d5
CY
15672011-11-21 Chong Yidong <cyd@gnu.org>
1568
1569 * mark.texi (Global Mark Ring): Fix description of global mark
1570 ring (Bug#10032).
1571
fe7a3057
JB
15722011-11-20 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * msdog.texi (Windows Fonts): Fix typo.
1575
b6e63cbe
GM
15762011-11-17 Glenn Morris <rgm@gnu.org>
1577
1578 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1579
58179cce
JB
15802011-11-16 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * killing.texi (Rectangles):
7877f373
JB
1583 * misc.texi (Document View):
1584 * modes.texi (Choosing Modes):
1585 * msdog.texi (Windows Fonts):
58179cce
JB
1586 * regs.texi (Rectangle Registers):
1587 * search.texi (Isearch Yank): Fix typos.
1588
291d142b
CY
15892011-11-06 Chong Yidong <cyd@gnu.org>
1590
1591 * windows.texi (Basic Window): Add xref to Cursor Display.
1592 (Split Window): Document negative arg for splitting commands.
1593 (Other Window): Document mouse-1 in text area of window.
1594 (Change Window): Don't mention window attributes, since they
1595 aren't defined. C-x 1 can't be used with minibuffer windows.
1596 Windows are no longer auto-deleted.
1597 (Window Choice): Add xref to Choosing Window in Lisp manual.
1598 (Window Convenience): Note that windmove disables shift-selection.
1599 Move M-x compare-windows here from Other Window node.
1600
1601 * custom.texi (Mouse Buttons):
1602 * search.texi (Isearch Scroll):
1603 * windows.texi (Split Window): Use new names split-window-below
1604 and split-window-right.
1605
a7ef684b
JB
16062011-10-26 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * emacs.texi (Top): Fix typo.
1609
d53e1747
GM
16102011-10-25 Glenn Morris <rgm@gnu.org>
1611
1612 * abbrevs.texi (Saving Abbrevs):
1613 quietly-read-abbrev-file is not a command. (Bug#9866)
1614
e7a3ff06
CY
16152011-10-24 Chong Yidong <cyd@gnu.org>
1616
1617 * display.texi (Scrolling): Document scroll-up-line and
1618 scroll-down-line. Document scroll-command property.
1619 (Recentering): New node, split off from Scrolling.
1620
86c60681
CY
16212011-10-23 Chong Yidong <cyd@gnu.org>
1622
da97a9e6
CY
1623 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1624 (Tool Bars): Copyedits.
1625
86c60681
CY
1626 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1627
d195726a
CY
16282011-10-22 Chong Yidong <cyd@gnu.org>
1629
1630 * windows.texi (Displaying Buffers): Fix broken lispref link.
1631
a70e06c1
CY
16322011-10-22 Chong Yidong <cyd@gnu.org>
1633
1634 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1635 Move confirm-nonexistent-file-or-buffer discussion here.
1636
1637 * files.texi (File Names, Visiting): Move detailed discussion of
1638 minibuffer confirmation to Minibuffer Exit.
1639
1640 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1641 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1642
bfd779dd
CY
16432011-10-21 Chong Yidong <cyd@gnu.org>
1644
1645 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1646 (Backup Copying): backup-by-copying-when-mismatch is now t.
1647 (Customize Save): Fix description of require-final-newline.
1648 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1649 (Auto Save Control): Clarify.
1650 (File Archives): Add 7z.
1651 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1652
1653 * arevert-xtra.texi (Autorevert): Copyedits.
1654
6e317956
CY
16552011-10-20 Chong Yidong <cyd@gnu.org>
1656
1657 * custom.texi (Hooks, Init Examples):
1658 * display.texi (Font Lock):
1659 * fixit.texi (Spelling):
1660 * rmail.texi (Rmail Display): Minor mode function with no arg now
1661 enables it.
1662
1663 * fixit.texi (Spelling): Fix description of inline completion.
1664
5abc31ef
CY
16652011-10-19 Chong Yidong <cyd@gnu.org>
1666
1667 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1668 entries.
1669 (Isearch Yank): Document isearch-yank-pop.
1670 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1671 (Other Repeating Search): Document Occur Edit mode.
1672
939db9ac
CY
16732011-10-18 Chong Yidong <cyd@gnu.org>
1674
1675 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1676 from Line Truncation node.
1677 (Standard Faces): Note that only the background of the cursor face
1678 has an effect.
1679 (Cursor Display): Fix descriptions of cursor face
1680 and bar cursor blinking.
1681 (Text Display): Document nobreak-char-display more clearly.
1682 (Line Truncation): Add xref to Split Window node.
1683 (Display Custom): Don't bother documenting baud-rate or
1684 no-redraw-on-reenter.
1685
1686 * search.texi (Slow Isearch): Node removed.
1687
80c6d77f
GM
16882011-10-18 Glenn Morris <rgm@gnu.org>
1689
1690 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1691
d366bd53
CY
16922011-10-18 Chong Yidong <cyd@gnu.org>
1693
1694 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1695 of list-faces-display here, from Standard Faces node.
1696 Note special role of `default' background.
1697 (Standard Faces): Note special role of `default' background.
1698 Note that region face may be taken fom GTK. Add xref to Text Display.
1699 (Text Scale): Rename from "Temporary Face Changes".
1700 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1701 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1702 (Useless Whitespace): Simplify description of
1703 delete-trailing-whitespace. Note active region case.
1704 (Text Display): Fix description of escape-glyph face assignment.
1705 Remove unibye mode discussion. Update some parts for Unicode.
1706 Move glyphless chars documentation to Lisp manual.
1707
1708 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1709
21100e7d
CY
17102011-10-15 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * display.texi (Scrolling): Tweak explanation of scroll direction.
1713 (View Mode): Add index entries.
1714
1715 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1716
1717 * regs.texi (Text Registers): C-x r i does not activate the mark.
1718 (Bookmarks): Document new default bookmark location.
1719
50b063c3
CY
17202011-10-13 Chong Yidong <cyd@stupidchicken.com>
1721
71873e2b
SM
1722 * killing.texi (Deletion): Add xref to Using Region.
1723 Document delete-forward-char.
50b063c3
CY
1724 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1725 description here. Recommend C-u C-SPC for jumping to mark.
1726 (Kill Ring): Move kill ring variable documentation here.
1727 (Primary Selection): Copyedits.
1728 (Rectangles): Document new command rectangle-number-lines.
1729 (CUA Bindings): Note that this disables the mark-even-if-inactive
1730 behavior for C-x and C-c.
1731
1732 * mark.texi (Mark): Mention "active region" terminology.
1733 (Using Region): Document delete-active-region.
1734
e1a3f5b1
CY
17352011-10-12 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * mark.texi (Mark): Clarify description of disabled Transient Mark
1738 mode (Bug#9689).
1739 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1740 selection changes. Mention that commands like C-y set the mark.
1741 (Marking Objects): Add xref to Words node. Note that mark-word
1742 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1743 (Using Region): Mention M-$ in the table.
1744 Document mark-even-if-inactive here instead of in Mark Ring.
1745 (Mark Ring): Move mark-even-if-inactive to Using Region.
1746 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1747 (Disabled Transient Mark): Rename from "Persistent Mark"
1748 (Bug#9688). Callers changed.
1749
1750 * programs.texi (Expressions):
1751 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1752
3dc62b2b
CY
17532011-10-09 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1756 option" terminology.
1757 (Key Help): Add command names. Define "documentation string".
1758 (Name Help): Remove an over-long joke.
1759 (Apropos): Document prefix args. Remove duplicated descriptions.
1760 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1761 (Package Keywords): Rename from "Library by Keyword".
1762 Describe new package menu interface.
3dc62b2b 1763 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1764
1765 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1766 (Minibuffer History): Document numeric args to history commands.
de09aa52 1767
2d3fe5d7
EZ
17682011-10-08 Eli Zaretskii <eliz@gnu.org>
1769
1770 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1771
b2b0776e
CY
17722011-10-08 Chong Yidong <cyd@stupidchicken.com>
1773
71873e2b
SM
1774 * basic.texi (Position Info): Omit page commands.
1775 Document count-words-region and count-words.
b2b0776e
CY
1776
1777 * text.texi (Pages): Move what-page documentation here.
1778
27a16462
CY
17792011-10-08 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1782 Remote Files node instead of linking directly to the Tramp manual.
1783 (Minibuffer Edit): Add xref to Blank Lines.
1784 (Completion): Add xref to Symbol Completion. Remove redundant
1785 example, which is repeated in the next node.
1786 (Completion Commands): Minor clarifications.
1787 (Completion Styles): New node, split from Completion Commands.
1788 Document substring and initials styles.
1789 (Strict Completion): Remove information duplicated in other nodes.
1790 (Completion Options): Consolidate case difference discussion here.
1791
1792 * help.texi (Help Mode): Fix kindex entries.
1793
1794 * files.texi (File Names): Add index entries.
1795
de0bde62
CY
17962011-10-07 Chong Yidong <cyd@stupidchicken.com>
1797
71873e2b
SM
1798 * basic.texi (Inserting Text): Add xref to Completion.
1799 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1800 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1801 to left/right. Tweak left-char and right-char descriptions.
1802 M-left and M-right are now bound to left-word/right-word.
1803 (Erasing): Document delete-forward-char.
1804
1805 * screen.texi (Screen, Menu Bar): Copyedits.
1806 (Point): Remove duplicate paragraph on cursors, also in Screen.
1807 (Mode Line): Trailing dashes no longer shown on X displays.
1808
1809 * frames.texi (Non-Window Terminals): Index just "text-only
1810 terminal", which is used throughout the manual now.
1811
1812 * entering.texi (Entering Emacs): Define "startup screen".
1813 Document window-splitting behavior with command-line inputs.
1814 (Exiting): Remove obsolete paragraph about shells without suspend
1815 functionality.
1816
1817 * commands.texi (User Input): Define "input event" more clearly.
1818 (Keys): Add xref to Echo Area.
1819 (Commands): Clarify relation between commands and functions.
1820
453e4522
CY
18212011-10-06 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * misc.texi (emacsclient Options): Document how emacsclient runs
1824 the Emacs daemon (Bug#9674).
1825
550f41cd
CY
18262011-10-01 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * basic.texi (Moving Point):
1829 * custom.texi (Mouse Buttons):
1830 * rmail.texi (Rmail Scrolling):
1831 * search.texi (Isearch Scroll):
550f41cd
CY
1832 * display.texi (Scrolling): Replace scroll-up/down with
1833 scroll-up/down-command. Fix scroll-preserve-screen-position
1834 description. Document scroll-error-top-bottom.
1835
9229fe87
GM
18362011-09-30 Glenn Morris <rgm@gnu.org>
1837
1838 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1839
0a2132ba
CY
18402011-09-24 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * windows.texi (Pop Up Window): Defer discussion of window
1843 splitting to the Window Choice node. Add index entries.
1844 (Force Same Window): Node deleted.
1845 (Displaying Buffers, Window Choice): New nodes.
1846
1847 * buffers.texi (Select Buffer): Clarify description of
1848 buffer-switching commands. Add xref to Window Display node.
1849 Don't repeat confirm-nonexistent-file-or-buffer description from
1850 Visiting node. Remove even-window-heights.
1851
1852 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1853
33ed493b
CY
18542011-09-18 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1857
1858 * xresources.texi (Table of Resources): Fix documentation of
1859 bitmapIcon.
1860
92fa95ad
CY
18612011-09-15 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1864
16254627
EH
18652011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1866
1867 * frames.texi (Frame Commands): Note that delete-other-frames only
1868 deletes frames on current terminal.
1869
c3760c17
EZ
18702011-09-10 Eli Zaretskii <eliz@gnu.org>
1871
1872 * sending.texi (Mail Misc): Document mail-add-attachment.
1873
69b8be97
EZ
18742011-09-04 Eli Zaretskii <eliz@gnu.org>
1875
1876 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1877
3fd50d5c
CY
18782011-08-29 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1881
e2aeef63
CY
18822011-08-28 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * files.texi (File Archives):
1885 * cal-xtra.texi (Diary Display):
1886 * help.texi (Help Mode): Add xref to View Mode.
1887
ddb54206
CY
18882011-08-28 Chong Yidong <cyd@stupidchicken.com>
1889
a6326082
CY
1890 * display.texi (View Mode): New node. Move view-file here from
1891 Misc File Ops. Move view-buffer here from Misc Buffer.
1892
1893 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1894
04e2ce72 1895 * files.texi (Misc File Ops): Document new
a6326082 1896 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1897
1898 * dired.texi (Dired Deletion): Shorten description of Trash.
1899
ddb54206
CY
1900 * misc.texi (emacsclient Options): Document server-port.
1901
bd206ce5
EZ
19022011-08-27 Eli Zaretskii <eliz@gnu.org>
1903
1904 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1905 even on MS-Windows. Fix a typo.
1906
d43f5a42
CY
19072011-08-26 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * package.texi: New file, documenting the package manager.
1910
1911 * emacs.texi: Include it.
1912
1913 * help.texi (Help Summary): Add describe-package.
1914
e0b1591b
CY
19152011-08-25 Chong Yidong <cyd@stupidchicken.com>
1916
856ce114
CY
1917 * misc.texi (Printing): Convert subnodes into subsections.
1918
f404f8bc
CY
1919 * text.texi (Two-Column): Move into Text chapter.
1920
1921 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1922 Files section. Convert from chapter into section.
1923
1924 * display.texi (Narrowing): Move into display chapter.
1925
e0b1591b
CY
1926 * sending.texi (Sending Mail):
1927 * rmail.texi (Rmail):
1928 * misc.texi (Gnus, Document View):
1929 * dired.texi (Dired):
1930 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1931
75bfc667
JL
19322011-08-07 Juri Linkov <juri@jurta.org>
1933
1934 * dired.texi (Operating on Files): Rewrite according to the fact
1935 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1936
fe676f91
MA
19372011-07-30 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1940 remote file name completion. (Bug#9197)
1941
4cc60b9b
EZ
19422011-07-28 Eli Zaretskii <eliz@gnu.org>
1943
1944 * mule.texi (Bidirectional Editing): Document the fact that
1945 bidi-display-reordering is t by default.
1946
89671e16
LMI
19472011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1950 explicitly (bug#8904).
1951
fb23ecc2
LMI
19522011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1953
1954 * trouble.texi (Checklist): Use an `M-x' example instead of an
1955 Emacs Lisp form to switch on the dribble file (bug#8056).
1956
465c5fc8
LMI
19572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1960
90a6258b
GM
19612011-07-13 Glenn Morris <rgm@gnu.org>
1962
1963 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1964
c7588364
LMI
19652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1966
1967 * mark.texi (Mark Ring): Clarify how many locations are saved
1968 (bug#5770).
1969 (Global Mark Ring): Ditto.
1970
4cb4f3ba
LMI
19712011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1972
d648feab
LMI
1973 * text.texi (Table Recognition): Use "at point" instead of "under
1974 point" (bug#4345).
1975
4cb4f3ba
LMI
1976 * display.texi (Cursor Display): Mention `cursor-type'.
1977
1978 * screen.texi (Point): Clarify that it's only if you use a block
1979 cursor that it appears to be on a character (bug#4345).
1980
ecd0b990
CY
19812011-07-12 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * misc.texi (Amusements): Move dissociated press here, from its
1984 own section.
1985
1986 * emacs.texi (Top): Update node listing.
1987
c2fd0368
LMI
19882011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1989
1990 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1991 clarity (bug#3523).
1992
fdeb32ec
CY
19932011-07-12 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1996 (Misc X): Document --parent-id.
1997
1998 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1999 defaults to nil.
2000
2001 * misc.texi (emacsclient Options): Document --parent-id.
2002
2003 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2004
f584ca38
LMI
20052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2006
2007 * emacs.texi: Use "..." instead of ``...'' in the menus
2008 (bug#3503).
2009
963578d3
CY
20102011-07-11 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * killing.texi (Primary Selection): Document `only' setting for
2013 select-active-regions.
2014
2015 * mark.texi (Setting Mark): Reference Shift Selection node.
2016
2017 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2018
a30ed87b
LMI
20192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2020
47076272
LMI
2021 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2022 motion keys" (bug#3503).
2023
a30ed87b
LMI
2024 * emacs.texi: Change all the register node names from "RegPos"
2025 (etc.) to "Positional Registers" (etc.) (bug#3314).
2026
4d45a8b7
CY
20272011-07-11 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2030 (Other Kill Commands, Kill Options): Copyedits.
2031 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2032 (Yanking): Move yank-excluded properties discussion here.
2033 (Cut and Paste): Move from frames.texi. Update subnodes to
2034 describe x-select-enable-clipboard case.
2035
2036 * frames.texi: Move Cut and Paste node and subnodes into
2037 killing.texi, except Mouse Commands and Word and Line Mouse.
2038
c160ddee
AM
20392011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2040
2041 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2042
3329e6e3
LMI
20432011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2044
32a214fe
LMI
2045 * screen.texi (Mode Line): Clarify that coding systems are
2046 characters, not letters (bug#1749).
2047
3329e6e3
LMI
2048 * cmdargs.texi (Environment): Mention removing variables
2049 (bug#1615). Text suggested by Kevin Rodgers.
2050
8875da1e
CY
20512011-07-10 Chong Yidong <cyd@stupidchicken.com>
2052
54806e45
CY
2053 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2054
8875da1e
CY
2055 * modes.texi: Rename from major.texi.
2056 (Modes): New node. Make Major Modes and Minor Modes subsections
2057 of this. All callers changed.
2058
2059 * custom.texi (Minor Modes): Move to modes.texi.
2060
7847b2a1
CY
20612011-07-10 Chong Yidong <cyd@stupidchicken.com>
2062
6cfd0fa2
CY
2063 * custom.texi (Syntax): Node deleted.
2064
2065 * help.texi (Help Summary):
2066 * major.texi (Major Modes):
2067 * programs.texi (Parentheses):
2068 * search.texi (Regexp Backslash, Regexp Backslash)
2069 (Regexp Backslash):
2070 * text.texi (Words): Callers changed.
2071
7847b2a1
CY
2072 * text.texi (Refill, Longlines): Delete nodes.
2073
2074 * ack.texi (Acknowledgments): Longlines removed from manual.
2075
2076 * emacs.texi (Top): Update node listing.
2077
2a71c436
GM
20782011-07-09 Glenn Morris <rgm@gnu.org>
2079
2080 * fortran-xtra.texi (Fortran): Update handled extensions.
2081
61436e9f
LMI
20822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2083
2084 * display.texi (Scrolling): `C-v' (etc) are now bound to
2085 `scroll-*-command' (bug#8349).
2086
6e560c71
LMI
20872011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2088
48954a09 2089 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2090 doesn't actually delete any files (bug#7125).
2091
2904fd97
LMI
2092 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2093 argument for `C-c C-k' (bug#7391).
2094
6e560c71
LMI
2095 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2096 you're currently using (bug#8489).
2097
978ff6c5
EZ
20982011-07-01 Eli Zaretskii <eliz@gnu.org>
2099
2100 * mule.texi (Coding Systems): Move index entries from the previous
2101 change into their proper places.
2102
0d742084
LMI
21032011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2104
31976bd5
LMI
2105 * help.texi (Help Files): Document view-external-packages (bug#8902).
2106
0d742084
LMI
2107 * mule.texi (Coding Systems): Put a few more of the coding systems
2108 into the index (bug#8900).
2109
9f678528
GM
21102011-06-26 Glenn Morris <rgm@gnu.org>
2111
2112 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2113
18a4ce5e
AR
21142011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2115
2116 * misc.texi (emacsclient Options): Mention --frame-parameters.
2117
f0da764a
GM
21182011-06-09 Glenn Morris <rgm@gnu.org>
2119
2120 * custom.texi (Specifying File Variables):
2121 Recommend explicit arguments for minor modes.
2122
b047e7ac
PE
21232011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2124
2125 Document wide integers better.
2126 * buffers.texi (Buffers):
001903b5
PE
2127 * files.texi (Visiting): Document maxima for 64-bit machines,
2128 and mention virtual memory limits.
b047e7ac 2129
bf41276f
CY
21302011-05-28 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2133
2134 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2135 prog mode (Bug#8240).
2136
e145f188
GM
21372011-05-27 Glenn Morris <rgm@gnu.org>
2138
2139 * custom.texi (Specifying File Variables):
2140 Major modes no longer need come first.
2141
313f790e
CY
21422011-05-22 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2145 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2146
c136e5cd
GM
21472011-05-18 Glenn Morris <rgm@gnu.org>
2148
2149 * ack.texi (Acknowledgments): Remove fakemail.c.
2150
c71a0d48 21512011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2152
2153 Fixes for fitting text into 7x9 printed manual.
2154 * building.texi (Flymake, Breakpoints Buffer):
2155 * calendar.texi (Appointments):
2156 * cmdargs.texi (General Variables, Display X):
2157 * custom.texi (Saving Customizations, Face Customization)
2158 (Directory Variables, Minibuffer Maps, Init Rebinding):
2159 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2160 * fixit.texi (Spelling):
2161 * frames.texi (Creating Frames, Fonts):
2162 * help.texi (Help Files):
2163 * mini.texi (Minibuffer File):
2164 * misc.texi (emacsclient Options, Emulation):
2165 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2166 * mule.texi (International Chars, Language Environments)
2167 (Select Input Method, Modifying Fontsets, Charsets):
2168 * programs.texi (Custom C Indent):
2169 * rmail.texi (Rmail Labels):
2170 * text.texi (Table Conversion):
2171 * trouble.texi (Known Problems, Known Problems):
2172 * windows.texi (Change Window):
2173 * xresources.texi (GTK resources): Reflow text and re-indent code
2174 examples to avoid TeX overflows and underflows on 7x9 paper.
2175
2176 * emacs.texi: Fix the (commented out) smallbook command.
2177
2178 * macos.texi (Mac / GNUstep Events):
2179 * xresources.texi (Lucid Resources): Remove extraneous examples.
2180
b8f82dc1
GM
21812011-05-10 Glenn Morris <rgm@gnu.org>
2182
2183 * custom.texi (Specifying File Variables):
2184 Deprecate using mode: for minor modes.
2185
d306b4da
GM
21862011-05-07 Glenn Morris <rgm@gnu.org>
2187
2188 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2189
548d0a63
GM
21902011-05-06 Glenn Morris <rgm@gnu.org>
2191
5006e634
GM
2192 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2193
548d0a63
GM
2194 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2195
e793a940
LMI
21962011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2197
2198 * misc.texi (Emacs Server): Document `server-eval-at'.
2199
7031be6d
UR
22002011-04-24 Chong Yidong <cyd@stupidchicken.com>
2201
71873e2b
SM
2202 * maintaining.texi (List Tags): Document next-file.
2203 Suggested by Uday S Reddy.
7031be6d 2204
4ffd0d6b 22052011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2206
2207 * mini.texi (Minibuffer Edit):
2208 * screen.texi (Mode Line): Fix typo.
2209
1c6c854e
CS
22102011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2211
024ff170 2212 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2213
c5c9f40f
CY
22142011-03-26 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2217
09725d26
EZ
22182011-03-30 Eli Zaretskii <eliz@gnu.org>
2219
2220 * display.texi (Auto Scrolling): Document the limit of 100 lines
2221 for never-recentering scrolling with `scroll-conservatively'.
2222 (Bug#6671)
2223
09d9db2c 22242011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2225
2226 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2227 HOME on Windows and where it looks for init files. (Bug#8221)
2228
62d94509
EZ
22292011-03-10 Eli Zaretskii <eliz@gnu.org>
2230
2231 * search.texi (Regexp Example):
2232 * mule.texi (International Chars):
2233 * building.texi (External Lisp): Don't use characters outside
2234 ISO-8859-1.
2235
0286d9de
EZ
22362011-03-09 Eli Zaretskii <eliz@gnu.org>
2237
1c6c854e
CS
2238 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2239 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2240
2241 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2242
114902a5 2243 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2244 (Bug#8210)
2245
0afb4571
J
22462011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2247
2248 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2249 for Gtk+ 3.
2250
bb3865e8
GM
22512011-03-08 Glenn Morris <rgm@gnu.org>
2252
6446548e
GM
2253 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2254 * emacs.texi (Acknowledgments):
2255 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2256 * emacs.texi: Set documentencoding.
6446548e 2257
bb3865e8
GM
2258 * display.texi (Optional Mode Line): Don't mention exactly where
2259 display-time appears. (Bug#8193)
2260
33383987
JB
22612011-03-07 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * Version 23.3 released.
2264
892777ba
CY
22652011-03-06 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2268
0b973fc5
DW
22692011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2270
2271 * misc.texi (emacsclient Options): Add q/quiet.
2272
8ef5a2f2
GM
22732011-03-02 Glenn Morris <rgm@gnu.org>
2274
2275 * mule.texi (Communication Coding) <x-select-request-type>:
2276 Remove duplicate (essentially) paragraph. (Bug#8148)
2277
bd106056
CS
22782011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2279
2280 * maintaining.texi (Format of ChangeLog): Add reference to
2281 add-log-full-name.
2282 (Change Log Commands): Add documentation for combining multiple
2283 symbols in one change.
2284
6640b281
GM
22852011-03-01 Glenn Morris <rgm@gnu.org>
2286
2287 * custom.texi (Directory Variables):
2288 Give an example of excluding subdirectories.
2289
2b0c7330 22902011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2291
2292 * search.texi (Regexp Search): Move index entries about regexps to the
2293 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2294
8c62c205
GM
22952011-02-19 Glenn Morris <rgm@gnu.org>
2296
2297 * dired.texi (Dired): Dired-X version number was dropped.
2298
3928f2b6
JD
22992011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2300
2301 * xresources.texi (X Resources): Remove *faceName and replace it with
2302 *font for Lucid.
2303
a41c8660
CY
23042011-02-05 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * rmail.texi (Rmail Display): Document Rmail MIME support more
2307 accurately.
2308
2309 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2310 vc-log-outgoing.
2311 (Merging): Document vc-find-conflicted-file.
2312
233ba4d9 23132011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2314
2315 * custom.texi (Variables): Fix typo.
2316
14beddf4 23172011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2318
65401ee3
CY
2319 * search.texi (Regexps): Copyedits. Mention character classes
2320 (Bug#7809).
2321
19f81ecf
CY
2322 * files.texi (File Aliases): Restore explanatory text from Eli
2323 Zaretskii, accidentally removed in 2011-01-08 commit.
2324
bf3dae7e
EZ
23252011-01-29 Eli Zaretskii <eliz@gnu.org>
2326
2327 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2328 (MAKEINFO_OPTS): New variable.
2329 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2330 (emacs.html): New target.
2331 (clean): Remove emacs.html.
2332
45eb2a5d
WL
23332011-01-23 Werner Lemberg <wl@gnu.org>
2334
2335 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2336 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2337 (ENVADD): Updated.
2338
9acfe703
GM
23392011-01-18 Glenn Morris <rgm@gnu.org>
2340
2341 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2342
2343 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2344
362b9d48
GM
23452011-01-15 Chong Yidong <cyd@stupidchicken.com>
2346
bb033b5f
CY
2347 * building.texi (Compilation): Improve instructions for running two
2348 compilations (Bug#7573).
2349
b024d9f0
MD
2350 * files.texi (Backup Names): Document the new location of the
2351 last-resort backup file.
2352
362b9d48
GM
2353 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2354 manual. Explain why directory-abbrev-alist elements should be anchored
2355 (Bug#7777).
2356
23572011-01-15 Eli Zaretskii <eliz@gnu.org>
2358
2359 * msdog.texi (Windows Startup): Correct inaccurate description of
2360 differences between emacsclient.exe and emacsclientw.exe.
2361
7c420169 23622011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2363
2364 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2365
7c420169 23662011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2367
2368 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2369
7c420169 23702011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2371
2d34d523
EZ
2372 * frames.texi (Cut and Paste): Modify the section's name and text:
2373 don't mix "cut/paste" with "kill/yank".
2374 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2375 (Bug#7702)
2376
88ab4340
EZ
2377 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2378
7c420169 23792011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2380
2381 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2382 matches its position in the menu. (Bug#7674)
2383
7c420169 23842011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2385
2386 * trouble.texi (Checklist): Mention not replying via news either.
2387
92bb6c52
TH
23882010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2389
2390 * misc.texi (Document View): Update DocView section with newly
2391 supported document formats.
2392
b103c904
CY
23932010-12-21 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * killing.texi: Resection the Info version to conform to the
2396 printed manual, to avoid making sections on Accumulating Text, CUA
2397 and Rectangles into full chapters.
2398
f49d1f52 23992010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2400
2401 * custom.texi (Init Syntax): Add index entries for "character syntax".
2402 (Bug#7576)
2403
f49d1f52 24042010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2405
2406 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2407
f49d1f52 24082010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2409
2410 * trouble.texi (Checklist): Fix typo in newsgroup name.
2411
f49d1f52 24122010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2413
2414 * search.texi (Word Search): Note that the lazy highlight always
2415 matches to whole words (Bug#7470).
2416
f49d1f52 24172010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2418
4f1948eb
EZ
2419 * display.texi (Optional Mode Line): Make the description of
2420 load-average more accurate.
2421
b8a9e136
EZ
2422 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2423 registry, with a cross-reference.
62d72a4a
EZ
2424 (Windows Startup): New node. Move the stuff about the current
2425 directory from "Windows HOME".
b8a9e136 2426
07976ae3 24272010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2428
2429 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2430 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2431
07976ae3 24322010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2433
2434 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2435 Suggested by Štěpán Němec.
2436
07976ae3 24372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2438
1aaae3f3
CY
2439 * maintaining.texi (Version Control): Say "commit", not "check in".
2440 (Version Control Systems): Simplify descriptions.
2441 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2442 VCS Concepts.
2443 (VC Mode Line): Update example.
2444 (Old Revisions): Document revert-buffer for vc-diff.
2445 (Log Buffer): Promote to a subsection. Document header lines.
2446
1c6c854e
CS
2447 * macos.texi (Mac / GNUstep Basics):
2448 Document ns-right-alternate-modifier.
ec8a6295 2449
1aaae3f3
CY
2450 * emacs.texi (Top): Update node listing.
2451
0eb025fb
EZ
24522010-11-13 Eli Zaretskii <eliz@gnu.org>
2453
2454 * rmail.texi (Rmail Coding): Characters with no fonts are not
2455 necessarily displayed as empty boxes.
2456
2457 * mule.texi (Language Environments, Fontsets): Characters with no
2458 fonts are not necessarily displayed as empty boxes.
2459
2460 * display.texi (Text Display): Document display of glyphless
2461 characters.
2462
ea4f7750
GM
24632010-11-13 Glenn Morris <rgm@gnu.org>
2464
2465 * basic.texi (Position Info): Add M-x count-words-region.
2466
90639cea
GM
24672010-11-11 Glenn Morris <rgm@gnu.org>
2468
2469 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2470
d607b96b 24712010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2472
2473 * msdog.texi (Windows HOME): Add information regarding startup
2474 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2475
c12e4a81
GM
24762010-10-11 Glenn Morris <rgm@gnu.org>
2477
df187c62
GM
2478 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2479
c12e4a81
GM
2480 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2481 (DVIPS): New variable.
234db610
GM
2482 (.PHONY): Add html, ps.
2483 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2484 (clean): Delete html, ps files.
c12e4a81 2485
6513b232
EZ
24862010-10-09 Eli Zaretskii <eliz@gnu.org>
2487
2488 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2489
f4f358f1
GM
24902010-10-09 Glenn Morris <rgm@gnu.org>
2491
c1dc72b3
GM
2492 * Makefile.in (VPATH): Remove.
2493 (infodir): Make it absolute.
2494 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2495
4393405b
GM
2496 * Makefile.in (dist): Anchor regexps.
2497
eef3ab94
GM
2498 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2499 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2500 (emacs-xtra.pdf): Use $<.
2501
aa9db089
GM
2502 * Makefile.in (infoclean): Remove harmless, long-standing error.
2503
abd40fb4
GM
2504 * Makefile.in ($(infodir)): Delete rule.
2505 (mkinfodir): New.
2506 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2507
f4f358f1 2508 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2509 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2510 * emacsver.texi: New file, replacing emacsver.texi.in.
2511
ea274122
GM
25122010-10-09 Glenn Morris <rgm@gnu.org>
2513
f7a31f11
GM
2514 * emacsver.texi.in: New file.
2515 * emacs.texi: Set EMACSVER by including emacsver.texi.
2516 * Makefile.in (distclean): Delete emacsver.texi.
2517 (dist): Copy emacsver.texi.
b13254e7 2518 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2519
3fb78d1f
GM
2520 * ack.texi (Acknowledgments): No more b2m.c.
2521
ea274122
GM
2522 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2523 (emacs): Remove rule.
2524 (dist): No need to deal with the emacs rule any more.
2525
17ca7950
GM
25262010-10-07 Glenn Morris <rgm@gnu.org>
2527
2528 * Makefile.in (version): New, set by configure.
2529 (clean): Delete dist tar file.
2530 (dist): Use version in tar name.
2531
4c83f6e1
GM
25322010-10-06 Glenn Morris <rgm@gnu.org>
2533
2534 * Makefile.in (EMACS_XTRA): Add the main source file.
2535 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2536 (mostlyclean): No core files, reorder other files.
2537 (clean): Delete specific dvi and pdf files.
2538 (infoclean, dist): New rules.
2539 (maintainer-clean): Use infoclean.
8a944cea 2540 ($(infodir)): Add parallel build workaround.
4c83f6e1 2541
0264072d
GM
25422010-10-04 Glenn Morris <rgm@gnu.org>
2543
2544 * Makefile.in (SHELL): Set it.
2545 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2546 (info, dvi): Replace above variables with their expansions.
2547 (info): Move mkdir from here...
2548 ($(infodir)/emacs): ... to here (for parallel builds).
2549 (pdf): New target.
2550 ($(infodir)/emacs): Pass -o option to makeinfo.
2551 (.PHONY): Declare clean rules.
2552 (maintainer-clean): Delete dvi and pdf files.
2553 Guard against cd failures. Use a more restrictive delete.
2554
3226d6ca
GM
25552010-10-02 Glenn Morris <rgm@gnu.org>
2556
2557 * misc.texi (Shell Mode): Remove reference to old function name.
2558
cad90f3b
EZ
25592010-09-30 Eli Zaretskii <eliz@gnu.org>
2560
2561 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2562 indicator characters.
2563
5f874327
GM
25642010-09-29 Glenn Morris <rgm@gnu.org>
2565
2566 * Makefile.in (top_srcdir): Remove unused variable.
2567
0ab9cff3
GM
25682010-09-14 Glenn Morris <rgm@gnu.org>
2569
67ae9766
GM
2570 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2571 the last hook item.
2572
0ab9cff3
GM
2573 * calendar.texi (Appointments): Also updated when a diary include file
2574 is saved.
2575
6664fc59 25762010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2577
2578 * trouble.texi (Bugs): Update the section intro.
2579 (Known Problems): New section.
2580 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2581 (Sending Patches): Bug fixes are best as responses to existing bugs.
2582 * emacs.texi (Known Problems): Add menu entry for new section.
2583
be3283d7
GM
25842010-09-09 Glenn Morris <rgm@gnu.org>
2585
2586 * xresources.texi: Untabify.
2587
10999305 25882010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2589
2590 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2591
10999305 25922010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2593
2594 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2595
30641319
JD
25962010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2597
2598 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2599
50dd7bc6
GM
26002010-08-21 Glenn Morris <rgm@gnu.org>
2601
2602 * misc.texi (Amusements): Mention bubbles and animate.
2603
5e620eca
EZ
26042010-07-31 Eli Zaretskii <eliz@gnu.org>
2605
2606 * files.texi (Visiting): Add more index entries for
2607 large-file-warning-threshold.
2608
8b2dd508
JD
26092010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2610
2611 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2612
8838673e
GM
26132010-06-23 Glenn Morris <rgm@gnu.org>
2614
2615 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2616 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2617 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2618 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2619 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2620 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2621 Untabify Texinfo files.
2622
04d3bb6c
GM
26232010-06-10 Glenn Morris <rgm@gnu.org>
2624
103dd3a8
GM
2625 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2626
04d3bb6c
GM
2627 * basic.texi (Inserting Text): Fix typo.
2628
50b79479
GM
26292010-06-10 Glenn Morris <rgm@gnu.org>
2630
2631 * ack.texi (Acknowledgments):
2632 * emacs.texi (Acknowledgments): Update for notifications.el.
2633
86d7a550
DU
26342010-05-31 Daiki Ueno <ueno@unixuser.org>
2635
2636 * dired.texi (Operating on Files): Mention encryption commands
2637 (Bug#6315).
2638
db5dce9d
EZ
26392010-05-29 Eli Zaretskii <eliz@gnu.org>
2640
2641 * basic.texi (Moving Point): Update due to renaming of commands bound
2642 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2643
34313041
EZ
26442010-05-18 Eli Zaretskii <eliz@gnu.org>
2645
2646 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2647 paragraphs.
2648 (Line Truncation): Fix wording for bidi display.
2649
1fc0ce04 2650 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2651 keys.
2652
0235128c 26532010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2654
2655 * building.texi (GDB Graphical Interface): Remove misleading comparison
2656 to an IDE (Bug#6128).
2657
0235128c 26582010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2659
2660 * programs.texi (Man Page):
2661 * misc.texi (Invoking emacsclient):
2662 * mini.texi (Repetition):
2663 * mark.texi (Setting Mark): Fix typos.
2664
0235128c 26652010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2666
2667 * misc.texi (Printing): Document htmlfontify-buffer.
2668
0235128c 26692010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2670
2671 * calendar.texi (Displaying the Diary, Format of Diary File):
2672 Fix external cross-references for TeX format output.
2673
0235128c
SM
26742010-05-07 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * Version 23.2 released.
2677
f63d0028
JD
26782010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2679
2680 * cmdargs.texi (Initial Options): Mention --chdir.
2681
20fe03ad
JD
26822010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2683
2684 * frames.texi (Tool Bars): Add tool-bar-style.
2685
b7d65a5f
GM
26862010-04-21 Glenn Morris <rgm@gnu.org>
2687
2688 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2689
a42dbee1
CY
26902010-04-18 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * programs.texi (Semantic): New node.
2693
2694 * maintaining.texi (EDE): New node.
2695
2696 * emacs.texi: Update node listing.
2697
2698 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2699
6e104790 27002010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2701
d52dbd3d
GM
2702 * emacs.texi (Acknowledgments): Remove duplicate.
2703
a77fe20c
GM
2704 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2705
6e104790 27062010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2707
4ebe9902
GM
2708 * dired.texi (Misc Dired Features): Mention VC diff and log.
2709 * maintaining.texi (Old Revisions, VC Change Log):
2710 Mention that diff and log work in Dired buffers.
2711
98932641
GM
2712 * help.texi (Help Summary): Mention M-x info-finder.
2713
d5b22ab2 2714 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2715
4d4e9522
GM
2716 * custom.texi (Specifying File Variables, Directory Variables):
2717 Document new commands for manipulating local variable lists.
2718
6e104790 27192010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2720
2721 * trouble.texi (Contributing): Add cindex entry.
2722 Mention etc/CONTRIBUTE.
2723
6e104790 27242010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2725
2726 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2727 query-replace (Bug#5774).
2728
a20a9df3
GM
27292010-04-16 Glenn Morris <rgm@gnu.org>
2730
2731 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2732
1ecb2d3f
JD
27332010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2734
2735 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2736
99852628
JD
27372010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2738
2739 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2740
ce79424f
EZ
27412010-03-30 Eli Zaretskii <eliz@gnu.org>
2742
2743 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2744 cross-reference to "Inserting Text".
2745
2746 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2747 Mention completion provided by `ucs-insert'.
2748
85738751 27492010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2750
2751 * sending.texi (Sending Mail): Note variables that may need
2752 customizing.
2753 (Mail Sending): Expand discussion of send-mail-function.
2754
85738751 27552010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2756
2757 Document Message mode as the default mail mode.
2758
2759 * sending.texi (Sending Mail): Copyedits.
2760 (Mail Format, Mail Headers): Document mail-from-style changes.
2761 (Mail Commands): Rename from Mail mode. Document Message mode.
2762 (Mail Misc): Rename from Mail mode Misc.
2763 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2764 command names and update keybindings.
2765 (Header Editing): Document message-tab. De-document
2766 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2767 favor of mail-default-headers. Ad index entries for user-full-name and
2768 user-mail-address.
1c6c854e
CS
2769 (Citing Mail): Update changes in Message mode behavior.
2770 Document mail-yank-prefix.
e73c2434
CY
2771 (Mail Signature): New node, moved from Mail Misc.
2772 (Mail Aliases): Mail abbrevs are the default with Message mode.
2773 (Mail Methods): Note that Message mode is now the default.
2774
2775 * rmail.texi (Rmail Reply):
2776 * text.texi (Text Mode):
2777 * major.texi (Major Modes):
2778 * mule.texi (Output Coding): Refer to Message mode.
2779
2780 * custom.texi (Init Examples): Add xref to Mail Header.
2781
1fc0ce04 2782 * emacs.texi (Top): Fix xrefs.
e73c2434 2783
85738751 27842010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2785
c0c035fa
CY
2786 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2787 repository if there is none.
2788 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2789 vc-print-root-log.
ef7b27ef 2790 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2791
71785b7a
CY
2792 * programs.texi (Program Modes): Mention Javascript mode.
2793
f67c5dd0
CY
2794 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2795 * emacs.texi: Update node description.
2796
0f72a391 2797 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2798 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2799
dc2d2590
JL
28002010-03-30 Juri Linkov <juri@jurta.org>
2801
2802 * search.texi (Other Repeating Search): Remove line that `occur'
2803 can not handle multiline matches.
2804
a7b02820
EZ
28052010-03-30 Eli Zaretskii <eliz@gnu.org>
2806
2807 * mule.texi (International): Mention support of bidirectional editing.
2808 (Bidirectional Editing): New section.
2809
22ef1944
NR
28102010-03-28 Nick Roberts <nickrob@snap.net.nz>
2811
2812 * emacs.texi (Top): Update node names to those in building.texi.
2813
146b8b16
NR
28142010-03-27 Nick Roberts <nickrob@snap.net.nz>
2815
c5e87d10
PE
2816 doc/emacs/building.texi: Describe restored GDB/MI functionality
2817 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2818 doc/emacs/emacs.texi: Update node names for building.texi.
2819
6d98672d
GM
28202010-03-24 Glenn Morris <rgm@gnu.org>
2821
2822 * ack.texi (Acknowledgments):
2823 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2824
93318cbd
JD
28252010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2826
2827 * xresources.texi (Table of Resources): Clarify toolBar number
2828 for Gtk+.
2829
2830 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2831
15cf2f52
CY
28322010-03-21 Chong Yidong <cyd@stupidchicken.com>
2833
4102856c
CY
2834 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2835
15cf2f52
CY
2836 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2837 and multi-isearch-buffers-regexp.
2838
2839 * indent.texi (Indentation): Clarify description of
2840 indent-for-tab-command. Document tab-always-indent.
2841
d68eb23c
CY
28422010-03-20 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * cmdargs.texi (Font X): Move most content to Fonts.
2845
2846 * frames.texi (Fonts): New node. Document font-use-system-font.
2847
2848 * emacs.texi (Top):
2849 * xresources.texi (Table of Resources):
2850 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2851
288f9fc0
CY
28522010-03-10 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * Branch for 23.2.
2855
17782bec
CY
28562010-03-06 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * custom.texi (Init Examples): Add xref to Locals.
2859
2860 * major.texi (Choosing Modes): Mention usage of setq-default for
2861 setting the default value of major-mode (Bug#5688).
2862
b4a1a8b2
CY
28632010-03-02 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2866
2867 * display.texi (Display Custom): Document make-pointer-invisible and
2868 underline-minimum-offset. Remove inverse-video.
2869
a1e759cd
CY
28702010-02-21 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * frames.texi (Frame Commands): Note that the last ordinary frame can
2873 be deleted in daemon mode (Bug#5616).
2874
4f3bc373
GM
28752010-02-18 Glenn Morris <rgm@gnu.org>
2876
2877 * trouble.texi (Contributing): Repository is no longer CVS.
2878
5dbbdd33
GM
28792010-02-08 Glenn Morris <rgm@gnu.org>
2880
2881 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2882
cd61af01
SM
28832010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * display.texi (Useless Whitespace, Text Display):
2886 * custom.texi (Init Examples): Avoid obsolete special default variables
2887 like default-major-mode.
2888
b1bb0a25 28892010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2890
2891 * programs.texi (Other C Commands): Replace reference to obsolete
2892 c-subword-mode.
2893
99d0985b
GM
28942010-01-21 Glenn Morris <rgm@gnu.org>
2895
2896 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2897
893db5bc
GM
28982010-01-12 Glenn Morris <rgm@gnu.org>
2899
2900 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2901 emacs-pretest-bug for bug reports for development versions.
2902
0419b8d6
GM
29032010-01-11 Glenn Morris <rgm@gnu.org>
2904
2905 * display.texi (Highlight Interactively): `t' does not mean highlight
2906 all patterns. (Bug#5335)
2907
26e533e2
CY
29082009-12-29 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * misc.texi (Shell): Document async-shell-command.
2911
2912 * building.texi (Grep Searching): Document zrgrep.
2913
484eaeac 2914 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2915
7ee6c59b
NR
29162009-12-29 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * building.texi: Import GDB Graphical Interface description from
2919 EMACS_23_1_RC.
2920
91ed7ea8
CY
29212009-12-24 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * emacs.texi (Top): Update node listing.
2924
2925 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2926
2927 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2928
2929 * cmdargs.texi (Initial Options):
2930 * xresources.texi (Resources): Document inhibit-x-resources.
2931
2932 * custom.texi (Specifying File Variables): Note that minor modes are
2933 enabled unconditionally.
2934
2935 * display.texi (Scrolling): Briefly document the old recenter command,
2936 and document recenter-positions.
2937
2938 * files.texi (Visiting):
2939 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2940
1c6c854e
CS
2941 * frames.texi (Cut/Paste Other App):
2942 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2943
2944 * killing.texi (Kill Options): New node.
2945
6ca89aaa
CY
29462009-12-05 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * misc.texi (Shell Options): ansi-color is now default.
2949
806642d4
GM
29502009-12-05 Glenn Morris <rgm@gnu.org>
2951
806642d4
GM
2952 * emacs.texi (Top): Update menu for cal-xtra node changes.
2953 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2954 or mode line. Don't mention invisible text or the details of
2955 diary-print-entries here, only in cal-xtra.
2956 (Format of Diary File): Mention that the "date on first line" format
2957 only really affects the simple display.
2958 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2959 (Diary Customizing): Holidays may be in the buffer or mode line.
2960 Move diary-print-entries to the "Diary Display" section.
2961 (Diary Display): New section, split out from "Fancy Diary Display".
2962 Explain the limitations of simple display, and how to print it.
2963
1a4f0c0a
GM
2964 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2965
e11adbd8
GM
2966 * cal-xtra.texi (Diary Display): Mention View mode.
2967
29a483ac
JL
29682009-11-29 Juri Linkov <juri@jurta.org>
2969
2970 * display.texi (Highlight Interactively): Actually a list of
2971 default faces is pre-loaded into a list of default values
2972 instead of the history.
2973
83d60c79
GM
29742009-11-20 Glenn Morris <rgm@gnu.org>
2975
2976 * ack.texi (Acknowledgments):
2977 * emacs.texi (Acknowledgments): Add htmlfontify.
2978
276bbe96
GM
29792009-11-14 Glenn Morris <rgm@gnu.org>
2980
98ad1bae
GM
2981 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2982
276bbe96
GM
2983 * ack.texi (Acknowledgments):
2984 * emacs.texi (Acknowledgments): Update for recent Org changes.
2985
18430066
CY
29862009-10-31 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2989 `charset' property, which is irrelevant to the user manual (Bug#3526).
2990
522ddc9f
JB
29912009-10-14 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * trouble.texi (DEL Does Not Delete): Fix typo.
2994
50b49ade
MA
29952009-10-05 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * files.texi (Misc File Ops): Mention copy-directory.
2998
6308321a
EZ
29992009-10-04 Eli Zaretskii <eliz@gnu.org>
3000
43b3b4d1
EZ
3001 * mule.texi (Unibyte Mode): Emphasize that
3002 unibyte-display-via-language-environment affects only the display.
3003
6308321a
EZ
3004 * display.texi (Horizontal Scrolling): Document cursor behavior under
3005 horizontal scrolling when point moves off the screen (Bug#4564).
3006 Improve wording.
3007
bd51ea7f
MA
30082009-10-01 Michael Albinus <michael.albinus@gmx.de>
3009
3010 * files.texi (Directories): delete-directory prompts for recursive
3011 deletion.
3012
55381962
GM
30132009-09-30 Glenn Morris <rgm@gnu.org>
3014
3015 * ack.texi (Acknowledgments):
3016 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3017
13989ab1
TH
30182009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3019
3020 * dired.texi (Dired Navigation): Use @code instead of @var for
3021 dired-isearch-filenames, so that it's not capitalized.
3022
8ba46c89
CY
30232009-09-19 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3026
3027 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3028
3029 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
3030 (Key Bindings): Reference Init Rebinding in introductory text.
3031 Shift some of the introduction to Keymaps node.
8ba46c89
CY
3032 (Keymaps): Simplify.
3033 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3034 (Minibuffer Maps): Remove mention of Mocklisp.
3035 (Init Rebinding): Move mode-local rebinding example here from Local
3036 Keymaps.
3037 (Modifier Keys): Clarify.
1e11b018 3038 (Rebinding): Add cindex for "binding keys".
8ba46c89 3039
6a5ca7c8
CY
30402009-09-13 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3043
0e1cba51
NR
30442009-08-31 Nick Roberts <nickrob@snap.net.nz>
3045
6a5ca7c8 3046 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3047 Reorganize these two sections.
0e1cba51 3048
76a87a4d
EZ
30492009-08-29 Eli Zaretskii <eliz@gnu.org>
3050
3051 * cmdargs.texi (Initial Options): Fix last change.
3052
82e98df4
SM
30532009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * mule.texi (Enabling Multibyte):
3056 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3057 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3058
fb89fad9
GM
30592009-08-20 Glenn Morris <rgm@gnu.org>
3060
3061 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3062
e99652b0
GM
30632009-08-19 Glenn Morris <rgm@gnu.org>
3064
3065 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3066
5cca97ad
GM
30672009-08-18 Glenn Morris <rgm@gnu.org>
3068
3069 * ack.texi (Acknowledgments):
3070 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3071
997797ae 3072 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3073
985bf85b
GM
30742009-08-09 Glenn Morris <rgm@gnu.org>
3075
3076 * ack.texi (Acknowledgments):
3077 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3078
8d6bb99e
DD
30792009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3080
3081 * emacs.texi (Top): Add new menu items for GDB-UI.
3082
3083 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3084 section. Threads buffer is in separate section now.
8d6bb99e 3085
8353da9c
GM
30862009-08-08 Glenn Morris <rgm@gnu.org>
3087
3088 * ack.texi (Acknowledgments):
3089 * emacs.texi (Acknowledgments):
3090 Update for js2-mode and org changes.
3091
f2074faf
MA
30922009-08-02 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3095 files.
3096
e8d2d3fb
CY
30972009-07-28 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3100
324a4f6a
GM
31012009-07-23 Glenn Morris <rgm@gnu.org>
3102
3103 * programs.texi (Matching): Update blink-matching-paren-distance.
3104
b6937a70
CY
31052009-07-21 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * frames.texi (Cut/Paste Other App): For select-active-regions,
3108 selection is now updated on moving point.
3109
bd8aaa36
RS
31102009-07-21 Richard Stallman <rms@gnu.org>
3111
3112 * glossary.texi (GNU, Daemon): Update information.
3113
8d9b5eba
JL
31142009-07-19 Juri Linkov <juri@jurta.org>
3115
3116 * custom.texi (Specifying File Variables, Safe File Variables):
3117 "variables/value pairs" -> "variable/value pairs".
3118
a2acc1db
GM
31192009-07-15 Glenn Morris <rgm@gnu.org>
3120
3121 * misc.texi (Gnus): Remove widow.
3122
c5ae942b
GM
31232009-07-11 Glenn Morris <rgm@gnu.org>
3124
703d26ba
GM
3125 * Makefile.in (TEXI2PDF): New.
3126 (emacs.pdf, emacs-xtra.pdf): New targets.
3127
522ddc9f 3128 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3129
3130 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3131
3132 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3133 Don't print the copying notice twice in the printed version.
3134 Update the menu and detailmenu.
3135 (Preface): The meaning of "on-line" has changed.
3136 Correct name for "Common Problems" chapter.
3137 (Distrib): Update FSF shop URL.
3138 (Intro): Showing two files at once is not so exciting.
3139
3140 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3141 (Mac / GNUstep Basics): Minor grammar changes.
3142 (Mac / GNUstep Events): Fix typo.
3143 (GNUstep Support): CANNOT_DUMP no longer applies.
3144
3145 * misc.texi (Document View): Fix typos.
3146
3147 * dired.texi (Dired):
3148 * help.texi (Help):
3149 * macos.texi (Mac OS / GNUstep):
3150 * maintaining.texi (Version Control, Introduction to VC):
3151 End menu descriptions with a period.
c5ae942b 3152
b1c8242b
EZ
31532009-07-09 Eli Zaretskii <eliz@gnu.org>
3154
3155 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3156 so categorical in saying that the option is only useful on NTFS.
3157
220d9aa6
GM
31582009-07-09 Glenn Morris <rgm@gnu.org>
3159
3160 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3161 (ENVADD): Add texinfodir to TEXINPUTS.
3162
3163 * emacs.texi (Top): Fix cross-reference.
3164
3165 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3166
3167 * vc1-xtra.texi (Revision Tags): Fix typo.
3168
d07e72d3
GM
31692009-07-03 Glenn Morris <rgm@gnu.org>
3170
3171 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3172 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3173 (Merge Commands): `.' does not seem to work in A or B buffer.
3174 `l' can recreate the 3-window display.
3175
3176 * glossary.texi (Glossary): Minor phrasing changes throughout.
3177 Add more internal cross-references.
3178 <Autoloading>: You can't really autoload a variable.
3179 <C-M->: Move details here from `M-C-' item.
3180 <Continuation Line>: Refer to `Truncation.'
3181 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3182 <Home Directory, Unix>: New entries.
3183 <Deletion of Files>: Mention recycle bins.
3184 <Directory>: Mention ``folders.''
3185 <Error>: Don't mention ``type-ahead.''
3186 <Fringe>: Refer to the manual node.
3187 <Minor Mode>: Can be global or local.
3188 <Spell Checking>: There are other checkers besides Ispell.
3189
f144038a
GM
31902009-07-02 Glenn Morris <rgm@gnu.org>
3191
3192 * anti.texi (Antinews): Minor changes in phrasing.
3193
3194 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3195 some underfull lines in dvi output.
3196
3197 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3198
3199 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3200
3201 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3202
3f1c6666
JD
32032009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3204
3205 * xresources.texi (Table of Resources): Mention maximized for
3206 fullscreen.
3207
3208 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3209
62aadce7
CY
32102009-07-01 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * anti.texi (Antinews): Correct the list of removed platforms.
3213
82ec412e
GM
32142009-06-28 Glenn Morris <rgm@gnu.org>
3215
3216 * arevert-xtra.texi: Minor language tweaks.
3217
09964e7d
GM
3218 * dired-xtra.texi: Minor revisions.
3219
666e158e
MB
32202009-06-23 Miles Bader <miles@gnu.org>
3221
c4cc8b9a 3222 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3223 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3224
70243478
CY
32252009-06-21 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * Branch for 23.1.
3228
67cbe681
KH
32292009-06-17 Kenichi Handa <handa@m17n.org>
3230
3231 * mule.texi (Charsets): Update the description for the new charset.
3232 (list-character-sets): New findex.
125dd7c5 3233 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3234
40e67246
CY
32352009-06-10 Chong Yidong <cyd@stupidchicken.com>
3236
b5700de6
CY
3237 * basic.texi (Moving Point): Fix tag.
3238
3239 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3240
3241 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3242 use camel-case for PageUp and PageDown.
3243
3244 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3245 camel-case for PageUp and PageDown.
3246
3247 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3248
40e67246 3249 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3250 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3251
522ddc9f 32522009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3253
522ddc9f
JB
3254 * fixit.texi (Spelling): Set default dictionary.
3255 Improve descriptions (Bug#2554)
6f591cf4 3256
53483c76
DR
32572009-06-08 David Reitter <david.reitter@gmail.com>
3258
3259 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3260 since saving colors and faces set this way is not implemented.
3261 (Environment variables): Remove mention of mac-fix-env, which is
3262 scheduled to be removed.
3263
1557ef4f
CY
32642009-06-04 Chong Yidong <cyd@stupidchicken.com>
3265
91056528
CY
3266 * custom.texi (Init Examples): Add example of changing load-path.
3267
1557ef4f
CY
3268 * building.texi (Lisp Libraries): Add example of changing
3269 load-path (Bug#3446).
3270
623cec4c
CY
32712009-05-28 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * mark.texi (Mark): Further clarifications.
3274 (Setting Mark): Emphasize that C-SPC activates the mark.
3275
0fcca8ee
CY
32762009-05-28 Chong Yidong <cyd@stupidchicken.com>
3277
702b10e1
CY
3278 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3279 Mark mode.
0fcca8ee
CY
3280 (Using Region, Persistent Mark): Use "active mark" instead of "active
3281 region".
3282
d3b396e4
CY
32832009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3284
3285 * mule.texi (Select Input Method): Fix typo.
3286
3f698a06
CY
32872009-05-13 Chong Yidong <cyd@stupidchicken.com>
3288
3289 * anti.texi (Antinews): Document completion changes. Some additional
3290 copyedits and rearrangement of entries.
3291
b2a42eb7
CY
32922009-05-12 Chong Yidong <cyd@stupidchicken.com>
3293
932fd020
CY
3294 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3295 (Shell History Copying, Terminal emulator): Copyedits.
3296
1c6c854e
CS
3297 * xresources.texi (Resources): Simplify descriptions.
3298 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3299 (Table of Resources): Document fontBackend resource.
3300
b2a42eb7 3301 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3302 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3303 "Backspace". Remove discussion of obscure Xmodmap issue.
3304
c6ea7fb8
CY
33052009-05-07 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * files.texi (Visiting): Copyedits.
3308
ad36c422
CY
33092009-05-06 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * basic.texi (Inserting Text): Document ucs-insert.
3312
3313 * mule.texi (International Chars): Define "multibyte". Note that
3314 internal representation is unicode-based. Simplify definition of raw
3315 bytes. Mention ucs-insert.
3316 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3317 (Language Environments): Add language environments new to Emacs 23.
3318 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3319 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3320 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3321 (Output Coding): Copyedits.
3322
3323 * emacs.texi (Top): Update node listing.
3324
d4ad7b96
CY
33252009-05-05 Per Starbäck <per@starback.se> (tiny change)
3326
3327 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3328
5bd66204
SM
33292009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * building.texi (Lisp Libraries): `load-library' does offer completion.
3332
bc36ad1c
CY
33332009-04-28 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3336 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3337
f1a47884
EZ
33382009-04-25 Eli Zaretskii <eliz@gnu.org>
3339
3340 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3341
be77bd45
CY
33422009-04-22 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3345
3346 * building.texi (Lisp Interaction): Document initial-scratch-message.
3347
d3b82927
JB
33482009-04-18 Juanma Barranquero <lekktu@gmail.com>
3349
ed6e7b11
JB
3350 * msdog.texi (Windows Fonts): Fix typos.
3351
d3b82927
JB
3352 * files.texi (Save Commands): Fix pxref.
3353
bc323c04
CY
33542009-04-18 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * files.texi (Save Commands): Mention diff-buffer-with-file.
3357 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3358 Henoch (Bug#3036).
3359
2186d13f
GM
33602009-03-15 Glenn Morris <rgm@gnu.org>
3361
3362 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3363 the former is not always used.
3364 (Mail Headers): Use active voice. Add "Mail-reply-to".
3365 Change case of "Id". Avoid repeated "appropriate".
3366 (Mail Aliases): Fix previous change - use an example with a ".", so it
3367 does actually get quoted when expanded.
3368 (Mail Sending): Mailclient is the default on some systems.
3369 (Citing Mail): Mention mail-indentation-spaces.
3370 (Mail Mode Misc): Add an @dfn for "mail signature".
3371
71e454fc
CY
33722009-03-15 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3375 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3376 read-buffer-completion-ignore-case, and completion-styles.
3377 Remove description of partial-completion-mode.
71e454fc 3378
df1a3e06
GM
33792009-03-14 Glenn Morris <rgm@gnu.org>
3380
3381 * sending.texi (Mail Format): Fix typo. Add index entry for
3382 mail-header-separator.
3383 (Mail Headers): Put info about initialization and changing in one place
3384 at the start. Update FCC section for mbox Rmail. Clarify From
3385 section, mention mail-setup-with-from. Clarify Reply-to section.
3386 Add Mail-followup-to and mail-mailing-lists. Clarify References
3387 section.
3388 (Mail Aliases): Update example, make less contentious.
3389 Update for name change of mail-interactive-insert-alias.
3390 (Mail Mode): Remove mention of `%' as a word separator.
3391 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3392 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3393 commands. Clarify FCC handling. In mail-complete, add reference to
3394 Mail Aliases section, and mention mail-complete-function.
3395 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3396 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3397 signature netiquette. Explain how the mail hooks work when continuing
3398 a composition.
3399 (Mail Amusements): Internationalize the spook section a bit.
3400 Remove the spook mail-setup-hook example, since it doesn't work well.
3401 Mention fortune-file.
3402 (Mail Methods): Mention read-mail-command.
3403
ed6e7b11 34042009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3405
df1a3e06
GM
3406 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3407 and NS resources following recent changes.
959d68bd 3408
86dca3e8
JR
34092009-03-10 Jason Rumney <jasonr@gnu.org>
3410
3411 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3412 w32-use-visible-system-caret doc to indicate that it should get set
3413 automatically.
3414 (Windows Fonts): Add doc for the uniscribe backend.
3415
042fe98f
DN
34162009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3417
3418 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3419 vc-dir. (Bug#2598)
3420
7f8dba73
RS
34212009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3422
3423 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3424
505e70c3
GM
34252009-03-05 Glenn Morris <rgm@gnu.org>
3426
04242bdc
GM
3427 * rmail.texi (Rmail Basics): Add reference to sorting.
3428 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3429 Minor re-wordings.
3430 (Rmail Motion): Mention rmail-next-same-subject.
3431 (Rmail Deletion): Expunging is not the only way to change the numbers.
3432 (Rmail Labels): Labels can also be used in sorting.
3433 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3434 (Rmail Display): Mention rmail-mime.
3435
00cfe22c
GM
34362009-03-04 Glenn Morris <rgm@gnu.org>
3437
3438 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3439 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3440 summary. Mention sorts cannot be undone.
3441 (Rmail Display): Give an example of how to use goto-address-mode.
3442 (Rmail Editing): It's keybindings that are redefined, not commands.
3443 Fix some typos.
3444 (Movemail): Some minor rewording.
3445 (Remote Mailboxes): Emacs movemail supports pop by default.
3446 Fix some minor grammatical issues. The "two alternative ways" to
3447 specify a POP mailbox are really just one. Remove all reference to the
3448 variables rmail-pop-password and rmail-pop-password-required, obsolete
3449 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3450 can support Kerberos.
3451
3d963b67
GM
34522009-03-03 Glenn Morris <rgm@gnu.org>
3453
3454 * rmail.texi (Rmail Deletion): Revert previous change, which was
3455 describing the Rmail summary versions.
3456 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3457 Minor re-wording for rmail-resend.
3458 (Rmail Make Summary): Summaries apply to buffers rather than files.
3459 <rmail-summary-by-topic>: Headers includes the subject.
3460 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3461 details, including prefix arguments.
2340abde 3462 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3463 Not counting lines might be faster.
3464 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3465 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3466 Name the commands bound to the various keys. Mention prefix argument
3467 for searching.
3d963b67
GM
3468 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3469 Simplify rmail-highlighted-headers description. Update face name.
3470
a8ce3d17
JB
34712009-03-02 Juanma Barranquero <lekktu@gmail.com>
3472
3473 * mark.texi (Marking Objects): Fix typo.
3474
130a29b6
CY
34752009-03-01 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3478 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3479
9d5de6f8
GM
34802009-03-01 Glenn Morris <rgm@gnu.org>
3481
79fc530e 3482 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3483 (Rmail Motion): - M-s searches from the end of messages.
3484 (Rmail Deletion): Minor clarification. Fix numeric argument
3485 description.
3486 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3487 newmail and RMAILOSE files need not be in home-directory.
3488 (Rmail Files): Mention I/O menus are unselectable if no files match.
3489 Mention `MAIL' env-var.
3490
b545ff9c
JR
34912009-02-24 Jason Rumney <jasonr@gnu.org>
3492
3493 * mule.texi (Fontsets): Mention fontset-default, font specs and
3494 fallback fontsets.
3495 (Defining Fontsets): Mention ns and w32 variants of
3496 standard-fontset-spec. Update description of startup fontset to match
3497 Emacs 23 behavior.
a93be82a 3498 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3499 (International): Link to Modifying Fontsets.
b545ff9c 3500
75da0618 35012009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3502
3503 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3504 Mention ns-extended-platform-support-mode.
3505
6be93a16
KB
35062009-02-22 Karl Berry <karl@gnu.org>
3507
3508 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3509
867d4bb3
JB
35102009-02-19 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * basic.texi (Moving Point, Position Info):
3513 * files.texi (Visiting):
3514 * mini.texi (Completion Options):
3515 * text.texi (HTML Mode): Remove duplicate words.
3516
49b5c0e8
GM
35172009-02-20 Glenn Morris <rgm@gnu.org>
3518
3519 * rmail.texi: Minor updates for mbox rather than Babyl.
3520
f43a822c
KB
35212009-02-17 Karl Berry <karl@gnu.org>
3522
49b5c0e8 3523 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3524
80d634b8
RS
35252009-02-17 Richard M Stallman <rms@gnu.org>
3526
3527 * anti.texi (Antinews): Mention Babyl format.
3528
3529 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3530
3531 * rmail.texi: Update for mbox format.
3532 Various small fixes, as well as the following.
3533 (Out of Rmail): Node deleted.
3534 (Rmail): Update menu.
3535 (Rmail Files): Comment out set-rmail-inbox-list.
3536 Document rmail-inbox-list instead.
3537 (Rmail Output): Substantial changes since C-o is now
3538 rmail-output-as-seen and o is rmail-output.
3539 (Rmail Attributes): Delete `stored', add `retried'.
3540 (Rmail Display): Editing headers works in all cases.
3541
f0d129c6
GM
35422009-02-17 Glenn Morris <rgm@gnu.org>
3543
3544 * basic.texi (Position Info): M-x count-lines-region is not always on
3545 M-=. (Bug#2269)
3546
160f11d3
GM
35472009-02-09 Glenn Morris <rgm@gnu.org>
3548
3549 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3550 defaults.
3551
763e01c4
EZ
35522009-02-07 Eli Zaretskii <eliz@gnu.org>
3553
3554 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3555 documentation of possible problems with redecoding.
3556
f5e1441d
GM
35572009-02-03 Glenn Morris <rgm@gnu.org>
3558
3559 * rmail.texi (Out of Rmail): Mention b2m.pl.
3560
e1eabe41
GM
35612009-01-31 Glenn Morris <rgm@gnu.org>
3562
3563 * rmail.texi (Out of Rmail): Correct b2m location.
3564
dd05f9de
CY
35652009-01-27 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * fixit.texi (Undo): Update undo limit values.
3568
d74d846e
GM
35692009-01-27 Glenn Morris <rgm@gnu.org>
3570
3571 * emacs.texi (Top): Fix Antinews menu entry.
3572
49ffdce8
KB
35732009-01-25 Karl Berry <karl@gnu.org>
3574
3575 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3576 item with no marker, instead of the syntactically incorrect
3577 @itemize @asis.
3578
467e8d77
JL
35792009-01-25 Juri Linkov <juri@jurta.org>
3580
3581 * building.texi (Grep Searching): Fix index entry for lgrep.
3582
6c60bbdb
EZ
35832009-01-24 Eli Zaretskii <eliz@gnu.org>
3584
3585 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3586
9ce5a36f
AR
35872009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3588
3589 * macos.texi (Preferences Panel): Update description of font setting to
3590 reflect that prior frame selection is no longer needed.
3591
9aa5f2fb
NR
35922009-01-20 Nick Roberts <nickrob@snap.net.nz>
3593
3594 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3595 raise GUD subsections.
3596
3892ff9c
GM
35972009-01-15 Glenn Morris <rgm@gnu.org>
3598
3599 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3600
14731c8f
GM
36012009-01-10 Glenn Morris <rgm@gnu.org>
3602
3603 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3604
45c55e53
CY
36052009-01-04 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3608 logical lines.
3609
2e4667d1
JL
36102008-12-29 Juri Linkov <juri@jurta.org>
3611
3612 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3613
3614 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3615
2a3eac47
CY
36162008-12-28 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3619 goto-address-mode instead of goto-address.
3620
3da8da94
CY
3621 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3622 mode.
3623
2a3eac47
CY
3624 * emacs.texi (Top): Update node listing.
3625
057f6dd3
EZ
36262008-12-26 Eli Zaretskii <eliz@gnu.org>
3627
3628 * custom.texi (Directory Variables): Explain what is a "project".
3629 Add indexing. Improve wording. Add a footnote about using
3630 _dir-locals.el on MS-DOS.
3631
e6979067
DN
36322008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3633
3634 * files.texi (Misc File Ops): Mention chmod as an alias for
3635 set-file-modes.
3636
9de15963
MR
36372008-12-24 Martin Rudalics <rudalics@gmx.at>
3638
3639 * help.texi (Help): Fix typos and reword.
3640 (Help Summary): Add entries for C-h n and C-h r, reorder
3641 entries, and do some minor fixes.
3642 (Name Help): Say that C-h F works for commands only.
3643 (Misc Help): Say that view-lossage displays 300 keystrokes.
3644
236fd60d
GM
36452008-12-20 Glenn Morris <rgm@gnu.org>
3646
3647 * ack.texi (Acknowledgments): General update based on AUTHORS,
3648 including removal of some stuff no longer distributed.
3649
ed9265fc 36502008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3651
ed9265fc 3652 * fixit.texi: Mention hunspell.
349b3256 3653
e840fca5
GM
36542008-12-19 Glenn Morris <rgm@gnu.org>
3655
3656 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3657 Consolidate explanatory text at start.
e840fca5
GM
3658
3659 * display.texi (Text Display):
3660 * indent.texi (Indentation): Use @acronym with ASCII.
3661
9dfa7983
GM
36622008-12-18 Glenn Morris <rgm@gnu.org>
3663
3664 * ack.texi: Various small updates and fixes.
3665
97b3a00b
JL
36662008-12-18 Juri Linkov <juri@jurta.org>
3667
3668 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3669 as a key binding to start a forward nonincremental word search.
3670 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3671 a backward nonincremental word search. Add index for `M-s w'
3672 `isearch-forward-word'.
3673 (Regexp Search): Add a short summary of regexp key commands like
3674 in the node "Basic Isearch".
3675 (Other Repeating Search): Fix typo.
3676
36772008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3678
3679 * misc.texi (PostScript Variables): Fix doc.
3680
31ce6a07
CY
36812008-12-10 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * programs.texi (Program Modes): Mention Ruby mode.
3684
636b507b
DN
36852008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3686
3687 * misc.texi (emacsclient Options): Describe what an empty string
3688 argument does for --alternate-editor.
3689
a323fa14
CY
36902008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3691
3692 * cmdargs.texi (Font X): Distinguish between client-side and
3693 server-side fonts. List valid Fontconfig properties. Add reference to
3694 Fontconfig manual. List valid GTK font properties. Explain use of
3695 fc-list.
3696
c5ca6cd0
CY
36972008-12-09 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * cmdargs.texi (Font X): Move discussion of quoting to top.
3700
e5136377
GM
37012008-12-06 Glenn Morris <rgm@gnu.org>
3702
3703 * maintaining.texi (Old Revisions): Improve previous change.
3704
248c026b
RS
37052008-12-05 Richard M Stallman <rms@gnu.org>
3706
3707 * anti.texi (Antinews): Minor fixes.
3708
a9253a1e
GM
37092008-12-03 Glenn Morris <rgm@gnu.org>
3710
3711 * maintaining.texi (Old Revisions): Fix diff-switches description.
3712
fa687b02
MR
37132008-12-01 Martin Rudalics <rudalics@gmx.at>
3714
3715 * emacs.texi (Top): Fix typo.
3716
72e6decd
CY
37172008-11-30 Chong Yidong <cyd@stupidchicken.com>
3718
320ee034
CY
3719 * misc.texi (Document View): Explain dependence on gs at the top.
3720 Copyedits.
3721
3722 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3723
72e6decd
CY
3724 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3725 (Comment Commands): Discuss region-active behavior of M-; first.
3726
2a472ee4
MR
37272008-11-29 Martin Rudalics <rudalics@gmx.at>
3728
9c6361c9
MR
3729 * display.texi (Line Truncation): Add reference to Continuation
3730 Lines.
3731
2a472ee4
MR
3732 * windows.texi (Pop Up Window): Mention split-height-threshold
3733 and split-width-threshold.
9c6361c9 3734 (Split Window): Add reference to Continuation Lines.
2a472ee4 3735
e93bc142
AR
37362008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3737
3738 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3739 (GNUstep Support): New node.
3740 * anti.texi:
3741 * emacs.texi:
3742 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3743
43b978db
RS
37442008-11-28 Richard M Stallman <rms@gnu.org>
3745
3746 * misc.texi (Dissociated Press): Minor cleanups.
3747
3748 * dired.texi (Image-Dired): Avoid passive.
3749
e8e2bd93
EZ
37502008-11-28 Eli Zaretskii <eliz@gnu.org>
3751
3752 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3753 representation.
3754
8d2d45da
CY
37552008-11-26 Richard M. Stallman <rms@gnu.org>
3756
3757 * files.texi (Visiting): Rewrite paragraph for clarity.
3758
3759 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3760
a5f7bbcc
AM
37612008-11-25 Alan Mackenzie <acm@muc.de>
3762
3763 * programs.texi (Moving by Parens): Clarify that parens inside strings
3764 and comments are ignored, and that the commands assume the starting
3765 point isn't in a string or comment.
3766
a71703d3
AR
37672008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3768
3769 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3770 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3771 version.
3772 (Mac Customization): Rewrite Preferences Panel section and merge in to
3773 this node, add Open files by dragging to an Emacs window.
3774
3775 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3776
aa5ab79a
CY
37772008-11-26 Chong Yidong <cyd@stupidchicken.com>
3778
0cc92c19
CY
3779 * files.texi (Misc File Ops): Document set-file-modes.
3780
c366b4e4
CY
3781 * windows.texi (Split Window): Document integer values of
3782 truncate-partial-width-windows.
3783
aa5ab79a
CY
3784 * text.texi (Text): Simplify description of markup languages.
3785 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3786 (TeX Editing): Note that `""' inserts one `"' character.
3787 (HTML Mode): Note in the introduction that XML mode is an alias for
3788 SGML mode. Mention nXML mode.
3789
56221db7
CY
37902008-11-25 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * building.texi (Watch Expressions): Fix typo.
3793
90effe33
CY
37942008-11-24 Chong Yidong <cyd@stupidchicken.com>
3795
f90a5ae3
CY
3796 * files.texi (Visiting): Document new behavior of
3797 confirm-nonexistent-file-or-buffer.
3798
1c6c854e
CS
3799 * buffers.texi (Select Buffer):
3800 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3801
a18ffb4a
CY
3802 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3803 edit-picture.
3804
90effe33
CY
3805 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3806 edit-picture', since that is just an alias for picture-mode.
3807 (Sentences): Note that repeated M-@ extends the region.
3808 (Pages): Make terminology more consistent. Link to Regexps node.
3809 (Longlines): Discuss relationship with Visual Line mode.
3810 (Text Mode): Remove extraneous discussion of other modes, since they
3811 were already introduced in the parent node.
3812
e85103ec
CY
38132008-11-23 Chong Yidong <cyd@stupidchicken.com>
3814
5cb2fe30
CY
3815 * anti.texi (Antinews): Rewrite.
3816
1eb9b307 3817 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3818
3819 * frames.texi (Frame Commands): Mention "minimize" terminology.
3820
e85103ec
CY
3821 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3822 formats.
b908332f
CY
3823 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3824 (Misc X): Don't document useless -hb option.
e85103ec 3825
607f5f88
JL
38262008-11-22 Juri Linkov <juri@jurta.org>
3827
3828 * dired.texi (Dired Navigation): Change normal file name search option
3829 from `non-nil' to `t'. Add `dwim' option.
3830
e1b867a0
JL
38312008-11-22 Juri Linkov <juri@jurta.org>
3832
3833 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3834 ".dir-locals.el". Rename `define-project-bindings' to
3835 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3836 `dir-locals-set-directory-class'.
3837
dd186936
LK
38382008-11-22 Lute Kamstra <lute@gnu.org>
3839
3840 * buffers.texi (Select Buffer): Index goto-line.
3841 * basic.texi (Moving Point): Mention the use of a numeric prefix
3842 argument with goto-line and refer to Select Buffer for the use of a
3843 plain prefix argument.
3844
4b121911
GM
38452008-11-19 Glenn Morris <rgm@gnu.org>
3846
3847 * doclicense.texi: Update to FDL 1.3.
3848 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3849
27267e4c
CY
38502008-11-17 Chong Yidong <cyd@stupidchicken.com>
3851
696f351d
CY
3852 * custom.texi (Minor Modes): Define mode commands and mode variables
3853 more precisely. Recommend using mode commands instead of setting
3854 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3855 (Easy Customization): Use "init file" instead of .emacs.
3856 (Customization Groups): Update to new Custom buffer appearance.
3857 (Saving Customizations): Copyedits. Update example.
3858 (Variables): Give example of variable type-sensitivity.
3859 (Examining): Update example.
3860 (Hooks): Copyedits.
3861 (Specifying File Variables): Use C comments instead of an artificial
3862 Lisp for the example.
3863 (Keymaps): Move internals discussion to Prefix Keymaps.
3864 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3865 (Init Rebinding): Document kbd macro.
3866 (Init File): Link to Find Init.
696f351d
CY
3867
3868 * mark.texi (Using Region): Document Delete Selection Mode more
3869 thoroughly.
3870
3871 * frames.texi (Mouse Commands): Move most of the description of Delete
3872 Selection Mode to Using Region, and link to it.
1bc9c425 3873 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3874
b0570c25
CY
3875 * building.texi (Compilation): Document first-error value of
3876 compilation-scroll-output.
3877 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3878 works as soon as an error is available. Suggested by Juri Linkov.
3879
27267e4c
CY
3880 * mini.texi (Passwords): New node.
3881
3882 * files.texi (Remote Files): Link to Passwords node.
3883
3884 * emacs.texi (Top): Update node listings.
3885
122eb807
CY
38862008-11-16 Chong Yidong <cyd@stupidchicken.com>
3887
9c9855a3
CY
3888 * ack.texi (Acknowledgments): Some updating of credits.
3889
bd6fdcad
CY
3890 * emacs.texi (Acknowledgments): Add a couple more names.
3891
dd1eef46
CY
3892 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3893
122eb807 3894 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3895 (Misc File Ops): Document use of trash.
122eb807 3896
801a8da1
JB
38972008-11-16 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * macos.texi (Mac Customization): Fix typos.
3900
0b4f2253
CY
39012008-11-14 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3904 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3905 the conventions of the main Emacs manual.
3906
3907 * emacs.texi (Top): Update node listings.
3908
517e2b89
CY
39092008-11-12 Chong Yidong <cyd@stupidchicken.com>
3910
07a85685
CY
3911 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3912 command-line-args is processed during startup.
3913 (Action Arguments): Correctly describe how file arguments interact with
3914 the startup screen. Link to Lisp Interaction for scratch buffer.
3915 (Initial Options): Link to Command Example for -batch option.
3916 (Environment): Document initial-environment.
3917
517e2b89
CY
3918 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3919 can't be changed in the site-start file.
3920
6337bbde
CY
39212008-11-07 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * dired.texi (Dired): Mention C-x C-d too.
3924 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3925 (Dired Navigation): Explain dired-goto-file more clearly.
3926 Document dired-isearch-filenames.
6337bbde
CY
3927 (Dired Deletion): Remove unnecessary "expunged" terminology.
3928 (Flagging Many Files): & is now rebound to `% &'.
3929 (Shell Commands in Dired): Document dired-do-async-shell-command.
3930 Clarify how multi-file arguments are passed.
3931 (Misc Dired Features): Document dired-do-isearch.
3932
9e8eeff9
CY
39332008-11-06 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3936
e071f849
CY
39372008-11-03 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3940
05482eb1
CY
39412008-11-01 Chong Yidong <cyd@stupidchicken.com>
3942
e2346dea
CY
3943 * programs.texi (Program Modes): Link to Program Indent node.
3944 (Left Margin Paren): Explain consequences of changing
3945 open-paren-in-column-0-is-defun-start more concisely.
3946 (Which Function, Program Indent, Info Lookup): Minor edits.
3947 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3948 (Multi-line Indent): If region is active, TAB indents the region.
3949 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3950 (Matching): The delimiter at the cursor is highlighted---the character
3951 changes color.
3952 (Symbol Completion): Link to Completion node.
3953
e4b6428c
CY
3954 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3955 a strictly text-only system.
3956
05482eb1
CY
3957 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3958 batch mode.
3959
a11d3737
RS
39602008-11-01 Richard M. Stallman <rms@gnu.org>
3961
5abad626
RS
3962 * misc.texi (Document View): Major rewrite.
3963
a11d3737
RS
3964 * maintaining.texi (Types of Log File): Change logs are older than
3965 version control.
3966 (VCS Concepts): Simplify and rearrange.
3967 (Version Control Systems): Make it clear that Linux is only the kernel.
3968 (VC Mode Line): Shorten reference to menu item.
3969 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3970 (VC Directory Mode): Minor cleanup.
3971 Unchanged files are hidden, not omitted.
3972 (VC Directory Commands): Shorten and simplify.
3973 (Change Log Commands): New node, split from Change Logs.
3974 (VC Directory Buffer): New node, split from VC Directory Mode.
3975
c55a4acb
CY
39762008-10-31 Chong Yidong <cyd@stupidchicken.com>
3977
1c6c854e 3978 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3979 from files.texi.
3980
1c6c854e
CS
3981 * files.texi (Version Control): Move to maintaining.texi.
3982 Subnodes moved as well.
3983 (Document Files): Move to misc.texi.
df0356f6 3984
c55a4acb
CY
3985 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3986 vc-update-change-log.
df0356f6
CY
3987 (Version Control): Move here from files.texi.
3988 (Format of ChangeLog): Make it a subnode of Change Log.
3989
3990 * emacs.texi (Top): Update node listing.
c55a4acb 3991
ef082374
TH
39922008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3993
3994 * files.texi (Files): Add a section about document
3995 files (doc-view-mode).
3996
d52582c3
CY
39972008-10-31 Chong Yidong <cyd@stupidchicken.com>
3998
1c6c854e
CS
3999 * building.texi (Compilation Mode):
4000 Document compilation-auto-jump-to-first-error.
d52582c3
CY
4001 (Debuggers): Lower GUD subsections to subsubsections.
4002 (Starting GUD): Add cindex.
4003 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4004
4e0a0968
CY
40052008-10-30 Chong Yidong <cyd@stupidchicken.com>
4006
03625b47
CY
4007 * indent.texi (Indentation): Link to Program Indent.
4008
4e0a0968
CY
4009 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4010 now uses emacsclient's terminal.
4011
8bd3f7ef
CY
40122008-10-29 Chong Yidong <cyd@stupidchicken.com>
4013
80e5620e
CY
4014 * mark.texi (Using Region): Document use-empty-active-region.
4015
97d5c404
CY
4016 * emacs.texi (Top): Update node listings.
4017
1c6c854e
CS
4018 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4019 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
4020 (Invoking emacsclient): Rewrite, moving optional arguments to
4021 emacsclient Options.
21d2bae3
CY
4022 (emacsclient Options): New node. Document server-use-tcp and
4023 server-host.
8bd3f7ef 4024
5fda2cbd
CY
40252008-10-28 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * indent.texi (Indentation): Replace list with paragraphed text,
4028 putting description of syntax-driven indentation first. Document new
4029 effect of active regions on tab.
4030 (Tab Stops): Note that editable tab stops affect indentation commands.
4031
4ff029f6
DN
40322008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4033
4034 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4035
996cd6e4
CY
40362008-10-23 Chong Yidong <cyd@stupidchicken.com>
4037
f28815e3
CY
4038 * custom.texi (Function Keys): Note that modified keypad keys are not
4039 translated.
4040
996cd6e4
CY
4041 * basic.texi (Arguments): Explain how to insert multiple digits.
4042
49545fe2
MA
40432008-10-22 Michael Albinus <michael.albinus@gmx.de>
4044
4045 * files.texi (Remote Files): Precise selection of default method.
4046 Rewrite paragraph about disabling remote file names.
4047
edac0b53
CY
40482008-10-22 Chong Yidong <cyd@stupidchicken.com>
4049
e752c544
CY
4050 * search.texi (Special Isearch): Document M-TAB is isearch.
4051
edac0b53
CY
4052 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4053 command.
4054
4055 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4056
20a36054
TH
40572008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4058
1c6c854e 4059 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4060 section.
4061
69051ab6
CY
40622008-10-21 Chong Yidong <cyd@stupidchicken.com>
4063
c4b1a32a
CY
4064 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4065 to files.texi. Move contents of vc2-xtra.texi here.
4066
4067 * vc2-xtra.texi: File removed.
4068
4069 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4070 Directory Commands from the submenu. Don't include deleted file
4071 vc2-xtra.texi.
4072
4073 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4074 (Version Control): Add VC Directory Mode and VC Directory Commands to
4075 the submenu.
4076 (Why Version Control?): Use table format.
4077 (Version Control Systems): Note that Meta-CVS support is gone.
4078 (VCS Concepts): Note precisely when VC started supporting filesets.
4079 Remove bogus xref to CVS Options node.
4080 (Types of Log File): Copyedits.
4081 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4082 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4083 The Right Thing.
4084 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4085 (Log Buffer): Reorganize node, putting C-c C-c description first.
4086 (Old Revisions): Use CVS for example, not RCS.
4087 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4088 Commands from the submenu, putting them under Version Control.
4089 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4090 need to include it in the manual unconditionally, since it is now
4091 crucial to using distributed version control systems.
1a6e2954
CY
4092 (Comparing Files): Note that diff uses the minibuffer, and that the
4093 output is shown using Diff mode.
1c6c854e
CS
4094 (Diff Mode): Explain what "patch" and "hunk" mean.
4095 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4096 diff-show-trailing-whitespaces.
1a6e2954 4097 (File Archives): Add rar support.
c4b1a32a 4098
69051ab6
CY
4099 * major.texi (Choosing Modes): Make mode selection sequence more
4100 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4101 magic-mode-alist is nil by default.
4102 Document magic-fallback-mode-alist.
69051ab6 4103
e7421e03
CY
41042008-10-20 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * frames.texi (Mouse References): Copyedits.
4107
6b2efdc2
TH
41082008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4109
4110 * ack.texi (Acknowledgments): Add myself as doc-view author.
4111
9c5e9396
EZ
41122008-10-20 Eli Zaretskii <eliz@gnu.org>
4113
4114 * frames.texi (Dialog Boxes): Add @cindex entries.
4115
dac94f8e
CY
41162008-10-20 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4119 (Text-Only Mouse): Copyedit.
4120
25597d40
CY
41212008-10-19 Chong Yidong <cyd@stupidchicken.com>
4122
f8a447f6
CY
4123 * frames.texi: Use @key throughout for mouse clicks.
4124 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4125 (Secondary Selection): Fix modified mouse click syntax.
4126 (Clipboard): Describe Cut, Copy and Paste commands.
4127 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4128 Copyedits.
4129 (Creating Frames): Add xref to Init File.
4130 (Frame Commands): Add xref to Exiting.
4131 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4132
b0f95216
CY
41332008-10-15 Chong Yidong <cyd@stupidchicken.com>
4134
b0817f00
CY
4135 * files.texi (Version Control): Copyedits. Add Bazaar.
4136 (Version Control Systems): List different VCS's using an itemized list.
4137 Add Bazaar.
4138 (VCS Concepts): Copyedits. Tweak description of file merging.
4139
b0f95216
CY
4140 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4141 (Cut/Paste Other App): Document select-active-regions and
4142 x-select-enable-primary.
4143
69d0d701
CY
41442008-10-13 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * mark.texi (Shift Selection): Correct case in node name.
4147
4148 * emacs.texi (Top): Update node order in Mark chapter.
4149
375e8351
EZ
41502008-10-12 Eli Zaretskii <eliz@gnu.org>
4151
4152 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4153
4154 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4155 elsewhere in the manual instead of describing yet again the intricacies
4156 of $HOME on MS-Windows and MS-DOS.
4157
ab58114f
CY
41582008-10-12 Chong Yidong <cyd@stupidchicken.com>
4159
4f959513 4160 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4161 (Minibuffer File): Add discussion of `~' in file names.
4162 Add insert-default-directory index reference.
4f959513 4163
ab58114f
CY
4164 * files.texi (File Names): Reorganize description.
4165 (Visiting): Add xref to Mode Line. Copyedits.
4166 (Save Commands): Mention prefix behavior of C-x C-s.
4167 (Numbered Backups): Node deleted.
4168 (Backup Names): Contents of Numbered Backups moved here. State default
4169 of version-control variable.
4170 (Reverting): Copyedits.
4171 (Version Control): Add additional version control systems.
4172
4173 * emacs.texi (Top): Delete Numbered Backups node.
4174
4175 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4176 Backup Names.
f2884f63 4177 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4178
b0b5100a
RF
41792008-10-11 Romain Francoise <romain@orebokech.com>
4180
4181 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4182
89774b5f
CY
41832008-10-11 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4186 (Select Buffer): Mention use of minibuffer history. Describe default
4187 value of default-major-mode. Mention that C-x 4 b selects the other
4188 window.
4189 (List Buffers): Document CRM indicators in the order they appear.
4190 (Kill Buffer): Document new command kill-matching buffers.
4191 (Several Buffers): Move explanation of the relationship between buffer
4192 list and buffer menu to the top.
4193 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4194
4c72bf27
CY
41952008-10-10 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * entering.texi (Exiting): Document change of C-x C-c to
4198 save-buffers-kill-terminal. Document kill-emacs.
4199
f68eb991
EZ
42002008-09-30 Eli Zaretskii <eliz@gnu.org>
4201
4202 * mule.texi (Coding Systems): Don't mention codepage-setup.
4203
4204 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4205 cpNNN coding systems anymore.
4206 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4207 for unibyte mode. Don't mention line-drawing characters.
4208 Don't mention dos-unsupported-char-glyph.
f68eb991 4209
1a2dd44d
CY
42102008-09-25 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * search.texi (Search): Shorten introduction.
4213 (Basic Isearch): Add command table. Discuss reverse isearch and
4214 isearch highlighting.
4215 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4216 ring to cindex.
4217 (Special Isearch): Move input methods discussion here.
4218 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4219 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4220 Repeat Isearch.
4221 (Isearch Minibuffer): New node.
4222 (Word Search): Document new word search commands.
4223 (Regexp Example): Simplify example using sentence-end-base variable.
4224 (Replace): Reword introduction.
4225 (Unconditional Replace): Remove unnecessary example.
4226 (Other Repeating Search): Document new `M-s o' binding.
4227
4228 * emacs.texi (Top): Update node listings.
4229
e45da31d
JB
42302008-09-22 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * emacs.texi (Top): Remove Kill Errors from menu.
4233
841c8096
CY
42342008-09-22 Chong Yidong <cyd@stupidchicken.com>
4235
402168fa
CY
4236 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4237 interface for defining macros. Simplify examples. Note that C-g quits
4238 macro definitions.
1c6c854e
CS
4239 (Keyboard Macro Counter): Document using F3 to insert counter.
4240 Give usage example.
402168fa
CY
4241 (Keyboard Macro Query): Organize query responses in a table.
4242
1c6c854e
CS
4243 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4244 Link to Erasing node.
841c8096
CY
4245 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4246 rationale to a footnote.
4247 (Kill Errors): Remove node, due to redundancy with Erasing.
4248 (Spelling): Move discussion of flyspell to end. Note new behavior of
4249 M-$ in active region. Remove non-ispell-specific keybindings from
4250 table.
4251
eab2ee89
DN
42522008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4253
4254 * cmdargs.texi (Initial Options): Document --daemon.
4255
3d53e905
GM
42562008-09-20 Glenn Morris <rgm@gnu.org>
4257
4258 * files.texi (Numbered Backups): Mention that some modes set
4259 version-control.
4260
1c90484d
GM
42612008-09-20 Jim Blandy <jimb@red-bean.com>
4262
4263 * files.texi (Numbered Backups): Reference File Variables, as well.
4264 Remove discussion of Rmail's implementation.
4265
0fc0d844
CY
42662008-09-06 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * misc.texi (Recursive Edit): Note that top-level exits active
4269 minibuffers.
4270
4271 * trouble.texi (Quitting): Likewise.
4272
b18d283d
CY
42732008-08-31 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * emacs.texi (Top): Add Temporary Face Changes xref.
4276
4277 * display.texi (Display): Move Temporary Face Changes node to just
4278 after Standard Faces.
4279 (Scrolling): Document recenter-top-bottom instead of recenter.
4280 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4281 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4282 (Display Custom): Copyedits.
4283 (Optional Mode Line): Document display-battery-mode.
4284
180135fc
RF
42852008-08-27 Romain Francoise <romain@orebokech.com>
4286
4287 * custom.texi (Directory Variables): Minor fix.
4288
d3fe3475
GM
42892008-08-27 Glenn Morris <rgm@gnu.org>
4290
4291 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4292 descriptions.
4293 (Calendar Customizing): Tweak layout description.
183080b6 4294 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4295 markers. Condense calendar-star-date and calendar-mark-today
4296 description.
4297 (Holiday Customizing): Add oriental and solar holidays.
4298 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4299 Fix holiday-float description. Use zerop in examples. Be less verbose.
4300 (Date Display Format): Change ISO format. Be less verbose.
4301 (Diary Customizing): Mention day and month abbrev arrays.
4302 Mention the date-form variables by name. Update European example.
4303 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4304 Condense examples. Mention diary-entry-symbols by name.
4305 Condense table for insertion commands.
4306 (Fancy Diary Display): Mention diary-include-string and
4307 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4308 Ethiopic, Persian date functions. Condense descriptions.
4309
4310 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4311 (Adding to Diary): Adapt for changed node name.
4312
71755807
GM
43132008-08-26 Glenn Morris <rgm@gnu.org>
4314
4315 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4316 node "Hebrew/Islamic Entries".
4317
4318 * calendar.texi (Specified Dates): Fix names of iso functions.
4319 (General Calendar): There may not be another window.
4320 (Writing Calendar Files, Holidays): Tweak intro.
4321 (Holidays): Mention Baha'i and Chinese holidays.
4322 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4323 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4324 (To Other Calendar): Add calendar-print-other-dates.
4325 Refer to "graphic display" rather than "X.
4326 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4327 (Displaying the Diary): Fix whitespace after reference.
4328 Fix `diary-number-of-entries' reference.
4329 (Date Formats): Explicitly mention that day names can be abbreviated.
4330 (Adding to Diary): Add some references to other sections.
4331 (Special Diary Entries): Fix reference.
4332 (Appointments): Simplify appt-message-warning-time entry.
4333 Clarify where times must be.
4334 (Importing Diary): Comment out icalendar paragraph that does not apply.
4335 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4336
d76ebc75
GM
43372008-08-23 Glenn Morris <rgm@gnu.org>
4338
4339 * fortran-xtra.texi (Fortran): Change description of free form and
4340 fixed form a bit. Mention hideshow and imenu.
4341 (Fortran Motion): Mention fortran-end-of-subprogram,
4342 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4343 (Fortran Indent): Minor re-word.
4344 (ForIndent Commands): Mention fortran-fill-paragraph and
4345 fortran-fill-statement.
4346 (ForIndent Cont): Mention fortran-tab-mode-string.
4347 (Fortran Comments): Mention fortran-comment-line-start-skip.
4348 (Fortran Columns): Mention font-locking.
4349 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4350
1fc0ce04 43512008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4352
4353 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4354
5c52e13c
CY
43552008-08-22 Chong Yidong <cyd@stupidchicken.com>
4356
4357 * mini.texi (Minibuffer): Simplify introduction.
4358 (Minibuffer File): Document tilde in minibuffer filenames.
4359 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4360 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4361 (Completion Example): Update example to current command list.
4362 (Completion Options): Document `lazy' value of completion-auto-help.
4363 Update contents of completion-ignored-extensions.
4364 (Minibuffer History): Describe "future history" list. State default
4365 value of history-delete-duplicates.
4366
77a00355
GM
43672008-08-21 Glenn Morris <rgm@gnu.org>
4368
4369 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4370 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4371
39ee1d04
CY
43722008-08-17 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * regs.texi (Registers): Clarify valid register names.
4375 (RegPos): Note that buffer is saved and restored too.
4376 (RegText): Note that mark is reactivated/deactivated.
4377 (RegConfig): Xref to Windows node.
4378
b12c348f
CY
43792008-08-16 Chong Yidong <cyd@stupidchicken.com>
4380
3ae7ba79
CY
4381 * basic.texi (Inserting Text): Provide command name for C-q.
4382
b12c348f
CY
4383 * killing.texi (Killing): Copyedit. Define read-only text.
4384 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4385 (Killing by Lines): Copyedit.
4386 (Other Kill Commands): Move M-w description here.
4387 (Yanking): Move M-w to Other Kill Commands.
4388 (Kill Ring): Also mention saving text in registers. Link to Text
4389 Properties in elisp manual.
4390 (Accumulating Text): Copyedit.
4391 (CUA Bindings): Shift selection is now the default.
4392
d8ff7692
TZ
43932008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4394
4395 * maintaining.texi (Change Log): Mention next-error is available.
4396
a43a8a2e
GM
43972008-08-10 Glenn Morris <rgm@gnu.org>
4398
4399 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4400 and intermonth text.
4401 (Holiday Customizing): Add holiday-chinese.
4402
eba27308
EZ
44032008-08-08 Eli Zaretskii <eliz@gnu.org>
4404
4405 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4406
5f14a5b3
DN
44072008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4408
4409 * files.texi (Log Buffer): Describe C-c C-d.
4410 (Diff Mode): Describe C-x 4 A.
4411
49989bff
EZ
44122008-08-06 Eli Zaretskii <eliz@gnu.org>
4413
4414 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4415
5c915c02
DN
44162008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4417
2beaf97a
DN
4418 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4419 describe the new bindings to show the changeset diff, toggle annotation
4420 visibility, show revisions.
4421 (VC Status): Describe key bindings for modifying the change comments,
4422 displaying changeset diffs and annotations.
4423
5c915c02
DN
4424 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4425
71798ace
NR
44262008-08-05 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4429
b8949644
EZ
44302008-08-02 Eli Zaretskii <eliz@gnu.org>
4431
4432 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4433 and wording.
4434
819567d1
DN
44352008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4438 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4439 commands. Improve some old info.
4440
5f38310a
CY
44412008-07-31 Chong Yidong <cyd@stupidchicken.com>
4442
0dc3906b
CY
4443 * display.texi (Visual Line Mode): New node.
4444
5f38310a 4445 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4446 (Moving Point): Add additional alternative key bindings.
4447 Describe line-move-visual.
5f38310a
CY
4448 (Erasing): Describe DEL.
4449 (Basic Undo, Blank Lines, Arguments): Copyedit.
4450 (Continuation Lines): Mention Visual Line mode.
4451 (Position Info): Move extended discussion to mule.texi.
4452
4453 * mule.texi (International Chars): Describe C-x =.
4454
4455 * emacs.texi (Top): Add Visual Line Mode node.
4456
7c2fb837
DN
44572008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 * emacs.texi: Remove VMS support.
4460
3f6b73ef
DN
44612008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4462
4463 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4464 the vc-dir command name.
4465
9e2a2647
DN
44662008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4467
4468 * xresources.texi: Remove mentions of Mac Carbon.
4469
568beaa2
AS
44702008-07-19 Andreas Schwab <schwab@suse.de>
4471
4472 * ns-emacs.texi: Move to ../misc.
4473
0ef94706
CY
44742008-07-15 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * entering.texi (Exiting): Don't describe text-only terminals as the
4477 default. Describe the new startup screen.
4478 (Exiting): Describe how to kill Emacs first. Change description of
4479 iconification to handle modern window systems.
4480
ba60bd44 44812008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4482
4483 * ns-emacs.texi: New file, documents features of Emacs port under
4484 NeXTstep windowing.
4485
9f30aa73
CY
44862008-07-15 Chong Yidong <cyd@stupidchicken.com>
4487
938a5d2e
CY
4488 * entering.texi (Entering Emacs): Update prev node.
4489
4490 * glossary.texi (Glossary): Remove xref to Text Characters.
4491
9f30aa73
CY
4492 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4493 directly, rather than in the context of ASCII. Move description of
4494 special properties of modifier key to new Modifier Keys node.
4495 (Keys): Copyedit.
4496 (Text Characters): Delete node. Multibyte is the default nowadays, and
4497 the node contents are obsolete.
4498
4499 * custom.texi (Modifier Keys): New node.
4500
4501 * emacs.texi (Top): Update node list.
4502
7e53d36c
CY
45032008-07-13 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4506 saying that Emacs provides menus and mouse support (which is par for
4507 the course).
4508
4509 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4510 early on.
4511 (Point): Copyedit. Relegate historical trivia to a footnote.
4512 (Mode Line): Explain mode-line format more consistently.
4513 (Menu Bar): Copyedit.
4514
1e9fa96d
GM
45152008-06-27 Glenn Morris <rgm@gnu.org>
4516
4517 * cal-xtra.texi (Sexp Diary Entries):
4518 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4519
dc9bebb8
CY
45202008-06-26 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * mark.texi (Shift selection): New node.
4523 (Mark): Copyedits.
4524 (Persistent Mark): Move to the end of the chapter.
4525
e7881076
EZ
45262008-06-20 Eli Zaretskii <eliz@gnu.org>
4527
4528 * makefile.w32-in (distclean): Remove makefile.
4529
f427400c
NR
45302008-06-17 Nick Roberts <nickrob@snap.net.nz>
4531
4532 * building.texi (Starting GUD): Add an entry for gud-gdb.
4533 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4534 command mode.
4535
b597d348
GM
45362008-06-17 Glenn Morris <rgm@gnu.org>
4537
4538 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4539
647b7094
NR
45402008-06-17 Nick Roberts <nickrob@snap.net.nz>
4541
4542 * building.texi (Starting GUD): Expand on remote debugging.
4543 (Other GDB-UI Buffers): Mention new keyboard bindings.
4544
47a30023
GM
45452008-06-15 Glenn Morris <rgm@gnu.org>
4546
4547 * gnu.texi: Use a verbatim license for this invariant section,
4548 as per etc/GNU.
4549
37e5d54a
GM
45502008-06-13 Daniel Engeler <engeler@gmail.com>
4551
4552 * emacs.texi, misc.texi: Add documentation about serial port access.
4553
8e65d46c
GM
45542008-06-13 Glenn Morris <rgm@gnu.org>
4555
c1473b4c
MB
4556 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4557 maintain.info.
8e65d46c 4558
e40a85cd
MB
45592008-06-05 Miles Bader <miles@gnu.org>
4560
4561 * display.texi (Temporary Face Changes): Update to reflect function
4562 renamings in face-remap.el.
4563
56c73dec
MB
45642008-06-04 Miles Bader <miles@gnu.org>
4565
1c6c854e
CS
4566 * display.texi (Temporary Face Changes):
4567 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4568 `increase-buffer-face-height' and `decrease-default-face-height' now
4569 that they aren't bound by default.
4570
9d3d42fb
MB
45712008-06-03 Miles Bader <miles@gnu.org>
4572
4573 * display.texi (Temporary Face Changes): New node.
4574
2be6bfe2
EZ
45752008-05-31 Eli Zaretskii <eliz@gnu.org>
4576
4577 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4578
daf7e339
GM
45792008-05-31 Glenn Morris <rgm@gnu.org>
4580
4581 * cal-xtra.texi (Fancy Diary Display): Simplify.
4582
d21d2618
GM
45832008-05-30 Glenn Morris <rgm@gnu.org>
4584
4585 * cal-xtra.texi (Fancy Diary Display): Update for
4586 diary-display-function replacing diary-display-hook.
4587
71ce5fd0
JB
45882008-05-29 Drew Adams <drew.adams@oracle.com>
4589
4590 * msdog.texi (Windows Keyboard): Add descriptions of
4591 w32-register-hot-key and w32-unregister-hot-key.
4592
a3cdbdf8
MO
45932008-05-21 Tom Tromey <tromey@redhat.com>
4594
4595 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4596 Variables node.
4597
854a574c
MO
45982008-05-19 Tom Tromey <tromey@redhat.com>
4599
4600 * custom.texi (Variables): Add Directory Variables to menu.
4601 (Directory Variables): New node.
4602
7c2ec3f9
ER
46032008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4604
71ce5fd0 4605 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4606
370fded4
ER
46072008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4608
4609 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4610 Revision Tags and rewritten. Section now uses modern terminology,
4611 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4612 accurately.
4613
6af511e3
EZ
46142008-05-10 Eli Zaretskii <eliz@gnu.org>
4615
4616 * msdog.texi (Windows Files): Update documentation of
4617 w32-get-true-file-attributes.
4618
7a78b6e7
ER
46192008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4620
4621 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4622 directory mode.
4623
1bcfc24e
CY
46242008-05-08 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4627 entry "television".
1bcfc24e 4628
db86064f
ER
46292008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4630
ab5ec32c 4631 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4632
a31b405e
ER
46332008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4634
4635 * emacs/buffers.texi, emacs/files.texi (Version-control):
4636 vc-toggle-read-only is no longer a good idea...
4637
ff2c14fc
GM
46382008-04-29 Glenn Morris <rgm@gnu.org>
4639
4640 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4641
367c9b7c
JL
46422008-04-22 Juri Linkov <juri@jurta.org>
4643
4644 * dired.texi (Subdirectories in Dired): Describe using `^'
4645 to return to the parent directory.
4646
4ac1e9b4
NR
46472008-04-22 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4650 recent changes.
4651
b9b3bf2b
NR
46522008-04-19 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4655 (Other GDB-UI Buffers): Update for recent thread related changes.
4656
4d120d6a
SM
46572008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4658
4659 * maintaining.texi (Maintaining):
4660 * emacs.texi (Top): Typo.
4661
a152877d
SM
46622008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4663
b9b3bf2b
NR
4664 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4665 arg in `font-lock-add-keywords'.
a152877d 4666
36c0514c
GM
46672008-04-08 Glenn Morris <rgm@gnu.org>
4668
4669 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4670 Also add Baha'i calendar references where appropriate.
4671
06a97d46
GM
46722008-04-05 Glenn Morris <rgm@gnu.org>
4673
4674 * custom.texi (Init File): Byte-compiling .emacs is bad.
4675
6adc6eed
SM
46762008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4679
571388b0
GM
46802008-03-29 Glenn Morris <rgm@gnu.org>
4681
4682 * calendar.texi: Update for `calendar-date-style' replacing
4683 `european-calendar'.
4684
3ae8f876
JR
46852008-03-28 Jason Rumney <jasonr@gnu.org>
4686
4687 * display.texi (Display Custom): Mention overlay-margin in text.
4688
5bc6ddff 46892008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4690
5bc6ddff
MB
4691 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4692 tutorial' comments.
03a864d5 4693
7186a830
CY
46942008-03-28 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * mark.texi (Mark): Rearrange nodes.
4697 (Persistent Mark): Rename from Transient Mark.
4698 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4699 Describe Transient Mark mode as the default.
4700
4701 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4702 the default behavior with Transient Mark mode off.
4703 (Position Info): Fix typo.
4704
71ce5fd0
JB
4705 * display.texi (Standard Faces): Reference the Mark node.
4706 Remove discussion of the region face, which is discussed there.
7186a830
CY
4707
4708 * emacs.texi (Top): Update node listings.
4709
4710 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4711 as the default.
4712
4713 * fixit.texi (Undo): Standardize choice of undo key sequence.
4714 (Undo, Spelling): Describe Transient Mark mode as the default.
4715
4716 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4717 default.
4718
4719 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4720
4721 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4722 mode is the default, and note that the mark is not activated when set.
4723
4724 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4725 Describe Transient Mark mode as the default.
4726
4727 * search.texi (Basic Isearch): Reference the Mark Ring node.
4728 (Replace, Unconditional Replace, Other Repeating Search):
4729 Describe Transient Mark mode as the default.
4730
1c6c854e
CS
4731 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4732 Describe Transient Mark mode as the default.
7186a830
CY
4733 (Paragraphs): Describe how M-h behaves when region is active.
4734
4735 * trouble.texi (Quitting): Clarify effects of C-g.
4736
dc47d1ff
GM
47372008-03-13 Glenn Morris <rgm@gnu.org>
4738
4739 * emacs.texi (EMACSVER): Set to 23.0.60.
4740
e3e0fb39 47412008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4742
e3e0fb39
GM
4743 * dired.texi (Hiding Subdirectories): Fix previous change.
4744
47452008-03-05 Drew Adams <drew.adams@oracle.com>
4746
4747 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4748
5e14abf8
KS
47492008-02-28 Kim F. Storm <storm@cua.dk>
4750
4751 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4752 Move describe-distribution to C-h C-o.
4753 Move view-emacs-problems to C-h C-p.
4754 Add view-emacs-debugging on C-h C-d.
4755 Add view-external-packages on C-h C-e.
d0207bf3 4756 Add view-order-manuals on C-h C-m.
5e14abf8 4757
d0207bf3 47582008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4759
4760 * msdog-xtra.texi (MS-DOS): Docstring fix.
4761
87e391bb
EZ
47622008-02-09 Eli Zaretskii <eliz@gnu.org>
4763
4764 * msdog.texi (Windows Fonts): Use a @table for describing font
4765 properties.
4766
5662e503
JR
47672008-02-07 Jason Rumney <jasonr@gnu.org>
4768
4769 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4770 value has changed.
4771 (Windows HOME): Clarify what is meant by "if that fails as well".
4772 (Windows Fonts): New section.
4773
72463824
GM
47742008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4775
4776 * basic.texi (Basic Undo): Remove duplicate "you can".
4777
7ff926e0
EZ
47782008-02-02 Eli Zaretskii <eliz@gnu.org>
4779
4780 * maintaining.texi (Tags): Fix last change.
4781
6ab7aef1
MA
47822008-02-02 Michael Albinus <michael.albinus@gmx.de>
4783
093571c3 4784 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4785
ace67e7e
NR
47862008-01-31 Nick Roberts <nickrob@snap.net.nz>
4787
4788 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4789
ae068fdf
RS
47902008-01-26 Richard Stallman <rms@gnu.org>
4791
4792 * maintaining.texi (Tags): Delete redundant index entry.
4793
a56d9a08
EZ
47942008-01-26 Eli Zaretskii <eliz@gnu.org>
4795
4796 * programs.texi (Imenu): Move "@cindex tags" from here...
4797 * maintaining.texi (Tags): ...to here.
4798
e941ed90
NR
47992008-01-23 Kevin Ryde <user42@zip.com.au>
4800
4801 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4802 click count.
4803
650276d5
JB
48042008-01-21 Juanma Barranquero <lekktu@gmail.com>
4805
4806 * entering.texi (Exiting): Fix typo.
4807 Reported by D. E. Evans <sinuhe@gnu.org>.
4808
8dc17977
MR
48092007-12-31 Martin Rudalics <rudalics@gmx.at>
4810
4811 * glossary.texi (Glossary): Fix typo.
4812
9f9695a6
RS
48132007-12-27 Richard Stallman <rms@gnu.org>
4814
4815 * text.texi (Formatted Text): Improve menu tag.
4816 (Editing Format Info): In Info, add duplicate menu of nodes
4817 about the submenus.
4818 (Format Faces): Say where Faces menu is found. Mention Other.
4819 (Format Colors): Say where these submenus are found.
4820 (Format Indentation, Format Justification): Likewise.
4821 (Format Properties): Likewise.
4822
abfd0191
RS
48232007-12-22 Richard Stallman <rms@gnu.org>
4824
4825 * search.texi (Query Replace): Make exp of query-replace more
4826 self-contained, and clarify.
8dc17977 4827
abfd0191
RS
4828 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4829
a2586785
RS
48302007-12-15 Richard Stallman <rms@gnu.org>
4831
4832 * files.texi (Auto Save): Clarify definition of auto-saving.
4833
a67cf2bb
RS
48342007-11-26 Richard Stallman <rms@gnu.org>
4835
4836 * help.texi (Help Echo): Cleanups.
4837
448b33b1
TTN
48382007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4839
4840 * files.texi (Why Version Control?): Fix typo.
4841 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4842 (Selecting a Fileset): Fix typos; small rewording.
4843 (Log Buffer): Likewise.
4844 (Old Revisions): Likewise.
448b33b1 4845
221bb7f6
EZ
48462007-11-17 Eli Zaretskii <eliz@gnu.org>
4847
4848 * mule.texi (Communication Coding): Fix wording of last change.
4849
d0207bf3 48502007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4851
630cb3b7
JB
4852 * custom.texi (Specifying File Variables):
4853 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4854
53b7759e
KH
48552007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4856
a5ab2e0c 4857 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4858
4859 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4860
c8763fb6 48612007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4862
630cb3b7 4863 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4864 --output=file.
4865
ff98e024
MR
48662007-11-13 Martin Rudalics <rudalics@gmx.at>
4867
4868 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4869 (Help Echo): Avoid mentioning the term "region" here and
4870 consistently use the term "active text".
4871
37b11c22
GM
48722007-11-11 Glenn Morris <rgm@gnu.org>
4873
4874 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4875
21d50ba1
JL
48762007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4877
1c6c854e
CS
4878 * search.texi (Query Replace):
4879 Mention `query-replace-show-replacement'.
21d50ba1 4880
c12ecb0a 48812007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4882
4883 * building.texi (Watch Expressions): Remove obscure sentence.
4884
3b4201f4
KH
48852007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4886
4887 * mule.texi (Select Input Method): Describe how to activate an input
4888 method in the text mode.
4889
07e5c0b0
DN
48902007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4891
4892 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4893
52dd7391
NR
48942007-10-30 Nick Roberts <nickrob@snap.net.nz>
4895
4896 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4897
c004e539
GM
48982007-10-30 Glenn Morris <rgm@gnu.org>
4899
4900 * misc.texi (Directory Tracking): Explain a bit more about
4901 dirtrack-mode.
4902
ca8c5b8c
GM
49032007-10-25 Glenn Morris <rgm@gnu.org>
4904
4905 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4906
b6c764ef
RS
49072007-10-24 Richard Stallman <rms@gnu.org>
4908
4909 * misc.texi (Interactive Shell): Cleanup last change.
4910
eabd84c9
JL
49112007-10-22 Juri Linkov <juri@jurta.org>
4912
4913 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4914 default values.
4915
0b43c7e2
ER
49162007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4917
ca8c5b8c 4918 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4919 'filesets'.
4920
a80859d4
MR
49212007-10-18 Martin Rudalics <rudalics@gmx.at>
4922
4923 * trouble.texi (Quitting): Fix typo.
4924
c9447ae1
GM
49252007-10-18 Glenn Morris <rgm@gnu.org>
4926
4927 * frames.texi (Mode Line Mouse): Mention minor mode names.
4928
168b980f
JL
49292007-10-17 Juri Linkov <juri@jurta.org>
4930
4931 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4932 fill-paragraph operates on the active region in Transient Mark mode.
4933 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4934 with fill-paragraph.
4935
4936 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4937 fill-paragraph.
4938
4939 * fixit.texi (Spelling): ispell-word operates on the active region
4940 in Transient Mark mode.
4941
5a331f34
JB
49422007-10-17 Aaron S. Hawley <aaronh@garden.org>
4943
4944 * building.texi (Source Buffers):
4945 * custom.texi (Init Non-ASCII):
4946 * glossary.texi (Glossary): Use "key binding" consistently.
4947
2a9f4d55
JB
49482007-10-17 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * calendar.texi (Diary): Fix directive.
4951
de13cecf
RS
49522007-10-16 Richard Stallman <rms@gnu.org>
4953
4954 * calendar.texi (Diary): Clarify text about diary file example.
4955
5f90d53e
ER
49562007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4957
4958 * files.texi: Capitalize node names according to convention.
4959
3aa491bc
GM
49602007-10-13 Glenn Morris <rgm@gnu.org>
4961
4962 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4963
8a3106d3
ER
49642007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4965
4966 * emacs.texi:
4967 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4968 suggested by RMS and Robert J. Chassell.
8a3106d3 4969
da1080a2
ER
49702007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4971
3aa491bc 4972 * files.texi (Version Systems):
0870a421
ER
4973 * vc-xtra.texi:
4974 * vc1-xtra.texi:
ac3f4c6f 4975 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4976 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4977 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4978 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4979
58ade22b
ER
49802007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4981
da1080a2 4982 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4983 Reorder the descriptions to be chronological.
4984
93870ce2
RS
49852007-10-09 Richard Stallman <rms@gnu.org>
4986
4987 * display.texi (Cursor Display): Correct how cursor appears
4988 in nonselected windows.
4989
568c7288
NR
49902007-10-04 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * building.texi (GDB Graphical Interface): Remove references to gdba
4993 and mention gud-gdb.
4994
1af74d06 49952007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4996
1af74d06 4997 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4998
0d8fb755
JL
49992007-10-06 Juri Linkov <juri@jurta.org>
5000
5001 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5002 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5003 fill-paragraph-or-region.
5004
5005 * basic.texi (Arguments): Replace fill-paragraph with
5006 fill-paragraph-or-region.
5007
b981e2c6
ER
50082007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5009
5010 * files.texi: Update the section on version control for 2007
2a9f4d55 5011 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
5012 will come later.
5013
5fceaf9c
GM
50142007-09-15 Glenn Morris <rgm@gnu.org>
5015
5016 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5017 to `list-holidays'.
5018
b0e44b17
GM
50192007-09-14 Glenn Morris <rgm@gnu.org>
5020
5021 * calendar.texi: Update all instances of mark-calendar-holidays,
5022 list-calendar-holidays, list-holidays with the new names.
5023
8cf51b2c
GM
50242007-09-06 Glenn Morris <rgm@gnu.org>
5025
46a367db 5026 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
5027 Split into the Emacs manual in emacs/, and other manuals in misc/.
5028 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5029 manual.
5030 (infodir): New variable.
5031 (info): Use $infodir.
5032 (emacsman): Delete target, not needed any more.
5033 Move all targets that are not the Emacs manual to misc/Makefile.in.
5034 (mostlyclean): Remove `gnustmp'.
5035 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5036 manual.
92f9b43f 5037 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
5038 (emacsman): Delete target, not needed any more.
5039 (clean): Remove all info files but Emacs manual.
5040 Move all targets that are not the Emacs manual to misc/Makefile.in.
5041 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5042
5043 * Makefile.in (INFOSOURCES): Delete.
5044 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5045 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5046 *.vrs *.toc here...
5047 (maintainer-clean): ...from here.
5048
50492007-09-05 Glenn Morris <rgm@gnu.org>
5050
5051 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5052
8cf51b2c
GM
50532007-08-29 Glenn Morris <rgm@gnu.org>
5054
5055 * emacs.texi (EMACSVER): Increase to 23.0.50.
5056
3420c522
RS
50572007-08-27 Richard Stallman <rms@gnu.org>
5058
5059 * emacs.texi (Top): Clarify menu item for Glossary.
5060
5061 * display.texi (Faces): Change secn title.
5062 Clarify not all fonts come from Font Lock.
5063
8cf51b2c
GM
50642007-08-17 Eli Zaretskii <eliz@gnu.org>
5065
5066 * basic.texi (Position Info): Add index entry for face at point.
5067 Mention that character faces are also displayed by "C-u C-x =".
5068
8cf51b2c
GM
50692007-08-08 Glenn Morris <rgm@gnu.org>
5070
5071 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5072
50732007-08-07 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * files.texi (File Conveniences): Document point motion keys in Image
5076 mode.
5077
8cf51b2c
GM
50782007-07-27 Glenn Morris <rgm@gnu.org>
5079
8cf51b2c
GM
5080 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5081 in-line.
5082
5083 * gpl.texi: New file with text of GPL.
5084 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5085
50862007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5087
5088 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5089
5090 * dired.texi (Wdired): Mention C-x C-q key binding.
5091
50922007-07-28 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5095
50962007-07-25 Glenn Morris <rgm@gnu.org>
5097
8cf51b2c
GM
5098 * emacs.texi (Copying): Replace license with GPLv3.
5099
5100 * Relicense all FSF files to GPLv3 or later.
5101
51022007-07-24 Glenn Morris <rgm@gnu.org>
5103
5104 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5105 for some calendars.
5106
51072007-07-23 Nick Roberts <nickrob@snap.net.nz>
5108
5109 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5110 default-directory for the current buffer is on a remote machine.
5111
8cf51b2c
GM
51122007-07-21 Eli Zaretskii <eliz@gnu.org>
5113
5114 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5115 default value.
5116
51172007-07-21 Richard Stallman <rms@gnu.org>
5118
5119 * files.texi (Why Version Control?): Improve previous change.
5120
51212007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5122
5123 * files.texi (Why Version Control?): New node.
5124
8cf51b2c
GM
51252007-07-12 Nick Roberts <nickrob@snap.net.nz>
5126
8cf51b2c
GM
5127 * building.texi (Starting GUD): Add xref to this anchor.
5128
8cf51b2c
GM
51292007-06-24 Karl Berry <karl@gnu.org>
5130
2a9f4d55 5131 * emacs.texi: New Back-Cover Text.
8cf51b2c 5132
8cf51b2c
GM
51332007-06-07 Alan Mackenzie <acm@muc.de>
5134
5135 * display.texi (Optional Mode Line): Document the new form of
5136 line+column numbers, "(561,2)".
5137
51382007-06-06 Juanma Barranquero <lekktu@gmail.com>
5139
49823426 5140 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5141
51422007-06-02 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * Version 22.1 released.
5145
8cf51b2c
GM
51462007-05-07 Karl Berry <karl@gnu.org>
5147
5148 * emacs.texi (EMACSVER): Back to 22.
5149
51502007-05-06 Richard Stallman <rms@gnu.org>
5151
5152 * maintaining.texi (Create Tags Table): Clean up previous change.
5153
c8763fb6 51542007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5155
5156 * maintaining.texi (Create Tags Table): Add text about the dangers of
5157 making symbolic links to tags files.
5158
51592007-05-04 Karl Berry <karl@gnu.org>
5160
5161 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5162
51632007-05-03 Karl Berry <karl@gnu.org>
5164
5165 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5166
5167 * .cvsignore (*.pdf): New entry.
5168
8cf51b2c
GM
5169 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5170 for printing.
5171
51722007-05-01 Richard Stallman <rms@gnu.org>
5173
5174 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5175
8cf51b2c
GM
51762007-04-28 Glenn Morris <rgm@gnu.org>
5177
5178 * ack.texi (Acknowledgments):
5179 * anti.texi (Antinews):
8cf51b2c
GM
5180 * programs.texi (Program Modes): Restore mention of python.el pending
5181 consideration of legal status.
5182
51832007-04-28 Richard Stallman <rms@gnu.org>
5184
5185 * files.texi (File Names): Fixes to ~ description on MS systems.
5186
8cf51b2c
GM
51872007-04-26 Glenn Morris <rgm@gnu.org>
5188
5189 * emacs.texi (EMACSVER): Increase to 22.1.50.
5190
51912007-04-25 Karl Berry <karl@gnu.org>
5192
5193 * emacs.texi: Improve line breaks on copyright page,
5194 similar layout to lispref, 8.5x11 by default.
5195
5196 * dired.texi (Image-Dired): Improve line break, fix typo.
5197
51982007-04-24 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * programs.texi (Program Modes):
8cf51b2c
GM
5201 * anti.texi (Antinews):
5202 * ack.texi (Acknowledgments): python.el removed.
5203
8cf51b2c
GM
52042007-04-23 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * display.texi (Highlight Interactively): Correct description of
5207 hi-lock-file-patterns-policy.
5208
5209 * files.texi (File Archives): Mention self-extracting executables.
5210
52112007-04-23 Eli Zaretskii <eliz@gnu.org>
5212
5213 * search.texi (Unconditional Replace, Query Replace): Add xref to
5214 "Replacement and Case".
5215
52162007-04-22 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * dired.texi (Image-Dired): Move from Thumbnails node.
5219 * misc.texi (Thumbnails): Node deleted.
5220 * emacs.texi (Top): Update node listing.
5221
5222 * files.texi (File Conveniences):
49823426 5223 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5224
52252007-04-21 Richard Stallman <rms@gnu.org>
5226
5227 * display.texi (Highlight Interactively): Correct previous change.
5228 Clarify doc of hi-lock-find-patterns, and move new features into it.
5229
52302007-04-20 David Koppelman <koppel@ece.lsu.edu>
5231
1c6c854e
CS
5232 * display.texi (Highlight Interactively):
5233 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5234
52352007-04-20 Martin Rudalics <rudalics@gmx.at>
5236
5237 * display.texi (Scrolling): Fix typo.
5238
8cf51b2c
GM
52392007-04-15 Chong Yidong <cyd@stupidchicken.com>
5240
8cf51b2c
GM
5241 * doclicense.texi: Remove node heading, so that it can be included by
5242 other files.
5243
5244 * emacs.texi: Insert node heading for GFDL.
5245
8cf51b2c
GM
52462007-04-14 Eli Zaretskii <eliz@gnu.org>
5247
5248 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5249 "command line".
5250
5251 * display.texi (Faces): Refer to "Creating Frames" for face
5252 and other frame customizations in .emacs.
5253
5254 * frames.texi (Creating Frames): Mention that face customizations can
5255 be put in .emacs. Add index entries.
5256
52572007-04-12 Richard Stallman <rms@gnu.org>
5258
5259 * glossary.texi (Glossary): Explain `iff'.
5260
52612007-04-11 Karl Berry <karl@gnu.org>
5262
5263 * gnu.texi (Top),
5264 * macos.texi (Mac Font Specs),
5265 * anti.texi (Antinews),
5266 * xresources.texi (Resources),
5267 * misc.texi (Emulation),
5268 * calendar.texi (Daylight Saving),
5269 * dired.texi (Dired and Find),
5270 * rmail.texi (Remote Mailboxes),
5271 * sending.texi (Mail Headers),
5272 * programs.texi (Which Function),
5273 * files.texi (Recover),
5274 * buffers.texi (Uniquify),
5275 * frames.texi (Wheeled Mice),
5276 * killing.texi (Rectangles): Wording to improve breaks in
5277 8.5x11 format.
5278 * mule.texi (Language Environments): \hbadness=10000 since there's
5279 no way to reword.
5280 * emacs.texi (smallbook): New @set to more easily switch between
5281 smallbook and 8.5x11.
5282
52832007-04-11 Richard Stallman <rms@gnu.org>
5284
5285 * files.texi (File Conveniences): Add xref to Tumme.
5286 Delete text about Thumbnail mode.
5287
8cf51b2c
GM
52882007-04-09 Alan Mackenzie <acm@muc.de>
5289
5290 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5291 new name. Insert concept index entries.
5292
8cf51b2c
GM
52932007-04-08 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * display.texi (Standard Faces): Document prefix arg for
5296 list-faces-display.
5297
5298 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5299
8cf51b2c
GM
53002007-04-07 Chong Yidong <cyd@stupidchicken.com>
5301
8cf51b2c
GM
5302 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5303
5304 * files.texi (Misc File Ops): Rewrite description of
5305 insert-file-literally.
5306
8cf51b2c
GM
53072007-03-31 Eli Zaretskii <eliz@gnu.org>
5308
5309 * misc.texi (Printing): Postscript -> PostScript.
5310
8cf51b2c
GM
5311 * ack.texi (Acknowledgments): Postscript -> PostScript.
5312
5313 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5314
5315 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5316 below.
5317
53182007-03-30 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5321 Init Non-ASCII.
5322 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5323 (Init Non-ASCII): New node.
5324
53252007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5326
5327 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5328
8cf51b2c
GM
53292007-03-12 Glenn Morris <rgm@gnu.org>
5330
8cf51b2c
GM
5331 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5332 "Daylight Savings".
5333
49823426 5334 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5335 saving" in text throughout.
5336
8cf51b2c
GM
53372007-03-04 Richard Stallman <rms@gnu.org>
5338
5339 * custom.texi (Safe File Variables): Minor correction.
5340
8cf51b2c
GM
53412007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5342
5343 * rmail.texi (Movemail): Add internal ref.
5344 Don't indent the intro for the PROTO table.
5345 Format PROTO table items with @code.
5346
8cf51b2c
GM
53472007-02-26 Nick Roberts <nickrob@snap.net.nz>
5348
5349 * building.texi: Remove references to bashdb.
5350
8cf51b2c
GM
53512007-02-19 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * mule.texi (Language Environments): Update list of supported language
5354 environments.
5355
8cf51b2c
GM
53562007-02-14 Kim F. Storm <storm@cua.dk>
5357
5358 * building.texi (Grep Searching): Fix lgrep doc.
5359
53602007-02-12 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * back.texi: Remove unused file.
5363
c8763fb6 53642007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5365
5366 * maintaining.texi (Tag Syntax): Now --members is the default for
5367 etags, not for ctags yet.
5368
8cf51b2c
GM
53692007-02-03 Eli Zaretskii <eliz@gnu.org>
5370
5371 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5372 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5373 expects. Add comments to prevent people from inadvertently modifying
5374 the key parts needed by `texinfo-multiple-files-update'.
5375
53762007-01-29 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * frames.texi (Secondary Selection): Window clicked does not matter
5379 when mouse-yank-at-point is non-nil.
5380
8cf51b2c
GM
53812007-01-16 Glenn Morris <rgm@gnu.org>
5382
5383 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5384 system abbrev.
5385
53862007-01-11 Richard Stallman <rms@gnu.org>
5387
5388 * msdog.texi (Windows Keyboard): Another small cleanup.
5389
53902007-01-10 Richard Stallman <rms@gnu.org>
5391
5392 * msdog.texi (Windows Keyboard): Yet another try to make
5393 everyone happy with that passage.
5394
53952007-01-05 Richard Stallman <rms@gnu.org>
5396
5397 * anti.texi (Antinews): Mention M-x shell scrolling.
5398
53992007-01-05 Nick Roberts <nickrob@snap.net.nz>
5400
5401 * building.texi (Watch Expressions): Describe gdb-max-children.
5402
8cf51b2c
GM
54032007-01-04 Richard Stallman <rms@gnu.org>
5404
8cf51b2c
GM
5405 * msdog.texi (Windows Keyboard): Clarify previous change.
5406
8cf51b2c
GM
54072007-01-02 Richard Stallman <rms@gnu.org>
5408
5409 * custom.texi (Changing a Variable): Minor clarification.
5410 (Specific Customization): customize-customized => customize-unsaved.
5411
5412 * entering.texi (Entering Emacs): Clean up text about restarting
5413 Emacs for each file.
5414
5415 * misc.texi (Shell Options): Minor cleanup.
5416
5417 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5418 with Emacs, not vice versa.
5419
5420 * programs.texi (Symbol Completion): Recommend customizing
5421 window manager.
5422
5423 * xresources.texi (Resources): Minor fix.
5424
c8763fb6 54252007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5426
5427 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5428
54292007-01-01 Richard Stallman <rms@gnu.org>
5430
5431 * commands.texi (User Input): Document keys stolen by window mangers.
5432
54332006-12-31 Richard Stallman <rms@gnu.org>
5434
5435 * custom.texi (Specific Customization): Document customize-option
5436 instead of customize-variable.
5437
54382006-12-31 Kim F. Storm <storm@cua.dk>
5439
5440 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5441
54422006-12-30 Kim F. Storm <storm@cua.dk>
5443
5444 * killing.texi (CUA Bindings): Fix typo.
5445
5446 * xresources.texi (Table of Resources): Mention grow-only value for
5447 auto-resize-tool-bars.
5448
8cf51b2c
GM
54492006-12-27 Eli Zaretskii <eliz@gnu.org>
5450
5451 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5452 and how to get them back.
5453
54542006-12-26 Richard Stallman <rms@gnu.org>
5455
5456 * calendar.texi (Holidays): Holiday listing is based on current
5457 practice, but DST is not.
5458
54592006-12-25 Richard Stallman <rms@gnu.org>
5460
5461 * emacs.texi (Top): Update subnode menus.
5462
5463 * mark.texi (Transient Mark): Fix xref.
5464
5465 * killing.texi (Graphical Kill): Node deleted.
5466 (Killing): Add xref to Cut and Paste.
5467 (CUA Bindings): Update xref.
5468
5469 * frames.texi (Cut and Paste): New section to hold other nodes.
5470 (Mouse Commands): Node demoted.
5471 (Cut/Paste Other App): Split out from Mouse Commands.
5472 (Word and Line Mouse): Likewise.
5473 (Secondary Selection, Clipboard): Nodes demoted.
5474
8cf51b2c
GM
54752006-12-24 Kevin Ryde <user42@zip.com.au>
5476
5477 * calendar.texi (Holidays): US daylight saving begins second Sunday
5478 in March for 2007 onwards.
5479 (Daylight Savings): Show new US default daylight saving rules, 2nd
5480 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5481
54822006-12-23 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * calendar.texi (Scroll Calendar): < and > are switched.
5485
54862006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5487
5488 * killing.texi (Deletion): Describe M-\ prefix argument.
5489
54902006-12-23 Richard Stallman <rms@gnu.org>
5491
5492 * search.texi (Regexp Search): Explain why forward and reverse regexp
5493 search are not mirror images.
5494
8cf51b2c
GM
54952006-12-19 Kim F. Storm <storm@cua.dk>
5496
5497 * major.texi (Choosing Modes): Describe match-function elements for
5498 magic-mode-alist.
5499
8cf51b2c
GM
55002006-12-18 Eli Zaretskii <eliz@gnu.org>
5501
5502 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5503 peculiarities.
5504
55052006-12-18 Richard Stallman <rms@gnu.org>
5506
5507 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5508
8cf51b2c
GM
55092006-12-17 Alan Mackenzie <acm@muc.de>
5510
5511 * programs.texi (Left Margin Paren): Remove the bit which says
5512 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5513 Discuss some of the issues of setting this option to nil.
5514
55152006-12-17 Glenn Morris <rgm@gnu.org>
5516
5517 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5518
55192006-12-16 Eli Zaretskii <eliz@gnu.org>
5520
5521 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5522 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5523 NTFS volumes.
5524 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5525 volumes.
5526
55272006-12-15 Eli Zaretskii <eliz@gnu.org>
5528
5529 * text.texi (HTML Mode): Fix "C-c TAB".
5530
8cf51b2c
GM
55312006-12-09 Richard Stallman <rms@gnu.org>
5532
5533 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5534
55352006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5536
5537 * files.texi (Misc File Ops): Document insert-file-literally.
5538
55392006-12-08 Eli Zaretskii <eliz@gnu.org>
5540
5541 * cmdargs.texi (Colors): Note that --color is intended for overriding
5542 the terminal defaults, not for normal invocation.
5543
5544 * misc.texi (Emacs Server): Improve wording. Don't mention the
5545 ``server program''. Add a cross-reference to "Init File" node.
5546 (Invoking emacsclient): Add index entries. Document both short and
5547 long versions of command-line options. Document the -f option.
5548
8cf51b2c
GM
55492006-12-06 Richard Stallman <rms@gnu.org>
5550
5551 * text.texi (Outline Format): Say to set outline-regexp
5552 and outline-level with major modes and file local variables.
5553
c8763fb6 55542006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5555
5556 * anti.texi (Antinews): Mention the alternative to
5557 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5558
8cf51b2c
GM
5559 * misc.texi (Interactive Shell): Ditto.
5560
55612006-12-04 Eli Zaretskii <eliz@gnu.org>
5562
5563 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5564
5565 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5566
55672006-12-01 Eli Zaretskii <eliz@gnu.org>
5568
5569 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5570 colon in the mode line.
5571
5572 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5573
55742006-11-26 Nick Roberts <nickrob@snap.net.nz>
5575
5576 * building.texi (Watch Expressions): Mention SPC for expanding/
5577 contracting watch expressions.
5578
55792006-11-26 Kim F. Storm <storm@cua.dk>
5580
5581 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5582
55832006-11-26 Nick Roberts <nickrob@snap.net.nz>
5584
5585 * building.texi (Debugger Operation): Define text command mode.
5586 Clarify how tooltips work.
5587 (GDB Graphical Interface): Explain how to run in text command mode
5588 more clearly.
5589
55902006-11-25 Juanma Barranquero <lekktu@gmail.com>
5591
5592 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5593
55942006-11-22 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5597
8cf51b2c
GM
55982006-11-18 Chong Yidong <cyd@stupidchicken.com>
5599
5600 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5601 and EMACS is deprecated.
5602
56032006-11-18 Juanma Barranquero <lekktu@gmail.com>
5604
5605 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5606
c8763fb6 56072006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5608
5609 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5610
5611 * emacs.texi: Include xresources.texi both for info and dvi.
5612
5613 * xresources.texi: Merge text from xresmini.texi.
5614
c8763fb6 56152006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5616
5617 * glossary.texi: Fix typos.
5618
8cf51b2c
GM
56192006-11-06 Richard Stallman <rms@gnu.org>
5620
5621 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5622
5623 * ack.texi (Acknowledgments): Fix name spelling.
5624
56252006-11-01 Juri Linkov <juri@jurta.org>
5626
5627 * search.texi (Word Search): Document incremental word search.
5628
56292006-10-28 Glenn Morris <rgm@gnu.org>
5630
5631 * ack.texi (Acknowledgments): Add cal-html author.
5632
5633 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5634 Calendar"). Describe new package cal-html.
5635 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5636 Calendar Files."
5637
8cf51b2c
GM
56382006-10-23 Richard Stallman <rms@gnu.org>
5639
5640 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5641 Abbrev mode is enabled.
5642
8cf51b2c
GM
56432006-10-16 Richard Stallman <rms@gnu.org>
5644
8cf51b2c
GM
5645 * emacs.texi: Update ISBN.
5646
8cf51b2c
GM
56472006-10-11 Kim F. Storm <storm@cua.dk>
5648
5649 * emacs.texi (Acknowledgments): Use @dotless{i}.
5650
56512006-10-08 Nick Roberts <nickrob@snap.net.nz>
5652
5653 * building.texi (Breakpoints Buffer): Mention catchpoints.
5654
56552006-10-08 Kim F. Storm <storm@cua.dk>
5656
5657 * ack.texi (Acknowledgments): Update.
5658
5659 * emacs.texi (Acknowledgments): Fix bad @/ form.
5660
8cf51b2c
GM
56612006-10-05 Kim F. Storm <storm@cua.dk>
5662
5663 * emacs.texi (Acknowledgments): Add more contributors.
5664
56652006-10-03 Richard Stallman <rms@gnu.org>
5666
5667 * emacs.texi (Acknowledgments): Update version and edition.
5668
8cf51b2c
GM
56692006-10-01 Karl Berry <karl@gnu.org>
5670
5671 * custom.texi (Customization Groups): Page break to keep example buffer
5672 on one page.
5673
56742006-09-30 Karl Berry <karl@gnu.org>
5675
5676 * programs.texi (Basic Indent): @need to improve page break.
5677 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5678
56792006-09-29 Glenn Morris <rgm@gnu.org>
5680
5681 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5682
56832006-09-29 Karl Berry <karl@gnu.org>
5684
5685 * windows.texi (Basic Window): Remove forced @break, no longer
5686 desirable.
5687 * frames.texi (Frame Commands),
5688 * mark.texi (Marking Objects): Reword to avoid bad page break.
5689 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5690
56912006-09-19 Richard Stallman <rms@gnu.org>
5692
5693 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5694 stick to present tense.
5695
c8763fb6 56962006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5697
5698 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5699 to x-gtk-use-old-file-dialog.
5700 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5701
57022006-09-15 Jay Belanger <belanger@truman.edu>
5703
49823426 5704 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5705 Change "Library Public License" to "Lesser Public License"
5706 throughout. Use "yyyy" to represent year.
5707
8cf51b2c
GM
57082006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * files.texi (Visiting): Add index entry "open file".
5711
8cf51b2c
GM
57122006-09-11 Richard Stallman <rms@gnu.org>
5713
5714 * building.texi (Compilation Mode): Clarification.
5715 (Grep Searching): Add xref to Compilation Mode.
5716
8cf51b2c
GM
57172006-09-08 Richard Stallman <rms@gnu.org>
5718
5719 * search.texi (Search): Ref multi-file search commands here.
5720 (Other Repeating Search): Not here.
5721
8cf51b2c
GM
57222006-08-28 Richard Stallman <rms@gnu.org>
5723
5724 * windows.texi (Split Window): Update xref.
5725
5726 * basic.texi (Continuation Lines): Update xref.
5727
5728 * indent.texi (Tab Stops): Update xref.
5729
5730 * emacs.texi (Top): Update subnode menu.
5731
5732 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5733 split out of Display Custom.
5734
57352006-08-25 Kim F. Storm <storm@cua.dk>
5736
5737 * display.texi (Display Custom): Add variables overline-margin
5738 and x-underline-at-descent-line.
5739
57402006-08-25 Richard Stallman <rms@gnu.org>
5741
5742 * entering.texi (Exiting): Rewrite to give graphical displays
5743 priority over text terminals.
5744
5745 * search.texi (Incremental Search): Move index entries.
5746
57472006-08-23 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * custom.texi (Init File): Reference Find Init to avoid "home
5750 directory" confusion.
5751
57522006-08-22 Nick Roberts <nickrob@snap.net.nz>
5753
5754 * building.texi (Other GDB-UI Buffers): Describe how to edit
5755 a value in the locals buffer.
5756
57572006-08-21 Richard Stallman <rms@gnu.org>
5758
5759 * search.texi (Basic Isearch): Add `isearch' index entry.
5760
57612006-08-16 Richard Stallman <rms@gnu.org>
5762
5763 * misc.texi (Saving Emacs Sessions): Clean up wording.
5764
5765 * mark.texi (Marking Objects): Mention term "select all".
5766
5767 * emacs.texi (Top): Update subnode menu.
5768
5769 * help.texi (Help Mode): Move node up in file.
5770
8cf51b2c
GM
57712006-08-15 Nick Roberts <nickrob@snap.net.nz>
5772
5773 * building.texi (Stack Buffer): Explain fringe arrow.
5774
8cf51b2c
GM
57752006-08-12 Eli Zaretskii <eliz@gnu.org>
5776
8cf51b2c
GM
5777 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5778 on startup.
5779
57802006-08-11 Romain Francoise <romain@orebokech.com>
5781
5782 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5783
57842006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5785
5786 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5787
57882006-08-10 Richard Stallman <rms@gnu.org>
5789
5790 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5791 with face merging. Empty regions don't count.
5792 Clarify face property inheritance.
8cf51b2c
GM
5793
57942006-08-08 Romain Francoise <romain@orebokech.com>
5795
5796 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5797 <arjuropo@cc.jyu.fi>.
5798
8cf51b2c
GM
57992006-08-04 Eli Zaretskii <eliz@gnu.org>
5800
5801 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5802 apply to all frames.
5803
8cf51b2c
GM
58042006-08-01 Richard Stallman <rms@gnu.org>
5805
5806 * help.texi (Name Help): Add index entries for describe-variable.
5807
58082006-08-01 Nick Roberts <nickrob@snap.net.nz>
5809
5810 * building.texi (GDB Graphical Interface): Shorten node names.
5811 (GDB-UI Layout): Use GDB-related.
5812 (Other GDB-UI Buffers): Simplify English.
5813
58142006-07-31 Richard Stallman <rms@gnu.org>
5815
5816 * search.texi (Query Replace): Add xref for Dired's Q command.
5817
8cf51b2c
GM
58182006-07-31 Nick Roberts <nickrob@snap.net.nz>
5819
5820 * building.texi (GDB commands in Fringe): Rename to...
5821 (Source Buffers): ..this and move forward. Describe hollow arrow and
5822 new option gdb-find-source-frame.
5823
58242006-07-29 Richard Stallman <rms@gnu.org>
5825
5826 * dired.texi (Operating on Files): Simplify previous change
5827 and fix Texinfo usage.
5828
58292006-07-29 Eli Zaretskii <eliz@gnu.org>
5830
5831 * dired.texi (Operating on Files): Add cross-references. State the
5832 Unix commands that do similar things.
5833
58342006-07-28 Richard Stallman <rms@gnu.org>
5835
5836 * mark.texi (Transient Mark): Clarify that region never disappears
5837 when Transient Mark mode is off, and not when it is on.
5838
58392006-07-27 Richard Stallman <rms@gnu.org>
5840
5841 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5842
58432006-07-24 Richard Stallman <rms@gnu.org>
5844
5845 * xresources.texi (GTK styles): Fix texinfo usage.
5846
8cf51b2c
GM
5847 * commands.texi (User Input): Explain why we teach keyboard cmds.
5848
5849 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5850 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5851 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5852 * doclicense.texi, display.texi, dired.texi, basic.texi:
5853 * anti.texi, ack.texi: Move periods and commas inside quotes.
5854
58552006-07-22 Eli Zaretskii <eliz@gnu.org>
5856
5857 * cmdargs.texi (General Variables): Document EMAIL.
5858
58592006-07-21 Eli Zaretskii <eliz@gnu.org>
5860
5861 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5862 doesn't have effect on MS-Windows.
5863
8cf51b2c
GM
58642006-07-17 Richard Stallman <rms@gnu.org>
5865
5866 * building.texi (Grep Searching): Explain about chaining grep commands.
5867
8cf51b2c
GM
58682006-07-10 Nick Roberts <nickrob@snap.net.nz>
5869
49823426 5870 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5871
58722006-07-09 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5875 is invoked for multiple files.
5876
58772006-07-08 Eli Zaretskii <eliz@gnu.org>
5878
5879 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5880 on-line manual for the rest of this node.
5881 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5882 unconditionally.
5883 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5884 Improve wording.
5885 (Windows Printing): Improve wording.
5886 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5887 rest of this node.
5888
8cf51b2c
GM
58892006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5890
49823426
GM
5891 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5892 with eval-buffer.
8cf51b2c
GM
5893
58942006-07-05 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5897 of character translation.
5898
58992006-07-04 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5902
59032006-07-03 Karl Berry <karl@gnu.org>
5904
5905 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5906 not-too-underfull hboxes in the TeX output.
5907 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5908 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5909 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5910 * sending.texi, text.texi: Fix overfull/underfull boxes.
5911
59122006-07-03 Romain Francoise <romain@orebokech.com>
5913
5914 * m-x.texi (M-x): Fix.
5915
59162006-07-03 Richard Stallman <rms@gnu.org>
5917
8cf51b2c
GM
5918 * search.texi (Other Repeating Search): filename -> file name.
5919
5920 * misc.texi (Narrowing): Minor cleanups.
5921
5922 * files.texi (Visiting): filename -> file name.
5923
5924 * emacs.texi (Top): Update subnode menus.
5925
5926 * mule.texi (Coding Systems): Move char translation stuff here.
5927 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5928 (Recognize Coding): Substantial local rewrites.
5929 (International): Update menu.
5930
5931 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5932 (Scrolling): Substantial local rewrites.
5933 (Display): Update menu and intro.
5934
5935 * dired.texi: filename -> file name.
5936
5937 * custom.texi (Safe File Variables): Texinfo usage fix.
5938
f0131492 59392006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5940
5941 * help.texi, m-x.texi: Lots of cleanups.
5942
8cf51b2c
GM
59432006-06-30 Eli Zaretskii <eliz@gnu.org>
5944
5945 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5946 (Windows Processes, Windows Misc): Shorten the printed version by
5947 selectively conditioning less important portions by @ifnottex.
5948
8cf51b2c
GM
59492006-06-27 Richard Stallman <rms@gnu.org>
5950
5951 * mini.texi (Minibuffer File): Minor cleanup.
5952
59532006-06-25 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * frames.texi (XTerm Mouse): Rename to...
5956 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5957
5958 * emacs.texi (Top): Use new node name.
5959
59602006-06-24 Eli Zaretskii <eliz@gnu.org>
5961
5962 * emacs.texi (Top): Update the detailed menu according to changes in
5963 msdog.texi.
5964
5965 * msdog.texi (Windows Keyboard): New section.
5966 (Windows Mouse): New section.
5967 (Windows System Menu): Remove section (text merged with "Windows
5968 Keyboard").
5969 (Windows Misc): New section.
5970
5971 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5972
5973 * msdog.texi (ls in Lisp): New section.
5974
5975 * files.texi (Visiting): Document case-insensitive wildcard matching
5976 under find-file-wildcards.
5977
8cf51b2c
GM
59782006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5979
5980 * macos.texi (Mac Input): Add description of mac-function-modifier.
5981 Now Unicode keyboard layouts work.
5982
8cf51b2c
GM
59832006-06-10 Richard Stallman <rms@gnu.org>
5984
5985 * mule.texi (Recognize Coding): Clarify previous change.
5986
59872006-06-09 Kenichi Handa <handa@m17n.org>
5988
5989 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5990 notation.
5991
59922006-06-07 Kevin Ryde <user42@zip.com.au>
5993
5994 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5995 manual for @ifnottex, but in emacs-extra for @iftex.
5996
5997 * cmdargs.texi (General Variables): Fix smtpmail xref.
5998
59992006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6000
8cf51b2c 6001 * programs.texi (Comment Commands):
8cf51b2c 6002 * custom.texi (Specifying File Variables):
49823426 6003 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
6004
60052006-06-07 Nick Roberts <nickrob@snap.net.nz>
6006
6007 * building.texi (Watch Expressions): Move node to end.
6008 (GDB Graphical Interface): Move description of clicks in fringe...
6009 (GDB commands in the Fringe): ...to here. New node.
6010
8cf51b2c
GM
60112006-06-05 Romain Francoise <romain@orebokech.com>
6012
49823426 6013 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
6014
60152006-06-05 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * building.texi (GDB Graphical Interface): Update bindings.
6018 (Commands of GUD): Add gud-print. Remove gud-run.
6019 Restate availability more generally.
6020
f0131492 60212006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6022
6023 * mini.texi: Lots of cleanups.
6024
60252006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6028 and Mouse-2.
6029
c8763fb6 60302006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6031
6032 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6033
8cf51b2c
GM
60342006-05-31 Richard Stallman <rms@gnu.org>
6035
6036 * basic.texi (Moving Point): Fix previous change.
6037
c8763fb6 60382006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6039
6040 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6041
f0131492 60422006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6043
6044 * basic.texi: Many simplifications and improvements in wording.
6045
8cf51b2c
GM
60462006-05-26 Nick Roberts <nickrob@snap.net.nz>
6047
6048 * anti.texi (Antinews): Create a node for gdb-ui.
6049
8cf51b2c
GM
60502006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6053
60542006-05-20 Richard Stallman <rms@gnu.org>
6055
6056 * dired.texi (Dired Navigation): dired-goto-file is now j.
6057
8cf51b2c
GM
60582006-05-20 Eli Zaretskii <eliz@gnu.org>
6059
6060 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6061 and their aliases.
6062
6063 * msdog.texi (Windows Printing): Mention non-support of plain text
6064 printing with some el-cheapo printers, and suggest a workaround.
6065
60662006-05-20 Kevin Ryde <user42@zip.com.au>
6067
6068 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6069 remove the bit saying you must set it.
6070
60712006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * trouble.texi (Checklist):
6074 * text.texi (Text, Auto Fill, Text Mode):
6075 * search.texi (Nonincremental Search):
6076 * rmail.texi (Rmail Labels):
6077 * mule.texi (Input Methods, Multibyte Conversion):
6078 * misc.texi (Gnus, Where to Look, PostScript):
6079 * maintaining.texi (Create Tags Table):
6080 * indent.texi (Indentation Commands):
6081 * fixit.texi (Spelling):
6082 * emacs.texi (Copying):
6083 * custom.texi (Init File): ifinfo -> ifnottex.
6084
8cf51b2c
GM
60852006-05-17 Richard Stallman <rms@gnu.org>
6086
6087 * files.texi (Diff Mode): Mention C-x `.
6088
60892006-05-08 Richard Stallman <rms@gnu.org>
6090
6091 * custom.texi (Disabling): Textual cleanups.
6092
8cf51b2c
GM
60932006-05-12 Glenn Morris <rgm@gnu.org>
6094
6095 * calendar.texi (Displaying the Diary, Format of Diary File):
6096 Refer to diary-view-entries, diary-list-entries,
6097 diary-show-all-entries rather than obsolete aliases.
6098
60992006-05-12 Eli Zaretskii <eliz@gnu.org>
6100
6101 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6102 (Displaying the Diary, Special Diary Entries, Importing Diary):
6103 * building.texi (Compilation Shell):
6104 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6105 emacs-xtra with @inforef's.
6106
6107 * files.texi (Visiting): Fix wording.
6108
6109 * mule.texi (Coding Systems, Text Coding): More indexing.
6110 Mention that C-x RET f can set eol conversion.
6111
c8763fb6 61122006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6113
6114 * xresmini.texi (GTK resources): Insert GTK description.
6115
6116 * xresources.texi (GTK resources): metafont should be menufont.
6117
8cf51b2c
GM
61182006-05-06 Michael Albinus <michael.albinus@gmx.de>
6119
49823426 6120 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6121 method, user name and host name is active only in partial
6122 completion mode.
6123
8cf51b2c
GM
61242006-05-06 Eli Zaretskii <eliz@gnu.org>
6125
6126 * makefile.w32-in (emacs.dvi):
6127 * Makefile.in (emacs.dvi): Add xresmini.texi.
6128
6129 * xresmini.texi (Table of Resources): Remove xref to non-existent
6130 node "LessTif Resources".
6131
6132 * msdog.texi (Microsoft Windows):
6133 * calendar.texi (Calendar/Diary, Displaying the Diary)
6134 (Special Diary Entries, Importing Diary, Holidays):
6135 * programs.texi (Program Modes):
6136 * text.texi (Text):
6137 * buffers.texi (Several Buffers):
6138 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6139
61402006-05-06 Eli Zaretskii <eliz@gnu.org>
6141
6142 The following changes merge the emacs-xtra manual into the main
6143 manual, but only for on-line version of the manual.
6144
6145 * vc2-xtra.texi (Version Backups, Local Version Control)
6146 (Making Snapshots, Change Logs and VC, Version Headers)
6147 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6148 on-line manual.
6149
6150 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6151 for on-line manual.
6152
6153 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6154 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6155 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6156 for on-line manual.
6157
6158 * fortran-xtra.texi (Fortran, Fortran Autofill)
6159 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6160 for on-line manual.
6161
6162 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6163 Conditional xref's for on-line manual.
6164
6165 * emerge-xtra.texi (Emerge, Overview of Emerge)
6166 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6167 manual.
6168
6169 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6170 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6171 (EMACSSOURCES): Use EMACS_XTRA.
6172 (../info/emacs-xtra): Remove.
6173 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6174
6175 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6176 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6177 (EMACSSOURCES): Use EMACS_XTRA.
6178 ($(infodir)/emacs-xtra): Remove.
6179 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6180
6181 * trouble.texi (Quitting):
6182 * text.texi (Text):
6183 * programs.texi (Program Modes):
6184 * msdog.texi (Microsoft Windows):
6185 * frames.texi (Frames):
6186 * files.texi (Backup, Version Control, VC Concepts)
6187 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6188 (Registering, VC Status, VC Undo, Multi-User Branching)
6189 (Comparing Files):
6190 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6191 (Displaying the Diary, Special Diary Entries, Importing Diary):
6192 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6193 conditional xref's, depending on @iftex/@ifnottex.
6194
6195 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6196 "MS-DOS". @include msdog-xtra.texi.
6197
6198 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6199 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6200
6201 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6202 for vc-xtra.texi subsections.
6203 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6204 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6205
6206 * sending.texi (Sending Mail): A @node line without explicit Prev,
6207 Next, and Up links.
6208
6209 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6210 Next, and Up links.
6211
6212 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6213 and its sections. @include picture-xtra.texi.
6214
6215 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6216 "Emerge".
6217 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6218
6219 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6220 exact duplicate of its name-sake in calendar.texi.
6221
6222 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6223 "Advanced Calendar/Diary Usage".
6224 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6225
6226 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6227 dired-xtra.texi.
6228 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6229
6230 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6231 (Files) [ifnottex]: Add menu entry for Autorevert.
6232
6233 * emacs-xtra.texi (Introduction): Reword to make consistent with
6234 printed version only.
6235 <Top level>: Remove the body of all chapters and move them to the
6236 new *-xtra.texi files. Use @raisesections and @lowersections to
6237 convert sections to chapters etc.
6238
6239 * msdog-xtra.texi:
6240 * fortran-xtra.texi:
6241 * vc-xtra.texi:
6242 * vc1-xtra.texi:
6243 * vc2-xtra.texi:
6244 * emerge-xtra.texi:
6245 * cal-xtra.texi:
6246 * dired-xtra.texi:
6247 * arevert-xtra.texi: New files, with text from respective chapters
6248 of emacs-xtra.texi. Convert each @chapter into @section, @section
6249 into @subsection, etc.
6250
1c6c854e 6251 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6252 updated.
6253
6254 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6255 Windows". All references updated.
6256
62572006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258
6259 * macos.texi (Mac Input): Mention input from Character Palette.
6260 (Mac Font Specs): Fix typo.
6261
62622006-05-05 Richard Stallman <rms@gnu.org>
6263
6264 * files.texi (Diff Mode): Minor cleanup.
6265
62662006-05-05 Karl Berry <karl@gnu.org>
6267
8cf51b2c
GM
6268 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6269 errors from the current release of makeinfo (4.8).
6270 * help.texi (Library Keywords): Change widest word in multitable
6271 template from `emulations' to `convenience'. (Not sure if this is
6272 related to the font change.)
6273
62742006-05-05 Eli Zaretskii <eliz@gnu.org>
6275
6276 * files.texi (File Names): Add a footnote about limited support of
6277 ~USER on MS-Windows.
6278
6279 * cmdargs.texi (Initial Options): Add a footnote about limited
6280 support of ~USER on MS-Windows.
6281
62822006-05-03 Richard Stallman <rms@gnu.org>
6283
6284 * files.texi (Diff Mode): Node moved here.
6285 (Comparing Files): Delete what duplicates new node.
6286 (Files): Put Diff Mode in menu.
6287
1c6c854e 6288 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6289
6290 * emacs.texi (Top): Update menu for Diff Mode.
6291
6292 * trouble.texi (Emergency Escape): Simplify.
6293
6294 * emacs.texi (Top): Minor clarification.
6295
62962006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6297
6298 * commands.texi, entering.texi, screen.texi: Many simplifications.
6299
63002006-05-03 Richard Stallman <rms@gnu.org>
6301
6302 * commands.texi (Text Characters): Delete paragraph about unibyte
6303 non-ASCII printing chars.
6304
6305 * killing.texi (Killing): Say "graphical displays".
6306 * display.texi: Say "graphical displays".
6307
6308 * cmdargs.texi (Misc X): Say "graphical displays".
6309
63102006-05-01 Richard Stallman <rms@gnu.org>
6311
6312 * emacs.texi (Top): Add Diff Mode to menu.
6313
63142006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6315
6316 * misc.texi (Diff Mode): New node.
6317
63182006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6319
6320 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6321 (Mac Environment Variables): Shorten example line.
6322 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6323
63242006-05-01 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * building.texi (GUD Customization): Describe cases %d and %c.
6327 Update description for %e.
6328
63292006-04-30 Glenn Morris <rgm@gnu.org>
6330
6331 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6332
63332006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6334
6335 * custom.texi (Examining): Update C-h v output example.
6336
63372006-04-29 Kim F. Storm <storm@cua.dk>
6338
6339 * building.texi (Grep Searching): Add lgrep and rgrep.
6340
8cf51b2c
GM
63412006-04-23 Richard Stallman <rms@gnu.org>
6342
6343 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6344
6345 * xresmini.texi: New file.
6346
6347 * xresources.texi (Face Resources): Split table into font resources
6348 and the rest. Combine similar attributes for brevity.
6349
8cf51b2c
GM
63502006-04-21 Eli Zaretskii <eliz@gnu.org>
6351
6352 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6353 backslashes and case-insensitivity in file names (moved to the
6354 main manual).
6355 (MS-DOS Printing): Move most of the text to the main manual.
6356
6357 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6358 New nodes.
6359 (Windows Processes, Windows System Menu): Add index entries and
6360 fix wording.
6361
8cf51b2c
GM
63622006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6363
6364 * misc.texi (Shell Ring): Add notes on saved input when
6365 navigating off the end of the history list.
6366
63672006-04-18 Chong Yidong <cyd@mit.edu>
6368
6369 * misc.texi (Shell Options): Correct default value of
6370 comint-scroll-show-maximum-output.
6371
8cf51b2c
GM
63722006-04-18 Nick Roberts <nickrob@snap.net.nz>
6373
6374 * building.texi (Watch Expressions): Update.
6375
8cf51b2c
GM
63762006-04-12 Richard Stallman <rms@gnu.org>
6377
6378 * search.texi: Clean up previous change.
6379
63802006-04-12 Eli Zaretskii <eliz@gnu.org>
6381
6382 * search.texi (Regexp Backslash, Regexp Replace): Add index
6383 entries for ``back reference'' and mention the term itself in the
6384 text.
6385
63862006-04-11 Richard Stallman <rms@gnu.org>
6387
6388 * custom.texi (Safe File Variables):
6389 Document enable-local-variables = :safe.
6390
63912006-04-11 Karl Berry <karl@gnu.org>
6392
6393 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6394 (Remote Repositories, Version Backups, Local Version Control)
6395 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6396 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6397 (Renaming VC Work Files and Master Files)
6398 (Inserting Version Control Headers, Customizing VC, General Options)
6399 (Options for RCS and SCCS, Options specific for CVS): Move all
6400 these nodes to emacs-xtra.texi, for brevity.
6401 * cmdargs.texi, files.texi: Change cross-references.
6402
8cf51b2c
GM
64032006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6404
6405 * files.texi (Old Versions): Update description of vc-annotate's
6406 use of color to indicate date ranges.
6407
8cf51b2c
GM
64082006-04-09 Kevin Ryde <user42@zip.com.au>
6409
8cf51b2c
GM
6410 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6411 put info and printed manual names the right way around.
6412
64132006-04-09 Karl Berry <karl@gnu.org>
6414
6415 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6416 emacs-xtra.texi, leaving only MS Windows information.
6417 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6418 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6419 node names.
6420
6421 * emacs.texi: Move @summarycontents and @contents to the beginning
6422 of the file.
6423
8cf51b2c
GM
64242006-04-08 Kevin Ryde <user42@zip.com.au>
6425
6426 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6427
64282006-04-07 Richard Stallman <rms@gnu.org>
6429
6430 * programs.texi (Comments, Comment Commands, Options for Comments)
6431 (Multi-Line Comments): "Align", not "indent".
6432 (Basic Indent): C-j deletes trailing whitespace before the newline.
6433
64342006-04-06 Richard Stallman <rms@gnu.org>
6435
8cf51b2c
GM
6436 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6437
64382006-04-06 Eli Zaretskii <eliz@gnu.org>
6439
6440 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6441
8cf51b2c
GM
64422006-04-05 Richard Stallman <rms@gnu.org>
6443
6444 * emacs.texi (Top): Update subnode menu.
6445
6446 * trouble.texi (Unasked-for Search): Node deleted.
6447 (Lossage): Delete from menu.
6448
64492006-04-04 Richard Stallman <rms@gnu.org>
6450
6451 * trouble.texi: Various cleanups.
6452 (Checklist): Don't bother saying how to snail a bug report.
6453 (Emergency Escape): Much rewriting.
6454 (After a Crash): Rename the core dump immediately.
6455 (Total Frustration): Call it a psychotherapist.
6456 (Bug Criteria): Avoid "illegal instruction".
6457 (Sending Patches): We always put the contributor's name in.
6458
6459 * misc.texi (Thumbnails): Minor correction.
6460
8cf51b2c
GM
64612006-04-03 Richard Stallman <rms@gnu.org>
6462
6463 * misc.texi (Thumbnails): Minor cleanup.
6464
64652006-04-02 Karl Berry <karl@gnu.org>
6466
6467 * sending.texi (Mail Sending): pxref to Top needs five args.
6468
6469 * texinfo.tex: Update to current version (2006-03-21.13).
6470
8cf51b2c
GM
64712006-03-31 Richard Stallman <rms@gnu.org>
6472
6473 * emacs.texi (Top): Update subnode menu.
6474
6475 * help.texi (Help Mode): Cleanup.
6476
6477 * dired.texi: Many cleanups.
6478 (Dired Deletion): Describe dired-recursive-deletes.
6479 (Operating on Files): dired-create-directory moved.
6480 (Misc Dired Features): Move to here.
6481 (Tumme): Node moved to misc.texi.
6482
6483 * custom.texi: Many cleanups.
6484 (Minor Modes): Don't mention ISO Accents Mode.
6485 (Examining): Update C-h v output example.
6486 (Hooks): Add index and xref for add-hook.
6487 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6488 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6489
6490 * misc.texi: Many cleanups.
6491 (beginning): Add to summary of topics.
6492 (Shell): Put eshell xref at the end. Remove eshell from table.
6493 (Thumbnails): New node.
6494
8cf51b2c
GM
64952006-03-28 Eli Zaretskii <eliz@gnu.org>
6496
6497 * files.texi (File Name Cache): Make it clear that the cache is
6498 not persistent.
6499
8cf51b2c
GM
65002006-03-25 Karl Berry <karl@gnu.org>
6501
49823426
GM
6502 * emacs-xtra.texi, emacs.texi, gnu.texi:
6503 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6504 (2) do not indent copyright year list (or anything else).
6505
8cf51b2c
GM
65062006-03-21 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * files.texi (VC Dired Mode): Remove misplaced brackets.
6509
65102006-03-21 Andre Spiegel <spiegel@gnu.org>
6511
6512 * files.texi: Various updates and clarifications in the VC chapter.
6513
65142006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6515
6516 * help.texi (Help Mode): Document "C-c C-c".
6517
8cf51b2c
GM
65182006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6521 menu in the standalone Info reader.
6522
65232006-03-15 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6526 moved here from Emacs manual.
6527
6528 * programs.texi (Fortran): Section moved to emacs-xtra.
6529 (Program Modes): Xref to Fortran in emacs-xtra.
6530
6531 * maintaining.texi (Emerge): Move to emacs-xtra.
6532 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6533
6534 * picture.texi: File deleted.
6535 * Makefile.in:
6536 * makefile.w32-in: Remove picture.texi.
6537
6538 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6539 * abbrevs.texi (Abbrevs):
6540 * sending.texi (Sending Mail): Picture node removed.
6541
6542 * emacs.texi (Top): Update node listings.
6543
8cf51b2c
GM
65442006-03-12 Richard Stallman <rms@gnu.org>
6545
6546 * calendar.texi: Various cleanups.
6547
8cf51b2c
GM
65482006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6551 syntax.
6552
8cf51b2c
GM
65532006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * search.texi (Regexps): More accurately describe which characters
6556 are special in which situations. Recommend _not_ to quote `]' or
6557 `-' when they are not special.
6558
8cf51b2c
GM
65592006-02-28 Andre Spiegel <spiegel@gnu.org>
6560
6561 * files.texi (Old Versions): Clarify operation of C-x v =.
6562
8cf51b2c
GM
65632006-02-21 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * building.texi (Watch Expressions): Update and describe
6566 gdb-speedbar-auto-raise.
6567
65682006-02-19 Richard M. Stallman <rms@gnu.org>
6569
6570 * emacs.texi: Use @smallbook.
6571 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6572 Update subnode menu.
6573
6574 * building.texi (Lisp Interaction): Minor addition.
6575
65762006-02-18 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * building.texi (Watch Expressions): Update and be more precise.
6579
c8763fb6 65802006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6581
6582 * maintaining.texi (Create Tags Table): Explain why the
6583 exception when etags writes to files under the /dev tree.
6584
65852006-02-14 Richard M. Stallman <rms@gnu.org>
6586
6587 * custom.texi (Safe File Variables): Lots of clarification.
6588 Renamed from Unsafe File Variables.
6589
65902006-02-14 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * custom.texi (Unsafe File Variables): File variable confirmation
6593 assumed denied in batch mode.
6594
65952006-02-14 Richard M. Stallman <rms@gnu.org>
6596
6597 * building.texi (GDB User Interface Layout): Don't say `inferior'
6598 for program being debugged.
6599
66002006-02-15 Nick Roberts <nickrob@snap.net.nz>
6601
6602 * building.texi (GDB Graphical Interface):
6603 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6604
66052006-02-13 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * custom.texi (Specifying File Variables, Unsafe File Variables):
6608 New nodes, split from File Variables. Document new file local
6609 variable behavior.
6610
66112006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6612
6613 * display.texi (Standard Faces):
8cf51b2c
GM
6614 * files.texi (Visiting):
6615 * frames.texi (Clipboard):
6616 * glossary.texi (Glossary) <Clipboard>:
6617 * xresources.texi (X Resources): Mention Mac OS port.
6618
8cf51b2c
GM
66192006-02-12 Richard M. Stallman <rms@gnu.org>
6620
6621 * building.texi (Building): Clarify topic in intro.
6622
6623 * maintaining.texi (Maintaining): Change title; clarify topic.
6624 Delete duplicate index entries.
6625
6626 * building.texi (Other GDB User Interface Buffers): Clarifications.
6627
6628 * text.texi (Cell Commands): Clarifications.
6629
6630 * programs.texi (Defuns): Delete duplicate explanation of
6631 left-margin paren convention.
6632 (Hungry Delete): Minor cleanup.
6633
66342006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6635
6636 * dired.texi (Tumme): More tumme documentation.
6637
66382006-02-11 Alan Mackenzie <acm@muc.de>
6639
6640 * programs.texi ("Hungry Delete"): Correct the appellation of the
6641 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6642
66432006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6644
6645 * dired.texi (Tumme): Fix small bug.
6646
66472006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6648
6649 * macos.texi (Mac International): Rename "fontset-mac" to
6650 "fontset-standard".
6651
8cf51b2c
GM
66522006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6653
6654 * dired.texi (Tumme): Basic documentation for Tumme added.
6655
8cf51b2c
GM
66562006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * mule.texi (International):
6659 * programs.texi (Basic Indent): Fix typos.
6660
8cf51b2c
GM
6661 * custom.texi (Minor Modes):
6662 * display.texi (Text Display):
6663 * commands.texi (Text Characters): Update xrefs.
6664
66652006-02-07 Richard M. Stallman <rms@gnu.org>
6666
6667 * emacs.texi (Top): Update subnode menu.
6668 Update info on old Emacs papers.
6669 (Intro): "Graphical display", not window system.
6670
6671 * xresources.texi (GTK styles): Minor clarifications.
6672
6673 * trouble.texi: "Graphical display", not window system.
6674 (Stuck Recursive): Minor clarification.
6675
6676 * text.texi: Minor clarifications.
6677 (Sentences): Explain why two-space convention is better.
6678 Explain sentence-end-without-period here.
6679 (Fill Commands): Not here.
6680 (Refill): Node moved down.
6681 (Filling): Update menu.
6682 (Table Creation, Cell Justification, Column Commands): Clarify.
6683
6684 * sending.texi: Minor clarifications.
6685
6686 * search.texi (Regexp Backslash): Clarification.
6687
6688 * rmail.texi: Minor cleanups.
6689 (Rmail): Delete digression about `rmail-mode'.
6690 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6691 (Rmail Files): Mention C-u M-x rmail.
6692 (Rmail Reply): Mention References.
6693 (Rmail Display): Mention rmail-nonignored-headers.
6694
6695 * programs.texi: Minor cleanups.
6696 (Comment Commands): Mention momentary Transient Mark mode.
6697 (Matching): Be more specific about customizing show-paren-mode.
6698 (Info Lookup): Don't list the modes that support C-h S.
6699 Just say what it does in an unsupported mode.
6700 (Man Page): Delete excessive info on customizing woman.
6701 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6702
6703 * abbrevs.texi: Minor clarifications.
6704 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6705 not "dynamic abbrevs" as if they were a kind of abbrev.
6706
6707 * picture.texi (Picture): Minor cleanup.
6708
6709 * mule.texi (Communication Coding): Say "other applications".
6710 (Fontsets): Not specific to X. Add xref to X Resources.
6711 (Unibyte Mode): Rename from Single-Byte Character Support.
6712 "Graphical display", not window system.
6713 (International): Update menu.
6714
6715 * maintaining.texi (Format of ChangeLog):
6716 New node, split out from ChangeLog.
6717 (ChangeLog): Clarifications in the remaining text.
6718 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6719 (Find Tag): Add @w.
6720 (Tags Search): Explain tag table order here. Simplify grep ref.
6721 (List Tags): tags-tag-face is a variable, not a face.
6722 (Emerge): Cleanups.
6723
6724 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6725 (Keyboard Macros): Avoid "the user".
6726
6727 * killing.texi: "Graphical display", not window system.
6728
6729 * help.texi (Help Echo): "Graphical display", not window system.
6730
6731 * glossary.texi: Say "you", not "the user". Say "graphical display".
6732
6733 * frames.texi: Minor cleanups. "Graphical display", not window system.
6734
6735 * files.texi (Visiting): Make drag-and-drop not X-specific.
6736
6737 * custom.texi: Minor cleanups. "Graphical display", not window system.
6738
6739 * cmdargs.texi: Minor cleanups.
6740
6741 * building.texi (Compilation): Move and split kill-compilation para.
6742 Add para about multiple compilers.
6743 (Compilation Mode): Commands also available in grep mode and others.
6744 Mention C-u C-x ` more tutorially. Clarify C-x `.
6745 (Compilation Shell): Clarify. Put Bash example first.
6746 (Grep Searching): Minor cleanups; add @w.
6747 (Debuggers): Minor cleanups.
6748 (Starting GUD): Make GDB xgraphical mode issue clearer.
6749 (Debugger Operation): Lots of clarifications including
6750 GDB tooltip side-effect issue.
6751 (Commands of GUD): Clarify.
6752 (GUD Customization): Add bashdb-mode-hook.
6753 (GDB Graphical Interface): Rewrite for clarity.
6754 (GDB User Interface Layout): Rewrite for clarity.
6755 (Stack Buffer, Watch Expressions): Likewise.
6756 (Other GDB User Interface Buffers): Cleanups.
6757 (Lisp Libraries, External Lisp): Cleanup.
6758
6759 * basic.texi (Position Info): "Graphical displays", rather than
6760 window systems.
6761
6762 * anti.texi: Minor cleanup.
6763
8cf51b2c
GM
67642006-02-03 Eli Zaretskii <eliz@gnu.org>
6765
6766 * custom.texi (Init File, Find Init): Add cross-references to
6767 where $HOME is described.
6768
67692006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6770
6771 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6772 is not inside the @table.
6773
6774 * emacs.texi (Top): Correct node name.
6775
6776 * files.texi (File Names): Fix @xref.
6777 (Reverting): Fix typo.
6778
6779 * mule.texi (International): Correct node name.
6780
6781 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6782
67832006-02-01 Richard M. Stallman <rms@gnu.org>
6784
6785 * emacs.texi (Top): Update subnode menu.
6786
6787 * mule.texi: Minor clarifications.
6788 Reduce the specific references to X Windows.
6789 Refer to "graphical" terminals, rather than window systems.
6790 (Text Coding): Rename from Specify Coding.
6791 (Communication Coding, File Name Coding, Terminal Coding):
6792 New nodes split out from Text Coding.
6793
6794 * kmacro.texi: Minor clarifications.
6795 (Keyboard Macro Ring): Comment out some excessive commands.
6796 (Basic Keyboard Macro): Split up the table, putting part in each node.
6797
6798 * major.texi: Minor clarifications.
6799
6800 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6801
6802 * windows.texi: Minor clarifications.
6803 (Change Window): Don't describe mode-line mouse cmds here.
6804 Add xref to Mode Line Mouse.
6805
6806 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6807
6808 * macos.texi (Mac International): Fix xref.
6809
6810 * indent.texi: Minor clarifications.
6811
6812 * frames.texi: Minor clarifications.
6813 Reduce the specific references to X Windows.
6814 Refer to "graphical" terminals, rather than window systems.
6815 (Frame Parameters): Don't mention commands like
6816 set-foreground-color. Just say to customize a face.
6817 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6818
6819 * files.texi: Minor clarifications.
6820 (Numbered Backups): New node, split out from Backup Names.
6821
6822 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6823
6824 * cmdargs.texi (General Variables): Fix xref.
6825
6826 * buffers.texi: Minor clarifications.
6827
8cf51b2c
GM
68282006-01-31 Richard M. Stallman <rms@gnu.org>
6829
6830 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6831 Nodes moved to top.
6832
6833 * display.texi: Minor clarifications.
6834 (Display): Rearrange menu.
6835 (Standard Faces): Mention query-replace face.
6836 (Faces): Simplify.
6837 (Font Lock): Simplify face customization info.
6838 (Highlight Changes): Node merged into Highlight Interactively.
6839 (Highlight Interactively): Much rewriting and cleanup.
6840 (Optional Mode Line): Narrowed line number not good for goto-line.
6841 Simplify face customization advice.
6842 (Text Display): Mention use of escape-glyph face.
6843 Move ctl-arrow and tab-width here.
6844 (Display Custom): Move no-redraw-on-reenter to end of node.
6845
6846 * search.texi: Minor clarifications.
6847 (Isearch Scroll): Simplify.
6848 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6849
6850 * regs.texi (Registers): Mention bookmarks here.
6851
6852 * mark.texi: Minor clarifications.
6853 (Selective Undo): Node deleted.
6854
6855 * m-x.texi: Minor clarifications.
6856
6857 * killing.texi: Minor clarifications.
6858 Refer to "graphical" terminals, rather than window systems.
6859
6860 * help.texi: Clarifications.
6861 (Help): Don't describe C-h F and C-h K here.
6862 (Key Help): Describe C-h K here.
6863 (Name Help): Mention Emacs Lisp Intro.
6864 Describe C-h F here.
6865 (Misc Help): Mention C-h F and C-h K only briefly.
6866
6867 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6868 Selective undo text merged in.
6869 (Spelling): Mention Aspell along with Ispell.
6870
6871 * emacs.texi (Top): Update subnode menus.
6872
6873 * basic.texi (Basic Undo): Rename from Undo. Most of text
6874 moved to new Undo node.
6875
8cf51b2c
GM
68762006-01-29 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * basic.texi (Continuation Lines, Inserting Text):
6879 Mention longlines mode.
6880
68812006-01-29 Richard M. Stallman <rms@gnu.org>
6882
10d1d0af 6883 * screen.texi: Minor cleanups.
8cf51b2c
GM
6884 (Screen): Clean up the intro paragraphs.
6885 (Mode Line): Lots of rewriting. Handle frame-name better.
6886 eol-mnemonic-... vars moved out.
6887
6888 * emacs.texi (Top): Change menu item for MS-DOS node.
6889 Update subnode menu.
6890
6891 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6892 chapter relates to Windows. Title changed.
6893
6894 * mini.texi: Minor cleanups.
6895
6896 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6897 (Mark): Put it in the menu.
6898
6899 * entering.texi: Minor cleanups.
6900
6901 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6902 (Intro): Refer to "graphical" terminals, rather than X.
6903
6904 * display.texi (Display Custom): Add xref to Variables.
6905 (Optional Mode Line): eol-mnemonic-... vars moved here.
6906
6907 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6908 rather than X.
6909
8cf51b2c
GM
6910 * basic.texi: Minor cleanups.
6911 (Undo): selective-undo moved.
6912
8cf51b2c
GM
69132006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6914
6915 * anti.texi (Antinews): Various corrections and additions.
6916
69172006-01-23 Juri Linkov <juri@jurta.org>
6918
6919 * custom.texi (Easy Customization, Customization Groups)
6920 (Browsing Custom): Mention links along with buttons.
6921
8cf51b2c
GM
69222006-01-21 Eli Zaretskii <eliz@gnu.org>
6923
8cf51b2c
GM
6924 * text.texi (TeX Print): Use @key for TAB.
6925
8cf51b2c
GM
6926 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6927
8cf51b2c
GM
69282006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6929
6930 * files.texi (File Aliases): Don't claim that usually separate
6931 buffers are created for two file names that name the same data.
6932 Mention additional situations where different names mean the same
6933 file on disk.
6934
69352006-01-19 Richard M. Stallman <rms@gnu.org>
6936
6937 * killing.texi (Deletion): Upcase @key argument.
6938
6939 * custom.texi (Custom Themes): Minor cleanup.
6940
6941 * programs.texi (Hungry Delete): Upcase @key argument.
6942
8cf51b2c
GM
69432006-01-16 Juri Linkov <juri@jurta.org>
6944
6945 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6946 Move `mode-line-highlight' before `mode-line-buffer-id'.
6947
8cf51b2c
GM
69482006-01-14 Richard M. Stallman <rms@gnu.org>
6949
6950 * basic.texi (Inserting Text): Minor cleanup.
6951
8cf51b2c
GM
69522006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * custom.texi (Changing a Variable, Face Customization):
6955 Update for changes in Custom menus.
6956
8cf51b2c
GM
69572006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6958
6959 * macos.texi (Mac International): Undo last change.
6960
8cf51b2c
GM
69612006-01-02 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * custom.texi (Custom Themes): Describe the new
6964 customize-create-theme interface.
6965
69662005-12-30 Juri Linkov <juri@jurta.org>
6967
6968 * basic.texi (Position Info): Update example.
6969
c8763fb6 69702005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6971
6972 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6973
69742005-12-24 Chong Yidong <cyd@stupidchicken.com>
6975
6976 * custom.texi (Custom Themes): `load-theme' always loads.
6977
69782005-12-23 Juri Linkov <juri@jurta.org>
6979
6980 * display.texi (Highlight Interactively): Use double space to
6981 separate sentences. Replace C-p with M-p, and C-n with M-n.
6982
69832005-12-22 Richard M. Stallman <rms@gnu.org>
6984
6985 * custom.texi (Easy Customization and subnodes):
6986 Replace "active field" with "button".
6987 Use "user option" only for variables.
6988 Use "setting" for variable-or-face.
6989
69902005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6991
6992 * buffers.texi (Select Buffer): Change order in table to make
6993 "Similar" refer to the correct item.
6994 (Indirect Buffers): Minor rewording.
6995
8cf51b2c
GM
69962005-12-20 Juri Linkov <juri@jurta.org>
6997
6998 * files.texi (VC Status): Put P and N near p and n.
6999
8cf51b2c
GM
70002005-12-19 Richard M. Stallman <rms@gnu.org>
7001
7002 * programs.texi (Electric C): Delete the info about newline control.
7003 (Other C Commands): Minor cleanup.
7004 (Left Margin Paren): Minor cleanup.
7005
70062005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7009 (Customization Groups): Delete text moved to "Browsing Custom".
7010 (Browsing Custom): New node.
7011 (Specific Customization): Clarify which commands only work for
7012 loaded options.
7013
70142005-12-18 Bill Wohler <wohler@newt.com>
7015
7016 * frames.texi (Tool Bars): Shorten text of previous change.
7017
70182005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7019
7020 * files.texi (VC Status): Document log-view mode.
7021
70222005-12-18 Bill Wohler <wohler@newt.com>
7023
7024 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7025 permanently via the customize interface.
7026
8cf51b2c
GM
70272005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7028
7029 * killing.texi (Killing by Lines): Document `kill-whole-line'
7030 function.
7031
c8763fb6 70322005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
7033
7034 * buffers.texi (Select Buffer): Change `prev-buffer' to
7035 `previous-buffer'. Indicate that these functions use a frame
7036 local buffer list.
7037
8cf51b2c
GM
70382005-12-12 Richard M. Stallman <rms@gnu.org>
7039
7040 * custom.texi (Easy Customization): Change menu comment.
7041 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7042
7043 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7044 (Help): Among the Apropos commands, describe only C-h a here.
7045
70462005-12-11 Richard M. Stallman <rms@gnu.org>
7047
7048 * programs.texi (Options for Comments): Comment-end starts with space.
7049
7050 * glossary.texi (Glossary): Minor cleanup.
7051
7052 * files.texi (Old Versions): Use @table.
7053
8cf51b2c
GM
70542005-12-10 David Koppelman <koppel@ece.lsu.edu>
7055
7056 * display.texi (Highlight Interactively): Include
7057 global-hi-lock-mode. Add miscellaneous details and elaborations.
7058
70592005-12-09 Richard M. Stallman <rms@gnu.org>
7060
7061 * display.texi (Font Lock): Delete the Global FL menu item.
7062
70632005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7064
7065 * custom.texi (Minibuffer Maps): Mention the maps for file name
7066 completion.
7067
70682005-12-09 Kim F. Storm <storm@cua.dk>
7069
7070 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7071 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7072 cursor to next corner in rectangle; clarify insert around rectangle.
7073
8cf51b2c
GM
70742005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * custom.texi (Customization): Use xref to elisp manual for
7077 non-TeX output.
7078 (Minor Modes): Update.
7079 (Customization Groups, Changing a Variable, Face Customization):
7080 Update for new appearance of Custom buffers.
7081 (Changing a Variable): `custom-buffer-done-function' has been
7082 replaced by `custom-buffer-done-kill'.
7083 (Specific Customization): In the `customize-group' buffer, a
7084 subgroup's contents are not "hidden". They are not included at
7085 all. They have no [Show] button.
7086 (Mouse Buttons): Add pxref to description of mouse event lists in
7087 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7088 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7089 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7090
70912005-12-08 Richard M. Stallman <rms@gnu.org>
7092
7093 * mini.texi (Completion Commands, Completion):
7094 In file name input, SPC does not do completion.
7095
8cf51b2c
GM
70962005-12-08 Nick Roberts <nickrob@snap.net.nz>
7097
7098 * building.texi (GDB Graphical Interface): Explain screen size
7099 setting.
7100 (Other GDB User Interface Buffers): Describe features specific to
7101 GDB 6.4.
7102
8cf51b2c
GM
71032005-12-01 Nick Roberts <nickrob@snap.net.nz>
7104
7105 * building.texi (GDB User Interface Layout): Describe how to
7106 kill associated buffers.
7107 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7108 (Watch Expressions): Be more precise.
7109 (Other GDB User Interface Buffers): Describe how to change a
7110 register value.
7111
8cf51b2c
GM
71122005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7113
7114 * macos.texi (Mac Input): Remove description of
7115 mac-command-key-is-meta. Add descriptions of
7116 mac-control-modifier, mac-command-modifier, and
7117 mac-option-modifier.
7118 (Mac International): Fix description of conversion of clipboard data.
7119 (Mac Font Specs): Add example of font customization by face attributes.
7120
71212005-11-22 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * building.texi (Watch Expressions): Expand description.
7124 (Other GDB User Interface Buffers): Describe local map for
7125 gud-watch.
7126
71272005-11-21 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * display.texi (Font Lock): Font lock is enabled by default now.
7130
71312005-11-20 Juri Linkov <juri@jurta.org>
7132
7133 * basic.texi (Position Info): Update examples of the output.
7134 Remove the fact that examples are produced in the TeXinfo buffer,
7135 because in the Info reader users will get a different output from
7136 `C-x ='.
7137
7138 * building.texi (Compilation Mode): Remove paragraph duplicated
7139 from the node `Compilation'. Add `compilation-skip-threshold'.
7140
7141 * display.texi (Font Lock): Suggest more user-friendly method of
7142 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7143
71442005-11-18 Richard M. Stallman <rms@gnu.org>
7145
7146 * files.texi (Registering): Mention @@ in mode line.
7147
7148 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7149
71502005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7151
7152 * files.texi (Renaming and VC): Some back-ends don't
7153 handle renaming.
7154
8cf51b2c
GM
71552005-11-17 Juri Linkov <juri@jurta.org>
7156
7157 * emacs.texi (Top):
7158 * display.texi (Highlight Interactively): Put this font-lock based
7159 mode near Font Lock node.
7160
71612005-11-16 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7164 icons.
7165
71662005-11-12 Kim F. Storm <storm@cua.dk>
7167
7168 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7169 (Help Summary): Add C-h d and C-h e.
7170 (Apropos): Clarify that all apropos commands may search for either
7171 list of words or a regexp. Add C-h d for apropos-documentation.
7172 Describe apropos-documentation-sort-by-scores user option.
7173
8cf51b2c
GM
71742005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7175
7176 * killing.texi (CUA Bindings): Add @section.
7177
71782005-11-10 Kim F. Storm <storm@cua.dk>
7179
7180 * emacs.texi (Top): Add CUA Bindings entry to menu.
7181
7182 * killing.texi (CUA Bindings): New node. Moved here from
7183 misc.texi and extended with info on rectangle commands and
7184 rectangle highlighting, interface to registers, and the global
7185 mark feature.
7186
7187 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7188
7189 * regs.texi: Prev link points to CUA Bindings node.
7190
71912005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * help.texi (Help Echo): By default, help echos are only shown on
7194 mouse-over, not on point-over.
7195
c8763fb6 71962005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7197
7198 * misc.texi (Shell Mode): Describe how to activate password echoing.
7199
8cf51b2c
GM
72002005-11-04 Romain Francoise <romain@orebokech.com>
7201
7202 * mark.texi (Mark Ring): Fix typo.
7203
72042005-11-03 Richard M. Stallman <rms@gnu.org>
7205
7206 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7207
72082005-11-01 Bill Wohler <wohler@newt.com>
7209
7210 * help.texi (Help Mode): Fix typo.
7211
72122005-11-01 Nick Roberts <nickrob@snap.net.nz>
7213
1c6c854e
CS
7214 * building.texi (Other GDB User Interface Buffers):
7215 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7216
72172005-10-31 Romain Francoise <romain@orebokech.com>
7218
7219 * files.texi (Compressed Files): Fix typo.
7220
7221 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7222
7223 * windows.texi (Force Same Window): Likewise.
7224
72252005-10-30 Bill Wohler <wohler@newt.com>
7226
7227 * help.texi (Help Mode): URLs viewed with browse-url.
7228
72292005-10-31 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * building.texi (GDB Graphical Interface): Don't reference
7232 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7233 must stay in same frame.
7234
72352005-10-29 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7238
7239 * anti.texi (Antinews): Likewise.
7240
8cf51b2c
GM
72412005-10-28 Bill Wohler <wohler@newt.com>
7242
7243 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7244
72452005-10-28 Richard M. Stallman <rms@gnu.org>
7246
7247 * files.texi (Visiting): Explain how to enter ? in a file name.
7248
7249 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7250
8cf51b2c
GM
72512005-10-25 Nick Roberts <nickrob@snap.net.nz>
7252
1c6c854e
CS
7253 * building.texi (GDB Graphical Interface):
7254 Describe gdb-mouse-until.
8cf51b2c
GM
7255
72562005-10-23 Richard M. Stallman <rms@gnu.org>
7257
7258 * custom.texi (Init File): Recommend when to use site-start.el.
7259
8cf51b2c
GM
72602005-10-21 Juri Linkov <juri@jurta.org>
7261
7262 * custom.texi (Examining): Mention accessing the old variable
7263 value via M-n in set-variable.
7264
8cf51b2c
GM
72652005-10-18 Romain Francoise <romain@orebokech.com>
7266
7267 * files.texi (Version Systems): Capitalize GNU.
7268
8cf51b2c
GM
72692005-10-18 Nick Roberts <nickrob@snap.net.nz>
7270
7271 * building.texi (Compilation Mode): Remove redundant paragraph.
7272 (Watch Expressions): Remove paragraph to reflect code change.
7273
8cf51b2c
GM
72742005-10-16 Richard M. Stallman <rms@gnu.org>
7275
7276 * building.texi (Compilation Mode, Compilation): Clarified.
7277
72782005-10-15 Richard M. Stallman <rms@gnu.org>
7279
7280 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7281
8cf51b2c
GM
72822005-10-13 Kenichi Handa <handa@m17n.org>
7283
7284 * basic.texi (Position Info): Fix previous change.
7285
c8763fb6 72862005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7287
7288 * cmdargs.texi (Icons X): Fix typo.
7289
72902005-10-12 Kenichi Handa <handa@m17n.org>
7291
7292 * basic.texi (Position Info): Describe the case that Emacs shows
7293 "part of display ...".
7294
c8763fb6 72952005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7296
7297 * cmdargs.texi (Icons X): -nb => -nbi.
7298
72992005-10-10 Chong Yidong <cyd@stupidchicken.com>
7300
7301 * frames.texi (Speedbar): A couple more clarifications.
7302
73032005-10-11 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * building.texi (GDB User Interface Layout): Improve diagram.
7306 (Watch Expressions): Explain how to make speedbar global.
7307 (Other GDB User Interface Buffers): Make references more precise.
7308
8cf51b2c
GM
73092005-10-09 Richard M. Stallman <rms@gnu.org>
7310
7311 * frames.texi (Speedbar): Clarify the text.
7312
73132005-10-09 Chong Yidong <cyd@stupidchicken.com>
7314
7315 * frames.texi (Speedbar): Add information on keybindings,
7316 dismissing the speedbar, and buffer display mode. Link to
7317 speedbar manual.
7318
c8763fb6 73192005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7320
1c6c854e 7321 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7322 added -nb, --no-bitmap-icon.
7323
8cf51b2c
GM
73242005-10-07 Nick Roberts <nickrob@snap.net.nz>
7325
7326 * building.texi (GDB Graphical Interface): Add variables and
7327 functions to indices. Be more precise.
7328
c8763fb6 73292005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7330
7331 * frames.texi (Drag and Drop): Remove the x- from
7332 x-dnd-open-file-other-window and xdnd-protocol-alist.
7333
73342005-09-30 Romain Francoise <romain@orebokech.com>
7335
7336 * mini.texi (Minibuffer): The default value now appears before the
7337 colon in minibuffer prompts.
7338
8cf51b2c
GM
73392005-09-25 Richard M. Stallman <rms@gnu.org>
7340
7341 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7342
8cf51b2c
GM
73432005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7344
7345 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7346
8cf51b2c
GM
73472005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7348
7349 * emacs.texi (Top): Update submenus from macos.texi.
7350
7351 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7352 (Mac OS): Update feature support status.
7353 (Mac Input): List supported input scripts. Remove description
7354 about `mac-keyboard-text-encoding'. Mention mouse button
7355 emulation and related variables.
7356 (Mac International): Mention Central European and Cyrillic
7357 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7358 Add description about coding system for selection.
7359 Add description about language environment.
7360 (Mac Environment Variables):
7361 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7362 arguments. Add Preferences support.
7363 (Mac Directories): Explicitly state that this node is for Mac OS
7364 Classic only.
1c6c854e
CS
7365 (Mac Font Specs): Mention specification for scalable fonts.
7366 List supported charsets. Add preferred way of creating fontsets.
7367 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7368 (Mac Functions): Add descriptions about `mac-set-file-creator',
7369 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7370 and `mac-get-preference'.
7371
8cf51b2c
GM
73722005-09-16 Romain Francoise <romain@orebokech.com>
7373
7374 Update all files to specify GFDL version 1.2.
7375
7376 * doclicense.texi (GNU Free Documentation License): Update to
7377 version 1.2.
7378
73792005-09-15 Richard M. Stallman <rms@gnu.org>
7380
7381 * buffers.texi (List Buffers): Fix xref.
7382
7383 * rmail.texi (Rmail Basics): Fix xref.
7384
7385 * emacs.texi (Top): Update subnode menus.
7386
7387 * files.texi (Saving Commands): New node, broken out of Saving.
7388 (Customize Save): New node, broken out of Saving.
7389 Clarify effect of write-region-inhibit-fsync.
7390 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7391
8cf51b2c
GM
73922005-09-14 Romain Francoise <romain@orebokech.com>
7393
7394 * files.texi (Saving): Mention write-region-inhibit-fsync.
7395
73962005-09-05 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * custom.texi (Custom Themes): New node.
7399
74002005-09-03 Richard M. Stallman <rms@gnu.org>
7401
49823426
GM
7402 * search.texi (Search Case): Mention vars that control
7403 case-fold-search for various operations.
8cf51b2c
GM
7404
74052005-08-22 Juri Linkov <juri@jurta.org>
7406
7407 * display.texi (Standard Faces): Merge the text from
7408 `(elisp)Standard Faces' into this node.
7409
74102005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * emacs.texi (Top): Delete menu item for deleted node
7413 Keyboard Translations.
7414
74152005-08-18 Richard M. Stallman <rms@gnu.org>
7416
8cf51b2c
GM
7417 * trouble.texi (Unasked-for Search):
7418 Delete xref to Keyboard Translations.
7419
7420 * glossary.texi (Glossary): Delete xref.
7421
8cf51b2c
GM
7422 * custom.texi (Minor Modes): Say that the list here is not complete.
7423 (Keyboard Translations): Node deleted.
7424 (Disabling): Delete xref to it.
7425 (Customization Groups): Fix Custom buffer example.
7426 (Hooks): Mention remove-hooks.
7427
74282005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7429
7430 * building.texi (GDB Graphical Interface): Improve filling of menu
7431 item.
7432
74332005-08-18 Nick Roberts <nickrob@snap.net.nz>
7434
7435 * building.texi (GDB Graphical Interface): Use better node names.
7436
74372005-08-14 Richard M. Stallman <rms@gnu.org>
7438
7439 * text.texi (Sentences): Fix xref.
7440
74412005-08-14 Juri Linkov <juri@jurta.org>
7442
7443 * building.texi (Compilation, Grep Searching): Move grep command
7444 headings from `Compilation' to `Grep Searching'.
7445
7446 * dired.texi (Dired and Find):
7447 * maintaining.texi (Tags Search): Replace grep xref to
7448 `Compilation' node with `Grep Searching'.
7449
7450 * files.texi (Comparing Files): Replace xref to `Compilation' with
7451 `Compilation Mode'.
7452
74532005-08-13 Alan Mackenzie <acm@muc.de>
7454
7455 * search.texi (Non-ASCII Isearch): Correct a typo.
7456 (Replacement Commands): Mention query-replace key binding.
7457
74582005-08-11 Richard M. Stallman <rms@gnu.org>
7459
7460 * programs.texi (Options for Comments): Fix xref.
7461
7462 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7463 out of Regexps.
7464
8cf51b2c
GM
74652005-08-09 Juri Linkov <juri@jurta.org>
7466
7467 * building.texi (Compilation): Use `itemx' instead of `item'.
7468 (Grep Searching): Simplify phrase.
7469
7470 * display.texi (Standard Faces): Describe vertical-border on
7471 window systems.
7472
7473 * windows.texi (Split Window): Simplify phrase and mention
7474 vertical-border face.
7475
74762005-08-09 Richard M. Stallman <rms@gnu.org>
7477
7478 * files.texi (Comparing Files): Clarify compare-windows.
7479
7480 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7481
8cf51b2c
GM
74822005-08-06 Eli Zaretskii <eliz@gnu.org>
7483
7484 * mule.texi (Coding Systems): Rephrase the paragraph about
7485 codepages: no need for "M-x codepage-setup" anymore, except on
7486 MS-DOS.
7487
7488 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7489 the MS-DOS port only.
7490
74912005-07-30 Eli Zaretskii <eliz@gnu.org>
7492
7493 * makefile.w32-in (info): Don't run multi-install-info.bat.
7494 ($(infodir)/dir): New target, produced by running
7495 multi-install-info.bat.
7496
8cf51b2c
GM
74972005-07-22 Eli Zaretskii <eliz@gnu.org>
7498
7499 * files.texi (Quoted File Names): Add index entry.
7500
8cf51b2c
GM
75012005-07-19 Juri Linkov <juri@jurta.org>
7502
7503 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7504
75052005-07-18 Juri Linkov <juri@jurta.org>
7506
8cf51b2c
GM
7507 * custom.texi (Easy Customization):
7508 * files.texi (Old Versions):
7509 * frames.texi (Wheeled Mice):
7510 * mule.texi (Specify Coding):
8cf51b2c
GM
7511 * text.texi (Cell Justification):
7512 * trouble.texi (After a Crash):
8cf51b2c
GM
7513 * xresources.texi (GTK styles):
7514 Delete duplicate duplicate words.
7515
75162005-07-17 Richard M. Stallman <rms@gnu.org>
7517
7518 * frames.texi (Creating Frames): Fix foreground color example.
7519
7520 * custom.texi (Init Examples): Clean up text about conditionals.
7521
75222005-07-16 Richard M. Stallman <rms@gnu.org>
7523
7524 * mini.texi (Completion Commands): Fix command name for ?.
7525
8cf51b2c
GM
75262005-07-16 Eli Zaretskii <eliz@gnu.org>
7527
7528 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7529 `menu' face has no effect on w32 and with GTK.
7530 Add cross-references.
8cf51b2c
GM
7531
7532 * cmdargs.texi (General Variables): Clarify the default location
7533 of $HOME on w32 systems.
7534
75352005-07-15 Jason Rumney <jasonr@gnu.org>
7536
7537 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7538 changed.
7539
75402005-07-08 Kenichi Handa <handa@m17n.org>
7541
1c6c854e
CS
7542 * mule.texi (Recognize Coding):
7543 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7544
75452005-07-07 Richard M. Stallman <rms@gnu.org>
7546
7547 * anti.texi (Antinews): Mention mode-line-inverse-video.
7548
7549 * files.texi (Saving): Minor correction about C-x C-w.
7550
7551 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7552
75532005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7554
7555 * search.texi (Isearch Scroll): Add example of using the
7556 `isearch-scroll' property.
7557 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7558 `Display Custom' node.
7559 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7560 and de-emphasize it.
7561 (Other Repeating Search): `occur' currently can not correctly
7562 handle multiline matches. Correct, clarify and update description
7563 of `flush-lines' and `keep-lines'.
7564
7565 * display.texi (Display Custom): Add anchor for `baud-rate'.
7566
75672005-07-07 Richard M. Stallman <rms@gnu.org>
7568
7569 * gnu.texi: Update where to get GNU status; add refs for how to help.
7570 Add footnotes 6 and 7.
7571
75722005-07-04 Lute Kamstra <lute@gnu.org>
7573
7574 Update FSF's address in GPL notices.
7575
8cf51b2c 7576 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7577 * trouble.texi (Checklist): Update FSF's address.
7578
8cf51b2c
GM
75792005-06-24 Richard M. Stallman <rms@gnu.org>
7580
7581 * display.texi (Text Display): Change index entries.
7582
75832005-06-24 Eli Zaretskii <eliz@gnu.org>
7584
7585 * makefile.w32-in (MAKEINFO): Use --force.
7586 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7587 Makefile.in.
8cf51b2c
GM
7588
75892005-06-23 Richard M. Stallman <rms@gnu.org>
7590
1c6c854e 7591 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7592 nobreak-char-display.
7593
7594 * emacs.texi (Top): Update detailed node listing.
7595
1c6c854e 7596 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7597 to nobreak-char-display and no-break-space to nobreak-space.
7598 (Standard Faces): Split up the list of standard faces
7599 and put it in a separate node. Add nobreak-space and
7600 escape-glyph.
7601
8cf51b2c
GM
76022005-06-23 Lute Kamstra <lute@gnu.org>
7603
7604 * mule.texi (Select Input Method): Fix typo.
7605
76062005-06-23 Kenichi Handa <handa@m17n.org>
7607
1c6c854e
CS
7608 * mule.texi (International): List all supported scripts.
7609 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7610 distribution.
7611 (Language Environments): List all language environments.
7612 Intlfonts contains fonts for most supported scripts, not all..
7613 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7614 input a specific character.
8cf51b2c
GM
7615 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7616
76172005-06-23 Juanma Barranquero <lekktu@gmail.com>
7618
49823426 7619 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7620
76212005-06-22 Miles Bader <miles@gnu.org>
7622
7623 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7624
76252005-06-20 Miles Bader <miles@gnu.org>
7626
7627 * display.texi (Faces): Add `vertical-divider'.
7628
76292005-06-17 Richard M. Stallman <rms@gnu.org>
7630
7631 * text.texi (Adaptive Fill): Minor clarification.
7632
8cf51b2c
GM
76332005-06-10 Lute Kamstra <lute@gnu.org>
7634
7635 * emacs.texi (Top): Correct version number.
7636 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7637 refer to the current version of Emacs.
7638
76392005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7640
7641 * files.texi (Log Buffer): Document when there can be more than
7642 one file to be committed.
7643
76442005-06-08 Juri Linkov <juri@jurta.org>
7645
7646 * display.texi (Faces): Add `shadow' face.
7647
76482005-06-07 Masatake YAMATO <jet@gyve.org>
7649
7650 * display.texi (Faces): Write about mode-line-highlight.
7651
76522005-06-06 Richard M. Stallman <rms@gnu.org>
7653
7654 * misc.texi (Printing Package): Explain how to initialize
7655 printing package.
7656
7657 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7658
76592005-06-05 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * emacs.texi: Rename Hardcopy to Printing.
7662 Make PostScript and PostScript Variables subnodes of it.
7663
7664 * misc.texi (Printing): Rename node from Hardcopy.
7665 Mention menu bar options.
7666 Move PostScript and PostScript Variables to submenu.
7667 (Printing package): New node.
7668
7669 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7670
7671 * dired.texi (Operating on Files): Likewise.
7672
7673 * calendar.texi (Displaying the Diary): Likewise.
7674
7675 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7676
7677 * glossary.texi (Glossary): Likewise.
7678
7679 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7680 effect.
7681
76822005-06-04 Richard M. Stallman <rms@gnu.org>
7683
7684 * trouble.texi (After a Crash): Polish previous change.
7685
8cf51b2c
GM
76862005-05-30 Noah Friedman <friedman@splode.com>
7687
7688 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7689 recovery mechanism.
7690
8cf51b2c
GM
76912005-05-28 Nick Roberts <nickrob@snap.net.nz>
7692
7693 * building.texi (Other Buffers): SPC toggles display of
7694 floating point registers.
7695
8cf51b2c
GM
76962005-05-27 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * files.texi (Log Buffer): Merge in description of Log Edit
7699 mode from pcl-cvs.texi.
7700
77012005-05-26 Richard M. Stallman <rms@gnu.org>
7702
7703 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7704
8cf51b2c
GM
77052005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7708 not enabled by default.
7709 When not on a word, `ispell-word' by default checks the word
7710 before point.
7711
77122005-05-24 Nick Roberts <nickrob@snap.net.nz>
7713
7714 * building.texi (Debugger Operation): Simplify last sentence.
7715
77162005-05-23 Lute Kamstra <lute@gnu.org>
7717
7718 * emacs.texi: Update FSF's address throughout.
7719 (Preface): Use @cite.
7720 (Distrib): Add cross reference to the node "Copying". Mention the
7721 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7722 printed manuals.
7723 (Intro): Use @xref for the Emacs Lisp Intro.
7724
8cf51b2c
GM
77252005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7726
7727 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7728
7729 * basic.texi (Moving Point): Mention default for `goto-line'.
7730
7731 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7732 of a variable's docstring.
7733
77342005-05-18 Lute Kamstra <lute@gnu.org>
7735
7736 * maintaining.texi (Overview of Emerge): Add cross reference.
7737 Remove duplication.
7738
7739 * emacs.texi (Top): Update to the current structure of the manual.
7740 * misc.texi (Emacs Server): Add menu description.
7741 * files.texi (Saving): Fix menu.
7742 * custom.texi (Customization): Fix menu.
7743 * mule.texi (International): Fix menu.
7744 * kmacro.texi (Keyboard Macros): Fix menu.
7745
77462005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7747
7748 * display.texi: Various minor changes.
7749 (Faces): Delete text that is repeated in the next section.
7750
77512005-05-16 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * building.texi (Debugger Operation): Mention GUD tooltips are
7754 disabled with GDB in text command mode.
7755
8cf51b2c
GM
77562005-05-16 Nick Roberts <nickrob@snap.net.nz>
7757
7758 * building.texi: Replace toolbar with "tool bar" for consistency.
7759 (Compilation Mode): Describe compilation-context-lines
7760 and use of arrow in compilation buffer.
7761 (Debugger Operation): Replace help text with variable's value.
7762
7763 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7764 consistency.
7765
77662005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7767
7768 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7769 Add xref.
7770
8cf51b2c
GM
77712005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7774 (Position Info): Delete discussion of `goto-line'. It is already
7775 described in `Moving point'.
7776
7777 * mini.texi (Completion Commands): Correct reference.
7778 (Completion Options): Fix typo.
7779
7780 * killing.texi (Deletion): Complete description of `C-x C-o'.
7781
8cf51b2c
GM
77822005-05-10 Richard M. Stallman <rms@gnu.org>
7783
7784 * building.texi (Compilation): Clarify recompile's directory choice.
7785
7786 * frames.texi (Tooltips): Cleanups.
7787
7788 * basic.texi (Arguments): Fix punctuation.
7789
77902005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7791
7792 * screen.texi (Menu Bar): The up and down (not left and right)
7793 arrow keys move through a keyboard menu.
7794
77952005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7796
7797 * basic.texi: Various typo and grammar fixes.
7798 (Moving Point): C-a now runs move-beginning-of-line.
7799
78002005-05-08 Nick Roberts <nickrob@snap.net.nz>
7801
7802 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7803
7804 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7805 as different animals.
7806
78072005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7808
7809 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7810 Correct index entry.
7811
78122005-05-07 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * building.texi (Debugger Operation): Update to reflect changes
7815 in GUD tooltips.
7816
78172005-04-30 Richard M. Stallman <rms@gnu.org>
7818
7819 * files.texi (Compressed Files): Auto Compression normally enabled.
7820
7821 * building.texi (Debugger Operation): Clarify previous change.
7822
8cf51b2c
GM
78232005-04-28 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * building.texi (Debugger Operation): Add description for
7826 GUD tooltips when program is not running.
7827
78282005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7829
7830 * misc.texi (Shell): Add `Shell Prompts' to menu.
7831 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7832 description. Delete remarks moved to new node.
7833 (Shell Prompts): New node.
7834 (History References): Replace remarks moved to `Shell Prompts'
7835 with xref to that node.
7836 (Remote Host): Clarify how to specify the terminal type when
7837 logging in to a different machine.
7838
78392005-04-26 Richard M. Stallman <rms@gnu.org>
7840
7841 * emacs.texi (Top): Update submenus from files.texi.
7842
7843 * files.texi (Filesets): Clarify previous change.
7844
7845 * dired.texi (Misc Dired Features): Clarify previous change.
7846
78472005-04-25 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7850
1c6c854e
CS
7851 * dired.texi (Misc Dired Features):
7852 Document dired-compare-directories.
8cf51b2c
GM
7853
7854 * files.texi (Filesets): New node.
7855 (File Conveniences): Document Image mode.
7856
7857 * text.texi (TeX Print): Document tex-compile.
7858
78592005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7862 Delete redundant reference to tooltip Custom group. It is
7863 referred too again in the next paragraph.
7864
78652005-04-24 Richard M. Stallman <rms@gnu.org>
7866
7867 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7868
8cf51b2c
GM
78692005-04-19 Kim F. Storm <storm@cua.dk>
7870
7871 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7872
78732005-04-18 Lars Hansen <larsh@math.ku.dk>
7874
7875 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7876 turns off desktop-save-mode.
7877
78782005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7879
7880 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7881 by default in terminals compatible with xterm. Mention that
7882 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7883 node.
7884
8cf51b2c
GM
78852005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7886
7887 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7888
c8763fb6 78892005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7890
7891 * xresources.texi (Table of Resources): Add cursorBlink.
7892
78932005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7894
7895 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7896 `d', `C-d' and `u'.
7897
78982005-04-11 Richard M. Stallman <rms@gnu.org>
7899
7900 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7901 (Misc X): Add -D, --basic-display.
7902
7903 * maintaining.texi (Change Log): Correct the description of
7904 the example.
7905
7906 * major.texi (Choosing Modes): Document magic-mode-alist.
7907
8cf51b2c
GM
79082005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7909
7910 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7911 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7912 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7913 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7914 `w', respectively.
7915 (Rmail Labels): Mention `l'.
7916 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7917 (Rmail Summary Edit): Describe `j' and RET.
7918
c8763fb6 79192005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7920
7921 * xresources.texi (Lucid Resources): Add fontSet resource.
7922
8cf51b2c
GM
79232005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7926 now called `indicate-empty-lines'.
7927
79282005-04-06 Kim F. Storm <storm@cua.dk>
7929
7930 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7931
79322005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7933
7934 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7935 deleted.
7936 (Marks vs Flags): Add some convenient key bindings.
7937 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7938 (Misc Dired Features): Correct and expand description of `w' command.
7939
7940 * frames.texi (XTerm Mouse): Delete apparently false info.
7941 The GNU/Linux console currently does not appear to support
7942 `xterm-mouse-mode'.
7943
8cf51b2c
GM
79442005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7945
7946 * calendar.texi (Diary): Mention shell utility `calendar'.
7947
79482005-04-01 Richard M. Stallman <rms@gnu.org>
7949
7950 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7951
8cf51b2c
GM
79522005-04-01 Lute Kamstra <lute@gnu.org>
7953
7954 * maintaining.texi (Change Log): add-change-log-entry uses
7955 add-log-mailing-address.
7956
79572005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7960 `VC Mode Line' and put in an xref to that node.
7961 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7962 its description.
7963
79642005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7965
7966 * calendar.texi (Calendar Systems): Say that the Persian calendar
7967 implemented here is the arithmetical one championed by Birashk.
7968
79692005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7970
7971 * programs.texi (Fortran Motion): Fix previous change.
7972
8cf51b2c
GM
79732005-03-29 Richard M. Stallman <rms@gnu.org>
7974
7975 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7976
79772005-03-29 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * text.texi (Refill): Refer to Long Lines Mode.
7980 (Longlines): New node.
7981 (Auto Fill): Don't index "word wrap" here.
7982 (Filling): Add Longlines to menu.
7983
79842005-03-29 Richard M. Stallman <rms@gnu.org>
7985
7986 * xresources.texi: Minor fixes.
7987
7988 * misc.texi (Emacs Server): Fix Texinfo usage.
7989
7990 * emacs.texi (Top): Don't use a real section heading for
7991 "Detailed Node Listing". Fake it instead.
7992
7993 * basic.texi (Position Info): Minor cleanup.
7994
7995 * mule.texi (Input Methods): Minor cleanup.
7996
79972005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7998
7999 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8000 constructs as well.
8001 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8002
80032005-03-29 Kenichi Handa <handa@m17n.org>
8004
8005 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8006
8007 * basic.texi (Position Info): Update the description about the
8008 command C-u C-x =.
8009
80102005-03-28 Richard M. Stallman <rms@gnu.org>
8011
8012 * emacs.texi (Top): Use @section for the detailed node listing.
8013
8014 * calendar.texi: Minor fixes to previous change.
8015
8016 * programs.texi (Fortran): Small fixes to previous changes.
8017
8018 * emacs.texi (Top): Update list of subnodes of Dired.
8019 Likewise for building.texi.
8020
8021 * files.texi (File Conveniences): Delete Auto Image File mode.
8022
80232005-03-28 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * building.texi (Flymake): New node.
8026
8027 * custom.texi (Function Keys): Document kp- event types and
8028 keypad-setup package.
8029
8030 * dired.texi (Wdired): New node.
8031
8032 * files.texi (File Conveniences): Reorder entries.
8033 Explain how to turn on Auto-image-file mode.
8034 Document Thumbs mode.
8035
8036 * mule.texi (Specify Coding): Document recode-region and
8037 recode-file-name.
8038
8039 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8040
80412005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * commands.texi (Keys): M-o is now a prefix key.
8044
80452005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8046
8047 * programs.texi: Reformat and update copyright years.
8048 (Fortran): Update section.
8049
80502005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8051
8052 * files.texi: Several small changes in addition to:
8053 (Visiting): Change xref for Dialog Boxes to ref.
8054 (Version Headers): Replace references to obsolete var
8055 `vc-header-alist' with `vc-BACKEND-header'.
8056 (Customizing VC): Update value of `vc-handled-backends'.
8057
80582005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8059
8060 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8061 move here from Emacs Lisp Reference Manual.
8062 * calendar.texi (Calendar/Diary, Diary Commands)
8063 (Special Diary Entries, Importing Diary): Change some xrefs to
8064 point to emacs-xtra rather than elisp.
8065
8066 * emacs-xtra.texi (Calendar Customizing):
8067 Move view-diary-entries-initially, view-calendar-holidays-initially,
8068 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8069 Emacs Manual.
8070 (Appt Customizing): Merge entire section into main Emacs Manual.
8071 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8072 mark-holidays-in-calendar here from emacs-xtra.
8073 (Displaying the Diary): Move view-diary-entries-initially,
8074 mark-diary-entries-in-calendar here from emacs-xtra.
8075 (Appointments): Move appt-display-mode-line,
8076 appt-display-duration, appt-disp-window-function,
8077 appt-delete-window-function here from emacs-xtra.
8078
8079 * calendar.texi: Update and reformat copyright.
8080 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8081 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8082 (Diary): Refer to `diary-file' rather than ~/diary.
8083 (Diary Commands): Rename node to "Displaying the Diary".
8084 * emacs.texi (Top): Rename "Diary Commands" section.
8085 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8086
80872005-03-26 Eli Zaretskii <eliz@gnu.org>
8088
8089 * misc.texi (Emacs Server): Fix the command for setting
8090 server-name. Add an xref to Invoking emacsclient.
8091
8092 * help.texi (Help Summary): Clarify when "C-h ." will do something
8093 nontrivial.
8094 (Apropos): Add cindex entry for apropos-sort-by-scores.
8095
8096 * display.texi (Text Display): Add index entries for how no-break
8097 characters are displayed.
8098
8cf51b2c
GM
80992005-03-26 Eli Zaretskii <eliz@gnu.org>
8100
8101 * files.texi (Visiting): Fix cross-references introduced with the
8102 last change.
8103
8104 * xresources.texi (GTK resources): Fix last change.
8105
8cf51b2c
GM
81062005-03-25 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * xresources.texi (X Resources): GTK options documented too.
8109 (Resources): Clarify meaning of program name.
8110 (Table of Resources): Add visualClass.
8111 (GTK resources): Rewrite.
8112 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8113
8114 * display.texi (Text Display): Mention non-breaking spaces.
8115
8116 * files.texi (Reverting): Document auto-revert-check-vc-info.
8117
8118 * frames.texi (Mouse Commands): Document
8119 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8120
8121 * help.texi (Help Summary): Add `C-h .'.
8122 (Apropos): Apropos accepts a list of search terms.
8123 Document apropos-sort-by-scores.
8124 (Help Echo): Document display-local-help.
8125
8126 * misc.texi (Emacs Server): Document server-name.
8127 (Invoking emacsclient): Document -s option for server names.
8128
8129 * text.texi (Outline Visibility): Introduce "current heading
8130 line" (commands can be called with point on a body line).
8131 Re-order table to follow the sequence of discussion.
8132 hide-body won't hide lines before first header line.
8133 (TeX Mode): Add DocTeX mode.
8134
8cf51b2c
GM
81352005-03-24 Richard M. Stallman <rms@gnu.org>
8136
8137 * mule.texi (Single-Byte Character Support): Delete mention
8138 of iso-acc.el and iso-transl.el.
8139
8cf51b2c
GM
81402005-03-23 Lute Kamstra <lute@gnu.org>
8141
8142 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8143
81442005-03-23 Richard M. Stallman <rms@gnu.org>
8145
8cf51b2c
GM
8146 * search.texi: Delete explicit node pointers.
8147 (Incremental Search): New menu.
8148 (Basic Isearch, Repeat Isearch, Error in Isearch)
8149 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8150 (Slow Isearch): New subnodes.
8151 (Configuring Scrolling): Node deleted.
8152 (Search Case): Doc default-case-fold-search.
8153 (Regexp Replace): Move replace-regexp doc here.
8154
8155 * rmail.texi (Movemail): Put commas inside closequotes.
8156
8157 * picture.texi (Insert in Picture): Document C-c arrow combos.
8158 (Basic Picture): Clarify erasure.
8159
8160 * display.texi (Font Lock): Put commas inside closequotes.
8161
8162 * cmdargs.texi (General Variables): Put commas inside closequotes.
8163
81642005-03-23 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * building.texi (Stack Buffer): Mention reverse contrast for
8167 *selected* frame (might not be current frame).
8168
8cf51b2c
GM
81692005-03-21 Richard M. Stallman <rms@gnu.org>
8170
8171 * building.texi (Starting GUD): Add bashdb.
8172
81732005-03-20 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * basic.texi (Moving Point): Add M-g M-g binding.
8176 (Undo): Document undo-only.
8177 (Position Info): Document M-g M-g and C-u M-g M-g.
8178
8179 * building.texi (Building): Put Grep Searching after Compilation
8180 Shell.
8181 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8182 Document next-error-highlight.
8183 (Grep Searching): Document grep-highlight-matches.
8184 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8185
8186 * calendar.texi (Importing Diary): Rename node from iCalendar.
8187 Document diary-from-outlook.
8188
8189 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8190 Commands.
8191 Mention effect of X drag and drop on Dired buffers.
8192
8193 * files.texi (Visiting): Document large-file-warning-threshold.
8194 Move paragraph on file-selection dialog.
8195 Mention visiting files using X drag and drop.
8196 (Reverting): Mention using Auto-Revert mode to tail files.
8197 Document auto-revert-tail-mode.
8198 (Version Systems): Minor correction.
8199 (Comparing Files): Diff-mode is no longer based on Compilation
8200 mode.
8201 Document compare-ignore-whitespace.
8202 (Misc File Ops): Explain passing a directory to rename-file.
8203 Likewise for copy-file and make-symbolic-link.
8204
8205 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8206 Document mouse-wheel-progressive speed.
8207
8208 * help.texi (Misc Help): Document numeric argument for C-h i.
8209 Correctly explain the effect of just C-u as argument.
8210
8211 * killing.texi (Deletion): Document numeric argument for
8212 just-one-space.
8213
8214 * mini.texi (Completion): Completion acts on text before point.
8215
8216 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8217 (Emulation): CUA mode replaces pc-bindings-mode,
8218 pc-selection-mode, and s-region.
8219
8220 * mule.texi (Input Methods): Leim is now built-in.
8221 (Select Input Method): Document quail-show-key.
8222 (Specify Coding): Document revert-buffer-with-coding-system.
8223
8224 * programs.texi (Fortran Motion): Document f90-next-statement,
8225 f90-previous-statement, f90-next-block, f90-previous-block,
8226 f90-end-of-block, and f90-beginning-of-block.
8227
8228 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8229
8230 * emacs.texi (Acknowledgments): Updated.
8231
8232 * anti.texi: Total rewrite.
8233
8cf51b2c
GM
82342005-03-19 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * ack.texi (Acknowledgments): Update.
8237
82382005-03-19 Eli Zaretskii <eliz@gnu.org>
8239
1c6c854e
CS
8240 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8241 Update copyright years.
8cf51b2c
GM
8242
82432005-03-14 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * building.texi (Commands of GUD): Move paragraph on setting
8246 breakpoints with mouse to the GDB Graphical Interface node.
8247
82482005-03-07 Richard M. Stallman <rms@gnu.org>
8249
8cf51b2c
GM
8250 * misc.texi (Single Shell, Shell Options): Fix previous change.
8251
8252 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8253
82542005-03-06 Richard M. Stallman <rms@gnu.org>
8255
8256 * building.texi (Starting GUD): Don't explain text vs graphical
8257 GDB here. Just mention it and xref.
8258 Delete "just one debugger process".
8259 (Debugger Operation): Move GUD tooltip info here.
8260 (GUD Tooltips): Node deleted.
8261 (GDB Graphical Interface): Explain the two GDB modes here.
8262
8cf51b2c
GM
8263 * sending.texi (Sending Mail): Minor cleanup.
8264 (Mail Aliases): Explain quoting conventions.
8265 Update key rebinding example.
8266 (Header Editing): C-M-i is like M-TAB.
8267 (Mail Mode Misc): mail-attach-file does not do MIME.
8268
8269 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8270 that really belongs here.
8271 (Remote Mailboxes): Text moved to Rmail Inbox.
8272 (Rmail Display): Mention Mouse-1.
8273 (Movemail): Clarify two movemail versions.
8274 Clarify rmail-movemail-program.
8275
8cf51b2c
GM
8276 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8277 Document async shell commands.
8278 (Shell History): Clarify.
8279 (Shell Ring): Mention C-UP an C-DOWN.
8280 (Shell Options): Add comint-prompt-read-only.
8281 (Invoking emacsclient): Set EDITOR to run Emacs.
8282 (Sorting): No need to explain what region is.
8283 (Saving Emacs Sessions): Fix typo.
8284 (Recursive Edit): Fix punctuation.
8285 (Emulation): Don't mention "PC bindings" which are standard.
8286 (Hyperlinking): Explain Mouse-1 convention here.
8287 (Find Func): Node deleted.
8288
8cf51b2c
GM
8289 * help.texi (Name Help): Xref to Hyperlinking.
8290
8291 * glossary.texi (Glossary):
8292 Rename "Balance Parentheses" to "Balancing...".
8293 Add "Byte Compilation". Correct "Copyleft".
8294 New xref in "Customization".
8295 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8296 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8297 Rename "Registers" to "Register".
8298 Replace "Selecting" with "Selected Frame",
8299 "Selected Window", and "Selecting a Buffer".
8300
8301 * files.texi (Types of Log File): Explain how projects'
8302 methods can vary.
8303
8cf51b2c
GM
8304 * display.texi (Faces): Delete "Emacs 21".
8305
8306 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8307 * fixit.texi (Spelling): C-M-i like M-TAB.
8308 * mini.texi (Completion Options): C-M-i like M-TAB.
8309 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8310 * text.texi (Text Mode): C-M-i like M-TAB.
8311
8312 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8313
8314 * calendar.texi (Specified Dates): Mention `g w'.
8315 (Appointments): appt-activate toggles with no arg.
8316
8cf51b2c
GM
83172005-03-05 Juri Linkov <juri@jurta.org>
8318
8319 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8320 "invocation (command line arguments)".
8cf51b2c
GM
8321 (Misc X): Add -nbc, --no-blinking-cursor.
8322
83232005-03-04 Ulf Jasper <ulf.jasper@web.de>
8324
8325 * calendar.texi (iCalendar): No need to require it now.
8326
8cf51b2c
GM
83272005-03-03 Nick Roberts <nickrob@snap.net.nz>
8328
8329 * trouble.texi (Contributing): Mention Savannah. Direct users to
8330 emacs-devel.
8331
83322005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8333
8334 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8335 window.
8336
8cf51b2c
GM
83372005-02-27 Richard M. Stallman <rms@gnu.org>
8338
8339 * building.texi (Compilation): Update mode line status info.
8340
83412005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8342
8343 * calendar.texi (General Calendar): Document binding of
8344 scroll-other-window-down.
8345 (Mayan Calendar): Fix earliest date.
8346 (Time Intervals): Document timeclock-change.
8347 Fix timeclock-ask-before-exiting documentation.
8348
83492005-02-26 Kim F. Storm <storm@cua.dk>
8350
8351 * frames.texi (Mouse References):
8352 Add mouse-1-click-in-non-selected-windows.
8353
83542005-02-25 Richard M. Stallman <rms@gnu.org>
8355
8356 * screen.texi (Screen): Explain better about cursors and mode lines;
8357 don't presuppose text terminals.
8358 (Point): Don't assume just one cursor.
8359 Clarify explanation of cursors.
8360 (Echo Area, Menu Bar): Cleanups.
8361
8362 * mini.texi (Minibuffer): Prompts are highlighted.
8363 (Minibuffer Edit): Newline = C-j only on text terminals.
8364 Clarify resize-mini-windows values.
8365 Mention M-PAGEUP and M-PAGEDOWN.
8366 (Completion Commands): Mouse-1 like Mouse-2.
8367 (Minibuffer History): Explain history commands better.
8368 (Repetition): Add xref to Incremental Search.
8369
8370 * mark.texi (Setting Mark): Clarify info about displaying mark.
8371 Clarify explanation of C-@ and C-SPC.
8372 (Transient Mark): Mention Delete Selection mode.
8373 (Marking Objects): Clean up text about extending the region.
8374
8375 * m-x.texi (M-x): One C-g doesn't always go to top level.
8376 No delay before suggest-key-bindings output.
8377
8378 * fixit.texi (Fixit): Mention C-/ for undo.
8379 (Spelling): Mention ESC TAB like M-TAB.
8380 Replacement words with r and R are rechecked.
8381 Say where C-g leaves point. Mention ? as input.
8382
83832005-02-23 Lute Kamstra <lute@gnu.org>
8384
8385 * cmdargs.texi (Initial Options): Add cross reference.
8386
8cf51b2c
GM
83872005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * emacs.texi (Top): Update menu for splitting of node in
8390 msdog.texi.
8391 * frames.texi (Frames): Update xref for splitting of node in
8392 msdog.texi.
8393 * trouble.texi (Quitting): Ditto.
8394
83952005-02-16 Richard M. Stallman <rms@gnu.org>
8396
8397 * windows.texi (Split Window): Simplify line truncation info
8398 and xref to Display Custom.
8399
8400 * trouble.texi (Quitting): Emergency escape only for text terminal.
8401 (Screen Garbled): C-l for ungarbling is only for text terminal.
8402
8403 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8404
8405 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8406
8407 * programs.texi (Program Modes): Mention Python mode.
8408 (Moving by Defuns): Repeating C-M-h extends region.
8409 (Basic Indent): Clarify.
8410 (Custom C Indent): Clarify.
8411 (Expressions): Repeating C-M-@ extends region.
8412 (Info Lookup): Clarify for C-h S.
8413 (Symbol Completion): ESC TAB alternative for M-TAB.
8414 (Electric C): Clarify.
8415
8416 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8417
8418 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8419 MS-DOS Input node.
8420 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8421 (MS-DOS and MULE): Clarify.
8422 (MS-DOS Processes, Windows Processes): Fix typos.
8423
8424 * major.texi (Choosing Modes): Clarify.
8425
8426 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8427 (Keyboard Macro Step-Edit): Clarify.
8428
8429 * indent.texi (Indentation): Clarifications.
8430
8431 * help.texi (Help): Correct error about C-h in query-replace.
8432 Clarify apropos vs C-h a. Fix how to search in FAQ.
8433 (Key Help): Describe C-h w here.
8434 (Name Help): Minor cleanup. C-h w moved to Key Help.
8435 Clarify the "object" joke.
8436 (Apropos): Clarify. Mouse-1 like Mouse-2.
8437 (Help Mode): Mouse-1 like Mouse-2.
8438
8439 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8440
8441 * display.texi (Display): Reorder menu.
8442 (Faces): Cleanup.
8443 (Font Lock): Cleanup. Mention Options menu.
8444 Delete obsolete text.
8445 (Scrolling): For C-l, don't presume text terminal.
8446 (Horizontal Scrolling): Simplify intro.
8447 (Follow Mode): Clarify.
1c6c854e 8448 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8449 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8450 Doc default-tab-width. Doc line truncation more thoroughly.
8451
8452 * dired.texi (Dired Enter): C-x C-f can run Dired.
8453 (Dired Visiting): Comment out `a' command.
8454 Mouse-1 is like Mouse-2.
8455 (Shell Commands in Dired): ? can be used more than once.
8456
8457 * basic.texi (Continuation Lines): Simplify description of truncation,
8458 and refer to Display Custom for the rest of it.
8459
8cf51b2c
GM
84602005-02-06 Lute Kamstra <lute@gnu.org>
8461
8462 * basic.texi (Undo): Fix typo.
8463
8464 * cmdargs.texi (Emacs Invocation): Fix typo.
8465
8466 * custom.texi (Init Examples): Fix typo.
8467
8468 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8469
84702005-02-06 Richard M. Stallman <rms@gnu.org>
8471
8472 * regs.texi (Registers): Registers can hold numbers, too.
8473
8474 * killing.texi (Other Kill Commands): Cleanup.
8475 Delete redundant explanation of kill in read-only buffer.
8476 (Yanking): Mention term "copying".
8477 (Accumulating Text): Fix typo.
8478
8479 * entering.texi (Entering Emacs): Update rationale at start.
8480 (Exiting): Treat iconifying on a par with suspension.
8481
8482 * custom.texi (Minor Modes): Fix typo.
8483 (Easy Customization): Fix menu style.
8484 (Variables): Add xref.
8485 (Examining): Setting for future sessions works through .emacs.
8486 (Keymaps): "Text terminals", not "Many".
8487 (Init Rebinding): Explain \C-. Show example of \M-.
8488 Fix minor wording errors.
8489 (Function Keys): Explain vector syntax just once.
8490 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8491 (Init File): Mention .emacs.d directory.
8492 (Init Examples): Add xref.
8493 (Find Init): Mention .emacs.d directory.
8494
8495 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8496 (Action Arguments): Explain which kinds of -l args are found how.
8497 (Initial Options): --batch does not inhibit site-start.
8498 Add xrefs.
8499 (Command Example): Use --batch, not -batch.
8500
8501 * basic.texi (Inserting Text): Cleanup wording.
8502 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8503 C-n is not error at end of buffer.
8504 (Undo): Doc C-/ like C-_. Add xrefs.
8505 (Arguments): META key may be labeled ALT.
8506 Peculiar arg meanings are explained in doc strings.
8507
8508 * abbrevs.texi (Expanding Abbrevs): Clarify.
8509
85102005-02-05 Eli Zaretskii <eliz@gnu.org>
8511
8512 * frames.texi (Frame Parameters): Add an xref to the description
8513 of list-colors-display. Add a pointer to the X docs about colors.
8514
8515 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8516 Improve docs of list-colors-display.
8cf51b2c
GM
8517
85182005-02-03 Lute Kamstra <lute@gnu.org>
8519
8520 * frames.texi (Frames, Drag and Drop): Fix typos.
8521
85222005-02-03 Richard M. Stallman <rms@gnu.org>
8523
8524 * windows.texi (Basic Window): Mention color-change in mode line.
8525 (Change Window): Explain dragging vertical boundaries.
8526
8527 * text.texi (Sentences): Clarify.
8528 (Paragraphs): Explain M-a and blank lines.
8529 (Outline Mode): Clarify text and menu.
8530 (Hard and Soft Newlines): Mention use-hard-newlines.
8531
8532 * frames.texi (Frames): Delete unnecessary mention of Windows.
8533 (Mouse Commands): Likewise. Mention xterm mouse support.
8534 (Clipboard): Clarify.
8535 (Mouse References): Mention use of Mouse-1 for following links.
8536 (Menu Mouse Clicks): Clarify.
8537 (Mode Line Mouse): Clarify.
8538 (Drag and Drop): Rewrite.
8539
8540 * fixit.texi (Spelling): Fix typo.
8541
8542 * files.texi (File Names): Clarify.
8543 (Visiting): Update conditions for use of file dialog. Clarify.
8544 (Saving): Doc d as answer in save-some-buffers.
8545 (Remote Files): Clean up the text.
8546
8547 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8548
8549 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8550 (List Buffers): Clarify.
8551 (Several Buffers): Doc T command.
8552 (Buffer Convenience): Clarify menu.
8553
8554 * basic.texi (Undo): Clarify last change.
8555
85562005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8557
8558 * fixit.texi (Spelling): Fix typo.
8559
85602005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8561
8562 * basic.texi (Undo): Update description of `undo-outer-limit'.
8563
85642005-02-01 Nick Roberts <nickrob@snap.net.nz>
8565
8566 * building.texi: Update documentation relating to GDB Graphical
8567 Interface.
8568
85692005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * custom.texi (Easy Customization): Adapt menu to node name change.
8572
85732005-01-30 Richard M. Stallman <rms@gnu.org>
8574
8575 * custom.texi (Easy Customization): Defn of "User Option" now
8576 includes faces. Don't say just "option" when talking about variables.
8577 Do say just "options" to mean "anything customizable".
8578 (Specific Customization): Describe `customize-variable',
8579 not `customize-option'.
8580
8581 * glossary.texi (Glossary) <Faces>: Add xref.
8582 <User Option>: Change definition--include faces. Change xref.
8583
8584 * picture.texi (Picture): Mention artist.el.
8585
8586 * sending.texi, screen.texi, programs.texi, misc.texi:
8587 * mini.texi, major.texi, maintaining.texi, macos.texi:
8588 * help.texi, frames.texi, files.texi:
8589 Don't say just "option" when talking about variables.
8590
8591 * display.texi, mule.texi: Don't say just "option" when talking
8592 about variables. Other minor cleanups.
8593
8cf51b2c
GM
85942005-01-26 Lute Kamstra <lute@gnu.org>
8595
8596 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8597 File'. Mention the `-Q' option at the `--no-site-file' option.
8598
8cf51b2c
GM
85992005-01-22 David Kastrup <dak@gnu.org>
8600
8601 * building.texi (Grep Searching): Mention alias `find-grep' for
8602 `grep-find'.
8603
86042005-01-20 Richard M. Stallman <rms@gnu.org>
8605
8606 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8607
8cf51b2c
GM
86082005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8609
8610 * rmail.texi (Movemail): Explain differences
8611 between standard and mailutils versions of movemail.
8612 Describe command line and configuration options introduced
8613 with the latter.
8614 Explain the notion of mailbox URL, provide examples and
8615 cross-references to mailutils documentation.
8616 Describe various methods of specifying mailbox names,
8617 user names and user passwords for rmail.
1c6c854e
CS
8618 (Remote Mailboxes): New section.
8619 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8620 options used to control its behavior.
8621 (Other Mailbox Formats): Explain handling of various mailbox
8622 formats.
8623
86242005-01-13 Richard M. Stallman <rms@gnu.org>
8625
8626 * commands.texi (Commands): Clarification.
8627
86282005-01-11 Richard M. Stallman <rms@gnu.org>
8629
8630 * programs.texi (Multi-line Indent): Fix previous change.
8631 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8632
8cf51b2c
GM
86332005-01-08 Richard M. Stallman <rms@gnu.org>
8634
8635 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8636 lazy-highlight.
8637
8638 * search.texi (Query Replace): Mention faces query-replace
8639 and lazy-highlight.
8640 (Incremental Search): Update isearch highlighting info.
8641
8cf51b2c
GM
86422005-01-04 Richard M. Stallman <rms@gnu.org>
8643
8644 * custom.texi (Saving Customizations): Minor improvement.
8645
8cf51b2c
GM
86462005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8647
8648 * custom.texi (Saving Customizations): Emacs no longer loads
8649 `custom-file' after .emacs. No longer mention customizing through
8650 Custom.
8651
8cf51b2c
GM
86522005-01-01 Andreas Schwab <schwab@suse.de>
8653
8654 * killing.texi (Graphical Kill): Move up under node Killing,
8655 change @section to @subsection.
8656
86572005-01-01 Richard M. Stallman <rms@gnu.org>
8658
8659 * custom.texi (Face Customization): Mention hex color specs.
8660
8661 * emacs.texi (Top): Update Killing submenu.
8662
8663 * killing.texi (Killing): Reorganize section.
8664 No more TeX-only text; put the node command at start of chapter.
8665 But the first section heading is used only in TeX.
8666 Rewrite the text to read better in this mode.
8667 (Graphical Kill): New subnode gets some of the text that
8668 used to be in the first section.
8669
86702004-12-31 Richard M. Stallman <rms@gnu.org>
8671
8672 * dired.texi (Shell Commands in Dired): Delete the ? example.
8673
8674 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8675
8676 * files.texi (Saving): Describe new require-final-newline features
8677 and mode-require-final-newline.
8678
8cf51b2c
GM
86792004-12-29 Richard M. Stallman <rms@gnu.org>
8680
8681 * custom.texi (File Variables): Clarify previous change.
8682
c8763fb6 86832004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8684
8685 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8686 out now.
8687
86882004-12-27 Richard M. Stallman <rms@gnu.org>
8689
8690 * Makefile.in (MAKEINFO): Specify --force.
8691
8692 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8693 (Undo): Doc undo-outer-limit.
8694
8cf51b2c
GM
86952004-12-15 Juri Linkov <juri@jurta.org>
8696
8697 * mark.texi (Transient Mark, Mark Ring): M-< and other
8698 movement commands don't set mark in Transient Mark mode
8699 if mark is active.
8700
8cf51b2c
GM
87012004-12-12 Juri Linkov <juri@jurta.org>
8702
8703 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8704 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8705
8706 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8707 (Misc Dired Commands): Add @r{(Dired)} to w.
8708
87092004-12-12 Juri Linkov <juri@jurta.org>
8710
8711 * mark.texi (Marking Objects): Marking commands also extend the
8712 region when mark is active in Transient Mark mode.
8713
8cf51b2c
GM
87142004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8715
8716 * custom.texi (Saving Customizations): Emacs only loads the custom
8717 file automatically after the init file in version 22.1 or later.
8718 Adapt text and examples to this fact.
8719
8cf51b2c
GM
87202004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8723 be set through Custom. Otherwise, it has no effect.
8724
8cf51b2c
GM
87252004-12-05 Richard M. Stallman <rms@gnu.org>
8726
8727 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8728 * entering.texi: Rename Command Line to Emacs Invocation.
8729
10d1d0af 8730 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8731
8732 * custom.texi (Easy Customization): Move up to section level,
8733 before Variables. Avoid using the term "variable"; say "option".
8734 New initial explanation.
8735 (Variables): In initial explanation, connect "variable" to the
8736 already-explained "user option".
8737
8738 * emacs.texi (Top): Fix ref to Command Line.
8739 Move reference to Easy Customization.
8740
8741 * xresources.texi (X Resources): Fix From link.
8742
8743 * doclicense.texi (GNU Free Documentation License): Fix To link.
8744
8745 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8746
8747 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8748
87492004-12-03 Richard M. Stallman <rms@gnu.org>
8750
8751 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8752
87532004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8754
8755 * kmacro.texi: Several small changes in addition to the following.
8756 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8757 defining a keyboard macro.
8758 Mention `kmacro-ring-max'.
8759 (Keyboard Macro Counter): Clarify description of
8760 `kmacro-insert-counter', `kmacro-set-counter',
8761 `kmacro-add-counter' and `kmacro-set-format'.
8762
87632004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8764
8765 * custom.texi (File Variables): Add `unibyte' and make it more
8766 clear that `unibyte' and `coding' are special. Suggested by Simon
8767 Krahnke <overlord@gmx.li>.
8768
8769 * mule.texi (Enabling Multibyte): Refer to File Variables.
8770 Suggested by Simon Krahnke <overlord@gmx.li>.
8771
c8763fb6 87722004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8773
8774 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8775 x-use-old-gtk-file-dialog.
8776
8cf51b2c
GM
87772004-11-20 Richard M. Stallman <rms@gnu.org>
8778
8779 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8780
87812004-11-09 Lars Brinkhoff <lars@nocrew.org>
8782
8783 * building.texi (Lisp Eval): Delete hyphen in section name.
8784
87852004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8786
8787 * files.texi (Old Versions):
8788 No longer document annotation as "CVS only".
8789
87902004-11-10 Andre Spiegel <spiegel@gnu.org>
8791
8792 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8793 version systems, mentioning the new ones that we support.
8794 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8795 suggestions.
8796
c8763fb6 87972004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8798
49823426 8799 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8800
c8763fb6 88012004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8802
8803 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8804
88052004-10-23 Eli Zaretskii <eliz@gnu.org>
8806
8807 * text.texi (Text Based Tables, Table Definition)
8808 (Table Creation, Table Recognition, Cell Commands)
8809 (Cell Justification, Row Commands, Column Commands)
8810 (Fixed Width Mode, Table Conversion, Measuring Tables)
8811 (Table Misc): New nodes, documenting the Table Mode.
8812
8cf51b2c
GM
88132004-10-19 Jason Rumney <jasonr@gnu.org>
8814
8815 * makefile.w32-in (info): Change order of arguments to makeinfo.
8816
88172004-10-19 Ulf Jasper <ulf.jasper@web.de>
8818
8819 * calendar.texi (iCalendar): Update for package changes.
8820
8cf51b2c
GM
88212004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8822
8823 * files.texi (Misc File Ops): View mode is a minor mode.
8824
8cf51b2c
GM
88252004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8826
8827 * calendar.texi (iCalendar): Style changes.
8828
88292004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * search.texi (Regexps): The regexp described in the example is no
8832 longer stored in the variable `sentence-end'.
8833
8cf51b2c
GM
88342004-10-06 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * building.texi (Starting GUD): Note that multiple debugging
8837 sessions requires `gdb --fullname'.
8838
88392004-10-05 Ulf Jasper <ulf.jasper@web.de>
8840
8841 * calendar.texi (iCalendar): New section for a new package.
8842
8cf51b2c
GM
88432004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8844
8845 * text.texi: Various small changes in addition to the following.
8846 (Text): Replace xref for autotype with inforef.
8847 (Sentences): Explain nil value for `sentence-end'.
8848 (Paragraphs): Update default values for `paragraph-start' and
8849 `paragraph-separate'.
8850 (Text Mode): Correct description of Text mode's effect on the
8851 syntax table.
8852 (Outline Visibility): `hide-other' does not hide top level headings.
8853 `selective-display-ellipses' no longer has an effect on Outline mode.
8854 (TeX Misc): Add missing @cindex.
8855 Replace xref for RefTeX with inforef.
8856 (Requesting Formatted Text): The variable
8857 `enriched-fill-after-visiting' no longer exists.
8858 (Editing Format Info): Update names of menu items and commands.
8859 (Format Faces): Mention special effect of specifying the default face.
8860 Describe inheritance of text properties.
8861 Correct description of `fixed' face.
8862 (Format Indentation): Correct description of effect of setting
8863 margins. Mention `set-left-margin' and `set-right-margin'.
8864 (Format Justification): Update names of menu items.
8865 `set-justification-full' is now bound to `M-j b'.
8866 Mention that `default-justification' is a per buffer variable.
8867 (Format Properties): Update name of menu item.
8868 (Forcing Enriched Mode): `format-decode-buffer' automatically
8869 turns on Enriched mode if the buffer is in text/enriched format.
8870
88712004-10-05 Emilio C. Lopes <eclig@gmx.net>
8872
8873 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8874
88752004-09-28 Kim F. Storm <storm@cua.dk>
8876
8877 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8878 Align with new functionality.
8879
8cf51b2c
GM
88802004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8881
8882 * display.texi (Display Custom): Remove stray `@end defvar'.
8883
88842004-09-23 Kim F. Storm <storm@cua.dk>
8885
8886 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8887 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8888
8cf51b2c
GM
88892004-09-20 Richard M. Stallman <rms@gnu.org>
8890
8891 * custom.texi (Hooks): Explain using setq to clear out a hook.
8892 (File Variables): Explain multiline string constants.
8893 (Non-ASCII Rebinding): Explain when you need to update
8894 non-ASCII char codes in .emacs.
8895
8896 * building.texi (Compilation): Explain how to make a silent
8897 subprocess that won't be terminated. Explain compilation-environment.
8898
88992004-09-13 Kim F. Storm <storm@cua.dk>
8900
8901 * mini.texi (Repetition): Rename isearch-resume-enabled to
8902 isearch-resume-in-command-history and change default to disabled.
8903
8cf51b2c
GM
89042004-09-09 Kim F. Storm <storm@cua.dk>
8905
8906 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8907 with new `kmacro-name-last-macro'.
8908
8cf51b2c
GM
89092004-09-08 Juri Linkov <juri@jurta.org>
8910
8911 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8912
8cf51b2c
GM
89132004-09-03 Juri Linkov <juri@jurta.org>
8914
8915 * search.texi (Incremental Search): Update wording for M-%.
8916
89172004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * killing.texi (Killing): Correct description of kill commands in
8920 read-only buffer.
8921
89222004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8923
8924 * building.texi (Compilation Mode): Add a paragraph about rules
8925 for finding the compilation buffer for `next-error'.
8926
8927 * search.texi (Other Repeating Search): Mention that Occur mode
8928 supports the next-error functionality.
8929
89302004-09-02 Juri Linkov <juri@jurta.org>
8931
8932 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8933
89342004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * kmacro.texi (Basic Keyboard Macro):
8937 `apply-macro-to-region-lines' now operates on all lines that begin
8938 in the region, rather than on all complete lines in the region.
8939
c8763fb6 89402004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8941
8942 * frames.texi (Drag and drop): Add documentation about
8943 x-dnd-test-function and x-dnd-known-types.
8944
89452004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * indent.texi: Various minor changes in addition to:
8948 (Indentation Commands): Correct description of `indent-relative'.
8949 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8950 mode. The *Tab Stops* buffer uses Overwrite Mode.
8951 (Just Spaces): `tabify' converts sequences of at least two spaces
8952 to tabs.
8953
8cf51b2c
GM
89542004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * frames.texi (Secondary Selection): Setting the secondary
8957 selection with M-Drag-Mouse-1 does not alter the kill ring,
8958 setting it with M-Mouse-1 and M-Mouse-3 does.
8959 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8960 toolkit scroll bars.
8961 (Scroll Bars): Ditto.
8962
8963 * windows.texi (Basic Window): When using a window system, the value
8964 of point in a non-selected window is indicated by a hollow box.
8965 (Split Window): Side by side windows are separated by a scroll bar,
8966 if scroll bars are used.
8967 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8968 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8969 (Window Convenience): Update bindings for `winner-undo' and
8970 `winner-redo'.
8971
8972 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8973 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8974 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8975 of "Using Emacs as a Server".
8976 * building.texi (Building): Interchange nodes (for correct numbering).
8977 * programs.texi (Programs): Interchange nodes (for correct numbering).
8978 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8979 Info to the node structure.
8980 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8981 Rearrange order of nodes and sections such that both "GNU GENERAL
8982 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8983 end, as appropriate for appendices.
8984 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8985 Use `@unnumberedsec'.
8986 * trouble.texi: Adapt sectioning in Info to the node structure.
8987 Adapt node pointers to change in emacs.texi.
8988 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8989
8cf51b2c
GM
89902004-08-25 Kenichi Handa <handa@m17n.org>
8991
8992 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8993 description for unibyte mode.
8994
89952004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8996
8997 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8998
8999 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9000 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9001 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9002 in @pxref.
9003
90042004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9005
9006 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9007 Change section names.
9008
8cf51b2c
GM
90092004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * kmacro.texi (Keyboard Macro Ring): Rename section.
9012 Emacs treats the head of the macro ring as the `last keyboard macro'.
9013 (Keyboard Macro Counter): Minor change.
9014 (Save Keyboard Macro): Some clarifications.
9015 (Edit Keyboard Macro): Rename section.
9016
9017 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9018 32-bit machines.
9019 (Several Buffers): Clarify which buffer is selected if `2' is
9020 pressed in the Buffer Menu.
9021 Auto Revert mode can be used to update the Buffer Menu
9022 automatically.
9023
90242004-08-21 Eli Zaretskii <eliz@gnu.org>
9025
9026 * help.texi (Misc Help): Add an index entry for finding an Info
9027 manual by its file name.
9028
90292004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9030
9031 * files.texi (Backup Deletion): Correct description of
9032 `delete-old-versions'.
9033 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9034 (Auto Save Files): Recommend `auto-save-mode' to reenable
9035 auto-saving, rather than the abbreviation `auto-save'.
9036
90372004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9038
9039 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9040 for "killing" and "yanking" in main menu.
9041
90422004-08-16 Richard M. Stallman <rms@gnu.org>
9043
9044 * killing.texi (Yanking, Killing): Minor cleanups.
9045
9046 * mark.texi (Momentary Mark): Minor cleanups.
9047
90482004-08-15 Kenichi Handa <handa@etl.go.jp>
9049
9050 * custom.texi (Non-ASCII Rebinding):
9051 C-q always inserts the right code to pass to global-set-key.
9052
8cf51b2c
GM
90532004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9054
9055 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9056 `insert-register', instead of `C-x r g' binding, for consistency.
9057
90582004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9059
9060 * fixit.texi (Spelling): Fix typo.
9061
90622004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9063
9064 * help.texi (Help): Fix Texinfo usage.
9065
8cf51b2c
GM
90662004-07-24 Richard M. Stallman <rms@gnu.org>
9067
9068 * text.texi (Paragraphs): Update how paragraphs are separated
9069 and the default for paragraph-separate.
9070
9071 * search.texi (Regexp Replace): Further update text for new
9072 replacement operators.
9073
8cf51b2c
GM
90742004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9077 `R' switch.
9078
9079 * dired.texi (Dired Updating): `k' only deletes inserted
9080 subdirectories from the Dired buffer if a prefix argument was given.
9081
9082 * search.texi (Regexps): Delete redundant definition of `symbol' in
9083 description of `\_>'. It already occurs in the description of `\_<'.
9084
8cf51b2c
GM
90852004-07-01 Juri Linkov <juri@jurta.org>
9086
9087 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9088 (Regexp Search): Add M-r.
9089
90902004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9091
9092 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9093
90942004-06-29 Jesper Harder <harder@ifa.au.dk>
9095
49823426 9096 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9097
90982004-06-25 Richard M. Stallman <rms@gnu.org>
9099
9100 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9101
91022004-06-25 David Kastrup <dak@gnu.org>
9103
9104 * search.texi (Regexp Replace): Some typo corrections and
9105 rearrangement.
9106
91072004-06-24 David Kastrup <dak@gnu.org>
9108
9109 * search.texi (Unconditional Replace): Use replace-string instead
9110 of query-replace in example.
9111 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9112 sequences.
9113 (Query Replace): Correct explanation of `^' which does not use
9114 the mark stack.
9115
91162004-06-21 Nick Roberts <nickrob@gnu.org>
9117
9118 * misc.texi (Shell History Copying): Document comint-insert-input.
9119 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9120
8cf51b2c
GM
91212004-06-20 Jesper Harder <harder@ifa.au.dk>
9122
9123 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9124 * custom.texi (Customization): Do.
9125 * anti.texi (Antinews): Do.
9126 * abbrevs.texi (Defining Abbrevs): Do.
9127
9128 * programs.texi (Info Lookup): Fix keybinding for
9129 info-lookup-symbol.
9130
91312004-06-16 Juanma Barranquero <lektu@terra.es>
9132
9133 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9134 Add emacs-xtra.
9135 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9136 (clean): Add emacs-xtra and flymake. Remove redundancies.
9137
91382004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9139
9140 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9141 Add emacs-xtra.
9142 * emacs-xtra.texi: New file.
9143
91442004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9147 (Dired and Find): Mention differences with ordinary Dired buffers.
9148
8cf51b2c
GM
91492004-06-13 Richard M. Stallman <rms@gnu.org>
9150
9151 * custom.texi (Init Syntax): Explain about vars that do special
9152 things when set with setq or with Custom.
9153 (Init Examples): Add line-number-mode example.
9154
8cf51b2c
GM
91552004-06-12 Juri Linkov <juri@jurta.org>
9156
9157 * dired.texi (Operating on Files): Add dired-do-touch.
9158
8cf51b2c
GM
91592004-06-10 Juri Linkov <juri@jurta.org>
9160
9161 * building.texi (Lisp Eval): Add C-M-x on defface.
9162
91632004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9164
9165 * files.texi (Reverting): Auto-Revert mode and
9166 Global Auto-Revert mode no longer revert remote files.
9167
8cf51b2c
GM
91682004-05-29 Richard M. Stallman <rms@gnu.org>
9169
9170 * custom.texi (Init File): Two dashes start --no-site-file.
9171
8cf51b2c
GM
91722004-05-29 Alan Mackenzie <acm@muc.de>
9173
9174 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9175 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9176 (AWK, Pike): Document as "C-like modes".
9177 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9178 (M-x man): Supersedes M-x manual-entry.
9179 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9180
9181 ("Comments in C"): Delete node; the info is in CC Mode manual.
9182 (c-comment-only-line-offset): Remove description.
9183
9184 (C-c ., C-c C-c): Describe new C Mode bindings.
9185
9186 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9187 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9188 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9189 Amend definitions.
9190
9191 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9192 Describe functions.
9193
9194 (c-comment-start-regexp, c-hanging-comment-ender-p)
9195 (c-hanging-comment-starter-p): Remove obsolete definitions.
9196
9197 * emacs.texi: Remove the menu entry "Comments in C".
9198
8cf51b2c
GM
91992004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9202 `M-x locate'.
9203
92042004-05-16 Karl Berry <karl@gnu.org>
9205
9206 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9207 makeinfo --html fails.
9208 * help.texi (Help Summary) [@ifnottex]: Likewise.
9209
92102004-05-13 Nick Roberts <nickrob@gnu.org>
9211
9212 * building.texi (GDB Graphical Interface): Update and describe
9213 layout first.
9214
8cf51b2c
GM
92152004-05-04 Jason Rumney <jasonr@gnu.org>
9216
9217 * makefile.w32-in: Revert last change.
9218
92192004-05-03 Jason Rumney <jasonr@gnu.org>
9220
9221 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9222
8cf51b2c
GM
92232004-04-23 Juanma Barranquero <lektu@terra.es>
9224
9225 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9226
92272004-04-18 Juri Linkov <juri@jurta.org>
9228
9229 * fixit.texi (Spelling): Remove file extension from ispell xref.
9230
92312004-04-15 Kim F. Storm <storm@cua.dk>
9232
9233 * cmdargs.texi (Initial Options): Add -Q.
9234
92352004-04-05 Kim F. Storm <storm@cua.dk>
9236
9237 * custom.texi (File Variables): Add safe-local-eval-forms.
9238
8cf51b2c
GM
92392004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9240
9241 * files.texi (Reverting): Correct description of revert-buffer's
9242 handling of point.
9243
92442004-03-22 Juri Linkov <juri@jurta.org>
9245
9246 * emacs.texi (Top): Add `Misc X'.
9247
49823426 9248 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9249
9250 * glossary.texi: Improve references.
9251
9252 * help.texi: Sync keywords with finder.el.
9253
9254 * mini.texi (Completion): Add description for menu items.
9255
9256 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9257
9258 * sending.texi (Mail Methods): Fix xref to Message manual.
9259
8cf51b2c
GM
92602004-03-12 Richard M. Stallman <rms@gnu.org>
9261
8cf51b2c
GM
9262 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9263
8cf51b2c
GM
92642004-03-04 Richard M. Stallman <rms@gnu.org>
9265
9266 * search.texi (Regexps): Explain that ^ and $ have their
9267 special meanings only in certain contexts.
9268
9269 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9270
9271 * mule.texi (Specify Coding): Doc C-x RET F.
9272
9273 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9274 for multiple compile and grep buffers.
9275 (Indirect Buffers): Don't recommand clone-indirect-buffer
9276 for multiple compile and grep buffers.
9277
8cf51b2c
GM
92782004-02-29 Juanma Barranquero <lektu@terra.es>
9279
9280 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9281 Use $(DEL) instead of rm, and ignore exit code.
9282
8cf51b2c
GM
92832004-02-23 Nick Roberts <nick@nick.uklinux.net>
9284
9285 * building.texi (Watch Expressions): Update.
9286
92872004-02-21 Juri Linkov <juri@jurta.org>
9288
1c6c854e
CS
9289 * cmdargs.texi (Action Arguments): Add alias --find-file.
9290 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9291 to Command Arguments.
9292 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9293 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9294 (Window Size X): Join -g and --geometry. Add @cindex.
9295 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9296 (Title X): Remove alias -title.
9297 (Misc X): New node.
9298
c8763fb6 92992004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9300
9301 * frames.texi (Drag and drop): Add Motif to list of supported
9302 protocols.
9303
c8763fb6 93042004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9305
9306 * frames.texi (Drag and drop): New section.
9307
93082004-01-24 Richard M. Stallman <rms@gnu.org>
9309
1c6c854e 9310 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9311 Include it only @ifnotinfo. Patch the preceding and following
9312 node headers to point to each other.
9313
93142004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9315
9316 * calendar.texi (Appointments): Update section.
9317
93182003-12-29 Kevin Ryde <user42@zip.com.au>
9319
8cf51b2c
GM
9320 * programs.texi (C Modes): Fix the xref.
9321
93222003-12-23 Nick Roberts <nick@nick.uklinux.net>
9323
9324 * building.texi (Watch Expressions): Update.
9325 (Commands of GUD): Include use of toolbar + breakpoints set from
9326 fringe/margin.
9327
93282003-12-03 Andre Spiegel <spiegel@gnu.org>
9329
9330 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9331 <acm@muc.de>.
9332
c8763fb6 93332003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9334
9335 * frames.texi (Dialog Boxes): Add use-file-dialog.
9336
8cf51b2c
GM
93372003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9338
9339 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9340 in CC Mode.
9341
8cf51b2c
GM
93422003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9343
9344 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9345 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9346 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9347 * man/frames.texi, man/glossary.texi, man/killing.texi:
9348 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9349 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9350 * man/sending.texi, man/text.texi, man/trouble.texi:
9351 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9352
93532003-11-01 Alan Mackenzie <acm@muc.de>
9354
9355 * search.texi (Scrolling During Incremental Search): Document a
9356 new scrolling facility in isearch mode.
9357
8cf51b2c
GM
93582003-10-22 Miles Bader <miles@gnu.org>
9359
9360 * Makefile.in (info): Move before $(top_srcdir)/info.
9361
93622003-10-22 Nick Roberts <nick@nick.uklinux.net>
9363
9364 * building.texi (Watch Expressions): Update section on data display
9365 to reflect code changes (GDB Graphical Interface).
9366
8cf51b2c
GM
93672003-10-13 Richard M. Stallman <rms@gnu.org>
9368
9369 * xresources.texi (GTK resources): Clean up previous change.
9370
c8763fb6 93712003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9372
9373 * xresources.texi (GTK resources): Add a note that some themes
9374 disallow customizations. Add scroll theme example.
9375
8cf51b2c
GM
93762003-09-30 Richard M. Stallman <rms@gnu.org>
9377
8cf51b2c
GM
9378 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9379
9380 * misc.texi (Saving Emacs Sessions): Shorten the section,
9381 collapsing back into one node.
9382
93832003-09-30 Lars Hansen <larsh@math.ku.dk>
9384
9385 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9386
ce058493 93872003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9388
9389 * xresources.texi (GTK names in Emacs): Correct typo.
9390
8cf51b2c
GM
93912003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9392
1c6c854e
CS
9393 * cmdargs.texi (Font X): Mention new default font.
9394 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9395 problems involved. (Result of discussion on emacs-devel.)
9396
93972003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9398
9399 * emacs.texi (Acknowledgements): Correct typo.
9400
94012003-09-22 Richard M. Stallman <rms@gnu.org>
9402
9403 * dired.texi (Misc Dired Commands): New node.
9404 (Dired Navigation): Add dired-goto-file.
9405
9406 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9407
9408 * emacs.texi (Acknowledgements): New node, split from Distribution.
9409
9410 * cmdargs.texi (Action Arguments): -f reads interactive args.
9411
8cf51b2c
GM
94122003-09-08 Lute Kamstra <lute@gnu.org>
9413
9414 * screen.texi (Mode Line): Say that POS comes before LINE.
9415 Mention `size-indication-mode'.
1c6c854e
CS
9416 * display.texi (Optional Mode Line):
9417 Document `size-indication-mode'.
8cf51b2c
GM
9418 * basic.texi (Position Info): Mention `size-indication-mode'.
9419
94202003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9421
9422 * xresources.texi (Resources): Refer to `editres' man page.
9423 (Lucid Resources): Update defaults. Expand description of
9424 `shadowThickness'.
9425
94262003-09-04 Miles Bader <miles@gnu.org>
9427
9428 * Makefile.in (top_srcdir): New variable.
9429 ($(top_srcdir)/info): New rule.
9430 (info): Depend on it.
9431
94322003-09-03 Peter Runestig <peter@runestig.com>
9433
9434 * makefile.w32-in: New file.
9435
94362003-08-29 Richard M. Stallman <rms@gnu.org>
9437
9438 * misc.texi (Saving Emacs Sessions): Correct previous change.
9439
8cf51b2c
GM
94402003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9441
8cf51b2c
GM
9442 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9443 (Intro): Include kmacro.texi after fixit.texi instead of after
9444 custom.texi. (As suggested by Kim Storm.)
9445
94462003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9447
9448 * fixit.texi (Fixit): Update `Next' pointer.
9449 * files.texi (Files): Update `Previous' pointer.
9450 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9451 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9452 (Suggested by Kim Storm.)
9453 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9454
94552003-08-18 Kim F. Storm <storm@cua.dk>
9456
9457 * kmacro.texi: New file describing enhanced keyboard macro
9458 functionality. Replaces old description in custom.texi.
9459
9460 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9461 (Keyboard Macros): Move to new kmacro.texi file.
9462
9463 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9464
8cf51b2c
GM
94652003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9466
9467 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9468
94692003-08-17 Alex Schroeder <alex@gnu.org>
9470
9471 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9472 required.
9473
8cf51b2c
GM
94742003-08-05 Richard M. Stallman <rms@gnu.org>
9475
9476 * programs.texi (Lisp Indent): Don't describe
9477 lisp-indent-function property here. Use xref to Lisp Manual.
9478
8cf51b2c
GM
94792003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9480
fffa137c 9481 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9482 abbreviations.
9483
94842003-07-24 Markus Rost <rost@math.ohio-state.edu>
9485
9486 * buffers.texi (List Buffers): Fix previous change.
9487
8cf51b2c
GM
94882003-07-13 Markus Rost <rost@math.ohio-state.edu>
9489
9490 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9491 List*.
9492
94932003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9494
8cf51b2c
GM
9495 * display.texi (Font Lock): Fix typo.
9496
94972003-07-07 Richard M. Stallman <rms@gnu.org>
9498
9499 * display.texi (Font Lock): Add xref for format info on
9500 font-lock-remove-keywords.
9501
9502 * building.texi (Compilation): Document what happens with asynch
9503 children of compiler process.
9504
9505 * help.texi (Library Keywords): Use @multitable.
9506
8cf51b2c
GM
95072003-06-04 Richard M. Stallman <rms@gnu.org>
9508
9509 * programs.texi (Expressions): Delete C-M-DEL.
9510
9511 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9512 comint-move-point-for-output renamed from
9513 comint-scroll-to-bottom-on-output.
9514
9515 * custom.texi (Init Rebinding): Replace previous change with xref.
9516 (Non-ASCII Rebinding): Explain that issue more briefly here.
9517
95182003-05-28 Richard M. Stallman <rms@gnu.org>
9519
9520 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9521
95222003-05-28 Nick Roberts <nick@nick.uklinux.net>
9523
9524 * building.texi (GDB Graphical Interface): New node.
9525 (Rewritten somewhat by RMS.)
9526
c8763fb6 95272003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9528
9529 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9530 non-English letters. Explain how to set coding systems correctly
9531 and how to include the right coding cookie in the file.
9532
c8763fb6 95332003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9534
9535 * indent.texi (Indentation): Explain the concepts.
9536 (Just Spaces): Explain why preventing tabs for indentation might
9537 be useful.
9538
8cf51b2c
GM
95392003-04-16 Richard M. Stallman <rms@gnu.org>
9540
9541 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9542
8cf51b2c
GM
95432003-02-22 Alex Schroeder <alex@emacswiki.org>
9544
9545 * cmdargs.texi (General Variables): Document SMTPSERVER.
9546
8cf51b2c
GM
9547 * sending.texi: Remove SMTP node.
9548 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9549 library.
9550
8cf51b2c
GM
95512003-02-22 Alex Schroeder <alex@emacswiki.org>
9552
9553 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9554
95552003-02-22 Simon Josefsson <jas@extundo.com>
9556
9557 * sending.texi (Mail Methods): Add node about SMTP.
9558
c8763fb6 95592003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9560
9561 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9562
8cf51b2c
GM
95632003-02-01 Kevin Ryde <user42@zip.com.au>
9564
9565 * glossary.texi (Glossary): Correction to cl cross reference.
9566
95672003-01-20 Richard M. Stallman <rms@gnu.org>
9568
9569 * killing.texi (Rectangles): Document C-x c r.
9570
c8763fb6 95712003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9572
9573 * xresources.texi (GTK resources): New node.
9574 (GTK widget names): New node.
9575 (GTK names in Emacs): New node.
9576 (GTK styles): New node.
9577
c8763fb6 95782003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9579
9580 * maintaining.texi (Create Tags Table): Add reference to the new
9581 `etags --help --lang=LANG' option.
9582
8cf51b2c
GM
95832002-10-02 Karl Berry <karl@gnu.org>
9584
49823426 9585 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9586 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9587 where needed for the sake of the HTML output.
8cf51b2c
GM
9588
95892001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9590
9591 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9592 source files.
9593
95942001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9595
9596 * Makefile.in (emacsman): New target.
9597
8cf51b2c
GM
95982001-10-20 Gerd Moellmann <gerd@gnu.org>
9599
9600 * (Version 21.1 released.)
9601
96022001-10-05 Gerd Moellmann <gerd@gnu.org>
9603
9604 * Branch for 21.1.
9605
8cf51b2c
GM
96062001-03-05 Gerd Moellmann <gerd@gnu.org>
9607
9608 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9609
8cf51b2c
GM
96102000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9611
9612 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9613
8cf51b2c
GM
96141999-07-12 Richard Stallman <rms@gnu.org>
9615
9616 * Version 20.4 released.
9617
96181998-12-04 Markus Rost <rost@delysid.gnu.org>
9619
9620 * Makefile.in (INFO_TARGETS): Delete customize.info.
9621 (DVI_TARGETS): Delete customize.dvi.
9622 (../info/customize, customize.dvi): Targets deleted.
9623
96241998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9625
9626 * Version 20.3 released.
9627
96281998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9629
9630 * Makefile.in (EMACSSOURCES): Add mule.texi.
9631 Add msdog.texi, ack.texi. Remove gnu1.texi.
9632
96331998-04-06 Andreas Schwab <schwab@gnu.org>
9634
768c0c0f
JB
9635 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9636 Use it in dvi targets.
8cf51b2c
GM
9637
96381997-09-23 Paul Eggert <eggert@twinsun.com>
9639
9640 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9641 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9642 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9643
96441997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9645
9646 * Version 20.2 released.
9647
96481997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9649
9650 * Version 20.1 released.
9651
96521997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9653
9654 * Makefile (../info/customize, customize.dvi): New targets.
9655 (INFO_TARGETS): Add ../info/customize.
9656 (DVI_TARGETS): Add customize.dvi.
9657
8cf51b2c
GM
96581996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9659
9660 * Version 19.33 released.
9661
96621996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9663
9664 * Version 19.32 released.
9665
8cf51b2c
GM
96661996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9667
9668 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9669
96701996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9671
9672 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9673 Specify -I option.
9674 (All dvi targets): Set the TEXINPUTS variable.
9675
96761996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9677
9678 * Version 19.31 released.
9679
8cf51b2c
GM
96801995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9681
9682 * Version 19.30 released.
9683
8cf51b2c
GM
96841995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9685
9686 * Makefile.in (maintainer-clean): Rename from realclean.
9687
96881994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9689
9690 * Makefile.in: New file.
9691 * Makefile: File deleted.
9692
96931994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9694
9695 * Makefile (TEXINDEX_OBJS): Variable deleted.
9696 (texindex, texindex.o, getopt.o): Rules deleted.
9697 All deps on texindex deleted.
9698 (distclean): Don't delete texindex.
9699 (mostlyclean): Don't delete *.o.
9700 * texindex.c, getopt.c: Files deleted.
9701
97021994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9703
9704 * Version 19.26 released.
9705
97061994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9707
9708 * Makefile (EMACSSOURCES): Exclude undo.texi.
9709
97101994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9711
9712 * Version 19.25 released.
9713
97141994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9715
9716 * Version 19.24 released.
9717
97181994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9719
9720 * Version 19.23 released.
9721
97221994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9723
9724 * Makefile: Delete spurious tab.
9725
97261994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9727
9728 * Makefile (.SUFFIXES): New rule.
9729
8cf51b2c
GM
97301993-12-04 Richard Stallman (rms@srarc2)
9731
9732 * getopt.c: New file.
9733 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9734 (getopt.o): New rule.
9735 (dvi): Don't depend on texindex.
49823426 9736 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9737
97381993-12-03 Richard Stallman (rms@srarc2)
9739
49823426
GM
9740 * Makefile (TEXI2DVI): New variable.
9741 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9742 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9743
97441993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9745
9746 * Version 19.22 released.
9747
97481993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9749
9750 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9751
97521993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9753
9754 * Version 19.21 released.
9755
8cf51b2c
GM
97561993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9757
9758 * Makefile (realclean): Don't delete the Info files.
9759
f0131492 97601993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9761
8cf51b2c
GM
9762 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9763 4' where appropriate.
9764
f0131492 97651993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9766
49823426 9767 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9768
9769 * texindex.c: Include "../src/config.h" if building in emacs.
9770
9771 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9772 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9773 Add target to build texindex.c, defining `emacs'.
9774
8cf51b2c
GM
97751993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9776
9777 * Version 19.19 released.
9778
8cf51b2c
GM
97791993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9780
9781 * Version 19.18 released.
9782
97831993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9784
9785 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9786
97871993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9788
9789 * Version 19.17 released.
9790
97911993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9792
9793 * split-man: Fix typos in last change.
9794
97951993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9796
9797 * Version 19.16 released.
9798
97991993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9800
9801 * version 19.15 released.
9802
98031993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9804
9805 * Makefile (distclean): It's rm, not rf.
9806
98071993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9808
9809 * Version 19.14 released.
9810
98111993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9812
9813 * Makefile: New file.
9814
98151993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9816
9817 * Version 19.13 released.
9818
98191993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9820
9821 * Version 19.9 released.
9822
98231993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9824
9825 * Version 19.8 released.
9826
98271993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9828
9829 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9830
9831 * trouble.texi: It's `enable-flow-control-on', not
9832 `evade-flow-control-on'.
9833
98341993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9835
9836 * display.texi: Document standard-display-european.
9837
98381993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9839
9840 * Version 19.7 released.
9841
9842 * emacs.texi: Add a sentence to the top menu mentioning the
9843 specific version of Emacs this manual applies to.
9844
98451993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9846
9847 * basic.texi: Document next-line-add-lines variable used to
9848 implement down-arrow.
9849
9850 * killing.texi: Document kill-whole-line.
9851
98521993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9853
9854 * text.texi: Update unix TeX ordering information.
9855
98561993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9857
9858 * news.texi: Mention fill-rectangle in keybinding list.
9859
9860 * killing.texi: Document fill-rectangle.
9861
98621993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9863
9864 * vc.texi: Bring the docs up to date with VC 5.2.
9865
98661992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9867
9868 * emacs.tex: Mention blackbox and gomoku under Amusements.
9869 Assembler mode is now mentioned and appropriately indexed
9870 under Programming Modes.
9871
98721991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9873
9874 * emacs.tex: Update TeX ordering information.
9875
8cf51b2c
GM
98761990-06-26 David Lawrence (tale@geech)
9877
9878 * emacs.tex: Note that completion-ignored-extensions is not used
9879 to filter out names when all completions are displayed in
9880 *Completions*.
9881
98821990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9883
9884 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9885
98861990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9887
9888 * emacs.tex: Add @findex grep.
9889
8cf51b2c
GM
98901988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9891
9892 * emacs.tex: Correct two typos. No other changes before
9893 Version 19 will be made.
9894
8cf51b2c
GM
98951988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9896
9897 * emacs.tex: Update information for obtaining TeX distribution from the
9898 University of Washington.
9899
9900;; Local Variables:
c8763fb6 9901;; coding: utf-8
8cf51b2c
GM
9902;; End:
9903
ab422c4d 9904 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9905
9906 This file is part of GNU Emacs.
9907
352c8b4a 9908 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9909 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9910 the Free Software Foundation, either version 3 of the License, or
9911 (at your option) any later version.
8cf51b2c
GM
9912
9913 GNU Emacs is distributed in the hope that it will be useful,
9914 but WITHOUT ANY WARRANTY; without even the implied warranty of
9915 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9916 GNU General Public License for more details.
9917
9918 You should have received a copy of the GNU General Public License
352c8b4a 9919 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.